/*
Theme Name: Abogado Contigo
Theme URI: https://www.abogadocontigo.com
Description: Theme for abogadocontigo.com
Author: Zbra Studios
Version: 1.0
*/

/* Remove margin from last elements */
* > *:last-child {
	margin-bottom: 0;
}
* > p:last-child, * > li:last-child, .col > *:last-child {
	margin-bottom: 0;
}

/* ===== HTML and Body ===== */
html {
	scroll-behavior: smooth;
}
body {
	background-color: #3A5371;
	color: #000;
	font: normal 1rem/1.65em 'Roboto', Arial, sans-serif;
}
body.logged-in {
	padding-top: 32px;
}

/* ===== Typography and Base Tags ===== */
p {
	margin-bottom: 30px;
}
a {
	color: #3A5371;
	text-decoration: underline;
}
	a:hover {
		color: #000;
		text-decoration: none;
	}
		#content a:hover img {
			opacity: .9;
		}
	.plain-link a {
		color: #000;
		text-decoration: none;
	}
	.plain-link a:hover {
		color: #3A5371;
	}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .gform_title {
	margin: 0 0 15px;
}
h1, .h1 {
	font-size: 3.5rem;
	line-height: 1em;
}
h2, .h2  {
	font-size: 3rem;
	line-height: 1.1em;
}
	.post h2 {
		font-weight: bold;
	}
h3, .h3 {
	font-size: 2.75rem;
	line-height: 1.15em;
}
h4, .h4 {
	font-size: 2.25rem;
	line-height: 1.2em;
}
h5, .h5, .post h2 {
	font-size: 1.8rem;
	line-height: 1.2em;
}
h6, .h6 {
	font-size: 1.35rem;
	line-height: 1.2em;
}
ul, ol {
	margin-bottom: 30px;
}
	ul li, ol li {
		margin-bottom: 15px;
	}
	p + ul, p + ol {
		margin-top: -15px;
	}
	ul ul, ol ol, ul ol, ol ul {
		margin: 15px 0;
	}
a, button, .button, input, select, textarea, .fab, .fa, a:hover img, .gform_button, .wp-block-button a, .faq-question .fas, figcaption, .indicator {
	transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
input, select, textarea {
	padding: 5px 7.5px;
	border: 1px solid #B9C3D1;
}
input, input:focus-within, select, select:focus-within, button, button:focus-within, textarea, textarea:focus-within, .wp-block-button a:focus-within {
	font-family: 'Roboto', Arial, sans-serif !important;
	font-size: 14pt !important;
}
video {
	width: 100%;
    max-width: 100%;
    height: auto;
}
img {
	max-width: 100%;
	height: auto;
}
	img.alignleft {
		float: left;
		max-width: 50%;
		margin: 0 30px 30px 0;
	}
	img.alignright {
		float: right;
		max-width: 50%;
		margin: 0 0 30px 30px;
	}
iframe:focus-within {
	outline: 1px solid #000;
}
hr, .wp-block-separator {
	max-width: 100%;
	height: 2px;
	margin: 15px 0 30px;
	background-color: #FADF63;
	border: none;
}
.wp-block-separator {
	max-width: 165px;
	margin: 22.5px auto 30px !important;
}

/* ===== Bootstrap overrides ===== */
.border-bottom, .border-left, .border-right, .border-top {
	border-color: #d7d7d7 !important;
}
.button, .gform_button, .btn, .wp-block-button a {
	display: inline-block;
	padding: 15px 30px;
	background: #7EBDC2;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	color: #000;
	cursor: pointer;
	font-family: 'Staatliches', 'Roboto', Arial, sans-serif !important;
	font-size: 1.35rem;
	font-weight: normal !important;
	letter-spacing: 1px;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
}
	.button:hover, .gform_button:hover, .btn:hover, .wp-block-button a:hover,
	.button:active, .gform_button:active, .btn:active, .wp-block-button a:active,
	.button:focus-within, .gform_button:focus-within, .btn:focus-within, .wp-block-button a:focus-within {
		background-color: #92dbe0;
		color: #000;
		font-family: 'Staatliches', 'Roboto', Arial, sans-serif !important;
	}
	.button .fa {
		margin-right: 3px;
	}
.btn-secondary, .gform_button {
	background-color: #3A5371;
	color: #FFD411;
}
	.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus-within, .gform_button:hover, .gform_button:focus-within, .gform_button:active {
		background-color: #000;
		color: #FFD411;
	}
.btn-outline-light {
	background: none !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}
	.btn-outline-light:focus-within, .btn-outline-light:hover {
		background: #003d6a !important;
		color: #fff !important;
	}
.col, .col-12 {
	padding-left: 22.5px;
	padding-right: 22.5px;
}
.container, .container-fluid {
	position: relative;
	max-width: 1920px;
	padding: 60px 75px;
}
.container-fluid {
	padding: 0 !important;
}
	.container-fluid .col {
		padding: 60px;
	}
.row {
	margin-left: -22.5px;
	margin-right: -22.5px;
}
.row-1300, .row-1200, .row-1024, .row-800 {
	margin-left: auto !important;
	margin-right: auto !important;
}
.row-1300 {
	max-width: 1300px !important;
}
.row-1200 {
	max-width: 1200px !important;
}
.row-1024 {
	max-width: 1024px !important;
}
.row-800 {
	max-width: 800px !important;
}
	.row .row .col:first-child {
		padding-left: 0;
	}
	.row .row .col:last-child {
		padding-right: 0;
	}
	.row .case-studies-tab-pane .row .col:first-child {
		padding-left: 22.5px;
	}
	.row .case-studies-tab-pane .row .col:last-child {
		padding-right: 7.5px;
	}

/* ===== Important Classes ===== */
.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
.bg-blue {
	background-color: #3A5371;
}
.bg-dark-gray {
	background-color: #d7d7d7;
}
.bg-gray {
	background-color: #f5f5f5;
}
.bg-green, .bg-teal {
	background-color: #7EBDC2;
}
.border-bottom {
	border-color: #c4c4c4 !important;
}
.clear {
	clear: both;
}
.fa {
	color: #FADF63;
	font-size: 18px;
}
.fa-phone {
	transform: rotateY(180deg);
}
.fade-in {
	position: relative;
	top: 120px;
	opacity: 0;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}
	.fade-in.in-view {
		opacity: 1;
		top: 0;
	}
.font-black, .font-black > * {
	color: #000;
}
	.font-black a {
		color: #000;
	}
	.font-black a:hover {
		color: #3A5371;
	}
.font-blue {
	color: #3A5371;
}
.font-dark-blue {
	color: #273649;
}
.font-gray {
	color: #6e6e6e;
}
.font-light-blue {
	color: #BBD7F1;
}
.font-roboto {
	font-family: 'Roboto', Arial, sans-serif !important;
	letter-spacing: normal;
}
.font-staatliches {
	font-family: 'Staatliches', 'Roboto', Arial, sans-serif !important;
	font-weight: normal !important;
	letter-spacing: 1px;
}
.font-yellow {
	color: #FADF63;
}
.font-white, .font-white > *, .font-white a {
	color: #FFF;
}
	.font-white a:hover {
		color: #fafafa;
	}
.hidden {
	display: none !important;
}
.loader {
	display: block;
	width: 60px;
	height: 60px;
	margin: 60px auto;
	border: 8px solid #eaeaea;
	border-radius: 50%;
	border-top: 8px solid #004a80;
	animation: spin 2s linear infinite;
	-webkit-animation: spin 2s linear infinite;
}
	@keyframes spin {
		0% { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	@-webkit-keyframes spin {
		0% { -webkit-transform: rotate(0deg); }
		100% { -webkit-transform: rotate(360deg); }
	}
.no-list-style {
	list-style: none !important;
	padding: 0 !important;
}
.normal-case {
	text-transform: none !important;
}
.round-image {
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}
.show-1024, .show-tablet, .show-tablet-home, .show-900, .show-641, .show-phone, .show-mobile, .show-mobile-inline, .more-show, .show-home, .show-small {
	display: none !important;
}
.show-desktop-inline {
	display: inline;
}
	.home .show-home {
		display: flex !important;
	}
p + .wp-block-button {
	margin-top: 30px;
}
.wp-block-button__link:active, .wp-block-button__link:focus-within, .wp-block-button__link:hover, .wp-block-button__link:visited {
	color: initial;
}
.wp-block-columns {
	margin-left: -5px;
	margin-right: -5px;
}
.wp-block-column {
	min-width: 0;
	padding: 0 5px !important;
	margin: 0 0 30px !important;
}
.wp-block-image {
	margin-bottom: 0;
}
	.wp-block-image figure {
		margin-bottom: 30px;
	}
	.mb-0 figure {
		margin-bottom: 0 !important;
	}
	.mb-2 figure {
		margin-bottom: 15px !important;
	}
	.wp-block-image figcaption {
		margin: 15px 0;
		color: #000;
		font-size: 1.25rem;
		line-height: 1.25em;
	}
	.wp-block-image .fancybox {
		position: relative;
	}
		.wp-block-image .fancybox:before {
			content: '';
			position: absolute;
			z-index: 10;
			width: 100px;
			height: 100px;
			top: 50%;
			left: 50%;
			margin: -50px 0 0 -50px;
			background: url(img/icon-play.png) no-repeat;
			background-size: cover;
		}
			.col-md-4 .wp-block-image .fancybox:before {
				width: 60px;
				height: 60px;
				margin: -30px 0 0 -30px;
			}
	.wp-block-image .alignleft, .wp-block-image .alignright {
		max-width: 50%;
	}
	.wp-block-image .alignleft {
		margin: 0 45px 45px 0;
	}
	.wp-block-image .alignright {
		margin: 0 0 45px 45px;
	}
	.wp-block-image + .h5 {
		margin-top: -5px;
	}
	img.aligncenter {
		display: block;
		margin: 0 auto 30px;
	}
	img.alignnone {
		margin: 30px auto;
	}
.wp-bootstrap-blocks-button {
	margin: 60px 0;
}
.underline {
	text-decoration: underline;
}
.upper {
	text-transform: uppercase;
}

/* ===== #page ===== */
#page {
	position: relative;
	background-color: #FFF;
}
.locked {
	position: static;
	overflow: hidden;
}

/* ===== #main-header ===== */
#main-header {
	background-color: #FFF;
	transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	-ms-transition: all 0.2s ease-out !important;
	-o-transition: all 0.2s ease-out !important;
	-webkit-transition: all 0.2s ease-out !important;
}
	#main-header.scrolled, .locked #main-header {
		box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
	    -moz-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
	    -webkit-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
	}
	#main-header.nav-down, .locked #main-header {
		top: 0 !important;
	}
	#main-header.nav-up {
		box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
	.logged-in #main-header {
		margin-top: 32px;
	}
