/* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/
:root {
  /* --primary-color: #1f3063; dark blue */
  --primary-color: #081f43; /* dark blue */
  --accent-color: #cb5b54; /* red */
  /* --secondary-color: #234370; medium Blue */
  --secondary-color: #0c2c63; /* medium Blue */
  --alt-secondary-color: #ce8d88; /* light red */
  --tertiary-color: #565656; /* gray */
  --heading-font: 'Playfair Display', serif; /* 500, 600 */
  --body-font: 'Barlow', sans-serif; /* 400, 500, 600, 700 */
}

body {
  background: #ffffff;
  color: #000;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: var(--secondary-color);
}

/* ======================================== *
        Large Screen Container Width CSS
 * ======================================== */
@media screen and (min-width: 1600px) {
  body .section-container:not(#billboard-container):not(#footer-container):not(#home-contact-container) {
    max-width: 90%;
  }

  #primary-nav-container {
    max-width: 800px !important;
    margin: 0 0 0 auto;
  }

  #billboard .billboard-content-container {
    max-width: 90% !important;
  }

  #int-billboard .int-billboard-content {
    max-width: 90% !important;
  }

  #contact-section .tmf-module {
    max-width: 90% !important;
  }

  .attorney-bio-info-container {
    max-width: 90% !important;
  }
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
  color: #fff;
  font-size: 44px;
  font-family: var(--heading-font);
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

body:not(.home) h1,
body:not(.home) h1#page-title,
body:not(.home) .editor-content h1 {
  color: #333;
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 600;
}
/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
  color: #fff;
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 10px 0;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
  color: var(--primary-color);
}

body:not(.home) h2,
body:not(.home) .tmf-post > h2,
body:not(.home) .editor-content h2 {
  color: #000;
  font-size: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
  color: #000;
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
  color: var(--accent-color);
}

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {
}

body:not(.home) h3,
body:not(.home) .tmf-post > h3,
body:not(.home) h3.tmf-module-title {
  color: #333;
  font-size: 28px;
  font-family: var(--body-font);
  font-weight: 500;
}

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
  color: #244270;
  font-size: 26px;
  font-family: var(--body-font);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
  color: var(--accent-color);
  text-decoration: none;
}

h4 a:hover,
.tmf-post > h4 a:hover {
  text-decoration: underline;
}

body:not(.home) h4,
body:not(.home) .tmf-post > h4 {
  color: #333;
  font-size: 26px;
  font-family: var(--body-font);
  font-weight: 500;
}

/* ======================================== *
        Header 5
 * ======================================== */
h5 {
  color: #fff;
  font-size: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

h5 a {
  color: var(--accent-color);
  text-decoration: none;
}

h5 a:hover {
  text-decoration: underline;
}
body:not(.home) h5 {
  color: #333;
  font-size: 24px;
  font-family: var(--body-font);
  font-weight: 500;
}

/* ======================================== *
        Header 6
 * ======================================== */
h6 {
  color: #000;
  font-family: var(--heading-font);
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

h6 a {
  color: var(--accent-color);
  text-decoration: none;
}

h6 a:hover {
  text-decoration: underline;
}

/* ======================================== *
        Breadcrumbs
 * ======================================== */
#breadcrumbs {
  color: #000;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 25px;
  line-height: normal;
}
#breadcrumbs span.bread-divider {
  margin: 0 5px;
  color: #546b91;
}

#breadcrumbs a {
  color: #000;
  text-decoration: none;
}

#breadcrumbs .current {
  color: #0c2c63;
  font-weight: 600;
  font-size: 15px;
}

@media screen and (max-width: 700px) {
  #breadcrumbs {
    display: none;
  }
}

/* ======================================== *
        Call to Action
 * ======================================== */

body #call-to-action {
  background: transparent !important;
  line-height: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 25px 25px;
}
body #call-to-action p::before {
  content: '';
  display: block;
  background: url('../images/int_callout_icon_3x.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 25px;
}

body #call-to-action p {
  color: #0c2c63;
  font-size: 28px;
  font-family: var(--heading-font);
  font-weight: 600;
  font-style: normal !important;
  line-height: normal !important;
  padding: 0 25px;
  margin-left: 35px;
}
body #call-to-action a {
  color: var(--accent-color) !important;
}

/* ======================================== *
        Blockquote
 * ======================================== */

blockquote {
  background: transparent !important;
  line-height: normal;
  text-align: left;
  padding: 0;
  margin: 0;
  position: relative;
  color: #0c2c63;
  font-size: 28px;
  font-family: var(--heading-font);
  font-weight: 600;
  font-style: normal !important;
  line-height: normal !important;
  padding: 25px 25px;
}

blockquote::before {
  content: '';
  display: block;
  background: url('../images/int_callout_icon_3x.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 25px;
}
blockquote p {
  color: #0c2c63;
  font-size: 28px;
  font-family: var(--heading-font);
  font-weight: 600;
  font-style: normal !important;
  line-height: normal !important;
  padding: 0 25px;
  margin-left: 35px;
}

/* ======================================== *
        Sticky Header Area
 * ======================================== */
body #header-wrapper.sticky {
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  top: 0px;
  left: 0;
  position: fixed !important;
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -moz-background-clip: content;
  -webkit-background-clip: content;
  background-clip: content-box;
  background: rgba(8, 30, 67, 1);
  border-bottom: none;
  min-height: auto;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  padding: 0;
}

body #header-wrapper.sticky.sticky_animate {
  top: 0;
}
body #header-wrapper.sticky #header-top {
  display: none;
}
body #header-wrapper.sticky #header-top .header-arrow::before {
  left: -39px !important;
}
body #header-wrapper.sticky #primary-nav .menu {
  justify-content: end !important;
  gap: 15px;
}
body #header-wrapper.sticky #header .sticky-logo-view {
  display: block;
}

body #header-wrapper.sticky #header .logo {
  display: none;
}

body #header-wrapper.sticky #header .sticky-logo {
  max-width: 266px;
  width: 100%;
  display: block;
}

body #header-wrapper.sticky #header {
  padding: 15px 0;
}

body #header-wrapper.sticky #header #header-cell-1,
body #header-wrapper.sticky #header #header-cell-2 {
  vertical-align: middle;
}

body #header-wrapper.sticky #header #header-cell-2 {
  width: 73%;
  position: unset;
}

body #header-wrapper.sticky #header #primary-nav {
  padding-top: 0;
  padding-right: 10px;
}
body #header-wrapper.sticky #header-cell-2 .inner {
  padding-left: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  padding: 0;
}
body #header-wrapper.sticky #primary-nav .menu > .menu-item > a {
  padding: 5px 0;
  color: #fff;
}

body #header-wrapper.sticky #header #primary-nav .menu > .menu-item.sticky.tmf-button {
  display: table-cell;
}

body #header-wrapper.sticky #header #primary-nav .menu > .menu-item.sticky.tmf-button a {
  color: #ffffff;
}

@media screen and (max-width: 1250px) {
  body #header-wrapper.sticky {
    position: relative !important;
  }
}

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  line-height: normal;
  font-family: var(--body-font);
  margin-bottom: 10px;
}

#header-top a {
  text-decoration: none;
  color: #444444;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 600;
}

#header-top a:hover {
  text-decoration: underline;
}

#header-top .reputation {
  background: var(--accent-color);
  padding: 10px 20px;
  position: relative;
  z-index: 1;
}
#header-top .reputation::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-right: 0;
  border-left: 20px solid var(--accent-color);
}
#header-top .reputation::after {
  content: '';
  position: absolute;
  top: 0;
  right: -21px;
  width: 23px;
  height: 40px;
  background: url('../images/icon_sprite_3x.png') no-repeat;
  background-position: 0 0;
  background-size: 532px;
}
#header-top .consultation a {
  color: #fff;
}

#header-top .consultation {
  background: var(--primary-color);
  padding: 10px 0 10px 40px;
  position: relative;
}
#header-top .consultation::after {
  content: '';
  background: var(--primary-color);
  height: 100%;
  width: calc(100vw - 92vw);
  position: absolute;
  top: 0;
}

#header-top .phone-1::before,
#header-top .email::before {
  color: #fff;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

#header-top .phone-1::before {
  content: '\f879';
  margin-right: 5px;
  transform: rotate(10deg);
}

#header-top .email::before {
  content: '\f0e0';
  margin-right: 5px;
}

#header-top .tmf-module .phone-1 {
  margin-right: 5px;
  margin-left: 15px;
}

#header-top .tmf-button.phone {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  #header-top {
    margin-right: 0px;
  }
}

@media screen and (max-width: 950px) {
  #header-top {
    display: none;
  }
}

@media screen and (max-width: 550px) {
  #header-top .phone-1,
  #header-top .email {
    display: block;
    margin-right: 0;
  }
  #header-top .phone-1 {
    margin-left: 0;
  }
}

@media screen and (max-width: 350px) {
  #header-top {
    font-size: 16px;
  }
}

/* ======================================== *
      Header Section
* ======================================== */
#header-wrapper {
  background: #ececec;
  padding: 30px 0;
}
.home #header-wrapper {
  padding: 10px 0;
}
.home #header-wrapper.sticky #header-row {
  background: transparent;
  padding: 0;
}
.home #header-wrapper {
  background: transparent;
  width: 100%;
  position: absolute;
  z-index: 2;
}

#header-container {
  max-width: 90%;
}

#header .logo {
  min-width: 300px;
  height: auto;
  width: 100%;
  display: block;
}

#header .sticky-logo-view {
  display: none;
}

#header-cell-1,
#header-cell-2 {
  vertical-align: middle;
}
#header-cell-1 {
  vertical-align: bottom;
}

#header-cell-2 .inner {
  padding-left: 0;
  padding-top: 10px;
}
#header-cell-2 .tmf-module-content {
  position: relative;
  min-width: 123px;
}
#header-cell-1 .tmf-module-content {
  position: relative;
}

#header .mobile-logo-view {
  display: none;
}

#header .mobile-view {
  display: none;
}

