@charset "UTF-8";
@import url("https://use.typekit.net/mio0sfh.css");
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document

   ========================================================================== */

/**

 * 1. Correct the line height in all browsers.

 * 2. Prevent adjustments of font size after orientation changes in

 *    IE on Windows Phone and in iOS.

 */

html {
	line-height: 1.15;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections

   ========================================================================== */

/**

 * Add the correct display in IE 9-.

 */

article, aside, footer, header, nav, section {
	display: block;
}

/**

 * Correct the font size and margin on `h1` elements within `section` and

 * `article` contexts in Chrome, Firefox, and Safari.

 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content

   ========================================================================== */

/**

 * Add the correct display in IE 9-.

 * 1. Add the correct display in IE.

 */

figcaption, figure, main {
	/* 1 */
	display: block;
}

/**

 * Add the correct margin in IE 8.

 */

figure {
	margin: 1em 40px;
}

/**

 * 1. Add the correct box sizing in Firefox.

 * 2. Show the overflow in Edge and IE.

 */

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics

   ========================================================================== */

/**

 * 1. Remove the gray background on active links in IE 10.

 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.

 */

a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}

/**

 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/**

 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.

 */

b, strong {
	font-weight: inherit;
}

/**

 * Add the correct font weight in Chrome, Edge, and Safari.

 */

b, strong {
	font-weight: bolder;
}

/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */

code, kbd, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**

 * Add the correct font style in Android 4.3-.

 */

dfn {
	font-style: italic;
}

/**

 * Add the correct background and color in IE 9-.

 */

mark {
	background-color: #ff0;
	color: #000;
}

/**

 * Add the correct font size in all browsers.

 */

small {
	font-size: 80%;
}

/**

 * Prevent `sub` and `sup` elements from affecting the line height in

 * all browsers.

 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content

   ========================================================================== */

/**

 * Add the correct display in IE 9-.

 */

audio, video {
	display: inline-block;
}

/**

 * Add the correct display in iOS 4-7.

 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**

 * Remove the border on images inside links in IE 10-.

 */

img {
	border-style: none;
}

/**

 * Hide the overflow in IE.

 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms

   ========================================================================== */

/**

 * Remove the margin in Firefox and Safari.

 */

button, input, optgroup, select, textarea {
	margin: 0;
}

/**

 * Show the overflow in IE.

 * 1. Show the overflow in Edge.

 */

button, input {
	/* 1 */
	overflow: visible;
}

/**

 * Remove the inheritance of text transform in Edge, Firefox, and IE.

 * 1. Remove the inheritance of text transform in Firefox.

 */

button, select {
	/* 1 */
	text-transform: none;
}

/**

 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`

 *    controls in Android 4.

 * 2. Correct the inability to style clickable types in iOS and Safari.

 */

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**

 * Remove the inner border and padding in Firefox.

 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**

 * Restore the focus styles unset by the previous rule.

 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**

 * 1. Correct the text wrapping in Edge and IE.

 * 2. Correct the color inheritance from `fieldset` elements in IE.

 * 3. Remove the padding so developers are not caught out when they zero out

 *    `fieldset` elements in all browsers.

 */

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**

 * 1. Add the correct display in IE 9-.

 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */

progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**

 * Remove the default vertical scrollbar in IE.

 */

textarea {
	overflow: auto;
}

/**

 * 1. Add the correct box sizing in IE 10-.

 * 2. Remove the padding in IE 10-.

 */

[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**

 * Correct the cursor style of increment and decrement buttons in Chrome.

 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**

 * 1. Correct the odd appearance in Chrome and Safari.

 * 2. Correct the outline style in Safari.

 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**

 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.

 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**

 * 1. Correct the inability to style clickable types in iOS and Safari.

 * 2. Change font properties to `inherit` in Safari.

 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive

   ========================================================================== */

/*

 * Add the correct display in IE 9-.

 * 1. Add the correct display in Edge, IE, and Firefox.

 */

details, menu {
	display: block;
}

/*

 * Add the correct display in all browsers.

 */

summary {
	display: list-item;
}

/* Scripting

   ========================================================================== */

/**

 * Add the correct display in IE 9-.

 */

canvas {
	display: inline-block;
}

/**

 * Add the correct display in IE.

 */

template {
	display: none;
}

/* Hidden

   ========================================================================== */

/**

 * Add the correct display in IE 10-.

 */

[hidden] {
	display: none;
}

/**

 * Base styles that aim to normalize fonts, and display of elements

 * across browsers, and make writing further styles easier.

 */

/* Set font and clear body padding */

html, button, input, select, textarea {
	font-family: muli, sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: muli, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	min-width: 320px;
	margin: 0;
	color: #2E2D2D;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	background: #fffaf3;
}

body.lock-scroll {
	overflow: hidden;
}

body.overlayed {
	position: relative;
}

body.overlayed:before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	z-index: 9;
	content: '';
	display: block;
	position: absolute;
}

/* Setting sizes is much more predictable with border-box */

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

figure {
	margin: 0;
}

/* Make all images responsive */

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

/* Make inputs on iOS look normal */

input {
	-webkit-appearance: none;
}

/* Custom List Styles */

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

ol li {
	position: relative;
	display: block;
	margin: 0 0 16px;
	padding: 0 0 0 38px;
	color: #000000;
	font-family: "adobe-caslon-pro";
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

ol li li {
	margin: 0;
	padding: 0 0 0 35px;
}

ol li:before {
	font-size: 22px;
	position: absolute;
	left: 12px;
	content: counter(item) ".";
	counter-increment: item;
	font-family: "adobe-caslon-pro";
}

ol:not([class]) li ol {
	margin: 17px 0 0 0;
}

ol:not([class]) li li {
	margin: 0 0 20px 0;
}

ol:not([class]) li li:before {
	left: 10px;
	background: #2E2D2D;
	border-radius: 0;
	width: 6px;
	height: 3px;
	content: '';
	top: 14px;
	position: absolute;
	display: block;
}

ul:not([class]) {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
	margin-bottom: 45px;
}

ul:not([class]) li {
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 0 37px;
	color: #000000;
	font-family: "adobe-caslon-pro";
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

p+ul:not([class]) {
	margin-top: 35px;
}

ul:not([class]) li:last-child {
	margin: 0;
}

ul:not([class]) li:before {
	display: block;
	position: absolute;
	top: 12px;
	left: 13px;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	border: 1px solid #333d47;
	border-radius: 50%;
	background: #333d47;
}

ul:not([class]) li li {
	margin: 0 0 16px 0;
}

ul:not([class]) li li:before {
	left: 12px;
	background: #2E2D2D;
	border-radius: 0;
	width: 5px;
	height: 3px;
}

ul:not([class]) li ul {
	margin: 18px 0 0 0;
}

/* Normalize links across browsers */

a {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
	color: #2E2D2D;
	border-bottom: 1px solid transparent;
}

a img {
	border: 0;
}

a:focus, a:hover {
	text-decoration: none;
	color: #2E2D2D;
}

/*.page-content a:focus:not([class]), .page-content a:hover:not([class]) { border-bottom: 1px solid currentColor; }
*/

.section-title {
	margin: 0 0 28px;
	text-align: center;
}

.tablet-checker {
	display: none;
}

/**

 * WordPress specific base styles.

 */

.gm-style img {
	max-width: none;
}

.media img, .media video, .media object, .media iframe {
	width: 100%;
	height: auto;
}

/* Make WordPress media inserted to post behave correctly */

.alignleft {
	float: left;
	margin: 0 40px 40px 0;
}

.alignright {
	float: right;
	margin: 0 0 40px 40px;
}

/*.alignnone { display: inline-block; margin: 40px 0; }*/

.aligncenter {
	display: block;
	clear: both;
	margin: 40px auto;
	text-align: center;
}

/* Make a 404 page look nicer and more readable */

.error404 {
	text-align: center;
}

.error404 ul {
	text-align: left;
}

.navigation.pagination {
	clear: both;
}

/* WP navigation menus are lists, but they don't need default list styling */

nav a {
	text-decoration: none;
	color: #333d47;
}

nav a:hover {
	text-decoration: none;
	color: #333d47;
}

nav li {
	display: inline-block;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 15px;
	line-height: 22px;
	padding: 5px 0;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1;
	margin: 0 0 47px;
	color: #000000;
}

h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child {
	margin: 0;
}

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

h1 {
	color: #000000;
	font-family: "rocky-extra-condensed";
	font-size: 85px;
	font-weight: 700;
	line-height: 90px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 45px;
}

h2 {
	font-size: 48px;
	line-height: 52px;
	margin: 0 0 14px;
	font-family: quatro-slab, serif;
	font-weight: 400;
	font-style: normal;
}

p+h2 {
	margin-top: 36px;
}

h3 {
	color: #000000;
	font-family: "adobe-caslon-pro";
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	margin-bottom: 10px;
}

h4 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 3px;
	font-weight: 700;
}

p+h4 {
	margin-top: 35px;
}

h5 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 15px;
}

p+h5 {
	margin-top: 32px;
}

h6 {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 15px;
}

p+h6 {
	margin-top: 28px;
}

/* Text Elements */

/*p { margin:0 0 50px; }*/

p ul, ol+p {
	margin-top: 32px;
}

strong {
	font-weight: 700;
}

/* Horizontal Line */

hr {
	margin: 85px 0;
	border-top: 1px solid #bebebe;
}

::-moz-selection {
	background: #D0E2F0;
}

::selection {
	background: #D0E2F0;
}

::-moz-selection {
	background: #D0E2F0;
}

/* Blocks / Columns Spacing Helpers */

.block-top-spacing {
	padding-top: 72px;
}

.block-bottom-spacing {
	padding-bottom: 71px;
}

.columns-spacing-top {
	padding-top: 35px;
}

.columns-spacing-bottom {
	padding-bottom: 71px;
}

.block-margin-top {
	margin-top: 80px;
}

.block-margin-bottom {
	margin-bottom: 80px!important;
}

/* Buttons */

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

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

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

.c-btn {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	display: inline-block;
	padding: 11px 15px 13px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #2E2D2D;
	background: transparent;
	border: 2px solid #2E2D2D
}

/*.c-btn:hover { text-decoration: none; color: #ffffff; background: #BA3838; border-color: #BA3838 }*/

.c-btn.c-btn-color-alt {
	padding: 18px 39px;
	letter-spacing: 0.46px;
}

/*.c-btn.c-btn-color-alt:hover {
	color: #ffffff;
	background: #BA3838;
	border-color: #BA3838
}*/

.c-btn-wrapper {
	line-height: 16px;
	display: inline-block;
	margin: 7px 0 40px;
}

.c-btn-wrapper:last-child {
	margin-bottom: 0;
}

.c-btn-icon {
	position: absolute;
	top: 0;
	right: 0;
}

.c-btn-primary {
	margin: 0 auto;
	display: table;
	background-color: #b97f35;
	border: none;
	padding: 19px 27px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.3s;
}

.c-btn-primary:hover {
	background-color: #a4702d;
}

.c-btn-primary span {
	color: #ffffff;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

/*div .c-btn-wrapperssss + p {
	margin-top: 42px;
}*/

div .c-btn-wrapperssss+p+h2 {
	margin-top: 56px;
}

/*.c-btn-primary:hover { text-decoration: none; color: #ffffff; background: #BA3838; border-color: #BA3838 }*/

.c-btn-secondary {
	position: relative;
	min-width: 0;
	color: #2E2D2D;
	border-bottom: 0;
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0 0 10px 0;
	text-transform: capitalize;
	overflow: hidden;
	font-weight: 400;
	font-family: quatro-slab, serif;
	font-size: 18px;
}

.c-btn-secondary svg * {
	stroke: #BA3838;
	display: none
}

.c-btn-secondary:hover {
	color: #2E2D2D;
	background: transparent;
	border: 0;
}

.c-btn-secondary:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: #BA3838;
	transform: translateX(0);
	content: '';
	position: absolute;
	transition: transform .5s ease;
}

.c-btn-secondary:hover:before {
	transform: translateX(100%);
}

.c-btn-secondary:hover svg * {
	stroke: #cf4240;
}

/* Embed Video Styles */

.iframe-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	height: 0;
	margin: 30px auto;
	margin-bottom: 0;
}

.iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0;
}

/* Slider Global */

.slick-arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin: -24px 0 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 2px solid #fff;
	border-radius: 50%;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.slick-arrow:hover, .slick-arrow:focus {
	border-color: #136cb5;
	outline: none;
	background: #136cb5
}

.slick-arrow:hover:after, .slick-arrow:focus:after {
	border-color: #fff;
}

.slick-arrow:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin-top: 0;
	content: '';
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	border: 2px solid #231F20;
	border-width: 2px 2px 0 0;
}

.slick-arrow.slick-prev {
	right: 100%;
	left: auto;
	margin-right: 30px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.slick-arrow.slick-prev:after {
	background-image: url('/wp-content/uploads/2019/06/Arrow-1.png');
	margin-left: 2px;
	-webkit-transform: translate(-50%, -50%) rotate(-135deg);
	transform: translate(-50%, -50%) rotate(-135deg);
	display: block;
}

.slick-arrow.slick-next {
	right: auto;
	left: 100%;
	margin-left: 30px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

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

/* BASE TABLES */

#page .tablepress-table-name {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 1.5px;
	text-transform: none;
}

#page .tablepress {
	margin-top: 0;
	margin-bottom: 63px;
}

#page .tablepress caption {
	display: none;
}

#page .tablepress thead th {
	position: relative;
	padding: 14px 10px;
	border: 0;
	background-color: transparent;
	color: #555555;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
}

/*#page .tablepress thead th:after { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 2px; content: ''; border-bottom: 1px solid #d5d9de; }*/

#page .tablepress thead th br {
	display: none;
}

#page .tablepress tbody td {
	position: relative;
	padding: 0px 10px;
	border: 0;
	background: transparent;
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 19px;
	font-weight: 400;
	line-height: 48px;
}

#page .tablepress tbody td:first-child {
	text-align: left;
}

/*#page .tablepress tbody td:after { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 2px; content: ''; border-bottom: 1px solid #d5d9de; }*/

#page .tablepress tbody tr {
	border-top: 0;
	border-bottom: 1px solid #bebebe;
}

#page .tablepress thead tr {
	border-bottom: 1px solid #bebebe;
}

.table-wrapper {
	position: relative;
}

.table-wrapper .tablepress:before {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 20px;
	content: '';
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
	background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.table-wrapper.has-scroll:before {
	display: block;
}

/* Responsive TABLES */

.leadparagraph {
	margin: 0 0 30px;
	color: #000000;
	font-family: "adobe-caslon-pro";
	font-size: 30px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 25px;
}

.highlight-text {
	background: #efddc6;
	display: inline;
	padding: 0 8px;
}

blockquote.alternate, blockquote {
	margin: 18px 0 46px;
	font-weight: 400;
	font-style: normal;
	/*    width: 126%;
    margin-left: -13%;*/
	color: #28382b;
	font-family: "adobe-caslon-pro";
	font-size: 36px;
	line-height: 40px;
	padding: 0;
}

blockquote.alternate:not([class]), blockquote:not([class]) {
	padding: 11px 38px 11px 11px;
}

blockquote.alternate:not([class])>p:before, blockquote.alternate:not([class])>p:after, blockquote:not([class])>p:before, blockquote:not([class])>p:after {
	display: inline;
}

blockquote.alternate:not([class])>p:before, blockquote:not([class])>p:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: '“';
}

blockquote.alternate:not([class])>p:after, blockquote:not([class])>p:after {
	content: '”';
}

blockquote.alternate p, blockquote p {
	margin: 0;
	text-align: center;
	color: #28382b;
	font-family: "adobe-caslon-pro";
	font-size: 36px;
	line-height: 40px;
}

blockquote.alternate cite, blockquote cite {
	font-style: italic;
	padding-left: 0;
}

blockquote.alternate cite:before, blockquote.alternate cite:after, blockquote cite:before, blockquote cite:after {
	display: inline;
}

/*blockquote.alternate cite:before, blockquote cite:before { position: absolute; top: 10px; left: 0; content: '“'; }
*/

/*blockquote.alternate cite:after, blockquote cite:after { content: '”'; }
*/

blockquote.alternate .author, blockquote .author {
	position: relative;
	bottom: 0;
	left: 0;
	display: block;
	padding-top: 20px;
	color: #000000;
	font-family: "adobe-caslon-pro";
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

blockquote.alternate .author:before, blockquote .author:before {
	display: inline-block;
	margin-right: 6px;
	content: "";
	font-weight: 400;
	width: 22px;
	height: 1px;
	background: #000000;
	position: relative;
	top: -6px;
}

.page-accordion {
	padding: 8px 0 65px;
}

.single-accordion {
	padding: 0 0 14px;
	border-top: 1px solid #404547;
}

.single-accordion:last-of-type {
	border-bottom: 1px solid #404547;
}

.single-accordion p {
	margin: 0;
}

.single-accordion.active .single-accordion__title:after {
	margin-top: 9px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.single-accordion__content {
	display: none;
	padding: 5px 45px 18px 15px;
}

.single-accordion__title {
	font-weight: 600;
	position: relative;
	display: block;
	padding: 37px 15px 14px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	letter-spacing: 0;
}

.single-accordion__title h4 {
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	text-align: left;
	padding-right: 20px;
}

.single-accordion__title:hover {
	color: #BA3838;
}

.single-accordion__title:hover:after {
	border-color: #b97f35;
}

.single-accordion__title:after {
	position: absolute;
	top: 41%;
	right: 18px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: 4px;
	content: '';
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border: 2px solid #231f20;
	border-width: 2px 2px 0 0;
}

.single-accordion.active .single-accordion__title {
	padding: 38px 15px 13px;
}

.page-fullwidth-image {
	padding: 15px 0px;
	max-width: 1680px;
	margin: 0 auto
}

.page-fullwidth-image__wrapper:before, .page-fullwidth-image__wrapper:after {
	content: '';
	display: table;
}

.page-fullwidth-image__wrapper:after {
	clear: both;
}

.page-fullwidth-image__wrapper img {
	width: 100%;
	margin: 0;
}

.content-image__align-left, .content-image__align-right {
	width: 50%;
}

.content-image__align-left {
	float: left;
}

.content-image__align-left.spacing-normal {
	padding-right: 15px;
	margin-top: 4px;
}

.content-image__align-right {
	float: right;
}

.content-image__align-right.spacing-normal {
	padding-left: 15px;
	margin-top: 4px;
}

.content-image img {
	width: 100%;
	margin: 0;
}

/* Main Header */

.main-header {
	font-weight: 500;
	position: relative;
	background-color: #fffaf3;
	z-index: 10;
	border-bottom: 1px solid #c9c9c9;
}

.main-header__top {
	background: #d5d9de;
}

.main-header__logo {
	display: block;
	max-width: 200px;
}

header .main-header__logo img {
	width: 89%;
}

.main-header__nav {
	font-size: 16px;
	line-height: 18px;
	position: static;
}

.main-header__nav .highlight-text {
	padding: 0;
}

.main-header__nav li {
	padding: 0 7px;
}

.main-header__nav>.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main-header__nav>.menu>li>a {
	padding: 39px 0;
	border: 0;
}

.main-header__nav a {
	position: relative;
	display: inline-block;
	color: #333d47;
}

/*.main-header__nav a:before { position: absolute; right: 0; bottom: -3px; left: 0; display: block; height: 2px; content: ''; -webkit-transition: background .2s linear; transition: background .2s linear; background: transparent; }*/

.main-header__nav a:focus {
	color: currentColor;
}

.main-header__nav a:hover {
	color: currentColor;
}

.main-header__nav a:hover:before {
	background: #BA3838;
}

.main-header__subnav {
	font-size: 12px;
	line-height: 14px;
	padding: 17px 0;
	text-align: right;
}

.main-header__subnav li {
	margin-right: 15px;
}

.main-header__subnav li:last-child {
	margin-right: 0;
}

.main-header__subnav a:hover {
	color: #58697a;
}

.main-header__right {
	text-align: right;
}

.main-header__right .nav-menu.norden {
	display: inline-flex;
	height: auto;
	margin: 0;
	float: right;
}

.main-header__right .nav-menu.norden li a {
	padding: 20px 22px;
}

.main-header__right .nav-menu.norden li.mobSearchIcon>a {
	font-size: 0;
	content: "";
	width: 21px;
	height: 22px;
	display: block;
	background-image: url(/wp-content/uploads/2019/06/Search.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-left: 20px;
	margin-right: 25px;
	position: relative;
	top: 3px;
	padding: 0;
}

.main-header__right .nav-menu.norden li.mobSearchIcon>a span {
	font-size: 0;
}

.main-header__right #primary-menu {
	display: none;
}

.top-search-bar {
	width: 100%;
	position: absolute;
	top: 101%;
	left: 0;
	background: #fffaf3;
}

.top-search-bar .search-bar {
	padding: 29px 14%;
}

.top-search-bar .search-field {
	color: #a49f97;
	font-family: "adobe-caslon-pro";
	font-size: 36px;
	font-weight: 400;
	/* line-height: 1; */
	border: none;
	outline: none;
	box-shadow: none;
	background: transparent;
	padding: 8px 13px;
}

.top-search-bar .search-field::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #a49f97;
	opacity: 1;
	/* Firefox */
}

.top-search-bar .search-field:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #a49f97;
}

.top-search-bar .search-field::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #a49f97;
}

.top-search-bar .search-block {
	position: relative;
}

.top-search-bar .search-block::before {
	content: "";
	width: 30px;
	height: 33px;
	display: block;
	background-image: url(/wp-content/uploads/2019/06/Search-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-left: 20px;
	margin-right: 25px;
	display: inline-block;
	position: absolute;
	left: -62px;
	top: 12px;
}

.main-header__right .menu-the-secondary-menu-container #primary-menu {
	display: inline-flex;
	align-items: center;
	position: relative;
	top: -3px;
}

.main-header__right .menu-the-secondary-menu-container #primary-menu li:nth-child(4) a {
	color: #28382b;
	font-weight: 700;
	text-decoration: underline;
}

.main-header__right .menu-the-secondary-menu-container #primary-menu li.mobSearchIcon {
	display: block !important;
}

.main-header__right .menu-the-secondary-menu-container {
	width: 100%;
}

.main-header__right #primary-menu ul {
	margin: 0;
}

.main-header__right #primary-menu ul .menu-image-title-after {
	background: red;
	width: 20px;
	height: 20px;
	display: block;
}

/* Mega Menu */

.mega-menu-wrapper {
	background: #fffaf3;
	position: absolute;
	z-index: -999;
	top: 100%;
	left: 0;
	visibility: visible;
	width: 100%;
	padding-top: 52px;
	padding-bottom: 15px;
	border-top: 1px solid #ebebeb;
	display: none;
	padding-bottom: 100px;
}

.mega-menu-wrapper .mega-menu-col {
	padding-left: 11px;
}

.mega-menu-wrapper>.row {
	align-items: inherit;
}

.mega-menu-wrapper li {
	display: block;
	padding: 0 0 22px 0;
}

/*.mega-menu-wrapper li.current-menu-item>a {
	color: #BA3838;
}*/

/*.mega-menu-wrapper a { font-weight: bold; visibility: hidden; padding: 0; -webkit-transition: none; transition: none; -webkit-transform: translateY(5px); transform: translateY(5px); opacity: 0; color: #2e2d2d; font-weight: 700;  }
*/

.mega-menu-wrapper a.active {
	visibility: visible;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}

/*
.mega-menu-wrapper a:hover { -webkit-transition: color .1s; transition: color .1s; color: #333d47; }*/

.mega-menu-wrapper h1, .mega-menu-wrapper h2, .mega-menu-wrapper h3, .mega-menu-wrapper h4, .mega-menu-wrapper h5, .mega-menu-wrapper h6, .mega-menu-wrapper p, .mega-menu-wrapper blockquote {
	visibility: hidden;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	opacity: 0;
}

.mega-menu-wrapper h1.active, .mega-menu-wrapper h2.active, .mega-menu-wrapper h3.active, .mega-menu-wrapper h4.active, .mega-menu-wrapper h5.active, .mega-menu-wrapper h6.active, .mega-menu-wrapper p.active, .mega-menu-wrapper blockquote.active {
	visibility: visible;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 1;
}

/*.mega-menu-wrapper.active { z-index: 999; visibility: visible; }*/

.main-header__nav>.menu>li:hover .mega-menu-wrapper {
	z-index: 999;
	visibility: visible;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}

.mega-menu-wrapper.active a {
	-webkit-transform: none;
	transform: none;
}

.mega-menu-wrapper .sub-menu {
	margin: 20px 0 15px;
}

.mega-menu-wrapper .sub-menu li {
	padding-bottom: 17px;
	padding-left: 0;
}

.mega-menu-wrapper .sub-menu li:first-child a {
	font-weight: 700;
}

.mega-menu-wrapper .sub-menu li:last-child {
	padding-bottom: 0;
}

.mega-menu-wrapper .sub-menu a {
	font-family: "acumin-pro-condensed";
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
}

.mega-menu-background {
	position: absolute;
	z-index: 998;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
}

.mega-menu-wrapper #menu-explore-the-journey-col1>li>a {
	color: #000000;
	font-family: "rocky-extra-condensed";
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	width: 50%;
	transition: 0.4s;
}

.mega-menu-wrapper #menu-explore-the-journey-col1>li:hover>a {
	color: #b97f35;
	/*font-size: 24px;*/
	padding-left: 16px;
}

.mega-menu-wrapper #menu-explore-the-journey-col1 .sub-menu {
	position: absolute;
	left: 43%;
	width: 57%;
	top: 0;
	margin: 0;
	display: none;
	padding: 0 20px;
	min-height: 100%;
	padding-left: 7px;
	padding-left: 10%;
}

.mega-menu-wrapper #menu-explore-the-journey-col1 .sub-menu li a {
	text-transform: capitalize;
}

.mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu, .mega-menu-wrapper #menu-explore-the-journey-col1 .sub-menu:hover {
	display: block;
}

.mega-menu-wrapper #menu-explore-the-journey-col1>li>a {
	width: 43%;
}

.mega-menu-wrapper a.image-menu {
	width: 100%;
}

.mega-menu-wrapper a.image-menu:hover span {
	color: #b97f35;
}

body .mega-menu-wrapper ul>li>a, .mega-menu-wrapper a.image-menu span {
	color: #000000;
	font-family: "rocky-extra-condensed";
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	transition: 0.4s;
	text-align: left;
}

body .mega-menu-wrapper ul>li:hover>a {
	color: #b97f35;
}

.main-header__wrapper .mega-menu-wrapper .row {
	align-items: inherit;
}

/* Main Header Mobile */

.mega-menu-wrapper #menu-explore-the-journey-col1>li>a::after {
	display: block;
	content: "";
	background-image: url(/wp-content/uploads/2019/06/Stroke_1.png);
	width: 9px;
	height: 21px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 20px;
	top: 5px;
	transition: 0.4s
}

.mega-menu-wrapper #menu-explore-the-journey-col1>li:hover>a::after {
	background-image: url(/wp-content/uploads/2019/06/Group_5.png);
	width: 29px;
	right: 0;
	background-size: cover;
	height: 21px;
	top: 5px;
}

