/* ============================================================================ *
        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: #2e6999; /* dark blue */
  --accent-color: #3e8ccc; /* light blue */
  --accent-hover-color: #4dafff; /* lighter blue */
  --secondary-color: #525252; /* medium gray */
  --alt-secondary-color: #6d6d6e; /* light gray */
  --tertiary-color: #414141; /* dark gray */
  --heading-font: "Raleway", sans-serif; /* 600, 700 */
  --body-font: "Open Sans", sans-serif; /* 400, 600 */
}

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

a {
  color: var(--accent-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: 75% !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: 32px;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

body:not(.home) h1,
body:not(.home) h1#page-title,
body:not(.home) .editor-content h1 {
  color: #fff;
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 700;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
  color: #fff;
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 700;
  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: var(--primary-color);
  font-size: 32px;
  font-family: var(--heading-font);
  font-weight: 600;
}

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

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

h3 a:hover,
.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {
  text-decoration: underline;
}

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

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

h4 a,
.tmf-post > h4 a {
  color: var(--primary-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: var(--primary-color);
  font-size: 26px;
  font-family: var(--heading-font);
  font-weight: 600;
}

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

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

h5 a:hover {
  text-decoration: underline;
}
/* body:not(.home) h5 {
  color: var(--secondary-color);
  font-size: 26px;
  font-family: var(--body-font);
  font-weight: 500;
} */

/* ======================================== *
        Header 6
 * ======================================== */
h6 {
  color: #fff;
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

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

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

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

#breadcrumbs .current {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

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

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

body #call-to-action {
  background: transparent !important;
  line-height: 30px;
  text-align: left;
  padding: 0;
  margin: 30px 0;
  position: relative;
}
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: 49px;
  height: 114px;
  position: absolute;
  left: 0;
  top: 0;
}
/* body #call-to-action p::before {
  content: "";
  display: block;
  background: var(--accent-color);
  border-radius: 2px;
  width: 20px;
  max-width: 20px;
  height: 100%;
  transform: skew(-15deg);
  position: absolute;
  left: 0;
  top: 0;
} */

body #call-to-action p {
  color: #333;
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  font-style: normal;
  line-height: 34px;
  padding: 25px 25px 25px 55px;
}
body #call-to-action a {
  color: var(--accent-color) !important;
}
@media screen and (max-width: 650px) {
  body #call-to-action p::before {
    /* transform: skew(-10deg); */
    /* left: 5px; */
  }
}
@media screen and (max-width: 550px) {
  body #call-to-action p::before {
    /* width: 100px; */
  }
}

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

blockquote {
  font-family: var(--body-font);
  font-size: 28px;
  font-weight: 500;
  padding: 0 15px;
  margin: 65px 45px 45px;
  position: relative;
  color: #534c32;
  line-height: 30px;
  font-style: normal;
  min-height: 150px;
}

blockquote:after {
  content: "";
  display: block;
  background: url("../images/int_callout_icon_3x.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
blockquote p {
  line-height: 32px !important;
  padding-left: 20px;
  padding-right: 0;
}
@media screen and (max-width: 650px) {
  blockquote {
    padding: 0;
    margin: 65px 15px 15px;
    font-size: 22px;
    line-height: 28px;
  }
}

/* ======================================== *
        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(32, 70, 103, 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: 10px;
}
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: 300px;
  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-wrapper {
  margin-top: 0;
}

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;
}
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: 17px;
  font-weight: 600;
  text-align: right;
  line-height: 30px;
}

#header-top a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-family: var(--body-font);
  font-weight: 600;
}
body:not(.home) #header-top a {
  color: #fff;
}

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

#header-top .phone-1::before,
#header-top .email::before {
  color: var(--primary-color);
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
body:not(.home) #header-top .phone-1::before,
body:not(.home) #header-top .email::before {
  color: var(--accent-color);
}

#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-left: 15px;
}

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

#header-top .tmf-button.mail:hover {
  background: var(--accent-color);
}

@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: var(--secondary-color);
  padding: 20px 0 35px;
  /* padding: 25px 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 {
  max-width: 391px;
  height: auto;
  width: 100%;
  padding-top: 10px;
}

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

#header-cell-1 .inner {
  padding-right: 0;
}

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

#header-cell-2 .inner {
  padding-left: 0;
}
#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 {
    padding: 0;
    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: top;
  }

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

  #header .mobile-view {
    padding-right: 25px;
    display: flex;
    justify-content: end;
  }
}

@media screen and (max-width: 950px) {
  #header .desktop-logo-view {
    display: none;
  }

  #header .mobile-logo-view {
    display: block;
  }
  #header .main-logo,
  #header .mobile-view {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #header-cell-2 {
    position: unset;
  }
  #header-container {
    max-width: 100%;
  }
  #header-wrapper {
    background: #204667;
    padding: 10px 0;
  }
  .home #header-wrapper {
    background: #204667;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  #header .logo {
    width: 100%;
  }
  #header-cell-1 .inner {
    padding-right: 25px;
  }
}

/* ======================================== *
      Mobile Header Bottom Section
* ======================================== */
#mobile-header-bottom-wrapper {
  /* padding-top: 15px; */
}
#mobile-header-bottom {
  padding: 30px 0;
}
#mobile-header-bottom .location-phone a,
#mobile-header-bottom .location-email a,
#mobile-header-bottom .menu-bar-container .menu-label {
  font-family: var(--body-font);
  color: #fff;
  font-weight: 600;
  font-size: 17px;
}
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: 10px;
}
#primary-nav .menu > .menu-item {
  padding: 0 5px;
}

