/* ============================================================================ *
        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: #545147;
  --accent-color: #bf543b;
  --accent-hover-color: #a54c35;
  --secondary-color: #edeae1;
  --alt-secondary-color: #c1bfb9;
  --tertiary-color: #878277;
  --heading-font: "Amiri", serif;
  --body-font: "DM Sans", sans-serif;
}

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

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

/* font-family: 'Mukta', sans-serif; */
/* font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", sans-serif; */

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

  body #header-wrapper.sticky #header #primary-nav-container {
    max-width: 950px !important;
  }

  #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: 28px;
  font-family: var(--heading-font);
  font-weight: 700;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: 15px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
  color: var(--primary-color);
  font-size: 30px;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.2em;
  margin: 20px 0 10px 0;
}

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

/* #home-body .editor-content h2:first-child::before,
#home-body .editor-content h2:first-child::after {
  display: inline-block;
  content: "";
  border-top: 3px solid #e3aa2d;
  width: 17%;
  margin: 0 0.5em;
  vertical-align: middle;
  
} */

@media screen and (max-width: 550px) {
  h2,
  .tmf-post > h2,
  .editor-content h2 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 450px) {
  /* #home-body .editor-content h2:first-child::before,
  #home-body .editor-content h2:first-child::after {
    width: 10%;
  } */
}
@media screen and (max-width: 379px) {
  /* #home-body .editor-content h2:first-child::before,
  #home-body .editor-content h2:first-child::after {
    display: none;
  } */
}

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

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

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
  color: var(--primary-color);
  font-size: 24px;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.1em;
  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;
}

/* ======================================== *
        Header 5
 * ======================================== */
h5 {
  color: var(--primary-color);
  font-size: 32px;
  font-family: var(--heading-font);
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header 6
 * ======================================== */
h6 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

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

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {
}
#secondary-nav .menu > .menu-item {
}
#secondary-nav .menu > .menu-item.first {
}
#secondary-nav .menu > .menu-item.last {
}
#secondary-nav .menu > .menu-item > a {
}
#secondary-nav .menu > .menu-item:hover {
}
#secondary-nav .menu > .menu-item:hover a {
}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {
}

/* ======================================== *
        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: -90px;
  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(84, 81, 71, 0.9);
  border-bottom: none;
  min-height: auto;
  width: 100%;
  z-index: 999999;
  -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);
}

body #header-wrapper.sticky.sticky_animate {
  top: 0;
}
body #header-wrapper.sticky #header-top {
  display: none;
}
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: 55px;
  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-container {
  max-width: 950px !important;
}

body #header-wrapper.sticky #header #primary-nav {
  padding-top: 0;
}

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

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

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

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  text-align: right;
  line-height: 30px;
  margin-right: 15px;
}

#header-top a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--heading-font);
}

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

#header-top .phone-1 {
  margin-left: 25px;
}

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

.home #header-top .phone-1::before,
.home #header-top .email::before {
  color: #fff;
}

#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-button {
  background: var(--accent-color);
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff !important;
  font-size: 19px;
  max-width: fit-content;
  width: 100%;
  padding: 5px 15px;
  margin-bottom: 10px;
}

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

.home #header-top,
.home #header-top a {
  color: #fff;
  font-size: 17px;
  font-family: var(--heading-font);
  font-weight: 700;
}

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

  .home #header-top,
  .home #header-top a {
    color: #ffffff;
  }

  .home #header-top .phone-1::before,
  .home #header-top .email::before {
    color: #9c582f;
  }
}

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

@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(--primary-color);
  background: url("../images/int_header_bg_3x.png") no-repeat center center /
    cover;
}

.home #header-wrapper {
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 9;
}

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

#header {
  padding: 35px 0 30px;
}

#header .logo {
  max-width: 355px;
  width: 100%;
}

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

#header-cell-1,
#header-cell-2 {
  vertical-align: middle;
}
#header-cell-2 {
  position: relative;
  top: -15px;
}
#header-cell-2 .inner {
  padding-left: 0;
}

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

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

@media screen and (max-width: 1200px) {
  .home #header-wrapper {
    background: var(--primary-color);
    background: url("../images/int_header_bg_3x.png") no-repeat center left /
      cover;
    position: inherit;
    z-index: inherit;
  }

  #header {
    padding: 25px 0 0;
  }

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

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

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

  #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: 40%;
    padding-right: 25px;
  }

  #header .mobile-view {
    width: 50%;
    padding-left: 25px;
  }
}

@media screen and (max-width: 950px) {
  #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%;
  }
}

/* ======================================== *
      Primary Navigation Section
* ======================================== */
#primary-nav-wrapper {
  font-family: var(--heading-font);
  font-weight: 700;
  font-size: 17px;
}

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

#primary-nav {
  padding-top: 10px;
}

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

#primary-nav .menu > .menu-item > a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 5px;
  text-decoration: none;
}

.home #primary-nav .menu > .menu-item > a {
  color: #fff;
}

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

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

.home #primary-nav .menu > .menu-item.home-icon a:before {
  color: #fff;
}

#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 > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
}

#primary-nav .menu .sub-menu {
  min-width: 250px;
}

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

#primary-nav .menu .sub-menu .menu-item {
  background: #b4543d;
}

#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 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover {
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
  background-color: var(--accent-hover-color);
  color: #fff;
}

