/*
Theme Name: Margaret McHenry
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:
*/

/* ---------------------------------------------------------
   1. Vendor styles
   2. Base styles
   3. Components styles
   4. Common site styles
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Vendor styles
---------------------------------------------------------*/

/*! 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;
}

/**
 * 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: .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: -.5em;
}

sub {
	bottom: -.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.
 */

 .ginput_recaptcha{
  display: none !important;
    visibility: hidden !important;
}

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: .35em .625em .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: "\e909";
}

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

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

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

table.gsurvey-likert th.gsurvey-likert-choice-label{
	color: #4c4c4c;
}

#pum-3327{
	opacity: 1 !important;
}

.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: 0px !important;
    width: 60%;
    top: 20%;
    left: 20%;
}

.gform_wrapper .gform_footer{
	text-align: right;
}

/* custom radio button styles */

.jcf-radio {
	vertical-align: top;
	display: inline-block;
	position: relative;
	cursor: default;
	background: #fff;
	border: 1px solid #651a1e;
	border-radius: 12px;
	margin: 0 10px 0 0;
	height: 20px;
	width: 20px;
	vertical-align: middle;
	left: 4px;
}

/*
.jcf-radio.jcf-focus {
	border-color: #a5cdf1;
	box-shadow: 0 0 4px #89bfef;
}

.jcf-radio.jcf-focus span {
	background: #a5cdf1;
}
*/

.jcf-radio span {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	background: #651a1e;
	border-radius: 20px;
	display: none;
}

.jcf-radio .jcf-disabled {
	background: none !important;
}

.jcf-radio .jcf-disabled:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f1f1f1;
	border-radius: 100%;
}

.jcf-radio .jcf-disabled span {
	background: #c7c7c7;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: top;
	display: inline-block;
	position: relative;
	cursor: default;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #651a1e;
	margin: 0 12px 0 0;
	height: 20px;
	width: 20px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	vertical-align: middle;
}

.jcf-radio + label,
.jcf-checkbox + label{
	cursor: pointer;
}

.jcf-radio.jcf-disabled + label,
.jcf-checkbox.jcf-disabled + label{
	cursor: default;
}

.jcf-radio{
	display: inline-block !important;
}

/*
.jcf-checkbox.jcf-focus {
	border-color: #a5cdf1;
	box-shadow: 0 0 4px #89bfef;
}

.jcf-checkbox.jcf-focus span {
	border-color: #a5cdf1;
}
*/

.jcf-checkbox span {
	position: absolute;
	height: 6px;
	width: 10px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -6px;
	border: 1px solid #651a1e;
	border-width: 0 0 2px 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: none;
}

.jcf-checkbox.jcf-disabled span {
	border-color: #651a1e;
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

:root .jcf-checkbox span {
	margin: -4px 0 0 -5px;
}

.jcf-label-active {
	font-weight: 800;
}

/* custom select styles */

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

.jcf-select.jcf-drop-active .jcf-select-opener:before {
	-webkit-transform: translate(-50%, -50%) rotateX(180deg);
	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: #651a1e;
	font-size: 15px;
	content: "\e901";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -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: 0;
	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;
	-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);
	-ms-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.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%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

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

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

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

.slick-arrow:hover,
.slick-arrow:focus {
	background-color: transparent;
	color: #651a1e;
	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 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

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

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

.swiper-container-multirow-column > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

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

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-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 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	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 {
	-webkit-transform-style: preserve-3d;
	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: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

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

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

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

/* 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 {
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 43px;
	z-index: 99;
}

.swiper-pagination .swiper-pagination-bullet {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	font-size: 0;
	line-height: 0;
	padding: 0;
	width: 36px;
	height: 2px;
	background-color: #d8d8d8;
	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: #adadad;
}

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

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

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

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

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

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	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%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

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

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

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

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(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%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	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: #fff;
}

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

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

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(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, .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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	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;
}

/* 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 {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	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;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	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 {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	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: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	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 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .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%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}

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

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

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

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

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


/* gravity forms styles */

.gform_wrapper ul > li:before{
	content: none;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
	font-weight: 300;
}

.gform_wrapper .top_label li.gfield.gf_left_half:before{
	content: none !important;
}

/* 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: .4em .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"] {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .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 #651a1e;
	background-color: transparent;
	padding: 11px 18px;
	width: 100%;
	margin-top: 20px;
}
*/

/*
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: #651a1e;
}
*/

#content {
	padding-top: 50px;
}

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

#sidebar {
	padding-top: 50px;
}

#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"] {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .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 #651a1e;
	background-color: transparent;
	padding: 11px 22px;
	width: 100%;
	margin-top: 20px;
}

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

.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"] {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .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 #651a1e;
	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: #651a1e;
}

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

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

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .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 #651a1e;
	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: #651a1e;
}

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

.navigation-single .next,
.navigation-single .prev {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .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 #651a1e;
	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: #651a1e;
}

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

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

#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: inherit;
	font-weight: 300;
	margin: 0 0 .5em;
	color: inherit;
	display: block;
}

/* style for h1 */

h1,
.h1 {
	font-size: 40px;
	line-height: 1.35;
	margin-bottom: 12px;
}

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

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

/* style for h2 */

h2,
.h2 {
	font-size: 34px;
	line-height: 1.294;
	margin-bottom: 11px;
}

/* style for h3 */

h3,
.h3 {
	font-size: 30px;
	line-height: 1.333;
	margin-bottom: 20px;
}

/* style for h4 */

h4,
.h4 {
	font-size: 25px;
	line-height: 1.4;
	margin-bottom: 5px;
}

/* style for h5 */

h5,
.h5 {
	font-size: 21px;
	line-height: 1.333;
	margin-bottom: 6px;
}

/* style for h6 */

h6,
.h6 {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 11px;
}

/* style for d1 element */

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

p {
	margin: 0 0 1em;
}

/* style for default anchor tags of the site */

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #9f9f9f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------
    Сommon site styles
   ---------------------------------------------------------*/

/* styles for main container of the page */

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#main {
	padding-bottom: 50px;
}

.page-template-page-newsroom #main{
	padding-bottom: 0px;
}

/* container styles */

.container,
.holder {
	max-width: 1210px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

/* style for small text */

.articles .small-text{
	padding: 0px 0px 20px 20px;
}

.small-text {
	font-size: 14px;
	line-height: 1.643;
}

/* style for large text */

.large-text {
	font-size: 19px;
	line-height: 1.526;
}

/* sets the gap between sections */

section + section {
	margin-top: 60px;
}

/* styles for button */

.btn {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out, padding .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-radius: 5px;
	border: 2px solid #651a1e;
	background-color: transparent;
	padding: 13px 22px;
	text-align: center;
}

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

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

.btn span {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #651a1e;
	font-size: 8px;
}

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

.btn.btn-small {
	font-size: 12px;
	padding: 15px 19px;
}

.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: 8px;
	color: #651a1e;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	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;
}

.btn.btn-link:hover {
	background-color: transparent;
	color: #651a1e;
}

/* styles for category element */

.articles .category{
	color:  #651a1e;
	font-size: 12px;
}

.articles .category-sm{
	color: #7E7E7E;
}

.articles  .category {
	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 {
	box-shadow: 0 0 26px rgba(88, 88, 88, .09);
/* 	border-radius: 5px; */
	overflow: hidden;
	margin-bottom: 27px;
}

/* styles or video positioning play button on middle */

.video {
	position: relative;
	margin-bottom: 27px;
	box-shadow: none;
	border-radius: 5px;
	overflow: hidden;
}

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

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

.video .play {
	color: #651a1e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 70px;
}

.video .play span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

/* 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 */

/* hides for tablet and above */

.relative {
	position: relative;
}

.text-white {
	color: #fff;
}

.text-black {
	color: #000;
}

.uppercase {
	text-transform: uppercase;
}

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

.images {
	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;
	margin-bottom: 30px;
}

.images.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.images.reverse .left-img {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

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

.images .left-img {
	width: 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

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

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

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

.row.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.row.align-end {
	-webkit-box-align: end;
	-ms-flex-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 {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	right: 0;
	bottom: 0;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, .55);
	z-index: -1;
}

.cta.text-white .bg-stretch:after{
	content: none;
}

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

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

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


/* ---------------------------------------------------------
   1. Vendor styles
   2. Base styles
   3. Components styles
   4. Common site styles
   ---------------------------------------------------------*/

/* ---------------------------------------------------------
   1. Vendor styles
---------------------------------------------------------*/

/*! 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;
}

/**
 * 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: .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: -.5em;
}

sub {
	bottom: -.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: .35em .625em .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;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?ui24uw");
	src: url("fonts/icomoon.eot?ui24uw#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ui24uw") format("truetype"), url("fonts/icomoon.woff?ui24uw") format("woff"), url("fonts/icomoon.svg?ui24uw#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[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-call:before {
	content: "\e900";
}

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

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

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

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

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

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

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

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

/* Slick slider styles */

.services-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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: pointer;
	cursor: hand;
}

.services-slider .slick-track,
.services-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-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 {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

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

.slick-slide img {
	display: block;
}

.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-arrow.slick-hidden {
	display: none;
}

/* ---------------------------------------------------------
   2. Base styles
---------------------------------------------------------*/

.nav-drop .sub-menu,
ul,
ol,
.accordion,
.three-col-listing ul,
.review-section .slick-dots,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl: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;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #4c4c4c;
	background: #fff;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 100 !important;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

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

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.71em;
}

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

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

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

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

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 15px 0 !important;
	margin-bottom: 10px;
}

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: 2px solid #DAD1C2;
	padding: .4em .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: #999;
}

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: #999;
}

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: #999;
}

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: #999;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

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

.widget {
	margin-bottom: 1.71em;
}

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

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

ul ol > li {
	padding: 0;
}

.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"] {
	display: block;
	float: none;
}

.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"] {
	background: transparent;
	color: #202020;
	height: 2.77em;
	border: none;
	padding: 0 21px;
	border: 1px solid #651a1e;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: #651a1e;
	color: #fff;
}

.commentlist {
	margin: 0 0 1.71em;
}

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

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

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

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

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

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

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

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

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

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #202020;
	padding: .4em 21px;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	border-radius: 2px;
	border: 1px solid #651a1e;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: #651a1e;
	color: #fff;
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #202020;
	text-decoration: none;
	border: 1px solid #651a1e;
	border-radius: 2px;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: #651a1e;
	color: #fff;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em 21px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	border-radius: 2px;
}

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

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

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

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

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

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

.single img.size-full{
	 margin-bottom: 25px;
    margin-top: 15px;
}

.single .heading-section{
	width: 100%;
	display: block;
}

.single .articles{
	margin-top: 40px;
}

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

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

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

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

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

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

body {
	font-weight: 300;
}

body.nav-active {
	overflow: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font: 400 195px/1 "adobe-caslon-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
    margin: 0 0 .5em;
    color: #202020;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 1.32;
}

h2,
.h2 {
	font-size: 34px;
	line-height: 1.26;
}

h3,
.h3 {
	font-size: 29px;
	line-height: 1.38;
}

h4,
.h4 {
	font-size: 25px;
	line-height: 1.4;
}

h5,
.h5 {
	font-size: 21px;
	line-height: 1.48;
}

h6,
.h6 {
	font-size: 19px;
	line-height: 1.42;
}

.display {
	font-size: 40px;
	margin: 0;
}

p {
	margin: 0 0 1em;
}

a {
	color: #651a1e;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, box-shadow .3s ease-in-out, border .3s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:hover {
	color: #caae7f;
}

.btn {
	display: inline-block;
    vertical-align: top;
    border: 1px solid #651a1e;
    border-radius: 4px !important;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: .86px;
    font-weight: 600;
    text-transform: uppercase;
    color: #202020;
    padding: 22px 31px 22px 21px;
    text-align: center;
    font-family: "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	font-weight: 500;
    padding: 15px 30px;
    font-size: 17px !important;
	}

/*
.btn:after{
	content: "\e904";
    font-family: "icomoon";
    position: relative;
    bottom: 0px;
    right: -10px;
    color: #651a1e;
    font-size: 10px;
    line-height: 1;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
*/

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

.btn:hover {
	background: #651a1e;
	color: #fff;
}

.btn:hover .icon-gt {
	color: #fff;
}

.btn .icon-gt {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	margin-left: 11px;
	margin-top: 2px;
	font-size: 10px;
	line-height: 1;
	color: #651a1e;
}

.btn.btn-light {
	border-color: #fff;
	color: #fff;
}

.btn.btn-light .icon-gt {
	color: #fff;
}

.btn.btn-light:hover {
	border-color: #dbd1c2;
	background: #dbd1c2;
	color: #202020;
}

.btn.btn-light:hover .icon-gt {
	color: #651a1e;
}

.btn.btn-dark {
	background: #651a1e;
	color: #fff;
}

.btn.btn-dark .icon-gt {
	color: #fff;
}

.btn.btn-dark:hover {
	background: none;
	color: #202020;
}

.btn.btn-dark:hover .icon-gt {
	color: #651a1e;
}

.btn.btn-white-bg {
	background: #fff;
	border-color: #fff;
}