.btn-hamburger {
	position: absolute;
	z-index: 9999;
	top: 29px;
	left: 20px;
	display: none;
	width: 25px;
	height: 25px;
	margin: -2px 0 0;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 0;
	outline: 0;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-hamburger:hover, .btn-hamburger:focus {
	outline: 0;
}

.btn-hamburger span {
	position: absolute;
	left: 0;
	display: block;
	width: 28px;
	height: 2px;
	-webkit-transition: .45s ease-in-out;
	transition: .45s ease-in-out;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
	border-radius: 9px;
	background: #000000;
}

.btn-hamburger span:nth-child(1) {
	top: 6px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.btn-hamburger span:nth-child(2) {
	top: 12px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.btn-hamburger span:nth-child(3) {
	top: 18px;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}

.btn-hamburger.open span:nth-child(1) {
	top: 0;
	left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-hamburger.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}

.btn-hamburger.open span:nth-child(3) {
	top: 20px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.main-header__nav-mobile {
	font-size: 18px;
	line-height: 32px;
}

.main-header__nav-mobile .menu>li>a {
	font-weight: 500;
	position: relative;
	padding: 18px 40px 14px;
}

/*.main-header__nav-mobile .menu>li>a.open { background: #e7e9ec; }*/

/*.main-header__nav-mobile .menu>li>a.open+.sub-menu { display: block; }*/

.main-header__nav-mobile .menu>li.menu-item-has-children>a:after {
	display: block;
	content: "";
	background-image: url(/wp-content/uploads/2019/06/Stroke_1.png);
	width: 9px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: 0.4s;
}

/*.main-header__nav-mobile .menu>li.menu-item-has-children>a.open:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }*/

.main-header__nav-mobile .sub-menu {
	display: none;
	padding: 17px 0 13px;
}

.main-header__nav-mobile .sub-menu li {
	margin: 0 0 15px;
}

.main-header__nav-mobile .sub-menu li:last-child {
	margin: 0;
}

.main-header__nav-mobile .sub-menu a {
	padding: 0 20px 7px;
}

.main-header__nav-mobile a {
	font-weight: 400;
	display: block;
}

.main-header__nav-mobile a:hover, .main-header__nav-mobile a:focus {
	color: #333d47;
}

.main-header__nav-mobile--wrapper {
	position: absolute;
	z-index: 99;
	top: 100%;
	right: -40px;
	left: -40px;
	display: none;
	background: #fafafa;
	transition: 0.8s;
}

.main-header__nav-mobile--wrapper nav li {
	display: block;
}

.main-header__nav-mobile--wrapper .c-btn {
	font-size: 12px;
	line-height: 15px;
	width: 100%;
}

.main-header__cta-wrapper--mobile {
	padding: 185px 0 0;
}

.page-hero__thumbnail {
	min-height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-hero__content {
	padding: 63px 0 41px;
}

.block-tabs {
	overflow: hidden;
}

/*.block-tabs .section-title { margin: 0 0 32px; text-align: left; }*/

.block-tabs.block-bottom-spacing {
	padding-bottom: 35px;
}

.tabs__link-list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 0 auto;
	display: table;
}

.tabs__link-list:before, .tabs__link-list:after {
	content: '';
	display: table;
}

.tabs__link-list:after {
	clear: both;
}

.tabs__link-list-wrapper {
	position: relative;
	border-bottom: none;
}

.tabs__link-list-wrapper:before {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	bottom: 6px;
	display: none;
	width: 20px;
	content: '';
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent));
	background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.tabs__link-list-wrapper.has-scroll:before {
	display: block;
}

.tabs__link {
	font-size: 18px;
	font-weight: 700;
	display: block;
	float: left;
	margin: 0 27px;
}

.tabs__link a {
	position: relative;
	display: block;
	padding: 6px 0px 17px;
	-webkit-transition: color .2s linear;
	transition: color .2s linear;
	text-align: center;
	text-decoration: none;
	color: #2E2D2D;
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 19px;
	font-weight: 400;
	line-height: 16px;
}

.tabs__link a:hover {
	color: #b97f35;
}

.tabs__link a:after {
	position: absolute;
	right: auto;
	bottom: -1px;
	left: 0;
	display: block;
	width: 0;
	height: 4px;
	content: '';
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background-color: #b97f35;
}

.tabs__link.active a {
	color: #b97f35;
	font-weight: 700;
}

.tabs__link.active a:after {
	width: 100%;
}

.tabs__tab-content {
	position: static;
	visibility: visible;
	padding: 68px 0 0;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	opacity: 1;
}

.tabs__tab-content-wrapper {
	border-bottom: none;
	background: #fbf5ed;
}

.tabs__tab-content-wrapper::before {
	display: block;
	height: 1px;
	width: 100%;
	content: "";
	background: #404547;
	opacity: 0.1;
}

.tabs__tab-content-wrapper::after {
	display: block;
	height: 1px;
	width: 100%;
	content: "";
	background: #404547;
	opacity: 0.1;
}

.table-wrapper {
	margin-top: 33px;
}

.tabs__tab-content-wrapper .table-wrapper+p+p {
	margin-top: 70px;
}

.tabs__tab-content:not(.active) {
	position: absolute;
	visibility: hidden;
	opacity: 0;
}

.tab-head-wrap {
	position: relative;
}

.tab-head-wrap button {
	position: relative;
	display: none;
}

.tab-head-wrap button.tab-prev, .tab-head-wrap button.tab-next {
	z-index: 5;
	right: 0;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: 0;
	background: transparent;
}

.tab-head-wrap button.tab-prev:before, .tab-head-wrap button.tab-next:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #231f20;
	border-width: 2px 2px 0 0;
}

.tab-head-wrap button.tab-prev:hover:before, .tab-head-wrap button.tab-next:hover:before {
	opacity: 1;
}

.tab-head-wrap button.tab-prev.disabled, .tab-head-wrap button.tab-next.disabled {
	cursor: default;
}

.tab-head-wrap button.tab-prev.disabled:before, .tab-head-wrap button.tab-next.disabled:before {
	opacity: 0;
}

.tab-head-wrap button.tab-next {
	right: -2px;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	position: absolute;
	bottom: 5px;
}

.tab-head-wrap button.tab-prev {
	left: -2px;
	-webkit-transform: translate(0, -50%) rotate(-135deg);
	transform: translate(0, -50%) rotate(-135deg);
	position: absolute;
	bottom: 5px;
}

.block-img-comp {
	padding: 25px 15px 70px 15px;
}

.block-img-comp .container-fluid {
	padding: 0 1.04166667vw;
}

.block-img-comp .row {
	margin: 0 -1.04166667vw;
	padding: 0 0 2.22222222vw;
}

.block-img-comp .row:last-child {
	padding: 0;
}

.block-img-comp [class*='col'] {
	padding: 0 1.04166667vw;
}

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

.block-img-single.small-top {
	padding-bottom: 2.22222222vw;
}

.block-gallery-slider {
	padding: 59px 0 38px;
}

.bc-gallery__slider {
	padding: 0;
}

.bc-gallery__caption {
	font-size: 16px;
	line-height: 18px;
	padding: 19px 15px;
	text-align: center;
	color: #a9a9a9;
}

.image-title {
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #a9a9a9;
	padding: 19px 0;
	display: block
}

.block-gallery-lightbox {
	overflow: hidden;
	padding-top: 33px;
	padding-bottom: 0;
	margin-bottom: 50px;
	background: #fffaf3;
}

/*.lightbox-gallery__single-thumb { padding-bottom: 31px; overflow: hidden;}*/

.lightbox-gallery__single-thumb {
	margin-bottom: 32px;
	overflow: hidden;
	height: 194px;
	width: calc(100% - 30px);
	padding-bottom: 0;
}

.block-gallery-lightbox .lightbox-gallery__thumbnails-wrapper {
	padding-bottom: 0;
	padding-top: 10px;
}

.lightbox-gallery__single-thumb figure {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.lightbox-gallery__single-thumb img {
	width: 100%;
	-webkit-transition: transform 0.4s;
	-moz-transition: transform 0.4s;
	transition: transform 0.4s;
}

/*.lightbox-gallery__single-thumb:hover img {
	transform: scale(1.2);
}*/

.lightbox-gallery__gallery-wrapper {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 1;
	background-color: #231f20;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
	right: auto;
	left: -30px;
	margin: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	background: transparent;
	border: none;
}

.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
	right: -30px;
	left: auto;
	margin: 0;
	padding: 0;
	width: 46px;
	height: 46px;
	background: transparent;
	border: none;
}

.lightbox-gallery__slider {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 65px;
}

.lightbox-gallery__single-slide {
	position: relative;
	height: 100vh;
	padding: 60px 0;
	outline: none;
}

.lightbox-gallery__single-slide.slick-slide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lightbox-gallery__single-slide img {
	width: auto;
	max-height: calc(100vh - 120px);
	margin: 0 auto;
}

.lightbox-gallery__slide-image {
	max-height: 100%;
}

.lightbox-gallery__caption {
	font-size: 16px;
	line-height: 18px;
	padding: 19px 15px;
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	color: #FCFCFC;
}

.lightbox-gallery__close {
	position: absolute;
	z-index: 999;
	top: 21px;
	right: 21px;
	display: block;
	width: 48px;
	height: 48px;
	cursor: pointer;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 50%;
}

/*.lightbox-gallery__close:hover { background: #136cb5; }*/

.lightbox-gallery__close:hover:before, .lightbox-gallery__close:hover:after {
	background: #fff;
}

.lightbox-gallery__close:after, .lightbox-gallery__close:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.lightbox-gallery__close:after {
	width: 2px;
	height: 24px;
}

.lightbox-gallery__close:before {
	width: 24px;
	height: 2px;
}

/*.block-content-links {
	padding: 88px 0 78px;
}*/

.block-content-links+.block-content-links {
	padding-top: 0;
}

.block-content-links-text {
	padding-bottom: 0;
}

.block-content-links-text .section-title {
	margin-top: 72px;
	margin-bottom: 28px;
}

.block-content-links-text .content-link {
	margin-bottom: 45px;
	border-bottom: 1px solid #333d47;
}

.block-content-links-text .content-link__title {
	padding: 0 20px 10px;
}

.block-content-links-text .content-link__icon {
	margin-top: -6px;
}

.block-content-links-text .content-link {
	border: none;
	margin-bottom: 18px;
}

.block-content-links-text .content-link h4.content-link__title {
	padding: 19px 19px;
	border: none;
	background: #f7f0e6;
	position: relative;
	padding-right: 50px;
	transition: 0.3s;
}

.block-content-links-text .content-link:hover h4.content-link__title {
	background: #e5dfd7;
}

.block-content-links-text .content-link h4.content-link__title::after {
	display: block;
	content: "";
	background-image: url(/wp-content/uploads/2019/07/Fill_1.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 21px;
	top: 20px;
	transition: 0.3s;
}

.block-content-links-text .content-link:hover h4.content-link__title::after {
	background-image: url(/wp-content/uploads/2019/07/Fill_1-1.svg);
}

.content-link {
	display: block;
	margin-bottom: 30px;
	border-bottom: 2px solid #b97f35;
}

.content-link__title {
	line-height: 30px;
	font-weight: 700;
	position: relative;
	margin: 0;
	padding: 16px 17px;
	text-align: left;
	color: #335539;
	font-size: 24px;
	font-family: "acumin-pro-condensed";
}

.content-link__title .content-link__icon {
	display: none;
}

.content-link__img-wrapper img {
	width: 100%;
}

.blog-posts article .blog-post-img {
	position: relative;
}

.blog-posts article .blog-post-img a {
	height: 198px;
}

.blog-posts article .blog-post-img a img {
	height: 100%;
	object-fit: cover;
}

.post-type-archive-events li.sf-field-reset {
	padding-top: 5px !important;
}

figure.content-link__img-wrapper {
	position: relative;
}

.content-link__img-wrapper::after, .lightbox-gallery__single-thumb figure::after, .single-post .bg-related-post .owl-carousel .blog-post-img::after, .blog *>.blog-posts article .blog-post-img::after {
	height: 100%;
	display: none;
	content: "";
	width: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	transition: 0.3s;
}

.content-link:hover .content-link__img-wrapper::after, .single-post .bg-related-post .owl-carousel .col-md-4:hover .blog-post-img::after, .lightbox-gallery__single-thumb:hover figure::after, .blog *>.blog-posts article:hover .blog-post-img::after {
	display: block
}

.single-post .bg-related-post .owl-carousel .blog-post-img {
	position: relative;
}

.content-link__icon {
	position: absolute;
	top: 50%;
	right: 20px;
	overflow: hidden;
	width: 36px;
	height: 24px;
	-webkit-transition: width .2s linear;
	transition: width .2s linear;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.content-link:hover .content-link__icon {
	width: 48px;
}

.content-link__icon svg {
	position: absolute;
	top: 0;
	right: 0;
}

.content-link__icon svg path {
	fill: #BA3838;
}

section.block-content-images {
	background: #f7f0e6;
	padding: 0;
	margin-bottom: 30px;
	/*max-width: 1680px;
	margin: 0 auto;
	margin-bottom: 30px;*/
}

.block-content-images .c-btn-primary {
	float: left;
}

.block-content-images.has-container {
	background: transparent;
}

.block-content-images.has-container .row {
	margin: 0;
	background: #eff0f2;
}

.block-content-images.has-container .b-content-images__content-wrapper {
	max-width: 353px;
}

/*.b-content-images__content-wrapper {
	max-width: 390px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	left: 30px;
}*/

.b-content-images__content-wrapper p {
	margin: 0 0 16px;
}

.b-content-images__image img {
	width: 100%;
}

.b-content-images__col.image-left {
	/*padding-right: 60px;*/
	padding-left: 0;
}

.has-container .b-content-images__col.image-left {
	padding-right: 77px;
}

/*.b-content-images__col.image-right {
	padding-right: 0;
	padding-left: 60px;
}*/

.has-container .b-content-images__col.image-right {
	padding-left: 77px;
}

/*.b-content-images__col.content-right .b-content-images__content-wrapper {
	margin: 0 auto;
	left: -30px;
}*/

.block-cta {
	padding: 66px 15px;
	/*padding: 14% 0 13% 0;*/
	color: #ffffff;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
	background-position: center bottom;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

/*.block-cta:before {
	position: absolute;
	content: " ";
	height: 100px;
	width: 100%;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	top: 0;
	left: 0;
}*/

.block-cta h1, .block-cta h2, .block-cta h3, .block-cta h4, .block-cta h5, .block-cta h6 {
	color: #ffffff;
	font-family: "rocky-extra-condensed";
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.c-btn-wrapper, .c-btn-wrapperssss {
	margin: 3px 0 37px;
	display: inline-block;
	width: 100%;
}

.c-btn-wrapperssss.align-“left” .c-btn-primary {
	float: left;
}

.c-btn-wrapperssss.align-“right” .c-btn-primary {
	float: right;
}

.content-link .content-link__title svg .st1 {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.content-link .content-link__title {
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

/*.content-link:hover .content-link__title { color: #BA3838; }*/

.content-link:hover .content-link__title svg .st1 {
	fill: #BA3838
}

.cards-list.loading {
	opacity: 0.5;
}

.cards-list {
	transition: opacity 300ms;
}

/* ---------- 21-11-2018 ---------- */

/*a{ position: relative; overflow: hidden;}

a:before { left: 0; bottom: 0; width: 100%; height: 2px; background: #BA3838; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; position: absolute; content: " "; width: 0;}

a:hover:before { width: 100%; }*/

/* Main Header */

/*.main-header { margin-bottom: 0; background-color: #fff; -webkit-box-shadow: 0px 10px 10px 0px rgba(249,249,249,1); -moz-box-shadow: 0px 10px 10px 0px rgba(249,249,249,1); box-shadow: 0px 10px 10px 0px rgba(249,249,249,1); position: fixed; width: 100%; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }*/

.main-header__nav>.menu>li {
	padding: 0 15px;
	float: left;
}

.main-header__nav>.menu>li>a {
	padding: 32px 0;
	font-weight: 600;
	color: #000000;
}

.main-header__nav>.menu>li>a::after {
	display: block;
	content: "";
	width: 100%;
	background: #b97f35;
	height: 4px;
	position: absolute;
	bottom: 0;
	display: none;
}

.main-header__nav>.menu>li:hover>a::after {
	display: block;
}

.main-header__nav>.menu>li:hover>a, .main-header__right .nav-menu.norden li a:hover, .main-header__right .nav-menu.norden li.mobSearchIcon>a:hover, .main-header__right .menu-the-secondary-menu-container #primary-menu li:nth-child(4) a:hover {
	color: #b97f35;
}

/*.main-header__nav a:before { bottom: 0px; }*/

.main-header__left {
	padding: 0 0 0 40px;
	position: static;
}

/*.main-header__left .main-header__logo { position: relative; top: 13px; left: 0; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }*/

/*.main-header__left .main-header__logo img {margin-top: 20px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }*/

.main-header__nav {
	padding: 0;
}

.main-header__nav .mega-menu-wrapper ul li a:before {
	display: none;
}

/*nav li ul.menu li a:hover { color: #ba3838; }*/

.main-header__nav>.menu {
	justify-content: center;
	display: inline-block;
	padding-left: 12px;
	float: left;
}

.main-header__right {
	display: flex;
	align-items: center;
}

.main-header__wrapper {
	padding: 0;
}

.main-header__wrapper .row {
	margin: 0;
	display: flex;
	align-items: center;
}

.menu-header-cta-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.menu-header-cta-container ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-header-cta-container ul a {
	max-width: 110px;
	display: inline-block;
	width: 100%;
	padding: 30px 32px;
	font-size: 13px;
	text-align: center;
	background-color: #136cb5;
	color: #fff;
	border-right: 1px solid #4e91c8;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	border-bottom: 0;
	font-weight: 700
}

.main-header__right .c-btn.request-btn {
	display: none;
}

.menu-request-info-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	align-items: baseline
}

.menu-request-info-container ul>li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.menu-request-info-container ul>li>a {
	max-width: 118px;
	display: inline-block;
	width: 100%;
	padding: 46px 20px 20px;
	font-size: 13px;
	text-align: center;
	background-color: #0a518b;
	color: #fff;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
	font-weight: 700
}

.menu-request-info-container .mega-menu-wrapper img {
	width: 100%;
	vertical-align: top;
}

.menu-request-info-container .mega-menu-wrapper a.image-menu {
	text-align: center;
}

.mega-menu-wrapper a.image-menu span {
	padding: 15px 0;
	display: inline-block;
	padding-right: 20px;
	position: relative;
	transition: 0.3s;
	font-size: 24px;
	letter-spacing: 0.69px;
}

.mega-menu-wrapper a.image-menu span::after {
	display: block;
	content: "";
	background-image: url(/wp-content/uploads/2019/06/Stroke_1-1.png);
	width: 10px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	position: absolute;
	top: 18px;
	right: 2px;
}

.wp_menu_with_image .menu .menu-item-object-page .menu-image-title-before::after {
	display: inline-block;
	content: "";
	background-image: url(/wp-content/uploads/2019/06/Stroke_1-1.png);
	width: 10px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	position: relative;
	right: -7px;
	top: -1px;
}

.mega-menu-wrapper .wp_menu_with_image a.image-menu span {
	display: none;
}

/*.stickyHeader .main-header__left .main-header__logo { overflow: hidden; height: auto; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; top: 5px; max-width: 110px; }*/

/* Main Footer */

.main-footer {
	background-color: #0a518b;
	color: #fff;
}

.main-footer__top {
	padding: 60px 0 50px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.footer_menu {
	flex: 25%;
}

.footer-address {
	flex: 75%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

#menu-footer-menu {
	padding: 0;
	list-style: none;
}

#menu-footer-menu li {
	list-style: none;
	padding: 0;
	margin: 0 0 14px;
	line-height: 1;
}

#menu-footer-menu li:first-child {
	margin-bottom: 0;
}

#menu-footer-menu li a {
	color: #fff;
	font-family: muli, sans-serif;
	font-weight: 500;
	font-size: 16px;
}

#menu-footer-menu li:first-child a, .main-footer__top h3 {
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 14px;
	display: inline-block;
	width: 100%;
	font-family: quatro-slab, serif;
	line-height: 1;
	font-weight: 400;
}

.main-footer__top p, .main-footer__top p a {
	margin: 0;
	color: #fff;
	font-family: muli, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.footer-address-inner {
	flex: 33.33%;
	padding-right: 100px;
}

.summenr_address {
	margin-bottom: 15px;
}

.footer-cantact_us {
	flex: 33.33%;
}

.footer-social-block {
	flex: 33.33%;
}

.footer-social-block h3 {
	margin-bottom: 20px;
}

.social-block {
	margin-bottom: 37px;
}

.footer-social-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-social-block ul li {
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
	display: inline-block;
}

.footer-social-block ul li svg {
	max-width: 15px;
	height: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-social-block ul li:before {
	display: none;
}

.footer-social-block ul li a {
	width: 30px;
	height: 30px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #0a518b;
	border: 1px solid #fff;
}

.footer-social-block ul li a:hover {
	background-color: transparent;
}

.footer-social-block ul li a:hover svg path {
	fill: #fff;
}

.main-footer__bottom {
	border-top: 1px solid #477da8;
	padding: 30px 0 34px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-footer__bottom p {
	margin: 0;
	font-size: 12px;
	line-height: 1;
}

.main-footer__bottom p a {
	color: #fff;
	font-weight: 400;
}

/* Block Content Section */

.block-content-section {
	padding: 100px 0 110px;
	max-width: 1680px;
	margin: 0 auto
}

.quote-section {
	max-width: 1680px;
	margin: 0 auto
}

.block-content-images-col.image-left {
	padding-left: 0;
}

.block-content-images-col .block-content-images__image img {
	width: 100%;
}

.block-content-images-col.content-right {
	padding-right: 0;
}

.block-content-images-col .content-images-wrapper {
	padding-left: 76px;
	max-width: 535px;
	width: 100%;
}

.block-content-images-col .content-images-wrapper img {
	margin-bottom: 25px;
	max-width: 44px;
}

.main-title h6 {
	font-size: 12px;
	color: #757575;
	text-transform: uppercase;
	display: block;
	margin: 0 0 21px;
	letter-spacing: 0.299em;
}

.main-title h2 {
	font-size: 58px;
	color: #2e2d2d;
	margin: 0 0 27px;
	line-height: 1.15;
}

.block-content-images-col .content-images-wrapper p {
	line-height: 1.8;
	margin-bottom: 13px;
}

.block-content-images-col .content-images-wrapper a.c-btn-secondary {
	font-family: quatro-slab, serif;
	font-size: 18px;
	font-weight: 400;
}

.block-content-images-col.image-right {
	padding: 0;
}

.block-content-images-col.content-left {
	padding: 0 0 0 130px;
}

.block-content-images-col.content-left p {
	max-width: 400px;
	width: 100%;
}

/* Experience Section */

.experience-section {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 210px;
}

.experience-section .main-title {
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.experience-block {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.experience-section .experience-single {
	padding: 0 15px;
	flex: 1 0 50%;
	position: relative;
	border: 0;
	margin-bottom: 32px;
	max-width: 50%;
}

.experience-section .bg-image {
	height: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.experience-section .bg-image:before {
	background-color: rgba(0, 0, 0, 0.4);
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: visible;
	transition: all 0.4s ease-in-out;
}

.experience-section .experience-single:hover .bg-image:before {
	opacity: 0;
	visibility: hidden;
}

.experience-section .experience-single h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 44px;
	margin: 0;
	color: #fff;
}

.custom-cards {
	padding-top: 126px;
}

.custom-cards>h1 {
	text-align: center;
	margin-bottom: 115px;
	font-size: 58px
}

.filters-inner {
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 90px;
}

.filters {
	margin: 0 0px 0 25px;
	padding: 0;
	list-style: none;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.filters li {
	padding-bottom: 20px;
	padding: 0 20px 20px;
}

.filters li:last-child {
	margin-right: 0
}

.custom-cards .filters li:hover a, .custom-cards .filters li.active a {
	color: #BA3838;
}

.custom-cards .filters a {
	font-size: 17px;
	text-transform: capitalize;
	color: #2b1a1a;
	font-weight: 700;
	padding-bottom: 8px;
	position: relative;
	padding-left: 5px;
	padding-right: 5px
}

.filters>li>a:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background-color: #BA3838;
	position: absolute;
	left: 0;
	bottom: -14px;
	opacity: 0;
	transition: width 300ms;
}

.filters-wrapper .f-mobile-button {
	display: none;
}

.filters>li.active>a:after, .filters>li:hover>a:after {
	opacity: 1;
	width: 100%;
}

.cards-list {
	padding-left: 0;
	list-style: none;
}

.cards-list li {
	margin-bottom: 49px;
}

.cards-list a {
	position: relative;
	display: block;
}

.cards-content {
	background: #fff;
	text-align: center;
	margin-top: -80px;
	width: calc(100% - 36px);
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px 21px 10px;
	z-index: 1;
	position: absolute;
	bottom: -20px;
	left: 18px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08)
}

.cards-content h4 {
	font-family: quatro-slab, serif;
	font-weight: 400;
	font-style: normal;
}

.cards-list .card-img {
	overflow: hidden;
	position: relative;
	border-radius: 0;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08)
}

.cards-list a:hover .cards-content:after {
	opacity: 1;
	width: 100%;
}

.cards-content .icon {
	display: table;
	/*height: 30px;*/
	height: 35px;
	width: 35px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	margin-bottom: 7px;
}

.cards-list a .cards-content::after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background-color: #BA3838;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: width 300ms;
	-webkit-transition: width 300ms;
}

.card-img-inner {
	height: 440px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.cards-list a:hover .card-img-inner {
	transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.cards-list-popup {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 99999999;
	pointer-events: none;
	transition: opacity 0.2s;
	background-color: #fff;
}

.cards-list-popup.visible {
	opacity: 1;
	pointer-events: all;
}

.overlay-slider {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.overlay-slider__single .content-images-wrapper {
	background-color: #fff;
	width: 50%;
	height: 100%;
	padding: 0 11.2vw 0 11.2vw;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow-y: auto;
}

.overlay-slider__single {
	position: relative;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 100%;
	width: 100%;
}

.overlay-slider .slick-list, .overlay-slider .slick-track {
	height: 100%;
	width: 100%;
	z-index: 1;
}

.overlay-slider .main-title {
	width: 100%;
}

.overlay-slider__image {
	width: 50%;
	background-position: center;
	background-size: cover;
	margin: 0;
	order: 1;
}

.overlay-slider__content-wrapper img {
	margin-bottom: 15px;
	max-width: 50px;
}

.overlay-slider .slick-arrow {
	border-color: #2E2D2D;
	margin: 0;
	top: auto;
	bottom: 0;
	z-index: 9999;
}

.overlay-slider .slick-arrow.slick-next {
	right: auto;
	left: calc(11.2vw + 75px);
}

.overlay-slider .slick-arrow.slick-prev {
	right: auto;
	left: 11.2vw;
}

.overlay-slider .slick-arrow:hover {
	border-color: #136cb5;
}

.cards-list-popup .close-icon {
	position: absolute;
	right: 31px;
	top: 34px;
	width: 60px;
	height: 60px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	z-index: 10;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.cards-list-popup .close-icon:after {
	width: 15px;
	height: 15px;
	content: '';
	background-image: url(../images/icons/ico-close-filters.svg);
	background-size: contain;
	background-position: center;
	transition: background-image 0.3s;
}

.cards-list-popup .close-icon:hover {
	outline: none;
	background: #136cb5;
}

.cards-list-popup .close-icon:hover:after {
	background-image: url(../images/icons/ico-close-filters-white.svg);
	background-size: contain;
	background-position: center;
}

@media (max-width: 1530px) {
	.main-header__right .nav-menu.norden li a {
		padding: 0px 12px;
	}
}

@media (max-width: 1199px) {
	.main-header__nav {
		font-size: 14px;
		line-height: 16px;
	}
	.filters li {
		margin-right: 30px;
	}
	.overlay-slider__single .content-images-wrapper {
		padding: 0 8.2vw 0 8.2vw;
	}
	.overlay-slider .slick-arrow.slick-prev {
		left: 8.2vw;
	}
	.overlay-slider .slick-arrow.slick-next {
		left: calc(8.2vw + 75px);
	}
	.lightbox-gallery__single-thumb {
		height: 161px;
	}
}

@media (max-width: 991px) {
	.itenary-content-main .box-content-main .inner-wrapper:last-child {
		border-bottom: 1px solid #979797;
		margin-bottom: 0;
		padding-bottom: 45px;
	}
	.tablet-checker {
		display: block;
	}
	.slick-arrow {
		border: 0;
	}
	.slick-arrow.slick-prev {
		margin-right: 9px;
	}
	.slick-arrow.slick-next {
		margin-left: 9px;
	}
	#page .tablepress-table-name {
		margin-bottom: 19px;
		letter-spacing: 0;
	}
	#page .tablepress {
		position: relative;
		display: block;
		overflow-x: auto;
		width: 100%;
		margin-bottom: 20px;
		border-spacing: 0;
		border-collapse: collapse;
		white-space: nowrap;
	}
	#page .tablepress thead {
		display: block;
		float: left;
		min-width: 165px;
	}
	#page .tablepress thead tr {
		display: block;
		border-right: 1px solid #d5d9de;
		border-bottom: none;
	}
	#page .tablepress thead th {
		display: block;
		width: 99px;
		padding: 12px 0px;
	}
	#page .tablepress thead th:after {
		display: none;
	}
	#page .tablepress tbody {
		position: relative;
		display: block;
		overflow-x: auto;
		width: auto;
		white-space: nowrap;
	}
	#page .tablepress tbody tr {
		display: inline-block;
		min-width: 177px;
		vertical-align: top;
		border-right: 1px solid #d5d9de;
		border-bottom: none;
	}
	#page .tablepress tbody td {
		display: block;
		padding: 12px 15px;
		line-height: 16px;
		width: 88px;
	}
	#page .tablepress tbody td:after {
		display: none;
	}
	.table-wrapper .tablepress:before {
		display: block;
		display: none;
	}
	div h2.video-heading-center, .block-gallery-slider .section-title, .block-gallery-lightbox .section-title, .block-content-links .section-title {
		text-align: center;
	}
	.main-header .row {
		margin: 0;
	}
	.block-content-images.block-margin-top {
		margin-top: 0;
	}
	.block-content-images {
		margin-bottom: 0;
	}
	.main-header__top {
		display: none;
	}
	.main-header__logo {
		max-width: 150px;
		margin: 0 auto;
		display: flex;
	}
	.main-header__wrapper {
		padding: 0 40px;
	}
	.main-header__nav {
		display: none;
	}
	/*.main-header__right { display: none; }*/
	header .main-header__right .menu-the-secondary-menu-container {
		display: none;
		margin-top: 20px;
	}
	header .main-header__nav-mobile--wrapper .main-header__right .menu-the-secondary-menu-container {
		display: block;
	}
	.main-header__right li.mobSearchIcon {
		list-style: none;
		padding: 0;
	}
	header .main-header__right {
		position: initial;
		padding: 0 20px;
	}
	header .main-header__right #primary-menu .mobSearchIcon {
		display: none;
	}
	.main-header__right li.mobSearchIcon::before {
		display: none;
	}
	header .main-header__right>ul li.mobSearchIcon {
		display: block;
	}
	.main-header__right li.mobSearchIcon>a {
		font-size: 0;
		content: "";
		width: 20px;
		height: 22px;
		display: block;
		background-image: url(/wp-content/uploads/2019/06/Search.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		top: 1px;
		left: -1px;
	}
	header .main-header__right>ul {
		margin: 0;
		position: absolute;
		top: 17px;
		right: 20px;
	}
	.main-header__right .nav-menu.norden li.mobSearchIcon>a {
		margin: 0;
	}
	.main-header__left {
		padding: 16px 0;
	}
	/*header .main-header__right {
    padding: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
}*/
	.main-header__right .menu-the-secondary-menu-container #primary-menu {
		display: inline-block;
		width: 100%;
	}
	.main-header__right .menu-the-secondary-menu-container #primary-menu li {
		width: 100%;
	}
	.main-header__nav-mobile--wrapper .main-header__right .menu-the-secondary-menu-container #primary-menu li.mobSearchIcon {
		display: none !important;
	}
	.main-header__right .menu-the-secondary-menu-container #primary-menu li a {
		padding: 0;
		color: #000000;
		font-family: "acumin-pro-condensed";
		font-size: 18px;
		font-weight: 400;
		line-height: 20px;
		display: block;
		padding-bottom: 15px;
		text-align: left;
	}
	.btn-hamburger {
		display: block;
	}
	.main-header__nav-mobile--wrapper.active {
		right: 0;
	}
	.main-header__subnav {
		text-align: left;
	}
	.main-header__subnav a {
		display: block;
		padding: 9px 40px;
	}
	.main-header__subnav li {
		margin: 0 0 16px;
	}
	.main-header__subnav li:last-child {
		margin: 0;
	}
	.page-hero__thumbnail {
		min-height: 400px;
	}
	.tabs__tab-content {
		padding: 41px 0 25px;
	}
	.block-img-comp {
		padding: 25px 31px;
	}
	.lightbox-gallery__gallery-wrapper .slick-arrow.slick-prev {
		left: -4px;
		background: transparent;
	}
	.lightbox-gallery__gallery-wrapper .slick-arrow.slick-next {
		right: -4px;
		background: transparent;
	}
	.lightbox-gallery__slider {
		padding: 0 65px;
	}
	.block-content-images.has-container .b-content-images__content-wrapper {
		max-width: 500px;
	}
	/*.b-content-images__content-wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 146px 0 175px;
	left: auto;
}*/
	.b-content-images__col.image-left {
		padding: 0;
	}
	.has-container .b-content-images__col.image-left {
		padding: 0;
	}
	.b-content-images__col.image-right {
		padding: 0;
	}
	.has-container .b-content-images__col.image-right {
		padding: 0;
	}
	/*.b-content-images__col.content-right .b-content-images__content-wrapper {
	left: auto;
	margin: 0 auto;
}*/
	.block-cta {
		text-align: center;
	}
	.block-cta__text-wrapper {
		padding-top: 5px;
		padding-bottom: 31px;
	}
	.block-cta__button-wrapper {
		text-align: center;
	}
	.custom-cards .filters a {
		font-size: 14px;
	}
	.filters li {
		margin-right: 10px;
		padding-bottom: 18px;
	}
	.filters-inner {
		margin-bottom: 60px;
	}
	.overlay-slider__single .content-images-wrapper {
		padding: 0 5.2vw 0 5.2vw;
	}
	.overlay-slider .slick-arrow {
		border: 2px solid #2E2D2D;
	}
	.overlay-slider .slick-arrow.slick-prev {
		left: 5.2vw;
	}
	.overlay-slider .slick-arrow.slick-next {
		left: calc(5.2vw + 75px);
	}
	.lightbox-gallery__single-thumb {
		height: 117px;
	}
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .cf:after {
		font-size: 0;
		display: block;
		visibility: hidden;
		clear: both;
		height: 0;
		content: ' ';
	}
	.dataTables_wrapper * html .cf {
		zoom: 1;
	}
	.dataTables_wrapper *:first-child+html .cf {
		zoom: 1;
	}
	.dataTables_wrapper table {
		width: 100%;
		border-spacing: 0;
		border-collapse: collapse;
	}
	.dataTables_wrapper th, .dataTables_wrapper td {
		margin: 0;
		vertical-align: top;
	}
	.dataTables_wrapper th {
		text-align: left;
	}
	.dataTables_wrapper table {
		position: relative;
		display: block;
		width: 100%;
	}
	.dataTables_wrapper thead {
		display: block;
		float: left;
	}
	.dataTables_wrapper tbody {
		position: relative;
		display: block;
		overflow-x: auto;
		width: auto;
		white-space: nowrap;
	}
	.dataTables_wrapper thead tr {
		display: block;
	}
	.dataTables_wrapper th {
		display: block;
		text-align: right;
	}
	.dataTables_wrapper tbody tr {
		display: inline-block;
		vertical-align: top;
	}
	.dataTables_wrapper td {
		display: block;
		min-height: 1.25em;
		text-align: left;
	}
	/* sort out borders */
	#flip-scroll th {
		border-bottom: 0;
		border-left: 0;
	}
	#flip-scroll td {
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}
	#flip-scroll tbody tr {
		border-left: 1px solid #d5d9de;
	}
	#flip-scroll th:last-child, #flip-scroll td:last-child {
		border-bottom: 1px solid #d5d9de;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
	ol {
		margin: 25px 0 14px;
	}
	ol li {
		margin: 0 0 12px;
		font-size: 16px;
		line-height: 22px;
		padding-left: 37px;
	}
	blockquote.alternate p, blockquote p {
		font-size: 26px;
		line-height: 32px;
		text-align: left;
	}
	ol li li {
		padding: 0 0 0 35px;
	}
	ol li:before {
		font-size: 15px;
	}
	ul:not([class]) {
		margin: 0 0 14px;
	}
	ul:not([class]) li {
		margin: 0 0 12px;
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		padding-left: 36px;
	}
	ul:not([class]) li:before {
		top: 9px;
		left: 12px;
		width: 4px;
		height: 4px;
	}
	div ol+p, div ul+p {
		margin-top: 24px;
	}
	.section-title {
		margin: 0 0 31px;
		text-align: left;
	}
	.container {
		max-width: 100%;
		padding: 0 20px;
	}
	.container-fluid {
		padding: 0 20px;
	}
	.row {
		margin: 0 -20px;
	}
	.col-12 {
		padding: 0 20px;
	}
	.alignleft {
		margin: 0 30px 30px 0;
	}
	.alignright {
		margin: 0 0 30px 30px;
	}
	.alignnone {
		margin: 24px 0 24px;
	}
	.aligncenter {
		margin: 30px auto;
	}
	p+h1, p+h2, p+h3, p+h4, p+h5, p+h6 {
		margin-top: 38px;
		margin-bottom: 11px;
	}
	div h1 {
		font-size: 36px;
		line-height: 36px;
		text-align: left;
	}
	h2 {
		font-size: 28px;
		line-height: 26px;
		margin: 0 0 14px;
	}
	p+h2 {
		margin-top: 27px;
	}
	h3 {
		font-size: 22px;
		line-height: 24px;
		text-align: left;
	}
	div h4 {
		font-size: 18px;
		line-height: 24px;
		text-align: left;
		margin-top: 34px;
		margin-bottom: 4px;
	}
	h4 {
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}
	p+h4 {
		margin-top: 24px;
	}
	p {
		margin: 0 0 24px;
	}
	p ul, ol+p {
		margin-top: 30px;
	}
	hr {
		margin: 41px 0;
	}
	.c-btn-wrapper, .c-btn-wrapperssss {
		margin: 15px 0;
	}
	.block-top-spacing {
		padding-top: 12px;
	}
	div .c-btn-wrapperssss+p {
		margin-top: 15px;
	}
	.block-bottom-spacing {
		padding-bottom: 51px;
	}
	.columns-spacing-top {
		padding-top: 20px;
	}
	div .c-btn-wrapperssss+p+h2 {
		margin-top: 36px;
	}
	.tabs__tab-content-wrapper .table-wrapper+p+p {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.columns-spacing-bottom {
		padding-bottom: 0;
	}
	.block-margin-top {
		margin-top: 60px!important;
	}
	.block-margin-bottom {
		margin-bottom: 60px!important;
	}
	.c-btn {
		padding: 15px;
	}
	.c-btn.c-btn-color-alt {
		padding: 12px 15px 13px;
	}
	.c-btn-wrapper {
		margin: 5px 0 31px;
	}
	.c-btn-secondary {
		padding: 0 0 15px 0;
		font-size: 18px;
	}
	.iframe-wrapper {
		margin: 13px auto 0px;
	}
	.slick-arrow {
		width: 20px;
		margin: -21px 0 0;
	}
	.slick-arrow.slick-prev {
		right: auto;
		left: 0;
		margin-right: 0;
		left: -4px;
	}
	.slick-arrow.slick-next {
		right: 0;
		left: auto;
		right: -4px;
		margin-left: 0;
	}
	#page .tablepress thead {
		min-width: 90px;
	}
	/*#page .tablepress thead th {
	font-size: 12px;
	line-height: 14px;
	padding: 11px 8px 11px 8px;
}*/
	#page .tablepress tbody tr {
		min-width: 0;
	}
	/*#page .tablepress tbody td {
	font-size: 12px;
	line-height: 14px;
	padding: 11px 15px;
}*/
	.leadparagraph {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 16px;
	}
	blockquote.alternate, blockquote {
		font-size: 26px;
		line-height: 35px;
		margin: 44px 0 10px;
		padding: 6px 0 10px 0;
	}
	blockquote.alternate:not([class]), blockquote:not([class]) {
		padding: 6px 14px 6px 18px;
	}
	blockquote.alternate:not([class])>p:before, blockquote:not([class])>p:before {
		top: 6px;
		left: 11px;
	}
	blockquote.alternate cite:before, blockquote cite:before {
		top: 6px;
		left: 0;
	}
	blockquote.alternate .author, blockquote .author {
		font-size: 16px;
		line-height: 22px;
		bottom: 10px;
		left: 0;
		padding-top: 27px;
	}
	.c-btn-wrapper, .c-btn-wrapperssss {
		display: inline-block;
		width: 100%;
	}
	.c-btn-primary {
		font-size: 14px;
		letter-spacing: 0.4px;
		float: left;
	}
	.page-accordion {
		padding: 7px 0 52px;
	}
	.single-accordion {
		padding: 0 0 18px;
	}
	.single-accordion p {
		margin-top: 0;
		padding: 0 5px;
		margin-bottom: 18px;
	}
	.single-accordion.active .single-accordion__title:after {
		margin-top: 10px;
	}
	.single-accordion__content {
		padding: 0 40px 0 10px;
	}
	.single-accordion__title {
		padding: 29px 14px 0;
	}
	.single-accordion__title:after {
		right: 17px;
		margin-top: 4px;
		top: 24px;
	}
	.page-fullwidth-image {
		padding: 5px 0px 36px;
	}
	.page-columns .content-image.content-image__align-none.spacing-normal {
		padding-top: 5px;
		margin: 0 -20px;
	}
	.content-image+.content-image {
		padding-top: 15px;
	}
	.content-image__align-left, .content-image__align-right {
		width: 100%;
	}
	.content-image__align-left {
		float: none;
	}
	.content-image__align-left.spacing-normal {
		padding: 0;
		margin-top: 1px;
	}
	.page-fullwidth-image .content-image__align-left, .page-fullwidth-image .content-image__align-right {
		padding: 0 20px 11px;
	}
	.page-fullwidth-image .content-image__align-left {
		padding-left: 0;
	}
	.content-image__align-left.spacing-normal:last-child {
		padding: 0;
	}
	.content-image__align-right {
		float: none;
	}
	.content-image__align-right.spacing-normal {
		padding: 0 0 10px;
	}
	.main-header__logo {
		max-width: 135px;
	}
	.main-header__wrapper {
		padding: 0 20px;
	}
	.main-header__left {
		padding: 12px 0;
	}
	.btn-hamburger {
		width: 28px;
		height: 25px;
		margin: 0;
	}
	.btn-hamburger span {
		width: 28px;
	}
	/*.btn-hamburger.open span:nth-child(3) { top: 13px; }*/
	.main-header__nav-mobile {
		font-size: 14px;
		line-height: 16px;
	}
	.btn-hamburger span.open {
		width: 22px;
	}
	.main-header__nav-mobile .menu>li>a {
		padding: 18px 20px 14px;
	}
	/*.main-header__nav-mobile .menu>li.menu-item-has-children>a:after{ right: 26px; width: 7px; height: 7px; }

.main-header__nav-mobile .sub-menu a { padding: 0 40px; }

.main-header__nav-mobile--wrapper { right: -20px; left: -20px; }*/
	.main-header__subnav {
		padding: 6px 0;
	}
	.main-header__subnav a {
		padding: 9px 20px;
	}
	.main-header__subnav li {
		margin: 0;
	}
	.main-header__cta-wrapper--mobile {
		padding: 0;
	}
	.page-hero__thumbnail {
		min-height: 193px;
	}
	.page-hero__content {
		padding: 29px 0 13px;
	}
	.block-tabs .section-title {
		margin: 0 0 26px;
	}
	.tabs__link-list {
		white-space: nowrap;
		width: 100%;
		padding: 0 40px;
	}
	.tabs__link-list-wrapper {
		border-bottom-color: #828f9b;
	}
	/* .tabs__link { font-size: 14px; line-height: 18px; display: none; float: none; }

.tabs__link a:after { bottom: -2px; height: 2px; left: 50%; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0); }

.tabs__link.active { display: block; }

.tabs__link.active a:after { width: 67%; } */
	.tabs__tab-content {
		padding: 41px 0 18px;
	}
	.tabs__tab-content-wrapper {
		border-bottom-color: #828f9b;
	}
	/* .tab-head-wrap button { position: absolute; top: 50%; display: block; } */
	/* .tab-head-wrap button.tab-prev,  .tab-head-wrap button.tab-next { display: block; } */
	.tab-head {
		overflow: auto;
	}
	.block-img-comp {
		padding: 25px 20px 39px;
	}
	.block-img-comp .section-title {
		text-align: left;
	}
	.block-img-comp .container-fluid {
		padding: 0;
	}
	.block-img-comp .row {
		margin: 0;
		padding: 0;
	}
	.block-img-comp [class*='col'] {
		padding: 0 0 12px;
	}
	.block-img-single.small-top {
		padding-bottom: 12px;
	}
	.block-gallery-slider {
		padding: 20px 0 12px;
	}
	.bc-gallery__slider {
		padding: 0 20px;
	}
	.bc-gallery__caption {
		font-size: 12px;
		line-height: 14px;
		padding: 13px 15px;
	}
	.block-gallery-lightbox {
		padding: 28px 0 20px;
		margin-bottom: 0;
	}
	.block-gallery-lightbox .row {
		margin: 0 -8px;
	}
	.block-content-links.block-content-links-text .section-title {
		margin-top: 13px;
		margin-bottom: 22px
	}
	.lightbox-gallery__single-thumb {
		padding: 0 8px 12px;
	}
	.lightbox-gallery__slider {
		padding: 0 28px;
	}
	.slick-arrow {
		background: transparent
	}
	.slick-arrow:after {
		border-color: #fff
	}
	.slick-arrow:hover, .slick-arrow:focus {
		background: transparent
	}
	.slick-arrow:hover:after, .slick-arrow:focus:after {
		border-color: #fff
	}
	.lightbox-gallery__single-slide {
		padding: 40px 0;
	}
	.lightbox-gallery__single-slide img {
		max-height: calc(100vh - 80px);
	}
	.lightbox-gallery__caption {
		font-size: 12px;
		line-height: 14px;
		padding: 13px 15px;
	}
	.lightbox-gallery__close {
		top: 10px;
		right: 14px;
	}
	.block-content-links {
		padding: 24px 0 0px;
	}
	.block-content-links-text .content-link__title {
		padding: 0 10px 17px 28px;
	}
	.block-content-links-text .content-link__icon {
		margin-top: -2px;
	}
	.content-link {
		margin-bottom: 29px;
	}
	.content-link__title {
		padding: 12px 8px;
	}
	.content-link__title {
		font-size: 21px;
		line-height: 30px;
	}
	.block-content-links+.block-content-links {
		padding-bottom: 0;
	}
	.block-content-links-text .content-link {
		margin-bottom: 15px;
	}
	.block-content-links-text .content-link h4.content-link__title {
		padding: 11px 21px;
		font-size: 18px;
	}
	.block-content-links-text .content-link h4.content-link__title::after {
		top: 12px;
		right: 19px;
	}
	.content-link__icon {
		right: 10px;
	}
	.block-content-images h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.block-content-images.has-container .b-content-images__content-wrapper {
		padding: 40px 10px 46px;
	}
	.b-content-images__content-wrapper {
		padding: 0 0 5px;
	}
	.b-content-images__content-wrapper .c-btn-wrapperssss {
		margin-top: 0;
	}
	/*.block-cta {
	padding: 51px 0 48px;
}*/
	/*.block-cta__text-wrapper {
	padding-bottom: 20px;
}*/
	.main-footer__top {
		min-height: 120px;
	}
	.main-footer__bottom {
		min-height: 48px;
	}
	.single-accordion__title h4 {
		font-size: 18px;
		line-height: 24px;
	}
	.order-lg-first {
		order: 1
	}
	.order-lg-last {
		order: 2
	}
	.content-left {
		order: 2
	}
	.image-right {
		order: 1
	}
	.cards-list a {
		max-width: 280px;
		margin: 0 auto;
	}
	.card-img-inner {
		height: 352px;
	}
	.cards-content h4 {
		font-size: 20px;
	}
	.cards-content {
		padding: 17px 10px 17px 10px;
		bottom: -20px;
	}
	.filters-inner {
		margin-bottom: 85px;
		border: 0;
	}
	.custom-cards>h1 {
		font-size: 34px;
		padding: 0 20px;
		line-height: 1.2;
		margin-bottom: 52px;
	}
	.f-mobile-button {
		position: relative;
		padding-left: 44px;
		padding-top: 12px;
		font-weight: 700;
		font-size: 18px;
		background-image: url(../images/filter-icon.svg);
		background-repeat: no-repeat;
		background-position: top 19px left 20px;
		padding-bottom: 14px;
		background-color: #0A518B;
		margin: 0;
		border-bottom: none;
		width: 100%;
		display: block !important;
		color: #fff;
	}
	.filters-inner .container {
		padding: 0;
	}
	.f-mobile-button:hover {
		color: #fff
	}
	.tabs__link {
		font-size: 16px;
		margin: 0 10px;
	}
	.mobile-filters {
		display: none;
		margin: 0;
		padding: 20px 0 6px 0;
		background: #fff
	}
	body.overlap .f-mobile-button:after {
		content: '';
		display: block;
		height: 100%;
		width: 45px;
		position: absolute;
		right: 0;
		top: 0;
		background-image: url(../images/filter-close-icon.svg);
		background-repeat: no-repeat;
		background-size: 15px;
		background-position: top 18px center;
		cursor: pointer;
	}
	body.overlap #page {
		position: relative;
	}
	body.overlap #page:after {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 50;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		content: ""
	}
	.filters li {
		margin-right: 0;
		background: #fff;
		padding-bottom: 0;
		float: none;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 14px;
	}
	.custom-cards .filters a {
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.filters>li>a:after {
		bottom: -6px;
	}
	body.overlap .filters-inner {
		z-index: 999;
		position: relative;
	}
	.desktop-filters {
		display: none;
	}
	.mobile-filters {
		position: absolute;
		left: 50%;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		background-color: #fff;
		width: 100%;
	}
	.filters-wrapper .f-mobile-button:focus {
		color: #fff
	}
	.overlay-slider__single .content-images-wrapper {
		padding: 0 20px 0 20px;
		width: 100%;
		order: 2;
	}
	.overlay-slider__image {
		width: 100%;
		order: 1;
		height: auto;
		background-position: center bottom;
		padding-top: 100%;
	}
	.cards-list-popup .close-icon {
		width: 40px;
		height: 40px;
		top: 10px;
		right: 10px;
	}
	.cards-list-popup .close-icon:after {
		width: 10px;
		height: 10px;
	}
	.overlay-slider__single {
		flex-wrap: wrap;
		display: inline-block !important;
	}
	.overlay-slider .slick-arrow {
		width: 40px;
		height: 40px;
	}
	.overlay-slider .slick-arrow:after {
		border-color: #231F20;
	}
	.overlay-slider .slick-arrow.slick-prev {
		left: 20px;
		background-color: #fff;
	}
	.overlay-slider .slick-arrow.slick-next {
		left: calc(20px + 50px);
		background-color: #fff;
	}
	.overlay-slider__single .content-images-wrapper {
		align-items: flex-start;
		padding-top: 22px;
		height: auto;
	}
	.cards-list-popup {
		overflow-y: scroll;
	}
	.overlay-slider {
		position: relative;
		padding-bottom: 60px;
	}
	.lightbox-gallery__single-thumb {
		height: 100%;
	}
	.overlay-slider__single {
		flex-wrap: wrap;
		display: inline-block !important;
		height: auto;
	}
	.custom-cards {
		padding-top: 60px;
	}
	.custom-cards>h1 {
		font-size: 34px;
		padding: 0 20px;
		line-height: 1.2;
		margin-bottom: 40px;
	}
	.hero-section .scroll-down {
		display: none;
	}
	.quote-single-content {
		min-height: 100%;
	}
	.quote-inner {
		min-height: 470px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 100%;
	}
	.quote-single-content:after {
		display: none;
	}
}

