.simply-scroll{

	padding-top: 10px;

	margin:auto;

	background:#FFF;

	/*box-shadow:inset 0 0 8px 2px rgba(0,0,0,0.5);*/

	border-radius:5px;

}

.simply-scroll,

.simply-scroll .simply-scroll-clip{

	width:100%;	

	height:200px;

}

.simply-scroll .simply-scroll-list li{

	width: 96%;

	height:auto;

	padding:20px;

}

.simply-scroll .simply-scroll-list li:nth-child(2n+1){

	background:rgba(0,0,0,0.05);

}

#nav ul.dropdown ul{

	background-color:#FFF;

	border-radius:5px;

	width:280px;

	padding:10px;

	box-shadow:none;

	margin-top: -5px;

	border:1px solid #029df9;

}

	#nav ul.dropdown ul li a{		

		color:#000;

		font-size:12px;

		height:auto;

		width:auto;

		line-height:20px;

		margin:auto;

		padding:10px;

		background:none;

		text-shadow:none!important;

		

	}

		#nav ul.dropdown ul li{

			display: block;

			text-align:left;

			border-bottom:0;

			margin:0;

		}

		#nav ul.dropdown ul li a:hover,

		#nav ul.dropdown ul li.selected a{

			background-color:rgb(255 255 255);

			border:0;

			box-shadow:none;

			color: #000;

			

		}

		#nav ul.dropdown ul li.selected a{

			background:#009bf9;

			color:#FFF !important;

			margin-left: -10px;

			padding-left: 20px;

			margin-right: -10px;

		}

.scroll-icon {

  	position: absolute;

  	width: 24px;

  	height: 24px;

	top: 90vh;

    z-index: 999;

    margin-left: 50%;

	transition: 400ms;

}



.chevron {

  position: absolute;

  width: 28px;

  height: 8px;

  opacity: 0;

  transform: scale3d(0.5, 0.5, 0.5);

  animation: move1 3s ease-out infinite;

}



.chevron:first-child {

  animation: move1 3s ease-out 1s infinite;

}



.chevron:nth-child(2) {

  animation: move1 3s ease-out 2s infinite;

}



.chevron:before,

.chevron:after {

  content: ' ';

  position: absolute;

  top: 0;

  height: 100%;

  width: 51%;

  background:rgba(255,255,255,0.5);

}



.chevron:before {

  left: 0;

  transform: skew(0deg, 30deg);

}



.chevron:after {

  right: 0;

  width: 50%;

  transform: skew(0deg, -30deg);

}



@keyframes move1 {

  25% {

    opacity: 1;



  }

  33% {

    opacity: 1;

    transform: translateY(30px);

  }

  67% {

    opacity: 1;

    transform: translateY(40px);

  }

  100% {

    opacity: 0;

    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);

  }

}



body:not([page=index]) .scroll-icon {

	display: none;

}

.scroll-icon.header-small {

	display: none;

}

.caps {

	text-transform: uppercase;

}



/* BEST ATTORNEYS LAS VEGAS THEME */

:root {

    --navy: #06284a;

    --navy-dark: #021b34;

    --navy-soft: #0b3c68;

    --gold: #c8983d;

    --gold-dark: #a9751f;

    --cream: #f9f6ef;

    --ink: #102033;

    --muted: #687484;

    --line: #dfe4ea;

    --paper: #ffffff;

    --soft: #f5f7f9;

    --shadow: 0 12px 34px rgba(5, 31, 58, .1);

    --radius: 8px;

}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }

button, input, select, textarea { font: inherit; }

button { cursor: pointer; }

h1, h2, h3, p { margin-top: 0; }

h1, h2, h3 { color: var(--ink); line-height: 1.15; }

h1, h2 { font-family: "Playfair Display", Georgia, serif; }

h1 { font-size: clamp(2.75rem, 5vw, 5.1rem); letter-spacing: -.035em; }

h2 { font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.025em; }

h3 { font-size: 1.08rem; }

p { color: var(--muted); }

ul, ol { margin: 0; padding: 0; list-style: none; }

.site-shell { width: min(1200px, calc(100% - 40px)); margin-inline: auto; }

.section { padding: 84px 0; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; left: 20px; top: -80px; z-index: 9999; padding: 12px 18px; border-radius: 4px; color: #fff; background: var(--navy); }

.skip-link:focus { top: 20px; }

.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--gold-dark); font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }

.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 1px; margin: 0 8px 3px 0; background: currentColor; }

.eyebrow.light { color: #e0bd78; }

.section-heading { margin-bottom: 32px; }

.section-heading h2 { margin-bottom: 8px; }

.section-heading p { max-width: 640px; margin: 0; }

.section-heading.centered { max-width: 760px; margin: 0 auto 38px; text-align: center; }

.section-heading.centered p { margin-inline: auto; }

.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }

.split-heading.compact { align-items: center; margin-bottom: 24px; }

.light-heading h2 { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 1000; border-bottom: 1px solid rgba(5, 39, 72, .09); background: rgba(255, 255, 255, .97); box-shadow: 0 2px 16px rgba(2, 27, 52, .04); backdrop-filter: blur(12px); }

.header-inner { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 26px; }

.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; }

.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; color: var(--gold); font-size: 1.85rem; }

.brand-copy { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }

.brand-copy strong { color: var(--navy-dark); font-family: "Playfair Display", Georgia, serif; font-size: 1.1rem; letter-spacing: .02em; }

.brand-copy small { margin-top: 6px; color: var(--gold-dark); font-size: .61rem; font-weight: 700; letter-spacing: .28em; }

.primary-nav { display: flex; align-items: center; gap: 4px; }

.primary-nav a { position: relative; padding: 11px 10px; color: #27384a; font-size: .82rem; font-weight: 600; white-space: nowrap; }

.primary-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 10px; bottom: 5px; left: 10px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }

.primary-nav a:hover::after, .primary-nav a.active::after { transform: scaleX(1); }