.btn.btn-white-bg:hover {
	border-color: #dbd1c2;
	background: #dbd1c2;
	color: #202020;
}

.btn.btn-white-bg:hover .icon-gt {
	color: #651a1e;
}

.btn.btn-large {
	padding: 14px 21px;
	font-size: 12px;
	border-radius: 3px;
	letter-spacing: 1px;
}

.btn.btn-large .icon-gt {
	font-size: 11px;
	margin-left: 10px;
}

.btn.btn-txt {
	padding: 0;
	border: none;
	font-size: 13px;
}

.btn.btn-txt:hover {
	background: none;
	color: #651a1e;
}

.btn.btn-txt:hover .icon-gt {
	color: #651a1e;
}

.btn.btn-read-more {
	font-size: 13px;
}

.btn.btn-read-more .icon-caret {
	font-size: 10px;
	line-height: 1;
	margin-left: 11px;
}

/* ---------------------------------------------------------
   3. Components styles
---------------------------------------------------------*/

/* ---------------------------------------------------------
   4. Сommon site styles
---------------------------------------------------------*/

/* header styles */

#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 5px;
	width: 100%;
	z-index: 9999;
}

#header .header-wrap {
	background: #fff;
	padding: 12px 18px 15px;
	box-shadow: 0 2px 25px rgba(0, 0, 0, .15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 5;
}

#header .header-wrap:after {
	content: "";
	border: 1px solid #202020;
	border-top: 0;
	position: absolute;
	top: 0;
	left: 4px;
	right: 4px;
	bottom: 3px;
	z-index: -1;
}

#header .action-wrap:after {
	content: "";
	width: 2px;
	height: 27px;
	background: #c7c7c7;
	position: absolute;
	top: 15px;
	right: 73px;
}

#header .action-wrap .call-hold {
	position: absolute;
	top: 49%;
	right: 99px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#header .action-wrap .call-hold a {
	color: #202020;
	display: block;
	line-height: 1;
}

#header .action-wrap .call-hold a:hover {
	color: #651a1e;
}

#header .action-wrap .icon-call {
	font-size: 21px;
	line-height: 1;
}

.nav-opener {
	position: absolute;
	top: 18px;
	right: 24px;
	width: 27px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
}

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

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

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

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

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

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	background: #651a1e;
}

