/**
 * ***************************************
 *
 * @format
 */

/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2105                         */
/** Copyright PaperStreet Web Design    **/
/*******************************************/

/*
GENERAL
HEADER
MENUS
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
*/

/*******************************************************************************************
GENERAL - Top-level styling
*******************************************************************************************/
:root {
	font-size: 18px;
	--body-text-color: #000;
	--primary-color: #2a4946;
	--secondary-color: #c84c09;
	--alternate-color: #c84c09;
	--gray-color: #f0f1f1;
	--light-gray-color: #f0f1f1;
	--body-font-family: "Nunito Sans", sans-serif;
	--heading-font-family: "Cinzel", sans-serif;
	--fa-caret-right: "\f0da";
	--fa-angle-right: "\f105";
	--fa-plus: "\f067";
	--fa-minus: "\f068";
}

@media screen and (min-width: 768px) {
	/*TABLET*/
	:root {
		font-size: 18px;
	}
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	display: block !important;
	line-height: 1.6;
	color: #5f6272;
	font-size: 1rem;
	font-family: var(--body-font-family);
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft,
.content img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

*:focus {
	outline: auto;
}

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

/* GENERAL > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 30px;
	color: #2a4946;
	font-weight: 400;
	font-family: var(--heading-font-family);
	line-height: 1.2;
}

h1 {
	font-size: 1.7rem;
}

h2 {
	font-size: 1.556rem;
	font-weight: 600;
}

h3 {
	font-size: 1.389rem;
	/* font-weight: 700; */
	font-family: "Nunito Sans", sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

h4 {
	font-size: 0.944rem;
	font-weight: 700;
	font-family: "Nunito Sans", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1.02px;
	text-transform: uppercase;
}

h5,
h6 {
	font-size: 1rem;
}

h1 span.subtitle,
h2 span.subtitle {
	display: block;
	color: #c84c09;
	font-size: 40%;
}

p {
	margin: 0 0 30px;
	font-size: 1rem;
	font-weight: 300;
	color: #000;
}

@media screen and (min-width: 768px) {
	h1 {
		font-size: 2.222rem;
	}
}

/* GENERAL > Lists */
ol,
ul {
	margin: 0 0 35px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
	padding-left: 20px;
	list-style: none;
	counter-reset: counter;
}

ol li {
	counter-increment: counter;
	padding-left: 20px;
}

ol li::before {
	content: counter(counter);
	color: #c84c09;
	font-weight: 300;
	margin-right: 11px;
}

.content * {
	text-align: left !important;
}

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

.content li,
.banner-book-area li {
	font-size: 1rem;
	font-weight: 300;
	color: #000;
	padding: 0 0 10px 20px;
	position: relative;
}

.content ol li {
	padding-left: 0;
}

.content ul,
.content ol {
	padding-left: 40px;
}

.content ul li:before,
.banner-book-area li:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "\f111";
	font-family: "Font Awesome 5 Pro";
	color: #c84c09;
	font-size: 0.389rem;
}

.content ul li:before,
.sidebar section ul li:before,
.banner-book-area li:before {
	font-family: "Font Awesome 5 Pro";
}

.content ul ul,
.content ol ol {
	/* margin: 20px 0 20px 20px; */
	margin: 10px 0 0;
}

hr {
	background: #c84c09;
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 40px 0;
}

figure {
	margin: 0;
}

.non-italic,
address {
	font-style: normal;
}

/* GENERAL > Links and Buttons */
a {
	color: #c84c09;
	/* text-decoration: underline; */
	text-decoration: none;
	font-weight: 700;
}

a:hover,
a:focus {
	color: #30482d;
	/* text-decoration: none; */
	text-decoration: underline;
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
	text-decoration: underline;
}

a,
button,
.button {
	-webkit-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	-o-transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button,
.button {
	font-family: var(--body-font-family);
	font-size: 0.944rem;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 12px 25px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #c84c09;
	text-decoration: none;
	letter-spacing: 1.5px;
}

button.large,
.button.large {
	font-size: 1.111rem;
}

@media screen and (min-width: 1281px) {
	button,
	.button {
		font-size: 1.111rem;
	}

	button.large,
	.button.large {
		font-size: 1.389rem;
	}
}

button:active,
.button:active {
	transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
	background-color: #2a4946;
	color: #fff;
	text-decoration: none;
}

button.alt-01,
.button.alt-01 {
	background-color: #2a4946;
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	background-color: #c84c09;
	color: #fff;
}

button.alt-02,
.button.alt-02 {
	background-color: #000;
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
	background-color: #c84c09;
	color: #fff;
}

button.outline,
.button.outline {
	background: none;
	border: 1px solid #707070;
	color: #707070;
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: #c84c09;
	border-color: #c84c09;
	color: #fff;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
	border-color: #fff;
	color: #fff;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
	background: #fff;
	color: #2a4946;
}

button.no-button,
.button.no-button {
	padding: 0;
	background: none;
	color: #c84c09;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
	color: #000;
	text-decoration: underline;
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
	color: #fff;
	background: none;
	border: 0;
	font-size: 0.9rem;
	line-height: 1;
	font-family: var(--body-font-family);
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
}

.home input,
.home select,
.home textarea,
.home label {
	height: 75px;
	line-height: 75px;
}

input,
select,
textarea,
label {
	height: 55px;
	line-height: 55px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
	color: #2a4946;
}

input.light-input,
select.light-input,
textarea.light-input {
	color: #696969;
	background-color: rgba(255, 255, 255, 0.78);
}

textarea {
	resize: none;
	min-height: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

form legend,
form label,
form p {
	font-size: 0.944rem;
}

legend,
label {
	color: #fff;
}

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	color: #696969;
}

input:focus ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
	padding-left: 0;
	line-height: 0;
	top: -15px;
	font-size: 0.7rem;
	color: #fff;
}

.form-input-group label i {
	color: #c84c09;
}

.form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}

.form-input-group.button-container {
	margin-bottom: 0;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

.select-wrapper {
	position: relative;
	width: 100%;
}

.select-wrapper:after {
	content: "\f0dc";
	font-weight: 900;
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 55px;
	line-height: 55px;
	color: #2a4946;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.select-wrapper.active:after {
	background: #2a4946;
	color: #fff;
}

.form-container {
	padding: 54px 36px 40px;
}

.contact-form-heading {
	color: #fff;
	text-align: center;
}

.form-container button {
	width: 100%;
}

.infusion-submit {
	text-align: center !important;
}

.infusion-form button {
	width: auto;
}

.banner .form-container .book-form button {
	width: 100%;
}

.form-container .book-form button {
	width: auto;
}

.background-input input:focus ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
	color: #2a4946;
}

.background-input input,
.background-input textarea,
.background-input select {
	background-color: #2a4946;
}

.background-input.select-wrapper:after,
.background-input .select-wrapper:after {
	background-color: #f0f1f1;
}

input.has-error {
	border: 1px solid #ff0000 !important;
	-webkit-box-shadow: 0 0 2px #ff0000 !important;
	box-shadow: 0 0 2px #ff0000 !important;
}

p.error-text {
	color: #ff0000;
	margin: 0;
	font-size: 0.7rem;
	-webkit-animation: fadeIn 125ms both;
	animation: fadeIn 125ms both;
}

.grecaptcha-badge {
	display: none;
}

#theme-switcha {
	border: 1px solid #c84c09;
	margin-bottom: 30px;
	color: #2a4946;
}

.form-input-group.consent {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	grid-gap: 10px;
	gap: 10px;
}

input[type="checkbox"] {
	margin: 0;
	width: 15px;
	height: 15px;
}

.form-input-group.consent label {
	position: static;
	height: auto !important;
	transition: none !important;
	font-size: 0.9rem !important;
	line-height: 1.2 !important;
	padding-left: 0;
	color: #fff;
}

@media screen and (min-width: 1025px) {
	.home form legend,
	.home form label,
	.homeform p {
		font-size: 1.389rem;
	}

	form legend,
	form label,
	form p {
		font-size: 1.056em;
	}
}

/* GENERAL > Skip To Content */
#skiptocontent {
	padding: 6px;
	z-index: 12;
	position: fixed;
	-webkit-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
	opacity: 0;
	background-color: #c84c09;
	color: #fff;
	border-radius: 0 0 8px 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

#skiptocontent:focus {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

@media only screen and (max-width: 640px) {
	#skiptocontent {
		display: none !important;
	}
}

