/*!
Theme Name: FORM
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: form
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FORM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-size: 50px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1.41px;
	color: #000000;
}

body h2 {
	font-size: 50px;
	font-weight: 300;
	letter-spacing: 1.41px;
	line-height: 1.2;
}

body h3 {
	color: #ae6a2b;
	display: inline-block;
	font-weight: 300;
	font-size: 30px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.2;
}

@media only screen and (max-width: 380px) {
	.c-vs-tab h2 {
		font-size: 12vw;
	}
}

p {
	margin-bottom: 1.5em;
	font-weight: 300;
}

p strong {
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

@font-face {
	font-family: 'Gilroy';
	src: url("./fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("./fonts/Gilroy-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("./fonts/Gilroy-SemiBold.woff2") format("woff2"), url("./fonts/Gilroy-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gilroy';
	src: url("./fonts/Gilroy-Light.woff2") format("woff2"), url("./fonts/Gilroy-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	font-size: 16px;
	font-family: "Gilroy", sans-serif;
}

html body {
	margin-bottom: 0 !important;
}

body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}

footer#colophon {
	padding-top: 5rem;
	border-radius: 84px 84px 0 0;
	background-color: #f7f7f7;
	padding-bottom: 4rem;
	font-size: 15px;
	line-height: 30px;
}

footer#colophon .c-social-links {
	margin-top: -15px;
}

footer#colophon .footer-right {
	text-align: right;
}

footer#colophon .footer-right a {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}

footer#colophon .footer-right img {
	width: 175px;
	display: block;
	text-align: right;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 15px;
}

footer#colophon .c-footer-logo-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 15px;
	margin-top: 15px;
}

footer#colophon .c-footer-logo-wrap img {
	height: 12px;
	width: auto;
	margin-right: 25px;
}

@media only screen and (max-width: 767px) {
	footer#colophon .footer-right img {
		text-align: left;
		margin-left: 0;
	}
	footer#colophon .footer-right {
		text-align: left;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #ae6a2b;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

.c-btn-primary {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	background-color: #ffffff;
	padding: 10px 30px;
	display: inline-block;
	box-sizing: content-box;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.77px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-ms-transition: all 300ms;
	-o-transition: all 300ms;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.l-team-main {
	padding-top: 130px;
}

.c-team-name {
	margin-top: 0;
	line-height: 1;
	margin-bottom: 20px;
}

.l-team-main .c-flex-slide-ht {
	margin-bottom: 40px;
}

.c-team-bio-img {
	border-radius: 46px;
}

.l-team-callout {
	background-color: #ae6a2b;
	color: #fff;
	text-align: center;
	padding: 100px 20%;
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.57px;
	line-height: 31px;
	margin-top: 80px;
}

.l-team-main .c-contact-form {
	background-color: #f7f7f7;
	color: #000;
	margin-bottom: 50px;
}

body .l-team-main .c-contact-form-sep {
	background-color: #ae6a2b;
}

.l-team-main .c-contact-form .gform_wrapper input, .l-team-main .c-contact-form .gform_wrapper textarea {
	color: #000 !important;
	border-color: #000;
}

body #page .l-team-main .c-contact-form .gform_wrapper .gform_button.button {
	background-color: #ae6a2b;
	border-color: #ae6a2b;
	color: #fff !important;
}

.c-internal-hero-subtitle {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.57px;
	line-height: 31px;
	text-align: center;
	color: #ffffff;
	width: 60%;
	display: block;
	margin: 0 auto;
}

.l-team-list .c-team-bio-img {
	text-align: center;
	margin: 0 auto;
	display: block;
}

.l-team-list .c-flex-slide-ht {
	margin-bottom: 20px;
}

.l-team-list {
	padding: 100px 0;
}

.l-team-list .c-flex-slide-ht::before {
	content: "";
	width: 100000px;
	height: 2px;
	display: block;
	background-color: #ae6a2b;
	position: absolute;
	right: 98%;
	top: 22px;
}

.l-team-list .row {
	align-items: center;
	margin-bottom: 90px;
}

.c-team-bio-img-wrap {
	width: 400px;
	height: 400px;
	border-radius: 46px;
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.l-team-list a.full-link {
		margin-bottom: 25px;
		display: block;
	}
	.c-team-bio-img-wrap {
		width: 100%;
	}
	.l-team-callout {
		padding: 100px 20px;
	}
	.c-internal-hero-subtitle {
		width: 95%;
	}
}

.c-treat-spec-box {
	box-shadow: 7px 7px 34px rgba(0, 0, 0, 0.07);
	border-radius: 42px;
	background-color: #f7f7f7;
	padding: 40px;
	height: 100%;
}

.c-treat-50 {
	margin-bottom: 40px;
}

.c-treat-tabs-wrap {
	padding: 80px 0 60px 0;
}

.c-video-embed.container .embed-container {
	border-radius: 42px;
}

.c-video-embed.container {
	padding: 60px 0px 100px 0;
}

.c-treat-tabs-wrap h2 {
	line-height: 1;
	margin-top: 10px;
}

.c-treat-tab-list ul {
	list-style-type: none;
	display: flex;
	margin-left: 0;
	padding-left: 0;
}

.c-treat-tab-list ul li {
	margin-right: 30px;
}

.c-treat-tab-list ul li a {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.45px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.c-treat-tabs-wrap a[aria-selected="true"] {
	border-bottom: 3px solid;
	color: #ae6a2b;
}

.c-treat-tab-list ul li a:hover {
	border-bottom: 3px solid;
	color: #ae6a2b;
}

.c-fw-call {
	background-color: #ae6a2b;
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.85px;
	padding: 100px 0;
}

.c-fw-call .col-sm-7 {
	text-align: right;
}

.c-fw-call .row {
	align-items: center;
}

.c-fw-call .col-sm-5 {
	display: flex;
	align-items: center;
}

.c-meet-book {
	display: flex;
	margin-bottom: 100px;
}

.c-meet-book > div {
	padding: 10%;
	display: flex;
	align-items: center;
	width: 50%;
}

.c-meet-book .left {
	background-size: cover;
	background-position: center;
}

.c-meet-book .right {
	background-color: #f7f7f7;
}

.c-meet-book-large-title {
	font-size: 63px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.78px;
	color: #fff;
	margin-top: 0;
	line-height: 1;
	margin-bottom: 40px;
	display: block;
}

.c-meet-book > div.left p {
	color: #fff;
	width: 75%;
}

.c-meet-book > div.right h2 {
	color: #ae6a2b;
	margin-bottom: 5px;
}

.c-hover-info-box-sep {
	width: 32px;
	height: 4px;
	border-radius: 2px;
	background-color: #ae6a2b;
	margin-top: 10px;
	margin-bottom: 5px;
}

.c-meet-book > div p {
	margin-top: 40px;
	margin-bottom: 40px;
}

.c-100-row {
	margin-top: 80px;
}

@media only screen and (max-width: 767px) {
	.c-meet-book {
		display: block;
	}
	.c-meet-book .left, .c-meet-book .right {
		width: 100% !important;
	}
	.c-fw-call .col-sm-7 {
		text-align: center !important;
		margin-bottom: 20px;
	}
	.c-fw-call .col-sm-5 {
		justify-content: center;
	}
	.c-treat-tabs-wrap a[aria-selected="true"] {
		display: block;
	}
	.c-treat-tab-list ul {
		flex-direction: column;
	}
}

.l-vs-wrap .c-flex-slide-ht.c-hover-info-box-ht {
	padding-left: 3%;
}

.l-vs-wrap .c-treat-tabs-wrap.is-vs-tabs-wrap ul {
	justify-content: center;
}

.l-vs-wrap .col-sm-12.c-treat-tab-list.is-vs-tabs {
	margin-bottom: 40px;
}

.l-vs-wrap .col-sm-12.l-vs-header {
	margin-top: 60px;
}

.l-vs-wrap .col-sm-12.l-vs-header h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.c-fw-callout {
	background-color: #ae6a2b;
	color: #fff;
	text-align: center;
	padding: 80px 0;
}

.c-fw-callout-copy {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.57px;
	color: #fff;
	margin-bottom: 30px;
	width: 75%;
	margin: 0 auto 30px auto;
}

.c-vs-50-feat.c-vertical-tabs {
	margin: 0;
	padding: 160px 0;
	background-size: 65%;
	margin-bottom: 50px;
}

.c-vs-50-feat ul {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

.c-vs-50-feat ul li {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.06px;
	margin: 0 30% 20px 0;
}

.c-vs-50-feat ul li::before {
	content: "\2022";
	color: #ae6a2b;
	font-weight: bold;
	/* font-size: 18px; */
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.c-btn-primary.orange {
	background-color: #ae6a2b;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}

.c-btn-primary.orange.btn-logo {
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}

.c-btn-primary.orange.btn-logo img {
	height: 12px;
	width: auto;
	/*! float: left; */
	padding-left: 3px;
	margin-bottom: 0;
}

.c-card-info {
	background-color: #ae6a2b;
	padding: 100px 0px;
}

.c-card-info h2 {
	color: #fff;
	margin-bottom: 80px;
}

.row.c-card-row {
	justify-content: center;
}

.c-card {
	background: #fff;
	border-radius: 42px;
	filter: drop-shadow(0 0.05rem 0.5rem rgba(0, 0, 0, 0.1));
	padding: 40px;
	height: 100%;
}

.row.c-card-row .col-sm-4 {
	margin-bottom: 60px;
}

.c-card-img {
	text-align: center;
	margin-bottom: 40px;
}

.c-card-heading {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: -0.54px;
	color: #000000;
	margin-bottom: 10px;
}

.col-sm-7.c-vert-tab-list.c-vs-50-feat-copy ol {
	margin-left: 0;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 50px;
}

.col-sm-7.c-vert-tab-list.c-vs-50-feat-copy ol li {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.06px;
	margin-bottom: 20px;
}

.c-vs-tab h2 {
	line-height: 1;
	margin-top: 10px;
}

.c-treat-tabs-wrap.is-vs-tabs-wrap {
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.l-vs-wrap .col-sm-12.l-vs-header {
		margin-top: 100px;
	}
	.c-treat-tabs-wrap.is-vs-tabs-wrap ul {
		flex-direction: column;
	}
	.c-treat-tab-list ul li {
		margin-right: 30px;
		margin-bottom: 25px;
	}
	.c-vs-50-feat ul li {
		margin-right: 0;
	}
	.c-vs-50-feat .c-btn-primary {
		margin-bottom: 40px;
		display: inline-block !important;
	}
	.c-vs-50-feat.c-vertical-tabs {
		padding-top: 30px;
	}
}

.c-center-logo.campaign {
	margin-left: 0;
	margin-top: 10px;
	width: 100%;
	text-align: center;
}

.campaign-landing {
	margin-top: -157px;
}

.page-template-template-campaign .c-fifty-fifty-feature h2 {
	color: #ae6a2b;
}

.page-template-template-campaign .c-fifty-fifty-feature .c-flex-slide-ht::before {
	display: none;
}

.page-template-template-campaign .c-fifty-fifty-feature p {
	margin-top: 0;
}

.page-template-template-campaign .c-fifty-fifty-row h2 {
	color: #ae6a2b;
}

.page-template-template-campaign .c-fifty-fifty-row li::marker {
	color: #ae6a2b;
}

.page-template-template-campaign .two-column-grid img {
	border-radius: 9%;
}

.page-template-template-campaign .two-column-grid .col-sm-6 {
	border-radius: 9%;
	background: #F7F7F7;
	padding: 0;
	margin-bottom: 20px;
	margin-right: 20px;
}

.page-template-template-campaign .two-column-grid .col-sm-6 img {
	width: 100%;
	height: auto;
}

.page-template-template-campaign .two-column-grid .col-sm-6 .inner {
	height: 100%;
	padding: 40px;
}

.page-template-template-campaign .two-column-grid .col-sm-6:first-child {
	background: none;
}

.cta-button {
	padding: 80px 20px;
	text-align: center;
}

.cta-button a {
	background-color: #ae6a2b;
	border-color: #ae6a2b;
	color: #fff !important;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	padding: 15px 50px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.77px;
	text-transform: uppercase;
	margin-top: -4px;
	cursor: pointer;
	transition: all 300ms !important;
	-webkit-transition: all 300ms !important;
	-moz-transition: all 300ms !important;
	-ms-transition: all 300ms !important;
	-o-transition: all 300ms !important;
}

.cta-button a:hover {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

@media (min-width: 576px) {
	.page-template-template-campaign .two-column-grid .col-sm-6 {
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 47%;
	}
	.page-template-template-campaign .two-column-grid .col-sm-6 .inner {
		padding: 20px;
	}
}

@media (min-width: 1100px) {
	.page-template-template-campaign .two-column-grid .col-sm-6 .inner {
		padding: 80px;
	}
}

.c-extended ul {
	margin-left: 0;
}

.c-extended h3 {
	color: #fff;
	margin-bottom: 20px;
}

.form-cta {
	padding: 60px 20px;
	text-align: center;
	width: 100%;
}

.form-cta h3 {
	color: #fff;
	max-width: 502px;
}

.video-cta {
	background: #ae6a2b;
}

.video-cta .left-col {
	padding: 40px;
}

.video-cta .left-col h2 {
	margin-bottom: 0;
}

.video-cta .right-col img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.video-cta h2,
.video-cta h3 {
	color: #fff;
}

@media (max-width: 850px) {
	.page-template-template-campaign .c-internal-hero h1 {
		font-size: 40px;
	}
}

@media (min-width: 850px) {
	.video-cta {
		display: flex;
		max-height: 600px;
	}
	.video-cta .left-col {
		width: 50%;
		padding: 80px;
	}
	.video-cta .right-col {
		width: 50%;
	}
	.video-cta .right-col img {
		width: 100%;
		height: auto;
		object-fit: cover;
		max-height: 600px;
	}
}

@media (min-width: 1340px) {
	.video-cta .left-col {
		padding: 180px;
	}
}

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

.testimonials-heading h2 {
	color: #ae6a2b;
}

.c-testimonials-slider {
	margin-bottom: 90px;
}

.c-testimonials-slider .testimonials-wrap {
	padding: 20px 0 10px 0;
	text-align: center;
}

.c-testimonials-slider .slick-dots li button {
	color: #ccc;
	width: 40px;
	height: 40px;
}

.c-testimonials-slider .slick-dots li.slick-active button:before {
	color: #ae6a2b;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
body {
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.single .c-fw-call .row {
	align-items: center;
}

.single .c-fw-call .col-sm-7 {
	text-align: right;
}

.single .entry-content {
	margin-bottom: 100px;
}

.l-blog-img img {
	width: 100%;
	margin-bottom: 60px;
}

.single .entry-header {
	margin-top: 60px;
}

.single .entry-meta .c-flex-slide-ht {
	padding-left: 10px;
	margin-left: -4%;
}

.single .entry-meta .c-flex-slide-ht::before {
	right: 105%;
}

.l-blog-post {
	height: 400px;
	filter: drop-shadow(0 0.05rem 0.5rem rgba(0, 0, 0, 0.1));
}

.l-blog-post .top {
	height: 280px;
	border-radius: 42px 42px 0 0;
	background-size: cover;
}

.l-blog-post .bottom {
	height: 120px;
	background-color: #fff;
	border-radius: 0 0 42px 42px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 20px;
}

.l-blog-col .bottom .flex-wrap span {
	display: block;
	text-align: center;
}

.l-blog-post-date {
	color: #000;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.58px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.col-sm-4.l-blog-col {
	margin-bottom: 80px;
}

.l-blog-header h2 {
	margin-top: 0;
	margin-bottom: 0;
}

.l-blog-header .c-flex-slide-ht {
	padding-left: 3%;
}

.container.l-blog-header {
	margin-top: 80px;
	margin-bottom: 60px;
}

.l-blog-pagination {
	text-align: center;
}

.l-blog-pagination .page-numbers.current {
	color: #ae6a2b;
}

.l-blog-pagination a.page-numbers {
	color: #bfbfbf;
}

.l-blog-pagination .next.page-numbers,
.l-blog-pagination .prev.page-numbers {
	color: #ae6a2b;
	font-weight: 100;
}

.l-blog-pagination .nav-links * {
	margin: 0 5px;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.77px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

.l-blog-nav-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.l-blog-nav {
	margin-bottom: 80px;
}

.l-blog-nav-list li {
	margin: 0 20px;
}

.l-blog-nav-list li a {
	color: #ae6a2b;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.45px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}

.l-blog-nav-list li {
	border-bottom: 4px solid transparent;
}

.l-blog-nav-list li.active,
.l-blog-nav-list li:hover {
	border-bottom: 4px solid #ae6a2b;
}

@media only screen and (max-width: 767px) {
	ul {
		margin-left: 0;
	}
	.l-blog-nav-list li {
		margin-bottom: 15px;
	}
	.l-blog-nav-list {
		flex-direction: column;
	}
	.single .entry-header {
		margin-top: 100px;
	}
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

.c-announcement-bar {
	background: #ae6a2b;
	text-align: center;
	padding: 20px 0;
	z-index: 999;
}

.c-announcement-bar a {
	color: #fff;
}

.c-announcement {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	font-family: "Gilroy", sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.77px;
}

.c-announcement a {
	color: #fff;
}

.c-social-links a {
	color: #000;
}

.c-header-connect {
	color: #000;
	border-radius: 0 0 46px;
}

#masthead {
	display: flex;
	justify-content: space-between;
	z-index: 100;
	position: relative;
}

#site-navigation {
	width: auto;
}

body .menu-toggle {
	display: block !important;
	outline: 0;
}

.c-social-links {
	font-weight: 600;
}

.c-header-connect,
.c-nav-toggle-wrap {
	background-color: rgba(255, 255, 255, 0.37);
	padding: 1.75rem;
}

.c-nav-toggle-wrap {
	border-radius: 0 0 0 46px;
	-webkit-border-radius: 0 0 0 46px;
	-moz-border-radius: 0 0 0 46px;
	-ms-border-radius: 0 0 0 46px;
	-o-border-radius: 0 0 0 46px;
}

.c-nav-toggle-wrap img {
	margin: o auto;
	width: 100%;
	padding-left: 8px;
}

.c-social-links a {
	margin-right: 10px;
	font-weight: 600;
	outline: 0;
}

body .mfp-bg {
	background-color: rgba(221, 221, 221, 0.95);
	opacity: 1;
	z-index: 2147482999 !important;
}

body .mfp-wrap {
	z-index: 9147482999 !important;
}

body .mfp-close {
	position: fixed;
	top: 0;
	right: 0;
	color: #000 !important;
	opacity: 1;
}

.form-menu,
.form-menu ul {
	list-style: none;
}

.form-menu > li > a {
	font-size: 28px;
	font-weight: 600;
	width: 100%;
	height: 100%;
	display: block;
	padding: 1rem 0;
	outline: 0;
	position: relative;
}

.form-menu a {
	color: #fff;
	outline: 0;
}

.form-menu > li {
	border-bottom: 1px solid #fff;
}

.form-menu > li.menu-item-has-children > a::after {
	content: '';
	height: 18px;
	width: 12px;
	background-image: url(/wp-content/themes/form/img/chevron-right.svg);
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 24px;
}

.dcjq-parent.active::after {
	content: '';
	transform: rotate(90deg);
}

.form-menu .sub-menu {
	padding-bottom: 20px;
	margin-left: 0;
}

.form-menu .sub-menu li {
	margin-bottom: 5px;
}

.form-menu .sub-menu li:last-of-type {
	margin-bottom: 0px;
}

.form-menu .sub-menu a {
	font-size: 20px;
}

.c-center-logo img {
	width: 170px;
}

.c-center-logo {
	margin-left: -164px;
	margin-top: 10px;
}

.form-menu > li > .sub-menu li {
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.57px;
	border-bottom: 1px solid #fff;
	padding: 1rem 0;
}

.form-menu > li > .sub-menu li:last-of-type {
	border-bottom: 0;
}

.form-menu .sub-menu {
	margin-left: 0;
	padding-left: 20px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.form-menu > li > ul > li.menu-item-has-children > a::after {
	content: "";
	height: 18px;
	width: 12px;
	background-image: url(/wp-content/themes/form/img/chevron-right.svg);
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.form-menu > li > ul > li a {
	width: 100%;
	height: 100%;
	display: block;
	outline: 0;
	position: relative;
}

.dcjq-parent.active {
	border-bottom: 1px solid;
}

.form-menu > li > ul > li a.dcjq-parent.active {
	padding-bottom: 20px;
}

.form-menu > li > ul > li a.dcjq-parent.active:after {
	bottom: 25px;
}

.form-menu > li > ul > li > .sub-menu {
	padding-top: 15px;
}

.form-menu > li > .sub-menu > li > ul > li {
	border: none;
	padding: 10px 0;
}

.form-menu > li > .sub-menu > li > ul {
	display: flex;
	flex-wrap: wrap;
}

.form-menu > li > .sub-menu > li > ul > li {
	width: 50%;
}

.form-menu > li > ul > li > a {
	font-size: 23px !important;
}

@media only screen and (max-width: 767px) {
	#menu-main-menu {
		margin-left: 0;
		padding-left: 0;
	}
	.form-menu > li > .sub-menu > li > ul {
		columns: 1;
	}
	.c-center-logo {
		position: absolute;
		left: 180px;
		bottom: -60px;
	}
	.page-template-pg-before-after .c-center-logo {
		bottom: -40px;
	}
	.page-template-pg-before-after #masthead {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 380px) {
	.c-social-links a {
		margin-top: 20px;
		display: inline-block;
	}
	.c-header-connect {
		padding-top: 0;
	}
	.c-social-links a:last-of-type {
		display: block;
		margin-top: 7px;
	}
	.video-background.mobile {
		margin-top: -110px !important;
	}
}

.c-video-hero {
	position: relative;
	margin-top: -84px;
}

.c-video-hero .container {
	width: 50%;
	height: 50%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.c-video-hero-content p {
	color: #fff;
	font-size: 22px;
	max-width: 415px;
	margin: 3rem auto 0 auto;
}

.c-video-hero-content {
	text-align: center;
}

.c-video-hero-content img {
	max-width: 400px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.c-video-hero .container {
		width: 100%;
		height: 100%;
		align-items: flex-end;
		padding-bottom: 40px;
	}
	.c-video-hero .container p {
		display: none;
	}
	.c-video-hero .container img {
		max-width: 50%;
	}
}

.c-flex-slide {
	background-size: cover;
	background-position: center center;
	align-items: center;
	overflow: hidden;
}

.c-flex-slide-content {
	padding: 7rem 0;
}

.c-flex-slide-ht {
	color: #ae6a2b;
	display: inline-block;
	font-weight: 300;
	font-size: 30px;
	position: relative;
	padding-left: 5%;
}

.c-flex-slide-hb {
	color: #fff;
	font-size: 116px;
	font-weight: 600;
	line-height: 1;
}

.flex-slide-copy {
	color: #fff;
}

.c-flex-slide-ht::before {
	content: '';
	width: 100000px;
	height: 2px;
	display: block;
	background-color: #ae6a2b;
	position: absolute;
	right: 95%;
	bottom: 20px;
}

.c-flex-slide .d-flex {
	height: 100%;
	align-items: center;
}

.c-flex-slide:not(.slick-current) .c-flex-slide-ht::before {
	display: none;
}

.c-flex-slider .slick-dots {
	bottom: 10px;
}

.c-flex-slider .slick-dots li button::before {
	font-size: 10px;
	color: #fff;
	opacity: 0.5;
}

.c-flex-slider .slick-dots li {
	margin: 0;
}

.c-flex-slider .slick-dots li.slick-active button::before {
	color: #fff;
}

.slick-initialized.slick-slider.slick-dotted {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.c-flex-slide {
		background-position: left 75% center;
	}
}

@media only screen and (max-width: 380px) {
	.c-flex-slide-hb {
		font-size: 6rem;
	}
	.c-flex-slide-ht {
		font-size: 1.5rem;
	}
}

.c-vertical-tabs {
	margin: 80px 0px;
	background-image: url("/wp-content/themes/form/img/services-bg.svg");
	background-size: 70%;
	padding: 50px 0 60px 0;
	background-position: left center;
	background-repeat: no-repeat;
	/**
   * The tabs
   */
	/**
   * [hidden] fallback for IE10 and lower
   */
}

.c-vertical-tabs img {
	width: 100%;
}

.c-vertical-tabs h2 {
	margin-bottom: 20px;
}

.c-vertical-tabs [role="tablist"] {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-vertical-tabs [role="tablist"] * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.c-vertical-tabs [role="tab"] {
	border: 1px solid transparent;
	border-top-color: lightgray;
	display: block;
	padding: 0.5em 1em;
	text-decoration: none;
	/**
       * Active tabs
       */
	/**
       * Hovered tabs
       */
}

.c-vertical-tabs [role="tab"][aria-selected="true"] {
	background-color: lightgray;
}

.c-vertical-tabs [role="tab"]:hover:not([aria-selected="true"]) {
	background-color: #f7f7f7;
}

.c-vertical-tabs [hidden] {
	display: none;
}

.c-vertical-tabs a[role="tab"] {
	border-radius: 21px;
	border: 1px solid #cec7bf;
	padding: 25px 35px;
	margin-bottom: 25px;
	color: #000;
	outline: 0 !important;
	width: 90%;
	transition: all 300ms ease-in-out;
}

.c-vertical-tabs a[role="tab"] .c-vertical-tabs-title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.45px;
	line-height: 34px;
	text-transform: uppercase;
	color: #ae6a2b;
}

.c-vertical-tabs a[role="tab"][aria-selected="true"] {
	background-color: #ae6a2b;
	border-color: #ae6a2b;
	color: #fff;
	margin-left: 10%;
	box-shadow: 10px 10px 31px rgba(0, 0, 0, 0.1);
	cursor: default;
}

.c-vertical-tabs a[role="tab"][aria-selected="true"] .c-vertical-tabs-title {
	color: #fff;
}

.c-vertical-tabs a[role="tab"]:hover {
	background-color: #ae6a2b !important;
	cursor: default;
	border-color: #ae6a2b;
	color: #fff;
	margin-left: 10%;
	box-shadow: 10px 10px 31px rgba(0, 0, 0, 0.1);
}

.c-vertical-tabs a[role="tab"]:hover .c-vertical-tabs-title {
	color: #fff;
}

.u-pseudolink {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 15px;
	cursor: pointer;
	letter-spacing: 0.5px;
}

@media only screen and (max-width: 767px) {
	.c-vertical-tabs {
		background-position: left bottom;
	}
}

.c-hover-info-boxes {
	margin: 7rem 0;
}

.c-hover-info-boxes .c-hover-infobox-wrap {
	margin-bottom: 50px;
}

.c-hover-info-boxes h2 {
	margin-top: 0px;
	margin-bottom: 100px;
}

.c-hover-info-boxes .c-hover-info-box-ht {
	padding-left: 20px;
}

.c-hover-info-boxes .c-hover-infobox {
	box-shadow: 7px 7px 34px rgba(0, 0, 0, 0.07);
	border-radius: 42px;
	background-color: #f7f7f7;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
}

.c-hover-info-boxes .c-hover-infobox .inner {
	padding: 60px 40px;
}

.c-hover-info-boxes .c-hover-infobox:hover {
	margin-top: -40px;
}

.c-hover-info-boxes .c-hover-info-box-sep {
	width: 32px;
	height: 4px;
	border-radius: 2px;
	background-color: #ae6a2b;
	margin-top: 10px;
	margin-bottom: 5px;
}

.c-hover-info-boxes .c-hover-infobox-title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1.45px;
	line-height: 34px;
	text-transform: uppercase;
	color: #ae6a2b;
}

.c-hover-info-boxes .c-hover-infobox a {
	text-transform: uppercase;
	background-color: #fff;
	display: block;
	width: 100%;
	text-align: center;
	padding: 35px;
	color: #000;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.77px;
	border-radius: 0 0 42px 42px;
	-webkit-border-radius: 0 0 42px 42px;
	-moz-border-radius: 0 0 42px 42px;
	-ms-border-radius: 0 0 42px 42px;
	-o-border-radius: 0 0 42px 42px;
}

@media only screen and (max-width: 767px) {
	.c-treat-specs.c-hover-info-boxes .col-sm-4 {
		margin-bottom: 20px;
	}
}

.c-latest-content {
	background-color: #f7f7f7;
	padding: 7rem 0;
}

.c-latest-content .c-hover-info-box-ht {
	padding-left: 20px;
}

.c-latest-content h2 {
	margin-top: 0px;
	margin-bottom: 100px;
}

.c-latest-content .c-blog-feat {
	background-size: cover;
	padding: 125px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 43px;
}

.c-latest-content .c-blog-feat span {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0.85px;
	line-height: 76px;
	color: #fff;
	display: block;
}

.c-latest-content .c-blog-feat-title {
	font-size: 60px;
	font-weight: 600;
	letter-spacing: 2.01px;
	line-height: 57px;
	color: #fff;
	margin-bottom: 60px;
}

.c-latest-content .c-blog-feat .c-btn-primary {
	width: max-content;
}

.c-latest-content .c-ig-feed-wrap * {
	border-radius: 15px;
}

.c-latest-content .c-ig-feed-wrap {
	display: flex;
	align-items: center;
}

body #page .c-latest-content .sbi_follow_btn a,
body #page .c-latest-content .sbi_follow_btn a:hover {
	background-color: transparent !important;
	font-weight: 600;
}

body #page .c-latest-content .sbi_follow_btn a svg {
	display: none !important;
}

@media only screen and (max-width: 380px) {
	.c-latest-content .c-blog-feat-title {
		font-size: 3rem;
	}
	.c-latest-content .c-blog-feat span {
		font-size: 1.5rem;
	}
}

.c-contact-form {
	padding: 7rem 0;
	background-color: #ae6a2b;
	color: #fff;
}

.c-contact-form h2 {
	margin-bottom: 20px;
}

.c-contact-form .c-contact-form-sep {
	width: 32px;
	height: 4px;
	border-radius: 2px;
	background-color: #ffffff;
	margin-bottom: 30px;
}

.c-contact-form .gform_wrapper input, .c-contact-form .gform_wrapper textarea {
	background-color: transparent;
	border-color: #fff;
	color: #fff !important;
	border-radius: 9px;
	padding: 9px 12px !important;
	outline: 0;
}

.c-contact-form #field_1_2 {
	margin-top: -10px;
}

body #page .c-contact-form .gform_wrapper .gform_button.button {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	background-color: #ffffff;
	padding: 15px 30px !important;
	display: inline-block;
	box-sizing: content-box;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px !important;
	letter-spacing: 0.77px;
	transition: all 300ms !important;
	-webkit-transition: all 300ms !important;
	-moz-transition: all 300ms !important;
	-ms-transition: all 300ms !important;
	-o-transition: all 300ms !important;
	color: #000 !important;
	cursor: pointer;
}

body #page .c-contact-form .gform_wrapper .gform_button.button:hover {
	color: #fff !important;
	background-color: #000 !important;
	border-color: #000 !important;
}

.c-newsletter-signup h3 {
	text-align: center;
	margin-bottom: 10px;
}

.c-newsletter-signup {
	text-align: center;
	padding: 6rem 0;
}

.c-newsletter-signup-form-wrap {
	text-align: center;
}

.c-newsletter-signup .gform_wrapper form {
	display: flex;
	justify-content: center;
}

.c-newsletter-signup .gform_wrapper form .gform_body {
	/*! flex-basis: 122%; */
	/*! text-align: right; */
	width: 40%;
}

.c-newsletter-signup .gform_wrapper form .gform_footer {
	/*! flex-basis: 10%; */
	width: 20% !important;
}

.c-newsletter-signup .gform_wrapper form .gform_body * {
	width: 100%;
}

.c-newsletter-signup .gform_wrapper form .gform_body input {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.09);
	border-radius: 63px;
	background-color: #ffffff;
	border: none;
	height: 45px;
	color: #000;
	outline: 0;
	padding-left: 20px !important;
	width: 100%;
}

