/* This stylesheet is RENDER-BLOCKING */
/* Only add priority styles that occur near the top of the page and/or prevent page jitter */

/*
CORE
HEADER
MENUS
BANNER
PRIORITY
*/

/*******************************************************************************************
CORE - Top-level styling
*******************************************************************************************/
:root {
	font-size: 16px;
	--font-size-h1: 2.063rem;
	--font-size-h2: 1.625rem;
	--font-size-h3: 1.125rem;
	--font-size-h4: 1.063rem;
	--font-size-h5: 1rem;
	--font-size-base: 1.063rem;
	--color-body-text: #003163;
	--color-primary: #003163;
	--color-secondary: #9c301a;
	--color-alternate: #6d6f72;
	--color-border: #c4c4c4;
	--color-border-light: #d6d6d6;
	--color-gray: #bdbdbd;
	--color-light-gray: #edf1f5;
	--color-white: #fff;
	--color-near-white: #f9fbfd;
	--color-black: #000;
	--color-near-black: #041216;
	--font-family-body: "Plus Jakarta Sans", sans-serif;
	--font-family-icon: "Font Awesome 6 Pro";
	--font-family-heading: "Outfit", sans-serif;
	--gutter-size: 20px;
	--width-normal: 1050px;
	--width-narrow: 950px;
	--width-wide: 1599px;
}

#container {
	position: relative;
	right: 0;
	top: 0;
	overflow: hidden;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
	width: 100%;
	overflow: hidden;
	flex: 1;
}

.no-banner main {
	padding-top: 180px;
}

html {
	box-sizing: border-box;
}

