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

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

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 {
	max-width: 100%;
	height: auto;
	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: #968c3d;
	--primaryColorRGB: #968c3d;
	--secondaryColor: #b14f05;
	--secondaryColorRGB: #b14f05;
	--tertiaryColor: #b14f05;
	--tertiaryColorRGB: #b14f05;
	--text: #424448;
	--bgColor: #f1ede5;
	--bgSecondaryColor: #ccb89c;
}

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

a {
	text-decoration: none;
	color: var(--tertiaryColor);
}

p, .p {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 34px;
	line-height: 2.125rem;
	margin-bottom: 30px;
	margin-top: 0;
}

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

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

li {
	position: relative;
	padding-left: 0px;
	left: 0px;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 34px;
	line-height: 2.125rem;
}

.page-template-default .main-content li {
	position: relative;
	padding-left: 0px;
	left: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Manrope", sans-serif;
	display: block;
	margin-top: 0;
}

h1, .h1 {
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 60px;
	line-height: 3.75rem;
	margin-bottom: 40px;
	font-weight: 600;
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: 65px;
		font-size: 4.0625rem;
		line-height: 75px;
		line-height: 4.6875rem;
		margin-bottom: 30px;
	}
}

h2, .h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 50px;
	line-height: 3.125rem;
	margin-bottom: 40px;
	font-weight: 600;
}

@media (min-width: 1280px) {
	h2, .h2 {
		font-size: 58px;
		font-size: 3.625rem;
		line-height: 68px;
		line-height: 4.25rem;
		margin-bottom: 50px;
	}
}

.referral-title, h3, .h3 {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 34px;
	line-height: 2.125rem;
	margin-bottom: 20px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.referral-title, h3, .h3 {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 42px;
		line-height: 2.625rem;
	}
}

@media (min-width: 1280px) {
	.referral-title, h3, .h3 {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 48px;
		line-height: 3rem;
	}
}

.referral-title.regular, h3.regular, .h3.regular {
	font-weight: 400;
}

.referral-title.bold, h3.bold, .h3.bold {
	font-weight: 700;
}

h4, .h4 {
	font-family: "Manrope", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 38px;
	line-height: 2.375rem;
	margin-bottom: 20px;
	font-weight: 400;
}

@media (min-width: 768px) {
	h4, .h4 {
		font-size: 28px;
		font-size: 1.75rem;
		line-height: 42px;
		line-height: 2.625rem;
	}
}

@media (min-width: 1280px) {
	h4, .h4 {
		font-size: 32px;
		font-size: 2rem;
		line-height: 46px;
		line-height: 2.875rem;
		margin-bottom: 20px;
	}
}

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

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

h4.noto, .h4.noto {
	font-family: "Manrope", sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 38px;
	line-height: 2.375rem;
}

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

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

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

h6, .h6 {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 32px;
	line-height: 2rem;
	margin-bottom: 20px;
	font-weight: 400;
}

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

.top-cta {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	font-size: 1rem;
	line-height: 24px;
	line-height: 1.5rem;
}

.top-cta a {
	color: var(--tertiaryColor);
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
}

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

@media (min-width: 1280px) {
	.single .internal-hero-title {
		font-size: 65px;
		font-size: 4.0625rem;
		line-height: 85px;
		line-height: 5.3125rem;
	}
}

.internal-hero-title {
	font-family: "Manrope", sans-serif;
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 48px;
	line-height: 3rem;
	display: block;
	color: #fff;
	margin-bottom: 25px;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 768px) {
	.internal-hero-title {
		font-size: 75px;
		font-size: 4.6875rem;
		line-height: 80px;
		line-height: 5rem;
		margin-bottom: 40px;
	}
}

@media (min-width: 1280px) {
	.internal-hero-title {
		font-size: 85px;
		font-size: 5.3125rem;
		line-height: 95px;
		line-height: 5.9375rem;
	}
}

.widget-title {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 34px;
	line-height: 2.125rem;
	margin-bottom: 20px;
	font-weight: 600;
	display: block;
	color: var(--text);
}

@media (min-width: 768px) {
	.widget-title {
		font-size: 30px;
		font-size: 1.875rem;
		line-height: 42px;
		line-height: 2.625rem;
	}
}

@media (min-width: 1280px) {
	.widget-title {
		font-size: 36px;
		font-size: 2.25rem;
		line-height: 48px;
		line-height: 3rem;
	}
}

.tagline {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 8px;
	line-height: .5rem;
	margin-bottom: 40px;
	letter-spacing: 6px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	color: var(--text);
	position: relative;
	width: 100%;
	padding-left: 5px;
}

.tagline.alt {
	color: var(--primaryColor);
}

@media (max-width: 767px) {
	.tagline {
		line-height: 1.5;
	}
}

.tagline-alt {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 18px;
	line-height: 1.125rem;
	letter-spacing: 6px;
	font-weight: 700;
	text-transform: uppercase;
}

iframe, img {
	border-radius: 20px;
}

.btn, .hs-button, .gform_button {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	text-align: center;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 22px;
	line-height: 1.375rem;
	text-transform: uppercase;
	text-transform: uppercase;
	padding: 20px;
	transition: color .2s ease, background-color .2s ease;
	background-color: var(--tertiaryColor);
	cursor: pointer;
	border: 0;
	border-radius: 35px;
	letter-spacing: 2px;
	color: #fff;
}

.btn svg, .hs-button svg, .gform_button svg {
	margin-left: 10px;
	width: 16px;
	height: 13.4px;
}

.btn svg path, .hs-button svg path, .gform_button svg path {
	fill: #fff;
	transition: fill .2s ease;
}

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

.btn:hover svg path, .hs-button:hover svg path, .gform_button:hover svg path {
	fill: #fff;
}

