/**
 * ***************************************
 *
 * @format
 */

/* Theme Name: PaperStreet                 */
/* Theme URI: http://www.wordpressbase.com */
/* Author: PaperStreet                     */
/* Author URI: https://www.paperstreet.com */
/* Description: For PaperStreet            */
/* Text Domain: paperstreet                */
/* Version: 3.2402                         */
/*******************************************/

/*
GENERAL
MENUS
HEADER
FOOTER
FEATURES
ANIMATIONS
MODULES
PRINT
MISC
*/

/*******************************************************************************************
GENERAL - Layout and general features
*******************************************************************************************/

/* GENERAL > Utility Classes */

.no-margin-last > p:last-of-type {
  margin: 0 !important;
}

.no-transition {
  transition: none !important;
}

.hr-after {
  position: relative;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.center,
.has-text-align-center,
.align-center,
.text-center {
  text-align: center;
}
.center p {
  text-align: center;
}

.right,
.align-right,
.text-right {
  text-align: right;
}

.body-font {
  font-family: var(--body-font-family);
}

.header-font {
  font-family: var(--heading-font-family);
}

.overflow-hidden {
  overflow: hidden;
}

.flex-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.flex-align-vertical {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-align-horizontal {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  text-align: center;
}

.small-margin-left {
  margin-left: 10px;
}

.small-margin-right {
  margin-right: 10px;
}

.pointer-events-none {
  pointer-events: none;
}

.transition-all {
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.z-index-over {
  position: relative;
  z-index: 1;
}

.background-center {
  background-position: center center !important;
}

.background-y-bottom {
  background-position-y: 100%;
}

.background-y-top {
  background-position-y: 0%;
}

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
}

.background-transparent {
  background: transparent;
}

.light-text,
button.light-text,
.light-text h1,
.light-text h2,
.light-text h3,
.light-text p,
.light-text span,
.light-text li,
.light-text label {
  color: white;
}

/* GENERAL > Layout */

.full-width {
  width: 100%;
}

/*.sidebar {
  clear: both;
  float: none;
}*/

.small-12 {
  width: 100%;
}

.small-11 {
  width: 91.67%;
}

.small-10 {
  width: 83.34%;
}

.small-9 {
  width: 75%;
}

.small-8 {
  width: 66.67%;
}

.small-7 {
  width: 58.34%;
}

.small-6 {
  width: 50%;
}

.small-5 {
  width: 41.66%;
}

.small-4 {
  width: 33.33%;
}

.small-3 {
  width: 25%;
}

.small-2 {
  width: 16.66%;
}

.small-1 {
  width: 8.33%;
}

.columns,
.column {
  float: left;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .medium-12 {
    width: 100%;
  }

  .medium-11 {
    width: 91.67%;
  }

  .medium-10 {
    width: 83.34%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-8 {
    width: 66.67%;
  }

  .medium-7 {
    width: 58.33%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-5 {
    width: 41.67%;
  }

  .medium-4 {
    width: 33.33%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-2 {
    width: 16.66%;
  }

  .medium-1 {
    width: 8.33%;
  }

  .hide-for-medium {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .large-12 {
    width: 100%;
  }

  .large-11 {
    width: 91.67%;
  }

  .large-10 {
    width: 83.34%;
  }

  .large-9 {
    width: 75%;
  }

  .large-8 {
    width: 66.67%;
  }

  .large-7 {
    width: 58.33%;
  }

  .large-6 {
    width: 50%;
  }

  .large-5 {
    width: 41.67%;
  }

  .large-4 {
    width: 33.33%;
  }

  .large-3 {
    width: 25%;
  }

  .large-2 {
    width: 16.66%;
  }

  .large-1 {
    width: 8.33%;
  }

  .hide-for-large {
    display: none !important;
  }
}
/* GENERAL > HTML and Structure */
.reg-text a {
  font-weight: 400 !important;
  font-size: 16px !important;
}
.content {
  margin-bottom: 60px;
}

.content .wp-block-image {
  margin-bottom: 30px;
}

.content .wp-block-image .alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.content .wp-block-image .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.content.full-width {
  float: none;
}

.content p.indent {
  margin-left: 60px;
}

.content section {
  margin-bottom: 60px;
}

.content section:last-of-type {
  margin: 0;
}

ol,
ul {
  margin: 0 0 25px 0;
  padding: 0;
}

ol {
  list-style-position: outside;
  padding-left: 20px;
}

ul.has-before li,
.content li {
  color: var(--color-body-text);
  padding: 0 0 0 20px;
  position: relative;
}

.page-id-1672 ol li::before {
  opacity: 0 !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  height: 0;
  width: 0;
}

.page-id-1672 ol li::after {
  content: '';
  position: absolute;
  bottom: -25px;
  background: var(--secondary-color);
  height: 5px;
  width: 70px;
  left: 0;
}

.page-id-1672 ol li strong {
  display: block;
  font-size: 25px;
  color: var(--primary-color);
}

.page-id-1672 ol li {
  margin-bottom: 45px;
  position: relative;
  padding-left: 0 !important;
}

.content ol li {
  padding-left: 0;
}

.content ul:not(.slick-dots) li::before,
ul.has-before li::before {
  /* position: absolute; */
  /* left: 0; */
  /* content: "\f105"; */
  color: var(--secondary-color);
}

ul.has-before li::before,
.content ul li::before,
.sidebar section ul li::before {
  font-family: 'Font Awesome 6 Pro';
}

.content ul ul {
  margin: 5px 0 5px 5px;
}

.content ul li {
  padding: 0 0 0 25px;
  position: relative;
  margin-bottom: 10px;
}

.content ul li::before {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 66px;
  content: '\f068';
  font-size: 14px;
  color: var(--secondary-color);
  border-radius: 0;
  font-weight: bold !important;
  font-family: 'Font Awesome 6 Pro';
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 1px;
}

.content {
  counter-reset: count-me;
}

.content ol {
  padding-left: 0;
}

.content ol li {
  /* 	padding-left: 22px; */
  padding: 10px 0px 10px 19px;
  position: relative;
  list-style: none;
  counter-increment: count-me;
  /* 	margin-top: 10px; */
  margin-left: 2px;
}
.content ol li::before {
  counter-increment: step-counter;
  content: counter(count-me) '.' !important;
  display: block !important;
  position: absolute;
  left: 0;
  width: 50px;
  height: auto;
  top: 10px;
  background-repeat: no-repeat;
  background-position: 3px 0;
  padding-left: 0;
  /* 	padding-top: 9px; */
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: bold;
}

hr,
.hr-after::after {
  background: var(--color-secondary);
  width: 20%;
  height: 5px;
  display: block;
  border: none;
  margin: 40px 0;
  content: '';
}

figure {
  margin: 0;
}
.content img {
  max-width: 100%;
}

.italic {
  font-style: italic;
}

.non-italic,
address {
  font-style: normal;
}

section.no-underline ul {
  border: none;
}

section.no-underline ul:last-of-type {
  padding: 0;
}

section.sidebar-block {
  padding: 0;
}

.sidebar section:not(:last-child) {
  margin-bottom: 40px;
}
.sidebar.column h2 {
  font-size: 18pt;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  font-family: var(--body-font-family);
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--primary-color);
}

.sidebar section.sidebar-block ul li {
  padding: 0px 0px 0px 25px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 17px;
}

.sidebar-block h3 {
  color: var(--primary-color);
  font-size: 18pt;
  text-transform: capitalize;
  letter-spacing: 0;
}

.sidebar section.sidebar-block ul li::before {
  position: absolute;
  color: var(--secondary-color);
  content: '\f068';
  top: 3px;
  left: 1px;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold !important;
  font-family: 'Font Awesome 6 Pro';
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 1px;
}

.sidebar section.sidebar-block ul li {
  border-bottom: 0px solid var(--color-secondary);
}

.sidebar section.sidebar-block ul li,
.sidebar section.sidebar-block ul li a {
  display: block;
}

.sidebar section.sidebar-block button.no-button,
.sidebar section.sidebar-block ul li a {
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  display: inline;
  color: var(--body-text-color);
}
.sidebar section.sidebar-block button.no-button:hover,
.sidebar section.sidebar-block button.no-button:focus,
.sidebar section.sidebar-block ul li a:hover,
.sidebar section.sidebar-block ul li a:focus {
  color: var(--secondary-color);
  text-decoration: none;
}

.sidebar section.sidebar-block ul li ul {
  padding-left: 20px;
  margin: 0;
}

.content .search-results-container {
  margin-bottom: 80px;
}

.sidebar-block ul:last-of-type {
  margin: 0;
}

@media screen and (min-width: 768px) {
  main {
    padding: 60px 0;
  }

  .main-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
  }

  .content {
    width: 68%;
    margin-bottom: 0;
    padding-right: 70px;
  }

  .content.full-width {
    width: 100%;
    padding-right: var(--gutter-size);
  }

  .sidebar {
    width: 32%;
    padding-left: 0;
  }
}

@media screen and (min-width: 1025px) {
  .content {
    padding-right: 90px;
  }
}

/* GENERAL > Form and Inputs */
input,
select,
textarea {
  color: white;
  background: none;
  border: 0;
  border-bottom: 1px solid var(--color-near-white);
  font-size: 1rem;
  line-height: 1;
  font-family: var(--body-font-family);
  box-shadow: none;
  margin: 0;
  width: 100%;
  border-radius: 0;
  padding: 0 15px;
}

/*.sidebar .gform_wrapper input[type='text'],
.sidebar .gform_wrapper input[type='email'],
.sidebar .gform_wrapper input[type='tel'],
.sidebar .gform_wrapper select,
.sidebar .gform_wrapper textarea {
	color: #000 !important;
	background: none;
	border: 0;
	border: 1px solid #dbdbdb;
	font-size: 16px;
	line-height: 1;
	box-shadow: none;
	margin: 0;
	width: 100%;
	border-radius: 0;
	padding: 0 15px;
		font-weight: 500 !important;
}

 
.sidebar .gform_wrapper  .gform_fields textarea:focus ~ label, 
.sidebar .gform_wrapper .gform_fields input.active ~ label,
 .sidebar .gform_wrapper .gform_fields input.active ~ label,
 .sidebar .gform_wrapper  .gform_fields textarea.active ~ label,
.sidebar .gform_wrapper   .gform_fields select.active ~ label {
 
	font-size: 11px;
}


.sidebar .gform_wrapper label  {
	color: #000;
	background: none;
	border: 0;
	font-size: 16px; left:10px
 
}

.ginput_container.ginput_container_select {
	position: relative;
	width: 100%;
}
.ginput_container.ginput_container_select::after {
	content: "\f0d7";
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 0;
	top: -5px;
	text-align: center;
	width: 45px;
	line-height: 50px;
	color: #000000;
	pointer-events: none;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	font-size: 17px;
}

.ginput_container.ginput_container_select select option {
	color: #000;
}
.ginput_container.ginput_container_select label {
	opacity: 0 !important;
	display:none
}*/
select {
  border-bottom: none;
}

input,
select,
textarea,
label {
  height: 45px;
  line-height: 45px;
}

input.dark-input,
select.dark-input,
textarea.dark-input {
  color: var(--color-primary);
}

textarea {
  resize: none;
  min-height: 90px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: white;
}

input::placeholder,
textarea::placeholder {
  color: white;
}

select,
form legend,
form label,
form p {
  font-size: 0.9rem;
}

legend,
label {
  color: white;
}

fieldset {
  padding: 0;
  border: none;
  margin: 0;
}

label {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  pointer-events: none;
  transition: all 200ms ease-out;
}

input:focus:not([type='checkbox']) ~ label,
textarea:focus ~ label,
input.active ~ label,
textarea.active ~ label,
select.active ~ label {
  padding-left: 0;
  line-height: 0;
  top: -16px;
  font-size: 0.7rem;
}

.gform_fields input:focus:not([type='checkbox']) ~ label,
.gform_fields textarea:focus ~ label,
.gform_fields input.active ~ label,
.gform_fields input.active ~ label,
.gform_fields textarea.active ~ label,
.gform_fields select.active ~ label {
  top: -30px;
}

.form-input-group label i {
  color: var(--color-secondary);
}

.gfield,
.form-input-group {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  text-align: left;
}

.gfield--input-type-date {
  margin-bottom: 0 !important;
}

.gfield--input-type-date input::placeholder {
  color: transparent !important;
}
.gfield--input-type-date input::-moz-placeholder {
  color: transparent !important;
}
#ui-datepicker-div {
  background: #b47928;
  padding: 14px;
}
.ui-datepicker-prev.ui-corner-all {
  margin-right: 11px;
}

.ui-datepicker-header a:hover,
.ui-datepicker-header a:focus {
  color: #0d2d52;
  cursor: pointer;
}

.ui-datepicker-title select {
  border: 1px solid rgba(204, 204, 204, 0.4);
  padding: 8px;
  margin-bottom: 9px;
  color: #0d2d52;
}
.ui-datepicker-title {
  position: relative;
  width: 100%;
}
.ui-datepicker-title select {
  border: 1px solid rgba(204, 204, 204, 0.4);
  padding: 2px;
  margin-bottom: 6px;
  color: #0d2d52;
  position: relative;
  background-color: #fff;
  border: 1px solid #44638c;
  padding-left: 10px;
  height: 30px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0;
  text-align: left;
  color: #193041;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.ui-datepicker-calendar {
  font-size: 13px;
}

.form-input-group.button-container {
  margin-bottom: 0;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: '\f0dc';
  font-weight: 900;
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 45px;
  line-height: 45px;
  color: var(--color-primary);
  pointer-events: none;
  transition: all 200ms ease-out;
}

.select-wrapper.active::after {
  background: var(--color-primary);
  color: white;
}

/*.gform_wrapper,
.form-container {
	background: var(--color-primary);
	padding: 30px;
}*/

.gform_wrapper label {
  line-height: 1;
  display: flex;
  align-items: center;
}

.gform_footer .gform_button {
  padding: 0;
}

.contact-form-heading {
  color: white;
  text-align: center;
}

.background-input input:focus:not([type='checkbox']) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
  color: var(--color-primary);
}

.background-input input,
.background-input textarea,
.background-input select {
  background-color: var(--color-primary);
}

.background-input.select-wrapper::after,
.background-input .select-wrapper::after {
  background-color: var(--color-gray);
}

input.has-error {
  border: 1px solid #ff0000 !important;
  box-shadow: 0 0 2px #ff0000 !important;
}

.gform_submission_error,
.gfield_validation_message,
p.error-text {
  color: red;
}

.gfield_validation_message,
p.error-text {
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

/* GENERAL > Gravity Forms Customizations */
.gform_fields input:focus:not([type='checkbox']) ~ label,
.gform_fields textarea:focus ~ label,
.gform_fields input.active ~ label,
.gform_fields input.active ~ label,
.gform_fields textarea.active ~ label,
.gform_fields select.active ~ label {
  top: -10px;
}

.gform_wrapper label {
  /* line-height: 1; */
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: normal;
  min-height: 30px;
  line-height: 30px;
  padding-left: 0;
}

.gform_wrapper input[type='submit'] {
  min-height: 60px !important;
  line-height: 60px;
  border: none !important;
  background-color: var(--secondary-color) !important;
  font-size: 14px !important;
  max-width: inherit;
  font-weight: bold;
  letter-spacing: 1.43px;
  border: 1px solid var(--secondary-color) !important;
  color: #fff !important;
}

.gform_wrapper input[type='submit']:hover,
.gform_wrapper input[type='submit']:focus {
  min-height: 60px;
  line-height: 60px;
  border: none !important;
  background-color: transparent !important;
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}
.gform_footer.top_label {
  text-align: left;
  margin-top: 35px;
}

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

.gform_wrapper input {
  border-bottom: 1px solid #719084;
  padding: 0 0;
  min-height: 70px;
  background-color: transparent;
  font-size: 15px;
}

.sidebar-inner .gform_wrapper {
  padding: 45px 35px;
  background: #225e46;
  max-width: 435px;
  width: 100%;
  margin-bottom: 40px;
}

.gform_wrapper textarea {
  border-bottom: 0px solid #1d3b72;
  padding: 15px 10px;
  min-height: 60px;
  background-color: #0d2d52;
  text-align: left;
  font-size: 15px;
}
.gform_wrapper textarea {
  border-bottom: 1px solid #719084;
  padding: 15px 0;
  min-height: 100px;
  background-color: transparent;
  text-align: left;
  font-size: 14px;
}

.gform_footer .gform_button {
  padding: 0;
}

.gform_submission_error {
  font-size: 1rem;
}

/* .gform_validation_errors ol, */
.gform_submission_error .gform_heading,
.ginput_counter,
span.gfield_required {
  display: none;
}

.gfield_contains_required label.gfield_label:after {
  content: ' *';
  color: red;
  margin-left: 5px;
}

.gfield_validation_message,
p.error-text {
  color: red;
  margin: 0;
  font-size: 0.7rem;
  -webkit-animation: fadeIn 125ms both;
  animation: fadeIn 125ms both;
}

/* GENERAL > Slick Customizations */
.slick-slide img {
  height: auto;
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon,
.slick-prev:hover .slick-next-icon,
.slick-prev:hover .slick-prev-icon {
  opacity: 1;
}

.slick-next:focus,
.slick-prev:focus {
  top: calc(50% - 1px);
}

.slick-next:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-prev:focus .slick-prev-icon {
  color: var(--color-alternate);
  font-size: 2rem;
  margin-left: -2px;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
  cursor: default;
}

.slick-next.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-prev.slick-disabled .slick-prev-icon {
  opacity: 0.25;
}

.slick-next .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-prev .slick-prev-icon {
  display: block;
  color: var(--color-near-black);
  opacity: 0.75;
  font-family: slick;
  font-size: 2rem;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev .slick-prev-icon::before {
  content: '←';
}

[dir='rtl'] .slick-prev .slick-prev-icon::before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next .slick-next-icon::before {
  content: '→';
}

[dir='rtl'] .slick-next .slick-next-icon::before {
  content: '←';
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}
#slider-testimonials-b .slick-dots li {
  display: inline-block !important;
}
.slick-dots li button {
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  line-height: 0;
  font-size: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #575757;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  background: var(--secondary-color);
  transform: scale(1);
  border-color: var(--secondary-color);
}

.slick-dots li.slick-active button {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.slick-autoplay-toggle-button {
  position: absolute;
  background: none !important;
  left: 0;
  bottom: 0;
  z-index: 10;
  padding: 0;
  color: var(--color-secondary);
  width: 40px;
  height: 40px;
  display: none;
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
  color: var(--color-alternate);
}

.slick-autoplay-toggle-button:focus,
.slick-autoplay-toggle-button:hover {
  opacity: 1;
}

.slick-autoplay-toggle-button .slick-pause-icon::before,
.slick-autoplay-toggle-button .slick-play-icon::before {
  font-family: 'Font Awesome 6 Pro';
  text-align: center;
}

.slick-autoplay-toggle-button:focus {
  color: var(--color-alternate);
}

.slick-autoplay-toggle-button .slick-pause-icon::before {
  content: '\f04c';
}

.slick-autoplay-toggle-button .slick-play-icon::before {
  content: '\f04b';
}

.slider-container {
  max-width: 85%;
  position: relative;
  margin: 0 auto;
}

.slick-arrow-container {
  position: absolute;
  left: -50px;
  right: 0;
  width: calc(100% + 100px);
  top: calc(50% - 25px);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.slick-arrow-container button {
  position: relative;
  padding: 0;

  background: none;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  color: var(--color-primary);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
}

.slick-arrow-container button i {
  line-height: 0;
}

@media screen and (min-width: 1025px) {
  .slider-container {
    max-width: 100%;
  }

  .slick-arrow-container {
    width: 100%;
    left: 0;
  }
}

/* GENERAL > Skip To Content */
#skiptocontent {
  z-index: 10;
  position: fixed;
  padding: 8px;
  display: block !important;
  transform: translateY(-40px);
  opacity: 0;
  background-color: var(--color-secondary);
  color: white;
  transition: all 200ms ease-out;
}

#skiptocontent:focus {
  transform: translateY(0);
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  #skiptocontent {
    display: none !important;
  }
}

/*******************************************************************************************
MENUS - Non-critical menu styling
*******************************************************************************************/

/* MENUS > Mobile Menu */

#mobile-navigation {
  z-index: 100;
  position: fixed;
  top: 0;
  background-color: #0e2f22;
  overflow: auto;
  background-size: 300px;
  background-image: url(images/slide-logo-watermark.png);
  background-repeat: no-repeat;
  background-position: center 124%;
}

#mobile-navigation.active {
  -webkit-animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
  animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
  display: block;
}

#mobile-navigation {
  width: 100%;
  height: 100vh;
}