.nav-drop {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	background: #fff;
	padding-top: 74px;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

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

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

.nav-drop .bg-flower {
	position: absolute;
	bottom: 0;
	right: 0;
}

.nav-drop .nav-inner {
	padding-top: 30px;
	height: calc(100vh - 130px);
	overflow-y: auto;
	overflow-x: hidden;
}

.fixed-position .nav-drop .nav-inner {
	height: calc(100vh - 74px);
}

.nav-drop .frame {
	position: relative;
	overflow: hidden;
}

.nav-drop .frame:after {
	content: "";
	background: url(images/flower02.svg) no-repeat 0 0;
	background-size: 340px 348px;
	width: 340px;
	height: 348px;
	position: absolute;
	bottom: -58px;
	right: -40px;
	opacity: .2;
	z-index: -1;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.nav-drop .menu {
	padding: 0;
	margin-bottom: 17px;
}

.nav-drop .menu > li {
	padding: 0 26px;
	font: 24px/1.2 "adobe-caslon-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	letter-spacing: .66px;
	margin-bottom: 12px;
}

.nav-drop .menu > li:before {
	display: none;
}

.nav-drop .menu > li.active > a {
	color: #651a1e;
}

.nav-drop .menu > li:hover ul {
	opacity: 1;
	visibility: visible;
}

.nav-drop .menu > li > a {
	display: inline-block;
	vertical-align: top;
	color: #202020;
	margin-bottom: 16px;
	font-weight: 600;
}

.nav-drop .menu > li > a:hover {
	color: #651a1e;
}

.nav-drop .menu ul {
	background: #202020;
	padding: 31px 28px 6px;
	margin: 0 -26px 29px;
}

.nav-drop .menu ul > li {
	position: relative;
	font: 300 19px/1.2 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 30px;
	padding: 0;
}

.nav-drop .menu ul > li:before {
	display: none;
}

.nav-drop .menu ul > li > a {
	color: #c7c7c7;
}

.nav-drop .menu ul > li > a:hover {
	color: #fff;
	font-weight: 500;
}

.nav-drop .menu ul > li > a:hover:before {
	content: "";
	width: 2px;
	height: 17px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -28px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-drop .menu ul > li.active > a {
	color: #fff;
	font-weight: 500;
}

.nav-drop .menu ul > li.active > a:before {
	content: "";
	width: 2px;
	height: 17px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-drop .sub-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	position: relative;
	padding: 34px 26px 69px 26px;
}

.nav-drop .sub-menu:before {
	content: "";
	height: 1px;
	width: 45px;
	background: #202020;
	position: absolute;
	top: 0;
	left: 25px;
}

.nav-drop .sub-menu li {
	padding: 0;
	margin-bottom: 19px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.73px;
}

.nav-drop .sub-menu li:before {
	display: none;
}

.nav-drop .sub-menu .icon-chat {
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.nav-drop .sub-menu a {
	color: #7e7e7e;
}

.nav-drop .sub-menu a:hover {
	color: #651a1e;
}

.nav-drop .btn-wrap {
	padding: 0 24px 24px;
}

.nav-drop .btn-wrap .btn {
	width: 100%;
}

/* common block and index block style */

#wrapper {
	position: relative;
	overflow: hidden;
}

#main > .container {
	padding-top: 80px;
}

.container {
	max-width: 1210px;
	padding: 0 15px;
	margin: 0 auto;
}

.bg-stretch {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.sm-hide {
	display: none;
}

.md-hide {
	display: none;
}

/* announcement bar styles */

.announcement-bar {
	background: #202020;
	color: #c7c7c7;
	font-size: 13px;
	line-height: 1.31;
	font-weight: 300;
	padding: 11px 0;
}

.announcement-bar .title {
	color: #fff;
	font-weight: 500;
}

.announcement-bar p{
	margin: 0px;
	padding: 0px;
	display: inline;
}

/*
.bar-link{
	font-style: italic;
	
}
*/

.bar-link .icon-gt{
	font-size: 10px;
    position: relative;
    top: -1px;
    left: 5px;
}


.announcement-bar em {
	font-style: normal;
}

.announcement-bar a {
	color: #c7c7c7;
}

.announcement-bar a:hover {
	text-decoration: none;
	color: #fff;
}

.banner-block {
	height: 285px;
	padding-top: 80px;
	color: #fff;
	position: relative;
	z-index: 0;
	margin-bottom: 12px;
}

.banner-block:before {
	content: "";
	background-image: -webkit-linear-gradient(right, rgba(32, 32, 32, 0) 0%, rgba(27, 27, 27, .89) 100%);
	background-image: linear-gradient(270deg, rgba(32, 32, 32, 0) 0%, rgba(27, 27, 27, .89) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.banner-block.banner-lg .banner-wrap {
	bottom: auto;
	top: 53.6%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-block.banner-lg .display {
	max-width: 385px;
}

.banner-block .banner-wrap {
	position: absolute;
	bottom: 37px;
	right: 0;
	left: 0;
}

.banner-block .banner-wrap .btn {
	margin-top: 20px;
	border-color: #dbd1c2;
}

.banner-block:after {
	content: "";
	background: url(images/pattern.png) repeat-x 0 0;
	background-size: 107px 12px;
	height: 12px;
	position: absolute;
	bottom: -12px;
	right: 0;
	left: 0;
}

.banner-block .sub-head {
	color: #fff;
	margin-bottom: 16px;
	
}

.banner-block .display {
	color: #fff;
	line-height: 1.38;
}

.home .banner-block {
	height: 600px;
}

.home .banner-block:before {
	display: none;
}

.banner-block .cta-banner {
	display: none;
}

.banner-block .cta-banner .container {
	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;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.banner-block .cta-banner .btn {
	border-color: #dbd1c2;
}

.banner-block .cta-banner .content-holder {
	width: 620px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.banner-block .cta-banner .content-holder .img-holder {
	width: 275px;
	margin-top: -10px;
	margin-right: 33px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.banner-block .cta-banner .content-holder .desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 10px 0 24px;
}

.banner-block .cta-banner .content-holder .h4 {
	display: block;
	color: #fff;
	margin-bottom: -10px;
}

.banner-block .cta-banner .content-holder em {
	font-size: 17px;
	line-height: 1.59;
	color: #f2ede7;
}

.sub-head {
	font: 300 17px/1.588 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.38px;
	font-size: 12px;
	line-height: 1.58;
	font-weight: 500;
	display: block;
	margin-bottom: 24px;
	color: #651a1e;
}

.typography-block {
	padding-top: 56px;
	margin-bottom: 119px;
}

.typography-block h1 {
	margin-bottom: 52px;
}

.typography-block h2 {
	margin-bottom: 50px;
}

.typography-block h3 {
	margin-bottom: 48px;
}

.typography-block ol {
	margin-bottom: 58px;
}

.typography-block ol li {
	margin-bottom: 3px;
}

.typography-block h5 {
	margin-bottom: 7px;
}

.typography-block h6 {
	margin-bottom: 13px;
}

.typography-block ul {
	margin-top: -7px;
}

ul {
	list-style-type: none;
	padding: 0 0 0 19px;
}

.accordion ul > li{
	margin-bottom: 0px !important;
}

ul > li {
	position: relative;
	padding-left: 16px;
	margin-bottom: 5px;
}

.gform_wrapper form li, .gform_wrapper li{
	padding-left: 0px !important;
}

ul > li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #4c4c4c;
	position: absolute;
	top: 13px;
	left: 0;
}

ol {
	counter-reset: item;
	padding: 0 0 0 18px;
	margin: 0;
}

ol > li {
	margin-left: 1.3em;
}

ol > li:before {
	content: counter(item) ".";
	counter-increment: item;
	margin-left: -1.3em;
	width: 1.3em;
	display: inline-block;
	vertical-align: top;
}

.body-sub {
	font-weight: 500;
	color: #4c4c4c;
	position: relative;
	padding-left: 17px;
	margin: -5px 0 57px 16px;
}

.body-sub:before {
	content: "";
	background: #ddc1a6;
	width: 2px;
	position: absolute;
	top: 6px;
	left: 0;
	bottom: 6px;
}

.quote-block {
	margin-bottom: 126px;
}

blockquote {
	border: none;
	font: 400 29px/1.38 "adobe-caslon-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	text-align: center;
	color: #202020;
	padding: 56px 20px 39px;
	margin: 100px 0 126px;
	border: 1px solid #c7c7c7;
	position: relative;
}

blockquote q {
	display: block;
	position: relative;
	z-index: 1;
}

blockquote cite {
	display: block;
	position: relative;
	font: 500 12px/1.58 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #7e7e7e;
	letter-spacing: 1.38px;
	padding-top: 30px;
	margin-top: 27px;
	position: relative;
	z-index: 1;
}

blockquote cite:before {
	content: "";
	height: 1px;
	width: 36px;
	background: #651a1e;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

blockquote .bg {
	background: #fff;
	position: absolute;
	left: 50%;
	top: -40px;
	bottom: -40px;
	width: 250px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

blockquote .bg img {
	opacity: .3;
}

.align-images {
	padding-bottom: 83px;
}

.align-images .head-block {
	margin-bottom: 49px;
}

.align-images h2 {
	margin-bottom: 15px;
}

.align-images .row {
	margin-bottom: 50px;
}

.align-images .img-holder {
	position: relative;
/* 	display: none; */
	margin-bottom: 30px;
}

.align-images .img-holder:before, .intros .image:before {
	content: "";
	border: 1px solid #dbd1c2;
	position: absolute;
	top: 15px;
	left: -10px;
	right: 15px;
	bottom: -10px;
	z-index: -1;
	    
}

.review-section .review-slider{
	    padding: 20px 0px 100px 0;
}

.image-list.three-cols .image{
	min-width: 100%;
	width: 100% !important;
}

.intros .image:before{
	content: "";
	border: 1px solid #dbd1c2;
	position: absolute;
	top: 10px;
    left: 0px;
    right: -12px;
    bottom: 10px;
    z-index: -1;
}

.intros .image:after{
	content: "";
    border: 1px solid #dbd1c2;
    position: absolute;
    top: -15px;
    left: 15px;
    right: 15px;
    bottom: -15px;
    z-index: -1;
}

.align-images .desc-top {
	margin-bottom: 38px;
}

.align-images h3 {
	margin-bottom: 1px;
}

.align-images .desc-text {
	display: block;
	font-size: 16px;
	margin-bottom: 16px;
}

.align-images .right-align {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.align-images .right-align .img-holder:before {
	left: 15px;
	right: -10px;
}

.accordion > li {
	padding: 0 0 14px 0;
	margin-bottom: 22px;
	border-bottom: 1px solid #dbd1c2;
	position: relative;
}

.accordion > li:before {
	display: none;
}

.accordion > li.active {
	border-bottom-color: #651a1e;
}

.accordion > li.active a:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: #651a1e;
	background: #651a1e;
	color: #fff;
}

.accordion .opener {
	color: #202020;
	max-width: calc(100% - 40px);
	display: inline-block;
}

.accordion .opener .h6{
	text-transform: none !important;
	font-weight: 600;
}

.accordion .opener:after {
	content: "\e901";
	font-family: "icomoon";
	position: absolute;
	top: -1px;
	right: 0;
	font-size: 10px;
	line-height: 1;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #dbd1c2;
	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;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.accordion .holder {
	padding-top: 14px;
	padding-bottom: 7px;
}

.accordion p {
	margin-bottom: 10px;
}

.accordion ul {
	padding-left: 19px;
}

.three-col-listing {
	background: #fbf9f8;
	padding-top: 70px;
	position: relative;
	z-index: 0;
}

.three-col-listing:after {
	content: "";
	height: 42px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.three-col-listing .container {
	max-width: 1270px;
}

.three-col-listing h2 {
	text-align: center;
	margin-bottom: 32px;
}

.three-col-listing .holder {
	background: #fff;
	padding-top: 53px;
	padding-bottom: 7px;
	box-shadow: 0 2px 50px rgba(0, 0, 0, .09);
	position: relative;
}

.three-col-listing .holder:after,
.three-col-listing .holder:before {
	content: "";
	background: url(images/flower02.svg) no-repeat 0 0;
	background-size: 248px 267px;
	width: 248px;
	height: 267px;
	position: absolute;
	top: -185px;
	right: -153px;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	opacity: .4;
	z-index: -1;
}

.three-col-listing .holder:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	right: auto;
	left: -153px;
}

.three-col-listing .col {
	text-align: center;
	margin-bottom: 50px;
}

.three-col-listing h3 {
	position: relative;
	margin-bottom: 10px;
}

.three-col-listing h3:before {
	content: "";
	background: url(images/check.svg) no-repeat 0 0;
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto 24px;
}

.three-col-listing ul li {
	padding: 0;
	margin-bottom: 6px;
	color: #7e7e7e;
}

.three-col-listing ul li:before {
	display: none;
}

.review-block {
	padding-top: 0px;
	padding-bottom: 74px;
}

.review-block h1 {
	margin-bottom: 2px;
}

.review-block .holder {
	padding-left: 52px;
	padding-top: 38px;
	padding-bottom: 38px;
	position: relative;
}

.review-block .holder:nth-child(2n + 1):before {
	content: "";
	background: #fbf9f8;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	z-index: -1;
}

.review-block .h5 {
	display: block;
	color: #651a1e;
	margin-bottom: 8px;
	position: relative;
	font-size: 27px;
}

.review-block .h5:before {
	content: "\e907";
	font-family: "icomoon";
	font-size: 19px;
	line-height: 1;
	color: #651a1e;
	width: 40px;
	height: 40px;
	border: 2px solid #f2ede7;
	border-radius: 100%;
	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;
	position: absolute;
	top: -6px;
	left: -51px;
}

.review-block .review-holder {
	max-width: 910px;
}

.review-block .review-holder q {
	display: block;
	margin-bottom: 14px;
	font-size: 18px;
}

.review-block .review-holder q p{
	display: inline;
}


.review-block .cite {
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #bfbcbb;
	letter-spacing: 1.38px;
	text-transform: uppercase;
	margin: 0 -1px;
}

.review-block .cite span {
	padding: 0 1px;
}

.intro-block {
	padding-top: 20px;
/* 	padding-bottom: 103px; */
}

.intro-block .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.intro-block .desc {
	margin-bottom: 78px;
}

.intro-block .desc p {
	margin-bottom: 34px;
}

.intro-block .img-holder {
	width: 290px;
	margin: 0 auto;
}

.intro-block .img-lg {
	width: 230px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 2px 50px rgba(0, 0, 0, .1);
	position: relative;
}

.intro-block .img-lg:after,
.intro-block .img-lg:before {
	content: "";
	background: url(images/flower04.svg) no-repeat 0 0;
	background-size: 132px 162px;
	width: 132px;
	height: 162px;
	position: absolute;
	top: -37px;
	right: -67px;
	opacity: .3;
	z-index: -1;
}

.intro-block .img-lg:before {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background-size: 139px 171px;
	width: 139px;
	height: 171px;
	top: auto;
	right: auto;
	bottom: -80px;
	left: 8px;
}

.intro-block .img-sm {
	position: relative;
	width: 164px;
	margin: -54px 0 0 100px;
}

.intro-block .img-sm:after {
	content: "";
	background: url(images/flower04.svg) no-repeat 0 0;
	background-size: 139px 171px;
	width: 139px;
	height: 171px;
	position: absolute;
	top: -70px;
	right: -14px;
	opacity: .3;
	z-index: -1;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.services-block {
	position: relative;
	padding: 90px 0 0;
	z-index: 0;
}

.services-block:before {
	content: "";
	background-image: -webkit-linear-gradient(top, #f7f5f0 0%, rgba(255, 255, 255, .1) 100%);
	background-image: linear-gradient(180deg, #f7f5f0 0%, rgba(255, 255, 255, .1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.services-block:after {
	content: "";
	background: #fff;
	height: 150px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	z-index: -1;
}

.services-block .top-holder {
	margin-bottom: 55px;
}

.services-slider {
	padding-bottom: 82px;
}

.services-slider .slick-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	border: 1px solid #651a1e;
	border-radius: 100%;
	color: #202020;
	width: 47px;
	height: 47px;
	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;
	padding: 0;
}

.services-slider .slick-arrow:hover{
	background: #651a1e;
    color: #fff;
}

.services-slider .slick-arrow.slick-disabled {
	border-color: #cecbc1;
	color: #cecbc1;
}

.services-slider .slick-arrow [class^="icon-"] {
	font-size: 12px;
	line-height: 1;
}

.services-slider .slick-prev {
	right: 79px;
}

.services-slider .slick-list {
	overflow: visible;
	padding-right: 30px;
	margin: 0 -9px;
}

.services-slider .slick-slide {
	padding: 0 9px;
}

.services-slider .block {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: #fff;
	border-radius: 3px;
	padding: 32px 16px 16px 24px;
	box-shadow: 0 2px 50px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.services-slider .block:hover {
	background: #651a1e;
	cursor: pointer;
}

.services-slider .block:hover h2 {
	color: #fff;
}

.services-slider .block:hover h2 span:after {
	background: #fff;
}

.services-slider .block:hover .btn {
	color: #fff;
}

.services-slider .block:hover .btn .icon-gt {
	color: #fff;
}

.services-slider h2 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	margin-bottom: 76px;
	min-height: 88px;
}

.services-slider h2 span {
	padding-bottom: 18px;
	position: relative;
	display: block;
}

.services-slider h2 span:after {
	content: "";
	height: 1px;
	width: 34px;
	background: #651a1e;
	position: absolute;
	left: 3px;
	bottom: 0;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.services-slider .scroll-text-frame {
	display: block;
	position: relative;
}

.services-slider .scroll-text-frame.return {
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.services-slider .scroll-text {
	display: block;
	font: 400 195px/1 "adobe-caslon-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	color: #fff;
	text-shadow: 0 0 1px #9c9c9c;
	-webkit-text-stroke: 1px #d5d5d5;
	white-space: nowrap;
	margin-bottom: -6px;
}

.services-slider .btn {
	letter-spacing: 1.5px;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.review-section {
/* 	padding-top: 125px; */
/* 	padding-bottom: 120px; */
	text-align: center;
}

.review-section .heading-holder {
	text-align: center;
	margin-bottom: 63px;
}

.review-section .review-wrap {
	position: relative;
}

.review-section .review-wrap:after,
.review-section .review-wrap:before {
	content: "";
	background: url(images/flower02.svg) no-repeat 0 0;
	background-size: 266px 272px;
	width: 266px;
	height: 272px;
	position: absolute;
	top: -55px;
	left: -75px;
	opacity: .3;
	z-index: -1;
	-webkit-transform: rotate(-75deg);
	-ms-transform: rotate(-75deg);
	transform: rotate(-75deg);
}

.review-section .review-wrap:before {
	-webkit-transform: rotate(215deg);
	-ms-transform: rotate(215deg);
	transform: rotate(215deg);
	top: auto;
	left: auto;
	bottom: -37px;
	right: -156px;
}

.review-section .review-slider {
	position: relative;
}

.review-section .review-slider:before {
	content: "\e907";
	font-family: "icomoon";
	font-size: 48px;
	line-height: 1;
	color: #651a1e;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.review-section .review-slider:after {
	content: none;
	background: #fff;
	height: 21px;
	width: 85px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.review-section .slick-slide {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.review-section .slick-list {
	position: relative;
	background: #fff;
	box-shadow: 0 2px 50px rgba(0, 0, 0, .09);
	margin-bottom: 43px;
}

.review-section .slick-list:before {
	content: "";
	border: 1px solid #202020;
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.review-section .slide-block {
	min-height: 422px;
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.review-section blockquote {
	margin: 0;
	padding: 50px 22px 38px;
	font-size: 21px;
	line-height: 1.76;
	border: none;
}

.review-section blockquote cite {
	font-size: 13px;
	letter-spacing: 1.5px;
	color: #b4b4b4;
	padding-top: 0;
	margin-top: 30px;
}

.review-section blockquote cite:before {
	display: none;
}

.review-section blockquote cite span {
	padding: 0 5px;
}

.review-section .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.review-section .slick-dots li {
	padding: 0 16px;
}

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

.review-section .slick-dots .slick-active button {
	border-color: #202020;
}

.review-section .slick-dots .slick-active button:after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #651a1e;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.review-section .slick-dots button {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #dbd1c2;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
	border-radius: 100%;
	padding: 0;
}

/* footer styles */

#footer {
	background: #202020;
	color: #fff;
	text-align: center;
	padding-top: 67px;
	padding-bottom: 36px;
	position: relative;
	z-index: 0;
}

#footer:after {
	content: "";
	background: url(images/flower03.svg) no-repeat 0 0;
	background-size: 414px 358px;
	width: 414px;
	height: 358px;
	position: absolute;
	bottom: -113px;
	left: 0;
	opacity: .2;
	z-index: -1;
}

#footer .footer-logo {
	margin-bottom: 51px;
}

#footer .r-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -20px;
}

#footer .block {
	padding: 0 20px;
}

#footer .block a{
	color: #fff;
	}

#footer .contacts-wrap {
	width: 100%;
}

#footer .location-wrap {
	position: relative;
}

#footer .location-wrap.active .icon-caret {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#footer .drop {
	display: none;
	background: #343434;
	width: 182px;
	height: 189px;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
}

#footer .drop ul {
	text-align: left;
	padding: 17px 18px 6px;
}

#footer .drop ul li {
	margin-bottom: 11px;
}

#footer .drop a {
	color: #bfbcbb;
}

#footer .drop a:hover {
	color: #fff;
}

#footer .title {
	font: 400 21px/1.48 "adobe-caslon-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	display: block;
	margin-bottom: 2px;
}

#footer .title a {
	color: #fff;
}

#footer .title a:hover {
	color: #caae7f;
}

#footer .title .icon-caret {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	line-height: 1;
	margin-left: 5px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

#footer ul li {
	padding: 0;
}

#footer ul li:before {
	display: none;
}

#footer .tel {
	margin-bottom: -2px;
}

#footer .tel a {
	color: #bfbcbb;
}

#footer address {
	color: #bfbcbb;
	font-style: normal;
	margin: 0 0 46px;
}

#footer .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
}

#footer .social-networks li {
	padding: 0 20px;
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 1;
}

#footer .social-networks a {
	color: #fff;
	display: block;
}

#footer .social-networks a:hover {
	color: #caae7f;
}

#footer .link-hold {
	color: #c7c7c7;
}

#footer .link-hold .copy {
	display: block;
	margin-bottom: 3px;
}

#footer .link-hold .copy a {
	color: #c7c7c7;
}

#footer .link-hold .copy a:hover {
	color: #caae7f;
}

#footer .footer-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .footer-links li {
	margin: 0 0 3px;
	padding: 0;
	position: relative;
}

#footer .footer-links li + li {
	padding-left: 16px;
	margin-left: 16px;
}

#footer .footer-links li + li:after {
	content: "";
	width: 1px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #c7c7c7;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#footer .footer-links a {
	color: #c7c7c7;
}

#footer .footer-links a:hover {
	color: #caae7f;
}

.footer-top {
	padding-bottom: 30px;
}

.footer-bottom {
	border-top: 1px solid #4c4c4c;
	padding-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

@media (min-width: 414px) {
	.display {
		font-size: 44px;
	}

	blockquote .bg {
		width: 291px;
	}

	.intro-block .img-holder {
		width: 384px;
	}

	.intro-block .img-lg {
		width: 325px;
		padding: 20px;
	}

	.intro-block .img-sm {
		width: 260px;
		margin: -54px 0 0 115px;
	}

	.intro-block .img-sm:after {
		top: -123px;
	}

	.services-slider .slick-list {
		padding-right: 58px;
	}

	#footer .social-networks li {
		padding: 0 38px;
	}
}