#primary-nav .menu > .menu-item > a {
  color: #ffffff;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  padding: 5px 0;
  text-decoration: none;
}
.home #primary-nav .menu > .menu-item > a {
  color: #000;
  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: var(--accent-color);
  font-size: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
}

.home #primary-nav .menu > .menu-item.home-icon a:before {
  color: var(--primary-color);
}
#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: 0;
  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;
}

#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 .sub-menu .sub-menu {
  min-width: 250px;
  top: 0;
  right: -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(--primary-color);
}

#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 > 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: 1250px) {
  #primary-nav .menu {
    gap: 5px;
  }
}
@media screen and (max-width: 1200px) {
  #primary-nav-container {
    max-width: 1250px !important;
    margin: 0 auto;
  }
  #primary-nav-wrapper {
    width: 95%;
    margin: 0 auto;
  }
  #primary-nav {
    padding-top: 0;
  }
  #primary-nav .menu {
    justify-content: space-between;
  }
}

/* ======================================== *
  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: 600;
}

#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::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  height: 100%;
  width: 10px;
  background: var(--primary-color);
}
#billboard .billboard-content-container::after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  height: 100%;
  width: 10px;
  background: var(--primary-color);
}
#billboard .billboard-content-container {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  top: 49%;
  right: 6%;
  z-index: 1;
  transform: skew(-15deg);
  transition: transform 0.2s ease-in-out;
}

#billboard .billboard-content {
  box-sizing: border-box;
  position: relative;
  background: var(--accent-color);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 25px;
}

#billboard h1 {
  margin-bottom: 0;
}

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

@media screen and (max-width: 950px) {
  #billboard .billboard-content-container {
    background: var(--accent-color);
    border: none;
    position: static;
    transform: inherit;
    max-width: 100%;
    padding: 20px 25px;
    text-align: center;
  }
  #billboard .billboard-content-container::before,
  #billboard .billboard-content-container::after {
    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;
  }
}
@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%;
  }
}

/* slider */
#billboard #billboard-wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

#billboard .billboard-slides {
  position: relative;
  min-height: 750px; /* Adjust to take the full height of the #billboard-wrapper */
}

#billboard .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

#billboard .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#billboard .slide.active {
  opacity: 1;
}

@media screen and (max-width: 950px) {
  #billboard .billboard-slides {
    min-height: 500px;
  }
}
@media screen and (max-width: 500px) {
  #billboard .billboard-slides {
    min-height: 350px;
  }
}

/* Updated header styles based on each image */
.billboard-content-container {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.billboard-content-container.active {
  opacity: 1;
}
/* slide 0 */
/* slide 1 */
body.billboard-img-1 #billboard .billboard-content {
  background: var(--primary-color);
}

body.billboard-img-1 #billboard .billboard-content-container {
  left: 5%;
  right: unset;
}
body.billboard-img-1 #billboard .billboard-content-container::before {
  width: 100%;
  left: -100%;
}
body.billboard-img-1 #billboard .billboard-content-container::after {
  background: var(--accent-color);
}
/* slide 2 */
body.billboard-img-2 #header .logo {
  content: url("../images/logo_int_3x.png");
}
body.billboard-img-2 #primary-nav .menu > .menu-item.home-icon a:before {
  color: #fff;
}
body.billboard-img-2 #primary-nav .menu > .menu-item > a {
  color: #fff !important;
}
body.billboard-img-2 #header-top a {
  color: #fff;
}
body.billboard-img-2 #header-top .phone-1::before,
body.billboard-img-2 #header-top .email::before {
  color: #fff;
}

body.billboard-img-2 #billboard .billboard-content-container {
  transform: skew(0deg);
}
body.billboard-img-2 #billboard .billboard-content-container::before {
  display: none;
}
body.billboard-img-2 #billboard .billboard-content-container::after {
  background: var(--accent-color);
  width: 100%;
  right: -100%;
}

@media screen and (max-width: 950px) {
  body.billboard-img-1 #billboard .billboard-content {
    background: var(--accent-color);
  }
}

/* ======================================== *
        Int Billboard Section
 * ======================================== */
#int-billboard-wrapper {
}

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

#int-billboard .int-billboard-img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
}

#int-billboard-cell-1 {
}

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

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

#int-billboard .int-billboard-content {
  position: static;
}

#int-billboard .int-billboard-title {
  background: var(--accent-color);
  box-sizing: border-box;
  padding: 15px 25px;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 1;
  transform: skew(-15deg) translateY(-50%);
}

