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

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

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

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: rgba(0, 0, 0, 0);
}

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

b, strong {
	font-weight: bolder;
}

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

small {
	font-size: 80%;
}

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

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

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

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

fieldset {
	padding: .35em .75em .625em;
}

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

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

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

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

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

html {
	box-sizing: border-box;
}

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

body[data-color-scheme=color-scheme-1], :root {
	--primaryColor: #1f2350;
	--primaryColorRGB: 31, 35, 80;
	--secondaryColor: #35c7e7;
	--secondaryColorRGB: 53, 199, 231;
	--tertiaryColor: #f90;
	--tertiaryColorRBG: 255, 153, 0;
	--buttonColor: #446df6;
	--buttonAccentColor: #f90;
	--accentColor: #30ac8d;
	--text: #0b0f2e;
	--bgColor: #f5f5f5;
}

body[data-color-scheme=color-scheme-2], :root {
	--primaryColor: #3e5f3d;
	--primaryColorRGB: 62, 95, 61;
	--secondaryColor: #f90;
	--secondaryColorRGB: 255, 153, 0;
	--tertiaryColor: #000;
	--tertiaryColorRBG: 0, 0, 0;
	--buttonColor: #000;
	--buttonAccentColor: #f90;
	--accentColor: #30ac8d;
	--text: #0b0f2e;
	--bgColor: #f5f5f5;
}

body[data-color-scheme=color-scheme-3], :root {
	--primaryColor: #414cb5;
	--primaryColorRGB: 65, 76, 181;
	--secondaryColor: #3bdcff;
	--secondaryColorRGB: 59, 220, 255;
	--tertiaryColor: #1e2c31;
	--tertiaryColorRBG: 30, 44, 49;
	--buttonColor: #000;
	--buttonAccentColor: #f90;
	--accentColor: #30ac8d;
	--text: #0b0f2e;
	--bgColor: #f5f5f5;
}

body {
	font-family: "Lato", sans-serif;
	color: var(--text);
}

a {
	text-decoration: none;
	transition: color .2s ease-in-out;
	color: var(--tertiaryColor);
}

a:hover {
	color: var(--tertiaryColor);
}

p, .p {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 36px;
	line-height: 2.25rem;
	margin-top: 0;
	margin-bottom: 40px;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "PT Serif", serif;
	margin-bottom: 40px;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
}

h1 {
	margin-bottom: 0px;
}

h2 {
	margin-bottom: 30px;
}

h3 {
	margin-bottom: 24px;
}

h4 {
	margin-bottom: 20px;
}

h5 {
	margin-bottom: 20px;
}

h6 {
	color: var(--primaryColor);
}

h1, .h1 {
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 62px;
	line-height: 3.875rem;
}

@media (min-width: 810px) {
	h1, .h1 {
		font-size: 60px;
		font-size: 3.75rem;
		line-height: 72px;
		line-height: 4.5rem;
	}
}

@media (min-width: 1100px) {
	h1, .h1 {
		font-size: 70px;
		font-size: 4.375rem;
		line-height: 82px;
		line-height: 5.125rem;
	}
}

h2, .h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 52px;
	line-height: 3.25rem;
}

@media (min-width: 810px) {
	h2, .h2 {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 52px;
		line-height: 3.25rem;
	}
}

h3, .h3 {
	color: var(--secondaryColor);
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 42px;
	line-height: 2.625rem;
	font-family: "Lato", sans-serif;
}

@media (min-width: 810px) {
	h3, .h3 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 52px;
		line-height: 3.25rem;
	}
}

h4, .h4 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 36px;
	line-height: 2.25rem;
}

@media (min-width: 810px) {
	h4, .h4 {
		font-size: 24px;
		font-size: 1.5rem;
		line-height: 36px;
		line-height: 2.25rem;
	}
}

h5, .h5 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
}

@media (min-width: 810px) {
	h5, .h5 {
		font-size: 20px;
		font-size: 1.25rem;
		line-height: 32px;
		line-height: 2rem;
	}
}

h6, .h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
}

@media (min-width: 810px) {
	h6, .h6 {
		font-size: 16px;
		font-size: 1rem;
		line-height: 28px;
		line-height: 1.75rem;
	}
}

.internal-title {
	display: block;
	margin-bottom: 40px;
}

@media (min-width: 1100px) {
	.internal-title {
		font-size: 80px;
		font-size: 5rem;
		line-height: 92px;
		line-height: 5.75rem;
	}
}