@media screen and (max-width: 1200px) {
  #primary-nav-container {
    max-width: 1250px !important;
    margin: 0 auto;
  }

  #primary-nav {
    padding-top: 0;
  }

  .home #primary-nav .menu > .menu-item > a {
    color: #ffffff;
  }

  .home #primary-nav .menu > .menu-item.home-icon a:before {
    color: #fff;
  }
}

/* ======================================== *
  Mobile Menu
* ======================================== */
#mobile-nav-wrapper {
  /* font-family: "Mukta", sans-serif; */
  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;
}

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

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

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

#billboard .billboard-content-container {
  box-sizing: border-box;
  padding: 0 25px;
  position: absolute;
  top: 60%;
  max-width: 90%;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

#billboard .billboard-content {
  box-sizing: border-box;
  color: #ffffff;
  position: relative;
  padding: 15px 25px 15px 0;
  max-width: 520px;
}

/* #billboard .billboard-content:before {
  background: #253a4c;
  display: block;
  content: "";
  height: 100%;
  width: 1000%;
  position: absolute;
  top: 0;
  left: -1000%;
  z-index: -1;
} */

#billboard h1 {
  color: #ffffff;
  font-size: 64px;
  margin-bottom: 0;
  font-weight: bold;
}

#billboard h1 span {
  font-style: normal;
  font-weight: 400;
}
#billboard h1 .billiboard-heading {
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
}
#billboard .mobile-view {
  display: none;
}

@media screen and (max-width: 1200px) {
  #billboard .billboard-content-container {
    top: 50%;
  }
}

@media screen and (max-width: 950px) {
  #billboard .billboard-content-container {
    background: var(--primary-color);
    border: none;
    position: relative;
    top: inherit;
    transform: inherit;
    max-width: 100%;
    padding: 15px 25px;
    text-align: center;
  }

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

  #billboard .billboard-content:before {
    display: none;
  }

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

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

@media screen and (max-width: 550px) {
  #billboard .billboard-content {
    max-width: 300px;
    margin: 0 auto;
  }
  #billboard h1 {
    font-size: 28px;
  }
  #billboard h1 .billiboard-heading {
    font-size: 34px;
  }
}

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

#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-1 .inner {
  padding: 0;
}

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

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

#int-billboard .int-billboard-title {
  background: var(--accent-color);
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  padding: 25px 25px;
  position: relative;
}

#int-billboard .int-billboard-title:before {
  background: var(--accent-color);
  display: block;
  content: "";
  height: 100%;
  width: 1000%;
  position: absolute;
  top: 0;
  left: -1000%;
}

#int-billboard h1#page-title {
  color: #ffffff;
  font-size: 38px;
  margin-bottom: 0;
  font-weight: bold;
  font-style: normal;
}

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

@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 {
    background: var(--secondary-color);
    border-radius: 0px;
    display: block;
  }
  #int-billboard h1#page-title {
    color: var(--primary-color);
    font-size: 32px;
    max-width: 90%;
    margin: 0 auto;
  }

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

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
  background: var(--secondary-color);
}

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

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

#int-title h1#page-title {
  color: #545147;
  font-size: 38px;
  margin-bottom: 0;
  font-style: normal;
}

@media screen and (max-width: 950px) {
  #int-title h1#page-title {
    font-size: 32px;
  }
}

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

#home-body-container {
  max-width: 90%;
}

#home-body {
  padding: 45px 0 100px;
  text-align: left;
}

#home-body h1 {
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 700;
  font-style: normal;
  color: var(--primary-color);
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 20px;
}

#home-body h2 {
  font-size: 76px;
  font-family: var(--heading-font);
  font-weight: bold;
  color: #063474;
}
#home-body h3 {
  font-size: 38px;
  font-family: var(--heading-font);
  font-weight: 500;
  color: #060c37;
}
#home-body h4 {
  font-size: 28px;
  font-family: var(--heading-font);
  font-weight: 500;
  color: #0000;
}

/* #home-body h1:before,
#home-body h1:after {
  content: "";
  border-top: 2px solid #e6ab41;
  margin: 0 25px 0 0;
  flex: 1 0 25px;
} */

/* #home-body h1:after {
  margin: 0 0 0 25px;
} */

/* #home-body p {
  font-size: 38px;
  font-family: "Calibri", sans-serif;
  font-weight:500;
  color:#060c37;
  font-size: 20px;
  line-height: 26px;
} */

@media screen and (max-width: 850px) {
  #home-body h1 {
    display: block;
    justify-content: inherit;
    align-items: inherit;
    font-size: 30px;
  }

  /* #home-body h1:before,
  #home-body h1:after {
    display: none;
  } */
}
@media screen and (max-width: 550px) {
  #home-body {
    padding: 25px 0;
  }
  #home-body h3 {
    font-size: 31px;
  }
}

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
  margin-top: 1.5vh;
  margin-bottom: 7.5vh;
}

#body-container {
  /* max-width: 1300px; */
  max-width: 90%;
}

#body {
  padding: 35px 0;
}

/* #body .custom-inner {
  padding: 0 25px;
} */
@media screen and (max-width: 1050px) {
  #body-wrapper {
    margin-top: 0;
  }
}

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

/* ======================================== *
        Home Practice Area Section
 * ======================================== */