.btn.alt, .hs-button.alt, .gform_button.alt {
	background-color: #fff;
	color: var(--primaryColor);
}

.btn.alt svg path, .hs-button.alt svg path, .gform_button.alt svg path {
	fill: var(--primaryColor);
}

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

.btn.alt:hover svg path, .hs-button.alt:hover svg path, .gform_button.alt:hover svg path {
	fill: #fff;
}

@media (min-width: 768px) {
	.btn, .hs-button, .gform_button {
		padding: 25px 50px;
		letter-spacing: 3px;
	}
}

.gform_button {
	display: flex;
}

.gform_button span {
	display: inline-block;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.gform_button span::after {
	content: "";
	display: block;
	margin-left: 20px;
	width: 24px;
	height: 14px;
	background-image: url("https://cdn-ilefhge.nitrocdn.com/NbWXqfyNLUbAhvvjfkljPVURrvSuDomG/assets/images/optimized/rev-4a28143/www.wkw.com/wp-content/themes/lawrank-template-16/assets/images/arrow-right.svg");
	background-repeat: no-repeat;
}

.footer-title {
	font-family: "Manrope", sans-serif;
	font-size: 48px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 60px;
	line-height: 3.75rem;
	margin-bottom: 30px;
}

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

@media (min-width: 1280px) {
	.footer-title {
		font-size: 96px;
		font-size: 6rem;
		line-height: 108px;
		line-height: 6.75rem;
	}
}

form {
	display: flex !important;
	flex-flow: row wrap;
	justify-content: space-evenly !important;
	flex-direction: column !important;
}

form .gform-body {
	flex: 1 0 48%;
}

form .gform-body .ginput_container select, form .gform-body .ginput_container input, form .gform-body .ginput_container textarea, form .gform-body .hs-form-field select, form .gform-body .hs-form-field input, form .gform-body .hs-form-field textarea {
	width: 100% !important;
	height: 70px !important;
	border: none !important;
	outline: none !important;
	border-bottom: 1px solid var(--primaryColor) !important;
	resize: none;
}

form .gform-body .ginput_container select, form .gform-body .hs-form-field select {
	font-weight: 400;
	color: #828282;
	width: 100%;
	padding: 13px 0;
}

form .gform-body .ginput_container textarea, form .gform-body .hs-form-field textarea {
	padding-top: 20px;
}

form .gform-body .ginput_container .no-list *, form .gform-body .hs-form-field .no-list * {
	border-bottom: rgba(0, 0, 0, 0) !important;
}

form .gform-body .ginput_container .no-list *.hs-error, form .gform-body .hs-form-field .no-list *.hs-error {
	color: #000 !important;
}

form .gform-body .ginput_container label, form .gform-body .hs-form-field label {
	width: 100% !important;
	padding: 13px 0 !important;
	border: none !important;
	border-bottom: 2px solid var(--primaryColor) !important;
	background: rgba(0, 0, 0, 0) !important;
	font-size: 14px !important;
	font-family: "Poppins", sans-serif !important;
	color: var(--primaryColor) !important;
	transition: border-color .3s ease !important;
	box-sizing: border-box !important;
	border-radius: 0 !important;
}

form .gform-footer {
	margin-top: 25px;
}

form fieldset:last-of-type {
	margin-top: 20px;
	margin-bottom: 30px;
}

form fieldset:nth-last-of-type(-n + 2) {
	flex: 1 0 100% !important;
}

form fieldset:nth-last-of-type(-n + 2) .hs-fieldtype-textarea {
	min-width: 100% !important;
}

form fieldset:nth-last-of-type(-n + 2) textarea {
	width: 100%;
	height: 120px !important;
	border: none !important;
	outline: none !important;
	border-bottom: 1px solid var(--primaryColor) !important;
}

form .hs_recaptcha {
	flex: 1 0 100%;
	margin-bottom: 20px !important;
}

form .hs_recaptcha .grecaptcha-badge {
	margin: 0 auto !important;
}

form .hs_recaptcha .grecaptcha-badge iframe {
	border: rgba(0, 0, 0, 0) !important;
	border-radius: 0% !important;
}

.hbspt-form .submitted-message p {
	color: #000 !important;
}

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

.nav-button span {
	display: block;
	position: absolute;
	height: 2px;
	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: 7px;
}

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

.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%;
}

.site-nav {
	display: none;
	padding-right: 25px;
}

@media (max-width: 1280px) {
	.site-nav {
		max-height: 450px;
		overflow-y: scroll;
	}
}

.site-nav ul {
	margin: 0 20px;
	padding: 0;
	list-style: none;
}

.site-nav ul li {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 20px;
	line-height: 1.25rem;
	margin-bottom: 0 !important;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--text);
	position: relative;
	border-bottom: 1px solid #dfdfdf;
}

.site-nav ul li:last-child {
	border-bottom: 0;
}

.site-nav ul li a {
	padding: 15px 0;
	display: block;
	color: var(--text);
	line-height: 1.5;
}

.site-nav ul li a:hover {
	color: var(--primaryColor);
}

@media (min-width: 1280px) {
	.site-nav ul li a {
		max-width: 340px;
	}
}

body:not(.page-template-template-homepage) .site-nav ul li.current-menu-parent>a, body:not(.page-template-template-homepage) .site-nav ul li.current-menu-item>a, body:not(.page-template-template-homepage) .site-nav ul li.current_page_item>a {
	color: var(--primaryColor);
}

.site-nav ul li.menu-item-has-children>a {
	padding-right: 20px;
	position: relative;
}