#int-billboard .int-billboard-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  height: 100%;
  width: 10px;
  background: var(--primary-color);
}
#int-billboard .int-billboard-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  height: 100%;
  width: 10px;
  background: var(--primary-color);
}

#int-billboard h1#page-title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0;
}

#int-billboard .mobile-view {
  display: none;
}
@media screen and (max-width: 1020px) {
  .postid-69 #int-billboard .int-billboard-title {
    display: block;
    position: static;
    transform: unset;
  }
}
@media screen and (max-width: 950px) {
  #int-billboard .int-billboard-content {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    z-index: inherit;
    transform: inherit;
  }

  #int-billboard .int-billboard-title {
    display: block;
    position: static;
    transform: unset;
  }

  #int-billboard .int-billboard-title:before {
    display: none;
  }
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
  background: url("../images/int_titlebar_bg_3x.png") no-repeat center
    center/cover;
}

#int-title-container {
  max-width: 90%;
}

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

#int-title h1#page-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
}

@media screen and (max-width: 950px) {
  #int-title h1#page-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 550px) {
  #int-title {
    padding: 25px 0;
  }
}

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

#home-body .row {
  display: block;
}
#home-body .row .col {
  width: 50%;
}
#home-body .row .col:nth-child(1) {
  padding-right: 15px;
}
#home-body .row .col:nth-child(2) {
  padding-left: 15px;
}

@media screen and (max-width: 950px) {
  #home-body {
    padding: 10px 0;
    text-align: left;
    margin-top: 0;
  }
  #home-body .row {
    display: flex;
    flex-direction: column;
  }
  #home-body .row .col {
    width: 100%;
  }
  #home-body .row .col:nth-child(1) {
    padding-right: 0;
  }
  #home-body .row .col:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 850px) {
  #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: 550px) {
  #home-body-container {
    max-width: 100%;
  }
}

/* ======================================== *
        Body Section
 * ======================================== */

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

#body {
  /* padding: 35px 0; */
}
#body #body-cell-1 > .inner {
  padding: 35px 25px;
}
#body #body-cell-2 > .inner {
  padding: 35px 25px;
}
#body #body-cell-2 {
  position: relative;
}
#body #body-cell-2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  height: 100%;
  background: #e5e3e3;
}

@media screen and (max-width: 1050px) {
  #body-wrapper {
    margin-top: 0;
  }
  #body {
    padding: 35px 0;
  }
  #body #body-cell-2::before {
    display: none;
  }
  #body #body-cell-1 .inner {
    padding: 0 25px;
  }
  #body #body-cell-2 .inner {
    padding: 0 25px;
  }
}

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

/* ======================================== *
        Home Practice Area Section
 * ======================================== */
#home-practice-areas-wrapper {
  background: #d4d4d4;
  min-height: 200px;
  margin-top: 150px;
}
#home-practice-areas .tmf-module-content {
  position: relative;
}
#home-practice-areas .tmf-post-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: -79px;
}
#home-practice-areas .tmf-post {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
#home-practice-areas .tmf-post .pa-listing {
  position: relative;
}
#home-practice-areas .tmf-post .pa-listing::after {
  content: "";
  display: block;
  width: 96px;
  height: 24px;
  /* background: url("../images/icon_sprite_3x.png") no-repeat;
  background-size: 365px;
  background-position: -270px 0; */
  background: url("../images/pa-arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: background 0.15s ease;
}
#home-practice-areas .tmf-post .pa-listing:hover::after {
  /* background-position: -173px 0; */
  background: url("../images/pa-arrow-hover.png") no-repeat;
  background-size: contain;
}
#home-practice-areas .tmf-post .pa-listing .title h2 {
  color: #333;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 700;
}
#home-practice-areas .tmf-post .pa-listing a {
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 200px;
  height: 280px;
}
#home-practice-areas .tmf-post .pa-listing .pa-icon {
  width: 159px;
  height: 159px;
  background: var(--accent-color);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  transition: all 0.15s ease-in;
}
#home-practice-areas .tmf-post .pa-listing:hover .pa-icon {
  /* background: var(--primary-color); */
  background: #2e6999;
}
/* icons */
#home-practice-areas .tmf-post .pa-listing .pa-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 67px;
  height: 68px;
  background: url("../images/home_prac_areas_icon_sprite_3x.png") no-repeat;
  background-size: 360px;
}
#home-practice-areas .tmf-post .pa-listing.consumer-protection .pa-icon::after {
  background-position: 1px 0;
  width: 62px;
  height: 62px;
}
#home-practice-areas
  .tmf-post
  .pa-listing.consumer-class-actions
  .pa-icon::after {
  background-position: -71px -1px;
}
#home-practice-areas
  .tmf-post
  .pa-listing.debt-collection-credit-reporting
  .pa-icon::after {
  background-position: -144px 0;
  height: 51px;
}
#home-practice-areas .tmf-post .pa-listing.telemarketing .pa-icon::after {
  background-position: -215px 0;
}
#home-practice-areas .tmf-post .pa-listing.student-loans .pa-icon::after {
  background-position: -290px 0;
  width: 71px;
  height: 56px;
}
/* end icons */