@media screen and (max-width: 1650px) {
  #header-cell-2 .desktop-view {
    display: flex;
    justify-content: end;
  }
}
@media screen and (max-width: 1450px) {
  #header-cell-2 .inner {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  #header-cell-2 {
    padding-top: 0;
  }

  #header-cell-2 .inner {
    padding: 0;
    display: block;
  }

  #header .desktop-view {
    display: none;
  }

  .header-top-row {
    display: table;
    width: 100%;
  }

  #header .main-logo,
  #header .mobile-view {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }

  #header .main-logo {
    width: 25%;
  }

  #header .mobile-view {
    display: flex;
    justify-content: end;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1050px) {
  #header .logo {
    min-width: unset;
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  #header .main-logo,
  #header .mobile-view {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #header-wrapper {
    background: var(--primary-color);
    padding: 25px 0;
  }
  #header-cell-2 {
    position: unset;
  }
  #header-container {
    max-width: 100%;
  }
  .home #header-wrapper {
    background: var(--primary-color);
    position: relative;
    padding: 25px 0;
  }
  #header .logo {
    max-width: 297px;
    margin: 0 auto 15px;
  }
  #header .desktop-logo-view {
    display: none;
  }

  #header .mobile-logo-view {
    display: block;
  }
}

/* ======================================== *
      Mobile Header Bottom Section
* ======================================== */

#mobile-header-bottom {
  padding: 15px 0 0;
}

#mobile-header-bottom .location-phone a,
#mobile-header-bottom .location-email a,
#mobile-header-bottom .menu-bar-container .menu-label {
  font-family: var(--heading-font);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
body:not(.home) #mobile-header-bottom .location-phone a,
body:not(.home) #mobile-header-bottom .location-email a,
body:not(.home) #mobile-header-bottom .menu-bar-container .menu-label {
  color: #fff !important;
}

/* ======================================== *
      Primary Navigation Section
* ======================================== */
#primary-nav-wrapper {
  font-family: var(--body-font);
  font-weight: 600;
  font-size: 16px;
  flex-grow: 1;
  width: fit-content;
  margin-left: auto;
}

#primary-nav-container {
  max-width: 100% !important;
  margin: 0 auto;
}

#primary-nav .menu > .menu-item > a {
  padding: 10px 6px;
}

#primary-nav .menu {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
  gap: 15px;
}
#primary-nav .menu > .menu-item {
  padding: 0 5px;
}

#primary-nav .menu > .menu-item.first {
}

#primary-nav .menu > .menu-item > a {
  color: #444444;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  padding: 5px 0;
  text-decoration: none;
}

#primary-nav .menu > .menu-item.home-icon a {
  font-size: 0;
}

#primary-nav .menu > .menu-item.home-icon a:before {
  content: '\f015';
  color: #444444;
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

#header-wrapper.sticky #primary-nav .menu > .menu-item.home-icon a:before {
  color: #ffffff;
}
#primary-nav .menu > .menu-item.home-icon a:after {
  display: none;
}

#primary-nav .menu > .menu-item > a:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 0%;
  height: 0;
  margin: 0 auto;
  background-position: center bottom;
  transition: width 0.35s ease-out;
}

#primary-nav .menu > .menu-item:hover > a:after,
#primary-nav .menu > .menu-item.current-menu-item > a:after,
#primary-nav .menu > .menu-item.current-menu-item > a:hover:after,
#primary-nav .menu > .menu-item.current-menu-item > a:focus:after {
  background-color: var(--accent-color);
  width: 60%;
  height: 3px;
}
body:not(.home) #primary-nav .menu > .menu-item:hover > a:after,
body:not(.home) #primary-nav .menu > .menu-item.current-menu-item > a:after,
body:not(.home) #primary-nav .menu > .menu-item.current-menu-item > a:hover:after,
body:not(.home) #primary-nav .menu > .menu-item.current-menu-item > a:focus:after {
  background-color: var(--accent-color);
  width: 60%;
  height: 3px;
}

#primary-nav .menu .sub-menu {
  min-width: 250px;
  top: 0;
  left: -5px;
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

#primary-nav .menu > li.left-edge > div > ul {
  left: inherit;
  right: 0;
}

#primary-nav .menu .sub-menu .menu-item {
  background: var(--secondary-color);
}

#primary-nav .menu .sub-menu .menu-item {
}
#primary-nav .menu .sub-menu .menu-item.first {
}
#primary-nav .menu .sub-menu .menu-item.last {
}
#primary-nav .menu .sub-menu .menu-item > a {
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
  font-weight: 600;
}

#primary-nav .menu .sub-menu .menu-item:hover {
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
  background-color: var(--accent-color);
  color: #fff;
}
@media screen and (max-width: 1650px) {
  #primary-nav-wrapper {
    width: 100%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1450px) {
  #primary-nav {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1250px) {
  #primary-nav .menu {
    justify-content: space-between;
    gap: 10px;
  }
  #primary-nav-container {
    max-width: 1250px !important;
    margin: 0 auto;
  }

  #primary-nav-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  #primary-nav {
    padding-top: 0;
  }
}

/* ======================================== *
  Mobile Menu
* ======================================== */
#mobile-nav-wrapper {
  text-align: left;
}

#mobile-nav {
  padding: 0px 20px;
}

.hamburger-container {
  max-width: none;
  margin-bottom: 0;
}

#mobile-nav .menu-bar {
  width: 35px;
}

#mobile-nav a {
  color: #fff;
  font-size: 18px !important;
}

#mobile-nav .menu > .menu-item > a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

#mobile-nav .menu .menu-item.display {
  background: var(--accent-color);
}

#mobile-nav .top-part .mob-cancel-button {
  color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
  padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
  background: var(--accent-color);
}

#mobile-nav .mobile-menu .current-menu-item {
  background: transparent;
}

/* ======================================== *
    Billboard
 * ======================================== */
#billboard-wrapper {
  overflow: hidden;
  position: relative;
}

#billboard-container {
  max-width: 100%;
}
#billboard .mobile-view {
  position: relative;
}

#billboard img {
  display: block;
  width: 100%;
  height: auto;
}

#billboard .billboard-content-container {
  box-sizing: border-box;
  padding: 0 25px;
  position: absolute;
  top: 30%;
  max-width: 90%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 1;
}

#billboard .billboard-content {
  box-sizing: border-box;
  position: relative;
  width: 490px;
  background: #333333;
  margin-left: auto;
  margin-right: 50px;
  outline: 2px solid var(--tertiary-color);
  outline-offset: -10px;
  padding: 25px;
  display: none;
}

#billboard h1 {
  margin-bottom: 0;
  line-height: normal;
}
#billboard .billboard-content .tmf-module-content .tmf-button {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  max-width: fit-content;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-color);
  padding: 5px 15px;
}
#billboard .billboard-content .tmf-module-content .tmf-button:hover {
  background: var(--secondary-color);
}
#billboard .billboard-content .tmf-post.testimonial.small .excerpt {
  color: #ffffff;
  font-weight: 600;
  max-width: 100%;
  margin-bottom: 20px;
}
#billboard .billboard-content .tmf-post.testimonial.small .excerpt a {
  color: #fff;
}
#billboard .billboard-content .tmf-post.testimonial.small .testimonial-description {
  display: none;
}
#billboard .billboard-content .tmf-module-title {
  color: #fff;
  text-align: center;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 24px;
}

#billboard .bx-wrapper .bx-pager {
  padding-top: 15px;
}
#billboard .bx-wrapper {
  margin: 0 auto 50px;
}
#billboard .bx-wrapper .bx-viewport {
  left: 0;
}
#billboard .bx-wrapper .bx-pager.bx-default-pager a:hover,
#billboard .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--accent-color);
}

#billboard .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 1px solid var(--accent-color);
}

#billboard .mobile-view {
  display: none;
}
@media screen and (max-width: 1200px) {
  #billboard .billboard-content-container {
    top: 20%;
  }
}
@media screen and (max-width: 1050px) {
  #billboard .billboard-content {
    margin-right: 0;
  }
}
@media screen and (max-width: 950px) {
  #billboard .billboard-content-container {
    display: none;
  }
  /*  #billboard .billboard-2-content .tmf-button {
    display: none;
  }*/

  #billboard .billboard-content {
    background: transparent;
    padding: 0;
    max-width: 100%;
  }
  #billboard h1 {
    font-size: 44px;
  }

  #billboard .desktop-view {
    display: none;
  }

  #billboard .mobile-view {
    display: block;
  }
  #billboard .mobile-view img {
    min-height: 300px;
    object-fit: cover;
  }
  #billboard .billboard-content .tmf-module-content {
    flex-direction: column;
  }
}

@media screen and (max-width: 550px) {
  #billboard .billboard-content {
    margin: 0 auto;
  }
  #billboard h1 {
    font-size: 34px;
    line-height: 42px;
  }
  #billboard .mobile-view img {
    min-height: 230px;
    object-fit: cover;
    content: url('../images/mobile_billboard.jpg');
  }
}
@media screen and (max-width: 500px) {
  #billboard .billboard-content .tmf-module-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  #billboard .billboard-content h1 {
    width: 100%;
  }
}

/*---------------------------
*   Billboard 2 Banner
*---------------------------*/
#billboard .billboard-2-content-container {
  background: var(--secondary-color);
  padding: 25px;
}
#billboard .billboard-2-content-container .billboard-2-content {
  box-sizing: border-box;
  max-width: 90%;
  margin: 0 auto;
}

#billboard .billboard-2-content .tmf-module-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#billboard .billboard-2-content .tmf-button {
  font-family: var(--body-font);
  font-size: 24px;
  font-weight: 700;
  padding: 15px 20px;
  background: var(--accent-color);
  text-decoration: none;
  color: #fff;
  border: none;
}
#billboard .billboard-2-content .tmf-button {
  padding: 0 1px 0 0;
  border: none;
  background: transparent;
  width: 350px;
}
#billboard .billboard-2-content .tmf-button span {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  transition: 0.3s;
  background: var(--accent-color);
}
#billboard .billboard-2-content .tmf-button:hover span {
  background: var(--secondary-color);
}
#billboard .billboard-2-content .tmf-button::before {
  bottom: 0;
  left: -2px;
  border-top: 2px solid var(--accent-color);
  border-left: 2px solid var(--accent-color);
}
#billboard .billboard-2-content .tmf-button::after {
  top: 0;
  right: 0;
  border-bottom: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
}
#billboard .billboard-2-content .tmf-button::before,
#billboard .billboard-2-content .tmf-button::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

#billboard .billboard-2-content .tmf-button:hover::before,
#billboard .billboard-2-content .tmf-button:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