@media (max-width: 640px) {
	.overlay-slider__image {
		height: auto;
		background-position: center bottom;
		padding-top: 100%;
	}
	.overlay-slider__single .content-images-wrapper {
		height: auto;
	}
	.cards-list a {
		max-width: 100%;
		margin: 0 auto;
	}
}

.hero-section .hero-slider--item {
	margin-bottom: 0 !important;
}

.overlay-slider__single .overlay-slider__content-wrapper {
	max-height: 70%;
	overflow: scroll;
	height: 100%;
}

.play-vid {
	display: none;
}

.hero-section .scroll-down {
	position: absolute;
	bottom: 33px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50px;
	height: 36px;
	background-image: url(../../uploads/2019/01/ico-scroll-down.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px 36px;
	padding: 0;
	background-color: transparent;
	border: none;
	transition: bottom 0.3s ease-in-out;
	z-index: 10;
	cursor: pointer;
}

.hero-section .scroll-down:hover {
	bottom: 13px;
}

.hero-section .scroll-down:hover:before {
	content: "";
	display: block;
	width: 100%;
	height: 13px;
	bottom: 100%;
	position: absolute;
	left: 0;
}

.quote-single-content {
	min-height: 620px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quote-section ul.slick-dots {
	bottom: 100px;
}

@media (max-width: 1023px) and (min-width: 768px) {
	.quote-single-content {
		min-height: 100%;
	}
	.quote-inner {
		min-height: 450px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 100%;
	}
}

@media (max-width: 1530px) and (min-width: 1200px) {
	.main-header__nav>.menu>li {
		padding: 0 14px;
	}
	/*.main-header__nav > .menu > li > a {
	font-size: 15px;
}*/
}

/*Shoaib*/

.event-bg {
	background: #1b241d;
}

.single-blog-banner-image {
	max-width: 650px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: left;
}

.single-blog-banner-image h2 {
	font-family: "rocky-extra-condensed";
	color: #fff;
	text-align: center;
	font-size: 90px;
	line-height: 90px;
	text-transform: uppercase;
}

.green-bg-color {
	background: #1b241d;
}

.single-site-locations *>.main-content {
	padding: 0px !important;
}

.green-bg-color {
	background: #1b241d;
	display: block;
	padding-top: 3px;
}

.green-bg-color *>p {
	color: #fff;
}

.green-bg-color::before {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px solid #28382b;
	height: 1px;
	padding-top: 0;
	margin-top: 6px;
}

.green-bg-color::after {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px dotted #28382b;
	height: 1px;
	padding-top: 0;
	margin-top: 6px;
	position: absolute;
	top: 10px;
}

.single-blog-banner-image {
	font-family: "acumin-pro-semi-condensed";
}

.single-site-locations *>.entry-content p {
	font-family: "adobe-caslon-pro";
}

.txt-right, .txt-left {
	font-size: 20px;
	line-height: 26px;
}

.single-site-locations *>.entry-content .main-text {
	font-size: 25px;
	line-height: 34px;
}

.map-section {
	margin: 60px 0px;
}

.map-section *>h2.bold-title-black {
	font-family: "rocky-extra-condensed";
	font-size: 40px;
	line-height: 40px;
	font-weight: 700;
	margin-top: 40px;
	/*width: 85%;*/
}

.map-section *>p {
	font-family: "adobe-caslon-pro";
	font-size: 21px;
	line-height: 26px;
}

.county {
	font-family: "adobe-caslon-pro";
	font-size: 21px;
	line-height: 26px;
}

.location-number {
	font-family: "adobe-caslon-pro";
	font-size: 21px;
	line-height: 26px;
}

.location-url a {
	font-family: "adobe-caslon-pro";
	font-size: 21px;
	line-height: 26px;
	color: #B97F35;
	text-decoration: underline;
	word-break: break-all;
}

.top-bar {
	border-top: 3px solid #000;
	padding: 40px 0px;
}

.bottom-bar {
	border-bottom: 3px solid #000;
}

.right-bar {
	border-right: 1px solid #28382B;
}

.entry-content {
	padding-bottom: 50px;
}

h2.bold-title-black {
	font-family: "rocky-extra-condensed";
	font-size: 40px;
	line-height: 40px;
}

.single-site-location-right-content p {
	font-family: "adobe-caslon-pro";
	font-size: 20px;
	line-height: 26px;
}

.mian-content *>.row .top-btm-bar::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 3px solid #28382b;
	position: relative;
	bottom: 11px;
	left: 0;
}

.mian-content *>.row .top-btm-bar::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #28382b;
	position: relative;
	bottom: 11px;
	left: 0;
}

.center-box {
	max-width: 100%;
	margin: 0 auto;
}

.center-box img {
	float: left;
	width: 25px;
	margin-right: 10px;
}

.center-box *>span {
	float: none;
	display: inline-block;
	padding: 0px 10px;
	font-family: "acumin-pro-condensed";
	font-size: 17px;
}

.center-box *>span::after {
	content: "";
	border-right: 1px solid #fff;
	height: 1px;
	position: relative;
	padding-left: 10px;
	top: 3px;
}

p.details-location {
	float: none;
	font-family: "acumin-pro-condensed";
	font-size: 17px;
}

.single-site-locations *>.entry-content {
	margin: 20px 0 10px !important;
}

/*.item.slick-slide::after {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 8px;

    right: 0;

    height: 100%;

    width: 98%;

    opacity: 1;

    content: "";

    background: rgba(0, 0, 0, 0.5);

}*/

/* .owl-item.active::after {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    height: 100%;

    width: 100%;

    opacity: 1;

    content: "";

    background: rgba(0, 0, 0, 0.5);

} */

.item.slick-slide.slick-current.slick-active.slick-center::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	content: "";
	background: transparent;
}

.top-btm-bar {
	margin-bottom: 50px;
	padding-top: 75px;
}

@media (min-width: 768px) {
	.top-btm-bar {
		border-top: 3px solid #28382b;
		border-bottom: 3px solid #28382b;
	}
	.row *>.top-btm-bar::before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		border-top: 1px solid #28382b;
		bottom: 70px;
		position: relative;
	}
	.row *>.top-btm-bar::after {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		border-top: 1px solid #28382b;
		bottom: 5px;
		position: relative;
	}
}

.single-site-locations *>.post-featured-image img {
	max-width: 75%;
}

@media (max-width: 768px) {
	.single-site-locations *>.post-featured-image img {
		max-width: 75%;
		margin: 0 auto;
		display: block;
		margin-bottom: 50px;
	}
	.top-btm-bar .col-md-8 {
		display: flex;
		order: 2;
	}
	.top-btm-bar .col-md-8 {
		display: flex;
		order: 1;
	}
	.single-site-locations *>.main-content {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	p.main-text:first-letter {
		font-size: 80px;
		vertical-align: text-bottom;
	}
}

p.main-text:first-letter {
	font-size: 120px;
	vertical-align: sub;
}

/* .item.slick-slide.slick-current.slick-active.slick-center img {

    width: 100%;

} */

/* Blog Desktop Page CSS*/

.blog *>div#main {
	top: 6px;
}

.blog-banner-image h2 {
	text-align: center;
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	font-family: "rocky-extra-condensed";
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.blog-banner-image h2 {
		font-size: 36px;
	}
}