@media screen and (max-width: 1060px) {
  #home-practice-areas-wrapper {
    margin-top: 130px;
  }
  #home-practice-areas .tmf-post-list {
    top: -70px;
  }
  #home-practice-areas .tmf-post .pa-listing a {
    width: 180px;
    height: 271px;
  }
  #home-practice-areas .tmf-post .pa-listing .pa-icon {
    width: 129px;
    height: 129px;
  }
}
@media screen and (max-width: 950px) {
  #home-practice-areas-wrapper {
    margin-top: 0;
    padding: 50px 0;
  }
  #home-practice-areas .tmf-post-list {
    position: static;
    flex-direction: column;
    gap: 50px;
  }
  #home-practice-areas .tmf-post .pa-listing::after {
    display: none;
  }
  #home-practice-areas .tmf-post .pa-listing .pa-icon {
    width: 159px;
    height: 159px;
  }
  #home-practice-areas .tmf-post .pa-listing a {
    width: 100%;
    height: auto;
  }
}

/* ======================================== *
        Practice Area Sidebar
 * ======================================== */
.tmf-module-246 {
  margin-top: 20px;
}
.tmf-module-246 .tmf-post-list {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.tmf-module-246 .tmf-post {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.tmf-module-246 .pa-listing a {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}
.tmf-module-246 .pa-listing a .pa-icon {
  background: var(--accent-color);
  border-radius: 50%;
  width: 60px;
  min-width: 60px;
  height: 60px;
  position: relative;
  transition: background 0.15s ease-in;
}
.tmf-module-246 .pa-listing:hover a .pa-icon {
  background: var(--primary-color);
}
.tmf-module-246 .pa-listing a .title {
  font-family: var(--body-font);
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
/* icons */
.tmf-module-246 .tmf-post .pa-listing .pa-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 27px;
  height: 27px;
  background: url("../images/home_prac_areas_icon_sprite_3x.png") no-repeat;
  background-size: 150px;
}
.tmf-module-246 .tmf-post .pa-listing.consumer-protection .pa-icon::after {
  background-position: 1px 0;
}
.tmf-module-246 .tmf-post .pa-listing.consumer-class-actions .pa-icon::after {
  background-position: -30px -1px;
}
.tmf-module-246
  .tmf-post
  .pa-listing.debt-collection-credit-reporting
  .pa-icon::after {
  background-position: -61px 0;
  height: 22px;
}
.tmf-module-246 .tmf-post .pa-listing.telemarketing .pa-icon::after {
  background-position: -91px 0;
}
.tmf-module-246 .tmf-post .pa-listing.student-loans .pa-icon::after {
  background-position: -122px 0;
  width: 29px;
  height: 23px;
}
/* end icons */

@media screen and (max-width: 500px) {
  .tmf-module-246 .tmf-post-list {
    width: 90%;
  }
}

/* ======================================== *
        Home FAQ Section
 * ======================================== */
#home-faq-wrapper {
  background: var(--secondary-color);
  overflow: hidden;
  padding: 50px 0;
}
#home-faq-container {
  max-width: 90%;
}

/* home faq cell 1 */
#home-faq-wrapper #home-faq-cell-1 {
  border-right: 3px solid #706f6f;
  padding-right: 30px;
}
/* end home faq cell 1 */

/* home faq cell 2 */
#home-faq-wrapper #home-faq-cell-2 {
  padding-left: 25px;
}

#home-faq-wrapper .smk_accordion .accordion_in > .acc_head .title {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: transparent;
}
#home-faq-wrapper .smk_accordion .accordion_in.acc_active > .acc_head .title {
  font-weight: 600 !important;
}
#home-faq-wrapper .smk_accordion .accordion_in .acc_content {
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  padding: 15px 10px;
  line-height: normal;
}
#home-faq-wrapper .smk_accordion .accordion_in .acc_content .editor-content {
  padding-left: 20px;
}
#home-faq-wrapper .tmf-module-area-home-faq .acc_content .editor-content {
  padding-left: 20px;
}
#home-faq-wrapper .smk_accordion.acc_with_icon .accordion_in .acc_head,
#home-faq-wrapper .smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 30px;
  padding-right: 30px;
}
#home-faq-wrapper .smk_accordion .accordion_in .acc_head {
  position: relative;
  background: transparent;
  padding: 15px;
  display: block;
  cursor: pointer;
  margin-top: 0;
}
#home-faq-wrapper .smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 27px;
  margin-top: -8px;
  background: url("../images/icon_sprite_3x.png") no-repeat scroll -85px 0;
  background-size: 400px;
}
#home-faq-wrapper
  .smk_accordion
  .accordion_in.acc_active
  .acc_head
  .acc_icon_expand {
  background-position: -63px 0;
  margin-top: -5px;
}
#home-faq .hide-desktop {
  display: none;
}
/* end home faq cell 2 */

#home-faq .tmf-button {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
}
#home-faq .tmf-button:hover {
  color: #333;
  background: #fff;
}