.mobile-navigation-top-inner {
  align-items: center;
  padding: 25px 20px;
  background: transparent;
  display: none;
  margin-top: 0;
  padding-right: 0;
}

.mobile-navigation-top-inner img {
  max-width: 200px;
  height: auto;
  /* opacity: 0; */
  /* display: none; */
}

#mobile-navigation.active .mobile-navigation-top-inner {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
}

#mobile-navigation a {
  padding-left: 20px;
}
.mobile-top-inner-right {
  width: 150px;
  display: flex;
  justify-content: flex-end;
  margin-left: 28px;
}

.mobile-top-inner-right .button.alt-01 {
  padding: 10px !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--secondary-color);
  border-color: transparent !important;
  color: #fff !important;
}

#mobile-navigation-top {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
#mobile-navigation ul {
  margin: 0;
  padding: 0 00px;
}

#mobile-navigation::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--white), rgba(255, 255, 255, 0));
  z-index: 0;
  opacity: 0;
}

#mobile-navigation a {
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 17px;
  padding: 15px 20px 15px 00px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.49px;
  text-align: left;
  color: #fff;
}

#mobile-navigation a:hover,
#mobile-navigation a:active,
#mobile-navigation a:focus {
  color: var(--secondary-color);
}
#mobile-navigation ul {
  margin: 0;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