body #page .c-newsletter-signup .gform_button.button {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	background-color: #cec7bf;
	color: #fff;
	border-color: #cec7bf !important;
	padding: 0px 40px;
	height: 45px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.77px;
	text-transform: uppercase;
	margin-top: -4px;
	cursor: pointer;
	transition: all 300ms !important;
	-webkit-transition: all 300ms !important;
	-moz-transition: all 300ms !important;
	-ms-transition: all 300ms !important;
	-o-transition: all 300ms !important;
}

body #page .c-newsletter-signup .gform_button.button:hover {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #000 !important;
}

.c-contact-form .gform_wrapper input::placeholder, .c-contact-form .gform_wrapper textarea::placeholder {
	color: #fff;
	opacity: 1;
}

.page-template-default .c-contact-form .gform_wrapper input::placeholder,
.page-template-default .c-contact-form .gform_wrapper textarea::placeholder {
	color: #000;
	opacity: 1;
}

.team-template-default .c-contact-form .gform_wrapper input::placeholder,
.team-template-default .c-contact-form .gform_wrapper textarea::placeholder {
	color: #000;
	opacity: 1;
}

body.page-template-pg-virtual-solutions .c-contact-form .gform_wrapper input::placeholder,
body.page-template-pg-virtual-solutions .c-contact-form .gform_wrapper textarea::placeholder {
	color: #000;
	opacity: 1;
}