@media screen and (max-width: 950px) {
  #home-faq .hide-mobile {
    display: none;
  }
  #home-faq .hide-desktop {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
  }
  #home-faq-wrapper #home-faq-cell-1 {
    border-right: none;
    padding-right: 0;
  }
  #home-faq-wrapper #home-faq-cell-2 {
    padding-left: 0;
    padding-top: 0;
  }
  #home-faq h2 {
    text-align: center;
  }
}

@media screen and (max-width: 630px) {
  #home-faq-container {
    max-width: 100%;
  }
}

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper {
  background: var(--primary-color);
  position: relative;
  z-index: 1;
  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;
  margin-top: -1px;
}

#home-attorney-row {
  padding: 40px 0 100px;
}
#home-attorney .tmf-module-content {
  text-align: center;
  margin: 0 auto;
  width: 63%;
  color: #fff;
}

#home-attorney .tmf-module-content p {
  font-weight: 700;
}

#home-attorney .tmf-module-content .tmf-button {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  display: block;
  max-width: max-content;
  margin: 25px auto 0;
}
#home-attorney .tmf-module-content .tmf-button:hover {
  color: #333;
  background: #fff;
}
@media screen and (max-width: 950px) {
  #home-attorney .tmf-module-content {
    width: 100%;
  }
  #home-attorney-row {
    padding: 30px 0 80px;
  }
}
/* ======================================== *
        Home Case Results
 * ======================================== */

#home-case-results-wrapper {
  padding-top: 125px;
  padding-bottom: 80px;
}
#home-case-results .tmf-module-title {
  text-align: center;
}
#home-case-results {
  padding: 30px 0;
}
#home-case-results .tmf-post-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
#home-case-results .tmf-post-list .tmf-post {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
  text-align: center;
  padding: 20px;
}
#home-case-results .tmf-post-list .tmf-post:not(:last-child) {
  border-right: 2px solid #b8b8b8;
}
#home-case-results .tmf-post-list .tmf-post .title {
  font-weight: 700;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
#home-case-results .tmf-post-list .tmf-post .read-more a {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
  display: block;
  margin-top: 10px;
}
#home-case-results .tmf-post-list .tmf-post .read-more a:hover {
  color: #294665;
}
#home-case-results .tmf-button {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  margin: 50px auto 0;
  display: block;
  width: max-content;
}
#home-case-results .tmf-button:hover {
  background: var(--primary-color);
  color: #fff;
}
@media screen and (max-width: 950px) {
  #home-case-results-wrapper {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  #home-case-results-container {
    max-width: 80%;
  }
  #home-case-results .tmf-post-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #home-case-results .tmf-button {
    margin: 30px auto 0;
  }
  #home-case-results .tmf-post-list .tmf-post:not(:last-child) {
    border-right: none;
    border-bottom: 2px solid #b8b8b8;
  }
}
@media screen and (max-width: 600px) {
  #home-case-results-container {
    max-width: 90%;
  }
}
/* ======================================== *
        Home Footer
 * ======================================== */
#home-footer-wrapper {
}
#home-footer-container {
  max-width: 100% !important;
}
#home-footer-row {
  background: #6d6d6e;
  min-height: 415px;
}
/* home-footer cell 1 */
#home-footer-cell-1 {
  background: url("../images/home_footer_left_bg_3x.jpg") no-repeat center
    center/cover;
}
#home-footer-cell-1 .inner {
  min-height: 415px;
  max-width: 90%;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
#home-footer-cell-1 .tmf-module-content {
  padding-right: 30px;
}
#home-footer-cell-1 h2 {
  color: #333;
  font-size: 28px;
}
#home-footer-cell-1 .tmf-post.location .contact-info .address,
#home-footer-cell-1 .tmf-post.location .contact-info .phone a,
#home-footer-cell-1 .tmf-post.location .contact-info .fax a,
#home-footer-cell-1 .tmf-post.location .contact-info .email a {
  color: #191919;
  font-weight: 600;
}
#home-footer-cell-1 .contact-info .address {
  margin-bottom: 15px;
}
#home-footer-cell-1 .contact-info .contact-links {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
#home-footer-cell-1 p {
  color: #191919;
  font-weight: 700;
}
@media screen and (max-width: 1225px) {
  #home-footer-cell-1 .contact-info .address {
    margin-bottom: 5px;
  }
  #home-footer-cell-1 .contact-info .contact-links {
    flex-direction: column;
    gap: 0;
  }
}
/* end home-footer cell 1 */

/* home-footer cell 2 */
#home-footer-cell-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 415px;
  padding: 25px 0;
}

#home-footer-cell-2 .inner {
  width: 90%;
}
#home-footer-cell-2 .tmf-module-title {
  color: #fff;
  text-align: center;
  font-size: 28px;
}
#home-footer .gform-body .left_half,
#home-footer .gform-body .right_half {
  display: block;
  float: left;
  vertical-align: top;
  width: 50%;
}
#home-footer .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
  height: 155px !important;
}
#home-footer .gform_wrapper.tmf-form_wrapper ul.gform_fields {
  padding: 0 15px;
}
#home-footer .gform_wrapper.tmf-form_wrapper .gform_body {
  width: auto;
}
#home-footer .gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
  margin: 15px 0 0;
}
#home-footer
  .gform_wrapper.tmf-form_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
