*{-webkit-font-smoothing:antialiased}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-family:'PT Sans',sans-serif;position:relative;overflow-x:hidden;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{line-height:1.2;margin:0 0 1rem}h1{font-family:'Playfair Display',serif;font-size:56px;font-weight:600}h2{font-size:34px;font-weight:700;font-style:italic;color:#0d5496}h3{font-size:24px;font-weight:700;text-transform:uppercase;color:#ab1113}h4{font-size:22px;font-weight:400}p{font-size:16px;line-height:30px;margin:0 0 1rem}a{transition:all .25s ease-in-out;text-decoration:none;color:#ab1113}a svg{transition:all .25s ease-in-out}.btn{font-size:16px;font-weight:700;line-height:1;display:inline-block;padding:1.25rem 2rem;transition:all .3s ease-in-out;text-transform:uppercase;color:#fff;border-radius:20px;background:#ab1113}.btn:hover{color:#000;background:#fff}img{display:block;max-width:100%;height:auto}.embed-container{position:relative;overflow:hidden;max-width:100%;height:0;padding-bottom:56.25%}.embed-container embed,.embed-container iframe,.embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}.text-center{text-align:center}.grid__two{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem}.grid__three{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}.grid__four{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem}.grid__five{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1rem}.grid__six{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:0}.grid__seven{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:0}section{position:relative;padding:90px 0}.container{width:100%;max-width:1470px;margin:0 auto;padding:0 1.5rem}.container-large{max-width:1660px}.container-xl{max-width:1920px}.container-fluid{max-width:100%;padding:0 1.5rem}.main__container{display:grid;grid-template-columns:1fr 410px;grid-column-gap:2rem}.main__title{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid}.main__content{max-width:950px}.main__content ol,.main__content ul{font-size:16px;line-height:30px}.main__content ul li::marker{color:#ab1113}.main__content ol li::marker{font-weight:500}.main__content a{text-decoration:underline}.main__content a:hover{text-decoration:none}.sidebar__wrapper{position:relative;padding:70px 0;text-align:center;background:url(../../img/sidebar.png) no-repeat center center/cover}.sidebar__wrapper:after{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;width:calc(100% - 2.5rem);height:calc(100% - 2.5rem);margin:auto;content:'';border:1px solid #525252}.sidebar__title{font-family:'Playfair Display',serif;font-size:30mpx;font-size:30px;line-height:1;margin-bottom:2rem;text-transform:none}.sidebar__menu{position:relative;z-index:10;margin:0;padding:60px;padding:0;list-style-type:none;box-shadow:0 0 16px rgba(0,0,0,.13)}.sidebar li:not(:last-child){margin-bottom:40px}.sidebar a{text-transform:uppercase;color:#fff}.sidebar a:hover{font-weight:700}.sidebar .current-menu-item{font-weight:700}@media screen and (max-width:1199px){p{font-size:14px;line-height:24px}.btn{font-size:14px;padding:1rem 1.5rem}.btn:before{font-size:13px}.main__content ol,.main__content ul{font-size:14px;line-height:24px}}@media (max-width:1199px){section{padding:3rem 0}.main__container{grid-template-columns:1fr}}@media screen and (max-width:767px){.btn{font-size:12.69px;border-radius:40px}.btn:before{font-size:11.28px}.main{padding-top:170px}img.alignleft.size-full {width: 100%;} }
/*# sourceMappingURL=global.min.css.map */
img.alignleft.size-full {
    float: left;
    margin-right: 20px;
}

/* ===============================
   Attorneys Grid (Shortcode Version)
   =============================== */

/* ===============================
   Attorneys Grid – Clean Version
   =============================== */

/* Main grid container */
body:not(.home) .attorneys__grid {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding: 2rem 0;
	max-width: 1000px;
	margin: 0 auto;
}

/* Each attorney card */
body:not(.home) .attorneys__item {
	display: flex;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 1.5rem;
	gap: 2rem;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}

body:not(.home) .attorneys__item:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-3px);
}

/* Image column */
body:not(.home) .attorneys__image {
	flex: 0 0 180px;
	max-width: 180px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

body:not(.home) .attorneys__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
	object-fit: cover;
}

/* Info column */
body:not(.home) .attorneys__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Name styling */
body:not(.home) .attorneys__name {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0.25rem;
	color: #002756;
}

/* Title styling */
body:not(.home) .attorneys__title {
	font-weight: 700;
	color: #ab1113;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.5px;
}

/* Bio styling */
body:not(.home) .attorneys__bio {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	max-width: 90%;
}

/* “View Profile” link */
body:not(.home) .attorneys__link {
	display: inline-block;
	margin-top: 1rem;
	font-size: 15px;
	font-weight: 700;
	color: #ab1113;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

body:not(.home) .attorneys__link:hover {
	color: #002756;
	text-decoration: underline;
}

/* Responsive tweaks */
@media (min-width: 1024px) {
	body:not(.home) .attorneys__image {
		flex: 0 0 220px;
		max-width: 220px;
	}
}

@media (max-width: 768px) {
	body:not(.home) .attorneys__item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 1.25rem;
	}

	body:not(.home) .attorneys__image {
		flex: none;
		max-width: 260px;
		width: 80%;
		margin: 0 auto 1rem;
	}

	body:not(.home) .attorneys__bio {
		max-width: 100%;
	}

	body:not(.home) .attorneys__link {
		margin-top: 1rem;
	}
}

body:not(.home) .attorneys__overlay span {
	color: #fff;
}