.page-template-default .c-contact-form,
.page-template-pg-virtual-solutions .c-contact-form {
	background-color: #f7f7f7;
	color: #000;
	margin-bottom: 50px;
}

body.page-template-default .c-contact-form-sep {
	background-color: #ae6a2b;
}

.page-template-default .c-contact-form .gform_wrapper input, .page-template-default .c-contact-form .gform_wrapper textarea {
	color: #000 !important;
	border-color: #000;
}

body.page-template-default #page .c-contact-form .gform_wrapper .gform_button.button {
	background-color: #ae6a2b;
	border-color: #ae6a2b;
	color: #fff !important;
}

body.page-template-pg-virtual-solutions .c-contact-form-sep {
	background-color: #ae6a2b;
}

.page-template-pg-virtual-solutions .c-contact-form .gform_wrapper input, .page-template-pg-virtual-solutions .c-contact-form .gform_wrapper textarea {
	color: #000 !important;
	border-color: #000;
}

body.page-template-pg-virtual-solutions #page .c-contact-form .gform_wrapper .gform_button.button {
	background-color: #ae6a2b;
	border-color: #ae6a2b;
	color: #fff !important;
}

body .gfield_contains_required label {
	position: absolute;
	top: 6px;
	right: 5%;
}

body .gfield_contains_required {
	position: relative;
}