#home-practice-areas-container {
  max-width: 100% !important;
}

#home-practice-areas {
  text-align: center;
}
#home-practice-areas .tmf-module-home-practice-areas .tmf-post-list {
  display: flex;
  flex-direction: column;
}

#home-practice-areas .inner {
  padding: 0;
}

@media screen and (max-width: 950px) {
  #home-practice-areas {
    padding: 55px 0 25px;
  }
}
@media screen and (max-width: 450px) {
  #home-practice-areas {
    padding: 25px 0;
  }
}

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper {
  background: #cccccd;
  background: url("../images/home_meet_the_team_bg_3x.jpg") no-repeat top center /
    cover;
  min-height: 700px;
}
#home-attorney .mobile-view {
  display: none;
}

/* #home-attorney-container {
  max-width: 1300px;
} */
#home-attorney-container {
  max-width: 90% !important;
  margin: 0 auto;
}

#home-attorney {
  height: auto;
  /* min-height: 700px; */
}

#home-attorney .inner {
  padding: 0 25px;
}
#home-attorney-cell-1 .tmf-module-meet-the-team {
  max-width: 40%;
  margin: 220px 0;
}
#home-attorney-cell-1 .tmf-module-meet-the-team h2 {
  color: var(--primary-color);
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary-color);
}
#home-attorney-cell-1 .tmf-module-meet-the-team .meet-team-buttons {
  margin: 20px 0;
}
#home-attorney-cell-1 .tmf-module-meet-the-team .meet-team-buttons a {
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  #home-attorney-wrapper {
    background: #cccccd;
    background: url("../images/home_meet_the_team_bg_1x.jpg") no-repeat center
      right / cover;
  }
  #home-attorney-cell-1 .tmf-module-meet-the-team {
    padding: 25px;
    background: rgba(84, 81, 71, 0.9);
    color: #fff;
    max-width: 100%;
    margin: 280px 0 0 0;
  }

  #home-attorney-cell-1 .tmf-module-meet-the-team h2 {
    color: #fff;
    font-size: 38px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 2500px) {
  #home-attorney-wrapper {
    min-height: 850px;
  }
}

@media screen and (max-width: 950px) {
  #home-attorney {
    padding: 45px 0;
    height: auto;
  }
  #home-attorney-wrapper {
    background: #cccccd;
    background: url("../images/home_meet_the_team_bg_1x.jpg") no-repeat center
      right / cover;
    background-position-x: -670px;
  }
}
@media screen and (max-width: 820px) {
  #home-attorney-wrapper {
    background-position-x: -715px;
  }
}
@media screen and (max-width: 750px) {
  #home-attorney-wrapper {
    background-position-x: -720px;
  }
}
@media screen and (max-width: 735px) {
  #home-attorney-wrapper {
    background-position-x: -725px;
  }
}
@media screen and (max-width: 710px) {
  #home-attorney-wrapper {
    background: #fff;
  }
  #home-attorney .mobile-view {
    display: block;
  }
  #home-attorney .desktop-view {
    display: none;
  }
  #home-attorney-cell-1 .tmf-module-meet-the-team {
    margin: 0;
  }
  .meet-the-team-img {
    width: 100%;
    height: 400px;
    object-position: -345px;
    object-fit: cover;
    margin-top: 20px;
  }
  #home-attorney-cell-1 .tmf-module-meet-the-team {
    padding: 25px;
    background: rgba(84, 81, 71, 1);
    color: #fff;
    max-width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .meet-the-team-img {
    object-position: -355px;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .meet-the-team-img {
    object-position: -380px;
    height: 400px;
  }
}
@media screen and (max-width: 570px) {
  .meet-the-team-img {
    object-position: -390px;
    height: 400px;
  }
}
@media screen and (max-width: 550px) {
  /* #home-attorney-wrapper {
    background-position-x: -820px;
  } */
  /* #home-attorney-cell-1 .tmf-module-meet-the-team {
    margin: 150px 0 0 0;
  } */
  #home-attorney-cell-1 .tmf-module-meet-the-team .meet-team-buttons {
    display: flex;
    flex-direction: column;
  }
  #home-attorney-cell-1 .tmf-module-meet-the-team .meet-team-buttons a {
    margin-right: 0;
    margin-top: 10px;
  }
  .meet-the-team-img {
    object-position: -330px;
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .meet-the-team-img {
    object-position: -345px;
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .meet-the-team-img {
    object-position: -245px;
    height: 280px;
  }
}
@media screen and (max-width: 430px) {
  .meet-the-team-img {
    object-position: -240px;
    height: 260px;
  }
}
@media screen and (max-width: 410px) {
  .meet-the-team-img {
    object-position: -250px;
    height: 260px;
  }
}
@media screen and (max-width: 380px) {
  .meet-the-team-img {
    object-position: -230px;
    height: 240px;
  }
}
@media screen and (max-width: 360px) {
  .meet-the-team-img {
    object-position: -230px;
    height: 230px;
  }
}
/* ======================================== *
        Home Testimonial Section
 * ======================================== */
#testimonials-wrapper {
  background: #ffffff;
}

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

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

#testimonials fieldset {
  box-sizing: border-box;
  border: 3px solid #a9a9a9;
  padding: 15px 100px 35px;
}