.tagline {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
	line-height: 1.5625rem;
	color: var(--secondaryColor);
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 3px;
	font-weight: 700;
}

.tagline.alt {
	color: #fff;
}

.tagline.bigger {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
}

@media (min-width: 810px) {
	.tagline {
		font-size: 20px;
		font-size: 1.25rem;
		margin-bottom: 30px;
	}
	
	.tagline.bigger {
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 600;
	}
}

ol, ul {
	margin-top: 0;
	margin-bottom: 50px;
	margin-left: 0;
}

li {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 30px;
	line-height: 1.875rem;
	margin-bottom: 20px;
}

@media (min-width: 810px) {
	li {
		font-family: "Lato", sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 30px;
		line-height: 1.875rem;
	}
}

@media (min-width: 1100px) {
	li {
		margin-bottom: 30px;
		font-family: "Lato", sans-serif;
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 30px;
		line-height: 1.875rem;
	}
}

.btn, .gform_button {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 24px;
	line-height: 1.5rem;
	font-weight: 800;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px;
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
	background-color: var(--buttonColor);
	cursor: pointer;
	border: 0;
	color: #fff;
}

.btn:hover, .gform_button:hover {
	color: #fff;
	background-color: var(--buttonAccentColor);
}

.btn.alt, .gform_button.alt {
	background-color: var(--buttonAccentColor);
	color: var(--text);
}

.btn.alt:hover, .gform_button.alt:hover {
	background-color: var(--buttonColor);
	color: #fff;
}

@media (min-width: 810px) {
	.btn, .gform_button {
		font-size: 20px;
		font-size: 1.25rem;
		letter-spacing: 1.8px;
	}
}

.call-us-cta {
	font-family: "PT Serif", serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 30px;
	line-height: 1.875rem;
	color: var(--secondaryColor);
	border-left: 6px solid var(--tertiaryColor);
	padding-left: 35px;
}

.call-us-cta a {
	color: var(--secondaryColor);
}

.call-us-cta a:hover {
	color: var(--tertiaryColor);
}

@media (min-width: 810px) {
	.call-us-cta {
		font-family: "PT Serif", serif;
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 34px;
		line-height: 2.125rem;
	}
}

@media (min-width: 1100px) {
	.call-us-cta {
		font-family: "PT Serif", serif;
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 44px;
		line-height: 2.75rem;
	}
}

.hero-title {
	font-family: "PT Serif", serif;
	font-size: 52px;
	font-size: 3.25rem;
	font-weight: 400;
	line-height: 70px;
	line-height: 4.375rem;
}

@media (min-width: 810px) {
	.hero-title {
		font-size: 72px;
		font-size: 4.5rem;
		line-height: 84px;
		line-height: 5.25rem;
	}
}

@media (min-width: 1100px) {
	.hero-title {
		font-size: 90px;
		font-size: 5.625rem;
		line-height: 106px;
		line-height: 6.625rem;
	}
}

.gform_wrapper .gform-body .gform_fields .gfield {
	margin-bottom: 15px;
}

.gform_wrapper .gform-body .gform_fields .gfield label {
	display: none;
}

.gform_wrapper .gform-body .gform_fields .gfield .ginput_container input, .gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea {
	height: 60px;
	width: 100%;
	font-weight: 800;
	font-size: 16px;
	font-size: 1rem;
	color: var(--text);
	padding: 0 15px;
	border-radius: 4px;
	border: 0;
}

.gform_wrapper .gform-body .gform_fields .gfield .ginput_container input::-moz-placeholder, .gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea::-moz-placeholder {
	opacity: .7;
}

.gform_wrapper .gform-body .gform_fields .gfield .ginput_container input::placeholder, .gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea::placeholder {
	opacity: .7;
}

.gform_wrapper .gform-body .gform_fields .gfield .ginput_container textarea {
	height: auto;
	padding: 15px;
}

.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .nice-select {
	width: 100%;
	height: 60px;
	margin-bottom: 15px;
}

.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .nice-select .current {
	line-height: 60px;
	font-weight: 800;
	font-size: 16px;
	font-size: 1rem;
	color: var(--text);
	opacity: .7;
}

.gform_wrapper .gform-body .gform_fields .gfield .ginput_container .nice-select .list {
	margin: 0;
	width: 100%;
}

.gform_wrapper .gform-body .gform_fields .gfield--type-honeypot {
	display: none;
}