.blog-banner-image {
	/* background-image: url(/wp-content/uploads/2019/06/Rectangle@2x-3.jpg); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 65px 0px 54px 0;
	position: relative;
}

.post-image.single {
	margin: 0 !important;
}

.blog *>article.post h2 a {
	text-decoration: none;
	font-family: "acumin-pro-condensed";
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #315137;
}

@media (max-width:768px) {
	.blog *>article.post h2 a {
		font-size: 20px;
	}
}

.blog *>.img-thumbnail img {
	border-radius: 0px;
}

.blog *>.img-thumbnail {
	border-radius: 0px;
	padding: 0px;
}

.blog *>span.zoom {
	display: none !important;
}

.blog *>.entry-content {
	margin: 0 !important;
}

.blog *>.blog-date {
	font-family: "acumin-pro-condensed";
	font-size: 17px;
	display: inline-block;
	float: left;
	padding-right: 5px;
	color: #6E6E6E;
}

.blog *>.blog-date:after {
	content: '|';
	padding-left: 5px;
	color: #6E6E6E;
	font-family: "acumin-pro-condensed";
}

.blog *>span.meta-author i {
	display: none;
}

.blog *>span.meta-author {
	font-family: "acumin-pro-condensed";
	font-size: 15px;
	display: inline-block;
	float: left;
	color: #6E6E6E;
	margin-top: 0px;
}

.blog *>.meta-author a {
	font-family: "acumin-pro-condensed";
	font-size: 15px;
	color: #6E6E6E;
	text-transform: capitalize;
}

.blog *>.blog-posts article {
	border: 0px !important;
}

.blog *>.blog-sub-desc {
	display: inline-block;
	width: 100%;
	padding: 15px;
}

.blog *>.pagination-wrap {
	display: table;
	margin: 0 auto;
	float: left;
	width: 100%;
}

.blog *>.pagination-wrap .pagination {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.blog-post-img img {
		width: 100%;
	}
}

/*Blog Inside Page CSS*/

.green-blog-banner {
	background: #f7f0e6;
}

.green-blog-banner>.single-blog-banner-image h2 {
	color: #000;
}

.green-blog-banner>.single-blog-banner-image {
	max-width: 650px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}

.single-post *>.meta-author {
	font-family: "acumin-pro-semi-condensed";
	color: #545454;
	font-size: 17px;
	text-transform: capitalize;
}

.post-meta-date>span>p {
	font-family: "acumin-pro-semi-condensed";
	font-size: 17px;
	color: #545454;
	display: inherit;
}

.post-meta-date>span>p:after {
	content: "|";
	padding: 0px 5px;
}

.single-post *>.post-featured-image img {
	width: 100%;
	position: relative;
	top: -75px;
}

.single *>.green-blog-banner:before {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px dotted #eae4db;
	height: 1px;
	padding-top: 0;
	margin-top: 6px;
	position: relative;
	top: 265px;
}

.green-blog-banner:after {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px solid #eae4db;
	height: 1px;
	padding-top: 0;
	margin-top: 6px;
	position: relative;
	bottom: 6px;
}

.single-post *>.green-blog-banner>.single-blog-banner-image h2 {
	margin: 0px !important;
}

.single-post *>.post-meta-date {
	padding: 16px 0px;
}

.single-post *>.entry-content {
	margin: 0px !important;
	padding: 30px 120px;
}

.single-post *>.entry-content p {
	font-family: "adobe-caslon-pro";
	font-size: 22px;
	line-height: 30px;
	color: #000;
}

.single-post *>.entry-content p:first-letter {
	font-size: 105px;
}

.author-content *>img {
	border-radius: 75px;
	display: block;
	margin: 0 auto;
	background: #F7F0E6;
	padding: 12px;
	width: 159px;
}

.single-post *>.author-content p {
	font-family: "acumin-pro-condensed";
	font-size: 17px;
	line-height: 24px;
	color: #000;
}

.single-post *>.author-content {
	border-top: 1px solid #979797;
	padding: 40px 0px;
}

.single-post *>.author-name {
	text-transform: capitalize;
	font-family: "acumin-pro-condensed";
	font-size: 22px;
	line-height: 28px;
}

@media (max-width: 768px) {
	.single-post *>.author-content p {
		text-align: center;
	}
	.single-post *>.author-name {
		text-align: center;
		margin-top: 20px;
		text-transform: capitalize;
		font-family: "acumin-pro-condensed";
		font-size: 18px;
	}
}

.blog-filter *>select {
	font-family: "acumin-pro-semi-condensed";
}

.blog-filter *>option {
	font-family: "acumin-pro-semi-condensed";
}

.blog-filter ul li {
	display: inline-block;
}

.blog *>.searchandfilter ul li:last-child {
	float: left !important;
}

.view-all-posts {
	margin: 0 auto;
	width: 170px;
	padding: 60px 0px;
}

.view-all-posts a {
	background-color: #b97f35;
	padding: 17px 37px;
	display: block;
	text-align: center;
	font-family: "acumin-pro-condensed";
	color: #fff;
	font-size: 16px;
	letter-spacing: 0.46px;
	text-transform: uppercase;
}

.single-post *>.sub-title {
	font-family: "rocky-extra-condensed";
	text-align: center;
	font-size: 52px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 50px 0px;
}

.single-post *>.thumb-info {
	border-radius: 0px !important;
}

.single-post *>.thumb-info .thumb-info-wrapper {
	margin: 0px !important;
	border-radius: 0px !important;
}

.single-post *>.thumb-info img {
	border-radius: 0px !important;
}

.single-post *>.thumb-info .zoom {
	display: none;
}

.single-post *>.blog-sub-desc {
	display: inline-block;
	width: 100%;
	padding: 15px;
}

.single-post *>.post-image {
	margin-bottom: 0 !important;
}

.single-post *>.blog-sub-desc h4 a {
	text-decoration: none;
	font-family: "acumin-pro-condensed";
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #315137;
}

.single-post *>.blog-date {
	font-family: "acumin-pro-semi-condensed";
	font-size: 17px;
	display: inline-block;
	float: left;
	padding-right: 5px;
	color: #6E6E6E;
}

.single-post *>.blog-date:after {
	content: '|';
	padding-left: 5px;
	color: #6E6E6E;
	font-family: "acumin-pro-semi-condensed";
}

.single-post *>p.author-name {
	font-family: "acumin-pro-semi-condensed";
	font-size: 17px;
	display: inline-block;
	float: left;
	color: #6E6E6E;
	margin-top: 2px;
	text-transform: capitalize;
}

.single-post *>p.author-name a {
	font-family: "acumin-pro-semi-condensed";
	font-size: 17px;
}

.blog *>.blog-filt-main {
	border-bottom: 1px solid #e4ded6;
}

.single-post *>.bg-related-post::before {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px solid #EAE4DB;
	height: 1px;
	padding-top: 0;
	margin-top: 6px;
}

.single-post *>.related-posts::before {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px dotted #EAE4DB;
	height: 1px;
	padding-top: 0;
	margin-top: 6px;
	top: -32px;
	position: relative;
}

.single-post *>.bg-related-post {
	background: #F7F0E6;
}

/*Events Page CSS*/

.post-type-archive-events *>.full-single-banner {
	padding: 35px 0;
	background-image: url(/wp-content/uploads/2019/06/Rectangle@2x-4.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	.post-type-archive-events *>.green-banner-main-title {
		font-size: 36px;
		line-height: 36px;
		font-family: "rocky-extra-condensed";
	}
}

.list-program-main .upcoming-cs .box {
	border-bottom: 1px solid #979797;
}

.post-type-archive-events *>h4>a {
	color: #000;
}

.upcoming-cs *>h4 a:hover {
	color: #335539 !important;
}

.post-type-archive-events *>select.sf-input-select {
	font-family: "acumin-pro-condensed";
	font-weight: 500;
	font-size: 16px;
	color: #000;
}

.post-type-archive-events *>select option {
	font-family: "acumin-pro-semi-condensed";
	font-size: 11px;
	color: #000;
}

.searchandfilter ul li input[type="text"] {
	font-family: "acumin-pro-semi-condensed";
	font-size: 16px;
	color: #000;
}

.sidebar-namme {
	display: inline-block;
	float: left;
	width: 150px;
}

.sidebar-namme .archive-event-location-title {
	font-family: "acumin-pro-condensed";
	font-size: 17px;
	line-height: 22px;
}

@media (max-width: 768px) {
	.sidebar-namme .archive-event-location-title {
		font-family: "acumin-pro-condensed";
		font-size: 15px;
		line-height: 19px;
	}
}

.sidebar-namme .archive-city-state {
	font-family: "acumin-pro-condensed";
	font-size: 17px;
	line-height: 22px;
}

.post-type-archive-events *>.blog-posts article {
	border: 0px !important;
}

.box:hover {
	color: #28382b !important;
}

/*.box:hover *> p {

    color: #28382b!important;

}*/

.box:hover *>h4 {
	color: #28382b !important;
}

/*.box:hover *> a {

    color: #28382b!important;

}*/

.box:hover *>.archive-program-date {
	color: #28382b !important;
}

.post-type-archive-events *>.pagination-wrap .pagination {
	margin-top: 0px !important;
}

.post-type-archive-events *>.pagination-wrap {
	padding: 45px 0px;
}

.post-type-archive-events *>.owl-carousel {
	margin-bottom: 0px !important;
}

/*.post-type-archive-events *> .main-content.col-lg-12 {

    padding-left: 0!important;

    padding-right: 0!important;

}*/

.post-type-archive-events *>.main-content:before {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px solid #EAE4DB;
	height: 1px;
	padding-top: 0;
	margin-top: 6px;
	position: relative;
	top: -2px;
}

.post-type-archive-events *>.main-content:after {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px dotted #EAE4DB;
	height: 1px;
	padding-top: 0;
	margin-top: 6px;
	top: 3px;
	position: absolute;
}

@media (max-width: 768px) {
	.post-type-archive-events *>.searchfilter ul li input {
		width: 100% !important;
		border: 1px solid #e1e1e1;
		/*margin-bottom: 10px;*/
		border-radius: 0px;
	}
	/*.post-type-archive-events *> .searchfilter ul li {
	width: 100%;
}*/
}

@media (max-width: 768px) {
	/*.searchfilter *> li {

            padding: 0px 15px!important;

    }*/
	.searchfilter>form>ul>li {
		padding: 0;
		/*border-bottom: 1px solid #e1e1e1;*/
	}
	/*.searchfilter {
	border: 0px!important;
}*/
	li.sf-field-submit {
		border: 0px !important;
	}
	.btn-hide *>li.sf-field-submit:nth-child(4) {
		display: none;
		border: 0px;
	}
	.btn-hide *>li.sf-field-submit:nth-child(5) {
		display: block;
		border: 0px;
		position: fixed;
		bottom: 0;
		border-top: 1px solid #e1e1e1 !important;
		padding-top: 11px !important;
	}
	.btn-hide *>li.sf-field-submit input {
		background: #b97f35;
		border: 0;
		border-radius: 0;
		height: 50px;
		padding: 0 15px;
		font-family: "acumin-pro-condensed";
		font-weight: 700;
		font-size: 17px;
		float: right;
	}
	.fields-hide *>.sf-field-submit li {
		display: none;
	}
	.fields-hide *>li:last-child {
		display: block;
		border: 0px;
	}
}

/*Event Inside Page*/

h3.date-and-time {
	color: #ffff;
	font-size: 18px;
	font-family: "acumin-pro-condensed";
}

.end-date, .start-date, .start-time, .end-time, .additional-start-date, .additional-end-date, .additional-start-time, .additional-end-time {
	font-family: "adobe-caslon-pro";
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	float: left;
	display: block;
	display: inline-block;
}

@media (max-width: 768px) {
	.end-date, .start-date, .start-time, .end-time, .additional-start-date, .additional-end-date, .additional-start-time, .additional-end-time {
		float: none;
	}
	/*    .single-events *> .start-date-inner-wrapper{

        text-align: center;

    }

    .single-events *> .end-date-inner-wrapper{

        text-align: center;

    }

    .single-events *> .additional-start-wrapper{

        text-align: center;

    }

    .single-events *> .date-and-time{

        text-align: center;

    }
*/
}

.start-time, .end-time, .additional-start-time, .additional-end-time {
	text-transform: uppercase;
}

.start-time:after {
	content: "-";
	font-size: 20px;
	display: inline-block;
	padding: 0px 5px;
	font-size: 20px;
}

.additional-start-time:after {
	content: "-";
	font-size: 20px;
	display: inline-block;
	padding: 0px 5px;
	font-size: 20px;
}

.single-events *>.single-post-paragraph p {
	font-family: "adobe-caslon-pro";
	font-size: 22px;
	line-height: 30px;
}

.single-events *>.location-heading {
	font-size: 16px;
	font-family: "acumin-pro-condensed";
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.single-events *>.venue-title {
	font-family: "adobe-caslon-pro";
	font-size: 20px;
	font-weight: 700;
	/*letter-spacing: 0.8px;*/
	line-height: 24px;
	text-transform: capitalize;
}

.single-events *>.location-address-city-state {
	font-family: "adobe-caslon-pro";
	font-size: 20px;
	font-weight: 700;
	/*letter-spacing: 0.8px;*/
	line-height: 24px;
	text-transform: capitalize;
}

.single-events *>.event-host-title {
	font-size: 16px;
	font-family: "acumin-pro-condensed";
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.single-events *>.event-host-name {
	font-family: "adobe-caslon-pro";
	font-size: 20px;
	font-weight: 700;
	/*letter-spacing: 0.8px;*/
	line-height: 24px;
	text-transform: capitalize;
}

.single-events *>.email-heading {
	font-size: 16px;
	font-family: "acumin-pro-condensed";
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.single-events *>.email-address {
	font-family: "adobe-caslon-pro";
	font-size: 20px;
	/*letter-spacing: 0.8px;*/
	line-height: 24px;
	color: #B97F35;
	/*
	text-decoration: underline;*/
}

.single-events *>.website-heading {
	font-size: 16px;
	font-family: "acumin-pro-condensed";
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.single-events *>.website-url {
	font-family: "adobe-caslon-pro";
	font-size: 20px;
	/*letter-spacing: 0.8px;*/
	line-height: 24px;
	color: #B97F35;
	/*text-decoration: underline;*/
}

.single-events *>.phone-heading {
	font-size: 16px;
	font-family: "acumin-pro-condensed";
	line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.single-events *>.phone-number {
	font-family: "adobe-caslon-pro";
	font-size: 20px;
	font-weight: 700;
	/*letter-spacing: 0.8px;*/
	line-height: 24px;
	text-transform: capitalize;
}

.location-content {
	margin-bottom: 30px;
}

.event-host-content {
	margin-bottom: 33px;
}

.email-content {
	margin-bottom: 33px;
}

.website-content, .phone-content {
	margin-bottom: 33px;
}

.single-events *>.full-single-banner .green-banner-main-title {
	line-height: 1;
	vertical-align: middle;
	display: table;
}

@media (min-width: 768px) {
	.single-events *>.main-content.col-lg-8 {
		margin-top: 60px;
	}
}

@media (max-width: 768px) {
	.single-events *>.main-content {
		padding-top: 0px !important;
	}
}

/*.single-events *> .container-fluid.full-single-banner:before {

    content: "";

    display: block;

    width: 100%;

    border-top: 3px dotted #28382b;

    height: 1px;

    padding-top: 0;

    margin-top: 6px;

    position: relative;

     top: 250px;

}*/

.single-events *>.start-date-inner-wrapper {
	display: block;
	width: 100%;
	float: left;
}

.single-events *>.end-date-inner-wrapper {
	display: block;
	width: 100%;
	float: left;
}

.single-events *>.start-date:after {
	display: block;
	content: "|";
	float: right;
	padding: 0px 5px;
}

.single-events *>.end-date:after {
	display: block;
	content: "";
	float: right;
	padding: 0px 5px;
}

.single-events *>.additional-start-wrapper {
	display: block;
	width: 100%;
	float: left;
}

.single-events *>.additional-start-wrapper {
	display: block;
	width: 100%;
	float: left;
}

.single-events *>.additional-start-date:after {
	display: block;
	content: "|";
	float: right;
	padding: 0px 5px;
}

@media (max-width: 991px) {
	.date-and-time {
		text-align: center;
	}
	.single-events *>.col-sm-12.col-lg-3.d-lg-block {
		text-align: center;
		display: flex;
		order: 1;
	}
	.single-events *>.main-content.col-lg-12 {
		display: flex;
		order: 2;
	}
	.single-post-image.desktop-hide-image img {
		display: none;
	}
	.single-events *>.program-sidebar {
		width: 100%;
	}
	.single-events *>.featured-image-post {
		width: 100%;
	}
	.single-events *>.single-post-paragraph {
		padding: 0px 15px !important;
	}
}

@media (min-width: 992px) {
	.single-events .single-post-image.mobile-hide-image img {
		display: none;
	}
}

.single-events *>.full-single-banner .container::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 10px;
	left: 0;
}

.single-events *>.full-single-banner .container::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 3px dotted #fff;
	position: absolute;
	top: 16px;
	left: 0;
}

.single-events *>.full-single-banner .container::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 3px solid #28382b;
	position: absolute;
	top: 6px;
	left: 0;
}

.single-events *>.full-single-banner .container::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 3px dotted #28382b;
	position: absolute;
	top: 12px;
	left: 0;
}

.full-single-banner {
	position: relative;
}

.single-events *>.full-single-banner::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 3px solid #28382b;
	position: absolute;
	bottom: 16px;
	left: 0;
}

.single-events *>.full-single-banner::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 3px dotted #28382b;
	position: absolute;
	bottom: 11px;
	left: 0;
}

@media (min-width: 768px) {
	h2.single-program-title.green-banner-main-title {
		text-align: left !important;
	}
}

.slick-prev:before {
	position: initial;
	z-index: 999999;
	left: 0;
	top: 0;
	border-radius: 22px;
	padding: 6px;
	font-family: fontawesome;
	font-weight: 100;
	background-image: url(/wp-content/uploads/2019/07/arrow.svg);
	content: "";
	background-position: center;
	background-size: cover;
	width: 46px;
	background-repeat: no-repeat;
	height: 46px;
	transform: rotate(180deg);
}

.slick-next:before {
	position: absolute;
	z-index: 999999;
	right: 180px !important;
	border-radius: 22px;
	padding: 6px;
	font-family: fontawesome;
	font-weight: 100;
	background-image: url(/wp-content/uploads/2019/07/arrow.svg);
	content: "";
	background-position: center;
	background-size: cover;
	width: 46px;
	background-repeat: no-repeat;
	height: 46px;
}

.slick-next:hover:before {
	background-image: url(/wp-content/uploads/2019/07/Arrow-1.svg);
}

.slick-prev:before {
	position: absolute;
	z-index: 999999;
	left: 254px;
	border-radius: 22px;
	padding: 6px;
	font-family: fontawesome;
	font-weight: 100;
	background-image: url(/wp-content/uploads/2019/07/arrow.svg);
	content: "";
	background-position: center;
	background-size: cover;
	width: 46px;
	background-repeat: no-repeat;
	height: 46px;
	transform: rotate(180deg);
}

.slick-prev:hover:before {
	background-image: url(/wp-content/uploads/2019/07/Arrow-1.svg);
	transform: rotate(180deg);
}

@media (max-width: 992px) {
	.slick-prev:before, .slick-next:before {
		display: none;
	}
}

.slick-next:before {
	right: 254px !important;
	font-size: 33px;
	top: 0px;
}

.slick-prev:before, .slick-next:before {
	opacity: 1 !important;
}

button.slick-prev.slick-arrow>svg {
	display: none;
}

button.slick-prev.slick-arrow {
	z-index: 999;
}

.slick-initialized .slick-slide {
	padding: 0px 3px;
}

/*Filter Events Page*/

@media only screen and (max-width: 991px) {
	.filter-popup-btn {
		width: 100%;
		text-align: center;
		padding: 14px 0px;
		background: transparent !important;
		color: #335539;
		font-size: 16px;
		font-family: "acumin-pro-condensed";
		position: relative;
		margin-bottom: 20px;
	}
	div .filter-siderbar-cs {
		display: none;
		position: fixed;
		z-index: 99;
		background: #fff;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		z-index: 99999;
	}
}

.single-events *>.d-block {
	display: block !important;
}

.post-type-archive *>.main-content {
	padding-top: 0 !important;
}

@media (max-width: 768px) {
	.searchfilter *>label {
		width: 100%;
	}
	.searchfilter *>label select {
		width: 100% !important;
	}
	.searchfilter *>label input {
		width: 100% !important;
	}
	.searchfilter.fields-hide form ul li input {
		background: #b97f35;
		border: 0;
		border-radius: 0;
		height: 50px;
		padding: 0 15px;
		font-family: "acumin-pro-condensed";
		font-weight: 700;
		font-size: 17px;
		float: right;
	}
	.searchfilter.fields-hide form ul li {
		display: none;
	}
	h2.popup-filter-heading {
		font-family: "acumin-pro-semi-condensed";
		font-size: 19px;
	}
	.post-type-archive-events *>select.sf-input-select {
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}
	.post-type-archive-events *>option {
		font-size: 18px;
		color: #000;
		font-weight: 600;
	}
}

@media (min-width: 768px) {
	#main.filter-map-location *>li.sf-field-taxonomy-tax-locations h4 {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.filter-siderbar-cs .searchandfilter ul li.sf-field-reset {
		top: 20px;
		width: 47px !important;
		border: 0px;
	}
	.filter-siderbar-cs .searchandfilter ul li.sf-field-reset .search-filter-reset {
		color: #335539 !important;
		font-family: "acumin-pro-semi-condensed";
		font-size: 14px;
	}
	.searchfilter.fields-hide.d-block.d-md-none *>li.sf-field-reset {
		display: none;
		padding: 0 !important;
	}
	.searchfilter.fields-hide.d-block.d-md-none {
		padding: 0px;
	}
}

@media (min-width: 768px) {
	.searchfilter {
		padding: 40px 0 40px 0 !important;
		border-bottom: 1px solid #979797;
	}
}

@media (min-width: 768px) {
	li.sf-field-submit>input[type="submit"] {
		background: #b97f35;
		border: 0;
		border-radius: 0;
		height: 50px;
		padding: 0 15px;
		font-family: "acumin-pro-condensed";
		font-weight: 700;
		font-size: 17px;
		float: right;
	}
	li.sf-field-submit {
		float: right;
	}
	li.sf-field-reset a {
		display: none;
	}
	.searchfilter>form>ul>li:nth-child(5) {
		display: none;
	}
}

.cancel-btn {
	display: inline-block;
	float: left;
	position: absolute;
	bottom: 15px;
	left: 38%;
	font-size: 16px;
	font-weight: 600;
	font-family: "acumin-pro-condensed";
	color: #335539;
	cursor: pointer;
	display: none;
}

@media (max-width: 992px) {
	.cancel-btn {
		display: none;
	}
}

/* Menu */

.parent ul.sub-menu {
	left: 50%;
	top: 0;
	width: 50%;
}

.parent a {
	position: absolute;
}

ul.sub-menu>li.parent>a {
	height: auto;
	width: 100%;
	position: initial !important;
}

#header .header-center .menu-item .popup .inner {
	min-height: 440px;
}

#main-menu .menu-item .popup>.inner>.sub-menu>.menu-item>.sub-menu>.menu-item>.sub-menu {
	position: absolute;
	display: none;
}

#main-menu .menu-item .popup>.inner>.sub-menu>.menu-item>.sub-menu>.menu-item:hover .sub-menu {
	display: block
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu:first-child>li.menu-item .parent a span {
	color: #000;
	font-family: "rocky-extra-condensed";
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 24px;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .not-nested a {
	color: #000;
	font-family: "rocky-extra-condensed";
	font-size: 30px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 24px;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .parent:hover a {
	color: #b97f35;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .child a span {
	color: #000 !important;
	font-family: "acumin-pro-condensed" !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .child a:hover {
	font-size: 17px;
	font-weight: 700;
	color: #000;
}

#header .header-main .header-center .main-menu .menu-item a {
	font-family: "acumin-pro-condensed";
	font-size: 18px;
	font-weight: 600;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .parent:hover a {
	font-family: "acumin-pro-condensed";
	font-size: 18px;
	font-weight: 600;
}

#header .header-main .header-center .main-menu .menu-item a:hover {
	color: #000;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .parent>a::after {
	content: "\f105";
	display: inline-block;
	font-family: fontawesome;
	position: relative;
	float: left;
	left: 195px;
	font-weight: 100 !important;
	top: -42px !important;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .parent:hover>a::after {
	content: "→";
	display: inline-block;
	position: relative;
	float: left;
	left: 210px;
	font-weight: 900 !important;
	line-height: 20px;
	font-size: 35px;
}

#menu-the-main-menu li.open>a {
	border-bottom: 4px solid #b97f35;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

#menu-the-main-menu li.open {
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px 18px;
}

#header .header-center .menu-item .popup {
	top: 64px;
	border-top: 1px solid #e1e1e1;
}

#header div.header-main {
	padding-bottom: 0px;
}

/*li.open > a::after {

    content: "";

    border-bottom: 5px solid #000;

    background: #000;

    height: 3px;

    width: 100%;

    position: absolute;

}*/

/*.open::after {

    border-bottom: 5px solid #000!important;

    content: "";

    position: relative;

    top: inherit;

}*/

#menu-the-main-menu li.open>a {
	border-bottom: 4px solid #b97f35;
	padding-bottom: 20px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .parent:hover a {
	-webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
}

@keyframes slide-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(30px);
		transform: translateX(30px);
	}
}

/*

li.parent ul li:hover{

        -webkit-animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

            animation: slide-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;

        }*/

li.parent:hover ul li {
	-webkit-animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.10s both;
	animation: slide-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.10s both;
}

@-webkit-keyframes slide-left {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
		opacity: 1;
	}
}

@keyframes slide-left {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
		opacity: 1;
	}
}

.panel-left#side-nav-panel .accordion-menu li.menu-item>a {
	font-family: "acumin-pro-condensed";
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
}

.panel-opened body #side-nav-panel.panel-left {
	width: 100% !important;
}

@media only screen and (max-width: 991px) {
	.panel-left#side-nav-panel .accordion-menu .arrow {
		right: 0;
		font-size: 22px;
		font-weight: 600;
		color: #000;
		padding-right: 10px;
		width: 100%;
		text-align: right;
		transform: rotate(270deg);
		transform-origin: 95% 0;
		top: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.panel-left#side-nav-panel .accordion-menu .arrow {
		right: 0;
		font-size: 22px;
		font-weight: 600;
		color: #000;
		padding-right: 10px;
		width: 100%;
		text-align: right;
		transform: rotate(270deg);
		transform-origin: 95% 0;
		top: 19px;
	}
}

#header.sticky-header .searchform-popup {
	display: block !important;
}

#header.search-sm .search-popup .searchform {
	width: 100% !important;
	position: fixed !important;
	left: 0 !important;
	top: 49px !important;
	border-radius: 0 !important;
	border-top: 1px solid #e1e1e1 !important;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}

#header .searchform:before {
	display: none !important;
}

#header .searchform-popup form span {
	width: 100%;
}

#header .searchform-popup form span.button-wrap {
	display: none !important;
}

#header.search-sm .searchform input {
	width: 100%;
	border: 0;
	font-size: 36px;
	font-weight: 400;
	color: #a49f97;
	font-family: "adobe-caslon-pro" !important;
	padding: 43px 130px;
}

.menu-the-secondary-menu-container ul {
	list-style: none;
	display: inline-block;
}

ul#menu-the-secondary-menu li {
	display: inline-block;
	padding: 0px 6px;
	margin: 0;
}

/*.menu-the-secondary-menu-container {

    margin-right: 20px;

}*/

ul#menu-the-secondary-menu li a span {
	font-size: 18px;
	font-weight: 400;
	font-family: "acumin-pro-condensed";
	color: #000000 !important;
}

#header .search-popup .search-toggle {
	top: 7px;
}

ul#menu-the-secondary-menu li:last-child>a {
	color: #28382b;
	text-decoration: underline;
	font-family: "acumin-pro-condensed";
}

ul#menu-the-secondary-menu li:last-child>a span {
	font-weight: 700 !important;
}

.mega-menu li.menu-item>a .thumb-info-preview {
	transform: translate3d(0, 0, 0);
	top: 0;
	opacity: 1;
	margin-top: -5px;
}

ul li.menu-item a {
	color: #000;
	font-family: "acumin-pro-condensed";
	font-size: 18px;
	font-weight: 400;
}

/*location*/

#main.filter-map-location *>form ul li {
	float: left;
	width: 25%;
	position: relative;
	line-height: 1;
}

#main.filter-map-location *>form ul li.sf-field-submit {
	width: 100%;
	display: block;
}

#main.filter-map-location *>form {
	margin-top: 20px;
}

#main.filter-map-location *>form ul li {
	padding: 15px 24px 0px 0px;
}

@media (max-width: 768px) {
	#main.filter-map-location *>form ul li {
		float: left;
		width: 100%;
		position: relative;
		line-height: 1;
	}
}

/*#main.filter-map-location *> .searchandfilter ul li:last-child{

    float: none;

}*/

#main.filter-map-location form ul li ul li {
	float: left;
	width: 100%;
}

#main.filter-map-location *>li h4 {
	font-family: "rocky-extra-condensed";
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
}

#main.filter-map-location *>label.sf-label-checkbox {
	font-family: "acumin-pro-condensed";
	font-size: 18px;
	font-weight: 400 !important;
}

#main.filter-map-location *>.sf-field-taxonomy-historic-sites h4 {
	border-bottom: 3px solid #335539;
}

#main.filter-map-location *>.sf-field-taxonomy-activities h4 {
	border-bottom: 3px solid #143256;
}

#main.filter-map-location *>.sf-field-taxonomy-wining-dining h4 {
	border-bottom: 3px solid #a16922;
}

#main.filter-map-location *>.sf-field-taxonomy-accommodations h4 {
	border-bottom: 3px solid #56162c;
}

#main.filter-map-location *>li.sf-field-taxonomy-historic-sites h4::before {
	content: '';
	background: url(/wp-content/themes/JTHG/images/icons/history-circle.svg);
	display: block;
	background-repeat: no-repeat;
	width: 26px;
	height: 28px;
	position: relative;
	background-position: center;
	margin: 0px 0px 25px 0px;
}

#main.filter-map-location *>li.sf-field-taxonomy-activities h4::before {
	content: '';
	background: url(/wp-content/themes/JTHG/images/icons/activity-circle.svg);
	display: block;
	background-repeat: no-repeat;
	width: 26px;
	height: 28px;
	position: relative;
	background-position: center;
	margin: 0px 0px 25px 0px;
}

#main.filter-map-location *>li.sf-field-taxonomy-wining-dining h4::before {
	content: '';
	background: url(/wp-content/themes/JTHG/images/icons/food-circle.svg);
	display: block;
	background-repeat: no-repeat;
	width: 26px;
	height: 28px;
	position: relative;
	background-position: center;
	margin: 0px 0px 25px 0px;
}

#main.filter-map-location *>li.sf-field-taxonomy-accommodations h4::before {
	content: '';
	background: url(/wp-content/themes/JTHG/images/icons/hotel-circle.svg);
	display: block;
	background-repeat: no-repeat;
	width: 26px;
	height: 28px;
	position: relative;
	background-position: center;
	margin: 0px 0px 25px 0px;
}

@media (max-width: 768px) {
	#main.filter-map-location *>li.sf-field-taxonomy-historic-sites h4::before, #main.filter-map-location *>li.sf-field-taxonomy-activities h4::before, #main.filter-map-location *>li.sf-field-taxonomy-wining-dining h4::before, #main.filter-map-location *>li.sf-field-taxonomy-accommodations h4::before {
		float: left;
		margin-right: 10px;
		top: -3px;
	}
	#main.filter-map-location *>form ul li {
		padding: 15px 0px 0px 0px;
	}
	#main.filter-map-location *>form ul:first-child>li {
		padding: 0px 0px 0px 0px !important;
	}
	#main.filter-map-location *>.thumb-site-location img {
		max-width: 60px !important;
		height: auto;
	}
	#main.filter-map-location *>.sf-field-taxonomy-historic-sites h4, #main.filter-map-location *>.sf-field-taxonomy-activities h4, #main.filter-map-location *>.sf-field-taxonomy-wining-dining h4, #main.filter-map-location *>.sf-field-taxonomy-accommodations h4 {
		border: 0 !important;
	}
	#main.filter-map-location *>.searchandfilter h4 {
		padding: 20px 0 20px;
	}
	#main.filter-map-location *>.searchandfilter h4:after {
		content: "\f107";
		font-family: fontawesome;
		right: 0;
		float: right;
		font-size: 18px;
		top: -4px;
		position: relative;
	}
	#main.filter-map-location *>.searchandfilter li.active h4:after {
		transform: rotate(180deg);
	}
	#main.filter-map-location *>.sf-field-taxonomy-historic-sites::after, #main.filter-map-location *>.sf-field-taxonomy-activities::after, #main.filter-map-location *>.sf-field-taxonomy-wining-dining::after, #main.filter-map-location *>.sf-field-taxonomy-accommodations::after, #main.filter-map-location *>.sf-field-taxonomy-tax-locations::after {
		border-bottom: 1px solid #e1e1e1;
		width: calc(100% + 60px);
		height: 1px;
		position: absolute;
		content: "";
		top: 70px;
		left: -30px;
	}
	#main.filter-map-location *>.searchandfilter ul>li>ul:not(.children) {
		display: none;
	}
	/*#main.filter-map-location *> .searchandfilter ul>li>ul:nth-child(5) {

        display: block!important;

    }*/
	#main.filter-map-location *>li.sf-field-taxonomy-historic-sites h4::before {
		content: '';
		background: url(/wp-content/uploads/2019/05/histotic_site.png);
		display: block;
		background-repeat: no-repeat;
		width: 26px;
		height: 28px;
		position: relative;
		background-position: center;
		margin: 0px 0px 25px 0px;
		float: left;
		margin-right: 10px;
		top: -3px;
	}
}

#main.filter-map-location *>input[type="checkbox"] {
	display: none;
}

#main.filter-map-location *>label {
	cursor: pointer;
}

#main.filter-map-location *>input[type="checkbox"]+label:before {
	content: "\00a0";
	display: inline-block;
	font-size: 13px;
	height: 16px;
	margin: 0 15px 0 0;
	padding: 0;
	vertical-align: top;
	width: 16px;
}

#main.filter-map-location *>.sf-field-taxonomy-historic-sites input[type="checkbox"]+label:before {
	border: 1px solid #335539;
}

#main.filter-map-location *>.sf-field-taxonomy-activities input[type="checkbox"]+label:before {
	border: 1px solid #143256;
}

#main.filter-map-location *>.sf-field-taxonomy-wining-dining input[type="checkbox"]+label:before {
	border: 1px solid #a16922;
}

#main.filter-map-location *>.sf-field-taxonomy-accommodations input[type="checkbox"]+label:before {
	border: 1px solid #56162c;
}

#main.filter-map-location *>.sf-field-taxonomy-tax-locations input[type="checkbox"]+label:before {
	border: 1px solid #000;
}

#main.filter-map-location *>.sf-field-taxonomy-historic-sites input[type="checkbox"]:checked+label:before {
	background: #335539;
	color: #fff;
	content: "\f00c";
	text-align: center;
	font-family: fontawesome;
}

#main.filter-map-location *>.sf-field-taxonomy-activities input[type="checkbox"]:checked+label:before {
	background: #143256;
	color: #fff;
	content: "\f00c";
	text-align: center;
	font-family: fontawesome;
}

#main.filter-map-location *>.sf-field-taxonomy-wining-dining input[type="checkbox"]:checked+label:before {
	background: #a16922;
	color: #fff;
	content: "\f00c";
	text-align: center;
	font-family: fontawesome;
}

#main.filter-map-location *>.sf-field-taxonomy-accommodations input[type="checkbox"]:checked+label:before {
	background: #56162c;
	color: #fff;
	content: "\f00c";
	text-align: center;
	font-family: fontawesome;
}

#main.filter-map-location *>.sf-field-taxonomy-tax-locations input[type="checkbox"]:checked+label:before {
	background: #000;
	color: #fff;
	content: "\f00c";
	text-align: center;
	font-family: fontawesome;
}

#main.filter-map-location *>input[type="checkbox"]:checked+label:after {
	font-weight: normal;
}

#main.filter-map-location *>input[type="checkbox"]:focus+label::before {
	outline: rgb(59, 153, 252) auto 5px;
}

#main.filter-map-location *>.searchandfilter li[data-sf-field-input-type=checkbox] label {
	padding: 0px !important
}

/*@media (min-width: 768px){

#main.filter-map-location *> .sf-field-taxonomy-tax-locations{

    display: none;

}

}*/

#main.filter-map-location *>li.sf-field-submit>input[type="submit"] {
	float: none;
}

#main.filter-map-location *>form ul li.sf-field-submit input {
	display: block;
	margin: 0 auto;
}

#main.filter-map-location *>.thumb-site-location {
	display: inline-block;
	float: left;
}

#main.filter-map-location *>.thumb-site-location img {
	max-width: 122px;
	height: auto;
}

.blog-posts article {
	border-bottom: 0 !important;
}

#main.filter-map-location *>.blog-posts article {
	width: 69%;
	float: left;
}

@media (min-width: 992px) and (max-width: 1017px) {
	#main.filter-map-location *>.blog-posts article {
		width: 68%;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	#main.filter-map-location *>.blog-posts article {
		width: 80%;
	}
}

@media (min-width: 430px) and (max-width: 768px) {
	#main.filter-map-location *>.blog-posts article {
		width: 84%;
	}
}

@media (max-width: 430px) {
	#main.filter-map-location *>.blog-posts article {
		width: 75%;
	}
}

#main.filter-map-location *>.blog-posts .post-content {
	padding-left: 15px;
}

#main.filter-map-location .location-listing1 .h2.entry-title a {
	font-size: 21px !important;
	font-weight: 700;
	line-height: 21px;
	color: #28382b;
	font-family: "acumin-pro-condensed";
}