.navbar {
	padding: 0;
}
	.navbar .container {
		width: 100%;
		max-width: 100%;
		padding: 12.5px 0 0;
	}
	.navbar .row {
		width: 100%;
		max-width: 1920px;
		padding: 0 75px;
		margin: 0 auto;
	}
	.navbar .nav-row {
		max-width: 100%;
		margin-top: 12.5px;
		background-color: #FADF63;
	}
	.navbar .col {
		padding: 0;
	}
		.navbar .nav-row .col {
			max-width: 1920px;
			margin: 0 auto;
		}
.navbar-brand {
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1em;
}
	#logo img {
		display: block;
		width: auto;
		max-height: 60px;
	}
	.navbar .col-header-locations, .navbar .col-header-phone {
		padding-bottom: 7.5px;
		padding-top: 7.5px;
		text-transform: uppercase;
	}
	.navbar .col-header-locations {
		flex: 0 0 235px;
		max-width: 235px;
		padding-right: 22.5px;
	}
		.navbar .col .fa {
			margin-right: 12.5px;
		}
		.navbar .col-header-locations a {
			font-size: .95rem;
			line-height: 1.25em;
		}
	.navbar .col-header-phone {
		flex: 0 0 210px;
		max-width: 210px;
		padding-left: 22px;
	}
		.navbar .col-header-locations + .col-header-phone {
			border-left: 1px solid #D7D7D7;
		}
		.navbar .col-header-locations a, .navbar .col-header-phone a {
			color: #000;
			text-decoration: none;
		}
		.navbar .col-header-locations a:hover, .navbar .col-header-phone a:hover, .navbar .col-header-locations a:focus-within, .navbar .col-header-phone a:focus-within {
			color: #555;	
		}
		.navbar .col-header-phone strong {
			display: block;
			margin-bottom: 2.5px;
			font-size: 1.35rem;
			line-height: 1.1em;
		}
		.navbar .col-header-phone .header-tagline {
			color: #000;
			font-size: .9rem;
			line-height: 1.1em;
		}

/* ===== Desktop Menu ===== */
.navbar-nav {
	max-width: 100%;
	padding: 0;
	align-items: center;
}
	.navbar-nav .menu-item {
		position: relative;
		display: flex;
		align-items: center;
		height: 100%;
		margin: 0 27.5px 0 -7.5px;
	}
		.navbar-nav .menu-item a {
			display: block;
			padding: 17.5px 7.5px;
			color: #000;
			font: 400 1.25rem/1em 'Staatliches', 'Roboto', Arial, sans-serif;
			letter-spacing: 1px;
			text-decoration: none;
			white-space: nowrap;
		}
		.navbar-nav .menu-item a:hover, .navbar-nav .menu-item a:focus-within, .navbar-nav .current-menu-item a, .navbar-nav .current-menu-parent a {
			color: #555;
		}
.btn-nav {
	padding: 17.5px 30px;
	background-color: #3A5371;
	color: #FADF63;
	font-size: 1.35rem;
}
	.btn-nav:hover, .btn-nav:focus-within {
		background-color: #000;
		color: #FADF63 !important;
	}

/* ===== Mobile Menu ===== */
.navbar-toggler {
	margin-left: -2.5px;
	margin-right: 30px;
}
#nav-toggle {
	width: 34px;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	border: none;
	color: #000;
	font-size: 34px;
	line-height: 1em;
}
	.navbar-light .navbar-toggler {
		padding: 0;
		border: none;
	}
	#main-header .navbar-collapse.collapsing {
	    display: none;
	    transition: none;
		-webkit-transition: none;
	}
	#main-header .navbar-collapse.show {
		position: absolute;
		z-index: 9999;
		width: 100%;
		height: auto;
		top: 100%;
		left: 0;
		height: 100vh;
		padding: 15px 30px;
		margin: 10px 0 0;
		background-color: #FADF63;
		border: none;
		overflow-y: auto;
	}
		#main-header .navbar-collapse.show .navbar-nav {
			align-items: flex-start;
			-ms-align-items: flex-start;
			justify-content: flex-start;
			-ms-justify-content: flex-start;
			max-height: 75vh;
			margin: 0;
			overflow-y: auto;
			text-align: left !important;
		}
		#main-header .navbar-collapse.show li {
			display: block;
			height: auto;
			margin: 30px 0 0;
			text-transform: none;
		}
		#main-header .navbar-collapse.show li:first-child {
			margin-top: 15px;
		}
		#main-header .navbar-collapse.show li:last-child {
			margin-bottom: 0 !important;
		}
		#main-header .navbar-collapse.show .btn-nav {
			margin-top: 30px;
		}
		#main-header .navbar-collapse.show .nav-button {
			padding: 0 !important;
			border: none !important;
		}
			#main-header .navbar-collapse.show li, #main-header .navbar-collapse.show li a {
				padding: 0 !important;
				color: #000 !important;
				font-size: 24px !important;
				text-decoration: none !important;
				text-transform: none;
			}
				#main-header .navbar-collapse.show li a:after {
					display: none !important;
				}
			#main-header .navbar-collapse.show li a:hover, #main-header .navbar-collapse.show .current-menu-item a {
				color: #555 !important;
			}
			#main-header .navbar-collapse.show li li a, #main-header .navbar-collapse.show .current-menu-item li a {
				color: #000 !important;
			}
				#main-header .navbar-collapse.show li .current-menu-item a {
					color: #555 !important;
				}
	#main-nav.show .sub-menu {
		display: none;
		position: relative !important;
		width: 100% !important;
		top: auto !important;
		left: auto !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin: 22.5px 0 0 !important;
		background: none !important;
		box-shadow: none !important;
		transform: none !important;
		transition: none !important;
	}
		#main-nav.show .sub-menu li {
			margin-bottom: 15px !important;
		}
			#main-nav.show .sub-menu li a {
				font-size: 1.25rem !important;
			}
	#main-nav .selected .sub-menu {
		display: block !important;
	}
	#main-nav .indicator {
		display: inline-block;
		width: 12px;
		margin-left: 7.5px;
		font-size: 22px;
		line-height: 1em;
	}
		#main-nav .indicator em {
			color: #000;
		}
		#main-nav.show .nav-button a {
			display: inline-block !important;
			padding: 15px !important;
			background-color: #c30000 !important;
		}

/* ===== Submenu ===== */
#main-nav .sub-menu {
	display: none;
	position: absolute;
	z-index: 999;
	min-width: 200px;
	height: auto !important;
	top: 100%;
	left: -7.5px;
	padding: 7.5px 15px 5px;
	margin: 0;
	background-color: #7ebdc2;
	color: #000;
}
	#main-nav li:hover .sub-menu {
		display: block;
	}
		.scrolled #main-nav .sub-menu {
			box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
		    -moz-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
		    -webkit-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, 0.25);
		}
		.nav-up #main-nav .sub-menu {
			display: none !important;
		}
	#main-nav .sub-menu li {
		display: block;
		position: relative !important;
		margin: 0 0 5px !important;
		padding: 0 0 5px !important;
		border: none !important;
		text-align: left;
	}
		#main-nav .sub-menu .pipe, #main-nav .sub-menu a:after {
			display: none !important;
		}
	#main-nav .sub-menu a {
		display: block !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		color: #000 !important;
		font: normal 1.05rem/1.1em 'Roboto', Arial, sans-serif !important;
		letter-spacing: normal;
		text-transform: none;
		white-space: nowrap;
	}
		#main-nav .sub-menu a:focus-within {
			outline: none;
			text-decoration: underline;
		}
	#main-nav .sub-menu .current-menu-item a, #main-nav .sub-menu li:hover a {
		color: #555 !important;
	}
	#main-nav .sub-menu li:hover a {
		text-decoration: underline;
	}

/* ===== #banner ===== */
#banner {
	position: relative;
	min-height: 165px;
	background-color: #273649;
}
	.home #banner {
		margin-bottom: 34.5px;
	}
	#banner img {
		display: block;
		margin: 0 auto;
	}
.banner-overlay {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
	.home .banner-overlay {
		top: 34.5px;
		padding: 0 30px;
	}
	.home .banner-overlay, .single-location .banner-overlay {
		background: none;
	}
	.single-location.page-title-thank-you .banner-overlay {
		background: rgba(0, 0, 0, 0.6);
	}
	.banner-overlay .btn {
		padding: 22.5px 30px;
		font-size: 1.5rem;
	}
	.no-bg .banner-overlay {
		background-color: #3A5371;
	}
.page-title, .page-subtitle, #breadcrumbs, .blue-banner {
	text-shadow: 0px 1px 3px rgba(0, 0, 0, .75);
}
.page-title {
	font-size: 5rem;
	line-height: 1em;
	text-transform: uppercase;
}
	.home .page-title, .single-location .page-title {
		position: relative;
		top: -7.5px;
		color: #fff;
		text-shadow: none;
	}
	.home .page-title {
		font-size: 7.5rem;
	}
	.single-location .page-title {
		margin-bottom: 22.5px !important;
	}
.page-subtitle {
	margin: -7.5px 0 37.5px;
	font-size: 3rem;
}
	.home .page-subtitle, .single-location .page-subtitle {
		margin: -7.5px 0 0;
		color: #fff;
		text-shadow: none;
	}
	.single-location .page-subtitle {
		font-size: 2.65rem;
	}
.title-wrapper .page-title {
	margin-bottom: 15px !important;
}
#breadcrumbs {
	font-size: 1.25rem;
}
	#breadcrumbs a {
		color: #d0d0d0;
	}
.blue-banner {
	margin-bottom: 30px;
	background-color: #273649;
	color: #fff;
}
	.blue-banner .featured-image {
		margin: -22.5px 0 -105px;
	}

/* ===== #content ===== */
#content {
	padding-top: 140px; /* Fixed header offset */
	background-color: #FFF;
}

/* ===== Services Grid ===== */
.services-grid {
	position: relative;
	padding: 0 100px;
	margin: 0 auto;
}
	.services-grid .col {
		padding: 45px;
	}
	.services-grid.pt-0 .col {
		padding-top: 7.5px !important;
	}
	.services-grid.pb-0 .col {
		padding-bottom: 7.5px !important;
	}
	.services-grid .col + .col {
		border-left: 1px solid #c4c4c4;
	}
		.services-grid.two-cols .col + .col {
			border-left: none;
		}
		.services-grid.two-cols .col:nth-child(even) {
			border-left: 1px solid #c4c4c4;
		}
		.services-grid.two-cols .col.pb-5 {
			padding-bottom: 90px !important;
		}
	.services-grid p {
		line-height: 1.2em;
	}
	.services-grid.grid-bottom .col {
		padding-bottom: 95px;
		margin-bottom: -5px;
	}