@media (min-width: 768px) {
	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		height: 3.18em;
	}

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

	body {
		font-size: 19px;
		line-height: 1.89;
	}

	h1,
	.h1 {
		font-size: 55px;
		line-height: 1.24;
	}

	h2,
	.h2 {
		font-size: 47px;
		line-height: 1.23;
	}

	h3,
	.h3 {
		font-size: 39px;
		line-height: 1.31;
	}

	h4,
	.h4 {
		font-size: 32px;
		line-height: 1.31;
	}

	h5,
	.h5 {
		font-size: 27px;
		line-height: 1.37;
	}

	h6,
	.h6 {
		font-size: 22px;
		line-height: 1.23;
	}

	.display {
		font-size: 70px;
	}

	.btn {
		letter-spacing: 1.46px;
	}

	.btn.btn-large {
		padding: 21px 30px;
	}

	.btn.btn-large .icon-gt {
		margin-left: 20px;
	}

	.sm-hide {
		display: block;
	}

	.announcement-bar {
		font-size: 14px;
	}

	.announcement-bar em {
		font-style: italic;
	}

	.banner-block {
		margin-bottom: 15px;
		height: 530px;
	}

	.banner-block.banner-lg .display {
		max-width: 590px;
	}

	.banner-block .banner-wrap {
		bottom: 94px;
	}

	.banner-block:after {
		height: 15px;
		background-size: 134px 15px;
		bottom: -15px;
		    top: 530px;
	}
	
	.home .banner-block:after{
		top: 890px;
	}

	.banner-block .sub-head {
		margin-bottom: 30px;
	}

	.home .banner-block {
		height: 890px;
	}

	.sub-head {
		font-size: 13px;
		margin-bottom: 29px;
	}
	
	.articles .sub-head{
		margin-bottom: 15px;
	}

	.typography-block {
		padding-top: 174px;
		margin-bottom: 253px;
	}

	.typography-block h1 {
		margin-bottom: 87px;
	}

	.typography-block h2 {
		margin-bottom: 93px;
	}

	.typography-block h3 {
		margin-bottom: 90px;
	}

	.typography-block h4 {
		margin-bottom: 25px;
	}

	.typography-block ol {
		margin-bottom: 71px;
	}

	.typography-block ol li {
		margin-bottom: 3px;
	}

	.typography-block h5 {
		margin-bottom: 17px;
	}

	.typography-block h6 {
		margin-bottom: 20px;
	}

	.typography-block ul {
		margin-top: -9px;
	}

	ul {
		padding-left: 36px;
	}

	ul > li {
		margin-bottom: 3px;
		padding-left: 19px;
	}

	ul > li:before {
		top: 17px;
	}

	ol {
		padding-left: 33px;
	}

	ol > li {
		margin-left: 1.5em;
	}

	ol > li:before {
		width: 1.5em;
		margin-left: -1.5em;
	}

	.body-sub {
		margin-top: -2px;
		margin-bottom: 76px;
		margin-left: 41px;
		padding-left: 20px;
	}

	.body-sub:before {
		top: 10px;
	}

	.quote-block {
		margin-bottom: 200px;
	}

	blockquote {
		font-size: 39px;
		max-width: 1054px;
		margin: 126px auto;
		padding: 82px 20px 68px;
	}

	blockquote cite {
		margin-top: 22px;
		padding-top: 32px;
		font-size: 13px;
	}

	blockquote cite:before {
		width: 43px;
	}

	blockquote .bg {
		width: 483px;
		top: -60px;
		bottom: -60px;
	}

	blockquote .bg img {
		width: 332px;
	}

	.align-images {
/* 		padding-bottom: 151px; */
		padding-bottom: 0px;
	}

	.align-images .head-block {
		margin-bottom: 75px;
	}

	.align-images h2 {
		margin-bottom: 18px;
	}

	.align-images .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 161px;
	}

	.align-images .img-holder {
		width: 320px;
		display: block;
	}

	.align-images .desc {
		width: calc(100% - 320px);
	}

	.align-images .desc-top {
		margin-bottom: 44px;
	}

	.align-images .desc-text {
		font-size: 17px;
		margin-bottom: 12px;
	}

	.align-images .left-align .desc {
		padding-left: 30px;
	}

	.align-images .right-align .desc {
		padding-right: 30px;
	}

	.accordion > li {
		margin-bottom: 31px;
		padding-right: 35px;
	}

	.accordion .opener {
		max-width: calc(100% - 30px);
	}

	.accordion .opener:after {
		width: 40px;
		height: 40px;
		font-size: 12px;
		top: -6px;
		right: 3px;
	}

	.accordion .holder {
		padding-top: 24px;
		padding-bottom: 17px;
	}

	.accordion ul {
		padding-left: 38px;
	}

	.three-col-listing {
		padding-top: 60px;
	}

	.three-col-listing h2 {
		margin-bottom: 43px;
	}

	.three-col-listing .holder:after,
	.three-col-listing .holder:before {
		background-size: 300px 323px;
		width: 300px;
		height: 323px;
		top: -215px;
		right: -127px;
	}

	.three-col-listing .holder:before {
		right: auto;
		left: -127px;
	}

	.three-col-listing ul li {
		font-size: 17px;
		margin-bottom: 5px;
	}

	.intro-block .desc h1 {
		font-size: 52px;
		line-height: 1.31;
	}

	.intro-block .img-lg:after,
	.intro-block .img-lg:before {
		background-size: 175px 214px;
		width: 175px;
		height: 214px;
	}

	.intro-block .img-lg:before {
		background-size: 184px 225px;
		width: 184px;
		height: 225px;
	}

	.intro-block .img-sm:after {
		background-size: 184px 225px;
		width: 184px;
		height: 225px;
	}

	.services-block .heading-holder h1 {
		font-size: 52px;
		line-height: 1.31;
	}

	.services-slider h2 {
		margin-bottom: 36px;
		min-height: 108px;
	}

	.review-section h1 {
		font-size: 52px;
		line-height: 1.31;
	}

	.review-section .review-wrap:after,
	.review-section .review-wrap:before {
		background-size: 360px 367px;
		width: 360px;
		height: 367px;
		top: -105px;
		left: -120px;
	}

	.review-section .review-wrap:before {
		top: auto;
		left: auto;
		bottom: -70px;
		right: -125px;
	}
}

@media (min-width: 1024px) {
	#header {
		max-width: 1390px;
		margin: 0 auto;
		padding: 0 15px;
		left: 0 !important;
	}

	#header .header-mask {
		background: #fff;
		padding: 15px 20px 17px;
		box-shadow: 0 2px 25px rgba(0, 0, 0, .15);
		position: relative;
		z-index: 0;
		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;
	}

	#header .header-mask:after {
		content: "";
		border: 1px solid #202020;
		border-top: 0;
		position: absolute;
		top: 0;
		left: 6px;
		right: 6px;
		bottom: 6px;
		z-index: -1;
	}

	#header .header-wrap {
		background: none;
		box-shadow: none;
		padding: 0;
	}

	#header .header-wrap:after {
		display: none;
	}

	#header .logo img {
		width: 205px;
	}

	#header .action-wrap {
		display: none;
	}

	#header .action-wrap:after {
		display: none;
	}

	#header .action-wrap .call-hold {
		display: none;
	}

	#header #nav {
		width: calc(100% - 205px);
		padding-left: 30px;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		background: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-top: 0;
		position: static;
	}

	.nav-drop .nav-inner {
		height: auto;
		overflow: visible;
		padding-top: 0;
	}

	.fixed-position .nav-drop .nav-inner {
		height: auto;
	}

	.nav-drop .frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		overflow: visible;
	}

	.nav-drop .frame:after {
		display: none;
	}

	.nav-drop .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 0;
	}

	.nav-drop .menu > li {
		padding: 0;
		margin-bottom: 10px;
		font-size: 18px;
		position: relative;
	}

	.nav-drop .menu > li + li {
		margin-left: 20px;
	}

	.nav-drop .menu > li:hover > a {
		color: #651a1e;
	}

	.nav-drop .menu > li:last-child ul,
	.nav-drop .menu > li:nth-last-child(2) ul,
	.nav-drop .menu > li:nth-last-child(3) ul {
		left: auto;
		right: 0;
	}

	.nav-drop .menu > li > a {
		padding: 0;
		margin-bottom: 0;
	}

	.nav-drop .menu ul {
		position: absolute;
		left: -29px;
		top: 100%;
		width: 374px;
		padding: 32px 30px 3px;
		margin: 27px 0 0;
		opacity: 0;
		visibility: hidden;
	}
	
	.nav-drop .menu #menu-item-579 ul {
		width: 225px;
	}
	
	.nav-drop .menu #menu-item-569 ul {
		width: 295px;
	}

	.nav-drop .menu ul:before {
		content: "";
		height: 27px;
		width: 100%;
		position: absolute;
		top: -27px;
		left: 0;
		background: transparent;
	}

	.nav-drop .menu ul > li {
		font-size: 17px;
		margin-bottom: 29px;
	}

	.nav-drop .menu ul > li > a:hover:before {
		left: -30px;
	}

	.nav-drop .sub-menu {
		padding: 0;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 20px;
	}

	.nav-drop .sub-menu:before {
		display: none;
	}

	.nav-drop .sub-menu li {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: .87px;
	}

	.nav-drop .sub-menu li + li {
		margin-left: 32px;
	}

	.nav-drop .sub-menu .icon-chat {
		font-size: 13px;
		margin-right: 2px;
	}

	.nav-drop .btn-wrap {
		display: none;
	}

	#main > .container {
		padding-top: 140px;
	}

	.md-hide {
		display: block;
	}

	.announcement-bar {
		padding: 8px 0 11px;
	}

	.announcement-bar .container {
		max-width: 1390px;
	}

	.announcement-bar .title {
		margin-right: 7px;
	}

	.banner-block {
		padding-top: 140px;
	}

	.banner-block.banner-lg {
		padding-bottom: 150px;
	}

	.banner-block.banner-lg .banner-wrap {
		top: 49.4%;
	}

	.banner-block .cta-banner {
		background: rgba(32, 32, 32, .9);
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.body-sub {
		padding-right: 85px;
	}

	blockquote {
		padding: 82px 110px 68px;
	}

	.align-images .img-holder {
		width: 520px;
	}

	.align-images .img-holder:before {
		top: 29px;
		left: -17px;
		right: 33px;
		bottom: -17px;
	}

	.align-images .desc {
		width: calc(100% - 520px);
	}

	.align-images .left-align .desc {
		padding-left: 70px;
	}

	.align-images .right-align .desc {
		padding-right: 70px;
	}

	.align-images .right-align .img-holder:before {
		left: 33px;
		right: -17px;
	}

	.three-col-listing:after {
		height: 73px;
	}

	.three-col-listing .holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 63px;
		padding-bottom: 12px;
	}

	.three-col-listing .col {
		width: 33.33%;
		padding: 0 15px;
	}

	.three-col-listing h3 {
		margin-bottom: 17px;
	}

	.three-col-listing h3:before {
		background-size: 70px 70px;
		width: 70px;
		height: 70px;
	}

/*
	.review-block {
		padding-top: 267px;
		padding-bottom: 244px;
	}
*/

	.review-block h1 {
		margin-bottom: 29px;
	}

	.review-block .holder {
		padding-left: 86px;
		padding-top: 56px;
		padding-bottom: 43px;
	}

	.review-block .h5 {
		margin-bottom: 12px;
	}

	.review-block .h5:before {
		width: 50px;
		height: 50px;
		font-size: 23px;
		top: -12px;
		left: -74px;
	}

	.review-block .review-holder q {
		margin-bottom: 22px;
	}

	.review-block .cite {
		font-size: 13px;
	}

	.intro-block .row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro-block .desc {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 0;
	}

	.intro-block .img-holder {
		margin: 0 60px 0 0;
	}

	.services-block:after {
		height: 145px;
	}

	.services-block .top-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 49px;
	}

	.services-block .heading-holder {
		width: 477px;
		padding-right: 30px;
	}

	.services-block .heading-holder .sub-head {
		margin-bottom: 36px;
	}

	.services-block .text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-bottom: 23px;
	}

	.services-slider {
		padding-bottom: 77px;
	}

	.services-slider .slick-list {
		padding-right: 0;
		margin: 0 -14px;
	}

	.services-slider .slick-slide {
		padding: 0 14px;
	}

	.services-slider .block {
		padding: 31px 16px 12px 32px;
	}

	.services-slider h2 span {
		padding-bottom: 24px;
	}

	.services-slider .scroll-text {
		font-size: 220px;
		margin-bottom: 22px;
	}

