
@charset "UTF-8";

/*! Theme Name: 1P21 Boilerplate
		Author: 1POINT21 */

/*! 

	CSS Main Stylesheet - Please do not edit this file!

	1. Use Dashboard --> Appearance --> Customize to add additional css
	2. Or pull the site and database down to your local environment and use the scss folder to preprocess the css

*/

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

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

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

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

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir=rtl] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

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

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

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

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before, .slick-next:before {
	font-family: arial;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

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

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

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

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

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

.slick-dots li button:before {
	font-family: arial;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}

/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity-active, .lity-active body {
	overflow: hidden;
}

.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, .9);
	outline: none !important;
	opacity: 0;
	transition: opacity .3s ease;
}

.lity.lity-opened {
	opacity: 1;
}

.lity.lity-closed {
	opacity: 0;
}

.lity * {
	box-sizing: border-box;
}

.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}

.lity-wrap:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	transition: opacity .3s ease;
}

.lity-loading .lity-loader {
	opacity: 1;
}

.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}

.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.lity-content:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	z-index: 9994;
	width: 35px;
	height: 35px;
	/* Change to position: absolute to display close button inside content container */
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	border: 0;
	background: none;
	box-shadow: none;
}

.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.lity-close:active {
	top: 1px;
}

/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
	width: 100%;
	max-width: 964px;
}

.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

.lity-hide {
	display: none;
}

.content {
	font-size: 18px;
	line-height: 30px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.content {
		font-size: 17px;
		line-height: 30px;
	}
}

.content strong {
	font-weight: 700;
}

.content p, .content ol, .content ul {
	margin-bottom: 25px;
}

.content a {
	color: #00234a;
	font-weight: 800;
	text-decoration: underline;
}

.content a:hover {
	color: #fe4c20 !important;
	text-decoration: none;
}

*.h1, .content h1 {
	display: block;
	font-size: 33px;
	line-height: 40px;
	font-family: "Jubilat";
	color: #00234a;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

*.h2, .content h2 {
	padding-bottom: 25px;
	font-size: 26px;
	line-height: 35px;
	font-family: "Jubilat";
	color: #d83e18;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	*.h2, .content h2 {
		padding-bottom: 20px;
		margin-top: 9px;
	}
}

*.h3, .content h3 {
	padding-bottom: 12px;
	font-size: 23px;
	line-height: 30px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	*.h3, .content h3 {
		padding-bottom: 16px;
	}
}

@media screen and (min-width: 1380px) {
	*.h3, .content h3 {
		font-size: 24px;
	}
}

*.h4, .content h4 {
	padding-bottom: 18px;
	margin-top: 20px;
	font-size: 20px;
	line-height: 30px;
	font-family: "Jubilat";
	color: #d83e18;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
}

.content li:before {
	color: #d83e18;
}

.content ul {
	list-style: none;
}

.content ul li {
	position: relative;
	padding-left: 25px;
	padding-bottom: 11px;
}

@media screen and (min-width: 1171px) {
	.content ul li {
		padding-left: 35px;
	}
}

.content ul li:before {
	background: currentColor;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	display: block;
}

@media screen and (min-width: 768px) {
	.content ul li:before {
		position: absolute;
		top: 11px;
		left: 0;
	}
}

.content ul li > ul {
	margin: 0;
	margin-top: 12px;
}

.content ul li > ul > li {
	padding-bottom: 13px;
}

.content ul li > ul > li:last-of-type {
	padding-bottom: 0;
}

.content ul.link-list li:before {
	content: "-";
	font-weight: 700;
	top: 0;
	left: 8px;
	width: unset;
	height: unset;
	background: none;
	border-radius: 0;
}

.content ol {
	list-style: none;
	counter-reset: item;
}

.content ol > li {
	counter-increment: item;
	position: relative;
	padding-left: 25px;
	padding-bottom: 11px;
}

@media screen and (min-width: 1171px) {
	.content ol > li {
		padding-left: 40px;
	}
}

.content ol > li:before {
	content: counter(item) ".";
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}

.content ol + ol, .content ol + ul {
	margin-top: 30px;
}

.content blockquote, .content .blockquote {
	padding: 30px 0 20px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-family: "Jubilat";
	color: #00234a;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.content blockquote, .content .blockquote {
		padding: 45px 20px 25px;
	}
}

@media screen and (min-width: 1171px) {
	.content blockquote, .content .blockquote {
		padding: 45px 5px 25px;
	}
}

@media screen and (min-width: 1380px) {
	.content blockquote, .content .blockquote {
		padding: 52px 30px 25px;
	}
}

@media screen and (min-width: 1695px) {
	.content blockquote, .content .blockquote {
		max-width: 700px;
		padding: 70px 25px 60px;
	}
}

.content blockquote > *, .content .blockquote > * {
	font: inherit;
	color: inherit;
}

.content blockquote cite, .content .blockquote cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1;
	font-family: "Supreme";
	font-weight: 800;
	display: block;
}

.content blockquote cite:before, .content .blockquote cite:before {
	content: "";
	display: block;
	background: #d83e18;
	height: 3px;
	width: 127px;
	margin: 23px auto;
}

@media screen and (min-width: 768px) {
	.content blockquote cite:before, .content .blockquote cite:before {
		margin: 27px auto;
	}
}

.underline:after {
	content: "";
	display: block;
	background: #fe4c20;
	height: 3px;
	width: 200px;
	margin: 10px auto;
}

.underline-thin:after {
	height: 1px;
}

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

@media screen and (min-width: 530px) {
	.alignleft, img.alignleft {
		float: left;
		margin-right: 24px;
		margin-top: 7px;
	}
}

@media screen and (min-width: 530px) {
	.alignright, img.alignright {
		float: right;
		margin-left: 24px;
		margin-top: 7px;
	}
}

.aligncenter, img.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.alignleft, img.alignleft, .alignright, img.alignright, .aligncenter, img.aligncenter {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 12px;
}

img.alignleft, img.aligncenter, img.alignright {
	border: 16px solid #fff;
}

#internal-page {
	background: #fff;
	margin-top: 159px;
}

#page-container {
	background: #fff;
	padding: 49px 25px 47px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	#page-container {
		padding: 98px 55px 82px;
	}
}

@media screen and (min-width: 1171px) {
	#page-container {
		padding: 95px 55px 80px;
		max-width: 1200px;
	}
}

@media screen and (min-width: 1380px) {
	#page-container {
		padding: 100px 90px 90px;
		max-width: 1400px;
	}
}

@media screen and (min-width: 1695px) {
	#page-container {
		padding: 100px 90px 100px;
		max-width: 1652px;
		margin-left: auto;
		margin-right: auto;
	}
}

#page-container.no-banner-layout {
	padding-top: 0px;
}

@media screen and (min-width: 1171px) {
	#page-container.no-banner-layout {
		padding-top: 50px;
	}
}

@media screen and (min-width: 1171px) {
	#page-container.no-banner-layout .page-content-inner {
		padding-top: 0;
		margin-top: -15px;
	}
}

#page-container.two-col {
	padding: 23px 25px 47px;
}

@media screen and (min-width: 768px) {
	#page-container.two-col {
		padding: 55px 65px 82px;
		max-width: 1018px;
	}
}

@media screen and (min-width: 1171px) {
	#page-container.two-col {
		display: flex;
		flex-direction: row-reverse;
		padding: 78px 95px 80px;
		max-width: 1200px;
	}
}

@media screen and (min-width: 1380px) {
	#page-container.two-col {
		padding: 90px 90px 90px;
		max-width: 1400px;
	}
}

@media screen and (min-width: 1695px) {
	#page-container.two-col {
		padding: 100px 90px 140px;
		max-width: 1652px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (min-width: 1921px) {
	#page-container.two-col {
		margin-left: auto;
	}
}

@media screen and (min-width: 1695px) {
	.page-template-default #page-container {
		margin-right: 0;
	}
}

.section-container {
	padding: 0 30px;
}

@media screen and (min-width: 768px) {
	.section-container {
		padding: 0 81px;
	}
}

@media screen and (min-width: 1171px) {
	.section-container {
		padding: 0 124px 0 116px;
	}
}

@media screen and (min-width: 1380px) {
	.section-container {
		padding: 0 116px;
	}
}

@media screen and (min-width: 1695px) {
	.section-container {
		max-width: 1470px;
		padding: unset;
		margin-left: auto;
		margin-right: auto;
	}
}

.page-content {
	max-width: 938px;
}

@media screen and (min-width: 1171px) {
	.page-content {
		flex-grow: 1;
	}
}

.hide-sidebar .page-content {
	max-width: 1450px;
}

.page-title {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 33px;
	line-height: 35px;
	font-family: "Jubilat";
	color: #000c1a;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.page-title {
		margin-left: auto;
		margin-right: auto;
		font-size: 45px;
		line-height: 50px;
	}
}

@media screen and (min-width: 1380px) {
	.page-title {
		font-size: 50px;
		line-height: 55px;
	}
}

@media screen and (min-width: 1695px) {
	.page-title {
		font-size: 55px;
		line-height: 60px;
	}
}

@media screen and (max-width: 767px) {
	.page-title-wrapper-banner-h1 .page-title {
		display: none;
	}
}

.page-title-wrapper-banner-h1 .free-consult-button {
	margin-top: 0;
}

.page-title-wrapper:after {
	content: "";
	display: block;
	background: #d83e18;
	width: 100%;
	height: 3px;
	position: relative;
	margin: 34px 0 20px;
}

@media screen and (min-width: 768px) {
	.page-title-wrapper:after {
		margin: 30px 0;
	}
}

@media screen and (min-width: 1380px) {
	.page-title-wrapper:after {
		margin: 35px 0;
	}
}

@media screen and (min-width: 1695px) {
	.page-title-wrapper:after {
		margin: 39px 0 37px;
	}
}

.page-title-center {
	text-align: center;
	font-style: italic;
	font-family: "Jubilat";
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
}

@media screen and (min-width: 768px) {
	.page-title-center {
		font-size: 70px;
		line-height: 75px;
	}
}

@media screen and (min-width: 1171px) {
	.page-title-center {
		font-size: 80px;
		line-height: 85px;
	}
}

.page-title-center:after {
	margin: 31px auto 41px;
}

@media screen and (max-width: 1170px) {
	.default-title .page-title {
		font-size: 38px;
		line-height: 42px;
		padding-bottom: 38px;
		margin-bottom: 25px;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.default-title .page-title {
		padding-bottom: 25px;
		margin-bottom: 0;
		font-size: 33px;
		line-height: 35px;
	}
}

@media screen and (max-width: 1170px) {
	.default-title .page-title:after {
		bottom: -31px;
	}
}

@media screen and (max-width: 767px) {
	.default-title .page-title:after {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}

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

@media screen and (min-width: 1171px) {
	.tablet-only {
		display: none !important;
	}
}

.tablet-hide {
	display: none !important;
}

@media screen and (min-width: 1171px) {
	.tablet-hide {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	br.tablet-only {
		display: none;
	}
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	outline: none;
}

a img {
	border: none;
}

textarea {
	resize: none;
}

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

html, body {
	overflow-x: hidden;
	word-wrap: break-word;
}

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

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Supreme";
	line-height: 1;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*
html.fixed, body.fixed {
	overflow: hidden;
	height:100%;
}
*/
a {
	cursor: pointer;
}

header, section, nav, footer {
	display: block;
}

.wistia_click_to_play > div > div {
	display: none !important;
}

h1, h2, h3, h4 {
	font-style: normal;
	font-weight: 400;
}

@media screen and (min-width: 1199px) {
	.delay1 {
		opacity: 0;
		transition: opacity .9s ease .35s, -webkit-transform .9s ease .35s;
		transition: transform .9s ease .35s, opacity .9s ease .35s;
		transition: transform .9s ease .35s, opacity .9s ease .35s, -webkit-transform .9s ease .35s;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	.delay2 {
		opacity: 0;
		transition: opacity .9s ease .75s, -webkit-transform .9s ease .75s;
		transition: transform .9s ease .75s, opacity .9s ease .75s;
		transition: transform .9s ease .75s, opacity .9s ease .75s, -webkit-transform .9s ease .75s;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	.delay3 {
		opacity: 0;
		transition: opacity .9s ease 1.1s, -webkit-transform .9s ease 1.1s;
		transition: transform .9s ease 1.1s, opacity .9s ease 1.1s;
		transition: transform .9s ease 1.1s, opacity .9s ease 1.1s, -webkit-transform .9s ease 1.1s;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	
	/* Home Banner */
	#section-one-bottom-left {
		opacity: 0;
		transition: opacity .5s ease .5s;
	}
	
	#section-one img.hero {
		-webkit-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
		transition: opacity 500ms linear, -webkit-transform 1200ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1200ms cubic-bezier(.17, .66, .34, .98), opacity 500ms linear;
		transition: transform 1200ms cubic-bezier(.17, .66, .34, .98), opacity 500ms linear, -webkit-transform 1200ms cubic-bezier(.17, .66, .34, .98);
	}
	
	body.ready #section-one-bottom-left {
		opacity: 1;
	}
	
	body.ready #section-one img.hero {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		transition-delay: 0ms, 0ms;
	}
	
	#section-two .section-title:after {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		transition: -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
	}
	
	#section-two.visible .section-title {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	#section-two.visible .section-title:after {
		transition-delay: .75s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	#section-three .section-title:after {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		transition: -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
	}
	
	#section-three.visible .section-title {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	#section-three.visible .section-title:after {
		transition-delay: .75s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.section-awards .awards-title:after {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		transition: -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
	}
	
	.section-awards.visible .awards-title:after {
		transition-delay: .5s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	#section-five.visible .sec-five-left {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		transition-delay: .5s;
	}
	
	#section-five.visible .sec-five-right {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		transition-delay: .5s;
	}
	
	#section-six .section-title:after {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		transition: -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
	}
	
	#section-six.visible .section-title {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	#section-six.visible .section-title:after {
		transition-delay: .5s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	#section-six.visible .lead {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	#section-six.visible .button {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
	
	#footer .footer-form-title:after {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		transition: -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
	}
	
	#footer.visible .footer-form-title:after {
		transition-delay: .5s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	
	.page-title-center:after {
		-webkit-transform: scale(0, 1);
		transform: scale(0, 1);
		-webkit-transform-origin: top center;
		transform-origin: top center;
		transition: -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98);
		transition: transform 1350ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 1350ms cubic-bezier(.17, .66, .34, .98);
	}
	
	body.ready .page-title-center:after {
		transition-delay: .5s;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.button {
	border-radius: 50px;
	position: relative;
	z-index: 1;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-left: auto;
	margin-right: auto;
	padding: 19px 32px;
	font-size: 18px;
	font-family: "Supreme";
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
}

.button:hover:after {
	opacity: 0;
}

.button:before, .button:after {
	border-radius: 50px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: "";
	display: block;
}

.button:before {
	background: #fe4c20;
}

.button:after {
	opacity: 1;
	transition: all 200ms ease-in-out;
	background: transparent linear-gradient(180deg, #fe4c20 0%, #b33617 100%) 0% 0% no-repeat padding-box;
}

.free-consult-button {
	padding: 21px 38px 23px;
	margin-top: 23px;
}

@media screen and (max-width: 767px) {
	.free-consult-button {
		font-size: 17px;
		padding: 22px 26px 23px;
	}
}

@media screen and (min-width: 768px) {
	.free-consult-button {
		margin-top: 28px;
	}
}

@media screen and (min-width: 1171px) {
	.free-consult-button {
		margin-top: 24px;
	}
}

@media screen and (min-width: 1380px) {
	.free-consult-button {
		margin-top: 55px;
	}
}

@media screen and (max-width: 767px) {
	.internal-cta-default {
		margin-top: 26px;
		padding: 21px 31px 22px;
	}
}

.read-more {
	margin-left: 0;
	color: #fe4c20;
	border: 1px solid #fe4c20;
	padding: 12px 19px 10px;
	font-size: 15px;
	transition: all .2s ease-in-out;
}

.read-more:before, .read-more:after {
	background: none;
}

.read-more:hover {
	background: #fe4c20;
	color: #fff;
}

.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder, .gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder {
	color: #000c1a;
	font-family: "Supreme";
	font-size: 16px;
	line-height: 20px;
}

.gform_wrapper .gform_fields .gfield input::-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder {
	color: #000c1a;
	font-family: "Supreme";
	font-size: 16px;
	line-height: 20px;
}

@media screen and (min-width: 768px) {
	.gform_wrapper .gform_fields .gfield input::-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder {
		font-size: 18px;
	}
}

.gform_wrapper .gform_fields .gfield input:-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea:-moz-placeholder {
	color: #000c1a;
	font-family: "Supreme";
	font-size: 16px;
	line-height: 20px;
}

@media screen and (min-width: 768px) {
	.gform_wrapper .gform_fields .gfield input:-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea:-moz-placeholder {
		font-size: 18px;
	}
}

.gform_wrapper .gform_fields .gfield input:-ms-input-placeholder, .gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
	color: #000c1a;
	font-family: "Supreme";
	font-size: 16px;
	line-height: 20px;
}

@media screen and (min-width: 768px) {
	.gform_wrapper .gform_fields .gfield input:-ms-input-placeholder, .gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder {
		font-size: 18px;
	}
}

.gform_wrapper .gform_fields .gfield input::-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder {
	color: #000c1a;
	font-family: "Supreme";
	font-size: 16px;
	line-height: 20px;
}

@media screen and (min-width: 768px) {
	.gform_wrapper .gform_fields .gfield input::-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder {
		font-size: 18px;
	}
}

.gform_body {
	position: relative;
}

.gform_wrapper.gravity-theme .gform_required_legend {
	display: none;
}

.gform_wrapper.gravity-theme .gfield {
	position: relative;
}

.gform_wrapper.gravity-theme .gfield input[type=text], .gform_wrapper.gravity-theme .gfield textarea {
	border: none;
	border-radius: 6px;
	font-family: "Supreme";
	color: #000c1a;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 30px 16px 16px;
}

@media screen and (min-width: 768px) {
	.gform_wrapper.gravity-theme .gfield input[type=text], .gform_wrapper.gravity-theme .gfield textarea {
		font-size: 17px;
		line-height: 22px;
		padding: 20px 35px 21px 19px;
	}
}

.gform_wrapper.gravity-theme .gfield textarea {
	padding-top: 20px;
	height: 195px !important;
}

@media screen and (min-width: 768px) {
	.gform_wrapper.gravity-theme .gform_fields {
		grid-column-gap: 2% !important;
		grid-row-gap: 17px !important;
	}
}

@media screen and (min-width: 1171px) {
	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 20px !important;
	}
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
	margin: 9px 0 0 !important;
}