.gform_wrapper .gform_footer .gform_button {
	color: var(--text);
}

.sidebar .widget {
	margin-bottom: 60px;
	background-color: rgba(var(--primaryColorRGB), .8);
	padding: 50px 25px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget .widget-title {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;
	margin-bottom: 20px;
	text-align: center;
}

.sidebar .widget .widget-title:last-child {
	margin-bottom: 0;
}

.sidebar .widget ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.sidebar .widget ul li {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 30px 0;
	border-bottom: 1px solid var(--accentColor);
	margin-bottom: 0;
}

.sidebar .widget ul li:last-child {
	border-bottom: 0;
}

.sidebar .widget ul li a {
	display: block;
	color: #fff;
}

.sidebar .widget ul li a:hover {
	color: var(--tertiaryColor);
}

.sidebar .widget ul li .sub-menu {
	margin: 15px 0 0 20px;
}

.sidebar .widget.widget_heading_text_widget {
	background-color: var(--primaryColor);
	padding: 40px 20px;
}

.sidebar .widget.widget_heading_text_widget .text {
	font-family: "PT Serif", serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 50px;
	line-height: 3.125rem;
	color: #fff;
	display: block;
}

.sidebar .widget .item {
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.sidebar .widget .item p {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 30px;
	line-height: 1.875rem;
	color: #fff;
}

.sidebar .widget .item p.name {
	flex-basis: 100%;
	font-weight: 400;
}

.sidebar .widget .item p.address {
	flex-basis: 100%;
}

.sidebar .widget .item p .label, .sidebar .widget .item p span, .sidebar .widget .item p a {
	color: #fff;
}

.sidebar .widget .item p a:hover {
	color: var(--tertiaryColor);
}

.sidebar .widget .item .map {
	max-width: 100%;
	display: flex;
}

.sidebar .widget .item .map iframe {
	max-width: 100%;
}

@media (min-width: 1100px) {
	.sidebar .widget {
		padding: 60px 40px;
	}
	
	.sidebar .widget .widget-title {
		font-size: 24px;
		font-size: 1.5rem;
	}
	
	.sidebar .widget ul {
		padding: 0;
	}
	
	.sidebar .widget ul li {
		font-size: 24px;
		font-size: 1.5rem;
	}
	
	.sidebar .widget.widget_heading_text_widget .text {
		font-family: "PT Serif", serif;
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 64px;
		line-height: 4rem;
	}
	
	.sidebar .widget .item p {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

.nav-button {
	width: 40px;
	height: 31px;
	position: relative;
	transform: rotate(0deg);
	transition: .5s ease-in-out;
	cursor: pointer;
}

.nav-button span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

.nav-button span:nth-child(1) {
	top: 0px;
}

.nav-button span:nth-child(2), .nav-button span:nth-child(3) {
	top: 13px;
}

.nav-button span:nth-child(4) {
	top: 26px;
}

.nav-button.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.nav-button.open span:nth-child(2) {
	transform: rotate(45deg);
}

.nav-button.open span:nth-child(3) {
	transform: rotate(-45deg);
}

.nav-button.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all .2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}

.nice-select:hover {
	border-color: hsl(0, 0%, 85.9803921569%);
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all .15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #ccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(.75) translateY(21px);
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all .2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: rgba(0, 0, 0, 0);
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.post-thumb img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.site-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
	transition: all .3s ease-in-out;
}

.site-header.bg {
	background-color: var(--primaryColor);
}

.top-cta {
	background-color: var(--tertiaryColor);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}

.top-cta .tagline {
	display: none;
}

.top-cta a {
	display: block;
	display: flex;
	align-items: center;
	color: var(--primaryColor);
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	font-weight: bold;
}

.top-cta a svg {
	margin-right: 10px;
}

.top-cta a svg path {
	fill: var(--primaryColor);
}

@media (min-width: 810px) {
	.top-cta {
		position: absolute;
		flex-direction: column;
		left: 0;
		right: 0;
		z-index: 2;
		background-color: rgba(0, 0, 0, 0);
		padding: 15px 25px 0;
		height: auto;
	}
	
	.top-cta .tagline, .top-cta a {
		color: #fff;
	}
	
	.top-cta .tagline svg, .top-cta a svg {
		display: none;
	}
	
	.top-cta .tagline {
		display: block;
		margin-bottom: 0;
	}
	
	.top-cta a {
		font-family: "PT Serif", serif;
		font-size: 28px;
		font-size: 1.75rem;
	}
}

@media (min-width: 1100px) {
	.top-cta {
		left: auto;
	}
}

.main-nav {
	display: flex;
	flex-flow: row wrap;
	position: relative;
	padding: 30px 25px;
	z-index: 1;
}

.main-nav .site-logo {
	flex: auto;
	order: 1;
	height: 30px;
	margin-top: -20px;
}

.main-nav .site-logo img {
	height: 250%;
	width: auto;
}

.main-nav .top-cta-desktop {
	display: none;
}

.main-nav .nav-button {
	order: 2;
}

.main-nav .site-nav {
	order: 3;
	flex: 1 1 100%;
	display: none;
	margin-top: 50px;
	margin: 30px -25px 0;
}

.main-nav .site-nav .menu-wrapper {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav .site-nav .menu-wrapper li {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
	border-top: solid 1px rgba(var(--secondaryColorRGB), .2);
}

.main-nav .site-nav .menu-wrapper li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.main-nav .site-nav .menu-wrapper li a {
	display: block;
	padding: 20px 25px;
	color: #fff;
}

.main-nav .site-nav .menu-wrapper li a:hover {
	color: var(--secondaryColor);
}

.main-nav .site-nav .menu-wrapper li .sub-menu {
	padding: 0;
	margin: 0;
	display: none;
}

.main-nav .site-nav .menu-wrapper li .sub-menu li {
	border-top: 0;
}

.main-nav .site-nav .menu-wrapper li .sub-menu li a {
	padding: 0px 20px 20px 50px;
}

.main-nav .site-nav .menu-wrapper li .sub-menu.open {
	display: block;
}

.main-nav .site-nav .menu-wrapper > .current-menu-item {
	font-weight: 800;
}

.main-nav.menu-open {
	background-color: var(--primaryColor);
}

.main-nav.menu-open .site-nav {
	display: block;
}

@media (min-width: 810px) {
	.main-nav {
		justify-content: space-between;
	}
	
	.main-nav .site-logo {
		order: 1;
		flex: none;
	}
	
	.main-nav .nav-button {
		order: 3;
	}
	
	.main-nav .site-nav {
		order: 4;
	}
}

@media (min-width: 1100px) {
	.main-nav {
		justify-content: center;
	}
	
	.main-nav .nav-button {
		display: none;
	}
	
	.main-nav .site-logo {
		order: 1;
		position: absolute;
		left: 25px;
		top: 30px;
	}
	
	.main-nav .site-nav {
		display: block;
		order: 2;
		flex: none;
		margin: 0;
	}
	
	.main-nav .site-nav .menu-wrapper {
		display: flex;
		flex-flow: row nowrap;
	}
	
	.main-nav .site-nav .menu-wrapper li {
		border-top: 0;
	}
	
	.main-nav .site-nav .menu-wrapper li a {
		padding: 0 13px;
	}
	
	.main-nav .site-nav .menu-wrapper li.current-menu-item a, .main-nav .site-nav .menu-wrapper li.current-menu-ancestor a {
		color: var(--secondaryColor);
		font-weight: 600;
	}
	
	.main-nav .site-nav .menu-wrapper li.menu-item-has-children {
		position: relative;
	}
	
	.main-nav .site-nav .menu-wrapper li.menu-item-has-children:hover .sub-menu {
		display: block;
		position: absolute;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		top: 100%;
		left: 0;
		margin: 0;
		padding: 10px 0 0 0;
		list-style: none;
	}
	
	.main-nav .site-nav .menu-wrapper li.menu-item-has-children:hover .sub-menu li {
		border-bottom: solid 1px var(--bgColor);
		background-color: #fff;
	}
	
	.main-nav .site-nav .menu-wrapper li.menu-item-has-children:hover .sub-menu li a {
		padding: 20px 30px 20px 30px;
		color: var(--primaryColor);
	}
	
	.main-nav .site-nav .menu-wrapper li.menu-item-has-children:hover .sub-menu li:hover {
		background-color: var(--primaryColor);
		border-bottom-color: var(--primaryColor);
	}
	
	.main-nav .site-nav .menu-wrapper li.menu-item-has-children:hover .sub-menu li:hover a {
		color: #fff;
	}
}

@media (min-width: 1440px) {
	.main-nav .site-nav .menu-wrapper li a {
		padding: 0 25px;
	}
}

.hero {
	position: relative;
	z-index: 0;
	margin-top: -91px;
	z-index: 0;
}

.hero .video-wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.hero .video-wrapper video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.hero .video-wrapper .color-overlay {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(var(--primaryColorRGB), .3);
	z-index: 1;
}

.hero .video-wrapper .gradient-overlay {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(var(--primaryColorRGB), .8);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(var(--primaryColorRGB), 1) 100%);
	z-index: 2;
}

.hero .picture-wrapper {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

.hero .picture-wrapper picture {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.hero .picture-wrapper picture img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center top;
	object-position: center top;
}

.hero .picture-wrapper picture .color-overlay {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(var(--primaryColorRGB), .3);
	z-index: 1;
}

.hero .picture-wrapper picture .gradient-overlay {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(var(--primaryColorRGB), .8);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, rgba(var(--primaryColorRGB), 1) 100%);
	z-index: 2;
}

.hero.video .video-wrapper {
	display: block;
}

.hero.video .picture-wrapper {
	display: none;
}

.hero.novideo .video-wrapper {
	display: none;
}

.hero.novideo .picture-wrapper {
	display: block;
}

.hero .hero-content {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	z-index: 3;
	min-height: 470px;
	padding: 120px 25px 100px;
	text-align: center;
}

.hero .hero-content .tagline {
	margin-bottom: 20px;
	color: #fff;
}

.hero .hero-content .hero-title {
	color: #fff;
}

@media (min-width: 810px) {
	.hero .hero-content .tagline {
		margin-bottom: 20px;
	}
}

@media (min-width: 1100px) {
	.hero .hero-content {
		padding: 190px 25px 150px;
	}
}

@media (min-width: 1440px) {
	.hero .hero-content {
		padding: 220px 25px 160px;
	}
}

.hero.hero-internal .picture-wrapper picture .color-overlay {
	background: rgba(var(--primaryColorRGB), .5);
}

.hero.hero-internal .hero-content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	padding: 120px 25px 20px;
}

.hero.hero-internal .hero-content .hero-title {
	font-weight: 500;
}

.bottom-contact__inner {
	padding: 50px 25px;
}

.bottom-contact__left {
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
	padding: 25px;
	text-align: center;
}

.bottom-contact__left .gform_wrapper {
	border-radius: 4px;
}

.bottom-contact__left .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input, .bottom-contact__left .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea, .bottom-contact__left .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .nice-select {
	background-color: var(--bgColor);
	border: 0;
}

.bottom-contact__left .gform_wrapper .gform_footer .gform_button {
	width: 100%;
	background-color: var(--tertiaryColor);
	color: var(--text);
}

.bottom-contact__right {
	padding: 50px 0;
}

.bottom-contact__cities-served {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bottom-contact__cities-served li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.bottom-contact__cities-served li .icon {
	display: block;
	margin-right: 25px;
}

.bottom-contact__cities-served li .icon svg {
	display: block;
}

.bottom-contact__cities-served li .icon svg path {
	stroke: var(--accentColor);
}

.bottom-contact__cities-served li .tagline {
	color: var(--primaryColor);
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	margin-bottom: 0;
}

@media (min-width: 810px) {
	.bottom-contact__inner {
		padding: 60px 40px;
	}
	
	.bottom-contact__left {
		flex: 1 0 48%;
		padding: 80px;
	}
	
	.bottom-contact__left .form-title {
		font-size: 40px;
		font-size: 2.5rem;
		margin-bottom: 50px;
	}
	
	.bottom-contact__right {
		padding: 40px 0 0 120px;
	}
}

@media (min-width: 1100px) {
	.bottom-contact__inner {
		padding: 100px 40px;
		max-width: 1360px;
		margin: 0 auto;
		display: flex;
	}
}

@media (min-width: 1440px) {
	.bottom-contact__inner {
		padding: 100px 0;
	}
	
	.bottom-contact__left {
		flex: 0 0 670px;
	}
	
	.bottom-contact__right {
		padding-left: 160px;
	}
}

.site-footer {
	background-color: var(--primaryColor);
}

.site-footer__inner {
	padding: 50px 25px 20px;
}

.site-footer__inner > .tagline {
	text-align: center;
}

.site-footer__inner > .title {
	text-align: center;
	color: #fff;
}

.site-footer__offices svg rect {
	fill: var(--buttonColor);
}

.site-footer__office {
	padding: 40px 25px;
	background-color: hsla(0, 0%, 100%, .1);
	background-image: url("https://cdn-ilenioc.nitrocdn.com/UlJdOvAirPPlcNuOsZOYXdSriJElgiZu/assets/images/optimized/rev-bf62143/joelebrown.com/wp-content/themes/lawrank-template-13/assets/images/bg-cross.png");
	background-attachment: fixed;
	margin-bottom: 25px;
	border-radius: 7px;
	display: flex;
	flex-direction: column;
}

.site-footer__office.nitro-lazy {
	background-image: none !important;
}

.site-footer__office .right {
	flex: 0 0 100%;
}

.site-footer__office .right iframe {
	height: 250px;
	width: 100%;
}

.site-footer__office .header {
	display: flex;
	flex-flow: row nowrap;
	margin-bottom: 0px;
}

.site-footer__office .header .icon {
	margin-right: 10px;
}

.site-footer__office .header .icon svg path {
	stroke: var(--secondaryColor);
}

.site-footer__office .header .name {
	color: var(--secondaryColor);
	position: relative;
	margin-left: 0px;
}

.site-footer__office .header .name a {
	font-family: "PT Serif", serif;
	color: var(--secondaryColor);
	text-decoration: underline;
}

.site-footer__office .info-block {
	margin-bottom: 20px;
	margin-left: 0px;
}

.site-footer__office .info-block:last-child {
	margin-bottom: 0;
}

.site-footer__office .info-block .label {
	margin-bottom: 0;
}

.site-footer__office .info-block .data {
	color: #fff;
}

.site-footer__office .info-block .data a {
	color: #fff;
	text-decoration: underline;
}

.site-footer__networks {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 20px;
	max-width: 400px;
	margin: 60px auto;
}

.site-footer__networks li {
	margin-bottom: 0;
}

.site-footer__networks li a {
	display: block;
	width: 50px;
	height: 50px;
}

.site-footer__networks li a svg, .site-footer__networks li a img {
	width: 100%;
	height: auto;
}

.site-footer__networks li a svg rect, .site-footer__networks li a img rect {
	fill: var(--buttonColor);
}

.site-footer__networks li a:hover svg rect {
	fill: var(--buttonAccentColor);
}

.site-footer__bottom .left {
	text-align: center;
}

.site-footer__bottom .left p {
	color: #fff;
	margin: 0;
}

.site-footer__bottom .left a {
	color: #fff;
}

.site-footer__bottom .right {
	text-align: center;
	margin: 50px 0 0;
}

@media (min-width: 810px) {
	.site-footer__inner {
		padding: 60px 40px 20px;
	}
	
	.site-footer__offices {
		max-width: 500px;
		margin: 0 auto;
	}
	
	.site-footer__office {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}
	
	.site-footer__office .right {
		flex: 0 0 50%;
		height: 300px;
	}
	
	.site-footer__networks li a {
		width: 64px;
		height: 64px;
	}
	
	.site-footer__bottom {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	
	.site-footer__bottom p {
		margin: 0;
	}
	
	.site-footer__bottom .left {
		text-align: left;
	}
	
	.site-footer__bottom .right {
		margin: 0;
	}
}

@media (min-width: 1100px) {
	.site-footer__inner {
		max-width: 1360px;
		margin: 0 auto;
		padding: 100px 40px 20px;
	}
	
	.site-footer__inner > .title {
		margin-bottom: 70px;
	}
	
	.site-footer__offices {
		max-width: none;
		margin: 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	
	.site-footer__office {
		margin-right: 20px;
		flex: 1;
	}
	
	.site-footer__office .header .name {
		margin-left: 42px;
	}
	
	.site-footer__office .info-block {
		margin-left: 42px;
	}
	
	.site-footer__office:last-child {
		margin-right: 0;
	}
	
	.site-footer__office .left {
		padding-top: 0;
	}
	
	.site-footer__office .right iframe {
		height: 100%;
	}
	
	.site-footer__bottom .left {
		display: flex;
		flex-flow: row nowrap;
	}
	
	.site-footer__bottom .left p {
		margin-right: 20px;
	}
}

@media (min-width: 1440px) {
	.site-footer__inner {
		padding: 100px 0 20px;
	}
}

.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pagination {
	max-width: 100%;
	margin-bottom: 50px;
	display: flex;
}

.pagination .nav-links {
	display: flex;
	align-items: center;
	gap: 15px;
}

.pagination li, .pagination a, .pagination span {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--font1);
	font-size: 25px;
}

.navigation {
	text-align: center;
	margin-top: 32px;
}

.navigation .nav-links {
	max-width: 100%;
}

.navigation .nav-links .page-numbers, .navigation .nav-links span, .navigation .nav-links li, .navigation ol .page-numbers, .navigation ol span, .navigation ol li {
	padding-left: 0px;
}

.navigation .nav-links .page-numbers:before, .navigation .nav-links span:before, .navigation .nav-links li:before, .navigation ol .page-numbers:before, .navigation ol span:before, .navigation ol li:before {
	display: none;
}

.navigation .nav-links .page-numbers.page-numbers, .navigation .nav-links .page-numbers .page, .navigation .nav-links .page-numbers .next, .navigation .nav-links span.page-numbers, .navigation .nav-links span .page, .navigation .nav-links span .next, .navigation .nav-links li.page-numbers, .navigation .nav-links li .page, .navigation .nav-links li .next, .navigation ol .page-numbers.page-numbers, .navigation ol .page-numbers .page, .navigation ol .page-numbers .next, .navigation ol span.page-numbers, .navigation ol span .page, .navigation ol span .next, .navigation ol li.page-numbers, .navigation ol li .page, .navigation ol li .next {
	font-family: var(--oswald);
	font-size: 18px;
	font-weight: var(--semiBold);
	line-height: 20px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	border-radius: 0px;
	margin: 0px 2.5px;
	width: 29px;
	height: 29px;
	display: inline-block;
	padding: 0px;
	line-height: 29px;
	color: #000;
}

.navigation .nav-links .page-numbers.page-numbers.current, .navigation .nav-links .page-numbers.page-numbers:hover, .navigation .nav-links .page-numbers .page.current, .navigation .nav-links .page-numbers .page:hover, .navigation .nav-links .page-numbers .next.current, .navigation .nav-links .page-numbers .next:hover, .navigation .nav-links span.page-numbers.current, .navigation .nav-links span.page-numbers:hover, .navigation .nav-links span .page.current, .navigation .nav-links span .page:hover, .navigation .nav-links span .next.current, .navigation .nav-links span .next:hover, .navigation .nav-links li.page-numbers.current, .navigation .nav-links li.page-numbers:hover, .navigation .nav-links li .page.current, .navigation .nav-links li .page:hover, .navigation .nav-links li .next.current, .navigation .nav-links li .next:hover, .navigation ol .page-numbers.page-numbers.current, .navigation ol .page-numbers.page-numbers:hover, .navigation ol .page-numbers .page.current, .navigation ol .page-numbers .page:hover, .navigation ol .page-numbers .next.current, .navigation ol .page-numbers .next:hover, .navigation ol span.page-numbers.current, .navigation ol span.page-numbers:hover, .navigation ol span .page.current, .navigation ol span .page:hover, .navigation ol span .next.current, .navigation ol span .next:hover, .navigation ol li.page-numbers.current, .navigation ol li.page-numbers:hover, .navigation ol li .page.current, .navigation ol li .page:hover, .navigation ol li .next.current, .navigation ol li .next:hover {
	color: var(--buttonColor);
}

@media (max-width: 767px) {
	.navigation .nav-links .page-numbers.page-numbers, .navigation .nav-links .page-numbers .page, .navigation .nav-links .page-numbers .next, .navigation .nav-links span.page-numbers, .navigation .nav-links span .page, .navigation .nav-links span .next, .navigation .nav-links li.page-numbers, .navigation .nav-links li .page, .navigation .nav-links li .next, .navigation ol .page-numbers.page-numbers, .navigation ol .page-numbers .page, .navigation ol .page-numbers .next, .navigation ol span.page-numbers, .navigation ol span .page, .navigation ol span .next, .navigation ol li.page-numbers, .navigation ol li .page, .navigation ol li .next {
		margin: 0px .5px;
	}
}

.navigation .nav-links .page-numbers .page.current, .navigation .nav-links span .page.current, .navigation .nav-links li .page.current, .navigation ol .page-numbers .page.current, .navigation ol span .page.current, .navigation ol li .page.current {
	opacity: 1;
	border-radius: 0px;
	color: #fff;
}

.page-template-template-homepage .main-nav .site-nav .menu-wrapper li.current-menu-ancestor a {
	color: #fff;
	font-weight: 600;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
