@charset "utf-8";
/* Pigott Law Group 2025 | Desktop Stylesheet */
.group:after {
	display: block;
	content: "";
	clear: both;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	background: linear-gradient(to bottom, rgba(33, 30, 31, 1.0) 0%, rgba(33, 30, 31, 0.8) 50%, rgba(33, 30, 31, 0) 100%);
	padding-bottom: 24px;
}
.interior-page {
	padding-top: 120px;
}
h1 {
	font-size: 68px;
	letter-spacing: 12px;
}
.large {
	font-size: 32px;
}
.header.scrolled {
	background: var(--dark-color-trans);
	padding-bottom: 0;
}
.flex-fifth {
	width: 20%;
}
.flex-fourth, .service-bullets div {
	width: 25%;
}
.flex-third {
	width: 33.33%;
}
.flex-third.buffer {
	width: 31%;
}
.flex-half {
	width: 50%;
}
.flex-half.buffer {
	width: 48%;
}
.flex-three-fifths {
	width: 60%;
}
.flex-two-thirds {
	width: 66.66%;
}
.flex-three-fourths {
	width: 75%;
}
.flex-four-fifths {
	width: 80%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.flex-justify {
	justify-content: space-between;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content: center;
}
.flex-end {
	justify-content: flex-end;
}
.space-around {
	justify-content: space-around;
}
.flex-top {
	align-items: flex-start;
}
.flex-middle {
	align-items: center;
}
.flex-bottom {
	align-items: flex-end;
}
.flex-reverse {
	flex-direction: row-reverse;
}
.flex-half.flex-image img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 49%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.flex-half.flex-image:last-child img {
	left: auto;
	right: 0;
}
.flex-image img {
	width: 100%;
}
.no-wrap {
	flex-wrap: nowrap !important;
}
.team-detail-thumbnail, .team-detail-thumbnail.flex-third {
	width: 31%;
	margin-top: 72px;
}
.flex.service-bullets {
	justify-content: flex-start;
}
.service-bullets div {
	padding: 8px;
}
.hidenav-toggle {
	display: none;
}
#main-nav, #hidenav:checked ~ #main-nav {
	display: flex !important;
}
#main-nav {
	border-top: solid 2px var(--main-color);
	border-bottom: solid 2px var(--main-color);
}
.mainnav li {
	width: auto;
}
.navbar {
	padding: 0 44px;
}
.logo-container {
	position: relative;
	z-index: 100;
}
.logo {
	display: table;
	margin: auto;
	width: 100%;
	max-width: 240px;
}
.logo img {
	width: 100%;
}
.hero-image {
	position: relative;
	overflow: hidden;
	min-height: 500px;
	-webkit-box-shadow: inset 0px 13px 33px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 13px 33px 2px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 13px 33px 2px rgba(0, 0, 0, 0.75);
}
.squat-hero {
	min-height: 300px;
}
.squat-hero .hero-content {
	max-width: 768px;
}
.hero-image img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: -1;
}
.overlay {
	margin: 120px 0;
}
.white-overflow, .white-overflow.overflow-right:after {
	background-color: rgba(255, 255, 255, 0.7);
}
.overlay h1:after, .overlay h2:after, .overflow-right:after, .line-title:before {
	position: absolute;
	display: block;
	content: "";
}
.overlay h1:after, .overlay h2:after {
	top: 0;
	left: -8%;
	bottom: 0;
	width: 120%;
	background-color: #FFF;
	transform: skewX(-24deg);
	z-index: -1;
}
.main-overflow.overflow-right:after {
	background-color: var(--main-color-trans);
}
.overflow-right h3 {
	display: inline-block;
	margin: 0 36px 0 0;
}
.page-title {
	font-size: 44px;
}
.line-title {
	display: table;
	margin: 36px auto;
	padding: 0 24px;
	background-color: #FFF;
}
.line-title::before {
	position: absolute;
	width: 4000px;
	height: 2px;
	top: 28px;
	left: -2000px;
	background-color: var(--secondary-color);
	z-index: -1;
}
.bg-box-buffer {
	display: flex;
	align-items: center;
	min-height: 600px;
}
.flex-overflow-image img {
	position: absolute;
	display: block;
	width: calc(50% + 16px);
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
}
.foi-right {
	left: -16px;
	right: 0;
}
/* Site Unique */
.tool-kit {
	position: relative;
	padding-bottom: 50px;
}
.tool-kit h1 {
	position: relative;
	z-index: 3;
}
.tool-kit .flex-half:nth-of-type(even) {
	padding-left: 124px;
}
.justice-bg {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.justice-content {
	padding-left: 32px;
}
.justice-content .office-image {
	margin-top: 48px;
}
.wedge-box {
	margin-bottom: 24px;
}
.wedge {
	position: absolute;
	top: 0;
	left: -15%;
	transform: skewX(-33deg);
	width: 64%;
	height: 100%;
	text-align: right;
	padding-right: 24px;
}
.border-wedge {
	border-right: solid 3px var(--main-color);
}
.wedgeception {
	height: 100%;
	text-align: right;
}
.wedge-content {
	display: inline-block;
	width: 100%;
	max-width: 500px;
	transform: skewX(33deg);
	text-align: left;
}
.hp-circle {
	width: 100px;
	height: 100px;
	display: inline-block;
	border: solid 1px #000;
	border-radius: 50%;
	text-align: right;
	margin-top: 24px;
}
.hp-circle img {
	width: 80px;
	margin-top: 20px;
	margin-right: -12px;
}
.overflow {
	position: relative;
}
.overflow-right:after {
	width: 2000px;
	height: 100%;
	top: 0;
	right: -2000px;
	bottom: 0;
}
.overflow-block {
	width: 85%;
	padding-left: 24px;
	padding-right: 24px;
	margin: auto auto -32px;
}
.overflow-box {
	margin-bottom: 124px;
}
.overflow-box .overflow-block {
	position: relative;
	margin-bottom: -128px;
}
.overflow-box .overflow-block:after {
	position: absolute;
	display: block;
	content: "";
	margin: auto;
	top: 0;
	left: -12px;
	right: -12px;
	bottom: -12px;
	background-color: #1C4470;
	z-index: -1;
}
.team-thumbs {
	padding-top: 64px;
}
.next-gen {
	padding-bottom: 120px;
}
.contact-form {
	padding-top: 64px;
}
.header {}
.dropdown.active ul {
	position: absolute !important;
	width: 240px !important;
	text-align: left !important;
	top: 100%;
	left: 0;
}
.flex-item {
	font-size: 16px;
	align-self: center;
	text-align: left !important;
	width: auto !important;
	margin-bottom: 0 !important;
}
#home-video {
	display: flex;
	align-content: center;
	margin: auto;
}
.bordered-image {
	display: block;
	position: relative;
	line-height: 0;
}
.bordered-image:after {
	display: block;
	position: absolute;
	content: "";
	border: solid 8px #1C4470;
	border-top: none;
	top: 16px;
	left: -8px;
	right: -8px;
	bottom: 8px;
	width: 100%;
	height: calc(100% - 16px);
}
.top-bar .button, .top-bar .button:visited {
	margin: 4px 0 4px 12px;
}
.service-thumb {}
.service-thumb, .button, .transitional {
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	transition: 0.2s all;
}
.gallery-content a, .gallery-content a:visited {
	width: 25%;
}
.gallery-content img {
	height: 200px;
}
.no-header {
	margin-top: 24px;
}
blockquote {
	font-size: 36px;
	letter-spacing: 4px;
}
.overlap-bg {
	padding: 24px 0;
}
.overlap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -24px;
	margin: auto;
}
.container.no-positioning {
	position: unset;
}
.service-details .overlap-content {
	min-height: 430px;
}
.contact-box {
	border-left: solid 4px #FFF;
	border-right: solid 4px #FFF;
	margin: -48px auto;
	padding-top: 48px;
	padding-bottom: 48px;
}
.contact-container > .flex-half:first-child {
	border-left: solid 4px #FFF;
}
.isRequired, .isRequired:active, .isRequired:focus {
	background-color: #FFF !important;
}
.form-field label {
	display: none;
}
.button:hover {
	-moz-transform: scale(105%);
	-webkit-transform: scale(105%);
	transform: scale(105%);
	border-radius: 8px;
}
.button.outline-button:hover {
	border-color: #0046A4 !important;
}
.top-bar {
	padding: 4px 12px;
}
.top-bar a:not(.button), .top-bar a:not(.button):visited {
	color: #000;
	text-decoration: none;
}
.top-bar > div {
	width: auto !important;
	margin: auto 0 auto 12px !important;
}
.overlap-box {
	position: relative;
}
.overlap-img {
	position: absolute;
	width: 29%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.overlap-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: right center;
}
.social a:hover {
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	transition: 0.4s all;
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
	opacity: 1;
}