#billboard .billboard-2-content .tmf-button span.play-btn {
  background: url('../images/icon_sprite_3x.png') no-repeat;
  background-size: 400px;
  background-position: -58px 0;
  width: 31px;
  min-width: 31px;
  height: 30px;
  display: inline-block;
  transition: all 0.15s ease;
  transition: transform 0.8s ease;
  top: 2px;
  padding: 0;
  margin-left: 10px;
}
#billboard .billboard-2-content .tmf-button:hover {
  background: var(--secondary-color);
}
#billboard .billboard-2-content .tmf-button:hover span.play-btn {
  transform: rotate(360deg);
}
@media screen and (max-width: 950px) {
  #billboard .billboard-2-content .tmf-module-content {
    display: block;
    text-align: center;
  }

  /*  #billboard .billboard-2-content .tmf-button {
    display: none;
  }*/

  #billboard .billboard-2-content h1 {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 650px) {
  #billboard .billboard-2-content h1 {
    font-size: 24px;
    line-height: normal;
  }

  #billboard .billboard-2-content .tmf-button span {
    padding: 10px 10px;
  }

  #billboard .billboard-2-content .tmf-button {
    font-size: 20px;
    width: 260px;
  }
}

/*---------------------------
*   video lightbox
*---------------------------*/
.lightbox {
  background-color: rgba(0, 0, 0, 0.9);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  top: 50px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}

.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: #fff;
  top: -28px;
  right: 4%;
  cursor: pointer;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

#button-open-video-2 {
  border: none;
  background: none;
  cursor: pointer;
}
#button-open-video-3 {
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  #button-open-video-2 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1150px) {
  #button-open-video-2 img {
    width: 640px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 570px) {
  #button-open-video-3 img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}

/* ======================================== *
        Rep Cases Homepage Slider Section
 * ======================================== */
.rep-cases-container {
  width: 80%;
  margin: 0 auto;
  height: auto;
  background: var(--accent-color);
  transform: translateY(-50%);
  padding: 25px 0;
}
.rep-cases-container .tmf-post {
  padding-bottom: 0;
  margin-bottom: 0;
}
.rep-cases-container .tmf-post .title {
  text-align: center;
}
.rep-cases-container .tmf-post .title a {
  color: #fff;
  font-size: 36px;
  text-decoration: none;
  font-weight: 700;
  line-height: 40px;
}

.rep-cases-container .bx-wrapper {
  margin: 0 auto;
  max-width: 90% !important;
}
.rep-cases-container .bx-wrapper .bx-viewport {
  left: unset;
  width: 90% !important;
}
.rep-cases-container .bx-wrapper .bx-controls-direction a {
  color: #ffffff;
  font-size: 0;
  height: 22px;
  outline: 0 none;
  position: absolute;
  width: 16px;
}

.rep-cases-container .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -95px 0;
  background-size: 1050px;
  left: -20px;
}

.rep-cases-container .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -124px 0;
  background-size: 1050px;
  right: -20px;
}

@media screen and (max-width: 950px) {
  .rep-cases-container {
    width: 100%;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 550px) {
  .rep-cases-container .bx-wrapper .bx-prev {
    left: -5px;
  }
  .rep-cases-container .bx-wrapper .bx-next {
    right: -5px;
  }
}

/* ======================================== *
        Int Billboard Section
 * ======================================== */
#int-billboard-wrapper {
  overflow: hidden;
}

#int-billboard-container {
  max-width: 100% !important;
}

#int-billboard .int-billboard-img {
  display: block;
  width: 100%;
  height: auto;
}

#int-billboard-cell-1,
#int-billboard-cell-2 {
  vertical-align: middle;
}

#int-billboard-cell-1 {
  background: url('../images/int_prac_area_bg_left_3x.jpg') no-repeat center center/cover;
  width: 35%;
}

#int-billboard-cell-2 {
  width: 65%;
}

#int-billboard-cell-1 .inner,
#int-billboard-cell-2 .inner {
  padding: 0;
}

#int-billboard .int-billboard-content {
  box-sizing: border-box;
  position: absolute;
  max-width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}

#int-billboard .int-billboard-title {
  box-sizing: border-box;
  position: relative;
  width: 32.5%;
}

#int-billboard h1#page-title {
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 25px;
}

#int-billboard .mobile-view {
  display: none;
}

@media screen and (max-width: 1050px) {
  #int-billboard .int-billboard-content {
    background: url('../images/int_titlebar_bg_3x.jpg') no-repeat center center/cover;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
    padding: 15px 25px;
    max-width: 100%;
  }

  #int-billboard .int-billboard-title {
    width: 90%;
    margin: 0 auto;
  }

  #int-billboard-cell-1,
  #int-billboard-cell-2 {
    background: transparent;
    width: 100%;
  }

  #int-billboard-cell-2 {
    display: none;
  }

  #int-billboard h1#page-title {
    border: none;
    display: block;
    padding-bottom: 0;
    text-align: left;
    padding: 0;
  }

  #int-billboard .mobile-view {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  #int-billboard .int-billboard-title {
    width: 100%;
  }
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
  background: var(--secondary-color);
  background: url('../images/int_titlebar_bg_3x.jpg') no-repeat center center/cover;
  min-height: 90px;
  padding: 25px 0;
}

#int-title-container {
  max-width: 90%;
  display: flex;
  align-items: center;
  min-height: 90px;
}

#int-title {
  padding: 0px 25px;
}

#int-title h1#page-title {
  margin-bottom: 0;
}

@media screen and (max-width: 950px) {
  #int-title h1#page-title {
    font-size: 28px;
  }
  #int-title-wrapper {
    background: url('../images/int_titlebar_bg_2x.jpg') no-repeat center center/cover;
  }
}
@media screen and (max-width: 550px) {
  #int-title {
    padding: 25px 0;
  }
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper {
  margin-bottom: 80px;
}
#home-body-container {
  max-width: 90%;
  overflow: hidden;
}

#home-body {
  padding: 25px 0;
  text-align: left;
}
#home-body h2 {
  color: #000;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
}
#home-body h3 {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--body-font);
  text-align: center;
  position: relative;
}
#home-body h3::before,
#home-body h3::after {
  content: '';
  display: inline-block;
  width: 50px;
  border-top: 2px solid #d1d2d1;
  vertical-align: middle;
}
#home-body h3::before {
  margin-left: -100%;
  width: 100%;
  margin-right: 20px;
}
#home-body h3::after {
  margin-right: -100%;
  width: 100%;
  margin-left: 20px;
}
#home-body .row {
  display: block;
}
#home-body .row .col:nth-child(1) {
  padding-right: 40px;
  border-right: 2px solid var(--secondary-color);
  text-align: right;
  padding-bottom: 20px;
}
#home-body .row .col:nth-child(2) {
  padding-left: 40px;
  padding-top: 10px;
}

@media screen and (max-width: 950px) {
  #home-body h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 850px) {
  #home-body h1 {
    display: block;
    justify-content: inherit;
    align-items: inherit;
    font-size: 30px;
  }
  #home-body .row {
    display: flex;
    flex-direction: column;
  }
  #home-body .row .col:nth-child(1) {
    padding: 10px 0;
    border-right: none;
    text-align: left;
  }
  #home-body .row .col:nth-child(2) {
    padding: 10px 0;
  }
}
@media screen and (max-width: 650px) {
  #home-body h2 {
    font-size: 28px;
  }
  #home-body h3 {
    font-size: 20px;
  }
  #home-body h3.mobile.line-1 div {
    text-align: center;
    margin: 0 auto;
  }
  #home-body h3.mobile.line-1 {
    margin-bottom: 0;
  }
  #home-body h3.mobile.line-1,
  #home-body h3.mobile.line-2 {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  #home-body h3.mobile.line-2 {
    justify-content: center;
  }
  #home-body h3.mobile.line-2::before,
  #home-body h3.mobile.line-2::after {
    display: none;
  }

  #home-body h3.mobile.line-1::before,
  #home-body h3.mobile.line-1::after {
    content: '';
    display: inline-block;
    width: 50px;
    border-top: 2px solid #d1d2d1;
    vertical-align: middle;
  }
  #home-body h3.mobile.line-1::before {
    width: 120px;
    margin-right: 20px;
    vertical-align: bottom;
    margin-left: unset;
  }
  #home-body h3.mobile.line-1::after {
    width: 120px;
    margin-left: 20px;
    vertical-align: text-top;
    margin-right: unset;
  }
  #home-body h3.desktop {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #home-body {
    padding: 25px 0;
  }
  #home-body-container {
    max-width: 100%;
  }
}

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
}

#body-container {
  max-width: 90%;
}
#body .custom-inner {
  padding: 0 25px;
}

#body {
  padding: 35px 0;
}
#body input#gform_submit_button_1:hover {
  background: var(--secondary-color);
  color: #fff;
  border: 2px solid var(--accent-color);
}
.page #body-cell-2 .inner {
  top: -80px;
}
.post-type-archive #body-cell-2 .inner {
  top: -80px;
}
.post-type-archive-practice-area p {
  line-height: 1.7em;
  margin-bottom: 15px;
}

@media screen and (max-width: 1050px) {
  #body-wrapper {
    margin-top: 0;
  }
  .page #body-cell-2 .inner {
    top: unset;
  }
  .post-type-archive #body-cell-2 .inner {
    top: unset;
  }

  #body-cell-1 {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 550px) {
  #body-container {
    max-width: 100%;
  }
}

/* ======================================== *
        Home Section 2 Area - Why choose Us
 * ======================================== */
#home-section-2-wrapper {
  padding: 50px 0 80px;
}
#home-section-2-container {
  max-width: 90% !important;
  position: relative;
}
#home-section-2-cell-2 .inner::before {
  content: '';
  display: block;
  background: url('../images/home_federal_criminal_defense_bg_3x.jpg') no-repeat center center/cover;
  position: absolute;
  right: -80px;
  top: -50px;
  height: 660px;
  width: 545px;
  z-index: -1;
}
#home-section-2-cell-2 .inner {
  background: #536b91;
  padding: 100px 40px;
  position: relative;
  height: 559px;
  width: 545px;
  margin-left: 25px;
}