#testimonials legend {
  color: #060c37;
  font-family: var(--heading-font);
  font-size: 38px;
  font-weight: 500;
  text-align: center;
  padding: 0 25px;
  line-height: 36px;
}
#testimonials fieldset .add-whitespace {
  padding: 0 25px;
  background: #ffffff;
}

#testimonials h2 {
  color: var(--primary-color);
  font-size: 38px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
}

#testimonials .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 260px;
  width: 100%;
  padding: 10px 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  z-index: 9;
  background: #063474;
  color: #ffffff;
}
#testimonials .tmf-button:hover {
  background: #084aa6;
}
#testimonials-row {
  border: 2px solid var(--secondary-color);
  padding: 50px 0;
}

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

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

#testimonials .bx-wrapper .bx-controls-direction a {
  color: #ffffff;
  font-size: 0;
  height: 25px;
  outline: 0 none;
  position: absolute;
  top: 50%;
  width: 25px;
  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 -64px 1px;
  background-size: 250px;
}

#testimonials .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
    scroll -85px 1px;
  background-size: 250px;
}

@media screen and (max-width: 1200px) {
  #testimonials {
    padding: 60px 0;
  }
}

@media screen and (max-width: 950px) {
  #testimonials fieldset {
    padding: 15px 50px 35px;
  }

  /* #testimonials .bx-wrapper .bx-prev {
    left: -66px;
  }

  #testimonials .bx-wrapper .bx-next {
    right: -66px;
  } */
}

@media screen and (max-width: 750px) {
  #testimonials fieldset {
    padding: 15px 25px 35px;
    border: none;
  }

  /* #testimonials .bx-wrapper .bx-prev {
    left: -41px;
  }

  #testimonials .bx-wrapper .bx-next {
    right: -41px;
  } */
}

@media screen and (max-width: 370px) {
  #testimonials legend {
    font-size: 32px;
  }
}

/* ======================================== *
        Practice Area Page Testimonials sidebar Section
 * ======================================== */
#body-cell-2 .tmf-module-testimonials {
  padding: 10px;
  border: 2px solid var(--secondary-color);
}
#body-cell-2 .tmf-module-testimonials h2 {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
}
#body-cell-2 .tmf-module-testimonials .bx-wrapper .bx-controls-direction a {
  color: #ffffff;
  font-size: 0;
  height: 25px;
  outline: 0 none;
  position: absolute;
  top: 112%;
  width: 25px;
  z-index: 9999;
  transform: translateY(-50%);
}

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

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

/* ======================================== *
        Home The Lalak Difference Section
 * ======================================== */
#lalak-difference-wrapper {
  background: url("../images/home_lalek_difference_panel_bg_3x.jpg") no-repeat
    center center / cover;
  max-height: 360px;
}
#lalak-difference-row {
  /* padding: 90px 0; */
}
#lalak-difference-cell-1 .inner .tmf-module-area-lalak-difference {
  background: url(../images/lalek_difference_hexagon_3x.png) no-repeat center
    center / cover;
  background-size: 100% 100%;
  height: 500px;
  width: 500px;
  /* position: absolute; */
  top: -70px;
  position: relative;
  z-index: 2;
}
.tmf-module-the-lalak-difference {
  position: relative;
  left: 10%;
  top: 140px;
  max-width: 80%;
  color: #fff;
  text-align: center;
}
#lalak-difference-container {
  max-width: 90%;
}
.tmf-module-the-lalak-difference .tmf-module-title {
  border-bottom: 2px solid #9b9484;
  font-size: 38px;
  font-weight: 400;
  padding-bottom: 10px;
}
.tmf-module-the-lalak-difference---right {
  font-weight: 700;
  padding-left: 50px;
  padding-top: 10%;
}
.tmf-module-the-lalak-difference---right ul li::before {
  color: var(--accent-color);
}
.show-mobile {
  display: none;
}
#lalak-difference a.show-mobile:hover,
#lalak-difference a.hide-mobile:hover {
  background: var(--accent-hover-color) !important;
}

