/**
 * -----------------------------------------
 *    Home page slider
 * -----------------------------------------
 *
 * @format
 */

/* crimson-pro-regular - latin */
/* @font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../../fonts/crimson-pro-v13-latin-regular.eot'); 
  src: local(''),
       url('../../fonts/crimson-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/crimson-pro-v13-latin-regular.woff2') format('woff2'),
       url('../../fonts/crimson-pro-v13-latin-regular.woff') format('woff'),
       url('../../fonts/crimson-pro-v13-latin-regular.ttf') format('truetype'),
       url('../../fonts/crimson-pro-v13-latin-regular.svg#CrimsonPro') format('svg');
} */
/* crimson-pro-700 - latin */
/* @font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../../fonts/crimson-pro-v13-latin-700.eot'); 
  src: local(''),
       url('../../fonts/crimson-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/crimson-pro-v13-latin-700.woff2') format('woff2'),
       url('../../fonts/crimson-pro-v13-latin-700.woff') format('woff'),
       url('../../fonts/crimson-pro-v13-latin-700.ttf') format('truetype'),
       url('../../fonts/crimson-pro-v13-latin-700.svg#CrimsonPro') format('svg');
} */
/* crimson-pro-italic - latin */
/* @font-face {
  font-family: 'Crimson Pro';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url('../../fonts/crimson-pro-v13-latin-italic.eot'); 
  src: local(''),
       url('../../fonts/crimson-pro-v13-latin-italic.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/crimson-pro-v13-latin-italic.woff2') format('woff2'),
       url('../../fonts/crimson-pro-v13-latin-italic.woff') format('woff'),
       url('../../fonts/crimson-pro-v13-latin-italic.ttf') format('truetype'),
       url('../../fonts/crimson-pro-v13-latin-italic.svg#CrimsonPro') format('svg');
} */

/* hind-regular - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../../fonts/hind-v11-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/hind-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/hind-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/hind-v11-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../../fonts/hind-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/hind-v11-latin-regular.svg#Hind') format('svg');
  /* Legacy iOS */
}

/* hind-600 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url('../../fonts/hind-v11-latin-600.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/hind-v11-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/hind-v11-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/hind-v11-latin-600.woff') format('woff'), /* Modern Browsers */ url('../../fonts/hind-v11-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/hind-v11-latin-600.svg#Hind') format('svg');
  /* Legacy iOS */
}

/* hind-700 - latin */
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../../fonts/hind-v11-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('../../fonts/hind-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/hind-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/hind-v11-latin-700.woff') format('woff'), /* Modern Browsers */ url('../../fonts/hind-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/hind-v11-latin-700.svg#Hind') format('svg');
  /* Legacy iOS */
}

#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}

#home-slider:not(.slick-initialized) {
  opacity: 0;
}

#home-slider.slick-initialized {
  opacity: 1;
}

#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#home-slider .slider-caption p,
#home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.site-header .practices-menu {
  background-color: #fff;
  position: absolute;
  width: 100%;
  top: 100px;
}

.site-header #mobile-practices-navigation {
  width: 100%;
  max-width: 650px;
}

.site-header #mobile-practices-navigation ul {
  display: flex;
  justify-content: flex-end;
}

.site-header #mobile-practices-navigation li {
  text-align: center;
  padding: 0 4px;
  margin: 0;
  padding: 0 20px;
  margin: 0;
  background: none;
  transition: all 200ms ease-out;
}

.site-header #mobile-practices-navigation li:last-of-type {
  padding-right: 0;
}

.site-header #mobile-practices-navigation li a:hover,
.site-header #mobile-practices-navigation li a:focus,
.site-btn-alt:hover,
.site-btn-alt:focus {
  color: #c79f24;
  /* color: #fff; */
}

.site-header #mobile-practices-navigation li a,
.site-btn-alt {
  background-color: #c79f24;
  display: inline-block;
  color: #0e2741;
  font-family: 'Hind', sans-serif;
  margin: 0;
  background: unset;
  border-bottom: 3px solid #c79f24;
  letter-spacing: 2px;
  padding: 5px 0px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  .practices-menu {
    display: none !important;
  }
}

.mobile-covid-19 {
  color: white;
  font-weight: 700;
  padding-left: 40px;
  position: relative;
}

.mobile-covid-19:before {
  font-family: 'Font Awesome 6 Pro';
  content: '\f067';
  position: absolute;
  left: 20px;
  top: 0px;
  color: #c79f24;
  font-weight: 400;
}

.header-widget-area .widget_search .search-form input[type='submit'] {
  background-color: transparent !important;
  border-color: #c79f24 !important;
  background-image: url(../images/search-gold.png) !important;
}

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}

@media only screen and (max-width: 1020px) {
  /* .site-header .widget-area {display: none; } */
}

@media screen and (max-width: 960px) {
  .practices-menu.mobile {
    display: none !important;
  }

  .header-cont {
    background: #59595b !important;
    z-index: 99999 !important;
    top: 0px !important;
    padding: 10px 0 !important;
    color: #c79f24;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-cont a.contact-us-btn {
    width: auto;
    color: #fff;
    border: none;
    background-color: none !important;
  }

  .header-cont a.contact-us-btn span {
    border: none !important;
    font-size: 19px;
    white-space: nowrap;
  }

  .header-cont a.contact-us-btn span:before {
    display: none !important;
  }

  .header-cont a.phone-btn {
    width: 44px !important;
    font-size: 25px !important;
    border: none;
    color: #c79f24;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    height: 44px;
    margin-right: 60px;
  }

  .site-header {
    top: 60px !important;
  }
}

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}

button#responsive-menu-pro-button {
  top: 10px !important;
}

.responsive-menu-pro-inner,
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
  background-color: #fff !important;
  width: 20px !important;
  height: 4px !important;
}

.responsive-menu-pro-inner::before {
  top: -7px !important;
}

.responsive-menu-pro-inner::after {
  bottom: -7px !important;
}

.contact-btns .phone-btn span:before {
  display: none !important;
}

.logo {
  max-width: 300px !important;
  width: 100%;
}

button#responsive-menu-pro-button {
  top: 10px !important;
  width: 44px !important;
  height: 44px !important;
  background: #c79f24 !important;
  border-radius: 0;
}

.responsive-menu-pro-box {
  width: 20px !important;
  height: 10px !important;
  vertical-align: unset !important;
}

.site-header {
  margin-top: 0px;
}

#responsive-menu-pro-container {
  z-index: 9999999 !important;
}

.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner {
  transform: rotate(46deg) !important;
}

.responsive-menu-pro-boring.is-active .responsive-menu-pro-inner::after {
  bottom: 0;
  transform: rotate(-274deg);
  bottom: -1px !important;
}

.site-header .wrap {
  margin-top: 0px;
}

button#responsive-menu-pro-button {
  right: 7px !important;
}

@media only screen and (max-width: 400px) {
  .header-cont a.contact-us-btn span {
    font-size: 14px;
  }
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}

.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}

.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}

#wpadminbar:hover,
#wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input,
.gfield_error textarea {
  border-color: red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  margin-bottom: 15px;
}

.gform_footer {
  text-align: right;
  /*aligning of submit button*/
}

#gform_1 .gform_body .ginput_container input,
#gform_2 .gform_body .ginput_container input {
  height: 45px;
  /*margin-bottom: 25px;*/
  margin-bottom: 15px;
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}

.validation_message {
  margin-bottom: 10px;
  color: #990000;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}

.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}

.ui-datepicker tbody {
  border: none;
}

.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}

.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}

.ui-datepicker tbody td span,
.ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}

.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

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

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
.site-container {
  padding-top: 100px;
  overflow-x: hidden;
}

.site-inner {
  padding-top: 150px;
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .site-inner {
    padding-top: 21px;
  }
}

.wrap,
.row {
  max-width: 1200px;
  /* max-width: 1400px; */
  margin: 0 auto;
}

html,
body {
  height: auto;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

/* Placeholder styling */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type='color'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type='number'] {
  -moz-appearance: textfield;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type='checkbox'],