.services-grid.three-cols {
	padding: 0;
}	
	.services-grid.three-cols p {
		line-height: 1.45em;
	}
	.services-grid .grid-title, .services-slider .grid-title {
		display: block;
		margin-bottom: 22.5px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.25em;
		text-transform: uppercase;
	}
		.services-grid .no-excerpt .grid-title {
			margin-bottom: 0 !important;
		}
		.services-grid.four-cols .grid-title {
			font-size: 1.1rem;
		}
	.services-grid.three-cols .two-lines {
		min-height: 65px;
	}
	.services-grid.three-cols .col:nth-child(4), .services-grid.four-cols .col:nth-child(5) {
		border-left: none;
	}
	.services-grid .col.border-top {
		padding-top: 45px !important;
		border-top: 1px solid #c4c4c4 !important;
	}
	.services-grid .col.pb-0 {
		padding-bottom: 7.5px !important;
	}
	.services-grid .grid-top {
		height: 210px;
	}
	.services-grid.two-cols .grid-top {
		height: auto;
		padding-top: 15px;
	}
	.services-grid.four-cols .grid-top  {
		height: 150px;
	}
.services-grid.four-cols {
	padding: 0;
}
	.services-grid.four-cols .col {
		padding: 30px;
	}
		.services-grid.two-cols + .services-grid.four-cols .col {
			padding-top: 15px;
		}
.services-grid.border-top {
	border-top: none !important;
}
	.services-grid.border-top:before {
		content: '';
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #c4c4c4;
	}
	.services-grid .wp-block-image {
		display: block;
		margin: 0 auto 22.5px;
		text-align: center;
	}
		.services-grid .wp-block-image img {
			width: auto;
			max-height: 105px;
		}
		.services-grid.two-cols .wp-block-image img {
			max-height: 135px;
		}
		.services-grid.four-cols .wp-block-image img {
			max-height: 90px;
		}
	.services-grid a {
		color: #000;
		text-decoration: none;
	}
		.services-grid a:hover, .services-grid .wp-block-image:hover + p a {
			color: #3A5371;
		}
	.services-grid.four-cols .wp-block-image {
		width: 100%;
		height: 90px;
		margin-bottom: auto;
	}
	.last-grid-row .col:last-child, .last-grid-row .col-muerte-por-negligencia {
		position: relative;
		border-bottom: none !important;
	}
	.last-grid-row .col:last-child:after {
		content: '';
		position: absolute;
		width: .25px;
		height: 100%;
		top: 0;
		right: 0;
		background-color: #c4c4c4;
	}	
.services-slider {
	max-width: 100% !important;
	margin-top: 45px !important;
}
	.slick-wrapper.services-slider .slick-track {
		align-items: flex-start;
	}
	.services-slider .slick-slide {
		text-align: center;
	}
	.services-slider img {
		display: block;
		width: auto;
		max-height: 120px;
		margin: 0 auto 30px;
	}
	.services-slider .grid-title {
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}
	.services-slider a {
		color: #000;
		text-decoration: none;
	}
	.services-slider a:hover {
		color: #034C8C;
	}

/* ===== Practice Area Pages ===== */
.evaluation-cta {
	position: relative;
	max-width: 435px;
	padding: 45px 120px 45px 45px;
	margin: 0 0 60px 90px;
	text-transform: uppercase;
}
	.evaluation-cta .content {
		position: relative;
		z-index: 2;
	}
	.evaluation-cta img {
		position: absolute;
		z-index: 1;
		width: auto;
		height: 97.5%;
		bottom: 0;
		right: -7.5px;
	}

/* FAQs */
.faq-wrapper {
	padding: 15px;
	border: 1px solid #FADF63;
	border-top: none;
}
	.col .faq-wrapper:first-child, .col .faq-wrapper.active + .faq-wrapper {
		border-top: 1px solid #FADF63;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
	}
	.col .faq-wrapper:last-child, .col .faq-wrapper.active {
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
	}
.faq-wrapper.active {
	margin-bottom: 7.5px;
}
.faq-question {
	position: relative;
	display: block;
	padding-left: 30px;
	color: #000;
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.45em;
	text-decoration: none;
}
	.faq-question:before {
		content: '+';
		position: absolute;
		top: -2px;
		left: 0;
		color: #034C8C;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1em;
	}
		.faq-wrapper.active .faq-question:before {
			content: '-';
		}
.faq-answer {
	margin-top: 15px;
}
/* Tabs */
#practice-area-tabs {
	border-bottom: 2px solid #f5f5f5;
	text-align: center;
	text-transform: uppercase;
}
	#practice-area-tabs .nav-link {
		position: relative;
		flex: 0 0 200px;
		max-width: 200px;
		padding: 15px 22.5px;
		border: none !important;
		color: #000;
		font-size: 1.1rem;
		line-height: 1.3em;
		font-weight: bold;
		text-decoration: none;
	}
	#practice-area-tabs .nav-link.active {
		background-color: #f5f5f5;
	}
	#practice-area-tabs .nav-link.active:after {
		content: '';
		position: absolute;
		z-index: 10;
		bottom: -15px;
		left: 50%;
		margin-left: -15px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #f5f5f5;
	}
	.nav-link .tab-icon {
		height: 90px;
		margin-bottom: 15px;
		text-align: center;
	}
	.tab-icon img {
		width: auto;
		max-height: 100%;
	}
	.row.tab-pane {
		margin-top: 0 !important;
	}

/* ===== Locations ===== */
#location_zip {
	flex-grow: 10;
}
	.locations-search .btn {
		margin-left: 15px;
	}
.map-row {
	margin-bottom: 60px;
}
#map, #map-sidebar {
	height: 500px;
}
#map-sidebar {
	padding-right: 15px;
	overflow-y: auto;
}
	#map-sidebar::-webkit-scrollbar {
		width: 7.5px;
	}
	#map-sidebar::-webkit-scrollbar-track {
		background: #f5f5f5; 
	}
	#map-sidebar::-webkit-scrollbar-thumb {
		background: #c4c4c4; 
	}
	#map-sidebar::-webkit-scrollbar-thumb:hover {
		background: #000; 
	}
.result-wrapper {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d8d8d8;
}
	#map-sidebar .loc-result:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
.result-distance {
	width: 70px;
	min-width: 70px;
	height: 70px;
	padding-top: 2.5px;
	background-color: #E9E9E9;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #3A5371;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.1em;
	text-align: center;
}
	.result-distance + .result-info {
		padding-left: 15px;
	}
.result-info {
	flex-grow: 10;
	padding-right: 30px;
	font-size: .95rem;
	line-height: 1.4em;
}
	.result-info strong {
		display: block;
	}
	.result-info a {
		color: #000;
	}
.result-phone {
	margin-top: 7.5px;
}
	.result-phone a {
		color: #3A5371;
	}
.result-button {
	flex: 0 0 172.5px;
	max-width: 172.5px;
	justify-content: flex-end
}
	.result-button .btn {
		padding: 12.5px 15px;
		font-size: .95rem;
	}

/* ===== In the Media ===== */
.in-the-media {
	margin-top: -60px;
}
	.in-the-media .col {
		margin-top: 60px;
	}
.media-link {
	text-decoration: none;
}
.media-featured-image {
	border-top: 12.5px solid #FADF63;
}
.media-title {
	color: #000;
}
	.media-link .media-more {
		text-decoration: underline;
	}
	.media-link:hover .media-title {
		color: #3A5371;
	}
	.media-link:hover .media-more {
		text-decoration: none;
	}
	.radio-partners .col {
		flex: 0 0 20%;
		max-width: 20%;
		margin-top: 45px;
	}

/* ===== In the Community ===== */
.community-grid {
	margin-top: -45px;
}
	.community-grid .row {
		margin-top: 45px;
	}
	.community-grid .wp-block-separator {
		height: 2px;
		margin-left: 0 !important;
		margin-right: 0 !important;
		background-color: #FADF63;
	}

/* ===== Blog ===== */
.blog-row {
	margin-bottom: 60px;
}
	.container article:last-child .blog-row {
		margin-bottom: 0;
	}
.blog-featured {
	max-height: 300px;
	overflow: hidden;
}
	.blog-featured img {
		display: block;
		width: 100%;
	}
	.entry-title a {
		color: #000;
		text-decoration: none;
	}
	.entry-title a:hover {
		color: #3A5371;
	}
.blog-pagination {
	margin: 30px 0 0;
	text-align: center;
}
	.blog-pagination a, .blog-pagination .current {
		display: inline-block;
		width: 44.4px;
		padding: 10px;
		margin: 5px;
		background-color: #FFF;
		border: 1px solid #273649;
		color: #273649;
		font-weight: bold;
		text-decoration: none;
	}
	.blog-pagination a:hover, .blog-pagination .current {
		background-color: #273649;
		color: #FFF;
	}
	.blog-pagination .dots {
		display: inline-block;
		margin: 0 15px;
	}
	.blog-pagination .next, .blog-pagination .prev {
		width: auto;
		border: none;
		font-size: 1.25rem;
	}
	.blog-pagination .next:hover, .blog-pagination .prev:hover {
		background-color: #fff !important;
		color: #000 !important;
	}
.blog-meta {
	padding-bottom: 15px;
	margin-bottom: 45px;
	border-bottom: 1px solid #979797;
}
	.blog-meta a {
		text-decoration: none;
	}
.back-link {
	margin-top: 30px;
}