body:not(.home) .attorneys__overlay--line1 {
	font-size: 16px;
}

body:not(.home) .attorneys__overlay--line2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

/* Text content */
body:not(.home) .attorneys__name {
	font-size: 22px;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
	color: #061b3a;
	text-transform: none;
}

body:not(.home) .attorneys__name::after {
	content: '';
	display: block;
	width: 60px;
	height: 6px;
	margin: 1rem auto 0;
	background: #dcdbdb;
}

body:not(.home) .attorneys__title {
	font-weight: 700;
	color: #ab1113 !important;
	margin-bottom: 0;
}

/* Slick dots (if carousel JS is reused) */
body:not(.home) .attorneys__carousel .slick-dots {
	position: relative;
	bottom: -20px;
	display: flex;
	justify-content: center;
}

body:not(.home) .attorneys__carousel .slick-dots li {
	width: 20px;
	height: 20px;
	margin: 0 2.5px;
	list-style: none;
}

body:not(.home) .attorneys__carousel .slick-dots li button {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #c6c4c4;
	border: none;
}

body:not(.home) .attorneys__carousel .slick-dots li.slick-active button {
	background: #0d5496;
}

/* Stacked attorney list layout with image left, bio right */
body:not(.home) .attorneys__grid {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding: 2rem 0;
	max-width: 1000px;
	margin: 0 auto;
}

/* Each attorney card as a horizontal flex box */
body:not(.home) .attorneys__item {
	display: flex;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 1.5rem;
	gap: 2rem;
	transition: box-shadow 0.3s ease;
}

body:not(.home) .attorneys__item:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

/* Image smaller and rounded corners */
body:not(.home) .attorneys__image {
	flex: 0 0 220px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

body:not(.home) .attorneys__image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}

/* Text area on the right */
body:not(.home) .attorneys__info {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body:not(.home) .attorneys__name {
	font-size: 24px;
	margin-bottom: 0.25rem;
	color: #002756;
}

body:not(.home) .attorneys__title {
	font-weight: 700;
	color: #ab1113;
	margin-bottom: 1rem;
}

body:not(.home) .attorneys__bio {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	max-width: 90%;
}

/* Overlay hidden for stacked version */
body:not(.home) .attorneys__overlay {
	display: none !important;
}

/* Responsive: stack vertically on small screens */
@media (max-width: 768px) {
	body:not(.home) .attorneys__item {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	body:not(.home) .attorneys__image {
		width: 80%;
		max-width: 300px;
	}
	body:not(.home) .attorneys__info {
		text-align: center;
	}
	body:not(.home) .attorneys__bio {
		max-width: 100%;
	}
}

body:not(.home) .attorneys__info h3.attorneys__name {
	margin-bottom: 0.25rem;
}

body:not(.home) .attorneys__title {
	margin-bottom: 0.75rem;
}

body:not(.home) .attorneys__bio {
	margin-bottom: 0.75rem;
}

body:not(.home) .attorneys__link {
	margin-top: 0.5rem;
	font-size: 15px;
	font-weight: 700;
	color: #ab1113;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

body:not(.home) .attorneys__link:hover {
	color: #002756;
	text-decoration: underline;
}


	
	.profile-wrap {
    float: left;
    width: 30%;
    background-color: #0e5496;
    margin-right: 3%;
    margin-bottom: 30px;
    text-align: center;
    font-family: 'PT Sans Regular';
    color: white;
    padding-bottom: 10px;
}

.profile-wrap a {
    color: white;
    line-height: 20px;
    font-weight: bold;
}
.profile-wrap img {
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
}

/* ====== FOOTER BASE STYLING ====== */
footer,
.footer {
  overflow: visible;
}

.footer__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f4f1f1;
  text-align: center;
  padding: 1.5rem 1rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.6;
}

.footer__copy p {
  margin: 0;
  max-width: 100%;
  word-break: break-word;
}

.footer__copy a {
  color: #b00000;
  text-decoration: none;
  font-weight: 500;
}

/* ====== SOCIAL ICON CONTAINER ====== */
.footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 1rem;
  width: 100%;
}

/* ====== ICON BUTTONS ====== */
.footer__socials--item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.footer__socials--item:hover {
  transform: scale(1.08);
}

/* ====== ICON GRAPHICS ====== */
.footer__socials--item svg,
.footer__socials--item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

/* Slight visual correction for raster icons */
.footer__socials--item.social-instagram img,
.footer__socials--item.social-tiktok img,
.footer__socials--item.social-youtube img {
  position: relative;
  top: 1px;
}

/* ====== HOVER STATE SWAPS ====== */
.footer__socials--item.social-instagram:hover img {
  content: url('/newsite/wp-content/themes/benchmark/img/insta-red.png');
}

.footer__socials--item.social-tiktok:hover img {
  content: url('/newsite/wp-content/themes/benchmark/img/tiktok-red.png');
}

.footer__socials--item.social-youtube:hover img {
  content: url('/newsite/wp-content/themes/benchmark/img/youtube-red.png');
}

/* ====== RESPONSIVE DESIGN ====== */
@media (min-width: 768px) {
  .footer__copy {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 1rem 2rem;
  }

  .footer__copy p {
    flex: 1 1 auto;
    text-align: left;
    margin: 0;
  }

  .footer__socials {
    margin-top: 0;
    width: auto;
  }
}
@media (max-width: 767px) { 
.footer__socials {
    margin: 1rem auto 0!important;
	gap: 0px;
}
}
