@charset "utf-8";
/* Pigott Law Group 2025 | Mobile Essentials Stylesheet */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:root {
	--main-color: #A02121;
	--main-color-trans: rgba(160, 33, 33, 0.7);
	--dark-color: #211E1F;
	--dark-color-trans: rgba(33, 30, 31, 0.7);
	--accent-color: #AFA68F;
	--accent-color-trans: rgba(175, 166, 143, 0.2);
	--main-font: "itc-avant-garde-gothic-pro", sans-serif;
	--serif-font: "playfair-display", serif;
	--title-font: "open-sans", sans-serif;
	--accent-color: #E2E2E2;
	--trans-black: rgba(0, 0, 0, 0.80);
}
.main-color {
	color: var(--main-color);
}
.main-bg {
	background-color: var(--main-color);
}
.main-border {
	border-color: var(--main-color) !important;
}
.main-bg-trans {
	background-color: var(--main-color-trans);
}
.dark-bg {
	background-color: var(--dark-color);
}
.dark-border {
	border-color: var(--dark-color) !important;
}
.dark-bg-trans {
	background-color: var(--dark-color-trans);
}
.accent-color {
	color: var(--accent-color);
}
.accent-bg {
	background-color: var(--accent-color);
}
.accent-bg-trans {
	background-color: var(--accent-color-trans);
}
.black {
	color: #000;
}
.black-bg {
	background-color: #000;
}
.black-border {
	border-color: #000 !important;
}
.trans-black-bg {
	background-color: var(--trans-black);
}
.white-bg {
	background-color: #FFF;
}
.trans-white-bg {
	background-color: rgba(255, 255, 255, 0.7);
}
.white-border {
	border-color: #FFF !important;
}
.trans-white-bg {
	background-color: rgba(255, 255, 255, 0.8);
}
.gradient-bg {
	background: linear-gradient(120deg, #a02121 0%, #a02121 50%, #211e1f 50%, #211e1f 100%);
}
.group:after {
	display: block;
	width: 100%;
	clear: both;
}
.wrapper {
	overflow-x: hidden;
	max-width: 2100px;
	margin: auto;
}
body, html {
	color: var(--dark-color);
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}
.page {
	position: relative;
	z-index: 2;
}
body, textarea, input {
	font-family: var(--serif-font);
	font-size: 20px;
}
.sans {
	font-family: var(--main-font);
}
.serif {
	font-family: var(--serif-font);
}
.italic {
	font-style: italic;
}
.content p {
	line-height: 28px;
}
.flex, .big-list li {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.space-between {
	justify-content: space-between;
}
.flex.flex-end {
	justify-content: flex-end;
}
.flex.flex-start {
	justify-content: flex-start;
}
.flex.flex-center {
	justify-content: center;
}
.content-block {
	padding-top: 36px !important;
	padding-bottom: 64px !important;
}
.content {
	padding: 18px;
}
.container {
	position: relative;
	margin: auto;
	width: 100%;
	max-width: 1200px;
}
.nine-sixty, .container.nine-sixty {
	max-width: 960px;
}
.section-block {
	margin: 32px auto;
}
.flex-fifth, .flex-fourth, .flex-third, .flex-half, .flex-two-thirds, .flex-three-fourths, .flex-four-fifths {
	width: 100%;
}
.black {
	color: #000 !important;
}
.relative-box {
	position: relative;
}
.auto-margin {
	margin: auto;
}
.no-position {
	position: unset !important;
}
/*Typography*/
/* latin-ext */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300 700;
	src: url(fonts/quicksand-ext.woff2) format('woff2');
	unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
	font-family: 'Quicksand';
	font-style: normal;
	font-weight: 300 700;
	src: url(fonts/quicksand.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.medium {
	font-size: 28px;
}
h1, .large {
	font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--title-font);
	font-weight: 600;
}
h1 {
	font-size: 48px;
	font-weight: 400;
	letter-spacing: 8px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
h1 span {
	display: block;
	font-size: 32px;
}
h2 {
	margin: 8px auto;
	font-size: 56px;
	font-weight: 600;
}
h2 a, h2 a:visited {
	text-decoration: none;
}
h2 a:hover {
	text-align: underline;
}
.border-title {
	border-bottom: solid 2px var(--dark-color);
}
.tool-kit h3 {
	font-size: 48px;
	font-family: var(--serif-font);
}
.uppercase {
	text-transform: uppercase;
}
.small {
	font-size: 80%;
}
.spaced {
	letter-spacing: 2px;
}
.big-spaced {
	letter-spacing: 6px;
}
.bold {
	font-weight: 700 !important;
}
.extrabold {
	font-weight: 900 !important;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
blockquote {
	font-size: 24;
	font-weight: 600;
	letter-spacing: 2px;
}
blockquote:after {
	display: block;
	content: "";
	margin: 12px auto;
	width: 150px;
	height: 4px;
	background-color: #000;
	border-radius: 4px;
}
.page-image {
	position: relative;
}
.page-image img, .hero-image img, .thumb-image img {
	width: 100%;
	vertical-align: middle;
}
.white, .white.page-title {
	color: #FFF;
}
.next-gen {
	width: 420px;
	font-family: var(--serif-font);
	font-size: 56px;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.next-gen span {
	display: block;
}
.next-gen span:nth-child(1) {}
.next-gen span:nth-child(1) > strong {
	margin-left: 55px;
}
.next-gen span:nth-child(2) {}
.next-gen i {
	display: inline-block;
	width: 12px;
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.intro-title.content, .intro-content.content {
	padding: 24px;
}
.hero-title, .collection-top h3 {
	padding: 16px 24px;
	color: #FFF;
	background-color: var(--trans-black);
}
.hero-title {
	border: solid 2px rgba(255, 255, 255, 0.3);
}
.bottom-border {
	border-bottom: solid 12px var(--main-color);
}
.line {
	position: relative;
}
.line:after {
	display: block;
	content: "";
	width: 100%;
	height: 6px;
	background-color: var(--main-color);
}
.line-before {
	padding-top: 12px;
}
.line-before:after {
	position: absolute;
	top: 4px;
}
.line-before.line-extend:after {
	width: 4000px;
	right: 0;
}
.table {
	display: table;
	margin: 0;
}
.overlay h1, .overlay h2 {
	display: table;
	position: relative;
	margin: 0;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: var(--secondary-color);
}
.overlay h1 span, .overlay h2 span {
	display: block;
	font-size: 24px;
	font-weight: 400;
	border-top: solid 2px var(--secondary-color);
	color: var(--main-color);
}
/*Header*/
.top-bar, .top-bar:after {
	position: relative;
}
.navbar, .navbar:after {
	position: relative;
	color: #FFF;
}
.top-bar .button, .top-bar .button:visited {
	margin: 12px auto;
}
/*Interactives*/
.logo {
	display: block;
	margin: auto;
	width: 100%;
}
.logo img, .page-img img, .flex-img img, .widget-img, .resource-badges img {
	width: 100%;
	height: auto;
}
.yoink {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.top-bar > div {
	width: 100%;
	text-align: center;
	margin: 12px auto;
}
.mainnav {
	width: 100%;
	justify-content: space-around;
}
.mainnav, .mainnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.mainnav li {
	width: 100%;
}
.mainnav a, .mainnav a:visited {
	display: block;
	padding: 12px 12px 8px;
	color: #FFF;
	font-family: var(--main-font);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
}
.toplink a:hover, .dropdown:hover {
	background-color: var(--main-color);
	color: #FFF;
}
.dropdown {
	position: relative;
}
.dropdown ul {
	display: none;
}
.dropdown.active ul {
	display: block;
	text-align: center;
	width: 100%;
	background-color: var(--main-color);
	z-index: 1000;
}
.dropdown.active ul a, .dropdown.active ul a:visited {
	color: #FFF;
	padding: 8px 12px;
}
.dropdown.active ul li:hover, .dropdown.active ul li:hover a {
	color: #FFF;
	background-color: var(--dark-color);
}
.button, .button:visited, .blogReadMore a, .blogReadMore a:visited {
	display: inline-block;
	margin: auto;
	padding: 8px 16px 4px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: solid 4px var(--main-color);
	color: #000;
	cursor: pointer;
}
.button.consult-button {
	font-size: 20px;
}
.blogReadMore {
	display: block;
	margin-top: 12px;
}
.white.button, .white.button:visited {
	color: #FFF;
	border-color: #FFF;
}
.hidenav-toggle {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	color: #000;
	font-size: 24px;
	padding: 12px;
	cursor: pointer;
}
#main-nav, .ie {
	display: none;
}
.flex-item {
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}
.flex-item a {
	color: #000;
	letter-spacing: 1px;
	text-decoration: none;
}
.flex-item a:hover {
	text-decoration: underline;
}
#hidenav:checked ~ #main-nav {
	display: flex;
	width: 100%;
}
.burger {
	position: relative;
	width: 30px;
	height: 10px;
	margin-right: 12px;
	overflow: visible;
	display: inline-block;
}
.burger span, .burger span:before, .burger span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: #000;
	position: absolute;
	display: block;
	content: '';
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.burger span:before {
	top: -10px;
}
.burger span:after {
	bottom: -10px;
}
#hidenav:checked ~ label .burger span {
	background-color: transparent;
}
#hidenav:checked ~ label .burger span:before, #hidenav:checked ~ label .burger span:after {
	top: 0;
}
#hidenav:checked ~ label .burger span:before {
	transform: rotate(45deg);
}
#hidenav:checked ~ label .burger span:after {
	transform: rotate(-45deg);
}
.big-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.big-list li {
	position: relative;
	justify-content: space-between;
	align-items: center;
	margin: 24px auto;
}
.big-list i {
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	line-height: 54px;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	background-color: var(--main-color);
	color: #FFF;
	border-radius: 50%;
}
.big-list span {
	display: block;
	width: calc(100% - 74px);
}
.service-mini .thumb-title {
	min-height: 100px;
	font-size: 28px;
}
.service-mini a, .service-mini a:visited {
	color: #FFF;
	text-decoration: none;
}
.service-thumb, .service-thumb:visited {
	position: relative;
	display: block;
	color: var(--secondary-color);
	margin: 1%;
	background-color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.service-thumb span {
	position: absolute;
	display: block;
	top: 41%;
	left: 0;
	right: 0;
	padding: 16px 8px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}
.service-thumb:hover {
	background-color: var(--secondary-color);
	color: #FFF;
}
.st-name {
	display: block;
	text-align: center;
	margin-top: 12px;
}
.service-thumb img {
	width: 100%;
	height: auto;
}
.flex-chunk {
	display: flex;
	color: #FFF;
	margin: 12px;
}
.flex-chunk div {
	width: 100%;
	padding: 12px;
	align-self: center;
}
.flex-chunk.flex-two-thirds {
	background-color: var(--main-color);
	font-size: 88px;
	text-align: center;
}
.flex-chunk.flex-third {
	background-color: var(--secondary-color);
}
.bg-box, .bg-container {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bg-box {
	padding: 64px 0;
}
.fixed-bg {
	background-attachment: fixed;
}
.bg-box-content {
	padding: 32px;
}
.office-image {
	max-width: 150px;
}
.logo-banner {
	position: relative;
	overflow: hidden;
}
.logo-banner img {
	display: block;
	margin: auto;
	width: 150px;
	height: 150px;
	object-fit: contain;
	object-position: center;
}
.logo-banner:before, .logo-banner:after {
	position: absolute;
	display: block;
	content: "";
	width: calc(50% - 160px);
	height: 16px;
	top: calc(50% - 16px);
	transform: skewX(-56deg);
}
.logo-banner:before {
	background-color: var(--dark-color);
	left: -10px;
}
.logo-banner:after {
	background-color: var(--main-color);
	right: -10px;
}
.line-box {
	position: relative;
	width: 100%;
	max-width: 480px;
	padding: 48px 12px;
	margin: 42px auto;
	border: solid 2px var(--main-color);
}
.line-box.area-definitions {
	margin: 56px auto 24px;
}
.flex-half.line-box {
	margin: 42px 0;
}
.line-box h2, .line-box h3 {
	position: absolute;
	width: 360px;
	top: -16px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #FFF;
	font-family: var(--serif-font);
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
}
.line-box h2 {
	top: -24px;
}
.line-box h2 a, .line-box h2 a:visited, .line-box h3 a, .line-box h3 a:visited {
	color: var(--dark-color);
	text-decoration: none;
}
.line-box h2 a:hover, .line-box h3 a:hover {
	text-decoration: underline;
}
.line-box h2 span, .line-box h3 span {
	display: block;
	font-size: 16px;
}
.practice-link, .practice-link:visited {
	display: block;
	font-family: var(--main-font);
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: var(--dark-color);
	text-decoration: none;
	margin: 12px auto;
}
.practice-link:hover {
	text-decoration: underline;
}
.practice-area-mini, .practice-area-mini:visited {
	display: block;
	margin: 2% 0;
	color: var(--dark-color);
	vertical-align: top;
	text-align: center;
	padding: 8px;
	border: solid 2px transparent;
	border-radius: 4px;
	text-decoration: none;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.practice-area-mini:hover {
	border: solid 2px var(--main-color);
	transform: scale(1.1, 1.1);
}
.practice-area-mini:active {
	transform: scale(0.95, 0.95);
}
.practice-area-mini span {
	display: block;
}
.practice-title {
	position: relative;
	font-family: var(--serif-font);
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
}
.practice-location {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.practice-area-mini:hover .practice-title {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.pa-thumb {
	position: relative;
	margin-bottom: 64px;
}
.pa-thumb h2 {
	position: relative;
	font-family: var(--serif-font);
	font-size: 42px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 8px 0 8px 88px;
	margin-bottom: 32px;
}
.pa-thumb:hover h2 {
	text-decoration: underline;
}
.overlay-link, .overlay-link:visited {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}
.icon:before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	text-indent: -9999px;
	overflow: hidden;
	width: 60px;
	height: 60px;
	background-image: url("../elements/images/sprites-practice-areas.png");
	background-size: 60px;
	background-repeat: no-repeat;
}
.business-law-icon:before {
	background-position: 0 0;
}
.criminal-law-icon:before {
	background-position: 0 -60px;
}
.personal-injury-icon:before {
	background-position: 0 -120px;
}
.family-law-icon:before {
	background-position: 0 -180px;
}
.estate-planning-icon:before {
	background-position: 0 -240px;
}
.military-law-icon:before {
	background-position: 0 -300px;
}
.arbitration-icon:before {
	background-position: 0 -360px;
}
.mediation-icon:before {
	background-position: 0 -420px;
}
.team-thumb {
	display: block;
	position: relative;
	margin: 1%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1 !important;
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-filter: none;
	filter: none;
}
.team-thumb img {
	display: block;
	width: 90%;
	margin: auto;
	-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(50%);
}
.team-thumb-name {
	margin: 12px auto;
}
.red-border {
	position: relative;
	display: block;
	margin: -30px auto auto;
	border: solid 4px #A02121;
	z-index: 100;
	padding: 32px 0;
}
.thumb-title {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 40px;
	letter-spacing: 4px;
}
.team-thumb span {
	display: block;
	text-align: center;
}
.thumb-title span {
	padding-top: 12px;
	font-size: 18px;
	font-weight: 700;
}
.team-thumb:hover {
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
}
.team-thumb:hover img {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.team-thumb:active {
	-moz-transform: scale(0.95, 0.95);
	-webkit-transform: scale(0.95, 0.95);
	transform: scale(0.95, 0.95);
}
.team-headshot {
	float: left;
	max-width: 400px;
	margin: 16px 24px 16px 0;
}
.ampersand {
	font-size: 76px;
	font-style: italic;
	margin: auto 48px;
	padding-top: 28px;
}
.testimonial {
	position: relative;
	width: 100%;
	max-width: 760px;
	margin: auto;
	padding: 0 88px;
	text-align: center;
}
.testimonial-block .testimonial {
	border-bottom: solid 4px var(--main-color);
	margin-bottom: 64px;
}
.testimonial span {
	display: block;
	font-style: italic;
	text-align: center;
	padding: 24px;
}
.testimonial::before, .testimonial::after {
	position: absolute;
	display: block;
	content: '"';
	width: 60px;
	height: 60px;
	color: var(--main-color);
	font-size: 200px;
	top: 20%;
	left: 0;
	font-style: italic;
	font-weight: 600;
	text-indent: -28px;
	line-height: 162px;
}
.testimonial:after {
	left: auto;
	right: 0;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.top-border {
	border-top: solid 8px;
}
.offer-block[data-offer=""] .offer, .no-offer {
	display: none;
}
.offer-block[data-offer=""] .no-offer {
	display: block;
}
.bio-image {
	padding-top: 20px;
	text-align: center;
}
.bio-image img {
	display: inline-block;
	width: 100%;
	max-width: 300px;
}
.contact-form input, .contact-form textarea {
	display: block;
	width: 100%;
	padding: 8px;
	font-size: 20px;
	border: solid 2px #6D6D6D;
}
.contact-form textarea {
	min-height: 200px;
}
.contact-form .flex {
	margin-bottom: 12px;
}
.contact-form .flex-half {
	width: 49%;
	margin-right: 2%;
}
.contact-form .flex-half {
	margin-right: 0;
}
.form-field, .form-field.requiredDiv {
	margin-bottom: 8px;
}
textarea, input {
	width: 100%;
	padding: 8px;
	border: none;
}
.isRequired, .isRequired:active, .isRequired:focus {
	border: solid 3px rgba(255, 255, 255, 0);
	background-color: #FFF;
}
#results {
	text-align: center;
	width: 100%;
	height: 80px;
	font-weight: bold;
	overflow: auto;
}
.hide-overflow {
	overflow: hidden;
}
.footer-logos, .unlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.gallery-block[data-content="YES"] {
	display: block;
}
.gallery-content a, .gallery-content a:visited {
	display: block;
	width: 50%;
	padding: 12px;
}
.gallery-content img {
	width: 100%;
	height: 100px;
	object-fit: cover;
	object-position: center;
}
.social-icons {
	justify-content: flex-end;
	min-height: 46px;
}
.social-icons span {
	display: block;
	margin-left: 24px;
	font-weight: 500;
}
#contact .social-icons span {
	display: none;
}
.contact-info .social-icons {
	justify-content: flex-start;
}
.contact-info p {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 12px auto;
}
.social-icons a, .social-icons a:visited, .toplink a, .toplink a:visited {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.soc, .soc:visited {
	display: block;
	width: 30px;
	height: 30px;
	background-size: 30px;
	margin: 8px 4px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../elements/images/social-icons.png);
	background-repeat: no-repeat;
	border-radius: 50%;
}
.linkedin {
	background-position: 0 -30px;
}
.youtube {
	background-position: 0 -60px;
}
.yelp {
	background-position: 0 -90px;
}
.instagram {
	background-position: 0 -120px;
}
.facebook {
	background-position: 0 -150px;
}
.soc:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-transform: scale(108%);
	-moz-transform: scale(108%);
	transform: scale(108%);
}
.soc:active {
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
	-webkit-transform: scale(96%);
	-moz-transform: scale(96%);
	transform: scale(96%);
}
.social-icons a[href=""], .social-icons a[href="#"], .gallery-block[data-content=""], .gallery-block[data-content="NO"], .collection-thumb-name[data-content=""] .display-name, .main-name, .hide-field[data-content=""] {
	display: none;
}
.collection-thumb-name[data-content=""] .main-name {
	display: block;
}
.grid-pattern {
	border-top: solid 2px #FFF;
}
.grid-block {
	position: relative;
	width: 33.33%;
	padding: 80px 12px 12px 20px;
	float: left;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	border-right: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
}
.grid-block:before {
	position: absolute;
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	background-size: 40px;
	background-image: url("../elements/images/sprites-clients.png");
	background-repeat: no-repeat;
}
.icon-family:before {
	background-position: 0 -40px;
}
.icon-business:before {
	background-position: 0 -80px;
}
.grid-block:nth-child(3) {
	border-right: none;
}
.grid-title {
	font-size: 50px;
	font-weight: normal;
}
h3.grid-title {
	margin: 0;
	clear: both;
	padding: 32px 0;
}
.content-slider-container {
	padding: 0 100px;
}
.content-slide-details {
	position: relative;
	padding: 24px 24px 24px 32px;
	margin-bottom: 8px;
}
.content-slide-details:before {
	display: block;
	position: absolute;
	content: "";
	width: 64px;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	border: solid 2px var(--main-color);
	border-right: none;
	pointer-events: none;
}
.attorney-slide .content-slide-details {
	padding-left: 0;
}
.attorney-slide .content-slide-details:before {
	border-left: none;
	border-bottom: none;
}
.content-sub {
	position: absolute;
	top: -12px;
	left: 72px;
	padding-left: 12px;
}
.team-title {
	font-size: 32px;
	letter-spacing: normal;
}
.team-title span {
	display: block;
	margin-top: 12px;
	font-size: 20px;
}
.contact-info, .contact-info > span {
	margin: 12px auto;
}
.contact-info span {
	display: block;
}
.contact-info > span span {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--main-color);
}
.arrow-button, .arrow-button:visited {
	position: relative;
	display: block;
	width: 280px;
	height: 64px;
	padding-right: 64px;
	color: #FFF;
	font-size: 16px;
	font-family: var(--main-font);
	line-height: 32px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 3px;
}
.arrow-button, .arrow-button:visited, .arrow-button:before, .arrow-button:after {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.arrow-button:before, .arrow-button:after {
	position: absolute;
	display: block;
	content: "";
}
.arrow-button:before {
	width: calc(100% - 30px);
	top: calc(50% - 2px);
	left: 0;
	margin: auto;
	border-bottom: solid 2px #FFF;
}
.arrow-button:after {
	top: calc(50% - 28.5px);
	right: 5px;
	width: 50px;
	height: 50px;
	border: solid 2px var(--main-color);
	border-radius: 50%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAbCAYAAACjkdXHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFNJREFUeNpiYACC////JwCxAQOpAKoRBN6TagATEOtD2QJAvJ9kFwA1zP+PAO9HDRg1YHAYwMRAD0C2s0c1jmokO8Ejp+0PQOzIyMh4gVjNAAEGAG3RsvIVO8SAAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}
.arrow-button.dark {
	color: var(--dark-color);
}
.arrow-button.main-color {
	color: var(--main-color) !important;
}
.arrow-button.dark:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAbCAYAAACjkdXHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAL5JREFUeNqklIERgjAMRcOfwAlEXUBWcJM6mWziCkzA6QZuUBMPPQ8LTb65yzXk+n4CtJGcs+y3bVLvLI44Du0uichF/apxJwGD+nGKN1GBxsorYJXTlHuon8b7bfBUFt141qWPdoB3wAjg+yEqgHkiIoBS0iuApZY8Alj7IDUB1H7HmsDrkHisdJDccEkA8oeBrWptgwXt4oAFq23XripYcBH2Dgew4A8cHUdgwQ/MDsBGhz0Fzt85BJo9BRgAJHurmwovVrQAAAAASUVORK5CYII=);
}
.arrow-button.white:after, .arrow-button.dark:before {
	border-color: var(--dark-color);
}
.arrow-button:hover::before, .arrow-button:hover::after {
	transform: translateX(4px);
}
.arrow-button:active::before, .arrow-button:active::after {
	transform: translateX(-4px);
}
.arrow-button:hover::before {
	border-color: var(--main-color);
}
.arrow-button.white:hover::before {
	border-color: #FFF;
}
.arrow-button:hover::after {
	border-color: #FFF;
}
.arrow-button.dark:hover::after {
	border-color: var(--dark-color);
}
.arrow-button.big-arrow-button, .arrow-button.big-arrow-button:visited {
	width: 320px;
	font-family: var(--serif-font);
	font-size: 22px;
  letter-spacing: 2px;
	text-align: center;
}
.arrow-button.infinite-line:before {
	width: calc(900% - 30px);
	left: -800%;
}
.button-box {
	display: table;
	margin: auto;
	padding: 12px 32px;
	border: solid 2px var(--dark-color);
}
.line-box .button-box {
	background-color: #FFF;
	margin: 32px auto -92px;
}
.line-box .button-box .arrow-button, .line-box .button-box .arrow-button:visited {
	width: auto;
}
.office-location {
	display: block;
	max-width: 324px;
	margin: auto;
	text-align: center;
}
.office-location p {
	font-family: var(--serif-font);
	font-size: 20px;
	line-height: 24px;
}
.contact-page .office-location p {
	margin: 0 auto 24px;
}
.office-location h3, .mid-title {
	font-family: var(--serif-font);
	font-size: 28px;
	letter-spacing: normal;
	font-weight: 700;
	text-transform: uppercase;
}
.office-location h3 span, .mid-title span {
	display: block;
	font-family: var(--title-font);
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 6px;
}
.office-location h4 {
	margin: 4px auto;
	font-family: var(--serif-font);
	font-size: 42px;
	font-weight: 400;
	color: var(--main-color);
}
.mid-title {
	font-size: 48px;
}
.mid-title span {
	font-size: 32px
}
.wedge-box h3 {
	margin: 16px 0 0;
	font-style: italic;
	letter-spacing: 6px;
}
.ring-buttons {
	padding-top: 30px;
	border-top: solid 2px #FFF;
}
.team-thumb, .team-thumb:visited {
	text-decoration: none;
}
.blog-first-image img {
	width: 100%;
}
.blogArticle h2 a, .blogArticle h2 a:visited {
	color: var(--main-color);
}
.blog-roll ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.blog-roll .button, .blog-roll .button:visited {
	font-size: 20px;
}
.full-width {
	width: 100%;
	max-width: 100%;
}
.flex-center .button {
	margin: 12px;
}
.footer {
	-moz-box-shadow: 0px 500px 0px 500px var(--dark-color);
	-webkit-box-shadow: 0px 500px 0px 500px var(--dark-color);
	box-shadow: 0px 500px 0px 500px var(--dark-color);
}
.footer a, .footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
.footer .container {
	padding: 24px 8px;
	border-top: solid 4px var(--secondary-color);
}
.phone-number {
	color: #000;
	text-decoration: none;
}
.act-now {
	font-size: 44px;
	font-weight: 900;
	text-transform: uppercase;
}
.dui-page .container, .definition-page .container {
	max-width: 960px;
}
.act-now span {
	display: block;
	margin-top: 12px;
	padding-top: 12px;
	border-top: solid 4px #FFF;
	font-size: 40px;
}
.counter {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-transform: lowercase;
	margin-bottom: 24px;
}
.counter div {}
.colon {
	align-self: flex-end;
}
.counter div span {
	display: block;
	padding: 0 8px;
	text-align: center;
	font-size: 76px;
	font-weight: 900;
	line-height: 76px;
}
.grey-button {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	padding: 12px 56px 12px 12px;
	background-color: #211E1F;
}
.grey-button:after {
	position: absolute;
	display: block;
	content: "";
	width: 28px;
	height: 26px;
	top: 14px;
	right: 8px;
	background-size: 28px;
	background-repeat: no-repeat;
	background-image: url(/site-images/66/PAGES/3385/arrow.png);
}
.counter div .counter-title {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	line-height: 22px;
	font-family: "Open Sans", sans-serif;
}
.outline-box {
	display: flex;
	margin: 32px auto 64px;
}
.ob-image {
	position: relative;
	align-self: center;
	width: 30%;
	border-top: solid transparent 20px;
	border-bottom: solid transparent 20px;
	z-index: 2;
}
.ob-content h3 {
	font-size: 32px;
	line-height: 32px;
}
.ob-content {
	position: relative;
	margin-left: -2%;
	border: solid 4px #A02121;
	padding: 4%;
	z-index: 1;
}
.ob-content p {
	font-size: 20px;
	line-height: 30px;
}
.ob-content .button {
	display: block;
	max-width: 240px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -24px;
}
@media(max-width:768px) {
	.outline-box {
		flex-wrap: wrap;
	}
	.ob-content, .ob-image {
		width: 100%;
		max-width: 600px;
		margin: auto;
	}
}
@media (max-width: 768px) {
	.next-gen {
		transform: scale(0.7);
	}
	.content-slider-container {
		padding: 0 20px;
	}
	.content-slide-details {
		padding: 24px 12px !important;
	}
	.content-slider-container .big-spaced {
		letter-spacing: 2px;
	}
	.content-slider-container .large {
		font-size: 28px;
	}
	.content-sub {
		font-size: 16px;
	}
	.bx-wrapper .bx-controls-direction a::before {
		display: none !important;
	}
	.bx-wrapper .bx-prev {
		left: -52px !important;
	}
	.bx-wrapper .bx-next {
		right: -52px !important;
	}
}