#main.filter-map-location .location-listing1 h2 {
	font-size: 21px;
}

#main.filter-map-location *>.entry-content p {
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	font-family: "acumin-pro-condensed";
	max-height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#main.filter-map-location *>span.taxonomy-category p.text-tax {
	font-size: 15px;
	font-weight: 600;
	color: #545454;
	font-family: "acumin-pro-condensed";
	float: left;
	position: relative;
	left: 10px;
	display: contents;
}

#main.filter-map-location *>span.taxonomy-category img {
	float: left;
}

#main.filter-map-location *>.entry-content {
	padding-top: 18px;
	margin-top: 0;
	padding-bottom: 0 !important;
}

#main.filter-map-location *>.cat-submeta {
	display: inline-block;
	float: left;
}

#main.filter-map-location *>span.vcard {
	display: block !important;
}

#main.filter-map-location *>span.vcard span a {
	padding-left: 5px;
	font-family: "acumin-pro-condensed";
	font-size: 15px;
	font-weight: 600;
	color: #545454;
	text-transform: capitalize;
	position: relative;
	top: 2px;
}

#main.filter-map-location *>.cat-submeta:after {
	content: "|";
	font-weight: 600;
}

@media (min-width: 768px) and (max-width: 992px) {
	#main.filter-map-location *>.thumb-site-location img {
		max-width: 43px;
	}
}

@media (min-width: 768px) {
	#main.filter-map-location *>article.post:before {
		border-top: 1px solid #d5d5d5;
		content: "";
		position: absolute;
		width: 105%;
		left: -13px;
		margin-top: -18px;
	}
}

#main.filter-map-location *>.acf-map {
	margin: 0 !important;
}

#main.filter-map-location *>.col-md-5 {
	margin-top: 18px;
}

#main.filter-map-location *>span.taxonomy-category img {
	width: 25px;
}

@media (max-width: 768px) {
	#main.filter-map-location *>.entry-content p:after {
		content: "";
		border-top: 1px solid #d5d5d5;
		position: absolute;
		width: 106%;
		left: -15px;
		margin-top: 29px;
	}
	#main.filter-map-location *>article:first-child .entry-content p:after {
		margin-top: 39px;
	}
}

@media (max-width: 1300px) {
	#header .header-center .inner>.sub-menu {
		padding: 0 60px;
	}
	#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .parent:hover>a::after {
		left: 185px;
	}
}

@media (max-width: 1035px) {
	#header .header-center .inner>.sub-menu {
		padding: 0 35px;
	}
}

#main.filter-map-location *>form {
	display: none;
}

#main.filter-map-location .sign-up-form-main form {
	padding-top: 0;
	display: inline-flex;
	width: 100%;
	margin: 0;
}

#main.filter-map-location .sign-up-form-main form ul li {
	padding: 0 0 0 1px;
	width: auto;
	line-height: inherit;
	float: none;
}

.filter-brdr {
	border-bottom: 1px solid #e4ded6;
	margin-bottom: -2px;
}

#main.filter-map-location *>.btn-default.btn:hover {
	background-color: #335539;
	border-color: #335539;
	color: #fff;
}

/*#main.filter-map-location *> .btn-default.btn:focus {
	background-color: #28382b;
	border-color: #28382b;
	color: #fff;
}*/

button#type.this-open, button#type.this-open:focus {
	background-color: #335539;
	border-color: #335539;
	color: #fff;
}

button#location.this-open, button#location.this-open:focus {
	background-color: #335539;
	border-color: #335539;
	color: #fff;
}

#main.filter-map-location *>.btn-default.btn {
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 600;
	border-radius: 6px;
	margin-left: 12px !important;
	position: relative;
}

#main.filter-map-location *>.btn-default.btn .fa {
	position: absolute;
	right: 7px;
	top: 8px;
}

.fa-sort-down:before, .fa-sort-desc:before {
	top: -3px !important;
	position: relative;
	padding-left: 5px;
}

@media (max-width: 768px) {
	.hidden-row-one {
		display: none;
	}
	.hidden-row-two {
		display: none;
	}
}

@media (min-width: 768px) {
	/*    .hidden-row-one{

        display: none!important;

    }

    .hidden-row-two{

        display: none!important;

    }*/
}

@media (min-width: 769px) {
	.hidden-row-one {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.lasion {
		position: fixed;
		top: 0;
		background: #fff;
		left: 0;
		z-index: 9999;
		overflow-y: scroll;
		display: block;
	}
}

#main.filter-map-location *>li.sf-field-reset {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	text-align: right;
	margin-left: 23px;
}

#main.filter-map-location *>li.sf-field-reset a {
	font-size: 14px;
	font-weight: 500;
	color: #335539;
	font-family: "acumin-pro-condensed";
	position: relative;
	top: 4px;
}

#main.filter-map-location *>.close {
	float: left;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.8;
	color: #000;
	text-shadow: none;
	text-align: left;
	opacity: 0.5;
}

#main.filter-map-location *>h2.popup-filter-heading {
	text-align: center !important;
	font-size: 19px !important;
	font-weight: 600;
	line-height: 25px;
	color: #000000;
	font-family: "acumin-pro-condensed";
	padding-top: 8px;
	margin: 0;
}

#main.filter-map-location *>.hidden-row-one:after, #main.filter-map-location *>.hidden-row-two:after {
	content: "";
	border-top: 1px solid #e1e1e1;
	width: calc(100% + 30px);
	height: 1px;
	left: -15px;
	position: absolute;
}

@media (max-width: 768px) {
	#main.filter-map-location *>li.sf-field-submit input {
		background: #b97f35;
		border: 0;
		border-radius: 0;
		height: 50px;
		padding: 0 15px;
		font-family: "acumin-pro-condensed";
		font-weight: 700;
		font-size: 17px;
		width: 100%;
		position: fixed;
		left: 0px;
		bottom: 0;
	}
}

#main.filter-map-location *>li.sf-field-taxonomy-tax-locations>ul>li>label {
	font-size: 24px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	font-family: "rocky-extra-condensed" !important;
}

#main.filter-map-location *>li.sf-field-taxonomy-tax-locations>ul>li {
	border-bottom: 1px solid #ccc;
	padding: 20px 0px
}

#main.filter-map-location *>li.sf-field-taxonomy-tax-locations>ul>li:first-child {
	border-top: 1px solid #ccc;
	padding: 20px 0px
}

/*HOME*/

div#hbl-live-chat-wrapper {
	display: none;
}

.vimeo-wrapper {
	background-color: #27392B;
	padding: 0 !important;
	width: 100% !important;
	overflow: hidden;
}

.page-template-home *>.full-cs div {
	color: #fff !important;
}

.page-template-home *>.full-cs div:hover {
	color: #fff !important;
}

/*
.page-template-home *> .archive-program-title a,

.page-template-home *> .archive-program-title a:hover{

    color: #fff!important;   

}*/

/*
.page-template-home *> .archive-program-title p,

a.white-btn-orange-border.dskcs {

    margin-top: 30px!important;

}*/

.page-template-home *>.box:hover *>.archive-program-date {
	color: #fff !important;
}

/*Footer*/

.footer-wrapper .black-footer-section .col-md-4 h5 {
	font-family: "rocky-extra-condensed";
	font-weight: 700;
	letter-spacing: 0.3px;
}

ul#menu-about-menu-2 li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	font-family: "acumin-pro-condensed";
	color: #b6b6b6;
}

ul#menu-about-menu-1 li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	font-family: "acumin-pro-condensed";
	color: #b6b6b6;
	transition: 0.3s;
}

ul#menu-about-menu-1 li a:hover {
	color: #ffffff;
}

ul#menu-partner-resources-menu-1 li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	font-family: "acumin-pro-condensed";
	color: #b6b6b6;
}

ul#menu-partner-resources-menu-2 li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	font-family: "acumin-pro-condensed";
	color: #b6b6b6;
}

.footer-wrapper .board-postal a {
	font-size: 17px !important;
	font-weight: 500;
	line-height: 24px;
	font-family: "acumin-pro-condensed";
	color: #c9c9c9;
}

.donate-now-btn a {
	letter-spacing: 0.46px;
}

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
}

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.single-post section.page-top {
	display: none;
}

.menu-right-navigation-container #menu-right-navigation li {
	display: inline-block;
}

.header-wrapper #header .header-main {
	background: #fffbf3;
	padding: 5px 0;
	display: inline-block;
	width: 100%;
	float: left;
}

#header .header-main .header-left {
	display: inline-block;
	float: left;
	padding: 0;
	padding-right: 20px;
}

#header .header-main .header-left .logo {
	float: left;
}

#header .header-main .header-center {
	display: inline-block;
	float: left;
	padding-bottom: 0;
	padding-top: 15px;
}

#header .header-main .header-center .main-menu .menu-item a {
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	background: transparent;
	height: 100%;
	position: relative;
	padding: 10px 18px;
	font-weight: 700;
	-webkit-transform: inherit;
	-moz-transform: inherit;
	-ms-transform: inherit;
	-o-transform: inherit;
	transform: inherit;
}

#header .header-main .header-right {
	display: inline-block;
	float: right;
	padding: 0;
	padding-top: 15px;
	padding-right: 0;
}

#header .header-main .header-right .menu {
	margin: 0;
	padding: 9px 12px 8px;
	padding-right: 0;
}

#header .header-main .menu-right-navigation-container .menu .menu-item {
	margin: 0;
	padding: 0 15px;
}

#header .header-main .menu-right-navigation-container .menu .menu-item a {
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: -0.5px;
}

#header .header-main .menu-right-navigation-container .menu .menu-item a span {
	font-family: "jaf-bernino-sans-narrow";
	font-weight: 700;
}

#header .header-main .menu-right-navigation-container .menu .menu-item.contact-btn a {
	background: #d56a21;
	color: #fff;
	padding: 14px 30px;
	border-radius: 50px;
	transition: 0.5s;
}

#header .header-main .menu-right-navigation-container .menu .menu-item.contact-btn a:hover {
	background: #B55A1C;
}

#header .header-main .menu-right-navigation-container .menu .menu-item.contact-btn {
	padding-right: 0;
}

body #footer {
	background: #2f361c;
}

#footer .middle-logo-images .widget {
	display: inline-block;
	padding: 0 35px;
}

.home-banner .homepage-banner .col-md-12 {
	padding: 0;
}

.middle-logo-images {
	display: table;
	margin: 0 auto;
}

div.middle-logo-images li {
	padding: 0 20px;
}

/*CSS M.M 25-2-2018 HOME PAGE*/

.homepage-banner>.vc_column_container>.wpb_wrapper {
	position: relative;
}

.homepage-banner .homepage-banner-heading {
	position: absolute;
	bottom: 85px;
	width: 100%;
	margin-bottom: 0;
}

.homepage-banner .homepage-banner-heading .heading-learn {
	color: #fff;
	font-size: 105px;
	line-height: 110px;
	text-align: center;
	font-family: "poynter-oldstyle-display-nar";
	font-weight: 700;
}

.homepage-banner .homepage-banner-heading .explore {
	color: #fff;
	font-size: 15px;
	text-align: center;
	margin-top: 35px;
	font-family: "jaf-bernino-sans-narrow";
	font-weight: 700;
	cursor: pointer;
	margin: 0 auto;
	display: table;
}

.homepage-banner .wpb_single_image {
	margin-bottom: 0;
}

.homepage-banner .wpb_single_image::after {
	display: block;
	content: "";
	width: 1px;
	height: 75px;
	position: absolute;
	z-index: 10;
	bottom: 0;
	background: #fff;
	left: 50%;
}

.homepage-banner .vc_single_image-wrapper, .homepage-banner .vc_single_image-wrapper img {
	width: 100%;
}

.home-place-main {
	padding-top: 70px;
	padding-bottom: 77px;
}

.home-place-main .text-cs {
	padding: 0;
}

/*.home-place-main .text-cs .inner-wrapper {
	padding: 0;
	border: none;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}*/

.home-place-main .text-cs p {
	color: #000;
	font-size: 31px;
	line-height: 1.3;
	margin-bottom: 0;
	font-family: "adobe-caslon-pro";
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
}

.home-place-main .img-cs {
	padding-right: 0;
}

.home-place-main .img-cs img {
	width: 100%;
	position: relative;
	z-index: 1;
	padding-left: 3%;
	max-width: 547px;
	float: right;
}

.home-place-main .img-cs::after {
	display: block;
	content: "";
	background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/Rectangle.png);
	width: 90%;
	height: 120%;
	position: absolute;
	z-index: 0;
	right: 0;
	top: -10%;
	max-width: 485px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.upcoming-cs .upcoming-text a {
	display: inline-block;
	font-weight: 700;
	border-radius: 0;
	font-size: 16px;
	color: #fff;
	font-family: "acumin-pro-condensed";
	padding: 14px 32px;
	background: #b97f35;
	border: none;
	letter-spacing: 0.7px;
	transition: 0.3s;
}

.upcoming-cs .upcoming-text h2 {
	font-family: "rocky-extra-condensed";
	font-weight: 700;
	color: #fff;
	line-height: 54px;
	font-size: 54px;
	max-width: 210px;
	position: relative;
	text-align: left;
	margin-bottom: 45px;
}

.upcoming-cs .upcoming-text h2::after {
	content: "";
	display: block;
	height: 2px;
	background: #445A48;
	width: 191px;
	margin-top: 29px;
}

.upcoming-cs .upcoming-text h2::before {
	content: "";
	display: block;
	height: 2px;
	background: #445A4B;
	width: 191px;
	margin-top: 20px;
	position: absolute;
	bottom: -5px;
}

.upcoming-cs {
	margin-top: 30px;
	padding-top: 70px;
	position: relative;
	background: #f9f5ec;
	padding-bottom: 60px;
}

/*.upcoming-cs::before {

    display: block;

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 22%;

    height: 100%;

    z-index: 0;

    background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/Rectangle.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

}*/

/*

.upcoming-cs .dates-cs .archive-program-date {

    font-size: 15px;

    color: #000;

    padding-right: 15px;

    float: left;

    font-family: "jaf-bernina-sans-narrow";

    font-weight: 600;

}

*/

.upcoming-cs .dates-cs .program-full {
	font-size: 15px;
	color: #d56a21;
	float: left;
	padding: 00;
	padding-top: 5px;
	font-family: "jaf-bernina-sans-narrow";
	display: block;
	width: 100%;
}

.upcoming-cs .dates-cs .archive-program-title {
	font-size: 24px;
	color: #000;
	width: calc(100% - 260px);
	float: left;
	padding: 0 15px;
	font-weight: 700;
}

.upcoming-cs .dates-cs .archive-program-title h2 {
	font-family: "rocky-extra-condensed";
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
	padding-bottom: 9px;
	width: 100%;
	max-height: 73px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 28px;
	letter-spacing: 0.4px;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
	text-align: left;
}

.upcoming-cs .dates-cs .archive-program-age {
	font-size: 13px;
	width: 120px;
	float: right;
	text-align: right;
	padding-left: 5px;
	padding-right: 30px;
	color: #535353;
	float: left;
	padding-top: 2px;
}

.upcoming-cs .dates-cs {
	padding-left: 24px;
	padding-top: 6px;
}

.upcoming-cs .box:first-child {
	border-top: 1px solid #3e5352;
}

.upcoming-cs .box {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	padding: 37px 30px;
	border-bottom: 1px solid #3e5352;
}

.upcoming-cs .box:last-child {
	margin-bottom: 0;
}

.upcoming-cs .box:hover .full-cs>div, .upcoming-cs .box:hover .archive-program-title h2 {
	color: #b97f35 !important;
}

.upcoming-cs .box:hover .archive-program-time::before {
	background: #b97f35;
}

.upcoming-cs .full-cs {
	width: 120px;
	float: left;
	padding-left: 15px;
}

.upcoming-box-main {
	background: transparent;
	padding: 20px 5px;
	display: inline-block;
	width: 100%;
	padding-bottom: 0;
}

.upcoming-box-main .text-box .inner-wraapers {
	height: 100%;
	/* display: flex; */
	vertical-align: middle;
	/* align-items: center; */
	border: 1px solid #e6e1d8;
	padding-top: 64px;
}

.upcoming-box-main .text-box {
	padding-left: 20px;
	padding-right: 20px;
}

.full-width {
	width: 100%;
}

.upcoming-box-main .text-box .inner-wrapper {
	background: transparent;
	left: 0;
	width: 100%;
	padding: 10px 15% 10px 14%;
}

.block-content-images .c-btn-wrapperssss {
	margin-bottom: 0;
}

.upcoming-box-main .img-mob-cs, .upcoming-box-main .img-cs {
	padding: 0;
}

.upcoming-box-main .text-box h2 {
	margin-bottom: 41px;
	font-family: "rocky-extra-condensed";
	font-size: 54px;
	font-weight: 700;
	max-width: 350px;
	position: relative;
	text-align: left;
}

.upcoming-box-main .text-box .for-headings::after {
	content: "";
	display: block;
	height: 2px;
	background: #000;
	width: 188px;
	margin-top: 29px;
	max-width: 100%;
}

.upcoming-box-main .text-box .for-headings::before {
	content: "";
	display: block;
	height: 2px;
	background: #000;
	width: 188px;
	position: absolute;
	bottom: -6px;
	max-width: 100%;
}

.upcoming-box-main .text-box p {
	font-family: "adobe-garamond-pro";
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}

.upcoming-box-main .text-box .paragraph-bullets {
	margin-top: 37px;
}

.upcoming-box-main .text-box .paragraph-bullets p {
	font-size: 17px;
	line-height: 21px;
	font-family: "acumin-pro-condensed";
	display: flex;
	vertical-align: middle;
	align-items: center;
	color: #335539;
	font-weight: 700;
	margin-bottom: 18px;
}

.upcoming-box-main .text-box .paragraph-bullets p a {
	text-decoration: none;
	color: #335539;
}

.upcoming-box-main .text-box .paragraph-bullets p::before {
	display: block;
	content: "";
	width: 8px;
	height: 2px;
	background: #b97535;
	margin-right: 12px;
}

.orange-border-btn {
	border: 3px solid #b97f35;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 0;
	padding: 9px 10px 11px 10px;
	transition: 0.3s;
	width: 152px;
	text-align: center;
}

.orange-border-btn {
	font-size: 16px;
	color: #fff;
	font-family: "acumin-pro-condensed";
	font-weight: 700;
}

/*.orange-border-btn:hover {
	background: #D66A21;
	color: #fff;
}*/

a:hover {
	text-decoration: none;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item li.menu-item>a:hover .menu-image-title {
	color: #b57c34;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item li.menu-item>a:hover img {
	opacity: 0.8;
}

.upcoming-box-main .overlap-image-cs .text-box {
	z-index: 2;
	height: auto;
	float: inherit;
	display: flex;
	vertical-align: middle;
	align-items: center;
}

.upcoming-box-main .overlap-image-cs .text-box .inner {
	height: 100%;
	/* display: flex; */
	/* vertical-align: middle; */
	border: 1px solid #fffaf3;
	align-items: center;
	padding-top: 85px;
}

.upcoming-box-main .overlap-image-cs .text-box .inner .inner-wrapper {
	padding: 0 65px 0 88px;
}

.upcoming-box-main .overlap-image-cs .img-cs img {
	height: auto;
	float: right;
	width: 100%;
	max-width: initial;
}

.fetured-faculty-main .featured-facility-small-heading {
	font-size: 15px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
}

.fetured-faculty-main .main-heading-black {
	margin-bottom: 20px;
	font-family: "poynter-oldstyle-display-nar";
	font-weight: 700;
}

div p {
	color: #000000;
	font-family: "adobe-caslon-pro";
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 33px;
}

div ol+p, div ul+p {
	margin-top: 38px;
}

div p a {
	color: #b97f35;
	text-decoration: underline;
}

div p a:hover {
	text-decoration: none;
	color: #db9b4b;
}

div h2, section h2 {
	color: #000000;
	font-family: "rocky-extra-condensed";
	font-size: 54px;
	font-weight: 700;
	line-height: 54px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 23px;
}

div h2 .video-heading-center {
	padding-top: 13px;
}

div h4 {
	color: #000000;
	font-family: "adobe-caslon-pro";
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.fetured-faculty-main {
	padding-top: 60px;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 60px;
}

.fetured-faculty-main .content-wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.fetured-faculty-main p {
	margin: 0;
	padding-right: 73px;
}

.testimonial-main {
	background: #2f361c;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.testimonial-main .testimonial-section {
	padding: 0 15%;
}

.testimonial-main .testimonial-content p {
	font-size: 28px;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 35px;
	font-family: "poynter-oldstyle-display";
}

.testimonial-main .slick-next::before {
	content: "";
	border: none;
	background: transparent;
	background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/vector-1-1.png);
	height: 30px;
	width: 40px;
	background-size: auto;
	background-position: -120px -4px;
	background-repeat: no-repeat;
	display: block;
	right: 0;
}

.testimonial-main .slick-prev::before {
	content: "";
	border: none;
	background: transparent;
	background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/vector-1-1.png);
	height: 25px;
	width: 45px;
	background-size: auto;
	background-position: -166px -6px;
	background-repeat: no-repeat;
	display: block;
	right: 0;
}

.testimonial-main .slick-next {
	right: 7%;
}

.testimonial-main .slick-prev {
	left: 7%;
}

.fetured-faculty-main .orange-border-btn {
	margin-top: 35px;
}

.testimonial-main .slick-dots {
	display: none !important;
}

.testimonial-main .testimonial-content .title {
	font-size: 16px;
	display: block;
	text-align: center;
	color: #fff;
}

.testimonial-main .testimonial-content .role {
	font-size: 13px;
	display: block;
	text-align: center;
	color: #fff;
	margin-top: 7px;
}

.call-icon-main span {
	font-size: 16px;
	color: #fff;
}

.call-icon-main .icon {
	border: none;
	background: transparent;
	background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/vector-1-1.png);
	height: 22px;
	width: 20px;
	background-size: auto;
	background-position: -368px -6px;
	background-repeat: no-repeat;
	display: block;
	right: 0;
	float: left;
	margin-right: 5px;
	position: relative;
	top: -4px;
}

#footer .address-main p {
	color: #fff;
	font-size: 16px;
	line-height: 1.4;
}

#footer .middle-btn-cs {
	margin: 0 auto;
	display: table;
	padding-top: 10px;
}

div .orange-btn-cs {
	color: #fff;
	background: #b97f35;
	padding: 17px 35px;
	border-radius: 0;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-transform: uppercase;
}

div .orange-btn-cs:hover {
	text-decoration: none;
}

#footer .social-icon-cs {
	margin: 0 auto;
	display: table;
	margin-top: 25px;
	float: right;
}

#footer .social-icon-cs .box {
	background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/vector-1-1.png);
	height: 32px;
	width: 32px;
	background-size: auto;
	background-position: -321px -3px;
	background-repeat: no-repeat;
	display: block;
	right: 0;
	float: left;
	margin-right: 15px;
	cursor: pointer;
}

#footer .social-icon-cs .box:hover {
	opacity: 0.8;
}

#footer .social-icon-cs .box.insta {
	background-position: -269px -3px;
}

#footer .social-icon-cs .box.petal {
	background-position: -228px -3px;
	margin-right: 0;
}

#footer .center-content-footer .widget {
	margin-bottom: 0;
}

#footer .center-content-footer p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	font-family: "jaf-bernina-sans";
}

#footer .footer-bottom {
	background: #1e170d;
	border-top: 1px solid #38322b;
	padding: 5px 15px;
	color: #fff;
	font-size: 13px;
}

#footer .center-content-footer .widget {
	margin-bottom: 0;
}

#footer .show-mobile-widget {
	display: none;
}

body #footer .footer-bottom .footer-center {
	text-align: center;
	color: #645d54;
	font-size: 12px;
}

body #footer .footer-bottom .footer-center a {
	color: #645d54;
	text-decoration: underline;
}

/**Shoby CSS**/

.full-single-banner {
	background: #1B241D;
	padding: 80px 0;
}

/* .full-single-banner .single-program-title {text-align: center;color: #fff;margin-bottom: 25px;}*/

.full-single-banner .single_program_page .single-program-date {
	font-size: 24px;
	padding: 0 15px;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 10px;
}

.full-single-banner .single_program_page .program-full-orange {
	font-size: 24px;
	padding: 0 15px;
	text-align: center;
	color: #D66A21;
	margin-bottom: 0px;
}

.single-iroec_program #main {
	background: #fffbf3;
}

.single-iroec_program #main #content article {
	padding-top: 40px;
}

.single-iroec_program .col-md-3 .program-sidebar {
	padding-top: 75px;
}

.full-single-banner .green-banner-main-title {
	font-size: 60px;
	line-height: 62px;
	text-align: center;
	margin: 0;
	padding: 0 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-family: "rocky-extra-condensed";
	font-weight: 700;
	text-transform: uppercase;
}

.single-post-paragraph p {
	font-size: 21px;
	color: #000;
	padding-bottom: 50px;
}

.single-post-image {
	padding-bottom: 50px;
}

.single-post-image img {
	width: 100%;
}

.faqs-section .faq-section-heading {
	font-size: 48px;
	color: #000;
	font-family: "poynter-oldstyle-display-nar";
	font-weight: 700;
}

.accordion .card {
	border: none;
}

.accordion .card .card-header {
	background: #fffbf3;
	border-top: 1px solid #bebebe;
	padding-left: 10px;
}

div .accordion .card {
	border: none;
}

.accordion .card-header h5 button.btn-link {
	font-size: 21px;
	color: #000;
	width: 100%;
	padding: 35px 15px;
	text-align: left;
	font-family: "jaf-bernino-sans-narrow";
	font-weight: 700;
}

.accordion .card-header h5 {
	padding: 0;
}

.accordion .card .card-body {
	background: #fffbf3;
	padding: 0 27px;
}

.accordion .card-header h5 button.btn-link::after {
	content: "\f107";
	font-family: fontawesome;
	float: right;
	padding-right: 10px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.accordion .card:last-child {
	border-bottom: 1px solid #bebebe;
}

/*****/

/*css 3-5-2019 m.m*/

.accordion .card-header h5 button.btn-link:hover {
	text-decoration: none;
}

.program-sidebar .heading-cs {
	font-size: 16px;
	color: #000;
	line-height: 1.4;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: "jaf-bernino-sans-narrow";
	font-weight: 700;
}

.program-sidebar .para-cs, .program-sidebar .para-cs p {
	font-size: 18px;
	color: #000;
}

.program-sidebar .section-cs {
	margin-bottom: 35px;
}

.program-sidebar .para-cs br {
	margin-bottom: 30px;
}

.program-sidebar a {
	font-size: 18px;
	color: #d66a21;
}

.program-sidebar .para-cs p {
	margin-bottom: 15px;
}

.program-sidebar .para-cs .price {
	float: right;
}

.about-section {
	margin-top: 60px;
	margin-bottom: 60px;
}

.about-section .about-section-title {
	font-size: 16px;
	color: #000;
	padding-bottom: 20px;
	font-family: "jaf-bernino-sans-narrow";
	font-weight: 700;
}

.about-section .about-program-title h2 {
	font-size: 48px;
	margin-bottom: 10px;
	font-family: "poynter-oldstyle-display-nar";
	font-weight: 700;
}

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.no-padding {
	padding: 0;
}

.about-section .about-wrapper-cs {
	background: #F9f5EC;
}

.about-section .about-wrapper-cs .text-cs {
	padding-top: 40px;
	padding-bottom: 44px;
}

.about-wrapper-cs div .orange-btn-cs {
	margin: 0;
}

.about-section .text-cs .inner-srapper {
	padding: 0 13%;
}

.program-sidebar {
	padding-top: 75px;
}

#header .header-center #main-menu, #header .header-center #main-menu .menu-item {
	position: initial;
	padding: 0;
}

#header .header-center .menu-item .popup {
	top: 74px !important;
	width: 100%;
	border: none;
	left: 0 !important;
	transform: inherit;
}

/*#header .header-center #main-menu > .main-menu > .menu-item {

    padding-top: 40px;

    height: 128px;

}*/

#header .header-center .menu-item .popup .inner {
	padding: 45px 25px;
}

#header .header-center .menu-item .popup.active {
	visibility: visible;
}

#header .header-center .inner>.sub-menu {
	margin: 0 auto;
	display: table;
	width: 100%;
	padding: 0 133px;
}

#header #main-menu .popup li.menu-item>a span {
	font-size: 15px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
}

#header #main-menu .popup li.menu-item>a span:hover, #header .header-main .header-center .main-menu .menu-item a:hover {
	color: #D66A21
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item li.menu-item>a {
	color: #000;
}

#header #main-menu .popup li.menu-item>a .menu-image+span {
	font-size: 14px;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item li.menu-item>a:hover {
	background: transparent;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item>a {
	display: none;
}

#header #main-menu .mega-menu .wide .popup>.inner>ul.sub-menu>li.menu-item .sub-menu {
	width: 100%;
}

#header .header-center .sub-menu img {
	width: 100%;
}

#header .header-center #main-menu>.main-menu>.menu-item.active>.menu-image-title-after::after {
	display: block;
	content: "";
	width: calc(100% - 50px);
	height: 4px;
	background: #2f361d;
	position: absolute;
	bottom: 8px;
	left: 25px;
	float: left;
	margin: 0;
}

#header #main-menu .mega-menu>li.menu-item.active:hover>a {
	background: transparent;
	color: #000;
}

#header .mega-menu.show-arrow>li.has-sub>a:after {
	display: none;
}

#header .header-main .header-right .phone-icon {
	display: none;
}

.filter-siderbar-cs .sf-level-0 {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 25px;
	position: relative;
}

.filter-siderbar-cs .sf-level-0>.checkbox-cs {
	display: none;
}

.filter-siderbar-cs .sf-level-0>.sf-label-checkbox, .searchandfilter .sf-field-post-meta-select_start_date h4 {
	font-size: 18px;
	color: #000;
	padding: 0;
	padding-bottom: 15px;
	line-height: 1.3;
	font-weight: 700;
	font-family: "jaf-bernino-sans-narrow";
}

.blog-posts.posts-full .results {
	font-size: 14px;
	color: #000;
	border-bottom: 1px solid #d8d8d8;
	margin-top: 25px;
	padding-bottom: 20px;
}

.blog-posts.posts-full .upcoming-cs::before {
	display: none;
	margin-top: 0;
	padding-top: 0;
}

/*css checkbox m.m*/

/* The container */

.checkbox-cs {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	z-index: 1;
}

/* Hide the browser's default checkbox */

.checkbox-cs input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #979797;
}

/* On mouse-over, add a grey background color */