#home-section-2 h2 {
  color: #000;
}
#home-section-2-cell-2 h3 {
  color: #fff;
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
#home-section-2-cell-2 h4 {
  color: #fff;
  font-family: var(--body-font);
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
#home-section-2-cell-2 .location.phone-1 a {
  color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 15px;
  text-decoration: none;
  display: block;
  max-width: fit-content;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.15s ease;
}
#home-section-2-cell-2 .location.phone-1 a::before {
  content: '\f879';
  margin-right: 5px;
  transform: rotate(10deg);
  color: #fff;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
#home-section-2-cell-2 .location.phone-1 a:hover {
  background: #ffff;
  color: var(--primary-color);
}
#home-section-2-cell-2 .location.phone-1 a:hover::before {
  color: var(--primary-color);
}

#home-section-2-cell-2 {
  vertical-align: middle;
  padding-top: 0;
}

.tmf-module-22 {
  background: linear-gradient(to bottom, #413c3a, #1f1b1c);
  padding: 35px;
  text-align: center;
  outline: 2px solid #b19e92;
  outline-offset: -20px;
}
@media screen and (max-width: 1150px) {
  #home-section-2-cell-2 .inner::before {
    display: none;
  }
  #home-section-2-cell-2 .inner {
    background: #536b91;
    padding: 100px 40px;
    position: relative;
    height: auto;
    width: 100%;
    margin-left: unset;
    margin-top: 50px;
  }
  #home-section-2-container {
    max-width: 100% !important;
  }
  #home-section-2-cell-2 h4 {
    margin-top: 30px;
  }
  #home-section-2-wrapper {
    padding: 30px 0 0 0;
  }
  #home-section-2-cell-1 .inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 950px) {
  #home-section-2-cell-2 .inner {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 650px) {
  #home-section-2 h2 {
    font-size: 28px;
  }
}

/* ======================================== *
        Home Practice Area Section
 * ======================================== */
#home-practice-areas-wrapper {
  background: url('../images/home_prac_areas_bg_3x.jpg') no-repeat center center/cover;
  padding: 100px 0 150px;
  max-width: 100%;
}
#home-practice-areas-container {
  max-width: 90%;
  margin: 0 auto;
}

#home-practice-areas #home-practice-areas-cell-1 .inner {
  position: static;
}
#home-practice-areas #home-practice-areas-cell-1 .inner .tmf-module-title {
  position: absolute;
  background: var(--primary-color);
  padding: 15px 45px;
  color: #fff;
  top: -102px;
  right: 50%;
  transform: translate(50%, -50%);
}
#home-practice-areas h2 {
  position: relative;
}
#home-practice-areas h2::after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 80%;
  height: 2px;
  background: #ccc0b9;
  margin-left: 30px;
}
#home-practice-areas .tmf-post-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

#home-practice-areas .tmf-post {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#home-practice-areas .tmf-post .pa-listing a {
  display: flex;
  gap: 20px;
  align-items: center;
}
#home-practice-areas .tmf-post .pa-listing .pa-icon {
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: var(--accent-color);
  border-radius: 50%;
  outline: 0px solid var(--accent-color);
  outline-offset: 0;
  transition: all 0.35s ease;
}
#home-practice-areas .tmf-post .pa-listing:hover .pa-icon {
  outline: 2px solid var(--primary-color);
  outline-offset: 5px;
  background: var(--primary-color);
}
#home-practice-areas .tmf-post .pa-listing a {
  text-decoration: none;
}
#home-practice-areas .tmf-post .pa-listing .title {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--body-font);
  color: #000;
}
#home-practice-areas .tmf-post .pa-listing:hover .title {
  color: var(--primary-color);
}

@media screen and (max-width: 1471px) {
  #home-practice-areas h2::after {
    width: 70%;
  }
}
@media screen and (max-width: 1004px) {
  #home-practice-areas h2::after {
    width: 60%;
  }
}
@media screen and (max-width: 950px) {
  #home-practice-areas .tmf-post-list.home {
    grid-template-columns: repeat(2, 1fr);
  }
  #home-practice-areas-wrapper {
    padding: 50px 0 50px;
  }
  #home-practice-areas #home-practice-areas-cell-1 .inner .tmf-module-title {
    top: -51px;
  }
  #home-practice-areas .tmf-post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 851px) {
  #home-practice-areas #home-practice-areas-cell-1 .inner .tmf-module-title {
    top: -81px;
  }
}
@media screen and (max-width: 771px) {
  #home-practice-areas h2::after {
    width: 50%;
  }
  #home-practice-areas #home-practice-areas-cell-1 .inner .tmf-module-title {
    font-size: 30px;
    width: max-content;
  }
}
@media screen and (max-width: 631px) {
  #home-practice-areas h2::after {
    content: '';
    width: 100%;
    height: 0;
    margin-left: 0;
    border-bottom: 2px solid #ccc0b9;
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 650px) {
  #home-practice-areas .tmf-post-list {
    grid-template-columns: 1fr;
  }
}

/* ======================================== *
        Home Testimonial Mobile Section
 * ======================================== */
#mobile-testimonials-wrapper {
  background: #333333;
  display: none;
}

#mobile-testimonials {
  padding: 25px 0 40px;
}

#mobile-testimonials .tmf-module {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  border: 2px solid var(--tertiary-color);
  padding: 25px;
  margin-bottom: 40px;
}

#mobile-testimonials h1 {
  margin-bottom: 0;
  line-height: normal;
}

#mobile-testimonials .tmf-module-content .tmf-button {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  max-width: fit-content;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-color);
  padding: 5px 15px;
}
#mobile-testimonials .tmf-module-content .tmf-button:hover {
  background: var(--secondary-color);
}
#mobile-testimonials .tmf-post.testimonial.small .excerpt {
  color: #ffffff;
  font-weight: 600;
  max-width: 100%;
  margin-bottom: 20px;
}
#mobile-testimonials .tmf-post.testimonial.small .excerpt a {
  color: #fff;
}
#mobile-testimonials .tmf-post.testimonial.small .testimonial-description {
  display: none;
}
#mobile-testimonials .tmf-module-title {
  color: #fff;
  text-align: center;
  font-family: var(--body-font);
  font-weight: 700;
  font-size: 24px;
}

#mobile-testimonials .bx-wrapper .bx-pager {
  padding-top: 15px;
}
#mobile-testimonials .bx-wrapper {
  margin: 0 auto 50px;
}
#mobile-testimonials .bx-wrapper .bx-viewport {
  left: 0;
}
#mobile-testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
#mobile-testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--accent-color);
}

#mobile-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 1px solid var(--accent-color);
}

@media screen and (max-width: 950px) {
  #mobile-testimonials-wrapper {
    display: block;
  }
}

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper {
  background: url('../images/home_meet_hope_bg_3x.png'), var(--primary-color);
  background-repeat: no-repeat;
  background-size: 62.5% 100%;
  overflow: hidden;
}
#home-attorney-container {
  max-width: 95% !important;
  position: static;
}
#home-attorney-row {
  position: relative;
  display: flex;
  align-items: center;
}
#home-attorney-cell-1 .inner {
  position: static;
}
#home-attorney-cell-1 .home-at-img {
  display: block;
}
#home-attorney-cell-1 .tmf-module-content {
  text-align: center;
}
#home-attorney-cell-2 {
  display: flex;
  justify-content: end;
  align-items: center;
  margin: 90px 0 90px auto;
}
#home-attorney-cell-2 h2 {
  color: #000;
  position: relative;
  margin-bottom: 15px;
  margin-top: 0;
}
#home-attorney-cell-2 h2 span {
  font-weight: 400;
}
#home-attorney .tmf-post {
  display: flex;
  align-items: center;
  gap: 30px;
}
#home-attorney .tmf-post .at-desktop-view {
  display: flex;
  align-items: center;
}
#home-attorney .tmf-post .image {
  min-width: 250px;
  position: relative;
  bottom: -27px;
  padding-right: 15px;
}
#home-attorney .tmf-post .content {
  text-align: left;
  max-width: 750px;
}
#home-attorney .tmf-post .content .title a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  font-family: var(--heading-font);
  font-weight: 600;
}
#home-attorney .tmf-post .content .excerpt {
  color: #fff;
  font-size: 18px;
  margin-right: 25px;
}
#home-attorney .tmf-post .content .tmf-button {
  margin-top: 30px;
  padding: 0 1px 0 0;
  border: none;
  background: transparent;
}
#home-attorney .tmf-post .content .tmf-button span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 10px 15px;
  transition: 0.3s;
  background: var(--accent-color);
}
#home-attorney .tmf-post .content .tmf-button:hover span {
  background: var(--secondary-color);
}
#home-attorney .tmf-post .content .tmf-button::before {
  bottom: 0;
  left: -2px;
  border-top: 2px solid var(--accent-color);
  border-left: 2px solid var(--accent-color);
}
#home-attorney .tmf-post .content .tmf-button::after {
  top: 0;
  right: 0;
  border-bottom: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
}
#home-attorney .tmf-post .content .tmf-button::before,
#home-attorney .tmf-post .content .tmf-button::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

#home-attorney .tmf-post .content .tmf-button:hover::before,
#home-attorney .tmf-post .content .tmf-button:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

#home-attorney .at-mobile-view .at-content .tmf-button {
  margin-top: 30px;
  padding: 0 1px 0 0;
  border: none;
  background: transparent;
}
#home-attorney .at-mobile-view .at-content .tmf-button span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 10px 15px;
  transition: 0.3s;
  background: var(--accent-color);
}
#home-attorney .at-mobile-view .at-content .tmf-button:hover span {
  background: var(--secondary-color);
}
#home-attorney .at-mobile-view .at-content .tmf-button::before {
  bottom: 0;
  left: -2px;
  border-top: 2px solid var(--accent-color);
  border-left: 2px solid var(--accent-color);
}
#home-attorney .at-mobile-view .at-content .tmf-button::after {
  top: 0;
  right: 0;
  border-bottom: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
}
#home-attorney .at-mobile-view .at-content .tmf-button::before,
#home-attorney .at-mobile-view .at-content .tmf-button::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}

#home-attorney .at-mobile-view .at-content .tmf-button:hover::before,
#home-attorney .at-mobile-view .at-content .tmf-button:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}