[type='file'],
[type='radio'] {
  margin-bottom: 0;
}

button,
.button,
input[type='submit'],
input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #002f80;
  color: #fff;
  font-family: 'Hind', sans-serif;
  transition: all 0.3s ease;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type='submit']:hover,
input[type='submit']:focus,
input[type='reset']:hover,
input[type='reset']:focus {
  background-color: #001c4d;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}

.button:hover,
.button:focus {
  /*basic hover and focus effects*/
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #000000;
  font-family: 'Hind', sans-serif;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: 'Crimson Text', serif;
}

h1 {
  /*basic heading styles*/
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
}

h2 {
  /*basic heading styles*/
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.02em;
}

h3 {
  font-size: 25px;
  font-family: 'Hind', sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

h4 {
  font-family: 'Hind', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
  font-size: 16px;
  margin-bottom: 10px;
}

p:empty {
  display: none;
}

p a {
  text-decoration: underline;
}

ul {
  /*basic list styles*/
}

ul li {
  /*basic list-item styles*/
}

.home-wrapper a.photo-credit {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #c79f24;
  font-style: italic;
  font-size: 22px;
  padding-right: 3px;
}

a {
  color: #0e2741;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  font-size: 16px;
}

a:hover,
a:focus {
  /*basic hover and focus effects*/
  color: #c79f24;
}

h2 span {
  font-size: 16px;
  font-weight: bold;
}

blockquote {
  position: relative;
  border-left: none;
  font-size: 30px;
  color: #000000;
  margin-bottom: 17px;
}

blockquote:before {
  content: '';
}

blockquote p {
  display: inline;
  color: inherit;
}

blockquote p:before {
  position: relative;
  content: '\201C';
  font-size: 18px;
  left: 0px;
  top: 0;
  line-height: 0;
}

blockquote p:after {
  position: relative;
  content: '\201D';
  font-size: 18px;
  line-height: 0;
  right: 0;
  bottom: 0px;
}

.archive blockquote p:before {
  font-size: 30px;
  left: -10px;
}

.archive blockquote p:after {
  bottom: 0;
  font-size: 30px;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
.search h2 a {
  font-size: 30px;
}

.post-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Preloader */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 100px;
  font-family: 'Font Awesome 6 Pro';
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}

.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* Clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}

ul.pagination .pagination {
  margin: 0;
}

ul.pagination .pagination.current {
  color: #fff;
  background: #002f80;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0.5rem;
  cursor: pointer;
}

#searchsubmit:after {
  font-family: 'Font Awesome 6 Pro';
  font-size: 20px;
}

#home-slider .slick-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.posts-list .entry-meta {
  margin-bottom: 0;
}

.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}

.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #002f80;
}

.not-found .label:hover {
  background-color: #002057;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

.site-inner {
  min-height: 50vh;
}

.home .site-inner {
  padding-top: 93px;
}

.blog .site-inner {
  max-width: 1200px;
}

.site-btn {
  display: inline-block;
  position: relative;
  max-width: 260px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #c79f24;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 1;
}

.site-btn span {
  position: relative;
  display: block;
}

.site-btn span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left: 6px solid #ffffff;
}

.site-btn:hover,
.site-btn:focus {
  background: #ffffff;
  color: #c79f24;
  border-color: #c79f24;
}

.site-btn:hover span:after {
  border-left-color: #c79f24;
}

.site-btn:focus {
  color: #ffffff;
}

.site-btn:focus:hover {
  color: #c79f24;
}

.width-140 {
  max-width: 140px;
  width: 100%;
  padding-right: 20px;
}

.accordion-title {
  padding: 5px 20px;
  display: block;
  font-size: 20px;
  text-decoration: none;
}

.accordion-title:focus {
  color: #ffffff;
}

.custom-widget-area {
  position: relative;
  /* padding: 37px 35px 55px; */
  padding: 15px 35px 20px;
  margin-bottom: 40px;
  /* min-height: 390px; */
  overflow: hidden;
}

.custom-widget-area__title {
  text-align: left;
  margin-bottom: 20px !important;
}

.custom-widget-area .articles-list__item {
  display: block;
  font-size: 17px;
  margin-bottom: 16px;
  line-height: 1.41em;
  text-decoration: underline;
  color: #707070;
  font-weight: 400;
}

.custom-widget-area .articles-list__item:hover,
.custom-widget-area .articles-list__item:focus {
  color: #c79f24;
}

.custom-widget-area .site-btn {
  width: auto;
  color: #0e2741;
  background: unset;
  border-bottom: 5px solid #c79f24;
  padding-left: 0;
  transition: all 200ms ease-out;
}

.custom-widget-area .site-btn:hover,
.custom-widget-area .site-btn:focus {
  color: #c79f24;
  /* color: #fff; */
}

.custom-widget-area .site-btn:hover span:after,
.custom-widget-area .site-btn:focus span:after,
.custom-widget-area .site-btn span:after,
.custom-widget-area .site-btn span:after {
  content: unset;
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  margin-bottom: 30px;
}

.padding-top {
  padding-top: 20px !important;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 80px;
  left: 0;
  z-index: 100;
  /* padding-top: 50px; */
  padding-bottom: 25px;
  background: #ffffff;
  border-bottom: none;
  min-height: auto;
  transition: padding 0.3s;
}

.site-header .wrap {
  padding: 0 15px;
  margin-bottom: 5px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .site-header .wrap {
    padding: 0;
  }
}