/*#mobile-navigation ul li.sub-menu-open a {
	background: var(--secondary-color);
}
#mobile-navigation ul li.sub-menu-open > .sub-menu li a {
	background: transparent;
}*/

#mobile-navigation ul li {
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #946f0d;
}

.mobile-menu-accordion #mobile-navigation .sub-menu li {
  border-bottom: none;
}

.mobile-menu-accordion #mobile-navigation .sub-menu a {
  padding-left: 10px;
  font-size: 13px;
  padding: 10px 50px 10px 25px;
}

.mobile-menu-accordion #mobile-navigation .sub-menu li::after {
  content: '\f054';
  position: absolute;
  left: 6px;
  top: 8px;
  font-family: 'Font Awesome 6 Pro';
  color: #fff;
  font-size: 14px;
}

#mobile-navigation ul li:last-of-type {
  border: none;
}

#mobile-navigation ul li::before {
  display: none;
}
#mobile-navigation .sub-menu {
  margin: 0;
  background-color: transparent;
  z-index: 1;
  overflow: auto;
  display: none;
  width: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 0 0px;
}
#mobile-navigation-top .mobile-navigation-close i {
  font-size: 25px;
}
#mobile-navigation ul li.sub-menu-open > .sub-menu {
  display: block;
  padding-bottom: 15px;
}

#mobile-navigation .menu-item-has-children > a::after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 700;
  color: var(--secondary-color) !important;
  position: absolute;
  right: 0;
  font-size: 24px;
}

#mobile-navigation .sub-menu-open.menu-item-has-children > a::after {
  content: '\f068';
}

.close-menu {
  position: absolute;
  right: 68px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  color: #fff;
}

#mobile-navigation-top .mobile-navigation-close {
  padding: 0 !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 45px !important;
  height: 100%;
  background: none;
  margin-left: 10px !important;
  color: #fff;
  font-size: 12px;
  height: 45px !important;
  background: transparent !important;
  margin-right: 15px !important;
  border: 1px solid #fff !important;
}

#mobile-navigation-top .mobile-navigation-close:hover,
#mobile-navigation-top .mobile-navigation-close:focus {
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 55px;
  height: 100%;
  background: none;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  height: 50px;
  background: var(--secondary-color) !important;
  border: 1px solid var(--secondary-color) !important;
}

#mobile-navigation-top .mobile-navigation-close:focus,
#mobile-navigation-top .mobile-navigation-close:hover {
  color: #fff;
}

.mobile-navigation-previous {
  margin-bottom: 10px;
  border: none !important;
}

@media screen and (min-width: 1025px) {
  #mobile-navigation {
    display: none;
  }

  .mobile-navigation-top-inner {
    display: none;
  }
}

/* MENUS > Mobile Menu Paged */
.mobile-menu-paged #mobile-navigation .sub-menu {
  height: 100vh;
}

.mobile-menu-paged #mobile-navigation .menu-item-has-children > a::after {
  content: '\f105';
}

.mobile-menu-paged #mobile-navigation a {
  padding-left: var(--gutter-size);
}

.mobile-menu-paged #mobile-navigation ul li.sub-menu-open > .sub-menu {
  -webkit-animation: fadeInRight 300ms ease-out;
  animation: fadeInRight 300ms ease-out;
}

.mobile-menu-paged #mobile-navigation .sub-menu {
  position: fixed;
  top: 0;
}

/* MENUS > Mega Menu */
.mega-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  background: var(--color-primary);
  padding: 25px 75px;
}

.mega-navigation-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 18px;
  margin: 0;
}

.mega-menu li {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mega-menu li:nth-child(4n) {
  border-right: none;
  margin: 0;
  padding-right: 0;
}

/*******************************************************************************************
HEADER - Non-critical header styling
*******************************************************************************************/

/* HEADER > Header Search Bar */

.header-search {
  position: fixed;
  top: -100px;
  left: 0;
  right: 0;
  background-color: #040504;
  padding: 18px 0;
  width: 100%;
  z-index: 999;
  transition: all 200ms ease-out;
}

.header-search.active {
  opacity: 1;
  top: 0;
}

.header-search-inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  float: none;
}

.search-results-post-type:not(:last-child) {
  margin-bottom: 30px;
}

.search-results-post-type ul {
  margin: 0;
}

.header-search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 30px var(--gutter-size);
  background: var(--color-primary);
  display: none;
  max-height: 350px;
  overflow: auto;
}

.header-search-results.active {
  display: block;
  -webkit-animation: fadeIn 200ms ease-out;
  animation: fadeIn 200ms ease-out;
}

.header-search-results h3,
.header-search-results a,
.header-search-results p {
  color: white;
}

.header-search-results h3 {
  margin-bottom: 8px;
}

.header-search-results a {
  text-decoration: none;
}

.header-search-results a:hover,
.header-search-results a:focus {
  text-decoration: underline;
}

.header-search-form {
  position: relative;
  flex: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

#header-search-input {
  margin: 0;
  height: 45px;
  border: 0 none;
  font-size: 1.3rem;
  color: white;
  border-bottom: 1px solid var(--color-near-white);
  background: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.header-search button {
  padding: 0 20px;
  height: 45px;
  white-space: pre;
}

.header-search button:hover,
.header-search button:focus {
  padding: 0 20px;
  height: 45px;
  white-space: pre;
  background-color: #002650;
}

.header-search-submit {
  margin: 0 1%;
}

#header-search-open {
  font-size: 1.1rem;
  display: inline-block;
  line-height: 28px;
  width: auto;
  height: auto;
  padding: 0;
  text-align: center;
  margin: 0 0 5px 14px;
  background-color: transparent;
  border-radius: 0;
  font-size: 17px;
}