#home-attorney .at-mobile-view {
  display: none;
}
@media screen and (max-width: 1300px) {
  #home-attorney-container {
    max-width: 100% !important;
  }
  #home-attorney-wrapper {
    background-size: 60% 100%;
  }
}
@media screen and (max-width: 1150px) {
  #home-attorney-wrapper {
    background: var(--primary-color);
  }
  #home-attorney-row {
    flex-direction: column;
  }
  #home-attorney .tmf-post {
    gap: 0;
  }
  #home-attorney-cell-1 {
    background: url('../images/home_meet_hope_bg_3x.png') no-repeat center center/contain;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
  }
  #home-attorney-cell-2 {
    margin: 50px auto;
    width: 100%;
    justify-content: center;
    padding: 0;
  }
  #home-attorney-cell-2 .inner {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  #home-attorney .at-mobile-view {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
  #home-attorney .at-desktop-view {
    display: none !important;
  }
  #home-attorney .tmf-post .at-mobile-view .image {
    margin: 20px auto;
  }
  #home-attorney-cell-1 {
    background: none;
    background: linear-gradient(to right, #202020, #373536);
  }
  #home-attorney #home-attorney-cell-1 .tmf-post .at-mobile-view .content {
    display: none;
  }
  #home-attorney #home-attorney-cell-1 .tmf-post .at-mobile-view .title {
    margin-top: 50px;
  }
  #home-attorney-cell-1 .inner {
    width: 90%;
    margin: 0 auto;
  }
  #home-attorney .at-mobile-view .title a {
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--heading-font);
  }
  #home-attorney-wrapper {
    background: #061e43;
  }
  #home-attorney-cell-2 .inner {
    width: 100%;
    padding: 25px 25px 50px;
  }
  #home-attorney-cell-2 {
    width: 90%;
    margin: 0 auto;
  }
  #home-attorney-cell-2 .at-mobile-view .at-content p {
    color: #fff;
    font-size: 18px;
  }
  #home-attorney-cell-2 .at-mobile-view .at-content {
    text-align: center;
    padding-bottom: 50px;
  }
  #home-attorney-cell-2 .at-mobile-view .at-content a {
    margin-top: 25px;
  }
  #home-attorney-cell-2 .at-mobile-view a {
    text-align: center;
  }
  #home-attorney-cell-2 .at-mobile-view a img {
    width: 100%;
    height: auto;
  }
}

/* ======================================== *
        Home Testimonial Section
 * ======================================== */
#testimonials-wrapper {
  overflow: hidden;
}

#testimonials-container {
  max-width: 1300px;
}

#testimonials {
  padding: 80px 0;
  text-align: center;
}

#testimonials h2 {
  color: #000;
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
#testimonials h2::before,
#testimonials h2::after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border-top: 2px solid #ccc0b9;
  width: 50px;
}
#testimonials h2::before {
  margin-left: -100%;
  width: 100%;
  margin-right: 20px;
}
#testimonials h2::after {
  margin-right: -100%;
  width: 100%;
  margin-left: 20px;
}

#testimonials .tmf-button {
  box-sizing: border-box;
  max-width: max-content;
  margin: 25px auto;
}
#testimonials .testimonial-wrap {
  margin-top: 30px;
}
#testimonials .testimonial-wrap::before,
#testimonials .testimonial-wrap::after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border-top: 2px solid #ccc0b9;
  width: 50px;
}

#testimonials .testimonial-wrap::before {
  margin-left: -100%;
  width: 100%;
  margin-right: 20px;
}
#testimonials .testimonial-wrap::after {
  margin-right: -100%;
  width: 100%;
  margin-left: 20px;
}
#testimonials-row {
  padding: 20px 0 60px;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}

/*Slider CSS*/
#testimonials .bx-wrapper {
  margin: 0;
  padding: 0px;
  cursor: pointer;
}

#testimonials .bx-viewport {
  max-width: 100% !important;
  left: 0 !important;
  overflow: visible !important;
}

#testimonials .bx-wrapper .bx-controls-direction a {
  color: #ffffff;
  font-size: 0;
  height: 21px;
  outline: 0 none;
  position: absolute;
  top: 30%;
  width: 20px;
  z-index: 9999;
  transform: translateY(-50%);
}

#testimonials .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -858px 0;
  background-size: 900px;
}

#testimonials .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -884px 0;
  background-size: 900px;
}
#testimonials .bx-wrapper .bx-pager {
  display: none;
  padding-top: 15px !important;
}

#testimonials .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  border: 1px solid var(--secondary-color);
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
#testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover,
#testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--accent-color) !important;
  border: 1px solid var(--accent-color) !important;
}
@media screen and (max-width: 1200px) {
  #testimonials {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 950px) {
  #testimonials-wrapper {
    margin-top: 0px;
  }
  #testimonials h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 750px) {
  #testimonials .bx-wrapper .bx-controls-direction a {
    display: none;
  }
  #testimonials .bx-wrapper .bx-pager {
    display: block;
  }
  #testimonials-row {
    padding: 0;
    border: 2px solid #c4bfbe;
    border-left: none;
    border-right: none;
  }
  #testimonials .tmf-button {
    position: static;
  }
  #testimonials .testimonial-wrap::before,
  #testimonials .testimonial-wrap::after {
    display: none;
  }
  #testimonials h2::before,
  #testimonials h2::after {
    display: none;
  }
}

/* ======================================== *
        Practice Area Page Testimonials sidebar Section
 * ======================================== */
#body-cell-2 .tmf-module-testimonials-sidebar {
  padding: 25px 0;
  border: 2px solid var(--secondary-color);
  margin-top: 50px;
}
#body-cell-2 .tmf-module-testimonials-sidebar h2 {
  color: #000;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5px 0;
}
#body-cell-2 .tmf-module-testimonials-sidebar .bx-wrapper .bx-viewport {
  left: 0;
  right: 0;
}
#body-cell-2 .tmf-module-testimonials-sidebar .bx-wrapper .tmf-post.testimonial.sidebar {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
  width: 100% !important;
}
#body-cell-2 .tmf-module-testimonials-sidebar .bx-wrapper .tmf-post.testimonial.sidebar .excerpt {
  padding: 0 35px;
  font-weight: 500;
}
#body-cell-2 .tmf-module-testimonials-sidebar .bx-wrapper .tmf-post.testimonial.sidebar .testimonial-description {
  float: none;
  font-size: 18px;
  font-weight: 500;
}

#body-cell-2 .tmf-module-testimonials-sidebar .bx-wrapper .bx-controls-direction a {
  color: #ffffff;
  font-size: 0;
  height: 25px;
  outline: 0 none;
  position: absolute;
  top: 114%;
  width: 25px;
  z-index: 9999;
  transform: translateY(-50%);
}

#body-cell-2 .tmf-module-testimonials-sidebar .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -121px 0;
  background-size: 550px;
  left: 40%;
}

#body-cell-2 .tmf-module-testimonials-sidebar .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -160px 0;
  background-size: 550px;
  right: 40%;
}
#body-cell-2 .tmf-module-testimonials-sidebar .bx-wrapper {
  margin: 0 auto 60px;
}

#body-cell-2 .tmf-module-testimonials-sidebar a.tmf-button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  max-width: max-content;
  margin: 0 auto;
}

/* ======================================== *
        Practice Areas
 * ======================================== */

.single-practice-area #body-cell-2 {
  position: relative;
  top: -80px;
}
.single-practice-area #body-cell-2 .tmf-module-354 {
  text-align: center;
  border: 2px solid var(--alt-secondary-color);
  margin-top: 50px;
  padding: 35px 15px;
}
.single-practice-area #body-cell-2 .tmf-module-354 h3 {
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
}
.single-practice-area #body-cell-2 .tmf-module-354 .bx-wrapper {
  margin: 0 auto 40px;
}
.single-practice-area #body-cell-2 .tmf-module-354 .bx-wrapper .bx-pager {
  padding-top: 20px;
}

.single-practice-area #body-2-wrapper {
  padding: 30px 0 50px;
  background: var(--tertiary-color);
}
.single-practice-area #body-2-wrapper .children {
  margin-top: 30px;
}
.single-practice-area #body-2-wrapper .children h3 {
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
}
.single-practice-area p {
  line-height: 1.7em;
  margin-bottom: 15px;
}
.single-practice-area #body-2-wrapper .children .tmf-post.medium {
  display: flex;
  border: none;
}
.single-practice-area #body-2-wrapper .children .tmf-post.medium img.thumbnail {
  max-width: 250px;
  height: 150px;
  border: 1px solid #c3c8cf;
  margin: 0;
}
.single-practice-area #body-2-wrapper .children .tmf-post.medium .child-image {
  padding-right: 30px;
  border-right: 2px solid #cfcfcf;
  margin-right: 30px;
}
.single-practice-area #body-2-wrapper .children .tmf-post.medium .child-text {
  margin-top: 20px;
}

.single-practice-area #body-3-wrapper {
  padding: 50px 0;
}
.single-practice-area .body-2-section-1 .children .tmf-post.medium.first-post {
  display: none !important;
}

@media screen and (max-width: 1050px) {
  .single-practice-area #body-cell-2 {
    top: unset;
  }
}
@media screen and (max-width: 850px) {
  .single-practice-area #body-2-wrapper .children .tmf-post.medium {
    flex-direction: column;
  }
  .single-practice-area #body-2-wrapper .children .tmf-post.medium img.thumbnail {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .single-practice-area #body-2-wrapper .children .tmf-post.medium .child-image {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}

/* ======================================== *
        Single Attorney Page CSS
 * ======================================== */

.single-attorney #body-cell-2 {
  border-left: none;
  width: 100%;
}

.single-attorney #body-cell-1 .inner {
  min-width: 415px;
}
.single-attorney #body-cell-1:not(.no-img) .inner {
  margin-top: 50px;
}
.single-attorney .mobile-view {
  display: none;
}
.single-attorney #body-row {
  display: flex;
  flex-direction: row-reverse;
}

.attorney-bio-info {
  background: var(--secondary-color);
  background: url('../images/int_attorney_bg_3x.jpg') no-repeat center center/cover;
  color: #000;
  height: 350px;
}

.attorney-bio-info-container {
  max-width: 90%;
  margin: 0 auto;
}

.attorney-bio-info-row {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.attorney-bio-info .attorney-bio-box-1,
.attorney-bio-info .attorney-bio-box-2 {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}

.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
  padding: 0 25px;
}
.attorney-bio-box-2 .attorney-bio-info-inner .attorney-page-title {
  border-bottom: 2px solid #878686;
  width: 66%;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.attorney-contact-info {
  padding-left: 0;
  display: flex;
}
.attorney-bio-info .attorney-bio-box-2 {
  width: calc(100% - 400px);
  height: 300px;
  display: flex;
  align-items: center;
  padding-left: 25px;
}

.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
  width: 100%;
}