@media screen and (max-width: 1500px) {
  #lalak-difference-cell-1 .inner .tmf-module-area-lalak-difference {
    height: 500px;
    width: 500px;
    position: relative;
    /* top: unset; */
    z-index: 2;
    margin: 0 auto;
  }

  .tmf-module-the-lalak-difference---right {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .tmf-module-the-lalak-difference---right {
    padding-top: 4%;
  }
  #lalak-difference-wrapper {
    max-height: 400px;
  }
  #lalak-difference-cell-1 .inner .tmf-module-area-lalak-difference {
    top: -50px;
  }
  #lalak-difference-container {
    max-width: 100%;
  }
  #lalak-difference-cell-2 .inner {
    padding: 0 25px 0 0;
  }
}
@media screen and (max-width: 950px) {
  #lalak-difference-cell-1 {
    width: 100%;
    display: block;
  }
  #lalak-difference-cell-2 {
    width: 100%;
    display: block;
  }
  #lalak-difference-cell-1 .inner .tmf-module-area-lalak-difference {
    position: relative;
    top: 0;
  }
  #lalak-difference-wrapper {
    max-height: unset;
    padding: 30px 0;
  }
  #lalak-difference-cell-2 .inner {
    padding: 0 25px;
  }
  .tmf-module-the-lalak-difference---right {
    padding-top: 0;
  }
  #lalak-difference-container {
    max-width: 90%;
  }
}
@media screen and (max-width: 600px) {
  #lalak-difference-wrapper {
    background: url("../images/home_lalek_difference_panel_bg_1x.jpg") no-repeat
      center right / cover;
  }
  #lalak-difference-cell-1 .inner .tmf-module-area-lalak-difference {
    height: 500px;
    width: 100%;
  }
  #lalak-difference-wrapper {
    padding: 0;
  }
  .tmf-module-the-lalak-difference {
    top: 120px;
    max-width: 80%;
  }
  .tmf-module-the-lalak-difference .tmf-module-title {
    font-size: 28px;
  }
  #lalak-difference-cell-2 ul {
    padding-left: 0;
  }
  #lalak-difference-cell-1 .inner {
    padding: 0;
  }
  #lalak-difference-row {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  #lalak-difference-cell-1 .inner .tmf-module-area-lalak-difference {
    background: #555247;
    outline: 1px solid #9b9484;
    outline-offset: -10px;
  }
  #lalak-difference-cell-1 .inner .tmf-module-area-lalak-difference {
    height: 420px;
    width: 100%;
  }
  .tmf-module-the-lalak-difference---right {
    text-align: left;
    margin-top: 20px;
  }
  .tmf-module-the-lalak-difference .tmf-button {
    padding: 10px 10px !important;
  }
  .tmf-module-the-lalak-difference {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 350px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  #lalak-difference-cell-1 .inner .tmf-module-area-lalak-difference {
    height: 480px;
    width: 100%;
  }
}

/* ======================================== *
        Home Associations footer Slider Section
 * ======================================== */
#associations-wrapper {
  background: #fff;
  margin: 70px 0;
}

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

#associations {
  padding: 30px 0 30px;
}

#associations fieldset {
  box-sizing: border-box;
  border: 4px solid #d2d0e4;
  padding: 25px 0px 45px;
  position: relative;
}

/* Start of Slider Spacing CSS */

#associations fieldset:before,
#associations fieldset:after {
  background: #fff;
  content: "";
  display: inline-block;
  width: 4px;
  height: 170px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -10px;
}

#associations fieldset:before {
  left: -4px;
}

#associations fieldset:after {
  right: -4px;
}

/* End of Slider Spacing CSS */

#associations legend {
  color: #5b0525;
  font-family: "Crimson Text", serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: normal;
  padding: 0 25px;
}

#associations .tmf-post-list.small {
  width: 100%;
  max-width: 1300px;
  /* max-width: 1600px; */
  margin: 0 auto;
  clear: both;
  padding: 0;
  box-sizing: border-box;
}

#associations .tmf-post.association.small {
  width: auto !important;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

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

#associations button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

#associations .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
}

#associations .prev-arrow {
  left: -15px;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
    scroll -64px 1px;
  background-size: 250px;
}

#associations .next-arrow {
  right: -15px;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
    scroll -85px 1px;
  background-size: 250px;
}
@media screen and (min-width: 2000px) {
  #associations .tmf-post-list.small {
    max-width: 1600px;
  }
}
@media screen and (max-width: 1320px) {
  #associations-container {
    max-width: 986px !important;
  }

  #associations .tmf-post-list.small {
    max-width: 936px;
  }
}

@media screen and (max-width: 1010px) {
  #associations-container {
    max-width: 674px !important;
  }

  #associations .tmf-post-list.small {
    max-width: 624px;
  }
}

@media screen and (max-width: 950px) {
  #associations {
    padding: 30px 0 30px;
  }
}

@media screen and (max-width: 700px) {
  #associations-container {
    /* max-width: 324px !important; */
    max-width: 600px !important;
  }

  #associations fieldset {
    border: none;
    padding: 25px 0 0;
  }

  #associations legend {
    padding: 0;
  }

  #associations .tmf-post-list.small {
    /* border: 4px solid #d2d0e4; */
    /* max-width: 312px; */
    max-width: 600px;
    padding: 25px 0;
  }
  #associations-wrapper {
    background: #fff;
    margin: 0;
  }
}

@media screen and (max-width: 370px) {
  #associations .tmf-post-list.small {
    max-width: 270px;
  }
}
/* ======================================== *
        Practice Areas
 * ======================================== */

.single-practice-area #body-cell-2 {
  /* border-left: 2px solid #d9dbdb; */
  position: relative;
  top: -100px;
}

body:not(.home) #body-wrapper {
  /* background: url("../images/int_page_bg_3x.jpg") no-repeat center center /
    cover; */
}
@media screen and (max-width: 950px) {
  .single-practice-area #body-cell-2 {
    top: unset;
  }
}

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

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

/* .single-attorney #breadcrumbs {
  display: none;
} */

.single-attorney .mobile-view {
  display: none;
}

.attorney-bio-info {
  background: url(../images/int_attorney_bg_3x.jpg) no-repeat center center /
    cover;
  color: #ffffff;
  height: 323px;
}

.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 {
  width: 400px;
}