body .gfield_required {
	position: absolute;
	top: 0;
	right: 0;
}

body .gform_wrapper .gfield_select {
	background: transparent;
	width: 100% !important;
	display: block;
	padding: 10px !important;
	border-color: #000;
	border-radius: 9px;
}

body .gform_wrapper .field_sublabel_below:not(.gfield_contains_required) .gfield_label {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	.c-newsletter-signup .gform_wrapper form .gform_body {
		width: 100%;
		display: block;
	}
	.c-newsletter-signup .gform_wrapper form {
		display: block;
	}
	.c-newsletter-signup .gform_wrapper form .gform_footer {
		width: 100% !important;
	}
}

.c-internal-hero {
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -85px;
	background-position: center center;
	background-size: cover;
}

.c-internal-hero h1 {
	font-size: 60px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.7px;
	line-height: 166px;
	text-align: center;
	color: #ffffff;
	line-height: 1;
}

.c-internal-hero.is-flex-hero {
	margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.c-internal-hero {
		background-position: center right;
	}
}

@media only screen and (max-width: 380px) {
	.c-internal-hero h1 {
		font-size: 15vw;
	}
}

.c-avatar-wrap {
	overflow: hidden;
	border-radius: 38px 28px 0 0;
}

.c-ba-wrap .slick-dots li button::before {
	font-size: 9px;
	color: #ccc;
	opacity: 1;
}