/* GENERAL > Layout */
.columns,
.column {
	float: left;
	padding: 0 34px;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.sidebar {
	clear: both;
	float: none;
}

/* GENERAL > Two Column Structure */
main {
	padding: 60px 0;
	/* min-height: 450px; */
	display: block;
	width: 100%;
	overflow: hidden;
}

.no-banner main {
	padding-top: 180px;
}

.content,
.sidebar {
	width: 100%;
}

.content {
	padding-right: 34px;
	margin-bottom: 60px;
}

.content b,
.content strong {
	font-weight: 700;
}

.content img {
	max-width: 100%;
}

.content.full-width {
	float: none;
}

.content p.indent {
	margin-left: 60px;
}

.content section {
	margin-bottom: 60px;
}

.content section:last-of-type {
	margin: 0;
}

section.no-underline ul {
	border: none;
}

section.no-underline ul:last-of-type {
	padding: 0;
}

/* section.sidebar-block {
  padding: 35px;
} */

.sidebar-block.related-pages {
	border-bottom: 1px solid #dbdbdb;
}

.sidebar section {
	margin-bottom: 40px;
}

.sidebar section ul li {
	padding: 6px 0 6px 30px;
	position: relative;
}

.sidebar section ul li:before {
	position: absolute;
	color: #c84c09;
	content: "\f0da";
	top: 6px;
	left: 0;
}

.sidebar section ul li,
.sidebar section ul li a {
	display: block;
}

.sidebar section ul li a {
	color: #2a4946;
	text-decoration: none;
	display: inline-block;
}

.sidebar section ul li a:hover,
.sidebar section ul li a:focus {
	color: #c84c09;
	font-weight: 700;
}

.sidebar section ul li ul {
	padding-left: 20px;
	margin: 0;
}

.content .search-results-container {
	margin-bottom: 80px;
}

.sidebar .form-container,
.content .form-container,
.sidebar .sidebar-books {
	background-image: url(images/form-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.content .form-container .contact-form-heading {
	text-align: center !important;
	display: none;
}

.sidebar .contact-form-heading {
	font-size: 1.667rem;
}

.sidebar .form-container button {
	font-size: 0.889rem;
}

.sidebar-cta {
	text-align: center;
	padding: 50px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.sidebar-cta * {
	color: #fff;
}

.sidebar-cta h2 {
	padding: 0 45px;
	font-weight: 700;
	font-size: 1.667rem;
}

.sidebar-cta span {
	width: 100%;
	display: block;
	background-color: #c84c09;
	padding: 18px 30px;
	font-size: 0.889rem;
	font-weight: 700;
	letter-spacing: 1.28px;
	margin-bottom: 23px;
}

.sidebar-cta a {
	display: block;
	font-size: 1.389rem;
	font-weight: 700;
}
.sidebar-cta a:hover,
.sidebar-cta a:focus {
	color: #c84c09;
}

.sidebar-books {
	padding: 50px;
}

.sidebar-books-single img {
	max-width: 100%;
}

.sidebar-books-single:not(:last-child) {
	margin-bottom: 40px;
}

.sidebar-books h2 {
	margin-bottom: 10px;
}

.sidebar-books h2,
.sidebar-books p {
	color: #fff;
	text-align: center;
}

.sidebar-testimonials {
	text-align: center;
	padding: 50px;
}

.sidebar-testimonials h2,
.sidebar-testimonials p.stars {
	color: #fff;
	margin-bottom: 10px;
}

.sidebar-testimonials p.stars {
	color: #c84c09;
}

.sidebar-testimonials p {
	color: #fff;
}

@media screen and (min-width: 768px) {
	main {
		padding: 80px 0;
	}

	.content {
		padding-right: 75px;
		width: 68%;
		margin-bottom: 0;
	}

	.content.full-width {
		width: 100%;
		padding-right: 34px;
	}

	.sidebar {
		width: 32%;
		float: right;
		clear: none;
		padding-left: 0;
	}
}

/* GENERAL > Slick Customizations */
.slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	display: block;
	padding: 0;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	border: none;
	transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:hover .slick-prev-icon {
	opacity: 1;
}

.slick-next:focus,
.slick-prev:focus {
	top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
	color: #c84c09;
	font-size: 2rem;
	margin-left: -2px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-prev.slick-disabled .slick-prev-icon {
	opacity: 0.25;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
	display: block;
	color: #000;
	opacity: 0.75;
	font-family: slick;
	font-size: 2rem;
	line-height: 1;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev .slick-prev-icon:before {
	content: "←";
}

[dir="rtl"] .slick-prev .slick-prev-icon:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next .slick-next-icon:before {
	content: "→";
}

[dir="rtl"] .slick-next .slick-next-icon:before {
	content: "←";
}

.slick-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
}

.slick-dots li button {
	display: block;
	height: 20px;
	width: 20px;
	padding: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	border: 0;
	background: 0 0;
	cursor: pointer;
}

.slick-dots li button:focus .slick-dot-icon,
.slick-dots li button:hover .slick-dot-icon {
	opacity: 1;
}

.slick-dots li button:focus .slick-dot-icon:before {
	color: #c84c09;
}

.slick-dots li button .slick-dot-icon {
	color: #000;
	opacity: 0.25;
}

.slick-dots li button .slick-dot-icon:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "•";
	font-family: slick;
	font-size: 4rem;
	line-height: 0;
	text-align: center;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.slick-dots li.slick-active button:focus .slick-dot-icon {
	color: #c84c09;
	opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon {
	color: #000;
	opacity: 1;
}

.slick-dots li.slick-active button .slick-dot-icon:before {
	font-size: 4rem;
}

.slick-sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
	position: absolute;
	left: 5px;
	bottom: -32px;
	z-index: 10;
	opacity: 0.75;
	background: 0 0;
	border: 0;
	cursor: pointer;
	color: #000;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
	opacity: 1;
}

.slick-autoplay-toggle-button:focus {
	color: #c84c09;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
	content: "⏸";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slick-autoplay-toggle-button .slick-play-icon:before {
	content: "▶";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 1rem;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.slider-container {
	max-width: 85%;
	position: relative;
	margin: 0 auto;
}

.slick-arrow-container {
	position: absolute;
	left: -50px;
	right: 0;
	width: calc(100% + 100px);
	top: calc(50% - 25px);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.slick-arrow-container button {
	position: relative;
	padding: 0;
	background: none;
	font-size: 3rem;
	width: 50px;
	height: 50px;
	color: #5f6272;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

.slick-arrow-container button i {
	line-height: 0;
}

@media screen and (min-width: 1025px) {
	.slider-container {
		max-width: 100%;
	}

	.slick-arrow-container {
		width: 100%;
		left: 0;
	}
}

/* GENERAL > Utility Classes */
.row,
.row-wide,
.row-narrow,
.row-alone,
.row-testimonials,
.row-faqs,
.row-contact,
.row-footer,
.row-1280 {
	max-width: 1630px;
	margin-right: auto;
	margin-left: auto;
}

.row-1280 {
	max-width: 1280px;
}

.row-footer {
	max-width: 1680px;
}

.row-contact {
	max-width: 1365px;
}

.row-faqs {
	max-width: 1520px;
}

.row-testimonials {
	max-width: 1310px;
}

.row-alone {
	max-width: 860px;
}

.row-narrow {
	max-width: 1024px;
}

.row-wide {
	max-width: 1599px;
}

.row:after {
	clear: both;
}

.row:after,
.row:before {
	display: table;
	content: " ";
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (min-width: 1281px) {
	.row-alone {
		max-width: 1260px;
	}
}

.lazy-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.no-repeat {
	background-repeat: no-repeat;
}

.no-float {
	float: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-min-height {
	min-height: 0;
}

.position-static,
.static {
	position: static !important;
}

.position-relative,
.relative {
	position: relative !important;
}

.height-auto {
	height: auto;
}

.block {
	display: block;
}

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

.green-background {
	background: #2a4946;
	padding: 40px;
	margin-bottom: 30px;
}

.green-background * {
	color: #fff;
	/* font-family: 'Cinzel'; */
}

.green-background *:last-child {
	color: #fff;
	margin-bottom: 0;
}

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

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

.body-font {
	font-family: var(--body-font-family);
}

.header-font {
	font-family: var(--header-font-family);
}

.uppercase {
	text-transform: uppercase;
}

.hide {
	display: none;
}

.visually-hidden {
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.flex-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.flex-align-vertical {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-align-horizontal {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
}

.two-buttons-container a,
.two-buttons-container button {
	display: block;
	margin-bottom: 10px;
}

.small-text {
	font-size: 0.9rem;
}

.larger-text {
	font-size: 1.2rem;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.bold,
.font-bold {
	font-weight: 700;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mr30 {
	margin-right: 30px;
}

.mr40 {
	margin-right: 40px;
}

.mr50 {
	margin-right: 50px;
}

.mr60 {
	margin-right: 60px;
}

.mr70 {
	margin-right: 70px;
}

.ml10 {
	margin-left: 10px;
}

.ml20 {
	margin-left: 20px;
}

.ml30 {
	margin-left: 30px;
}

.ml40 {
	margin-left: 40px;
}

.ml50 {
	margin-left: 50px;
}

.ml60 {
	margin-left: 60px;
}

.ml70 {
	margin-left: 70px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pb0 {
	padding-bottom: 0;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pr10 {
	padding-right: 10px;
}

.pr20 {
	padding-right: 20px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pr50 {
	padding-right: 50px;
}

.pr60 {
	padding-right: 60px;
}

.pr70 {
	padding-right: 70px;
}

.pl10 {
	padding-left: 10px;
}

.pl20 {
	padding-left: 20px;
}

.pl30 {
	padding-left: 30px;
}

.pl40 {
	padding-left: 40px;
}

.pl50 {
	padding-left: 50px;
}

.pl60 {
	padding-left: 60px;
}

.pl70 {
	padding-left: 70px;
}

.small-margin-left {
	margin-left: 10px;
}

.small-margin-right {
	margin-right: 10px;
}

.no-background {
	background: none !important;
}

.animate-in-view,
.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

.pointer-events-none {
	pointer-events: none;
}

.transition-all {
	-webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
	-moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
	-ms-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
	-o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
	position: relative;
	z-index: 1;
}

.background-center {
	background-position: center center !important;
}

.background-y-bottom {
	background-position-y: 100%;
}

.background-y-top {
	background-position-y: 0%;
}

.background-cover {
	background-size: cover;
}

.background-transparent {
	background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
	color: #fff;
}

@media screen and (min-width: 450px) {
	.two-buttons-container {
		display: flex;
		justify-content: center;
	}

	.two-buttons-container a,
	.two-buttons-container button {
		margin: 0 6px;
	}
}

@media (min-width: 768px) {
	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0px), screen and (min-width: 768px) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.show-for-large {
		display: none !important;
	}
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	-webkit-transition: border-color 200ms ease-out;
	-moz-transition: border-color 200ms ease-out;
	-ms-transition: border-color 200ms ease-out;
	-o-transition: border-color 200ms ease-out;
	transition: border-color 200ms ease-out;
}

body.scrolled .header {
	border-color: #c84c09;
}

.header > .row {
	height: 100%;
}

.header a {
	text-decoration: none;
}

.header-desktop {
	display: none;
}

.header-logo {
	display: flex;
	align-items: center;
	padding: 8px 0 0 8px;
}

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

.header-mobile-inner {
	display: flex;
	min-height: 70px;
	padding: 0 15px 0 20px;
}

.header-mobile-buttons {
	display: flex;
	margin-left: 15px;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}

.header-mobile-buttons a,
.header-mobile-buttons button,
.mobile-menu-toggle {
	display: flex;
	font-size: 0.722rem;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	flex: 1;
	max-width: 44px;
	width: 44px;
	height: 44px;
}

.header-mobile-buttons a {
	margin-right: 10px;
}

.header-office-location {
	margin-right: 13px;
}

.header-office-location:last-child {
	margin-right: 40pxl;
}

.header-office-location-city {
	margin-bottom: 0;
	font-size: 0.444rem;
	color: #c84c09;
	line-height: 0.9rem;
	font-weight: 700;
}

.header-office-location-phone {
	font-size: 0.833rem;
	color: #76777c;
	font-weight: 700;
}

.header-office-location-phone:hover,
.header-office-location-phone:focus {
	text-decoration: underline;
}

.header-office-location > span {
	display: block;
	font-size: 0.611rem;
}

.orange-cta {
	background-color: #c84c09;
	color: #fff;
	padding: 11px 18px;
	font-size: 1.056rem;
	display: none;
}

.orange-cta:hover,
.orange-cta:focus {
	background-color: #2a4946;
	color: #fff;
}

.orange-cta > span {
	display: block;
	letter-spacing: 0.48px;
}

.orange-cta > span:last-child {
	letter-spacing: 2.58px;
}

.orange-cta .header-contact-bottom-text {
	font-size: 16px;
}

.orange-cta > span > span {
	font-weight: 700;
	font-family: "Cinzel";
}

.module-header-a-right {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-self: center;
	padding-top: 16px;
}

.module-header-a-right-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-office-location span {
	color: #c84c09;
}

.header-office-location span span {
	font-family: "Cinzel";
	font-weight: 700;
}

.module-header-a-phone {
	font-weight: 600;
	color: #c84c09;
	font-size: 1.2rem;
	margin-left: 20px;
	display: inline-block;
}

.module-header-a-phone i {
	font-size: 80%;
}

.module-header-a-right-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: flex-end;
}

.menu-align-right .sub-menu {
	right: 0;
}

.header-mobile {
	height: 80px;
}

@media screen and (min-width: 401px) {
	.header-logo img {
		max-width: 223px;
	}
}

@media screen and (min-width: 768px) {
	.module-header-a-right {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 60%;
		padding-top: 0;
	}

	.header-mobile {
		display: none;
	}

	.header-desktop {
		display: block;
	}

	.header-logo {
		padding: 0;
	}

	.module-header-a-logo {
		flex: 1;
	}

	.module-header-a-inner {
		padding: 18px 15px 18px 30px;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		position: relative;
	}

	.module-header-a-logo img {
		padding: 0;
	}

	.header-office-location-city {
		margin-bottom: -10px;
	}
}

@media screen and (min-width: 1025px) {
	.header-office-location-city {
		font-size: 0.611rem;
		margin-bottom: 0;
	}

	.header-office-location-phone {
		font-size: 1.111rem;
	}

	.orange-cta {
		padding: 12px 25px;
	}

	.orange-cta {
		font-size: 0.778rem;
		display: block;
	}

	.header-office-location {
		margin-right: 50px;
	}

	.module-header-a-right {
		width: 70%;
	}

	.module-header-a-right-top {
		margin-bottom: 21px;
	}

	.module-header-a-inner {
		padding-top: 0;
		padding-bottom: 0;
		padding-right: 0;
	}

	.header-logo img {
		max-width: 100%;
	}

	.header-desktop {
		height: 122px;
	}
}

@media screen and (min-width: 1301px) {
	.header-desktop {
		height: 142px;
	}

	.header-office-location-city {
		font-size: 0.889rem;
	}

	.header-office-location-phone {
		font-size: 1.611rem;
	}

	.orange-cta {
		font-size: 1.056rem;
	}
}

@media screen and (min-width: 1401px) {
	.module-header-a-inner {
		padding: 0 0 0 60px;
	}
}

/* HEADER > Header Search Bar */

.header-search {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #172215;
	padding: 34px;
	width: 100%;
	z-index: 11;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.header-search.active {
	opacity: 1;
	top: 0;
}

.header-search-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	float: none;
	padding: 0;
}

.search-results-post-type:not(:last-child) {
	margin-bottom: 30px;
}

.search-results-post-type ul {
	margin: 0;
}

.header-search-results {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	padding: 30px;
	background: #172215;
	display: none;
	max-height: 350px;
	overflow: auto;
}

.header-search-results.active {
	display: block;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
	color: #fff;
}

.header-search-results h3 {
	margin-bottom: 8px;
	font-size: 1rem;
}

.header-search-results a {
	text-decoration: none;
	padding: 5px !important;
	font-size: 0.889rem !important;
}

.header-search-results a:hover,
.header-search-results a:focus {
	text-decoration: underline;
}

.header-search-results li {
	padding: 10px;
}

.header-search-form {
	position: relative;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

#header-search-input {
	margin: 0;
	height: 45px;
	border: 0 none;
	font-size: 1.3rem;
	color: #fff;
	border-bottom: 1px solid #fff;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}

input::-ms-input-placeholder {
	color: #fff;
}

input::placeholder {
	color: #fff;
}

.header-search-submit {
	padding: 0;
	width: 45px;
	height: 45px;
	white-space: pre;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
	background: none;
}

.header-search-submit:hover,
.header-search-submit:focus {
	background: none;
}

#header-search-open {
	font-size: 1.1rem;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 24px 5px 0;
	border: 2px solid #76777c;
	color: #76777c;
	background: none;
}

#header-search-open:hover,
#header-search-open:focus {
	background-color: #c84c09;
	color: #fff;
	border-color: #c84c09;
}

.header-search-form ::placeholder {
	font-size: 1rem;
}

@media screen and (min-width: 1025px) {
	.header-search-inner {
		padding: 0 34px;
	}

	.header-search {
		position: fixed;
		bottom: auto;
		top: -100px;
		left: 0;
		right: 0;
		background-color: #2a4946;
		padding: 18px 0;
		width: 100%;
		opacity: 0;
	}

	#header-search-open {
		margin: 0 36px 5px 0;
	}

	.header-search-submit {
		padding: 0 20px;
		width: auto;
		display: inline-block;
		margin: 0 1%;
		background: #c84c09;
		border: none;
	}

	.header-search-submit i {
		margin-left: 10px;
	}

	.header-search-submit:hover,
	.header-search-submit:focus {
		background-color: #fff;
		color: #c84c09;
	}

	.header-search-results {
		top: 100%;
		bottom: auto;
		background: #2a4946;
	}
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
	margin: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 20px;
}

.main-navigation-menu li {
	display: block;
	position: relative;
	padding: 0;
}

.main-navigation-menu > li {
	padding: 0 0 15px 0;
	margin-right: 25px;
}

.main-navigation-menu > li:last-of-type {
	margin-right: 0;
}

.main-navigation-menu > li:last-of-type > a {
	margin-right: 0;
}

.main-navigation-menu .sub-menu {
	display: none;
	position: absolute;
	top: calc(100% - 8px);
	width: 340px;
	margin: 0;
	border-top: 8px solid #c84c09;
	padding-top: 32px;
	padding-bottom: 38px;
	background-color: #f0f1f1;
}

.main-navigation-menu > a:hover + .mega-menu,
.main-navigation-menu > a:focus + .mega-menu,
.main-navigation-menu > li.active > .mega-menu,
.main-navigation-menu > a:hover + .sub-menu,
.main-navigation-menu > a:focus + .sub-menu,
.main-navigation-menu > li.active > .sub-menu {
	display: block;
	-webkit-animation: menuSlideDown 200ms both;
	animation: menuSlideDown 200ms both;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover > a {
	color: #c84c09;
}

.main-navigation-menu > li > a {
	display: block;
	height: 100%;
	color: #76777c;
	line-height: 1;
	font-size: 0.65rem;
	font-weight: 700;
	position: relative;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.main-navigation-menu .cases-we-handle .sub-menu {
	width: 600px;
	columns: 2;
}

.main-navigation-menu .cases-we-handle .sub-menu li {
	display: inline-block;
	width: 100%;
}

/* free info */
.page-item-1213 .sub-menu {
	right: 0;
}

@media screen and (min-width: 1025px) {
	.main-navigation-menu > li {
		padding: 0 0 20px 0;
		margin-right: 11px;
	}
}

@media screen and (min-width: 1100px) {
	.main-navigation-menu > li {
		padding: 0 0 20px 0;
		margin-right: 17px;
	}
}

@media screen and (min-width: 1281px) {
	.main-navigation-menu > li > a {
		font-size: 0.8rem;
	}
}

@media screen and (min-width: 1700px) {
	.main-navigation-menu > li > a {
		font-size: 1.111rem;
	}
}

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li,
.mega-menu li {
	background: #f0f1f1;
	padding-left: 38px;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

#desktop-navigation .sub-menu li {
	position: relative;
	cursor: pointer;
	margin-bottom: 2px;
}

#mega-menu li a,
#desktop-navigation .sub-menu li a {
	color: #30482d;
	font-size: 0.889rem;
	display: block;
	padding: 12px;
	padding-left: 0;
	line-height: 1;
	text-decoration: none;
}

#mega-menu li.active a,
#desktop-navigation .sub-menu li.active > a {
	font-weight: 700;
	color: #c84c09;
}

/* .mega-menu li:before,
#desktop-navigation .sub-menu li:before {
  content: '\f105';
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 10px;
  top: 6px;
  color: #C84C09;
  pointer-events: none;
  -webkit-transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
} */

.mega-menu li.active:before,
#desktop-navigation .sub-menu li.active:before {
	color: #fff;
}

#desktop-navigation .sub-menu .menu-item-has-children > a:after {
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 10px;
	color: #30482d;
}

#desktop-navigation .sub-menu .menu-item-has-children.active > a:after {
	color: #c84c09;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 100000;
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
	display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active > .sub-menu {
	display: block;
	-webkit-animation: menuSlideRight 200ms both;
	animation: menuSlideRight 200ms both;
}

/* MENUS > Mobile Menu */
#container {
	position: relative;
	right: 0;
	top: 0;
	overflow: hidden;
}

#container:before {
	z-index: 99;
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

#container.active {
	cursor: pointer;
}

#container.active:before {
	opacity: 1;
}

#mobile-menu:not(.active) {
	display: none;
}

#mobile-navigation {
	z-index: 100;
	position: fixed;
	background-color: #2a4946;
	opacity: 0;
}

#mobile-navigation,
#mobile-navigation .sub-menu {
	display: block;
	height: 100vh;
	transform: translateY(-100%);
	width: 100%;
	animation-fill-mode: both;
	-webkit-transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
	-moz-transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
	-ms-transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
	-o-transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
	transition: all 500ms cubic-bezier(0.87, 0, 0.13, 1);
}

.mobile-navigation-top-inner {
	/* display: none; */
	align-items: center;
	padding: 18px 20px;
	background: #2a4946;
}

.mobile-navigation-top-inner.active {
	display: flex;
}

.mobile-navigation-close {
	background: none;
}

#mobile-navigation a {
	padding-left: 65px;
}

#mobile-navigation.active {
	transform: translateY(0);
	opacity: 1;
	overflow-y: scroll;
}

#mobile-navigation a {
	display: block;
	text-decoration: none;
	font-size: 1.2rem;
	color: #fff;
	padding-top: 22px;
	padding-bottom: 22px;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
	color: #c84c09;
	background: #fff;
}

#mobile-navigation ul {
	margin: 0;
}

#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
}

#mobile-navigation ul li:last-of-type {
	border: none;
}