.primary-nav .nav-cta { margin-left: 8px; padding: 12px 17px; border-radius: 4px; color: #fff; background: var(--navy); }

.primary-nav .nav-cta:hover { background: var(--navy-soft); }

.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 5px; color: var(--navy); background: #fff; font-size: 1.2rem; }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 10px 18px; border: 1px solid transparent; border-radius: 4px; font-size: .78rem; font-weight: 700; }

.button:hover { transform: translateY(-1px); }

.button-gold { color: #fff; background: var(--gold); border-color: var(--gold); }

.button-gold:hover { background: var(--gold-dark); border-color: var(--gold-dark); }

.button-outline { color: var(--navy); border-color: #aab6c2; background: #fff; }

.button-outline:hover { border-color: var(--navy); background: #f8fafc; }

.button-light-outline { color: #fff; border-color: rgba(255, 255, 255, .65); background: transparent; }

.button-light-outline:hover { color: var(--navy); background: #fff; }

.button-block { width: 100%; }

.text-link, .profile-link { color: var(--navy-soft); font-size: .78rem; font-weight: 700; }

.text-link:hover, .profile-link:hover { color: var(--gold-dark); }

.home-hero { position: relative; min-height: 520px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(2, 27, 52, .95) 0%, rgba(2, 35, 67, .81) 43%, rgba(2, 35, 67, .32) 100%), url("images/las-vegas-skyline.jpg") center 58% / cover no-repeat; }

.home-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 60px; background: linear-gradient(transparent, rgba(2, 27, 52, .24)); }

.hero-content { position: relative; z-index: 1; padding: 76px 0 44px; }

.hero-content h1 { max-width: 710px; margin-bottom: 18px; color: #fff; }

.hero-content > p { max-width: 590px; margin-bottom: 28px; color: rgba(255, 255, 255, .87); font-size: 1.06rem; }

.attorney-search { display: grid; max-width: 850px; grid-template-columns: 1.35fr .95fr auto; align-items: stretch; overflow: hidden; border-radius: 5px; background: #fff; box-shadow: 0 14px 38px rgba(0, 0, 0, .25); }

.attorney-search .search-field { display: flex; align-items: center; gap: 10px; padding-left: 18px; }

.attorney-search .search-field i { color: #8792a0; }

.attorney-search input, .attorney-search select { width: 100%; min-height: 58px; border: 0; outline: 0; color: var(--ink); background: #fff; }

.attorney-search input { padding: 0 12px 0 0; }

.attorney-search select { padding: 0 38px 0 18px; border-left: 1px solid var(--line); }

.attorney-search button { min-width: 130px; border: 0; color: #fff; background: var(--gold); font-weight: 700; }

.attorney-search button:hover { background: var(--gold-dark); }

.trust-row { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 26px; color: #fff; font-size: .78rem; font-weight: 600; }

.trust-row i { margin-right: 8px; color: #e0bd78; }

.practice-section { background: var(--cream); }

.practice-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }

.practice-card { display: flex; min-height: 106px; align-items: center; gap: 16px; padding: 20px; border: 1px solid #e5e0d7; border-radius: 4px; background: #fff; box-shadow: 0 5px 16px rgba(45, 36, 17, .035); }

.practice-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow); }

.practice-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; color: var(--gold); font-size: 1.35rem; }

.practice-card > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 8px; }

.practice-card strong { color: var(--ink); font-size: .86rem; line-height: 1.25; }

.practice-card small { color: var(--navy-soft); font-size: .66rem; font-weight: 700; }

.practice-card small i { margin-left: 3px; font-size: .55rem; }

.practice-all { background: #fbfaf7; }

.practice-page-grid { grid-template-columns: repeat(3, 1fr); }

.attorney-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }

.attorney-card { overflow: hidden; border: 1px solid var(--line); border-radius: 5px; background: #fff; box-shadow: 0 6px 20px rgba(5, 31, 58, .055); }

.attorney-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.attorney-photo { display: block; aspect-ratio: 1.25 / 1; overflow: hidden; background: #e8edf1; }

.attorney-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; transition: transform .35s ease; }

.attorney-card:hover .attorney-photo img { transform: scale(1.025); }

.attorney-card-body { padding: 17px; }

.attorney-card h3 { margin-bottom: 4px; font-family: "DM Sans", Arial, sans-serif; font-size: .9rem; }

.attorney-card h3 a:hover { color: var(--gold-dark); }

.attorney-card p { margin-bottom: 10px; color: var(--gold-dark); font-size: .7rem; }

.rating-line { display: flex; align-items: center; gap: 7px; }

.rating-line strong { font-size: .76rem; }

.stars { color: #e6ae31; font-size: .86rem; letter-spacing: .07em; }

.attorney-card-body > small { display: block; margin: 2px 0 12px; color: #88929d; font-size: .61rem; }

.profile-link { display: flex; align-items: center; gap: 6px; padding-top: 11px; border-top: 1px solid #edf0f3; font-size: .68rem; }

.profile-link i { margin-left: auto; font-size: .55rem; }

.google-g { color: #4285f4; font-family: Arial, sans-serif; font-weight: 700; }

.demo-disclosure { margin: 20px 0 0; color: #7b8793; font-size: .68rem; text-align: center; }

.reviews-band { padding: 68px 0; color: #fff; background: radial-gradient(circle at 85% 0, rgba(32, 85, 129, .7), transparent 35%), var(--navy-dark); }

.review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }

.review-card { padding: 20px; border: 1px solid #e0e5eb; border-radius: 5px; color: var(--ink); background: #fff; box-shadow: 0 5px 18px rgba(0, 0, 0, .07); }

.review-card header { display: flex; align-items: center; gap: 10px; }

.review-card header > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; line-height: 1.25; }

.review-card header strong { font-size: .76rem; }

.review-card header small { color: #8a949f; font-size: .58rem; }

.review-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; color: #fff; background: #8a7254; font-size: .72rem; font-weight: 700; }

.review-avatar.purple { background: #7c5c8e; }

.review-avatar.navy { background: #455676; }

.review-card .stars { margin: 12px 0 8px; font-size: .72rem; }

.review-card p { margin: 0; color: #4e5b69; font-size: .72rem; line-height: 1.65; }

.steps-section { padding: 62px 0; background: #fff; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 980px; margin: 0 auto; gap: 56px; }

.steps-grid li { display: flex; align-items: center; gap: 18px; }

.step-icon { display: grid; flex: 0 0 62px; width: 62px; height: 62px; place-items: center; border: 1px solid #e6d8bb; border-radius: 50%; color: var(--gold); font-size: 1.25rem; }

.steps-grid strong { display: block; margin-bottom: 3px; }

.steps-grid p { margin: 0; font-size: .74rem; line-height: 1.45; }

.inner-hero { padding: 86px 0; color: #fff; background: linear-gradient(90deg, rgba(2, 27, 52, .97), rgba(3, 52, 90, .82)), url("images/las-vegas-skyline.jpg") center 57% / cover no-repeat; }

.inner-hero h1 { max-width: 780px; margin-bottom: 14px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.5rem); }

.inner-hero p { max-width: 680px; margin: 0; color: rgba(255, 255, 255, .82); }

.compact-hero { padding: 60px 0; }

.content-narrow { max-width: 920px; }

.content-narrow > p { font-size: 1.02rem; }

.value-grid, .resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; }

.value-grid > div, .resource-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 6px 20px rgba(5, 31, 58, .05); }

.value-grid > div > i, .resource-grid article > i { margin-bottom: 20px; color: var(--gold); font-size: 1.6rem; }

.value-grid h3 { margin-bottom: 8px; }

.value-grid p, .resource-grid p { margin-bottom: 0; font-size: .88rem; }

.resource-grid { margin-top: 0; }

.resource-grid h2 { font-size: 1.55rem; }

.resource-grid a { display: inline-block; margin-top: 18px; color: var(--navy); font-size: .78rem; font-weight: 700; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 76px; align-items: start; }

.contact-points { margin-top: 32px; }

.contact-points li { display: flex; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }

.contact-points i { width: 24px; color: var(--gold); font-size: 1.15rem; }

.contact-points span { display: flex; flex-direction: column; color: var(--muted); }

.contact-points strong { color: var(--ink); }

.contact-points a { color: var(--navy-soft); }

.contact-form { display: grid; gap: 8px; }

.contact-form label { color: #455465; font-size: .7rem; font-weight: 600; }

.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 3px; outline: 0; color: var(--ink); background: #fff; }

.contact-form input, .contact-form select { min-height: 42px; padding: 8px 10px; }

.contact-form textarea { padding: 10px; resize: vertical; }

.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200, 152, 61, .12); }

.large-form { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }

.legal-copy { max-width: 840px; }

.legal-copy p { font-size: 1rem; }

.notfound-page { min-height: 62vh; display: grid; place-items: center; padding: 80px 0; text-align: center; background: var(--cream); }

.notfound-page h1 { font-size: 3.2rem; }

.notfound-page p { margin-bottom: 28px; }

.notfound-page .button + .button { margin-left: 10px; }

.profile-breadcrumb { padding: 14px 0; border-bottom: 1px solid var(--line); background: #f6f7f8; }

.profile-breadcrumb .site-shell { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #7d8894; font-size: .66rem; }

.profile-breadcrumb a:hover { color: var(--gold-dark); }

.profile-breadcrumb i { font-size: .45rem; }

.profile-demo-note { padding: 10px 0; color: #5e5137; background: #fff5dc; border-bottom: 1px solid #ead9ad; font-size: .68rem; }

.profile-demo-note .site-shell { display: flex; align-items: center; gap: 8px; }

.profile-demo-note i { color: var(--gold-dark); }

.profile-hero { padding: 48px 0; background: linear-gradient(120deg, #f8fafd 0, #fff 55%, #f7f4ec 100%); }

.profile-hero-grid { display: grid; grid-template-columns: 245px 1fr 310px; gap: 34px; align-items: stretch; }

.profile-photo { width: 100%; height: 100%; min-height: 310px; object-fit: cover; object-position: center 18%; border-radius: 6px; box-shadow: var(--shadow); }

.profile-intro { padding: 8px 0; }

.profile-title-row { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; }

.profile-title-row h1 { margin-bottom: 5px; font-size: clamp(2.2rem, 4vw, 3.3rem); }

.verified { color: #2671b2; font-size: .7rem; font-weight: 700; }

.profile-practice { margin-bottom: 7px; color: var(--gold-dark); font-size: .88rem; font-weight: 700; }

.profile-rating { display: flex; align-items: center; gap: 9px; }

.profile-rating strong { font-size: 1.15rem; }

.profile-rating small { color: #75808d; font-size: .65rem; }

.experience { margin: 7px 0 14px; color: #5d6874; font-size: .72rem; font-weight: 600; }

.experience i { margin-right: 6px; color: var(--gold); }

.profile-intro > p:last-of-type { max-width: 680px; font-size: .83rem; }

.profile-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 19px; }

.consult-card { padding: 26px; border-radius: 6px; color: #fff; background: linear-gradient(150deg, var(--navy-soft), var(--navy-dark)); box-shadow: var(--shadow); }

.consult-card h2 { margin-bottom: 22px; color: #fff; font-size: 1.55rem; }

.consult-card ul { margin-bottom: 24px; }

.consult-card li { display: flex; gap: 11px; padding: 10px 0; border-bottom: 1px solid rgba(255, 255, 255, .11); font-size: .72rem; }

.consult-card li i { width: 17px; margin-top: 4px; color: #e1bd76; }

.consult-card li a:hover { color: #e1bd76; }

.profile-page { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 24px; padding-top: 26px; padding-bottom: 74px; background: #f7f8f9; }

.page-attorney-profile { background: #f7f8f9; }

.profile-tabs { display: flex; overflow-x: auto; border: 1px solid var(--line); border-radius: 5px 5px 0 0; background: #fff; }

.profile-tabs a { flex: 0 0 auto; padding: 16px 20px; border-bottom: 2px solid transparent; color: #5b6875; font-size: .7rem; font-weight: 700; }

.profile-tabs a:hover, .profile-tabs a.active { color: var(--navy); border-color: var(--gold); }

.profile-panel { padding: 30px; border: 1px solid var(--line); border-top: 0; background: #fff; }

.profile-panel + .profile-panel { margin-top: 16px; border-top: 1px solid var(--line); border-radius: 5px; }

.profile-panel h2 { margin-bottom: 16px; font-size: 1.55rem; }

.profile-panel > p { font-size: .82rem; line-height: 1.75; }

.highlight-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 28px; margin-top: 26px; }

.highlight-grid > div { display: flex; align-items: center; gap: 13px; }

.highlight-grid i { display: grid; width: 38px; height: 38px; place-items: center; color: var(--gold); font-size: 1.25rem; }

.highlight-grid span, .detail-list span { display: flex; flex-direction: column; }

.highlight-grid strong, .detail-list strong { font-size: .76rem; }

.highlight-grid small, .detail-list small { color: #7a8692; font-size: .65rem; }

.timeline { border-left: 1px solid #d9c79d; }

.timeline > div { position: relative; display: grid; grid-template-columns: 130px 1fr; padding: 0 0 22px 22px; }

.timeline > div:last-child { padding-bottom: 0; }

.timeline > div::before { content: ""; position: absolute; left: -5px; top: 6px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }

.timeline span, .timeline strong, .timeline small { font-size: .7rem; }

.timeline span { color: #4b5763; font-weight: 700; }

.timeline small { grid-column: 2; color: #7f8994; }

.detail-list li { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid #edf0f3; }

.detail-list i { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #e7d8b5; border-radius: 50%; color: var(--gold); }

.check-list { columns: 2; }

.check-list li { position: relative; margin-bottom: 7px; padding-left: 18px; color: #52606f; font-size: .75rem; }

.check-list li::before { content: "?"; position: absolute; left: 0; color: var(--gold); font-size: 1.1rem; }

.profile-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }

.profile-sidebar { display: flex; flex-direction: column; gap: 14px; }

.sidebar-card { padding: 22px; border: 1px solid var(--line); border-radius: 5px; background: #fff; box-shadow: 0 4px 14px rgba(5, 31, 58, .035); }

.sidebar-card h2 { margin-bottom: 15px; font-family: "DM Sans", Arial, sans-serif; font-size: .95rem; }

.icon-list { margin-bottom: 18px; }

.icon-list li { display: flex; gap: 9px; padding: 6px 0; color: #536170; font-size: .72rem; }

.icon-list i { width: 16px; color: var(--gold); }

.rating-card > span { display: block; color: #505d69; font-size: .72rem; font-weight: 700; }

.rating-card > strong { display: inline-block; margin: 4px 8px 2px 0; color: var(--ink); font-size: 1.9rem; line-height: 1; }

.rating-card > em { color: #3a9b72; font-size: .75rem; font-style: normal; font-weight: 700; }

.rating-card > small { display: block; margin-bottom: 15px; color: #7b8793; font-size: .62rem; }

.rating-card .stars { display: inline-block; vertical-align: 4px; }

.secure-note { margin: 13px 0 0; text-align: center; color: #7c8793; font-size: .58rem; }

.site-footer { padding-top: 62px; color: rgba(255, 255, 255, .72); background: var(--navy-dark); }

.footer-grid { display: grid; grid-template-columns: 1.45fr .75fr .9fr 1fr; gap: 58px; padding-bottom: 48px; }

.brand-light .brand-copy strong { color: #fff; }

.footer-about p { max-width: 300px; margin: 20px 0; color: rgba(255, 255, 255, .64); font-size: .75rem; }

.site-footer h2 { margin-bottom: 16px; color: #fff; font-family: "DM Sans", Arial, sans-serif; font-size: .78rem; letter-spacing: .03em; }

.site-footer li { margin-bottom: 7px; font-size: .7rem; }

.site-footer a:hover { color: #e0bd78; }

.social-links { display: flex; gap: 9px; }

.social-links a { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; font-size: .65rem; }

.contact-list li { display: flex; gap: 9px; }

.contact-list i { width: 14px; margin-top: 4px; color: #d7af62; }

.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 0; border-top: 1px solid rgba(255, 255, 255, .1); }

.footer-bottom p { margin: 0; color: rgba(255, 255, 255, .55); font-size: .62rem; }

.footer-bottom nav { display: flex; gap: 22px; font-size: .62rem; }

@media (prefers-reduced-motion: reduce) {

    html { scroll-behavior: auto; }

    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }

}





/* BEST ATTORNEYS RESPONSIVE THEME */

@media (max-width: 1080px) {
    .menu-toggle { display: grid; place-items: center; }
    .primary-nav { position: fixed; top: 82px; right: 0; bottom: 0; width: min(360px, 92vw); display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px; background: #fff; box-shadow: -12px 20px 40px rgba(2, 27, 52, .18); transform: translateX(105%); transition: transform .25s ease; }
    .primary-nav.open { transform: translateX(0); }
    .primary-nav a { padding: 14px 10px; border-bottom: 1px solid #edf0f3; font-size: .9rem; }
    .primary-nav a::after { display: none; }
    .primary-nav .nav-cta { margin: 18px 0 0; text-align: center; }
    .practice-grid { grid-template-columns: repeat(3, 1fr); }
    .attorney-grid { grid-template-columns: repeat(3, 1fr); }
    .review-grid { grid-template-columns: repeat(2, 1fr); }
    .profile-hero-grid { grid-template-columns: 210px 1fr; }
    .consult-card { grid-column: 1 / -1; }
    .profile-page { grid-template-columns: minmax(0, 1fr) 280px; }
    .profile-review-grid { grid-template-columns: 1fr; }
}
@media (max-width: 780px) {
    .site-shell { width: min(100% - 28px, 680px); }
    .section { padding: 62px 0; }
    .header-inner { min-height: 70px; }
    .primary-nav { top: 70px; }
    .brand-mark { width: 36px; height: 36px; font-size: 1.55rem; }
    .brand-copy strong { font-size: .96rem; }
    .home-hero { min-height: auto; background-position: 62% center; }
    .hero-content { padding: 72px 0 42px; }
    .hero-content h1 { font-size: clamp(2.7rem, 11vw, 4rem); }
    .attorney-search { grid-template-columns: 1fr; overflow: visible; padding: 7px; gap: 7px; background: rgba(255, 255, 255, .97); }
    .attorney-search .search-field, .attorney-search select, .attorney-search button { border: 1px solid var(--line); border-radius: 3px; }
    .attorney-search select { border-left: 1px solid var(--line); }
    .attorney-search button { min-height: 50px; }
    .trust-row { gap: 14px 24px; }
    .split-heading { align-items: flex-start; flex-direction: column; }
    .practice-grid, .practice-page-grid { grid-template-columns: repeat(2, 1fr); }
    .attorney-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: 1fr; gap: 24px; max-width: 430px; }
    .value-grid, .resource-grid { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; gap: 38px; }
    .profile-hero-grid { grid-template-columns: 145px 1fr; gap: 22px; }
    .profile-photo { min-height: 215px; }
    .profile-title-row h1 { font-size: 2.25rem; }
    .profile-actions { grid-column: 1 / -1; }
    .profile-page { grid-template-columns: 1fr; }
    .highlight-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 38px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 520px) {
    body { font-size: 15px; }
    .site-shell { width: min(100% - 22px, 480px); }
    .section { padding: 52px 0; }
    .brand-copy strong { font-size: .86rem; }
    .brand-copy small { font-size: .53rem; }
    .home-hero { background-position: 69% center; }
    .hero-content { padding-top: 58px; }
    .hero-content h1 { font-size: 2.75rem; }
    .trust-row { align-items: flex-start; flex-direction: column; gap: 10px; }
    .practice-grid, .practice-page-grid { grid-template-columns: 1fr; }
    .practice-card { min-height: 92px; }
    .attorney-grid, .review-grid { grid-template-columns: 1fr; }
    .attorney-photo { aspect-ratio: 1.55 / 1; }
    .inner-hero { padding: 64px 0; }
    .profile-hero { padding: 30px 0; }
    .profile-hero-grid { grid-template-columns: 1fr; }
    .profile-photo { width: 210px; height: 260px; min-height: 0; }
    .profile-intro { padding: 0; }
    .profile-title-row { align-items: flex-start; flex-direction: column; gap: 4px; }
    .profile-title-row h1 { font-size: 2.15rem; }
    .profile-actions .button { width: 100%; }
    .profile-panel { padding: 22px 18px; }
    .timeline > div { grid-template-columns: 1fr; gap: 3px; }
    .timeline small { grid-column: 1; }
    .check-list { columns: 1; }
    .profile-tabs a { padding: 14px 15px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-bottom nav { flex-wrap: wrap; gap: 12px 20px; }
    .notfound-page .button { width: 100%; }
    .notfound-page .button + .button { margin: 10px 0 0; }
}

/* ORIGINAL TEMPLATE / BEST ATTORNEYS STRUCTURE BRIDGE */
html { opacity: 1; }
body { background: #ffffff; }
.wrapper { width: min(1200px, calc(100% - 40px)); max-width: 1200px; margin: 0 auto; }
.section { height: auto; max-height: none; padding: 84px 0; }
.section > .wrapper > .padding,
.section > .wrapper > .padding2,
.section > .wrapper > .padding3,
.section > .wrapper > .padding4 { padding: 0; }
#body, #body #body_body { width: 100%; margin: 0; background: #ffffff; }
body:not([page=index]) #body { padding-top: 0; }
#body_header { display: none; }

#header.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: auto;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #e7eaee;
    box-shadow: 0 2px 16px rgba(3, 31, 58, .06);
}
#header.site-header .header-shell {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 28px;
}
#header.site-header #logo.brand {
    position: static;
    float: none;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    padding: 0;
    color: #082c4c;
}
#header.site-header #logo.brand:hover { color: #082c4c; }
#header.site-header #logo .brand-mark { color: #bd8b2d; }
#header.site-header #nav.primary-nav {
    position: static;
    float: none;
    display: block;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0;
    background: transparent;
}
#header.site-header #nav.primary-nav > ul.dropdown {
    display: flex;
    align-items: center;
    gap: 1px;
    margin: 0;
    padding: 0;
}
#header.site-header #nav.primary-nav > ul.dropdown > li {
    position: relative;
    display: block;
    margin: 0;
    background: transparent;
}
#header.site-header #nav.primary-nav > ul.dropdown > li > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 29px 10px 25px;
    color: #26384b;
    background: transparent;
    border-bottom: 3px solid transparent;
    font-family: 'DM Sans', sans-serif;
    font-size: .79rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
}
#header.site-header #nav.primary-nav > ul.dropdown > li > a:hover,
#header.site-header #nav.primary-nav > ul.dropdown > li.selected > a {
	/*
    color: #bd8b2d;
    background: transparent;
    background-image: none;
    border-bottom-color: #bd8b2d;
	*/
}
#header.site-header #nav.primary-nav > ul.dropdown > li > a.nav-cta {
    margin-left: 8px;
    padding: 13px 18px;
    color: #ffffff;
    background: #082c4c;
    border: 0;
    border-radius: 3px;
}
#header.site-header #nav.primary-nav > ul.dropdown > li > a.nav-cta:hover { background: #bd8b2d; color: #ffffff; }
#header.site-header #nav.primary-nav .sub_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% - 3px);
    left: 0;
    z-index: 20;
    min-width: 230px;
    padding: 8px;
    background: #ffffff;
    border: 1px solid #e2e6eb;
    border-radius: 3px;
    box-shadow: 0 14px 35px rgba(4, 28, 50, .14);
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
#header.site-header #nav.primary-nav li:hover > .sub_menu,
#header.site-header #nav.primary-nav li:focus-within > .sub_menu { visibility: visible; opacity: 1; transform: translateY(0); }
#header.site-header #nav.primary-nav .sub_menu li { display: block; margin: 0; }
#header.site-header #nav.primary-nav .sub_menu a {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 12px;
    color: #26384b;
    background: transparent;
    font-size: .83rem;
    line-height: 1.3;
    text-transform: none;
}
#header.site-header #nav.primary-nav .sub_menu a:hover { color: #bd8b2d; background: #f6f7f8; }
#header.site-header #mobilemenu.menu-toggle { display: none; position: static; float: none; width: 44px; height: 44px; padding: 0; }
#mobile-calltoaction { display: none; }

#banner.home-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 520px;
    height: auto;
    padding: 0;
    overflow: hidden;
    background: #021b34;
}
#banner.home-hero .slide { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 1; z-index: 1; }
#banner.home-hero .slide .image {
    width: 100%;
    height: 100%;
    background: url('images/las-vegas-skyline.jpg') center 58% / cover no-repeat;
}
#banner.home-hero .hero-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, rgba(2, 27, 52, .95) 0%, rgba(2, 35, 67, .83) 45%, rgba(2, 35, 67, .28) 100%);
}
#banner.home-hero .hero-content {
    position: relative;
    z-index: 3;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 64px;
}
#banner.home-hero .hero-content h1 { max-width: none; margin: 0 0 16px; color: #ffffff; font-size: clamp(2.65rem, 5vw, 4.75rem); line-height: .98; }
#banner.home-hero .hero-content > p { max-width: none; margin: 0 0 30px; color: rgba(255,255,255,.88); font-size: 1.08rem; }
#banner.home-hero .attorney-search { max-width: 820px; }
#banner.home-hero .trust-row { color: rgba(255,255,255,.88); }

.template-section .section-heading { margin-bottom: 34px; }
.template-section .section-heading.center { text-align: center; }
.template-section .section-heading.center p { margin-right: auto; margin-left: auto; }
.section.practice-section { background: #f7f8fa; }
.section.reviews-band {
	background: #062c50;
}
.section.reviews-band h2{
	color:#FFF;
}
.section.steps-section { padding: 62px 0; }
.template-inner-hero.section.heading {
    padding: 68px 0;
    text-align: left;
    background: linear-gradient(90deg, rgba(2,27,52,.97), rgba(3,52,90,.82)), url('images/las-vegas-skyline.jpg') center 57% / cover no-repeat;
}
.template-inner-hero.section.heading h1 { margin: 0 0 12px; color: #ffffff; font-family: 'Playfair Display', serif; font-size: clamp(2.4rem,5vw,4.3rem); font-weight: 700; line-height: 1.06; }
.template-inner-hero.section.heading p { max-width: 690px; margin: 0; color: rgba(255,255,255,.82); font-size: 1.05rem; }
.template-inner-hero.section.heading.compact { padding: 52px 0; }
.template-content.section { padding: 76px 0; }
.template-content ul.col2 { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: 42px; margin: 0; }
.template-content ul.col2 > li { float: none; width: auto; }
.template-content ul.col2 > li > .padding { padding: 0; }
.template-content .block1 { border: 1px solid #e4e7eb; background: #ffffff; box-shadow: 0 12px 34px rgba(3,31,58,.08); }
.template-content .block1.alt { background: #082c4c; }
.template-content .block1.alt * { color: #ffffff; }
.template-content .block1 .padding { padding: 28px; }

#footer.site-footer {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 62px 0 0;
    color: rgba(255,255,255,.75);
    background: #032a4d;
}
#footer.site-footer, #footer.site-footer a { color: rgba(255,255,255,.75); }
#footer.site-footer a:hover { color: #ffffff; }
#footer.site-footer #footer1, #footer.site-footer #footer2 { padding: 0; background: transparent; }
#footer.site-footer #footer_columns.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr 1fr 1fr; gap: 42px; margin: 0; }
#footer.site-footer #footer_columns.footer-grid > li { float: none; width: auto; text-align: left; }
#footer.site-footer #footer_columns .padding { padding: 0; }
#footer.site-footer #footer_columns strong { color: #ffffff; }
#footer.site-footer .brand { color: #ffffff; }
#footer.site-footer .brand:hover { color: #ffffff; }
#footer.site-footer .footer-bottom { margin-top: 48px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.13); }
#footer.site-footer .footer-bottom p { margin: 0; }
#footer.site-footer .footer-links { display: flex; gap: 20px; }

@media only screen and (max-width: 1080px) {
    #header.site-header .header-shell { gap: 12px; }
    #header.site-header #nav.primary-nav > ul.dropdown > li > a { padding-right: 7px; padding-left: 7px; font-size: .73rem; }
    #header.site-header #nav.primary-nav > ul.dropdown > li > a.nav-cta { padding: 12px 13px; }
    #footer.site-footer #footer_columns.footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    #footer.site-footer #footer_columns.footer-grid > li:first-child { grid-column: 1 / -1; }
}

@media only screen and (max-width: 780px) {
    .wrapper { width: min(100% - 32px, 1200px); }
    .section { padding: 64px 0; }
    #header.site-header { position: sticky !important; padding: 0; }
    #header.site-header .header-shell { position: relative; min-height: 68px; }
    #header.site-header #logo.brand { padding: 0; }
    #header.site-header #logo .brand-copy strong { font-size: .93rem; }
    #header.site-header #mobilemenu.menu-toggle { display: inline-flex; margin-left: auto; color: #082c4c; background: #f1f3f5; border: 1px solid #dfe3e8; }
    #header.site-header #nav.primary-nav,
    #header.site-header #nav.primary-nav:not(.sidemenu) {
        display: none;
        position: absolute;
        top: 100%;
        right: -16px;
        left: -16px;
        width: auto;
        max-height: calc(100vh - 68px);
        margin: 0;
        padding: 14px 16px 22px;
        overflow-y: auto;
        background: #ffffff;
        border-top: 1px solid #e4e7eb;
        box-shadow: 0 18px 35px rgba(3,31,58,.15);
    }
    #header.site-header #nav.primary-nav.open,
    #header.site-header #nav.primary-nav:not(.sidemenu).open { display: block; }
    #header.site-header #nav.primary-nav > ul.dropdown { display: block; }
    #header.site-header #nav.primary-nav > ul.dropdown > li { display: block; background: transparent; border: 0; }
    #header.site-header #nav.primary-nav > ul.dropdown > li > a {
        display: flex;
        width: 100%;
        padding: 13px 8px;
        color: #26384b;
        background: transparent;
        border: 0;
        font-size: .95rem;
        text-align: left;
    }
    #header.site-header #nav.primary-nav > ul.dropdown > li > a.nav-cta { justify-content: center; margin: 8px 0 0; padding: 14px 18px; color: #ffffff; background: #082c4c; }
    #header.site-header #nav.primary-nav .sub_menu { display: none; }
    body.nav-open { overflow: hidden; }
    #banner.home-hero { min-height: 590px; }
    #banner.home-hero .hero-content { width: min(100% - 32px, 1200px); padding: 58px 0 50px; }
    #banner.home-hero .hero-content h1 { max-width: 560px; }
    .template-content ul.col2 { grid-template-columns: 1fr; }
    #footer.site-footer #footer_columns.footer-grid { grid-template-columns: 1fr 1fr; }
    #footer.site-footer #footer_columns.footer-grid > li:first-child { grid-column: 1 / -1; }
}

@media only screen and (max-width: 520px) {
    .wrapper { width: min(100% - 28px, 1200px); }
    #header.site-header .header-shell { min-height: 64px; }
    #header.site-header #logo .brand-copy small { font-size: .54rem; }
    #banner.home-hero { min-height: 640px; }
    #banner.home-hero .hero-content { width: min(100% - 28px, 1200px); padding: 46px 0 42px; }
    #banner.home-hero .hero-content h1 { font-size: 2.55rem; }
    #footer.site-footer #footer_columns.footer-grid { grid-template-columns: 1fr; }
    #footer.site-footer #footer_columns.footer-grid > li:first-child { grid-column: auto; }
    #footer.site-footer .footer-bottom { align-items: flex-start; }
}
/* PROFILE SECTIONS INSIDE THE ORIGINAL TEMPLATE BODY */
.section.profile-breadcrumb { padding: 16px 0; }
.section.profile-hero { padding: 48px 0; }
.section.profile-content { padding: 20px 0 76px; }
.section.reviews-band { padding: 68px 0; }
@media only screen and (max-width: 780px) {
    .section.profile-hero { padding: 36px 0; }
    .section.profile-content { padding: 10px 0 58px; }
}
#section_contact.template-content { padding: 76px 0; background: #ffffff; }
@media only screen and (max-width: 780px) {
    #section_contact.template-content { padding: 58px 0; }
}

/* LIVE ATTORNEY DIRECTORY */
.directory-section { background: #f5f7f9; }
.directory-filter-form { margin-bottom: 54px; padding: 26px; border: 1px solid #dfe4ea; border-radius: 7px; background: #ffffff; box-shadow: 0 12px 34px rgba(5,31,58,.08); }
.directory-filter-form.is-loading { opacity: .72; pointer-events: none; }
.directory-filter-grid { display: grid; grid-template-columns: minmax(220px,1.35fr) repeat(3,minmax(170px,1fr)); gap: 16px; }
.directory-filter-grid label { display: flex; min-width: 0; flex-direction: column; gap: 7px; color: #24384c; font-size: .72rem; font-weight: 700; }
.directory-filter-grid input,
.directory-filter-grid select { width: 100%; min-height: 48px; padding: 0 13px; border: 1px solid #cfd7df; border-radius: 4px; color: #102033; background: #ffffff; outline: none; }
.directory-filter-grid input:focus,
.directory-filter-grid select:focus { border-color: #a9751f; box-shadow: 0 0 0 3px rgba(200,152,61,.15); }
.directory-input-wrap { position: relative; display: block; }
.directory-input-wrap i { position: absolute; top: 50%; left: 14px; color: #7b8793; transform: translateY(-50%); }
.directory-input-wrap input { padding-left: 40px; }
.directory-filter-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 20px; }
.directory-filter-actions .button { min-height: 46px; }
.directory-scope { margin-left: auto; color: #687484; font-size: .72rem; font-weight: 600; }
.directory-scope i { margin-right: 6px; color: #a9751f; }
.directory-results-header { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.directory-results-header h2 { margin: 0; }
.directory-results-header p { margin: 0 0 4px; color: #687484; font-size: .75rem; font-weight: 600; }
.directory-results-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.directory-attorney-card { display: flex; min-width: 0; flex-direction: column; padding: 22px; border: 1px solid #dfe4ea; border-radius: 6px; background: #ffffff; box-shadow: 0 6px 20px rgba(5,31,58,.055); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.directory-attorney-card:hover { border-color: #c8b485; transform: translateY(-3px); box-shadow: 0 14px 32px rgba(5,31,58,.11); }
.directory-card-header { display: flex; align-items: center; gap: 15px; }
.directory-card-header > div { min-width: 0; }
.directory-card-header h3 { margin: 0 0 4px; color: #102033; font-family: "Playfair Display",Georgia,serif; font-size: 1.17rem; }
.directory-card-header p { margin: 0; overflow: hidden; color: #a9751f; font-size: .72rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.directory-avatar { display: grid; flex: 0 0 58px; width: 58px; height: 58px; place-items: center; overflow: hidden; border-radius: 50%; color: #ffffff; background: linear-gradient(145deg,#0b3c68,#021b34); font-family: "Playfair Display",Georgia,serif; font-size: 1.13rem; font-weight: 700; }
.directory-avatar-photo { object-fit: cover; }
.directory-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.directory-badges span { padding: 4px 8px; border-radius: 20px; color: #0b5c48; background: #e8f6f1; font-size: .61rem; font-weight: 700; }
.directory-card-details { display: flex; flex: 1; flex-direction: column; gap: 8px; margin: 19px 0; padding: 16px 0; border-top: 1px solid #edf0f3; border-bottom: 1px solid #edf0f3; }
.directory-card-details p { display: flex; gap: 10px; margin: 0; color: #536170; font-size: .72rem; line-height: 1.45; }
.directory-card-details i { flex: 0 0 15px; margin-top: 2px; color: #a9751f; text-align: center; }
.directory-card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 15px; }
.directory-card-actions .button { width: 100%; min-height: 42px; }
.directory-contact-link { color: #0b3c68; font-size: .69rem; font-weight: 700; }
.directory-contact-link:hover { color: #a9751f; }
.directory-contact-link i { margin-right: 5px; }
.directory-notice { display: flex; max-width: 760px; align-items: flex-start; gap: 18px; margin: 25px auto 0; padding: 28px; border: 1px solid #dfe4ea; border-radius: 6px; background: #ffffff; }
.directory-notice > i { margin-top: 2px; color: #c8983d; font-size: 1.55rem; }
.directory-notice h3 { margin-bottom: 6px; }
.directory-notice p { margin-bottom: 8px; }
.directory-error { border-color: #e6caca; background: #fffafa; }
.directory-error > i { color: #a73c3c; }
.directory-pagination { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 42px; }

/* Dynamic attorney profiles */
.profile-photo-placeholder { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,#0b3c68,#021b34); }
.profile-photo-placeholder span { font-family: "Playfair Display",Georgia,serif; font-size: 4.2rem; font-weight: 700; letter-spacing: .04em; }
.profile-firm { margin: 5px 0 10px; color: #4f5d6b; font-size: .76rem; font-weight: 600; }
.profile-firm i { margin-right: 7px; color: var(--gold); }
.consult-card address { margin: 0; font-style: normal; }
.profile-practice-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.profile-practice-list li { display: flex; align-items: center; gap: 10px; padding: 14px; border: 1px solid #e4e8ed; border-radius: 4px; color: #334457; background: #fafbfc; font-size: .75rem; font-weight: 700; }
.profile-practice-list i { color: var(--gold-dark); }
.profile-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; }
.profile-facts > div { display: grid; grid-template-columns: minmax(110px,.8fr) 1.2fr; gap: 12px; padding: 13px 0; border-bottom: 1px solid #edf0f3; }
.profile-facts dt { color: #667483; font-size: .7rem; font-weight: 700; }
.profile-facts dd { margin: 0; color: #14293e; font-size: .73rem; font-weight: 600; overflow-wrap: anywhere; }
.profile-correction-card p,.profile-disclaimer p { color: #65717e; font-size: .7rem; line-height: 1.65; }
.directory-profile-button { order: -1; }

@media only screen and (max-width: 720px) {
    .profile-practice-list,.profile-facts { grid-template-columns: 1fr; }
    .profile-facts > div { grid-template-columns: 105px 1fr; }
    .profile-photo-placeholder span { font-size: 3.2rem; }
}
.pagination-numbers { display: flex; align-items: center; gap: 7px; }
.pagination-numbers a,
.pagination-numbers .current { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid #cfd7df; border-radius: 4px; background: #ffffff; font-size: .73rem; font-weight: 700; }
.pagination-numbers a:hover { border-color: #a9751f; color: #a9751f; }
.pagination-numbers .current { color: #ffffff; border-color: #06284a; background: #06284a; }
.pagination-gap { color: #7b8793; }
.pagination-arrow { display: inline-flex; align-items: center; gap: 8px; color: #0b3c68; font-size: .72rem; font-weight: 700; }
.pagination-arrow:hover { color: #a9751f; }

@media only screen and (max-width: 1050px) {
    .directory-filter-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .directory-results-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media only screen and (max-width: 680px) {
    .directory-filter-form { padding: 20px 16px; }
    .directory-filter-grid { grid-template-columns: 1fr; }
    .directory-filter-actions { align-items: stretch; flex-direction: column; }
    .directory-filter-actions .button { width: 100%; }
    .directory-scope { margin: 4px 0 0; text-align: center; }
    .directory-results-header { align-items: flex-start; flex-direction: column; gap: 8px; }
    .directory-results-grid { grid-template-columns: 1fr; }
    .directory-pagination { gap: 12px; }
    .pagination-arrow span { display: none; }
}

/* Public informational landing sites for parked markets */
.prelaunch-site #banner.home-hero .slide .image {
    background: radial-gradient(circle at 78% 25%, rgba(200,152,61,.28), transparent 28%), linear-gradient(125deg,#021b34 0%,#073f70 58%,#0b5b86 100%);
}
.prelaunch-site #banner.home-hero .hero-shade { background: linear-gradient(90deg,rgba(2,27,52,.96),rgba(2,42,75,.68),rgba(2,42,75,.18)); }
.prelaunch-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 0 0 28px; }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.65); background: transparent; }
.button-outline-light:hover { color: #082f54; background: #fff; }
.prelaunch-intro { background: #fff; }
.launch-note { display: flex; align-items: flex-start; gap: 12px; margin: 25px 0; padding: 18px 20px; color: #34495e; border: 1px solid #d9e2ea; border-left: 4px solid #c8983d; border-radius: 4px; background: #f8fafb; line-height: 1.65; }
.launch-note i { flex: 0 0 auto; margin-top: 4px; color: #a9751f; }
.prelaunch-steps { background: #f5f7f9; }
.prelaunch-resource-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.prelaunch-resource-action { margin-top: 30px; }
.prelaunch-disclaimer { background: #06284a; color: rgba(255,255,255,.82); }
.prelaunch-disclaimer h2 { color: #fff; }
.prelaunch-disclaimer p { margin-bottom: 0; }
.practice-detail-page .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #72808e; font-size: .72rem; }
.practice-detail-page .breadcrumb a { color: #0b3c68; font-weight: 700; }
.practice-detail-icon { display: grid; width: 64px; height: 64px; place-items: center; margin-bottom: 18px; border-radius: 50%; color: #fff; background: #0b3c68; font-size: 1.45rem; }
.practice-topic-list { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.practice-topic-list li { position: relative; padding: 13px 16px 13px 42px; border: 1px solid #e1e6eb; border-radius: 4px; background: #fafbfc; }
.practice-topic-list li::before { content: "\2713"; position: absolute; left: 16px; color: #a9751f; font-weight: 800; }
.small-print { margin-top: 24px; color: #697683; font-size: .78rem !important; }

@media only screen and (max-width: 760px) {
    .prelaunch-resource-grid { grid-template-columns: 1fr; }
    .prelaunch-hero-actions { align-items: stretch; flex-direction: column; }
    .prelaunch-hero-actions .button { text-align: center; }
}

/* Firm profiles */
.firm-hero{background:linear-gradient(135deg,#10243d,#17395f);color:#fff;padding:44px 0}.firm-hero-grid{display:grid;grid-template-columns:110px 1fr;gap:28px;align-items:center}.firm-monogram{width:110px;height:110px;border-radius:18px;display:grid;place-items:center;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.24);font-size:42px;color:#d8b36a}.firm-hero h1{color:#fff;margin:4px 0 10px}.firm-hero .eyebrow{text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;color:#d8b36a;font-weight:700}.firm-profile-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:30px;align-items:start}.firm-office-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.firm-office-card{border:1px solid #dde3ea;border-radius:10px;padding:20px;background:#fff}.firm-office-card h3{margin-top:0}.firm-office-card address{font-style:normal;white-space:normal}.firm-office-card i{width:24px;color:#a27727}.office-primary{font-size:.7rem;text-transform:uppercase;background:#eef4fa;color:#17395f;border-radius:20px;padding:4px 8px;vertical-align:middle}.firm-attorney-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.firm-attorney-list article{display:flex;gap:12px;align-items:center;border:1px solid #dde3ea;border-radius:10px;padding:14px}.firm-attorney-list h3,.firm-attorney-list p{margin:0}.firm-attorney-list .directory-avatar{width:44px;height:44px;min-width:44px;font-size:.85rem}.profile-note{margin-top:18px;color:#5d6874}@media(max-width:800px){.firm-profile-layout{grid-template-columns:1fr}.firm-office-grid,.firm-attorney-list{grid-template-columns:1fr}.firm-hero-grid{grid-template-columns:72px 1fr}.firm-monogram{width:72px;height:72px;font-size:28px}}