.c-ba-wrap .slick-dots li {
	margin: 0;
}

.c-ba-wrap .slick-dots li.slick-active button::before {
	color: #ae6a2b;
}

.c-ba-slider-wrap .slick-slide {
	text-align: center;
}

.c-ba-gallery-row .c-hover-info-box-sep {
	margin-bottom: 20px;
}

.c-ba-gallery-title {
	width: 100%;
	font-size: 30px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.85px;
	color: #000000;
	margin-bottom: 20px;
}

.container.c-ba-gallery-rows {
	margin-top: 60px;
}

.c-ba-wrap {
	margin-top: 40px;
}

.row.c-ba-gallery-row {
	margin-bottom: 100px;
}

.c-ba-slider-wrap {
	width: 100%;
}

.row.c-ba-gallery-row {
	width: 100%;
}

.profile-avatar {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: 50%;
	text-align: center;
	border-radius: 38px 38px 0 0;
	filter: blur(10px);
	-webkit-filter: blur(10px);
}

.profile-card {
	display: inline-block;
	background: #fff;
	margin-top: 25px;
	cursor: pointer;
	border-radius: 0 0 38px 38px;
	/* box-shadow: 7px 7px 34px rgba(0, 0, 0, 0.07); */
	margin: 30px auto !important;
	width: 85%;
}