.attorney-bio-info img.primary {
  box-sizing: border-box;
  border-radius: 0;
  display: block;
  margin-top: 0;
  position: relative;
}

.attorney-bio-info h1#page-title {
  color: #333333;
  font-size: 38px;
  margin-bottom: 5px;
  font-style: normal;
}

.attorney-bio-info .attorney-titles a {
  color: #333333;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}

.attorney-bio-info .contact-information,
.attorney-bio-info .icon-container {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
  gap: 25px;
}

.attorney-bio-info .speaking {
  padding-top: 10px;
}

.attorney-bio-info .label {
  font-size: 0;
}

.attorney-bio-info .phone-1::before,
.attorney-bio-info .phone-2::before,
.attorney-bio-info .fax::before,
.attorney-bio-info .email::before,
.attorney-bio-info .speaking::before {
  color: #333;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.attorney-bio-info .contact-information .title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 22px;
}

.attorney-bio-info .phone-1::before {
  display: none;
}

.attorney-bio-info .phone-2::before {
  content: '\f879';
  margin-right: 5px;
  transform: rotate(10deg);
}

.attorney-contact-info .fax::before {
  display: none;
}

.attorney-bio-info .email::before {
  display: none;
}

.attorney-bio-info .speaking::before {
  content: '\f3c9';
  margin-right: 5px;
  margin-top: -5px;
  color: var(--primary-color);
  font-size: 24px;
}

.vcard .value {
  background: transparent;
  height: auto;
  width: 25px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

.vcard .value::before {
  content: '\f2bb';
  color: #333;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: block;
}

.attorney-bio-info .vcard {
  margin-right: 0;
  line-height: 26px;
}

.attorney-bio-info .vcard .label {
  margin-top: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}

.attorney-bio-info .resume {
  display: block;
}

.attorney-bio-info .resume .label {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.attorney-bio-info .contact-information a,
.attorney-bio-info .icon-container a,
.attorney-bio-info .speaking a {
  color: #333;
}

.at-mobile-view {
  display: none;
}
.single-attorney #body-cell-1 {
  min-width: 415px;
}

.single-attorney #body-cell-1 .inner .tmf-module-22 h3.tmf-module-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--heading-font);
}

@media screen and (max-width: 1600px) {
  .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    padding: 0;
  }
}
@media screen and (max-width: 1383px) {
  .attorney-contact-info {
    padding-left: 0;
    display: flex;
    align-items: baseline;
    margin-left: 0;
    border-left: none;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .single-attorney #body-cell-1:not(.no-img) .inner {
    margin-top: 0;
  }
  .single-attorney #body-cell-1 {
    padding-top: 0 !important;
  }
  .single-attorney #body-cell-2 {
    padding-top: 0;
  }
  .attorney-bio-info {
    height: auto;
  }
  .single-attorney #body-cell-2 .inner {
    margin-top: 0px;
  }
  .attorney-bio-info .attorney-bio-box-2 {
    transform: translateY(0);
    height: 397px;
  }

  .attorney-bio-info .attorney-bio-box-1,
  .attorney-bio-info .attorney-bio-box-2 {
    vertical-align: middle;
  }

  .attorney-bio-info img.primary {
    margin-top: 0;
  }
  .single-attorney #body-cell-1 .inner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1150px) {
  .attorney-bio-info .contact-information,
  .attorney-bio-info .icon-container {
    /* display: block; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 1135px) {
  .attorney-contact-info {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 0;
    border-left: none;
  }

  .attorney-bio-info .phone,
  .attorney-bio-info .email {
    display: block;
    border-right: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
  }
  .attorney-bio-info .phone::after,
  .attorney-bio-info .fax::after,
  .attorney-bio-info .email::after {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  .attorney-bio-box-2 .attorney-bio-info-inner .attorney-page-title {
    flex-direction: column;
    gap: 0;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1050px) {
  .single-attorney #body-cell-1 .inner {
    width: 100%;
    margin-top: 30px !important;
  }
  .single-attorney #body-cell-1 .inner .tmf-module-1075 .tmf-post-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
  .vcard .value::before {
    margin-bottom: 2px;
    line-height: 22px;
  }
  .single-attorney #body-row {
    display: flex;
    flex-direction: column;
  }
  .single-attorney #body-cell-2 {
    order: 1;
  }
  .single-attorney #body-cell-1 {
    order: 2;
  }
  .single-attorney #body-cell-1 {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .attorney-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }
}

@media screen and (max-width: 950px) {
  .attorney-bio-box-2 .attorney-bio-info-inner .attorney-page-title {
    align-items: center;
    min-width: fit-content;
    justify-content: center;
    width: 80%;
    flex-direction: column;
    padding-bottom: 10px;
    gap: 0;
    margin: 0 auto;
  }
  .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    padding-left: 0;
  }
  .attorney-bio-info .attorney-bio-box-1 {
    width: auto;
    height: auto;
  }

  .attorney-bio-info {
    height: auto;
  }
  .attorney-bio-info-row {
    height: auto;
  }
  .attorney-bio-info img.primary {
    position: unset;
  }
  .single-attorney .mobile-view {
    display: block;
  }
  .attorney-contact-info {
    align-items: center;
  }
  .attorney-bio-info .attorney-bio-box-1,
  .attorney-bio-info .attorney-bio-box-2 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .attorney-bio-info .attorney-bio-box-2 {
    padding: 25px 0;
    height: auto;
  }
  .attorney-bio-info img.primary {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .attorney-bio-info .phone,
  .attorney-bio-info .email {
    border-right: none;
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    line-height: 34px;
  }
  .attorney-bio-info-row {
    display: flex;
    flex-direction: column;
    padding: 25px 0 0;
  }
  .single-attorney #body-cell-1 .inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 700px) {
  .single-attorney #body-cell-1 .inner .tmf-module-1075 .tmf-post-list {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .attorney-bio-info .contact-information,
  .attorney-bio-info .icon-container {
    display: block;
  }
}

/* ======================================== *
        Attorney Tab
 * ======================================== */

.etabs {
  display: table;
  /* display: flex; */
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

.tab {
  border-right: 2px solid #fff;
  background: var(--secondary-color);
  display: table-cell;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.tab a {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  display: block;
  padding: 15px 10px;
  outline: none;
  text-decoration: none !important;
}

.tab:hover,
.tab.active {
  background: var(--accent-color);
  color: #ffffff;
  padding-top: 0;
  position: relative;
  top: 0;
}

.tab a:hover,
.tab a.active {
  color: #ffffff;
}
.tab:hover a {
  color: #fff;
}

.panel-container {
  background: transparent;
  padding: 10px 0 20px;
}

.panel-container p {
  line-height: 26px;
  margin-bottom: 15px;
}

.panel-container p:last-child {
  margin-bottom: 0;
}

.panel-container ul {
  padding-left: 40px;
  margin: 15px 0;
}

.panel-container ol {
  padding-left: 40px;
  margin: 15px 0;
}

@media screen and (max-width: 1150px) {
  .etabs {
    display: block;
  }

  .tab {
    display: inline-block;
  }
}

@media screen and (max-width: 950px) {
  .etabs {
    display: table;
  }

  .tab {
    display: table-cell;
  }
}

@media screen and (max-width: 760px) {
  .etabs {
    display: block;
  }

  .tab {
    border-right: none;
    border-bottom: 2px solid #fff;
    display: block;
  }
}

/* ======================================== *
        Home Associations Section
 * ======================================== */
#associations-wrapper {
  background: #e1e1e1;
  overflow: hidden;
  position: relative;
  z-index: 2;
  clip-path: polygon(0% 0%, 0% 100%, 0% calc(100% - 5vw), 50% 100%, 100% calc(100% - 5vw), 100% 0%);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 0% calc(100% - 5vw), 50% 100%, 100% calc(100% - 5vw), 100% 0%);
  margin-bottom: -5vw;
}
#associations-container {
  width: 90%;
}
#associations-row {
  padding: 40px 0 150px;
}
#associations-cell-1 {
  vertical-align: middle;
  border-right: 2px solid #b8b8b7;
}
#associations-cell-2 {
  padding-right: 25px;
}

#associations .tmf-module-content p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  align-items: center;
  justify-items: center;
}
#associations h2 {
  color: #231f1f;
  min-width: max-content;
  font-size: 30px;
  font-weight: 600;
}
/* slick Slider */
#associations .tmf-post-list.slick-slider {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
  clear: both;
  padding: 0;
  box-sizing: border-box;
}

#associations .tmf-post.small {
  padding-bottom: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#associations .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
  float: none;
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
}
#associations .slick-slide img {
  display: block;
  margin: 0 auto;
}

#associations .slide-arrow {
  position: absolute;
  top: 35%;
  margin-top: 0;
  border: none;
  z-index: 1;
}

#associations .prev-arrow {
  left: -45px;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -139px 0;
  background-size: 270px;
}

#associations .next-arrow {
  right: -45px;
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -179px 0;
  background-size: 270px;
}
@media screen and (max-width: 1300px) {
  #associations .tmf-post-list.slick-slider {
    max-width: 800px;
  }
}
@media screen and (max-width: 1250px) {
  #associations .tmf-post-list.slick-slider {
    max-width: 650px;
  }
}
@media screen and (max-width: 1150px) {
  #associations .tmf-post-list.slick-slider {
    max-width: 550px;
  }
}
@media screen and (max-width: 1000px) {
  #associations .tmf-post-list.slick-slider {
    max-width: 500px;
  }
}
@media screen and (max-width: 950px) {
  #associations .prev-arrow {
    left: -15px;
  }

  #associations .next-arrow {
    right: -15px;
  }
  #associations .tmf-module-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  #associations h2 {
    border-right: none;
    border-bottom: 2px solid #b8b8b7;
    padding: 0 0 15px;
    text-align: center;
    width: 100%;
  }
  #associations-cell-1 {
    border-right: none;
  }
  #associations h2 br {
    display: none;
  }
  #associations .tmf-module-content p {
    gap: 30px;
  }
  #associations-row {
    padding: 30px 0 70px;
  }
}
@media screen and (max-width: 500px) {
  #associations h2 {
    min-width: unset;
    max-width: 100%;
  }
}