/* ===== Gravity Forms ===== */
.gform_wrapper {
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 0 30px;
}
	.container .gform_wrapper {
		padding: 0;
	}
	.gform_wrapper .gform_heading {
		margin-bottom: 15px !important;
		text-align: center;
	}
	.gform_wrapper .gform_title {
		margin: 0 0 15px !important;
		font-size: 1.8rem !important;
		text-transform: uppercase;
	}
	.gform_wrapper .gform_description {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 30px;
		font-size: 1.25rem;
	}
	.gform_wrapper .ginput_container {
		margin: 0 !important;
	}
	.gform_wrapper .gfield {
		margin: 30px 0 0 !important;
	}
		.gform_wrapper .gform_body .gform_fields {
			margin-left: -7.5px !important;
			margin-right: -7.5px !important;
		}
	.gform_wrapper ul.gform_fields li.gfield {
		padding-left: 7.5px !important;
		padding-right: 7.5px !important;
	}
	.gfield label {
		margin-bottom: 7.5px;
		font-size: 1.05rem !important;
		font-weight: 400 !important;
	}
	.gfield input, .gfield select, .gfield textarea {
		padding: 7px !important;
		background-color: #FFF;
		border: 1px solid #B9C3D1;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		font-size: 16px !important;
	}
		.gfield .ginput_container_fileupload input {
			width: auto !important;
			border: none;
		}
	.gform_wrapper .gform_footer {
		margin: 30px 0 0 !important;
		padding: 0 !important;
		text-align: center;
	}
		.form-row .gform_wrapper .gform_footer {
			margin-left: 8px !important;
			text-align: left;
		}
	.gform_footer .gform_button {
		width: 100% !important;
		padding: 15px 60px !important;
		font-size: 1.75rem !important;
	}
	.gform_wrapper .validation_error {
		display: none;
	}
	.gform_wrapper .gfield_error {
		background: none !important;
		border: none !important;
	}
	.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
		margin-top: 0 !important;
	}
		.bg-blue .gfield_error .gfield_label, .bg-blue .gform_wrapper .validation_message {
			color: #fff81f !important;
		}
	.gform_wrapper .validation_message {
		padding-top: 7.5px !important;
	}
	.gform_wrapper.gf_browser_chrome .gform_body {
		width: 100% !important;
	}
	.gform_wrapper .gfield_checkbox li input, .gform_wrapper .gfield_checkbox li input[type=checkbox], .gform_wrapper .gfield_radio li input[type=radio] {
		vertical-align: top !important;
	}
	.gform_wrapper .gfield_required {
		color: #a00 !important;
	}
		.font-white .gform_wrapper .gfield_required {
			color: #fff !important;
		}
.gfield_description {
	margin-top: -7.5px;
	padding-top: 0 !important;
}
.grecaptcha-badge {
	display: none;
	opacity: 0;
}
.ginput_container_consent {
	display: flex;
	display: -ms-flexbox;
	align-items: flex-start;
	-ms-align-items: flex-start;
}
.ginput_container_consent input[type=checkbox] {
	margin-top: 7.5px !important;
}
.gfield .gfield_consent_label {
	margin: 0 !important;
	padding-left: 7.5px !important;
	font-weight: normal !important;
	text-transform: none !important;
}

/* ===== Fancybox ===== */
.fancybox-content {
	padding: 30px !important;
}
	.fancybox-content .gform_wrapper {
		width: 700px;
	}

/* ===== Social media icons ===== */
.sharing-buttons {
	margin: 0 0 -7.5px -7.5px;
}
	.sharing-buttons a {
		display: inline-block;
		width: 30px;
		height: 30px;
		padding: 5px;
		margin: 0 0 7.5px 7.5px;
		background-color: #7d7d7d;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		text-align: center;
	}
	.sharing-buttons a:hover {
		filter: alpha(opacity=90);
		opacity: 0.9;
	}
	.sharing-buttons .button-facebook {
		background-color: #415993;
	}
	.sharing-buttons .button-linkedin {
		background-color: #0e76a8;
	}
	.sharing-buttons .button-pinterest {
		background-color: #bb3430;
	}
	.sharing-buttons .button-twitter {
		background-color: #69abe8;
	}
	.sharing-buttons em {
		color: #fff;
		font-size: 20px;
	}

/* Slick.js
====================================================*/
.slick-wrapper {
	clear: both !important;
	max-width: 1366px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 60px;
	padding-right: 60px;
}
	.slick-wrapper .slick-next, .slick-wrapper .slick-prev {
		z-index: 200;
		width: 40px;
		height: 40px;
		font-size: 40px;
		line-height: 1;
		overflow: visible;
	}
	.slick-wrapper .slick-next {
		right: 5px;
	}
	.slick-wrapper .slick-prev {
		left: 5px;
	}
	.slick-wrapper .slick-prev:before, .slick-wrapper .slick-next:before {
		display: block;
		color: #034C8C;
		font-size: 40px;
		line-height: 1;
		opacity: 1;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.slick-wrapper .slick-prev:before {
		content: "\f104";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		text-align: left;
	}
	.slick-wrapper .slick-next:before {
		content: "\f105";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		text-align: right;
	}
	.slick-wrapper .slick-prev:focus-within, .slick-wrapper .slick-next:focus-within {
		outline: 1px solid #f5f5f5;
	}
	.slick-wrapper .slick-track {
		display: flex;
		align-items: center;
		justify-content: center;
	}

/* ===== Team Slider ===== */
.team-slider {
	padding-bottom: 0;
	padding-top: 30px;
}
	.team-slider .slick-slide {
		padding: 0 7.5px;
		text-align: center;
	}
	.team-slider .slick-prev:before, .team-slider .slick-next:before {
		color: #7E7E7E;
	}
	.team-slider .slick-track {
		align-items: flex-start;
	}
	.team-bios a {
		display: block;
		color: #000;
		text-decoration: none;
	}
	.team-bios img {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.team-bios .bio-name {
		font-size: 1.15rem;
	}
	.team-bios .bio-title {
		display: block;
		margin-top: 5px;
		font-size: .925rem;
		text-transform: uppercase;
	}
	.team-bios .bio-link {
		display: block;
		margin-top: 5px;
		color: #3A5371;
		font-size: .85rem;
		text-decoration: underline;
		text-transform: uppercase;
	}
		.team-bios a:hover .bio-link {
			color: #000;
			text-decoration: none;
		}
.bio-popup {
	max-width: 800px;
	padding: 30px;
}

/* ===== Team Page and Bios ===== */
.team-featured-image img {
	display: block;
	border: 2px solid #FADF63;
}
	.row-legal-team .col {
		flex: 0 0 20%;
		max-width: 20%;
		margin-top: 45px;
		text-align: center;
	}
	.row-legal-team img {
		display: block;
		width: auto;
		max-height: 200px;
		margin: 0 auto 15px;
	}
	.row-legal-team .bio-title, .row-legal-team .bio-link {
		margin-top: 0;
	}

/* ===== Case Studies Slider ===== */
.case-studies-slider {
	padding-top: 30px;
}
	p + .case-studies-slider, ul + .case-studies-slider {
		padding-top: 0;
	}
	.case-studies-slider .slick-prev:before, .case-studies-slider .slick-next:before {
		background-color: #c4c4c4;
		color: #fff;
	}
	.case-studies-slider .slick-prev:before, .case-studies-slider .slick-next:before {
		text-align: center;
	}
.study-padding {
	padding: 15px 45px;
	text-align: center;
}

/* ===== Case Studies Page ===== */
.study-cats-col {
	flex: 0 0 270px;
	max-width: 270px;
	padding-right: 45px !important;
}
.case-study-tabs {
	display: block;
	margin-top: -7.5px;
	border: none !important;
	text-align: right;
}
	.case-study-tabs .nav-item {
		display: block;
		margin: 0;
		padding: 15px 0;
		border: none !important;
		border-bottom: 1px solid #c4c4c4 !important;
		font-size: 1rem;
		line-height: 1.25em;
	}
	.case-study-tabs .nav-item.active {
		color: #000;
		font-size: 1.15rem;
		font-weight: bold;
		text-decoration: none;
	}
.case-studies-tab-pane {
	margin-bottom: -60px;
}
	.case-studies-tab-pane .study-padding {
		padding: 0;
		margin-bottom: 60px;
	}

/* ===== #award-icons ===== */
#award-icons {
	text-align: center;
}
	#award-icons img {
		display: inline-block;
		padding: 0 22.5px;
	}

/* ===== CTA ===== */
.cta-area .container, .cta-area .row {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}
.cta-area .col {
	padding: 30px;
}
	.cta-area .col:first-child {
		position: relative;
		padding-right: 90px;
	}
	.cta-area .col:first-child:after, .cta-area .col:last-child:after {
		content: '';
		position: absolute;
		z-index: 10;
		top: 0;
		right: 22.5px;
		width: 45px;
		height: 100%;
		background-color: inherit;
		transform: skewX(-20deg);
		-moz-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		-webkit-transform: skewX(-20deg);
	}
	.cta-area .col:last-child {
		padding-left: 45px;
	}
	.cta-area .col:last-child:after {
		z-index: 9;
		right: auto;
		left: -22.5px;
	}
	.cta-area .phone-note {
		margin-left: 30px;
		font-size: .95rem;
		line-height: 1.35em;
		text-transform: uppercase;
	}