@media screen and (min-width: 780px) {
  .site-header {
    top: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .site-header {
    top: 0px;
  }
}

@media screen and (max-width: 1220px) {
  .site-header .wrap {
    margin-bottom: 40px;
  }

  .header-widget-area {
    text-align: right;
    vertical-align: middle;
    padding-right: 21px;
    top: -55px;
    text-align: right;
  }
}

@media screen and (min-width: 960px) and (max-width: 1220px) {
  /* .site-header .header-widget-area
  {
    top: 0;
  } */
}

.site-header .header-widget-area {
  top: 0;
}

.site-header .title-area {
  padding: 0;
  padding-top: 30px;
  position: relative;
  z-index: 2;
}

.header-widget-area {
  position: absolute;
  text-align: right;
  vertical-align: middle;
  padding-right: 21px;
  width: 800px;
  left: unset !important;
  margin-top: 0 !important;
  right: -137px;
  z-index: 100;
}

.site-header .header-widget-area.active {
  /* left: 0% !important; */
  right: -50px;
}

.site-header .header-widget-area p {
  margin-bottom: 0;
}

.header-widget-area .widget {
  margin-bottom: 0;
}

.header-widget-area .widget_search {
  max-width: 120px;
  width: 100%;
  margin-right: 40px;
  vertical-align: middle;
  display: inline-block;
}

.header-widget-area .widget_search .search-form {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: visible;
  display: flex;
}

.header-widget-area .widget_search .search-form input[type='submit'] {
  /* position: absolute; */
  position: static;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #636363;
  background-image: url('../images/search-white.png') !important;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #a7a7a7;
  left: -4px;
  bottom: -14px;
  transform: scaleX(-1);
  font-size: 0;
  clip: initial;
  border: unset;
  background-color: #c79f24 !important;
  border-radius: 0;
  width: 44px !important;
  height: 44px !important;
  bottom: -21px !important;
}

.header-widget-area .widget_search .search-form-submit.shift-left.active {
  /* bottom: -33px !important; */
}

.header-widget-area .widget_search .search-form input[type='submit']:focus {
  box-shadow: none;
  padding: 0;
}

.header-widget-area .widget_search .search-form input[type='search'] {
  border: none;
  font-size: 16px;
  padding: 0px 7px;
  border-bottom: 1px solid #a7a7a7;
  box-shadow: none;
  /* margin-left: 45px; */
}

.header-widget-area .widget_search .search-form input[type='search']::-webkit-input-placeholder {
  opacity: 0;
}

.header-widget-area .widget_search .search-form input[type='search']::-moz-placeholder {
  opacity: 0;
}

.header-widget-area .widget_search .search-form input[type='search']:-ms-input-placeholder {
  opacity: 0;
}

.header-widget-area .widget_search .search-form input[type='search']:placeholder {
  opacity: 0;
}

.header-widget-area .widget_text {
  /*max-width: 220px;*/
  vertical-align: middle;
  display: inline-block;
  font-family: Tahoma, sans-serif;
  margin-right: 0 !important;
  background: #59595b;
  color: #fff;
}

.header-widget-area .widget_text .span-plan {
  font-size: 20px;
  color: #fff;
  margin-right: 10px;
  font-family: 'Crimson', serif;
  font-style: italic;
  font-weight: 400;
}

.covid-19-procedures {
  font-size: 17px;
  font-weight: 600;
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
}

.covid-19-procedures:before {
  font-family: 'Font Awesome 6 Pro';
  content: '\f067';
  position: absolute;
  left: 20px;
  top: -1px;
  color: #c79f24;
  font-weight: 400;
}

.covid-19-procedures:after {
  content: '';
  position: absolute;
  right: -3px;
  top: 3px;
  background: #a3a3a3;
  width: 1px;
  height: 80%;
}

.header-widget-area .widget_text p {
  font-family: 'Hind', sans-serif;
  font-size: 26px;
  color: #fff;
  padding: 0 15px;
  padding-bottom: 3px;
}

.header-widget-area .widget_text p a {
  font-size: 20px;
  font-weight: inherit;
  text-decoration: none;
  color: #fff;
}

.logo {
  display: block;
  transition: width 0.3s;
  width: 100%;
}

.logo img {
  max-width: 325px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .logo img {
    width: 100% !important;
    margin: 0 auto;
  }

  .logo {
    width: 100% !important;
    margin: 0 auto;
  }
}

.decrease-width-25p {
  width: 75% !important;
}

.top-90 {
  top: 90px !important;
}

.nav-primary {
  position: fixed;
  z-index: 100;
  width: 611px;
  top: 185px;
  margin-top: -30px;
  border-bottom: none;
  transition: top 0.3s;
  right: 5px;
}

@media screen and (min-width: 960px) {
  .nav-primary {
    top: 90px;
  }
}

@media screen and (min-width: 1224px) {
  .top-90 {
    top: 90px !important;
  }
}

@media screen and (min-width: 1360px) {
  .nav-primary {
    right: calc(49% - 600px);
  }
}

@media screen and (max-width: 960px) {
  .decrease-width-25p {
    width: 100% !important;
    margin: 0 auto;
  }

  .site-header .title-area {
    text-align: center;
    width: 100%;
  }

  .site-header .wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.nav-primary .wrap {
  padding: 0;
  text-align: right;
}

.nav-primary .wrap .genesis-nav-menu {
  display: inline-block;
  width: auto;
}

.nav-primary .wrap .genesis-nav-menu li {
  /* margin: 0 10px; */
  position: relative;
}

.nav-primary .wrap .genesis-nav-menu > li {
  padding: 0 15px;
}

.nav-primary .wrap .genesis-nav-menu li a {
  padding: 5px 0;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.nav-primary .wrap .genesis-nav-menu li a:hover {
  text-decoration: none;
}

.nav-primary .wrap .genesis-nav-menu li.menu-item-has-children:hover a:after {
  border-width: 9px 4.5px 0 4.5px;
  border-color: #c79f24 transparent transparent transparent;
  position: absolute;
  font-size: 10px;
  right: -10px;
  top: 9px;
}

.nav-primary .wrap .genesis-nav-menu li.menu-item-has-children a {
  position: relative;
}

/* .nav-primary .wrap .genesis-nav-menu li.menu-item-has-children a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #C79F24;
  position: absolute;
  font-size: 10px;
  right: -10px;
  top: 9px;
  color: #C79F24;
} */
.nav-primary .wrap .genesis-nav-menu li .sub-menu {
  width: 220px;
  margin-left: 0;
  border: 1px solid rgba(199, 159, 36, 0.5);
}

.nav-primary .wrap .genesis-nav-menu li .sub-menu li {
  margin: 0;
  width: 100%;
}

.nav-primary .wrap .genesis-nav-menu li .sub-menu li a {
  width: 100%;
  padding: 12px;
  border: none;
  background: #f6f6f6;
  border-bottom: 1px solid #ffffff;
}

.nav-primary .wrap .genesis-nav-menu li .sub-menu li a:after {
  display: none;
}

.nav-primary .wrap .genesis-nav-menu li .sub-menu li a:hover {
  background: #c79f24;
  color: #ffffff;
}

.nav-primary .wrap .genesis-nav-menu li .sub-menu li:last-child a {
  border-bottom: none;
}

.nav-primary .wrap .genesis-nav-menu li.current-menu-item a {
  text-decoration: none;
}

.nav-primary #menu-main-menu li#menu-item-1819,
.nav-primary #menu-main-menu li#menu-item-1820,
.nav-primary #menu-main-menu li#menu-item-1821 {
  display: none;
}

/*---------------------------------------
  TMPL: Home page
---------------------------------------*/
.intro-section {
  margin-top: 0px;
}

.intro-section-slide {
  height: 630px !important;
}

.intro-section .row {
  height: 100%;
}

.intro-section .row .columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
}

.intro-section h1,
.intro-section h2 {
  font-style: normal;
  color: white;
  line-height: 1.1;
  max-width: 50%;
}

.intro-section-slide h1 span,
.intro-section-slide h2 span {
  display: block;
  color: #b59225;
  font-size: 80px;
  font-style: italic;
  margin-bottom: 0px;
}

.intro-section-slide a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding-top: 40px;
}

.intro-section .slick-dots {
  width: unset;
  right: 80px;
  bottom: 20px;
  text-align: unset;
}

.intro-section .slick-dots li button:before {
  background-color: transparent;
  border: 1px solid #fff;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  background-color: #c79f24;
  border: unset;
}

.awards {
  padding: 40px 0;
  text-align: center;
}

.awards a {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
}

.awards a img {
  max-height: 100px;
  max-width: 210px;
  width: auto;
  height: auto;
}

.pages-preview {
  margin-bottom: 100px;
  padding: 0 15px;
}

.pages-preview h3:first-of-type {
  text-align: center;
  padding-bottom: 10px;
}

.pages-preview__item {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  box-shadow: unset;
  margin-bottom: 0;
  position: relative;
}

.pages-preview__item-title {
  font-family: 'Crimson Text', serif;
  color: white;
  position: absolute;
  bottom: 0;
  left: 15px;
  font-weight: 400;
  font-size: 29px;
  text-transform: none;
  letter-spacing: 0;
  padding-right: 50px;
}

.pages-preview__item-content {
  padding: 30px;
  text-align: justify;
  color: white;
  background: #59595b;
  display: none;
  z-index: 5;
  position: absolute;
}

.pages-preview__item.active .pages-preview__item-content {
  display: block;
}

.pages-preview__item-content a {
  color: white;
}

.pages-preview-item-top {
  height: 200px;
  position: relative;
  cursor: pointer;
}

.pages-preview-item-top:after {
  font-family: 'Font Awesome 6 Pro';
  content: '\f067';
  position: absolute;
  right: 20px;
  bottom: 10px;
  background: #c79f24;
  font-weight: 400;
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 2px;
  padding-top: 2px;
  font-weight: 700;
}

.pages-preview__item.active .pages-preview-item-top:after {
  content: '\f068';
}

.pages-preview__item-content p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}

.pages-preview__item img {
  width: 100%;
}

.pages-preview__item .btn-wrapper {
  text-align: center;
  margin-top: 24px;
}

.law-treatise li:before {
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  content: '\f054';
  position: absolute;
  left: 0;
  top: 0;
  background: #0e2741;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  padding-left: 3px;
  padding-top: 3px;
}

.law-treatise li {
  font-size: 17px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #59595b;
  padding-left: 50px;
  position: relative;
}