@media screen and (min-width: 768px) {
	.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
		margin-top: 0 !important;
		padding: 12px 27px 0 !important;
	}
}

.gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer input, .gform_wrapper.gravity-theme .gofmr_footer button {
	margin: 0 auto !important;
	padding: 0 !important;
}

.gform_wrapper.gravity-theme input[type=submit] {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: .08em;
	line-height: 18px;
	font-family: "Supreme";
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

.gform_footer {
	position: relative;
}

.gform_footer button {
	cursor: pointer;
	font-size: 18px;
	padding: 15px 39px;
	border: none;
}

.gform_footer:hover input[type=submit] {
	color: #d83e18;
}

.required {
	font-size: 16px;
	font-family: "Supreme";
	color: #d83e18;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.gform_wrapper .gform_validation_errors {
	display: none;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	color: red !important;
}

input {
	border-radius: 0;
	-webkit-appearance: none;
}

body .gform_wrapper .gform_validation_container {
	display: none;
}

.validation_error {
	display: none;
}

body img.gform_ajax_spinner {
	display: none !important;
}

li.gform_hidden {
	display: none !important;
}

.slider-arrow {
	background: #fff;
	z-index: 8;
	transition: .2s all ease-in-out;
}

@media screen and (max-width: 767px) {
	.slider-arrow {
		position: relative;
		width: 50%;
		height: 57px;
	}
}

.slider-arrow:after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 11px 7px 0 7px;
	top: 24px;
	left: 50%;
	border-color: #d83e18 transparent transparent transparent;
}

@media screen and (min-width: 768px) {
	.slider-arrow:after {
		top: 30px;
	}
}

.slider-arrow:hover {
	background: #fce5ca;
}

.slider-arrows {
	position: absolute;
	background: #fff;
}

@media screen and (max-width: 767px) {
	.slider-arrows {
		display: flex;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
		width: 100%;
		height: 57px;
		bottom: 0px;
		left: 0;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.slider-arrow:not(.cr-arrow) {
		position: absolute;
		width: 59px;
		height: 70px;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	}
}

.slider-arrow-left {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.slider-arrow-left {
		border-right: 1px solid #d3d3d3;
	}
}

@media screen and (min-width: 768px) {
	.slider-arrow-left {
		left: -33px;
	}
}

.slider-arrow-left:after {
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.slider-arrow-right {
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.slider-arrow-right {
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.slider-arrow-right {
		right: -33px;
	}
}

.slider-arrow-right:after {
	-webkit-transform: translateX(-50%) rotate(-90deg);
	transform: translateX(-50%) rotate(-90deg);
}

.wistia_click_to_play > div > div {
	display: none !important;
}

#mywistia {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.video-thumb {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
}

.video-thumb:after {
	content: "";
	padding-top: 55.5%;
	display: block;
}

.video-thumb .mywistia, .video-thumb > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none;
}

.video-thumb .video-overlay {
	pointer-events: none;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video-thumb .video-overlay img, .video-thumb .video-overlay .img {
	position: absolute;
	left: 50%;
	top: 32%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.video-thumb .video-overlay img, .video-thumb .video-overlay .img {
		top: 35%;
	}
}

.video-thumb .video-overlay:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent linear-gradient(180deg, #ffb300 0%, #fa8b1c 100%);
	opacity: 0;
}

.video {
	position: relative;
	width: 100%;
}

.video-overlay {
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

img.wistia-thumbnail {
	max-width: 100%;
	width: 100%;
	height: 100%;
	display: block;
}

@media (min-width: 1171px) and (max-width: 1380px) {
	.md-hide {
		display: none !important;
	}
}

@media (min-width: 1381px) and (max-width: 1694px) {
	.lg-hide {
		display: none !important;
	}
}

@media screen and (min-width: 1695px) {
	.xl-only {
		display: block !important;
	}
	
	.xl-hide {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
	.sm-only {
		display: block !important;
	}
	
	.sm-hide {
		display: none !important;
	}
}

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

.award, .att-award {
	height: 80px;
	position: relative;
	display: block;
}

.award-arrow, .att-award-arrow {
	cursor: pointer;
	z-index: 2;
}

.award-arrow svg path, .att-award-arrow svg path {
	fill: #000c1a;
}

.award-slide .award, .award-slide .att-award, .att-award-slide .award, .att-award-slide .att-award {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.award, .att-award {
		height: 120px;
	}
}

.award img, .att-award img {
	position: absolute;
	max-height: 100%;
	max-width: 80%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.awards-title, .att-awards-title {
	font-size: 17px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
}

.awards-title:after, .att-awards-title:after {
	width: 100%;
	margin: 20px auto 8px;
}

@media screen and (min-width: 768px) {
	.awards-title:after, .att-awards-title:after {
		margin: 20px auto 63px;
	}
}

@media screen and (min-width: 1171px) {
	.awards-title:after, .att-awards-title:after {
		margin: 20px auto 10px;
	}
}

@media screen and (min-width: 1380px) {
	.awards-title:after, .att-awards-title:after {
		margin: 20px auto 68px;
	}
}

@media screen and (min-width: 1695px) {
	.awards-title:after, .att-awards-title:after {
		margin: 20px auto 60px;
	}
}

.awards-slider, .att-awards-slider {
	width: 100%;
}

.awards-slider-wrapper, .att-awards-slider-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 100px);
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.awards-slider-wrapper, .att-awards-slider-wrapper {
		width: 100%;
	}
}

.awards-slider .slick-list, .att-awards-slider .slick-list {
	margin-top: 35px;
	margin-bottom: 35px;
}

.section-awards {
	padding-top: 20px;
	padding-bottom: 36px;
}

@media screen and (min-width: 768px) {
	.section-awards {
		padding-top: 35px;
		padding-bottom: 32px;
	}
}

@media screen and (min-width: 1171px) {
	.section-awards {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}

@media screen and (min-width: 1380px) {
	.section-awards {
		padding-top: 65px;
		padding-bottom: 83px;
	}
}

@media screen and (min-width: 1695px) {
	.section-awards {
		padding-top: 107px;
		padding-bottom: 100px;
	}
}

header {
	position: relative;
	z-index: 9;
	position: fixed;
	width: 100%;
	top: 0;
	transition: all 200ms ease-in-out;
}

header .header-top {
	background: #00234a;
	height: 159px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (min-width: 1171px) {
	header .header-top {
		height: 111px;
	}
}

header .header-nav {
	order: 2;
	background: #fff;
}

@media screen and (max-width: 1170px) {
	header .header-nav {
		background: rgba(0, 35, 74, .95);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		left: 100%;
		z-index: 9;
	}
	
	.nav-is-open header .header-nav {
		left: 0;
	}
}

header.sticky {
	transition: all 200ms ease-in-out;
}

.logo {
	display: flex;
	align-items: center;
	flex: 1 1;
}

@media screen and (max-width: 767px) {
	.logo {
		justify-content: center;
	}
}

@media screen and (max-width: 1170px) {
	.logo {
		order: 1;
	}
}

@media screen and (min-width: 768px) {
	.logo {
		margin-left: 35px;
	}
}

.logo img {
	height: 69px;
	position: relative;
}

.phone-wrapper {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	flex-shrink: 0;
}

@media screen and (max-width: 767px) {
	.phone-wrapper {
		display: flex;
		justify-content: center;
		padding: 10px 0 12px;
	}
}

@media screen and (max-width: 1170px) {
	.phone-wrapper {
		order: 3;
		width: 100%;
		background: #fff;
	}
}

@media screen and (min-width: 768px) {
	.phone-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 9px 0;
	}
}

@media screen and (min-width: 1171px) {
	.phone-wrapper {
		margin-right: 34px;
		padding-top: 0;
	}
}

@media screen and (min-width: 1380px) {
	.phone-wrapper {
		margin-right: 37px;
	}
}

.phone-wrapper .header-cta {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 12px;
	letter-spacing: .025em;
	line-height: 1;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.phone-wrapper .header-cta {
		top: -2px;
	}
}

@media screen and (min-width: 768px) {
	.phone-wrapper .header-cta {
		font-size: 16px;
		bottom: -1px;
	}
}

@media screen and (min-width: 1171px) {
	.phone-wrapper .header-cta {
		bottom: -7px;
		color: #f9f0e2;
	}
}

@media screen and (min-width: 1695px) {
	.phone-wrapper .header-cta {
		bottom: -6px;
	}
}

.phone-wrapper .header-cta span {
	display: block;
}

@media screen and (max-width: 767px) {
	.phone-wrapper .header-cta span {
		padding-right: 24px;
		padding-top: 5px;
	}
	
	.phone-wrapper .header-cta span:after {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		background: #d83e18;
		position: relative;
		right: -10px;
		top: -1px;
	}
}

@media screen and (max-width: 767px) {
	.phone-wrapper .header-cta span:first-of-type {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.phone-wrapper .header-cta span:first-of-type {
		padding-right: 20px;
	}
}

.phone-wrapper .header-cta span:first-of-type:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #d83e18;
	position: relative;
	right: -10px;
	top: -2px;
}

.phone-wrapper .header-cta-icon {
	position: relative;
	bottom: -1px;
	padding-right: 10px;
}

@media screen and (min-width: 1171px) {
	.phone-wrapper .header-cta-icon {
		bottom: -9px;
	}
}

a.header-phone {
	display: block;
	font-size: 23px;
	line-height: 1;
	font-family: "Jubilat";
	color: #000c1a;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

@media screen and (max-width: 1170px) and (min-width: 768px) {
	a.header-phone {
		position: absolute;
		top: 34px;
		right: 106px;
	}
}

@media screen and (min-width: 768px) {
	a.header-phone {
		color: #fff;
		font-size: 38px;
	}
}

@media screen and (min-width: 1171px) {
	a.header-phone {
		padding-left: 14px;
	}
}

@media screen and (min-width: 1380px) {
	a.header-phone {
		font-size: 35px;
	}
}

@media screen and (min-width: 1800px) {
	a.header-phone {
		font-size: 38px;
	}
}

.menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 110px;
	width: 63px;
	cursor: pointer;
	background: #fe4c20;
	z-index: 9999;
	order: 2;
}

@media screen and (min-width: 1171px) {
	.menu-wrapper {
		display: none;
	}
}

.menu-wrapper span.menu-bar {
	display: block;
	background: #fff;
	margin-bottom: 9px;
	width: 35px;
	height: 4px;
}

.menu-wrapper span.menu-bar:last-of-type {
	margin-bottom: 0;
}

.menu-wrapper span.menu-title {
	display: block;
	padding-top: 7px;
	font-size: 13px;
	letter-spacing: .05em;
	line-height: 1;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.menu-wrapper span.menu-title {
		font-size: 14px;
	}
}

.nav-is-open {
	overflow: hidden;
}

.nav-is-open .menu-wrapper .menu-bar:nth-of-type(1) {
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}

.nav-is-open .menu-wrapper .menu-bar:nth-of-type(2) {
	position: relative;
	top: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-is-open .menu-wrapper .menu-bar:nth-of-type(3) {
	display: none;
}

.nav-is-open .menu-wrapper .menu-title {
	padding-top: 17px;
}

body.has-banner header.sticky {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

body.no-banner header {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

header.no-banner {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

nav {
	opacity: 0;
	visibility: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, -webkit-transform 600ms cubic-bezier(.17, .66, .34, .98);
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 600ms cubic-bezier(.17, .66, .34, .98);
	transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 600ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 600ms cubic-bezier(.17, .66, .34, .98);
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	padding-top: 98px;
	width: 100%;
}

@media screen and (min-width: 768px) {
	nav {
		max-width: 455px;
	}
}

@media screen and (min-width: 1171px) {
	nav {
		background: #000c1a;
		overflow: visible;
		opacity: 1;
		visibility: visible;
		position: relative;
		box-shadow: none;
		background: transparent;
		padding: 0;
		top: 0;
		width: 100%;
		height: auto;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
}

@media screen and (min-width: 1380px) {
	nav {
		max-width: 915px;
	}
}

@media screen and (min-width: 1695px) {
	nav {
		max-width: 985px;
	}
}

nav ul {
	list-style: none;
}

nav ul li a {
	text-decoration: none;
	padding: 12px 30px;
	display: block;
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	nav ul li a {
		padding: 12px 40px;
	}
}

@media screen and (min-width: 1171px) {
	nav ul li a {
		padding: 0;
	}
}

nav {
	margin-left: auto;
	margin-right: auto;
}

nav .menu-header {
	width: 100%;
}

@media screen and (min-width: 1171px) {
	nav ul.menu {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
}

nav ul.menu > li {
	position: relative;
	font-size: 18px;
	line-height: 22px;
	font-family: "Supreme";
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	nav ul.menu > li {
		padding: 13px 0;
		margin: 0 12px;
		font-size: 16px;
		font-weight: 400;
		font-style: normal;
		text-decoration: none;
	}
}

@media screen and (min-width: 1695px) {
	nav ul.menu > li {
		margin: 0 18px;
	}
}

@media screen and (min-width: 1171px) {
	nav ul.menu > li:first-of-type {
		margin-left: 0;
	}
}

nav ul.menu > li:last-of-type {
	padding-right: 0;
}

nav ul.menu > li > a {
	color: #000c1a;
	transition: color 200ms ease-in-out;
}

@media screen and (min-width: 1171px) and (min-width: 1171px) {
	nav ul.menu > li > a:before {
		content: "";
		display: block;
		background: #fe4c20;
		height: 4px;
		width: 100%;
		position: absolute;
		bottom: 0;
		opacity: 0;
		transition: opacity 300ms ease-in-out;
	}
}

@media screen and (min-width: 1171px) {
	nav ul.menu > li.current-menu-item > a:before {
		opacity: 1;
	}
}

nav ul.menu > li.current-menu-ancestor > a:before {
	opacity: 1;
	-webkit-animation: none !important;
	animation: none !important;
}

nav ul.menu > li.menu-item-has-children {
	background: transparent;
	position: relative;
}

@media screen and (min-width: 1171px) {
	nav ul.menu > li.menu-item-has-children:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@media screen and (min-width: 1171px) {
	nav ul.menu > li.menu-item-has-children.active {
		background: #fff;
		padding: 0;
		margin: 0;
		background: transparent;
	}
}

nav ul.menu > li.menu-item-has-children > a:after {
	content: "▼︎";
	font-size: .625em;
	margin-left: .75em;
	-webkit-transform: scaleX(1.1);
	transform: scaleX(1.1);
}

nav ul.menu > li.menu-item-has-children > a.active {
	color: #fe4c20;
}

nav ul.menu > li.menu-item-has-children > a.active:after {
	border-top-color: #fe4c20;
}

@media screen and (min-width: 1171px) {
	nav ul.menu > li.menu-item-has-children > a.active {
		color: #000c1a;
	}
}

nav ul.menu li ul.sub-menu {
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms cubic-bezier(.17, .66, .34, .98);
}

@media screen and (min-width: 1171px) {
	nav ul.menu li ul.sub-menu {
		padding: 18px 0;
		background: #f5f5f5;
		max-height: 3000px;
		width: 250px;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
		transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, -webkit-transform 500ms cubic-bezier(.17, .66, .34, .98);
		transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 500ms cubic-bezier(.17, .66, .34, .98);
		transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 500ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 500ms cubic-bezier(.17, .66, .34, .98);
		position: absolute;
		top: 100%;
		left: 0;
	}
}

nav ul.menu li ul.sub-menu.active {
	opacity: 1;
	visibility: visible;
	max-height: 3000px;
	background: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
}

@media screen and (min-width: 1171px) {
	nav ul.menu li ul.sub-menu.active {
		padding: 11px 0;
		padding: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
		visibility: hidden;
		background: unset;
	}
}

nav ul.menu li ul.sub-menu.active li a {
	padding: 7px 40px;
}

@media screen and (min-width: 1171px) {
	nav ul.menu li ul.sub-menu.active li a {
		padding: 14px 40px;
	}
}

@media screen and (max-width: 1170px) {
	nav ul.menu li ul.sub-menu.active:before {
		content: "";
		display: block;
	}
}

nav ul.menu li ul.sub-menu li a {
	transition: color 200ms ease-in-out;
	line-height: 20px;
	color: #000c1a;
}

@media screen and (min-width: 1171px) {
	nav ul.menu li ul.sub-menu li a {
		display: block;
		padding: 8px 32px 8px 28px;
		transition: 200ms all ease-in-out;
	}
}

nav ul.menu li ul.sub-menu li a:hover {
	color: #fe4c20;
}

nav ul.menu li ul.sub-menu li.menu-item-has-children {
	position: relative;
}

nav ul.menu li ul.sub-menu li.menu-item-has-children > a {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

nav ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
	content: "+";
	position: relative;
	right: -7px;
}

@media screen and (min-width: 1171px) {
	nav ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
		content: "";
		display: block;
		position: absolute;
		bottom: 14px;
		right: 23px;
		border-style: solid;
		border-width: 7px 4px 0 4px;
		border-color: #000c1a transparent transparent transparent;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		transition: .2s all ease-in-out;
	}
}

@media screen and (min-width: 1171px) {
	nav ul.menu li ul.sub-menu li.menu-item-has-children > a:hover:after {
		border-top-color: #fe4c20;
	}
}

@media screen and (min-width: 1171px) {
	nav ul.menu li ul.sub-menu li.menu-item-has-children > ul.sub-menu {
		padding: 18px 0;
		position: absolute;
		width: 300px;
		-webkit-transform: none;
		transform: none;
		top: 0%;
		left: 100%;
		max-height: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 300ms cubic-bezier(.17, .66, .34, .98);
	}
}

nav ul.menu li ul.sub-menu li.menu-item-has-children > ul.sub-menu.active {
	opacity: 1;
	visibility: visible;
	max-height: 3000px;
	background: #f4f4f4;
	padding-bottom: 15px;
	position: relative;
}

nav ul.menu li ul.sub-menu li.menu-item-has-children > ul.sub-menu.active li a {
	padding: 6px 50px;
}

@media screen and (min-width: 1171px) {
	nav ul.menu li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
		opacity: 1;
		visibility: visible;
		max-height: 3000px;
	}
}

nav.nav-open {
	opacity: 1;
	visibility: visible;
	z-index: 9;
}

#internal-banner {
	background: #000c1a;
	color: #fff;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
	padding: 20px 0;
	min-height: 160px;
}

@media screen and (min-width: 768px) {
	#internal-banner {
		padding: 30px 0;
		min-height: 300px;
	}
}

@media screen and (min-width: 1171px) {
	#internal-banner {
		padding: 30px 0;
		background: #000c1a;
		min-height: 362px;
	}
}

@media screen and (min-width: 1380px) {
	#internal-banner {
		padding: 40px 0;
		min-height: 450px;
	}
}

#internal-banner .banner-subtitle span {
	color: #fff;
	display: inline-block;
}

#internal-banner .banner-subtitle span:nth-last-child(n+2):after {
	content: "•";
	color: #fe4c20;
	position: relative;
	margin: 0 .5em;
}

@media screen and (max-width: 767px) {
	#internal-banner .banner-subtitle {
		position: relative;
		bottom: 10px;
		max-width: 12ch;
		display: none;
	}
}

@media screen and (min-width: 768px) {
	#internal-banner .banner-subtitle {
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1171px) {
	#internal-banner .banner-subtitle {
		padding-bottom: 10px;
	}
}

#internal-banner .banner-title {
	max-width: 475px;
	margin: 0 auto;
	padding: 0 25px;
	font-size: 26px;
	line-height: calc(1em + 3px);
	font-family: "Jubilat";
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	#internal-banner .banner-title {
		padding-bottom: 10px;
	}
}

