@charset "UTF-8";
/*
Theme Name: ElleIvy
Author: Cassandra Bryan Design
Author URI: https://cassandrabryan.com
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

.anchor-link{
	display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* icomoon styles */
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.ttf?lcrn1u") format("truetype"), url("fonts/icomoon.woff?lcrn1u") format("woff"), url("fonts/icomoon.svg?lcrn1u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.jcf-select .jcf-select-opener:before,
.btn.btn-arrow:after,
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-down:before {
  content: "\e902";
}

.icon-play:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-google:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e907";
}

.icon-twitter:before {
  content: "\e908";
}

.icon-youtube:before {
  content: "\e909";
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 12px;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
  background-color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}

@media (min-width: 768px) {
  .jcf-select {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .jcf-select {
    margin-bottom: 28px;
  }
}

.jcf-select.jcf-drop-active .jcf-select-opener:before {
  transform: translate(-50%, -50%) rotateX(180deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  height: 100%;
  line-height: 26px;
  padding: 13px 36px 13px 13px;
  color: #656565;
  font-size: 16px;
  font-weight: 300;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: transparent;
  width: 36px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:before {
  color: #5B5B5F;
  font-size: 15px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #d6d6d6;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 16px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.jcf-list ul li:before {
  display: none;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 13px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: grabbing;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  -webkit-backface-visibility: hidden;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide .slider-logo{
	width: 270px;
	margin: 0 auto;
}

.slick-slide .slider-logo img{
	position: relative;
	top:	-50px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  border: none;
  font-size: 18px;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .slick-arrow {
    transform: none;
    left: auto;
    right: 0;
    bottom: 12px;
  }
}

.slick-arrow.slick-prev {
  margin-left: -36px;
}

@media (min-width: 768px) {
  .slick-arrow.slick-prev {
    margin-left: 0;
    margin-right: 65px;
  }
}

.slick-arrow.slick-next {
  margin-left: 36px;
}

@media (min-width: 768px) {
  .slick-arrow.slick-next {
    margin-left: 0;
  }
}

.slick-arrow.slick-disabled {
  color: #000 !important;
  opacity: 0.3;
  pointer-events: none;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background-color: transparent;
  color: #5B5B5F;
  outline: none;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}


.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  box-sizing: border-box;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43px;
  z-index: 99;
}

.swiper-pagination .swiper-pagination-bullet {
    transition: background-color 0.3s ease-in-out;
    font-size: 0;
    line-height: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: #E0E1DB;
    border: none;
    border-radius: 0;
    margin: 0 8px;
    display: block;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A7A99C;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	 bottom: -70px;
    left: -35%;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  border-radius: 50%;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  border: none;
  font-size: 18px;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  color: #5B5B5F;
}

@media (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    transform: none;
    left: auto;
    right: 0;
    bottom: 12px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: #5B5B5F !important;
  opacity: 0.3;
  pointer-events: none;
}

.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
  background-color: transparent;
  color: #5B5B5F;
  outline: none;
}

.swiper-button-prev {
  margin-left: -36px;
}

@media (min-width: 768px) {
  .swiper-button-prev {
    margin-left: 0;
    margin-right: 65px;
  }
}

.swiper-button-next {
  margin-left: 36px;
}

@media (min-width: 768px) {
  .swiper-button-next {
    margin-left: 0;
  }
}

.clearfix:after, dl:after, #main:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/* gallery styles */

.hover-bg-overlay {
	position: relative;
	z-index: 0;
}

a:hover .hover-bg-overlay{
	cursor: zoom-in;
}

.hover-bg-overlay:before {
	content: "";
	background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease-out;
}

.gallery-row a:hover .hover-bg-overlay:before{
	background: rgba(0, 0, 0, .4);
}

.gallery-block {
	position: relative;
	margin-top: -10px;
}

.gallery-block img{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.gallery-row .col.single-image{
	
}

.gallery-block img:before{
    transition: background 0.3s ease-in-out;
    right: 0;
    bottom: 0;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    z-index: -1;

}

.gallery-block .col-half {
/* 	padding: 0 5px; */
	float: left;
	width: 50%;
/* 	margin: 0 0 10px; */
}

.gallery-block .col-half:first-child{
	padding-right: 5px;
}

.gallery-block .col-half:last-child{
	padding-left: 5px;
}

.gallery-block .col-left {
    padding: 0 0px 0px 8px;
	margin: 0 0 10px;
}

.gallery-block .col-left.left{
	 padding: 0 8px 0px 0px;
}

.gallery-block .three-col-row {
	padding: 0 2px;
	display: flex;
	gap: 10px;
}

.gallery-block .three-row-col .col {
/* 	margin: 0 0 10px; */
}



.gallery-block .three-col{
	width: 33.3%;
}

.gallery-row {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.gallery-row .fc-video-single .fc-full-video{
	margin-top: -25px;
}

.gallery-block .col-left {
		float: left;
		width: 57.2%;
		margin: 0;
}

.gallery-block .col-left img{
	
}



.gallery-block .three-row-col {
	float: left;
	width: 42.8%;
}

.gallery-block .fc-image-list .fc-full-video{
	min-height: 444px;
	margin-top: 0px;
}

.gallery-block .fc-image-list{
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: -10px;

}

.gallery-block .fc-full-video.video:after{
	content: none;
}

.gallery-row .fc-video-listing .fc-image-list li{
    width: calc(50% - 10px);
    margin: 5px;
    margin-bottom: 0px;
}

.gallery-row .fc-video-listing{
	padding-bottom: 10px;
}

@media(max-width: 767px){
	.gallery-block .col-left img{
		min-height: 380px;
		object-fit: cover;
	}
	
	.gallery-row .fc-video-listing .fc-image-list li{
		width: 100%;
		margin: 0px;
	}
}

.portfolio-projects{
	  display: grid;
	  grid-template-columns: 50% 50%;
      gap: 10px;
}

.port-project{
	min-height: 400px;
	position: relative;
}

.port-project .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    bottom: 50px;
}

.portfolio-projects a:hover .text{
	bottom: 100px;
}

.port-project .text h3{
	color: #fff;
	padding: 0px 0px 20px 30px;
}

.bg-stretch.main{
	opacity: 1;
	transition: opacity 0.3s;
}

.portfolio-projects a:hover .bg-stretch:after,
.featured-project a:hover .bg-stretch:after{
    background-color: rgba(0, 0, 0, .7);
    outline: 1px solid #fff;
    outline-offset: -15px;
    
}

.portfolio-projects a:hover .bg-stretch.main,
.featured-project a:hover .bg-stretch.main{
	opacity: 0;
}

.bg-stretch.hover{
	opacity: 0;
	transition: opacity 0.3s;
}

.portfolio-projects a:hover .bg-stretch.hover,
.featured-project a:hover .bg-stretch.hover{
	opacity: 1;
}


.featured-project .project{
	position: relative;
	min-height: 500px;
	margin-bottom: 10px;
}


.featured-project .project .text{
	text-align: center;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    transition: all 0.8s;
	
}

.featured-project a:hover .text{
	top: 50%
}

.featured-project .project .text h3{
	color: #fff;
}

.featured-project .project .text .subtitle{
    left: -50px;
    bottom: -50px;
    color: #fff;
}

.page-header{
	background-color: #53595B;
	padding: 200px 0px 0 0;
    background: url(images/footer-bg.png);
    color: #FFF;
    margin-top: 0px;
    background-position: left;
    background-size: cover;
    z-index: 998;
    background-repeat: no-repeat;
}

.page-header h1{
	color: #fff;
	bottom: 50px;
}

.featured-project{
	position: relative;
	background: #53595B;
    padding: 200px 0px 0 0;

}

.single .featured-project{
	margin-top: 10px;
}

.featured-project .head .container{
    position: relative;
    bottom: 50px;
}

.featured-project .head .subtitle{
	left: -70px;
    bottom: -30px;
    opacity: 1;
}

@media(max-width: 767px){
	.featured-project .head .subtitle{
		left: 0;
	}
	
	.featured-project .project{
		min-height: 270px;
	}
	
	.about h2 {
    font-size: 31px !important;
	}
	
	.featured-project{
		padding-top: 130px;
	}
	
	.featured-project .head .container{
		bottom: 20px;
	}
	
	.port-project{
		min-height: 170px;
	}
	
	.port-project .text h3{
		padding: 0px;
	}
	
	.page-template-page-projects .head{
	    padding-top: 160px !important;
	}
}

.featured-project h2{
	color: #fff;
}

.featured-project .subtitle{
	color: #626769;
}

/* ifit videos style */

/*
.ifit-videos {
	padding: 110px 0 95px;
}
*/

/*
.ifit-videos .video a:hover .txt, .ifit-videos .video .vid-wrap:hover .txt  {
	opacity: 1;
}
*/

/*
.ifit-videos .video:hover:before a{
	opacity: 1;
	visibility: visible;
}



.ifit-videos .video:hover .txt{
	opacity: 1;
	visibility: visible;
}

.ifit-videos .video:before{
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

.ifit-videos .video:hover:before{
	opacity: 1;
    visibility: visible;
}
*/

.ifit-videos .video .txt {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: absolute;
	left: 0px;
	right: 0px;
	top: inherit;
	bottom: 15px;
	padding-right: 35px;
	z-index: 9;
	display: block;
	padding: 0px;
	border-left: 3px solid #5B5B5F;

}

.ifit-videos .txt h6 {
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 1.14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: none;
	padding-left: 10px;
    white-space: break-spaces;
    font-weight: 300;
    line-height: 1.3;
}

.ifit-videos .txt p{
	font-size: 16px;
	color: #2b7dff;
	line-height: 29px;
	margin-bottom: 0px;
    margin-top: -5px;
}



.ifit-videos .txt img {
	width: 22px;
	height: auto;
	position: absolute;
	bottom: 2px;
	right: 0;
}


.ifit-videos + .product-listings {
	margin-top: 200px;
}

.ifit-videos .video-list {
	overflow: hidden;
	margin-top: 43px;
}

.ifit-videos h2{
	margin-top: 130px;
	color: #fff;
}

.ifit-videos p{
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	line-height: 32px;
}

/*
section:not(.bg-dark-blue) + .ifit-videos.bg-dark-blue {
	margin-top: 150px;
}
*/

section.bg-dark-blue + section.bg-dark-blue {
	margin-top: 0px;
}

/*
.ifit-videos .video-list > div {
	width: 9999px;
}
*/

.ifit-videos .video-list + .video-list {
	margin-top: 0;
}

.ifit-videos .row {
	display: block;
	white-space: nowrap;
}


.ifit-videos .video {
	width: 312px;
	margin-bottom: 15px;
	margin-left: 14px;
	display: inline-block;
	vertical-align: top;
}

.ifit-videos .video a, .ifit-videos .video .vid-wrap {
	display: block;
	position: relative;
}

.ifit-videos .video .vid-wrap a:before{
	transition: background 0.3s ease-in-out;
    right: 0;
    bottom: 0;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('images/Expand-Gallery-Icon.svg');
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-repeat: no-repeat;
    background-position: center;
}

/*
.ifit-videos .video:hover .vid-wrap a:before{
	opacity: 1;
	visibility: visible;
}
*/


.ifit-videos .video .vid-wrap span{
/* 	display: block; */
	color: #fff;
    top: -50px;
    position: relative;
    padding: 10px;
}

.ifit-videos .video a .bg-cover, .ifit-videos .video .vid-wrap .bg-cover  {
	z-index: 0;
}

.ifit-videos .video a .bg-cover.main-img, .ifit-videos .video .vid-wrap .bg-cover.main-img {
	opacity: 1;
}

.ifit-videos .video a .bg-cover.hover-img, .ifit-videos .video .vid-wrap .bg-cover.hover-img {
	opacity: 0;
/* 	transition: .3s all; */
}

.ifit-videos .video:hover a .bg-cover.hover-img, .ifit-videos .video:hover .vid-wrap .bg-cover.hover-img {
	opacity: 1;
}



.ifit-videos .video a:hover .txt, .ifit-videos .video .vid-wrap:hover .txt  {
	opacity: 1;
}

.ifit-videos.bg-gray02{
	background: #23201F;	
	margin-top: 0px;
    padding-top: 160px;
    padding-bottom: 100px;
}

.ifit-videos.bg-gray02 h1, .ifit-videos.bg-gray02 h2, .ifit-videos.bg-gray02 p {
	color: #fff;
}

.ifit-videos .ifit-logo {
	position: absolute;
	top: 14px;
	left: 15px;
}

.ifit-videos .ifit-logo img {
	width: 61px;
	height: auto;
}

.ifit-videos .txt {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	padding-right: 35px;
}

.ifit-videos .txt h5 {
	color: #fff;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 1.2;
	letter-spacing: .03em;
}

.ifit-videos .txt img {
	width: 22px;
	height: auto;
	position: absolute;
	bottom: 2px;
	right: 0;
}

.ifit-videos{
	background-image: url('images/green-dots-bg.png');
    margin-top: -30px;
    padding: 10px 0px 140px;
    color: #fff;
    position: relative;
}

.ifit-videos:before{
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url(images/cta-top-edge.svg);
    content: '';
    background-repeat: repeat-x;
    z-index: 9;
}


.ifit-videos:after{
   position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 24px;
	background-image: url(images/cta-bottom-edge.svg);
	content: '';
	background-repeat: repeat-x;
	z-index: 9;
}


/* ---------------------------------------------------------
   General reset
   ---------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body {
  color: #5B5B5F;
  background: #F4F4F3;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font: 400 17px/27px "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url('images/bg-watermark.svg');
  background-size: cover;
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}

/* adaptive images */
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* google map fix */
.gm-style img {
  max-width: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.588em;
}

ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 50px;
  }

table {
  min-width: 1000px;
  width: 100%;
  margin: 14px 0 25px;
}

@media (min-width: 768px) {
  table {
    min-width: 0;
    margin: 29px 0 23px;
  }
}

table thead {
  background-color: #2b2b2b;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

table thead td + td {
  position: relative;
}

table thead td + td:after {
  width: 2px;
  content: '';
  top: 7px;
  bottom: 7px;
  left: -1px;
  position: absolute;
  background: #202020;
}

table td {
  padding: 21px;
  border: none;
}

table tbody {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.722;
  border: 1px solid #f4f4f4;
}

table tbody td {
  padding: 17px 15px;
}

table tbody td + td {
  position: relative;
}

table tbody td + td:after {
  width: 2px;
  content: '';
  top: 7px;
  bottom: 7px;
  left: -1px;
  position: absolute;
  background: #f0f0f0;
}

table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

blockquote {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 41px;
  font-size: 18px;
  line-height: 30px;
}

@media (min-width: 1024px) {
  blockquote {
    font-size: 24px;
    line-height: 1.5;
  }
}

blockquote q, blockquote p {
  display: block;
}

th, td {
  border: 1px solid #eee;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 35px;
  margin-bottom: 28px;
}

@media (min-width: 1024px) {
  ul, ol {
    padding-left: 45px;
    margin-bottom: 37px;
  }
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 35px;
  margin: 0;
}

@media (min-width: 1024px) {
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    padding-left: 45px;
  }
}

ul {
  list-style: none;
}

ul > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 18px;
  font-size: 17px;
}

@media (min-width: 1024px) {
  ul > li {
    margin-bottom: 15px;
  }
}

ul > li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  top: 11px;
  left: -3px;
  background: #5B5B5F;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  ul > li:before {
    top: 11px;
  }
}