.law-treatise li a {
  display: block;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.law-treatise__left {
  height: 404px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: -15px;
  position: relative;
  z-index: 3;
}

.law-treatise__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.law-treatise__right-content {
  position: relative;
  padding-left: 52px;
  padding-right: 50px;
  margin-bottom: 16px;
}

.law-treatise__right-content h4 {
  font-size: 24px;
}

.law-treatise__right-content:before {
  content: '';
  position: absolute;
  background: #c79f24;
  width: 110vw;
  height: 8px;
  top: -40px;
  left: -60vw;
}

.law-treatise__right-content h2 {
  margin-bottom: 0px;
  color: #0e2741;
  font-size: 44px;
}

.law-treatise__right-content p {
  font-size: 17px;
  margin-bottom: 30px;
  color: #59595b;
}

.law-treatise__description {
  padding-top: 94px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

.law-treatise__description h2 {
  margin-bottom: 0;
  font-size: 44px;
  color: #0e2741;
}

.law-treatise__description h3 {
  font-size: 24px;
}

.law-treatise__description p {
  font-size: 17px;
  margin-bottom: 19px;
  font-weight: 500;
  color: #59595b;
}

.columns:last-child:not(:first-child) {
  float: left;
}

.video-popup {
  display: none;
  position: fixed;
  max-width: 800px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  border-radius: 4px;
  overflow: hidden;
}

.video-popup .video-player-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  height: 0;
}

.video-popup .video-player-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobile-intro-section__content .site-btn span:after {
  display: none;
}

.show-popup {
  display: block;
  z-index: 110;
}

.close-popup {
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 27px;
  border: 1px solid #000000;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  font-weight: bold;
  cursor: pointer;
}

.parent-child-pages h4 {
  margin-bottom: 30px !important;
}

.parent-child-pages a,
#heading-anchors ul li {
  position: relative;
  padding-left: 15px;
  text-decoration: none !important;
  color: #000;
}

.parent-child-pages a:hover {
  color: #c79f24;
}

.parent-child-pages a:before,
#heading-anchors ul li:before {
  position: absolute;
  left: 0;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  color: #c79f24;
}

.dark-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  background: rgba(0, 0, 0, 0.8);
}

/*contact form*/
#foot-cont {
  text-align: left;
  margin-bottom: 60px;
  line-height: 1;
}

#foot-cont h2 {
  font-size: 50px;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 10px;
  color: #0e2741;
}

#foot-cont p {
  color: #59595b;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1;
}

#foot-cont a {
  color: #c79f24;
  font-size: 28px;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 2px;
}

.contact-us-form .gform_title {
  display: none;
}

.showmore-div {
  display: none;
}

.about-our-firm {
  /*margin-top: 68px;*/
  margin-top: 25px;
}

.about-our-firm__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.about-our-firm__left-content {
  position: relative;
  padding-left: 70px;
  padding-right: 30px;
}

.about-our-firm__left-content:before {
  content: '';
  position: absolute;
  width: 110vw;
  height: 8px;
  top: -80px;
  left: -60vw;
  z-index: 2;
  background: #c79f24;
}

.about-our-firm__left-content h2 {
  margin-bottom: 0px;
  color: #0e2741;
  font-size: 44px;
}

.about-our-firm__left-content p {
  font-size: 17px;
  margin-bottom: 30px;
  color: #59595b;
}

.about-our-firm__left .site-btn {
  margin-top: 20px;
}

.about-our-firm__right {
  display: block;
  position: relative;
  height: 453px;
  margin-right: 10px;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 3;
}

.about-our-firm__right .play-btn {
  position: absolute;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  bottom: 20px;
  left: 20px;
  background: #ffffff;
}

.about-our-firm__right .play-btn:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 20px solid transparent;
  border-left: 30px solid #002f80;
}

.about-our-firm__right .play-btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.about-our-firm .employees-list {
  /*margin-top: 127px;*/
  margin-top: 40px;
}

.employees-list .attorney-single {
  padding: 0 15px;
}

.home .about-our-firm .employees-list {
  margin-top: 125px;
}

.about-our-firm .employees-list .attorneys {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .about-our-firm .employees-list .attorneys {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    margin-bottom: 50px;
  }
}

.about-our-firm .employees-list .other-staff {
  text-align: center;
  padding-top: 10px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .about-our-firm .employees-list .other-staff {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
  }
}

.about-our-firm .employees-list .other-staff .row .columns {
  padding-left: 10px;
  padding-right: 10px;
}

.about-our-firm .employees-list .other-staff .employee__info {
  padding: 16px 8px;
  height: 111px;
}

.about-our-firm .employees-list .employee {
  display: block;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: unset;
  margin-bottom: 10px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  border-bottom: 4px solid #c79f24;
  /*   min-height: 310px; */
}

.about-our-firm .employees-list .employee:hover img {
  opacity: 0.7;
}

.about-our-firm .employees-list .employee__info {
  padding: 15px 0px;
  box-shadow: unset;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
}

.employees-list .slick-next:before {
  color: #0e2741;
  font-family: 'Font Awesome 6 Pro';
  content: '\f178';
}

.employees-list .slick-prev:before {
  color: #0e2741;
  font-family: 'Font Awesome 6 Pro';
  content: '\f177';
}

.employees-list .slick-prev,
.employees-list .slick-next {
  top: 40%;
}

.employees-list .slick-next {
  right: -20px;
}

.employees-list .slick-prev {
  left: -20px;
}

.pages-preview-item-top:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: '';
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

.pages-preview-item-top:after {
}