.checkbox-cs:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.checkbox-cs input:checked~.checkmark {
	background-color: #d66a21;
	border-color: #d66a21;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.checkbox-cs input:checked~.checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */

.checkbox-cs .checkmark:after {
	left: 4px;
	top: -1px;
	width: 8px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter-siderbar-cs .children {
	margin: 0;
}

.filter-siderbar-cs .children .sf-label-checkbox {
	padding-left: 35px;
	font-size: 15px;
	color: #000;
	line-height: 1;
	position: relative;
	line-height: 1.4;
	cursor: pointer;
}

.filter-siderbar-cs .searchandfilter .children .sf-level-1:hover .checkmark {
	border-color: #d66a21;
}

.filter-siderbar-cs .searchandfilter .children .sf-level-1:hover .sf-label-checkbox {
	color: #d66a21;
}

.filter-siderbar-cs .searchandfilter .children .sf-level-1 {
	padding: 12px 0;
}

.filter-siderbar-cs .searchandfilter li[data-sf-field-name="_sfm_select_start_date"] {
	margin-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}

div .filter-siderbar-cs {
	margin-top: 60px;
	/* border-top: 1px solid #d8d8d8; */
	padding: 0;
	padding-top: 0;
	position: initial;
	overflow: auto;
	padding-right: 50px;
}

div .filter-siderbar-cs>form {
	border-top: 1px solid #d8d8d8;
	padding-top: 20px;
}

.blog-posts.posts-full .post.iroec_program {
	border: none;
	margin: 0;
	padding: 0;
}

.blog-posts.posts-full .post.iroec_program .upcoming-cs {
	padding-top: 0;
	margin-top: 0;
	background: transparent;
	display: inline-block;
	width: 100%;
	padding-bottom: 0;
	float: left;
}

.blog-posts.posts-full .post.iroec_program .upcoming-cs .box {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 0;
	border-top: none;
	padding-top: 40px;
	float: left;
}

.blog-posts.posts-full .post.iroec_program .upcoming-cs .box:hover {
	background: #f9f5ec;
}

.blog-posts.posts-full .post.iroec_program .upcoming-cs .box:hover .archive-program-title a {
	color: #d56a21
}

/*.blog-posts.posts-full{

    padding-left: 50px;

}

*/

.filter-caret {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #000;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	cursor: pointer;
}

.post-type-archive-iroec_program #main>.container>.main-content-wrap {
	position: relative;
}

.filter-siderbar-cs .searchandfilter ul li.sf-field-reset {
	position: absolute;
	right: 13px;
	z-index: 2;
	top: 50px;
}

.filter-siderbar-cs .searchandfilter ul li.sf-field-reset .search-filter-reset {
	color: #d66a21;
	font-size: 14px;
	font-weight: 500;
}

.filter-siderbar-cs .sf-level-0 .children {
	display: none;
}

.filter-siderbar-cs .sf-field-taxonomy-program-category .sf-level-0 .children, .filter-siderbar-cs .sf-field-taxonomy-program-age .sf-level-0 .children {
	display: block;
}

.blog-posts.posts-full .dates-cs {
	display: inline-block;
	width: 100%;
	float: left;
	padding-top: 0;
}

.sf-field-post-meta-select_start_date .sf_date_field {
	display: none;
}

.filter-back-overlay {
	display: none;
}

.pagination-wrap .pagination {
	display: inline-block;
	width: 100%;
	display: table;
	margin: 0 auto;
	float: inherit;
	width: auto;
	position: relative;
	margin-top: 40px;
}

/*.pagination-wrap .pagination .page-numbers {

    font-size: 18px;

    color: #bababa;

    margin-right: 10px;

    width: auto;

    height: auto;

    line-height: 1.8;

    padding: 0 7px;

    min-width: inherit;

    border: none;

    background: transparent;

}*/

.pagination-wrap .pagination .page-numbers:hover {
	color: #d66a21
}

/*.pagination-wrap .pagination .page-numbers.current {

    background: transparent;

    border: none;

    border-bottom: 3px solid #d66a21;

    color: #000;



}*/

#footer .footer-main {
	border-bottom: 1px solid #3e4827;
	padding-top: 60px;
}

/*.pagination-wrap .pagination .page-numbers.next {

    font-size: 0;

    position: absolute;

    right: -70px;

}*/

/*.pagination-wrap .pagination .page-numbers.prev {

    font-size: 0;

    position: absolute;

    left: -70px;

}
*/

/*.pagination-wrap .pagination .page-numbers.next::before {

    content: "";

    border: none;

    background: transparent;

    background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/vector-1-1.png);

    height: 30px;

    width: 40px;

    background-size: auto;

    background-position: -150px -41px;

    background-repeat: no-repeat;

    display: block;

    right: 0;

    position: relative;

    top: 4px;

}*/

.pagination-wrap .pagination .page-numbers.prev::before {
	content: "";
	border: none;
	background: transparent;
	background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/vector-1-1.png);
	height: 30px;
	width: 40px;
	background-size: auto;
	background-position: -99px -41px;
	background-repeat: no-repeat;
	display: block;
	right: 0;
	position: relative;
	top: 4px;
}

.instagram-main-cs {
	padding-bottom: 100px;
}

.instagram-main-cs .box:nth-child(1) {
	margin-top: 40px;
}

.instagram-main-cs .box:nth-child(3) {
	margin-top: 40px;
}

.instagram-main-cs .box img {
	width: 100%;
}

.program-sidebar .section-cs.program_resource_details p:nth-child(1), .program-sidebar .forms_visibility p:nth-child(1) {
	margin-bottom: 5px;
}

#menu-footer-menu .orange-btn-cs {
	font-size: 14px;
	color: #fff;
	background: #d66a21;
	padding: 20px 35px;
	border-radius: 50px;
	margin: 0 10px;
	text-transform: uppercase;
	display: inline-block;
	font-family: "jaf-bernina-sans-narrow";
	font-weight: 700;
}

#footer .menu-footer-menu-container {
	margin: 0 auto;
	display: table;
	padding-top: 15px;
}

#footer #menu-footer-menu .orange-btn-footer {
	color: #fff;
	background: #d66a21;
	padding: 20px 35px;
	border-radius: 50px;
	margin: 0 10px;
	text-transform: uppercase;
	display: inline-block;
	transition: 0.5s;
}

#footer #menu-footer-menu .orange-btn-footer:hover {
	background: #B55A1C
}

#footer #menu-footer-menu .orange-btn-footer::before {
	display: none;
}

#footer #menu-footer-menu .orange-btn-footer span {
	font-size: 14px;
	font-family: "jaf-bernina-sans-narrow";
	font-weight: 700;
}

#footer #menu-footer-menu .orange-btn-footer a {
	text-decoration: none;
}

.instagram-main-cs .orange-border-btn {
	margin: 0 auto;
	margin-top: 60px;
}

#topcontrol {
	display: none;
}

.fetured-faculty-main:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 22%;
	height: calc(100% + 60px);
	z-index: 0;
	background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/Rectangle.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fetured-faculty-main:after {
	display: block;
	content: "";
	background-image: url(http://iroec-staging.829-devl3.com/wp-content/uploads/2019/03/Rectangle.png);
	width: 46%;
	height: 100%;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0%;
	max-width: 680px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fetured-faculty-main .col-lg-10 {
	z-index: 2;
}

/*#header .header-center #main-menu > .main-menu > .menu-item.open >a::after {

    display: block;

    content: "";

    width: 100%;

    height: 4px;

    background: #428c38;

    position: relative;

    left: 0;

    margin: 0;

    bottom: -29px;

    transition: 2s;

}*/

/*#header .header-center #main-menu > .main-menu > .menu-item.open >a::after {

    content: '';

    display: block;

    width: 0;

    height: 2px;

    background: #000;

    transition: width .3s;

}*/

/*#header .header-center #main-menu > .main-menu > .menu-item.open >a:hover::after {

    width: 100%;

    transition: width .3s;

}*/

#header .header-center #main-menu>.main-menu>.menu-item>a span {
	position: relative;
}

#header .header-center #main-menu>.main-menu>.menu-item>a span::after {
	content: '';
	display: block;
	background-color: #428c38;
	height: 4px;
	width: 0;
	position: absolute;
	top: calc(100% + 25px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: width 300ms;
}

/*#header .header-center #main-menu > .main-menu > .menu-item > a > span:hover::after {

    width: 100%;

}

*/

div .filter-siderbar-cs .sf-level-0:hover>.sf-label-checkbox {
	color: #d66a21;
}

div .filter-siderbar-cs .sf-level-0:hover .filter-caret {
	border-top: 7px solid #d66a21;
}

.apply-filter-btn {
	display: none;
}

.searchfilter>form>ul>li {
	display: inline-block;
	padding: 0 10px;
}

/*Theme Raheel*/

div#main {
	background-color: #fffaf3;
}

.searchandfilter select.sf-input-select {
	border: 0;
	box-shadow: none;
	min-width: 0;
	padding-right: 0;
	color: #000;
	width: 80px;
	background: transparent;
	outline: none;
}

.searchandfilter ul li input[type="text"] {
	width: 100px !important;
	background: transparent;
	margin-top: 0px;
	border: 1px solid #000;
}

.searchandfilter ul li input[type="text"]::placeholder {
	color: rgba(0, 0, 0, 0.58);
	/*opacity: .7;*/
}

.searchandfilter ul li:last-child {
	float: right;
}

.searchfilter ul li {
	display: inline-block;
	/*vertical-align: top;*/
	vertical-align: middle;
}

.searchfilter ul li:last-child {
	padding-right: 0;
}

.searchfilter ul li:first-child {
	padding-left: 0;
}

.blog-posts.posts-full .results {
	display: none;
}

.searchfilter {
	padding: 10px 0 40px 0;
	border-bottom: 1px solid #979797;
}

.searchandfilter ul li:last-child input[type="submit"] {
	background: #b97f35;
	border: 0;
	border-radius: 0;
	height: 50px;
	padding: 0 15px;
	font-family: "acumin-pro-condensed";
	font-weight: 700;
	font-size: 17px;
}

.upcoming-cs:hover {
	background: #f7f0e6;
}

.upcoming-cs {
	margin: 0;
	float: left;
	padding: 0;
	width: 100%;
	background: none;
}

.upcoming-cs .box:after {
	content: '';
	display: inline-block;
	clear: both;
}

.upcoming-cs .dates-cs .archive-program-title p {
	color: #d9d9d9;
	font-size: 15px;
	font-family: "adobe-caslon-pro";
	line-height: 22px;
	max-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	font-weight: 400;
	margin-bottom: 0;
	-moz-binding: url('ellipsis.xml#ellipsis');
}

.post-type-archive-events .upcoming-cs .dates-cs .archive-program-title p {
	max-height: initial;
	/*display: inline-block;*/
}

.upcoming-cs .dates-cs .archive-program-title h4 {
	font-size: 30px;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: "poynter-oldstyle-display-nar";
	font-weight: bold;
	margin-bottom: 15px;
}

.post-type-archive-events .upcoming-cs .dates-cs .archive-program-title h4 {
	margin-bottom: 0;
}

.upcoming-cs .dates-cs .archive-program-title h4 a {
	font-family: inherit;
}

.post-type-archive-events .upcoming-cs .dates-cs .archive-program-title h4 {
	padding-bottom: 21px;
}

.blog-posts article {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #979797;
	float: left;
}

.upcoming-cs .full-cs {
	width: 150px;
	float: left;
	padding-left: 16px;
	padding-top: 4px;
}

.upcoming-cs .dates-cs .archive-program-title {
	padding-right: 0px;
	width: calc(100% - 300px);
	padding-left: 26px;
	padding-top: 2px;
}

/*Theme Raheel*/

/*Mianoor css footer 4-15-2019*/

.footer-wrapper .black-footer-section {
	background: #1e170d;
	padding: 30px 0;
}

.footer-wrapper .black-footer-section {
	background: #1e170d;
	padding: 30px 0;
}

.footer-wrapper .black-footer-section .col-md-4 {
	padding: 20px 35px;
	border-right: 1px solid #2b241c;
}

.footer-wrapper .black-footer-section .col-md-4:last-child {
	border-right: none;
}

.footer-wrapper .black-footer-section .col-md-4 h5 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}

.footer-wrapper .black-footer-section ul .menu-item {
	margin-bottom: 3px;
	list-style: none;
	min-height: 39px;
	overflow: hidden;
	display: flex;
}

.footer-wrapper .black-footer-section ul .menu-item a {
	color: #b6b6b6;
	line-height: 20px;
	font-size: 13px;
	display: block;
}

.footer-wrapper .last-child-partner {
	vertical-align: middle;
	align-items: flex-end;
}

.footer-wrapper .donate-now-btn {
	width: 100%;
	display: inherit;
	margin-bottom: 10px;
}

.footer-wrapper .donate-now-btn a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	border: 1px solid #402d16;
	background-color: #251b0f;
	transition: 0.3s;
}

.footer-wrapper .donate-now-btn a:hover {
	background-color: #402d16;
}

.footer-wrapper .board-postal {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
}

.footer-wrapper .board-postal a {
	color: #fff;
	text-decoration: underline;
	font-size: 11px;
}

.social-icons {
	width: 100%;
	margin-top: 3px;
}

.social-icons li {
	list-style: none;
	display: inline-block;
	padding-right: 18px;
}

.social-icons li .fa {
	color: #4f4332;
	font-size: 29px;
	transition: 0.3s;
}

.social-icons li .fa:hover {
	color: #c8b9a4;
}

.four-box-home .box .location-heading {
	font-size: 30px;
	font-family: "rocky-extra-condensed";
	padding-bottom: 28px;
	padding-top: 33px;
	font-weight: 900;
	text-align: center;
}

.four-box-home .box:hover {
	background-color: #dfd9d1;
}

.four-box-home .box img {
	width: 100%;
}

.four-box-home .box {
	border-right: 1px solid #dfd9d1;
	padding: 0px 10px;
	padding-bottom: 10px;
	transition: 0.3s;
}

.four-box-home .box:last-child {
	border-right: 1px solid transparent;
}

.four-box-home {
	border-top: 1px solid #000000;
}

.home-content-top {
	border-bottom: 3px solid #000;
	margin-bottom: 3px;
}

.upcoming-cs .inner-wrapper {
	background-image: url('/wp-content/uploads/2019/06/Rectangle@2x-1-1.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 64px;
}

.upcoming-cs .full-cs>div {
	font-size: 17px;
	font-family: "acumin-pro-condensed";
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
	opacity: 1;
	padding-bottom: 0;
	transition: 0.3s;
}

.upcoming-cs .dates-cs .archive-program-age>div {
	font-family: "acumin-pro-condensed";
	text-align: left;
	color: #dfdfdf;
	font-size: 15px;
	font-weight: 500;
	line-height: 19px;
}

.upcoming-box-main .national-block {
	background: #28382b;
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 445px;
	padding: 10px;
}

.upcoming-box-main .national-block .innr-wrapper {
	border: 1px solid #334737;
	padding: 33px 40px;
}

.upcoming-box-main .national-block .national-block-heading {
	font-size: 28px;
	color: #fff;
	line-height: 28px;
	font-family: "rocky-extra-condensed";
	padding-bottom: 12px;
	font-weight: 700;
	letter-spacing: 0.2px;
}

.upcoming-box-main .national-block .national-block-desc p {
	font-size: 17px;
	color: #d0d0d0;
	font-family: "adobe-caslon-pro";
	margin-bottom: 9px;
	line-height: 21px;
}

.upcoming-box-main .national-block .national-block-url a {
	color: #b97535;
	font-size: 16px;
	font-family: "acumin-pro-condensed";
	font-weight: 700;
	text-decoration: underline;
	transition: 0.3s;
}

.upcoming-box-main .national-block .national-block-url a:hover {
	color: #db9b4b;
}

.upcoming-box-main .img-mob-cs {
	padding-right: 0;
	display: flex;
	align-items: center;
	vertical-align: middle;
	/*padding-left: 5px;*/
}

.preserving-section {
	background: #f3ede4;
	margin-top: 20px;
	padding: 20px 0;
}

.preserving-section .img-cs {
	padding-left: 0;
	display: flex;
	vertical-align: middle;
	align-items: center;
	padding-right: 5px;
}

.support-section {
	padding: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.support-section .inner-wrapper {
	padding: 55px 0;
	width: 100%;
	display: inline-block;
	border: 20px solid #80816a47;
}

.support-section .support-small-heading {
	font-size: 37px;
	color: #fff;
	text-align: center;
	font-family: "acumin-pro-condensed";
	font-weight: 700;
	line-height: 48px;
}

.support-section .main-heading {
	font-size: 80px;
	text-align: center;
	color: #fffaf3;
	font-family: "rocky-extra-condensed";
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	display: table;
	margin-bottom: 40px;
	letter-spacing: 0.9px;
	line-height: 65px;
}

.support-section .main-heading::after {
	content: "";
	display: block;
	height: 2px;
	background: #ffffff;
	width: 133px;
	margin: 0 auto;
	margin-top: 36px;
	max-width: 100%;
	opacity: 0.53;
}

.support-section .main-heading::before {
	content: "";
	display: block;
	height: 2px;
	background: #fff;
	width: 133px;
	position: absolute;
	bottom: -6px;
	max-width: 100%;
	left: 135px;
	opacity: 0.53;
}

.support-section .short-desc p {
	font-size: 28px;
	color: #fff;
	text-align: center;
	max-width: 450px;
	font-family: "adobe-caslon-pro";
	margin: 0 auto;
	line-height: 28px;
	max-width: 390px;
}

.support-section .orange-border-btn {
	margin: 0 14px;
}

.support-section .buttons-center {
	margin: 0 auto;
	display: table;
	margin-top: 40px;
}

.support-section .number-cs .title-cs {
	font-size: 76px;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
	font-family: "adobe-caslon-pro";
	text-align: center;
	letter-spacing: 1px;
}

.support-section .number-cs {
	margin-top: 160px;
}

.support-section .number-cs .col-md-4:first-child .counter-title {
	max-width: 230px;
}

.support-section .number-cs .counter-title {
	font-size: 21px;
	color: #fff;
	text-align: center;
	font-family: "adobe-caslon-pro";
	max-width: 185px;
	line-height: 25px;
	margin: 0 auto;
}

body .main-content {
	padding-bottom: 0;
}

.journey-section {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 64px 15px 70px;
	display: inline-block;
	width: 100%;
}

.journey-section .black-heading {
	font-size: 42px;
	font-family: "rocky-extra-condensed";
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 0;
}

.journey-section .full-coloured-orange-btn a {
	margin: 0 auto;
	display: table;
	background: #b97f35;
	margin-top: 5px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 20px 30px;
	font-size: 16px;
	color: #fff;
	font-family: "acumin-pro-condensed";
	font-weight: 700;
	line-height: 1;
	transition: 0.3s;
	letter-spacing: 0.46px;
}

.upcoming-box-main .img-mob-cs .inner-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-right: 20px;
}

.upcoming-box-main .preserving-section .img-mob-cs {
	padding-left: 20px;
}

.upcoming-cs .upcoming-btn-mob {
	display: none;
}

.upcoming-box-main .img-mob-cs.dskcs {
	display: none;
}

.upcoming-box-main .preserving-section .text-box .for-headings {
	max-width: 420px;
}

/*.vimeo-wrapper {

   position: fixed;

   top: 0;

   left: 0;

   width: 100%;

   height: 100%;

   z-index: -1;

   pointer-events: none;

   overflow: hidden;

}*/

.vimeo-wrapper iframe {
	width: 100vw;
	height: 56.25vw;
}

.home-top-video {
	position: relative;
	padding-bottom: 10px;
	padding: 10px;
}

.home-top-video .text-section {
	position: absolute;
	width: 100%;
	top: 23%;
	left: 0;
	margin-top: 4px;
}

.home-top-video .text-section .inner-wrapper {
	margin: 0 auto;
	display: table;
}

.home-top-video .text-section .getsburg-tittle {
	color: #ffffff;
	font-family: "rocky-extra-condensed";
	font-size: 100px;
	font-weight: 700;
	line-height: 77px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}

.home-top-video .text-section .to-title {
	color: #ffffff;
	font-family: "rocky-extra-condensed";
	font-size: 40px;
	font-weight: 700;
	line-height: 48px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
	display: flex;
	vertical-align: middle;
	align-items: center;
}

.home-top-video .text-section .getsburg-title {
	color: #ffffff;
	font-family: "rocky-extra-condensed";
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 1.33px;
	line-height: 77px;
	text-transform: uppercase;
	margin-bottom: 44px;
	text-align: center;
}

.home-top-video .text-section .to-title::before {
	display: block;
	content: "";
	width: calc(50% - 30px);
	height: 3px;
	background: #fff;
	margin-right: 20px;
}

.home-top-video .text-section .to-title::after {
	display: block;
	content: "";
	width: calc(50% - 30px);
	height: 3px;
	background: #fff;
	margin-left: 20px;
}

.home-top-video .text-section .two-btn {
	margin: 0 auto;
	display: table;
}

.home-top-video .text-section .two-btn .orange-btn {
	background-color: #b97f35;
	padding: 18px 28px;
	display: inline-block;
	color: #ffffff;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-transform: uppercase;
	line-height: 1;
	border: 2px solid #b97f35;
	transition: 0.s;
}

.home-top-video .text-section .two-btn .orange-brd-btn {
	background-color: transparent;
	border: 2px solid #b97f35;
	padding: 18px 29px;
	display: inline-block;
	color: #ffffff;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-transform: uppercase;
	margin-left: 20px;
	line-height: 1;
}

.home-top-video .vimeo-wrapper {
	padding: 0 10px;
}

/*.home-top-video .home-vimeo-image {
	display: none;
}*/

.itenary-banner-main .inner-wrapper {
	padding: 0 27px;
}

.itenary-banner-main .inner-wrapper {
	margin-top: 13px;
	padding: 0 27px;
}

.itenary-banner-main .green-banner-main-title {
	color: #ffffff;
	font-family: "rocky-extra-condensed";
	font-size: 90px;
	font-weight: 700;
	line-height: 90px;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 41%;
}

.itenary-content-main .iterary-top-text p {
	color: #000000;
	font-family: "adobe-caslon-pro";
	font-size: 25px;
	font-weight: 400;
	line-height: 34px;
	margin: 0 auto;
	max-width: 732px;
}

.itenary-content-main .iterary-top-text {
	padding-top: 85px;
	border-bottom: 3px solid #000;
	padding-bottom: 78px;
	margin-bottom: 92px;
	position: relative;
}

.itenary-content-main .iterary-top-text::after {
	display: block;
	content: "";
	width: 100%;
	background: #000;
	height: 1px;
	position: absolute;
	bottom: -7px;
	left: 0;
}

.itenary-content-main .box-content-main .number {
	color: #28382b;
	font-family: "adobe-caslon-pro";
	font-size: 24px;
	font-weight: 700;
	width: 47px;
	height: 47px;
	float: left;
	border: 1px solid #335539;
	text-align: center;
	padding-top: 13px;
	border-radius: 50px;
}

.itenary-content-main .box-content-main .content-box {
	width: calc(100% - 47px);
	float: left;
	padding-left: 30px;
	padding-top: 9px;
}

.itenary-content-main .box-content-main .content-box .itinerary-title {
	color: #000000;
	font-family: "rocky-extra-condensed";
	font-size: 32px;
	font-weight: 900;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 9px;
}

.itenary-content-main .box-content-main .content-box .itinerary-desc p {
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
}

.itenary-content-main .box-content-main .content-box .learn-more-link a {
	color: #335539;
	font-family: "acumin-pro-condensed";
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.51px;
	text-transform: uppercase;
}

.itenary-content-main .box-content-main .content-box .learn-more-link a svg {
	width: 14px;
	height: 11px;
	position: relative;
	top: -1px;
	margin-left: 2px;
}

.itenary-content-main .box-content-main .inner-wrapper {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	min-height: 230px;
	padding: 10px 18px;
	padding-right: 5px;
	padding-bottom: 54px
}

.itenary-content-main .box-content-main .inner-wrapper:hover .number {
	background: #335539;
	color: #fff;
}

.main-content-itnerary {
	border-bottom: 1px solid #979797;
	margin-bottom: 76px;
	padding-bottom: 20px;
}

.explore-more-location .orange-btn-cs {
	margin: 0 auto;
	display: table;
	margin-bottom: 76px;
}

.itenary-banner-main img.mob {
	display: none;
}

.itenary-content-main .box-content-main .number::after {
	display: block;
	content: "";
	height: 160px;
	background: #d8d8d8;
	width: 1px;
	margin: 0 auto;
	margin-top: 28px;
}

.itenary-content-main .box-content-main .inner-wrapper:last-child .number::after {
	display: none;
}

.itenary-content-main .box-content-main .inner-wrapper:hover {
	background: #fcf5ec;
}

.list-program-main .upcoming-cs .full-cs {
	padding-left: 0;
}

.list-program-main {
	margin-bottom: 40px;
}

.list-program-main .upcoming-cs .dates-cs .archive-program-title {
	padding-right: 15px;
}

.list-program-main .upcoming-cs .full-cs>div {
	text-align: left;
}

.list-program-main .upcoming-cs .box {
	padding: 33px 15px;
}

.post-type-archive-events .list-program-main .upcoming-cs .box {
	padding: 32px 29px;
}

.searchfilter form ul li.sf-field-submit input[type="submit"] {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-transform: uppercase;
	padding: 13px 34px;
	height: auto;
	cursor: pointer;
}

.searchfilter>form>ul>li.sf-field-post_date .sf_date_field {
	display: inline-block;
	margin-top: 0;
}

.searchfilter>form>ul>li.sf-field-post_date .sf_date_field>li {
	padding: 0;
	padding-top: 11px;
}

.searchfilter>form>ul>li.sf-field-post_date .sf_date_field input {
	font-family: "acumin-pro-condensed";
	font-weight: 500;
	font-size: 16px;
	color: #000;
	height: 25px;
	width: 80px !important;
	outline: none;
	border: none;
}

.searchfilter>form>ul>li.sf-field-post_date .sf_date_field input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #000;
}

.searchfilter>form>ul>li.sf-field-post_date .sf_date_field input::-moz-placeholder {
	/* Firefox 19+ */
	color: #000;
}

.searchfilter>form>ul>li.sf-field-post_date .sf_date_field input:-ms-input-placeholder {
	/* IE 10+ */
	color: #000;
}

.searchfilter>form>ul>li.sf-field-post_date .sf_date_field input:-moz-placeholder {
	/* Firefox 18- */
	color: #000;
}