ul:not(.no-style) ul li:before,
ol ul li:before {
  width: 5px;
  height: 1%;
  top: 15px;
}

ol {
  list-style: none;
  counter-reset: newCounter;
}

ol > li {
  padding-left: 15px;
  padding-bottom: 15px;
}

ol > li:before {
  counter-increment: newCounter;
  content: counters(newCounter, ".") ". ";
  color: #A7A99C;
  padding-right: 10px;
}

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

/* forms styles */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #eee;
  padding: 0.4em 0.7em;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eee;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #eee;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #eee;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #eee;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #eee;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

/* input button styles */
button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #5B5B5F;
  background-color: transparent;
  padding: 11px 18px;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    width: auto;
    display: table;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  button,
  input[type='button'],
  input[type='reset'],
  input[type='file'],
  input[type='submit'] {
    margin-top: 30px;
  }
}

button:hover,
button:focus,
input[type='button']:hover,
input[type='button']:focus,
input[type='reset']:hover,
input[type='reset']:focus,
input[type='file']:hover,
input[type='file']:focus,
input[type='submit']:hover,
input[type='submit']:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5B5B5F;
}

#content {
  padding-top: 50px;
}

@media (min-width: 768px) {
  #content {
    float: left;
    width: 70%;
  }
}

#content:only-child {
  float: none;
  width: 100%;
}

#sidebar {
  padding-top: 50px;
}

@media (min-width: 768px) {
  #sidebar {
    float: right;
    width: 25%;
  }
}

#sidebar #wp-calendar {
  width: 100%;
}

.widget {
  margin-bottom: 1.588em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.comment-form input[type='submit'] {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #5B5B5F;
  background-color: transparent;
  padding: 11px 22px;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .comment-form input[type='submit'] {
    width: auto;
    display: table;
    margin-left: auto;
  }
}

.comment-form input[type='submit']:hover,
.comment-form input[type='submit']:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5B5B5F;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.search-form {
  margin-bottom: 15px;
}

.search-form input {
  float: left;
  height: 2em;
}

.search-form input[type='search'] {
  margin: 0 4px 0 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 2em;
}

.post-password-form input[type='password'] {
  width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #5B5B5F;
  background-color: transparent;
  padding: 11px 22px;
  height: 100%;
  margin-top: 0;
}

.comment-form input[type='submit']:hover,
.comment-form input[type='submit']:focus,
.post-password-form input[type='submit']:hover,
.post-password-form input[type='submit']:focus,
.search-form input[type='submit']:hover,
.search-form input[type='submit']:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5B5B5F;
}

.commentlist {
  margin: 0 0 1.588em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.588em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.588em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.588em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}

@media (max-width: 767px) {
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #5B5B5F;
  background-color: transparent;
  padding: 11px 22px;
}

.navigation .next:hover,
.navigation .next:focus,
.navigation .prev:hover,
.navigation .prev:focus,
.navigation-comments .next:hover,
.navigation-comments .next:focus,
.navigation-comments .prev:hover,
.navigation-comments .prev:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5B5B5F;
}

.navigation-single {
  margin-bottom: 1.588em;
}

.navigation-single .next,
.navigation-single .prev {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid #5B5B5F;
  background-color: transparent;
  padding: 11px 22px;
}

.navigation-single .next:hover,
.navigation-single .next:focus,
.navigation-single .prev:hover,
.navigation-single .prev:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5B5B5F;
}

.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: .4em;
  display: block;
}

@media (max-width: 767px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    padding: .2em;
  }
}

.navigation-single .prev {
  float: left;
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #eee;
  padding: .4em;
  margin-bottom: 1.588em;
}

.wp-caption img {
  margin: 0;
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.588em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.588em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.588em;
}

.mejs-container {
  margin-bottom: 1.588em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar tbody td {
  text-align: center;
}

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #eee;
}

/* typography styles */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: #53595B;
  display: block;
}

/* style for h1 */
h1, .h1 {
  font-size: 40px;
  line-height: 1.35;
  margin-bottom: 42px;
  position: relative;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 50px;
    margin-bottom: 42px;
  }
}



h1 .sub-title, .h1 .sub-title {
  font-size: 16px;
  display: block;
  color: #929292;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  h1 .sub-title, .h1 .sub-title {
    font-size: 21px;
    margin-bottom: 16px;
  }
}

h1 .sub-title.secondary, .h1 .sub-title.secondary {
  font-weight: 400;
}

@media (min-width: 1024px) {
  h1 .sub-title.secondary, .h1 .sub-title.secondary {
    font-size: 23px;
  }
}

/* style for h2 */
h2, .h2 {
  font-size: 34px;
  line-height: 1.294;
  margin-bottom: 22px;
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 45px;
  }
}

h2, .h2 {
	position: relative;
}


/* style for h3 */
h3, .h3 {
  font-size: 30px;
  line-height: 1.333;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 36px;
    line-height: 1.389;
    margin-bottom: 10px;
  }
}

/* style for h4 */
h4, .h4 {
  font-size: 27px;
  line-height: 1.4;
  margin-bottom: 5px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 30px;
    line-height: 1.5;
  }
}

/* style for h5 */
h5, .h5 {
  font-size: 21px;
  line-height: 1.333;
  margin-bottom: 6px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 11px;
  }
}

/* style for h6 */
h6, .h6 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
  margin-bottom: 11px;
  font-family: 'Montserrat';
  line-height: 24px;
 

}

@media (min-width: 1024px) {
  h6, .h6 {
    font-size: 20px;
  }
}

/* style for d1 element */
.d1 {
  font-size: 55px;
  font-weight: 300;
  line-height: 1.364;
  display: block;
  padding: 50px 0;
}

@media (min-width: 1024px) {
  .d1 {
    font-size: 75px;
    padding: 94px 0;
  }
}

p {

}