.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
  padding: 0 25px;
}
.attorney-contact-info {
  padding-left: 0;
  border-top: 2px solid #ffffff;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}
.attorney-bio-info .attorney-bio-box-2 {
  width: calc(100% - 400px);
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
  padding: 0 0 0 25px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.attorney-bio-info img.primary {
  box-sizing: border-box;
  border-radius: 0;
  max-width: 375px;
  width: 100%;
  display: block;
  margin-top: 0;
  position: relative;
  z-index: 9;
}

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

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

.attorney-bio-info .contact-information,
.attorney-bio-info .icon-container {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  display: block;
  vertical-align: top;
}

.attorney-bio-info .phone,
.attorney-bio-info .fax,
.attorney-bio-info .email {
  /* border-right: 2px solid #b5b5b5; */
  /* display: inline-block; */
  padding-top: 5px;
  line-height: normal;
  margin-right: 10px;
  padding-right: 10px;
  vertical-align: middle;
}

.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: #fff;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}

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

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

.attorney-bio-info .fax::before {
  content: "\f1ac";
  margin-right: 5px;
}

.attorney-bio-info .email::before {
  content: "\f0e0";
  margin-right: 5px;
}

.attorney-bio-info .speaking::before {
  content: "\f3c9";
  margin-right: 5px;
  margin-top: -5px;
  color: #fff;
  font-size: 24px;
}

/* .attorney-bio-info .speaking a:hover {
  color: #e6ab41;
} */
.vcard .value {
  background: transparent;
  background-size: 265px;
  height: auto;
  width: 25px;
  vertical-align: middle;
  margin-right: 0;
}

.vcard .value::before {
  content: "\f2bb";
  color: #fff;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  display: inline-block;
}

.attorney-bio-info .vcard .label {
  margin-top: 0;
  color: #fff;
  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: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

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

.at-mobile-view {
  display: none;
}
@media screen and (max-width: 1600px) {
  .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    padding: 0;
  }
}
@media screen and (max-width: 1380px) {
  .attorney-bio-info h1#page-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1333px) {
  .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    flex-direction: column;
    align-items: unset;
    padding-left: 25px;
  }
  .attorney-contact-info {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .attorney-bio-info h1#page-title {
    font-size: 36px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .single-attorney #body-cell-1 {
    padding-top: 0 !important;
  }

  .attorney-bio-info {
    height: auto;
    padding: 25px 0;
  }

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

  /* .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    margin-top: 0;
  } */

  .attorney-bio-info img.primary {
    /* border-top: 6px solid #ffffff !important; */
    margin-top: 0;
  }

  .attorney-bio-info .contact-information,
  .attorney-bio-info .icon-container {
    display: block;
  }

  .attorney-bio-info .phone,
  .attorney-bio-info .email {
    display: block;
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
    line-height: 34px;
  }
}
@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) {
  .single-attorney #body-cell-1 {
    /* display: none; */
  }

  .single-attorney #body-cell-2 {
    padding: 0;
    width: 100%;
  }

  .single-attorney .mobile-view {
    display: block;
  }
  .attorney-contact-info {
    /* padding: 0;
    margin: 0; */
    align-items: center;
  }

  .attorney-bio-info {
  }
  .attorney-bio-info-container {
  }

  .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-top: 25px;
    padding-left: 0;
  }

  .attorney-bio-info img.primary {
    margin: 0 auto;
  }

  .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;
  }
  .at-desktop-view {
    display: none;
  }
  .at-mobile-view {
    display: block;
  }
}

/* ======================================== *
        Attorney Tab
 * ======================================== */
#tab-container {
}

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

.tab {
  border-right: 2px solid #fff;
  background: #373e7d;
  display: table-cell;
  text-align: center;
  margin-right: 0px;
}

.tab a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
  display: block;
  padding: 15px 10px;
  outline: none;
  text-decoration: none !important;
}

.tab:hover,
.tab.active {
  background: #47509a;
  color: #ffffff;
  padding-top: 0;
  position: relative;
  top: 0;
}

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

.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 ul li {
}

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

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

/* ======================================== *
        Free consultation Section Homepage
 * ======================================== */
#free-consultation-wrapper {
  background: url("../images/home_form_panel_bg_3x.jpg") no-repeat center center /
    cover;
  min-height: 360px;
}
#free-consultation-container {
  max-width: 90%;
}
#free-consultation-cell-2 p {
  color: #fff;
}
#free-consultation-cell-1 .inner {
  position: relative;
}
#free-consultation-cell-1 {
  position: absolute;
  top: -50px;
  z-index: 2;
}
.schedule-consultation-form {
  background: var(--accent-color);
  padding: 40px 20px;
}
.schedule-consultation-form h3.tmf-module-title {
  text-align: center;
  color: #fff !important;
  font-size: 30px;
}
.tmf-module-area-home-free-consultation {
  background: var(--accent-color);
  padding: 40px 20px;
}

#free-consultation-cell-1 h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.tmf-module-free-consultation---text {
  padding: 80px 0;
}
@media screen and (max-width: 950px) {
  .tmf-module-area-home-free-consultation {
    position: relative;
    top: -30px;
  }
  #free-consultation-cell-1 {
    position: static;
  }
  .tmf-module-free-consultation---text {
    padding: 0 0 60px 0;
  }
}
@media screen and (max-width: 500px) {
  #free-consultation-cell-1 h3 {
    font-size: 26px;
  }
}

/* ======================================== *
        Footer Top Section
 * ======================================== */
#home-footer-top-wrapper {
}