#home-footer .gform_wrapper.tmf-form_wrapper input[type="text"],
#home-footer .gform_wrapper.tmf-form_wrapper textarea {
  margin: 0;
}

#home-footer .gform_legacy_markup_wrapper span.gform_drop_instructions {
  color: #fff;
}

#home-footer .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type="text"],
#home-footer .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
  padding: 12px 10px !important;
  line-height: normal;
  border: none;
}
#home-footer .gform_wrapper.tmf-form_wrapper .gform_body ul.message {
  padding: 0 15px;
  margin: 0;
}

#home-footer
  .gform_wrapper.tmf-form_wrapper
  .gform_body
  ul.message
  #field_1_4
  .ginput_container_textarea {
  padding-top: 8px;
}
#home-footer .gform_legacy_markup_wrapper form {
  margin: 0 auto;
}
#home-footer body .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
#home-footer-cell-2 .tmf-module-content .gform_button {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  width: auto;
}
#home-footer-cell-2 .tmf-module-content .gform_button:hover {
  color: #333;
  background: #fff;
}

@media screen and (max-width: 650px) {
  #home-footer .gform-body .left_half,
  #home-footer .gform-body .right_half {
    float: none;
    width: 100%;
  }
  #home-footer .gform-body .left_half {
    margin-bottom: 0;
  }
  #home-footer .gform-body .right_half {
    margin-top: 0;
  }
}
/* end home-footer cell 2 */

/* ======================================== *
        Practice Areas
 * ======================================== */
.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;
  }
}

@media screen and (max-width: 650px) {
  .postid-61 #int-billboard .int-billboard-img {
    /* consumer protection */
    content: url("../images/mobile_billboard_consumer_protection.jpg");
  }
  .postid-63 #int-billboard .int-billboard-img {
    /* consumer class actions */
    content: url("../images/mobile_billboard_class_action.jpg");
  }
  .postid-65 #int-billboard .int-billboard-img {
    /* consumer Debt and consumer Credit */
    content: url("../images/mobile_billboard_debt_collection.jpg");
  }
  .postid-67 #int-billboard .int-billboard-img {
    /* Telemarketing */
    content: url("../images/mobile_billboard_telemarketers.jpg");
  }
  .postid-69 #int-billboard .int-billboard-img {
    /* Robocalls */
    content: url("../images/mobile_billboard_robocalls.jpg");
  }
  .postid-75 #int-billboard .int-billboard-img {
    /* FFELP */
    content: url("../images/mobile_billboard_FFELP.jpg");
  }
}

/* ======================================== *
        Rep cases archive
 * ======================================== */
.post-type-archive-representative-case .tmf-post {
  padding-bottom: 45px;
  margin-bottom: 45px;
}

/* ======================================== *
        Practice Area archive
 * ======================================== */
.post-type-archive-practice-area p {
  line-height: 1.7em;
  margin-bottom: 15px;
}
.post-type-archive-practice-area .tmf-post {
  padding-bottom: 45px;
  margin-bottom: 45px;
}
/* ======================================== *
        Location archive
 * ======================================== */
.post-type-archive-location #location-cell-1 .inner {
  padding: 0;
}
/* ======================================== *
        Attorney archive
 * ======================================== */

.post-type-archive-attorney .tmf-post.attorney.medium .read-more-button.top {
  float: right;
  margin-bottom: 10px;
  margin-left: 25px;
  display: none !important;
}
.post-type-archive-attorney .tmf-post.attorney.medium .read-more-button.bottom {
  display: block !important;
  float: left;
}
.post-type-archive-attorney .tmf-post {
  padding-bottom: 45px;
  margin-bottom: 45px;
}
.post-type-archive-attorney .contact-information a {
  color: #333;
}
/* ======================================== *
        Single Attorney Page CSS
 * ======================================== */
.single-attorney .attorney-wrap {
  display: flex;
  width: 100%;
  min-width: 100%;
  align-items: center;
  gap: 2px;
  margin-bottom: 30px;
}

.single-attorney .at-image img {
  display: block;
}