@media screen and (min-width: 768px) {
	#internal-banner .banner-title {
		max-width: unset;
		font-size: 55px;
		line-height: calc(1em + 5px);
	}
}

@media screen and (min-width: 1171px) {
	#internal-banner .banner-title {
		max-width: calc(100% - 100px);
		text-align: center;
		font-size: 70px;
		line-height: calc(1em + 8px);
	}
}

@media screen and (min-width: 1380px) {
	#internal-banner .banner-title {
		font-size: 75px;
		line-height: calc(1em + 10px);
	}
}

#internal-banner .free-consult-button {
	border-width: 8px;
}

@media screen and (min-width: 768px) {
	#internal-banner .free-consult-button {
		font-size: 18px;
		padding: 22px 36px;
		margin: 1.1em auto 0;
	}
}

#internal-banner-content {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#internal-banner-content.banner-h1 .banner-subtitle {
		display: none;
	}
}

#default-banner-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#default-banner-image img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-position: top;
	object-position: top;
}

#internal-banner.alt-banner {
	background-image: url("https://wewininjurylaw.com/wp-content/themes/harveyb/images/int-hero-mobile.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 165px;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	#internal-banner.alt-banner {
		background-image: url("https://wewininjurylaw.com/wp-content/themes/harveyb/images/int-hero-tablet.jpg");
	}
	
	#internal-banner.alt-banner.nitro-lazy {
		background-image: none !important;
	}
}

@media screen and (min-width: 1171px) {
	#internal-banner.alt-banner {
		display: block;
		height: 245px;
	}
}

@media screen and (min-width: 1380px) {
	#internal-banner.alt-banner {
		height: 308px;
	}
}

#internal-banner.alt-banner.nitro-lazy {
	background-image: none !important;
}

@media screen and (max-width: 767px) {
	#internal-banner.alt-banner #internal-banner-content {
		max-width: calc(100% - 60px);
	}
}

#internal-banner.alt-banner .banner-title {
	font-size: 30px;
	line-height: 33px;
	max-width: unset;
}

@media screen and (max-width: 767px) {
	#internal-banner.alt-banner .banner-title {
		max-width: unset;
	}
}

@media screen and (min-width: 768px) {
	#internal-banner.alt-banner .banner-title {
		font-size: 38px;
		line-height: 42px;
	}
}

@media screen and (min-width: 1171px) {
	#internal-banner.alt-banner .banner-title {
		font-size: 55px;
		line-height: 70px;
	}
}

@media screen and (min-width: 1380px) {
	#internal-banner.alt-banner .banner-title {
		font-size: 65px;
		line-height: 80px;
	}
}

#internal-banner.alt-banner #default-banner-image {
	display: none;
}

@media screen and (min-width: 1171px) {
	#internal-banner.alt-banner #default-banner-image {
		display: block;
		height: 312px;
	}
}

.default-banner #internal-banner-content {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1170px) {
	.default-banner #internal-banner-content {
		padding: 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.default-banner #internal-banner-content {
		padding: 15px 0;
	}
}

#sidebar-wrapper {
	margin-top: 60px;
}

@media screen and (min-width: 1171px) {
	#sidebar-wrapper {
		margin-top: 0;
		order: 1;
		flex-basis: 337px;
		flex-shrink: 0;
		padding-top: 0;
		margin-right: 74px;
		max-width: 100%;
	}
}

@media screen and (min-width: 1380px) {
	#sidebar-wrapper {
		flex-basis: 434px;
		margin-right: 73px;
	}
}

@media screen and (min-width: 1695px) {
	#sidebar-wrapper {
		margin-right: 100px;
	}
}

#sidebar-form {
	background: #00234a;
	color: #fff;
}

@media screen and (min-width: 1171px) {
	#sidebar-form {
		padding: 40px 25px 21px;
	}
}

@media screen and (min-width: 1380px) {
	#sidebar-form {
		padding: 60px 35px 21px;
	}
}

#sidebar-form .gform_title {
	font-size: 32px;
	line-height: 36px;
	font-family: "Jubilat";
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	font-style: italic;
	text-decoration: none;
	margin: 0 -5px;
}

@media screen and (min-width: 1380px) {
	#sidebar-form .gform_title {
		font-size: 38px;
		line-height: 40px;
	}
}

#sidebar-form .gform_title:after {
	content: "";
	display: block;
	width: 174px;
	height: 3px;
	background: #d83e18;
	margin: 26px auto;
}

@media screen and (min-width: 1380px) {
	#sidebar-form .gform_title:after {
		margin-top: 20px;
		width: 271px;
	}
}

#sidebar-form .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 13px !important;
}

#sidebar-form .gform_wrapper.gravity-theme .gfield input, #sidebar-form .gform_wrapper.gravity-theme .gfield textarea {
	padding: 15px 35px 15px 19px;
}

#sidebar-form .gform_wrapper.gravity-theme .gfield textarea {
	height: 163px !important;
}

#sidebar-form .gform_wrapper.gravity-theme .gfield:not(.gfield_html):after {
	top: 19px;
}

.widget {
	position: relative;
	background: #f2f2f4;
	margin-top: 31px;
	padding: 60px 48px 40px;
}

@media screen and (min-width: 768px) {
	.widget {
		padding: 67px 69px 48px;
	}
}

@media screen and (min-width: 1171px) {
	.widget {
		padding: 67px 47px 48px;
	}
}

@media screen and (min-width: 1380px) {
	.widget {
		padding: 67px 65px 48px 67px;
	}
}

.widget:before {
	content: "";
	display: block;
	background: #fff;
	position: absolute;
	width: calc(100% - 48px);
	height: calc(100% - 48px);
	left: 24px;
	top: 24px;
}

@media screen and (min-width: 768px) {
	.widget:before {
		height: calc(100% - 54px);
		top: 27px;
	}
}

.widget:last-of-type {
	margin-bottom: 0;
}

.widget ul {
	list-style: none;
}

.widget ul li {
	position: relative;
}

.widget ul li.menu-item-has-children > a:after {
	content: "+";
	font-size: 18px;
	color: inherit;
	position: absolute;
	right: 13px;
	top: 14px;
}

.widget ul li.menu-item > ul.sub-menu {
	display: none;
}

.widget ul li.current-menu-ancestor > ul.sub-menu {
	display: block;
}

.widget ul > li {
	font-size: 16px;
	line-height: 30px;
	font-family: "Supreme";
	color: #00234a;
	font-weight: 700;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.widget ul > li {
		font-size: 17px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1380px) {
	.widget ul > li {
		font-size: 18px;
	}
}

.widget ul > li:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.widget ul > li > a {
	color: inherit;
	text-decoration: none;
	display: block;
	cursor: pointer;
	transition: 200ms all ease-in-out;
	padding: 9px 0;
}

@media screen and (min-width: 768px) {
	.widget ul > li > a {
		padding: 11px 0;
	}
}

@media screen and (min-width: 1171px) {
	.widget ul > li > a:hover {
		color: #fe4c20;
	}
}

.widget ul > li ul {
	display: block;
}

.widget ul.sub-menu {
	padding: 10px 0 10px 26px;
	display: none;
}

@media screen and (min-width: 768px) {
	.widget ul.sub-menu {
		padding: 5px 0 5px 26px;
	}
}

.widget ul.sub-menu > li {
	padding: 2px 0;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 30px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1380px) {
	.widget ul.sub-menu > li {
		padding: 3px 0;
		font-size: 17px;
		line-height: 30px;
	}
}

.widget ul.sub-menu > li:last-of-type {
	padding-bottom: 7px;
}

@media screen and (min-width: 1380px) {
	.widget ul.sub-menu > li:last-of-type {
		padding-bottom: 10px;
	}
}

.widget ul.sub-menu > li a {
	color: inherit;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

.widget ul.sub-menu > li a:hover {
	color: #fe4c20;
}

.widget.widget_recent_entries ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 25px;
	border-bottom: 1px solid #d0d0d0;
}

.widget.widget_recent_entries ul li:last-of-type {
	border: none;
}

.widget.widget_recent_entries ul li a {
	padding: 20px 0 23px;
}

h3.widget-title {
	position: relative;
	text-decoration: none;
	display: block;
	cursor: pointer;
	transition: 200ms all ease-in-out;
	padding-bottom: 35px;
	font-size: 35px;
	line-height: 1.3;
	font-family: "Jubilat";
	color: #000c1a;
	font-weight: 700;
	text-transform: capitalize;
	font-style: italic;
	text-decoration: none;
}

h3.widget-title:after {
	content: "";
	display: block;
	background: #d83e18;
	width: 100%;
	height: 3px;
	position: relative;
	bottom: -19px;
}

.blog-sidebar .widget > ul > li {
	padding: 15px 0;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 28px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 700;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1380px) {
	.blog-sidebar .widget > ul > li {
		font-size: 17px;
		line-height: 30px;
	}
}

.blog-sidebar .widget > ul > li a {
	color: inherit;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

.blog-sidebar .widget > ul > li a:hover {
	color: #fe4c20;
}

#footer {
	background: #00234a;
	color: #fff;
}

#footer-form {
	padding: 66px 30px 10px;
}