#mobile-navigation ul li:before {
	display: none;
}

#mobile-navigation ul li.sub-menu-open > .sub-menu {
	top: 0;
	transform: translateY(0);
	display: block;
	-webkit-animation: fadeInRight 300ms ease-out;
	animation: fadeInRight 300ms ease-out;
	animation-fill-mode: both;
}

#mobile-navigation .sub-menu {
	margin: 0;
	position: fixed;
	background-color: #2a4946;
	z-index: 1;
	overflow: auto;
	display: none;
}

.mobile-navigation-next,
.mobile-navigation-close {
	padding: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 60px;
	height: 100%;
}

.mobile-navigation-close {
	margin-left: auto;
	color: #fff;
	background-color: #c84c09;
	font-size: 1rem;
	height: 44px;
	width: 44px;
}

.mobile-navigation-close:focus,
.mobile-navigation-close:hover,
.mobile-navigation-previous button:hover,
.mobile-navigation-previous button:focus {
	color: #c84c09;
	background-color: #fff;
}

.mobile-navigation-next {
	position: absolute;
	right: 0;
	top: 0;
}

.mobile-navigation-previous {
	margin-bottom: 10px;
	border: none !important;
}

@media screen and (min-width: 1025px) {
	#mobile-navigation {
		display: none;
	}

	.mobile-navigation-top-inner {
		display: none;
	}
}