.profile-details {
	min-height: 90px;
	text-align: center;
	box-shadow: 7px 7px 34px rgba(0, 0, 0, 0.07);
	border-radius: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
}

.profile-name {
	color: #000;
	font-size: 17px;
	/* padding-top: 15px; */
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.77px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

.profile-designation,
.profile-company {
	color: #333;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	max-width: 225px;
	margin: 0 auto;
}

.profile-card-main h3 {
	margin-bottom: 0px;
}

.profile-directors-wrap {
	padding-top: 50px;
}

/*profile card without header ends*/
/*profile detail dialogue*/
#profileDetail .modal-dialog {
	max-width: 70vw;
}

#profileDetail .modal-body {
	padding: 0px;
	position: relative;
}

.c-ba-modal-before,
.c-ba-modal-after {
	width: 100%;
	height: 375px;
	/* float: left; */
	background-size: cover;
	background-position: center;
	border-radius: 38px;
	box-shadow: 7px 7px 34px rgba(0, 0, 0, 0.07);
}

.c-ba-modal-before-wrap {
	width: 47%;
}

.c-ba-modal-after-wrap {
	width: 47%;
}

.c-ba-modal-img-text {
	display: block;
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.77px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

.profiledetail-content-inner-wrap {
	max-width: 80%;
	margin: 0 auto;
}

.profiledetail-head {
	background: #fff;
	padding-top: 35px;
	max-width: 80%;
	margin: 0 auto;
}

.profiledetail-head-inner {
	max-width: 90%;
	margin: 0 auto;
}

.profiledetail-name-desg {
	float: left;
	max-width: 300px;
	padding-left: 90px;
	padding-top: 40px;
}

.profiledetail-content {
	max-width: 100%;
	margin: 0 auto;
	padding-top: 40px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 110px;
	background-color: #f7f7f7;
	margin-top: 40px;
}

.profile-title {
	font-weight: bold;
}

.modal-controls {
	position: absolute;
	color: #ae6a2b;
	font-size: 14px;
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.77px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

.modal-controls .prev {
	left: 40px;
	bottom: 35px;
	position: absolute;
	cursor: pointer;
}

.modal-controls .next {
	right: 40px;
	bottom: 35px;
	position: absolute;
	cursor: pointer;
}

.profiledetail-desg {
	color: #333;
	font-weight: normal;
	font-style: italic;
}

/*profile detail dialogue ends*/
.c-ba-modal-close {
	text-align: right;
	font-size: 20px;
	color: #000;
}

.c-ba-modal-title {
	font-size: 25px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.85px;
	color: #000000;
}

.profiledetail-head-inner {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.c-ba-modal-surgeon,
.c-ba-modal-age {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.57px;
	color: #ae6a2b;
}

.c-ba-modal-surgeon {
	padding-right: 5px;
}

.c-ba-modal-details-top-pre {
	color: #ae6a2b;
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.57px;
}

.c-ba-modal-details-top {
	margin-bottom: 20px;
	margin-top: 20px;
}

.c-ba-modal-close {
	cursor: pointer;
}

.c-ba-wrap .c-flex-slide-ht {
	padding-left: 3%;
}

.c-ba-wrap .left-align-slick > .slick-list > .slick-track {
	margin-left: 0;
}

.c-ba-adtl-wrap {
	display: flex;
	justify-content: space-between;
}

.c-ba-adtl--before,
.c-ba-adtl--after {
	flex-basis: 47%;
}

* {
	outline: none !important;
}

.c-ba-adtl {
	max-width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

.c-ba-adtl summary {
	margin-bottom: 30px;
}

.c-ba-adtl details {
	outline: none !important;
}

.c-ba-adtl details img {
	max-width: 100%;
	border-radius: 38px;
	margin-bottom: 20px;
	height: auto;
	width: 100%;
}

.c-ba-adtl details > summary::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	line-height: 0;
	transform: rotate(90deg);
	margin-left: 10px;
}

.c-ba-adtl details[open] > summary::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
	display: inline-block;
	line-height: 0;
	margin-left: 10px;
}

.c-ba-adtl details > summary::-webkit-details-marker {
	display: none !important;
	list-style: none;
}

.c-ba-adtl details > summary {
	list-style: none;
}

.c-ba-adtl details > summary::-webkit-details-marker {
	display: none;
}

@media only screen and (max-width: 767px) {
	#profileDetail .modal-dialog {
		max-width: 95%;
		margin: auto;
		margin-top: 15px;
	}
	.profiledetail-head-inner {
		display: block;
	}
	.c-ba-modal-before-wrap {
		width: 100%;
		margin-bottom: 20px;
	}
	.c-ba-modal-after-wrap {
		width: 100%;
	}
	.modal-controls .next {
		right: 35%;
	}
	.row.c-ba-gallery-row {
		margin: auto;
		margin-bottom: 60px;
	}
}

.c-price-intro {
	margin-top: 60px;
}

.is-price-tabs summary {
	background-color: #fff;
	color: #ae6a2b;
	padding: 1.4rem;
	margin-bottom: 1.25rem;
	outline: none;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.45px;
	text-align: left;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	border: 1px solid #cec7bf;
	border-radius: 21px;
	transition: background-color 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
}

.is-price-tabs summary:hover {
	background-color: #ae6a2b;
	border: 1px solid transparent;
	color: #fff;
}

.is-price-tabs details {
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
	transition: background-color 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out;
	-ms-transition: background-color 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out;
}

.is-price-tabs details[open] summary ~ * {
	animation: sweep .3s ease-in-out;
	-webkit-animation: sweep .3s ease-in-out;
}

.is-price-tabs details[open] summary {
	background-color: #ae6a2b;
	border: 1px solid transparent;
	color: #fff;
}

.is-price-tabs details[open] {
	background-color: #ae6a2b;
	color: #fff;
	border-radius: 21px;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-ms-border-radius: 21px;
	-o-border-radius: 21px;
}

@keyframes sweep {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.is-price-tabs details > summary::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	position: absolute;
	right: 20px;
}

.is-price-tabs details[open] > summary::after {
	position: absolute;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
}

.is-price-tabs details > summary::-webkit-details-marker {
	display: none !important;
	list-style: none;
}

.is-price-tabs details > summary {
	list-style: none;
}

.is-price-tabs details > summary::-webkit-details-marker {
	display: none;
}

.is-price-tabs .c-flex-slide-ht {
	padding-left: 3%;
	margin-bottom: 40px;
}

.is-price-tabs .col-sm-12.c-treat-tab-list {
	margin-bottom: 40px;
}

.is-price-tabs .faq__content {
	padding: 0 1.4rem 1.4rem 1.4rem;
	margin-top: -20px;
	margin-bottom: 1.25rem;
}

.is-price-tabs .c-price-range {
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.57px;
	margin-bottom: 20px;
}

.is-price-tabs .c-price-link {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.04px;
	color: #ffffff;
	border-bottom: 2px solid #fff;
	padding-bottom: 4px;
	margin-bottom: 5px;
	display: inline-block;
}

.is-price-tabs .c-price-details {
	margin-bottom: 20px;
}

.c-fifty-fifty-row {
	margin: 40px 0;
}

.c-one-hundred-row {
	margin: 40px 0;
}

.c-fifty-fifty-feature {
	margin: 100px 0;
}

.c-fifty-fifty-feature p {
	margin-top: 50px;
}

.c-fifty-fifty-feature h2 {
	margin-bottom: 5px;
}

.c-fifty-fifty-feature .right {
	text-align: center;
}

/* text-based popup styling */
#form-popup.white-popup {
	position: relative;
	background: #FFF;
	width: auto;
	margin: 0 auto;
	border-radius: 46px;
	padding: 3rem;
	max-width: 33vw;
	position: relative;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

#form-popup .mfp-close {
	position: absolute;
	top: 0.1rem;
	right: 0.6rem;
	opacity: 0.25;
}

body #form-popup .mfp-wrap {
	background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
	#form-popup.white-popup {
		max-width: 90vw;
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */