/*
Theme Name: Law Firm Sites - Guttenberg
Theme URI: http://www.lawfirmsites.com/
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 1
Author: Law Firm Sites
Author URI: http://www.lawfirmsites.com/
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: 
License URI: 
*/

/* FONT FACE
=================================*/

@import url("https://use.typekit.net/zck2gwd.css");



:root {
  /*FONT SIZE*/
  --px12: 0.75rem;
  --px14: 0.875rem;
  --px15: 0.938rem;
  --px16: 1rem;
  --px17: 1.063rem;
  --px18: 1.125rem;
  --px20: 1.25rem;
  --px21: 1.35rem;
  --px22: 1.375rem;
  --px23: 1.438rem;
  --px24: 1.5rem;
  --px25: 1.563rem;
  --px26: 1.625rem;
  --px27: 1.688rem;
  --px28: 1.75rem;
  --px30: 1.875rem;
  --px32: 2rem;
  --px34: 2.125rem;
  --px35: 2.188rem;
  --px36: 2.25rem;
  --px38: 2.375rem;
  --px40: 2.5rem;
  --px42: 2.625rem;
  --px44: 2.75rem;
  --px45: 2.813rem;
  --px48: 3rem;
  --px50: 3.125rem;
  --px55: 3.438rem;
  --px60: 3.75rem;
  --px61: 3.813rem;
  --px64: 4rem;
  --px65: 4.063rem;
  --px69: 4.313rem;
  --px70: 4.375rem;
  --px72: 4.5rem;
  --px80: 5rem;
  --px90: 5.625rem;
  --px92: 5.75rem;
  --px95: 5.938rem;
  --px100: 6.25rem;
  --px126: 7.875rem;


  --LiberationSans: "liberation-sans", sans-serif;
  --Parabolica: "parabolica", sans-serif;
  --AreaNormal: "area-normal", sans-serif;
  

  /*COLOR*/
  --Black: #1E1E1E;
  --Dark: #1E1E1E;
  --Red: #AA2B3D;
  --Blue: #1F487E;
  --DeepBlue: #1D3461;
  --Orange: #CA5162;
  --Text: #333;
}


/* BODY
=================================*/

html { font-size: 0.833333vw; scroll-behavior: smooth; }

body { padding: 0; margin: 0; font-size: var(--px18); font-family:var(--LiberationSans); font-weight:normal; line-height:1.63; color: var(--Black); }

a:hover { outline: none; text-decoration: none; }

/* Accessibility: Focus styles for keyboard navigation */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: 2px solid #006FFF;
	outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid #006FFF;
	outline-offset: 2px;
}

.scroll { transition: .6s; -moz-transition: .6s; -ms-transition: .6s; -webkit-transition: .6s; -o-transition: .6s; } 

.sub-menu , .repCasesBtn , a.imgHover:before ,
a , input , button , .sub-menu { transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; }

img { max-width: 100%; width: auto; height: auto; object-fit: cover; object-position: center; }

a.imgHover { display: inline-block; position: relative; vertical-align: top; }

a.imgHover img { display: block; margin: 0; }

a.imgHover:before { content: ''; display: inline-block; position: absolute; top: 0; left: 0; bottom: 0; width: 100%; }

a.imgHover:hover:before { background-color: rgba(0,0,0,.5); }

.scroll.open { top: 0; }

.admin-bar .scroll.open { top: 32px; }

.scroll { position: fixed; display: none; top: -200px; left: 0; width: 100%; z-index: 5000; }

a.post-edit-link { display: inline-block; color: #fff; padding: .4rem 2rem; background-color: #000; font: 1.25rem; position: fixed; bottom: 1rem; left: 1rem; z-index: 3000; }

a.post-edit-link:hover { background-color: #333; }

section:before,section:after { clear: both; display: block; content: ''; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p { margin: 0; }

h1, .h1 { display: block; font-size: var(--px64); font-family: var(--Parabolica); font-weight: 400; line-height: 1.2; }

h2, .h2 { display: block; font-size: var(--px64); font-family: var(--Parabolica); font-weight: 400; line-height: 1.2; }

h3, .h3 { display: block; font-size: var(--px36); font-family: var(--Parabolica); font-weight: 400; line-height: 1.2; }

h4, .h4 { display: block; font-size: var(--px24); }

h5, .h5 { display: block; font-size: var(--px18); line-height: 1.3333; text-transform: uppercase; font-weight: 700; }

h6, .h6 { display: block; }

.sub { display: block; font-size: var(--px18); text-transform: uppercase; font-weight: 700; line-height: 1.1666; letter-spacing: .24em; }

.sub-title { display: block; font-size: var(--px18); text-transform: uppercase; font-weight: 700; line-height: 1.1666; letter-spacing: .24em; }

a.skip-main { 
	left: -999px; 
	position: absolute; 
	top: auto; 
	width: 1px; 
	height: 1px; 
	overflow: hidden; 
	z-index: 999; 
}

a.skip-main:focus {
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 1rem;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

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

.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	padding: inherit;
	margin: inherit;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

svg { fill:inherit; stroke:inherit; display: inline-block; vertical-align: top; }

picture { display:block; }

[width="11"] { width:0.688rem; }
[width="18"] { width:1.175rem; }
[width="20"] { width:1.25rem; }
[width="22"] { width:1.375rem; }
[width="283"] { width: 17.688rem; }
[width="443"] { width: 27.688rem; }
[width="1920"] { width:100%; }

/* FOOTER
=================================*/

#main-content {
  overflow: hidden;
}

#footer { 
  background-color: #253A70; color: #fff; background-image: url('./assets/images/footer-bg.jpg'); background-size: cover; 
  background-position: center; background-repeat: no-repeat; padding: 5.438rem 0 2.313rem;
}

.footer-upper { margin: 6rem 0 7.688rem; }

.footer-upper .html-block { max-width: 46.875rem; }

.footer-logo {
  display: block; margin-bottom: 5.938rem;
}
.footer-logo .svg-2 { text-align: right; padding-right: 4rem; margin-top: -1.563rem; display: block; }

.footer-info {}

.footer-info .div-block { line-height: 1.63em; margin-bottom: 3rem; }

.footer-info .div-block address { margin-bottom: 0; }

.footer-info .div-block .sub-title { margin-bottom: 2.188rem; }

.footer-info .div-block ul { list-style: none; padding: 0; margin: 0; }

.footer-info a { color: #fff; }

.footer-info a:hover,
.footer-info a:focus { color: #7F8899; }

.footer-bottom { 
  gap: 2.5rem; color: #7F8899; border-top: 1px solid #273550; padding-top: 2.188rem;
}
.footer-bottom a { color: #7F8899; }
.footer-bottom a:hover,
.footer-bottom a:focus { color: #fff; }

.footer-bottom .lfs { }

.footer-info { justify-content:center; gap: 0 10rem; }

/* HEADER
=================================*/
.navbar-default { border-radius: 0; margin: 0; min-height: 0; background-color: transparent; color: #fff; border: none; padding: 0; }

.main-menu { list-style: none; padding: 0; margin: 0; }

.main-menu li { position: relative; padding: 0; }

.main-menu li a { display: block; font-size: var(--px18); font-weight: 700; line-height: 1.15em; }

.logo { display: inline-block; vertical-align: top; max-width: 25.688rem; margin: 0rem 0 0rem; vertical-align: top; }

ul.paginations { list-style:none; padding:0; display:flex; flex-wrap:wrap; justify-content:center; gap: 1rem; }

.btn { display:inline-flex; gap: 1.438rem; background-color:var(--Blue); justify-content:center; color:#fff; font-weight:700; 
  min-height:3.625rem; align-items:center; padding: 1.063rem 1.75rem; border-radius: .313rem; border: none;
  font-size: var(--px20); line-height:1.15; fill: #5C778C; }

.btn:hover,
.btn:focus { background-color:var(--DeepBlue); color:#fff; fill:#5C778C; }

#header .wrap {
  align-items: center; justify-content: space-between; gap: 2.5rem;
}

#header .btn {
  fill: #fff;
}




/* CONTACT FORM
=================================*/
.gform_confirmation_message { background-color: #ddffdd; color: #000; text-align: center; border: 2px solid #4CAF50; padding: 15px 20px; }

.form-wrap { margin: 0; width: 100%; max-width: 56.063rem; font-size: var(--px16); line-height: 1.63em; }

.form-wrap label { font-weight: normal; }

.form-wrap h2 { }

.form-wrap ul { list-style: none; padding: 0; }

.gform_fields { margin: 0; }

.ginput_container--name > span,
.gfield { width: 100%; position: relative; margin-bottom: 1.5rem; display: block; }

.gfield--type-textarea { margin-bottom: 2.5rem; }

.gfield.hidden_label { margin-bottom:0; }

.gfield.hidden_label legend.gfield_label,
.gfield.hidden_label label.gfield_label { display:block; width: 1px; height: 1px; margin: 0 0 -1px; opacity: 0; visibility: hidden;
}


.gfield label.gfield_label { display: block; font-size: var(--px18); line-height: 1.63em; margin-bottom: .5rem; }

.gfield label.gfield_label span {  }

.form-wrap textarea,
.form-wrap input[type="tel"],
.form-wrap input[type="email"],
.form-wrap input[type="text"] { background-color: #fff; display: block; width: 100%; border: none; border-radius: 0; line-height: 1.63em; 
  padding: 0.875rem 1.25rem; }

.form-wrap textarea { resize: none; height: 6.063rem; padding-top: .5rem; }

.gform_footer { text-align: center; padding-top: 0rem; }

.gform_footer button { border-radius: 0; width: 100%; height: 3.625rem; background-color: #111; color: #fff; border: none; font-size: var(--px18); }

.gform_footer button:hover { background-color: #000; }

p.gform_required_legend { display:none; }

.form-wrap h2.gform_submission_error  { font-size:var(--px16); line-height:var(--px30); font-family:inherit; color:var(--Red); }

.gfield_validation_message, .validation_message  { color:var(--Red); font-size:var(--px16); line-height:var(--px30);  }

.ui-datepicker { padding: 1rem; background-color:#fff; max-width:20rem; font-size:15px; width: 100%; }

.ui-datepicker-header { display:flex; flex-wrap:wrap; gap: .5rem; align-items: center; margin-bottom: .5rem; }

.ui-datepicker-header > a span { display:none; }

.ui-datepicker-header > a { width: 1rem; font-size: 18px; }

.ui-datepicker-header > a:before { font-family: "Font Awesome 6 Pro"; font-weight: 900; content: "\f053"; }

.ui-datepicker-header .ui-datepicker-next { order:2; text-align: right;}

.ui-datepicker-header .ui-datepicker-next:before { content: "\f054"; }

.ui-datepicker-title { display: flex; flex-wrap: wrap; gap: .5rem; flex: 1; }

.ui-datepicker-title select { flex: 1; border: 1px solid #000; text-transform:uppercase; font-weight:500; background-color:transparent; }

table.ui-datepicker-calendar { width:100%; font-size: 14px; }

.ginput_container_consent {
  display: flex; flex-wrap:wrap; gap: 1rem; align-items: center;
}
.ginput_container_consent > input[type="checkbox"] { margin: 0; width: 1.25rem; height: 1.25rem; }

.ginput_container_consent > label { margin-bottom: 0;}
.gfield--type-submit { margin-bottom: 0; }

/* Blocks
=================================*/
.editor-visual-editor__post-title-wrapper { text-align:center; max-width:800px; margin: 0 auto 3rem; }

.editor-styles-wrapper :where(:not(.is-layout-flex,.is-layout-grid))>.wp-block,
html :where(.wp-block) { margin:0; max-width:unset; }

#home-banner { background-color:#1F2F5E; color:#fff; padding:22.313rem 0 14.75rem; position: relative; z-index: 10; 
  
}

#home-banner:before {
  position: absolute; content: ''; display: block; width: 100%; height: 100%; bottom: 0; left: 0; z-index: -1;
  /*background: linear-gradient(180deg, rgba(76, 98, 115, 0.65) 66.6%, rgba(95, 122, 143, 0.45) 100%);*/
  background-image: url("./assets/images/linear.png"); background-size: cover; background-position: center top;
}

#home-banner .html-block { max-width: 43.813rem; margin: 0 auto; }

#home-banner .html-block h1 { font-size: var(--px70); line-height: 1.135; font-weight: 400; margin-bottom: 2.5rem; font-family: var(--AreaNormal); }

#home-banner .html-block p { margin: 2.5rem auto 0; max-width: 38.313rem; 
text-align: center;
}

.video-bg { position: absolute; top: 0; left: 0; width: 100%; bottom: 0; height: 100%; object-fit: cover; z-index: -10; object-position: center; opacity: .99; }

#home-about {
  background-image: url('./assets/images/home-about-bg.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat;
  color:#fff;
}

#home-about .container {
  position: relative; z-index: 10; padding-top: 9.25rem; padding-bottom: 9.313rem;
}
#home-about .container:before {
  content: ''; position: absolute; top: 0; right: 24.813rem; display: block; width: 100%; max-width: 52.375rem; height: 32.375rem;
  background-image: url('./assets/images/home-about-fav.png'); background-size: 100% auto; background-position: center bottom; background-repeat: no-repeat;

}
#home-about .wrap {
  justify-content: space-between;
}
#home-about .left-block {
  max-width: 36.438rem;
}
#home-about .left-block .sub { margin-bottom: 7.688rem; margin-top: 0; }

#home-about .left-block h2 { margin-bottom: 11.25rem; }

#home-about .left-block p { margin-top: 2.5rem; }

#home-about .right-block { font-size: var(--px24); max-width: 53.875rem; }

#home-about .right-block picture {
  max-width: 53.875rem; margin-bottom: 4.313rem;
}

#home-practice-areas {  background-color: #1F2F5E; color: #fff; padding:1.5rem 0; }

#home-practice-areas .container {
  padding-top: 3.875rem; padding-bottom: 5.313rem; position: relative; z-index: 5;
}

#home-practice-areas .container:before {
  content: ''; display: block; position: absolute; top: 0; left: 1.625rem; bottom: 0; right: 1.625rem; background-image: url('./assets/images/what-we-do-bg.jpg'); background-size: cover; background-position: center; border-radius: 1.5rem;
  z-index: -1;
}

#home-practice-areas .sub { margin-bottom: 5.313rem; }

#home-practice-areas .wrap { gap: 0 10.938rem; justify-content: flex-end; }

#home-practice-areas h2 { max-width: 37.313rem; order: 1;  }

#home-practice-areas p { max-width: 36.75rem; order: 2; }

#home-practice-areas .text-block {  }

#home-practice-areas .text-block p {  }

#home-practice-areas .btn {
  order: 3
}

.practice-list { display: flex; flex-wrap:wrap; gap: 0.938rem 2.125rem; order: 6; width: auto;  }

.practice-list .item { flex: 1 1 calc(100%/3 - 2.125rem); max-width: 33.625rem; width: 100%; }

.practice-list .practice-item { max-width: 37.313rem; padding: 1.938rem 1.5rem 2.625rem;  border: 1px solid transparent; height: 100%; background-color: #fff; border-radius: .625rem; 
  color: var(--Text);
}

.practice-list .practice-item picture { overflow: hidden; height: 12.5rem; margin-bottom: 1.438rem; border-radius: .25rem; overflow: hidden; }

.practice-list .practice-item picture a { display: block;  }

.practice-list .practice-item picture a:hover,
.practice-list .practice-item picture a:focus { transform: scale(1.05); }

.practice-list .practice-item picture img {
  height: 12.5rem; width: 100%; object-fit: cover; object-position: center; border-radius: .25rem;
}

.practice-list .practice-item .h3 { line-height: 1.63em;}

.practice-list .practice-item .h3 a { display: flex; align-items: center; gap: 1.25rem; color: #1F2F5E; fill: #5A86AD; }

.practice-list .practice-item .h3 a:hover,
.practice-list .practice-item .h3 a:focus { color: #5A86AD; fill: #5A86AD; }

.practice-list .practice-item .h3 span { flex: 1; }

.practice-list .practice-item p { margin-top: 0.813rem; max-width: 29rem; 
  line-clamp: 2; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;
}

.practice-list { margin-top: 6.938rem; }

#home-attorneys {
  background-color: #1F2F5E; padding: 1.5rem 0;
}
#home-attorneys .container {
  position: relative; z-index: 5;
}
#home-attorneys .white-box {
  background-color: #fff; padding: 7.625rem 5.938rem 7.125rem; border-radius: 1.5rem;
}
#home-attorneys .wrap { gap: 0 3.438rem; }

#home-attorneys .html-block { max-width: 32.125rem; }

#home-attorneys .html-block .sub { margin-bottom: 5.313rem; margin-top: 0; color:#5A86AD; }

#home-attorneys .html-block h2 { margin-bottom: 13.875rem; color:#1F2F5E; }

#home-attorneys .html-block p { margin-top: 2.5rem; }

#home-attorneys .attorneys-list {  }

.attorneys-list {
  display: flex; flex-wrap:wrap; gap: 0 2rem; order: 6; width: auto; justify-content: center; flex: 1;
}
.attorneys-list .item {
  max-width: 34.25rem; flex: 1 1 calc(100%/2 - 2rem);
}
.attorneys-list .attorney-item {  }

.attorneys-list .attorney-item picture { max-width: 34.25rem; max-height: 36.625rem; overflow: hidden; margin-bottom: 1.5rem; border-radius: .625rem; overflow: hidden; }

.attorneys-list .attorney-item picture img { height: 36.625rem; width: 100%; object-fit: cover; object-position: center; }

.attorneys-list .attorney-item picture a { display: block; }

.attorneys-list .attorney-item picture a:hover,
.attorneys-list .attorney-item picture a:focus { transform: scale(1.05); }

.attorneys-list .attorney-item .h3 a {
  display: flex; align-items: center; gap: 1.25rem; color: #1F2F5E; fill: #5A86AD; padding-right: 1.125rem;
}
.attorneys-list .attorney-item .h3 a:hover,
.attorneys-list .attorney-item .h3 a:focus { color: #5A86AD; fill: #5A86AD; }

.attorneys-list .attorney-item .h3 a span { flex: 1; }

.attorneys-list .attorney-item p { margin-top: 0.813rem; max-width: 28.813rem; }

#page-top-banner {
  position: relative; z-index: 10; padding: 14.813rem 0 9.063rem; min-height: 29.563rem;
}
#page-top-banner:before {
  position: absolute; content: ''; display: block; width: 100%; height: 100%; bottom: 0; left: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(28, 57, 129, 0.82) 0%, rgba(28, 57, 129, 0.65) 38.87%, rgba(28, 57, 129, 0.45) 100%);
}

.page-title { text-align: center; color: #fff; }

.page-title .h1 { font-size: var(--px80); line-height: 1.135; font-weight: 400; }

#page-top-banner .video-bg {  object-position: center 90%; }

#default-page {
  padding: 6.125rem 0 7.625rem;
}

.about-main-flex { gap: 2.5rem; align-items: center; }

.about-main-flex picture { max-width: 44.625rem; }

.about-main-flex article { flex: 1; }

.about-main-flex article p:last-of-type { margin-bottom: 0; }

article.the-content { font-size: var(--px24); }

article.the-content h2 { margin-bottom: 3.25rem; }

article.the-content h3 {  }

article.the-content p { margin-bottom: 2.5rem; }

article.the-content ul { margin-bottom: 2.5rem; }

#list-page {
  padding: 4.625rem 0 5rem;
}
#list-page .html-block { text-align: center; margin-bottom: 2.813rem; }

#list-page .html-block .sub { font-size: var(--px24); line-height: 1.1663em; margin-bottom: .5rem; }

#list-page .html-block h2 { text-align: center; }

#list-page .html-block p { text-align: center; }

#list-page .practice-list { justify-content: center; }

#list-page .attorneys-list { justify-content: center; }

#contact-page {
  background-image: url('./assets/images/contact-bg.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat;
  color:#fff; padding: 8.875rem 0;
}

#contact-page .map {
  width: 100%; max-width: 51rem;
}
#contact-page .map .embed-responsive {  height: 31.813rem; }

#contact-page .wrap {
  align-items: center; gap: 0 5.313rem;
}

#contact-page .html-block { line-height: 1.63em; }

#contact-page .html-block h2 { margin-bottom: 1.938rem; }

#contact-page .html-block address { margin-bottom: 0; line-height: 1.63em; }

#contact-page .html-block p { margin-top: 2.5rem; }

#contact-page .html-block a {
  color: #9EADBD;
}
#contact-page .html-block a:hover,
#contact-page .html-block a:focus {
  color: #fff;
}

#default-page {}

#default-page .html-block h2 { margin-bottom: 3.25rem; }

#default-page .html-block h3 { margin-bottom: 2.5rem; }

#default-page .html-block p { margin-bottom: 2.5rem; }

#default-page .html-block ul { margin-bottom: 2.5rem; }

#default-page .html-block ul li {  }

#default-page .html-block ul li a { color: var(--Black); } 
#default-page .html-block ul li a:hover,
#default-page .html-block ul li a:focus { color: #5A86AD; }

#default-page .html-block ul li a:hover svg,
#default-page .html-block ul li a:focus svg { fill: #5A86AD; }

#default-page .html-block ul li:last-child { margin-bottom: 0; }

#single-page {
  padding: 5.313rem 0 5.313rem;
}

.breadcrumbs { font-family: var(--LiberationSans); font-size: var(--px18); line-height: 1.163em; text-transform: uppercase; font-weight: 700; 
  letter-spacing: .24em; margin-bottom: 5.313rem;
}

.breadcrumbs ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap:wrap; gap: 0 1.25rem; }

.breadcrumbs ul span { color: #5A86AD; }

.breadcrumbs ul a { color: var(--Black); }

.breadcrumbs ul a:hover,
.breadcrumbs ul a:focus { color: #5A86AD; }

.breadcrumbs:after { content: ''; display: block; width: 2.813rem; height: .313rem; background-color: #243F82; margin-top: 0.375rem; }

.bio-content { }

.bio-content picture { max-width: 37.563rem; margin-bottom: 3.438rem; }

.bio-content .bio-heading { 
  gap: 0 2rem; align-items: center; margin-bottom: 2.75rem;
}

.bio-content .bio-heading h1 { margin-bottom: .5rem; }

.bio-content .bio-heading .sub { color: #5A86AD; }

.bio-content .bio-heading .right-block { text-align: right; color: #5A86AD; }

.bio-content .bio-heading .right-block a { color: #5A86AD; }



.bio-content .bio-heading .right-block a:hover,
.bio-content .bio-heading .right-block a:focus { color: var(--Blue); }

.bio-content p { text-align: justify; }

.practice-single-flex { gap: 0 5.5rem; }

article.pa-single-content { flex:1; order: 2; text-align: justify; }

article.pa-single-content h1 { margin-bottom: 3.938rem; text-align: left; }

aside.pa-single-sidebar { max-width: 35.75rem; }

aside.pa-single-sidebar picture { margin-bottom: 4.25rem; }

.pa-sidebar-list {
  border: 1px solid #CDD5E5; 
}
.pa-sidebar-list .heading {
  background-color: #CDD5E5; padding: 2.188rem 1rem; text-align: center;
}
.pa-sidebar-list ul {
  padding: 2.188rem 4rem 2.25rem; list-style: none; margin: 0; display: block; font-size: var(--px24); line-height: 1.63em; font-weight: 700;
}
.pa-sidebar-list ul a { display: flex; align-items: center; gap: 1.25rem; color: var(--Black); fill: #5A86AD; }

.pa-sidebar-list ul a:hover,
.pa-sidebar-list ul a:focus { color: #5A86AD; fill: var(--Blue); }

.pa-sidebar-list ul li + li { margin-top: .563rem; }

.pa-sidebar-list ul .current a { color: #5A86AD; }

.pa-sidebar-list ul a span { flex: 1; }

#home-practice-areas .text-block p { margin-bottom:1rem; }

#list-page.dark-theme {
  background-image: url('./assets/images/dark-theme.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat;
  color:#fff;
}

.dark-theme .attorneys-list .attorney-item .h3 a {
  color: #fff; fill: #fff;
}
.dark-theme .attorneys-list .attorney-item .h3 a:hover,
.dark-theme .attorneys-list .attorney-item .h3 a:focus {
  opacity: .7;
}

@media ( min-width: 992px ) {

  .home #home-attorneys {
    padding: 0; position: relative; z-index: 20;
  }
  #home-practice-areas {
    position: relative; z-index: 50;
  }

  .home #home-attorneys .white-box {
    transform: translateY(-2.688rem); margin-bottom: -2.688rem;
  }

  #home-attorneys .container {
    padding: 0 1.625rem;
  }

  #home-practice-areas .container {
    padding-right: 7.438rem; padding-left: 7.438rem;
  }

  #home-banner .html-block h1 {
    margin: 0 -5rem 2.5rem; text-align: center;
  }

  #home-practice-areas .text-block { order: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 0 6.5rem; 
  }

  #footer { overflow: hidden; }

  #footer .svg-1 {
    transition: 2s ease-out; transform: scale(1.05);
  }

  #footer .effect-on .svg-1 { transform: scale(1); }


  #home-about .right-block picture {
    transform: translateY(13.625rem); position: relative; opacity: 0; transition: 2s ease-out;
  }

  #home-about .left-block .sub {
    transform: translateY(-5.375rem); position: relative; opacity: 0; transition: 2s ease-out;
  }

  #home-about .left-block h2 {
    transform: translateY(-2.188rem); position: relative; opacity: 0; transition: 2s ease-out;
  }

  #home-about .left-block p {
    transform: translateY(1.375rem); position: relative; opacity: 0; transition: 2s ease-out;
  }

  #home-about .right-block p {
    transform: translateX(10.813rem); position: relative; opacity: 0; transition: 2s ease-out;
  }

  #home-about.effect-on .right-block p,
  #home-about.effect-on .left-block p,
  #home-about.effect-on .left-block h2,
  #home-about.effect-on .left-block .sub,
  #home-about.effect-on .right-block picture {
    transform: none; opacity: 1;
  }
  
  #home-practice-areas .btn,
  #home-practice-areas h2,
  #home-practice-areas .sub {
    position: relative; opacity: 0; transition: 2s ease-out;
  }

  #home-practice-areas p {
    transform: translateX(8.938rem); position: relative; opacity: 0; transition: 2s ease-out;
  }

  #home-practice-areas .practice-item p { transform: none; opacity: 1; }


  #home-attorneys.effect-on .attorneys-list .item:nth-child(1),
  #home-attorneys.effect-on .attorneys-list .item:nth-child(2),
  #home-practice-areas.effect-on p,
  #home-practice-areas.effect-on .btn,
  #home-practice-areas.effect-on h2,
  #home-practice-areas.effect-on .sub {
    transform: none; opacity: 1;
  }


  #home-attorneys .attorneys-list .item:nth-child(1) {
    transform: translateX(-0.375rem); position: relative; opacity: 0; transition: 2s ease-out;
  }
  #home-attorneys .attorneys-list .item:nth-child(2) {
    transform: translateX(4.063rem); position: relative; opacity: 0; transition: 2s ease-out;
  }


  .bio-content .bio-heading .sub { margin-bottom: 0;}

  .bio-content .bio-heading .right-block p { margin-bottom: 0; text-align: right; }

  .bio-content .bio-heading .left-block { flex: 1; }

  .bio-content picture {
    float: left; margin-right: 3.688rem; margin-bottom: 0;
  }

  #single-page .container { padding: 0 11.25rem; }

  #contact-page .container { padding: 0 13.125rem; }

  article.the-content h2 { letter-spacing: -.01em;}

  #list-page .container { padding: 0 5.5rem; }

  #default-page .container { padding: 0 10.938rem; }

  /*.practice-list .item:nth-child(3n+2) .practice-item { border-right: 1px solid #CDD5E5; border-left: 1px solid #CDD5E5; }
  .practice-list .item:nth-child(-n+3) .practice-item { border-top: 1px solid transparent; }

  .practice-list .item .practice-item { border-top: 1px solid #CDD5E5; }*/

  .practice-list { margin: 0 -1.5rem; }

  #home-practice-areas .practice-list { margin-top: 6.938rem; }

  #home-practice-areas h2 { margin-right: auto; }

  #home-about .right-block { text-align: justify; }

  main#main { overflow: hidden; }

  #header { position: absolute; top: 0; left: 0; width: 100%; z-index: 300; }

  .navbar-default {
    padding: 3rem 0;
  }

  .footer-bottom .lfs { margin-left: auto;}

  .footer-upper .html-block h2 { margin-bottom: 13.5rem; }

  .gfield--type-submit { text-align: right; }

  .ginput_container--name ,
  .gform_fields {
    display: flex; flex-wrap:wrap; gap: 0 1.938rem; align-items: center;
  }
  .gfield--width-half,
  .ginput_container--name > span { display:block; flex: 1 1 calc(100%/2 - 1.938rem); }

  .footer-logo { margin: 0 -4rem 5.938rem; }

  .flex { display:flex; flex-wrap:wrap;  }

  .flex.between { justify-content:space-between; }
  
  .flex.center { justify-content:center; }

  .container { width:100%; max-width:120rem; padding:0 4rem; }

  .wrap { margin: 0 auto; width: 100%; }

  .main-menu { display:flex; flex-wrap:wrap; gap: 0 2.5rem; }

  .main-menu li { position: relative; }

  .main-menu li a { color: #fff;}
  
  .main-menu > li { display: inline-block; }

  .main-menu > li > a { position:relative; padding: 0.375rem 0; }

  .main-menu > li > a:after { content:''; width:0; height:2px; background-color: #fff; transition:.5s; position:absolute; bottom:0; left:0; right:0; margin: 0 auto; }

  .main-menu > li > a:hover:after { width:100%; }
  
  .main-menu > li > .sub-menu { position: absolute; top: 100%; left: -1rem; width: 15rem; padding: 0; z-index: 200; opacity: 0; visibility: hidden; text-align: left; padding-top:.5rem; background-color: var(--Blue); }

  .main-menu > li:hover > .sub-menu { opacity: 1; visibility: visible; }
  
  .main-menu > li > .sub-menu > li { display: block; }

  .main-menu > li > .sub-menu > li + li { border-top:1px solid rgba(0,0,0,.5); }
  
  .main-menu > li > .sub-menu > li > a { padding: .625rem 1rem; color: #fff;  }
  
  .main-menu > li > .sub-menu > li:hover > a {  }

}

@media ( min-width: 1901px ) {

  html { font-size:16px; }

}

@media ( min-width: 992px ) and ( max-width: 1399px ) {

  :root {

    /*FONT SIZE*/
    --px12: 0.95rem;
    --px14: 1.075rem;
    --px15: 1.138rem;
    --px16: 1.2rem;
    --px17: 1.263rem;
    --px18: 1.325rem;
    --px20: 1.45rem;
    --px21: 1.55rem;
    --px22: 1.575rem;
    --px28: 1.95rem;
  }

}

@media ( max-width: 991px ) {

  html { font-size: 16px; }

  body { padding-top: 0; }
  
  body.mean-container .mean-bar { position: fixed; top: 0; left: 0; width: 100%; z-index: 3000; padding-top: 3.25rem; }

  body.mean-container.admin-bar .mean-bar { top: 32px; }
  
  body.mean-container .mean-nav {  }

  body.mean-container a.meanmenu-reveal { width: 2rem; box-sizing:border-box; padding:0; text-align: center; color: #fff; right:1rem !important; top:2.125rem; }

  body.mean-container a.meanmenu-reveal span { height: 3px; margin-top: 0; }

  body.mean-container a.meanmenu-reveal span + span { margin-top:.5rem; }

  body.mean-container .mean-nav ul li a.mean-expand { height: auto; padding: 7px 12px !important; }

  .logo {
    position: fixed; z-index: 3000; top: 1.6rem; left: 1rem; max-width: 10.688rem;
  }
  .phone-top {
    position: fixed; z-index: 3000; top: 1.4rem; right: 4.2rem;
  }
  .phone-top .btn {
    gap: 0; text-indent: -999em; font-size: 0; padding: 0; width: 3rem; height: 3rem; border-radius: 100%; justify-content: center; align-items: center;
    min-height: unset; fill: #fff;
  }

  h1, .h1,
  h2, .h2,
  #home-banner .html-block h1 { font-size: var(--px44); }

  #home-about .container:before { display: none; }

  .footer-logo { display: none; }

  #home-banner {
    padding: 15.313rem 0 6.75rem;
  }


  #home-attorneys .html-block .sub,
  #home-practice-areas .sub,
  #home-about .left-block .sub {
    margin-bottom: 2.688rem;
  }

  .footer-upper .html-block h2,
  #home-attorneys .html-block h2,
  #home-practice-areas h2,
  #home-about .left-block h2 { margin-bottom: 2.5rem; }

  #home-about .right-block { margin-top: 5rem; font-size: var(--px18);}

  #home-about .container {
    padding-top: 5.25rem;
    padding-bottom: 5.313rem;
  }

  .practice-list .practice-item { padding: 0; border: none; }

  .practice-list .item + .item { margin-top: 3rem; }

  #home-practice-areas .practice-item  h2 { margin-bottom: 1.5rem; }

  .practice-list .practice-item .h3 { line-height: 1.166em;}

  #home-practice-areas .btn { margin-top: 3.75rem; }

  .attorneys-list .attorney-item picture img { height: auto; }

  #home-attorneys .html-block { margin-bottom: 5rem;}

  .footer-upper {
    margin-top: 2.688rem;
  }

  .form-wrap { margin-top: 2.5rem; }

  .gfield--type-submit { margin-top: 2.5rem; text-align: center; }

  .footer-info { text-align: center; }
  .footer-bottom { text-align: center; }

  .bottom-links { margin: 2.5rem 0;}

  .main-menu li a {
    font-size: var(--px16); line-height: normal; font-weight: 400;
  }

  .page-title .h1 {
    font-size: var(--px44); line-height: normal;
  }

  #page-top-banner { min-height: unset; padding-bottom: 5rem; }

  article.the-content { font-size: var(--px18); }

  .about-main-flex picture { margin-bottom: 3.5rem; }

  #default-page {
    padding: 6.125rem 0 4.625rem;
  }

  .breadcrumbs { letter-spacing: normal; font-size: var(--px16); line-height: normal; font-weight: 400; margin-bottom: 3rem; }

  .pa-sidebar-list ul {
    padding: 2.188rem 1.2rem 2.25rem; font-size: var(--px20);
  }

  #contact-page {
    padding: 4.875rem 0;
  }
  #contact-page .map .embed-responsive {
    height: 18.813rem;
  }

  #contact-page .html-block { margin-top: 3rem; }

}

@media ( max-width: 767px ) {

}