/* style for default anchor tags of the site */
a {
  transition: color 0.3s ease-in-out;
  color: #9f9f9f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* styles for button */
.btn {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  color: #6C7273;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #ADB2B2;
  background-color: transparent;
  padding: 11px 22px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 3px;
  text-align: center;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ADB2B2;
}

.btn:hover span {
  color: #fff;
}

.btn span {
  transition: color 0.3s ease-in-out;
  color: #5B5B5F;
  font-size: 8px;
}

.btn.btn-secondary {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .btn.btn-secondary {
    display: block;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .btn.btn-secondary {
    margin-top: 10px;
  }
}

.btn.btn-med{
	background: none;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 3px;
	text-align: center;
	padding: 7px 25px;
}

.btn.btn-med:hover{
	background: #5E6352;
	color: #fff;
}

.btn.btn-small {
  font-size: 14px;
  padding: 9px 19px;
  border: 2px solid #5E6352;
  background: none;
  color: #5B5B5F;
}

.btn.btn-small:hover{
	
	background: #5E6352;
	color: #fff;
}

.btn + .btn{
	margin-top: 10px;
}


.gform_wrapper .btn{
	background: none;
    font-weight: 500;
    font-size: 13px;
	letter-spacing: 3px;
	text-align: center;
	padding: 7px 25px;
}

.gform_wrapper .btn:hover{
	background: #ADB2B2;
	color: #fff;
}

@media (max-width: 1023px) {
   .header-wrap .btn.btn-small {
      padding: 5px 19px;
    }
  }

.header-wrap .btn.btn-small {
	color: #FFF;
	text-transform: none;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0pt;
}

.btn.btn-small.btn-arrow:after {
  margin-top: -1px;
}

.btn.btn-large {
  font-size: 16px;
}



.btn.btn-arrow {
  padding: 0 7px 0 0;
  border: none;
  position: relative;
  margin-top: 15px;
}

.btn.btn-arrow:after {
  content: "[+]";
  top: 50%;
  left: 100%;
  position: absolute;
  font-size: 14px;
  color: #fff;
  transform: translateY(-50%);
}

.btn.btn-arrow:hover {
  background-color: transparent;
  color: #000;
  padding-right: 15px;
}

.btn.btn-link {
  padding: 0;
  border: none;
  margin-top: 13px;
}

@media (min-width: 1200px) {
  .btn.btn-link {
    margin-top: 2px;
  }
}

.btn.btn-link:hover {
  background-color: transparent;
  color: #5B5B5F;
}

.view-more .btn{
	float: right;
	margin-top: 20px;
}

/* ---------------------------------------------------------
    Сommon site styles
   ---------------------------------------------------------*/
/* styles for main container of the page */
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home #main {
  padding-top: 0px;
}

/* container styles */
.container,
.fc-cta-holder {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.fc-intros .container {
	max-width: 100%;
	
}

.fc-intros p{
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
	line-height: 32px;
}

@media (min-width: 1024px) {
  .fc-intros .container .text,
  .fc-intros .container .reverse .text {
	padding-left: 80px;
	padding-top: 50px;
	}
  
  .fc-intros .container {
      max-width: 1340px;
      padding: 0 0px 0 15px;
    }
}

/* style for small text */
.small-text {
  font-size: 14px;
  line-height: 1.643;
}

@media (min-width: 1024px) {
  .small-text {
    font-size: 17px;
  }
}

/* style for large text */
.large-text {
  font-size: 19px;
  line-height: 1.526;
}

@media (min-width: 1024px) {
  .large-text {
    font-size: 22px;
  }
}

.fc-image-listing-small{
	background-image: url('images/bio-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
    padding: 20px 0px;
    z-index: 2;
    position: relative;
}

@media(max-width: 767px){
	.fc-image-listing-small .text{
		margin-text: 40px;
	}
}

/* sets the gap between sections */
section + section {
  margin-top: 100px;
}


.fc-image-listing + .fc-testimonial{
	margin-top: 100px !important;
}

.fc-accordion + .fc-form-block{
	margin-top: 140px !important;
}

.fc-testimonial + .fc-cta{
	margin-top: -0px;
}

@media (min-width: 1024px) {
  section + section {
    margin-top: 145px;
  }
}

.title-block {
  margin-bottom: 30px;
}

/* styles for category element */
.category-top {
  display: block;
  color: #656565;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.category-sm {
  font-size: 14px;
}

/* styles for images */
.img,
.image {
  overflow: hidden;
  margin-bottom: 27px;
}

.fc-intros .image {
  margin-bottom: 55px;
}

/* styles or video positioning play button on middle */
.video {
  position: relative;
  margin-bottom: 27px;
  box-shadow: none;
  border-radius: 0px;
  overflow: hidden;
}

.video:before {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
}

.fc-full-video.video{
	position: relative;
	overflow: visible;
}

.fc-full-video.video:after{
    position: absolute;
    top: 10px;
    bottom: -10px;
    left: -10px;
    right: 10px;
    background: #5B5B5F;
    content: '';
    z-index: -2;
}

.video:hover:before {
  opacity: 0;
  visibility: hidden;
}

.video .play {
  color: #5B5B5F;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.video .text{
	background: transparent !important;
}


@media (min-width: 1200px) {
  .video .play {
    font-size: 105px;
  }
}

.video .play > span.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video .play > span.video-title {
  text-align: center;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  font-weight: 500;
}

.video .play > span.icon-play span {
  display: block;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  font-weight: 500;
}

.video .play:hover,
.video .play:focus {
  text-decoration: none;
}

.video .play .play-icon {
  width: 65px;
}

@media (min-width: 768px) {
  .video .play .play-icon {
    width: 100px;
  }
}

.video .txt {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.video .txt .play {
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 85px;
  margin: 0 auto 30px;
  position: relative;
}

@media (min-width: 768px) {
  .video .txt .play {
    width: 80px;
    margin-bottom: 43px;
  }
}

.video.fc-full-video .txt .video-title {
  color: #FFF;
  font-size: 23px;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 27px;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Playfair Display';
  }

/* this class removes list style and li listing bullets form ul element */
.no-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-style > li {
  padding: 0;
}

.no-style > li:before {
  display: none;
}

/* hides for mobile */
@media (max-width: 767px) {
  .hidden-for-mobile {
    display: none !important;
  }
}

/* hides for tablet and above */
@media (min-width: 768px) {
  .hidden-for-tablet {
    display: none !important;
  }
}

.relative {
  position: relative;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}

.images.reverse {
  flex-direction: row-reverse;
}

.images.reverse .left-img {
  justify-content: flex-start;
}

.images.reverse .right-img {
  margin-left: 0;
  margin-right: 10px;
}

.images .left-img {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.images .right-img {
  width: calc(55% - 10px);
  margin-left: 10px;
}

.images .small-img {
  width: 66%;
}

.images .img {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  
  
}

@media (max-width: 1067px) {
    .row.reverse .text {
      max-width: 85%;
    }
    
  
}

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

.row.align-end {
  align-items: flex-end;
}

/* background image styles */
.bg-stretch,
.bg-stretch-slick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.bg-stretch:after,
.bg-stretch-slick:after {
  transition: background 0.3s ease-in-out;
  right: 0;
  bottom: 0;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, .3);
  z-index: -1;
}

/* .hero-slider .bg-stretch:before{
  transition: background 0.3s ease-in-out;
  right: 25px;
  bottom: 23px;
  content: '';
  top: 25px;
  left: 25px;
  position: absolute;
  background: url(images/slider_borders.svg);
  z-index: -1;
  background-size: cover;
} */

@media (min-width: 768px) {
  .btn-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

.btn-wrap li {
  margin-right: 20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .btn-wrap li {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .btn-wrap li {
    margin-right: 25px;
  }
}

.slick-slider {
  padding: 20px 40px 100px 0;
}

@media (min-width: 1200px) {
  .slick-slider {
    padding-top: 29px;
  }
}

@media (min-width: 1400px) {
  .slick-slider {
    padding-right: 0;
  }
}

.slick-slider .slick-list {
  overflow: visible;
}

/* styles for image listing used in multiple pages */
.fc-image-list {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .fc-image-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 27px 0;
  }
}

.fc-image-list p + .btn {
  margin-top: 0;
}

.fc-image-list > li,
.fc-image-list > .article {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .fc-image-list > li,
  .fc-image-list > .article {
    width: calc(50% - 20px);
    margin: 0 10px 50px;
  }
}

@media (min-width: 1024px) {
  .fc-image-list > li,
  .fc-image-list > .article {
    margin-bottom: 58px;
  }
}

@media (min-width: 1024px) {
  .fc-image-list .text {
    background: #5B5B5F;
    padding: 20px 20px 1px 20px;
    color: #fff;
    width: 85%;
    position: relative;
    margin-top: -30px;
  }
}

.fc-image-list .text {
    background: #5B5B5F;
    padding: 20px 20px 1px 20px;
    color: #fff;
    width: 85%;
    position: relative;
    margin-top: -30px;
  }

.fc-image-list .btn.btn-large{
	float: right;
	margin-top: -67px;
	background: #DB572F;
	color: #fff;
	border: none;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3px;
	text-align: center;
	z-index: 4;
    position: relative;
    border: 2px solid #DB572F;
}

.fc-image-list .btn.btn-large:hover{
	background: #fff;
	border: 2px solid #DB572F;
	color: #000;
}

.fc-image-list .text h3{
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: left;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.fc-image-list .text p{
	font-size: 15px;
	color: #FFFFFF;
	text-align: left;
	line-height: 20px;
}

@media (min-width: 1024px) {
  .fc-image-list .image {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .fc-image-list.secondary > li,
  .fc-image-list.secondary > .article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .fc-image-list.secondary > li,
  .fc-image-list.secondary > .article {
    margin-bottom: 45px;
    width: calc(50% - 20px);
  }
}

.fc-image-list.secondary .image {
  max-width: 65%;
}

@media (min-width: 768px) {
  .fc-image-list.secondary .image {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .fc-image-list.secondary .text {
    width: 52%;
    padding-left: 22px;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .fc-image-list.three-cols > li,
  .fc-image-list.three-cols > .article {
    width: calc(33.33% - 20px);
  }
}

.fc-image-list.three-cols .image {
  max-width: 82%;
}

@media (min-width: 768px) {
  .fc-image-list.three-cols .image {
    max-width: none;
  }
}

.fc-image-list.three-cols .play {
  font-size: 60px;
}

@media (min-width: 768px) {
  .fc-image-list.four-cols > li,
  .fc-image-list.four-cols > .article {
    width: calc(25% - 20px);
  }
}

.fc-image-list.four-cols .image {
  max-width: 65%;
}

@media (min-width: 768px) {
  .fc-image-list.four-cols .image {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .fc-image-list.five-cols,
  .fc-image-list.six-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
}

.fc-image-list.five-cols .image,
.fc-image-list.six-cols .image {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fc-image-list.five-cols .image,
  .fc-image-list.six-cols .image {
    margin-bottom: 20px;
  }
}

.fc-image-list.five-cols > li {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .fc-image-list.five-cols > li {
    margin: 0 5px 5px;
  }
}

@media (min-width: 768px) {
  .fc-image-list.five-cols > li {
    width: calc(20% - 20px);
  }
}

.fc-image-list.five-cols .text {
  padding: 0 10px;
}

.fc-image-list.six-cols > li {
  width: calc(33.33% - 10px);
}

@media (max-width: 767px) {
  .fc-image-list.six-cols > li {
    margin: 0 5px 5px;
  }
}

@media (min-width: 768px) {
  .fc-image-list.six-cols > li {
    width: calc(16.667% - 20px);
  }
}

.fc-image-list.six-cols .text {
  padding: 0;
}

.image-link {
  display: block;
}

.image-link:hover {
  color: #5B5B5F;
  text-decoration: none;
}

.image-link:hover .image:after {
  opacity: 1;
  visibility: visible;
}

.image-link .image {
  position: relative;
}

.image-link .image:after {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  background: transparent;
  border: 2px solid #5B5B5F;
  border-radius: 0px;
  opacity: 0;
  visibility: hidden;
}

/* style for postsctipt element used below table of misc.html */
.postscript {
  font-size: 13px;
  line-height: 1.615;
  font-style: italic;
  display: block;
}


/* header styles */

.page-id-636 .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	min-width: 320px;
	background: #fff;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
	background: #2C2821;
}

 .header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	min-width: 320px;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
	
}

.header.fixed-position,
.nav-active .header,
.home.nav-active .header {
	background: rgba(93,99,101,.98);
}

.header{
	background: transparent;
}

.header.fixed-position{
	background: rgba(93,99,101,.98);
}


}

.logged-in .header {
	top: 32px !important;
}

.header .container {
	max-width: 1360px;
	padding: 0 20px;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.fixed-header .header {
	box-shadow: 0 0 71px rgba(88, 88, 88, .21);
}

.resize-active .header {
	-webkit-transition: none;
	transition: none;
}


.header .top-nav {
	background: #D91F2B;
	text-align: right;
/* 	display: none; */
	text-align: left;
	color: #FFF;
	font-style: italic;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 15px;
	padding: 0px 20px;
	position: relative;
}

.header .top-nav a {
	color: #FFF;
}
.header .top-nav a:hover {
	color: #EEE;
	text-decoration: none;
}
.header .top-nav a.phone {
	position: relative;
	padding-left: 21px;
	line-height: 18px;
	font-size: 15px;
}
.header .top-nav a.phone:before {
	font-family: "icomoon";
	content: '\e903';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .top-nav a.phone:hover  {
	color: #FFF;
}
.header .top-nav .container {
	display: flex;
	padding-left: 30px;
	align-items: center;
}


.alert {
	display: flex;
	align-items: center;
	margin-right: 15px;
	font-weight: 600;
	z-index: 2;
	background: #D91F2B;
	position: relative;
	padding: 15px 15px 15px 0;
}

.alert img {
	margin-right: 8px;
}

.alert:before {
	position: absolute;
	content: '';
	background: #D91F2B;
	top: -5px;
	height: 55px;
	width: 500px;
	right: 100%;
}


@media (max-width: 1023px) {
	.header .top-nav a.phone {
		display: none;
	}
}

@media (max-width: 767px) {
	.header .top-nav .alert .ann-text {
		display: none;
	}
	
	.alert {
		padding: 0;
	}
	
	.alert img {
		max-width: 999999999px;
		width: 25px;
	}
	.header .top-nav .container {
		padding: 10px;
	}
	
	.alert:before { 
		height: 35px;
	}
	
}

/*
.header .top-nav .container span {
        -moz-animation: marquee 10s linear infinite;
        -webkit-animation: marquee 10s linear infinite;
        animation: marquee 10s linear infinite;
      }
      @-moz-keyframes marquee {
        0% {
          transform: translateX(100%);
        }
        100% {
          transform: translateX(-100%);
        }
      }
      @-webkit-keyframes marquee {
        0% {
          transform: translateX(100%);
        }
        100% {
          transform: translateX(-100%);
        }
      }
      @keyframes marquee {
        0% {
          -moz-transform: translateX(100%);
          -webkit-transform: translateX(100%);
          transform: translateX(100%)
        }
        100% {
          -moz-transform: translateX(-100%);
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
      }
*/

/*
.header .top-nav ul li {
	margin: 0;
	display: inline-block;
	padding: 9px 0;
	margin-left: 45px;
}

.header .top-nav ul li a {
	margin: 0;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 16px;
	padding-right: 15px;
	color: #FFF;
	letter-spacing: 1.2pt;
	position: relative;
}
.header .top-nav ul li a:after {
	content: '\e904';
	color: #3e8848;
	font-family: 'icomoon';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s all;
}
*/

#menu-top-menu-1 {
	display: flex;
	justify-content: space-around;
	margin-top: 40px;
}

#menu-top-menu-1 li {
	width: 48%;
}

#menu-top-menu-1 li a {
	background: #3E8848;
	color: #FFF;
	border-radius: 5px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

#menu-top-menu-1 li a:hover {
	text-decoration: none;
}

.header .top-nav ul li a:hover {
	text-decoration: none;
}

.header .top-nav ul li a:hover:after {
	right: -5px;
}

.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.logo {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	padding: 13px 0;
	width: 155px;
	position: relative;
	z-index: 999;
}

@media(max-width: 1023px) {
  .logo {
    padding: 18px 0 13px;
  }
}

.logo img {
	width: 100%;
}

.resize-active .logo {
	-webkit-transition: none;
	transition: none;
}


.header .top-nav {
	background: #2C2821;
	text-align: right;
/* 	display: none; */
	text-align: left;
	color: #FFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 15px;
	padding: 0px 20px;
	position: relative;
}

.header .top-nav li{
	margin-bottom: 0px;
}


.header .top-nav a {
	color: #FFF;
	font-family: 'Montserrat';
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	font-style: normal;
}
.header .top-nav a:hover {
	color: #EEE;
	text-decoration: none;
}

.header .top-nav .social-holder li{
	margin-left: 3px;
}

.header .top-nav .social-holder li a{
	font-size: 9px;
	height: 19px;
    width: 18px;
}

.header .top-nav .social-holder li {
    height: 20px;
    width: 20px;
}


.header .top-nav a.phone {
	position: relative;
	padding-left: 21px;
	line-height: 18px;
	font-size: 15px;
}
.header .top-nav a.phone:before {
	font-family: "icomoon";
	content: '\e903';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .top-nav a.phone:hover  {
	color: #FFF;
}
.header .top-nav .container {
	display: flex;
	align-items: center;
  justify-content: space-between;
}

.header .top-nav .container .top-nav-left,
.header .top-nav .container .top-nav-right {
    display: flex;
    align-items: center;
}

.header .top-nav .top-nav-menu {
    display: flex;
    align-items: center;
    
}

.header .top-nav .container .top-nav-right li{
	margin: 0px 15px;
}

.header .top-nav-right .btn{
	border: none;
	background: #5B5B5F;
	border-radius: 0px;
	font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding: 15px 30px;
    font-weight: 500;
    text-transform: capitalize;
}

.header .btn.mobile{
	display: none;
	background: #5B5B5F;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 0;
	border-radius: 0px;
	text-align: center;
	font-weight: 300;
	text-transform: none;
	padding: 10px;
}



.header .top-nav .info {
      display: flex;
      align-items: center;
      margin-left: 15px;

  }
  
  
  
.header .top-nav .info li  {
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0.86px;
	text-align: left;
	font-style: normal;
	margin-bottom: 0px;
	font-family: 'Montserrat';
  }
  
  
.header .top-nav .info li:after{
    content: "";
    border-right: 1px solid #000;
    padding: 2px 0px;
    position: relative;
    margin: 10px;
}

.header .top-nav .info li:last-child:after{
	content: none;
}

.header .top-nav .container span {
/*
	margin-left: 15%;
	white-space: nowrap;
*/
}

/* burger menu styles */

.nav-opener {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	background: url(images/Mobile-Menu-Default.svg);
	background-repeat: no-repeat;
	top: 5px;
}

.nav-active .nav-opener{
	background: url(images/Mobile-Menu-Expanded.svg);
	width: 40px;
	height: 40px;
	display: block;
	background-repeat: no-repeat;
	
}

/*
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out, background .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, background .3s ease-in-out;
	background: #5B5B5F;
	height: 3px;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
	border-radius: 5px;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
}

.nav-opener:before {
	top: 0;
}

.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}
*/



.nav-opener:after {
	top: 19px;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener:hover:before,
.nav-opener:hover span,
.nav-opener:hover:after {
	background: #5B5B5F;
}

.resize-active .nav-drop {
	-webkit-transition: none;
	transition: none;
}

.nav-drop .btn-grp {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	background: #042442;
	padding: 25px;
}

.nav-drop .btn-grp .btn {
	text-align: center;
	padding: 10px;
}

.nav-drop .btn-grp .btn + .btn {
	margin: 14px 0 0;
}

.resize-active .nav-drop .btn-grp {
	-webkit-transition: none;
	transition: none;
}

/* main navigation styles */

/*
.nav {
	padding: 22px 0;
}
*/
.nav ul {
	margin-bottom: 0px;
	padding-left: 0;
	margin-top: 40px;
}

.nav ul li {
	text-align: center;
	letter-spacing: 1px;
	padding: 0;
	margin: 20px 0;
}

.nav ul li:before {
	display: none;
}

.nav ul li a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 22px 25px;
	font-family: "Inter", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1.59pt;

}

.nav ul li.btn {
	border-width: 2px;
}

.nav ul li.btn a {
	font-size: 17px;
	padding: 0;
	letter-spacing: 1pt;
}

.nav ul li.phone-link {
		display: none;
	}

.resize-active .nav ul li a {
	-webkit-transition: none;
	transition: none;
}

.nav ul li:hover .drop {
	display: block;
}


.nav ul .drop {
/* 	display: none; */
	padding: 3px 0;
}

.nav ul .drop ul {
	padding: 0;
}

.nav ul .drop ul a {
	padding-left: 64px;
}

.icon-btn-grp {
	display: flex;
	align-items: center;
}

.phone-mobile {
	width: 39px;
	height: 39px;
/* 	border-radius: 50%; */
/* 	border: solid 2px #5B5B5F; */
	background-image: url(images/icon-phone.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 39px 39px;
	display: block;
	margin-right: 20px;
}

.nav ul li.btn a {
	padding: 15px;


}
.nav ul li.btn:hover a {
	color: #fff;
	border-color: #5B5B5F;

}
.nav ul li.btn:hover {
	background: transparent !important;
}

.contact-info{
	display: none;
}

.mobile-only{
	display: none !important;
}

@media (max-width: 1023px) {
	
/*
	.nav ul li.btn {
		padding: 0px;
		border: none;
		background: transparent;
		margin-top: 0px;
	}
*/
	.nav ul li.btn a {
	
		font-size: 20px;
		padding: 20px 35px;
		border-radius: 30px;
	}
}


@media (min-width: 1024px) {
	.phone-mobile {
		display: none;
	}
	
	#menu-top-menu-1 {
		display: none;
	}

	
	.page-id-636 .header {
		padding: 10px 0;
	}

	.header .container {
		padding: 0 15px;
	}


	.header .top-nav {
		display: block;
	}

	.logo {
		width: 220px;
	}
	
	.header .top-nav {
/* 	padding: 10px; */
	}
	
	.nav ul {
		margin-top: 0px;
	}
	.nav-opener, .icon-btn-grp {
		display: none;
	}

/*
	.nav-drop {
		float: left;
		width: calc(100% - 315px);
	}
*/
	
	.nav-drop .social-holder {
		display: none;
	}

	.nav-drop .btn-grp {
		background: none;
		float: right;
		padding: 16px 0;
		width: 320px;
		text-align: right;
	}

	.nav-drop .btn-grp .btn {
		width: 152px;
		min-width: 0;
	}

	.nav-drop .btn-grp .btn + .btn {
		margin: 0;
	}

	.nav-drop .btn-grp .btn:first-child {
		display: none;
	}
	
	.page-id-438 .nav, .page-id-438 .top-nav {
		display: none;
	}

	.nav {

/* 		width: calc(100% - 320px); */
		padding: 0;
		text-align: right;
		padding: 0 15px;
	}
	
	.nav ul {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.nav ul li {
		display: inline-block;
		font-size: 14px;
		line-height: 14px;
		position: relative;
		margin-left: 21px;
	}
	
	.nav ul li a {
		padding: 15px 25px;
		font-weight: 500;
		font-size: 16px;
	
	}

	.nav ul li a {
	padding: 50px 15px 40px 15px;
    transition: .3s all;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    margin-bottom: -21px;
	}

	.nav ul li:hover .drop {
		opacity: 1;
		visibility: visible;
	}
	.nav ul li.phone-link {
		display: block;
	}
	
	.nav ul li.phone-link a {
		font-family: 'Inter', Helvetica, Arial, sans-serif;
		font-weight: 600;
		padding-left: 28px;
		position: relative;
		font-size: 16px;
	}
	
	.nav ul li.phone-link a:before {
		content: '';
		width: 20px;
		height: 20px;
		background-image: url(functions/assets/icons/Phone.svg);
		background-size: contain;
		position: absolute;
		left: 0;
		top: 8px;
	}

	.nav ul li:hover > a {
		border-color: #fff;
	}

	.nav ul .drop {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		visibility: hidden;
		opacity: 0;
		z-index: 2;
		width: 198px;
		padding: 0;
	}

	.nav ul .drop ul {
		padding: 5px 0;
		background: #114972;
	}

	.nav ul .drop ul li {
		display: block;
		text-align: left;
		letter-spacing: 1px;
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 2px;
	}

	.nav ul .drop ul a {
		background: #114972;
		color: #fff;
		padding: 10px 15px;
	}

	.nav ul .drop ul a:hover {
		background: #6499b8;
	}

	.fixed-header .nav ul .drop ul a {
		padding: 10px;
	}
}

@media (max-width: 1200px) and (min-width: 1024px) {
	.nav ul li.phone-link a {
		text-indent: -9999px;
		display: block;
		width: 34px;
		border: 2px solid #FFE9E5;
		border-radius: 50%;
	}
	
	.nav ul li.phone-link a:before {
		left: 7px;
	}
	
	.nav ul li.phone-link a:hover {
		
		background: #FFE9E5;
	}
	
	.nav ul li a {
		letter-spacing: 0pt;
	}
	
	.logo {
		width: 200px;
		padding: 23px 0;
	}
}

@media (min-width: 1360px) {
	.nav ul li {
		margin-left: 30px;
	}
}

@media (max-width: 1360px) and (min-width: 1200px) {
	.nav ul li {
		margin-left: 29px;
	}
	
	.logo {
	    width: 180px;
	    padding: 18px 0;
	}
}


@media (min-width: 1400px) {

	.header .container {
		padding: 0px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.nav-drop {
		-webkit-transition: -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out;
		position: fixed;
		top: 72px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 998;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		overflow-y: auto;
		overflow-x: hidden;
	    background: rgba(93,99,101,.98);

	}
	
	.has-announcement .nav-drop {
		top: 126px;
	}

	.nav-active .nav-drop {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.nav-drop .btn-grp .btn {
		display: block;
		color: #fff;
		font-size: 20px;
		border-width: 2px;
		padding: 16px 10px;
	}

	.nav-drop .btn-grp .btn:hover {
		background: #98c1d9;
	}
}


.banner {
	padding: 150px 0 120px;
	position: relative;
	display: flex;
	justify-content: center;
}

@media(max-width: 767px){
	.banner{
		padding: 280px 0 120px;
	}
	
	
}

.has-announcement .banner {
	padding: 150px 0 120px;
}

.banner .bg-stretch:after {
	background: rgba(0, 0, 0, 0.7);
}


.banner-box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	max-width: 1320px;
	padding: 0 15px;
	color: #FFF;
	font-size: 20px;
	line-height: 34px;
}

.banner-box .title {
	color: #FFF;
	font-size: 55px;
	line-height: 65px;
	width: 100%;
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 600;
	text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 40px;
}

.banner h1{
	color: #fff;
	position: absolute;
    bottom: 50px;
    font-size: 60px;
}


@media(min-width: 768px){

	.banner-box {
		padding: 0 45px;
	}
	
	.banner-box .title {
		font-size: 55px;
		line-height: 60px;
		max-width: 65%;
	}

}

@media(min-width: 1024px){
	
	.banner {
		min-height: 860px;
	}
	
	.banner-box {
		padding: 0 65px;
	}
	
	.banner-box .title {
		font-size: 85px;
		line-height: 110px;
		max-width: 1000px;
		margin-bottom: 0px;
	}
	.banner-text {
		max-width: 1000px;
		margin: 2em 0;
	}
	
	.banner + .intros {
	padding-bottom: 95px;
	margin-top: 145px;
}

}

/* hero section style */
.hero {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-top: 57px;
}


 .hero .txt {
    text-align: left;
    padding-bottom: 150px;
    font-size: 22px;
    max-width: 80%;
  }
  
  
  
.hero .slick-slide {
	position: relative;
	max-height: 850px
}




@media (min-width: 1024px) {
    .hero .slick-slide:before {
          
          left: 25px;
          right: 80%;
          bottom: 25px;
          top: 20%;
          
        }
      .hero .slick-slide:after {
     
          left: 20%;
          right: 25px;
          bottom: 65%;
          top: 25px;
          
        }
  }  
  
@media (min-width: 768px) {
  .hero {
    padding-top: 56px;
  }
  .hero .txt p {
    padding: 0px;
	padding-top: 30px;
	font-size: 28px;
	color: #FFFFFF;
	text-align: left;
	line-height: 41px;

  }
}
@media (min-width: 1024px) {
  .hero {
    padding-top: 0px;
  }
}

@media (min-width: 1360px) {
    .hero {
      padding-top: 0px;
    }
  }
.sub-title {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2pt;
    color: #5B5B5F;
    text-transform: uppercase;
    display: block;
    margin-bottom: 15px;
  }

@media (min-width: 768px) {
  .hero .sub-title {
    margin-bottom: 25px;
  }
}

.hero h1 {
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  font-size: 60px;
  text-align: left;
}

.subtitle{
	font-family: 'Allura', cursive;
	font-size: 170px;
	text-align: left;
    position: relative;
    left: -100px;
    bottom: -100px;
    z-index: -1;
    opacity: .3;
}

@media(max-width: 767px){
	.subtitle{
		font-size: 70px;
		left: 0;
		top: 0;
	}
}

.page-template-page-projects .subtitle{
	left: -50px;
    bottom: -30px;
}

.hero .container {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: start;
	max-width: 1160px;
	min-height: 600px;
    position: relative;
	top: 80px;
}

@media (min-width: 768px) {
  .hero .container {
	min-height: 940px;
  }
}

@media (min-width: 768px) {
  .hero .txt {
	max-width: 930px;
  }
}


.hero .img {
  margin-bottom: 47px;
}

@media (min-width: 768px) {
  .hero .img {
    margin-bottom: 0;
    width: 48.2%;
  }
}

.hero .img img {
  width: 340px;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  border: 12px solid rgba(26, 75, 142, 0.45);
}

@media (min-width: 768px) {
  .hero .img img {
    width: 100%;
    border-width: 23px;
  }
}

.hero .btn {
  color: #fff;
  font-size: 17px;
  border-color: #fff;
}

.hero .btn:hover {
	background-color: #fff;
	color: #6C7273;
}

@media (min-width: 768px) {
  .hero .btn-lg {
    margin-top: 25px;
  }
}

@media (min-width: 1024px) {
  .hero .btn-lg {
    margin-top: 35px;
  }
}

.hero .hero-slider {
  padding: 0px;
  z-index: 2;
}


.hero .hero-top-curve {
  position: absolute;
  top: -90px;
  left: 50%;
  min-width: 710px;
  width: 102vw;
  margin-left: -20px;
  transform: translateX(-50%);
}

@media (min-width: 540px) {
  .hero .hero-top-curve {
    margin-left: 0;
    z-index: 2;
  }
}

@media (min-width: 768px) {
  .hero .hero-top-curve {
    display: none;
  }
}

.hero .hero-top-curve img {
  width: 100%;
  height: auto;
}

.hero .left-curve {
  display: none;
}

@media (min-width: 768px) {
  .hero .left-curve {
    display: block;
    left: -272px;
  }
}

.hero .hero-curve {
  position: absolute;
  bottom: -2px;
  left: 50%;
  min-width: 698px;
  width: 102vw;
  margin-left: -20px;
  transform: translateX(-50%);
}

@media (min-width: 540px) {
  .hero .hero-curve {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .hero .hero-curve {
    position: relative;
    left: auto;
    z-index: 2;
    margin: -2px -5px 0;
    width: auto;
    transform: none;
  }
}

.hero .hero-curve img {
  display: block;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	z-index: 9;
	width: 100%;
	padding-left: 0;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  justify-content: center;
}

.slick-dots li {
	padding: 0 9px;
}

.slick-dots li:before {
	display: none;
}

.slick-dots li.slick-active button {
	background: #fff;
}

.slick-dots button {
	padding: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	width: 20px;
	height: 20px;
	display: block;
	background-color: transparent;
	border: 2px solid #fff;
	margin: 0;
	border-radius: 50%;
}

.slick-dots button:hover {
	background: #fff;
}

@media (min-width: 768px){
	.slick-dots {
    margin: 0 auto;
    bottom: 80px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    max-width: 1160px;
}
	}

.fc-text-area{
	margin-bottom: 150px;
}

.about{
	background: url('images/quote-bg.png');
    margin-top: 0px;
    padding: 30px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	
}

@media(max-width: 767px){
	.about{
		padding: 0 15px;
	}
	.about .container
	    padding: 15px 0 !important;
	}
	
	
}

.page-template-page-projects .head{
	background: url('images/quote-bg.png');
    margin-top: 0px;
    padding: 300px 0px 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	
}

.page-template-page-projects .featured-project{
	padding-top: 290px;
    background: url(images/header-bg.png);
    margin-top: 0px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #53595B;
    background-position: top center
	
	
}

@media(max-width: 767px){
	.page-template-page-projects .featured-project{
		padding: 0px;
	    background-size: 200%;
	}
	
	.port-project .text{
		bottom: 0px;
	}
	
	.portfolio-projects a:hover .text{
		bottom: 30px;
	}
	
	.port-project .text h3{
		font-size: 18px;
	}
}

.page-template-page-projects .featured-project .project{
    margin-top: -42px;
    border-top: 10px solid #fff;
}

.page-template-page-projects .head .container{
	position: relative;
	z-index: 1;
}

.page-template-page-projects .head h1{
	color: #fff;
}

.page-template-page-projects .head .subtitle{
	color: #4B5153;
}

.page-template-page-projects .featured-project + .portfolio-projects{
	margin-top: 0px;
}

.portfolio-projects{
	margin-bottom: 10px;
}

.about .container{
	border-top: 1px solid rgba(255, 255, 255, .5);
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    padding: 70px 0;
}

.single-cbd_projects .about .container{
	border: none;
}

.single-cbd_projects .about .container p{
	text-align: left;
}


.about h2{
	color: #fff;
	font-size: 35px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 600;
}

.about h2:after{
	content: none;
}

.about p.title{
	text-transform: uppercase;
	font-size: 18px;
}

.about p{
	color: #fff;
	font-size: 23px;
	color: #FFFFFF;
	text-align: center;
	line-height: 33px;
	font-weight: 300;
	letter-spacing: 1px;
	max-width: 960px;ß
	color: #fff;
	
}

.home .about p{
	max-width: none;
	text-transform: uppercase;
	font-size: 18px;
}

.fc-intros {
	background: #89431C;
	margin-top: 0px;
	padding-top: 50px;
	padding-bottom: 0px;
	color: #fff;
}

@media (min-width: 768px){
    .fc-intros {
        margin-bottom: 200px;
      }
}


.footer {
	position: relative;
	padding: 0;
	background: url(images/footer-bg.png);
	color: #FFF;
	margin-top: 0px;
    background-position: left;
	background-size: cover;
    z-index: 998;
    background-repeat: no-repeat;
        padding: 70px 0;

}


*, *:before, *:after {
    box-sizing: inherit;
}

.footer .container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 1360px;
}

.footer .footer-top {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	max-width: 1360px;
	width: 100%;
	padding: 50px 0 0;
}

.footer .footer-top ul li{
	font-size: 15px;
	text-transform: uppercase;
	padding-right: 40px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.footer .footer-top ul li:after{
    content: "";
    position: relative;
    width: 4px;
    height: 4px;
    background: #838585;
    display: inline-block;
    border-radius: 50%;
    left: 20px;
    top: -2px;
}

.footer .footer-top ul li:last-child:after{
	display: none;
}

@media(max-width: 767px){
	.footer .footer-top ul li{
		display: block;
		text-align: center;
		margin-bottom: 30px;
		padding-right: 0px;
	}
	
	.footer .footer-top ul li:after{
		content: none;
	}
	
	.footer-address{
		padding-left: 0px !important;
	}
}

.footer .footer-bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	max-width: 1360px;
	width: 100%;
	padding: 25px 0;
	z-index: 1000;
}

.footer-bottom ul li a:hover{
	color: #fff;
}

.footer-logo {
	width: 100%;
	max-width: 240px;
}

.footer-address, .footer-phone {
	position: relative;
	padding-left: 38px;
	z-index: 1000;
}

.footer-address .cont a{
	font-size: 13px !important;
	color: #FFFFFF;
	letter-spacing: 2px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}

.footer-bottom ul li,
.footer-bottom ul li a{
	color: #919293;
}

.footer-bottom ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #919293;
}

.footer-phone{
    margin-left: auto;
    margin-right: 50px;
}


.label {
	font-size: 13px;
	text-transform: uppercase;
	color: #49A4E7;
	letter-spacing: 1.71pt;
	font-weight: 400;
}

.cont, .cont a {
	font-size: 18px;
}

.cont a:hover {
	color: #49A4E7;
}

@media(max-width: 1023px){
	
	.footer-logo {
		max-width: 208px;
	}
	
	.footer-top {
		text-align: center;
	}
	
	.footer-phone, .footer-address {
		margin-top: 40px;
    text-align: left;
	}
  
  .footer-phone, .footer-address span {
      display: block;
    }
}

.social-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 0px 0px 15px;
}

.social-holder li {
	height: 30px;
	width: 30px;
	border-radius: 2px;
	text-align: center;
	margin: 0 10px 5px;
	transition: .3s all;
	border-radius: 50%;
	background: rgba(255,255,255,.8);
}

.social-holder a, .footer .social-holder a {
	font-size: 16px;
	line-height: 26px;
	color: #3C4031;
	height: 30px;
	width: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .social-holder a:hover{
	color: #3C4031;
	background: #fff;
	border-radius: 50%;
}

/*
.social-holder li:hover {
	background: #fff;
}
*/


.social-holder a:hover {
	text-decoration: none;
}
.nav-drop {
	text-align: center;
}
.nav-drop .social-holder {
	padding-top: 40px;
	padding-bottom: 40px;
	display: inline-flex;
}

.copy {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.copy li {
	color: #FFF;
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	padding: 0 18px;
	margin: 5px 0;
}

.copy li:first-child {
	width: 100%;
	text-align: center;
}

.copy li a {
	color: #FFF;
}

.copy li .espanol {
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
}

.social-frame {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column-reverse;
}


.footer a {
	color: #FFF;
}
.footer a:hover {
	text-decoration: none;
	color: #919293;
}


.logo-footer {
	max-width: 263px;
}

.logo-footer {
	max-width: 263px;
	margin-bottom: 25px;
}

.footer-icon-holder {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
}

.footer-icon-box {
	position: relative;
	padding: 24px 40px 24px 54px;
}

.footer-icon-box:last-child {
	padding-right: 0;
}

.footer-icon-box img.icon {
	max-width: 34px;
	position: absolute;
	left: 0px;
	top: 24px;
	
}
.footer-icon-box .label {
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 2pt;
	text-transform: uppercase;
	
}
.footer-icon-box .info {
	font-family: 'Inter', Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 17px;
	
}

.footer-icon-box .info span {
	display: block;
	
}
section {
	z-index: 1;
}

.footer-top ul li{
	display: inline-block;
}

@media(min-width: 555px){

	
	.social-frame {
		flex-direction: row;
	}

}

@media(min-width: 1024px){
	
	
	
	.nav-drop .social-holder {
		display: none;
	}
	.copy li:first-child {
		width: auto;
		padding-left: 0;
	}

}

@media(max-width: 1023px){
	
	.footer {
		background-position: left;
    background-size: 1527px 601px;
	}
	
	.social-holder {
		margin-top: 20px;
	}
	.copy li {
		margin-bottom: 15px;
	}
}

@media(min-width: 1160px){

	
	.copy li {

		padding: 0 15px;
	}

}



/*gravity-forms-start*/

.gform_wrapper{
	margin-top: 70px;
}

body #main .gform_wrapper ul .gfield {
  margin-bottom: 40px;
  padding-left: 0px;
}

.gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 35px !important;
}

#main .gform_wrapper .gfield_description {
  font-size: 12px;
  text-transform: uppercase;
}

.gform_wrapper input[type="text"], 
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"], 
.gform_wrapper textarea {
  border: 1px solid #e8e8e8;
  background: #fff;
  min-height: 53px;
  border-radius: 5px;
}

.gform_wrapper .gfield_label {
  font-weight: 400 !important;
  font-size: 22px !important;
  margin-bottom: 0px;
  font-family: 'Montserrat';
  color: #4A4A4A;
  margin-bottom: 20px !important;
}

.gform_wrapper.gravity-theme .gfield_required {
  color: #6C7273 !important;
  font-size: 12px !important;
  font-family: 'Montserrat';
}

.gform_wrapper.gravity-theme .gfield-choice-input+label{
	font-size: 18px !important;
	color: #585858;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_radio .gchoice label {
  padding-left: 30px !important;
  position: relative;
  margin-bottom: 20px !important;
}

.gform_wrapper .gfield_radio .gchoice label:before {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #5B5B5F;
  top: 4px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:after {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
    height: 8px;
    background: #fff;
    top: 10px;
    left: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:before {
  border-width: 2px;
  background: #5B5B5F;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_checkbox .gchoice label {
  padding-left: 25px !important;
  position: relative;
}

.gform_wrapper .gfield_checkbox .gchoice label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #5B5B5F;
  top: 6px;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked ~ label:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #5B5B5F;
  top: 11px;
  left: 5px;
}

#main .grecaptcha-badge {
  visibility: hidden;
  height: 0px !important;
}

#main #gfield_description_2_5 small {
  text-transform: none;
  
}

#main #gfield_description_2_5 small a {
    color: #5B5B5F;
    
  }

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked label, .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label {
  font-weight: 400 !important;
}

.ginput_card_expiration.jcf-hidden {
  display: none;
}

.ginput_card_expiration_container .jcf-select {
  display: inline-block;
  width: 47%;
}

@media only screen and (min-width: 321px) {
  #main .gform_wrapper .gfield_time_ampm {
    max-width: calc(5.5rem + 1rem);
  }
}

@media screen and (max-width: 1023px) {
  .gform_wrapper .gfield_checkbox .gchoice label:before, .gform_wrapper .gfield_radio .gchoice label:before {
    top: 3px;
  }
  .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label:after, .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label:after {
    top: 8px;
  }
}

#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 5px 0 9px 1px !important;
  font-size: 12px;
  text-transform: uppercase;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_footer .btn {
  float: right;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before {
  content: none;
}

.gform_page h4 {
  margin-top: 40px;
}

.gform_wrapper .gf_progressbar {
  padding: 2px !important;
}

.gform_wrapper h2.gsection_title {
  font-size: 30px !important;
  font-weight: inherit !important;
}

#main .gform_wrapper .gsection {
  border: none;
  margin-top: 70px !important;
  padding-bottom: 0px !important;
}

/* Form Upload */
#main .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background: rgba(0, 0, 0, 0.02);
  border-color: #adadad;
}

.gform_wrapper .gform_button_select_files {
  max-width: 200px;
  margin: 15px auto;
  background: transparent;
  border: 1px solid #adadad;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5pt;
}

#main .gform_drop_instructions {
  color: #929292;
  font-size: 17px;
}