@media only screen and (max-width: 1199px) {
	div p {
		font-size: 16px;
		font-weight: 400;
		line-height: 22px;
		margin-bottom: 16px;
	}
	/*div h2, section h2 {
	font-size: 40px;
}*/
	.home-place-main .text-cs {
		padding: 0 15px;
	}
	.homepage-banner .homepage-banner-heading .heading-learn {
		font-size: 80px;
		line-height: 86px;
	}
	.homepage-banner .wpb_single_image::after {
		display: block;
		content: "";
		width: 2px;
		height: 80px;
		position: absolute;
		z-index: 10;
		bottom: 0;
		background: #fff;
		left: 50%;
	}
	.homepage-banner .homepage-banner-heading .explore {
		margin-top: 15px
	}
	.home-place-main .text-cs p {
		font-size: 26px;
	}
	.upcoming-cs .dates-cs .archive-program-title {
		font-size: 20px;
	}
	.orange-border-btn {
		padding: 14px 22px;
	}
	/*.upcoming-box-main .overlap-image-cs .text-box .inner {
	padding: 35px 0;
}*/
	/*div h2, section h2 {
	font-size: 40px;
}*/
	.about-section .about-program-title h2 {
		font-size: 36px;
	}
	#header .header-main .header-center .main-menu .menu-item a {
		padding: 10px 10px;
		font-size: 14px;
	}
	#header .header-main .menu-right-navigation-container .menu .menu-item {
		padding: 0 10px;
	}
	#header .header-main .menu-right-navigation-container .menu .menu-item a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991px) {
	.block-gallery-slider .slick-arrow.slick-next, .block-gallery-slider button.slick-prev.slick-arrow {
		display: none !important;
	}
	.itenary-content-main .box-content-main .number::after {
		height: 130px;
	}
	.homepage-banner .homepage-banner-heading .heading-learn {
		font-size: 60px;
		line-height: 66px;
	}
	.homepage-banner .wpb_single_image::after {
		height: 60px;
	}
	.homepage-banner .homepage-banner-heading {
		bottom: 67px;
	}
	.home-place-main .text-cs p {
		font-size: 18px;
		line-height: 24px;
	}
	.upcoming-cs .upcoming-text a {
		padding: 14px 22px;
		margin-bottom: 30px;
	}
	.upcoming-cs .dates-cs .archive-program-title {
		font-size: 18px;
		width: calc(100% - 215px);
	}
	.upcoming-cs .full-cs {
		width: 95px;
	}
	.upcoming-cs .dates-cs .archive-program-age {
		font-size: 12px;
	}
	.upcoming-cs .dates-cs .program-full {
		font-size: 13px;
		padding-top: 2px;
	}
	.orange-border-btn {
		padding: 9px 18px;
	}
	h1 {
		font-size: 36px;
		line-height: 36px;
	}
	div h2, section h2 {
		font-size: 30px;
		line-height: 32px;
	}
	.testimonial-main .testimonial-content p {
		font-size: 22px;
	}
	#footer .show-desktop-widget .show-mobile-widget {
		display: block;
	}
	#footer .show-desktop-widget>.row {
		display: none;
	}
	#footer .orange-btn-cs {
		display: block;
	}
	#footer .widget p {
		text-align: center;
	}
	.call-icon-main {
		margin: auto;
		display: table;
		width: 137px;
	}
	#footer .address-main p {
		text-align: center;
		margin-top: 5px;
	}
	#footer .center-content-footer p {
		margin-bottom: 0;
	}
	#footer .middle-logo-images .widget {
		width: 50%;
	}
	#footer .middle-logo-images .widget img {
		margin: 0 auto;
		display: table;
	}
	.about-section .about-program-title h2 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.single-post-paragraph p, .accordion .card-header h5 button.btn-link {
		font-size: 16px;
	}
	.faqs-section .faq-section-heading {
		font-size: 36px;
	}
	.about-section .text-cs .inner-srapper {
		padding: 0 5%;
	}
	.about-section .about-section-title {
		font-size: 13px;
	}
	.mobile-toggle .bar {
		width: 40px;
		height: 3px;
		background-color: black;
		margin: 6px 0;
	}
	#header .header-left .mobile-toggle {
		position: absolute;
		left: 0;
		background: transparent;
		z-index: 2;
		padding-left: 0;
	}
	body #header .header-main .header-left {
		margin: 0 auto;
		display: table;
		float: inherit;
		padding: 0;
	}
	body #header {
		padding: 10px 15px;
	}
	#header .header-main .header-left .logo {
		max-width: inherit;
	}
	#header .header-main .header-right .small-device-hide {
		display: none;
	}
	#header .header-main .header-right {
		position: absolute;
		right: 0;
		top: 18px;
		padding: 0;
	}
	#header .header-main .header-right .phone-icon {
		display: block;
	}
	#header .header-main .header-right .fa {
		font-size: 28px;
		color: #000;
	}
	#header .header-main .header-center {
		display: none;
	}
	html.panel-opened body #side-nav-panel.panel-left {
		width: 80%;
		background: #fff;
		padding-top: 5px;
	}
	body .panel-left#side-nav-panel .side-nav-panel-close {
		float: left;
		left: 0;
		right: inherit;
		padding-left: 15px;
		position: relative;
		width: 100%;
		margin-bottom: 25px;
	}
	body .panel-left .side-nav-panel-close .fa {
		font-size: 30px;
		color: #000;
		float: left;
	}
	body .panel-left .side-nav-panel-close .fa::before {
		content: "✕";
	}
	.panel-left#side-nav-panel .menu-wrap {
		display: inline-block;
		width: 100%;
		margin-top: 5px;
		padding: 0 15px;
	}
	.panel-left#side-nav-panel .accordion-menu li {
		border: none;
	}
	.panel-left#side-nav-panel .accordion-menu li>a {
		color: #000;
		font-size: 15px;
		padding-left: 0;
	}
	.panel-left#side-nav-panel .accordion-menu li.menu-item>a {
		padding-left: 0;
		color: #000;
		font-size: 15px;
		padding-bottom: 15px;
		text-transform: capitalize;
		font-weight: 700;
	}
	.panel-left#side-nav-panel .accordion-menu .arrow {
		right: 0;
		font-size: 22px;
		top: 5px;
		font-weight: 600;
		color: #000;
		padding-right: 10px;
		width: 100%;
		text-align: right;
	}
	.panel-left#side-nav-panel .accordion-menu li.menu-item .sub-menu {
		padding-bottom: 12px;
	}
	.panel-left#side-nav-panel .accordion-menu li.menu-item .sub-menu .menu-item a {
		font-size: 14px;
		color: #484848;
		padding-bottom: 10px;
	}
	.panel-left#side-nav-panel .accordion-menu #accordion-menu-item-271 {
		margin-top: 20px;
	}
	.panel-left#side-nav-panel .accordion-menu li.menu-item.nav2-css>a {
		font-size: 13px;
		color: #595959;
		padding-bottom: 5px;
	}
	.panel-left#side-nav-panel .accordion-menu li.menu-item.contact-mobile-btn>a {
		margin: 0 auto;
		width: 100%;
		font-size: 14px;
		background: #D66A21;
		text-align: center;
		height: auto;
		padding: 15px 0;
		margin-top: 30px;
		border-radius: 50px;
		text-transform: uppercase;
		max-width: 450px;
		color: #fff;
		font-family: "jaf-bernina-sans-narrow";
	}
	.blog-posts.posts-full {
		padding-left: 0;
	}
	div .filter-siderbar-cs {
		display: none;
		position: fixed;
		z-index: 99;
		background: #fffaf3;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
	}
	.filter-siderbar-cs .header-mobile-filter {
		padding: 0 15px;
	}
	.filter-siderbar-cs .header-mobile-filter {
		padding: 0 15px;
	}
	.filter-siderbar-cs .header-mobile-filter .close {
		left: 15px;
		right: inherit;
		position: absolute;
		color: #000;
		text-shadow: 0px 0px #000;
		top: 15px;
		z-index: 2;
		font-size: 21px;
	}
	.filter-siderbar-cs .header-mobile-filter .popup-filter-heading {
		text-align: center;
		color: #000;
		font-size: 19px;
		text-transform: capitalize;
		font-weight: 600;
		line-height: 1.5;
		border-bottom: 1px solid #d8d8d8;
		padding-bottom: 30px;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.filter-siderbar-cs .searchandfilter ul li.sf-field-reset {
		top: 10px;
		width: 31px;
		overflow: hidden;
	}
	.filter-siderbar-cs .searchandfilter ul li.sf-field-reset .search-filter-reset {
		width: 100px;
		display: inline-block;
	}
	.filter-caret {
		right: 50px;
	}
	.filter-siderbar-cs .sf-level-0, .filter-siderbar-cs .searchandfilter li[data-sf-field-name="_sfm_select_start_date"] {
		padding-left: 0;
		padding-right: 0;
		margin-left: 15px;
		margin-right: 15px;
	}
	.full-single-banner .green-banner-main-title {
		font-size: 42px;
	}
	.filter-back-overlay {
		height: calc(100% + 200px);
		width: 100%;
		position: absolute;
		z-index: 4;
		background: #fff
	}
	.program-sidebar .wrapper-time-age .section-cs {
		width: 50%;
		float: left;
		padding: 25px;
		margin-bottom: 0;
	}
	.program-sidebar .wrapper-time-age .section-cs.time-section, .program-sidebar .wrapper-time-age .program_resource_details {
		border-right: 1px solid #d8d8d8;
		padding-left: 0;
	}
	.program-sidebar {
		padding-top: 0;
	}
	.program-sidebar .wrapper-time-age {
		width: 100%;
		border-bottom: 1px solid #d8d8d8;
		display: flex;
	}
	.program-sidebar .heading-cs {
		font-size: 13px;
		width: 110px;
		float: left;
	}
	.program-sidebar p {
		font-size: 14px;
		width: calc(100% - 110px);
		float: right;
	}
	.program-sidebar .wrapper-time-age .para-cs {
		margin-bottom: 0;
		width: 100%;
	}
	.program-sidebar .wrapper-time-age .heading-cs {
		width: 100%;
	}
	.program-sidebar .section-cs {
		display: inline-block;
		width: 100%;
		padding-top: 20px;
		border-bottom: 1px solid #d8d8d8;
		padding-bottom: 5px;
		margin-bottom: 0;
	}
	.program-sidebar a {
		font-size: 14px;
	}
	.program-sidebar .wrapper-time-age p {
		width: 100%;
	}
	.single-iroec_program #main #content article {
		padding-top: 15px;
	}
	.fetured-faculty-main p {
		padding-right: 0;
	}
	div .filter-siderbar-cs>form {
		border: none;
	}
	.blog-posts.posts-full .dates-cs {
		padding-top: 0;
	}
	.show-mobile-widget .widget .orange-btn-footer {
		font-size: 14px;
		color: #fff;
		background: #d66a21;
		padding: 15px 18px;
		border-radius: 50px;
		margin: 0 10px;
		text-transform: uppercase;
		display: block;
		font-family: "jaf-bernina-sans-narrow";
		font-weight: 700;
		margin-bottom: 15px;
	}
	.show-mobile-widget .widget .menu {
		border: none;
	}
	.show-mobile-widget .widget .orange-btn-footer::before {
		display: none;
	}
	#footer .social-icon-cs {
		float: inherit;
	}
	.apply-filter-btn {
		display: block;
	}
	.home-place-main {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.four-box-home .box .location-heading {
		font-size: 28px;
	}
	.upcoming-cs .upcoming-text h2 {
		font-size: 36px;
	}
	.upcoming-cs .full-cs>div {
		font-size: 15px;
	}
	.upcoming-cs .dates-cs .archive-program-title h2 {
		font-size: 23px;
		padding-bottom: 5px;
	}
	.upcoming-cs .dates-cs .archive-program-age>div {
		font-size: 14px;
	}
	.upcoming-box-main .text-box h2 {
		font-size: 36px;
		margin-bottom: 30px;
		line-height: 35px;
		margin-top: 0;
	}
	.upcoming-box-main .text-box p {
		font-size: 17px;
		line-height: 24px;
	}
	.upcoming-box-main .text-box .paragraph-bullets {
		margin-top: 10px;
	}
	.upcoming-box-main .text-box .paragraph-bullets p {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.upcoming-box-main .national-block .national-block-heading {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.upcoming-box-main .national-block .national-block-desc p {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.upcoming-box-main .national-block .national-block-url a {
		font-size: 15px;
		text-decoration: underline;
	}
	.upcoming-box-main .national-block .innr-wrapper {
		padding: 20px;
	}
	.upcoming-box-main .national-block {
		width: 350px;
	}
	.support-section .support-small-heading {
		font-size: 18px;
		margin-bottom: 5px;
		line-height: 24px;
	}
	.support-section .main-heading {
		font-size: 36px;
		margin-bottom: 28px;
		line-height: 36px;
	}
	.support-section .short-desc p {
		font-size: 20px;
		line-height: 24px;
	}
	.support-section .buttons-center {
		margin-top: 10px;
	}
	.support-section .number-cs .title-cs {
		font-size: 64px;
		margin-bottom: 9px;
	}
	.support-section .number-cs .counter-title {
		font-size: 19px;
		margin-bottom: 15px;
	}
	.support-section .number-cs {
		margin-top: 50px;
	}
	.support-section .inner-wrapper {
		padding: 40px 0;
	}
	.journey-section .black-heading {
		font-size: 30px;
	}
	.block-cta h1, .block-cta h2, .block-cta h3, .block-cta h4, .block-cta h5, .block-cta h6 {
		font-size: 30px;
		text-align: center;
	}
	.block-cta .c-btn.c-btn-color-alt {
		float: inherit;
		margin: 0 auto;
		display: table;
	}
	.journey-section {
		padding: 55px 15px;
	}
	.upcoming-cs .inner-wrapper {
		padding: 74px 80px;
		padding-right: 40px;
	}
	.upcoming-box-main .text-box .inner-wrapper {
		padding: 20px;
		margin-bottom: 35px;
	}
	.upcoming-box-main .text-box .inner-wraapers {
		border: none;
		padding-top: 0;
	}
	.support-section .main-heading::before {
		left: 27px;
	}
	.home-top-video .text-section .getsburg-tittle, .home-top-video .text-section .getsburg-title {
		font-size: 58px;
		line-height: 58px;
	}
	.home-top-video .text-section .to-title {
		font-size: 30px;
		line-height: 30px
	}
	.itenary-banner-main .green-banner-main-title {
		font-size: 65px;
	}
	.itenary-banner-main .inner-wrapper {
		padding: 0;
	}
	.itenary-content-main .iterary-top-text {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 50px;
	}
}

.sign-up-form-main {
	background-color: #28382b;
	padding: 64px 0;
	display: inline-block;
	width: 100%;
}

.sign-up-form-main h2 {
	font-size: 42px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #fff;
}

.sign-up-form-main .gform_wrapper {
	margin: 0 auto;
	display: table;
	border: 1px solid #364d3a;
	padding: 9px;
}

.sign-up-form-main .gform_wrapper>form {
	display: inline-flex;
	width: 100%;
}

.sign-up-form-main .gform_wrapper>form>.gform_body {
	display: inline-block;
	width: auto;
	float: left;
}

.sign-up-form-main .gform_wrapper>form>.gform_body ul.gform_fields li.gfield {
	padding-right: 1px;
	display: inline-block;
	margin: 0;
}

.sign-up-form-main .gform_wrapper>form>.gform_body ul.gform_fields li.gfield div.ginput_container {
	margin-top: 0;
}

.sign-up-form-main .gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 14px 19px;
	letter-spacing: normal;
	width: 242px;
	color: #919191;
	font-family: "acumin-pro-condensed";
	font-size: 19px;
	font-weight: 500;
	border: none;
	margin: 0;
	outline: none;
}

.sign-up-form-main .gform_body ul.gform_fields li.gfield div.ginput_container {
	margin: 0;
}

.sign-up-form-main .gform_wrapper>form>.gform_footer {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	float: left;
}

.sign-up-form-main .gform_wrapper.gf_browser_ie .gform_footer input.button {
	background-color: #b97f35;
	border: none;
	color: #ffffff;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-transform: uppercase;
	padding: 14px 70px;
	margin: 0;
	transition: 0.3s;
	cursor: pointer;
}

.sign-up-form-main .gform_wrapper>form>.gform_footer input {
	background-color: #b97f35;
	border: none;
	color: #ffffff;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.46px;
	text-transform: uppercase;
	padding: 14px 70px;
	margin: 0;
	transition: 0.3s;
	cursor: pointer;
}

.upcoming-cs .inner-wrapper {
	padding: 78px 80px 72px;
	padding-right: 40px;
}

@media only screen and (max-width: 767px) {
	.homepage-banner .homepage-banner-heading .heading-learn {
		font-size: 36px;
		line-height: 44px;
		margin-bottom: 7px;
	}
	.home-top-video .text-section .two-btn .orange-btn {
		float: left;
		text-align: center;
		padding: 15px 17px;
	}
	.homepage-banner .homepage-banner-heading {
		position: initial;
		background: #3E4827;
		padding: 25px 15px;
		padding-bottom: 50px;
	}
	.mobile-banner-home .vc_single_image-wrapper, .mobile-banner-home .vc_single_image-wrapper img {
		width: 100%;
	}
	.homepage-banner .homepage-banner-heading .explore {
		margin-top: 0;
	}
	.homepage-banner .wpb_single_image::after {
		height: 40px;
	}
	.home-place-main .text-cs p {
		font-size: 18px;
		text-align: center;
		line-height: 24px;
	}
	.home-place-main .img-cs {
		margin-top: 25px;
	}
	.home-place-main .img-cs, .home-place-main .text-cs {
		padding: 0 15px;
	}
	.home-place-main .img-cs img {
		width: 100%;
		position: relative;
		z-index: 1;
		padding-left: 0;
		max-width: 547px;
		float: right;
	}
	.home-place-main .img-cs::after {
		height: 100%;
		top: 30px;
		max-width: inherit;
		width: 100%;
	}
	.upcoming-cs::before, .fetured-faculty-main:before, .fetured-faculty-main:after {
		display: none;
	}
	.home-place-main .img-cs img {
		margin: 0 auto;
		display: table;
		float: inherit;
	}
	.upcoming-cs .upcoming-text a {
		margin: 0 auto;
		display: table;
	}
	.upcoming-box-main .col-12 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.b-content-images__col.image-left {
		padding-left: 0;
		padding-right: 0;
	}
	.orange-border-btn {
		padding: 13px 20px;
		margin-top: 15px;
	}
	.upcoming-box-main .overlap-image-cs .img-cs img {
		width: 100%;
	}
	.upcoming-box-main .overlap-image-cs .text-box .inner {
		padding: 0;
		right: 0;
		width: 100%;
	}
	.upcoming-box-main .row:nth-child(3) {
		position: initial;
	}
	.upcoming-box-main .row:nth-child(3) .inner-wrapper {
		margin-top: 0;
	}
	div h2, section h2 {
		font-size: 30px;
		line-height: 32px;
		text-align: left;
		margin-bottom: 14px;
		margin-top: 29px;
	}
	div h4 {
		font-size: 18px;
		line-height: 24px;
		text-align: left;
		margin-top: 31px;
		margin-bottom: 7px;
	}
	p+ul:not([class]) {
		margin-top: 17px;
	}
	.fetured-faculty-main .featured-facility-small-heading {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.fetured-faculty-main {
		margin-bottom: 0;
	}
	.fetured-faculty-main .orange-border-btn {
		margin-top: 35px;
	}
	.testimonial-main .slick-next::before {
		background-position: -7px -6px;
	}
	.testimonial-main .slick-prev::before {
		background-position: -52px -6px;
	}
	.testimonial-main .slick-next {
		display: inline-block !important;
		right: 15px;
		bottom: 0;
		top: inherit;
	}
	.testimonial-main .slick-prev {
		display: inline-block !important;
		left: 15px;
		bottom: 8px;
		top: inherit;
	}
	#footer .middle-logo-images .widget {
		width: 100%;
	}
	#footer .center-content-footer .widget {
		margin-bottom: 25px;
	}
	#footer .footer-main>.container {
		padding-top: 25px;
	}
	.about-section .text-cs .inner-srapper {
		padding: 0;
	}
	.about-section .about-program-title h2 {
		font-size: 32px;
	}
	.about-section .about-wrapper-cs .img-cs {
		padding: 0 15px;
	}
	.about-section .about-wrapper-cs .text-cs {
		padding: 20px 30px;
	}
	.upcoming-cs {
		margin-top: 0;
	}
	.home-place-main {
		padding-top: 33px;
		padding-bottom: 29px;
	}
	.upcoming-cs .dates-cs .program-full {
		float: left;
		padding-right: 10px;
		line-height: 1.3;
		width: auto;
	}
	.full-single-banner .green-banner-main-title {
		font-size: 36px;
		line-height: 45px;
		padding: 0 48px;
	}
	.full-single-banner {
		padding: 30px 0;
	}
	.full-single-banner .single_program_page .single-program-date, .full-single-banner .single_program_page .program-full-orange {
		font-size: 16px;
	}
	.testimonial-main {
		margin-bottom: 35px;
	}
	.instagram-main-cs .box {
		width: 50%;
		float: left;
		margin-top: 15px;
	}
	.instagram-main-cs .box:nth-child(3), .instagram-main-cs .box:nth-child(1) {
		margin-top: 0;
		position: relative;
		top: 30px;
		padding-right: 7px;
	}
	.instagram-main-cs .box:nth-child(2), .instagram-main-cs .box:nth-child(4) {
		padding-left: 7px;
	}
	.instagram-main-cs {
		padding-bottom: 40px;
	}
	.four-box-home .box .location-image {
		display: none;
	}
	.four-box-home .box {
		padding-bottom: 10px;
		border-right: 0;
		padding: 0;
	}
	.four-box-home .box .location-heading {
		padding: 23px 20px;
		border-bottom: 1px solid #dcd7d0;
		text-align: left;
		padding-right: 25px;
		font-weight: 700;
		line-height: 36px;
	}
	.four-box-home .box .location-heading::after {
		position: absolute;
		width: 13px;
		height: 13px;
		background: transparent;
		text-indent: -9999px;
		border-top: 1px solid #3e3e3e;
		border-left: 1px solid #3e3e3e;
		transition: all 250ms ease-in-out;
		text-decoration: none;
		color: transparent;
		transform: rotate(135deg);
		display: block;
		content: "";
		right: 22px;
		top: 34px;
	}
	.upcoming-cs .upcoming-text h2 {
		max-width: inherit;
		width: auto;
		margin: 0 auto;
		display: table;
		margin-bottom: 0;
		line-height: 35px;
		text-align: center;
	}
	.upcoming-cs .upcoming-text h2::before {
		left: 25px;
	}
	.upcoming-cs .upcoming-text h2::after {
		margin: 0 auto;
		display: table;
		margin-top: 24px;
	}
	.upcoming-cs .upcoming-btn-mob {
		display: block;
		width: 100%;
	}
	.upcoming-cs .upcoming-text a.dskcs {
		display: none;
	}
	.upcoming-cs .upcoming-text {
		border-bottom: none;
		padding: 0;
		padding-bottom: 40px;
		margin-bottom: 0;
	}
	.upcoming-cs .box {
		padding: 17px 0px;
		margin-bottom: 0;
	}
	.upcoming-cs .full-cs {
		display: inline-block;
		width: auto;
		padding: 0;
		width: 100%;
	}
	.upcoming-cs .full-cs>div {
		display: inline-block;
		padding-right: 0;
	}
	.upcoming-cs .full-cs .archive-program-time {
		position: relative;
		padding-left: 1px;
		margin-left: 4px;
	}
	.upcoming-cs .full-cs .archive-program-time::before {
		display: block;
		content: "";
		height: 15px;
		width: 2px;
		background: #fff;
		position: absolute;
		left: -4px;
		top: 6px;
	}
	.upcoming-cs .dates-cs .archive-program-title {
		padding: 0;
		width: 100%;
		margin-top: 8px;
	}
	.upcoming-cs .dates-cs .archive-program-age {
		width: 100%;
		padding: 0;
		padding-bottom: 5px;
	}
	.upcoming-cs .dates-cs .archive-program-age>div {
		display: inline-block;
		float: left;
		text-transform: capitalize;
	}
	.upcoming-cs .dates-cs .archive-program-age .archive-event-location-title::after {
		content: ",";
		display: inline-block;
		padding-right: 3px;
	}
	.upcoming-cs .upcoming-btn-mob .white-btn-orange-border {
		background-color: #b97f35;
		padding: 14px 19px;
		color: #ffffff;
		font-family: "acumin-pro-condensed";
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.46px;
		text-transform: uppercase;
		margin: 0 auto;
		margin-top: 31px;
		display: table;
		float: inherit;
	}
	.upcoming-cs .inner-wrapper {
		padding: 39px 20px;
		padding-bottom: 33px;
	}
	.upcoming-box-main {
		padding: 0;
	}
	.upcoming-box-main.block-content-images .text-box .inner-wrapper {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0px;
	}
	.upcoming-box-main .img-mob-cs {
		order: 1;
		padding: 0;
	}
	.upcoming-box-main .img-mob-cs .national-block {
		display: none;
	}
	.upcoming-box-main .img-mob-cs.dskcs {
		order: 3;
		display: block;
	}
	.upcoming-box-main .img-mob-cs.dskcs .national-block {
		display: block;
		width: 100%;
		position: initial;
	}
	.upcoming-box-main .text-box {
		order: 2;
	}
	.upcoming-box-main .preserving-section {
		margin-bottom: 0;
		background: transparent;
		padding: 0;
		margin-top: 0;
	}
	.support-section {
		padding: 15px 20px;
	}
	.support-section .inner-wrapper {
		padding: 0px 0 18px;
		border: none;
	}
	.support-section .orange-border-btn {
		margin: 0 5px;
		width: 125px;
		text-align: center;
		padding-left: 5px;
		padding-right: 5px;
		padding: 9px 5px;
	}
	.support-section .main-heading::after {
		width: 135px;
		margin-top: 24px;
	}
	.support-section .main-heading::before {
		width: 135px;
		left: 24px;
	}
	.support-section .buttons-center {
		margin-top: 33px;
	}
	div .support-section .number-cs {
		border-top: 1px solid #5e6954;
		padding-top: 0;
		margin-top: 39px;
		padding-bottom: 0;
	}
	.support-section .number-cs .title-cs {
		margin-top: 45px;
	}
	/*.home-top-video .home-vimeo-image {
	display: block;
}*/
	/*.home-top-video .vimeo-wrapper {
	display: none;
}*/
	body .home-top-video .vimeo-wrapper {
		height: 409px;
	}
	.home-top-video .text-section {
		top: inherit;
		bottom: -68px;
		left: 0;
	}
	.home-top-video .text-section .getsburg-title {
		margin-bottom: 39px;
	}
	.home-top-video {
		margin-bottom: 75px;
		padding: 0;
	}
	.home-top-video .text-section .two-btn .orange-brd-btn {
		background: #b97f35;
		padding: 15px 17px;
		float: left;
		text-align: center;
		margin-left: 10px;
	}
	.itenary-banner-main img.mob {
		display: block;
	}
	.itenary-banner-main img.dskcs {
		display: none;
	}
	.itenary-banner-main .green-banner-main-title {
		position: initial;
		font-size: 40px;
		color: #000000;
		line-height: 40px;
		margin-bottom: 20px;
		margin-top: 28px;
	}
	.itenary-content-main .iterary-top-text {
		padding-top: 10px;
	}
	.itenary-content-main .iterary-top-text {
		padding-top: 10px;
		margin-bottom: 0;
	}
	.main-content-itnerary .box-content-main {
		order: 3;
		margin-top: 50px;
	}
	.main-content-itnerary .map-cs {
		padding: 0;
	}
	.main-content-itnerary .map-cs .acf-map {
		margin-top: 5px;
		margin-bottom: 0;
	}
	.itenary-content-main .box-content-main .number {
		font-size: 18px;
		width: 38px;
		height: 38px;
		padding-top: 10px;
	}
	.itenary-content-main .box-content-main .content-box {
		padding-top: 9px;
		width: calc(100% - 38px);
		padding-left: 15px;
	}
	.main-content-itnerary {
		margin-bottom: 32px;
		padding-bottom: 0;
		border: none;
	}
	.itenary-banner-main .inner-wrapper>.col-md-12 {
		padding: 0;
	}
	.itenary-content-main .box-content-main .inner-wrapper {
		padding: 0;
		min-height: inherit;
		margin-bottom: 45px;
	}
	.itenary-content-main .box-content-main .inner-wrapper:hover {
		background: transparent;
	}
	.list-program-main .upcoming-cs .dates-cs .archive-program-title {
		margin-top: 0;
		margin-bottom: 5px;
	}
	.list-program-main .upcoming-cs .dates-cs .archive-program-title h4 {
		margin-bottom: 2px;
	}
	.list-program-main .upcoming-cs .sidebar-namme {
		width: 100%;
	}
	.sidebar-namme .archive-event-location-title, .sidebar-namme .archive-city-state {
		display: inline-block;
	}
	.searchfilter form ul li.sf-field-submit input[type="submit"] {
		margin-bottom: 0;
	}
	.filter-popup-btn::after, .searchfilter>form>ul>li.sf-field-submit::after {
		display: block;
		content: "";
		width: calc(100% + 40px);
		background: #e4ded6;
		height: 1px;
		position: absolute;
		left: -20px;
		bottom: 0;
	}
	.searchfilter.fields-hide form ul li:nth-child(4) {
		padding: 0;
		position: relative;
		display: inline-block;
		margin-bottom: 0;
		padding-bottom: 18px;
	}
	.list-program-main .upcoming-cs .box {
		border: none;
	}
	.list-program-main .upcoming-cs .box::after {
		display: block;
		content: "";
		width: calc(100% + 40px);
		background: #e4ded6;
		height: 1px;
		position: absolute;
		left: -20px;
		bottom: 0;
	}
	.explore-more-location .orange-btn-cs {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 350px) {
	.support-section .orange-border-btn {
		width: 115px;
	}
}

ul#menu-the-main-menu li {
	float: left;
}

ul {
	list-style: none;
}

li#nav-menu-item-5 {
	min-width: 153px;
}

.header-main {
	width: 100%;
	top: 11px;
	position: absolute;
	z-index: 99;
}

.div-center {
	margin: 0 auto;
	display: table;
}

/*.mega-menu-wrapper.active a {
    opacity: 1;
    visibility: visible;
}*/

.page-columns .content-image.content-image__align-none.spacing-normal {
	padding-top: 37px;
	/*	padding-bottom: 26px;*/
}

.block-gallery-lightbox .lightbox-gallery__thumbnails-wrapper {
	padding-bottom: 0;
}

.slick-slide .bc-gallery__caption {
	color: #404547;
	font-family: "acumin-pro-condensed";
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 6px 10px;
}

.block-content .table-wrapper {
	margin-top: 0;
}

.lightbox-gallery__gallery-wrapper.active {
	visibility: visible;
	opacity: 1;
}

.lightbox-gallery__close {
	display: none;
}

.lightbox-gallery__gallery-wrapper.active .lightbox-gallery__close {
	display: block;
}

.lightbox-gallery__gallery-wrapper .slick-prev:before {
	height: 40px;
	top: 3px;
	width: 40px;
	left: 2px;
}

.lightbox-gallery__gallery-wrapper .slick-next:before {
	height: 40px;
	width: 40px;
	right: 4px !important;
	top: 3px;
}

.lightbox-gallery__gallery-wrapper figure, .lightbox-gallery__gallery-wrapper figure img {
	width: 100%;
	max-height: inherit;
}

/***naeem (12-6-2019)***/

.blog ul:not([class]) li:before {
	display: none;
}

.blog .blog-filter ul li {
	padding: 0 0 0 17px;
}

.blog .blog-filter ul li:first-child {
	padding: 0;
}

.blog .blog-filter ul li:last-child {
	padding: 0px;
}

.blog *>article.post h2 a {
	text-decoration: none;
	font-family: "acumin-pro-condensed";
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	color: #315137;
	margin-bottom: 6px;
	text-transform: capitalize;
}

.blog .blog-filter ul li:nth-child(1) select {
	width: 49px;
}

.blog .searchandfilter select.sf-input-select {
	border: 0;
	box-shadow: none;
	min-width: 0;
	padding-right: 0;
	color: #000;
	width: 62px;
	margin-right: 14px;
	padding-left: 7px;
	background: transparent;
	outline: none;
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 500;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.blog .searchandfilter label:before {
	content: '';
	border-color: black transparent;
	border-style: solid;
	border-width: 5px 5px 0px 5px;
	height: 0px;
	width: 0px;
	position: absolute;
	right: 14px;
	top: 42%;
}

.blog *>.blog-sub-desc {
	display: inline-block;
	width: 100%;
	padding: 13px 20px 30px 20px;
}

.blog .blog-sub-desc .entry-title {
	line-height: 0;
	display: inline-block;
}

.blog .blog-sub-desc .entry-title a {
	display: inline-block;
}

nav.navigation.pagination .screen-reader-text {
	display: none;
}

.pagination .page-numbers {
	color: #000000;
	font-size: 19px;
	font-weight: 700;
	font-family: "acumin-pro-condensed";
	display: inline-block;
	margin-left: 11px;
	position: relative;
}

.pagination .page-numbers:first-child {
	margin-left: 0px;
}

.pagination .nav-links {
	position: relative;
}

.pagination .page-numbers.next {
	/*margin-left: 25px;
	height: 22px;
	background-image: url(../images/arrow_forword.png);
	width: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	position: relative;
	top: 5px;*/
	height: 22px;
	background-image: url(/wp-content/uploads/2019/07/arrow_forword.svg);
	width: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0;
	position: absolute;
	top: 4px;
	right: -55px;
	display: block;
}

.pagination .page-numbers.prev {
	/*margin-right: 25px;
	height: 22px;
	background-image: url(../images/arrow_back.png);
	width: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	position: relative;
	top: 5px;*/
	height: 22px;
	background-image: url(/wp-content/uploads/2019/07/arrow_forword.svg);
	width: 28px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 0;
	position: absolute;
	top: 4px;
	left: -55px;
	display: block;
	transform: rotate(180deg);
}

.pagination .page-numbers.current {
	border-bottom: 4px solid #b97f35;
	padding: 0 4px;
}

.blog .page-wrapper #main {
	padding-bottom: 80px;
}

.blog nav.navigation.pagination {
	padding: 61px 0 37px 0;
}

@media (max-width: 767px) {
	.blog *>.blog-filt-main {
		margin-bottom: 20px !important;
	}
	.blog *>article.post h2 a {
		font-size: 20px;
		font-weight: 700;
		line-height: 22px;
		margin-bottom: 0;
	}
	.blog *>.blog-date {
		margin-bottom: 11px;
		line-height: 24px !important;
	}
	.blog *>span.meta-author {
		margin-top: 0px;
	}
	.blog *>span.meta-author, .blog *>.meta-author a {
		font-size: 15px;
	}
	.blog *>.post-content {
		margin-bottom: 2px;
	}
	.blog .page-wrapper #main {
		padding-bottom: 65px;
	}
	.blog nav.navigation.pagination {
		padding: 28px 0 77px 0;
	}
}

.upcoming-cs .box {
	padding: 34px 15px;
}

/*.main-header__right .menu-the-secondary-menu-container #primary-menu li:nth-child(4) a, .main-header__right .nav-menu.norden li a, .main-header__nav>.menu>li>a {
	font-size: 14px;
}*/

/*css header m.m*/