/*
	.review-section {
		padding-top: 152px;
		padding-bottom: 20px;
	}
*/

	.review-section .review-wrap {
		max-width: 1005px;
		margin: 0 auto;
	}

	.review-section .review-slider:before {
		font-size: 58px;
	}

	.review-section .review-slider:after {
		width: 105px;
	}

	.review-section .slick-list {
		margin-bottom: 51px;
	}

	.review-section .slide-block {
		min-height: 390px;
	}

	.review-section blockquote {
		font-size: 22px;
		line-height: 1.95;
		padding: 49px 120px 25px;
	}

	.review-section blockquote cite {
		margin-top: 40px;
	}

	.review-section .slick-dots li {
		padding: 0 18px;
	}

	.review-section .slick-dots .slick-active button:after {
		width: 6px;
		height: 6px;
	}

	.review-section .slick-dots button {
		width: 18px;
		height: 18px;
	}

	#footer {
		text-align: left;
		padding-top: 90px;
	}

	#footer:after {
		background-size: 427px 369px;
		width: 427px;
		height: 369px;
		bottom: -115px;
		left: 10px;
	}

	#footer .footer-logo {
		margin-bottom: 0;
		margin-top: 4px;
	}

	#footer .r-holder {
		margin: 0;
		width: calc(100% - 260px);
	}

	#footer .block {
		font-size: 17px;
		padding: 0 15px 0 0;
		width: 25%;
	}

	#footer .block .call {
		color: #bfbcbb;
	}

	#footer .block .call:hover {
		color: #caae7f;
	}

	#footer .contacts-wrap {
		width: 25%;
	}

	#footer .title {
		font-size: 18px;
		letter-spacing: .5px;
		margin-bottom: 13px;
	}

	#footer .tel {
		display: none;
	}

	#footer address {
		margin-bottom: 0;
	}

	#footer address span {
		display: block;
	}

	#footer .social-networks {
		margin: 0 -12px;
		max-width: 175px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#footer .social-networks li {
		font-size: 23px;
		padding: 0 12px;
	}

	#footer .link-hold {
		font-size: 14px;
		color: #7e7e7e;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 900px;
	}

	#footer .link-hold .copy {
		padding-right: 10px;
		margin-right: 9px;
		margin-bottom: 0;
		position: relative;
	}

	#footer .link-hold .copy:after {
		content: "";
		width: 1px;
		height: 12px;
		position: absolute;
		top: 8px;
		right: 0;
		background: #7e7e7e;
	}

	#footer .link-hold .copy a {
		color: #7e7e7e;
	}

	#footer .footer-links li + li {
		padding-left: 10px;
		margin-left: 10px;
	}

	#footer .footer-links li + li:after {
		background: #7e7e7e;
	}

	#footer .footer-links a {
		color: #7e7e7e;
	}

	.footer-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 156px;
	}

	.footer-bottom {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 26px;
	}
}

@media (min-width: 1200px) {
	#main > .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#content {
		float: left;
		width: 70%;
	}

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

	#sidebar {
		float: right;
		width: 25%;
	}

	#header .header-mask {
		padding: 15px 60px 17px;
	}

	.nav-drop .menu > li + li {
		margin-left: 34px;
	}

	.intro-block {
		padding-top: 27px;
/* 		padding-bottom: 179px; */
	}

	.intro-block .desc {
		margin-bottom: 70px;
	}

	.intro-block .desc h1 {
		margin-bottom: 38px;
	}

	.intro-block .desc p {
		margin-bottom: 45px;
	}

	.intro-block .img-holder {
		width: 500px;
		margin-right: 120px;
	}

	.intro-block .img-lg {
		width: 436px;
		padding: 30px;
	}

	.intro-block .img-lg:after,
	.intro-block .img-lg:before {
		top: -6px;
		right: -81px;
	}

	.intro-block .img-lg:before {
		top: auto;
		right: auto;
		bottom: 98px;
		left: -86px;
	}

	.intro-block .img-sm {
		width: 344px;
		margin: -76px 0 0 156px;
	}

	.intro-block .img-sm:after {
		top: -119px;
		right: -47px;
	}

	.services-block {
		padding-top: 149px;
	}

	#footer .r-holder {
		width: calc(100% - 364px);
	}

	#footer .social-networks {
		max-width: 265px;
		margin: 0 -32.5px;
	}

	#footer .social-networks li {
		padding: 0 32.5px;
	}
}

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

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

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}



/* FLEXIBLE STYLES START HERE */

/* styles for image listing used in multiple pages */

.image-list {
	padding: 15px 0;
}

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

.image-list > li,
.image-list > .article {
	margin-bottom: 50px;
	background: #fff;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	display: block;
}

.image-list  a.article:hover{
	background: #202020;
}

.image-list  a.article:hover .sub-head, .image-list  a.article:hover h4, .image-list  a.article:hover .link, .image-list  a.article:hover .category-sm{
	color: #fff;
}

.image-list > .article .link{
	text-transform: uppercase;
    color: #202020;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
}

.image-list > .article .link .icon-gt{
	font-size: 10px;
	padding-left: 10px;
}

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

.image-list.three-cols .image {
	max-width: none;
}

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

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

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

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

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

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

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

.image-link {
	display: block;
}

.image-link:hover {
	color: #651a1e;
	text-decoration: none;
}

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

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

.image-link .image:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	background: transparent;
	border: 2px solid #651a1e;
	border-radius: 5px;
	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;
}

/*intro-form-start*/

.intros .form-block {
	border-radius: 5px;
	background-color: #fafafa;
	padding: 20px;
}

.intros .jcf-select {
	margin-top: 18px;
}

.intros .text.full-width {
	width: 100%;
}