#main .gform_wrapper input[type="file"] {
  background: transparent;
  color: #9f9f9f;
  font-size: 14px;
  width: 100%;
  margin-top: 0;
}

#main .gform_wrapper .percentbar_blue {
  background-color: #5B5B5F;
}

#main .gform_wrapper .top_label .gfield.gf_left_half:before {
  content: none;
}

#main .gform_wrapper .gform_footer {
  overflow: hidden;
  margin-bottom: 50px;
}

.fc-intros {
	position: relative;
}

/* styles for intro section */
.fc-intros .fc-form-block {
  border-radius: 5px;
  background-color: #fafafa;
  padding: 20px;
}

.fc-intros:before {
  position: absolute;
  content: '';
  top: -50px;
  right: 0;
  bottom: -50px;
  left: 90%;
  background-image: url(images/verticle-stripe-white.png);
  z-index: 10;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px; 
  -moz-border-radius-bottomleft: 30px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.fc-intros:after{
	position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url(images/bottom-edge.svg);
    content: '';
    background-repeat: repeat-x;
    z-index: 9;
}

.fc-intros h2{
	font-size: 55px;
	color: #FFFFFF;
	text-align: left;
}

.feature-list{
	color: #000;
	z-index: 11;
	position: relative;
    top: 15px;
    left: 40px;
}

.feature-list li{
	font-family: 'Playfair Display';
	font-size: 29px;
	color: #000000;
	text-align: left;
    margin-bottom: 65px;
}

.feature-list li .mobile-break{
	display: none;
}

.feature-list li:before{
	content: url(images/Checkmark.svg);
	background: none;
    top: 0px;
    left: -55px;

}

@media (min-width: 768px) {
  .fc-intros .fc-form-block {
    width: 50%;
  }
}

@media (min-width: 1024px) {
    #main .gform_wrapper .gform_footer {
        margin-bottom: 150px;
      }
  }