@media screen and (min-width: 768px) {
	#footer-form {
		padding: 86px 81px 50px;
	}
}

@media screen and (min-width: 1171px) {
	#footer-form {
		margin-left: auto;
		margin-right: auto;
		max-width: 1097px;
		padding: 113px 100px 60px;
	}
}

@media screen and (min-width: 1380px) {
	#footer-form {
		padding: 99px 100px 98px;
	}
}

@media screen and (min-width: 1695px) {
	#footer-form {
		padding-top: 111px;
		padding-bottom: 70px;
	}
}

#footer-form .gform_title {
	display: none;
}

#footer-locations {
	padding: 37px 0 40px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#footer-locations {
		padding: 0 0 37px;
		max-width: 610px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1171px) {
	#footer-locations {
		display: flex;
		justify-content: space-between;
		max-width: 1020px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 1380px) {
	#footer-locations {
		max-width: 1142px;
		padding-right: 0;
		align-items: center;
	}
}

@media screen and (min-width: 1695px) {
	#footer-locations {
		max-width: 1386px;
		padding-right: 113px;
	}
}

#footer .location:not(:last-of-type) .footer-hide {
	display: none;
}

.footer-form-title {
	display: block;
	text-align: center;
	font-size: 50px;
	line-height: 50px;
	font-family: "Jubilat";
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	font-style: italic;
	text-decoration: none;
}

.footer-form-title span {
	color: #fe4c20;
}

@media screen and (max-width: 1170px) {
	.footer-form-title br {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.footer-form-title {
		font-size: 65px;
		line-height: 60px;
	}
}

@media screen and (min-width: 1171px) {
	.footer-form-title {
		font-size: 75px;
		line-height: 70px;
	}
}

.footer-form-title:after {
	width: 271px;
	margin: 35px auto 33px;
}

@media screen and (min-width: 768px) {
	.footer-form-title:after {
		margin: 51px auto 50px;
	}
}

@media screen and (min-width: 1171px) {
	.footer-form-title:after {
		margin: 41px auto 55px;
	}
}

@media screen and (min-width: 1171px) {
	.contact-info-social {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}

.social {
	margin: 37px 0 50px;
}

@media screen and (min-width: 1171px) {
	.social {
		margin-top: 52px;
	}
}

.social-icon {
	display: inline-flex;
	margin: 0 15px;
}

@media screen and (min-width: 768px) {
	.social-icon {
		margin: 0 20px;
	}
}

.social-icon:hover path {
	fill: #fe4c20;
}

.location {
	color: #fff;
	font-family: "Jubilat";
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.location a {
	color: inherit;
}

@media screen and (max-width: 767px) {
	.location:not(:last-of-type) {
		margin-bottom: 36px;
	}
}

@media screen and (min-width: 768px) {
	.location {
		text-align: left;
	}
}

.locations-left img {
	height: 85px;
}

@media screen and (min-width: 1171px) {
	.locations-left {
		flex-basis: 25%;
		display: inline-flex;
		flex-direction: column;
		align-items: center;
	}
}

.locations-right {
	position: relative;
}

@media screen and (min-width: 768px) {
	.locations-right {
		display: flex;
		justify-content: space-between;
		margin-top: 55px;
		width: 100%;
	}
}

@media screen and (min-width: 1171px) {
	.locations-right {
		flex-basis: 63%;
		margin-top: 0;
	}
}

.location-address {
	font-size: 18px;
	line-height: 24px;
}

@media screen and (min-width: 1171px) {
	.location-address {
		font-size: 17px;
	}
}

.location > * {
	display: block;
}

.location-title {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.location-title {
		font-size: 13px;
	}
}

@media screen and (min-width: 1380px) {
	.location-title {
		margin-bottom: 15px;
	}
}

.location-text {
	font-size: 16px;
	line-height: 24px;
}

.location a.location-directions {
	margin: 15px 0 18px;
	font-size: 16px;
	line-height: 1;
	font-family: "Supreme";
	color: #fe4c20;
	font-weight: 800;
	font-style: normal;
	text-decoration: underline;
}

.location a.location-directions:hover {
	text-decoration: none;
}

.location-phone {
	margin-top: 6px;
	display: block;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	transition: .2s ease-in-out;
}

.location-phone:last-of-type {
	display: inline-block;
}

.location-phone:hover {
	color: #f9f0e2;
}

.location-phone-text {
	display: inline;
	font-weight: 700;
}

.location:last-of-type .location-phone {
	font-weight: 400;
}

.location:last-of-type .location-phone-text {
	font-weight: 400;
	color: #d83e18;
}

@media screen and (min-width: 1171px) {
	.location:last-of-type .location-phone-text {
		display: block;
	}
}

@media screen and (min-width: 1380px) {
	.location:last-of-type .location-phone-text {
		display: inline;
	}
}

.copyright {
	border-top: 1px solid #363e67;
	width: calc(100% - 62px);
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	line-height: 20px;
	font-family: "Supreme";
	color: #fff;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.copyright {
		width: calc(100% - 64px);
	}
}

.copyright-inner {
	padding: 27px 10px 25px;
	text-align: center;
	display: flex;
}

@media screen and (max-width: 1170px) {
	.copyright-inner {
		flex-direction: column;
	}
}

@media screen and (min-width: 768px) {
	.copyright-inner {
		padding: 40px 10px 25px;
	}
}

@media screen and (min-width: 1171px) {
	.copyright-inner {
		justify-content: space-between;
		align-items: center;
		padding: 30px 0 21px;
	}
}

.copyright-inner ul {
	list-style: none;
	display: inline;
}

.copyright-inner ul li {
	display: inline;
	text-transform: none;
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.copyright-inner ul li {
		position: relative;
		bottom: 4px;
	}
}

.copyright-inner ul li a {
	color: inherit;
	text-decoration: none;
}

.copyright-inner ul li a:hover {
	text-decoration: underline;
}

#ilawyer svg {
	height: 16px;
}

@media screen and (max-width: 1170px) {
	#ilawyer svg {
		margin-top: 13px;
	}
}

#section-one {
	z-index: 1;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 159px;
	background: #000c1a;
	color: #fff;
}

#section-one-inner {
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 220px;
	padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
	#section-one-inner {
		padding-top: 56px;
		padding-bottom: 64px;
	}
}

@media screen and (min-width: 1171px) {
	#section-one-inner {
		padding-top: 122px;
		padding-bottom: 0;
	}
}

@media screen and (min-width: 1380px) {
	#section-one-inner {
		padding-top: 118px;
	}
}

@media screen and (min-width: 1695px) {
	#section-one-inner {
		padding-top: 133px;
	}
}

#section-one-bottom {
	display: block;
	z-index: 8;
	margin-top: 56px;
}

@media screen and (min-width: 768px) {
	#section-one-bottom {
		display: flex;
		align-items: center;
		margin-top: 36px;
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1171px) {
	#section-one-bottom {
		max-width: unset;
		max-height: 230px;
		margin-top: 110px;
	}
}

@media screen and (min-width: 1380px) {
	#section-one-bottom {
		margin-top: 124px;
	}
}

@media screen and (min-width: 1695px) {
	#section-one-bottom {
		margin-top: 110px;
	}
}

#section-one-bottom-left {
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
}

@media screen and (max-width: 767px) {
	#section-one-bottom-left {
		width: calc(100% - 60px);
	}
}

@media screen and (min-width: 768px) {
	#section-one-bottom-left {
		max-width: calc(100% - 286px);
		margin-left: 29px;
	}
}

@media screen and (min-width: 1171px) {
	#section-one-bottom-left {
		max-width: calc(100% - 695px);
		margin-left: 33px;
	}
}

@media screen and (min-width: 1380px) {
	#section-one-bottom-left {
		flex-grow: 1;
	}
}

@media screen and (min-width: 1695px) {
	#section-one-bottom-left {
		max-width: 865px;
		margin-left: 105px;
	}
}

@media screen and (min-width: 1800px) {
	#section-one-bottom-left {
		max-width: 998px;
	}
}

#section-one-video {
	max-width: 225px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	#section-one-video {
		position: absolute;
		top: 75px;
		left: 0;
		right: 0;
		margin: auto;
	}
}

@media screen and (min-width: 768px) {
	#section-one-video {
		max-width: 191px;
		height: 177px;
		margin-right: 30px;
	}
}

@media screen and (min-width: 1171px) {
	#section-one-video {
		max-width: 617px;
		display: flex;
		height: auto;
		margin-right: 0;
	}
}

@media screen and (min-width: 1380px) {
	#section-one-video {
		max-width: unset;
		flex-basis: 625px;
		flex-shrink: 0;
	}
}

@media screen and (min-width: 1695px) {
	#section-one-video {
		flex-basis: 699px;
	}
}

#section-one-video .video {
	position: relative;
	z-index: 8;
	display: flex;
}

#section-one-video .video-thumb-wrapper {
	display: flex;
	flex: 1 1;
}

@media screen and (min-width: 1171px) {
	#section-one-video .video-details {
		background: #fff;
		flex-basis: 291px;
		flex-shrink: 0;
		text-align: left;
		height: auto;
		padding: 46px 25px 46px 38px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media screen and (min-width: 1380px) {
	#section-one-video .video-details {
		flex-basis: 300px;
		padding: 60px 25px 60px 36px;
	}
}

@media screen and (min-width: 1695px) {
	#section-one-video .video-details {
		flex-basis: 373px;
		padding: 65px 56px 50px 60px;
	}
}

#section-one-video .video-text {
	padding-top: 18px;
	display: block;
	font-size: 18px;
	font-family: "Jubilat";
	color: #d83e18;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	#section-one-video .video-text {
		color: #fe4c20;
		padding: 0 0 19px 0;
		font-size: 22px;
	}
}

#section-one-video .video-desc {
	font-size: 17px;
	line-height: 24px;
}

@media screen and (min-width: 1380px) {
	#section-one-video .video-desc {
		line-height: 24px;
	}
}

#section-one-video .video .video-overlay svg {
	width: 63px;
	height: 63px;
}

@media screen and (min-width: 768px) {
	#section-one-video .video .video-overlay svg {
		width: 74px;
		height: 74px;
	}
}

#section-one.case-results .banner-title-wrapper {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
}

.banner-title-wrapper .free-consult-button {
	margin-top: 25px;
}

@media screen and (min-width: 768px) {
	.banner-subtitle {
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 1171px) {
	.banner-subtitle {
		padding-bottom: 13px;
	}
}

@media screen and (max-width: 767px) {
	.banner-subtitle {
		display: block;
	}
}

.banner-subtitle span {
	font-size: 16px;
	line-height: 26px;
	font-family: "Supreme";
	color: #f9f0e2;
	font-weight: 800;
	text-transform: capitalize;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.banner-subtitle span {
		font-size: 17px;
	}
	
	.banner-subtitle span:nth-last-child(n+2):after {
		content: "•";
		color: #fe4c20;
		position: relative;
		margin: 0 .5em;
	}
}

@media screen and (max-width: 767px) {
	.banner-subtitle.home-subtitle span {
		display: block;
	}
}

.banner-title {
	display: block;
	margin: 0 auto;
	font-size: 40px;
	line-height: 1;
	font-family: "Jubilat";
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.banner-title {
		font-size: 65px;
	}
}

@media screen and (min-width: 1171px) {
	.banner-title {
		font-size: 78px;
		line-height: calc(1em + 10px);
	}
}

@media screen and (min-width: 1380px) {
	.banner-title {
		font-size: 80px;
	}
}

@media screen and (max-width: 1170px) {
	.banner-title {
		max-width: 13ch;
	}
	
	.banner-title br {
		display: none;
	}
}

.section-hero {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

img.hero {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

/* Banner Selling Points */
.banner-sp {
	display: block;
}

@media screen and (min-width: 768px) {
	.banner-sp {
		text-align: left;
	}
}

@media screen and (min-width: 1380px) {
	.banner-sp {
		max-width: 227px;
		margin: 0 20px;
	}
}

@media screen and (min-width: 1695px) {
	.banner-sp:first-of-type {
		margin-left: 0;
	}
}

.banner-sps {
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.banner-sps {
		padding: 0 20px;
	}
}

@media screen and (min-width: 1171px) {
	.banner-sps {
		width: calc(100% - 50px);
		max-width: 560px;
	}
}

@media screen and (min-width: 1380px) {
	.banner-sps {
		display: flex;
		justify-content: space-between;
		max-width: unset;
	}
}

@media screen and (min-width: 1695px) {
	.banner-sps {
		margin-left: 0;
	}
}

@media screen and (min-width: 768px) {
	.banner-sps .slick-slide {
		margin: 0 11px;
	}
}

@media screen and (min-width: 768px) {
	.banner-sps .slick-slide {
		margin: 0 16px;
	}
}

.banner-sp-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.banner-sp-top {
	height: 43px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.banner-sp-top {
		justify-content: center;
	}
}

@media screen and (min-width: 1380px) {
	.banner-sp-top {
		height: 51px;
	}
}

.banner-sp img {
	display: inline-block;
}

.banner-sp-title {
	padding-left: 10px;
	font-size: 16px;
	line-height: 22px;
	font-family: "Supreme";
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	.banner-sp-title {
		font-size: 15px;
	}
}

@media screen and (min-width: 1695px) {
	.banner-sp-title {
		font-size: 16px;
	}
}

.banner-sp-text {
	border-top: 1px solid #d83e18;
	display: block;
	padding-top: 18px;
	font-size: 15px;
	line-height: 22px;
	font-family: "Supreme";
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1695px) {
	.banner-sp-text {
		font-size: 16px;
		padding-top: 15px;
	}
}

.banner-sp-arrow {
	z-index: 9;
}

/* Banner Case Results */
.banner-result {
	max-width: 190px;
}

.banner-results {
	width: calc(100% - 82px);
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	.banner-results {
		padding: 0 20px;
	}
}

.banner-results-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.banner-result-result {
	font-size: 27px;
	line-height: 1;
	font-family: "Jubilat";
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

.banner-result-result:after {
	width: 145px;
	margin: 16px auto 3px;
}

.banner-result-text {
	font-size: 16px;
	line-height: 22px;
	font-family: "Supreme";
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

.banner-result-arrow {
	width: 41px;
	height: 46px;
	color: inherit;
	border: 1px solid;
	position: relative;
	z-index: 8;
	cursor: pointer;
	transition: .2s all ease-in-out;
}

.banner-result-arrow:after {
	content: "";
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	top: 18px;
	left: 50%;
	border-color: currentColor transparent transparent transparent;
}

.banner-result-arrow-left:after {
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.banner-result-arrow-right:after {
	-webkit-transform: translateX(-50%) rotate(-90deg);
	transform: translateX(-50%) rotate(-90deg);
}

.banner-result-arrow:hover {
	background: #fff;
	color: #fe4c20;
	border-color: transparent;
}

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

@media screen and (min-width: 1380px) {
	.content-two-col {
		display: flex;
		justify-content: space-between;
	}
	
	.content-two-col > div {
		flex-basis: 46%;
	}
}

@media screen and (min-width: 1695px) {
	.content-two-col > div {
		flex-basis: 45%;
	}
}

#section-two {
	position: relative;
	padding-top: 42px;
	padding-bottom: 37px;
}

@media screen and (min-width: 768px) {
	#section-two {
		padding-top: 107px;
		padding-bottom: 75px;
	}
}

@media screen and (min-width: 1171px) {
	#section-two {
		padding-top: 117px;
		padding-bottom: 90px;
	}
}

@media screen and (min-width: 1380px) {
	#section-two {
		padding: 123px 130px 105px;
	}
}

@media screen and (min-width: 1695px) {
	#section-two {
		padding: 142px 120px 135px;
	}
}

#section-two .section-subheading {
	display: block;
	text-align: center;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 20px;
	font-family: "Supreme";
	color: #fe4c20;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	#section-two .section-subheading {
		font-size: 20px;
		line-height: 22px;
	}
	
	#section-two .section-subheading br {
		display: none;
	}
}