/* ======================================== *
        Home Rep Cases Section - Legal Victories
 * ======================================== */

#home-rep-cases-wrapper {
  padding-top: 125px;
  padding-bottom: 80px;
  background: #081f43;
}
#home-rep-cases h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
#home-rep-cases-container {
  max-width: 1300px !important;
}

#home-rep-cases .tmf-post-list.home {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  clear: both;
  padding: 0;
  box-sizing: border-box;
}
#home-rep-cases .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
}
#home-rep-cases button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#home-rep-cases .prev-arrow {
  left: -60px;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -139px 0;
  background-size: 270px;
}
#home-rep-cases .next-arrow {
  right: -60px;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -179px 0;
  background-size: 270px;
}
#home-rep-cases .slick-slide {
  padding: 0 25px;
  box-sizing: border-box;
  float: none;
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
}
#home-rep-cases .tmf-post {
  border: 2px solid var(--secondary-color);
  padding: 60px 30px;
  text-align: center;
  width: auto !important;
  max-width: 100%;
  margin: 0;
}
#home-rep-cases .tmf-post .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
#home-rep-cases .tmf-post .read-more {
  color: var(--alt-secondary-color);
  text-decoration: none;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}
#home-rep-cases .tmf-button {
  display: block;
  margin: 0 auto;
  max-width: max-content;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  #home-rep-cases .tmf-post {
    max-width: 70%;
  }
  #home-rep-cases .next-arrow {
    right: -10px;
  }
  #home-rep-cases .prev-arrow {
    left: -10px;
  }
  #home-rep-cases .slick-slide {
    padding: 0;
  }
  #home-rep-cases .tmf-post-list.home {
    max-width: 900px;
  }
}
@media screen and (max-width: 950px) {
  #home-rep-cases-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  #home-rep-cases h3 {
    margin-bottom: 30px;
  }
  #home-rep-cases .tmf-button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 550px) {
  #home-rep-cases ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    width: 50%;
    margin: 0 auto;
    padding-top: 15px;
    padding-left: 0;
  }
  #home-rep-cases ul.slick-dots li::before {
    background: transparent;
    border: 1px solid var(--alt-secondary-color);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    color: transparent;
    margin-left: unset;
  }
  #home-rep-cases ul.slick-dots li {
    font-size: 55px;
  }
  #home-rep-cases ul.slick-dots li.slick-active::before {
    background: var(--alt-secondary-color);
  }
  #home-rep-cases ul.slick-dots button {
    display: none;
  }
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
  overflow: hidden;
}
#footer-container {
  background: transparent !important;
  max-width: 100% !important;
}
#footer-row {
  display: flex;
}

#footer-cell-1 {
  background: url('../images/home_footer_logo_left_3x.png'), #5a5a5a;
  background-repeat: no-repeat;
  background-size: contain;
}
body:not(.home) #footer-cell-1 {
  background: url('../images/int_footer_logo_left_3x.png'), #5d5d5d;
  background-repeat: no-repeat;
  background-size: contain !important;
}

#footer-cell-1 .inner {
  margin: 30px auto;
  width: 80%;
  padding: 35px;
}

#footer-cell-1 .tmf-module {
  max-width: 100%;
  margin: 0 auto;
}

#footer-cell-1 .editor-content img {
  object-fit: cover;
  height: 415px;
  width: 100%;
  display: block;
}
#footer .tmf-post.location.small {
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
  display: block;
}
#footer .tmf-post.location.small {
  color: #fff;
  text-align: center;
}
#footer-cell-1 .tmf-post.small.location .phone-1 {
  padding-right: 20px;
}
.tmf-post.small.location .fax {
  padding-left: 20px;
}
#footer .contact-info .title {
  text-transform: uppercase;
  font-size: 14px;
  color: #d8d7d7;
  font-weight: 600;
  line-height: 20px;
}
#footer .title.business-name {
  margin-bottom: 30px;
}

#footer h3 {
  color: #fff;
  font-size: 20px;
  font-family: var(--body-font);
  font-weight: 600;
}
#footer-cell-2 {
  background: #505050;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-cell-2 .tmf-post > * {
  display: block;
}
#footer .gform-body .left_half,
#footer .gform-body .right_half {
  display: block;
  float: left;
  vertical-align: top;
  width: 50%;
  margin-bottom: 25px;
  margin-top: 25px;
}
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
  height: 155px !important;
}
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields {
  padding: 0 15px;
}
#footer .gform_wrapper.tmf-form_wrapper .gform_body {
  width: auto;
}
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
  margin: 15px 0 0;
}
#footer .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type='text'],
#footer .gform_wrapper.tmf-form_wrapper input[type='text'],
#footer .gform_wrapper.tmf-form_wrapper textarea {
  margin: 0;
}
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type='text'],
#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
  padding: 12px 10px !important;
  line-height: normal;
  border: none;
}
#footer .address,
#footer .phone-1,
#footer .email,
#footer .fax {
  margin: 5px 0;
}
#footer .tmf-post.small.location .fax::before {
  display: none;
}

#footer .tmf-post.small.location .phone-1::before {
  display: none;
}
#footer .tmf-post.small.location .streetAddress::before {
  display: none;
}
#footer .tmf-post.small.location .email::before {
  display: none;
}

#footer {
  padding: 0;
  text-align: center;
}

#footer-cell-2 .inner {
  padding: 0;
  max-width: 70%;
  margin: 30px auto;
}
#footer-cell-2 .tmf-module-for-more-information .editor-content {
  width: 80%;
  margin: 0 auto;
}
#footer-cell-2 .tmf-module-title {
  color: #fff;
  font-size: 28px;
  font-family: var(--heading-font);
}
#footer h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: var(--body-font);
}
#footer .editor-content p {
  color: #fff;
  font-size: 16px;
}
#footer .tmf-post.location.small a {
  color: #fff;
}
#footer .tmf-post.small.location .phone-1,
#footer .tmf-post.small.location .address,
#footer .tmf-post.small.location .email,
#footer .tmf-post.small.location .fax {
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
}
#footer .address {
  margin-bottom: 30px;
}
#footer .int-footer .address {
  margin-bottom: 5px;
}

#footer .int-footer .contact-info .row-1 {
  display: inline-block;
  padding-right: 40px;
}
#footer .contact-info .row-2 {
  display: inline-block;
}
#footer .contact-info .fax {
  display: inline-block;
}

#footer .tmf-post.small.location .streetAddress::before,
#footer .tmf-post.small.location .phone-1::before,
#footer .tmf-post.small.location .phone-2::before,
#footer .tmf-post.small.location .fax::before,
#footer .tmf-post.small.location .email::before {
  color: #c9bcb3;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type='submit'],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type='submit'] {
  width: auto !important;
}

@media screen and (min-width: 1700px) {
  body:not(.home) #footer-cell-1 {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1340px) {
  #footer-cell-1 {
    background: url('../images/home_footer_logo_left_3x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 1000px) {
  #footer-cell-1 {
    background: url('../images/home_footer_logo_left_3x.png'), #5a5a5a;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #footer-row {
    height: auto;
    display: flex;
    flex-direction: column;
  }
  #footer-cell-2 {
    padding-top: 0;
  }

  #footer-cell-2 .inner {
    transform: translateY(0%);
  }
  #footer .contact-info {
    flex-direction: column;
  }
  #footer .contact-info .row-2 > * {
    display: block;
  }
  #footer .contact-info .row-2 {
    width: 100%;
  }
  #footer .contact-info .row-1 {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  #footer .gform-body .left_half,
  #footer .gform-body .right_half {
    float: none;
    width: 100%;
  }
  #footer .gform-body .left_half {
    margin-bottom: 0;
  }
  #footer .gform-body .right_half {
    margin-top: 0;
  }
  #footer-cell-1 .inner {
    margin: 50px auto;
    padding: 0;
    width: 90%;
  }
  #footer .contact-info .row-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #footer .contact-info .row-2 .phone-1,
  #footer .contact-info .row-2 .fax {
    padding: 0 !important;
  }
  #footer .address {
    margin-bottom: 10px;
  }
  #footer-cell-2 .inner {
    max-width: 90%;
  }
}
@media only screen and (max-width: 641px) {
  .gform_legacy_markup_wrapper input:not([type='radio']):not([type='checkbox']):not([type='image']):not([type='file']) {
    line-height: 1.5em !important;
  }
}
@media screen and (max-width: 587px) {
  #footer-cell-2 .tmf-module-title::before,
  #footer-cell-2 .tmf-module-title::after {
    display: none;
  }
  .gform_legacy_markup_wrapper form {
    margin-left: 0;
  }
  #footer-cell-2 .tmf-module-for-more-information .editor-content {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  #footer-cell-1 .tmf-module-area {
    margin: 0;
  }
  #footer-cell-2 {
    background-size: cover;
  }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
  background: #252525;
  text-align: center;
  overflow: hidden;
}

#copyright-container {
  max-width: 90%;
}
#copyright {
  padding: 25px 0;
}
#copyright #copyright-cell-1 .inner {
  padding: 0 !important;
}
#copyright p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

#copyright a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
#copyright a:hover {
  text-decoration: underline;
}
#copyright .divider {
  margin: 0 5px !important;
}
#copyright .left {
  float: left;
}
#copyright .right {
  float: right;
}
#copyright .copy-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#copyright .copy-wrap .one {
  text-align: left;
}
#copyright .copy-wrap .two {
  display: flex;
  align-items: center;
  gap: 20px;
}
#copyright .tmf-button {
  padding: 8px 25px !important;
}
#copyright .copy-wrap .three {
  text-align: right;
}
@media screen and (max-width: 1150px) {
  #copyright .left,
  #copyright .right {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  #copyright .copy-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  #copyright .copy-wrap > * {
    display: flex;
    margin: 10px 0;
    text-align: center !important;
  }
  #copyright .copy-wrap .one {
    order: 2;
  }
  #copyright .copy-wrap .two {
    order: 1;
  }
  #copyright .copy-wrap .three {
    order: 3;
  }
}
@media screen and (max-width: 402px) {
  #copyright .copy-wrap .two {
    flex-direction: column;
  }
}

/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
  margin-bottom: 50px;
}

.tmf-multi-module-area .tmf-module:last-child {
  margin-bottom: 0;
}