@media (min-width: 768px) {
    .fc-intros:before {
        left: 50%;
      }
  }
  

@media (min-width: 1200px) {
  .fc-intros .fc-form-block {
    width: calc(50% - 50px);
    margin-left: 50px;
    padding: 25px 30px;
  }
}

.fc-intros .jcf-select {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .fc-intros .jcf-select {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .fc-intros .image {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fc-intros .images {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .fc-intros .image,
  .fc-intros .images,
  .fc-intros .intro-icon-list,
  .fc-intros .form-block,
  .fc-intros .feature-list {
    margin-left: 33px;
    width: calc(50% - 33px);
  }
}

@media (min-width: 768px) {
  .fc-intros .text {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .fc-intros .text p + .btn-wrap {
    padding-top: 15px;
  }
}

.fc-intros .text.full-width {
  width: 100%;
}

@media (min-width: 768px) {
  .fc-intros .text.two-third-width {
    width: calc(100% - 240px);
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .fc-intros .text.two-third-width {
    width: calc(100% - 280px);
  }
}

@media (min-width: 768px) {
  .fc-intros .reverse .text {
    padding-right: 78px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .fc-intros .images + .text {
    padding-left: 10px;
  }
}

.fc-intros .custom-form {
  flex: 1;
}

/* styles for icon listing in intro section */
.fc-intro-icon-list {
  padding: 14px 0;
}

@media (min-width: 768px) {
  .fc-intro-icon-list {
    width: 50%;
    padding: 6px 0 6px 25px;
  }
}

.fc-intro-icon-list h5 {
  position: relative;
  padding-left: 50px;
}

@media (min-width: 1024px) {
  .fc-intro-icon-list h5 {
    padding-left: 85px;
  }
}

.fc-intro-icon-list li {
  padding-bottom: 27px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .fc-intro-icon-list li {
    padding-bottom: 33px;
  }
}

.fc-intro-icon-list img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

@media (min-width: 1024px) {
  .fc-intro-icon-list img {
    width: 50px;
    height: 50px;
    top: 8px;
  }
}

@media (min-width: 768px) {
  .heading-right {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.heading-right.wrap {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .heading-right.wrap .images {
    left: 50%;
    right: 0;
  }
}

@media (min-width: 1024px) {
  .heading-right.wrap .images {
    padding-right: 0;
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .heading-right.wrap .text,
  .heading-right.wrap h1,
  .heading-right.wrap .images + .text {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .heading-right h1 {
    margin-bottom: 26px;
  }
}

@media (min-width: 768px) {
  .heading-right h1 {
    width: 50%;
    padding-left: 10px;
  }
}

.heading-right .image,
.heading-right .images,
.heading-right .fc-intro-icon-list,
.heading-right
.fc-form-block {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .heading-right .image,
  .heading-right .images,
  .heading-right .fc-intro-icon-list,
  .heading-right
.fc-form-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    margin-right: 25px;
    width: calc(50% - 25px);
  }
}

@media (min-width: 1024px) {
  .heading-right .image,
  .heading-right .images,
  .heading-right .fc-intro-icon-list,
  .heading-right
.fc-form-block {
    margin-right: 50px;
    width: calc(50% - 50px);
  }
}

@media (min-width: 1200px) {
  .heading-right .form-block {
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .heading-right .text {
    padding-left: 10px;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .heading-right h1 {
    margin-left: 50%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .heading-right .text {
    margin-left: 50%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .heading-right.wrap h1 {
    margin-left: 0;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px), (-ms-high-contrast: active) and (min-width: 768px) {
  .heading-right.wrap .text {
    margin-left: 0;
  }
}

/* styles for cta sections */
.fc-cta {
  margin-top: 30px;
  padding: 36px 0;
  background-position: right;
  background-repeat: no-repeat;
  text-align: center;
}

.fc-cta:before{
	position: absolute;
	top: -1px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url(images/cta-top-edge.svg);
    content: '';
    background-repeat: repeat-x;
    z-index: 9;

}

.fc-cta:after{
	position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url(images/cta-bottom-edge.svg);
    content: '';
    background-repeat: repeat-x;
    z-index: 9;

}

.fc-cta .container{
	border: 3px solid #5B5B5F;
	padding: 100px 50px;
}

.fc-cta h2{
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
}

.fc-cta h2:before{
	content: '';
    background: url(images/Icon-CTA.svg);
    position: absolute;
    top: -80px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 215px;
    height: auto;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;

}

@media (min-width: 768px) {
  .fc-cta {
    margin-top: 40px;
    padding: 65px 0;
    margin-bottom: 150px;
  }
}

.fc-cta .container {
  width: 100%;
  padding: 160px 50px 70px;
}

.fc-cta .container p{
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
}

.fc-cta.fc-cta-secondary {
  min-height: 0;
  padding: 0;
}

.fc-cta .text {
  padding: 30px 15px;
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .fc-cta .text {
    padding: 53px;
  }
}

@media (min-width: 1024px) {
  .fc-cta .text {
    padding: 67px 100px;
  }
}

.fc-cta-holder .row {
  align-items: stretch;
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .fc-cta-holder .fc-cta {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .fc-cta-holder .fc-cta .text {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-content: center;
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-cta-holder .fc-cta .text {
    padding: 74px 40px;
  }
}

.fc-cta-holder .fc-cta .text.text-center {
  justify-content: center;
}

/* styles for icon listing section */
.fc-list-icon .swiper-slide {
  padding: 31px 10px 15px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  width: 100%;
}



@media (min-width: 480px) {
  .fc-list-icon .swiper-slide {
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .fc-list-icon .swiper-slide {
    width: calc(33.33% - 10px);
  }
}

@media (min-width: 1200px) {
  .fc-list-icon .swiper-slide {
    width: calc(25% - 20px);
    margin: 0 10px;
    padding: 31px 10px 30px;
  }
}

.fc-list-icon .swiper-slide img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .fc-list-icon .swiper-slide img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .fc-list-icon .swiper-slide h5 {
    margin-bottom: 24px;
  }
}

.fc-list-icon .list-icon-slider {
  margin: 0 -5px;
  overflow: visible;
  padding: 20px 40px 100px 0;
}

@media (min-width: 1024px) {
  .fc-list-icon .list-icon-slider {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .fc-list-icon .list-icon-slider {
    padding-top: 29px;
  }
}

@media (min-width: 1400px) {
  .fc-list-icon .list-icon-slider {
    padding-right: 0;
  }
}

/* styles for list of icons */
.fc-listing-icon {
  padding: 20px 0;
}

@media (min-width: 1200px) {
  .fc-listing-icon {
    padding-left: 15px;
  }
}

.fc-listing-icon h3{
	font-size: 30px;
	font-weight: 700;
}

.fc-listing-icon > li {
  padding-left: 50px;
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .fc-listing-icon > li {
    padding-left: 85px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .fc-listing-icon > li:last-child {
    margin-bottom: 0;
  }
}

.fc-listing-icon > li img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .fc-listing-icon > li img {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon > li img {
    width: 50px;
    height: 50px;
    top: 1px;
  }
}

.fc-listing-icon h4 + .btn {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .fc-listing-icon h4 + .btn {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon.small-text {
    padding-left: 45px;
  }
}

.fc-listing-icon.small-text > li {
  padding-left: 45px;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .fc-listing-icon.small-text > li {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .fc-listing-icon.small-text > li:last-child {
    margin-bottom: 0;
  }
}

.fc-listing-icon.small-text > li img {
  width: 25px;
  height: 25px;
  top: 2px;
}

@media (min-width: 768px) {
  .fc-listing-icon.small-text > li img {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon.small-text > li img {
    width: 55px;
    height: 55px;
    padding-right: 15px;
    margin-top: -10px;
  }
}

.fc-listing-icon.listing-icon-secondary > li {
  padding-left: 0;
}

.fc-listing-icon.listing-icon-secondary > li img {
  position: static;
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .fc-listing-icon.listing-icon-secondary > li img {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.two-cols,
  .fc-listing-icon.three-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
    padding: 35px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.two-cols > li {
    width: calc(50% - 40px);
    margin-left: 10px;
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.three-cols > li {
    width: calc(33.33% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }
}

.fc-icon-callouts .three-cols > li p{
	text-align: center;
}

@media (min-width: 1024px) {
  .fc-listing-icon .btn {
    margin-top: 8px;
  }
}

/* accordion section styles */
.fc-accordion-wrap {
  padding-top: 15px;
}

@media (min-width: 1024px) {
  .fc-accordion-wrap {
    padding-top: 28px;
  }
}

.fc-accordion-wrap li {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  border-radius: 5px;
  margin-bottom: 20px;
}

.fc-accordion-wrap .opener {
  position: relative;
  display: block;
  color: inherit;
  padding: 15px 55px 15px 15px;
}

@media (min-width: 768px) {
  .fc-accordion-wrap .opener {
    padding: 25px 90px 15px 0px;
  }
}

.fc-accordion-wrap .opener img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  transition: .3s all;
}

@media (min-width: 768px) {
  .fc-accordion-wrap .opener img {
    right: 20px;
  }
}

@media (min-width: 1024px) {
  .fc-accordion-wrap .opener img {
    width: 20px;
    height: 20px;
  }
}

.fc-accordion-wrap .opener h5 {
  margin-bottom: 0;
	font-size: 27px;
	color: #000000;
	text-align: left;
	font-family: 500;
}

.fc-accordion-wrap .opener:hover,
.fc-accordion-wrap .opener:focus {
  text-decoration: none;
}

.fc-accordion-wrap .opener .acc-open{
	opacity: 1;
	visibility: visible;
	
}



.fc-accordion-wrap .active .opener img {
  transform: translateY(-50%) rotateZ(45deg);

}

.fc-accordion-wrap .slide {
  padding: 20px 15px;

}

.fc-accordion-wrap .slide ul li{
	border: none;
}

.fc-image-listing-large .slide ol{
	padding-left: 20px;
}

.fc-image-listing-large .slide ol li{
	text-indent: -30px;
}

.fc-image-listing-large .slide li{
	border-bottom: none !important;
	font-size: 17px !important;
	margin-bottom: 0px;
}

.fc-image-listing-large li h6{
	margin-bottom: 0px;
}

.fc-accordion-wrap .slide ul{
	padding-left: 0px;
}

.fc-accordion-wrap.secondary li {
  box-shadow: none;
  border-bottom: 1px solid #E5E5E0;
  border-radius: 0;
}

.date{
font-size: 19px;
color: #000000;
letter-spacing: 0;
text-align: left;
line-height: 31px;
font-style: italic;
}

/* open close styles */

.amenities.fc-open-close-wrap{
	padding: 0px;
	padding-bottom: 50px;
}

.amenities.fc-open-close-wrap .opener-wrap{
	text-align: center;
	box-shadow: none;
	background: #26241F;
	border-radius: 0px;
	padding: 0px;
	color: #fff;
}

.amenities.fc-open-close-wrap .opener-wrap .text .btn{
	color: #fff;
}

.amenities.fc-open-close-wrap .fc-bio{
	background: #2C2821;
	margin-top: -5px;
	color: #fff;
	border-radius: 0px;
	box-shadow: none;

}

.fc-open-close-wrap {
  padding: 13px 0;
}

@media (min-width: 768px) {
  .fc-open-close-wrap {
    padding: 29px 0;
  }
}

@media (max-width: 767px) {
  .fc-open-close-wrap .opener-holder {
    min-height: 0 !important;
  }
}

.fc-open-close-wrap .opener-wrap {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 3px;
}

.fc-open-close-wrap .text {
 	padding: 20px 15px;
    position: relative;
    z-index: 2;
    background-color: rgba(107, 34, 17, 0.90);
    color: #fff;
    padding: 20px 59px 18px 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    margin-top: -140px;
}

.fc-open-close-wrap.news .text{
	margin-top: 0px;
}

.fc-open-close-wrap .open-close.active .text{
	background-color: rgba(161, 60, 37, .90);
}

.fc-open-close-wrap .text:after{
    content: '';
    background-image: url(images/Visual-Default.svg);
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 30px;
    right: 20px;
}

.fc-open-close-wrap .active .text:after{
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fc-open-close-wrap .text h5{
	font-size: 27px;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 0px;
	font-weight: 400;
	max-width: 90%
}



.fc-open-close-wrap .text h3{
	font-size: 24px;
	color: #FFFFFF;
	text-align: left;
}

.fc-open-close-wrap .text p{
	font-size: 17px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 27px;
	font-weight: 300;
	font-style: italic;
	padding: 0px;
	margin: 0px;
}


@media (min-width: 1024px) {
  .fc-open-close-wrap .text {
    padding: 15px;
  }
}

.fc-open-close-wrap .img-wrap {
  overflow: hidden;
  min-height: 480px;
  
}

.fc-open-close-wrap .img-wrap img {
  transition: transform 0.8s ease-in-out;
}

.fc-open-close-wrap .opener {
  padding-right: 15px;
  margin-top: 0;
  z-index: 99;
}

.fc-open-close-wrap .opener:after {
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  background: url(images/Visual-Accordion-Default.svg) no-repeat;
  top: 15px;
  right: 15px;
  height: 40px;
  width: 40px;
}

.fc-open-close-wrap .open-close.active .opener:after{
	transform: rotate(45deg);
	transition: transform 0.3s ease-in-out;
	
}

.fc-open-close-wrap .opener:hover {
  padding-right: 15px;
  color: #5B5B5F;
}

.fc-open-close-wrap .open-close {
  margin-bottom: 30px;
  position: relative;
}

.fc-open-close-wrap .open-close .opener{
	display: inherit;
}
.fc-open-close-wrap .open-close .accordion-opener {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.fc-open-close-wrap .open-close .accordion-opener:after {
  display: none;
}

.fc-open-close-wrap .open-close:hover .img-wrap img {
/*   transform: scale(1.35); */
}

.fc-open-close-wrap .open-close.active .opener {
  color: #5B5B5F;
}


.fc-open-close-wrap .open-close.active .img-wrap img {
/*   transform: scale(1.35); */
}

.fc-open-close-wrap .open-close h4 + .btn,
.fc-open-close-wrap .open-close h5 + .btn {
  margin-top: 15px;
}

.fc-open-close-wrap.two-cols .open-close{
	 width: calc(50% - 20px);
	 margin: 0 10px 30px;
}

.fc-open-close-wrap.two-cols{
	margin-bottom: 130px !important;
}

@media (min-width: 768px) {
  .fc-open-close-wrap.two-cols,
  .fc-open-close-wrap.three-cols,
  .fc-open-close-wrap.four-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .fc-open-close-wrap.three-cols .open-close {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}

@media (min-width: 1024px) {
  .fc-open-close-wrap.three-cols .open-close {
    width: calc(33.33% - 20px);
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .fc-open-close-wrap.four-cols .open-close {
    width: calc(33.33% - 20px);
    margin: 0 10px 30px;
  }
}

@media (min-width: 1024px) {
  .fc-open-close-wrap.four-cols .open-close {
    width: calc(25% - 20px);
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .three-cols .open-close:nth-child(odd) .fc-bio {
    margin-right: calc(-100% - 20px);
  }
}

@media (min-width: 768px) {
  .three-cols .open-close:nth-child(even) .fc-bio {
    margin-right: 0;
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+1) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+2) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+3) .fc-io {
    margin-left: calc(-200% - 40px);
    margin-right: 0;
  }
}


/*
@media (min-width: 768px) {
  .three-cols .open-close:nth-child(odd) .fc-bio {
    margin-right: calc(-100% - 20px);
  }
}

@media (min-width: 768px) {
  .three-cols .open-close:nth-child(even) .fc-bio {
    margin-right: 0;
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+1) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: 0;
  }
 .two-cols .open-close:nth-child(odd) .fc-bio{
	 margin-right: calc(-100% - 20px);
 }
 
 .two-cols .open-close:nth-child(even) .fc-bio{
     margin-left: calc(-100% - 20px);
 }
}

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+2) .fc-bio,
   {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-100% - 20px);
  }
}
*/

@media (min-width: 1024px) {
  .three-cols .open-close:nth-child(3n+3) .fc-bio{
    margin-left: calc(-200% - 40px);
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+1) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+2) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 768px) {
  .four-cols .open-close:nth-child(3n+3) .fc-bio {
    margin-left: calc(-200% - 40px);
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+1) .fc-bio {
    margin-right: calc(-300% - 60px);
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+2) .fc-bio {
    margin-right: calc(-200% - 40px);
    margin-left: calc(-100% - 20px);
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+3) .fc-bio {
    margin-right: calc(-100% - 20px);
    margin-left: calc(-200% - 40px);
  }
}

@media (min-width: 1024px) {
  .four-cols .open-close:nth-child(4n+4) .fc-bio {
    margin-right: 0;
    margin-left: calc(-300% - 60px);
  }
}

/* styles for bio slide in open close */
.fc-bio {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  padding: 28px 15px;
  background-color: #fff;
  z-index: 9;
  border-radius: 5px;
  position: relative;
  border: 2px solid #919784;
}

.fc-bio h3{
	font-size: 40px;
	color: #033627;
	text-align: left;
	font-weight: 800;
}

.fc-bio h4{
	font-family: 'Playfair Display';
	font-size: 30px;
	color: #241F1E;
	text-align: left;
	font-weight: 600;
}

.fc-bio ul li strong{
	font-weight: 600;
	color: 424242;
}

.fc-bio ul li{
	font-size: 20px;
	color: #000;
	text-align: left;
	line-height: 32px;
}

@media (min-width: 768px) {
  .fc-bio {
    margin-top: 15px;
    padding: 40px 40px 20px;
  }
}

.fc-bio .bio-heading {
  position: relative;
}

@media (min-width: 768px) {
  .fc-bio .bio-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 19px;
  }
}


@media (min-width: 768px) {
  .fc-bio .bio-heading h2 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .fc-bio .bio-heading h2 {
    width: 40%;
  }
}

.fc-bio p{
	font-size: 19px;
	color: #000000;
	letter-spacing: 0;
	text-align: left;
	line-height: 31px;
}

.fc-bio .title {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.526;
  font-style: italic;
  display: block;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .fc-bio .title {
    padding-bottom: 0;
    width: 50%;
    padding-left: 5px;
  }
}

@media (min-width: 1024px) {
  .fc-bio .title {
    font-size: 22px;
    padding-left: 14px;
    width: 60%;
  }
}

.fc-bio .bio-blockquote {
  position: relative;
  padding: 47px 0 0 55px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote {
    padding: 80px 0 0 73px;
  }
}

.fc-bio .bio-blockquote img {
  position: absolute;
  top: 41px;
  left: 0;
  width: 40px;
  height: 40px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote img {
    width: 50px;
    height: 50px;
    top: 80px;
  }
}

.fc-bio .bio-blockquote blockquote {
  font-size: 22px;
  line-height: 38px;
}

@media (min-width: 1024px) {
  .fc-bio .bio-blockquote blockquote {
    font-size: 28px;
    line-height: 1.607;
  }
}

@media (min-width: 768px) {
  .fc-bio .bio-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .fc-bio .bio-wrap {
   
  }
}

.fc-bio .bio-wrap h6 {
  margin-bottom: 11px;
}

.fc-bio .bio-body{
	max-width: 900px;
}

@media (min-width: 768px) {
  .fc-bio .bio-wrap h6 {
    margin-bottom: 8px;
  }
}

.fc-bio .about {
  margin-bottom: 29px;
}

@media (min-width: 768px) {
  .fc-bio .about {
    width: 50%;
    padding-right: 10px;
  }
}

.fc-bio .call-out {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .fc-bio .call-out {
    width: 50%;
    padding-left: 30px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .fc-bio .call-out {
    padding-left: 50px;
  }
}

.fc-bio .call-out > li {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .fc-bio .call-out > li {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .fc-bio .callout-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}

@media (min-width: 1024px) {
  .fc-bio .callout-list {
    padding-top: 34px;
  }
}

.fc-bio .callout-list li {
  margin-bottom: 49px;
}

@media (min-width: 768px) {
  .fc-bio .callout-list li {
    width: 33.33%;
    padding: 0 10px;
  }
}

.fc-bio .callout-list img {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .fc-bio .callout-list img {
    margin-bottom: 22px;
  }
}


.fc-text-area.fc-form-block{
	margin-bottom: 0px;
	padding: 70px 0px;
    background: #fff;
    position: relative;
    margin-top: 200px;
}

.fc-text-area.fc-form-block h2{
	margin-bottom: 30px;
}

.fc-text-area.fc-form-block p{
	max-width: 960px;
}

.open-closer.active .opener,
.open-closer .opener:hover {
	text-decoration: none;
}

.open-closer.active .opener .txt,
.open-closer .opener:hover .txt {
	background-color: rgba(161, 60, 37, .90);
}

.open-closer.active .txt:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.open-closer.active .more-link:after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.open-closer.active .more-link .show {
	display: none;
}

.open-closer.active .more-link .hide {
	display: inline;
}

.open-closer .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(images/footer.png) 0 0/41px repeat;
	padding: 32px 15px 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.open-closer .img-holder .img-wrapper {
	width: 191px;
	height: 191px;
	border-radius: 50%;
}

.open-closer .img-holder .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.open-closer .gif-holder {
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	border-radius: 20px;
}

.open-closer > .opener {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin-bottom: 11px;
	border-radius: 20px;
	min-height: 424px;
}

.open-closer > .opener:hover .gif-holder {
	opacity: 1;
	visibility: visible;
}

.open-closer > .opener .h6 h6,
.open-closer > .opener .h4,
.open-closer > .opener h4,
.open-closer > .opener h5,
.open-closer > .opener .h5 {
	color: #fff;
	display: block;
	margin-bottom: 5px;
}

.open-closer > .opener .h4,
.open-closer > .opener h4 {
	margin-bottom: 11px;
	font-size: 24px;
	max-width: 90%;
}

.open-closer > .opener .designation {
	font-style: italic;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 300;
	display: block;
}

.open-closer .txt {
	position: relative;
	z-index: 2;
    background-color: rgba(107, 34, 17, 0.90);;
	color: #fff;
	padding: 20px 59px 18px 26px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;


}

.open-closer .txt:before {
    content: '';
    background-image: url(images/Visual-Default.svg);
    height: 30px;
    width: 30px;
    position: absolute;
    bottom: 30%;
    right: 20px;
}

.open-closer.active .txt:before{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion-slide{
    box-shadow: 0 0 26px rgb(88 88 88 / 9%);
    padding: 36px;
    background-color: #fff;
    z-index: 9;
    border-radius: 5px;
    position: relative;
    border: 2px solid #919784;
}

.open-closer.accordion-visual .bg-stretch:after{
	content: none;
}

.open-closer.accordion-visual > .opener {
	border-radius: 10px;
	min-height: 380px;
	margin-bottom: 20px;
}

.open-closer.accordion-visual > .opener .txt:after {
	display: none;
}

.open-closer.accordion-visual .txt {
	padding: 15px 21px 5px;
}

.open-closer.hide{
	opacity: 0;
	visibility: hidden;
	height: 0px;
	transition:all 0.3s ease;
}

.open-closer.hide.show{
	opacity: 1;
	visibility: visible;
	height: 100%;
	transition:all 0.3s ease;
}


.row .col {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 10px;
    padding-right: 10px;
}


/* styles for article section */
.fc-articles .text p {
  font-style: italic;
}

.fc-articles .image {
  margin-bottom: 19px;
}

@media (min-width: 1024px) {
  .fc-articles .image {
    margin-bottom: 31px;
  }
}

.fc-articles .fc-article-row {
  padding: 15px 0 35px;
}

@media (min-width: 768px) {
  .fc-articles .fc-article-row {
    padding: 28px 0;
    margin-bottom: 23px;
  }
}

@media (min-width: 768px) {
  .fc-articles .fc-article-row .image {
    width: 41%;
  }
}

@media (min-width: 768px) {
  .fc-articles .fc-article-row .text {
    width: 59%;
    padding-left: 42px;
  }
}

.fc-articles fc-article .btn {
  margin-top: 18px;
}

@media (min-width: 768px) {
  .fc-articles fc-article .btn {
    margin-top: 13px;
  }
}

.fc-articles fc-article .btn-arrow {
  margin-top: 7px;
}

@media (min-width: 1024px) {
  .fc-articles .fc-image-list .fc-article {
    margin-bottom: 75px;
  }
}

/* styles for image listing section */

.fc-image-listing.fc-image-listing-large .container{
    max-width: 1360px;
}

.fc-image-listing .row {
  padding: 15px 0;
  margin-bottom: 22px;
}

.fc-image-listing .row{
    align-items: center;
}

.fc-image-listing.fc-image-listing-grid{
	position: relative;
	margin-bottom: 200px;
}


.fc-image-listing.fc-image-listing-grid:after{
	background: url('images/Squares-Floor Plans.svg') no-repeat;
	position: absolute;
    content: '';
    right: 0;
    bottom: -20px;
    left: 35px;
    height: 210px;
    width: 286px;
    z-index: -1;
}

.fc-image-listing .row .image{
	position: relative;
	overflow: visible;
}

.fc-image-listing .row .image:before{
	position: absolute;
    top: -20px;
    bottom: 50%;
    left: -20px;
    right: 20%;
    background: transparent;
    border: 1px solid #A7A99C;
    content: '';
    z-index: -1;
}

.fc-image-listing .row .image:after{
	position: absolute;
    top: 30%;
    bottom: -20px;
    left: -20px;
    right: 0px;
    background: #6C7273;
    content: '';
    z-index: -1;
}

.fc-image-listing .row.reverse .image:after{
    left: 60px;
    right: -20px;
}

.fc-image-listing .row .text h3{
	font-size: 40px;
	color: #033627;
	text-align: left;
	padding-bottom: 12px;
}


@media (min-width: 768px) {
  .fc-image-listing .row {
    padding: 27px 0;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .row .image,
  .fc-image-listing .row .video {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .row .text {
    width: 45%;
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .row .text {
    padding-left: 57px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .reverse .text {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .reverse .text {
    padding-right: 57px;
    padding-left: 0;
    margin-right: 50px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .btn-wrap {
    padding-top: 7px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing ul + .btn-wrap {
    padding-top: 0;
  }
}

.fc-image-listing .fc-image-lists {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists {
    padding: 27px 0;
  }
}

.fc-image-listing .fc-image-lists > li {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .fc-image-lists > li {
    margin-bottom: 86px;
  }
}

.fc-image-listing-small .fc-image-lists > li{
	align-items: center;
}

.fc-image-listing .fc-image-lists > li:last-child {
  margin-bottom: 0;
}

.fc-image-listing .fc-image-lists .image {
  max-width: 82%;
  margin-bottom: 18px;
  position: relative;
  overflow: visible;
}

.fc-image-listing .fc-image-lists .image:after{
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: 30px;
    background: transparent;
    border: 1px solid #A7A99C;
    content: '';
    z-index: -1;

}

.fc-image-listing-small .fc-image-lists h6{
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	margin-top: 30px;
	color: #5B5B5F;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists .image {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists .text {
    width: 68%;
    padding-left: 33px;
  }
}

.fc-image-listing .swiper-slide {
  margin: 0 5px;
  width: 240px;
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-slide {
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .fc-image-listing .swiper-slide {
    width: 280px;
  }
}

.fc-image-listing .swiper-slide .image {
  margin-bottom: 20px;
}

.fc-image-listing .swiper-slide .btn {
  margin-top: 4px;
}

.fc-image-listing .swiper-container {
  margin: 0 -5px;
  overflow: visible;
  padding: 20px 40px 100px 0;
}

@media (max-width: 767px) {
  .fc-image-listing .swiper-container {
    padding-right: 90px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-container {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .fc-image-listing .swiper-container {
    padding-top: 29px;
  }
}

@media (min-width: 1400px) {
  .fc-image-listing .swiper-container {
    padding-right: 0;
  }
}

.fc-image-listing .swiper-container .slick-arrow {
  transform: none;
  left: auto;
  right: 5px;
  bottom: 35px;
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-container .slick-arrow {
    bottom: 0;
    right: 10px;
  }
}

.fc-image-listing .swiper-container .slick-arrow.slick-prev {
  margin-left: 0;
  margin-right: 65px;
}

.fc-image-listing .swiper-container .slick-arrow.slick-next {
  margin-left: 0;
}

/* styles for media listing section */
.fc-media-listing .fc-image-list li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fc-media-listing .fc-image-list li {
    margin-bottom: 20px;
  }
}

.fc-media-listing .fc-image-list .image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fc-media-listing .slick-slider .slick-arrow {
    bottom: 28px;
  }
}

/* styles for full width video */
.fc-full-video {
  min-height: 320px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 0 0%;
  margin-top: 23px;
}

.fc-image-list .fc-full-video{
	    min-height: 320px;
}


.fc-full-video .video-container:before{
	background-image: url(images/green-dots-bg.png);
    margin-top: -30px;
    padding: 10px 0px 140px;
    color: #fff;
    position: relative;
}

@media (min-width: 768px) {
  .fc-full-video {
    min-height: 444px;
    margin-top: 48px;
  }
}

.fc-full-video:hover .bg-stretch:after {
  background: rgba(0, 0, 0, 0.15);
}

.fc-full-video .video-container {
  min-height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  overflow: visible;
}

.fc-full-video .video-container > * {
  width: 100%;
}

.fc-full-video .video-container h3{
	color: #fff;
}


.fc-full-video .video-container .play {
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 85px;
  margin: 0 auto 30px;
  position: relative;
}

.fc-video-single a:hover{
	text-decoration: none;
}

.fc-video-listing .fc-image-list li{
	width: calc(50% - 50px);
    margin: 0 25px 0px;
}



.fc-video-listing .fc-image-list li .fc-full-video{
	margin-bottom: 10px;
}

@media (max-width: 767px){
	.fc-video-listing .fc-image-list li{
		width: 100%;
	    margin: 0 5px 0px;
	}
}

@media (min-width: 768px) {
  .fc-full-video .video-container .play {
    width: 90px;
    margin-bottom: 43px;
  }
}

.fc-full-video .icon-play {
  color: #5B5B5F;
  font-size: 70px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .fc-full-video .icon-play {
    font-size: 100px;
  }
}

.fc-full-video .video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* styles for testimony section */
.fc-testimonial .fc-testimonial-slider,
.fc-testimonial .fc-sec-testimonial-slider {
  margin: 0 -5px;
  padding: 0 50px 100px 0;
  overflow: visible;
}


.fc-testimonial{
	padding: 90px 0px 0 0;
	background: transparent;
	position: relative;
}	



.fc-testimonial-slider.swiper-container-horizontal > .swiper-pagination-bullets{
	left: inherit !important;
	bottom: 10px;
}

.fc-testimonial h2{
	text-align: center;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
  .fc-testimonial .fc-testimonial-slider,
  .fc-testimonial .fc-sec-testimonial-slider {
    margin: 0 -10px;
    padding: 68px 50px 100px;
  }
}

@media (min-width: 1024px) {
  .fc-testimonial .fc-testimonial-slider,
  .fc-testimonial .fc-sec-testimonial-slider {
    padding: 0 0 60px 0;
  }
}

.fc-testimonial .swiper-slide {
  position: relative;
  margin: 0 5px;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  padding: 10px;
  text-align: center;
  background: #53595B;
  color: #fff;
  outline: 1px solid #fff;
  outline-offset: -20px;
}






@media (min-width: 768px) {
  .fc-testimonial .swiper-slide {
    margin: 0 10px;
  }
}

@media (min-width: 1024px) {
  .fc-testimonial .swiper-slide {
/*     padding: 62px 80px 61px; */
  }
}

.fc-testimonial .swiper-slide img {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .fc-testimonial .swiper-slide img {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.fc-testimonial .swiper-slide q, .fc-testimonial .swiper-slide p {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fc-testimonial .swiper-slide q, .fc-testimonial .swiper-slide p {
   text-align: center;
  font-size: 17px;
  font-style: italic;
}

.fc-testimonial .swiper-slide blockquote {
  margin-bottom: 0;
  padding: 62px 80px 61px;
  font-style: normal;
}

.fc-testimonial .name, .fc-testimonial .info {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 15px;
  font-style: normal;
}




.fc-testimonial cite{
	display: block;
	position: relative;
}


@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider blockquote {
    font-size: 21px;
    line-height: 1.762;
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider .swiper-slide {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1024px) {
  .fc-testimonial .sec-testimonial-slider .swiper-slide {
    padding: 81px 32px 51px;
    width: calc(33.33% - 20px);
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider .swiper-slide q, .fc-testimonial .sec-testimonial-slider .swiper-slide p {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .fc-testimonial .sec-testimonial-slider .name {
    margin-bottom: 12px;
  }
}

.fc-testimonial .sec-testimonial-slider .name:after {
  display: none;
}

/* styles for table section */
.table-section {
  margin-top: 100px;
}

.table-section .table-wrap {
  overflow: auto;
  margin-right: -15px;
}

.table-section .table-wrap::-webkit-scrollbar {
  height: 10px;
}

.table-section .table-wrap::-webkit-scrollbar-track {
  background: #fafafa;
}

.table-section .table-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #eee;
}

@media (min-width: 768px) {
  .table-section .table-wrap {
    overflow: hidden;
    margin-right: 0;
    padding-right: 1px;
  }
}

/* styles for timeline section */
.fc-timeline {
  margin-top: 100px;
}

.fc-timeline .time-line {
  position: relative;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .fc-timeline .time-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 -10px;
    padding: 30px 0;
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line {
    margin: 0 -30px;
  }
}

.fc-timeline .time-line:after {
  width: 2px;
  content: '';
  top: 20px;
  bottom: 20px;
  left: 50%;
  position: absolute;
  background: #e2e2e2;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 768px) {
  .fc-timeline .time-line:after {
    display: none;
  }
}

.fc-timeline .time-line li {
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  padding: 20px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .fc-timeline .time-line li {
    width: calc(50% - 20px);
    margin: 0 10px 50px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px;
    z-index: -1;
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li {
    padding: 14px 10px;
    width: calc(50% - 60px);
    margin: 0 30px 69px;
  }
}

@media (min-width: 768px) {
  .fc-timeline .time-line li:after {
    height: 2px;
    width: 10px;
    content: '';
    top: 50%;
    left: 100%;
    position: absolute;
    background: #e2e2e2;
    transform: translateY(-50%);
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:after {
    width: 30px;
  }
}

@media (min-width: 768px) {
  .fc-timeline .time-line li:before {
    display: block;
    position: absolute;
    content: '';
    width: 2px;
    top: 50%;
    left: auto;
    right: -10px;
    background: #e2e2e2;
    height: 90%;
    z-index: 99;
    border-radius: 0;
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:before {
    right: -30px;
  }
}

.fc-timeline .time-line li:last-child:nth-child(odd):before {
  top: auto;
  bottom: 50%;
}

@media (min-width: 768px) {
  .fc-timeline .time-line li:nth-child(even) {
    position: relative;
    top: 90px;
  }
}

.fc-timeline .time-line li:nth-child(even):after {
  left: auto;
  right: 100%;
}

.fc-timeline .time-line li:nth-child(even):before {
  top: 100px;
  bottom: 0;
  height: auto;
  left: -12px;
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:nth-child(even):before {
    left: -32px;
  }
}

.fc-timeline .time-line li:nth-child(odd):not(:last-child):not(:first-child):before {
  top: 0;
  bottom: 0;
  left: auto;
  right: -10px;
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:nth-child(odd):not(:last-child):not(:first-child):before {
    right: -30px;
  }
}

.fc-timeline .time-line li:nth-child(even):last-child:before {
  top: auto;
  bottom: 50%;
  left: -12px;
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li:nth-child(even):last-child:before {
    left: -32px;
  }
}

.fc-timeline .time-line li .img {
  width: 68%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .fc-timeline .time-line li .img {
    width: 32%;
  }
}

.fc-timeline .time-line li .text {
  flex: 1;
}

@media (min-width: 768px) {
  .fc-timeline .time-line li .text {
    padding-left: 10px;
  }
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li .text {
    padding: 9px 18px;
  }
}

.fc-timeline .time-line li .text:only-child {
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .fc-timeline .time-line li .text:only-child {
    padding: 14px 20px 25px;
  }
}

.fc-timeline .time-line li p:only-of-type {
  margin-bottom: 0;
}

/* styles for tabs section */
.fc-tabs {
  margin-top: 100px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-tabs .content-slider {
    margin: 0 -50px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .content-slider .slide {
    margin: 0 50px;
  }
}

.fc-tabs .tab-content {
  padding-top: 16px;
  position: relative;
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .fc-tabs .tab-content {
    padding-top: 0;
    margin-top: 29px;
  }
}

.fc-tabs .tab-content .slick-list {
  overflow: hidden;
}

.fc-tabs .tab-content .image {
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .fc-tabs .tab-content .image {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-content .text {
    flex: 1;
    padding-left: 20px;
    padding-top: 10px;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .tab-content .text {
    padding-left: 62px;
  }
}

.fc-tabs .tab,
.fc-tabs .tab-slide {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.fc-tabs .tab.js-tab-hidden,
.fc-tabs .tab-slide.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
  opacity: 0;
  visibility: hidden;
}

.fc-tabs .tab.active,
.fc-tabs .tab-slide.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.fc-tabs .tab-set {
  padding: 30px 20px 0;
  overflow: visible;
  position: relative;
}

@media (min-width: 768px) {
  .fc-tabs .tab-set {
    padding: 30px 0 0;
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .tab-set {
    padding-top: 45px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-set .slick-track {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto !important;
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-set .slick-slide {
    width: auto !important;
  }
}

.fc-tabs .tab-set .slide {
  transition: font 0.3s ease-in-out;
  font-size: 25px;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: auto !important;
  cursor: pointer;
}

@media (min-width: 768px) {
  .fc-tabs .tab-set .slide {
    font-size: 13px;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .tab-set .slide {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .tab-set .slide {
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  .fc-tabs .tab-set .slide {
    font-size: 21px;
  }
}

.fc-tabs .tab-set .slide:after {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  border-radius: 3px;
  background-color: #5B5B5F;
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.fc-tabs .tab-set .slick-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fc-tabs .tab-set .slick-current .slide,
.fc-tabs .tab-set .slick-center .slide {
  font-weight: 500;
}

.fc-tabs .tab-set .slick-current .slide:after,
.fc-tabs .tab-set .slick-center .slide:after {
  opacity: 1;
  visibility: visible;
}

.fc-tabs .tab-set:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  content: '';
  height: 2px;
  z-index: -1;
  background-color: #e3e3e3;
}

.fc-tabs .tab-slide {
  position: relative;
}

.fc-tabs .tab-slide .text {
  padding: 70px 0 51px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-tabs .tab-slide .text {
    padding-left: 20px;
    margin-left: 200px;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .tab-slide .text {
    padding-left: 30px;
    margin-left: 280px;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .tab-slide .text {
    padding: 130px 0 130px 100px;
  }
}

.fc-tabs .slider-tab {
  padding: 43px 60px 66px;
  margin: 0 -15px;
  background-color: #5B5B5F;
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab {
    max-width: 200px;
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 40px;
    overflow: visible;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .slider-tab {
    min-width: 280px;
    top: 50px;
    bottom: 50px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab:before {
    position: absolute;
    bottom: 100%;
    left: -100vw;
    content: '';
    right: 0;
    background-color: rgba(234, 0, 0, 0.8);
    height: 40px;
    z-index: 99;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .slider-tab:before {
    bottom: calc(100% + 10px);
  }
}

.fc-tabs .slider-tab .slide {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  text-align: center;
  color: #fff;
  transform: none;
  margin: 0 20px;
  font-size: 27px;
  line-height: 1.2;
  transform-origin: 0;
  opacity: 0.75;
  cursor: pointer;
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide {
    text-align: left;
    font-size: 16px;
    margin: 15px 0;
    width: 60% !important;
    opacity: 0.5;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .slider-tab .slide {
    font-size: 22px;
    min-height: 80px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .slider-tab .slide {
    min-height: 100px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide:after {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    height: 2px;
    width: 56px;
    content: '';
    top: 50%;
    left: calc(100% - 10px);
    position: absolute;
    background: #fff;
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide.slick-active {
    transform: scale(1.2);
    opacity: 0.75;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .slider-tab .slide.slick-active {
    transform: scale(1.4);
  }
}

.fc-tabs .slider-tab .slide.slick-current,
.fc-tabs .slider-tab .slide.slick-center {
  font-weight: 500;
  opacity: 1;
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide.slick-current,
  .fc-tabs .slider-tab .slide.slick-center {
    transform: scale(1.4);
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .slider-tab .slide.slick-current,
  .fc-tabs .slider-tab .slide.slick-center {
    transform: scale(1.6);
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slide.slick-current:after,
  .fc-tabs .slider-tab .slide.slick-center:after {
    opacity: 1;
    visibility: visible;
  }
}

.fc-tabs .slider-tab .slick-list {
  overflow: visible;
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slick-list {
    width: 100%;
    z-index: 9;
  }
}

.fc-tabs .slider-tab .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fc-tabs .slider-tab .slick-arrow {
  transition: none;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slick-arrow {
    transform: rotate(90deg);
    left: -10px;
    font-size: 10px;
    margin: 0;
    z-index: 999;
    width: 50px;
  }
}

@media (min-width: 1200px) {
  .fc-tabs .slider-tab .slick-arrow {
    font-size: 13px;
    left: -15px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slick-arrow.slick-prev {
    top: -15px;
    bottom: auto;
  }
}

@media (min-width: 768px) {
  .fc-tabs .slider-tab .slick-arrow.slick-next {
    bottom: -20px;
  }
}

.fc-tabs .slider-tab .slick-arrow:hover {
  color: #fff;
}

.fc-tabs .slider-tab .slick-arrow.slick-disabled {
  opacity: 0;
}

.fc-tabs .tab-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.fc-tabs .tab-container .tab-content {
  background-color: rgba(0, 0, 0, 0.55);
}

.fc-tabs .tab-container > .container {
  order: 2;
}

@media (min-width: 768px) {
  .fc-tabs .tab-container > .container {
    position: absolute;
    top: 29px;
    left: 15px;
    bottom: 0;
    right: 0;
  }
}

.fc-tabs .tab-container > .container .holder {
  padding: 0;
}

@media (min-width: 768px) {
  .fc-tabs .tab-container > .container .holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 200px;
    z-index: 9;
  }
}

@media (min-width: 1024px) {
  .fc-tabs .tab-container > .container .holder {
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-container > .container .holder:after {
    position: absolute;
    content: '';
    top: 40px;
    left: -100vw;
    right: 0;
    bottom: 50px;
    background-color: rgba(234, 0, 0, 0.8);
  }
}

@media (min-width: 768px) {
  .fc-tabs .tab-container > .container .holder:before {
    position: absolute;
    height: 50px;
    right: 0;
    left: -100vw;
    content: '';
    background-color: rgba(234, 0, 0, 0.8);
    bottom: 0;
    z-index: 99;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .slider-tab .slide {
    height: 1px;
  }
}

/* styles for text listing section */
.text-listing .text-listings {
  padding: 16px 0;
}

@media (min-width: 768px) {
  .text-listing .text-listings {
    padding: 28px 0;
  }
}

.text-listing .text-listings li {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  padding: 28px 15px;
  margin-bottom: 35px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .text-listing .text-listings li {
    padding: 31px 24px 30px 40px;
  }
}

.text-listing .text-listings h4 {
  margin-bottom: 10px;
}

.text-listing .text-listings h4:only-child {
  margin-bottom: 0;
}

.text-listing .text-listings .category {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .text-listing .text-listings .title {
    width: 70%;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) {
  .text-listing .text-listings .title {
    width: 80%;
  }
}

.text-listing .text-listings .title h4:only-child {
  margin-bottom: 23px;
}

@media (min-width: 768px) {
  .text-listing .text-listings .title h4:only-child {
    margin-bottom: 0;
  }
}

.text-listing .text-listings .btn {
  margin-top: 0;
}

.text-listing .text-listings h4 + .btn,
.text-listing .text-listings h5 + .btn {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .text-listing .text-listings.two-cols,
  .text-listing .text-listings.three-cols {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .text-listing .text-listings.two-cols li {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
    padding: 22px 24px 19px 41px;
  }
}

@media (min-width: 768px) {
  .text-listing .text-listings.three-cols li {
    width: calc(33.33% - 20px);
    margin: 0 10px 30px;
    padding: 19px 10px 7px 21px;
  }
}

.text-listing .text-listings.three-cols h5 + .btn {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .text-listing .text-listings:not(.two-cols):not(.three-cols) li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .text-listing .text-listings:not(.two-cols):not(.three-cols) .btn {
    max-width: 30%;
  }
}

@media (min-width: 1024px) {
  .text-listing .text-listings:not(.two-cols):not(.three-cols) .btn {
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .text-listing .text-listings:not(.two-cols):not(.three-cols) .category {
    margin-bottom: 0;
  }
}

/* styles for event listing section */
.events-listing .month,
.events-listing .year {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .events-listing .month,
  .events-listing .year {
    font-size: 12px;
  }
}

.events-listing .day {
  color: #5B5B5F;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .events-listing .day {
    font-size: 65px;
    line-height: 1;
  }
}

.events-listing .year {
  color: #777777;
  margin-top: -5px;
}

@media (min-width: 1024px) {
  .events-listing .year {
    margin-top: -1px;
  }
}

.events-listing .date {
  border-radius: 5px 0 0 5px;
  background-color: #e8e8e8;
  padding: 10px;
  text-align: center;
  padding: 17px 8px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-width: 90px;
}

@media (min-width: 1024px) {
  .events-listing .date {
    max-width: 135px;
  }
}

.events-listing .date > * {
  width: 100%;
}

.events-listing .event-list {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .events-listing .event-list {
    padding: 28px 0;
  }
}

.events-listing .event-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .events-listing .event-list li {
    align-items: stretch;
    box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
  }
}

@media (min-width: 1024px) {
  .events-listing .event-list li {
    margin-bottom: 19px;
  }
}

.events-listing .event-list .category {
  font-size: 11px;
  line-height: 1.545;
  margin-bottom: 21px;
}

@media (min-width: 768px) {
  .events-listing .event-list .category {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .events-listing .event-list .category {
    font-size: 13px;
    line-height: 1.538;
  }
}

.events-listing .event-list .text {
  flex: 1;
  padding: 20px 10px;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
}

@media (min-width: 768px) {
  .events-listing .event-list .text {
    padding-right: 200px;
    box-shadow: none;
  }
}

@media (min-width: 1024px) {
  .events-listing .event-list .text {
    padding: 30px 220px 30px 33px;
  }
}

@media (min-width: 768px) {
  .events-listing .event-list .text .btn:not(.btn-arrow) {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    max-width: 180px;
  }
}

@media (min-width: 1024px) {
  .events-listing .event-list .text .btn:not(.btn-arrow) {
    right: 25px;
  }
}

.events-listing .event-list h4 {
  margin-bottom: 12px;
}

@media (min-width: 1024px) {
  .events-listing .event-list h4 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .events-listing .event-list.two-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
  }
}

.events-listing .event-list.two-cols li {
  align-items: stretch;
  margin-bottom: 27px;
}

@media (min-width: 768px) {
  .events-listing .event-list.two-cols li {
    width: calc(50% - 20px);
    margin: 0 10px 30px;
  }
}

.events-listing .event-list.two-cols .text {
  padding: 9px 10px 19px;
  box-shadow: 0 0 26px rgba(88, 88, 88, 0.09);
}

@media (min-width: 1024px) {
  .events-listing .event-list.two-cols .text {
    padding: 21px 25px 19px;
  }
}

.events-listing .event-list.two-cols .category {
  margin-bottom: 10px;
}
}

@media (min-width: 768px) {
  .events-listing .event-list.two-cols .category {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px){
	
	.header .top-nav{
		display: none;
	}
	
	.hero{
		padding-top: 0px;
	}
	

	
	.fc-intros{
		padding-bottom: 0px;
		margin-bottom: 130px;
	}
	
	.fc-list-icon.fc-icon-listing{
		padding-bottom: 50px;
	}
	
	.fc-image-list .text {
    width: 100%;
    }
  
  .fc-image-list .btn.btn-large {
  	margin-top: -6px;
  }
  
  .fc-image-list > li{
	  margin-bottom: 100px;
  }
  
  .fc-image-listing.fc-image-listing-grid:after{
	  bottom: -30px;
    left: 15px;
	 }
	 
 .fc-testimonial .name, .fc-testimonial .info{
	 font-size: 15px;
	  position: relative;
	 z-index: 1;
 }
 
 .fc-testimonial .swiper-slide{
	 position: relative;
	 z-index: 1;
 }
 
 .fc-testimonial .swiper-slide:after{
	 z-index: 0;
	 height: 90px;
	 width: 90px;
	 background-size: contain;
     bottom: 0px;
    right: 10px;
 }
 
.fc-testimonial .swiper-slide q, .fc-testimonial .swiper-slide p {
	text-align: left;

 }
 
 .fc-testimonial .swiper-slide{
	     padding: 30px 20px 35px;
 }
 
 .fc-testimonial{
	 padding: 100px 0;
 }
 
 .footer .footer-top, .footer .footer-bottom, .copy{
     align-items: center;
     justify-content: center;
}

.footer-phone{
	    margin-left: 0;
}

.copy li:first-child{
	text-align: center;
}
 
 .social-holder a, .footer .social-holder a{
	font-size: 18px;
    height: 34px;
    width: 34px;
 }
 
 .social-holder li{
	height: 34px;
    width: 34px
 }
 
 .nav ul li a{
	 font-family: 'Montserrat';
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
    letter-spacing: 2px;
 }
 
 .nav ul li.btn a{
	 display: block;
 }
 
 .nav-drop .social-holder{
	     display: flex;
    justify-content: flex-start;
 }
 
 .cont, .cont a{
	 color: #fff;
 }
 
 .contact-info{
	 background: #2C2821;
	 padding: 15px 0px;
	 display: block;
 }
 
 .btn-listing li:before{
	 content: none;
 }
 
 .btn-listing .btn{
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
    padding: 7px 15px;
 }
 
 .btn-listing{
	 margin: 0px;
	 padding: 0px;
	 padding-top: 15px;
 }
 
 .btn-listing li{
	 display:inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0px;
 }
 
 .nav ul li{
	 margin: 0px;
 }
 
 .nav ul li.btn{
	 display: block;
 }
 
 
 .nav-drop .social-holder{
	 margin-top: 30px;
	 padding-top: 0px;
 }
 
 .mobile-only{
	 display: block !important;
 }
 
 .fc-list-icon.fc-icon-listing:after{
	     bottom: -160px;
 }
 
 .footer-address{
	 margin-top: 25px;
 }
 
 .footer-address .cont,
 .footer-phone .cont{
	 margin-left: 10px;
 }
 
 .logo {
 width: 150px;
 }
 
 .row.reverse .text{
	 max-width: 100%;
 }
 
/*
 .fc-intros:before{
	 position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 70%;
    left: 0%;
    background: #5B5B5F url(images/orange_grid.svg) no-repeat 150px 36px;
    z-index: -1;
 }
*/
 
 .amenities.fc-open-close-wrap ul{
	 column-count: 1 !important;
	 padding-left: 0px;
 }
 
 .fc-image-list .text h3{
	 margin-bottom: 5px;
 }
 
 .fc-testimonial:after{
     background-size: 130px;
     background-position: 20% 115px;
 }
 
 .swiper-pagination .swiper-pagination-bullet{
     width: 20px;
    height: 20px;
 }
 
 .fc-cta{
	 padding: 90px 0;
	 background-size: cover;
	 margin-bottom: 100px;
 }
 
 .copy{
	order: 1; 
 }
 
 .social-holder{
	 margin-top: 0px;
	 margin-left: 0px;
 }
 
 .social-holder li:first-child{
	 margin-left: 0px;
 }
 
 .social-frame{
	 margin-bottom: 20px;
 }
 
 .copy li{
	 padding-left: 0px;
 }
 
 .header .btn.mobile{
	 display: block;
 }
 
 
 .fc-intros:before{
    bottom: -60px;
    left: 3%;
    top: 50%;
 }
 
 .fc-intros .row.reverse{
	 display: flex;
	 flex-wrap: wrap;
    
 }
 
 .feature-list li{
	 font-size: 26px;
	 padding-right: 50px;
     margin-bottom: 35px;
    padding-left: 0px;
 }
 
 .feature-list li:before{
	 left: -60px;
	 transform: scale(.8);
 }


.feature-list li .mobile-break{
    display: block; 
} 
    
 
 
 .fc-intros .feature-list{
	 order: 2;
 }
 
 .fc-intros .text{
	 order: 1;
	 margin-bottom: 60px;
 }
 
 .fc-open-close-wrap.two-cols .open-close{
	 width: 100%;
 }
 
 .fc-open-close-wrap .text h5{
	 font-size: 22px;
 }
 
 .hero h1{
	font-size: 56px;
 }
 
 .hero p{
	font-size: 20px;
	color: #FFFFFF;
	line-height: 30px;
    padding-top: 40px;
 }
 
 .hero .txt{
    padding-top: 150px;
    padding-bottom: 150px;
    max-width: 100%;
 }
 
 .hero h1:before{
     max-width: 215px;
    left: 0;
    background-size: 215px;
    margin: 0 auto;
    right: 0;

 }
 
 .hero h1:after{
	 
     bottom: -30px;
 }
 
 .nav ul li.btn{
	 width: 80%;
	 margin: 0 auto;
	 margin-top: 20px;
 }
 
 .fc-cta .container{
	 padding: 140px 30px 50px;;
	 border-left: 0px;
	 border-right: 0px;
}
.fc-cta .container p{
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
 }
 
 .fc-cta h2{
     font-size: 37px;
 }
 
 .fc-image-listing .row .image{
	 margin-bottom: 50px;
 }
 
 .fc-testimonial .container:after{
	 background-position: 110% 95px;
	 background-size: 120%;
 }
 
 .fc-open-close-wrap.two-cols .open-close{
	 margin-left: 0px;
 }
 
 .fc-bio h3{
	 font-size: 32px;
 }
 
 .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:after{
	 top: 9px;
 }
 
 h2, .h2{
	 font-size: 40px;
 }
 
 .row .col{
	 max-width: 100%;
 }
 
 .fc-testimonial .swiper-slide blockquote{
	 padding: 32px 20px 20px;
 }
 
 .fc-testimonial .swiper-slide{
	 padding: 15px;
     outline-offset: -10px;
 }
 
 .fc-testimonial .fc-testimonial-slider, .fc-testimonial .fc-sec-testimonial-slider{
	 padding-right: 0px;
	 padding-left: 0px;
 }
 
 .about h2{
	 font-size: 41px;
 }
 
 .hero .slick-slide{
	 min-height: 670px;
 }
 
 .slick-dots{
	 justify-content: flex-start;
 } 
 
 .fc-bio{
	 margin-top: 15px;
 }
 
 .fc-listing-icon.small-text > li img{
	 width: 35px;
	 height: 35px;
 }
 
 .fc-open-close-wrap .text h3 {
 	font-size: 25px;
 	margin-bottom: 5px;
}

.fc-open-close-wrap .img-wrap{
	min-height: 0;
}

.open-closer > .opener .h4, .open-closer > .opener h4{
	max-width: 80%;
}

.anchor-link{
	top: 0px;
}

.fc-image-listing-large .anchor-link{
	top: 70px;
}
 
 }


.layout_1, 
.layout_2{
	display: flex;
	justify-content: center;
	margin-bottom: 8px

}

.layout_1 .three-row-col,
.layout_2 .three-row-col{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}

.layout_1 .three-row-col .col,
.layout_2 .three-row-col .col{
	height: 100%;
}

.layout_1 .portfolio-gallery,
.layout_2 .portfolio-gallery{
	height: 100%;
}
.layout_1 .hover-bg-overlay:before,
.layout_2 .hover-bg-overlay:before{
	bottom:0;
}
.layout_1  img,
.layout_2  img{
	height: 100%;
	margin:0;
}