@media only screen and (max-width: 1025px) {
  .home .about-our-firm .employees-list .employee__info {
    box-shadow: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 600px) {
  .home .about-our-firm .other-staff .employee {
    min-height: unset;
  }
}

.about-our-firm .employees-list .employee__name {
  font-weight: 700;
  color: inherit;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 0;
}

.about-our-firm .employees-list .employee__position {
  margin-bottom: 0;
  text-transform: uppercase;
  color: inherit;
  font-style: italic;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1;
  color: #0e2741;
  font-family: 'Crimson Text', serif;
}

.home-wrapper {
  position: relative;
}

.footer-form-section .testimonials {
  margin-top: 0;
  border: none;
}

.footer-form-section .testimonials .gold-stars {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

.footer-form-section .testimonials .gold-stars i {
  color: #c79f24;
  padding: 0 4px;
}

.footer-form-section .testimonials {
  /*margin-top: 65px;*/
  padding-bottom: 37px;
  border: none;
}

.footer-form-section .consult-policy {
  display: block;
  padding-top: 65px;
  text-align: center;
}

.footer-form-section .testimonials .testimonial {
  padding: 0 20px;
  text-align: center;
}

.footer-form-section .testimonials .testimonial__content blockquote {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-form-section .testimonials .button-wrapper .site-btn span:after {
  right: unset;
}

.footer-form-section .testimonials .testimonial__author-info {
  margin-bottom: 30px;
}

.footer-form-section .testimonials .testimonial__content {
  margin-bottom: 0;
}

.testimonials .testimonial {
  padding-left: 100px;
  padding-right: 60px;
}

.testimonials .testimonial__content {
  font-family: 'Crimson Text', serif;
  margin-bottom: 60px;
}

.testimonials .testimonial__content blockquote {
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
}

.testimonials .testimonial__content blockquote p {
  font-size: 18px;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.testimonials .testimonial__author-info {
  font-size: 20px;
  padding-left: 18px;
  text-align: center;
}

.testimonials .testimonial__author-info h4 {
  margin-bottom: 0;
}

.testimonials .testimonial__author-info p {
  font-size: 23px;
  font-family: 'Crimson Pro', serif;
  color: #0e2741;
}

.testimonials .button-wrapper {
  text-align: center;
  padding-top: 5px;
}

.testimonials .button-wrapper .site-btn {
  width: auto;
  border-bottom: 5px solid #c79f24;
  letter-spacing: 2px;
  padding: 5px 5px;
  background: transparent;
  font-size: 16px;
  color: #222222;
  letter-spacing: 1px;
}

.testimonials .button-wrapper .site-btn:hover,
.testimonials .button-wrapper .site-btn:focus {
  background: #c79f24;
  color: #fff;
}

.testimonials .button-wrapper .site-btn:hover span:after,
.testimonials .button-wrapper .site-btn:focus span:after,
.testimonials .button-wrapper .site-btn span:after,
.testimonials .button-wrapper .site-btn span:after {
  content: unset;
}

.aside.widget-area {
  width: 100%;
}

.widgets-section {
  padding-left: 20px;
  padding-right: 15px;
  margin-top: 100px;
  margin-bottom: 15px;
}

@media screen and (min-width: 960px) {
  .site-footer .widgets-section .custom-widget-area {
    max-width: 450px;
    padding: 15px 25px 20px;
  }
}

.widgets-section aside {
  float: none;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.widgets-section aside .custom-widget-area {
  max-width: 355px;
}

/*---------------------------------------
  END HOME PAGE
---------------------------------------*/
/*---------------------------------------
  BEGIN STICKY SIDEBAR
---------------------------------------*/
#heading-anchors-source {
  position: relative;
}

#heading-anchors.custom-widget-area {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 2px 2px 4px 3px #d6d6d6;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: unset;
}

@media screen and (min-width: 770px) {
  #heading-anchors.custom-widget-area {
    width: 770px;
    max-width: 96%;
  }
}

#heading-anchors ul {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

@media screen and (min-width: 420px) {
  #heading-anchors ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}

#heading-anchors ul li a {
  color: #000;
}

#heading-anchors.stick-scroll.active {
  position: fixed;
  top: 190px;
  background-color: white;
  width: 785px;
  /*width: 1175px;*/
  /* fullwidth */
  max-height: 75vh;
  overflow: auto;
  z-index: 99;

  /* width: 1175px; */
}

/*---------------------------------------
  END STICKY SIDEBAR
---------------------------------------*/

/*---------------------------------------
  BEGIN PRESENTATIONS PAGE
---------------------------------------*/
.page-template-template-presentations .presentations {
  margin-bottom: 20px;
}

/*---------------------------------------
  END PRESENTATIONS PAGE
---------------------------------------*/
/*---------------------------------------
  BEGIN TESTIMONIALS ARCHIVE PAGE
---------------------------------------*/
.all-testimonials .testimonial__title {
  text-align: center;
  font-weight: bold;
}

.all-testimonials .testimonial__content p {
  font-size: 20px;
}

/*---------------------------------------
  END TESTIMONIALS ARCHIVE PAGE
---------------------------------------*/
/*---------------------------------------
  BEGIN LAW TREATISE PAGE
---------------------------------------*/
.hide-btn {
  display: none;
}

.page-template-template-law-treatise .treatise-intro {
  padding-bottom: 38px;
  border-bottom: 3px solid #d6d6d6;
  margin-bottom: 35px;
}

.page-template-template-law-treatise .treatise-intro__left {
  padding-right: 10px;
  padding-top: 40px;
}

.page-template-template-law-treatise .treatise-intro__left h1 {
  margin-bottom: 15px;
}

.page-template-template-law-treatise .treatise-intro__left h4 {
  word-spacing: -0.1em;
}

.page-template-template-law-treatise .treatise-intro__image {
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-template-law-treatise .treatise {
  padding-top: 30px;
  padding-bottom: 40px;
}

.page-template-template-law-treatise .treatise__title {
  vertical-align: top;
}

.page-template-template-law-treatise .treatise__title span,
.page-template-template-law-treatise .treatise__title h3 {
  display: inline-block;
}

.page-template-template-law-treatise .treatise__title span {
  padding-right: 7px;
  max-width: 70px;
  font-size: 28px;
  line-height: 1;
}

.page-template-template-law-treatise .treatise__title h3 {
  max-width: calc(100% - 70px);
  padding-left: 10px;
  margin-bottom: 0;
}

.page-template-template-law-treatise .treatise__content {
  /* min-height: 70vh; */
  padding-bottom: 120px;
  font-size: 17px;
  line-height: 1.5;
  word-spacing: -0.11em;
  margin-bottom: 25px;
}

.page-template-template-law-treatise .treatise__content p {
  font-size: 17px;
  line-height: 1.5;
  word-spacing: -0.11em;
  margin-bottom: 16px;
}

.page-template-template-law-treatise .treatise__content blockquote {
  margin-top: 12px;
  margin-bottom: 18px;
  margin-right: 40px;
  line-height: 1.6;
  font-size: 17px;
  font-size: 16px;
}

.page-template-template-law-treatise .treatise__content blockquote p:before {
  font-size: 24px;
}

.page-template-template-law-treatise .treatise__content blockquote p:after {
  font-size: 24px;
  bottom: 0;
}

.page-template-template-law-treatise .treatise__navigation {
  position: relative;
}

.page-template-template-law-treatise .treatise__navigation .treatise-btn {
  position: absolute;
  max-width: 350px;
  width: 100%;
  background: none;
  color: #002f80;
  bottom: 15px;
  outline: none;
}

.page-template-template-law-treatise .treatise__navigation .treatise-btn h3 {
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.09em;
  margin-bottom: 0;
}

.page-template-template-law-treatise .treatise__navigation .treatise-btn span {
  float: left;
  padding-right: 5px;
}

.page-template-template-law-treatise .treatise__navigation .prev-treatise {
  left: 0;
}

.page-template-template-law-treatise .treatise__navigation .prev-treatise:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 9px 4.5px 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}

.page-template-template-law-treatise .treatise__navigation .next-treatise {
  right: 5px;
}

.page-template-template-law-treatise .treatise__navigation .next-treatise:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*font-size: 12px;*/
}

.page-template-template-law-treatise .treatise__navigation .next-treatise h3 {
  text-align: right;
}

.treatise-addon-sidebar .page-sidebar {
  padding: 30px 20px 30px 37px;
  margin-bottom: 20px;
  background: #f6f6f6;
}

.treatise-addon-sidebar .page-sidebar__header {
  border-bottom: 2px solid #d6d6d6;
}

.treatise-addon-sidebar .page-sidebar h4 {
  margin-bottom: 19px;
}

.treatise-addon-sidebar .page-sidebar p {
  font-size: 16px;
  margin-bottom: 4px;
}

.treatise-addon-sidebar .page-sidebar .accordion {
  background: transparent;
}

.treatise-addon-sidebar .page-sidebar .accordion .accordion-title {
  padding-top: 10px;
  border: none;
}

.treatise-addon-sidebar .page-sidebar .accordion .accordion-title:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 9px;
  border-color: transparent transparent transparent #000;
}

.treatise-addon-sidebar .page-sidebar .accordion .accordion-title:hover {
  background: transparent;
}

.treatise-addon-sidebar .page-sidebar .accordion .accordion-title:focus {
  background: transparent;
  outline: none;
}

.treatise-addon-sidebar .page-sidebar .accordion .is-active .accordion-title:before {
  border-width: 9px 4.5px 0 4.5px;
  border-color: #000 transparent transparent transparent;
}

.treatise-addon-sidebar .page-sidebar .accordion .accordion-content {
  background: transparent;
  border: none;
}

.page-template-template-law-treatise .treatises {
  margin-top: 11px;
}

.page-template-template-law-treatise .treatises .treatise-title {
  cursor: pointer;
  color: #002f80;
}

.page-template-template-law-treatise .treatises .treatise-title:hover {
  color: #c79f24;
}

.page-template-template-law-treatise .treatises__group-header, .treatise-addon-sidebar .treatises__group-header {
  padding-left: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  border: none;
}

.page-template-template-law-treatise .treatises__group-body {
  border: none;
  padding: 0;
}

.page-template-template-law-treatise .treatises .main-items-order {
  display: inline-block;
  margin-left: -25px;
  padding-right: 11px;
}

.page-template-template-law-treatise .treatises .local-items-order {
  display: inline-block;
  margin-left: -20px;
  padding-right: 10px;
  font-family: 'Hind', sans-serif;
  font-style: italic;
}

.page-template-template-law-treatise .treatises .group-title-order {
  opacity: 0;
}

.page-template-template-law-treatise .treatises .treatises-list {
  padding-right: 5px;
  font-size: 16px;
}