.single-attorney .attorney-wrap .at-info-wrap {
  width: 100%;
  height: 330px;
  background: var(--accent-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.single-attorney .attorney-wrap .attorney-page-title h1#page-title {
  margin-bottom: 10px !important;
}

.single-attorney .attorney-titles a {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.single-attorney .contact-information,
.single-attorney .icon-container {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  vertical-align: top;
}

.single-attorney .contact-information .phone,
.single-attorney .contact-information .fax,
.single-attorney .contact-information .email {
  display: block;
  line-height: normal;
  vertical-align: middle;
  margin: 15px 0;
}

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

.single-attorney .label {
  font-size: 0;
}

.single-attorney .vcard .value,
.single-attorney .vcard .value::before,
.single-attorney .phone-1::before,
.single-attorney .phone-2::before,
.single-attorney .fax::before,
.single-attorney .email::before,
.single-attorney .speaking::before {
  display: none;
}

.single-attorney .vcard {
  margin-right: 0;
}

.single-attorney .vcard .label {
  margin-top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  vertical-align: middle;
}

.single-attorney .resume {
  display: block;
}

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

.single-attorney .contact-information a,
.single-attorney .icon-container a,
.single-attorney .speaking a {
  color: #fff;
}

.single-attorney .smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #e4e3e2;
  padding: 15px;
  color: #333;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 600;
  display: block;
  cursor: pointer;
  margin-top: 20px;
}

/* Accordion */
.single-attorney .smk_accordion .accordion_in.acc_active > .acc_head {
  color: #ffffff;
  background: #6c6d6d;
}

.single-attorney .smk_accordion .accordion_in.acc_active > .acc_head .title {
  font-weight: 600 !important;
}

.single-attorney .smk_accordion .accordion_in > .acc_head .title {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 400px) {
  .single-attorney .acc_content .editor-content ul {
    padding-left: 20px;
  }
}

/* end accordion */

@media screen and (max-width: 1300px) {
  .single-attorney .at-image img {
    width: 330px;
  }
  .single-attorney .attorney-wrap .at-info-wrap {
    height: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .single-attorney .at-image img {
    width: 300px;
  }
  .single-attorney .attorney-wrap .at-info-wrap {
    height: 280px;
  }
}
@media screen and (max-width: 1050px) {
  .single-attorney .at-image img {
    width: 330px;
  }
  .single-attorney .attorney-wrap .at-info-wrap {
    height: 280px;
  }
}
@media screen and (max-width: 800px) {
  .single-attorney .attorney-wrap {
    display: block;
  }
  .single-attorney .at-image img {
    width: 100%;
    /* margin-bottom: 1px; */
  }
}
@media screen and (max-width: 550px) {
  .single-attorney .at-image img {
    width: 100%;
    /* margin-bottom: 1px; */
  }
  .single-attorney .attorney-wrap .at-info-wrap {
    height: 300px;
    margin: 0 auto;
    width: 100%;
  }
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
  overflow: hidden;
  background: url("../images/int_footer_bg_3x.jpg") no-repeat center
    center/cover;
  min-height: 342px;
}

#footer-container {
  max-width: 90%;
}
#footer {
  text-align: center;
}

#footer-cell-1 .inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 342px;
  padding: 45px 25px;
}
#footer-cell-1 h2 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-top: 0;
}
#footer-cell-1 p {
  font-weight: 700;
}

#footer-cell-1 .contact-info {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#footer-cell-1 .contact-info .contact-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#footer .tmf-post.location.small a,
#footer .tmf-post.location.small {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
  color: #191919;
}

#footer .streetAddress {
  font-weight: 600;
}

#footer .address,
#footer .phone-1,
#footer .email {
  margin: 5px 0;
  line-height: normal;
}

@media screen and (max-width: 1150px) {
  #footer-cell-1 .contact-info {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 650px) {
  #footer-cell-1 .contact-info .contact-links {
    gap: 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  #footer-cell-1 .inner {
    padding: 45px 0;
  }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
  background: var(--tertiary-color);
  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;
}

@media screen and (max-width: 1150px) {
  #copyright .left,
  #copyright .right {
    float: none;
    text-align: center;
  }
}

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

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

/* For More information Form - sidebar */
body .tmf-multi-module-area .tmf-module-207 {
  background: var(--secondary-color);
  padding: 35px;
  text-align: center;
  position: relative;
}

body .tmf-multi-module-area .tmf-module-207 h3 {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

body
  .tmf-multi-module-area
  .tmf-module-207
  #gform_wrapper_1
  input[type="submit"] {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 25px;
  transition: all 0.15s ease-in;
}
body
  .tmf-multi-module-area
  .tmf-module-207
  #gform_wrapper_1
  input[type="submit"]:hover {
  background: #fff !important;
  border: 2px solid #fff;
  color: #333 !important;
}

.tmf-multi-module-area .tmf-module-207 .editor-content ul {
  padding-left: 0;
  margin: 0;
}
.tmf-module-207
  .gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  background: #e5e5e5;
  border: 1px solid #fff;
  color: #333333;
}
.tmf-module-207 .gform_legacy_markup_wrapper textarea {
  background: #e5e5e5;
  border: 1px solid #fff;
  color: #333333;
}
.tmf-module-207 .gform_legacy_markup_wrapper input::placeholder {
  color: #333333;
  text-align: center;
}

.tmf-module-207 .gform_legacy_markup_wrapper textarea::placeholder {
  color: #333333;
  text-align: center;
}

.tmf-module-207 #gform_1 #field_1_8 {
  color: #fff;
  padding-top: 8px !important;
}
.tmf-module-207 #gform_1 #field_1_8 #gform_multifile_upload_1_8 {
  padding-top: 5px;
}
.tmf-module-207 #gform_1 #field_1_8 #gform_drag_drop_area_1_8 {
  margin-bottom: 5px;
}
.tmf-module-207 #gform_1 #field_1_8 #gform_drag_drop_area_1_8 button {
  border: none;
  background: #fff;
  cursor: pointer;
}
/* End For More information Form - sidebar */