.intros .custom-form {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
/*intro-form-end*/


/*intro-icon-start*/

.intro-icon-list {
	padding: 14px 0;
}

.intro-icon-list h5 {
	position: relative;
	padding-left: 50px;
}

.intro-icon-list li {
	padding-bottom: 27px;
	margin-bottom: 0;
}

.intro-icon-list img {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
/*intro-icon-end*/

.heading-right.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.heading-right .image,
.heading-right .images {
	margin-bottom: 22px;
}

/*cta-start*/
.cta {
	margin-top: 30px;
	padding: 36px 0;
}

.cta .icon-gt{
	color: #fff;
}

.cta a{
	color: #fff;
}

.cta a:hover .icon-gt{
	color: #651a1e;
}

.cta h3{
	color: #fff;
}

.cta .btn.btn-secondary{
	background: transparent;
	color: #fff;
	border-color: #EFE7D9;
}

.cta .btn.btn-secondary:hover{
	background: #EFE7D9;
	color: #65191E;
}

.cta .container {
	width: 100%;
}

.cta.cta-secondary {
	min-height: 0;
	padding: 0;
}

.cta .text {
	padding: 30px 15px;
	border-radius: 5px;
	overflow: hidden;
}

.holder .row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 0 -10px;
}

.holder .cta .text.text-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*cta-end*/

/*icon-start*/
.list-icon .swiper-slide {
	padding: 31px 10px 15px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	margin: 0 5px;
	width: 100%;
}

.list-icon .swiper-slide img {
	width: 50px;
	height: 50px;
	margin-bottom: 30px;
	display: inline-block;
	vertical-align: top;
}

.list-icon .list-icon-slider {
	margin: 0 -5px;
	overflow: visible;
	padding: 20px 40px 100px 0;
}

.listing-icon {
	padding: 20px 0;
}

.listing-icon > li {
	padding-left: 50px;
	margin-bottom: 60px;
}

.listing-icon > li img {
	position: absolute;
	top: 5px;
	left: 0;
	width: 30px;
	height: 30px;
}

.listing-icon > li h3{
	padding-top: 0px;
}


.listing-icon h4 + .btn {
	margin-top: 15px;
}

.listing-icon.small-text > li {
	padding-left: 45px;
	margin-bottom: 50px;
}

.listing-icon.small-text > li img {
	width: 25px;
	height: 25px;
	top: 2px;
}

.listing-icon.listing-icon-secondary > li {
	padding-left: 0;
}

.listing-icon.listing-icon-secondary > li img {
	position: static;
	width: 60px;
	height: 60px;
	margin-bottom: 30px;
}
/*icon-end*/

/*accordion-start*/
.accordion-wrap {
	padding-top: 15px;
}

.accordion-wrap li {
	box-shadow: 0 0 26px rgba(88, 88, 88, .09);
	border-radius: 5px;
	margin-bottom: 20px;
}

.accordion-wrap .opener {
	position: relative;
	display: block;
	color: inherit;
	padding: 15px 55px 15px 15px;
}

.accordion-wrap .opener img {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
}

.accordion-wrap .opener h5 {
	margin-bottom: 0;
}

.accordion-wrap .opener:hover,
.accordion-wrap .opener:focus {
	text-decoration: none;
}

.accordion-wrap .slide {
	padding: 20px 15px;
}

.accordion-wrap.secondary li {
	box-shadow: none;
	border-bottom: 2px solid #e8e8e8;
	border-radius: 0;
}

.open-close-wrap {
	padding: 13px 0;
}

.open-close-wrap .opener-wrap {
	box-shadow: 0 0 26px rgba(88, 88, 88, .09);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 3px;
}

.open-close-wrap .text {
	padding: 20px 15px;
}

.open-close-wrap .img-wrap {
	overflow: hidden;
}

.open-close-wrap .img-wrap img {
	-webkit-transition: -webkit-transform .8s ease-in-out;
	transition: -webkit-transform .8s ease-in-out;
	transition: transform .8s ease-in-out;
	transition: transform .8s ease-in-out, -webkit-transform .8s ease-in-out;
}

.open-close-wrap .opener {
	padding-right: 15px;
	margin-top: 0;
	z-index: 99;
}

.open-close-wrap .opener:after {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	content: "";
	font-size: 13px;
}

.open-close-wrap .opener:hover {
	padding-right: 15px;
	color: #651a1e;
}

.open-close-wrap .open-close {
	margin-bottom: 30px;
	position: relative;
}

.open-close-wrap .open-close .accordion-opener {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}

.open-close-wrap .open-close .accordion-opener:after {
	display: none;
}

.open-close-wrap .open-close:hover .img-wrap img {
	-webkit-transform: scale(1.35);
	-ms-transform: scale(1.35);
	transform: scale(1.35);
}

.open-close-wrap .open-close.active .opener {
	color: #651a1e;
}

.open-close-wrap .open-close.active .opener:after {
	-webkit-transform: translateY(-50%) rotateX(180deg);
	transform: translateY(-50%) rotateX(180deg);
}

.open-close-wrap .open-close.active .img-wrap img {
	-webkit-transform: scale(1.35);
	-ms-transform: scale(1.35);
	transform: scale(1.35);
}

.open-close-wrap .open-close h4 + .btn,
.open-close-wrap .open-close h5 + .btn {
	margin-top: 15px;
}

/*accordion-end*/

/*team-start*/

.bio {
	box-shadow: 0 0 26px rgba(88, 88, 88, .09);
	padding: 28px 15px;
	background-color: #fff;
	z-index: 9;
	border-radius: 5px;
	position: relative;
}

.bio .bio-heading {
	position: relative;
}

.bio .bio-heading:after {
	height: 2px;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	background: #eee;
	border-radius: 5px;
}

.bio .title {
	font-size: 19px;
	font-weight: 300;
	line-height: 1.526;
	font-style: italic;
	display: block;
	padding-bottom: 25px;
}

.bio .bio-blockquote {
	position: relative;
	padding: 47px 0 0 55px;
}

.bio .bio-blockquote img {
	position: absolute;
	top: 41px;
	left: 0;
	width: 40px;
	height: 40px;
}

.bio .bio-blockquote blockquote {
	font-size: 22px;
	line-height: 38px;
}

.bio .bio-wrap h6 {
	margin-bottom: 11px;
}

.bio .about {
	margin-bottom: 29px;
}

.bio .call-out {
	margin-bottom: 50px;
}

.bio .call-out > li {
	margin-bottom: 30px;
}

.bio .callout-list li {
	margin-bottom: 49px;
}

.bio .callout-list img {
	width: 40px;
	height: 40px;
	margin-bottom: 25px;
}

/*team-end*/


.articles{
	background-image: linear-gradient(transparent 280px, #FAF9F7 10px)
}

.articles.flexible, .home .articles{
	background-image: linear-gradient(transparent 398px, #FAF9F7 10px);
    margin-bottom: -95px;
}

/*article-start*/

.articles .text p {
	font-style: italic;
}

.articles .image {
	margin-bottom: 19px;
}

.articles .article-row {
	padding: 15px 0 35px;
}

.articles article .btn {
	margin-top: 18px;
}

.articles article .btn-arrow {
	margin-top: 7px;
}

/*article-end*/

/*image-listing-start*/

.image-listing .row {
	padding: 15px 0;
	margin-bottom: 22px;
}

.image-listing .image-lists {
	padding: 15px 0;
}

.image-listing .image-lists > li {
	margin-bottom: 50px;
}

.image-listing .image-lists > li:last-child {
	margin-bottom: 0;
}

.image-listing .image-lists .image {
	max-width: 82%;
	margin-bottom: 18px;
}

.image-listing .swiper-slide {
	margin: 0 5px;
	width: 240px;
}

.image-listing .swiper-slide .image {
	margin-bottom: 20px;
}

.image-listing .swiper-slide .btn {
	margin-top: 4px;
}

.image-listing .swiper-container {
	margin: 0 -5px;
	overflow: visible;
	padding: 20px 40px 100px 0;
}

.image-listing .swiper-container .slick-arrow {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	left: auto;
	right: 5px;
	bottom: 35px;
}

.image-listing .swiper-container .slick-arrow.slick-prev {
	margin-left: 0;
	margin-right: 65px;
}

.image-listing .swiper-container .slick-arrow.slick-next {
	margin-left: 0;
}

/*image-listing-end*/


/*media-start*/

.media-listing .image-list li {
	margin-bottom: 10px;
}

.media-listing .image-list .image {
	margin-bottom: 0;
}

.full-video {
	min-height: 320px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0;
	flex: 1 0 0;
	margin-top: 23px;
}

.full-video:hover .bg-stretch:after {
	background: rgba(0, 0, 0, .15);
}

.full-video .container {
	min-height: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.full-video .container > * {
	width: 100%;
}

.full-video .icon-play {
	color: #651a1e;
	font-size: 70px;
	margin-bottom: 30px;
}

.full-video .video-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/*media-end*/

/*testimonial-start*/

.testimony .testimonial-slider,
.testimony .sec-testimonial-slider {
	margin: 0 -5px;
	padding: 43px 50px 100px 0;
	overflow: visible;
}

.testimony .swiper-slide {
	padding: 60px 15px 35px;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	border-radius: 5px;
	position: relative;
	margin: 0 5px;
	width: 100%;
	box-sizing: border-box;
}

.testimony .swiper-slide img {
	position: absolute;
	top: -30px;
	left: 50%;
	width: 60px;
	height: 60px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.testimony .swiper-slide q, .testimony .swiper-slide p {
	margin-bottom: 20px;
}

.testimony .swiper-slide blockquote {
	margin-bottom: 0;
}

.testimony .name {
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.643;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	position: relative;
}

.testimony .name:after {
	height: 1px;
	width: 4px;
	content: "";
	top: 50%;
	left: -10px;
	position: absolute;
	background: #000;
}

.testimony .info {
	color: #747474;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-style: normal;
	display: block;
	line-height: 1.545;
}

.testimony .sec-testimonial-slider .name:after {
	display: none;
}

/*testimonial-end*/

/*table-start*/

.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;
}
/*table-end*/


/*timeline-start*/

.timeline {
	margin-top: 100px;
}

.timeline .time-line {
	position: relative;
	padding-top: 15px;
}

.timeline .time-line:after {
	width: 2px;
	content: "";
	top: 20px;
	bottom: 20px;
	left: 50%;
	position: absolute;
	background: #e2e2e2;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}

.timeline .time-line li {
	box-shadow: 0 0 26px rgba(88, 88, 88, .09);
	padding: 20px;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 5px;
}

.timeline .time-line li ul li{
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
	width: auto;
	display: inline-block;
}

.timeline .time-line li ul li:nth-child(even){
	top: 0px;
}

.timeline .time-line li ul li:after{
	content: none;
}

.timeline .time-line li ul li:before, .timeline .time-line li ul li:nth-child(even):last-child:before, .timeline .time-line li ul li:nth-child(even):before, .timeline .time-line li ul li:nth-child(odd):not(:last-child):not(:first-child):before
{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #4c4c4c;
	position: absolute;
	top: 13px;
	left: -20px;
}

.timeline .time-line li:last-child:nth-child(odd):before {
	top: auto;
	bottom: 50%;
}

.timeline .time-line li:nth-child(even):after {
	left: auto;
	right: 100%;
}

.timeline .time-line li:nth-child(even):before {
	top: 100px;
	bottom: 0;
	height: auto;
	left: -12px;
}

.timeline .time-line li:nth-child(odd):not(:last-child):not(:first-child):before {
	top: 0;
	bottom: 0;
	left: auto;
	right: -10px;
}

.timeline .time-line li:nth-child(even):last-child:before {
	top: auto;
	bottom: 50%;
	left: -12px;
}

.timeline .time-line li .img {
	width: 68%;
	margin-bottom: 20px;
}

.timeline .time-line li .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.timeline .time-line li .text:only-child {
	padding-bottom: 30px;
}

.timeline .time-line li p:only-of-type {
	margin-bottom: 0;
}

/*timeline-end*/

/*tabs-start*/

.tabs {
	margin-top: 100px;
	position: relative;
}

.tabs .tab-content {
	padding-top: 16px;
	position: relative;
	padding: 0;
	width: 100%;
}

.tabs .tab-content .slick-list {
	overflow: hidden;
}

.tabs .tab-content .image {
	margin-bottom: 23px;
}

.tabs .tab,
.tabs .tab-slide {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.tabs .tab.js-tab-hidden,
.tabs .tab-slide.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
	opacity: 0;
	visibility: hidden;
}

.tabs .tab.active,
.tabs .tab-slide.active {
	opacity: 1;
	visibility: visible;
	position: relative;
}

.tabs .tab-set {
	padding: 30px 20px 0;
	overflow: visible;
	position: relative;
}

.tabs .tab-set .slide {
	-webkit-transition: font .3s ease-in-out;
	transition: font .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;
}

.tabs .tab-set .slide:after {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6px;
	border-radius: 3px;
	background-color: #651a1e;
	content: "";
	position: absolute;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}

.tabs .tab-set .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs .tab-set .slick-current .slide,
.tabs .tab-set .slick-center .slide {
	font-weight: 500;
}

.tabs .tab-set .slick-current .slide:after,
.tabs .tab-set .slick-center .slide:after {
	opacity: 1;
	visibility: visible;
}

.tabs .tab-set:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	content: "";
	height: 2px;
	z-index: -1;
	background-color: #e3e3e3;
}

.tabs .tab-slide {
	position: relative;
}

.tabs .tab-slide .text {
	padding: 70px 0 51px;
	position: relative;
}

.tabs .slider-tab {
	padding: 43px 60px 66px;
	margin: 0 -15px;
	background-color: #651a1e;
}

.tabs .slider-tab .slide {
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	text-align: center;
	color: #fff;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin: 0 20px;
	font-size: 27px;
	line-height: 1.2;
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	opacity: .75;
	cursor: pointer;
}

.tabs .slider-tab .slide.slick-current,
.tabs .slider-tab .slide.slick-center {
	font-weight: 500;
	opacity: 1;
}

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

.tabs .slider-tab .slick-track {
	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;
}

.tabs .slider-tab .slick-arrow {
	-webkit-transition: none;
	transition: none;
	bottom: 10px;
	color: rgba(255, 255, 255, .3);
}

.tabs .slider-tab .slick-arrow:hover {
	color: #fff;
}

.tabs .slider-tab .slick-arrow.slick-disabled {
	opacity: 0;
}

.tabs .tab-container {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tabs .tab-container .tab-content {
	background-color: rgba(0, 0, 0, .55);
}

.tabs .tab-container > .container {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.tabs .tab-container > .container .holder {
	padding: 0;
}

/*tabs-end*/

/*text-listing-start*/

.text-listing .text-listings {
	padding: 16px 0;
}

.text-listing .text-listings li {
	box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	padding: 28px 15px;
	margin-bottom: 35px;
	border-radius: 5px;
}

.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;
	font: 300 17px/1.588 "proxima-nova", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.38px;
    font-size: 12px;
    line-height: 1.58;
    font-weight: 500;
    display: block;
    color: #651a1e;
}

.text-listing .text-listings .title h4:only-child {
	margin-bottom: 23px;
}

.text-listing .text-listings .btn {
	margin-top: 0;
}

.text-listing .text-listings h4 + .btn,
.text-listing .text-listings h5 + .btn {
	margin-top: 10px;
}

.text-listing .text-listings.three-cols h5 + .btn {
	margin-bottom: 10px;
}

/*text-listing-end*/

/*events-start*/

.events-listing .month,
.events-listing .year {
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.events-listing .day {
	color: #651a1e;
	font-size: 55px;
	line-height: 1.2;
	font-weight: 700;
}

.events-listing .year {
	color: #777;
	margin-top: -5px;
}

.events-listing .date {
	border-radius: 5px 0 0 5px;
	background-color: #e8e8e8;
	padding: 10px;
	text-align: center;
	padding: 17px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	max-width: 90px;
}

.events-listing .date > * {
	width: 100%;
}

.events-listing .event-list {
	padding: 15px 0;
}

.events-listing .event-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 35px;
}

.events-listing .event-list .category {
	font-size: 11px;
	line-height: 1.545;
	margin-bottom: 21px;
}

.events-listing .event-list .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px 10px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0 0 26px rgba(88, 88, 88, .09);
}

.events-listing .event-list h4 {
	margin-bottom: 12px;
}

.events-listing .event-list.two-cols li {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 27px;
}

.events-listing .event-list.two-cols .text {
	padding: 9px 10px 19px;
	box-shadow: 0 0 26px rgba(88, 88, 88, .09);
}

.events-listing .event-list.two-cols .category {
	margin-bottom: 10px;
}

/*events-end*/

/*tabs-start*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.slider-tab .slide {
		height: 1px;
	}
}
/*tabs-end*/

/*icon-start*/
@media (min-width: 480px) {
	.list-icon .swiper-slide {
		width: calc(50% - 10px);
	}
}
/*icon-end*/

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

	.slick-arrow {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
		right: 0;
		bottom: 12px;
	}

	.slick-arrow.slick-prev {
		margin-left: 0;
		margin-right: 10px;
	}

	.slick-arrow.slick-next {
		margin-left: 0;
	}

	.swiper-button-next,
	.swiper-button-prev {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
		right: 0;
		bottom: 12px;
	}

	.swiper-button-prev {
		margin-left: 0;
		margin-right: 65px;
	}

	.swiper-button-next {
		margin-left: 0;
	}

	table {
		min-width: 0;
		margin: 29px 0 23px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		width: auto;
		display: table;
		margin-left: auto;
	}

	#content {
		float: left;
		width: 70%;
	}

	#sidebar {
		float: right;
		width: 25%;
	}

	.comment-form input[type="submit"] {
		width: auto;
		display: table;
		margin-left: auto;
	}

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

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

	.hidden-for-tablet {
		display: none !important;
	}

	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.btn-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.btn-wrap li {
		margin-bottom: 10px;
	}

	.image-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
		padding: 27px 0;
	}

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

	.image-list.secondary > li,
	.image-list.secondary > .article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 100%;
	}

	.image-list.secondary .image {
		width: 48%;
	}

	.image-list.secondary .text {
		width: 52%;
		padding-left: 22px;
		padding-right: 0;
	}

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

	.image-list.three-cols .image {
		max-width: none;
	}

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

	.image-list.four-cols .image {
		max-width: none;
	}

	.image-list.five-cols .image,
	.image-list.six-cols .image {
/* 		margin-bottom: 20px; */
	}

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

	.image-list.six-cols > li {
		width: calc(16.667% - 20px);
	}
	
	
	/*intro-form-start*/
	.intros .form-block {
		width: 50%;
	}

	.intros .jcf-select {
		margin-top: 0;
	}
	
	/*intro-form-end*/
	
	
	/*intro-start*/
	.intros .image {
		width: 50%;
		position: relative;
	    display: block;
	    overflow: visible;
	}

	.intros .text {
		width: 50%;
	}

	.intros .text.two-third-width {
		width: calc(100% - 240px);
		padding-right: 10px;
	}

	.intros .reverse .text {
		padding-right: 20px;
		padding-left: 0;
	}

	.intros .images {
		width: 50%;
	}

	.intros .images + .text {
		padding-left: 10px;
	}
	/*intro-end*/
	
	/*intro-icon-start*/
	.intro-icon-list {
		width: 50%;
		padding: 6px 0 6px 25px;
	}
	
	.heading-right .intro-icon-list {
		padding: 6px 25px 6px 0;
	}
	/*intro-icon-end*/

	.heading-right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
		position: relative;
	}

	.heading-right.wrap .images {
		left: 50%;
		right: 0;
	}

	.heading-right.wrap .text,
	.heading-right.wrap h1,
	.heading-right.wrap .images + .text {
		padding-left: 0;
	}