.site-nav ul li.menu-item-has-children>a::after {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 11px;
	content: "";
	background-image: url("https://cdn-ilefhge.nitrocdn.com/NbWXqfyNLUbAhvvjfkljPVURrvSuDomG/assets/images/optimized/rev-4a28143/www.wkw.com/wp-content/themes/lawrank-template-16/assets/images/chevron.svg");
	background-repeat: no-repeat;
	background-position: right center;
	transition: all .2s ease-in-out;
}

.site-nav ul li.menu-item-has-children>a.open::after {
	transform: rotate(180deg);
}

.site-nav ul li:nth-last-child(2) .sub-menu {
	left: auto !important;
	right: -2rem;
}

.site-nav ul li:nth-last-child(2) .sub-menu li {
	max-width: 300px;
	line-height: 1.5;
}

.site-nav ul.sub-menu {
	display: none;
	margin: 0 20px;
}

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

@media (min-width: 768px) {
	.site-nav ul {
		margin: 0 30px 0;
	}
	
	.site-nav.sub-menu {
		margin: 0 30px;
	}
}

@media (min-width: 1280px) {
	.site-nav {
		display: block;
		display: flex;
		align-items: center;
	}
	
	.site-nav ul {
		margin: 0;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
	}
	
	.site-nav ul li {
		border: 0;
		margin: 0 15px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 18px;
		line-height: 1.125rem;
	}
	
	.site-nav ul li.menu-item-has-children:hover .sub-menu {
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		padding-top: 10px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0;
		z-index: 2;
	}
	
	.site-nav ul li.menu-item-has-children:hover .sub-menu li {
		margin: 0;
		background-color: #fff;
	}
	
	.site-nav ul li.menu-item-has-children:hover .sub-menu li a {
		padding: 20px;
	}
	
	.site-nav .menu-wrapper {
		border: 0;
	}
	
	.site-nav.sub-menu.open {
		display: none;
	}
}

.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: #dbdbdb;
}

.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;
}

#video-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	transition: background-color .5s ease-in-out;
}

#video-overlay.active {
	display: flex;
	background-color: rgba(0, 0, 0, .8);
}

#video-overlay .video-container {
	transform: scale(0);
	transition: .6s cubic-bezier(.445, .05, .55, .95);
}

#video-overlay .video-container.active {
	width: 90%;
	height: 300px;
	transform: scale(1);
}

#video-overlay .video-container iframe {
	width: 100%;
	height: 100%;
	opacity: 1;
}

@media (min-width: 768px) {
	#video-overlay .video-container.active {
		width: 70%;
		height: 350px;
	}
}

@media (min-width: 1440px) {
	#video-overlay .video-container.active {
		width: 50%;
		height: 500px;
	}
}

.margin__top--0 {
	margin-top: 0 !important;
}

.margin__bottom--0 {
	margin-bottom: 0 !important;
}

.margin__top--negative-0 {
	margin-top: 0 !important;
}

.margin__bottom--negative-0 {
	margin-bottom: 0 !important;
}

.margin__left--0 {
	margin-left: 0 !important;
}

.margin__right--0 {
	margin-right: 0 !important;
}

.margin__top--1 {
	margin-top: 1rem !important;
}

.margin__bottom--1 {
	margin-bottom: 1rem !important;
}

.margin__top--negative-1 {
	margin-top: -1rem !important;
}

.margin__bottom--negative-1 {
	margin-bottom: -1rem !important;
}

.margin__left--1 {
	margin-left: 1rem !important;
}

.margin__right--1 {
	margin-right: 1rem !important;
}

.margin__top--2 {
	margin-top: 2rem !important;
}

.margin__bottom--2 {
	margin-bottom: 2rem !important;
}

.margin__top--negative-2 {
	margin-top: -2rem !important;
}

.margin__bottom--negative-2 {
	margin-bottom: -2rem !important;
}

.margin__left--2 {
	margin-left: 2rem !important;
}

.margin__right--2 {
	margin-right: 2rem !important;
}

.margin__top--3 {
	margin-top: 3rem !important;
}

.margin__bottom--3 {
	margin-bottom: 3rem !important;
}

.margin__top--negative-3 {
	margin-top: -3rem !important;
}

.margin__bottom--negative-3 {
	margin-bottom: -3rem !important;
}

.margin__left--3 {
	margin-left: 3rem !important;
}

.margin__right--3 {
	margin-right: 3rem !important;
}

.margin__top--4 {
	margin-top: 4rem !important;
}

.margin__bottom--4 {
	margin-bottom: 4rem !important;
}

.margin__top--negative-4 {
	margin-top: -4rem !important;
}

.margin__bottom--negative-4 {
	margin-bottom: -4rem !important;
}

.margin__left--4 {
	margin-left: 4rem !important;
}

.margin__right--4 {
	margin-right: 4rem !important;
}

.margin__top--5 {
	margin-top: 5rem !important;
}

.margin__bottom--5 {
	margin-bottom: 5rem !important;
}

.margin__top--negative-5 {
	margin-top: -5rem !important;
}

.margin__bottom--negative-5 {
	margin-bottom: -5rem !important;
}

.margin__left--5 {
	margin-left: 5rem !important;
}

.margin__right--5 {
	margin-right: 5rem !important;
}

.padding__top--0 {
	padding-top: 0 !important;
}

.padding__bottom--0 {
	padding-bottom: 0 !important;
}

.padding__left--0 {
	padding-left: 0 !important;
}

.padding__right--0 {
	padding-right: 0 !important;
}

.padding__top--1 {
	padding-top: 1rem !important;
}

.padding__bottom--1 {
	padding-bottom: 1rem !important;
}

.padding__left--1 {
	padding-left: 1rem !important;
}

.padding__right--1 {
	padding-right: 1rem !important;
}

.padding__top--2 {
	padding-top: 2rem !important;
}