/* ===== Claim Quiz ===== */
.claim-quiz:before, .claim-quiz .col:first-child:before {
	content: 'or';
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 50;
	width: 90px;
	height: 90px;
	top: 50%;
	left: 50%;
	margin: -45px 0 -1px -90px;
	background-color: #034C8C;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	color: #fff;
	font-size: 1.75rem;
	font-style: italic;
	line-height: 1em;
	text-align: center;
}
	.claim-quiz .col:first-child:after, .claim-quiz .col:last-child:after {
		right: 47.5px;
		width: 95px;
		transform: skewX(-10deg);
		-moz-transform: skewX(-10deg);
		-ms-transform: skewX(-10deg);
		-webkit-transform: skewX(-10deg);
	}
	.claim-quiz .col:first-child:before {
		display: none;
	}
	.claim-quiz .col:first-child {
		padding-left: 90px;
		padding-right: 120px;
		color: #333;
	}
	.claim-quiz .col:last-child {
		padding-left: 150px;
		padding-right: 75px;
		color: #273649;
	}
	.claim-quiz .col:last-child:after {
		left: -45px;
		right: auto;
	}
		.claim-quiz .col:last-child .d-flex {
			max-width: 250px;
		}
	.claim-quiz .fa-phone-volume {
		display: block;
		margin: 0 auto 15px;
		font-size: 75px;
		transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.claim-quiz .phone-note {
		margin: 7.5px 0 0;
	}
	.claim-quiz .gform_wrapper {
		width: 100% !important;
		max-width: 390px !important;
		margin: 0 !important;
	}
		.claim-quiz .gform_wrapper .gfield {
			margin-top: 12.5px !important;
		}
		.claim-quiz .gfield label {
			margin-bottom: 2.5px;
			font-size: .95rem !important;
			line-height: 1.3em !important;
		}
		.claim-quiz .gform_wrapper textarea.small {
			height: 50px !important;
		}
		.claim-quiz .gfield input, .claim-quiz .gfield select, .claim-quiz .gfield textarea {
			padding: 2.5px !important;
		}
	.claim-quiz .gf_progressbar_wrapper {
		display: none !important;
	}
	.claim-quiz .gform_page_footer {
		padding: 0 !important;
		margin: 15px 0 0 !important;
		border: none !important;
	}
	.claim-quiz .button {
		width: auto !important;
		padding: 12.5px 22.5px !important;
		margin: 0 15px 0 0 !important;
		font-size: 1.25rem !important;
	}
	.claim-quiz .gform_previous_button {
		background-color: #fff !important;
		color: #000 !important;
	}
	.claim-quiz .gform_previous_button:hover {
		background-color: #c4c4c4 !important;
	}
	.quiz-wrapper .h4 {
		line-height: 1.1em;
	}
	.quiz-wrapper .gfield.gfield_html {
		line-height: 1.4em !important;
	}
	.quiz-wrapper .gfield_description {
		line-height: 1.5em !important;
	}

/* ===== Single Location ===== */
.location-icons {
	text-align: center;
}
	.location-icons .col-12 {
		padding-left: 45px;
		padding-right: 45px;
		border-left: 1px solid #c4c4c4;
	}
	.location-icons .col-12:first-child {
		border-left: none;
	}
	.location-icons img {
		width: auto;
		max-height: 120px;
		margin-bottom: 15px;
	}
	.location-icons p {
		margin-bottom: 15px !important;
	}
	.location-icons p:last-child {
		margin-bottom: 0 !important;
	}
	.location-icons .h6 {
		font-weight: bold;
	}
	.location-icons .main-subhead {
		text-transform: uppercase;
	}
.location-secondary {
	overflow-x: hidden;
}
	.location-secondary .col:first-child:after, .location-secondary .col:last-child:after {
		right: 30px;
		width: 60px;
		transform: skewX(-5deg);
		-moz-transform: skewX(-5deg);
		-ms-transform: skewX(-5deg);
		-webkit-transform: skewX(-5deg);
	}
	.location-secondary .col:first-child:before {
		display: none;
	}
	.location-secondary .col:first-child {
		padding-left: 60px;
		padding-right: 105px;
		color: #333;
	}
	.location-secondary .col:last-child {
		padding-left: 60px;
		padding-right: 60px;
		color: #273649;
		font-weight: bold;
	}
	.location-secondary .col:last-child:after {
		left: -30px;
		right: auto;
	}
	.location-secondary h3 {
		max-width: 450px;
		font-weight: bold;
	}
.services-intro {
	font-size: 1.25rem;
}
.checks {
	display: inline-block;
	list-style: none;
	margin: 30px 0 0;
}
	.checks li:before {
	    content: '\f058';
	    margin: 0 10px 0 -20px;
	    color: inherit;
		font-family: 'Font Awesome 5 Free';
		font-weight: 400;
	}
	.checks li {
		display: block;
		margin-bottom: 7.5px;
		text-align: left;
	}
#location-map {
	height: 255px;
}

/* ===== Testimonials Slider ===== */
.testimonials-slider .slick-slide {
	text-align: center;
}
	.testimonials-slider .slick-slide p {
		max-width: 780px;
		padding: 0 15px;
		margin-left: auto;
		margin-right: auto;
	}
.testimonials-slider .slick-prev:before, .testimonials-slider .slick-next:before {
	background-color: #7EBDC2;
	color: #fff;
}
.testimonials-slider .slick-prev:before, .testimonials-slider .slick-next:before {
	text-align: center;
}

/* ===== Contact ===== */
.contact-icons {
	max-width: 700px !important;
	margin-left: auto;
	margin-right: auto;
}
	.contact-icons .col {
		margin-top: 0 !important;
	}
	.contact-icons .wp-block-image {
		margin-bottom: 15px;
	}
	.contact-icons p {
		line-height: 1.35rem;
	}
	.contact-icons a {
		color: #000;
		font-size: 1.25rem;
		text-decoration: none;
	}
	.contact-icons a:hover {
		color: #3A5371;
	}
.row-header {
	display: block;
	margin-bottom: 2.5px;
	font-size: 1.25rem;
	font-weight: bold;
}
	.footer-info.align-items-start .fa {
		margin: 7.5px 12.5px 0 0;
	}
	.footer-info.align-items-start .option {
		font-size: 1rem;
		font-weight: normal;
	}
	.footer-info .map-link {
		color: #3A5371;
		text-decoration: underline;
	}
		.footer-info a:hover .map-link {
			text-decoration: none;
		}
.entry-content iframe {
	display: block;
	margin: 30px 0;
}

/* ===== SEO Page ===== */
.seo-button {
	margin: -15px 0 45px !important;
}
.seo-group-photo {
	display: block;
	max-width: 1080px;
	margin: 0 auto;
}
	.seo-page-content .evaluation-cta {
		margin-top: 15px;
	}
.location-subpages {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
	.location-subpages li {
		display: inline-block;
		margin: 0 15px 15px;
	}

/* ===== 404 Page ===== */
.header-404 {
	color: #273649;
	font-size: 7.5rem;
}
.cta-404 {
	max-width: 750px;
	padding: 30px;
	font-size: 1.2rem;
}
	.cta-404 .h1 {
		margin-bottom: 12.5px !important;
	}
	.cta-404 .btn {
		display: block;
		font-size: 1.75rem;
	}

/* ===== Attorney Lander ===== */
.attorney-headline {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
	.attorney-headline .col {
		padding: 15px 0 15px 40px;
		background: rgb(39,54,73);
		background: -moz-linear-gradient(90deg, rgba(39,54,73,1) 0%, rgba(57,134,220,1) 100%);
		background: -webkit-linear-gradient(90deg, rgba(39,54,73,1) 0%, rgba(57,134,220,1) 100%);
		background: linear-gradient(90deg, rgba(39,54,73,1) 0%, rgba(57,134,220,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#273649",endColorstr="#034C8C",GradientType=1);
	}
		.attorney-headline .col span {
			display: inline-block;
			margin-left: 7.5px;
			font: normal 1.75rem/1.1em 'Roboto', Arial, sans-serif;
			letter-spacing: normal;
			text-transform: none;
		}
		.attorney-lander .navbar .container {
			padding-bottom: 15px;
		}
	.attorney-lander #content {
		padding-top: 89px;
	}
	.open-quote img {
		width: auto;
		height: 50px;
	}

/* ===== #main-footer ===== */
#main-footer {
	background-color: #F5F5F5;
	font-size: .95rem;
}
	#main-footer .container {
		padding-bottom: 45px;
		padding-top: 45px;
	}
	#main-footer hr {
		max-width: 100px;
		background-color: #FADF63;
	}
	#main-footer .row {
		margin-left: -37.5px;
		margin-right: -37.5px;
	}
	#main-footer .col-12 {
		padding-left: 37.5px;
		padding-right: 37.5px;
	}
	#main-footer .col-contact {
		padding-left: 60px;
		padding-right: 60px;
	}
	#main-footer .fa {
		width: 22.5px;
		margin-right: 7.5px;
		text-align: center;
	}
.footer-logo {
	display: block;
	width: auto;
	max-height: 60px;
}
	.location-footer .footer-logo {
		margin-bottom: 30px;
	}
.footer-info {
	margin-top: 22.5px;
	line-height: 1.4em;
}
	.footer-info a {
		color: #000;
		text-decoration: none;
	}
	.footer-info a:hover {
		color: #3A5371;
	}
.footer-phone-number {
	font-size: 1.4em;
}
.footer-locations {
	width: 66%;
	table-layout: fixed;
}
	.footer-locations td {
		vertical-align: top;
	}
	.footer-locations ul {
		list-style: none;
		padding: 0;
		margin-bottom: 22.5px;
	}
		.footer-locations ul:last-child {
			margin-bottom: 0;
		}
	.footer-locations li {
		margin-bottom: 0;
	}
	.footer-locations strong {
		font-size: 1.2rem;
	}

.footer-locations a {
	color: #000 !important;
	font-weight: bold;
}
.footer-note {
	margin-top: 30px;
	font-size: .9rem;
	line-height: 1.55em;
}
.copyright {
	padding: 15px 60px;
	background-color: #3A5371;
	color: #fff;
	font-size: .85rem;
}
	.copyright p {
		margin-bottom: 2.5px;
	}
	.copyright a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	.copyright a:hover {
		color: #f5f5f5;
	}
.sm-icons {
	margin: 22.5px 0 0;
}
	.sm-icons a {
		display: inline-block;
		margin: 0 15px 15px 0;
		color: #3A5371;
		font-size: 28px;
		line-height: 1em;
	}