.page-template-template-law-treatise .treatises .treatises-list span {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  padding-right: 2px;
  line-height: 1;
}

.page-template-template-law-treatise .treatises .treatises-list p {
  display: inline-block;
  width: calc(100% - 25px);
  display: inline-block;
  line-height: 1.25;
  font-size: 17px;
}

.page-template-template-law-treatise .treatises .treatises-list__group-title {
  margin-top: 5px;
  margin-left: 15px;
  line-height: 1.25;
  margin-bottom: 0;
  font-family: 'Hind', sans-serif;
  font-size: inherit;
  color: #000000;
  font-weight: 500;
}

.page-template-template-law-treatise .treatises .treatises-list__group-title span {
  opacity: 0;
}

.page-template-template-law-treatise .treatises .treatises-list__group-title ~ .treatises-list__item {
  font-size: inherit;
}

.page-template-template-law-treatise .treatises .treatises-list__item {
  display: block;
  margin-left: 30px;
  line-height: 1.25;
  font-style: italic;
  font-weight: 400;
}

.page-template-template-law-treatise .treatises .treatises-list__item p {
  text-decoration: underline;
}

.page-template-template-law-treatise .treatises .match {
  color: orange;
}

.page-template-template-law-treatise .treatises .show {
  display: block;
}

.page-template-template-law-treatise .treatises .active {
  color: green;
}

.page-template-template-law-treatise .search-section {
  padding-left: 50px;
}

.page-template-template-law-treatise .search-section .find-treatise-wrapper {
  position: relative;
}

.page-template-template-law-treatise .search-section .find-treatise-wrapper:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url('../images/search.png');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #a7a7a7;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-template-template-law-treatise .search-section #find-treatise {
  max-width: 170px;
  width: 100%;
  margin-top: 40px;
  border: none;
  background: transparent;
  box-shadow: none;
  font-size: 16px;
  border-bottom: 1px solid #d6d6d6;
}

.page-template-template-law-treatise .search-section #find-treatise::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

/*---------------------------------------
  END LAW TREATISE PAGE
---------------------------------------*/
/*---------------------------------------
  BEGIN SINGLE ATTONEY PAGE
---------------------------------------*/
.person__photo-section .left-side .photo img {
  width: 100%;
  max-width: 360px;
}

.person__photo-section .right-side {
  padding-top: 100px;
}

.person__photo-section .right-side .name {
  padding-top: 30px;
  border-top: 3px solid #d6d6d6;
  font-family: 'Crimson Text', serif;
  font-style: italic;
}

.person__photo-section .right-side .site-btn {
  margin-top: 35px;
  max-width: 260px;
  width: 100%;
}

.person__awards {
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.person__awards a {
  display: block;
  display: inline-block;
  margin-bottom: 15px;
  width: 50%;
}

.person__awards a:first-child {
  margin-left: 0;
}

.person__awards a img {
  max-width: 200px;
  width: auto;
  max-height: 100px;
  margin-left: 19px;
  margin-right: 19px;
}

.person__general-info {
  padding-top: 35px;
  padding-bottom: 32px;
}

.person__general-info > h2:first-of-type {
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 24px;
}

.person-details {
  padding-bottom: 30px;
}

.person-details__title {
  min-height: 40px;
  padding: 10px;
  padding-left: 20px;
  background: #fff;
  color: #0e2741;
  margin-bottom: 0;
  border: unset;
  font-weight: 700;
  position: relative;
  padding-right: 60px;
}

.person .person-details__title {
  display: flex;
  align-items: center;
  min-height: 80px;
  border-bottom: unset !important;
}

.person .person-details__description {
  border-bottom: unset !important;
}

.accordion-item {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.accordion-top {
  margin-bottom: 15px;
  font-size: 14px;
}

.accordion-extra-title {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  transition: color 300ms ease-out;
}

.accordion-title:focus,
.accordion-title:hover {
  background-color: white;
}

.person-details__title:before {
  display: none;
}

.person-details__title span {
  position: relative;
  line-height: 1;
  text-transform: uppercase;
}

.person-details__title span:after {
  content: unset;
}

.person-details .is-active .accordion-title span:after {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotate(90deg);
  transform: rotateZ(90deg);
}

.person-details__description {
  border: 0;
  margin: 0;
  padding: 10px;
  padding-left: 20px;
}

.person-details__description h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.person-details__description p {
  margin-bottom: 10px;
}

/*---------------------------------------
  END SINGLE ATTONEY PAGE
---------------------------------------*/
/* ------------------------------------
    PAGE Styles
------------------------------------- */
.page-template-default main.content h1 {
  margin-bottom: 24px;
}

.page-template-default main.content h2 {
  margin-bottom: 30px;
  margin-top: 25px;
}

h2.contact-page-number {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-size: 35px;
  margin-top: -20px;
  margin-bottom: 50px;
}

.contact-page-row h1 {
  color: #0e2741;
}

.page-template-default main.content h4 {
  margin-top: 17px;
  margin-bottom: 5px;
}

.page-template-default main.content h4 a {
  font-size: 20px;
  text-decoration: underline;
}

.page-template-default main.content p {
  font-size: 16px;
  margin-bottom: 20px;
}

.page-template-default main.content ul {
  padding-top: 9px;
  /* padding-left: 32px; */
}

.page-template-default main.content ul li {
  font-size: 16px;
  margin-bottom: 25px;
}

.page-top-image {
  position: relative;
  height: 185px;
  margin-bottom: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-top-image:after {
  content: '';
  position: absolute;
  width: 440px;
  height: 3px;
  bottom: -60px;
  left: 0;
  background: #d6d6d6;
}

.articles-list {
  margin-bottom: 20px;
}

/*contact page form*/
#regular-form {
  background: #eee;
  margin-bottom: 41px;
  width: 344px;
  padding: 20px;
}

.simplecaptcha {
  margin-bottom: 20px !important;
}

#regular-form ul {
  padding: 0;
}

.contact-page-row {
  display: flex;
}

.contact-page-image {
  background-image: url('/wp-content/uploads/2020/11/contact-min.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-page-container {
  background: #efefef;
  padding: 80px 105px;
}

.contact-page-container address p {
  margin-bottom: 0;
}

.contact-phone-title {
  font-weight: 600;
}

.contact-us-numbers {
  padding-bottom: 20px;
}

.contact-page-container .site-btn-alt {
  margin-bottom: 40px;
}

.park-rec {
  margin-bottom: 60px;
}

.contact-page-row .contact-page-container h3.gform_title {
  letter-spacing: 3px !important;
}

.contact-page-content {
  padding: 30px 15px;
  text-align: center;
  padding-top: 60px;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.blog .content h1 a {
  font-size: inherit;
  font-weight: normal;
}

.blog .content h1 a:hover {
  text-decoration: underline;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.site-footer {
  margin-top: 40px;
  padding: 0;
}

.site-footer .row.column {
  padding-left: 15px;
  padding-right: 15px;
}

.site-footer .footer-form-section {
  padding: 50px 0 33px;
  background: #eee;
  background-image: url('/wp-content/uploads/2020/11/testimonial.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.site-footer .footer-form-section__inner {
  padding-left: 15px;
  padding-right: 15px;
}

.site-footer .footer-form-section .left-side {
  float: left;
  width: 50%;
}

.site-footer .footer-form-section .left-side h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

.site-footer .footer-form-section .left-side p {
  font-size: 16px;
  font-weight: 500;
}

.site-footer .footer-form-section .left-side .site-btn {
  margin-top: 30px;
  max-width: 100%;
}

.site-footer .footer-form-section .right-side {
  width: 50%;
  float: left;
  padding-left: 60px;
}

.page-id-1407 .site-footer .footer-form-section .right-side,
.site-footer .footer-form-section .right-side.full-testimonials {
  width: 100%;
  padding-left: 0;
}

.page-id-1407 .site-footer .footer-form-section .testimonials .testimonial__author-info {
  text-align: center;
  margin-bottom: 20px;
}

.site-footer .footer-copyright-section {
  padding: 25px;
  background: #59595b;
  text-align: center;
}

.site-footer .footer-copyright-section p {
  font-size: 11px;
}

.site-footer .footer-copyright-section a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.site-footer .footer-copyright-section a:hover,
.site-footer .footer-copyright-section a:focus {
  color: #c79f24;
}

.site-footer .footer-copyright-section .socials {
  display: inline-block;
  padding-bottom: 0px;
}

.site-footer .footer-copyright-section .socials li {
  display: inline-block;
  margin-left: 0px;
}

.site-footer .footer-copyright-section .socials .social-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
}

.site-footer .footer-copyright-section .socials .social-icon:hover {
  color: #c79f24;
  border-color: #c79f24;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-right-top {
  display: flex;
  justify-content: flex-end;
}

.visually-hidden {
  border: none !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

address {
  font-style: normal;
}

.site-footer #gform_1 #input_1_7 li,
#regular-form #gform_1 #input_1_7 li,
.site-footer #gform_2 #input_2_7 li,
#regular-form #gform_2 #input_2_7 li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sidebar-form #gform_1 #input_1_7 li,
.sidebar-form #gform_2 #input_2_7 li {
  justify-content: start !important;
}

#gform_1 #input_1_7 .gchoice_1_7_1 input,
#gform_2 #input_2_7 .gchoice_2_7_1 input {
  height: auto;
}

.contact-us-form #gform_1 #input_1_7 .gchoice_1_7_1 input,
.contact-us-form #gform_2 #input_2_7 .gchoice_2_7_1 input {
  margin-bottom: -1px !important;
  margin-top: 3px;
}

#regular-form .consult-policy {
  display: block;
  padding-top: 15px;
  text-align: center;
}

.gform_wrapper textarea {
  padding: 6px 15px !important;
}

.copyright p span {
  font-size: 16px;
}

.gform_wrapper {
  margin: 0;
}

.footer-address-section,
.footer-address-section p span {
  color: #fff;
  font-size: 16px;
}

#gform_1,
#gform_2 {
  margin-top: -10px;
  position: relative;
}