@media screen and (min-width: 1171px) {
	#section-two .section-subheading {
		padding-bottom: 27px;
	}
}

#section-two .section-title {
	font-size: 45px;
	line-height: 48px;
}

@media screen and (min-width: 768px) {
	#section-two .section-title {
		font-size: 70px;
		line-height: 65px;
	}
}

@media screen and (min-width: 1171px) {
	#section-two .section-title {
		font-size: 75px;
		line-height: 80px;
	}
}

@media screen and (min-width: 1380px) {
	#section-two .section-title {
		font-size: 80px;
		line-height: 85px;
	}
}

#section-two .section-title:after {
	margin: 30px auto 32px;
}

@media screen and (min-width: 768px) {
	#section-two .section-title:after {
		margin: 54px auto 57px;
	}
}

@media screen and (min-width: 1171px) {
	#section-two .section-title:after {
		margin: 52px auto 135px;
	}
}

@media screen and (min-width: 1380px) {
	#section-two .section-title:after {
		margin: 50px auto 145px;
	}
}

@media screen and (min-width: 1695px) {
	#section-two .section-title:after {
		margin: 50px auto 100px;
	}
}

#section-two .brand-letter {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -1;
}

@media screen and (min-width: 768px) {
	#section-two .brand-letter {
		top: 42px;
	}
}

@media screen and (min-width: 1171px) {
	#section-two .brand-letter {
		top: 58px;
	}
}

@media screen and (min-width: 1695px) {
	#section-two .brand-letter {
		top: 79px;
	}
}

@media screen and (max-width: 1170px) {
	#section-two .brand-letter img {
		width: 358px;
	}
}

#section-two.section-container {
	max-width: 1675px;
}

#section-three {
	position: relative;
}

@media screen and (max-width: 1170px) {
	#section-three {
		padding-bottom: 57px;
	}
}

#section-three-lead {
	margin-bottom: 60px;
	flex-wrap: wrap;
}

@media screen and (max-width: 1170px) {
	#section-three-lead {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	#section-three-lead {
		margin-bottom: 56px;
	}
}

@media screen and (min-width: 1171px) {
	#section-three-lead {
		display: flex;
		align-items: center;
		margin-bottom: 61px;
	}
}

@media screen and (min-width: 1380px) {
	#section-three-lead {
		margin-bottom: 82px;
	}
}

@media screen and (min-width: 1695px) {
	#section-three-lead {
		max-width: 1360px;
	}
}

@media screen and (min-width: 1171px) {
	#section-three-lead .lead-right {
		display: flex;
		flex-grow: 1;
		align-items: center;
		justify-content: space-between;
		margin-top: 16px;
	}
}

#section-three .section-title {
	font-style: italic;
	font-size: 45px;
	line-height: 55px;
}

#section-three .section-title span {
	color: #fe4c20;
}

@media screen and (min-width: 768px) {
	#section-three .section-title {
		font-size: 65px;
	}
}

@media screen and (min-width: 1171px) {
	#section-three .section-title {
		font-size: 49px;
		flex-basis: 410px;
		text-align: left;
		position: relative;
	}
}

@media screen and (min-width: 1380px) {
	#section-three .section-title {
		font-size: 65px;
		line-height: 80px;
		flex-basis: 526px;
	}
}

@media screen and (min-width: 1695px) {
	#section-three .section-title {
		flex-basis: 626px;
	}
}

@media screen and (min-width: 1800px) {
	#section-three .section-title {
		font-size: 75px;
		flex-basis: 646px;
	}
}

#section-three .section-title:after {
	width: 118px;
	margin: 32px auto 27px;
}

@media screen and (min-width: 768px) {
	#section-three .section-title:after {
		margin: 36px auto 25px;
	}
}

@media screen and (min-width: 1171px) {
	#section-three .section-title:after {
		position: absolute;
		margin: 0;
		right: 25px;
		top: 36px;
		width: 58px;
	}
}

@media screen and (min-width: 1380px) {
	#section-three .section-title:after {
		width: 88px;
		top: 46px;
	}
}

@media screen and (min-width: 1800px) {
	#section-three .section-title:after {
		width: 118px;
	}
}

#section-three .section-lead {
	display: block;
	font-weight: 800;
	font-size: 19px;
	line-height: 22px;
}

@media screen and (max-width: 767px) {
	#section-three .section-lead {
		margin-left: auto;
		margin-right: auto;
		max-width: 12em;
	}
}

@media screen and (min-width: 1171px) {
	#section-three .section-lead {
		font-size: 18px;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
}

@media screen and (min-width: 1380px) {
	#section-three .section-lead {
		font-size: 20px;
	}
}

#section-three .section-lead-btn {
	margin-top: 24px;
}

@media screen and (min-width: 768px) {
	#section-three .section-lead-btn {
		margin-top: 20px;
	}
}

@media screen and (min-width: 1171px) {
	#section-three .section-lead-btn {
		margin-top: 0;
		margin-right: 0;
		padding-left: 1em;
		padding-right: 1em;
	}
}

@media screen and (min-width: 1380px) {
	#section-three .section-lead-btn {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media screen and (min-width: 1800px) {
	#section-three .section-lead-btn {
		margin-right: 3em;
	}
}

.case-result-slider {
	position: relative;
	width: 100%;
}

.case-result-slide {
	background: #00234a;
	color: #fff;
	height: 500px;
	text-align: center;
	position: relative;
}

@media screen and (min-width: 768px) {
	.case-result-slide {
		border-right: 1px solid #003066;
		height: 553px;
	}
}

@media screen and (min-width: 1171px) {
	.case-result-slide {
		height: 553px;
	}
}

.case-result-slide-inner {
	padding-top: 185px;
	padding-left: 20px;
	padding-right: 20px;
}

@media screen and (min-width: 768px) {
	.case-result-slide-inner {
		padding-top: 181px;
	}
}

@media screen and (min-width: 1171px) {
	.case-result-slide-inner {
		padding-top: 183px;
	}
}

.case-result-slide:hover .case-result-hover {
	opacity: 1;
}

.case-result-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
	transition: .2s all ease-in-out;
}

@media screen and (min-width: 1171px) {
	.case-result-hover {
		padding: 0 15px;
	}
}

.case-result-hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(18, 21, 37, .7);
	z-index: -1;
}

.cr-result {
	display: block;
	font-size: 76px;
	font-family: "Jubilat";
	font-weight: 800;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	.cr-result {
		font-size: 76px;
	}
}

@media screen and (min-width: 1380px) {
	.cr-result {
		font-size: 80px;
	}
}

.cr-result:after {
	margin: 23px auto 16px;
}

@media screen and (min-width: 1171px) {
	.cr-result:after {
		width: 145px;
		margin: 29px auto 28px;
	}
}

.cr-text {
	display: inline-flex;
	align-items: center;
	height: 50px;
	font-size: 20px;
	line-height: 24px;
	font-family: "Supreme";
	color: #f9f0e2;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.cr-hover-arrow {
	position: absolute;
	bottom: 49px;
	left: 0;
	right: 0;
}

@media screen and (min-width: 768px) {
	.cr-hover-arrow {
		bottom: 89px;
	}
}

@media screen and (min-width: 1171px) {
	.cr-hover-arrow {
		bottom: 82px;
	}
}

.cr-hover-text {
	display: block;
	max-width: 335px;
	font-size: 30px;
	line-height: calc(1em + 5px);
	font-family: "Jubilat";
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.cr-hover-text:after {
	width: 145px;
	margin: 41px auto 47px;
}

@media screen and (min-width: 768px) {
	.cr-hover-text:after {
		width: 159px;
	}
}

@media screen and (min-width: 1171px) {
	.cr-hover-text:after {
		width: 145px;
		margin: 28px auto 38px;
	}
}

.cr-hover-desc {
	display: block;
	max-width: 335px;
	font-size: 17px;
	line-height: 30px;
	font-family: "Supreme";
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

.cr-hover-bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-o-object-fit: cover;
	object-fit: cover;
}

.cr-slider-arrows {
	display: flex;
}

@media screen and (max-width: 1170px) {
	.cr-slider-arrows {
		width: 100%;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	}
	
	.cr-slider-arrows .cr-arrow {
		position: relative;
	}
	
	.cr-slider-arrows .cr-arrow-left {
		left: 0;
		border-right: 1px solid #f4f4f4;
	}
	
	.cr-slider-arrows .cr-arrow:after {
		top: 24px;
	}
	
	.cr-slider-arrows .slider-arrow {
		width: 50%;
	}
}

@media screen and (max-width: 1170px) and (min-width: 768px) {
	.cr-slider-arrows .slider-arrow {
		height: 57px;
	}
}

#section-four-inner {
	padding-top: 54px;
}

@media screen and (min-width: 768px) {
	#section-four-inner {
		padding-top: 75px;
	}
}

@media screen and (min-width: 1171px) {
	#section-four-inner {
		padding-top: 87px;
	}
}

@media screen and (min-width: 1380px) {
	#section-four-inner {
		padding-top: 110px;
	}
}

@media screen and (min-width: 1695px) {
	#section-four-inner {
		padding-top: 163px;
	}
}

#section-four .content-img {
	margin-top: 33px;
	margin-bottom: 45px;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	#section-four .content-img {
		margin-top: 50px;
		margin-bottom: 52px;
	}
}

@media screen and (min-width: 1171px) {
	#section-four .content-img {
		margin-top: 78px;
		margin-bottom: 72px;
	}
}

@media screen and (min-width: 1380px) {
	#section-four .content-img {
		margin-top: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 1170px) {
	#section-four .content-img img.img-four {
		width: 100%;
		max-width: 399px;
	}
}

.content-two-top .content-img {
	max-width: 490px;
}

@media screen and (min-width: 1380px) {
	.content-two-top {
		display: flex;
		align-items: center;
		margin-bottom: 48px;
	}
	
	.content-two-top .section-content:not(.about-content-top) {
		order: 2;
	}
	
	.content-two-top .content-img {
		order: 1;
		flex-shrink: 0;
		margin-right: 91px;
	}
}

@media screen and (min-width: 1695px) {
	.content-two-top {
		margin-left: auto;
		margin-right: auto;
		max-width: 1315px;
		margin-bottom: 70px;
	}
	
	.content-two-top .content-img {
		margin-right: 71px;
	}
}

@media screen and (min-width: 1380px) {
	.content-two-bottom {
		margin-left: auto;
		margin-right: auto;
		max-width: 1000px;
	}
}

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

@media screen and (max-width: 1170px) {
	.content-img {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

#section-five {
	background: #00234a;
	color: #fff;
	padding: 100px 29px 180px;
	position: relative;
}

@media screen and (min-width: 768px) {
	#section-five {
		padding: 97px 92px 128px;
	}
}

@media screen and (min-width: 1171px) {
	#section-five {
		padding: 178px 105px 186px 81px;
	}
}

@media screen and (min-width: 1380px) {
	#section-five {
		padding: 178px 105px 186px 116px;
	}
}

@media screen and (min-width: 1695px) {
	#section-five {
		padding: 163px 105px 200px 0;
	}
}

#section-five-inner {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1170px) {
	#section-five-inner {
		text-align: center;
	}
}

@media screen and (min-width: 1171px) {
	#section-five-inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media screen and (min-width: 1695px) {
	#section-five-inner {
		max-width: 1495px;
		margin-left: auto;
		margin-right: auto;
	}
}

#section-five .lead {
	display: block;
	font-size: 16px;
	font-family: "Supreme";
	color: #d83e18;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

#section-five .section-title {
	display: block;
	padding: 20px 0 24px;
	font-size: 50px;
	line-height: 1;
	font-family: "Jubilat";
	color: inherit;
	font-weight: 700;
	font-style: italic;
	text-decoration: none;
}

#section-five .section-title span {
	color: #fe4c20;
}

@media screen and (min-width: 768px) {
	#section-five .section-title {
		font-size: 62px;
		padding: 20px 0 39px;
	}
}

@media screen and (min-width: 1171px) {
	#section-five .section-title {
		text-align: left;
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 1380px) {
	#section-five .section-title {
		padding-top: 30px;
		padding-bottom: 27px;
		font-size: 75px;
	}
}

#section-five .intro-text {
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #f4f4f4;
}

@media screen and (min-width: 768px) {
	#section-five .intro-text {
		font-size: 17px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1171px) {
	#section-five .intro-text {
		padding: 0 23px 0 0;
	}
}

@media screen and (min-width: 1380px) {
	#section-five .intro-text {
		padding-right: 30px;
	}
}

@media screen and (min-width: 1695px) {
	#section-five .intro-text {
		padding: 0;
	}
}

#section-five .button {
	margin-top: 25px;
}

@media screen and (min-width: 768px) {
	#section-five .button {
		margin-top: 37px;
	}
}

@media screen and (min-width: 1171px) {
	#section-five .button {
		margin-left: 0;
		margin-top: 30px;
	}
}

@media screen and (min-width: 1380px) {
	#section-five .button {
		margin-top: 24px;
	}
}

@media screen and (min-width: 1695px) {
	#section-five .button {
		margin-top: 36px;
	}
}

#section-five .brand-letter-large {
	position: absolute;
	top: 49px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (min-width: 1171px) {
	#section-five .brand-letter-large {
		-webkit-transform: none;
		transform: none;
		left: -17%;
		top: 107px;
	}
}

@media screen and (min-width: 1380px) {
	#section-five .brand-letter-large {
		top: 127px;
		left: -13%;
	}
}

@media screen and (min-width: 1695px) {
	#section-five .brand-letter-large {
		top: 98px;
		left: -8%;
	}
}

#section-five .brand-letter-large img {
	width: 606px;
}

@media screen and (min-width: 1171px) {
	#section-five .brand-letter-large img {
		width: 776px;
	}
}

.sec-five-left {
	margin-bottom: 82px;
}

@media screen and (max-width: 767px) {
	.sec-five-left {
		min-height: 400px;
	}
}