/*
	.heading-right h1 {
		width: 50%;
		padding-left: 10px;
	}
*/

	.heading-right .image,
	.heading-right .images,
	.heading-right .intro-icon-list,
	.heading-right .form-block {
		position: absolute;
		top: 0;
		left: 0;
		right: 50%;
	}

	.heading-right .text {
		padding-left: 10px;
	}
	
	
	/*cta-start*/
	.cta {
		margin-top: 40px;
		padding: 87px 0;
	}
	
	.page-template-page-newsroom .cta{
		margin-top: 0px;
	}

	.cta .text {
		padding: 53px;
	}

	.holder .cta {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.holder .cta .text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 100%;
		-ms-flex-line-pack: center;
		align-content: center;
		padding: 40px;
	}
	/*cta-end*/
	
	/*icon-start*/
	
	.list-icon .swiper-slide {
		width: calc(33.33% - 10px);
	}

	.listing-icon > li img {
		width: 35px;
		height: 35px;
	}

	.listing-icon.small-text > li img {
		width: 30px;
		height: 30px;
	}

	.listing-icon.two-cols,
	.listing-icon.three-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -10px;
	}

	.listing-icon.two-cols > li {
		width: calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.listing-icon.three-cols > li {
		width: calc(33.33% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}
	
	/*icon-end*/
	
	/*accordion-start*/
	.accordion-wrap .opener {
		padding: 25px 90px 25px 30px;
	}

	.accordion-wrap .opener img {
		right: 20px;
	}

	.accordion-wrap .slide {
		padding: 20px 30px;
	}

	.open-close-wrap {
		padding: 29px 0;
	}

	.open-close-wrap.three-cols,
	.open-close-wrap.four-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.open-close-wrap.three-cols .open-close {
		width: calc(50% - 20px);
		margin: 0 10px 30px;
	}

	.open-close-wrap.four-cols .open-close {
		width: calc(33.33% - 20px);
		margin: 0 10px 30px;
	}
	
	/*accordion-end*/
	
	/*team-start*/

	.three-cols .open-close:nth-child(odd) .bio {
		margin-right: calc(-100% - 20px);
	}

	.three-cols .open-close:nth-child(even) .bio {
		margin-right: 0;
		margin-left: calc(-100% - 20px);
	}

	.four-cols .open-close:nth-child(3n+1) .bio {
		margin-right: calc(-200% - 40px);
		margin-left: 0;
	}

	.four-cols .open-close:nth-child(3n+2) .bio {
		margin-right: calc(-100% - 20px);
		margin-left: calc(-100% - 20px);
	}

	.four-cols .open-close:nth-child(3n+3) .bio {
		margin-left: calc(-200% - 40px);
		margin-right: 0;
	}
	.bio {
		margin-top: 4px;
		padding: 40px 40px 20px;
	}

	.bio .bio-heading {
		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;
		padding-bottom: 19px;
	}

	.bio .bio-heading h2 {
		width: 50%;
	}

	.bio .title {
		padding-bottom: 0;
		width: 50%;
		padding-left: 5px;
	}

	.bio .bio-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bio .bio-wrap h6 {
		margin-bottom: 8px;
	}

	.bio .about {
		width: 50%;
		padding-right: 10px;
	}

	.bio .call-out {
		width: 50%;
		padding-left: 30px;
		margin-bottom: 0;
	}

	.bio .callout-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 20px;
	}

	.bio .callout-list li {
		width: 33.33%;
		padding: 0 10px;
	}

	.bio .callout-list img {
		margin-bottom: 22px;
	}
	
	/*team-end*/
	
	/*article-start*/

	.articles .article-row {
		padding: 28px 0;
		margin-bottom: 23px;
	}

	.articles .article-row .image {
		width: 41%;
	}

	.articles .article-row .text {
		width: 59%;
		padding-left: 42px;
	}

	.articles article .btn {
		margin-top: 13px;
	}
	
	/*article-end*/
	
	/*image-listing-start*/

	.image-listing .row {
		padding: 27px 0;
		margin-bottom: 16px;
	}

	.image-listing .row .image,
	.image-listing .row .video {
		width: 41%;
		position: relative;
	    display: block;
	    overflow: visible;
	}
	
	.image-listing .row .image:before{
		content: "";
	    border: 1px solid #dbd1c2;
	    position: absolute;
	    top: 10px;
	    left: -10px;
	    right: 0px;
	    bottom: 10px;
	    z-index: -1;
	}
	
	.image-listing .row .image:after{
		content: "";
	    border: 1px solid #dbd1c2;
	    position: absolute;
	    top: -15px;
	    left: 15px;
	    right: 15px;
	    bottom: -15px;
	    z-index: -1;
	}

	.image-listing .row .text {
		width: 59%;
		padding-left: 40px;
	}

	.image-listing .reverse .text {
		padding-left: 0;
		padding-right: 40px;
	}

	.image-listing .image-lists {
		padding: 27px 0;
	}

	.image-listing .image-lists > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.image-listing .image-lists .image {
		width: 32%;
	}

	.image-listing .image-lists .text {
		width: 68%;
		padding-left: 33px;
	}

	.image-listing .swiper-slide {
		margin: 0 10px;
	}

	.image-listing .swiper-container {
		margin: 0 -10px;
	}

	.image-listing .swiper-container .slick-arrow {
		bottom: 0;
		right: 10px;
	}
	
	/*image-listing-end*/
	
	/*media-start*/

	.media-listing .image-list li {
		margin-bottom: 20px;
	}

	.media-listing .slick-slider .slick-arrow {
		bottom: 28px;
	}
	
	

	.full-video {
		min-height: 444px;
		margin-top: 48px;
	}

	.full-video .icon-play {
		font-size: 100px;
	}
	/*media-end*/
	
	/*testimonial-start*/
	.testimony .testimonial-slider,
	.testimony .sec-testimonial-slider {
		margin: 0 -10px;
		padding: 68px 50px 100px;
	}

	.testimony .swiper-slide {
		margin: 0 10px;
	}

	.testimony .swiper-slide q, .testimony .swiper-slide p {
		margin-bottom: 46px;
	}

	.testimony .name {
		font-size: 17px;
		line-height: 1.588;
		margin-bottom: 16px;
	}

	.testimony .info {
		font-size: 13px;
		line-height: 1.538;
		text-transform: uppercase;
	}

	.testimony .sec-testimonial-slider {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.testimony .sec-testimonial-slider blockquote {
		font-size: 21px;
		line-height: 1.762;
	}

	.testimony .sec-testimonial-slider .swiper-slide {
		width: calc(50% - 20px);
	}

	.testimony .sec-testimonial-slider .swiper-slide q, .testimony .sec-testimonial-slider .swiper-slide p {
		margin-bottom: 30px;
	}

	.testimony .sec-testimonial-slider .name {
		margin-bottom: 12px;
	}

	.table-section .table-wrap {
		overflow: hidden;
		margin-right: 0;
		padding-right: 1px;
	}
	/*testimonial-end*/
	
	
	/*timeline-start*/
	
	.timeline .time-line {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 -10px;
		padding: 30px 0;
	}

	.timeline .time-line:after {
		display: none;
	}

	.timeline .time-line li {
		width: calc(50% - 20px);
		margin: 0 10px 50px;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 10px;
		/* z-index: -1; */
	}

	.timeline .time-line li:after {
		height: 2px;
		width: 10px;
		content: "";
		top: 50%;
		left: 100%;
		position: absolute;
		background: #dbd1c2;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.timeline .time-line li:before {
		display: block;
		position: absolute;
		content: "";
		width: 2px;
		top: 50%;
		left: auto;
		right: -10px;
		background: #dbd1c2;
		/* height: 90%; */
   		 height: 130%;
		z-index: 99;
		border-radius: 0;
	}

	.timeline .time-line li:nth-child(even) {
		position: relative;
		top: 90px;
	}

	.timeline .time-line li .img {
		width: 32%;
	}

	.timeline .time-line li .text {
		padding-left: 10px;
	}
	
	/*timeline-end*/
	
	/*tabs-start*/

	.tabs .content-slider {
		margin: 0 -50px;
	}

	.tabs .content-slider .slide {
		margin: 0 50px;
	}

	.tabs .tab-content {
		padding-top: 0;
		margin-top: 29px;
	}

	.tabs .tab-content .image {
		width: 49%;
	}

	.tabs .tab-content .text {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 20px;
		padding-top: 10px;
	}

	.tabs .tab-set {
		padding: 30px 0 0;
		overflow: hidden;
	}

	.tabs .tab-set .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: auto !important;
	}

	.tabs .tab-set .slick-slide {
		width: auto !important;
	}

	.tabs .tab-set .slide {
		font-size: 13px;
	}

	.tabs .tab-slide .text {
		padding-left: 20px;
		margin-left: 200px;
	}

	.tabs .slider-tab {
		max-width: 200px;
		background-color: transparent;
		padding: 0;
		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;
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		margin: 0;
		bottom: 40px;
		overflow: visible;
	}

	.tabs .slider-tab:before {
		position: absolute;
		bottom: 100%;
		left: -100vw;
		content: "";
		right: 0;
		background-color: rgba(234, 0, 0, .8);
		height: 40px;
		z-index: 99;
	}

	.tabs .slider-tab .slide {
		text-align: left;
		font-size: 16px;
		margin: 15px 0;
		width: 60% !important;
		opacity: .5;
	}

	.tabs .slider-tab .slide:after {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .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;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.tabs .slider-tab .slide.slick-active {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .75;
	}

	.tabs .slider-tab .slide.slick-current,
	.tabs .slider-tab .slide.slick-center {
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
		opacity: 1;
	}

	.tabs .slider-tab .slide.slick-current:after,
	.tabs .slider-tab .slide.slick-center:after {
		opacity: 1;
		visibility: visible;
	}

	.tabs .slider-tab .slick-list {
		width: 100%;
		z-index: 9;
	}

	.tabs .slider-tab .slick-arrow {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		left: -10px;
		font-size: 10px;
		margin: 0;
		z-index: 999;
		width: 50px;
	}

	.tabs .slider-tab .slick-arrow.slick-prev {
		top: -15px;
		bottom: auto;
	}

	.tabs .slider-tab .slick-arrow.slick-next {
		bottom: -20px;
	}

	.tabs .tab-container > .container {
		position: absolute;
		top: 29px;
		left: 15px;
		bottom: 0;
		right: 0;
	}

	.tabs .tab-container > .container .holder {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		max-width: 200px;
		z-index: 9;
	}

	.tabs .tab-container > .container .holder:after {
		position: absolute;
		content: "";
		top: 40px;
		left: -100vw;
		right: 0;
		bottom: 50px;
		background-color: rgba(234, 0, 0, .8);
	}

	.tabs .tab-container > .container .holder:before {
		position: absolute;
		height: 50px;
		right: 0;
		left: -100vw;
		content: "";
		background-color: rgba(234, 0, 0, .8);
		bottom: 0;
		z-index: 99;
	}
	
	/*tabs-end*/
	
	/*text-listing-start*/

	.text-listing .text-listings {
		padding: 28px 0;
	}

	.text-listing .text-listings li {
		padding: 31px 24px 30px 40px;
	}

	.text-listing .text-listings .title {
		width: 70%;
		padding-right: 10px;
	}

	.text-listing .text-listings .title h4:only-child {
		margin-bottom: 0;
	}

	.text-listing .text-listings.two-cols,
	.text-listing .text-listings.three-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 -10px;
	}

	.text-listing .text-listings.two-cols li {
		width: calc(50% - 20px);
		margin: 0 10px 30px;
		padding: 22px 24px 19px 41px;
	}

	.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:not(.two-cols):not(.three-cols) li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 18px;
	}

	.text-listing .text-listings:not(.two-cols):not(.three-cols) .btn {
		max-width: 30%;
	}

	.text-listing .text-listings:not(.two-cols):not(.three-cols) .category {
		margin-bottom: 0;
	}
	
	/*text-listing-end*/
	
	/*events-start*/

	.events-listing .event-list {
		padding: 28px 0;
	}

	.events-listing .event-list li {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		box-shadow: 0 0 26px rgba(88, 88, 88, .09);
	}

	.events-listing .event-list .category {
		margin-bottom: 0;
	}

	.events-listing .event-list .text {
		padding-right: 200px;
		box-shadow: none;
	}

	.events-listing .event-list .text .btn:not(.btn-arrow) {
		position: absolute;
		top: 50%;
		right: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		max-width: 180px;
	}

	.events-listing .event-list.two-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.events-listing .event-list.two-cols li {
		width: calc(50% - 20px);
		margin: 0 10px 30px;
	}

	.events-listing .event-list.two-cols .category {
		margin-bottom: 6px;
	}
	/*events-end*/
}