#home-footer-top-container {
  max-width: 100% !important;
}

#home-footer-top {
}

#home-footer-top-cell-1 {
  background: url("../images/footer_map_1x.jpg") no-repeat center center / cover;
}

#home-footer-top-cell-1 .inner {
  padding-left: 0;
}

#home-footer-top-cell-1 .tmf-module-area {
  display: none;
}

#home-footer-top-cell-1 img {
  display: block;
  width: 100%;
}

#home-footer-top-cell-2 h3.tmf-module-title {
  color: #ffffff;
  font-size: 34px;
  text-align: center;
}

#home-footer-top-cell-2 .editor-content ul {
  padding-left: 0;
  margin: 0;
}

#home-footer-top-cell-2 .left_half,
#home-footer-top-cell-2 .right_half {
  display: block;
  float: left;
  vertical-align: top;
  width: 50%;
}

#home-footer-top-cell-2 .left_half {
  padding-right: 5px;
}

#home-footer-top-cell-2 .right_half {
  padding-left: 5px;
}

body #home-footer-top-cell-2 .gform_wrapper.tmf-form_wrapper ul li.gfield {
  margin-top: 0;
  padding-top: 0;
}

body
  #home-footer-top-cell-2
  .gform_wrapper.tmf-form_wrapper
  div.ginput_container {
  margin-top: 0;
}

#home-footer-top-cell-2 input[type="text"],
#home-footer-top-cell-2 input[type="tel"],
#home-footer-top-cell-2 input[type="email"],
#home-footer-top-cell-2 textarea,
#home-footer-top-cell-2 select {
  margin-bottom: 25px !important;
}

#home-footer-top-cell-2
  .gform_wrapper.tmf-form_wrapper
  .gform_footer
  input.button,
#home-footer-top-cell-2 .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;
}

@media screen and (max-width: 950px) {
  #home-footer-top-cell-1 {
    background: transparent;
  }

  #home-footer-top-cell-1 .inner {
    padding: 0;
  }

  #home-footer-top-cell-1 .tmf-module-area {
    display: block;
  }

  #home-footer-top-cell-2 {
    padding: 25px 0;
  }

  #home-footer-top-cell-2 .left_half,
  #home-footer-top-cell-2 .right_half {
    float: none;
    width: 100%;
  }

  #home-footer-top-cell-2 .left_half {
    padding-right: 0;
  }

  #home-footer-top-cell-2 .right_half {
    padding-left: 0;
  }
}

/* ======================================== *
        Footer Section
 * ======================================== */

#footer-container {
  background: transparent !important;
  max-width: 100% !important;
}

#footer-cell-1 {
  background: url("../images/footer_left_3x.jpg") no-repeat center center /
    cover;
  vertical-align: middle;
  padding: 90px 0 !important;
}
#footer-cell-1 .tmf-module-area {
  padding: 90px 5px;
  margin: 0 80px;
}
#footer-cell-1 .tmf-module-area .business-name {
  margin: 0 auto;
  margin-bottom: 5px;
}
#footer-cell-1 .tmf-module-area .business-name h2 {
  color: #ffffff;
  margin: 0;
  line-height: 24px;
}
#footer-cell-1 .tmf-module-area .business-name h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  margin: 7px 0 15px 0;
}
#footer-cell-1 .tmf-module-area .business-name p {
  color: #ffffff;
  font-weight: normal;
  line-height: 24px;
  padding-bottom: 10px;
}
#footer-cell-1 .tmf-module {
  max-width: 450px;
  margin: 0 auto;
}
#footer-cell-1 .tmf-post.location {
  color: #ffffff;
  line-height: 24px;
}
#footer-cell-1 .tmf-post.location a {
  color: #ffffff;
  font-weight: 400;
}
#footer-cell-2 {
  background: url("../images/footer_right_3x.png") no-repeat center center /
    cover;
  background-size: 100% 100%;
}
#footer-cell-2 .tmf-module-area {
  padding: 130px 0;
}
#footer-cell-2 .tmf-module-title {
  color: #ffffff;
}
#footer-cell-2 .tmf-post.small.location .streetAddress::before,
.tmf-post.small.location .phone-1::before,
.tmf-post.small.location .phone-2::before,
.tmf-post.small.location .fax::before,
.tmf-post.small.location .email::before {
  color: var(--accent-color) !important;
  font-size: 16px;
}
#footer .address,
#footer .phone-1,
#footer .email {
  margin: 5px 0;
}
#footer {
  padding: 0;
  text-align: center;
}
#footer-cell-2 .tmf-module-for-more-information .editor-content {
  width: 80%;
  margin: 0 auto;
}
#footer h2 {
  color: var(--primary-color);
  font-size: 28px;
}
#footer .editor-content p {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}

#footer .tmf-button {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  max-width: 115px;
  width: 100%;
  padding: 4px 5px;
  vertical-align: top;
  margin-left: 35px;
}
@media screen and (max-width: 1148px) {
  #footer-cell-1 .tmf-module-area {
    padding: 90px 5px;
    margin: 0 30px;
  }
}

@media screen and (min-width: 951px) and (max-width: 1175px) {
  #footer-cell-2 .tmf-module-title::before,
  #footer-cell-2 .tmf-module-title::after {
    width: 10%;
  }
}
@media screen and (max-width: 650px) {
  #footer-cell-1 .tmf-module-area {
    margin: 0 35px;
    padding: 60px 10px;
  }
}