.contact-us-form #gform_1 .gform_heading h3,
.contact-us-form #gform_2 .gform_heading h3 {
  letter-spacing: 0.12em !important;
}

#gform_1 .gform_body .gform_fields [id*='field_'],
#gform_2 .gform_body .gform_fields [id*='field_'] {
  clear: none;
}

#gform_1 .gform_body .gform_fields [id*='field_'] label,
#gform_2 .gform_body .gform_fields [id*='field_'] label {
  display: none;
}

#gform_1 .gform_body .gform_fields li,
#gform_2 .gform_body .gform_fields li {
  width: 100% !important;
}

#gform_1 .gform_footer input[type='submit'],
#gform_2 .gform_footer input[type='submit'] {
  position: static;
  display: block;
}

.gform_wrapper ul.gfield_checkbox {
  margin-top: 0 !important;
}

.contact-us-form #gform_1 .gform_body .ginput_container_checkbox,
.contact-us-form #gform_2 .gform_body .ginput_container_checkbox {
  float: left;
  width: 50%;
}

#gform_1 .gform_body .gform_fields [id*='field_'] label#label_1_7_1,
#gform_2 .gform_body .gform_fields [id*='field_'] label#label_2_7_1 {
  display: inline-block;
}

#gform_1 .gform_body .gform_fields li#field_1_7,
#gform_2 .gform_body .gform_fields li#field_2_7 {
  clear: both;
  margin-bottom: 20px;
}

#gform_1 .gform_body .gform_fields [id*='field_'] label#label_1_7_1 a,
#gform_2 .gform_body .gform_fields [id*='field_'] label#label_2_7_1 a {
  font-size: 14px;
}

.gform_wrapper ul.gfield_checkbox li {
  overflow: visible !important;
}

.gform_wrapper ul.gfield_checkbox li input[type='checkbox']:checked + label,
.gform_wrapper ul.gfield_radio li input[type='radio']:checked + label {
  font-weight: 500 !important;
}

.gform_wrapper ul.gfield_checkbox li label {
  vertical-align: text-top !important;
  font-size: 0.8em;
}

.gform_wrapper li.gfield_error ul.gfield_checkbox {
  font-weight: 700;
}

#gform_1 .gform_body .gform_fields li,
#gform_2 .gform_body .gform_fields li {
  padding: 0;
  margin: 0;
}

#gform_1 .gform_body .gform_fields:after,
#gform_2 .gform_body .gform_fields:after {
  content: '';
  display: table;
  clear: both;
}

#gform_1 .charleft.ginput_counter,
#gform_2 .charleft.ginput_counter {
  display: none;
}

.contact-us-form #gform_1 .gform_body .ginput_container,
.contact-us-form #gform_2 .gform_body .ginput_container {
  margin: 0;
  /*padding-right: 10px;*/
  width: 100%;
  width: 70% !important;
  margin: 0 auto 13px auto !important;
}

.sidebar-form #gform_1 .gform_body .ginput_container,
.sidebar-form #gform_2 .gform_body .ginput_container {
  width: unset !important;
  margin: unset !important;
}

.sidebar-form #foot-cont {
  margin-bottom: 25px !important;
}

.sidebar-form {
  padding-left: 45px;
}

#gform_1 .gform_body .ginput_container.ginput_container_checkbox,
#gform_2 .gform_body .ginput_container.ginput_container_checkbox {
  float: unset;
}

#gform_1 .gform_body .ginput_container input,
#gform_2 .gform_body .ginput_container input {
  width: 100%;
  border: none;
  background: #ffffff;
  height: 46px;
  margin-right: 5px;
  padding-left: 15px;
}

.gform_wrapper textarea.medium {
  height: 80px !important;
}

#gform_1 .gform_footer,
#gform_2 .gform_footer {
  margin: 0;
  padding: 0;
}

#gform_1 .gform_footer input[type='submit'],
#gform_2 .gform_footer input[type='submit'] {
  position: static;
  font-family: 'Hind', sans-serif;
  letter-spacing: 1px;
  background: #c79f24;
  font-weight: 500;
  border: 1px solid transparent;
  padding: 10px 20px;
}

.contact-us-form #gform_1 .gform_footer input[type='submit'],
.contact-us-form #gform_2 .gform_footer input[type='submit'] {
  max-width: 100%;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 0.95em;
}

#gform_1 .gform_footer input[type='submit']:hover,
#gform_2 .gform_footer input[type='submit']:hover {
  background: #ffffff;
  color: #c79f24;
  border-color: #c79f24;
}

#gform_1 input::-webkit-input-placeholder,
#gform_1 textarea::-webkit-input-placeholder,
#gform_2 input::-webkit-input-placeholder,
#gform_2 textarea::-webkit-input-placeholder {
  color: #000000;
  font-size: 14px;
}

.gform_wrapper li.gfield.gfield_error {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0 !important;
}

.gform_wrapper li.gfield.gfield_error input,
.gform_wrapper li.gfield.gfield_error textarea {
  box-shadow: 0 0 1px 0px #330000;
}

.gform_wrapper li.gfield.gfield_error input#choice_1_7_1 {
  box-shadow: none;
}

.gform_validation_error #gform_1 .gform_body .gform_fields input[type='text'],
.gform_validation_error #gform_2 .gform_body .gform_fields input[type='text'] {
  margin-bottom: 10px;
}

.validation_error,
.validation_message {
  display: none;
}

.form_wrapper li.gfield.gfield_error {
  border-bottom: none;
  border-top: none;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

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

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: block;
  padding: 5px 10px;
}

@media only screen and (max-width: 600px) {
  #gform_1 .gform_body .gform_fields li#field_1_7,
  #gform_2.gform_body .gform_fields li#field_2_7 {
    position: static !important;
  }

  body.home .site-inner {
    padding-top: 77px;
  }

  .corona-banner {
    text-align: center;
    margin-top: 50px;
  }
}

.other-staff .medium-2:nth-child(4n + 5) {
  clear: both;
}

/*# sourceMappingURL=custom.css.map */

.blog .post {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d1d1d1;
}

.post-landing-left {
  margin-right: 50px;
}