.mega-menu-wrapper #menu-explore-the-journey-col1>li a {
	/*  -webkit-transform: translateY(50px);
          transform: translateY(50px);*/
	opacity: 0;
	animation-duration: .25s;
	animation-delay: 0s;
	animation-timing-function: ease;
	animation-fill-mode: both;
	backface-visibility: visible;
	animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(3%)
	}
	100% {
		opacity: 1;
		transform: translateX(0)
	}
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(1)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(1)>a {
	animation-delay: .2s;
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(2)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(2)>a {
	animation-delay: .4s;
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(3)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(3)>a {
	animation-delay: .6s;
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(4)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(4)>a {
	animation-delay: .8s;
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(5)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(5)>a {
	animation-delay: 1s;
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(6)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(6)>a {
	animation-delay: 1.2s;
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(7)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(7)>a {
	animation-delay: 1.4s;
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(8)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(8)>a {
	animation-delay: 1.6s;
}

.main-header__nav>.menu>li:hover #menu-explore-the-journey-col1>li:nth-child(9)>a, .mega-menu-wrapper #menu-explore-the-journey-col1>li:hover .sub-menu>li:nth-child(9)>a {
	animation-delay: 1.8s;
}

body .header-extra-height {
	width: 100%;
	background-color: #000000;
	height: 100% !important;
	position: fixed;
	top: 0;
	opacity: 0.4;
	display: block;
	z-index: 3;
	display: none;
}

/*css menu header mobile m.m 6-13-2019*/

.main-header__nav-mobile--wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	min-height: 100%;
	background-color: #fffaf3;
	right: 150%;
	transition: 0.8s;
	display: block;
	left: inherit;
}

.main-header__nav-mobile--wrapper .main-header__nav-mobile .menu>li>a {
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	padding: 14px 20px;
	padding-right: 35px;
}

.main-header__nav-mobile--wrapper .main-header__nav-mobile {
	margin-top: 68px;
}

.main-header__nav-mobile--wrapper .main-header__nav-mobile>.menu>li.unactive {
	display: none;
}

.main-header__nav-mobile--wrapper .main-header__nav-mobile>.menu>li.active {
	display: block;
	position: absolute;
	top: 80px;
	width: 100%;
}

.main-header__nav-mobile--wrapper .main-header__nav-mobile .sub-menu {
	position: fixed;
	top: 0;
	right: -150%;
	display: block;
	width: 100%;
	background: #fffaf3;
	height: 100%;
	z-index: 1;
	padding-top: 80px;
	transition: 0.8s;
}

.main-header__nav-mobile--wrapper .main-header__nav-mobile .sub-menu.active {
	right: 0;
}

.main-header__nav-mobile .sub-menu .heading-main-submenu {
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 19px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	padding: 15px 30px;
	border-bottom: 1px solid #a1a0a0;
	margin-bottom: 30px;
	position: relative;
	padding-top: 0;
}

.main-header__nav-mobile .sub-menu .heading-main-submenu .back-cs {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	display: block;
	content: "";
	background-image: url(/wp-content/uploads/2019/06/Stroke_1.png);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right;
	position: absolute;
	left: 20px;
	top: 0;
	transition: 0.4s;
	padding: 0;
}

.main-header__nav-mobile--wrapper .main-header__nav-mobile .sub-menu li.menu-item-has-children {
	position: relative;
}

.main-header__nav-mobile--wrapper .main-header__nav-mobile .sub-menu li.menu-item-has-children::after {
	display: block;
	content: "";
	background-image: url(/wp-content/uploads/2019/06/Stroke_1.png);
	width: 8px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	position: absolute;
	right: 20px;
	top: 0;
	transition: 0.4s;
	padding: 0;
}

button.btn-hamburger.open {
	position: fixed;
	top: 30px;
}

.sign-up-form-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: inherit !important;
	width: auto;
	padding: 0;
	background: transparent;
	border: none;
	position: relative;
	padding-right: 1px;
}

.sign-up-form-main .gform_wrapper div.validation_error {
	display: none;
}

.sign-up-form-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) .validation_message {
	position: absolute;
	bottom: -21px;
	color: red;
	font-size: 12px;
	left: 3px;
}

.page-hero--thumbnail .thubnail-caption {
	position: relative;
}

.page-hero--thumbnail .thubnail-caption::before {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px solid #eae4db;
	position: absolute;
	top: 4px;
}

.page-hero--thumbnail .thubnail-caption::after {
	content: "";
	display: block;
	width: 100%;
	border-top: 2px dotted #eae4db;
	margin-top: 8px;
	position: absolute;
	top: 4px;
}

.block-content {
	background: #fffaf3;
}

main.page-content {
	background: #fffaf3;
}

.page-fullwidth-image .content-image__align-left {
	padding-left: 40px;
	margin-top: 15px;
}

.page-fullwidth-image .content-image__align-right {
	padding-right: 40px;
	margin-top: 15px;
}

.block-gallery-slider {
	overflow: hidden;
}

.block-content-links-text .col-md-6.content-link__single {
	margin-bottom: 10px;
}

.block-content-links-text .col-md-6.col-lg-4.content-link__single {
	margin-bottom: 0;
}

.block-content-images .text-box {
	padding: 30px;
}

.block-content-images.upcoming-box-main .text-box h2 {
	margin-bottom: 30px;
	max-width: inherit;
}

.mobSearchIcon.mobile {
	display: none;
}

.home-top-video .text-section .two-btn .orange-btn:hover, .single-post .bg-related-post .full-coloured-orange-btn a:hover, .upcoming-cs .upcoming-text a:hover, .journey-section .full-coloured-orange-btn a:hover, .sign-up-form-main .gform_wrapper>form>.gform_footer input.button:hover {
	background-color: #a4702d;
}

.home-top-video .text-section .two-btn .orange-brd-btn:hover, .orange-border-btn:hover {
	background-color: #b97f35;
}

#page {
	background: #fffaf3;
}

body .page-fullwidth-image {
	max-width: inherit;
}

.block-cta::after {
	content: "";
	display: block;
	width: 100%;
	border-top: 2px dotted #28382b;
	margin-top: 8px;
	position: absolute;
	top: 5px;
	left: 0;
}

.block-cta::before {
	content: "";
	display: block;
	width: 100%;
	border-top: 3px solid #28382b;
	position: absolute;
	top: 6px;
	left: 0;
}

.block-cta .container::before {
	display: block;
	content: "";
	width: 100%;
	border-top: 3px solid #28382b;
	position: absolute;
	bottom: 6px;
	left: 0;
}

.block-cta .container::after {
	display: block;
	content: "";
	width: 100%;
	border-bottom: 2px dotted #28382b;
	position: absolute;
	bottom: 12px;
	left: 0;
}

.search-results .lightblue-bg {
	padding: 40px 0;
}

.search-results .search-form .search-field {
	border: none;
	border-bottom: 1px solid #e6e1db;
	padding: 8px 3px;
	outline: none;
	box-shadow: none;
}

.search-results .showing-cs {
	color: #335539;
	font-family: "acumin-pro-condensed";
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}

.search-results .results ol li {
	padding: 0 0 0 45px;
}

.search-results .results ol li p {
	font-size: 19px;
}

.upcoming-box-main .home-full-section .text-box {
	max-width: inherit;
	width: 529px;
	flex: inherit;
}

.upcoming-box-main .home-full-section .img-mob-cs {
	width: calc(100% - 529px);
	max-width: inherit;
	flex: inherit;
	height: 666px;
	padding-right: 20px;
	-webkit-box-flex: inherit;
}

.upcoming-box-main .home-full-section .img-mob-cs .inner-wrapper {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.upcoming-box-main .home-full-section.preserving-section .img-mob-cs {
	padding-right: 0;
	width: calc(100% - 631px);
	height: 600px;
}

.upcoming-box-main .home-full-section.preserving-section .text-box {
	width: 631px;
}

.page-template-home .upcoming-cs::before {
	content: "";
	display: block;
	width: calc(100% + 30px);
	border-top: 3px solid #324235;
	position: absolute;
	top: 5px;
	left: -15px;
}

.page-template-home .upcoming-cs::after {
	content: "";
	display: block;
	width: calc(100% + 30px);
	border-top: 2px dotted #324235;
	margin-top: 8px;
	position: absolute;
	top: 4px;
	left: -15px;
}

.page-template-home .upcoming-cs .inner-wrapper::before {
	display: block;
	content: "";
	width: calc(100% + 30px);
	border-top: 3px solid #324235;
	position: absolute;
	bottom: 5px;
	left: -15px;
}

.page-template-home .upcoming-cs .inner-wrapper::after {
	display: block;
	content: "";
	width: calc(100% + 30px);
	border-bottom: 2px dotted #324235;
	position: absolute;
	bottom: 12px;
	left: -15px;
}

.upcoming-box-main .home-full-section .img-mob-cs.dskcs {
	height: auto;
}

/*stylesheet pixel perfect css m.m*/

.tabs__link-list-wrapper .section-title {
	margin: 0 0 31px;
}

.block-content-links {
	padding-top: 10px;
}

#page .block-content .tablepress {
	margin-top: 37px;
	margin-bottom: 50px;
}

div h2.video-heading-center {
	margin-top: 13px;
}

.block-content-links .section-title {
	margin-bottom: 38px;
}

.block-content-images.upcoming-box-main .text-box .inner-wraapers {
	padding-top: 0;
	display: flex;
	align-items: center;
}

.block-content-images.upcoming-box-main .text-box p {
	line-height: 30px;
}

.block-tabs .tabs__tab-content-wrapper .page-columns .container {
	padding: 0;
	padding-bottom: 37px;
}

.block-tabs .tabs__tab-content-wrapper .page-columns img {
	padding-bottom: 34px;
}

/*end stylesheet pixel perfect css m.m*/

.page-template-itinerary-page .map-container .acf-map {
	height: 445px;
	margin-top: 3px;
}

.main-header__nav>#menu-main-menu-new>li:nth-child(2) .menu-item a {
	font-size: 28px;
}

.main-content-itnerary .map-cs .map-container {
	top: 20px;
	position: -webkit-sticky;
	position: sticky;
}

.main-content-itnerary .map-cs .gm-style .gm-style-iw-c .gm-style-iw-d h4 {
	background: #28382b;
	padding: 5px 13px 0px 13px !important;
}

.main-content-itnerary .map-cs .gm-style .gm-style-iw-c .gm-style-iw-d h4 a {
	line-height: 1.4;
	display: inline-block;
	text-align: center;
}

.location-listing1:hover span.map-svg-icon {
	background: #fff !important;
}

/*.filter-map-location .site-location-page .custo-filter {height: 100% !important;}*/

@media (max-width: 1200px) {
	@-webkit-keyframes slide-right {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
		100% {
			-webkit-transform: translateX(5px);
			transform: translateX(5px);
		}
	}
	@keyframes slide-right {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}
		100% {
			-webkit-transform: translateX(5px);
			transform: translateX(5px);
		}
	}
	@-webkit-keyframes slide-left {
		0% {
			-webkit-transform: translateX(50px);
			transform: translateX(50px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateX(20px);
			transform: translateX(20px);
			opacity: 1;
		}
	}
	@keyframes slide-left {
		0% {
			-webkit-transform: translateX(50px);
			transform: translateX(50px);
			opacity: 0;
		}
		100% {
			-webkit-transform: translateX(20px);
			transform: translateX(20px);
			opacity: 1;
		}
	}
	.main-header__nav>.menu>li>a, .main-header__right .nav-menu.norden li a {
		font-size: 15px;
	}
	.upcoming-box-main .national-block {
		width: 344px;
	}
	.upcoming-box-main .national-block .innr-wrapper {
		padding: 15px 15px;
	}
	.upcoming-box-main .national-block .national-block-heading {
		font-size: 24px;
		padding-bottom: 12px;
	}
	.upcoming-box-main .national-block .national-block-desc p {
		font-size: 15px;
	}
	.main-header__right .nav-menu.norden li.mobSearchIcon>a {
		margin-left: 0;
		margin-right: 0;
	}
	.main-header__nav>.menu>li {
		padding: 0 10px;
	}
	.mega-menu-wrapper #menu-explore-the-journey-col1>li>a {
		padding-right: 30px;
		font-size: 24px;
	}
	.sign-up-form-main .gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 210px;
	}
	.sign-up-form-main .gform_wrapper>form>.gform_footer input.button {
		padding: 14px 70px;
	}
}

@media only screen and (max-width: 1024px) {
	.home-top-video .vimeo-wrapper iframe {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.slick-arrow.slick-prev:after {
		background-image: none;
		display: block !important;
	}
	.slick-arrow:after {
		top: 20%;
		border-color: #fff;
	}
	section.block-content-images {
		margin-bottom: 0;
	}
	.sign-up-form-main .gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 170px;
	}
	.sign-up-form-main .gform_wrapper>form>.gform_footer input.button {
		padding: 14px 52px;
	}
	.upcoming-cs .inner-wrapper {
		padding: 48px 20px;
	}
	.block-content-images .text-box {
		padding-top: 20px;
		padding-bottom: 0;
	}
	.block-content-images.upcoming-box-main .text-box h2 {
		margin-top: 0;
	}
	.main-content-itnerary {
		border-bottom: none;
		padding-bottom: 0;
	}
	/*.main-content-itnerary .map-cs .map-container {border-bottom: 1px solid #979797;padding-bottom: 20px;}*/
	.upcoming-box-main .img-mob-cs .inner-wrapper {
		padding-right: 0px;
	}
	.upcoming-box-main .preserving-section .img-mob-cs {
		padding-left: 0;
	}
	.upcoming-box-main .text-box {
		padding: 0;
	}
	.upcoming-box-main .home-full-section .img-mob-cs, .upcoming-box-main .home-full-section.preserving-section .img-mob-cs {
		width: 100%;
	}
	.upcoming-box-main .home-full-section .text-box, .upcoming-box-main .home-full-section.preserving-section .text-box {
		width: 100%;
		order: 2;
	}
	.upcoming-box-main .home-full-section .img-mob-cs {
		padding-right: 0;
	}
	blockquote.alternate, blockquote {
		width: 100%;
		margin-left: 0;
	}
	.page-hero__content {
		padding: 29px 0 15px;
	}
	.leadparagraph {
		font-size: 20px;
		line-height: 24px;
	}
	.upcoming-box-main .overlap-image-cs .text-box .inner {
		padding: 20px;
	}
	.upcoming-box-main .overlap-image-cs .text-box .inner .inner-wrapper {
		padding: 0;
	}
	.itenary-content-main .box-content-main .inner-wrapper:last-child {
		padding-right: 1px;
	}
	.itenary-banner-main .inner-wrapper {
		margin-top: 0px;
	}
	.itenary-content-main .box-content-main .number::after {
		height: 140px;
		margin-top: 12px;
	}
	.itenary-content-main .box-content-main .inner-wrapper:nth-child(2), .itenary-content-main .box-content-main .inner-wrapper:nth-child(3) {
		padding-bottom: 0px;
	}
	.itenary-content-main .box-content-main .inner-wrapper:last-child {
		padding-bottom: 34px;
	}
	header .main-header__logo img {
		width: 100%;
	}
	.block-tabs .tabs__tab-content-wrapper .page-columns .container {
		padding-bottom: 10px;
	}
	.block-tabs .tabs__tab-content-wrapper .page-columns img {
		padding-bottom: 25px;
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.sign-up-form-main h2 {
		font-size: 30px;
		text-align: center;
		margin-bottom: 24px;
	}
	.sign-up-form-main .gform_wrapper {
		padding: 17px 20px;
	}
	.sign-up-form-main .gform_wrapper>form, #main.filter-map-location .sign-up-form-main form {
		display: inline-block;
	}
	#main.filter-map-location .sign-up-form-main form ul li {
		width: 100%;
	}
	.sign-up-form-main .gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: 100%;
	}
	.sign-up-form-main .gform_wrapper>form>.gform_body ul.gform_fields li.gfield, .sign-up-form-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		width: 100%;
		margin-bottom: 20px !important;
	}
	.sign-up-form-main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1;
		min-height: inherit;
	}
	.sign-up-form-main .gform_wrapper>form>.gform_footer input.button {
		padding: 20px 52px;
		width: 100%;
	}
	.sign-up-form-main .gform_wrapper>form>.gform_footer {
		width: 100%;
	}
	.lightbox-gallery__single-thumb {
		margin-bottom: 0;
	}
	.block-content-links-text .col-md-6.content-link__single {
		margin-bottom: 0;
	}
	.block-content-links-text .col-md-6.content-link__single:last-child {
		margin-bottom: 50px;
	}
	.block-content-links-text .col-md-6.col-lg-4.content-link__single {
		margin-bottom: 0;
	}
	.top-search-bar .search-bar {
		padding: 6px 20px;
		padding-left: 45px;
	}
	.top-search-bar .search-block {
		position: initial;
	}
	.top-search-bar .search-field {
		font-size: 22px;
	}
	.top-search-bar .search-block::before {
		left: 24px;
		top: 15px;
		width: 20px;
		height: 20px;
		margin-left: 0;
		margin-right: 0;
	}
	.tab-head-wrap button {
		display: block;
	}
	.tab-head .tabs__link.active {
		display: block;
	}
	.tab-head .tabs__link {
		display: none;
		width: 100%;
		margin: 0;
	}
	.tab-head .tabs__link a {
		font-size: 16px;
		padding-bottom: 16px;
	}
	.tab-head .tabs__link a:after {
		height: 3px;
	}
	.block-content-images .text-box {
		padding: 5px;
	}
	.upcoming-box-main.block-content-images .text-box .inner-wraapers, .upcoming-box-main.block-content-images .text-box .inner-wraaper {
		padding: 15px;
		border: 1px solid #e6e1db;
	}
	.page-fullwidth-image .content-image__align-left {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-columns .content-image.content-image__align-none.spacing-normal {
		padding-top: 12px;
	}
	.page-fullwidth-image .content-image__align-right {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 0;
	}
	.itenary-content-main .iterary-top-text p {
		font-size: 16px;
		line-height: 24px;
	}
	.itenary-content-main .box-content-main .content-box .itinerary-title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 9px;
	}
	.itenary-content-main .box-content-main .content-box .itinerary-desc p {
		font-size: 14px;
		line-height: 19px;
	}
	.itenary-content-main .box-content-main .content-box .learn-more-link a {
		font-size: 16px;
		font-weight: 700;
	}
	.upcoming-box-main .home-full-section .img-mob-cs {
		height: 239px;
	}
	.upcoming-cs .dates-cs .archive-program-title h2 {
		padding-bottom: 0;
		margin-top: 0;
	}
	.upcoming-cs .dates-cs .archive-program-title p {
		margin-bottom: 6px;
	}
	.upcoming-cs .inner-wrapper {
		padding: 48px 20px 30px;
	}
	.upcoming-box-main .text-box .inner-wrapper {
		padding: 26px 20px;
	}
	.upcoming-box-main .text-box .for-headings::after {
		width: 191px;
		margin-top: 23px;
	}
	.upcoming-box-main .text-box .for-headings::before {
		width: 191px;
	}
	.upcoming-box-main .text-box h2 {
		margin-bottom: 33px;
	}
	.upcoming-box-main .text-box p {
		margin-bottom: 22px;
	}
	.upcoming-box-main .text-box .paragraph-bullets p {
		margin-bottom: 18px;
	}
	.upcoming-box-main .text-box .paragraph-bullets p::before {
		margin-right: 13px;
	}
	.upcoming-box-main .text-box .inner-wrapper {
		padding: 26px 20px 15px;
		margin-bottom: 0;
	}
	.upcoming-box-main .national-block .national-block-desc p {
		margin-bottom: 3px;
	}
	.upcoming-box-main .national-block .national-block-heading {
		font-size: 20px;
		line-height: 28px;
	}
	.upcoming-box-main .national-block .innr-wrapper {
		padding: 15px 19px;
	}
	.upcoming-box-main .national-block {
		padding: 11px 10px;
	}
	.upcoming-box-main .home-full-section.preserving-section .img-mob-cs {
		height: 245px;
	}
	.support-section .main-heading {
		letter-spacing: 0.41px;
	}
	.support-section .inner-wrapper>.container>.row>.col-md-12 {
		padding: 0;
	}
	.support-section .main-heading {
		margin-bottom: 29px;
	}
	.support-section .main-heading {
		letter-spacing: 0.41px;
	}
	.sign-up-form-main {
		padding: 47px 0 42px;
	}
	.sign-up-form-main .gform_wrapper>form>.gform_body ul.gform_fields li.gfield {
		margin-bottom: 10px !important;
	}
	.sign-up-form-main .gform_body ul.gform_fields li.gfield div.ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 15px 19px;
	}
	ul:not([class]) li ul {
		margin: 13px 0 0 0;
	}
	ul:not([class]) li li {
		margin: 0 0 12px 0;
	}
	ul:not([class]) li li:before {
		left: 12px;
		top: 10px;
	}
	ol:not([class]) li ol {
		margin: 12px 0 0 0;
	}
	ol:not([class]) li li:before {
		left: 11px;
		width: 3px;
		height: 2px;
		top: 11px;
	}
	ol:not([class]) li li {
		margin: 0 0 13px 0;
	}
	div ol+p, div ul+p {
		margin-top: 28px;
	}
	blockquote.alternate, blockquote {
		margin-top: 27px;
		margin-bottom: 18px;
	}
	blockquote.alternate .author:before, blockquote .author:before {
		width: 16px;
		top: -4px;
		margin-right: 5px;
	}
	.single-accordion.active .single-accordion__title {
		padding: 29px 15px 11px;
	}
	.tabs__link-list-wrapper .section-title {
		margin: 0 0 10px;
	}
	.tabs__tab-content-wrapper .table-wrapper .c-btn-primary {
		padding: 17px 25px;
	}
	.page-columns.columns-spacing-bottom .content-image img {
		margin-bottom: 10px;
	}
	.page-columns.columns-spacing-bottom .content-image:nth-child(2) img {
		margin-bottom: 0;
	}
	#page .block-content .tablepress {
		margin-top: 20px;
		margin-bottom: 37px;
	}
	div h2.video-heading-center {
		margin-top: 9px;
	}
	.block-gallery-lightbox .section-title {
		margin-bottom: 7px;
	}
	.block-content-links .section-title {
		margin-bottom: 25px;
	}
	.support-section .number-cs .counter-title {
		max-width: 168px;
	}
	.page-template-itinerary-page .explore-more-location .orange-btn-cs {
		padding: 15px 28px;
	}
	.main-content-itnerary {
		margin-bottom: 34px;
		padding-bottom: 0;
	}
	.itenary-banner-main .green-banner-main-title {
		margin-top: 33px;
	}
	.itenary-content-main .iterary-top-text p {
		padding-left: 2px;
	}
	.page-template-itinerary-page .map-container .acf-map {
		height: 300px;
	}
	.itenary-content-main .box-content-main .number {
		padding-top: 6px;
		line-height: 29px;
	}
	.main-content-itnerary .box-content-main {
		margin-top: 47px;
	}
	.itenary-content-main .box-content-main .content-box {
		padding-left: 20px;
		padding-top: 1px;
		width: calc(100% - 38px);
	}
	.itenary-content-main .box-content-main .content-box .itinerary-title {
		margin-bottom: 10px;
	}
	.itenary-content-main .box-content-main .content-box .itinerary-desc p, .itenary-content-main .box-content-main .inner-wrapper:nth-child(2) .itinerary-desc p {
		margin-bottom: 19px;
	}
	.itenary-content-main .box-content-main .inner-wrapper {
		margin-bottom: 52px;
	}
	.itenary-content-main .box-content-main .inner-wrapper:nth-child(3) .content-box, .itenary-content-main .box-content-main .inner-wrapper:nth-child(4) .content-box {
		padding-top: 1px;
	}
	.itenary-content-main .box-content-main .inner-wrapper:nth-child(3) .itinerary-desc p, .itenary-content-main .box-content-main .inner-wrapper:nth-child(4) .itinerary-desc p {
		margin-bottom: 18px;
	}
	.page-template-itinerary-page .explore-more-location {
		padding-bottom: 41px;
	}
	.page-template-itinerary-page .journey-section .black-heading {
		margin-bottom: 22px;
	}
	.page-template-itinerary-page .journey-section {
		padding-bottom: 59px;
	}
	.tabs__tab-content-wrapper .c-btn-primary {
		padding: 18px 25px;
	}
	.block-gallery-slider .section-title {
		margin-bottom: 17px;
	}
	.block-content-images.upcoming-box-main .text-box h2 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 8px;
	}
	.block-content-images.upcoming-box-main .text-box p {
		font-size: 17px;
		font-weight: 400;
		line-height: 22px;
		margin-bottom: 20px;
	}
	.block-content-images.upcoming-box-main .text-box .c-btn-primary {
		padding: 14px 16px;
	}
}

/* naeem blog-filter 17-6-2019 */

.blog .searchandfilter .select2-container, .blog .searchandfilter select.sf-input-select, .blog .searchfilter>form>ul>li.sf-field-post_date .sf_date_field input {
	border: 0;
	box-shadow: none;
	min-width: 0;
	padding-right: 0;
	color: #000;
	width: auto !important;
	padding-right: 14px;
	background: transparent;
	outline: none;
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 500;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.blog .searchandfilter .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.blog .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
}

.blog .searchandfilter .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.blog *>.blog-banner-image:before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 3px solid #28382b;
	position: absolute;
	top: 6px;
	left: 0;
}

.blog *>.blog-banner-image:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-bottom: 2px dashed #28382b;
	position: absolute;
	top: 12px;
	left: 0;
}

.blog .select2-container--default .select2-results__option {
	color: #000000;
	font-family: "acumin-pro-condensed";
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

.blog .select2-container--open .select2-dropdown--below, .blog .select2-container--open .select2-dropdown--above {
	min-width: 153px;
	border: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
	background-color: #fffaf3;
}

.blog .select2-container--default .select2-results__option[aria-selected=true], .blog .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f5f0e9;
	color: #000;
}

.blog .searchandfilter label:hover .select2-selection--single .select2-selection__rendered {
	color: #595959;
}

.blog .searchandfilter label:hover:before {
	border-color: #595959;
}

.blog .searchandfilter label:hover:before {
	border-color: #595959;
}

.blog .searchandfilter .select2-container--default .select2-selection__rendered, .blog .searchandfilter .select2-container--default .select2-selection--single, .post-type-archive-events .searchandfilter .select2-container--default .select2-selection__rendered, .post-type-archive-events .searchandfilter .select2-container--default .select2-selection--single {
	outline: none;
}

@media (min-width: 768px) {
	.searchfilter form ul li.sf-field-submit input[type="submit"] {
		display: none;
	}
	.post-type-archive-events .submit-event-btn.btn-mobile {
		display: none;
	}
}

.post-type-archive-events .searchfilter form {
	float: left;
	margin-top: 9px;
}

.post-type-archive-events .submit-event-btn {
	padding: 19px 34px;
	float: right;
}

.post-type-archive-events .submit-event-btn span {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.46px;
}

.post-type-archive-events .filter-popup-btn::before {
	display: block;
	content: "";
	height: 1px;
	width: calc(100% + 40px);
	background: #e4ded6;
	bottom: 0;
	position: absolute;
	left: -20px;
}

.post-type-archive-events .submit-event-btn.btn-mobile {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 18px;
	position: relative;
}

.post-type-archive-events .submit-event-btn.btn-mobile:after {
	content: "";
	display: block;
	height: 1px;
	background: #e4ded6;
	bottom: -20px;
	position: absolute;
	width: calc(100% + 40px);
	left: -20px;
}

.post-type-archive-events .searchandfilter .select2-container span {
	outline: none;
}

@media (min-width: 767px) {
	.post-type-archive-events .filter-siderbar-cs form {
		float: none;
	}
}

@media (max-width: 767px) {
	.post-type-archive-events .filter-siderbar-cs .searchfilter form {
		margin-top: 0px;
	}
	.filter-siderbar-cs .searchfilter>form>ul>li.sf-field-submit {
		padding: 0 10px;
		padding-bottom: 10px;
	}
	.blog #content .row {
		margin: 0 0px;
	}
	.post-type-archive-events .select2-results__option {
		padding: 16px 19px !important;
	}
	.blog .select2-results__option {
		padding: 16px 19px !important;
	}
	.post-type-archive-events .searchfilter form {
		float: none;
		margin-top: 9px;
	}
	.home-top-video .text-section .getsburg-tittle {
		margin: 0;
	}
	.home-top-video .text-section .to-title {
		margin-bottom: 2px;
	}
	.home-top-video .text-section .to-title::before {
		height: 1px;
	}
	.home-top-video .text-section .to-title::after {
		height: 1px;
	}
}

.post-type-archive-events nav.navigation.pagination {
	padding: 25px 0px 94px;
}

.post-type-archive-events .blog-post-bg {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 62px;
	margin-top: -4px;
}

.post-type-archive-events #content h2.entry-title {
	padding: 50px 0;
	display: inline-block;
	text-align: center;
	width: 100%;
}

button#type.filter-applied, button#type.filter-applied:focus {
	background-color: #28382b !important;
	border-color: #28382b !important;
	color: #fff;
}

@media (min-width: 768px) {
	.blog li.sf-field-reset a {
		display: block;
		color: #000000;
		font-family: "acumin-pro-condensed";
		font-size: 16px;
		position: relative;
		font-weight: 500;
		line-height: 28px;
		top: 1px;
	}
	.blog li.sf-field-reset a:after {
		content: "";
		display: block;
		background: #000;
		height: 1px;
		position: absolute;
		bottom: 5px;
		width: 100%;
		left: 1px;
	}
	.blog li.sf-field-reset a:hover {
		color: #595959;
	}
	.blog li.sf-field-reset a:hover:after {
		background: #595959;
	}
	.post-type-archive-events li.sf-field-reset a {
		display: block;
		color: #000000;
		font-family: "acumin-pro-condensed";
		font-size: 16px;
		position: relative;
		font-weight: 500;
		line-height: 28px;
		top: -1px;
	}
	.post-type-archive-events li.sf-field-reset a:after {
		content: "";
		display: block;
		background: #000;
		height: 1px;
		position: absolute;
		bottom: 5px;
		width: 100%;
		left: 1px;
		margin-top: 4px;
	}
	.post-type-archive-events li.sf-field-reset a:hover {
		color: #595959;
	}
	.post-type-archive-events li.sf-field-reset a:hover:after {
		background: #595959;
	}
}

.blog .select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 3px;
}

@media screen and (min-width: 601px) {
	.content-column.one_half {
		width: 44%;
		margin-right: 5%;
		color: #000000;
		font-family: "adobe-caslon-pro";
		font-size: 22px;
		font-weight: 400;
		line-height: 30px;
		margin-bottom: 33px;
	}
}

.gform_button.button~br, .gform_button.button~p {
	display: none;
}

.page-content div.gform_wrapper .gform_button.button {
	margin: 0 auto;
	display: table;
	background-color: #b97f35;
	border: none;
	padding: 19px 27px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.3s;
    border-radius: 0;
	height: auto;
	cursor: pointer;
    font-family: "acumin-pro-condensed";
    padding: 10.5px;
    min-width: 133px;
}

.page-content div.gform_wrapper .gform_button.button:hover {
	background-color: #a4702d;
}

.content-column.one_third strong {
	font-family: "adobe-caslon-pro" !important;
	font-size: 22px !important;
}

.content-column.one_third em {
	font-family: "adobe-caslon-pro" !important;
	font-size: 16px !important;
}

.leadparagraph {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.page-id-1948 .block-content-links-text .content-link h4.content-link__title {
		height: 100%;
		display: flex;
		min-height: 98px;
		justify-content: flex-start;
		align-items: baseline;
	}
	/* .single-site-locations .slick-slide img {
		height: 100vh;
	} */
}

.itinerary-desc hr {
	margin: 15px 0;
}

.itenary-content-main .page-content h4 {
	max-width: 734px;
	margin: 25px auto;
}

.mega-menu-wrapper a.image-menu img {
	width: 60%;
}

a[href="/itineraries-ideas/"] img {
	width: 100%!important;
}

.single-blog-banner-image .col-md-6 {
	display: flex;
	flex-direction: column;
	justify-content: right;
	align-items: baseline;
}

@media screen and (max-width: 768px) {
	.blog-filt-main~h2 {
		text-align: center;
	}
}

@media screen and (min-width: 1024px) {
	.slick-slide img {
		max-height: 50vw;
		object-fit: contain;
	}
}

.post-type-archive-events .black-footer-section {
	background: #fffaf3;
}

.single-accordion__content a {
	color: #b97f35!important;
	text-decoration: underline!important;
}

.single-accordion__content a:hover {
	color: #db9b4b!important;
	text-decoration: none!important;
}