@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: 570px) {
  #footer .tmf-button {
    display: block;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 500px) {
  #footer-cell-1 .tmf-module-area {
    margin: 0 5px;
  }
  #footer-cell-2 {
    background-size: cover;
  }
  #footer-cell-2 .tmf-module-area {
    padding: 50px 0;
  }
}

@media screen and (max-width: 400px) {
  #footer-cell-1 .tmf-module-area {
    margin: 0 5px;
    padding: 30px 0;
  }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
  background: var(--primary-color);
  text-align: center;
}

#copyright-container {
  max-width: 1350px;
}
#copyright {
  padding: 25px 0;
}
#copyright p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

#copyright a {
  color: #ffffff;
  text-decoration-color: #838383;
  -webkit-text-decoration-color: #838383;
}
#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;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
  color: #333333;
  font-size: 32px;
  text-align: center;
  margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
  color: #ffffff;
}

.tmf-multi-module-area .tmf-module-22 {
  background: var(--accent-color);
  padding: 35px 25px;
  text-align: center;
}

.tmf-multi-module-area .tmf-module-22 .editor-content ul {
  padding-left: 0;
  margin: 0;
}

@media screen and (max-width: 950px) {
}

/* ======================================== *
        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: 15px !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: 10px 25px;
  background: var(--accent-color);
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  font-family: var(--body-font);
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.tmf-button:hover,
.page-numbers:hover,
input[type="submit"]:hover {
  background: var(--accent-hover-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;
}

.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: none;
  border: 1px solid #ddd;
  color: #666666;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
  #breadcrumbs {
    display: none;
  }
}

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

@media screen and (max-width: 450px) {
  /*    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }*/
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
.social-icons {
  vertical-align: middle;
}

.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 -426px
    0;
  background-size: 524px;
}

.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 span {
  width: 55px;
  height: 35px;
}

.payment-icons .visa {
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -259px
    0;
  background-size: 817px;
}

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

.payment-icons .discover {
  background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -382px
    0;
  background-size: 817px;
}

.payment-icons .american-express {
  background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -444px
    0;
  background-size: 817px;
}

aside {
  color: #333333;
  font-family: "Mukta", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

aside.left {
  border-top: 6px solid #e6ab41;
  border-bottom: 6px solid #e6ab41;
}

aside.right {
  border-top: 6px solid #f99d1b;
  border-bottom: 6px solid #f99d1b;
}
*/
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: "";
  background: url(../images/int_callout_icon_3x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 300px;
  height: 200px;
  font-size: 400px;
  position: absolute;
  left: -45px;
  color: var(--secondary-color);
  top: -45px;
  z-index: -9;
  font-style: normal;
}
blockquote p {
  line-height: 32px !important;
  padding-left: 20px;
  padding-right: 0;
}

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

#breadcrumbs {
  color: var(--primary-color);
  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: var(--primary-color);
  text-decoration: none;
}

#breadcrumbs .current {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 14px;
}

body #call-to-action {
  /* background-image: -webkit-linear-gradient(#e6ab41, #e6ab41),
    -webkit-linear-gradient(#e6ab41, #e6ab41),
    -webkit-linear-gradient(#e6ab41, #e6ab41),
    -webkit-linear-gradient(#e6ab41, #e6ab41) !important;
  background-image: -o-linear-gradient(#e6ab41, #e6ab41),
    -o-linear-gradient(#e6ab41, #e6ab41), -o-linear-gradient(#e6ab41, #e6ab41),
    -o-linear-gradient(#e6ab41, #e6ab41) !important;
  background-image: linear-gradient(#e6ab41, #e6ab41),
    linear-gradient(#e6ab41, #e6ab41), linear-gradient(#e6ab41, #e6ab41),
    linear-gradient(#e6ab41, #e6ab41) !important; */
  background-repeat: no-repeat !important;
  background-size: 30px 10px !important;
  background-position: top left, top right, bottom left, bottom right !important;
  border: solid #e6ab41;
  border-width: 0 10px;
  color: #333333;
  /* font-family: "Mukta", sans-serif; */
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  padding: 30px 25px;
  margin: 50px 0 50px 25px;
}

body #call-to-action p {
  color: #333333;
  /* font-family: "Mukta", sans-serif; */
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.mobile {
  display: none;
}
@media screen and (max-width: 650px) {
  blockquote {
    padding: 0;
    margin: 65px 15px 15px;
    font-size: 22px;
    line-height: 28px;
  }
}
@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;
}
.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: transparent;
  border: 2px solid #ffffff;
  padding: 5px 20px;
  transition: background 0.25s 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
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  background: #fff;
  /* border: 2px solid #ffffff; */
  color: #333333;
}
.gform_legacy_markup_wrapper input::placeholder {
  color: #333333;
  text-align: center;
}
.gform_legacy_markup_wrapper textarea {
  background: #fff;
  /* border: 2px solid #ffffff; */
  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-family: "Mukta", sans-serif; */
  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;
}
@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-family: "Mukta", sans-serif; */
  font-size: 18px;
  max-width: 150px;
  width: 100%;
  padding: 6px 5px;
  margin-right: 0;
  line-height: normal !important;
}