.padding__bottom--2 {
	padding-bottom: 2rem !important;
}

.padding__left--2 {
	padding-left: 2rem !important;
}

.padding__right--2 {
	padding-right: 2rem !important;
}

.padding__top--3 {
	padding-top: 3rem !important;
}

.padding__bottom--3 {
	padding-bottom: 3rem !important;
}

.padding__left--3 {
	padding-left: 3rem !important;
}

.padding__right--3 {
	padding-right: 3rem !important;
}

.padding__top--4 {
	padding-top: 4rem !important;
}

.padding__bottom--4 {
	padding-bottom: 4rem !important;
}

.padding__left--4 {
	padding-left: 4rem !important;
}

.padding__right--4 {
	padding-right: 4rem !important;
}

.padding__top--5 {
	padding-top: 5rem !important;
}

.padding__bottom--5 {
	padding-bottom: 5rem !important;
}

.padding__left--5 {
	padding-left: 5rem !important;
}

.padding__right--5 {
	padding-right: 5rem !important;
}

.text__left {
	text-align: left !important;
}

.text__center {
	text-align: center !important;
}

.text__right {
	text-align: right !important;
}

.display__block {
	display: block !important;
}

.display__inline {
	display: inline !important;
}

.display__inline-block {
	display: inline-block !important;
}

.display__flex {
	display: flex !important;
}

.display__inline-flex {
	display: inline-flex !important;
}

.display__none {
	display: none !important;
}

.width__full {
	width: 100% !important;
}

.width__auto {
	width: auto !important;
}

.shape__square {
	border-radius: 0 !important;
}

.shape__rounded {
	border-radius: .25rem !important;
}

@media (max-width: 767px) {
	.margin__top--0-sm {
		margin-top: 0 !important;
	}
	
	.margin__bottom--0-sm {
		margin-bottom: 0 !important;
	}
	
	.margin__top--negative-0-sm {
		margin-top: 0 !important;
	}
	
	.margin__bottom--negative-0-sm {
		margin-bottom: 0 !important;
	}
	
	.padding__top--0-sm {
		padding-top: 0 !important;
	}
	
	.padding__bottom--0-sm {
		padding-bottom: 0 !important;
	}
	
	.padding__left--0-sm {
		padding-left: 0 !important;
	}
	
	.padding__right--0-sm {
		padding-right: 0 !important;
	}
	
	.margin__top--1-sm {
		margin-top: 1rem !important;
	}
	
	.margin__bottom--1-sm {
		margin-bottom: 1rem !important;
	}
	
	.margin__top--negative-1-sm {
		margin-top: -1rem !important;
	}
	
	.margin__bottom--negative-1-sm {
		margin-bottom: -1rem !important;
	}
	
	.padding__top--1-sm {
		padding-top: 1rem !important;
	}
	
	.padding__bottom--1-sm {
		padding-bottom: 1rem !important;
	}
	
	.padding__left--1-sm {
		padding-left: 1rem !important;
	}
	
	.padding__right--1-sm {
		padding-right: 1rem !important;
	}
	
	.margin__top--2-sm {
		margin-top: 2rem !important;
	}
	
	.margin__bottom--2-sm {
		margin-bottom: 2rem !important;
	}
	
	.margin__top--negative-2-sm {
		margin-top: -2rem !important;
	}
	
	.margin__bottom--negative-2-sm {
		margin-bottom: -2rem !important;
	}
	
	.padding__top--2-sm {
		padding-top: 2rem !important;
	}
	
	.padding__bottom--2-sm {
		padding-bottom: 2rem !important;
	}
	
	.padding__left--2-sm {
		padding-left: 2rem !important;
	}
	
	.padding__right--2-sm {
		padding-right: 2rem !important;
	}
	
	.margin__top--3-sm {
		margin-top: 3rem !important;
	}
	
	.margin__bottom--3-sm {
		margin-bottom: 3rem !important;
	}
	
	.margin__top--negative-3-sm {
		margin-top: -3rem !important;
	}
	
	.margin__bottom--negative-3-sm {
		margin-bottom: -3rem !important;
	}
	
	.padding__top--3-sm {
		padding-top: 3rem !important;
	}
	
	.padding__bottom--3-sm {
		padding-bottom: 3rem !important;
	}
	
	.padding__left--3-sm {
		padding-left: 3rem !important;
	}
	
	.padding__right--3-sm {
		padding-right: 3rem !important;
	}
	
	.margin__top--4-sm {
		margin-top: 4rem !important;
	}
	
	.margin__bottom--4-sm {
		margin-bottom: 4rem !important;
	}
	
	.margin__top--negative-4-sm {
		margin-top: -4rem !important;
	}
	
	.margin__bottom--negative-4-sm {
		margin-bottom: -4rem !important;
	}
	
	.padding__top--4-sm {
		padding-top: 4rem !important;
	}
	
	.padding__bottom--4-sm {
		padding-bottom: 4rem !important;
	}
	
	.padding__left--4-sm {
		padding-left: 4rem !important;
	}
	
	.padding__right--4-sm {
		padding-right: 4rem !important;
	}
	
	.margin__top--5-sm {
		margin-top: 5rem !important;
	}
	
	.margin__bottom--5-sm {
		margin-bottom: 5rem !important;
	}
	
	.margin__top--negative-5-sm {
		margin-top: -5rem !important;
	}
	
	.margin__bottom--negative-5-sm {
		margin-bottom: -5rem !important;
	}
	
	.padding__top--5-sm {
		padding-top: 5rem !important;
	}
	
	.padding__bottom--5-sm {
		padding-bottom: 5rem !important;
	}
	
	.padding__left--5-sm {
		padding-left: 5rem !important;
	}
	
	.padding__right--5-sm {
		padding-right: 5rem !important;
	}
	
	.text__left-sm {
		text-align: left !important;
	}
	
	.text__center-sm {
		text-align: center !important;
	}
	
	.text__right-sm {
		text-align: right !important;
	}
	
	.display__block-sm {
		display: block !important;
	}
	
	.display__inline-sm {
		display: inline !important;
	}
	
	.display__inline-block-sm {
		display: inline-block !important;
	}
	
	.display__flex-sm {
		display: flex !important;
	}
	
	.display__inline-flex-sm {
		display: inline-flex !important;
	}
	
	.display__none-sm {
		display: none !important;
	}
	
	.width__full-sm {
		width: 100% !important;
	}
	
	.width__auto-sm {
		width: auto !important;
	}
}