@media screen and (min-width: 768px) {
	.sec-five-left {
		margin-bottom: 62px;
	}
}

@media screen and (min-width: 1171px) {
	.sec-five-left {
		max-width: 480px;
		padding-top: 15px;
		margin-right: 32px;
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1380px) {
	.sec-five-left {
		padding-top: 0;
	}
}

@media screen and (min-width: 1695px) {
	.sec-five-left {
		max-width: 470px;
	}
}

.testimonial {
	padding: 59px 22px 62px;
}

@media screen and (min-width: 768px) {
	.testimonial {
		text-align: left;
		padding: 90px 63px 97px 71px;
	}
}

@media screen and (min-width: 1380px) {
	.testimonial {
		padding: 81px 65px 80px 92px;
	}
}

@media screen and (min-width: 1695px) {
	.testimonial {
		padding: 108px 95px 121px 122px;
	}
}

.testimonial-slider {
	background: #fff;
	color: #000c1a;
	max-width: 824px;
}

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

.testimonial-slider-wrapper {
	position: relative;
}

@media screen and (min-width: 768px) {
	.testimonial-slider-wrapper {
		display: flex;
		align-items: center;
	}
}

@media screen and (min-width: 1171px) {
	.testimonial-slider-wrapper {
		max-width: 583px;
	}
}

@media screen and (min-width: 1380px) {
	.testimonial-slider-wrapper {
		max-width: 625px;
	}
}

@media screen and (min-width: 1695px) {
	.testimonial-slider-wrapper {
		max-width: 824px;
	}
}

.testimonial img {
	margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
	.testimonial img {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	.testimonial img {
		margin-bottom: 48px;
	}
}

@media screen and (min-width: 1695px) {
	.testimonial img {
		margin-bottom: 53px;
	}
}

.testimonial-text {
	display: block;
	font-size: 21px;
	line-height: 30px;
	font-family: "Jubilat";
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.testimonial-text {
		font-size: 25px;
		line-height: 40px;
	}
}

.testimonial-source {
	display: block;
	margin-top: 38px;
	font-size: 18px;
	line-height: 20px;
	font-family: "Supreme";
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.testimonial-source {
		margin-top: 52px;
	}
}

@media screen and (min-width: 1695px) {
	.testimonial-source {
		margin-top: 60px;
	}
}

@media screen and (max-width: 767px) {
	.testimonial-arrows {
		bottom: -99px;
	}
}

.testimonial-bg {
	position: absolute;
	width: 100%;
	height: 412px;
	bottom: 0;
	right: 0;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.testimonial-bg {
		height: 300px;
	}
}

@media screen and (min-width: 1171px) {
	.testimonial-bg {
		width: 523px;
		height: 100%;
	}
}

@media screen and (min-width: 1695px) {
	.testimonial-bg {
		width: 734px;
	}
}

#section-six {
	background: #f2f2f4;
}

@media screen and (min-width: 1695px) {
	#section-six-inner {
		max-width: 1470px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 767px) {
	#section-six {
		padding: 64px 20px 148px;
	}
}

@media screen and (min-width: 768px) {
	#section-six {
		padding-top: 89px;
		padding-bottom: 89px;
	}
}

@media screen and (min-width: 1171px) {
	#section-six {
		padding-top: 115px;
		padding-bottom: 120px;
	}
}

@media screen and (min-width: 1380px) {
	#section-six {
		padding-top: 110px;
		padding-bottom: 130px;
	}
}

@media screen and (min-width: 1695px) {
	#section-six {
		padding-top: 134px;
		padding-bottom: 211px;
		max-width: unset;
	}
}

#section-six .section-title {
	font-size: 52px;
	line-height: 50px;
	margin-bottom: 28px;
	font-style: italic;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 767px) {
	#section-six .section-title {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (min-width: 768px) {
	#section-six .section-title {
		font-size: 70px;
		line-height: 75px;
		margin-bottom: 34px;
		max-width: 12ch;
	}
}

@media screen and (min-width: 1171px) {
	#section-six .section-title {
		font-size: 70px;
		line-height: 80px;
		margin-bottom: 39px;
	}
}

@media screen and (min-width: 1380px) {
	#section-six .section-title {
		font-size: 75px;
		line-height: 80px;
		margin-bottom: 26px;
	}
}

@media screen and (min-width: 1800px) {
	#section-six .section-title {
		margin-bottom: 33px;
	}
}

#section-six .section-title:after {
	margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
	#section-six .section-title:after {
		margin: 30px auto 0;
	}
}

@media screen and (min-width: 1171px) {
	#section-six .section-title:after {
		margin: 32px auto 0;
	}
}

@media screen and (min-width: 1380px) {
	#section-six .section-title:after {
		margin: 34px auto 0;
	}
}

@media screen and (min-width: 1695px) {
	#section-six .section-title:after {
		margin: 41px auto 0;
	}
}

#section-six .lead {
	display: block;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
	line-height: 25px;
}

@media screen and (min-width: 768px) {
	#section-six .lead {
		font-size: 17px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1171px) {
	#section-six .lead {
		margin-left: auto;
		margin-right: auto;
		max-width: 84ch;
	}
}

#section-six .button {
	padding: 19px 27px;
	margin-top: 21px;
}

@media screen and (max-width: 767px) {
	#section-six .button {
		font-size: 17px;
	}
}

@media screen and (min-width: 768px) {
	#section-six .button {
		margin-top: 32px;
	}
}

@media screen and (min-width: 1380px) {
	#section-six .button {
		margin-top: 42px;
	}
}

.case-type {
	position: relative;
	background: #fff;
	box-shadow: 0 3px 10px #d6d6d6;
	padding: 23px 33px 60px;
}

@media screen and (max-width: 767px) {
	.case-type {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.case-type {
		padding: 44px 45px 60px;
		max-width: 470px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 13px;
		min-height: 261px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 1171px) {
	.case-type {
		flex-basis: calc(50% - 8px);
		margin: 0 0 13px 0;
	}
}

@media screen and (min-width: 1695px) {
	.case-type {
		flex-basis: calc(33% - 3.3333333333px);
	}
}

.case-type span {
	display: block;
}

@media screen and (min-width: 768px) {
	.case-type span {
		display: inline-flex;
	}
}

.case-types-wrapper {
	position: relative;
	margin-top: 57px;
}

@media screen and (min-width: 768px) {
	.case-types-wrapper {
		margin-top: 60px;
	}
}

@media screen and (min-width: 1171px) {
	.case-types-wrapper {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 69px;
	}
}

.case-types-slider .slick-slide {
	margin: 0 10px;
}

@media screen and (min-width: 1171px) {
	.case-types-slider {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1695px) {
	.case-types-slider {
		max-width: 1430px;
	}
}

@media screen and (max-width: 767px) {
	.case-types-slider-arrows {
		bottom: -77px;
		width: calc(100% - 20px);
		left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.case-type img {
		margin: 0 auto 12px;
	}
}

@media screen and (min-width: 768px) {
	.case-type img {
		order: 2;
		flex-basis: max-content;
		margin-right: 8px;
	}
}

.case-type-name {
	font-size: 28px;
	line-height: 1;
	font-family: "Jubilat";
	color: #d83e18;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.case-type-name {
		order: 1;
		align-self: center;
		flex-basis: calc(100% - 60px);
	}
}

.case-type-text {
	font-size: 16px;
	line-height: 22px;
	border-top: 1px solid #c6c8ce;
	padding-top: 13px;
	margin-top: 23px;
}

@media screen and (min-width: 768px) {
	.case-type-text {
		order: 3;
		flex-basis: 100%;
		margin-top: 15px;
		padding-top: 19px;
	}
}

.case-type .link {
	position: absolute;
	width: 100%;
	height: 33px;
	bottom: 0;
	left: 0;
	background: #00234a;
	transition: .2s all ease-in-out;
}

.case-type .link:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	right: 17px;
	border-style: solid;
	border-width: 7px 4px 0 4px;
	border-color: #d83e18 transparent transparent transparent;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: .2s all ease-in-out;
}

.case-type .link:hover {
	background: #d83e18;
}

.case-type .link:hover:after {
	border-top-color: #fff;
}

.blog-meta {
	display: block;
	font-size: 14px;
	line-height: 15px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	.blog-meta {
		text-align: left;
	}
}

@media screen and (min-width: 1380px) {
	.blog-meta {
		text-align: left;
		font-size: 15px;
		line-height: 16px;
	}
}

ul.post-categories {
	display: inline;
	list-style: none;
}

ul.post-categories li {
	display: inline;
}

ul.post-categories li a {
	color: inherit;
	text-decoration: none;
	padding-left: 12px;
}

ul.post-categories li a:hover {
	text-decoration: underline;
}

ul.post-categories li a:before {
	content: "|";
	display: inline-block;
	position: relative;
	left: -7px;
}

.blog-post {
	padding-bottom: 50px;
	margin-bottom: 41px;
	border-bottom: 3px solid #000c1a;
}

.blog-post-content-wrapper {
	min-width: 0;
}

@media screen and (min-width: 1171px) {
	.blog-post {
		margin-bottom: 55px;
		padding-bottom: 50px;
		display: flex;
	}
}

@media screen and (min-width: 1380px) {
	.blog-post {
		margin-bottom: 63px;
		padding-bottom: 55px;
	}
}

.blog-post:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.blog-post h2.blog-header {
		font-size: 25px;
		line-height: 30px;
	}
}

@media screen and (min-width: 1171px) {
	.blog-post h2.blog-header {
		font-size: 27px;
		line-height: 35px;
	}
}

.blog-post h2.blog-header a {
	color: inherit;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

.blog-post h2.blog-header a:hover {
	color: #fe4c20;
}

.blog-post h2.blog-header:after {
	width: 100%;
	margin-top: 20px;
	background: #c6c8ce;
}

@media screen and (min-width: 1171px) {
	.blog-post h2.blog-header:after {
		margin-top: 25px;
	}
}

.blog-post .blog-content {
	margin-top: 20px;
	margin-bottom: 25px;
}

@media screen and (min-width: 1171px) {
	.blog-post .blog-content {
		margin-top: 24px;
	}
}

@media screen and (min-width: 1695px) {
	.blog-post .blog-content {
		font-size: 17px;
	}
}

.blog-post .post-edit-link {
	margin-top: 2em;
	color: #fe4c20;
	display: inline-block;
}

.navigation {
	padding-top: 20px;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.navigation {
		margin-bottom: 80px;
	}
}

@media screen and (min-width: 1171px) {
	.navigation {
		margin-bottom: 26px;
	}
}

@media screen and (min-width: 1380px) {
	.navigation {
		margin-bottom: 0;
	}
}

.navigation ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px) {
	.navigation ul {
		position: relative;
	}
}

.navigation ul li {
	font-size: 14px;
	line-height: 16px;
	font-family: "Supreme";
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	.navigation ul li {
		font-size: 15px;
		line-height: 18px;
	}
}

.navigation ul li:not(.myprev):not(.mynext) {
	margin: 0 3px;
}

.navigation ul li.active a {
	color: #fe4c20;
}

.navigation ul li.myprev, .navigation ul li.mynext {
	position: absolute;
}

.navigation ul li.myprev {
	left: 30px;
}

@media screen and (min-width: 768px) {
	.navigation ul li.myprev {
		left: 0;
		margin-right: 0;
	}
}

.navigation ul li.myprev img {
	display: none;
}

.navigation ul li.myprev:before {
	content: "";
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 1px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-right: 1px solid #000c1a;
	border-bottom: 1px solid #000c1a;
	left: 4px;
	top: -4px;
}

.navigation ul li.myprev:hover {
	color: #fe4c20;
}

.navigation ul li.mynext {
	right: 30px;
}

@media screen and (min-width: 768px) {
	.navigation ul li.mynext {
		right: 0;
		margin-left: 0;
	}
}

.navigation ul li.mynext img {
	display: none;
}

.navigation ul li.mynext:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 1px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #000c1a;
	border-bottom: 1px solid #000c1a;
	left: 4px;
	top: -4px;
}

.navigation ul li.mynext:hover {
	color: #fe4c20;
}

.navigation ul li.mynext img {
	left: 15px;
}

.navigation ul li a {
	color: #000c1a;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

.navigation ul li a:hover {
	color: #fe4c20;
}

.blog #internal-banner .banner-title, .archive #internal-banner .banner-title {
	font-size: 50px;
	display: flex;
	align-items: baseline;
}

@media screen and (min-width: 768px) {
	.blog #internal-banner .banner-title, .archive #internal-banner .banner-title {
		font-size: 80px;
	}
}

@media screen and (min-width: 1380px) {
	.blog #internal-banner .banner-title, .archive #internal-banner .banner-title {
		font-size: 90px;
	}
}

@media screen and (min-width: 1695px) {
	.blog #internal-banner .banner-title, .archive #internal-banner .banner-title {
		font-size: 100px;
	}
}

.ilaw-category #internal-banner .banner-title {
	font-size: 42px;
}

@media screen and (min-width: 768px) {
	.ilaw-category #internal-banner .banner-title {
		font-size: 50px;
	}
}

@media screen and (min-width: 1380px) {
	.ilaw-category #internal-banner .banner-title {
		font-size: 55px;
	}
}

@media screen and (min-width: 1695px) {
	.ilaw-category #internal-banner .banner-title {
		font-size: 60px;
	}
}

@media screen and (max-width: 1170px) {
	.single-post .page-content .page-title {
		width: 100%;
		font-size: 38px;
		line-height: 42px;
		text-align: left;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.single-post .page-content .page-title {
		font-size: 28px;
		line-height: 35px;
	}
}

.single-post .blog-content {
	margin-top: 25px;
}

#meet-team-wrapper {
	display: block;
	position: relative;
	padding: 0 15px;
	max-width: 310px;
	margin-top: 50px;
	margin-bottom: -20px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	#meet-team-wrapper {
		margin-top: 80px;
		max-width: 750px;
		padding: 0;
		margin-bottom: -65px;
	}
}

@media screen and (min-width: 1171px) {
	#meet-team-wrapper {
		margin-top: 32px;
		margin-bottom: -40px;
		max-width: 1225px;
	}
}

@media screen and (min-width: 1380px) {
	#meet-team-wrapper {
		margin-bottom: -35px;
	}
}

@media screen and (min-width: 1695px) {
	#meet-team-wrapper {
		max-width: 1216px;
		margin-bottom: -60px;
	}
}

#meet-team-wrapper .att-category {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	justify-content: center;
	margin: 35px auto 35px;
	font-size: 17px;
	line-height: 1;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	#meet-team-wrapper .att-category {
		margin: 20px 0 65px;
	}
}

#meet-team-wrapper .att-category:after {
	width: calc(100% + 3px);
}

@media screen and (min-width: 1171px) {
	#meet-team-wrapper .att-category:after {
		margin-left: 0;
		position: relative;
	}
}

.attorney-section {
	margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
	.attorney-section {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: auto;
		grid-gap: 0px 30px;
	}
}

@media screen and (min-width: 1171px) {
	.attorney-section {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-gap: 0px 38px;
		max-width: 1121px;
	}
}

@media screen and (min-width: 1380px) {
	.attorney-section {
		max-width: 1216px;
	}
}

.attorney-single {
	text-align: center;
	padding: 27px 25px 40px;
	background: #f2f2f4;
	border-bottom: 3px solid #000c1a;
	max-width: 380px;
	transition: all 200ms ease-in;
	margin-bottom: 37px;
}

@media screen and (min-width: 1171px) {
	.attorney-single {
		margin-bottom: 75px;
	}
}

