/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

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

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

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

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

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

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

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

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

[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 Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
	margin: 15px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* CSS START ========================================================================== */

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

html {
	font-size: 62.5%;
}

body {
	height: 100%;
	max-height: 100%;
	font-size: 20px;
	line-height: 1.35;
	color: #272727;
	font-family: "greycliff-cf", sans-serif;
	font-style: normal;
	font-weight: 400;
}

@media only screen and (max-width: 991.98px) {
	body {
		font-size: 18px;
	}
}

/* Google Translate Overrides */
html,
body {
	min-height: 0 !important;
	height: auto !important;
	position: inherit !important;
}

[id] {
    scroll-margin-top: 170px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: playfair-display, serif;
	text-rendering: optimizeLegibility;
	line-height: 1;
	margin-top: 0;
	text-wrap: balance;
	font-weight: 400;
}

h1 {
	font-size: 4rem;
	line-height: 1;
   margin: 0 0 35px;
}

h1 {
	padding: 0;
	margin: 0px 0 20px;
	font-size: 40px;
}
.slider-text p {
	margin: 0 0 25px;
}

.slider-text {
	max-width: 795px;
}

.slider-text p {
	font-size: 20px;
	max-width: 575px;
	margin: 0 0 45px;
	font-weight: 500;
}

@media only screen and (min-width: 1400px) {
	.slider-text h1,
	h1 {
		font-size: 80px;
	}
}

@media only screen and (min-width: 1200px) {
	.slider-text h1,
	h1 {
		font-size: 70px;
	}
}


h2, .h2 {
	font-size: 58px;
	line-height: 1.1;
	margin: 0 0 35px 0;
}

@media only screen and (max-width: 1200px) {
	h2, .h2 {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 991.98px) {
	h2, .h2 {
		font-size: 36px;
		margin: 0 0 20px 0;
	}
}

h2 + h4 {
	margin: 1.6em 0 0;
}

@media only screen and (max-width: 991.98px) {
	h2 + h4 {
		margin: 1.2em 0 0;
	}
}

h3 {
	font-size: 4.5rem;
	line-height: 5rem;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1320px) {
	h3 {
		font-size: 3.5rem;
		line-height: 4rem;
	}
}

@media only screen and (max-width: 1100px) {
	h3 {
		font-size: 3rem;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 700px) {
	h3 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 500px) {
	h3 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

h4 {
	font-size: 3rem;
	margin: 0;
	line-height: 1.2;
}

@media only screen and (max-width: 1300px) {
	h4 {
		font-size: 2.5rem;
	}
}

@media only screen and (max-width: 700px) {
	h4 {
		font-size: 2rem;
	}
}

.team-section-item h4 {
	font-size: 2.5rem;
}

h5 {
	font-size: 3.5rem;
	line-height: 4.5rem;
	margin: 0 0 35px;
}

@media only screen and (max-width: 1500px) {
	h5 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media only screen and (max-width: 1300px) {
	h5 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
}

@media only screen and (max-width: 991.98px) {
	h5 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media only screen and (max-width: 700px) {
	h5 {
		font-size: 2rem;
		line-height: 3rem;
	}
}

h6 {
	font-size: 2.75rem;
	margin: 0 0 1em;
}

@media only screen and (max-width: 500px) {
	h6 {
		font-size: 2.25rem;
	}
}

section {
	padding: 35px 0;
}
section + section {
	padding: 0 0 35px;
}

@media (min-width: 992px) {
	section {
		padding: 100px 0;
	}
	section + section {
		padding: 0 0 100px;
	}
}

a {
	color: #4a4a4a;
/*	-webkit-transition: color ease 0.3s;
	-moz-transition: color ease 0.3s;
	-ms-transition: color ease 0.3s;
	-o-transition: color ease 0.3s;
	transition: all 0.3s ease-in-out;*/
	text-decoration: none;
}

a:hover {
	color: #956A4A;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #50585d;
}

p,
ul,
ol {
	margin: 0em 0 1.5rem;
}

ol ol,
ul ul,
ul ol,
ol ul {
	margin: 0.4em 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #efefef;
	margin: 3.2em 0;
	padding: 0;
}

header,
footer {
	width: 100%;
}

.content-holder {
	max-width: 1450px;
	width: 90%;
	margin: 0 auto;
	align-items: start;
}

.small-box-content-section.contained-width .container.content-holder {
	max-width: 1000px;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.content-object-center {
/*	max-width: 75%;*/
	width: 100%;
	align-self: center;
	margin: 0 auto;
	padding: 0;
}

@media only screen and (max-width: 991.98px) {
	.content-holder {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.content-object-center {
		max-width: 90%;
	}
}

@media only screen and (max-width: 700px) {
	.content-object-center {
		max-width: 100%;
	}
}

.home .content-object-center {

}




.object-fit {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.post-edit-link {
	background: #c9a277;
	display: block;
	width: 150px;
	padding: 15px 0;
	color: #fff !important;
	position: fixed;
	bottom: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 700;
	z-index: 999;
	text-align: center;
	text-decoration: none;
}

.subtitle {
	display: block;
	font-weight: 600;
	margin: 0 0 15px;
	font-size: 20px;
}


h1 .subtitle,
h2 .subtitle {
	color: #FFF;
	font-family: "greycliff-cf", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
}

@media (min-width: 992px) {
	h1 .subtitle,
	h2 .subtitle {
		font-size: 24px;
	}
}

.our-team-template-default
	.intro--content
	.content-object-center
	.single-content
	h2 {
	margin: 0 0 30px;
}

@media only screen and (max-width: 600px) {
	.our-team-template-default
		.intro--content
		.content-object-center
		.single-content
		h2 {
		margin: 0;
	}
}

/* background colours start */

.bg-transparent {
	background: transparent;
}

.bg-white {
	background: #FFF;
}

.bg-light {
	background: #F3F3F3;
}

.bg-light-gold {
	background: #E3DCD4;
}

.bg-gold {
	background: #E3DCD4;
}
.btn.bg-dark {
	background: #FFF;
	color: #956A4A;
}

.bg-d-gold {
	background: #956A4A;
}

.bg-dark-grey {
	background: #303234;
}

.bg-light-grey {
	background: #353a41;
}

.bg-white {
	background: #ffffff;
}

.bg-whitesmoke {
	background: transparent;
}

.btn.bg-d-gold:hover,
.btn.bg-d-gold:active,
.btn.bg-d-gold:focus {
	background: #E3DCD4;
	color: #956A4A;
}
a.btn.bg-white:hover,
a.btn.bg-white:active,
a.btn.bg-white:focus {
	background: #E3DCD4;
	color: #956A4A;
}

/* background colours end */

.btn,
button,
.contact-form-holder .contact-form .wpcf7-submit {
	display: flex;
	align-items: center;
	max-width: max-content;
	border: none;
	cursor: pointer;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	height: 40px;
	padding: 10px 20px;
	border-radius: 8px;
	color: white;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	border: 1px solid #956A4A;
	font-size: 16px;
}

.btn.btn-outline {
	border: 1px solid #956A4A;
	color: #956A4A;
}

.btn:hover,
.btn.btn-outline:hover, {
	background: #E3DCD4;
	color: #272727;
}

.contact-form-holder .contact-form .wpcf7-submit:hover {
	background: #E3DCD4;
	color: #272727;
}

.referral-form-wrapper .contact-form-holder {
	background: #E7EFF9;
	border-radius: 10px;
}
.referral-form-wrapper .contact-form-holder .referral-form {
	max-width: 800px;
	margin: 0 auto;
}
.jotform-form {
	padding: 10px 0 !important;
}

@media only screen and (max-width: 1250px) {
	.btn,
	button,
	.wpcf7-submit {
		height: 44px;
		padding: 12px 22px;
	}
}

@media only screen and (max-width: 400px) {
	.btn,
	button,
	.wpcf7-submit {
		height: 40px;
		padding: 12px 25px;
	}
}

.btn span,
button span {
	margin: 0 0 0 5px;
	font-weight: 700;
}

a.btn.bg-white, .single-content a.btn.bg-white,
a.btn.bg-transparent, .single-content a.btn.bg-transparent {
	color: #956A4A;
}
a.btn.bg-transparent:hover, .single-content a.btn.bg-transparent:hover,
a.btn.bg-whitesmoke:hover {
	background: #E3DCD4;
	color: #956A4A;
}

a.btn.bg-whitesmoke {
	color: #FFF;
	border-color: #FFF;
	background: transparent;
}

.btn.bg-gold:hover,
.contact-form-holder .contact-form button:hover {
	background: #49b496;
	color: white;
}

.cookie-dialog__label {
	padding: 0 !important;
}

.cookie-dialog__more {
	color: #b6b6b6 !important;
	border-color: transparent !important;
}

.cookie-dialog__table {
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	background-color: rgba(0, 0, 0, 0);
	margin-top: 20px;
	margin-bottom: 20px;
	table-layout: auto;
	line-height: 1.3;
}

@media (min-width: 768px) {
	.cookie-dialog__table {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

.cookie-dialog__table th,
.cookie-dialog__table td {
	vertical-align: top;
	border: 1px solid #838383;
	padding: 4px 10px;
	text-align: left;
}

.cookie-dialog__table th:nth-child(1),
.cookie-dialog__table td:nth-child(1) {
	word-break: break-word;
	min-width: 140px;
}

.cookie-dialog__table th {
	font-weight: 700;
}

@media (max-width: 768px) {
	.cookie-dialog__table caption,
	.cookie-dialog__table table,
	.cookie-dialog__table thead,
	.cookie-dialog__table tbody,
	.cookie-dialog__table th,
	.cookie-dialog__table td,
	.cookie-dialog__table tr {
		display: block;
	}

	.cookie-dialog__table thead {
		display: none;
	}

	.cookie-dialog__table tbody td {
		border: none;
		border-width: 1px 1px 0;
		border-style: solid;
		border-color: #838383;
		position: relative;
		white-space: normal;
		text-align: left;
		padding: 4px 10px 4px 130px;
	}

	.cookie-dialog__table tbody td:before {
		position: absolute;
		top: 4px;
		left: 10px;
		width: 40%;
		white-space: nowrap;
		text-align: left;
		font-weight: 700;
	}

	.cookie-dialog__table tbody td:nth-child(1):before {
		content: "Cookie name";
	}

	.cookie-dialog__table tbody td:nth-child(2):before {
		content: "Provider";
	}

	.cookie-dialog__table tbody td:nth-child(3):before {
		content: "Type";
	}

	.cookie-dialog__table tbody td:nth-child(4):before {
		content: "Expiry";
	}

	.cookie-dialog__table tbody td:nth-child(5):before {
		content: "Description";
	}

	.cookie-dialog__table tbody td:first-child {
		border-width: 1px 1px 0;
		width: auto;
	}

	.cookie-dialog__table tbody td:last-child {
		border-width: 1px;
		width: auto;
	}

	.cookie-dialog__table tbody tr:not(:last-child) {
		border-width: 0 0 20px;
		border-style: solid;
		border-color: #fff;
	}
}

.blog-content-wrapper {
	padding: 100px 0;
	justify-content: space-between;
}

.blog-content-wrapper h2 {
	text-align: center;
	margin-bottom: 50px;
}

@media only screen and (max-width: 991.98px) {
	.blog-content-wrapper {
		padding: 50px 0;
	}
}

.blog-content-wrapper .content-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-content-wrapper .content-holder a {
	margin: 0 0 25px;
}

.blog-post-container {
	background: #F3EBE7;
	color: #fff;
	border-radius: 10px;
	height: 100%;
}

@media only screen and (max-width: 800px) {
	.blog-post-container {
		width: 100%;
	}
}

.blog-post-container h3 a {
	color: #fff;
	margin: 0 0 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	text-align: left;
}

.blog-img,
.blog-post-container img {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

@media only screen and (max-width: 1320px) {
	.blog-img,
	.blog-post-container img {
		height: 300px;
	}
}

@media only screen and (max-width: 600px) {
	.blog-img,
	.blog-post-container img {
		height: 235px;
	}
}

.blog-post-container img {
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog-text {
	padding: 15px;
}

.blog-text p {
	font-size: 20px;
	font-weight: 500;
	margin: 0 auto;
}

@media only screen and (min-width: 1320px) {
	.blog-text {
		padding: 30px;
	}
	.blog-text p {
		font-size: 24px;
	}
}



.blog-post-holder {
	padding-top: 100px;
}
.blog-post-holder h1 {
	text-align: center;
}
.blog-post-holder h2 {
	font-size: 30px;
	margin: 25px 0 15px 0;
}

.back-to-blog {
	margin: 100px auto 50px;
	text-align: center;
}

.next-prev-wrapper {
	background: #efefef;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 25px;
	border-radius: 34px;
}

.post-btn-next,
.post-btn-previous {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 0 10px;
}

.post-btn-previous {
	font-weight: 600;
	border-left: 3px solid rgb(91 135 145 / 45%);
	padding: 0 0 0 20px;
}

.blog-content-wrapper .content-holder .post-btn-next a,
.blog-content-wrapper .content-holder .post-btn-previous a {
	margin: 0;
}

.full-width-content.fees-section {
	padding: 2.5% 0 5%;
}

.full-width-content.add-gap .content-holder {
	width: 55%;
	margin: 0 5%;
	padding: 0 50px 0 0;
}

@media only screen and (max-width: 991.98px) {
	.full-width-content.add-gap .content-holder {
		width: 90%;
		margin: 0 auto;
		padding: 0 0 50px;
	}
}

.full-width-content.add-gap h2 {
	color: #272727;
	font-family: "greycliff-cf", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	margin: 35px 0 15px 0;
}

.side-image {
	width: 35%;
}

@media only screen and (max-width: 991.98px) {
	.side-image {
		width: 90%;
		margin: 0 auto;
	}
}

.side-image img {
	width: 35%;
	border-radius: 34px 0 0 34px;
}

@media only screen and (max-width: 991.98px) {
	.side-image img {
		width: 100%;
	}
}

/* accordion styles start */

.accordion-holder h1,
.accordion-holder h2,
.accordion-holder h3 {
	max-width: 1200px;
	margin: 0 auto 60px;
	text-align: center;
}

@media only screen and (max-width: 1320px) {
	.accordion-holder {
		max-width: 85%;
	}
}
@media only screen and (max-width: 991.98px) {
	.accordion-holder {
		max-width: 99%;
		margin-bottom: 50px;
	}
	.accordion-holder h1,
	.accordion-holder h2,
	.accordion-holder h3 {
		margin: 0 auto 35px;
	}
}

.accordion .set {
	position: relative;
	width: 100%;
	height: auto;
	border-top: 3px solid #956A4A;
}

.accordion .set:last-of-type {
	border-bottom: 3px solid #956A4A;
}

.accordion .set > a {
	display: block;
	cursor: pointer;
	padding: 30px 70px 30px 0;
	text-decoration: none;
	position: relative;
	color: #303234;
	font-size: 2.2rem;
	line-height: 3rem;
	font-weight: 500;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media only screen and (max-width: 1320px) {
	.accordion .set > a {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.accordion .set > a {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

@media only screen and (max-width: 600px) {
	.accordion .set > a {
		padding: 20px 50px 20px 0;
		font-size: inherit;
	}
}

.accordion .set > a.active {
	border-bottom: none;
	padding: 30px 70px 30px 0;
}

.accordion .set > a i {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.accordion-content {
	display: none;
	color: #303234;
}

.accordion-content h4 {
	margin: 20px 0;
	display: block;
}

.accordion-content a {
	color: #956A4A;
}

.accordion-content p {
	font-weight: 400;
	max-width: 85%;
}

.accordion-content p:first-of-type {
	margin: 0 0 0.6em 0;
}

.accordion-content p:last-of-type {
	margin: 0 0 30px 0;
}

.standout-box {
	background: #efefef;
	padding: 15px 20px 25px 30px;
}

.standout-box p,
.standout-box p:last-of-type {
	margin: 15px 0 0 0;
}

/* accordion styles end */

/* quote styles */

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

.quotes-holder p.h2 {
	font-family: playfair-display, serif;
	font-size: 22px;
	font-weight: 500;
	margin: 0 auto 20px;
}

.quotes-holder .content-holder > div {
  display: none;
}

.quotes-holder .content-holder > div.active {
  display: block;
}

.quotes-holder .quote-author {
	font-weight: 600;
}

@media (min-width: 768px) {
	.quotes-holder p.h2 {
		font-size: 30px;
	}
}

/* association-logos styles start */

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

.association-logos p {
	font-size: 21px;
	font-weight: 600;
	margin: 0 auto 50px;
}

.association-logos-holder {
	justify-content: center;
	width: 100%;
}

.association-logos-holder:nth-of-type(2) {
	background: whitesmoke;
	padding: 80px 10% 100px;
}

@media only screen and (min-width: 992px) {
	.association-logos p {
		font-size: 24px;
	}
}

.association-logos-holder h5 {
	width: 100%;
	text-align: center;
	margin: 0 0 40px;
}

.al-icon {
	flex-basis: 20%;
	flex-grow: 1;
	width: 100%;
	justify-content: space-around;
	max-width: 22em;
}

@media only screen and (max-width: 991.98px) {
	.al-icon {
		flex-basis: 30%;
		margin-bottom: 15px;
	}
}

.al-icon img {
	object-fit: contain;
/*	width: 70%;*/
}

/* association-logos styles end */

.our-locations-header {
	padding-bottom: 25px;
	text-align: center;
}

.contact-info .address {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 500;
}
.contact-opening-hours {
	margin-top: 40px;
	font-size: 18px;
}
.contact-opening-hours span {
	width: 100px;
}

.contact-info .contact-details div a {
	color: #272727;
	font-size: 18px;
}
.contact-info .contact-details div.email {
	font-size: 18px;
}

.opening-block div {
	display: inline-block;
	width: 200px;
	margin-bottom: 5px;
}

/* contact-details-strip styles start */

.contact-details-strip-wrapper {
	position: relative;
}

.contact-details-strip-background-image {
	z-index: 1;
	position: relative;
}

@media only screen and (max-width: 1150px) {
	.contact-details-strip-background-image {
		height: 40vh;
		max-height: 350px;
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.contact-details-strip-background-image .object-fit,
	.contact-details-strip-background-image {
		object-position: right;
		max-height: 30vh;
		min-height: 250px;
	}
}

.contact-details-strip-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 65%;
	background: #956A4A;
	border-radius: 0 150px 0 0;
	padding: 50px 5%;
}

@media only screen and (max-width: 1200px) {
	.contact-details-strip-content {
		border-radius: 0 75px 0 0;
		padding: 25px 5%;
	}
}

@media only screen and (max-width: 1150px) {
	.contact-details-strip-content {
		border-radius: 0;
		padding: 25px 5%;
		position: relative;
		width: 100%;
	}
}

.contact-details-holder {
	align-items: center;
}

.contact-details-holder a {
	color: white;
	font-size: 2.75rem;
	letter-spacing: 1.5px;
	margin: 20px 50px 20px 0;
}

@media only screen and (max-width: 1500px) {
	.contact-details-holder a {
		font-size: 2.25rem;
		margin: 5px 30px 5px 0;
	}
}

@media only screen and (max-width: 1150px) {
	.contact-details-holder a {
		font-size: 2rem;
		margin: 0 30px 0 0;
	}
}

@media only screen and (max-width: 700px) {
	.contact-details-holder a {
		font-size: 1.8rem;
		flex: 1;
	}
}

@media only screen and (max-width: 600px) {
	.contact-details-holder a {
		font-size: 1.6rem;
		margin: 0;
	}
}

@media only screen and (max-width: 400px) {
	.contact-details-holder a {
		font-size: 1.5rem;
	}
}

.contact-details-holder a:hover {
	text-decoration: underline;
	color: #1d1f22;
}

.contact-details-holder svg {
	max-width: 50px;
	width: 100%;
	margin: 0 50px 0 0;
}

@media only screen and (max-width: 1500px) {
	.contact-details-holder svg {
		max-width: 36px;
		margin: 0 30px 0 0;
	}
}

@media only screen and (max-width: 1300px) {
	.contact-details-holder svg {
		max-width: 30px;
		margin: 0 25px 0 0;
	}
}

@media only screen and (max-width: 600px) {
	.contact-details-holder svg {
		height: 40px;
		width: 40px;
		margin: 0 15px 0 0;
	}
}

/* contact-details-strip styles end */

/* contact-form styles start */

.contact-form-holder {
	padding: 65px 15px;
	text-align: center;
	align-content: center;
}

@media only screen and (max-width: 991.98px) {
	.contact-form-holder {
		width: 100%;
		padding: 50px 15px 25px;
	}
}

.contact-form-holder .contact-form {
	margin: 50px auto 0;
	justify-content: center;
	max-width: 750px;
}

@media only screen and (max-width: 991.98px) {
	.contact-form-holder .contact-form {
		max-width: 100%;
	}
}

.contact-form-image {
	width: 100%;
}

@media only screen and (max-width: 991.98px) {
	.contact-form-image {
		display: none;
	}
}

.contact-form-holder .contact-form .width-fifty {
	width: 50%;
}

@media only screen and (max-width: 1280px) {
	.contact-form-holder .contact-form .width-fifty {
		width: 100%;
	}
}

.contact-form-holder .contact-form input,
.contact-form-holder .contact-form textarea,
.contact-form-holder .contact-form select {
	width: 100%;
	margin: 0 0 20px 0;
	height: 45px;
	padding: 0 20px;
	border: none;
	font-weight: 300;
	font-size: 1.8rem;
	-moz-appearance: none;
	outline: none;
	background: #FFF;
	border-radius: 8px;
}

@media only screen and (max-width: 1200px) {
	.contact-form-holder .contact-form input,
	.contact-form-holder .contact-form textarea,
	.contact-form-holder .contact-form select {
		font-size: 1.6rem;
	}
}

.contact-form-holder .contact-form input::placeholder,
.contact-form-holder .contact-form select,
.contact-form-holder .contact-form textarea::placeholder {
	color: #272727;
}

.contact-form-holder .contact-form input,
.contact-form-holder .contact-form select {
	width: calc(100% - 20px);
}

@media only screen and (max-width: 1199.98px) {
	.contact-form-holder .contact-form input,
	.contact-form-holder .contact-form select {
		font-size: 1.5rem;
		height: 45px;
		padding: 0 15px;
		margin: 0 0 15px;
		width: 100%;
	}
}

.wpcf7-submit {
	width: 100%;
	max-width: 300px;
}

.contact-form-holder .contact-form .width-fifty p {
	margin: 0;
	height: 100%;
}

.contact-form-holder .contact-form .width-fifty br {
	display: none;
}

.custom-select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background-image: url("assets/images/down-arrow.svg");
	background-repeat: no-repeat;
	background-size: 55px 15px;
	background-position: right;
}

.contact-form-holder .contact-form textarea {
	height: calc(100% - 15px);
	padding: 20px;
	margin: 0;
}

@media only screen and (max-width: 1280px) {
	.contact-form-holder .contact-form textarea {
		height: 175px;
		margin: 15px 0 0 0;
	}
}

.contact-form-holder .contact-form select {
	margin: 0;
}

.contact-form-holder .contact-form .wpcf7-submit {
	background: #956A4A;
	margin: 0 auto 0;
	width: inherit;
}

.gdpr-text {
	font-size: 1.5rem;
	font-weight: 100;
	margin: 20px 0 0 0;
	width: 100%;
	flex: 1;
	padding: 0 50px 0 0;
}

@media only screen and (max-width: 1400px) {
	.gdpr-text {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

@media only screen and (max-width: 700px) {
	.gdpr-text {
		font-size: 1.2rem;
		line-height: 1.8rem;
		padding: 0;
	}
}

a.privacy-link {
	color: #30826c;
}

.contact-form .full-width {
	width: 100%;
	justify-content: center;
	margin: 25px 0 0 0;
}

@media only screen and (max-width: 1280px) {
	.contact-form .full-width {
		flex-direction: column;
	}
}

.marketing-text {
	width: 100%;
}

.marketing-text p,
.marketing-text .wpcf7-list-item {
	margin: 0;
}

.marketing-text input[type="checkbox"] {
	width: 15px !important;
	height: 15px !important;
	max-width: 15px !important;
	max-height: 15px !important;
	-moz-appearance: auto;
	margin: 5px 10px 0 0;
}

.three-box {
	width: 100%;
}

.three-box div {
	width: 100%;
	background: #1d1f22;
	padding: 30px 30px 35px 30px;
	margin: 1% 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.three-box div p {
	margin: 5px 0 0 50px;
}

@media only screen and (max-width: 500px) {
	.three-box div p {
		margin: 5px 0 0 0;
	}
}

.three-box div h4 {
	font-weight: 400;
	width: 140px;
}

@media only screen and (max-width: 500px) {
	.three-box div h4 {
		width: 100%;
	}
}

.three-box div h4 span {
	font-weight: 800;
}

/* contact-form styles end */

/* content-double-image styles start */

.content-double-image-wrapper.bg-black {
	color: white;
}



.cdiw--image {
	width: 60%;
	justify-content: end;
	align-content: center;
	margin-top: 40px;
}

@media (min-width: 992px) {
	.cdiw--image {
		margin-top: 0;
	}
}

@media only screen and (max-width: 1500px) {
	.cdiw--image {
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 991.98px) {
	.cdiw--image {
		width: 100%;
		justify-content: center;
	}
}

.cdiw--image {
  display: flex;
  align-items: flex-start;
}

.cdiw-image-holder-left,
.cdiw-image-holder-right {
  width: 50%;
  max-width: 420px;
  flex: 0 0 50%;
  position: relative;
}

.cdiw-image-holder-left img,
.cdiw-image-holder-right img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
}


.cdiw-image-holder-right {
  z-index: 1;
}


.cdiw-image-holder-left img {
  position: relative;
  margin-top: 20%;
  z-index: 2;
  margin-left: 25%;
}


@media only screen and (max-width: 991.98px) {


}




.double-img-slider.slick-slider,
.double-img-slider.slick-slider {
	display: none;
}

.home .double-img-slider.slick-slider,
.home .double-img-slider.slick-slider {
	display: block;
}


.cdiw-image-holder-left img,
.cdiw-image-holder-right img {
	height: 420px;
	border-radius: 8px;
}


@media only screen and (max-width: 991.98px) {
	.cdiw-image-holder-left img,
	.cdiw-image-holder-right img {
		height: 275px;
		max-width: 275px;
	}
	.cdiw-image-holder-left,
	.cdiw-image-holder-right {
		height: 375px;
	}
	.cdiw-image-holder-left img {
		margin: 20% -25px 0 auto;
	}
	.cdiw-image-holder-right img {
		margin: 0 auto 0 -25px;
	}
}

@media only screen and (max-width: 500px) {
	.cdiw-image-holder-left img,
	.cdiw-image-holder-right img {
		height: 200px;
		max-width: 200px;
	}
	.cdiw-image-holder-left,
	.cdiw-image-holder-right {
		height: 275px;
	}
	.cdiw-image-holder-left img {
		margin: 20% -5px 0 auto;
	}
	.cdiw-image-holder-right img {
		margin: 0 auto 0 -25px;
	}
}


.cdiw--content {
	width: 40%;
}

@media only screen and (max-width: 991.98px) {
	.cdiw--content {
		width: 100%;
	}
}


.position-left .cdiw--content {
	order: 0;
}

@media only screen and (min-width: 992px) {
    .position-right .cdiw--content {
    	order: -1;
    }
}

img.object-fit.sticky-on {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	max-width: 100%;
	height: 100%;
	max-height: 60vh;
	object-fit: cover;
	object-position: center;
	top: 200px;
}

.postid-24503 img.object-fit.sticky-on {
	min-height: inherit;
	object-fit: contain;
}

.single-content:not(:first-child) {
	margin: 0px 0 0 0;
}

.position-left .cdiw--content .single-content {
	padding: 20px 0 50px;
}

@media only screen and (max-width: 750px) {
	.position-left .cdiw--content .single-content {
		padding: 50px 0
	}
}

@media only screen and (max-width: 500px) {
	.position-left .cdiw--content .single-content {
		padding: 25px 0 0;
	}
}


/* content-double-image styles end */

/* content-image styles start */

.content-image-wrapper {
	padding: 0px 0;
}

@media only screen and (max-width: 750px) {
	.content-image-wrapper {
		padding: 0;
	}
}

.content-image-wrapper + .content-image-wrapper {
	padding: 0px 0;
}

@media only screen and (max-width: 750px) {
	.content-image-wrapper + .content-image-wrapper {
		padding: 0;
	}
}

.content-image-wrapper.bg-black,
.content-image-wrapper.bg-light-grey {
	color: white;
}

.ciw--image {
	width: 50%;
}


.ciw--content {
	width: 50%;
	font-size: 20px;
	font-weight: 500;
}

@media only screen and (max-width: 991.98px) {
	.ciw--image {
		width: 100%;
		margin: 0 auto;
	}
	.ciw--image {
		order: -1;
	}
	.ciw--content {
		width: 100%;
		font-size: 17px;
	}
}

.position-left .ciw--content {
	order: 0;
	padding: 35px 6%;
}

.position-right .ciw--content {
	padding: 35px 6%;
}

.bg-blue-wave .ciw--content,
.position-right.blue-bg-shape .ciw--content {
	background: #AABDD4 url('/../wp-content/uploads/backgrounds/blue-wave.svg') no-repeat center / cover;
}
.bg-gold-wave .ciw--content {
	padding: 35px 6%;
	background: #D6B297 url('/../wp-content/uploads/backgrounds/gold-wave.svg') no-repeat center / cover;
}
.bg-grey-wave .ciw--content,
.position-right.grey-bg-shape .ciw--content {
	background: #C0C1C8 url('/../wp-content/uploads/backgrounds/grey-wave.svg') no-repeat center / cover;
}

.ciw--content .single-content a.btn {
	margin-top: 25px;
}

@media only screen and (max-width: 991.98px) {
	.position-left .ciw--content,
	.position-right .ciw--content {
		padding: 35px 20px 30px;
	}
}

@media only screen and (min-width: 992px) {
    .position-right .ciw--content {
    	order: -1;
    }
}
.position-right .ciw--content .single-content a.btn {
	margin: 25px 0 20px;
}

.ciw--content .single-content h4 {
	color: #956A4A;
}

img.object-fit.sticky-on {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	max-width: 100%;
	height: 100%;
	max-height: 50vh;
	min-height: 550px;
	object-fit: cover;
	object-position: center;
	top: 225px;
}

.ciw--image img.object-fit.sticky-on {
	max-height: 60vh;
	min-height: 650px;
}

@media only screen and (max-width: 1500px) {
	.ciw--image img.object-fit.sticky-on {
		max-height: 50vh;
		min-height: 450px;
	}

	img.object-fit.sticky-on {
		max-height: 50vh;
		min-height: 450px;
	}
}

@media only screen and (max-width: 1200px) {
	img.object-fit.sticky-on {
		max-height: 40vh;
		min-height: 350px;
	}
}

@media only screen and (max-width: 700px) {
	.ciw--image img.object-fit.sticky-on,
	img.object-fit.sticky-on {
		max-height: 30vh;
		min-height: 250px;
	}
}

.intro--content .single-content p {
	max-width: 80%;
}

@media only screen and (max-width: 1600px) {
	.intro--content .single-content p {
		max-width: 100%;
	}
}

.single-content:nth-of-type(2) p {
	max-width: 100%;
}

.single-content p a {
	color: #956A4A;
}

.single-content p:last-child {
	margin-bottom: 0;
}

.single-content a.btn {
	display: inline-flex;
	margin-right: .938rem !important;
}

.single-content ul {
	padding-left: 20px;
}
.single-content li {
	margin-bottom: 10px;
}

.single-content li:last-child {
	margin-bottom: 0;
}

.blue-single-content {
	background: #E7EFF9;
	border-radius: 8px;
	padding: 0rem 3rem;
	height: 100%;
}
.blue-single-content img {
	margin: 0;
}
.blue-single-content .single-content > p:first-of-type {
	margin-top: 0;
}

@media (min-width: 1200px) {
	.single-content-text {
		max-width: 90%;
	}
	.blue-single-content {
		border-radius: 16px;
		padding: 4rem 4rem 3rem;
	}
}

.single-content:nth-of-type(2) {
	padding: 0px !important;
}



.single-content:nth-of-type(2) ul {
	padding: 0 0 0 25px;
}

.ciw--content p,
.ciw--content li {
	max-width: 80ch;
}

/* content-image styles end */

/* fees styles start */

table.fees.wide-table {
	border-top: 1px solid #a4a4a4;
	margin: 5% 0 0 0;
}

@media only screen and (max-width: 660px) {
	table.fees.wide-table {
		margin: 20px 0 35px;
	}
}

table.fees {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
	color: #272727;
	margin-bottom: 35px;
}

@media only screen and (max-width: 750px) {
	table.fees {
		margin: 20px 0;
	}
}

table.fees thead {
	margin: 40px 0 0;
	display: block;
}

table.fees thead:first-of-type {
	margin: 0;
}

table.fees thead tr {
	background: #956A4A;
	color: #fff;
	border: none;
}

@media only screen and (max-width: 660px) {
	table.fees thead tr {
		border-radius: 0;
	}
}

table.fees {
	border-top: 1px solid rgb(164 164 164 / 30%);
}
table.fees tr {
	background-color: #E3DCD4;
	border-bottom: 1px solid rgb(164 164 164 / 30%);
	border-left: 1px solid rgb(164 164 164 / 30%);
	border-right: 1px solid rgb(164 164 164 / 30%);
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

table.fees td i {
	line-height: 2rem;
	margin: 10px 0 0 0;
}

table.fees th,
table.fees td {
	padding: 0.8em 30px;
	text-align: left;
	width: 20%;
	font-weight: 600;
}

table.fees.wide-table th,
table.fees.wide-table td {
	width: 40%;
}

@media only screen and (max-width: 700px) {
	table.fees th,
	table.fees td {
		font-size: 1.5rem;
		padding: 0.8em;
	}
}

@media only screen and (max-width: 400px) {
	table.fees th,
	table.fees td {
		padding: 0.6em 1em;
	}
}

table.fees td:first-of-type i {
	font-size: 80%;
	display: block;
}

table.fees td span {
	font-weight: 100;
}

table.fees th {
	letter-spacing: 1px;
	padding: 1.25em 30px;
	width: 25%;
	font-size: 2rem;
}

@media only screen and (max-width: 700px) {
	table.fees th {
		font-size: 1.6rem;
		padding: 0.8em;
	}
}

@media only screen and (max-width: 400px) {
	table.fees th {
		font-size: 1.5rem;
		padding: 1em;
	}
}

table.fees th:last-of-type {
	background: #018964;
	color: #ffffff;
}

@media only screen and (max-width: 660px) {
	table.fees th:last-of-type {
		border-radius: 0;
	}
}

table.fees th:first-of-type,
table.fees td:first-of-type {
	width: 80%;
}

table.fees td:first-of-type {
	width: 80%;
	background: white;
	font-weight: 500;
}

table.fees.wide-table td:first-of-type {
	width: 60%;
}

@media only screen and (max-width: 660px) {
	table.fees td:first-of-type,
	table.fees td {
		width: 100%;
	}
}

.fees-content {
	width: 65%;
	padding: 5%;
	align-content: center;
}

@media only screen and (max-width: 991.98px) {
	.fees-content {
		width: 100%;
		padding: 5%;
	}
}

.fees-image {
	width: 35%;
}

@media only screen and (max-width: 991.98px) {
	.fees-image {
		width: 100%;
		order: 1;
	}
}

@media only screen and (max-width: 1200px) {
	.fees-image img {
		width: 100%;
		position: -webkit-sticky;
		position: sticky;
		max-width: 100%;
		height: 100%;
		max-height: 50vh;
		min-height: 550px;
		object-fit: cover;
		object-position: center;
		top: 225px;
	}
}

@media only screen and (max-width: 991.98px) {
	.fees-image img {
		max-height: 25vh;
		min-height: 300px;
	}
}


.fees-wrapper:nth-of-type(even) {
	background: whitesmoke;
}

.fees-wrapper:nth-of-type(even) .fees-image {
	order: 1;
}

s {
	color: #956A4A;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
s:after {
	content: "";
	display: block;
	width: 100%;
	height: 55%;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 2px solid;
}



.fees tbody:last-of-type tr td .btn {
    margin-top: 26px;
}

/* fees styles end */

/* fiftyfifty styles start */

.fifty-fifty-wrapper .contained-width {
	max-width: 1050px;
	margin: 0 auto;
}

@media (min-width: 1200px) {
	.fifty-fifty-wrapper .contained-width .single-content {
		padding: 0 20px;
	}
}

.fifty-fifty-content {
	width: 50%;
	flex-direction: column;
}

.fifty-fifty-title {
	text-align: center;
	margin: 0 auto 45px;
}

@media only screen and (max-width: 991.98px) {
	.fifty-fifty-content {
		width: 100%;
	}
}

.fifty-fifty-content.bg-dark-grey,
.fifty-fifty-content.bg-light-grey {
	color: white;
}

.fiftyfifty--image {
	max-height: 450px;
	min-height: 450px;
}

@media only screen and (max-width: 991.98px) {
	.fiftyfifty--image {
		max-height: 350px;
		min-height: 350px;
	}
}

.right-col .embed-video {
	text-align: right;
}

.embed-video iframe {
	max-width: 100%;
}

@media (max-width: 992px) {
	.right-col {
		margin-top: 25px;
	}
}

/* fiftyfifty styles end */

/* footer styles start */
.divider {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid rgb(245 245 245 / 50%);
	display: inline;
	height: 14px;
}

.opening-hours-wrapper {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 275px;
}

.opening-hours-wrapper .day {
	margin: 0 30px 0 0;
	width: 48%;
}

.opening-hours-wrapper .time {
    align-content: end;
}

.opening-hours-holder {
	max-width: 300px;
	width: 100%;
}

.our-policies-holder {
	align-items: center;
	max-width: 360px;
	width: 100%;
	margin: 0 100px 0 0;
}

.opening-hours-holder,
.our-policies-holder {
	line-height: 3.5rem;
}

.our-policies-holder h6 {
	width: 100%;
}

.opening-hours-holder {
	margin: 0 100px 0 0;
}

.address {
	font-size: 16px;
}

.our-address-holder {
	font-weight: 600;
	max-width: 200px;
}
.our-address-holder .practice-name {
	font-size: 20px;
	margin: 0 0 10px;
}
.our-address-holder .btn {
	margin-top: 25px;
	font-size: 13px;
}

@media only screen and (max-width: 400px) {
	.our-address-holder .btn {
		padding: 12px 10px;
	}
}

.contact-details div img {
	float: left;
	margin-right: 10px;
}

.contact-details div {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

.contact-details div a {
	position: relative;
	padding-left: 30px;
}

.contact-details div a:before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

.contact-details div.email a:before {
	background-image: url(/../wp-content/uploads/icons/email.svg);
}
.contact-details div.whatsapp a:before {
	background-image: url(/../wp-content/uploads/icons/WhatsApp.svg);
}
.contact-details div.phone a:before {
	background-image: url(/../wp-content/uploads/icons/phone.svg);
}


.contact-details div.email {
	font-size: 16px;
}

footer {
	padding: 35px 0 50px;
}

footer .content-holder {
	justify-content: space-between;
}


.footer-logos {
	align-items: center;
	justify-content: end;
}
.footer-logos div {
	margin-right: 30px;
	margin-bottom: 15px;
}
.footer-logos img {
  filter: grayscale(50%);
}

.footer-link {
	display: inline-block;
}

.footer-top-links {
	align-content: center;
	align-items: center;
	width: 100%;
}

.footer-link.full-width-link {
	width: 100%;
}

.footer-logo img {
	max-width: 240px;
	width: 100%;
	height: auto;
	margin: 0 0 50px;
}

.footer-copy {
	margin-top: 25px;
	font-size: 15px;
}

@media (min-width: 992px) {
	footer {
		padding: 75px 0;
	}
	.footer-logos div {
		margin-left: 15px;
		margin-right: 0;
		margin-bottom: 0;
	}

	.footer-copy {
		margin-top: 50px;
	}
}

.footer-social-icons-holder {
	justify-content: end;
}

.footer-social-icons-holder a {
	margin: 0 0 0 20px;
}

@media only screen and (max-width: 500px) {
	.footer-social-icons-holder a {
		margin: 0 25px 0 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.footer-logo img {
		margin: 0 0 30px;
	}
	.footer-logos {
		margin-top: 35px;
		justify-content: start;
	}
	.footer-social-icons-holder {
		justify-content: start;
		margin-top: 35px;
	}
	.footer-social-icons-holder a {
		margin: 0 25px 0 0;
	}
	.contact-details {
		margin-bottom: 40px;
	}
}



/* footer styles end */

/* full width content styles start */
.full-width-content {
	padding: 100px 0;
}

.full-width-content .contained-width {
	max-width: 850px;
	margin: 0 auto;
}

.full-width-title {
	text-align: center;
}

section.full-width-content + section.fifty-fifty-wrapper {
	padding-top: 0;
	padding-bottom: 35px;
}
section.full-width-content + section.fifty-fifty-wrapper {
	padding-top: 0;
}
section.fifty-fifty-wrapper + section.full-width-content {
	padding-top: 0;
}

.full-width-content:has(+ .fifty-fifty-wrapper) {
	padding-bottom: 25px;
}

@media only screen and (max-width: 991.98px) {
	.full-width-content {
		padding: 50px 0;
	}
}

.full-width-content .content-holder {
/*	max-width: 900px;*/
	margin: 0 auto;
}

.full-width-content.no-max-width .content-holder {
	max-width: none;
}
.full-width-content ol li {
	margin: 0 0 30px;
}

.full-width-content ol li:last-of-type {
	margin: 0;
}

.full-width-content-buttons {
	text-align: center;
	margin: 35px auto 0;
}
.full-width-content-buttons .btn {
	display: inline-block;
	margin: 0 10px 10px;
}

/* full width content styles end */

/* header styles start */

.header-wrapper {
	width: 100%;
	background: white;
	position: sticky;
	top: 0;
	z-index: 999;
	/*! height: 175px; */
	-webkit-box-shadow: 0 0 40px rgb(145 145 145 / 40%);
	box-shadow: 0 0 40px rgb(145 145 145 / 40%);
}

header .content-holder {
	justify-content: space-between;
	padding: 25px 15px;
	align-items: center;
}

@media only screen and (max-width: 1400px) {
	header .content-holder {
		width: 100%;
	}
}

@media only screen and (max-width: 991.98px) {
	header .content-holder {
		padding: 20px 10px 15px;
	}
}

.header-logo {
	max-width: 280px;
	width: 100%;
	height: auto;
	flex: 1;
}

@media (min-width: 1200px) {
	.header-logo {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1400px) {
	.header-logo {
		max-width: 280px;
	}
	.header-phone-number svg {
		width: 46px;
		height: auto;
	}
}

@media only screen and (max-width: 991.98px) {
	.header-logo {
		max-width: 135px;
		flex: 1;
	}
}


@media only screen and (max-width: 400px) {
	.header-logo img {
/*		padding: 0 50px 0 0;*/
	}
}

a.header-logo img {
	object-fit: contain;
}



.header-numbers-holder {
	flex-direction: column;
	margin: 0 0 0;
}

.header-numbers-holder span a {
	background: #F3F3F3;
	font-size: 15px !important;
	border-radius: 8px;
	padding: 5px 10px 5px 30px;
	margin-right: 8px;
	position: relative;
}

.header-numbers-holder span a img {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.header-numbers-holder div:first-child {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
	.header-numbers-holder {
		align-self: center;
		margin: 0 0 0;
	}
}

.header-numbers-holder a {
	font-weight: 600;
	font-size: 17px;
}

@media only screen and (max-width: 1400px) {
	.header-numbers-holder a {
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 991.98px) {
	.header-numbers-holder a {
		font-size: 1.6rem;
	}
}

@media only screen and (max-width: 991.92px) {
	.header-phone-number,
	.header-btn.btn-outline {
		display: none;
	}
}

.contact-buttons a {
   text-align: center;
   font-size: 15px;
   font-weight: 600;
   color: #272727;
}

.subnav-div.contact-buttons a img {
	display: block;
	margin: 0 auto 5px;
}

@media only screen and (min-width: 992px) {
	.contact-buttons {
	   display: none;
	}
}

.header-btn {
	display: inline-block;
}
.header-btn.btn.btn-outline {
	margin-left: 10px;
}

@media only screen and (max-width: 991.98px) {
	.header-btn {
	  font-size: 14px;
     padding: 10px 8px;
     height: unset;
     margin: 0 12px;
	}
	.subnav-div.contact-buttons {
	  display: flex; 
	  justify-content: space-between;
	  align-items: center; 
	  width: 100%;   
	  padding: 8px 0 10px;  
	}

	.subnav-div.contact-buttons a {
	  flex-direction: column; 
	  align-items: center;
	  text-align: center;
	  flex: 1;
	}
}



header {
	position: sticky;
	top: 0;
	z-index: 9;
	background: white;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

.subnav {
	height: 65px;
	width: 100%;
}

.social-subnav {
	justify-content: space-between;
	align-items: center;
}

.social-subnav a {
	align-content: center;
	display: flex;
	margin: 0 0 0 14.px;
}

.social-subnav a:first-of-type {
	margin: 0;
}

.subnav .content-holder {
	justify-content: space-between;
	align-items: center;
}

.subnav .content-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  position: relative;
}

.subnav-icon {
	height: 24px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	margin: 3px;
}
.subnav-icon_phone {
	height: 20px;
	margin-top: 6px;
}

@media (min-width: 1500px) {
	.subnav-div.desktop-navigation {
	  flex: 1;
	  display: flex;
	  justify-content: center;
	}

	.subnav-div.desktop-navigation > ul {
	  display: inline-flex;
	  justify-content: center;
	  list-style: none;
	}

	.subnav-div.desktop-navigation li {
	  position: relative;
	}

	.subnav-div.social-subnav {
	  display: flex;
	  justify-content: flex-end;
	  flex-shrink: 0;
	}
}

@media only screen and (max-width: 1400px) {
	.subnav .content-holder {
		width: 97%;
	}
}

header .subnav .content-holder {
	padding: 0;
}

.subnav-div:nth-child(3) {
	display: none;
}

@media (min-width: 992px) {
	.subnav-div:nth-child(3) {
		position: absolute;
	   right: 0;
	   display: flex;
	}
}


@media only screen and (max-width: 991.98px) {
	.subnav-div.desktop-navigation {
		display: none;
	}
}

nav.desktop-navigation ul {
	list-style: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 16px;
}

nav.desktop-navigation ul a {
	display: block;
	color: #272727;
	text-decoration: none;
	padding: 21px 20px;
	font-weight: 600;
	height: 65px;
}

@media only screen and (max-width: 991.98px) {
	nav.desktop-navigation ul a {
		padding: 15px 10px;
	}
}

nav.desktop-navigation ul li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

nav.desktop-navigation ul li:hover,
nav.desktop-navigation ul li.current_page_item,
nav.desktop-navigation .current_page_ancestor {
	background: #956A4A;

}

nav.desktop-navigation ul li:hover a,
nav.desktop-navigation ul li.current_page_item a,
nav.desktop-navigation .current_page_ancestor a {
	color: #FFF
}



nav.desktop-navigation ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #272727;
	padding: 0;
	width: max-content;
	z-index: 3;
}

nav.desktop-navigation ul ul a {
	color: #FFF;
	height: unset;
}

nav.desktop-navigation ul ul a img {
	position: absolute;
	right: 20px;
	margin: 0;
	top: 19px;
}

@media only screen and (max-height: 991.98px) {
	nav.desktop-navigation ul ul a img {
		top: 14px;
	}
}

nav.desktop-navigation ul ul li {
	float: none;
	border-bottom: 2px solid #2b2b2b;
}

nav.desktop-navigation ul ul li:last-of-type {
	border: none;
}

nav.desktop-navigation ul ul li:hover {
	background: #956A4A;
	cursor: pointer;
}

nav.desktop-navigation ul ul a {
	line-height: 120%;
	font-size: 1.5rem;
	padding: 13px 50px 13px 20px;
}

@media only screen and (max-height: 991.98px) {
	nav.desktop-navigation ul ul a {
		font-size: 1.45rem;
		padding: 10px 50px 10px 20px;
	}
}

nav.desktop-navigation ul ul ul {
	top: 0;
	left: 100%;
}

nav.desktop-navigation ul ul ul a {
	padding: 13px 20px;
}

@media only screen and (max-height: 991.98px) {
	nav.desktop-navigation ul ul ul a {
		padding: 10px 50px 10px 20px;
	}
}

nav.desktop-navigation ul li:hover > ul {
	display: block;
}

.gtranslate_wrapper a {
	color: white;
}

.gt_languages a {
	color: #3a4145;
}

.subnav-div.language-selector .gt_selector.notranslate {
	height: 36px;
	border-radius: 5px;
	border: none;
	background: white;
	padding: 0 8px;
	font-size: 80%;
}

.gift-card-subnav {
	color: white;
	margin: 0 0 0 25px;
	align-content: center;
	padding: 5px 0 0 0;
}

.gift-card-subnav img {
	max-width: 30px;
	width: 100%;
	height: auto;
	margin: 0 15px 0 0;
}

@media only screen and (max-width: 1250px) {
	.gift-card-subnav {
		display: none;
	}
}

@media only screen and (max-width: 991.98px) {
	.gift-card-subnav {
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	.subnav-div.language-selector {
		display: none;
	}
	header .subnav .content-holder {

	}
}

#searchForm button, #mobileSearchForm button {
	display: inline-block;
	background: #FFF;
	padding: 6px 10px 6px 6px;
	border-radius: 0 8px 8px 0;
	border: none;
	height: 36px;
	font-weight: 400;
	font-size: 80%;
}


#mobileSearchForm input {
   width: 256px;
}

.mobile-search-form {
    display: none;
    justify-content: center;
    margin: 17px 0;
}

#search_form {
	padding: 5px 10px 5px 15px;
	height: 36px;
	border: none;
	width: 250px;
	border-radius: 8px 0 0 8px;
	font-size: 80%;
}

@media only screen and (max-width: 1050px) {
	#search_form {
		width: 185px;
	}
}

@media only screen and (max-width: 375px) {
	#search_form {
		width: 90px;
	}
}

/* header styles end */

/* mobile navigation start */

.mobile-nav {
	display: none;
}

@media only screen and (max-width: 991.98px) {
	.mobile-nav {
		display: block;
	}
}

#nav,
#nav-content {
	display: inline;
}

#nav-button {
	display: none;
	cursor: pointer;
	background: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	line-height: 0;
	color: #272727;
	margin: 0;
	max-width: 35px;
	width: 35px;
	z-index: 9;
	position: relative;
}

#nav-button svg {
	margin-bottom: 13px;
}

#nav-overlay {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 75px);
	background-color: rgba(0, 0, 0, 0.6);
}

#nav-closenav {
	display: none;
	position: fixed;
	background: #c9a377;
	color: white;
	padding: 20px 11px 20px 17px;
	z-index: 999;
	right: 0;
	margin-top:-39px;
	max-width: 300px;
	border-radius: 30px 0 0 0;
	font-size: 29px;
}

#nav-sidebar {
	display: none;
	position: fixed;
	max-width: 400px;
	width: 100%;
	z-index: 20;
	height: calc(100%);
	top: 0;
	left: 0;
	background-color: #c9a377;
	color: white;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: transform 0.2s ease-out;
}
#nav-sidebar li {
	display: block;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 991.98px) {
	#nav-sidebar li img {
		display: none;
	}
}

#nav-sidebar li.btn {
	max-width: inherit;
	width: 100%;
	border-radius: 0;
	text-transform: capitalize;
	height: inherit;
	padding: 0;
}

#nav-sidebar-header {
	background: white;
	line-height: 0;
	margin-bottom: 33px;
}

#nav-sidebar li a {
	color: #ffffff;
}
#nav-sidebar-header img {
	width: 100%;
	height: auto;
	padding: 50px 50px;
	margin: 0;
	max-width: 350px;
}

@media only screen and (max-width: 400px) {
	#nav-sidebar-header img {
		padding: 15px 15px;
		max-width: 245px;
	}
}

#nav-sidebar-body .button {
	margin-top: 16px;
	text-align: center;
	float: none;
	display: block;
	height: auto;
	line-height: inherit;
	padding: 10px;
}

#nav-content {
	display: none;
}

#nav-button,
#nav-sidebar,
.nav-activated #nav-overlay,
.nav-activated #nav-closenav {
	display: block;
}

.nav-activated #nav-sidebar {
	transform: translateX(0);
}

.mobile-nav nav ul li a {
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-left: 50px;
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	font-weight: 500;
	height: 100%;
	font-size: 1.6rem;
}

@media only screen and (max-width: 500px) {
	.mobile-nav nav ul li a {
		font-size: 2rem;
		padding-left: 20px;
	}
}

.mobile-nav nav ul li a:hover {
	background-color: #956A4A;
}
.mobile-nav nav ul li a:after {
	position: absolute;
	top: 0;
	right: 10px;
}

.mobile-nav nav ul li:last-child a {
	border-bottom: none;
}

.mobile-nav nav ul i {
	position: absolute;
	font-size: 20px;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 10px 50px 10px 30px;
	z-index: 999;
}

.mobile-nav nav ul .sub-menu i {
	padding: 5px 50px 5px 30px;
}

.mobile-nav nav ul {
	padding: 0;
	margin: 0;
	/* border-top: 1px solid rgba(255, 255, 255, 0.1); */
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav nav ul ul {
	border-top: 1px solid rgba(100, 100, 100, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav nav ul ul a {
	padding: 5px 0 5px 50px;
	line-height: 40px;
	font-weight: 100;
	display: block;
	font-size: 90%;
}
.mobile-nav nav ul ul a:hover {
	background-color: #45464d;
}

.mobile-nav nav ul li > .sub-menu {
	display: none;
}

.mobile-nav nav ul li.open-menu > .sub-menu {
	display: block;
	background: #3a393b;
}

.mobile-nav nav ul li.open-menu > .sub-menu ul {
	background: #4c4c4c;
}

i.fas.fa-caret-down.right.fa-caret-down:before {
	margin: 10px 0 0 0;
	display: block;
}


/* mobile navigation end */
/* icon-strip styles start */


.icons-strip-wrapper .content-holder {
	justify-content: center;
	text-align: center;
}

.icons-row {
	margin: 25px auto 0;
	max-width: 1075px;
}

.icons-row .row {
	justify-content: center;
}


@media only screen and (max-width: 991.98px) {
	.icon-holder {
		margin: 25px 0;
	}
}

.icon {
	max-width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom center;
	margin: 0 auto 15px;
}

.icon-text {
	max-width: 160px;
	margin: 0 auto;
	font-weight: 600;
	line-height: 1.3;
	font-size: 16px;
}

.icon-text p {
	margin: 25px 0 0;
	font-weight: 600;
}

@media (min-width: 992px) {
	.icons-row {
		margin: 50px auto 0;
	}
	.icon {
		max-width: 100px;
		height: 100px;
	}
	.icon-text {
		font-size: 20px;
		max-width: 180px;
	}
}

/* icon-strip styles end */


/* benefit-strip styles start */
.benefits-strip-wrapper .content-holder {
	justify-content: center;
	text-align: center;
}

section.benefits-strip-wrapper + section.full-width-content {
	padding-top: 0;
	padding-bottom: 25px;
}
section.full-width-content + section.fifty-fifty-wrapper {
	padding-top: 0;
}
section.content-double-image-wrapper + section.full-width-content {
	padding-top: 0;
}

.benefit-row {
	margin: 50px auto 0;
}

.benefit-holder {
	padding: 0 10px;
}

@media only screen and (max-width: 991.98px) {
	.benefit-holder {
		margin: 25px 0;
	}
}

.benefits-intro {
	max-width: 800px;
	margin: 0 auto 35px;
	text-align: center;
}

.benefit-number {
	border-radius: 50%;
	text-align: center;
	color: #A37A5C;
	font-size: 58px;
	margin: 0 auto 25px;
	font-family: playfair-display, serif;
	width: 95px;
	height: 95px;
	justify-content: center;
}


.row > .benefit-block:nth-child(6n + 1) .benefit-number {
  background: #F3EBE7;
}

.row > .benefit-block:nth-child(6n + 2) .benefit-number {
  background: #E7EFF9;
}

.row > .benefit-block:nth-child(6n + 3) .benefit-number {
  background: #E7E7E7;
}

.row > .benefit-block:nth-child(6n + 4) .benefit-number {
  background: #F9EFE7;
}

.row > .benefit-block:nth-child(6n + 5) .benefit-number {
  background: #E9EFE9;
}

.row > .benefit-block:nth-child(6n + 6) .benefit-number {
  background: #FBF5E7;
}

.benefit-title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 auto 20px;
}

.benefit-text {
	margin: 0 auto 50px;
	font-size: 17px;
	max-width: 425px;
	margin-bottom: 50px;
}



/* benefit-strip styles end */

/* intro styles start */


@media only screen and (max-width: 550px) {
	.intro .content-holder .btn,
	.full-width-content .btn {
		width: 100%;
		max-width: inherit;
		margin: 20px 0 0px;
		justify-content: center;
		line-height: 1.8rem;
	}
}

.intro .content-holder.bg-dark-grey {
	color: white;
}


.intro--content {
	position: relative;
}
.intro--content-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 240px;
	width: 100%;
	overflow: hidden;
}

.homepage__slider__wrapper {
   position: relative;
}

@media only screen and (min-width: 992px) {
	.intro--content-bg {
		height: calc(90vh - 195px);
		min-height: 875px;
	}
	.intro--content .intro__slider__overlay {
		background: rgba(115, 82, 58, .5);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
}

.intro--content .intro--content--body {
	justify-content: center;
	color: white;
	margin: 0 auto;
	align-content: center;
	justify-content: space-between;
	padding: 0 0;
	align-items: center;
}

.intro--content--body .single-content {
	max-width: 810px;
}

.intro--content .intro--content--body h1 {
	font-size: 40px;
}
.intro--content .intro--content--body h2 {
	font-size: 36px;
}

.intro--content--body .btn {
	margin-top: 20px;
}


@media only screen and (min-width: 992px) {
	.intro--content .intro--content--body h1 {
		font-size: 70px;
	}
	.intro--content .intro--content--body h2 {
		font-size: 58px;
	}
	.intro--content .intro--content--body {
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
		z-index: 2;
	}
}

@media (min-width: 1200px) {
	.intro--content .intro--content--body h1 {
		font-size: 70px;
	}
}

@media only screen and (max-width: 1500px) {
	.intro--content .intro--content--body {
		max-width: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		height: inherit;
		padding: 0;
	}
}

@media only screen and (max-width: 1100px) {
	.intro--content .intro--content--body {
		padding: 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.intro--content .intro--content--body {
		text-align: left;
		padding: 30px 15px;
		background: #002E0D url('/../wp-content/uploads/backgrounds/green-wave.svg') no-repeat center / cover;
	}
}



.position-left .intro--content {
	order: 0;
}

.position-left .intro--image {
	order: -1;
	margin: 100px 0 100px 7.5%;
}

.content-holder.bg-black {
	color: white;
}

.content-image-wrapper.bg-whitesmoke .single-content:nth-of-type(2) {
	background: transparent;
}

/* intro styles end */

/* partners styles start */
.our-partners .content-holder {
	margin: 0 auto;
}

.our-partners .content-holder h2 {
	margin: 0 0 40px;
	text-align: center;
}

.logo-grid ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
	justify-content: center;
}

.logo-grid li {
	width: calc(100% / 4);
	border: 1px solid whitesmoke;
}

@media only screen and (max-width: 991.98px) {
	.logo-grid li {
		width: calc(100% / 3);
	}
}

@media only screen and (max-width: 600px) {
	.logo-grid li {
		width: calc(100% / 2);
	}
}

.our-partners:nth-of-type(even) .logo-grid ul li {
	background: white;
}

.logo-grid a {
	display: block;
	height: 10em;
	padding: 30px;
}

@media only screen and (max-width: 400px) {
	.logo-grid a {
		padding: 15px;
	}
}

.logo-grid img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* partners styles end */

/* reviews-and-feedback styles start */

.reviews-and-feedback-wrapper {

}

@media only screen and (max-width: 800px) {
	.reviews-and-feedback-wrapper {

	}
}

.reviews-and-feedback-wrapper .content-holder {
	max-width: 1400px;
	border-radius: 16px;
	padding: 50px;
}

@media only screen and (max-width: 991.98px) {
	.reviews-and-feedback-wrapper .content-holder {
		padding: 25px 25px 75px 25px;
		border-radius: 0;
	}
}

.raf-title-holder {
	justify-content: center;
	margin: 0 0 50px;
}

.raf-title-holder .raf-title h2 {
	margin: 0;
}

.raf-motif {
	max-width: 200px;
}

@media only screen and (max-width: 800px) {
	.raf-motif {
		max-width: 20%;
	}
}

@media only screen and (max-width: 530px) {
	.raf-motif {
		display: none;
	}
}

.raf-motif img {
	object-fit: contain;
}

/* reviews-and-feedback styles end */

/* slider styles start */

.homepage__slider__wrapper {
   position: relative;
}

@media only screen and (min-width: 992px) {
	.homepage__slider__overlay {
		background: rgba(115, 82, 58, .5);
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
	}
}

.homepage__slider .slide,
.homepage__slider .slide .slider-image {
	height: 250px;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 992px) {
	.homepage__slider__wrapper .slider-content {
		position: absolute;
		top: 20%;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.homepage__slider .slide,
	.homepage__slider .slide .slider-image {
		height: calc(90vh - 195px);
	}
}

@media only screen and (min-width: 1400px) {
	.homepage__slider .slide,
	.homepage__slider .slide .slider-image {
		height: calc(100vh - 195px);
	}
}

.homepage__slider__wrapper .slider-content {
	justify-content: center;
	color: white;
	margin: 0 auto;
	align-content: center;
	justify-content: space-between;
	padding: 0 0;
	align-items: center;
}



@media only screen and (max-width: 1500px) {
	.homepage__slider__wrapper .slider-content {
		max-width: 100%;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-ms-border-radius: 0;
		-o-border-radius: 0;
		height: inherit;
		padding: 0;
	}
}

@media only screen and (max-width: 1100px) {
	.homepage__slider__wrapper .slider-content {
		padding: 0;
	}
}

@media only screen and (max-width: 991.98px) {
	.homepage__slider__wrapper .slider-content {
		text-align: left;
		padding: 40px 15px;
		background: #002E0D;
	}
}

.slider-button a.btn {
	height: 45px;
	padding: 10px 30px;
}

.slider-button a + a {
  margin: 0 0 0 20px;
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.slider-button a + a:hover {
  color: #956a4a;
}

.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: inherit;
	margin-right: auto;
	line-height: 0;
}

.home .slick-track {
	margin-left: auto;
}

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

	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev.slick-arrow {
	max-width: 200px;
	position: absolute;
	left: 0;
	top: 30%;
	transform: translate(-25%, -50%);
	z-index: 8;
	background: #F3F3F3;
	color: #956A4A;
	height: 45px;
	width: 45px;
	border-radius: 8px;
	align-content: space-around;
	cursor: pointer;
}

.homepage__slider .slick-prev.slick-arrow {
	transform: none;
	left: 3%;
}

@media only screen and (max-width: 1500px) {
	.homepage__slider .slick-prev.slick-arrow {
		left: 1%;
	}
}

.slick-next.slick-arrow {
	position: absolute;
	right: 0%;
	top: 30%;
	transform: translate(50%, -50%);
	z-index: 8;
	background: #F3F3F3;
	color: #956A4A;
	height: 45px;
	width: 45px;
	border-radius: 8px;
	align-content: space-around;
	cursor: pointer;
}

@media only screen and (max-width: 1500px) {
	.slick-prev.slick-arrow,
	.slick-next.slick-arrow {
		width: 35px;
		height: 35px;
	}
}

@media only screen and (max-width: 600px) {
	.slider__team-slider .slick-prev.slick-arrow {
		left: 20px;
	}
	.slider__team-slider .slick-next.slick-arrow {
		right: 32px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 1500px) {
    .slider__team-slider .slick-prev.slick-arrow {
        left: 17px;
    }
}

.homepage__slider .slick-next.slick-arrow {
	transform: none;
	right: 3%;
}

@media only screen and (max-width: 1500px) {
	.homepage__slider .slick-next.slick-arrow {
		right: 1%;
	}
}

.homepage__slider .slick-prev.slick-arrow,
.homepage__slider .slick-next.slick-arrow {
	cursor: pointer;
	top: inherit;
	bottom: 20px;
}

@media only screen and (max-width: 1500px) {
	.homepage__slider .slick-prev.slick-arrow,
	.homepage__slider .slick-next.slick-arrow {
		bottom: 40px;
	}
}

.slick-next.slick-arrow img,
.slick-prev.slick-arrow img {
	width: 15px;
	height: 25px;
	margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
	.slick-next.slick-arrow img,
	.slick-prev.slick-arrow img {
		width: 30px;
		height: 20px;
		margin: 1px 0 0 0;
	}
}

.slick-prev.slick-arrow img {
	margin: 0 auto;
}

@media only screen and (max-width: 1500px) {
	.slick-prev.slick-arrow img {
		margin: 1px 0 0 5px;
	}
}

/* slider styles end */

/* small box styles start */

.small-box-content-section {
/*	padding: 100px 0;*/
}

.small-box-content-wrapper {
	margin-bottom: 30px;
}

.small-box-content-section h2 {
	text-align: center;
	max-width: 1050px;
	margin: 0 auto 50px;
}

.small-box-content {
   height: 100%;
	border-radius: 8px;
}


@media only screen and (max-width: 600px) {
	.smile-gallery .small-box-content {
		max-width: 325px;
		margin: 0 auto;
	}
}

.row > .small-box-content-wrapper:nth-child(6n + 1) .small-box-content {
  background: #F3EBE7;
}

.row > .small-box-content-wrapper:nth-child(6n + 2) .small-box-content {
  background: #E7EFF9;
}

.row > .small-box-content-wrapper:nth-child(6n + 3) .small-box-content {
  background: #E7E7E7;
}

.row > .small-box-content-wrapper:nth-child(6n + 4) .small-box-content {
  background: #F9EFE7;
}

.row > .small-box-content-wrapper:nth-child(6n + 5) .small-box-content {
  background: #E9EFE9;
}

.row > .small-box-content-wrapper:nth-child(6n + 6) .small-box-content {
  background: #FBF5E7;
}

.row.peach-box > .small-box-content-wrapper .small-box-content {
	background: #F9EFE7;
}
.row.blue-box > .small-box-content-wrapper .small-box-content {
	background: #E7EFF9;
}
.row.gold-box > .small-box-content-wrapper .small-box-content {
	background: #D6B297;
}

.small-box-content-holder {
	padding: 25px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	font-size: 18px;
}

.small-box-image-holder {
	position: relative;
	overflow: hidden;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.small-box-image {
	min-height: 225px;
	max-height: 225px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.small-box-image.image-contain {
	background-size: contain;	
}

.smile-gallery .small-box-image {
	min-height: 325px;
	max-height: 325px;
}

@media (min-width: 992px) {
	.small-box-image {
		min-height: 295px;
		max-height: 295px;
	}
	.small-box-image.image-contain {
		min-height: 225px;
		max-height: 225px;
	}
}

.small-box-content-holder {
	text-align: left;
}

.small-box-content-holder p.title {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.small-box-content-holder p {
	margin: 0;
	font-size: 17px;
}

.small-box-content-holder p a {
	text-decoration: underline;
	font-weight: 600;
}

@media only screen and (max-width: 991.98px) {
	.small-box-content-holder {
		margin-bottom: 15px;
		padding: 15px;
	}
}

.small-box-image-holder .video-holder {
	height: 100%;
	aspect-ratio: auto;
	border: none;
	margin: 0;
}

.small-box-image-holder .video-holder img {
	position: relative;
}

/* small box styles end */

/* team styles start */
.team__wrapper .content-holder h2 {
	margin: 0px auto 25px;
	max-width: 790px;
	text-align: center;
}

@media (min-width: 992px) {
	.team__wrapper .content-holder h2 {
		margin: 0px auto 50px;
	}
}


.page-id-25135 .team__wrapper:nth-of-type(odd),
.page-id-27945 .team__wrapper:nth-of-type(odd){
	background: #eaeaea;
}

.team-section-items {
	padding: 100px 0;
}

.team-section-item-info-container:hover {
	cursor: pointer;
}

.team-section-items.white {
	background: #fff;
}

.slider__team-slider {
	justify-content: center;
}

.team-section-item {
	padding: 0 0 0 25px;
}

@media only screen and (max-width: 600px) {
	.team-section-item {
		padding: 0;
	}
}

.team-section-item-info-container {
	width: 100%;
	background: #fff;
	position: relative;
}

.team-section-items h3 {
	width: 100%;
	text-align: center;
	margin: 0 0 75px;
}

.team-section-item-position {
	margin: 0 0 30px;
	width: 100%;
	font-weight: 600;
	line-height: 2rem;
	color: #13be8f;
}

.team-section-item-info a.gdc {
	color: white;
	font-weight: 100;
	width: 100%;
	margin: 0 0 15px;
}

.team-bio h1 {
	font-size: 40px;
	margin-bottom: 20px;
}
.team-bio .ciw--content {
	font-weight: 500;
}
.team-bio .ciw--content p {
	margin: 0 0 15px;
}
.team-bio .ciw--content .buttons {
	margin-top: 35px;
}

@media (min-width: 992px) {
	.team-bio h1 {
		font-size: 60px;
		margin-bottom: 30px;
	}
}

.page-id-209 .team-section-item-name,
.page-id-25135 .team-section-item-name,
.page-id-27945 .team-section-item-name {
	text-align: left;
}

.jobtitle {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 25px;
	text-align: left;
	line-height: 1.25;
}

.page-id-209 .team-section-item-name span,
.page-id-25135 .team-section-item-name span,
.page-id-27945 .team-section-item-name span {
	display: block;
}



.slider__team-slider .slick-track {
  display: flex !important;
  align-items: stretch;
  margin: 0 auto;
}

.slider__team-slider .slick-slide {
  height: auto !important;
  display: flex !important;
}

.slider__team-slider .slick-slide > div {
  display: flex;
  width: 100%;
}

.slider__team-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.slider__team-slider .swiper-slide {
  height: auto;
  display: flex;
}
.team-section-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.team-section-item-info-container {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.team-section-item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 20px; 
}












.team-section-item-name {
	margin: 0 0 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
}

.team-section-item-info {
	padding: 25px;
	text-align: left;
	width: 100%;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.team-section-item-info.team-section-item-info-blue {
	background: #E7EFF9;
}
.team-section-item-info.team-section-item-info-gold {
	background: #F9EFE7;
}
.team-section-item-info.team-section-item-info-green {
	background: #E9EFE9;
}

.team-section-item-info a.btn {
	max-width: 200px;
	width: 100%;
	justify-content: center;
	padding: 12px 15px;
}

.team-section-item-info a.btn:first-of-type {
	margin: 0 0 10px;
}

.team-section-item-info .buttons {
  margin-top: auto;
}

.team-section-item-info .buttons {
  display: inline-block;
  margin-bottom: 10px;
}


.team-section-item-img {
	width: 100%;
	cursor: pointer;
	display: flex;
	height: 100%;
	max-height: 300px;
	min-height: 300px;
	object-fit: cover;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

@media only screen and (max-width: 500px) {
	.team-section-item-img {
		max-height: 350px;
		min-height: 250px;
	}
}

.team-section-item-gdc a {
	color: inherit;
	text-decoration: none;
	margin: 0 0 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.team-section-item-modal a.gdc {
	color: #fff;
	margin: 10px 0 0;
	display: flex;
}

.modal-open .team-section-item-modal {
	right: 0;
}

.team-section-item-modal img {
	margin: 0 0 30px;
}

.modal-open .team-section-item-modal h3 {
	text-align: left;
	margin: 0 0 20px;
	color: white;
	padding: 0;
}

.team-section-item-modal h3 span {
	display: block;
	font-style: italic;
	font-size: 1.8rem;
	text-transform: capitalize;
}

.team-section-item-modal-qualifications ul {
	margin: 1em 0 1.6em;
	padding: 0 0 0 20px;
}

.team-section-item-modal-img {
	position: relative;
	height: 40vh;
	width: 100%;
	margin: 0 0 50px;
	background-size: cover;
	background-position: center;
}

.team-section-item-modal-close {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #956A4A;
	cursor: pointer;
	z-index: 99;
}

.team-section-item-modal-close:hover {
	opacity: 1;
}

.team-section-item-modal-close:before,
.team-section-item-modal-close:after {
	position: absolute;
	left: 25px;
	content: " ";
	height: 30px;
	width: 2px;
	background-color: #fff;
	top: 10px;
}

.team-section-item-modal-close:before {
	transform: rotate(45deg);
}

.team-section-item-modal-close:after {
	transform: rotate(-45deg);
}

.full-width-content.team-profile-links .content-holder {
	margin: 0 auto;
	max-width: inherit;
}

.full-width-content.team-profile-links .content-holder .team-section-item {
	width: 18.25%;
	margin: 0 2% 2% 0;
}

.full-width-content.team-profile-links .content-holder .team-section-item-info {
	min-height: 160px;
}

.full-width-content.team-profile-links
	.content-holder
	.team-section-item:nth-child(5n),
.full-width-content.team-profile-links
	.content-holder
	.team-section-item:last-of-type {
	margin: 0 0 2% 0;
}

.team-profile-link-title {
	width: 100%;
	margin: 0 0 40px 25px;
	color: white;
}

.full-width-content.team-profile-links
	.content-holder
	.team-section-item
	a.btn {
	height: 45px;
	font-size: 1.6rem;
	font-weight: 800;
	margin: 5px 0 0 0;
}

.team-section-item-modal-position {
	display: block;
	color: #956A4A;
	border-bottom: 4px solid #54575a;
	padding: 0 0 20px;
}

.modal-open .team-section-item-modal img.team-section-item-img {
	object-position: top;
	max-height: 500px;
	min-height: 500px;
}

.full-width-content.team-section .content-holder {
	max-width: 1000px;
}

.full-width-content.team-section .content-holder a.btn {
	display: inline-flex;
}

.full-width-content.team-section .single-content {
	background: whitesmoke;
	padding: 35px 35px 20px;
	margin: 25px 0;
	border-radius: 10px;
}

.full-width-content.team-section .single-content h4 {
	font-size: 2.5rem;
	color: #956A4A;
}

/* team styles end */



iframe#medentaCalculatorFrame {
    border: 0;
    min-height: 520px;
    min-width: 318px;
    background: #fff;
    border-radius: 16px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution:.001dpcm) {
    iframe#medentaCalculatorFrame {
        min-height:488px
    }
}

@-moz-document url-prefix() {
    iframe#medentaCalculatorFrame {
        min-height: 518px
    }
}


/* treatment index styles start */
.treatment-index-section .content-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 100px 0;
}

@media only screen and (max-width: 550px) {
	.treatment-index-section .content-holder {
		padding: 50px 0;
	}
}

.treatment-index-section .content-holder a:hover {
	color: #4a4a4a;
}

.ti-holder {
	width: 49%;
	margin: 0 2% 2% 0;
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 991.98px) {
	.ti-holder {
		width: 100%;
		margin: 0 0 2%;
	}
}

.ti-holder img {
	width: 40%;
	max-height: 350px;
	min-height: 350px;
}

@media only screen and (max-width: 1100px) {
	.ti-holder img {
		max-height: 285px;
		min-height: 285px;
	}
}

@media only screen and (max-width: 550px) {
	.ti-holder img {
		width: 100%;
		min-height: 200px;
		max-height: 200px;
	}
}

.ti-content-holder {
	width: 60%;
	background: #dcdcdc;
}

@media only screen and (max-width: 550px) {
	.ti-content-holder {
		width: 100%;
		padding: 25px;
	}
}

.ti-content-holder .content-object-center {
	max-width: 75%;
}

.ti-content-holder .content-object-center p span {
	font-weight: 800;
	display: block;
}

.treatment-index-section .content-holder a.ti-holder:nth-child(2n) {
	margin: 0 0 2%;
}
/* treatment index styles end */

.mobile-cta-bar {
	display: none;
}

@media only screen and (max-width: 650px) {
	.mobile-cta-bar {
		display: inline-flex;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99;
		background: #956A4A;
	}

	.mobile-cta-bar,
	#mobile-search-button {
		justify-content: center;
		flex: 1;
		padding: 2px;
		color: white;
		align-items: center;
		font-weight: 600;
	}

	.mobile-cta-bar__appointments:hover,
	.mobile-cta-bar__call:hover,
	.mobile-cta-bar__locations:hover,
	#mobile-search-button:hover {
		color: white;
	}

    #mobile-search-button {
        background: none;
    }
	
	#searchForm {
	    display: none;
	}
}

@media only screen and (min-width: 651px) {
    #mobile-search-button {
        display: none;
    }
}

#open_sogoacc {
	height: auto !important;
	left: 10px !important;
	bottom: 10px !important;
}

.go-top {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	text-decoration: none;
	color: white;
	background-color: hsla(163, 94%, 33%, 0.9);
	padding: 20px 0 12px 0;
	display: none;
	max-width: 100px;
	margin: 0 auto;
	text-align: center;
	border-radius: 50px 50px 0 0;
	font-size: 25px;
	z-index: 9999;
	color: white;
}

.go-top:hover {
	color: white;
	background-color: hsla(163, 94%, 33%, 0.7);
}

@media only screen and (max-width: 950px) {
	.go-top {
		display: none !important;
	}
}

.search-results {
	list-style: none;
	width: 100%;
	padding: 0;
}
.search-result-box {
	width: 48%;
	background: whitesmoke;
	border-radius: 5px;
	margin: 1%;
	padding: 30px;
	flex-basis: fit-content;
}
.search-results-list h2 {
	margin: 0 0 20px;
}

.search-result-box a {
	font-weight: 800;
	color: #956A4A;
	margin: 0 0 25px;
	font-size: 2rem;
}
.search-result-box p {
	margin: 20px 0 0 0;
	font-weight: 100;
	font-style: italic;
}



.container {
	max-width: 1750px;
	width: 98%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1400px) {
	.container {
		width: 90%;
	}
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}


.mb0 {
	margin-bottom: 0 !important;
}
@media (max-width: 991.98px) {
	.mb2-sm {
		margin-bottom: 2rem;
	}
}