/* ===== Responsive ===== */
@media screen and (min-width: 2040px) {
	.navbar .row {
		padding: 0;
	}
}
@media screen and (max-width: 1600px) {
	.container, .container-fluid {
		padding: 60px;
	}
	.navbar .row {
		padding: 0 60px;
	}
}
@media screen and (max-width: 1400px) {
	.home .page-title {
		font-size: 6.5rem;
	}
	.single-location .page-title {
		font-size: 4rem;
	}
	.home .page-subtitle {
		font-size: 2.75rem;
	}
	.single-location .page-subtitle {
		font-size: 2.5rem;
	}
	.attorney-h1 {
		padding-bottom: 45px;
	}
}
@media screen and (max-width: 1200px) {
	.container {
		padding: 45px 30px;
	}
	.navbar .row {
		padding-left: 30px;
		padding-right: 30px;
	}
	.navbar-nav .menu-item {
		margin-left: -5px;
		margin-right: 25px;
	}
	.navbar-nav .menu-item a {
		font-size: 1.15rem;
		padding-left: 5px;
		padding-right: 5px;
	}
	.btn-nav {
		font-size: 1.25rem;
	}
	.home .title-wrapper {
		position: relative;
		top: -15px;
	}
	.home .page-title {
		font-size: 6rem;
	}
	.home .page-subtitle {
		font-size: 2.6rem;
	}
	.single-location .page-title {
		font-size: 3.5rem;
	}
	.single-location .page-subtitle {
		font-size: 2.4rem;
	}
	.cta-area .col:first-child {
		padding-right: 60px;
	}
	.cta-area .col:last-child {
		padding-left: 30px;
	}
	.cta-area .h2 {
		font-size: 2.75rem;
	}
	.cta-area .col:first-child:after {
		right: 7.5px;
	}
	.services-grid.three-cols {
		padding: 30px 0;
	}
	.services-grid.three-cols .col:nth-child(1):after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		height: .25px;
		width: 100%;
		background-color: #c4c4c4;
	}
	.services-grid.three-cols.last-grid-row .col:nth-child(1):after {
		display: none !important;
	}
	.services-grid.three-cols .col:nth-child(3), .services-grid.three-cols .col:nth-child(5) {
		padding-top: 45px !important;
		border-left: none !important;
	}
	.services-grid.three-cols .col:nth-child(4) {
		padding-bottom: 45px !important;
		border-left: 1px solid #c4c4c4 !important;
	}
	.services-grid.three-cols .col:nth-child(5), .services-grid.three-cols .col:nth-child(6) {
		padding-top: 45px !important;
	}
	.claim-quiz .col:first-child {
		padding-left: 60px;
	}
	.claim-quiz:before {
		margin-left: -52.5px;
	}
	.attorney-h1 {
		padding-bottom: 90px;
	}
	.attorney-headline .col {
		padding-left: 27.5px;
	}
	.attorney-headline .col span {
		display: block;
		margin: 2.5px 0 0;
	}
	.cta-area .col {
		flex: 0 0 100%;
		max-width: 100%;
		justify-content: center !important;
		justify-content: -ms-center !important;
		padding: 30px !important;
		margin: 0 !important;
		text-align: center;
	}
	.cta-area .col .align-items-center {
		justify-content: center !important;
		justify-content: -ms-center !important;
	}
	.cta-area .col:first-child:after, .cta-area .col:last-child:after {
		display: none;
	}
}
@media screen and (min-width: 1082px) {
	#main-nav li:hover .indicator {
      	transform: rotateX(180deg);
		-moz-transition: rotateX(180deg);
		-ms-transition: rotateX(180deg);
		-o-transition: rotateX(180deg);
		-webkit-transform: rotateX(180deg);
	}
}
@media screen and (max-width: 1082px) {
	body, #page {
		overflow-x: hidden;
	}
	.show-tablet, .home .show-tablet-home {
		display: block !important;
	}
	.hide-tablet, .home .hide-tablet-home {
		display: none !important;
	}
	h1, .h1 {
		font-size: 2.8rem;
	}
	h2, .h2  {
		font-size: 2.5rem;
	}
	h3, .h3 {
		font-size: 2.2rem;
	}
	h4, .h4 {
		font-size: 1.9rem;
	}
	h5, .h5, .post h2 {
		font-size: 1.6rem;
	}
	h6, .h6 {
		font-size: 1.3rem;
	}
	.anchor {
		top: -100px;
	}
	.has-medium-font-size {
		font-size: 1.1rem;
	}
	.navbar .container {
		padding: 10px 0 !important;
	}
	#logo img {
		height: 50px;
	}
	.navbar .col-header-locations, .navbar .col-header-phone {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar .nav-row {
		margin: 0;
		padding: 0 !important;
	}
	.navbar .col-header-locations {
		flex: 0 0 202.5px;
	    max-width: 202.5px;
	    padding-right: 7.5px;
	}
	.navbar .col-header-phone {
	    flex: 0 0 175px;
	    max-width: 175px;
	    padding-left: 15px;
	}
	.navbar .col-header-locations a {
		font-size: .85rem;
	}
	.navbar .col-header-phone strong {
		font-size: 1rem;
	}
	.navbar .col-header-phone .header-tagline {
		font-size: .8rem;
	}
	#content {
		padding-top: 70px !important;
	}
	.caption-overlay figcaption {
		padding: 7.5px;
		font-size: .9rem;
		line-height: 1.35em;
	}
	.page-title {
		font-size: 4rem;
	}
	.page-subtitle {
		font-size: 2.4rem;
	}
	.single-location .page-title {
		font-size: 3.5rem;
	}
	.single-location .page-subtitle {
		font-size: 2.3rem;
	}
	.blue-banner {
		margin-bottom: 0
	}
	.blue-banner .featured-image {
		margin: -15px 0;
	}
	.row-legal-team .col {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.services-grid {
		padding-left: 0;
		padding-right: 0;
	}
	.services-grid.four-cols .col {
		padding-left: 15px;
		padding-right: 15px;
	}
	.services-grid.four-cols .grid-title {
		font-size: 1rem;
	}
	.services-grid.four-cols .grid-top {
		height: 135px;
	}
	.services-grid.four-cols .wp-block-image {
		height: 75px;
	}
	.services-grid.four-cols .wp-block-image img {
		max-height: 75px;
	}
	.services-slider img {
		max-height: 100px;
	}
	.services-slider .grid-title {
		font-size: 1.25rem;
	}
	.cta-area .h2 {
		font-size: 2.25rem;
	}
	.evaluation-cta {
		max-width: 390px;
		padding: 30px 90px 30px 30px;
		margin: 0 0 30px 45px;
	}
	.claim-quiz .col:first-child {
		padding-bottom: 75px !important;
	}
	.claim-quiz .col:last-child {
		padding-left: 60px;
		padding-top: 67.5px !important;
	}
	.claim-quiz .col:first-child:after, .claim-quiz .col:last-child:after, .location-secondary .col:first-child:after, .location-secondary .col:last-child:after {
		display: none !important;
	}
	.claim-quiz .col:last-child .d-flex {
		max-width: 100%;
		width: 100%;
		text-align: left;
	}
	.claim-quiz:before {
		display: none;
	}
	.claim-quiz .col:first-child:before {
		display: flex;
		bottom: -45px;
		top: auto;
		left: 0;
		margin-left: 0;
		margin-top: -40px;
	}
	.claim-quiz .fa-phone-volume {
		margin-left: 0;
		margin-right: 0;
	}
	.claim-quiz .claim-call {
		margin-top: -15px;
		padding-left: 15px;
	}
	.slick-slider {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.study-padding {
		padding-left: 30px;
		padding-right: 30px;
	}
	.location-icons .col-12 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.location-icons .col-12 br {
		display: none;
	}
	.header-404 {
		font-size: 5.25rem;
	}
	.cta-404 {
		font-size: 1.1rem;
	}
	.cta-404 .btn {
		font-size: 1.5rem;
	}
	.attorney-h1 {
		padding-bottom: 0;
	}
	.copyright {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 990px) {
	.home .page-title {
		font-size: 5rem;
	}
	.single-location .page-title {
		font-size: 3rem;
	}
	.home .page-subtitle, .single-location .page-subtitle {
		margin-top: -15px;
		font-size: 2.2rem;
	}
	.single-location .page-subtitle {
		margin-top: -15px !important;
	}
}
@media screen and (max-width: 940px) {
	.services-grid .col {
		padding: 30px;
	}
	.services-grid.four-cols .col {
		padding: 22.5px;
	}
	.services-grid.four-cols .col p {
		font-size: .9rem;
	}
	.claim-quiz .col:first-child, .claim-quiz .col:last-child {
		padding-left: 45px !important;
		padding-right: 45px !important;
		text-align: left !important;
	}
	#practice-area-tabs .nav-link {
		flex: 0 0 165px;
		max-width: 165px;
		padding: 15px;
		font-size: .95rem;
	}
	.tab-content {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.seo-group-photo {
		max-width: 100%;
	}
}
@media screen and (max-width: 900px) {
	.single-location .page-title {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 782px) {
	body.logged-in {
		padding-top: 46px;
	}
	body {
		font-size: .95rem;
	}
	h1, .h1 {
		font-size: 2.4rem;
	}
	h2, .h2  {
		font-size: 2.1rem;
	}
	h3, .h3 {
		font-size: 1.8rem;
	}
	h4, .h4 {
		font-size: 1.5rem;
	}
	h5, .h5, .post h2 {
		font-size: 1.3rem;
	}
	h6, .h6 {
		font-size: 1.1rem;
	}
	ul, ol {
		padding-left: 22.5px;
	}
	p, ul, ol {
		margin-bottom: 22.5px;
	}
	h2 br, .h2 br, strong br {
		display: none;
	}
	.anchor {
		top: -70px;
	}
	.show-phone {
		display: block !important;
	}
	.hide-phone {
		display: none !important;
	}
	.logged-in #main-header {
		margin-top: 46px;
	}
	img.alignleft, img.alignright {
		float: none;
		max-width: 100%;
		margin: 0 auto 30px;
	}
	img.alignleft {
		float: right;
		max-width: 50%;
		margin: 0 0 30px 30px;
	}
	.container, .navbar .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.row {
		margin-left: 0;
		margin-right: 0;
	}
	.row.mt-4 {
		margin-top: 30px !important;
	}
	.col, .col-12 {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.col-12.pl-0, .col-12.pl-5 {
		padding-left: 7.5px !important;
	}
	.col-12.pr-0, .col-12.pr-5 {
		padding-right: 7.5px !important;
	}
	.button, .gform_button, .btn, .wp-block-button a {
		font-size: 1.2rem;
		padding: 15px 22.5px;
	}
	.wp-block-separator {
		max-width: 120px;
		margin: 15px auto !important;
	}
	.no-border-mobile {
		border: none !important;
	}
	.wp-block-image .fancybox:before {
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
	}
	.wp-block-image figcaption {
		font-size: 1.1rem;
	}
	.wp-block-image .alignleft, .wp-block-image .alignright {
		max-width: 100%;
		margin: 0 auto 30px;
	}
	.wp-block-image + .h5 {
		margin-top: 0;
	}
	.col-md-4 .wp-block-image .fancybox:before {
		width: 50px;
		height: 50px;
		margin: -25px 0 0 -25px;
	}
	.text-left br {
		display: none;
	}
	.text-left .wp-block-separator {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.home .text-left .btn {
		display: block;
		width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	#nav-toggle {
		width: 28px;
		font-size: 28px;
	}
	#logo img {
		height: 40px;
	}
	.col-header-phone {
		justify-content: flex-end;
		border: none !important;
	}
	#main-header .navbar-collapse.show {
		padding-left: 15px;
		padding-right: 15px;
	}
	#content {
		padding-top: 60px !important;
	}
	.has-3-columns .wp-block-column {
		flex-basis: 100%;
		text-align: center;
	}
	.align-center-mobile {
		text-align: center;
	}
	#content .row [class*="col-"], #content .flex-column-reverse [class*="col-"]:first-child {
		margin-bottom: 0;
		margin-top: 30px;
	}
	#content .flex-column-reverse [class*="col-"]:last-child {
		margin-bottom: 30px;
	}
	#content .row [class*="col-"]:first-child, #content .flex-column-reverse [class*="col-"]:last-child {
		margin-top: 0;
	}
	.wp-block-image {
		margin-bottom: 15px;
	}
	* > .wp-block-image:last-child {
		margin-bottom: 0;
	}
	.wp-block-image .alignright, .wp-block-image .alignright {
		float: none;
		margin: 0 0 30px;
	}
	.row-full-mobile {
		width: calc(100% + 30px) !important;
		margin-left: -15px !important;
	}
	#main-header .navbar-collapse.show {
		margin-top: 10px;
	}
	.home #banner {
		margin-bottom: 0;
	}
	#banner {
		overflow: hidden;
	}
	#banner img {
		max-width: 150%;
		margin-left: -25%;
	}
	.home #banner img {
		max-width: 125%;
		margin-left: -12.5%;
	}
	.banner-overlay {
		position: relative;
		top: auto !important;
		bottom: auto;
		margin: 0;
		padding: 15px 22.5px 15px !important;
		background-color: #3A5371 !important;
		text-align: center;
	}
	.home .title-wrapper {
		top: 0;
	}
	.home .page-title, .single-location .page-title {
		margin-top: 15px;
		color: #fff;
		font-size: 3rem;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, .75);
	}
	.home .page-subtitle, .single-location .page-subtitle {
		margin: -20px 0 22.5px;
		color: #fff;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, .75);
	}
	.page-title {
		margin-bottom: 7.5px;
		font-size: 2.5rem;
	}
	.page-subtitle {
		margin-bottom: 15px !important;
		font-size: 1.4rem !important;
	}
	#breadcrumbs {
		font-size: 1rem;
	}
	.blue-banner {
		margin-bottom: 0;
	}
	.blue-banner .featured-image img {
		max-width: 300px;
	}
	.row-legal-team .col {
		flex: 0 0 33.33%;
		max-width: 33.33%;
		margin-top: 30px;
	}
	.team-slider .bio-title, .team-slider .bio-link {
		margin-top: 0;
	}
	.services-grid {
		align-items: flex-end !important;
		padding: 0 15px;
	}
	.services-grid .col {
		padding: 15px !important;
		margin-top: 0 !important;
		border: none !important;
	}
	.services-grid.border-top:before {
		display: none !important;
	}
	.services-grid .col.border-top {
		border: none !important;
		padding-top: 15px !important;
	}
	.services-grid.two-cols + .services-grid.four-cols {
		margin-top: 30px;
	}
	.services-grid .wp-block-image {
		height: 100px;
	}
	.services-grid .wp-block-image img {
		height: 100% !important;
	}
	.container .row.services-grid.three-cols .col {
		border: none !important;
		padding: 30px 15px !important;
	}
	.container .row.services-grid.three-cols .col:after {
		display: none !important;
	}
	.container .services-grid.three-cols .col:first-child {
		padding-top: 0 !important;
	}
	.container .services-grid.three-cols .col:last-child {
		padding-bottom: 0 !important;
	}
	.services-grid.two-cols .col.pb-5 {
		padding-bottom: 15px !important;
	}
	.services-grid.three-cols .two-lines {
		min-height: auto;
	}
	.services-grid .smaller-icon img {
		max-height: 100%;
	}
	.services-grid .grid-top {
		height: auto !important;
	}
	.services-grid .grid-top + .text-left {
		text-align: center !important;
	}
	.services-grid.three-cols .grid-title, .services-grid.two-cols .grid-title {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.services-grid.four-cols .wp-block-image {
		margin-bottom: 15px;
	}
	.cta-area .col {
		padding: 22.5px !important;
	}
	.study-cats-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 30px;
		padding-right: 7.5px !important;
	}
	.case-study-tabs {
		padding: 0;
		text-align: left;
	}
	.study-cats-col .nav-item {
		display: inline-block;
		padding: 7.5px;
		margin: 0 7.5px 7.5px 0;
		border: 1px solid #c4c4c4 !important;
		border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
		font-size: .9rem !important;
		text-decoration: none;
	}
	.study-cats-col .nav-item.active {
		background-color: #3A5371 !important;
		border: 1px solid #c4c4c4 !important;
		color: #fff !important;
		font-size: .9rem !important;
		font-weight: normal !important;
	}
	.case-studies-tab-pane .row {
		margin: 0 !important;
		padding: 0;
	}
	.case-studies-tab-pane, .case-studies-tab-pane .study-padding {
		margin-bottom: 0;
	}
	.evaluation-cta {
		max-width: 100%;
		padding: 22.5px;
		margin: 0 auto 45px;
	}
	.evaluation-cta .content {
		max-width: 175px;
	}
	.faq-col + .faq-col {
		margin-top: -1px !important;
	}
	.faq-col .faq-wrapper {
		border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		-webkit-border-radius: 0 !important;
	}
	.slick-wrapper .slick-prev, .case-studies-slider .slick-prev {
		left: 0;
	}
	.slick-wrapper .slick-next, .case-studies-slider .slick-next {
		right: 0;
	}
	.testimonials-slider .slick-prev {
		left: -15px;
	}
	.testimonials-slider .slick-next {
		right: -15px;
	}
	.team-slider .slick-slide {
		padding: 0 15px;
	}
	.faq-question {
		font-size: 1.1rem;
	}
	#map {
		height: 250px;
	}
	#map-sidebar {
		height: auto;
	}
	.location-icons .col-12 {
		padding-left: 0;
		padding-right: 0;
		margin-top: 45px;
		border: none;
	}
	.location-icons .col-12:first-child {
		margin-top: 0;
	}
	.location-icons img {
		max-height: 90px;
	}
	.w-100 .w-50 {
		width: 100% !important;
	}
	.w-50 + .w-50 .checks {
		margin-top: 0 !important;
	}
	.sharing-buttons {
		margin-top: -15px;
	}
	.blog-meta .col {
		padding: 0 !important;
	}
	.in-the-media {
		margin-top: -30px;
	}
	.in-the-media .col {
		margin-top: 30px !important;
	}
	.media-featured-image {
		border-top: 7.5px solid #FADF63;
	}
	.radio-partners .col {
		flex: 0 0 33.33%;
		max-width: 33.33%;
		margin-top: 15px;
	}
	.community-grid .col .wp-block-separator:first-child {
		display: none;
	}
	#location-map {
		margin-bottom: 30px;
	}
	.contact-icons {
		margin-bottom: 0 !important;
	}
	.contact-icons .col {
		margin: 0 0 30px !important;
	}
	.contact-icons .col .wp-block-image figure {
		margin-bottom: 15px;
	}
	.contact-icons .col img {
		max-width: 100px;
	}
	.header-404 {
		font-size: 4.5rem;
	}
	.header-404 br {
		display: none;
	}
	.attorney-lander .blue-banner {
		padding-bottom: 120px;
	}
	.attorney-headline .col span {
		font-size: 1.25rem;
	}
	#main-footer .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main-footer .col-12 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-locations li {
		margin-bottom: 2.5px;
	}
	.footer-logo {
		max-height: 40px;
	}
	.copyright {
		padding-left: 22.5px;
		padding-right: 22.5px;
	}
}
@media screen and (max-width: 641px) {
	html #wpadminbar {
		position: fixed !important;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1 !important;
	}
	.gform_wrapper .gform_body .gform_fields {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.gform_wrapper ul.gform_fields li.gfield {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.gform_footer .gform_button {
		padding: 15px !important;
		margin-bottom: 0 !important;
		font-size: 1rem !important;
	}
	.gravity-form .gform_wrapper .gform_footer {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media screen and (max-width: 576px) {
	.row .row .col-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.blue-banner .featured-image img {
		max-width: 250px;
	}
	.services-slider .grid-title {
		font-size: 1.1rem;
	}
	.row-legal-team .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.loc-result {
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.result-distance {
	    width: 60px;
	    min-width: 60px;
	    height: 60px;
	    padding-top: 24px;
	    font-size: 14px;
	}
	.result-info {
		width: 100%;
	}
	.result-button {
		margin-top: 15px;
	}
	.result-distance + .result-info {
		width: 75%;
	}
	.result-distance + .result-info + .result-button {
		margin-left: 85px;
	}
	.blog-pagination a, .blog-pagination .current {
		width: 30px;
	    padding: 2.5px 5px;
	    margin: 3.75px;
	}
	.blog-pagination .dots {
		margin: 0 7.5px;
	}
	.row-404 .col {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.header-404 {
		margin-bottom: 0 !important;
		font-size: 2.75rem;
	}
	.cta-404 {
		padding: 15px;
	}
}
@media screen and (max-width: 480px) {
	.hide-small {
		display: none !important;
	}
	.show-small {
		display: block !important;
	}
	.navbar-toggler {
		margin-right: 15px;
	}
	#logo img {
		height: 35px;
	}
	.navbar .col-header-phone {
		flex: 0 0 110px;
		max-width: 110px;
		padding-left: 0;
	}
	.navbar .col-header-phone .header-tagline {
		font-size: .7rem;
	}
	#content {
		padding-top: 55px !important;
	}
	.page-title {
		font-size: 2.25rem;
	}
	#breadcrumbs {
		font-size: .9rem;
	}
	.banner-overlay .btn {
		padding: 15px 22.5px;
		font-size: 1.25rem;
	}
	.cta-area .h2 span {
		display: block;
		margin-bottom: 2.5px;
		font-size: 2.5rem;
	}
	.cta-area .col .align-items-center {
		flex-direction: column !important;
	}
	.cta-area .col .flex-row {
		flex-direction: row !important;
	}
	.injured-cta .col .flex-row {
		flex-direction: column !important;
	}
	.cta-area .phone-note {
		margin: 7.5px 0 0;
	}
	.claim-quiz .col:first-child, .claim-quiz .col:last-child {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.footer-locations td {
		display: block;
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 400px) {
	#location_zip {
		max-width: 150px;
	}
}
@media screen and (max-width: 380px) {
	#nav-toggle {
		width: 24px;
		font-size: 24px;
	}
	#logo img {
		height: 30px;
	}
	.row-legal-team .col {
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/** TESTIMONIAL TEXT SLIDER **/

.testimonial-text-slider {
	max-width: 700px;
	margin: 50px auto 30px;
}

.testimonial-text-slider .testimonial-text {
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 20px;
	text-align: center;
}

.testimonial-text-slider .testimonial-name {
	font-size: 1.25rem;
	font-weight: 300;
	text-align: center;
	font-style: italic;
}

.testimonial-text-slider .slick-prev::before {
	content: '';
	background: #7EBDC2 url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%23ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M15 6L9 12L15 18" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
	width: 40px;
	height: 40px;
	background-size: 40px;
	position: absolute;
	left: -50px;
}

.testimonial-text-slider .slick-next::before {
	content: '';
	background: #7EBDC2 url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" stroke="%23ffffff"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M9 6L15 12L9 18" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
	width: 40px;
	height: 40px;
	background-size: 40px;
	position: absolute;
	right: -50px;
}

.testimonial-text-slider .slick-dots li button::before {
	color: #7EBDC2;
}

.green-lines .border-right {
	border-color: #7EBDC2 !important;
	border-right: 3px solid #7EBDC2 !important;
}

.blue-button a {
	background-color: #3A5371;
	color: #FFD411;
}

.blue-button a:hover {
	background-color: #000;
	color: #FFD411;
}

@media screen and (max-width: 950px) {

	.testimonial-text-slider {
		max-width: 90%;
	}
	
	.testimonial-text-slider .testimonial-text { 
		font-size: 1.25rem;
	}
	
	.testimonial-text-slider .testimonial-name { 
		font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {

	.green-lines .border-right {
		border-color: #7EBDC2 !important;
		border-right: none !important;
		border-bottom: 3px solid #7EBDC2 !important;
		padding-bottom: 30px;
	}
	
}

/** AD LANDING PAGE TEMPLATE **/

.page-template-ad-landing-page #content {
	padding-bottom: 0;
}

.page-template-ad-landing-page .entry-content {
	margin-top: 0;
	margin-bottom: 0;
}

.page-template-ad-landing-page mark {
	padding-left: 0 !important;
}

.page-template-ad-landing-page .lp-copyright {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-color: #334a64;
	text-align: center;
	color: #ffffff;
	font-size: 0.9375rem;
	font-weight: 500;
}

.page-template-ad-landing-page .lp-copyright a {
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px; 
}

/** BANNERS **/

.banner-padding-1 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.banner-padding-2 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.banner-padding-3 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.fw-700, .fw-700 strong {
	font-weight: 700;
	line-height: 1.3;
}

.max-1200 .wp-block-group__inner-container, p.max-1200 {
	max-width: 1200px !important;
	margin: 0 auto;
}

.wp-block-group.max-1200 {
	overflow: hidden;
}

.wp-block-column.mb-0 {
	margin-bottom: 0 !important;
}

.pr-80 {
	padding-right: 80px !important;
}

.staatliches {
	font-family: 'Staatliches', 'Roboto', Arial, sans-serif;
}

.yellow-button a {
	background-color: #fadf63;
	border-radius: 0.4375rem !important;
	color: #334a64;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: 'Staatliches', 'Roboto', Arial, sans-serif;
}

@media screen and (max-width: 1250px) {

	.four-up {
		flex-wrap: wrap !important;
	}

	.four-up .wp-block-column {
		width: 47%;
		flex-basis: 47% !important;
	}

}

@media screen and (max-width: 1024px) {

	.pr-80 {
		padding-right: 30px !important;
	}

	.mobile-small {
		font-size: 3.5rem !important;
	}

}

@media screen and (max-width: 768px) {

	.page-template-ad-landing-page .entry-content {
		padding: 0;
	}
	
	.banner-padding-1, .banner-padding-2, .banner-padding-3 {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page-template-ad-landing-page p.has-text-align-center {
		text-align: center !important;
	}
	
	.mobile-small {
		font-size: 3.0rem !important;
		text-align: center;
	}
	
	.mobile-center {
		text-align: center;
		margin: 0 auto !important;
	}
	
	.page-template-ad-landing-page .lp-copyright a {
		display: block;
		margin-left: 0;
	}

}

@media screen and (max-width: 470px) {
	.page-template-ad-landing-page .banner-padding-1 span {
		display: block;
	}
}



/** HERO BLOCK **/

.block-hero {
	position: relative;
}

.block-hero .hero-image {
	min-height: 760px;
}

.block-hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.7);
}

.block-hero .container {
	position: absolute;
	top: 40px;
	max-width: unset;
}

.block-hero .container .row {
	max-width: 1200px;
	margin: 0 auto;
}

.block-hero .container .row h1 {
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
	font-family: 'Staatliches', 'Roboto', Arial, sans-serif;
	font-size: 4.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 4.75rem; /* 97.436% */
}

.block-hero .container .row h1 span {
	color: #fadf63;
}

.block-hero .container .row .col-md-7 {
	padding-right: 45px !important;
}

.block-hero .container .row .col-md-5 {
	padding-left: 100px !important;
}

.block-hero .container .row .subhead {
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
	font-size: 1.3125rem;
	font-weight: 500;
	margin-bottom: 60px;
}

.block-hero .container .row .subtext {
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
	font-size: 1.125rem;
	font-weight: 500;
}

.block-hero .container .row .subtext ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.block-hero .container .row .subtext ul li {
	background-image: url('data:image/svg+xml,<svg width="30" height="31" viewBox="0 0 30 31" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="14.8292" cy="15.5" rx="14.8292" ry="15.5" fill="%237EBDC2"/><path d="M21.0481 12.6364L19.4645 11L13.9221 16.7273L11.1509 13.8636L9.56738 15.5L13.9221 20L21.0481 12.6364Z" fill="%23334A64"/></svg>');
	background-repeat: no-repeat;
	background-position: left 8px;
	line-height: 31px;
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.18);
	font-size: 1.125rem;
	font-weight: 500;
	padding-left: 40px;
	margin-bottom: 15px;
	min-height: 40px;
}

.block-hero .container .row .subtext ul li span {
	color: #0091E0;
	font-weight: 700;
}

.block-hero .container .row .hero-cta a {
	background-color: #fadf63;
	border-radius: 0.4375rem !important;
	color: #334a64;
	text-align: center;
	font-size: 1.375rem;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
	font-family: 'Staatliches', 'Roboto', Arial, sans-serif;
}

.block-hero .container .row .form {
	border: 1px solid #334a64;
	background: #FFF;
	padding: 20px;
}

.block-hero .container .row .form-headline h2 {
	color: #334a64;
	text-align: center;
	font-size: 1.3125rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.block-hero .container .row .form-headline p {
	color: #000;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 15px;
}

.block-hero .container .row .gform_wrapper {
	padding: 0;
	margin-bottom: 0 !important;
}

.block-hero .container .row .gform_wrapper .gfield {
	margin-top: 0 !important;
}

.block-hero .container .row .gform_wrapper input[type=text], .block-hero .container .row .gform_wrapper input[type=email], .block-hero .container .row .gform_wrapper input[type=tel], .block-hero .container .row .gform_wrapper textarea {
	border: 1px solid #CDCDCD;
	background: #F5F5F5;
	color: #4D4D4D;
	font-size: 1rem;
	font-weight: 400;
	border-radius: 0;
}

.block-hero .container .row .gform_wrapper textarea {
	height: 70px !important;
}

.block-hero .container .row .gform_wrapper .gform_button.button, .blue-button a {
	background-color: #334a64;
	border-radius: 0.4375rem !important;
	color: #fadf63;
	text-align: center;
	font-size: 1rem !important;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
	width: 100%;
	font-family: 'Staatliches', 'Roboto', Arial, sans-serif;
}

.block-hero .container .row .gform_wrapper.gravity-theme .gform_fields {
	margin-left: 0 !important;
}

.block-hero .container .row .gform_wrapper .gform_footer {
	margin-top: 10px !important;
}

.block-hero .gfield_label {
	font-size: 14px !important;
}

.block-hero .gfield_consent_label {
	font-size: 12px !important;
	line-height: 17px;
}

.block-hero .gform_required_legend {
	display: none;
}

@media screen and (max-width: 1200px) {

	.block-hero .container .row .col-md-7 {
		padding-right: 15px !important;
		width: 50% !important
	}
	
	.block-hero .container .row .col-md-5 {
		width: 50% !important;
		padding-left: 15px !important;
	}

}

@media screen and (max-width: 1024px) {

	.block-hero {
		padding-bottom: 30px;
	}

	.block-hero .container .row .col-md-7 {
		width: 100% !important;
		padding-right: 0 !important;
		flex: 0 0 100%;
		max-width: unset;
	}
	
	.block-hero .container .row .col-md-5 {
		width: 100% !important;
		padding-left: 0 !important;
		flex: 0 0 100%;
		max-width: unset;
	}
	
	.block-hero .container {
		position: static;
	}
	
	.block-hero .hero-image {
		min-height: 100%;
		position: absolute;
		object-fit: cover;
	}
	
	.block-hero .container .row h1, .block-hero .container .row .subhead, .block-hero .hero-cta {
		text-align: center;
	}
	
	.block-hero .container .row .subhead, .block-hero .hero-cta {
		margin-bottom: 30px;
	}
	
	.block-hero .container .row h1 {
		font-size: 3.5rem;
		margin-top: 40px;
		line-height: 1;
	}
	
	.block-hero .container .row h1 br {
		display: none;
	}

}

@media screen and (max-width: 768px) {

	.block-hero .container .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.block-hero .container .row .col-md-5 {
		padding-right: 0 !important;
	}
	
	.block-hero .container .row .subhead br {
		display: none;
	}

}

/** FULL WIDTH CONTENT **/

.block-full-width-content {
	padding-top: 50px;
	padding-bottom: 50px;
	
}

.block-full-width-content .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width: 1250px) {

	.block-full-width-content .container {
		padding-left: 25px;
		padding-right: 25px;
	}

}

/** AWARDS BLOCK **/

.awards-slider .award-item {
	padding: 15px;
}

/** REVIEWS BLOCK **/

.block-reviews {
	max-width: 1100px;
	margin: 0 auto;
}

.block-reviews .review-item {
	background-color: #ffffff;
	border-radius: 0.5rem;
}

.block-reviews .review-item .review {
	padding: 20px;
}

.block-reviews .review-item .review-header {
	background-color: #f9f9f9;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
	padding: 10px 20px;
}

.block-reviews .review-item .name {
	color: #2c4580;
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 5px;
}


.block-reviews .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}


.block-reviews .slick-list {
    margin: 0 -10px;
}

.reviews-slider,
.block-reviews .slick-list,
.block-reviews .slick-track {
    display: flex;
    align-items: stretch;
}

.block-reviews .slick-slide > div {
    height: 100%;
	background-color: #ffffff;
	border-radius: 0.5rem;
}

.reviews-slider .slick-next::before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.reviews-slider .slick-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.reviews-slider .slick-prev::before, .reviews-slider .slick-next::before {
	display: block;
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	opacity: 1;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1150px) {

	.block-reviews {
		padding-left: 30px;
		padding-right: 30px;
	}

}