.attorney-single img {
	display: flex;
	width: 100%;
}

.attorney-single:first-of-type {
	margin-left: 0;
}

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

.attorney-single:hover {
	background: #00234a;
	border-color: #d83e18;
}

.attorney-single:hover .att-name {
	color: #fff;
}

.attorney-single:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.attorney-single:hover .att-image-hover {
	opacity: 1;
}

.attorney-single:hover .att-bio-image:before {
	opacity: .9;
}

.att-image-hover {
	opacity: 0;
	position: absolute;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 300ms ease-in-out;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	z-index: 1;
	font-size: 14px;
	letter-spacing: .1em;
	line-height: 1;
	font-family: "Supreme";
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (max-width: 1170px) {
	.att-image-hover {
		width: 130px;
		max-height: 42px;
	}
}

@media screen and (max-width: 767px) {
	.att-image-hover {
		font-size: 13px;
		padding: 11px 6px;
	}
}

@media screen and (min-width: 1380px) {
	.att-image-hover {
		font-size: 16px;
	}
}

.att-bio-image {
	position: relative;
	overflow: hidden;
}

.att-bio-image img {
	transition: -webkit-transform 1200ms cubic-bezier(.17, .66, .34, .98);
	transition: transform 1200ms cubic-bezier(.17, .66, .34, .98);
	transition: transform 1200ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 1200ms cubic-bezier(.17, .66, .34, .98);
}

.att-bio-image:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	background: #00234a;
	pointer-events: none;
	z-index: 1;
}

.attorney-single .att-name {
	display: block;
	margin-top: 22px;
	font-size: 25px;
	line-height: 30px;
	font-family: "Jubilat";
	color: #00234a;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	.attorney-single .att-name {
		font-size: 30px;
		line-height: 35px;
	}
}

.attorney-single .att-position {
	text-align: center;
	display: block;
	margin-top: 11px;
	font-size: 16px;
	line-height: 20px;
}

.attorney-single .att-position:after {
	margin: 15px auto 0;
}

.team-subtitle {
	max-width: 835px;
}

@media screen and (min-width: 1171px) {
	#attorney-bio-wrapper {
		position: relative;
		width: 100%;
		display: flex;
	}
}

.attorney-profile {
	position: relative;
}

.attorney-profile #page-container {
	padding-top: 52px;
	padding-bottom: 75px;
}

@media screen and (min-width: 768px) {
	.attorney-profile #page-container {
		padding-top: 65px;
	}
}

@media screen and (min-width: 1171px) {
	.attorney-profile #page-container {
		padding-top: 118px;
		padding-bottom: 70px;
	}
}

@media screen and (min-width: 1380px) {
	.attorney-profile #page-container {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 1695px) {
	.attorney-profile #page-container {
		padding-bottom: 135px;
	}
}

@media screen and (min-width: 1171px) {
	.bio-image {
		max-width: unset;
		position: relative;
		padding: 52px 52px 37px;
	}
}

@media screen and (min-width: 1380px) {
	.bio-image {
		padding: 60px 60px 42px;
	}
}

.bio-image img {
	max-width: 100%;
}

.bio-title {
	padding-bottom: 17px;
	font-size: 50px;
	line-height: 50px;
	display: table;
	justify-content: center;
}

@media screen and (max-width: 1170px) {
	.bio-title {
		text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.bio-title {
		padding-bottom: 15px;
		font-size: 60px;
		line-height: 65px;
	}
}

@media screen and (min-width: 1171px) {
	.bio-title {
		margin-left: 0;
		text-align: left !important;
	}
}

@media screen and (min-width: 1380px) {
	.bio-title {
		padding-top: 0;
	}
}

.att-position {
	display: block;
	font-size: 22px;
	line-height: 1.2;
	font-family: "Supreme";
	color: #d83e18;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	text-align: center;
}

@media screen and (min-width: 1171px) {
	.att-position {
		text-align: left;
	}
}

.att-position:after {
	width: 100%;
	margin: 17px auto 65px;
}

@media screen and (min-width: 768px) {
	.att-position:after {
		margin: 31px auto 45px;
		max-width: 437px;
	}
}

@media screen and (min-width: 1171px) {
	.att-position:after {
		max-width: 100%;
		margin-bottom: 29px;
		margin-left: 0;
	}
}

#att-bio-lists {
	margin-top: 40px;
	padding: 36px 25px 30px 26px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .16);
	position: relative;
	background: #fff;
}

@media screen and (min-width: 768px) {
	#att-bio-lists {
		padding: 38px 50px 40px;
	}
}

@media screen and (min-width: 1171px) {
	#att-bio-lists {
		margin-top: 29px;
		padding: 26px 26px 40px;
		max-width: 347px;
	}
}

@media screen and (min-width: 1380px) {
	#att-bio-lists {
		margin-top: 34px;
		max-width: 399px;
	}
}

@media screen and (min-width: 1171px) {
	.att-bio-left {
		order: -1;
		width: 454px;
		margin-right: 75px;
		flex: 0 0 auto;
		position: relative;
	}
	
	.att-bio-left:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background: #00234a;
		width: 100%;
		height: calc(100% - 80px);
		max-height: 686px;
	}
}

@media screen and (min-width: 1380px) {
	.att-bio-left {
		width: 522px;
		margin-right: 80px;
	}
	
	.att-bio-left:before {
		max-height: 801px;
	}
}

@media screen and (min-width: 1695px) {
	.att-bio-left {
		margin-right: 120px;
	}
}

@media screen and (min-width: 1171px) {
	.att-bio-left.no-att-sidebar:before {
		height: 100%;
	}
}

@media screen and (min-width: 1171px) {
	.att-bio-content {
		flex: 1 1;
		max-width: calc(100% - 529px);
	}
}

@media screen and (min-width: 1380px) {
	.att-bio-content {
		max-width: calc(100% - 602px);
	}
}

@media screen and (min-width: 1695px) {
	.att-bio-content {
		max-width: calc(100% - 630px);
	}
}

.att-bio-content h4 {
	color: #000c1a;
}

.att-bio-content .bio-image {
	position: relative;
	max-width: 437px;
	padding: 30px 32px;
	background: #00234a;
	margin-bottom: 34px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1170px) {
	.att-bio-content .bio-image {
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {
	.att-bio-content .bio-image {
		margin-bottom: 45px;
		padding: 42px 45px;
	}
}

.att-bio-list {
	margin-bottom: 30px;
}

.att-bio-list-title {
	display: block;
	font-size: 15px;
	line-height: 22px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

.att-bio-list-title:after {
	margin: 10px 0 19px;
	width: 100%;
}

.att-bio-list ul.att-sub-list {
	padding-left: 20px;
}

.att-bio-list ul li {
	padding-bottom: 13px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 22px;
}

.att-bio-list ul li:before {
	top: 7px;
}

.att-bio-list ul li.has-sub-list {
	font-weight: 700;
}

.att-bio-list:last-of-type {
	margin-bottom: 0;
}

.att-awards {
	padding-top: 45px;
	padding-bottom: 0;
}

@media screen and (min-width: 1171px) {
	.att-awards {
		position: relative;
		max-width: 100%;
		padding-top: 55px;
	}
}

@media screen and (min-width: 768px) {
	.att-awards-title:after {
		margin: 14px auto 45px;
	}
}

@media screen and (min-width: 1695px) {
	.att-quote-flex {
		display: flex;
		align-items: center;
		padding: 20px 0;
	}
	
	.att-quote-flex blockquote {
		padding-bottom: 0;
	}
}

.video-wrapper-section {
	max-width: 350px;
	margin-bottom: -15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.video-wrapper {
		display: flex;
		margin-left: -30px;
		margin-top: -30px;
		justify-content: center;
	}
	
	.video-wrapper-section {
		margin-top: 60px;
		max-width: 817px;
		margin-bottom: 0;
		padding-top: 1px;
	}
	
	.video-wrapper .single-video {
		margin-top: 30px;
		margin-left: 30px;
		width: calc(50% - 30px);
	}
}

@media screen and (min-width: 1171px) {
	.video-wrapper {
		display: flex;
		margin-left: -40px;
		margin-top: -50px;
	}
	
	.video-wrapper-section {
		margin-top: 80px;
		max-width: 1150px;
		margin-bottom: 25px;
	}
	
	.video-wrapper .single-video {
		margin-top: 50px;
		margin-left: 40px;
		width: calc(33.33% - 40px);
	}
}

@media screen and (min-width: 1380px) {
	.video-wrapper {
		margin-top: -60px;
	}
	
	.video-wrapper-section {
		margin-top: 100px;
		max-width: 1465px;
	}
	
	.video-wrapper .single-video {
		margin-top: 60px;
	}
}

@media screen and (min-width: 1695px) {
	.video-wrapper-section {
		max-width: 1465px;
		margin-top: 110px;
	}
}

.video-wrapper .single-video {
	margin-bottom: 30px;
	max-width: 470px;
}

@media screen and (min-width: 768px) {
	.video-wrapper .single-video {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.video-wrapper .video-title {
		text-align: left;
	}
}

.single-video {
	background: #f2f2f4;
	padding: 20px 22px 14px;
}

@media screen and (min-width: 768px) {
	.single-video {
		padding: 20px 22px 5px;
	}
}

@media screen and (min-width: 1380px) {
	.single-video {
		padding: 25px 22px 5px;
	}
}

.single-video .video-thumb {
	position: relative;
	cursor: pointer;
}

.single-video .video-title-wrapper {
	text-align: center;
	display: flex;
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 11px;
}

@media screen and (min-width: 768px) {
	.single-video .video-title-wrapper {
		padding-top: 0;
		height: 80px;
	}
}

@media screen and (min-width: 1171px) {
	.single-video .video-title-wrapper {
		font-size: 17px;
		line-height: 25px;
		height: 65px;
		padding-top: 10px;
	}
}

.video {
	overflow: hidden;
}

.video img {
	transition: -webkit-transform 1200ms cubic-bezier(.17, .66, .34, .98);
	transition: transform 1200ms cubic-bezier(.17, .66, .34, .98);
	transition: transform 1200ms cubic-bezier(.17, .66, .34, .98), -webkit-transform 1200ms cubic-bezier(.17, .66, .34, .98);
	display: block;
}

.video:hover .video-thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.video:hover .video-overlay svg circle#Ellipse_58 {
	opacity: .8;
}

.video:hover .video-overlay svg path#Path_2281 {
	fill: #fe4c20;
}

.page-template-template-practice-areas #page-container {
	padding: 50px 30px 50px;
}

@media screen and (min-width: 768px) {
	.page-template-template-practice-areas #page-container {
		padding: 65px 74px 80px;
	}
}

@media screen and (min-width: 1171px) {
	.page-template-template-practice-areas #page-container {
		padding: 80px 90px 80px;
	}
}

@media screen and (min-width: 1695px) {
	.page-template-template-practice-areas #page-container {
		padding: 105px 100px 120px 100px;
		margin-left: auto;
	}
}

#practice-areas-grid {
	margin-top: 50px;
}

@media screen and (min-width: 768px) {
	#practice-areas-grid {
		margin-top: 60px;
	}
}

@media screen and (min-width: 1171px) {
	#practice-areas-grid {
		margin-top: 80px;
	}
}

@media screen and (min-width: 1380px) {
	#practice-areas-grid {
		margin-top: 95px;
	}
}

#practice-areas-grid ul {
	list-style: none;
}

#practice-areas-grid ul li a {
	display: block;
}

#practice-areas-grid ul.pa_directory_top_menu > li {
	margin-bottom: 40px;
	background: #f2f2f4;
	position: relative;
	padding: 50px 46px 60px;
	font-size: 20px;
	line-height: 28px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 900;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	#practice-areas-grid ul.pa_directory_top_menu > li {
		padding: 61px 70px 60px;
	}
}

@media screen and (min-width: 1171px) {
	#practice-areas-grid ul.pa_directory_top_menu > li {
		padding: 75px 70px 58px;
		margin-top: 60px;
	}
}

@media screen and (min-width: 1380px) {
	#practice-areas-grid ul.pa_directory_top_menu > li {
		padding: 80px 84px 70px;
		margin-top: 60px;
	}
}

#practice-areas-grid ul.pa_directory_top_menu > li:last-of-type {
	margin-bottom: 0;
}

#practice-areas-grid ul.pa_directory_top_menu > li .pa_directory_top_menu_title {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 15px;
	line-height: 23px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	#practice-areas-grid ul.pa_directory_top_menu > li .pa_directory_top_menu_title {
		font-size: 17px;
		line-height: 30px;
	}
}

#practice-areas-grid ul.pa_directory_top_menu > li .pa_directory_top_menu_title:after {
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background: #d83e18;
	margin: 4px 0 21px;
}

@media screen and (min-width: 768px) {
	#practice-areas-grid ul.pa_directory_top_menu > li ul {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: auto;
		grid-gap: 0px 44px;
	}
}

@media screen and (min-width: 1171px) {
	#practice-areas-grid ul.pa_directory_top_menu > li ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-gap: 0px 50px;
	}
}

@media screen and (min-width: 1695px) {
	#practice-areas-grid ul.pa_directory_top_menu > li ul {
		grid-gap: 0px 67px;
	}
}

#practice-areas-grid ul.pa_directory_top_menu > li ul li {
	font-size: 17px;
	line-height: 20px;
	font-family: "Supreme";
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	border-bottom: 1px solid rgba(112, 112, 112, .19);
}

@media screen and (min-width: 1171px) {
	#practice-areas-grid ul.pa_directory_top_menu > li ul li {
		font-size: 18px;
		line-height: 25px;
	}
}

#practice-areas-grid ul.pa_directory_top_menu > li ul li a {
	color: inherit;
	text-decoration: none;
	padding: 15px 0;
	transition: all 200ms ease-in-out;
	position: relative;
	border-top: 1px solid #d6d6d6;
}

@media screen and (min-width: 1380px) {
	#practice-areas-grid ul.pa_directory_top_menu > li ul li a {
		padding: 20px 0;
	}
}

#practice-areas-grid ul.pa_directory_top_menu > li ul li a:hover {
	color: #fe4c20;
}

@media screen and (max-width: 767px) {
	#practice-areas-grid ul.pa_directory_top_menu > li ul li:first-of-type a {
		border: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
	#practice-areas-grid ul.pa_directory_top_menu > li ul li:nth-of-type(-n + 2) a {
		border: none;
	}
}

@media screen and (min-width: 1171px) {
	#practice-areas-grid ul.pa_directory_top_menu > li ul li:nth-of-type(-n + 3) a {
		border: none;
	}
}

#practice-areas-grid ul.pa_directory_top_menu > li:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 48px);
	height: calc(100% - 48px);
	left: 24px;
	top: 24px;
	background: #fff;
}

@media screen and (min-width: 1171px) {
	#practice-areas-grid ul.pa_directory_top_menu > li:before {
		width: calc(100% - 60px);
		height: calc(100% - 70px);
		left: 30px;
		top: 35px;
	}
}

.testimonial-video-wrapper-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 970px;
}

@media screen and (min-width: 768px) {
	.testimonial-video-wrapper-inner {
		display: flex;
		justify-content: center;
	}
}

.testimonial-video-wrapper-inner .single-video {
	padding: 20px 20px 7px;
	background: #f2f2f4;
}