/* MENUS > Mega Menu */
.mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	display: none;
	background: #2a4946;
	padding: 25px 75px;
}

.mega-navigation-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 15px;
	margin: 0;
}

.mega-menu li {
	border-right: 1px solid #fff;
}

.mega-menu li:nth-child(4n) {
	border-right: none;
	margin: 0;
	padding-right: 0;
}

.mega-menu .sub-menu {
	display: none;
}

/*******************************************************************************************
FOOTER
*******************************************************************************************/
.footer {
	padding: 70px 0 0;
	text-align: center;
	background-color: #e3e4e4;
}

/* .footer-left {
  margin-bottom: 57px;
} */

.footer-left img {
	display: block;
	max-width: 100%;
	margin: 0 auto 50px;
}

.footer-left p,
.footer-left a {
	font-size: 1.167rem;
	font-weight: 700;
	color: #2a4946;
	margin-bottom: 0;
}

.footer-left a {
	color: #000;
	font-weight: 400;
}

.footer-left a:hover,
.footer-left a:focus {
	color: #c84c09;
}

.footer-left i {
	color: #5f5f5f;
}

.footer-right-single {
	text-align: center;
	max-width: 500px;
	margin: 0 auto 57px;
}

.footer-right-single h3 {
	font-size: 1.556rem;
	font-family: "Cinzel";
	font-weight: 400;
}

.footer-right-single p {
	margin-bottom: 20px;
}

.footer address {
	margin-top: 20px;
}

.footer-office-phone {
	font-weight: 700;
	font-size: 0.889rem;
	color: #000;
	/* display: inline-block; */
}

.footer-office-directions {
	color: #606060;
	font-weight: 600;
	font-size: 0.944rem;
	text-decoration: underline;
}

.footer-office-directions:hover,
.footer-office-directions:focus {
	color: #c84c09;
}

.footer-right-single h3 {
	margin-bottom: 15px;
}

.footer-right-single .footer-office-phone:hover,
.footer-right-single .footer-office-phone:focus {
	color: #c84c09;
}

.footer-upper-buttons,
.footer-upper-social {
	margin: 40px 0;
}

.footer-upper-social .social-links {
	justify-content: center;
}

.footer-upper-social .social-links a {
	font-size: 1.6rem;
}

.footer-bottom span {
	position: relative;
	font-size: 1rem;
	display: inline-block;
}

.footer-bottom span:after {
	content: "|";
	margin: 0 8px;
}

.footer-bottom span:last-of-type:after {
	display: none;
}

.module-footer-a .footer-upper-phone {
	font-size: 1.6rem;
	color: #fff;
	margin: 25px 0;
}

.footer .social-links {
	justify-content: center;
}

.footer-bottom {
	padding: 42px 0 60px;
}

.footer-bottom p {
	margin-bottom: 0;
}

.footer-bottom p,
.footer-bottom span,
.footer-bottom a {
	color: #5f5f5f;
	font-weight: 300;
}

.footer-office-locations {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 40px;
}

.footer-office-locations-single {
	display: inline-block;
	font-size: 1.5rem;
	font-family: "Cinzel";
}

@media screen and (min-width: 768px) {
	.footer-office-locations {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1201px) {
	.footer {
		padding-top: 130px;
	}

	.footer-left p,
	.footer-left a {
		font-size: 1.333rem;
	}

	.footer-inner {
		display: flex;
		padding-bottom: 42px;
	}

	.footer-left {
		width: 350px;
		margin-right: 101px;
	}

	.footer-right {
		flex: 1;
		display: grid;
		grid-template-columns: 1fr 1.1fr 0.9fr;
		grid-column-gap: 48px;
	}

	.footer-right-single {
		margin: 0;
		text-align: left;
		max-width: none;
	}

	.footer-right-single h3 {
		font-size: 1.056rem;
		margin-bottom: 10px;
	}

	.footer-left img {
		margin-bottom: 150px;
	}

	.footer .social-links {
		justify-content: flex-start;
	}

	.footer .social-links a {
		margin: 3px;
	}

	.footer-office-directions {
		font-size: 0.667rem;
	}

	.footer-bottom span {
		font-size: 0.778rem;
	}
}

@media screen and (min-width: 1281px) {
	.footer-inner {
		padding-bottom: 63px;
	}

	.footer-right-single h3 {
		font-size: 1.2rem;
	}

	.footer-left {
		margin-right: 100px;
	}

	.footer-office-phone {
		font-size: 1.278rem;
	}

	.footer-office-directions {
		font-size: 0.944rem;
	}

	.footer-bottom span {
		font-size: 1rem;
	}

	.footer-office-locations {
		justify-content: space-evenly;
	}
}

@media screen and (min-width: 1401px) {
	.footer-left {
		width: 450px;
	}

	.footer .social-links a {
		margin: 0 10px;
	}
}

@media screen and (min-width: 1801px) {
	.footer-left {
		margin-right: 140px;
		width: 525px;
	}

	.footer-right-single h3 {
		font-size: 1.556rem;
	}

	.footer-right {
		grid-column-gap: 60px;
	}
}

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Breadcrumbs */
ul.breadcrumbs-container {
	padding-left: 0;
}

.breadcrumbs-single {
	position: relative;
	text-decoration: none;
	padding-right: 20px;
	margin-right: 20px;
}

.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
	text-decoration: underline;
}

.breadcrumbs-single:after {
	position: absolute;
	right: -4px;
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
}

.breadcrumbs-single:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs-single:last-of-type:after {
	display: none;
}

/* FEATURES > Accordion */
.accordion-item {
	border-bottom: 1px solid #f0f1f1;
}