#header-search-open:hover,
#header-search-open:focus {
  background-color: transparent;
  border-radius: 0;
  color: var(--primary-color);
}

@media screen and (max-width: 767px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0px), screen and (min-width: 768px) {
  .show-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .show-for-large {
    display: none !important;
  }
}

/*******************************************************************************************
FOOTER - Page bottom
*******************************************************************************************/

.footer {
  padding: 00px 0 00px 0;
  text-align: center;
  background: transparent;
  color: #fff;
  position: relative;
}

.fot-bg {
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  background-size: cover;
}

.module.footer-top .animation-group {
  padding: 0;
}
.blog-bg-img.fot-bg-img.about-firm-bg {
  max-width: 1040px;
  height: auto;
  background-color: #0f1f34;
}

.footer.module-footer-c {
  padding: 30px 0;
  border-top: 0px solid rgb(185, 185, 185, 0.34);
  background-color: #0e2f22;
  background-image: none !important;
}

.footer.module-footer-c .footer-inner {
  justify-content: center;
}
.footer.module-footer-c .footer-inner {
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}
.footer.module-footer-c .footer-inner a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.footer.module-footer-c .footer-inner a:hover,
.footer.module-footer-c .footer-inner a:focus {
  margin-top: 40px;
  font-size: 14px;
  color: var(--secondary-color);

  font-weight: 300;
}
.footer.module-footer-c .menu-footer-navigation-container {
  display: inline;
}

.home-fot-bg {
  display: none;
}

.home .home-fot-bg {
  position: absolute;
  /* height: 400px; */
  /* width: 100%; */
  /* z-index: 0; */
  /* width: 25%; */
  /* height: 500px; */
  transform: skew(30deg);
  /* background: #021334; */
  top: -54%;
  left: 0;
  border-top: 900px solid transparent;
  border-left: 4500px solid #021334;
  border-bottom: 150px solid transparent;
  display: block;
}

.connect-text-main {
  max-width: 1000px;
  margin: 0 auto;
  position: absolute;
  left: -2%;
  top: -26%;
  z-index: 0;
  left: -20vw;
}

.connect-text {
  opacity: 0.06;
  font-family: var(--heading-font-family);
  font-size: 263px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.4;
  letter-spacing: -13.15px;
  text-align: left;
  color: var(--white);
}

.footer-upper h2 {
  margin-bottom: 40px;
}

.footer-upper p {
  color: #fff;
}

.fot-loc-tit h4 {
  color: ;
  color: var(--alternate-color);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}

.footer-upper-buttons,
.footer-upper-social {
  margin: 40px 0;
}

.footer-upper-social .social-links a {
  font-size: 1.6rem;
}

.footer-upper-social .social-links {
  margin: 0 auto;
}

.footer-lower span {
  position: relative;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  letter-spacing: 0.28px;
}

.footer-bot-menu .menu-main-navigation-container {
  display: inline;
}

.footer-lower span::after {
  content: '|';
  margin: 0 -2px;
  opacity: 0;
}

.footer-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  font-weight: 500;
}
.footer-lower.footer-lower-col a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.28px;
}

.footer-lower.footer-lower-col a:hover,
.footer-lower.footer-lower-col a:focus {
  color: #4f2683;
  text-decoration: none;
  letter-spacing: 0.28px;
}

.footer-lower span:last-of-type::after {
  display: none;
}

.footer-lower-disclaimer {
  line-height: 1;
  margin: 0 auto 40px;
}

@media screen and (min-width: 1025px) {
  .footer-upper-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .footer-upper-buttons a {
    margin-bottom: 0;
  }

  .footer-lower-disclaimer {
    width: 60%;
  }
  .footer-right {
    padding-right: 0;
  }
}

/*/////////////// Home footer Section Start    ///////////////*/

.module.footer-top {
  position: relative;
  padding: 100px 0 90px 0 !important;
  margin: 0 auto;
  overflow: hidden;
  z-index: 1;
}

.footer-logo-bg {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  left: -5px;
  bottom: -15px;
  background-image: url(images/watermark-icon-white.png);
  background-size: 690px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.footer-left.footer-upper {
  padding-right: 80px;
}

.footer-right {
  padding-left: 30px;
}
.footer-right-inner {
  padding: 45px 35px;
  background: #225e46;
  max-width: 435px;
  width: 100%;
}

.footer-left-inner img {
  max-width: 100%;
}

.about-firm-logo-bg.fot-bg {
  justify-content: center;
}

.logo-bg-inn.fot-bg-inn {
  max-width: 1280px;
  width: 100%;
}
.fot-bg::after {
  position: absolute;
  content: '';
  background: #040504;
  height: 100%;
  width: 100%;
  right: 0;
  opacity: 0.71;
  display: none;
}

.blog-bg-img.fot-bg-img.about-firm-bg {
  margin-left: -86px;
  display: block;
  max-width: 1000px;
}

.module.footer-bot-copyright {
  background: #0b1729;
  padding: 42px 0;
}

.module.footer-top .row {
  max-width: 1100px;
  position: relative;
  z-index: 1;
}

.footer-add-main {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.fot-loc-addr-left p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 27px;
  letter-spacing: normal;
  text-align: left;
  color: var(--white);
  margin-bottom: 6px;
}

.fot-loc-address .no-underline.external-link {
  color: rgb(255, 255, 255, 0.54);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
}

.fot-loc-address .no-underline.external-link:hover,
.fot-loc-address .no-underline.external-link:focus {
  color: #78c0e0;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
}

.fot-loc-addr-right i {
  font-size: 13px;
  font-weight: bold;
}
.fot-loc-addr-right p {
  margin: 0;
}

.fot-loc-addr-right p,
.fot-loc-addr-right p a {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: normal !important;
  text-decoration: none !important;
  margin-bottom: 10px;
}

.fot-loc-addr-right p a:hover,
.fot-loc-addr-right p a:focus {
  color: var(--secondary-color);
}

.footer-bot-menu.left-copyright-menu.footer-lower a {
  margin-top: 0 !important;
  font-size: 15px !important;
  color: #fff;
  font-weight: 300 !important;
}

.footer-navigation li:first-child a::before {
  opacity: 0;
  margin: 0;
  font-size: 0;
}

.module.footer-bot-copyright .row {
  max-width: 1100px;
}

.footer-bot-menu.left-copyright-menu.footer-lower a {
  margin-top: 0 !important;
  font-size: 14px !important;
  color: #fff;
  font-weight: 400 !important;
}

.gsection_title {
  font-size: 19px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.28px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

.menu-footer-navigation-container {
  display: inline;
}
.footer-right .gform_wrapper {
  max-width: 340px;
  margin: 0 auto;
  border-left: none;
  padding-left: 0;
}

.footer-bot-menu.left-copyright-menu.footer-lower a:hover,
.footer-bot-menu.left-copyright-menu.footer-lower a:focus {
  margin-top: 40px;
  font-size: 12px;
  color: var(--secondary-color);
  font-weight: 300;
}

.footer-navigation,
.footer-navigation li {
  margin: 0;
  display: inline;
}

.footer-navigation li a::before {
  content: '|';
  margin: 0 5px 0 3px;
  font-size: 14px;
  color: #fff;
  position: relative;
  top: 0px;
  font-weight: normal;
  display: inline-block !important;
  font-weight: 300;
}

/*.footer-navigation li:first-of-type a::before {
	margin: 0;
	opacity: 0;
	height: 0;
	width: 0;
	color: transparent;
}*/

.fot-loc-address {
  display: flex;
  column-gap: 80px;
  margin-top: 15px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 15px;
}

.footer-social {
  margin: 15px 0 45px 0;
}

.button.contact-btn {
  min-width: 370px;
}
.footer-bot-menu.left-copyright-menu p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal !important;
  display: inline;
}

.button.contact-btn:hover,
.button.contact-btn:focus {
  background-color: #fff;
  color: #000;
}

.fot-left-location {
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  column-gap: 0px;
  flex-direction: column;
}

.footer-upper .address p,
.footer-upper .address p a {
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
}
.footer-left-inner img {
  max-width: 410px;
  width: 100%;
  margin-bottom: 15px;
}

.footer-upper .address p a:hover,
.footer-upper .address p a:focus {
  color: var(--alternate-color);
  text-decoration: none;
}

.fot-address {
  position: relative;
  margin-top: 50px;
  padding-left: 25px;
}

.fot-address .fa-map-marker {
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 17px;
}

.footer-left .footer-add-main:last-child {
  margin: 0;
}
.fot-loc-addr-right i {
  color: var(--secondary-color);
  font-size: 14px;
  margin-right: 11px;
  width: auto;
}

.fot-loc-addr-right i {
  position: relative;
  top: -3px;
}

.fot-address p {
  font-weight: normal !important;
  font-size: 18px !important;
}

.footer-left {
  padding-left: 0 !important;
  text-align: left;
  padding-right: 45px;
}

.module.footer-top .footer-title {
  font-size: 42px;

  font-weight: 500;

  font-stretch: normal;

  font-style: normal;

  line-height: 1.1;

  letter-spacing: 2.1px;

  text-align: left;

  color: #fff;
  font-family: var(--heading-font-family);
  margin-bottom: 15px;
}

.module.footer-top .footer-title.fot-second-title {
  margin-bottom: 20px;
  font-size: 49px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  /* text-align: left; */
  color: var(--white);
  font-family: var(--heading-font-family);
  text-align: center;
}

.footer-left.footer-upper h3 {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--alternate-color);
}
.fot-left-mid-text h4 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-align: left;
  color: var(--white);
}

.columns.medium-7.large-7.small-12.footer-left.footer-upper {
  max-width: 580px;
}

.fot-left-mid-text p {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}

.fot-left-mid-text {
  max-width: 425px;
}

/*/////////////// Home footer Section END    ///////////////*/

/*******************************************************************************************
FEATURES - Pre-built small sections
*******************************************************************************************/

/* FEATURES > Content Tables */

table.has-fixed-layout {
  width: 100%;
  table-layout: fixed;
}

.content table {
  border-collapse: collapse;
}

table th,
table td {
  border: 1px solid var(--color-light-gray);
  padding: 5px;
  text-align: left;
}

/* FEATURES > Breadcrumbs */
.breadcrumbs-container {
  display: none;
  flex-wrap: wrap;
  margin-bottom: 05px;
}
.breadcrumbs-single {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.9;
  letter-spacing: normal;
  text-align: left;
  color: var(--color-gray);
}
.breadcrumbs-single:focus,
.breadcrumbs-single:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.breadcrumbs-single::after {
  position: absolute;
  right: -4px;
  content: '\f105';
  font-family: 'Font Awesome 6 Pro';
  font-size: 12px;
  top: 3px;
}

.breadcrumbs-single:last-of-type {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs-single:last-of-type::after {
  display: none;
}

@media screen and (min-width: 768px) {
  .breadcrumbs-container {
    display: flex;
  }
}

/* FEATURES > Accordion */

.accordion-item {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: -2px;
}

.accordion-item > h3 {
  margin-bottom: 0;
}

.accordion-item-title {
  padding: 20px 25px 20px 25px !important;
  width: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  line-height: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  grid-gap: 15px;
  gap: 0;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  transition: background 200ms ease-out;
  font-size: 20px !important;
  font-weight: 600 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: left;
  font-family: var(--body-font-family);
  text-transform: capitalize;
  padding-right: 45px;
  color: var(--secondary-color) !important;
}

.content .accordion-item-title {
  padding: 25px 20px 25px 0px !important;
  color: #000 !important;
  font-size: 16px !important;
}

.accordion-item-title::after {
  content: '\f067';
  font-family: 'Font Awesome 6 Pro';
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-size: 23px;
  text-align: center;
  color: var(--secondary-color);
  font-weight: bold;
  position: absolute;
  right: 16px;
}
.module-faq-a .accordion-item .accordion-item-content {
  padding: 0;
  padding-right: 35px;
}

.accordion-item-title span {
  flex: 1;
  text-align: left;
}

.accordion-item.active:focus {
  outline: none;
}

.accordion-item-title:hover,
.accordion-item-title:focus {
  background: transparent;
}

.content .accordion-item-content ul {
  text-align: left;
}

.content .accordion-item-content ul li {
  color: var(--color-body-text);
  padding: 0 0 0 20px;
  position: relative;
  font-family: var(--body-font-family);
  margin-bottom: 10px;
}

.content .accordion-item-content ul li::before {
  position: absolute;
  left: -2px;
  content: '\f068';
  color: var(--color-secondary);
  font-family: 'Font Awesome 6 Pro';
  color: var(--secondary-color);
  font-weight: bold;
  background: transparent !important;
  top: -1px;
  font-size: 14px;
}

.accordion-item-title:focus:not(:focus-visible) {
  outline: none;
}

.accordion-item.active .accordion-item-title::after {
  content: '\f068';
}

.accordion-container.open-first {
  margin-top: 25px;
}
.accordion-item-content {
  display: none;
}

.accordion-item-content p {
}

.accordion-item.active .accordion-item-content {
  display: block;
  -webkit-animation: fadeIn 200ms both;
  animation: fadeIn 200ms both;
  padding-right: 30px;
}

.accordion-item-content > *:first-child {
  margin-top: 00px;
}

.accordion-item-content > *:last-child {
  margin-bottom: 35px;
}

/* FEATURES > Quotes */
blockquote,
.quote-single {
  font-style: italic;
  position: relative;
  margin: 0 0 40px;
  padding-top: 20px;
  padding-left: 80px;
  border-left: 5px solid var(--color-primary);
}

blockquote p,
.quote-single p {
  margin: 0;
}

blockquote::before,
.quote-single::before {
  content: '\f10d';
  font-family: 'Font Awesome 6 Pro';
  position: absolute;
  top: 1%;
  left: 3%;
  font-size: 2.7rem;
  opacity: 1;
  color: var(--color-primary);
  font-style: normal;
}

/* FEATURES > CTA Block */
.cta-single {
  padding: 40px;
  background: var(--color-light-gray);
  border: 1px solid var(--color-primary);
  text-align: center;
  margin-bottom: 40px;
}

.cta-single span {
  display: block;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 12px;
}

.cta-single a {
  font-size: 2rem;
  line-height: 1.2;
}

/* FEATURES > Slideout at Page Bottom */
.bottom-slideout {
  display: block !important;
  position: fixed;
  background: var(--color-near-white);
  box-shadow: 0 0 20px var(--color-near-black);
  padding: 30px;
  right: 0;
  bottom: 0;
  max-width: 400px;
  opacity: 0;
  z-index: 1;
  transform: translateX(100%);
  transition: all 200ms ease-out;
}

.bottom-slideout.active {
  transform: translateX(0);
  opacity: 1;
}

/* FEATURES > Reviews */
.reviews-container {
  background: var(--color-light-gray);
  padding: 50px 0;
}

.reviews-star-icon {
  color: var(--color-alternate);
  font-size: 1.1rem;
}

.reviews-single-source::before {
  content: '\2014';
  margin-right: 2px;
}

.reviews-star-icon i {
  margin: 0 2px;
}

.reviews-single {
  float: none;
  text-align: center;
}

.reviews-single em {
  font-style: italic;
  margin: 10px 0;
  display: block;
}

/* FEATURES > Video Gallery */
.videos-single {
  position: relative;
  width: 100%;
  min-height: 225px;
  margin-bottom: 120px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  -ms-background-position-x: 100%;
  background-position-x: 100%;
  text-decoration: none;
}

.videos-single:hover::before,
.videos-single:focus::before {
  opacity: 0.6;
}

.videos-single::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color-near-black);
  opacity: 0;
  transition: opacity 200ms ease-out;
}

.videos-single h2 {
  position: absolute;
  top: 100%;
  width: 100%;
  min-height: 75px;
  max-height: 75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: var(--color-secondary);
  color: white;
  font-size: 1.1rem;
  padding: 10px 20px;
  margin: 0;
  transition: background-color 200ms ease-out;
}

.videos-single:hover h2,
.videos-single:focus h2 {
  background-color: var(--color-primary);
}

@media screen and (min-width: 640px) {
  .videos-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 100px;
    grid-column-gap: 20px;
  }

  .videos-single {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .videos-container {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 50px;
  }
}

/* FEATURES > YouTube Player */
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  max-width: 100%;
  background: var(--color-near-black);
  margin: 20px 0 50px;
}

.youtube-player-inner {
  width: 100%;
  height: 100%;
  content: '';
  overflow: hidden;
  position: absolute;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.youtube-player-inner::after,
.videos-single::after {
  content: '\f144';
  font-family: 'Font Awesome 6 Pro';
  font-size: 3.5rem;
  opacity: 0.8;
  display: inline-block;
  margin: 0 auto;
  transition: all 150ms ease-out;
  color: var(--color-alternate);
  pointer-events: none;
  z-index: 1;
}

.youtube-player-inner:hover::after,
.youtube-player-inner:focus::after,
.videos-single:hover::after,
.videos-single:focus::after {
  transform: scale(1.1);
  color: white;
  opacity: 1;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: all 200ms ease-out;
}

/* FEATURES > Social Link Lists */
.social-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  /* max-width: 190px; */
  column-gap: 10px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 35px;
  line-height: 35px;
  height: 35px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.social-links a:hover,
.social-links a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 35px;
  line-height: 35px;
  height: 35px;
  color: var(--primary-color) !important;
  border: 1px solid #fff;
  background: #fff;
}
.fot-loc-addr-left {
  padding-left: 26px;
  position: relative;
}

.fot-loc-addr-left .fas {
  position: absolute;
  left: -5px;
  top: 8px;
  color: var(--secondary-color);
  font-size: 19px;
}