@media screen and (max-width: 767px) {
	.testimonial-video-wrapper-inner .single-video {
		margin: 15px 30px 15px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 768px) {
	.testimonial-video-wrapper-inner .single-video {
		padding: 25px 25px 12px;
		margin: 15px 15px;
	}
}

@media screen and (min-width: 1171px) {
	.testimonial-video-wrapper-inner .single-video {
		padding: 29px 25px 10px;
		margin: 15px 15px;
	}
}

@media screen and (min-width: 1380px) {
	.testimonial-video-wrapper-inner .single-video {
		margin: 15px 15px 10px;
	}
}

.testimonial-video-wrapper-inner .single-video .video:hover .video-overlay svg #Ellipse_1 {
	fill: #0c142e;
}

.testimonial-video-wrapper-inner .video-title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 58px;
	padding-top: 15px;
	font-size: 16px;
	line-height: 1.2;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1171px) {
	.testimonial-video-wrapper-inner .video-title {
		height: 70px;
		font-size: 18px;
	}
}

.testimonial-video-title {
	position: relative;
	display: block;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	line-height: 1px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (max-width: 1170px) {
	.testimonial-video-title {
		text-align: center;
	}
}

.testimonial-video-title:after {
	width: 186px;
	margin-top: 22px;
}

@media screen and (min-width: 1171px) {
	.testimonial-video-title:after {
		margin-left: 0;
	}
}

.testimonial-block {
	text-align: center;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 35px;
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.testimonial-block {
		padding-bottom: 48px;
		margin-bottom: 48px;
	}
}

@media screen and (min-width: 1380px) {
	.testimonial-block {
		padding-bottom: 112px;
		margin-bottom: 77px;
	}
}

.testimonial-block img {
	margin-bottom: 22px;
	height: 21px;
}

@media screen and (min-width: 1171px) {
	.testimonial-block img {
		height: unset;
		margin-bottom: 30px;
	}
}

.testimonial-block .testimonial-text {
	max-width: 785px;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	line-height: calc(1em + 10px);
	font-weight: 700;
}

@media screen and (min-width: 1171px) {
	.testimonial-block .testimonial-text {
		font-size: 30px;
	}
}

.testimonial-block .testimonial-text:after {
	width: 127px;
	margin: 34px auto 18px;
}

.testimonial-block .testimonial-author {
	font-family: "Supreme";
	font-weight: 700;
	font-size: 16px;
}

.testimonial-block:last-of-type {
	border: none;
	padding-bottom: 0;
}

.testimonial-video-wrapper {
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.testimonial-video-wrapper {
		margin-bottom: 55px;
	}
}

@media screen and (min-width: 1171px) {
	.testimonial-video-wrapper {
		margin-bottom: 85px;
	}
}

@media screen and (min-width: 1380px) {
	.testimonial-video-wrapper {
		margin-bottom: 100px;
	}
}

@media screen and (min-width: 1695px) {
	.testimonial-video-wrapper {
		margin-bottom: 130px;
	}
}

#about-page-bottom {
	background: #f2f2f4;
	padding-top: 76px;
	padding-bottom: 42px;
	text-align: center;
}

@media screen and (min-width: 768px) {
	#about-page-bottom {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (min-width: 1171px) {
	#about-page-bottom {
		padding-top: 105px;
		padding-bottom: 90px;
	}
}

@media screen and (min-width: 1380px) {
	#about-page-bottom {
		padding-top: 113px;
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 767px) {
	#about-page-bottom .section-container {
		padding: 0 26px;
	}
}

@media screen and (min-width: 1171px) {
	#about-page-bottom .section-container {
		padding: 0;
		max-width: 907px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1380px) {
	#about-page-bottom .section-container {
		max-width: 907px;
	}
}

#about-page-bottom h3 {
	padding-bottom: 21px;
}

#about-page-bottom h4 {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.about-page #page-container {
		padding-bottom: 35px;
	}
}

@media screen and (min-width: 768px) {
	.about-page #page-container {
		padding-bottom: 35px;
	}
}

@media screen and (min-width: 1380px) {
	.about-page #page-container {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 1695px) {
	.about-page #page-container {
		padding: 100px 100px 100px 75px;
		max-width: 1578px;
	}
}

@media screen and (max-width: 767px) {
	.about-page .page-title-center {
		max-width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
}

.about-page #section-four .content-img {
	margin-top: 48px;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.about-page #section-four .content-img {
		margin-top: 52px;
		margin-bottom: 145px;
	}
}

@media screen and (min-width: 1171px) {
	.about-page #section-four .content-img {
		margin-top: 65px;
		margin-bottom: 60px;
		margin-left: 90px;
	}
}

@media screen and (min-width: 1380px) {
	.about-page #section-four .content-img {
		margin-top: 10px;
		margin-left: 113px;
		margin-right: 0;
	}
}

@media screen and (min-width: 1695px) {
	.about-page #section-four .content-img {
		margin-left: 174px;
	}
}

@media screen and (min-width: 1171px) {
	.about-page .content-two-top {
		display: flex;
		align-items: flex-start;
	}
	
	.about-page .content-two-top .section-content {
		flex: 1 1;
	}
}

@media screen and (min-width: 1695px) {
	.about-page .content-two-top {
		max-width: unset;
		margin-top: 35px;
	}
}

.about-page .section-awards {
	padding-bottom: 0;
}

@media screen and (min-width: 1380px) {
	.about-page .section-awards {
		padding-top: 28px;
	}
}

@media screen and (min-width: 768px) {
	.about-page .awards-title:after {
		margin-bottom: 27px;
	}
}

@media screen and (min-width: 1171px) {
	.about-page .awards-title:after {
		margin-bottom: 57px;
	}
}

@media screen and (min-width: 1171px) {
	.about-content {
		margin-top: 63px;
	}
}

@media screen and (min-width: 1380px) {
	.about-content {
		margin-top: 92px;
	}
}

.about-content .brand-letter {
	position: absolute;
	z-index: -1;
	right: -45px;
	top: 122px;
}

@media screen and (min-width: 768px) {
	.about-content .brand-letter {
		right: 4%;
		top: 205px;
	}
}

@media screen and (min-width: 1171px) {
	.about-content .brand-letter {
		right: -77px;
		top: 168px;
	}
}

@media screen and (min-width: 1380px) {
	.about-content .brand-letter {
		right: -80px;
		top: 206px;
	}
}

@media screen and (min-width: 1695px) {
	.about-content .brand-letter {
		right: -80px;
		top: 206px;
	}
}

@media screen and (max-width: 767px) {
	.about-content .brand-letter img {
		width: 262px;
	}
}

@media screen and (min-width: 768px) {
	.about-content .brand-letter img {
		width: 438px;
	}
}

@media screen and (min-width: 1171px) {
	.about-content .brand-letter img {
		width: 360px;
	}
}

@media screen and (min-width: 1380px) {
	.about-content .brand-letter img {
		width: 438px;
	}
}

.about-images {
	max-width: 493px;
	margin-left: auto;
	margin-right: auto;
}

.about-images img {
	display: block;
}

@media screen and (min-width: 1171px) {
	.about-images {
		max-width: 405px;
		margin: 0;
		flex: 0 0 auto;
	}
}

@media screen and (min-width: 1380px) {
	.about-images {
		max-width: 493px;
	}
}

@media screen and (max-width: 767px) {
	.about-images {
		width: calc(100% - 122px);
	}
}

img.about-right-bottom {
	margin-top: 6px;
}

@media screen and (min-width: 768px) {
	img.about-right-bottom {
		margin-top: 9px;
	}
}

.contact-page {
	position: relative;
	z-index: 1;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.contact-page .page-title-center {
		font-size: 55px;
	}
}

@media screen and (min-width: 1380px) {
	.contact-page .page-title-center {
		font-size: 80px;
	}
}

@media screen and (min-width: 768px) {
	.contact-page .underline:after {
		margin: 29px auto 27px;
	}
}

.contact-page-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}

.contact-page #page-container {
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	padding-top: 65px;
	padding-bottom: 82px;
}

@media screen and (min-width: 768px) {
	.contact-page #page-container {
		padding-top: 81px;
		padding-bottom: 78px;
	}
}

@media screen and (min-width: 1171px) {
	.contact-page #page-container {
		padding-top: 100px;
		padding-bottom: 128px;
	}
}

.contact-page .footer-phone-w-label, .contact-page .footer-tf-w-label {
	font-size: 18px;
}

.contact-content {
	color: #fff;
	text-align: center;
	line-height: 24px;
}

@media screen and (max-width: 767px) {
	.contact-content {
		padding: 0 35px;
	}
}

.contact-locations {
	display: flex;
	padding-top: 25px;
}

@media screen and (max-width: 767px) {
	.contact-locations {
		flex-direction: column-reverse;
	}
}

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

@media screen and (min-width: 768px) {
	.contact-locations#footer-locations {
		max-width: 820px;
	}
}

@media screen and (min-width: 1171px) {
	.contact-locations#footer-locations {
		max-width: 896px;
		padding-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.contact-locations#footer-locations {
		justify-content: center;
	}
}

@media screen and (min-width: 768px) {
	.contact-locations .location {
		text-align: center;
		flex: 1 1;
	}
}

@media screen and (max-width: 767px) {
	.contact-locations .location:not(:last-of-type) {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 768px) {
	.contact-locations .locations-left {
		order: 2;
	}
}

.contact-locations .locations-left img {
	display: none;
}

@media screen and (max-width: 767px) {
	.contact-locations .locations-right {
		padding-bottom: 65px;
	}
}

@media screen and (min-width: 768px) {
	.contact-locations .locations-right {
		margin-top: 10px;
	}
}

@media screen and (min-width: 1171px) {
	.contact-locations .locations-right {
		flex-basis: 100%;
	}
}

.contact-locations .social {
	margin: 72px 0 0;
}

@media screen and (min-width: 768px) {
	.contact-locations .social {
		margin-top: 88px;
	}
}

@media screen and (min-width: 1171px) {
	.contact-locations .social {
		margin-top: 80px;
	}
}

.page-template-template-case-results .page-title-center {
	padding-bottom: 21px;
}

@media screen and (min-width: 768px) {
	.page-template-template-case-results .page-title-center {
		padding-bottom: 40px;
	}
}

@media screen and (min-width: 1380px) {
	.page-template-template-case-results .page-title-center {
		padding-bottom: 45px;
	}
}

@media screen and (min-width: 1171px) {
	.page-template-template-case-results #page-container {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media screen and (min-width: 1380px) {
	.page-template-template-case-results #page-container {
		padding-left: 90px;
		padding-right: 90px;
	}
}

#case-results-wrapper {
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 768px) {
	#case-results-wrapper {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-auto-rows: auto;
		grid-gap: 30px 20px;
		max-width: 830px;
	}
}

@media screen and (min-width: 1171px) {
	#case-results-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		max-width: 1300px;
	}
}

@media screen and (min-width: 1380px) {
	#case-results-wrapper {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		grid-gap: 55px 25px;
	}
}

@media screen and (min-width: 1695px) {
	#case-results-wrapper {
		grid-gap: 63px 25px;
		max-width: unset;
	}
}

.case-result {
	text-align: center;
	background: #f2f2f4;
	padding: 80px 40px 129px;
	max-width: 480px;
	position: relative;
	transition: .2s ease-in-out;
}

@media screen and (max-width: 767px) {
	.case-result {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 35px;
	}
}

@media screen and (min-width: 768px) {
	.case-result {
		min-height: 553px;
	}
}

@media screen and (min-width: 1380px) {
	.case-result {
		padding: 97px 50px 125px;
	}
}

@media screen and (min-width: 1695px) {
	.case-result {
		padding: 97px 60px 20px;
	}
}

.case-result:hover {
	background: #00234a;
}

.case-result:before {
	content: "";
	display: block;
	position: absolute;
	width: calc(100% - 46px);
	height: calc(100% - 50px);
	left: 23px;
	top: 25px;
	background: #fff;
}

@media screen and (min-width: 1380px) {
	.case-result:before {
		width: calc(100% - 61px);
		height: calc(100% - 72px);
		left: 31px;
		top: 36px;
	}
}

.case-result-inner {
	position: relative;
}

.case-result span {
	display: block;
}

.case-result .cr-result {
	color: #00234a;
	font-size: 50px;
	line-height: 1;
	font-style: italic;
}

@media screen and (min-width: 1171px) {
	.case-result .cr-result {
		font-size: 55px;
	}
}

@media screen and (min-width: 1380px) {
	.case-result .cr-result {
		font-size: 65px;
	}
}

@media screen and (min-width: 1695px) {
	.case-result .cr-result {
		font-size: 70px;
	}
}

.case-result .cr-result:after {
	height: 1px;
	width: 145px;
	margin: 21px auto 20px;
}

@media screen and (min-width: 1380px) {
	.case-result .cr-result:after {
		margin: 25px auto 24px;
	}
}

.case-result .cr-type {
	padding-bottom: 20px;
	font-size: 17px;
	line-height: 22px;
	font-family: "Supreme";
	color: #000c1a;
	font-weight: 800;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
}

@media screen and (min-width: 1380px) {
	.case-result .cr-type {
		padding-bottom: 30px;
	}
}

.case-result .cr-desc {
	padding: 0 10px;
	font-size: 16px;
	line-height: 28px;
}

@media screen and (min-width: 1380px) {
	.case-result .cr-desc {
		font-size: 17px;
		line-height: 30px;
	}
}

.case-result .cr-link {
	display: block;
	position: absolute;
	bottom: 0;
	padding: 2rem 1rem 4.75rem;
	left: 0;
	right: 0;
}

.case-result .cr-link path {
	fill: #000c1a;
}

.case-result .cr-read-more {
	display: none;
}

.case-result .cr-read-more-text {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	background: rgba(0, 31, 69, .95);
	position: fixed;
	overflow-y: auto;
	transition: all 200ms ease-in-out;
	padding-top: 25px;
	padding-bottom: 20px;
}

.case-result .cr-read-more-text-inner {
	position: relative;
	max-width: 1200px;
	width: calc(100% - 60px);
	background: #fff;
	color: #000c1a;
	padding: 30px;
	box-shadow: 0 3px 15px #000;
	max-height: 666px;
	overflow-y: auto;
}

@media screen and (min-width: 768px) {
	.case-result .cr-read-more-text-inner {
		padding: 50px 50px 65px;
	}
}

@media screen and (min-width: 1380px) {
	.case-result .cr-read-more-text-inner {
		padding: 78px 80px 100px;
	}
}

@media screen and (min-width: 1695px) {
	.case-result .cr-read-more-text-inner {
		padding: 78px 100px 110px;
	}
}

.case-result .cr-read-more-text-inner .cr-result {
	color: #00234a;
}

.case-result .cr-read-more-text-inner .cr-result:after {
	margin-top: 35px;
}

.case-result .cr-read-more-text-inner .cr-desc {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width: 1170px) {
	.case-result .cr-read-more-text-inner .cr-desc {
		font-size: 16px;
		line-height: 24px;
	}
}

.case-result .cr-read-more-text.open {
	opacity: 1;
	visibility: visible;
}

.case-result .cr-close {
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	right: 40px;
	top: 33px;
	background: none;
	border: none;
}

.case-result .cr-close span {
	width: 35px;
	height: 4px;
	background: #000c1a;
	display: block;
}

.case-result .cr-close span:first-of-type {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.case-result .cr-close span:last-of-type {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
}

.case-result .read-more {
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

@media screen and (min-width: 1380px) {
	.case-result .read-more {
		margin-top: 48px;
	}
}

/*# sourceMappingURL=style.css.map */
header {
	z-index: 9999;
}