.accordion-item-title {
	padding: 20px 15px;
	font-family: "Nunito Sans";
	letter-spacing: 1.84px;
	font-size: 1rem;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 600;
	color: #5f6272;
	line-height: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.accordion-item-title:after {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 1.2rem;
	text-align: center;
	color: #c84c09;
	margin-left: 15px;
}

.accordion-item.active {
	background-color: #f0f1f1;
}

.accordion-item.active:focus {
	outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
	background: #f0f1f1;
}

.accordion-item.active .accordion-item-title:after {
	content: "\f068";
}

.accordion-item-content {
	display: none;
	padding: 20px 15px;
}

.accordion-item-content p {
	font-size: 1rem;
}

.accordion-item.active .accordion-item-content {
	display: block;
	-webkit-animation: fadeIn 200ms both;
	animation: fadeIn 200ms both;
}

.accordion-item-content > *:first-child {
	margin-top: 20px;
}

.accordion-item-content > *:last-child {
	margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
	position: relative;
	margin: 0 0 40px;
	border-left: 11px solid #c84c09;
	padding-left: 30px;
	text-transform: uppercase;
}

blockquote p,
.quote-single p {
	margin: 0;
	font-size: 1.333rem;
	font-family: "Cinzel";
	color: #2a4946;
}

/* blockquote cite,
.quote-single cite {
  display: block;
  text-align: right;
  font-weight: 700;
  margin-top: 12px;
  font-style: normal;
} */

/* blockquote:before,
.quote-single:before {
  content: "\f10d";
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  top: 1%;
  left: 3%;
  font-size: 2.7rem;
  opacity: 1.0;
  color: #2a4946;
  font-style: normal;
} */

.ps219sw17 {
	color: blue;
}

@media screen and (min-width: 1025px) {
	blockquote,
	.quote-single {
		padding-left: 45px;
	}

	blockquote p,
	.quote-single p {
		font-size: 1.5rem;
	}
}

/* FEATURES > CTA Block */
.cta-single {
	padding: 40px;
	background: #f0f1f1;
	border: 1px solid #2a4946;
	text-align: center;
	margin-bottom: 40px;
}

.cta-single span {
	display: block;
	text-transform: uppercase;
	font-size: 1.3rem;
	line-height: 1.2;
	margin-bottom: 12px;
}

.cta-single a {
	font-size: 2rem;
	line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
	display: block;
	position: fixed;
	background: #fff;
	box-shadow: 0 0 20px #000;
	padding: 30px;
	right: 0;
	bottom: 0;
	max-width: 400px;
	opacity: 0;
	z-index: 1;
	transform: translateX(100%);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.bottom-slideout.active {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (min-width: 1025px) {
	.bottom-slideout {
		display: block;
	}
}

/* FEATURES > Reviews */
.reviews-container {
	background: #f0f1f1;
	padding: 50px 0;
}

.reviews-star-icon {
	color: #c84c09;
	font-size: 1.1rem;
}

.reviews-single-source:before {
	content: "\2014";
	margin-right: 2px;
}

.reviews-star-icon i {
	margin: 0 2px;
}

.reviews-single {
	float: none;
	text-align: center;
}

.reviews-single em {
	font-style: italic;
	margin: 10px 0;
	display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
	position: relative;
	width: 100%;
	min-height: 225px;
	margin-bottom: 170px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
}

.videos-single:hover,
.videos-single:focus {
	text-decoration: none;
}

.videos-single:hover:before,
.videos-single:focus:before {
	opacity: 0.6;
}

.videos-single:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.videos-single h2 {
	position: absolute;
	top: 100%;
	width: 100%;
	min-height: 150px;
	max-height: 150px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #c84c09;
	color: #fff;
	font-size: 1.1rem;
	padding: 10px 20px;
	margin: 0;
	-webkit-transition: background-color 200ms ease-out;
	-o-transition: background-color 200ms ease-out;
	transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
	background-color: #2a4946;
}

@media screen and (min-width: 640px) {
	.videos-container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.videos-single {
		width: 48%;
	}

	.videos-single h2 {
		min-height: 125px;
		max-height: 125px;
	}
}

@media screen and (min-width: 1025px) {
	.videos-container {
		justify-content: flex-start;
	}

	.videos-single {
		width: 31.3%;
		margin: 0 3% 110px 0;
		margin: 0 3% 160px 0;
	}

	.videos-single:nth-child(3n) {
		margin-right: 0;
	}
}

/* FEATURES > YouTube Player */
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	max-width: 100%;
	background: #000;
	margin: 20px 0 50px;
}

.youtube-player-inner {
	width: 100%;
	height: 100%;
	content: "";
	overflow: hidden;
	position: absolute;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.youtube-player-inner:after,
.videos-single:after {
	content: " \f04b";
	font-family: "Font Awesome 5 Pro";
	font-size: 2rem;
	opacity: 0.8;
	display: inline-block;
	margin: 0 auto;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	color: #fff;
	pointer-events: none;
	z-index: 1;
	line-height: 1;
	background-color: #c84c09;
	border-radius: 50%;
	padding: 20px;
}

.youtube-player-inner:hover:after,
.youtube-player-inner:focus:after,
.videos-single:hover:after,
.videos-single:focus:after {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	color: #fff;
	opacity: 1;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

/* FEATURES > Vimeo Player */

.vimeo-player {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.vimeo-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FEATURES > Social Link Lists */
.social-links {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.389rem;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-decoration: none;
	margin: 0 10px;
	color: #5f5f5f;
}

.social-links a:first-child {
	margin-left: 0;
}

.social-links a:hover,
.social-links a:focus {
	color: #c84c09;
}

/* FEATURES > Case Results */
.results-slider {
	margin-bottom: 30px;
}

.results-slider-single {
	border: 1px solid #c84c09;
	padding: 30px;
}

.results-slider-single:last-of-type {
	margin: 0;
}

.results-slider-single h3 {
	font-weight: 700;
	color: #2a4946;
	margin-bottom: 25px;
}

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.fast {
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

.animated.slow {
	-webkit-animation-duration: 2000ms;
	animation-duration: 2000ms;
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@-webkit-keyframes menuSlideRight {
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0;
	}
}

@keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

@-webkit-keyframes menuSlideDown {
	from {
		opacity: 0;
		margin-top: -10px;
	}

	to {
		opacity: 1;
		margin-top: 0;
	}
}

.animation-characters-fly-up {
	overflow: hidden;
	letter-spacing: -6px;
	font-size: 3rem;
}

.animating-child-elements span {
	display: inline-block;
	opacity: 0;
}

/*******************************************************************************************
MODULES - General module styling; see separate stylesheets for individual modules
*******************************************************************************************/
.module {
	padding: 80px 0;
}

.module-dark {
	background: #2a4946;
}

.module-title {
	display: none;
}

h2.module-title {
	margin-bottom: 60px;
}

.modules-showcase .module-title {
	display: block;
}

.box-icon {
	margin: 0;
}

.box-icon:before {
	content: "\f0e3";
	font-family: "Font Awesome 5 Pro";
	width: 50px;
	line-height: 50px;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: #2a4946;
	margin: 0 auto;
}

.content-selector {
	cursor: pointer;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
	background: #f0f1f1;
}

.module-title span {
	font-size: 80%;
	display: block;
}

.modules-skip {
	justify-content: center;
	flex-wrap: wrap;
}

.modules-skip button {
	margin: 0 5px 5px 0;
}

@media screen and (min-width: 1025px) {
	.modules-skip {
		justify-content: flex-start;
	}

	.modules-skip a {
		margin-bottom: 0;
	}
}

/*******************************************************************************************
SITEWIDE TEMPLATES
*******************************************************************************************/

/* SECTION > BOOKS */
.books {
	padding: 40px 0 125px;
	background-color: #f4f4f5;
}

.books-top h3 {
	font-size: 1.333rem;
	letter-spacing: 4.8px;
	color: #c84c09;
}

.books-top h2 {
	font-size: 2.278rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.books-top h2 span {
	font-weight: 700;
}

.books-top {
	padding-top: 85px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 22px;
}

.books-top p {
	font-size: 1rem;
	margin-bottom: 0;
}

.books-holder.stacked {
	padding: 0;
}

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

.books-holder.stacked .books-single {
	margin-bottom: 30px;
}

.books-single:first-child:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	display: block;
	background-color: #b7b7b7;
	right: 0;
	display: none;
}

.books-single-image-side {
	text-align: center;
	display: inline-flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.books-holder.stacked .books-single-image-side {
	margin-bottom: 25px;
}

.books-single-content-side {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.books-single h3 {
	font-size: 1.667rem;
	font-family: "Cinzel";
	margin-bottom: 15px;
}

.books-holder.stacked .books-single h3 {
	font-size: 1.389rem;
}

.books-single p {
	font-size: 0.944rem;
	margin-bottom: 0;
}

.books-single img {
	max-width: 100%;
}

.books-single .button {
	font-size: 0.944rem;
	/* padding: 13px 50px; */
	padding: 13px 30px;
	display: inline-block;
	width: 100%;
	margin-top: -50px;
}

@media screen and (min-width: 768px) {
	.books-single {
		/* display: flex; */
		position: relative;
	}

	.books-holder.stacked .books-single {
		display: block;
	}

	/* .books-single:first-child {
    padding-right: 30px;
    margin-right: 12px;
  } */

	.books-holder.stacked .books-single:first-child {
		padding-right: 0;
		margin-right: 0;
	}

	.books-single img {
		/* margin-bottom: -80px; */
		margin-bottom: -38px;
		max-width: 331px;
	}

	.books-single .button {
		width: auto;
		display: inline-block;
		margin: 0 auto;
	}

	/* .books-single-content-side {
    margin-left: -18px;
  } */

	.books-single-image-side {
		display: flex;
		padding-right: 25px;
	}

	.books-holder.stacked .books-single-image-side {
		display: inline-flex;
	}

	/* .books-single-content-side {
    text-align: left;
  } */

	.books-holder.stacked .books-single-content-side {
		text-align: center;
	}
}

@media screen and (min-width: 1025px) {
	.books-holder {
		display: flex;
		/* margin-left: -44px; */
		margin-left: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 30px;
		gap: 30px;
	}

	.books-holder.stacked .books-single {
		display: flex;
	}

	.books-holder.stacked {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
	}

	/* .books-single:first-child:after {
    display: block;
  } */

	.books-holder.stacked .books-single:first-child:after {
		display: none;
	}

	.books-holder.stacked .books-single-content-side {
		text-align: left;
	}

	.books-holder.stacked .books-single-image-side {
		display: block;
		margin-bottom: 0;
	}
}

/* @media screen and (min-width: 1201px) {
  .books-single:first-child {
    padding-right: 66px;
    margin-right: 48px;
  }
} */

@media screen and (min-width: 1281px) {
	.books {
		padding-top: 60px;
	}

	.books-single-image-side {
		padding-right: 35px;
	}
}

@media screen and (min-width: 1501px) {
	.books-holder {
		margin-left: 0;
		/* grid-template-columns: 1fr 1fr 1fr; */
		grid-template-columns: 1fr 1fr;
	}

	.books-top h3 {
		font-size: 1.333rem;
	}

	.books-top h2 {
		font-size: 3.333rem;
	}

	.books-top p {
		font-size: 1.111rem;
	}

	.books-single h3 {
		font-size: 1.3rem;
	}

	.books-single p {
		font-size: 1.111rem;
	}

	.books-single .button {
		font-size: 1.111rem;
	}

	.books-single-content-side {
		margin-left: 0;
	}

	.books-single img {
		max-width: none;
	}

	.books-single:first-child {
		padding-right: 0;
		margin-right: 0;
	}

	.books-single-image-side {
		padding-right: 35px;
	}
}

/* SECTION > CONTACT */

.home-contact-top {
	text-align: center;
	padding-bottom: 50px;
}

.home-contact.practice {
	padding-top: 50px;
}

.home-contact-top * {
	color: #fff;
}

.home-contact-top h2 {
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 10px;
}

.home-contact-top h3 {
	font-family: "Cinzel";
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 31px;
}

.home-contact .form-container {
	padding: 0;
}

.home-contact input,
.home-contact textarea {
	color: #696969;
	font-size: 1.389rem;
	background-color: #fff;
}

.home-contact label {
	color: #696969;
	padding-left: 30px;
}

.home-contact .button-container {
	text-align: center;
}

.home-contact button {
	padding: 25px;
}

@media screen and (min-width: 768px) {
	.home-contact button {
		padding: 25px 90px;
		width: auto;
	}
}

@media screen and (min-width: 1025px) {
	.home-contact-top {
		padding-bottom: 107px;
	}

	.home-contact-top h2 {
		font-size: 3.556rem;
	}

	.home-contact-top h3 {
		font-size: 1.611rem;
		margin-bottom: 40px;
	}

	.home-contact .contact-form .form-input-row:first-of-type {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 13px;
	}
}

@media screen and (min-width: 1281px) {
	.home-contact-top {
		padding-bottom: 156px;
	}

	.home-contact-top h2 {
		font-size: 5rem;
	}

	.home-contact-top h3 {
		font-size: 2.222rem;
		margin-bottom: 62px;
	}
}

/* SECTION > SET APART */

.set-apart {
	background-color: #2a4946;
	padding: 50px 0 90px;
}

.set-apart * {
	color: #fff;
}

.set-apart i {
	color: #c84c09;
	font-size: 0.889rem;
}

.set-apart-single:hover i,
.set-apart-single:focus i {
	display: none;
}

.set-apart-top {
	text-align: center;
}

.set-apart-top p {
	font-size: 1.111rem;
	font-weight: 700;
	letter-spacing: 3.2px;
	margin-bottom: 0;
}

.set-apart-top h2 {
	font-size: 2.222rem;
	font-weight: 400;
}

.set-apart-top h2 span {
	display: block;
	font-weight: 700;
}

.set-apart-single {
	padding: 36px 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.set-apart-single .center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.set-apart-single:hover,
.set-apart-single:focus {
	background-color: #c84c09;
	display: block;
}

.set-apart-single p {
	font-size: 0.944rem;
	margin-bottom: 0;
}

.set-apart-single:hover p,
.set-apart-single:focus p {
	opacity: 1;
	position: static;
}

.set-apart-single:hover p,
.set-apart-single:focus p {
	display: block;
}

.set-apart-single h3 {
	font-size: 1.222rem;
	font-family: Cinzel;
	margin-bottom: 10px;
}

.set-apart-single:hover h3,
.set-apart-single:focus h3 {
	font-size: 1.333rem;
}

.set-apart-single p {
	display: none;
}

.set-apart-single img {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
}

.set-apart-single:hover img,
.set-apart-single:focus img {
	display: none;
}

.set-apart-holder {
	margin-bottom: 33px;
}

@media screen and (min-width: 768px) {
	.set-apart-holder {
		display: grid;
		grid-template: repeat(3, 1fr) / repeat(2, 50%);
	}

	.set-apart i {
		font-size: 1.333rem;
	}

	.set-apart-single {
		min-height: 350px;
		border-bottom: 1px solid #527178;
	}

	.set-apart-single:nth-child(odd) {
		border-right: 1px solid #527178;
	}

	.set-apart-single:nth-last-child(-n + 2) {
		border-bottom: none;
	}
}

@media screen and (min-width: 1025px) {
	.set-apart-holder {
		grid-template: repeat(2, 1fr) / repeat(3, 33.33%);
	}

	.set-apart {
		padding: 50px;
	}

	.set-apart-single {
		min-height: 410px;
		border-right: 1px solid #527178;
		border-bottom: 1px solid #527178;
	}

	.set-apart-single:nth-child(n + 4) {
		border-bottom: none;
	}

	.set-apart-single:nth-child(3n) {
		border-right: none;
	}
}

@media screen and (min-width: 1281px) {
	.set-apart {
		padding: 150px 75px;
	}

	.set-apart-top h2 {
		font-size: 3.278rem;
	}

	.set-apart-single {
		padding: 55px 60px;
		min-height: 500px;
	}

	.set-apart-single h3 {
		font-size: 1.722rem;
	}

	.set-apart-single p {
		font-size: 1.111rem;
	}

	.set-apart-single:hover h3,
	.set-apart-single:focus h3 {
		font-size: 1.8rem;
	}
}

@media screen and (min-width: 1701px) {
	.set-apart-single:hover h3,
	.set-apart-single:focus h3 {
		font-size: 1.944rem;
	}

	.set-apart-single {
		padding: 55px 80px;
		min-height: 400px;
	}
}

/* SECTION > RESULTS */

.results-holder-slider {
	background-color: #d8d8d9;
	padding: 20px 0 28px;
}

.results-holder-slider .slick-track {
	display: flex !important;
}

.slider-results-a {
	margin-bottom: 20px;
}

.results-single {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
	padding: 20px 25px;
}

.results-single h3 {
	color: #1b2716;
	font-weight: 300;
	font-size: 0.889rem;
	letter-spacing: 0.96px;
	margin-bottom: 3px;
}

.results-single span {
	color: #2a4946;
	font-size: 2rem;
	font-weight: 700;
}

.results-single a {
	color: #c84c09;
	font-size: 0.889rem;
	font-weight: 700;
	display: inline-block;
}

.results-holder-slider .row {
	position: relative;
}

.results-holder-slider .module-results-a-buttons {
	left: 0;
	width: 100%;
}

.results-holder-slider .module-results-a-buttons button {
	font-size: 2rem;
}

@media screen and (min-width: 768px) {
	.results-holder-slider .module-results-a-buttons {
		display: none;
	}

	.results-holder-slider .slick-slide {
		height: inherit !important;
		border-right: 1px solid #fff;
	}

	.results-holder-slider .slick-slide:last-child {
		border-right: none;
	}
}

@media screen and (min-width: 1025px) {
	.results-holder-slider {
		padding: 33px 0 22px;
	}

	.results-single h3 {
		font-size: 0.667rem;
	}

	.results-single span {
		font-size: 1.667rem;
	}

	.results-single a {
		font-size: 0.889rem;
	}
}

@media screen and (min-width: 1281px) {
	.results-holder-slider {
		padding: 50px 0 28px;
	}

	.results-single h3 {
		font-size: 0.889rem;
	}

	.results-single span {
		font-size: 2rem;
	}

	.results-single a {
		font-size: 1.111rem;
	}
}

/* SECTION > BADGES */
.badges {
	padding-top: 42px;
	padding-bottom: 50px;
}

.badges h2 {
	font-size: 1.111rem;
	font-family: "Nunito Sans";
	font-weight: 700;
	color: #310d20;
	letter-spacing: 1.6px;
	display: inline-block;
	margin-bottom: 0;
	position: relative;
}

.badges-top {
	text-align: center;
	margin-bottom: 40px;
}

.badges-top h2:before,
.badges-top h2:after {
	content: "";
	background-color: #c84c09;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100vw;
	height: 6px;
	right: calc(100% + 30px);
}

.badges-top h2:after {
	right: auto;
	left: calc(100% + 30px);
}

.badges-holder {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.badges-single {
	margin: 0 2px;
	max-width: 100px;
}

.badges-single:first-child {
	margin-left: 0;
}

.badges-single:last-child {
	margin-right: 0;
}

.badges-single img {
	max-width: 100%;
}

@media screen and (min-width: 641px) {
	.badges-single {
		max-width: none;
	}
}

@media screen and (min-width: 768px) {
	.badges {
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.badges h2 {
		font-size: 1.611rem;
	}

	.badges-top {
		margin-bottom: 70px;
	}

	.badges-single {
		margin: 0 12px;
	}
}

/* SECTION > TESTIMONIALS */
.testimonials {
	padding: 56px 0 53px;
}

.testimonials .section-title {
	font-size: 2.278rem;
	font-weight: 400;
}

.testimonials-top {
	text-align: center;
	padding-top: 32px;
	background-repeat: no-repeat;
	background-position: top center;
}

.testimonials-stars {
	margin-bottom: 50px;
}

.testimonials .slider-container {
	max-width: 75%;
}

.testimonials-top i {
	color: #c84c09;
	font-size: 1.4rem;
}

.module-testimonials-b {
	background-color: #f0f1f1;
}

.slider-testimonials-b-container {
	position: relative;
	margin-bottom: 44px;
}

.slider-testimonials-b {
	width: 100%;
	margin: 0 auto;
}

.slider-testimonials-b .slider-testimonial-single {
	margin-bottom: 30px;
	text-align: center;
}

.slider-testimonials-b .slider-testimonial-single p {
	text-transform: uppercase;
	font-size: 1.389rem;
	font-size: 1.1rem;
	font-family: "Cinzel";
	margin-bottom: 0;
}

.slider-testimonials-b .slider-testimonial-source {
	position: relative;
	text-transform: uppercase;
	font-size: 1.111rem;
	font-weight: 700;
	color: #000;
}

.slider-testimonials-b-buttons button {
	font-size: 2.5rem;
}

.testimonials-slider .slick-arrow-container {
	position: absolute;
	left: -50px;
	right: 0;
	width: calc(100% + 100px);
	top: calc(50% - 25px);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.testimonials-slider .slick-autoplay-toggle-button {
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	padding: 0 5px;
}

.testimonials-video-holder {
	margin-bottom: 50px;
}

.testimonials-video-single:last-child {
	display: none;
}

@media screen and (min-width: 768px) {
	.testimonials {
		padding: 52px 0 90px;
	}

	.testimonials .slider-container {
		max-width: 85%;
	}

	.testimonials-stars {
		margin-bottom: 40px;
	}

	.slider-testimonials-b {
		width: 80%;
	}

	.slider-testimonials-b .slider-testimonial-single {
		margin: 0;
	}

	.testimonials-top {
		padding-top: 83px;
	}

	.slider-testimonials-b .slider-testimonial-single p {
		font-size: 1.556rem;
	}
}

@media screen and (min-width: 1025px) {
	.testimonials-video-holder {
		display: flex;
	}

	.testimonials-video-single {
		width: 50%;
	}

	.testimonials-video-single:first-child {
		margin-right: 30px;
	}

	.testimonials-video-single:last-child {
		margin-left: 30px;
		display: block;
	}

	.testimonials-top i {
		font-size: 2.333rem;
	}
}

@media screen and (min-width: 1281px) {
	.testimonials {
		padding: 79px 0 130px;
	}

	.testimonials-top {
		padding-top: 123px;
	}

	.testimonials-stars {
		margin-bottom: 60px;
	}

	.testimonials .section-title {
		font-size: 3.389rem;
	}

	.slider-testimonials-b .slider-testimonial-single p {
		font-size: 2rem;
	}
}

/* SECTION > PRACTICE AREAS */

.module-practices-f-single {
	width: 100%;
	background-color: #f4f4f5;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: #2b2c28;
	text-transform: uppercase;
	font-size: 0.889rem;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 20px 32px;
	text-align: left;
	font-weight: 700;
	letter-spacing: 1.92px;
}

.home .practice-areas {
	padding-bottom: 0;
}

.practice-areas .section-title {
	font-size: 2.778rem;
	font-weight: 400;
	text-align: center;
}

.practice-areas .section-title span {
	font-weight: 700;
}

.practice-areas .small-text {
	font-size: 1.389rem;
	text-align: center;
	font-family: "Nunito Sans";
	letter-spacing: 2px;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
	background: #c84c09;
	color: #fff;
	text-decoration: none;
}

.practice-areas-inner .image-holder {
	padding-right: 170px;
	padding-right: 50px;
}

.practice-areas-inner .image-holder img {
	display: block;
}

.practice-areas .button {
	width: 100%;
}

.module-practices-f-inner {
	margin-bottom: 35px;
}

.practice-areas-holder {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.module-practices-f-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.module-practices-f-single,
	.practice-areas .button {
		width: calc(50% - 8px);
	}

	.practice-areas-inner .image-holder img {
		max-width: 417px;
	}
}

@media screen and (min-width: 1025px) {
	.practice-areas,
	.home .practice-areas {
		padding: 110px 0 130px;
	}

	.practice-areas-inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.practice-areas .section-title {
		text-align: left;
	}

	.practice-areas-holder {
		padding-right: 90px;
		padding-left: 0;
	}

	.practice-areas-holder {
		text-align: left;
	}
}

@media screen and (min-width: 1281px) {
	.practice-areas-inner .image-holder {
		padding-right: 100px;
	}
}

@media screen and (min-width: 1601px) {
	.practice-areas .section-title {
		font-size: 4.167rem;
	}

	.module-practices-f-single {
		font-size: 1.333rem;
	}

	.practice-areas-inner .image-holder img {
		max-width: none;
	}
}

/* SECTION > MEET */

.meet-inner {
	overflow: hidden;
}

.meet-left {
	background-repeat: no-repeat;
	background-color: #2a4946;
	padding: 35px 34px 0;
	background-position-y: -60px;
	background-position-x: calc(100% + 50px);
	background-size: 307px;
}

.meet .section-title {
	color: #fff;
	font-size: 2.222rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 50px;
}

.meet .section-title span {
	display: inline-block;
	position: relative;
}

.meet .section-title span:after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 33px);
	transform: translateY(-50%);
	background-color: #c84c09;
	height: 6px;
	width: 100vw;
}

.meet-left * {
	color: #fff;
}

.meet-accolades {
	max-width: 850px;
}

.meet-accolades-title {
	font-size: 1.333rem;
	font-family: "Cinzel";
	margin-bottom: 0;
	font-weight: 400;
}

.meet-accolades-single {
	margin-bottom: 55px;
}

.meet-accolades-single p {
	font-size: 1rem;
	max-width: 650px;
	margin-bottom: 0;
}

.as-seen-in-holder {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}

.as-seen-in-single {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.as-seen-in-single:not(:last-child) {
	margin-bottom: 35px;
}

.as-seen-in-single img {
	max-width: 100%;
}

.home-brian picture {
	max-width: 100%;
	width: auto;
	display: block;
}

.home-brian img {
	max-width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
}

.meet-right {
	text-align: center;
	padding: 30px 34px 70px;
}

.meet-right h2 {
	position: relative;
	color: #76777c;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Nunito Sans";
	letter-spacing: 2.08px;
	display: inline-block;
	padding: 0 16px;
	background-color: #fff;
}

.meet-right h2:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 5px;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
	background-color: #c84c09;
}

.meet-right h2:after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 5px;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
	background-color: #c84c09;
}

.meet-accolades-single .image-holder {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.meet-accolades-single {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
	}

	.meet .section-title {
		font-size: 2.778rem;
	}

	.meet-left {
		background-size: 614px;
		background-position-x: calc(100% + 125px);
	}

	.meet-accolades-single p {
		font-size: 1.111rem;
	}

	.meet-accolades-single .image-holder {
		min-width: 120px;
		height: 120px;
		margin-right: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.meet-accolades-single .icon {
		display: block;
	}

	.meet-accolades-single-content {
		flex: 1;
	}

	.meet-accolades-single {
		margin-bottom: 70px;
	}

	.meet-right h2 {
		font-size: 1.444rem;
		line-height: 50px;
		padding: 0 55px;
	}
}

@media screen and (min-width: 1025px) {
	.meet-inner {
		display: flex;
	}

	.meet-left {
		flex: 1;
		padding: 120px 34px 80px;
		position: relative;
	}

	.meet-right {
		padding-top: 120px;
		width: 375px;
		text-align: center;
	}

	.meet-accolades {
		position: relative;
		z-index: 1;
		max-width: 76%;
	}

	.home-brian {
		position: absolute;
		width: 100%;
		right: -90px;
		bottom: 0;
		display: flex;
		justify-content: flex-end;
	}

	.home-brian picture {
		max-width: 450px;
	}

	.meet-right h2:before,
	.meet-right h2:after {
		display: none;
	}

	.meet .section-title {
		margin-bottom: 62px;
	}

	.as-seen-in-holder {
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 1101px) {
	.meet-left {
		padding-left: 95px;
	}
}

@media screen and (min-width: 1281px) {
	.meet-right {
		width: 555px;
	}

	.home-brian {
		right: -186px;
	}

	.home-brian picture {
		max-width: 65%;
	}

	.meet .section-title {
		margin-bottom: 100px;
	}
}

@media screen and (min-width: 1501px) {
	.meet .section-title {
		font-size: 4.167rem;
	}

	.meet-left {
		background-size: auto;
		background-position-x: calc(100% + 200px);
	}

	.meet-right h2 {
		line-height: 75px;
	}

	.meet-accolades-title {
		font-size: 2rem;
	}
}

@media screen and (min-width: 1701px) {
	.meet-left {
		padding-left: 150px;
	}

	.meet-accolades-single {
		margin-bottom: 170px;
	}
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
	.header {
		top: 0;
		border: none;
		height: auto;
	}
}
input.light-input,
select.light-input,
textarea.light-input {
	color: #696969;
	background-color: rgba(255, 255, 255, 0.78);
}
.beta-base .preheader,
.beta-base .header,
.beta-base .sidebar,
.beta-base .body,
.beta-base .footer,
#mainContent {
	text-align: start;
}
.beta-base .preheader,
.beta-base .header,
.beta-base .body,
.beta-base .sidebar,
.beta-base .leftSidebar,
.beta-base .rightSidebar,
.beta-base .footer {
	margin: 0;
	padding: 0;
	border: none;
	white-space: normal;
	line-height: normal;
}
.beta-base .title,
.beta-base .subtitle,
.beta-base .text,
.beta-base img {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	white-space: normal;
	line-height: normal;
}
.beta-base .bodyContainer td.preheader {
	padding: 10px 0;
}
.beta-base .bodyContainer td.header {
	padding: 0;
	height: 30px;
}
.beta-base .bodyContainer td.body,
.beta-base .bodyContainer td.footer,
.beta-base .bodyContainer td.sidebar,
.beta-base .bodyContainer td.leftSidebar,
.beta-base .bodyContainer td.rightSidebar {
	padding: 20px;
}
.beta-base .bodyContainer td.header p,
.beta-base .bodyContainer td.preheader p,
.beta-base .bodyContainer td.body p,
.beta-base .bodyContainer td.footer p,
.beta-base .bodyContainer td.sidebar p,
.beta-base .bodyContainer td.leftSidebar p,
.beta-base .bodyContainer td.rightSidebar p {
	margin: 0;
	color: inherit;
}
.beta-base .bodyContainer td.header div.title,
.beta-base .bodyContainer td.preheader div.title,
.beta-base .bodyContainer td.body div.title,
.beta-base .bodyContainer td.footer div.title,
.beta-base .bodyContainer td.sidebar div.title,
.beta-base .bodyContainer td.leftSidebar div.title,
.beta-base .bodyContainer td.rightSidebar div.title,
.beta-base .bodyContainer td.header div.subtitle,
.beta-base .bodyContainer td.preheader div.subtitle,
.beta-base .bodyContainer td.body div.subtitle,
.beta-base .bodyContainer td.footer div.subtitle,
.beta-base .bodyContainer td.sidebar div.subtitle,
.beta-base .bodyContainer td.leftSidebar div.subtitle,
.beta-base .bodyContainer td.rightSidebar div.subtitle,
.beta-base .bodyContainer td.header div.text,
.beta-base .bodyContainer td.preheader div.text,
.beta-base .bodyContainer td.body div.text,
.beta-base .bodyContainer td.body div.text div,
.beta-base .bodyContainer td.footer div.text,
.beta-base .bodyContainer td.sidebar div.text,
.beta-base .bodyContainer td.leftSidebar div.text,
.beta-base .bodyContainer td.rightSidebar div.text {
	overflow: auto;
}
.beta-base .optout {
	margin-bottom: 10px;
	margin-top: 10px;
}
div.infusion-captcha {
	width: 220px;
	padding: 10px;
}
div.infusion-captcha input,
div.infusion-captcha select,
div.infusion-captcha textarea {
	width: 95%;
	display: inline-block;
	vertical-align: middle;
}
table.infusion-field-container td.infusion-field-input-container {
	padding-bottom: 12px;
}
table.infusion-field-container td + .infusion-field-input-container {
	padding-bottom: 0 !important;
}
table.infusion-field-container td + .infusion-field-label-container {
	padding-bottom: 12px !important;
}
table.infusion-field-container td.infusion-field-input-container input[type="text"],
table.infusion-field-container td.infusion-field-input-container input[type="email"],
table.infusion-field-container td.infusion-field-input-container input[type="tel"],
table.infusion-field-container td.infusion-field-input-container input[type="password"],
table.infusion-field-container td.infusion-field-input-container textarea {
	width: 100%;
	margin: 0;
}
table.infusion-field-container td.infusion-field-input-container input[type="text"],
table.infusion-field-container td.infusion-field-input-container input[type="email"],
table.infusion-field-container td.infusion-field-input-container input[type="tel"],
table.infusion-field-container td.infusion-field-input-container input[type="password"],
table.infusion-field-container td.infusion-field-input-container select {
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 8px 16px;
	height: 40px;
	line-height: normal;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: border 0.3s ease;
	transition: border 0.3s ease;
}
table.infusion-field-container td.infusion-field-input-container input.infusion-field-required {
	border-color: red;
}
table.infusion-field-container
	td.infusion-field-input-container
	input.infusion-field-required::placeholder,
table.infusion-field-container
	td.infusion-field-input-container
	textarea.infusion-field-required::placeholder,
table.infusion-field-container td.infusion-field-label-container .span-required-field {
	color: red;
}
table.infusion-field-container
	td.infusion-field-input-container
	div.infusion-field-input-container
	select.infusion-field-required,
table.infusion-field-container td.infusion-field-input-container select.infusion-field-required {
	border-color: red;
	color: red !important;
}
table.infusion-field-container td.infusion-field-input-container textarea.infusion-field-required {
	border-color: red;
}
table.infusion-field-container
	td.infusion-field-input-container
	div.infusion-field-required-errorMessage {
	color: red;
	font-size: 12px;
	font-family: Arial;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 5px;
}
table.infusion-field-container td.infusion-field-input-container select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' id='chevron-down'%3E%3Cpath d='M6.293 9.293a1 1 0 0 1 1.414 0L12 13.586l4.293-4.293a1 1 0 1 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 0 1 0-1.414z' fill-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
	background-size: 20px;
	background-position: calc(100% - 6px) center;
	background-repeat: no-repeat;
}
table.infusion-field-container td.infusion-field-input-container select {
	width: 100%;
	margin: 0;
}
table.infusion-field-container td.infusion-field-input-container select.infusion-multiselect {
	height: auto;
	background-image: none;
}
table.infusion-field-container td.infusion-field-input-container input[type="text"]:focus,
table.infusion-field-container td.infusion-field-input-container input[type="email"]:focus,
table.infusion-field-container td.infusion-field-input-container input[type="tel"]:focus,
table.infusion-field-container td.infusion-field-input-container input[type="password"]:focus {
	border-color: #bbb;
}
table.infusion-field-container td.infusion-field-label-container {
	padding-right: 5px;
	max-width: 200px;
}
.infusion-label-checkbox {
	position: relative;
	top: -3px;
}
span.infusion-checkbox {
	display: block;
	margin-left: -5px;
}
td.header .image-snippet img {
	vertical-align: bottom;
}
#webformErrors {
	color: #990000;
	font-size: 14px;
}
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.infusion-form {
	margin: 0;
	height: 100%;
}
.infusion-option {
	display: block;
	text-align: left;
}
@media only screen and (max-width: 675px) {
	.infusion-form .infusion-field-container,
	.infusion-form .infusion-field-container tr,
	.infusion-form .infusion-field-container td,
	.infusion-form .infusion-field-container tbody {
		display: block;
	}
	.infusion-form .infusion-field-container .pika-table tr {
		display: table-row !important;
		margin-bottom: 0 !important;
	}
	.infusion-form .infusion-field-container .pika-table td {
		display: table-cell !important;
	}
	.infusion-form .infusion-field-container .pika-table tbody {
		display: table-row-group !important;
	}
	.infusion-form table.bodyContainer {
		width: 100% !important;
	}
	.infusion-form img {
		max-width: 100%;
		height: auto;
	}
	.infusion-form .image-snippet[contentid="spotlight"] {
		width: 64px;
	}
	.infusion-form .infusion-field-input-container {
		width: 100% !important;
	}
	.infusion-form .video-container iframe {
		width: 100%;
	}
	.infusion-form .infusion-submit button {
		width: 100% !important;
	}
}

.beta-font-b h1,
.beta-font-b h2,
.beta-font-b h3,
.beta-font-b h4,
.beta-font-b h5,
.beta-font-b h6 {
	font-family: arial, sans-serif;
}
.beta-font-b h1 {
	font-size: 24px;
}
.beta-font-b h2 {
	font-size: 20px;
}
.beta-font-b h3 {
	font-size: 14px;
}
.beta-font-b h4 {
	font-size: 12px;
}
.beta-font-b h5 {
	font-size: 10px;
}
.beta-font-b h6 {
	font-size: 8px;
}
.beta-font-b address {
	font-style: italic;
}
.beta-font-b pre {
	font-family: Courier New, monospace;
}
.beta-font-b .title,
.beta-font-b .title p {
	font-size: 20px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
.beta-font-b .subtitle,
.beta-font-b .subtitle p {
	font-size: 11px;
	font-weight: normal;
	font-family: arial, sans-serif;
}
.beta-font-b .text,
.beta-font-b p {
	font-size: 12px;
	font-family: arial, sans-serif;
}
.beta-font-b .preheader .text,
.beta-font-b .preheader .text p {
	font-size: 11px;
	font-family: arial, sans-serif;
}
.beta-font-b .footer a {
	font-size: 11px;
	font-family: arial, sans-serif;
}
.beta-font-b .footer .text {
	font-size: 10px;
	font-family: verdana, sans-serif;
}
.beta-font-b .sidebar .title,
.beta-font-b .leftSidebar .title,
.beta-font-b .rightSidebar .title {
	font-size: 15px;
	font-weight: bold;
	font-family: arial, sans-serif;
}
.beta-font-b .sidebar .subtitle,
.beta-font-b .leftSidebar .subtitle,
.beta-font-b .rightSidebar .subtitle {
	font-size: 12px;
	font-family: arial, sans-serif;
}
.beta-font-b .sidebar .text,
.beta-font-b .sidebar .text p,
.beta-font-b .leftSidebar .text,
.beta-font-b .rightSidebar .text {
	font-size: 11px;
	font-family: arial, sans-serif;
}
.infusion-field-label-container {
	font-size: 14px;
	font-family: arial, sans-serif;
}
.infusion-field-input-container {
	color: #000000;
	font-size: 12px;
}
.infusion-option label {
	color: #000000;
	font-size: 14px;
	font-family: arial, sans-serif;
}

.simple .background {
	background-color: #ffffff;
}
.simple .body {
	background-color: #ffffff;
}
.simple a {
	color: #0645ad;
}
.simple .text {
	color: #000000;
}
.simple .background .preheader a {
	color: #0645ad;
}
.simple .background .preheader .text {
	color: #1a242e;
}
.simple .header {
	background-color: #ffffff;
}
.simple .title {
	color: #1a242e;
}
.simple .subtitle {
	color: #000000;
}
.simple .sidebar .title {
	color: #000000;
}
.simple .leftSidebar .title {
	color: #000000;
}
.simple .rightSidebar .title {
	color: #000000;
}
.simple .sidebar .subtitle {
	color: #000000;
}
.simple .leftSidebar .subtitle {
	color: #000000;
}
.simple .rightSidebar .subtitle {
	color: #000000;
}
.simple .footer {
	background-color: #ffffff;
}
.simple .footer a {
	color: #0645ad;
}
.simple .footer .text {
	color: #000000;
}
.simple .infusion-field-label-container {
	color: #000000;
	font-size: 14px;
	font-family: arial, sans-serif;
}
.simple .infusion-field-input-container {
	color: #000000;
	font-size: 12px;
}
.simple .infusion-option label {
	color: #000000;
	font-size: 14px;
	font-family: arial, sans-serif;
}
.simple .webFormBodyContainer {
	border-style: Hidden;
	border-color: #000000;
	border-width: 0px;
}
.simple .sidebar {
	background-color: #ffffff;
}
.simple .leftSidebar {
	background-color: #ffffff;
}
.simple .rightSidebar {
	background-color: #ffffff;
}

.infusion-field-label-container {
	text-align: Left;
}
.infusion-field-input-container {
	width: 200px;
}
.infusion-field-label-container {
	vertical-align: Middle;
}
.bodyContainer {
	width: 425px;
}

/* Subscribe CTA Section */
.subscribe-cta {
	padding: 40px 0;
}

.subscribe-cta-content {
	text-align: center;
}

.subscribe-cta-content h2 {
	margin-bottom: 15px;
	font-family: "Nunito Sans", sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
	.subscribe-cta-content {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: left;
	}

	.subscribe-cta-content h2 {
		margin-bottom: 0;
		margin-right: 35px;
	}
}