.post-landing-date {
  background: #c79f24;
  color: white;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  max-width: 69px;
}

.post-landing-day {
  font-size: 37px;
}

.entry-title a {
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
}

.entry-title {
  font-size: 24px;
  font-family: 'Hind';
  font-weight: 600;
  text-decoration: none;
  line-height: 1.3;
  font-style: normal;
  margin-bottom: 0;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #c79f24;
}

p.entry-meta {
  font-size: 14px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #959595;
  font-weight: 400;
}

.entry-buttons {
  display: flex;
  justify-content: space-between;
}

.post-bottom-link {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-bottom-link i {
  color: #c79f24;
}

.post-bottom-share {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #a3a3a3;
}

.banner {
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2020/11/banner-min.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 265px;
}

.banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.banner-inner h1 {
  color: #fff;
  font-size: 50px;
  border-bottom: 4px solid #c79f24;
  display: inline-block;
  margin-bottom: 50px;
  font-weight: 700;
  font-style: normal;
  font-family: 'Crimson Text', serif;
}

.attorney-banner {
  background-image: url('/wp-content/uploads/2020/11/single-attorney.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 450px;
  margin-top: 40px;
}

.attorney-row {
  max-width: 700px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  justify-content: flex-start;
}

.attorney-row-image img {
  height: 350px;
  width: auto;
}

.attorney-row-content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
}

.attorney-row-content h2 {
  font-style: normal;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 3px solid #c79f24;
}

.home-mobile-links {
  display: flex;
  flex-direction: column;
}

.home-mobile-links a {
  display: block;
  color: #0e2741;
  background: #d3d3d3;
  border-top: 2px solid #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}

.home-mobile-links a:after {
  font-family: 'Font Awesome 6 Pro';
  content: '\f061';
  right: 30px;
  top: 25%;
  position: absolute;
}

.explore-scroll {
  position: absolute;
  left: 15px;
  background: #c79f24;
  color: #fff;
  bottom: 0;
  padding: 15px 20px;
  padding-top: 15px !important;
  text-decoration: none;
}

.homepage-testimonials-container {
  display: flex;
}

.homepage-testimonials-container .left-side {
  width: 52%;
  float: right;
  background: #464749;
  padding: 60px 0;
}

.homepage-testimonials-container .right-side {
  width: 48%;
  /* background-image: url('/wp-content/uploads/2020/12/testimonial-home.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
}

.homepage-testimonials-container .left-side h2,
.homepage-testimonials-container .left-side p,
.homepage-testimonials-container .left-side li label,
.homepage-testimonials-container .left-side #label_2_7_1 a {
  color: #fff !important;
}

.homepage-testimonials-container .left-side p {
  font-weight: 600 !important;
}

.homepage-testimonials-container .left-side .contact-us-form {
  float: right;
  padding-right: 140px;
}

.homepage-testimonials-container .contact-us-form #gform_2 .gform_body .ginput_container {
  margin-left: 0 !important;
  width: 100% !important;
  margin-bottom: 10px !important;
}

.homepage-testimonials-container .contact-us-form .gchoice_2_7_1 {
  justify-content: flex-start !important;
}

.homepage-testimonials-container .contact-us-form input[type='submit'] {
  margin-left: 0 !important;
  width: unset !important;
  max-width: unset !important;
}

.homepage-testimonials-container .contact-us-form input {
  margin-bottom: 5px !important;
}

.homepage-testimonials-container #foot-cont {
  margin-bottom: 0;
}

.homepage-testimonials-container .fa-star:before {
  color: #c79f24;
}

.homepage-testimonials-container .gold-stars {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.homepage-testimonials-container .testimonial__content blockquote {
  text-align: center;
}

.homepage-testimonials-container .testimonial {
  padding: 0;
  margin-left: 120px;
  max-width: 374px;
}

.homepage-testimonials-container .testimonials .testimonial__content {
  margin-bottom: 20px;
}

.homepage-testimonials-container .testimonials .testimonial__author-info {
  margin-bottom: 30px;
}

.homepage-testimonials-container #foot-cont a {
  display: inline-block;
}

#sgpb-popup-dialog-main-div {
  padding: 37px !important;
}

.single-presentations h1 {
  font-style: normal;
  font-size: 40px;
}

@media only screen and (max-width: 600px) {
  .single-presentations h1 {
    font-style: normal;
    font-size: 28px;
  }
}

/* stuff added to fix menu */

.nav-primary .wrap .genesis-nav-menu li .sub-menu {
  width: 220px;
  margin-left: 0;
  border: 1px solid rgba(199, 159, 36, 0.5);
}

.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 210px;
  z-index: 99;
}

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 32px 20px;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 210px;
  word-wrap: break-word;
}

.no-list-style {
  list-style: none;
  margin: 0;
}

body.scroll-margin.admin-bar .content .large-8 * {
  scroll-margin: 170px;
}

body.scroll-margin .content .large-8 * {
  scroll-margin: 202px;
}

@media screen and (min-width: 600px) {
  body.scroll-margin.admin-bar .content .large-8 * {
    scroll-margin: 225px;
  }

  body.scroll-margin .content .large-8 * {
    scroll-margin: 257px;
  }
}

@media screen and (min-width: 960px) {
  body.scroll-margin.admin-bar .content .large-8 * {
    scroll-margin: 180px;
  }

  body.scroll-margin .content .large-8 * {
    scroll-margin: 212px;
  }
}

@media screen and (min-width: 1140px) {
  body.scroll-margin.admin-bar .content .large-8 * {
    scroll-margin: 180px;
  }

  body.scroll-margin .content .large-8 * {
    scroll-margin: 212px;
  }
}

@media screen and (min-width: 1220px) {
  body.scroll-margin.admin-bar .content .large-8 * {
    scroll-margin: 154px;
  }

  body.scroll-margin .content .large-8 * {
    scroll-margin: 186px;
  }
}

html.page-id-1418 {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.site-footer .printed-footer {
  display: none;
}
/* @media print {
  .footer-copyright-section {
    display: none;
  }

  .site-footer .printed-footer {
    display: block;
    position: fixed;
    bottom: -10mm;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    background: #000;
    z-index: 1111;
  }

  .site-footer .printed-footer .printed-footer-inner {
    padding: 20px;
    background: #59595B !important;
  }

  .site-footer .printed-footer span {
    color: #fff !important;
    margin-bottom: 0;
    display: block;
  }

  .contact-btns,
  .header-widget-area,
  #menu-main-menu,
  .sidebar-form {
    display: none !important;
  }
} */

div#table-of-content button {
  margin: 0 10px 10px 0px;
}

#toggleButton {
  margin-bottom: 10px;
}
.table-of-content button {margin:0 10px;}
.anchorCheckbox {
  margin-right: 5px;
}

.selectedAnchor {
  background-color: #FFFF99;
  padding: 5px;
  margin-bottom: 10px;
}

  
.footer-disclaimer-print { display:none;}
@media print {
  #printable-content.actionable p, #printable-content.actionable h2, #printable-content.actionable h3, #printable-content.actionable h4, #printable-content.actionable ol, #printable-content.actionable ul   {
    display: none;
  }

  #printable-content.actionable .selectedAnchor h2, #printable-content.actionable .selectedAnchor h3, #printable-content.actionable .selectedAnchor h4, #printable-content.actionable .selectedAnchor ol,  #printable-content.actionable .selectedAnchor p,  #printable-content.actionable .selectedAnchor ul  {
      display: block;
  }
  div#table-of-content  { display : none;}
  .footer-disclaimer-print { display:block; position: absolute;bottom:-2mm;font-size:9px;left:1cm;margin-top:2cm;}
  .footer-disclaimer-print p {font-size:9px!important;page-break-inside: avoid;}
  @page {margin-bottom:100px; } 

  .nav-primary, .header-cont, .banner, .sidebar-form, .header-widget-area, .footer-form-section,.footer-bottom-container { display:none; }
  #heading-anchors-source {width:100%;}
  .site-inner , .site-container{padding:0 ;}
  .site-header { top:0;position:static;}
}