/* Student Loans Form - sidebar Student Loans Form */
body .tmf-multi-module-area .tmf-module-271 {
  background: var(--secondary-color);
  padding: 35px;
  text-align: center;
  position: relative;
}

body .tmf-multi-module-area .tmf-module-271 h3 {
  font-family: var(--heading-font);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

body
  .tmf-multi-module-area
  .tmf-module-271
  #gform_wrapper_2
  input[type="submit"] {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 25px;
  transition: all 0.15s ease-in;
}
body
  .tmf-multi-module-area
  .tmf-module-271
  #gform_wrapper_2
  input[type="submit"]:hover {
  background: #fff !important;
  border: 2px solid #fff;
  color: #333 !important;
}

.tmf-multi-module-area .tmf-module-271 .editor-content ul {
  padding-left: 0;
  margin: 0;
}
.tmf-module-271
  .gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  background: #e5e5e5;
  border: 1px solid #fff;
  color: #333333;
}
.tmf-module-271 .gform_legacy_markup_wrapper textarea {
  background: #e5e5e5;
  border: 1px solid #fff;
  color: #333333;
}
.tmf-module-271 .gform_legacy_markup_wrapper input::placeholder {
  color: #333333;
  text-align: center;
}

.tmf-module-271 .gform_legacy_markup_wrapper textarea::placeholder {
  color: #333333;
  text-align: center;
}

.tmf-module-271 #gform_2 #field_2_8 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;
  background-color: #e5e5e5;
  border: 1px solid #fff;
  color: #333333;
}
.tmf-module-271 #gform_2 #field_2_8 {
  color: #fff;
}
.tmf-module-271 #gform_2 #field_2_9 {
  color: #fff;
  padding-top: 8px !important;
}
.tmf-module-271 #gform_2 #field_2_9 #gform_multifile_upload_2_9 {
  padding-top: 5px;
}
.tmf-module-271 #gform_2 #field_2_9 #gform_drag_drop_area_2_9 {
  margin-bottom: 5px;
}
.tmf-module-271 #gform_2 #field_2_9 #gform_drag_drop_area_2_9 button {
  border: none;
  background: #fff;
  cursor: pointer;
}
/* End Student Loans Form - sidebar Student Loans Form */

/* ======================================== *
        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;
  font-weight: 500;
}

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;
  font-weight: 500;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #333333;
  font-weight: 500;
}

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;
}

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;
}

.tmf-button,
/* .page-numbers, */
input[type="submit"] {
  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  background: var(--accent-color);
  /* border: 2px solid 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,
/* .page-numbers:hover, */
input[type="submit"]:hover {
  background: var(--accent-color);
  text-decoration: none;
  color: #ffffff;
}

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

.page-navigation .tmf-button,
.page-navigation .page-numbers {
  background: var(--primary-color);
  border: none;
}
.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;
  text-decoration: none;
}
.tmf-button.large {
  font-size: 1.1em;
  padding: 7px 25px;
}

.tmf-button.medium {
  font-size: 0.95em;
  padding: 7px 25px;
}

.tmf-button.small {
  font-size: 0.85em;
  padding: 3px 15px;
}

.tmf-button.tiny {
  font-size: 0.75em;
  padding: 2px 7px;
}

.page-numbers.current {
  background: var(--accent-color);
  border: none;
  color: #fff;
}
@media screen and (max-width: 450px) {
  .tmf-button::before,
  input[type="submit"]::before {
    display: none;
  }

  .tmf-button::after,
  input[type="submit"]::after {
    display: none;
  }
}
/* ======================================== *
        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;
}

@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; */
  /* margin-left: 17px !important; */
  /* color: #fff !important; */
}
.gform_heading {
  display: none;
}

#gform_wrapper_1 .tmf-button,
.page-numbers,
input[type="submit"] {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
  color: #fff;
  padding: 5px 25px;
  transition: all 0.15s ease-in;
}
#gform_wrapper_1 .tmf-button,
.page-numbers,
input[type="submit"]:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.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: #e5e5e5;
  border: 1px solid #fff;
  color: #333333;
}
.gform_legacy_markup_wrapper input::placeholder {
  color: #333333;
  font-weight: 600;
  /* text-align: center; */
}
.gform_legacy_markup_wrapper textarea {
  background: #e5e5e5;
  border: 1px solid #fff;
  color: #333333;
}
.gform_legacy_markup_wrapper textarea::placeholder {
  color: #333333;
  font-weight: 600;
  /* 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: 10px 15px;
  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;
}

#home-footer #gform_1 #field_1_8 {
  color: #fff;
  padding-top: 8px !important;
}
#home-footer #gform_1 #field_1_8 #gform_multifile_upload_1_8 {
  padding-top: 5px;
}
#home-footer #gform_1 #field_1_8 #gform_drag_drop_area_1_8 {
  margin-bottom: 5px;
}
#home-footer #gform_1 #field_1_8 #gform_drag_drop_area_1_8 button {
  border: none;
  background: #fff;
  cursor: pointer;
}

@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;
}