body {
	display: block !important;
	line-height: 1.89;
	color: var(--color-body-text);
	font-size: var(--font-size-base);
	font-family: var(--font-family-body);
	margin: 0;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:focus {
	outline: auto;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Hidden elements */
.hide,
.show-in-pdf,
.mega-menu .sub-menu,
.gfield--type-captcha,
.grecaptcha-badge {
	display: none !important;
}

/* CORE > Headings and Paragraphs */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0 0 20px;
	color: var(--color-primary);
	font-weight: 700;
	font-family: var(--font-family-heading);
	line-height: 1.2;
}

h1,
.h1 {
	font-weight: 400;
	font-size: var(--font-size-h1);
}

h2,
.h2 {
	font-weight: 600;
	color: var(--color-secondary);
	font-size: var(--font-size-h2);
}

h3,
.h3 {
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: var(--font-size-h3);
}

h4,
.h4 {
	font-size: var(--font-size-h4);
}

h5,
h6,
.h5,
.h6 {
	font-size: var(--font-size-h5);
}

h2 strong,
h3 strong {
	font-weight: 700;
}

p {
	margin: 0 0 30px;
}

ul {
	list-style: none;
}

/* CORE > Links and Buttons */
a {
	color: var(--color-primary);
	text-decoration: underline;
}

a:hover,
a:focus {
	color: var(--color-secondary);
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover,
a.no-underline:focus {
	text-decoration: underline;
}

a,
button,
.button,
.wp-element-button {
	transition: color 200ms ease-out, background 400ms ease-in-out, transform 60ms ease-in;
}

button,
.button,
.wp-element-button {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	letter-spacing: 1px;
	padding: 21px 35px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	color: var(--color-white);
	background: linear-gradient(to right, rgba(111, 38, 9, 1) 0%, rgba(156, 48, 26, 1) 50%, rgba(111, 38, 9, 1) 100%);
	background-size: 200% 100%;
	text-decoration: none;
}

button:active,
.button:active,
.wp-element-button:active {
	transform: translateY(1px);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.wp-element-button:hover,
.wp-element-button:focus {
	color: var(--color-white);
	background-position: 100% 0;
}

button.alt-01,
.button.alt-01 {
	background-color: var(--color-secondary);
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	background-color: var(--color-primary);
	color: var(--color-white);
}

button.alt-02,
.button.alt-02 {
	background-color: var(--color-near-black);
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
	background-color: var(--color-alternate);
	color: var(--color-white);
}

button.outline,
.button.outline {
	background: none;
	border: 2px solid var(--color-alternate);
	color: var(--color-alternate);
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: var(--color-alternate);
	color: var(--color-white);
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
	border-color: var(--color-white);
	color: var(--color-white);
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
	background: var(--color-near-white);
	color: var(--color-primary);
}

button.no-button,
.button.no-button {
	padding: 0;
	font-size: 1rem;
	font-weight: 500;
	background: none;
	letter-spacing: 0;
	color: var(--color-primary);
	text-transform: none;
}

button.no-button i,
.button.no-button i {
	color: var(--color-secondary);
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
	color: var(--color-secondary);
	text-decoration: none;
}

/* CORE > Page Structure */
main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
	width: 100%;
	overflow: hidden;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.no-banner main {
	padding-top: 180px;
}

.content.full-width {
	float: none;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content section:not(:last-of-type) {
	margin-bottom: 60px;
}

.columns,
.column {
	padding: 0 var(--gutter-size);
}

.row,
.row-wide,
.row-narrow {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(var(--width-normal) + var(--gutter-size) * 2);
}

.row-narrow {
	max-width: calc(var(--width-narrow) + var(--gutter-size) * 2);
}

.row-wide {
	max-width: calc(var(--width-wide) + var(--gutter-size) * 2);
}

.row:after {
	clear: both;
}

.row:not(.main-inner):before,
.row:not(.main-inner):after {
	display: table;
	flex-basis: 0;
	order: 1;
	content: ' ';
}

.row.main-inner:before,
.row.main-inner:after {
	display: none;
}

@media screen and (min-width: 768px) {
	main {
		padding: 80px 0;
	}
}

/* CORE > Priority Utility Classes */
.no-float {
	float: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-min-height {
	min-height: 0;
}

img.alignright {
	margin: 0 0 30px 30px;
	float: right;
}

img.alignleft {
	margin: 0 30px 30px 0;
	float: left;
}

img.responsive-img,
.responsive-img img {
	max-width: 100%;
	height: auto;
}

.position-static,
.static {
	position: static !important;
}

.position-relative,
.relative {
	position: relative !important;
}

.position-absolute,
.absolute {
	position: absolute;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.visually-hidden {
	margin: -1px !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	white-space: nowrap !important;
	border: none !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
}

.no-background {
	background: none !important;
}

.animate-in-view,
.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

.uppercase {
	text-transform: uppercase;
}

.small-text {
	font-size: 0.9rem;
}

.larger-text {
	font-size: 1.2rem;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.bold,
.font-bold {
	font-weight: 700;
}

.font-extra-bold {
	font-weight: 800;
}

.font-black {
	font-weight: 900;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

@media (min-width: 768px) {
	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 0), screen and (min-width: 768px) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.show-for-large {
		display: none !important;
	}
}

/*******************************************************************************************
HEADER
*******************************************************************************************/
.header {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
	background: var(--color-white);
	transition: background 200ms ease-out;
}

body.home .header {
	background: transparent;
}

body.scrolled .header {
	background: var(--color-white);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.header > .row {
	height: 100%;
	max-width: calc(var(--width-wide) + var(--gutter-size) * 2);
}

.header a {
	text-decoration: none;
}

.header-desktop {
	display: none;
}

.header-logo {
	width: 275px;
	display: flex;
	align-items: center;
}

.header-logo img {
	width: 100%;
	display: block;
	height: auto;
}

.header-mobile-inner {
	display: flex;
	padding: 15px var(--gutter-size);
}

.header-mobile-buttons {
	margin-left: 4%;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
}

.header-mobile-buttons button {
	padding: 0 10px;
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	width: 45px;
	max-width: 45px;
	height: 45px;
	font-size: 1.5rem;
	background: var(--color-primary);
}

.header-right {
	display: none;
	flex-direction: column;
	align-self: center;
	justify-content: space-between;
	height: 100%;
}

.header-right-bottom {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

@media screen and (min-width: 768px) {
	.header-logo {
		width: 306px;
	}
}

@media screen and (min-width: 1025px) {
	.header-right {
		display: flex;
		flex: 1;
	}

	.header-logo {
		width: 358px;
	}

	.header-inner {
		padding: 23px var(--gutter-size);
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100%;
	}

	.header-mobile {
		display: none;
	}

	.header-desktop {
		display: block;
	}
}

@media screen and (min-width: 1200px) {
	.header-logo {
		width: 438px;
	}
}

@media screen and (min-width: 1440px) {
	.header-logo {
		width: 480px;
	}

	.header-inner {
		padding-top: 33px;
		padding-bottom: 33px;
	}
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
	margin: 0;
	display: flex;
	justify-content: space-between;
}

.main-navigation-menu li {
	padding: 0;
	position: relative;
	display: block;
}

.main-navigation-menu > li {
	display: flex;
	font-weight: 400;
	line-height: 1;
	font-size: 1.2rem;
	align-items: center;
	padding: 15px 0;
}

.main-navigation-menu > li:not(:last-child):after {
	content: '|';
	margin: 0 10px;
	color: var(--color-border);
}

.main-navigation-menu .sub-menu {
	margin: 0;
	position: absolute;
	top: 100%;
	display: none;
	width: 234px;
	padding: 18px 20px;
	background: var(--color-primary);
}

.main-navigation-menu > a:hover + .sub-menu,
.main-navigation-menu > a:focus + .sub-menu,
.main-navigation-menu > li.active > .sub-menu {
	display: block;
	-webkit-animation: menuslidedown 200ms both;
	animation: menuSlideDown 200ms both;
}

.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover > a {
	text-decoration: none;
	color: var(--color-primary);
}

.main-navigation-menu a:focus:after,
.main-navigation-menu a:hover:after,
.main-navigation-menu li:hover > a:after {
	width: 100%;
}

.main-navigation-menu > li > a {
	position: relative;
	display: block;
	height: 100%;
	font-weight: 400;
	font-family: var(--font-family-heading);
	color: var(--color-primary);
}

.main-navigation-menu > li > a:after {
	left: 0;
	width: 0;
	height: 3px;
	content: '';
	display: block;
	position: absolute;
	top: calc(100% + 5px);
	transition: width 200ms ease-out;
	background-color: var(--color-secondary);
}

/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li {
	position: relative;
	transition: background 200ms ease-out;
	cursor: pointer;
	padding: 0 10px;
}

#desktop-navigation .sub-menu li:not(:last-child) {
	border-bottom: 1px solid rgba(225, 225, 225, .2);
}

#desktop-navigation .sub-menu li a {
	padding: 12px 30px;
	display: block;
	/* font-size: 0.813rem; */
	/* line-height: 1; */
	font-size: 1rem;
	line-height: 1.3rem;
	margin-right: -30px;
	margin-left: -30px;
	text-decoration: none;
	color: var(--color-white);
}

#desktop-navigation .sub-menu li.active a {
	background: var(--color-secondary);
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
	display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active > .sub-menu {
	display: block;
	-webkit-animation: menuslideright 200ms both;
	animation: menuSlideRight 200ms both;
}

/* MENUS > Mobile Menu */
#mobile-navigation {
	display: none;
}

/*******************************************************************************************
BANNER - Page-top image and title
*******************************************************************************************/
.banner {
	position: relative;
	height: 225px;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-size: cover;
}

.banner,
.banner-xl {
	margin-top: 77px;
}

.banner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 31, 60, .8);
	content: '';
	pointer-events: none;
}

body.single-attorneys .banner::before{
	display: none;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner > .row {
	height: 100%;
}

.banner-inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	float: none;
	height: 100%;
}

.banner-title {
	margin-bottom: 0;
	font-size: 2.5rem;
	font-weight: 200;
	text-align: center;
	color: var(--color-near-white);
	font-family: var(--font-family-body);
}

@media screen and (min-width: 768px) {
	.banner,
	.banner-xl {
		margin-top: 82px;
	}

	.banner-title {
		font-size: 2.813rem;
	}
}

@media screen and (min-width: 1025px) {
	.banner,
	.banner-xl {
		margin-top: 107px;
	}
}

@media screen and (min-width: 1200px) {
	.banner {
		height: 350px;
	}

	.banner,
	.banner-xl {
		margin-top: 121px;
	}
}

@media screen and (min-width: 1440px) {
	.banner,
	.banner-xl {
		margin-top: 148px;
	}
}

/*******************************************************************************************
PRIORITY - Other important styles
*******************************************************************************************/

.accordion-item-title {
	background: none;
}