@media (max-width: 991px) {
	.margin__top--0-md {
		margin-top: 0 !important;
	}
	
	.margin__bottom--0-md {
		margin-bottom: 0 !important;
	}
	
	.margin__top--negative-0-md {
		margin-top: 0 !important;
	}
	
	.margin__bottom--negative-0-md {
		margin-bottom: 0 !important;
	}
	
	.padding__top--0-md {
		padding-top: 0 !important;
	}
	
	.padding__bottom--0-md {
		padding-bottom: 0 !important;
	}
	
	.padding__left--0-md {
		padding-left: 0 !important;
	}
	
	.padding__right--0-md {
		padding-right: 0 !important;
	}
	
	.margin__top--1-md {
		margin-top: 1rem !important;
	}
	
	.margin__bottom--1-md {
		margin-bottom: 1rem !important;
	}
	
	.margin__top--negative-1-md {
		margin-top: -1rem !important;
	}
	
	.margin__bottom--negative-1-md {
		margin-bottom: -1rem !important;
	}
	
	.padding__top--1-md {
		padding-top: 1rem !important;
	}
	
	.padding__bottom--1-md {
		padding-bottom: 1rem !important;
	}
	
	.padding__left--1-md {
		padding-left: 1rem !important;
	}
	
	.padding__right--1-md {
		padding-right: 1rem !important;
	}
	
	.margin__top--2-md {
		margin-top: 2rem !important;
	}
	
	.margin__bottom--2-md {
		margin-bottom: 2rem !important;
	}
	
	.margin__top--negative-2-md {
		margin-top: -2rem !important;
	}
	
	.margin__bottom--negative-2-md {
		margin-bottom: -2rem !important;
	}
	
	.padding__top--2-md {
		padding-top: 2rem !important;
	}
	
	.padding__bottom--2-md {
		padding-bottom: 2rem !important;
	}
	
	.padding__left--2-md {
		padding-left: 2rem !important;
	}
	
	.padding__right--2-md {
		padding-right: 2rem !important;
	}
	
	.margin__top--3-md {
		margin-top: 3rem !important;
	}
	
	.margin__bottom--3-md {
		margin-bottom: 3rem !important;
	}
	
	.margin__top--negative-3-md {
		margin-top: -3rem !important;
	}
	
	.margin__bottom--negative-3-md {
		margin-bottom: -3rem !important;
	}
	
	.padding__top--3-md {
		padding-top: 3rem !important;
	}
	
	.padding__bottom--3-md {
		padding-bottom: 3rem !important;
	}
	
	.padding__left--3-md {
		padding-left: 3rem !important;
	}
	
	.padding__right--3-md {
		padding-right: 3rem !important;
	}
	
	.margin__top--4-md {
		margin-top: 4rem !important;
	}
	
	.margin__bottom--4-md {
		margin-bottom: 4rem !important;
	}
	
	.margin__top--negative-4-md {
		margin-top: -4rem !important;
	}
	
	.margin__bottom--negative-4-md {
		margin-bottom: -4rem !important;
	}
	
	.padding__top--4-md {
		padding-top: 4rem !important;
	}
	
	.padding__bottom--4-md {
		padding-bottom: 4rem !important;
	}
	
	.padding__left--4-md {
		padding-left: 4rem !important;
	}
	
	.padding__right--4-md {
		padding-right: 4rem !important;
	}
	
	.margin__top--5-md {
		margin-top: 5rem !important;
	}
	
	.margin__bottom--5-md {
		margin-bottom: 5rem !important;
	}
	
	.margin__top--negative-5-md {
		margin-top: -5rem !important;
	}
	
	.margin__bottom--negative-5-md {
		margin-bottom: -5rem !important;
	}
	
	.padding__top--5-md {
		padding-top: 5rem !important;
	}
	
	.padding__bottom--5-md {
		padding-bottom: 5rem !important;
	}
	
	.padding__left--5-md {
		padding-left: 5rem !important;
	}
	
	.padding__right--5-md {
		padding-right: 5rem !important;
	}
	
	.text__left-md {
		text-align: left !important;
	}
	
	.text__center-md {
		text-align: center !important;
	}
	
	.text__right-md {
		text-align: right !important;
	}
	
	.display__block-md {
		display: block !important;
	}
	
	.display__inline-md {
		display: inline !important;
	}
	
	.display__inline-block-md {
		display: inline-block !important;
	}
	
	.display__flex-md {
		display: flex !important;
	}
	
	.display__none-md {
		display: none !important;
	}
	
	.display__inline-flex-md {
		display: inline-flex !important;
	}
	
	.width__full-md {
		width: 100% !important;
	}
	
	.width__auto-md {
		width: auto !important;
	}
}

#breadcrumbs {
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	#breadcrumbs {
		font-size: 17px;
	}
}

.two-columns.vertical {
	background: rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 0px 0px;
	text-align: left;
}