/* contact form Sidebar module */
.tmf-module-1089 {
  background: var(--secondary-color);
  padding: 40px 40px;
  min-width: 200px;
  max-width: 350px;
}
.tmf-module-1089 .tmf-module-title {
  color: #fff !important;
  text-align: center;
  font-family: var(--heading-font) !important;
  font-weight: 600 !important;
}
.tmf-module-1089 .gform_legacy_markup_wrapper form {
  margin-top: 30px;
}
.tmf-module-1089 input[type='text'],
.tmf-module-1089 input[type='tel'],
.tmf-module-1089 input[type='email'],
.tmf-module-1089 textarea,
.tmf-module-1089 select {
  border: 1px solid #7d9ed7;
}

/* Practice Area Sidebar module */
.tmf-module-1075 .tmf-module-title {
  text-align: left;
  font-family: var(--heading-font) !important;
  font-weight: 600 !important;
}
.tmf-module-1075 .tmf-post {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tmf-module-1075 .tmf-post .pa-listing a {
  display: flex;
  gap: 20px;
  align-items: center;
}
.tmf-module-1075 .tmf-post .pa-listing .pa-icon {
  width: 15px;
  min-width: 15px;
  height: 15px;
  background: var(--accent-color);
  border-radius: 50%;
  outline: 0px solid var(--accent-color);
  outline-offset: 0;
  transition: all 0.35s ease;
}
.tmf-module-1075 .tmf-post .pa-listing:hover .pa-icon {
  outline: 2px solid var(--primary-color);
  outline-offset: 5px;
  background: var(--primary-color);
}
.tmf-module-1075 .tmf-post .pa-listing a {
  text-decoration: none;
}
.tmf-module-1075 .tmf-post .pa-listing .title {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--body-font);
  color: #000;
}
.tmf-module-1075 .tmf-post .pa-listing:hover .title {
  color: var(--primary-color);
}

/* Rep Cases Sidebar Slider */
.tmf-module-2560 {
  background: var(--primary-color);
  padding: 30px 30px 65px;
  margin-top: 30px;
}
.tmf-module-2560 .tmf-module-title {
  color: #fff !important;
  text-align: center;
  font-weight: 600 !important;
  font-size: 28px;
}
.tmf-module-2560 .tmf-post {
  border: none;
}
.tmf-module-2560 .tmf-post .title {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  min-height: 150px;
  padding: 0 15px;
  line-height: 20px;
}
.tmf-module-2560 .tmf-post .read-more {
  display: none;
}
.tmf-module-2560 .bx-wrapper {
  margin: 0 auto;
}
.tmf-module-2560 .bx-wrapper .bx-pager {
  padding-top: 15px;
}
.tmf-module-2560 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.tmf-module-2560 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: var(--alt-secondary-color);
}
.tmf-module-2560 .bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  border: 1px solid var(--alt-secondary-color);
}
.tmf-module-2560 .bx-wrapper .bx-viewport {
  border: 2px solid #7d9ed7;
  min-height: 150px;
  padding: 15px 0;
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #333333;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #333333;
}

input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
textarea::placeholder,
select::placeholder {
  color: #333333;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea,
select {
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333333;
  font-size: 15px !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  max-width: 100%;
  padding: 10px 10px !important;
  line-height: normal !important;
}

textarea {
  height: 120px !important;
  margin-bottom: 0 !important;
}

select {
  -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

input[type='text']:focus,
textarea:focus {
  border: 1px solid #cccccc;
}

select.gfield_select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.6em;
  background-repeat: no-repeat;
}

/* ------------------
* Buttons
* ----------------- */

.tmf-button {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  background: var(--accent-color);
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  font-family: var(--body-font);
  font-weight: 700;
  line-height: normal;
  position: relative;
  transition: all 0.15s ease-in;
}
.tmf-button:hover {
  background: var(--secondary-color);
  text-decoration: none;
  color: #ffffff;
}

.tmf-button:active {
  background: var(--secondary-color);
  text-decoration: none;
  color: #ffffff;
}

/* border animation */
.tmf-button {
  padding: 0 1px 0 0;
  border: none;
  background: transparent;
}
.gform_footer .tmf-button {
  padding: 2px 1px 0 0;
  border: none;
  background: transparent;
}
.tmf-button span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  padding: 10px 15px;
  transition: 0.3s;
  background: var(--accent-color);
}
.tmf-button:hover span {
  background: var(--secondary-color);
}
.tmf-button::before {
  bottom: 0;
  left: -2px;
  border-top: 2px solid var(--accent-color);
  border-left: 2px solid var(--accent-color);
}
.tmf-button::after {
  top: 0;
  right: 0;
  border-bottom: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-color);
}
.tmf-button::before,
.tmf-button::after {
  position: absolute;
  content: '';
  width: 0%;
  height: 0%;
  opacity: 0;
  transition: width 0.2s linear, height 0.15s 0.2s ease-out, opacity 0s 0.35s;
}
.tmf-button:hover::before,
.tmf-button:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: width 0.2s 0.15s ease-out, height 0.15s ease-in, opacity 0s;
}
/* end border animation */

.page-numbers,
input[type='submit'] {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  background: var(--accent-color);
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  font-family: var(--body-font);
  font-weight: 700;
  line-height: normal;
  position: relative;
  transition: all 0.15s ease-in;
}

.page-numbers:hover,
input[type='submit']:hover {
  background: var(--secondary-color);
  text-decoration: none;
  color: #ffffff;
}

.page-numbers:active,
input[type='submit']:active {
  background: var(--secondary-color);
  text-decoration: none;
  color: #ffffff;
}

.page-navigation .tmf-button,
.page-navigation .page-numbers {
  background: var(--secondary-color);
  border: none;
  padding: 0 15px;
  width: auto;
}
.page-navigation .tmf-button:active,
.page-navigation .page-numbers:active {
  background: var(--accent-color);
  border: none;
}
.page-navigation .tmf-button:hover,
.page-navigation .page-numbers:hover {
  background: var(--accent-color);
  border: none;
}
.page-numbers.current {
  background: var(--accent-color);
  border: none;
  color: #fff;
}
.tmf-button.large {
  font-size: 1.1em;
  padding: 7px 25px;
}

.tmf-button.medium {
  font-size: 0.95em;
}

.tmf-button.small {
  font-size: 0.85em;
}

.tmf-button.tiny {
  font-size: 0.75em;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */

@media screen and (max-width: 500px) {
  #secondary-nav-wrapper {
    display: none;
  }
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
.social-icons {
  vertical-align: middle;
  color: #ffffff;
}
.social-icons a:first-child {
  margin-left: 0;
  vertical-align: middle;
  line-height: 18px;
  font-size: 16px;
}
.social-icons .icon {
  width: 35px;
  height: 35px;
}

.social-icons .facebook {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -314px 0;
  background-size: 524px;
}

.social-icons .linked-in {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -693px 0;
  background-size: 924px;
}
.attorney-social-icons .social-icons .linked-in {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -530px 1px;
  background-size: 755px;
  width: 22px;
  height: 24px;
}
.attorney-social-icons .social-icons .label {
  font-size: 17px;
}

.social-icons .twitter {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -314px 0;
  background-size: 524px;
}

.social-icons .avvo {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -779px 0;
  background-size: 817px;
}

.social-icons .icon.instagram {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') repeat scroll -373px 0;
  background-size: 524px;
  height: 35px;
  width: 35px;
}

.social-icons .icon.instagram i {
  display: none;
}

/* Payment Icons CSS */
.payment-icons .visa {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -648px 4px;

  background-size: 817px;
}

.payment-icons .mastercard {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -706px 4px;
  background-size: 817px;
}

.payment-icons .discover {
  background: rgba(0, 0, 0, 0) url('../images/icon_sprite_3x.png') no-repeat scroll -764px 4px;
  background-size: 817px;
}
.payment-icons span {
  width: 55px;
  height: 40px;
}

.editor-content img {
  max-width: 100% !important;
}

.mobile {
  display: none;
}
.page-navigation {
  margin: 10px 0 0 0;
}
.wp-caption-text {
  font-style: italic;
}
@media screen and (max-width: 650px) {
  .page iframe {
    width: 100%;
  }
  .alignleft {
    float: none;
  }
}
@media screen and (max-width: 450px) {
  .not-mobile {
    display: none;
  }

  .mobile {
    display: inherit;
  }
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
  margin: 0 !important;
}
.gform_legacy_markup_wrapper {
  max-width: 100% !important;
  margin: 0 auto !important;
}
#billboard .gform_legacy_markup_wrapper {
  max-width: 85% !important;
}
.gform_legacy_markup_wrapper form {
  text-align: center !important;
  color: #fff !important;
}
.gform_heading {
  display: none;
}

.gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type='text'],
.gform_wrapper.tmf-form_wrapper input[type='text'],
.gform_wrapper.tmf-form_wrapper textarea {
  margin: 0;
}
#field_1_5 {
  font-size: 16px;
  line-height: 22px;
  margin-top: -15px !important;
  margin-bottom: 20px;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type='submit'],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type='submit'] {
  margin: 0 !important;
  width: auto;
}

.gform_legacy_markup_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
  background: #fff;
  color: #333333;
}
.gform_legacy_markup_wrapper input::placeholder {
  color: #333333;
  text-align: center;
}
.gform_legacy_markup_wrapper textarea {
  background: #fff;
  color: #333333;
}
.gform_legacy_markup_wrapper textarea::placeholder {
  color: #333333;
  text-align: center;
}
body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 0 !important;
}
.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
  margin-bottom: 0;
}
.gform_legacy_markup_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
  margin-top: 0;
}

body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
  padding: 0;
  margin: 15px 0 0;
  text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type='submit'] {
  font-size: 20px;
  padding: 5px 20px;
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  line-height: normal !important;
}
.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type='submit'],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type='submit'] {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .gform_legacy_markup_wrapper form {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .gform_legacy_markup_wrapper {
    max-width: 100% !important;
  }
}

/* ======================================== *
        Sidebar Gravity Form
 * ======================================== */
body .tmf-module-22 .gform_wrapper.tmf-form_wrapper ul li.gfield {
  margin-top: 8px !important;
  padding-top: 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type='submit'] {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  font-size: 18px;
  max-width: 150px;
  width: 100%;
  padding: 6px 5px;
  margin-right: 0;
  line-height: normal !important;
}