/*intro-start*/
@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%;
	}

	.heading-right .text {
		margin-left: 50%;
	}

	.heading-right.wrap h1 {
		margin-left: 0;
	}

	.heading-right.wrap .text {
		margin-left: 0;
	}
}
/*intro-end*/

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

	body {
		font-size: 20px;
	}

	blockquote {
		font-size: 24px;
		line-height: 1.5;
	}

	ul,
	ol {
		padding-left: 45px;
		margin-bottom: 37px;
	}

	ul ul,
	ul ol,
	ol ul,
	ol ol {
		padding-left: 45px;
	}

	ul > li {
		margin-bottom: 15px;
	}

	ul > li:before {
		top: 14px;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		margin-top: 30px;
	}

	h1,
	.h1 {
		font-size: 55px;
		margin-bottom: 20px;
	}

	h1 .sub-title,
	.h1 .sub-title {
		font-size: 21px;
		margin-bottom: 16px;
	}

	h1 .sub-title.secondary,
	.h1 .sub-title.secondary {
		font-size: 23px;
	}

	h2,
	.h2 {

		line-height: 1.512;
	}

	h3,
	.h3 {
		font-size: 36px;
		line-height: 1.389;
		margin-bottom: 10px;
		padding-top: 30px;
	}

	h4,
	.h4 {
		font-size: 30px;
		line-height: 1.5;
	}

	h5,
	.h5 {
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 11px;
	}

	h6,
	.h6 {
		font-size: 20px;
	}

	.d1 {
		font-size: 75px;
		padding: 94px 0;
	}

	.small-text {
		font-size: 19px;
	}

	.large-text {
		font-size: 22px;
	}

	section + section {
		margin-top: 145px;
	}
	
	.list-icon{
		margin-top: 50px;
	}
	
	.list-icon h2{
		    margin: 40px 0px -10px 0px;
	}
	
	.page-template-page-newsroom section + section.articles{
		margin-top: 20px;
	}
	
	.alm-btn-wrap{
		text-align: center;
	}
	
	.alm-load-more-btn.more.btn{
		margin-bottom: 40px;
		margin-top: -40px;
	}

	.btn-wrap li {
		margin-right: 25px;
	}

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

	.image-list .text {
		padding-right: 30px;
	}

	.image-list .image {
		margin-bottom: 30px;
	}

	.image-list.secondary > li,
	.image-list.secondary > .article {
		margin-bottom: 45px;
		width: calc(50% - 20px);
	}
	
	
	/*intro-start*/

	.intros .image {
		margin-left: 50px;
		width: calc(50% - 50px);
	}

	.intros .text p + .btn-wrap {
		padding-top: 15px;
	}

	.intros .text.two-third-width {
		width: calc(100% - 280px);
	}

	.intros .images {
		padding-right: 50px;
	}
	
	/*intro-end*/
	
	/*intro-icon-start*/

	.intro-icon-list h5 {
		padding-left: 85px;
	}

	.intro-icon-list li {
		padding-bottom: 33px;
	}

	.intro-icon-list img {
		width: 50px;
		height: 50px;
		top: 8px;
	}
	/*intro-icon-end*/
	
	/*intro-start*/
	.heading-right.wrap .images {
		padding-right: 0;
		padding-left: 50px;
	}

	.heading-right .image,
	.heading-right .images {
		margin-left: 0;
	}
	
	/*intro-end*/
	
	/*cta-start*/
	.cta .text {
		padding: 67px 100px;
	}

	.holder .cta .text {
		padding: 74px 40px;
	}
	
	/*cta-end*/
	
	
	/*icon-start*/
	.list-icon .swiper-slide h5 {
		margin-bottom: 24px;
	}

	.list-icon .list-icon-slider {
		margin: 0 -10px;
	}

	.listing-icon h4 + .btn {
		margin-top: 25px;
	}

	.listing-icon .btn {
		margin-top: 8px;
	}
	
	/*icon-end*/
	
	/*accordion-start*/

	.accordion-wrap {
		padding-top: 28px;
	}

	.accordion-wrap .opener img {
		width: 40px;
		height: 40px;
	}

	.open-close-wrap .text {
		padding: 20px;
	}

	.open-close-wrap.three-cols .open-close {
		width: calc(33.33% - 20px);
		margin-bottom: 48px;
	}

	.open-close-wrap.four-cols .open-close {
		width: calc(25% - 20px);
		margin-bottom: 48px;
	}
	
	/*accordion-end*/
	
	/*team-start*/

	.three-cols .open-close:nth-child(3n+1) .bio {
		margin-right: calc(-200% - 40px);
		margin-left: 0;
	}

	.three-cols .open-close:nth-child(3n+2) .bio {
		margin-right: calc(-100% - 20px);
		margin-left: calc(-100% - 20px);
	}

	.three-cols .open-close:nth-child(3n+3) .bio {
		margin-left: calc(-200% - 40px);
		margin-right: 0;
	}

	.four-cols .open-close:nth-child(4n+1) .bio {
		margin-right: calc(-300% - 60px);
		margin-left: 0;
	}

	.four-cols .open-close:nth-child(4n+2) .bio {
		margin-right: calc(-200% - 40px);
		margin-left: calc(-100% - 20px);
	}

	.four-cols .open-close:nth-child(4n+3) .bio {
		margin-right: calc(-100% - 20px);
		margin-left: calc(-200% - 40px);
	}

	.four-cols .open-close:nth-child(4n+4) .bio {
		margin-right: 0;
		margin-left: calc(-300% - 60px);
	}

	.bio .bio-heading h2 {
		width: 40%;
	}

	.bio .title {
		font-size: 22px;
		padding-left: 14px;
		width: 60%;
	}

	.bio .bio-blockquote {
		padding: 80px 0 0 73px;
	}

	.bio .bio-blockquote img {
		width: 50px;
		height: 50px;
		top: 80px;
	}

	.bio .bio-blockquote blockquote {
		font-size: 28px;
		line-height: 1.607;
	}

	.bio .bio-wrap {
		padding-top: 40px;
	}

	.bio .call-out {
		padding-left: 50px;
	}

	.bio .callout-list {
		padding-top: 34px;
	}
	
	/*team-end*/
	
	/*article-start*/

	.articles .image {
		margin-bottom: 31px;
	}

	.articles .image-list .article {
		margin-bottom: 75px;
	}
	
	.articles .image-list .article .image img{
		min-width: 380px;
	}
	
	/*article-end*/
	
	
	/*image-listing-start*/
	.image-listing .row .text {
		padding-left: 57px;
	}

	.image-listing .reverse .text {
		padding-right: 57px;
		padding-left: 0;
	}

	.image-listing .btn-wrap {
		padding-top: 7px;
	}

	.image-listing ul + .btn-wrap {
		padding-top: 0;
	}

	.image-listing .image-lists > li {
		margin-bottom: 86px;
	}
	/*image-listing-end*/
	
	/*testimonial-start*/
	.testimony .testimonial-slider,
	.testimony .sec-testimonial-slider {
		padding: 68px 100px 100px;
	}

	.testimony .swiper-slide {
		padding: 102px 80px 61px;
	}

	.testimony .swiper-slide img {
		width: 80px;
		height: 80px;
		top: -40px;
	}

	.testimony .sec-testimonial-slider .swiper-slide {
		padding: 81px 32px 51px;
		width: calc(33.33% - 20px);
	}
	/*testimonial-end*/
	
	/*timeline-start*/
	.timeline .time-line {
		margin: 0 -30px;
	}

	.timeline .time-line li {
		padding: 14px 10px;
		width: calc(50% - 60px);
		margin: 0 30px 69px;
	}

	.timeline .time-line li:after {
		width: 30px;
	}

	.timeline .time-line li:before {
		right: -30px;
	}

	.timeline .time-line li:nth-child(even):before {
		left: -32px;
	}

	.timeline .time-line li:nth-child(odd):not(:last-child):not(:first-child):before {
		right: -30px;
	}

	.timeline .time-line li:nth-child(even):last-child:before {
		left: -32px;
	}

	.timeline .time-line li .text {
		padding: 9px 18px;
	}

	.timeline .time-line li .text:only-child {
		padding: 14px 20px 25px;
	}
	/*timeline-end*/
	
	/*tabs-start*/
	.tabs .tab-content .text {
		padding-left: 62px;
	}

	.tabs .tab-set .slide {
		font-size: 16px;
	}

	.tabs .tab-slide .text {
		padding-left: 30px;
		margin-left: 280px;
	}

	.tabs .slider-tab {
		min-width: 280px;
		top: 50px;
		bottom: 50px;
	}

	.tabs .slider-tab:before {
		bottom: calc(100% + 10px);
	}

	.tabs .slider-tab .slide {
		font-size: 22px;
		min-height: 80px;
		margin: 0;
		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;
	}

	.tabs .tab-container > .container .holder {
		max-width: 280px;
	}
	
	/*tabs-end*/
	
	/*text-listing-start*/

	.text-listing .text-listings .title {
		width: 75%;
	}

	.text-listing .text-listings:not(.two-cols):not(.three-cols) .btn {
		max-width: 25%;
	}
	
	/*text-listing-end*/
	
	
	/*events-start*/
	.events-listing .month,
	.events-listing .year {
		font-size: 12px;
	}

	.events-listing .day {
		font-size: 65px;
		line-height: 1;
	}

	.events-listing .year {
		margin-top: -1px;
	}

	.events-listing .date {
		max-width: 135px;
	}

	.events-listing .event-list li {
		margin-bottom: 19px;
	}

	.events-listing .event-list .category {
		font-size: 13px;
		line-height: 1.538;
	}

	.events-listing .event-list .text {
		padding: 30px 220px 30px 33px;
	}

	.events-listing .event-list .text .btn:not(.btn-arrow) {
		right: 25px;
	}

	.events-listing .event-list h4 {
		margin-bottom: 10px;
	}

	.events-listing .event-list.two-cols .text {
		padding: 21px 25px 19px;
	}
	
	/*events-end*/
}

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

	.video .play {
		font-size: 105px;
	}

	.slick-slider {
		padding-top: 29px;
	}
	
	/*intro-form-start*/
	.intros .form-block {
		width: calc(50% - 50px);
		margin-left: 50px;
		padding: 25px 30px;
	}
	.intros .heading-right .form-block {
		margin-left: 0px;
	}
	
	/*intro-form-start*/
	
	/*intro-icon-start*/
	.intro-icon-list {
		padding-left: 125px;
	}
	/*intro-icon-start*/
	
	
	/*icon-start*/
	.list-icon .swiper-slide {
		width: calc(25% - 20px);
		margin: 0 10px;
		padding: 31px 10px 30px;
	}

	.list-icon .swiper-slide img {
		width: 60px;
		height: 60px;
	}

	.list-icon .list-icon-slider {
		padding-top: 29px;
	}

	.listing-icon {
		padding-left: 15px;
	}

	.listing-icon > li {
		padding-left: 85px;
		margin-bottom: 80px;
	}

	.listing-icon > li img {
		width: 50px;
		height: 50px;
		top: 1px;
	}

	.listing-icon.small-text {
		padding-left: 45px;
	}

	.listing-icon.small-text > li {
		padding-left: 55px;
	}

	.listing-icon.small-text > li img {
		width: 35px;
		height: 35px;
	}

	.listing-icon.listing-icon-secondary > li img {
		width: 80px;
		height: 80px;
		margin-bottom: 40px;
	}
	
	/*icon-end*/
	
	
	/*team-start*/
	.bio .call-out > li {
		margin-bottom: 48px;
	}
	
	/*team-end*/
	
	
	/*image-listing-start*/
	.image-listing .swiper-slide {
		width: 280px;
	}

	.image-listing .swiper-container {
		padding-top: 29px;
	}
	/*image-listing-end*/
	
	/*tabs-start*/
	.tabs .tab-set {
		padding-top: 45px;
	}

	.tabs .tab-set .slide {
		font-size: 20px;
	}

	.tabs .tab-slide .text {
		padding: 130px 0 130px 100px;
	}

	.tabs .slider-tab .slide {
		min-height: 100px;
	}

	.tabs .slider-tab .slide.slick-active {
		-webkit-transform: scale(1.4);
		-ms-transform: scale(1.4);
		transform: scale(1.4);
	}

	.tabs .slider-tab .slide.slick-current,
	.tabs .slider-tab .slide.slick-center {
		-webkit-transform: scale(1.6);
		-ms-transform: scale(1.6);
		transform: scale(1.6);
	}

	.tabs .slider-tab .slick-arrow {
		font-size: 13px;
		left: -15px;
	}
	/*tabs-end*/
}

@media (min-width: 1400px) {
	.slick-slider {
		padding-right: 0;
	}
	
	/*icon-start*/
	.list-icon .list-icon-slider {
		padding-right: 0;
	}
	/*icon-end*/
	
	
	/*image-listing-start*/
	.image-listing .swiper-container {
		padding-right: 0;
	}
	/*image-listing-end*/
	
	
	/*tabs-start*/
	.tabs .tab-set .slide {
		font-size: 21px;
	}
	/*tabs-end*/
	
}

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

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

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.btn.btn-secondary {
		display: block;
		width: 100%;
	}

	.hidden-for-mobile {
		display: none !important;
	}

	.image-list.five-cols,
	.image-list.six-cols {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -5px;
	}

	.image-list.five-cols > li {
		margin: 0 5px 5px;
	}

	.image-list.six-cols > li {
		margin: 0 5px 5px;
	}

	.heading-right h1 {
		margin-bottom: 26px;
	}
	
	/*icon-start*/
	.listing-icon > li:last-child {
		margin-bottom: 0;
	}

	.listing-icon.small-text > li:last-child {
		margin-bottom: 0;
	}
	/*icon-end*/
	
	/*accordion-start*/
	.open-close-wrap .opener-holder {
		min-height: 0 !important;
	}
	/*accordion-end*/
	
	/*image-listing-start*/
	.image-listing .swiper-container {
		padding-right: 90px;
	}
	/*image-listing-end*/
	
	.intros .image:after{
		content: none;
	}
	
	.jcf-radio{
		top: 7px;
	}
	
	.articles .image-list .article .image img {
    min-width: 385px;
	}
	
	.services-slider .scroll-text{
		display: none;
	}
	
	.services-slider h2{
		min-height: none;
		margin-bottom: 55px;
	}
	
	.banner-block.bg-stretch.banner-lg{
		max-height: 350px;
	}
	
	.banner-block.banner-lg .display{
		max-width: 265px;
		font-size: 35px;
	}
	
	.home .banner-block:after{
		top: 350px;
	}
	
	
}

@media only screen and (max-width: 641px){
	
	.jcf-checkbox.jcf-unchecked span {
    position: absolute;
    height: 6px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin: -7px 0 0 -6px;
    border: 1px solid #651a1e;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: none !important;
    }

}


    
}

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

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