.two-columns.vertical .title {
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.two-columns.vertical {
		padding: 40px 20px;
		display: block;
	}
	
	.two-columns.vertical .right.title {
		margin-top: 40px;
	}
}

.site-header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 10;
	background-color: #fff;
}

.site-header .top-cta {
	background-color: var(--primaryColor);
	padding: 15px 20px;
	text-align: center;
}

@media (min-width: 1280px) {
	.site-header .top-cta {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.site-header .top-cta svg.phone-icon.desktop {
	margin-right: 10px;
	height: 22px;
}

.site-header .top-cta svg.phone-icon.desktop path {
	stroke: #fff;
}

@media (max-width: 1280px) {
	.site-header .top-cta svg.phone-icon.desktop {
		display: none;
	}
}

.site-header .top-cta span, .site-header .top-cta a {
	display: block;
}

.site-header .top-cta span {
	margin-right: 5px;
}

.site-header .top-cta a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.site-header .top-cta a svg.phone-icon.mobile {
	margin-right: 5px;
}

.site-header .top-cta a svg.phone-icon.mobile path {
	stroke: #fff;
}

@media (min-width: 1280px) {
	.site-header .top-cta a svg.phone-icon.mobile {
		display: none;
	}
}

.site-header .site-branding {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.site-header .site-logo {
	display: block;
	padding: 10px 20px;
	padding-bottom: 10px;
}

.site-header .site-logo img, .site-header .site-logo svg {
	border-radius: 0px;
	height: 70px;
	width: auto;
}

.site-header .nav-ui {
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--tertiaryColor);
}

@media (min-width: 1280px) {
	.site-header {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.site-header .top-cta {
		flex: 0 0 100%;
	}
	
	.site-header .top-cta span, .site-header .top-cta p, .site-header .top-cta a {
		display: inline-block;
	}
	
	.site-header .site-branding {
		order: 1;
	}
	
	.site-header .site-nav {
		order: 2;
	}
	
	.site-header .site-logo img, .site-header .site-logo svg {
		height: 80px;
	}
	
	.site-header .nav-ui {
		display: none;
	}
}

.block-contact-form .block-contact-form__header {
	background-color: var(--primaryColor);
}

.block-contact-form .block-contact-form__header__inner {
	padding: 50px 20px;
}

.block-contact-form .block-contact-form__header__inner .tagline, .block-contact-form .block-contact-form__header__inner .h2 {
	color: #fff;
}

.block-contact-form .block-contact-form__header__inner .h2 {
	margin-bottom: 0 !important;
}

.block-contact-form .block-contact-form__form {
	margin: 50px 20px;
}

@media (min-width: 768px) {
	.block-contact-form .block-contact-form__header__inner {
		padding: 100px 110px 150px;
	}
	
	.block-contact-form .block-contact-form__form {
		background-color: #fff;
		margin: -50px 40px 0;
		position: relative;
		z-index: 1;
	}
	
	.block-contact-form .block-contact-form__form__inner {
		padding: 80px;
	}
}

@media (min-width: 1280px) {
	.block-contact-form .block-contact-form__header__inner {
		max-width: 1320px;
		margin: 0 auto;
	}
	
	.block-contact-form .block-contact-form__form__inner {
		padding: 100px 80px;
		max-width: 1260px;
		margin: 0 auto;
	}
	
	.block-contact-form .block-contact-form__form .gform_fields {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	
	.block-contact-form .block-contact-form__form .gform_fields .gfield {
		flex: 0 0 47%;
	}
}

@media (min-width: 1480px) {
	.block-contact-form .block-contact-form__form {
		max-width: 1400px;
		margin: -50px auto 0;
	}
}

.block-form-footer {
	background-color: var(--primaryColor);
	color: #fff;
	background-image: url("https://cdn-ilefhge.nitrocdn.com/NbWXqfyNLUbAhvvjfkljPVURrvSuDomG/assets/images/optimized/rev-4a28143/www.wkw.com/wp-content/themes/lawrank-template-16/assets/images/contact-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.block-form-footer.nitro-lazy {
	background-image: none !important;
}

.block-form-footer .gform_submission_error {
	color: #000;
	font-size: 34px;
	line-height: 45px;
}

.block-form-footer__inner {
	padding: 70px 25px 130px;
	text-align: center;
	max-width: 1480px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.block-form-footer__inner {
		padding: 50px 25px;
		padding-bottom: 10px;
	}
}

.block-form-footer__inner .title {
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.block-form-footer__inner .title {
		margin-bottom: 25px;
	}
}

.block-form-footer__inner .tagline {
	color: #2c2110;
	border: 0;
	background: none;
}

@media (max-width: 768px) {
	.block-form-footer__inner .tagline {
		margin-bottom: 10px;
	}
}

.block-form-footer__inner .two-columns {
	display: flex;
	gap: 50px;
	padding: 70px 40px;
	text-align: left;
	margin-top: 50px;
}

.block-form-footer__inner .two-columns .title {
	margin-bottom: 20px;
	color: #2c2110;
	text-transform: uppercase;
	font-size: 27px;
	letter-spacing: 3px;
}

@media (max-width: 768px) {
	.block-form-footer__inner .two-columns .title {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.block-form-footer__inner .two-columns {
		margin-top: 20px;
		padding: 40px 0px;
		display: block;
	}
	
	.block-form-footer__inner .two-columns .right.title {
		margin-top: 40px;
	}
}

.block-form-footer__left {
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 25px;
}

@media (min-width: 768px) {
	.block-form-footer__left {
		margin-bottom: 100px;
		position: -webkit-sticky;
		position: sticky;
		top: 120px;
	}
}

.block-form-footer__left form fieldset {
	flex: 1 0 100% !important;
}

.block-form-footer__left form fieldset.form-columns-2 .hs-form-field {
	width: 100% !important;
}

.block-form-footer__left .gform_wrapper {
	background-color: #fff;
	padding: 30px 35px 70px;
	border-radius: 25px;
}

.block-form-footer__left .gform_button {
	width: 100%;
}

.block-form-footer__right .info {
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.block-form-footer__right .info {
		margin-bottom: 30px;
	}
}

.block-form-footer__right .info:last-child {
	margin-bottom: 0;
}

.block-form-footer__right .info h3.tagline {
	letter-spacing: 2px;
	font-size: 17px;
}

@media (min-width: 768px) {
	.block-form-footer__right .info h3.tagline {
		font-size: 22px;
		padding-left: 0px;
		margin-bottom: 20px;
	}
}

.block-form-footer__right .info .tagline {
	margin-bottom: 10px;
}

.block-form-footer__right .info .value {
	font-weight: 600;
}

.block-form-footer__right .info .value a {
	color: #fff;
	text-decoration: underline;
}

.block-form-footer__right .info .value a:hover {
	color: var(--text);
}

.block-form-footer__right .info .map {
	height: 310px;
	width: 100%;
}

.block-form-footer__right .info .map iframe {
	height: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.block-form-footer {
		background-position: -150px 0;
	}
	
	.block-form-footer__inner {
		padding: 100px 50px;
	}
	
	.block-form-footer__left .gform_wrapper {
		max-width: 483px;
		margin: 0 auto;
		padding: 50px 50px 70px;
	}
}

@media (min-width: 1280px) {
	.block-form-footer__inner {
		padding: 80px 50px;
		padding-bottom: 0px;
	}
	
	.block-form-footer__cols {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: flex-start;
		max-width: 1160px;
		margin: 0 auto;
	}
	
	.block-form-footer__left {
		flex: 0 0 480px;
		margin-bottom: 0;
	}
	
	.block-form-footer__right {
		flex: 0 0 40%;
	}
	
	.block-form-footer__right .info {
		text-align: left;
	}
}

.footer-locations {
	background: var(--secondaryColor);
	padding: 100px 50px;
	padding-bottom: 120px;
}

@media (max-width: 768px) {
	.footer-locations {
		padding: 40px 20px;
	}
}

.footer-locations .inner {
	max-width: 1250px;
	margin: 0 auto;
}

@media (min-width: 767px) {
	.footer-locations .inner {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		gap: 100px;
	}
}

.footer-locations .inner .info {
	flex-basis: 30%;
}

.footer-locations .main-office, .footer-locations .tagline {
	color: var(--tertiaryColor);
	border-bottom: none;
	background: rgba(0, 0, 0, 0);
	margin-bottom: 20px;
	padding-left: 0px;
}

@media (max-width: 767px) {
	.footer-locations .main-office, .footer-locations .tagline {
		text-align: left;
	}
}

.footer-locations .tagline {
	font-size: 18px;
}

@media (max-width: 767px) {
	.footer-locations .tagline {
		letter-spacing: 4px;
	}
}

.footer-locations .main-office {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: "Manrope", sans-serif;
	display: block;
	margin-bottom: 20px;
}

.footer-locations .no-main {
	height: 50px;
}

@media (max-width: 767px) {
	.footer-locations .no-main {
		display: none;
	}
}

.footer-locations .value {
	color: #fff;
	display: block;
	margin-bottom: 20px;
	line-height: 1.8;
	max-width: 150px;
}

.footer-locations .value.phone {
	color: var(--tertiaryColor);
}

.footer-locations .value:hover {
	color: var(--tertiaryColor);
}

.footer-locations .map {
	height: 400px;
	width: auto;
}

.footer-locations .map iframe {
	height: 100%;
	width: 100%;
}

@media (max-width: 767px) {
	.footer-locations .map {
		margin-bottom: 50px;
		height: 300px;
	}
}

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

.site-footer * {
	color: #fff;
}

.site-footer__inner {
	padding: 70px 25px;
	max-width: 1480px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
}

@media (max-width: 768px) {
	.site-footer__inner {
		padding: 40px 20px;
	}
}

.site-footer__left {
	order: 2;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.site-footer__left .logo {
	margin-bottom: 40px;
}

.site-footer__left .logo a {
	display: block;
}

.site-footer__left .logo a img {
	display: block;
}

.site-footer__left .networks ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	width: 134px;
	justify-content: space-between;
	align-items: center;
}

.site-footer__left .networks ul li a {
	display: block;
}

.site-footer__left .networks ul li a svg {
	display: block;
}

.site-footer__left .networks ul li:last-child {
	margin-left: -5px;
}

.site-footer__bottom {
	order: 2;
	padding: 0 25px 40px;
	max-width: 1480px;
	margin: 0 auto;
}

.site-footer__bottom p {
	font-size: 13px;
	font-size: .8125rem;
	line-height: 25px;
	line-height: 1.5625rem;
	text-align: center;
}

.site-footer .label {
	text-align: center;
	font-size: 11px;
	font-size: .6875rem;
	line-height: 20px;
	line-height: 1.25rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bold;
}

.site-footer .col {
	margin-bottom: 70px;
}

@media (max-width: 768px) {
	.site-footer .col {
		margin-bottom: 50px;
	}
}

.site-footer .col .label {
	margin-bottom: 40px;
}

@media (max-width: 768px) {
	.site-footer .col .label {
		margin-bottom: 20px;
	}
}

.site-footer .col li {
	left: 0px;
}

.site-footer .links {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.site-footer .links li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
}

.site-footer .links li a {
	display: block;
}

.site-footer .content p, .site-footer .content li {
	font-size: 16px;
	font-size: 1rem;
	line-height: 28px;
	line-height: 1.75rem;
}

@media (min-width: 768px) {
	.site-footer__inner {
		padding: 100px 50px;
	}
	
	.site-footer__b0ttom {
		padding: 0 50px 100px;
	}
	
	.site-footer .columns {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	
	.site-footer .columns .col {
		flex: 1;
		padding: 0 30px;
	}
}

@media (min-width: 1280px) {
	.site-footer__inner {
		flex-flow: row nowrap;
		padding: 120px 50px;
	}
	
	.site-footer__left {
		order: 1;
		justify-content: space-between;
		margin-right: 120px;
	}
	
	.site-footer__left .networks .label {
		text-align: left;
	}
	
	.site-footer__right {
		order: 2;
	}
	
	.site-footer__bottom {
		padding: 0 50px 30px;
	}
	
	.site-footer__bottom p {
		text-align: left;
	}
	
	.site-footer .columns .col {
		margin-bottom: 0;
	}
	
	.site-footer .columns .col .label {
		text-align: left;
	}
	
	.site-footer .links {
		text-align: left;
	}
	
	.site-footer .links li {
		margin-bottom: 28px;
	}
	
	.site-footer .links li:last-child {
		margin-bottom: 0;
	}
	
	.site-footer .content p, .site-footer .content li {
		text-align: left;
	}
}

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

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

.hero-case-results {
	background-color: var(--primaryColor);
	padding: 20px 0px 0px 0px;
}

@media (max-width: 1100px) {
	.hero-case-results {
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.hero-case-results {
		padding-bottom: 0px;
	}
}

@media (max-width: 1100px) {
	.hero-case-results .label {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.hero-case-results .label {
		padding-top: 5px;
	}
}

.hero-case-results .case-results {
	display: flex;
	gap: 1px;
	max-width: 1440px;
	margin: 0 auto;
}

.hero-case-results .case-results .item {
	text-align: center;
	padding: 0px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100px;
	border-right: 1px solid #fff;
}

.hero-case-results .case-results .item:last-child {
	border-right: rgba(0, 0, 0, 0);
}

@media (max-width: 1100px) {
	.hero-case-results .case-results .item {
		border-right: 1px solid #fff;
		padding-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.hero-case-results .case-results .item {
		border-right: rgba(0, 0, 0, 0);
	}
}

.hero-case-results .case-results .item .label {
	font-family: "Manrope", sans-serif;
	font-size: 42px;
	font-size: 2.625rem;
	font-weight: bold;
	line-height: 58px;
	line-height: 3.625rem;
	color: #fff;
}

.hero-case-results .case-results .item .amount {
	font-family: "Manrope", sans-serif;
	font-size: 35px;
	font-size: 2.1875rem;
	font-weight: bold;
	line-height: 45px;
	line-height: 2.8125rem;
	color: var(--bgColor);
	margin-bottom: 0px;
}

.hero-case-results .case-results .item .description {
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 35px;
	line-height: 2.1875rem;
	color: #fff;
	letter-spacing: 1px;
}

@media (min-width: 1280px) {
	.hero-case-results {
		padding: 30px 0;
	}
	
	.hero-case-results .case-results {
		flex-direction: row;
		justify-content: center;
	}
	
	.hero-case-results .case-results .item {
		flex: 0 0 calc(25% - .5px);
		padding: 40px 10px;
		margin: 0;
		height: 90px;
	}
	
	.hero-case-results .case-results .item .amount {
		font-size: 40px;
		font-size: 2.5rem;
		line-height: 55px;
		line-height: 3.4375rem;
	}
}

@media (max-width: 768px) {
	.sitemap-item {
		width: 90%;
	}
}

.ti-widget {
	max-width: 95%;
	margin: 40px auto;
}

@media (max-width: 768px) {
	.ti-widget .ti-reviews-container {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 768px) {
	.ti-widget {
		margin-bottom: 0px;
	}
}

.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: 22px;
}

@media (min-width: 1280px) {
	.find-us {
		display: none;
	}
}

#hform-attorney+script+.hbspt-form {
	background-color: var(--bgColor);
	padding: 60px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	#hform-attorney+script+.hbspt-form {
		padding: 20px 20px 40px;
	}
}

#hform-attorney+script+.hbspt-form form {
	display: block !important;
}

#hform-attorney+script+.hbspt-form form fieldset {
	max-width: 100% !important;
}

#hform-attorney+script+.hbspt-form form fieldset+fieldset {
	margin-top: 30px !important;
}

#hform-attorney+script+.hbspt-form form input[type=text], #hform-attorney+script+.hbspt-form form input[type=email], #hform-attorney+script+.hbspt-form form input[type=tel], #hform-attorney+script+.hbspt-form form select, #hform-attorney+script+.hbspt-form form textarea {
	width: 100% !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border: none !important;
	border-bottom: 1px solid #2c2110 !important;
}

#hform-attorney+script+.hbspt-form form .hs-form-field>label {
	height: 0 !important;
	width: 0 !important;
	position: absolute !important;
	overflow: hidden !important;
}

#hform-attorney+script+.hbspt-form form .hs-additional_info label {
	height: auto !important;
	width: auto !important;
	position: relative !important;
	overflow: visible !important;
}

#hform-attorney+script+.hbspt-form form .hs-error-msgs {
	max-width: 100% !important;
	background-color: #dcafaf !important;
	border: 1px solid #670d0d !important;
	color: #fff !important;
	font-size: 12px !important;
	padding: 5px !important;
	list-style: none !important;
	margin: 0 !important;
}

#hform-attorney+script+.hbspt-form form .hs-error-msgs label {
	font-size: 12px !important;
	color: #670d0d !important;
}