.social-links a img {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.social-links a:hover,
.social-links a:focus {
  color: var(--color-alternate);
}

/* FEATURES > Case Results */

/*******************************************************************************************
ANIMATIONS - Ready-to-go animation classes
*******************************************************************************************/
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.fast {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.animated.slow {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUpSlight {
  -webkit-animation-name: fadeInUpSlight;
  animation-name: fadeInUpSlight;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeInRightSlight {
  -webkit-animation-name: fadeInRightSlight;
  animation-name: fadeInRightSlight;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeInDownSlight {
  -webkit-animation-name: fadeInDownSlight;
  animation-name: fadeInDownSlight;
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInLeftSlight {
  -webkit-animation-name: fadeInLeftSlight;
  animation-name: fadeInLeftSlight;
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

.slideInLeft-new {
  -webkit-animation-name: slideInLeft-new;
  animation-name: slideInLeft-new;
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUpSlight {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpSlight {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInRightSlight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightSlight {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInDownSlight {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownSlight {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeftSlight {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSlight {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInLeft-new {
  0% {
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(-50px, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft-new {
  0% {
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(-50px, 0, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@-webkit-keyframes menuSlideRight {
  from {
    opacity: 0;
    margin-left: -10px;
  }

  to {
    opacity: 1;
    margin-left: 0;
  }
}

@keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

@-webkit-keyframes menuSlideDown {
  from {
    opacity: 0;
    margin-top: -10px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

/*******************************************************************************************
MODULES - General styling for repeatable blocks
*******************************************************************************************/
.module {
  padding: 60px 0;
}

main .column .module .column {
  padding-left: 0;
  padding-right: 0;
}

.module-dark {
  background: var(--color-primary);
}

.module-title {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;

  text-transform: capitalize;
  margin-bottom: 15px;
}

.module-title-yellow {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.43px;
  text-align: left;
  font-family: var(--body-font-family);
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.modules-showcase .module-title {
  display: block;
}

.content-selector {
  cursor: pointer;
  transition: background 200ms ease-out;
}

.content-selector:hover,
.content-selector:focus {
  background: var(--color-gray);
}

.modules-skip {
  justify-content: center;
  flex-wrap: wrap;
}

.modules-skip button {
  margin: 0 5px 5px 0;
}

/*******************************************************************************************
PRINT - Specific styles for when pages are printed
*******************************************************************************************/
@media print {
  .header {
    top: 0;
    border: none;
    height: auto;
    position: static;
  }

  .header-mobile-buttons {
    display: none;
  }
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/

#theme-switcha {
  border: 1px solid var(--color-secondary);
  margin-bottom: 30px;
  color: var(--color-primary);
}

.slider-badges-a {
  width: 95%;
  margin: 0 auto;
}

.module-badges-a-single img {
  margin: 0 auto;
  max-width: 180px;
  height: auto;
}
.module-badges-a-single-inner {
  display: flex;
  justify-content: center;
}

.module-badges-a-inner {
  position: relative;
}

.module.module-badges-a .module-badges-a-buttons.slick-arrow-container {
  display: none;
}
.module.module-badges-a .slick-dots {
  display: none !important;
}

/* CONTENT > Attorneys Landing  START*/

.attorney-results {
  display: block;
  outline: none;
}

.attorney-result-single {
  padding: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  text-decoration: none;
}

.attorney-results .attorney-result-single {
  width: 100%;
}

.attorney-result-image-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: transparent;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.attorney-result-image-container img {
  width: 100%;
  max-width: 400px !important;
  margin: 0 auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: auto;
}

.attorney-result-single:hover .attorney-result-image-container,
.attorney-result-single:focus .attorney-result-image-container {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  position: relative;
}
.attorney-result-overlay {
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: var(--alternate-color);
  transition: all 400ms ease-out;
  font-size: 13px;
  letter-spacing: 2.6px;
  flex-direction: column;
}

.attorney-result-overlay i {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -1.03px;
  color: var(--alternate-color);
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
  opacity: 0.8;
}

.attorney-result-single .attorney-result-info {
  text-align: center;
  padding: 15px;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  background: #011627;
}
.attorney-result-single:hover .attorney-result-info,
.attorney-result-single:focus .attorney-result-info {
  background: #d89c00;
}
.attorney-result-info h2,
.attorney-result-info p {
  margin: 0;
}

.attorney-result-single hr {
  margin: 0 auto !important;
  display: none;
}

.attorney-result-single:hover,
.attorney-result-single:focus {
  text-decoration: none;
}

.attorney-result-single h2 {
  font-size: 24px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #fff;
}

.attorney-result-info p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #fff;
}

.attorney-results .attorney-single-box {
  width: 50%;
  max-width: 365px;
}

@media screen and (min-width: 550px) {
  .attorney-results {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    column-gap: 40px;
    max-width: 1126px;
    margin: 0 auto;
  }

  .attorney-results .attorney-result-single {
    width: 49%;
    margin: 1% 0;
  }
  .page-template-template-attorneys .attorney-results {
    row-gap: 30px;
    max-width: 1280px;
    justify-content: center;
    column-gap: 15px;
    display: flex;
  }
}

.attorney-single-box .attorney-single-box-info {
  padding: 20px 0 15px 0;
  background-color: transparent;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: background 200ms ease-out;
  -o-transition: background 200ms ease-out;
  transition: background 200ms ease-out;
  width: 100%;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
  color: #372f3f;
  margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
  /*  background: #C6A149;*/
}

.attorney-single-box-info::after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  margin: 5px auto 0;
  background: var(--alternate-color);
}

.attorney-single-box-info h2 {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--white);
  margin-bottom: 10px;
}

.attorney-single-box-info p {
  /*	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.6px;
	text-align: left;	
	text-transform: uppercase;*/
}

.attr-first-section {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 20px;
}

@media screen and (min-width: 1025px) {
  .attorney-results .attorney-result-single {
    width: 32%;
  }
}

/* Single practice attorney CSS END*/

/* TEMPLATES > Attorneys Landing */

/* Attorney Boxes */
.attorney-search-inner {
  display: block;
  outline: none;
  transition: filter 300ms ease-out, opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
  filter: blur(12px);
  opacity: 0;
}

.attorney-single-box {
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
}

.attorney-result-image-container {
  position: relative;
  margin-bottom: 0;
  transition: all 200ms ease-out;
}
.attorney-result-image-container::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 140px;
  width: 100%;
  z-index: 0;
  opacity: 0.67;
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}

.attorney-result-image-container img {
  display: block;
}

.attorney-result-overlay {
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
  color: #fff;
  background: rgb(0, 98, 175, 0.94);
  transition: all 200ms ease-out;
  letter-spacing: 0;
  font-family: var(--heading-font-family);
  font-size: 24px;
}

.attorney-result-overlay::after {
  height: 4px;
  content: '';
  position: absolute;
  width: 84px;
  background: #7ab3e0;
  margin-bottom: -47px;
}

.attorney-results .attorney-single-box {
  width: 100%;
  background: #f2f2f2;
  overflow: hidden;
  text-decoration: none !important;
}
.attorney-single-box img {
  width: 100%;
}

.attorney-single-box:hover .attorney-result-image-container,
.attorney-single-box:focus .attorney-result-image-container {
  transform: scale(1.02);
}

.attorney-single-box .attorney-single-box-info {
  padding: 12px 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  display: flex;
  padding: 15px;
  justify-content: center;
  text-align: center;
  /* width: 10%; */
  flex-direction: column;
}

.attorney-single-box-info span {
  font-size: 9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 0.81px;
  text-align: center;
  color: var(--white);
  text-transform: uppercase;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
  opacity: 1;
}

.attorney-single-box-info p {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--body-text-color);
  font-family: var(--heading-font-family);
}

.attorney-single-box-info::after {
  content: '';
  display: block;
  height: 2px;
  width: 50px;
  margin: 5px auto 0;
  background: var(--secondary-color);
  display: none;
}

@media screen and (min-width: 250px) {
  .attorney-single-box {
    margin-bottom: 15px;
  }

  .attorney-results {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 15px;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Attorney Rows */

.attorney-single-row {
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-bottom: 40px;
}

.attorney-row-link {
  justify-content: center;
  margin: 0 auto;
  max-width: 280px;
  transition: opacity 200ms ease-out;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
  opacity: 0.9;
}

.attorney-row-info-main {
  padding-top: 20px;
  border-top: 2px solid #c0c3d3;
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
  display: block;
}

.attorney-single-row i {
  color: #000;
}

.attorney-row-additional {
  margin-top: 6px;
}

.attorney-row-info-main-position {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 790px) {
  .attorney-results-type-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }

  .attorney-single-row {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 900px) {
  .attorney-results.attorney-results-type-row {
    display: block;
  }

  .attorney-single-row {
    flex-direction: row;
    border-bottom: 2px solid #c0c3d3;
    text-align: left;
    margin-bottom: 30px;
  }

  .attorney-row-info-main-position,
  .attorney-single-row:last-of-type,
  .attorney-row-additional,
  .attorney-row-link {
    margin: 0;
  }

  .attorney-row-info {
    display: flex;
    flex: 1;
    padding: 0 0 40px 5vw;
  }

  .attorney-row-info-main {
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    flex: 1;
  }

  .attorney-row-info-main-contact {
    margin-top: 40px;
  }

  .attorney-row-additional {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
  }
}

/*Module practice F home Start*/

/*******************************************************************************************
MODULE -   Home-Section-Practices-F
*******************************************************************************************/

.module-practices-f .module-title {
  margin: 0;
  text-transform: capitalize;
  font-size: 56px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--primary-color);
}

.module-practices-f .module-title strong {
  color: #c6a149;
  font-weight: 300;
}

.row-narrow.center.top-section {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin-bottom: 45px;
}

.module.module-practices-f {
  background: #f2f3f5;
}

.module-practices-f-single {
  width: 100%;
  min-height: 115px;
  background-color: #11334e;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center !important;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  text-decoration: none;
}

.module.module-practices-f {
  background: #eff6fc;
  padding: 110px 0 100px 0;
}

.module.module-practices-f .columns.full-width {
  padding: 0;
}

.module-practices-f-single::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 0;
  /* background-image: linear-gradient(to top, rgb(0, 98, 175), rgba(12, 21, 36, 0)); */
  opacity: 0;
  background-color: #fff;
  display: none;
}

.module-practices-f-single:hover:after,
.module-practices-f-single:focus:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: linear-gradient(to top, #0062af, #0062af);
  opacity: 1;
  display: none;
}

.module-practices-f-single.image-hover-single.image-hover-overlay h2 {
  color: #002650;
  line-height: 1.3;
  font-family: var(--body-font-family);
  padding: 0 18px;
  font-size: 20px;
  font-weight: bold;
}

.module-practices-f-single.image-hover-single.image-hover-overlay .top-section {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  flex-direction: column;
  position: relative;
  padding-bottom: 80px;
}

.module-practices-f-single.image-hover-single.image-hover-overlay .top-section .fas.fa-plus {
  color: #fff;
  /* background: red; */
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  align-self: center;
  background: #0062af;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module-practices-f-single.image-hover-single.image-hover-overlay .top-section .lazy-img {
  max-width: 100px;
  margin: 0 auto;
  width: 70px;
  display: inline-block;
  height: 70px;
}

.module-practices-f-single.image-hover-single.image-hover-overlay {
  z-index: 1;
  position: relative;
  background: #fff;
  min-height: 250px;
  height: 275px;
  box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.1);
}
.module-practices-f-single.image-hover-single.image-hover-overlay figcaption div {
  padding: 15px 30px;
}
.module-practices-f-single.image-hover-single.image-hover-overlay figcaption {
  padding: 15px;
}
.module-practices-f-single span.read-more {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.17px;
  text-transform: uppercase;
  padding: 10px 0;
  display: inline-block;
  margin-top: 10px;
  position: relative;
}

.case-handle-bot.row-narrow {
  margin: 90px auto 00px auto;
  max-width: 745px;
}
.case-handle-bot-inn {
  display: flex;
  column-gap: 55px;
  justify-content: center;
  align-items: center;
}
.case-handle-bot-inn-left h2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002650;
  margin-bottom: 5px;
}

.case-handle-bot-inn-left {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
}

.module-practices-f-single span.read-more::after {
  content: '';
  position: absolute;
  bottom: 0;
  background: #7ab3e0;
  height: 3px;
  width: 100%;
  left: 0;
  margin: 0 auto;
}

.module-practices-f-single.image-hover-single.image-hover-overlay figcaption .read.more {
  color: #fff;
}

.pa-cta {
  background: #ea8d0f;
  padding: 20px;
  text-align: center;
  color: #fff;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 25px;
}

/*******************************************************************************************
IMAGE HOVERS - Boxes with fancy effects
*******************************************************************************************/

/* Copy out all common image hover styling, then the style you want */
.image-hover-single {
  position: relative;
}

.image-hover-single h2,
.image-hover-single p {
  color: #fff;
}

.image-hover-single:focus-within {
  outline: 1px solid #004d8e;
}

.image-hover-single {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #14172f;
  text-align: center;
  cursor: pointer;
  min-height: 245px;
  display: flex;
  align-items: stretch;
}
.image-hover-single figcaption p {
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
.image-hover-single img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 1;
}

.image-hover-single figcaption {
  padding: 30px;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image-hover-single figcaption::before,
.image-hover-single figcaption::after {
  pointer-events: none;
}

.image-hover-single figcaption,
.image-hover-single figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.image-hover-single figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.image-hover-single h2,
.image-hover-single p {
  margin: 0;
}

.image-hover-single p {
  font-size: 0.9rem;
}

/* Image Hover Overlay (Lily) */

.image-hover-overlay img {
  max-width: none;
  opacity: 1;
  -webkit-transition: opacity 300ms, -webkit-transform 300ms;
  transition: opacity 300ms, transform 300ms;
  width: 100%;
}

.image-hover-overlay figcaption {
  text-align: left;
}

.image-hover-overlay figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 50%;
}

.image-hover-overlay h2,
.image-hover-overlay p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.image-hover-overlay h2 {
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
  font-size: 1.338rem;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.image-hover-overlay p {
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 600ms;
  transition: opacity 0.4s, transform 600ms;
  line-height: 1.2rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.938rem;
}

.home .image-hover-overlay:hover img,
.home .image-hover-overlay:hover p,
.home .image-hover-overlay:focus-within img,
.home .image-hover-overlay:focus-within p {
  opacity: 1;
}

.home .image-hover-overlay:hover h2,
.home .image-hover-overlay:hover p,
.home .image-hover-overlay:focus-within h2,
.home .image-hover-overlay:focus-within p {
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
}

.image-hover-overlay:hover h2,
.image-hover-overlay:focus h2 {
  color: #c6a149;
}

.home .image-hover-overlay:hover p,
.home .image-hover-overlay:focus-within p {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

/*Practice Box Hover Effect END*/

/*Practice Box Hover Effect Start*/

/* injury-cases Section  css START*/

.module.module-benefits-b.injury-cases-section {
  background: var(--alternate-color);
  padding: 80px 0;
}

.module-benefits-b-box.injury-cases-box {
  border-bottom: 1px solid #225e46;
  align-items: center;
  padding: 10px 0;
}

.box-content.injury-cases-cont {
  padding: 0;
}

.box-icon.injury-cases-icon img {
  max-width: 50px;
}

.box-icon.injury-cases-icon::before {
  display: none;
}
.inury-title-two {
  color: #fff;
}
.module-benefits-b-boxes.injury-cases-boxes {
  max-width: 800px;
  margin: 40px auto;
}

.inury-title-one {
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: 1.8px;
  text-align: center;
  color: var(--secondary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.inury-title-two {
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  font-family: var(--heading-font-family);
  color: #fff;
  max-width: 715px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.module-benefits-b-boxes.injury-cases-boxes {
  max-width: 890px;
  margin: 30px auto;
}

.columns.medium-6.large-6.small-12.pa-left.bot {
  width: 100%;
}

.columns.medium-6.large-6.small-12.pa-right.bot {
  width: 100%;
}

.module-benefits-b-boxes.injury-cases-boxes {
  max-width: 890px;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 1vw;
}

.box-content.injury-cases-cont h3 {
  width: 100%;
  display: inline-block;
  margin: 0;
}

.box-content.injury-cases-cont {
  padding: 0;
  width: 100%;
}

.box-content.injury-cases-cont h3 a {
  width: 100%;
  display: inline-block;
  padding: 12px 0px 12px 12px;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.box-content.injury-cases-cont h3 a:hover,
.box-content.injury-cases-cont h3 a:focus {
  width: 100%;
  display: inline-block;
  padding: 12px 0px 12px 12px;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: var(--secondary-color);
}

.module-benefits-b-box.injury-cases-box .box-icon.injury-cases-icon {
  margin: 0 8px 0 0;
  width: 50px;
  display: flex;
  justify-content: center;
}

.box-icon.injury-cases-icon img {
  max-height: 42px;
  height: auto;
  width: auto;
  max-width: 47px;
}

.center.injury-btn {
  margin-top: 40px;
}

/* injury-cases Section  css END*/

.single-practices .content ol {
  margin-bottom: 5px;
}
.single-practices .content ol h3 {
  margin-bottom: 5px;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .footer-left {
    padding-left: 30px !important;
  }
  .fot-bottom-main {
    display: flex;
    flex-direction: column;
  }
  .footer-left {
    order: 2;
  }

  .footer-right p {
    font-size: 22px;
    line-height: 1.45;
    margin-bottom: 20px;
  }
  .fot-bottom-main {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 80px;
  }

  .button.contact-btn {
    min-width: inherit;
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    padding: 15px 0;
  }

  .footer-add-main {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    row-gap: 14px;
  }

  .footer-add-main i {
    margin-right: auto;
    margin-left: auto;
  }
  .fot-address {
    width: 100%;
    text-align: center;
  }
  .fot-address .address p {
    text-align: center;
  }
  .footer-inner {
    margin: 0 auto;
    flex-direction: column;
    line-height: normal;
  }

  .footer-inner {
    padding: 0 50px;
  }
  .footer-right p {
    text-align: center;
  }
  .module.footer-bot-copyright {
    background: #0b1729;
    padding: 15px 0;
  }

  .home .home-fot-bg {
    display: none;
  }
  .columns.medium-5.large-5.small-12.footer-right {
    /* display: none; */
    padding: 0 25px;
    order: 2;
  }

  .footer-right .gform_wrapper {
    max-width: 700px;
    margin: 0;
    border-left: none;
    padding-left: 0;
  }

  .about-firm-logo-bg.fot-bg {
    top: 26%;
    align-items: flex-start;
    width: 132%;
    justify-content: center;
  }

  .footer-right-inner {
    padding: 50px 20px;
  }

  .footer-inner {
    padding: 0 0;
  }

  .columns.medium-7.large-7.small-12.footer-left.footer-upper {
    padding: 150px 0 50px 0 !important;
  }
  .connect-text-main {
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .connect-text {
    font-size: 90px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.79;
    letter-spacing: -0.35px;
  }
  .fot-left-mid-text h4 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1.8px;
  }

  .fot-loc-address {
    display: flex;
    column-gap: 00px;
    flex-direction: column;
    border-bottom: 0px solid #2f3d58;
    padding-bottom: 0;
    margin-bottom: 5px;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower a {
    font-size: 15px !important;
  }
  .footer-social.show-for-small-only .social-links {
    justify-content: flex-start;
    column-gap: 15px;
    width: 100%;
  }

  .footer-social.show-for-small-only {
    border-bottom: 1px solid rgb(255, 255, 255, 0.28);
    padding-bottom: 30px;
    margin-bottom: 33px;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower {
    margin-top: 5px;
    font-size: 15px !important;
    font-weight: 300;
    line-height: 22px;
    padding: 0 15px 0 0px;
  }
  .footer-bot-menu.left-copyright-menu.footer-lower {
    order: 2;
    padding: 0 32px;
    text-align: left;
  }

  .columns.medium-7.large-7.small-12.footer-left.footer-upper {
    padding: 80px 0 00px 0 !important;
  }
  .footer-navigation li:first-child a::before {
    opacity: 0;
  }

  .module.footer-top {
    padding: 30px 0 30px 0 !important;
  }

  .module.footer-top .footer-title {
    font-size: 32px;
    text-align: left;
    letter-spacing: 1.6px;
    max-width: 270px;
  }

  .footer-upper p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
  }

  .columns.medium-7.large-7.small-12.footer-left.footer-upper {
    padding: 30px 25px 30px 25px !important;
  }

  .module.footer-top .footer-title.fot-second-title {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 35px;
    text-align: left;
  }

  .footer-left.footer-upper h3 {
    font-size: 18px;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .fot-left-mid-text {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }

  .fot-left-mid-text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }

  .fot-left-location {
    padding-left: 0;
  }

  .fot-address {
    margin-top: 20px;
  }

  .footer-social {
    order: 1;
    margin: 15px 0 05px 0;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower {
    order: 2;
    line-height: 1.7;
  }

  .fot-bg {
    width: 100%;
    position: absolute;
    right: 0;
    height: 45%;
    background-size: cover;
  }
  .footer-right {
    padding-top: 30px;
  }
  .columns.medium-6.large-6.small-12.footer-left.footer-upper {
    padding-left: 50px;
    margin-top: 60px;
    background: #0062af;
    padding-top: 50px;
    padding-right: 30px;
  }

  .footer-left-inner img {
    margin-bottom: 25px;
  }

  .footer-logo-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    left: -5px;
    bottom: 0;
    background-size: 128%;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 0.8;
  }
  .footer-navigation li.menu-item:last-child {
    display: block;
  }
  .footer-navigation li.menu-item:last-child a::before {
    display: none !important;
  }

  .module-benefits-b-boxes.injury-cases-boxes {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0;
  }

  .inury-title-two {
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: 1.2px;
    max-width: 315px;
    margin-bottom: 5px;
  }

  .inury-title-one {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
  }
  .module-benefits-b-box.injury-cases-box {
    margin: 0;
  }
  .box-icon.injury-cases-icon img {
    max-height: 30px;
    height: auto;
    width: auto;
    max-width: 38px;
  }

  .box-content.injury-cases-cont h3 a {
    padding: 7px 0px 7px 12px !important;
    font-size: 15px !important;
    letter-spacing: 0.5px;
  }
  .footer-bot-menu.left-copyright-menu.footer-lower.show-for-small-only {
    text-align: center;
    color: #fff !important;
    padding: 20px 25px 00px 25px;
  }
  .footer-bot-menu.left-copyright-menu.footer-lower.show-for-small-only p {
    color: #fff;
  }

  .module.module-benefits-b.injury-cases-section {
    padding: 40px 0;
  }

  .content ol li::before {
    /* 		top: -11px; */
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .pa-badge img {
    max-width: 250px;
  }
  .menu-footer-navigation-container {
    display: block;
  }
  .footer-navigation li.menu-item:last-child {
    display: inline-block;
  }

  .footer-navigation li.menu-item:last-child a::before {
    display: inline-block !important;
  }
  .inury-title-two {
    max-width: 445px;
    margin-bottom: 5px;
  }

  .inury-title-one {
    max-width: inherit;
  }
  .footer-right-inner {
    padding: 50px 20px;
    margin: 0 auto;
    max-width: 700px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .footer-left {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home .home-fot-bg {
    top: -62%;
    left: 0;
    border-top: 976px solid transparent;
    border-left: 4000px solid #021334;
    border-bottom: 1204px solid transparent;
    display: block;
  }

  .connect-text {
    font-size: 180px;
    letter-spacing: -7.15px;
  }
  .module.footer-top .footer-title {
    font-size: 28px;
  }
  .fot-loc-address {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
  }
  .menu-footer-navigation-container {
    display: inline;
  }

  .footer-right .gform_wrapper {
    max-width: 430px;
    padding-left: 0;
  }

  .footer-right-inner {
    padding: 45px 25px;
  }

  .accordion-item-title {
    padding: 15px 0;
    line-height: 30px;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    padding-right: 45px;
    color: var(--primary-color);
  }
  .module.module-faq-a {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .module.footer-top .footer-title.fot-second-title {
    margin-bottom: 20px;
    font-size: 34px;
  }
  .module.footer-top .footer-title {
    font-size: 35px;
  }

  .footer-left.footer-upper h3 {
    font-size: 19px;
    padding-left: 0px;
  }

  .fot-left-location {
    padding-left: 0;
  }

  .fot-address {
    position: relative;
    margin-top: 30px;
  }

  .module.footer-bot-copyright {
    padding: 42px 15px;
  }

  .module.footer-bot-copyright .footer-inner {
    flex-direction: column;
    justify-content: center;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower {
    margin-top: 0;
    font-size: 13px !important;
  }

  .footer-bot-menu.left-copyright-menu.footer-lower a {
    margin-top: 0 !important;
    font-size: 13px !important;
  }
  .footer-social {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .social-links {
    margin: 0 auto;
  }

  .module.footer-top {
    padding: 80px 0 50px 0 !important;
  }
  .module.module-practices-f {
    padding: 60px 0 60px 0;
  }

  .module.bottom-news {
    padding: 80px 15px 20px 15px;
  }

  .module-blog-c-inner.slider-container {
    padding-bottom: 50px;
    max-width: 100%;
  }

  .module-news-content.newsSection .module-blog-c-single::after {
    right: 27px;
  }

  .footer-left-inner img {
    max-width: 310px;
    width: 100%;
    margin-bottom: 15px;
  }
  .fot-left-mid-text {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .fot-loc-addr-right {
    width: 100%;
  }
  .fot-loc-addr-right p,
  .fot-loc-addr-right p a {
    font-size: 16px;
  }

  .fot-loc-addr-left p {
    font-size: 16px;
  }
  .footer-bot-menu.left-copyright-menu p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300 !important;
  }

  #mobile-navigation {
    background-position: 5% 100%;
  }

  .inury-title-two {
    font-size: 40px;
  }

  .inury-title-two {
    font-size: 40px;
    max-width: 500px;
  }
  .box-content.injury-cases-cont h3 a {
    font-size: 14px !important;
  }
  .module-benefits-b-box.injury-cases-box {
    align-items: center;
    padding: 5px 0;
    margin-bottom: 0px;
  }

  .module-benefits-b-box .box-content {
    padding-right: 0;
  }

  .gsection_title {
    font-size: 15px;
  }
  .footer-social {
    margin: 0px 0 25px 0;
  }

  .content {
    padding-right: 40px;
  }
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .footer-right {
    padding-right: 30px !important;
  }

  .footer-left {
    padding-left: 30px !important;
  }
  .accordion-item-title {
    padding: 25px 0;

    font-size: 22px;
  }

  .module.module-faq-a {
    padding-bottom: 30px;
  }
  .module.footer-bot-copyright {
    padding: 42px 20px;
  }
  .about-firm-logo-bg.fot-bg {
    top: 5%;
    bottom: inherit !important;
    align-items: flex-start;
  }
  .blog-bg-img.fot-bg-img.about-firm-bg {
    margin-left: -86px;
    display: block;
    max-width: 800px;
  }

  .module.footer-top .footer-title.fot-second-title {
    margin-bottom: 20px;
    font-size: 44px;
  }

  .footer-left.footer-upper h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;

    padding-left: 11px;
  }
}

@media screen and (min-width: 1920px) and (max-width: 12000px) {
  .module.footer-top {
    padding: 80px 0;
  }
  .module.footer-top .row {
    max-width: 1350px;
  }
}

@media screen and (min-width: 2560px) and (max-width: 12000px) {
  .home .home-fot-bg {
    top: -73%;
  }
}

@media screen and (min-width: 3840px) and (max-width: 12000px) {
  .home .home-fot-bg {
    top: -91%;
    transform: skew(70deg);
    border-top: 1200px solid transparent;
    border-left: 8500px solid #021334;
    border-bottom: 350px solid transparent;
  }
}

/*******************************************************************************************
MISC - Miscellaneous and new code
*******************************************************************************************/

#theme-switcha {
  border: 1px solid var(--color-secondary);
  margin-bottom: 30px;
  color: var(--color-primary);
}

@media screen and (min-width: 1025px) {
  .make-sticky {
    position: sticky;
    top: var(--header-height);
    z-index: 1;
  }
}
