/* ============================================================================ *
        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: #075a86;
  --accent-color: #3fd446;
  --accent-hover: #6db245;
  --secondary-color: #86c1de;
  --dark-color: #2b3a43;
  --light-color: #e2eaee;
  --heading-color: #1d4666;
  --headings-font-family-jost: "Jost", sans-serif;
  --body-font-family-inter: "Inter", sans-serif;
}

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

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

/* font-family: 'Inter', sans-serif; */
/* font-family: 'Jost', 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: #ffffff;
  font-size: 35px;
  font-family: var(--headings-font-family-jost);
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
  color: var(--heading-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: var(--heading-color);
  font-size: 28px;
  font-family: var(--body-font-family-inter);
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

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

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

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

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

/* ======================================== *
        Header 5
 * ======================================== */
h5 {
  color: var(--heading-color);
  font-size: 32px;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header 6
 * ======================================== */
h6 {
  color: #333333;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h6 a {
  color: #333333;
  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(38, 88, 130, 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 .sticky-logo-view {
  display: block;
}

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

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

body #header-wrapper.sticky #header {
  padding: 20px 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%;
}

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

#header-top a {
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
}
#header a:hover {
  text-decoration: underline;
}

#header-top .tmf-button {
  /* border: 2px solid #000000; */
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  /* max-width: 115px; */
  /* width: 100%; */
  padding: 0 10px;
  margin-left: 8px;
  color: #fff;
}
#header-top .phone-1,
#header-top .email {
  margin-right: 10px;
}

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

#header-top .phone-1::before {
  content: "\f879";
  margin-right: 5px;
  transform: rotate(10deg);
}
#header-top .email::before {
  content: "\f0e0";
  margin-right: 5px;
  /* width: 20px; */
}

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

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
  background: var(--primary-color);
}

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

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

#header {
  padding: 15px 0;
}

#header .logo {
  max-width: 375px;
  width: 100%;
  margin-top: 20px;
}

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

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

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

#header-cell-2 .inner {
  padding: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}

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

@media screen and (max-width: 1250px) {
  .home #header-wrapper {
    position: relative;
    z-index: inherit;
  }

  #header {
    padding: 40px 0 0;
  }

  #header .logo {
    margin-top: 0;
  }

  #header-cell-1,
  #header-cell-2 {
    display: block;
    width: 100%;
  }

  /* #header-cell-2 {
    padding-top: 25px;
  } */

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

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

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

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

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

  #header .mobile-view {
    width: 60%;
  }
}

@media screen and (max-width: 950px) {
  #header .main-logo,
  #header .mobile-view {
    display: block;
    width: 100%;
    text-align: center;
  }

  #header .mobile-view {
    padding-top: 15px;
  }
  #header-cell-2 .inner {
    display: block;
  }
}

/* ======================================== *
        Header Nav Bar Section
 * ======================================== */
#header-nav-wrapper {
  width: 100%;
  background: var(--primary-color);
}
#header-nav-container {
  max-width: 1300px;
}
#header-nav-wrapper #primary-nav-container {
  margin: 0;
  max-width: 100% !important;
}
#header-nav-cell-1 .inner {
  padding: 0;
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
  font-family: var(--body-font-family-inter);
  font-weight: 500;
}

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

/* #primary-nav {
  padding-top: 7px;
} */

#primary-nav .menu {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  row-gap: 10px;
}
#primary-nav .menu > .menu-item {
  padding: 10px 5px;
}
#primary-nav .menu > .menu-item.first {
}
#primary-nav .menu > .menu-item.last {
}
#primary-nav .menu > li > div > ul {
  margin-top: 10px;
}
#primary-nav .menu > .menu-item.sticky {
  display: none;
}

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

/* #primary-nav .menu li:hover {
  background: #084aa6;
} */
#primary-nav .menu .home-icon:hover {
  padding: 19px 5px !important;
}
#primary-nav .menu > .menu-item.home-icon a {
  font-size: 0;
}

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

/* #primary-nav .menu > .menu-item.home-icon a::after {
  display: none;
}

#primary-nav .menu > .menu-item > a:after {
  background-color: transparent;
  bottom: 0px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  margin: 0 auto;
} */

/* #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: #084aa6;
  width: 50%;
  height: 3px;
  margin: 0 auto;
} */

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
}
#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: 50%;
  height: 3px;
  margin: 0 auto;
}

#primary-nav .menu > .menu-item > a:after {
  background-color: transparent;
  bottom: 0px;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  margin: 0 auto;
}
#primary-nav .menu > .menu-item.home-icon a::after {
  display: none;
}
#primary-nav .menu .sub-menu {
  min-width: 300px;
}

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

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

#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-family: "Mukta", sans-serif; */
  font-size: 17px;
  font-weight: 400;
  padding: 10px 10px;
}

#primary-nav .menu .sub-menu .menu-item:hover {
  background-color: var(--accent-hover);
}
/* #primary-nav .menu .sub-menu .menu-item:hover > a {
  background-color: #063474;
  color: #fff;
} */
#primary-nav .cta-menu-item {
  display: none !important;
}

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

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

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
  /* font-family: "Mukta", sans-serif; */
  text-align: left;
}
#mobile-nav {
  padding: 0;
}
.hamburger-container {
  max-width: none;
}

#mobile-nav a {
  color: #fff;
  font-size: 16px;
}
/* #mobile-nav .mobile-menu .cta-menu-item {
  display: block;
  background-color: #e3aa2c !important;
}

#mobile-nav .mobile-menu .cta-menu-item:hover {
  background: #d09b28 !important;
} */

#mobile-nav .menu > .menu-item.tmf-button {
  text-align: left;
  background: #333;
}

#mobile-nav .menu > .menu-item > a {
  color: #fff;
  font-size: 18px;
}
#mobile-nav .menu-bar {
  padding: 15px 0;
}

/* #mobile-nav .menu .menu-item.display {
  background: #e3aa2d;
} */

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

#mobile-nav .menu .sub-menu .menu-item {
  padding: 5px 30px;
}
#mobile-nav .menu .menu-item.display > div > .sub-menu a {
  font-size: 17px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
  background: #86c1de;
}

#mobile-nav .mobile-menu .current-menu-item {
  background: transparent;
}
.hamburger-container {
  display: block;
  margin-bottom: 5px;
  height: 20px;
  max-width: 50px;
  position: relative;
  left: -14px;
  top: 3px;
}

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

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

#billboard img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 200px;
}

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

/* #billboard .billboard-content-container {
  box-sizing: border-box;
  max-width: 1150px;
  margin: 0 auto;
  transform: translateY(-50%);
}

#billboard .billboard-content {
  background: #363f7d;
  border: 3px solid #e3aa2d;
  padding: 20px 20px;
  text-align: center;
} */

#billboard h1 {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #fff;
}
#billboard .billboard-heading-line-1 {
  font-size: 44px;
  color: #333333;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
  margin: 0;
}
#billboard .billboard-heading-line-2 {
  font-size: 76px;
  color: #063474;
  font-family: "Alexandria", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  margin-top: -10px;
}
#billboard .billboard-heading-line-2::before {
  content: "";
  display: inline-block;
  background: url(../images/icon_sprite_3x.png) no-repeat;
  background-position: -83px 9px;
  height: 58px;
  width: 45px;
  background-size: 430px;
}
#billboard .billboard-heading-line-3 {
  font-size: 24px;
  color: #333333;
  margin: 0;
  margin-left: 50px;
  margin-top: -10px;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
}

#billboard .tmf-button {
  border: 2px solid #ffffff;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  max-width: 155px;
  width: 100%;
  padding: 7px 10px;
  margin-top: 10px;
}

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

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

@media screen and (max-width: 950px) {
  #billboard .billboard-content-container {
    /* background: #363f7d; */
    position: relative;
    top: inherit;
    transform: inherit;
    max-width: 100%;
    padding: 15px 15px;
    text-align: center;
  }
  #billboard h1 {
    font-size: 1.5em;
  }

  #billboard .billboard-content {
    background: transparent;
    border: none;
    padding: 0;
  }

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

  #billboard .tablet-view {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  #billboard .billboard-heading-line-1 {
    font-size: 38px;
  }
  #billboard .billboard-heading-line-2 {
    font-size: 70px;
  }
  #billboard .billboard-heading-line-2::before {
    background-position: -94px 5px;
    height: 58px;
    width: 45px;
  }
  #billboard .billboard-heading-line-3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  #billboard h1 {
    font-size: 1.1em;
    line-height: 1.3em;
  }

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

  #billboard .mobile-view {
    display: block;
  }
  /* #billboard .billboard-content-container {
    padding: 25px 5px;
  } */
  #billboard .billboard-heading-line-2 {
    font-size: 65px;
  }
  #billboard .billboard-heading-line-2::before {
    background-position: -86px 9px;
  }
  #billboard .billboard-heading-line-3 {
    margin-left: 6px;
  }
}

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

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

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

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

/* #int-billboard-cell-1 {
  background: url("../images/int_attorney_bg_3x.jpg") no-repeat center center /
    cover;
  width: 40%;
} */
#int-billboard-cell-1 {
  background: url("../images/int_attorney_bg_3x.jpg") no-repeat center center /
    cover;
}

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

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

#int-billboard .int-billboard-content {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 40px;
}

#int-billboard .int-billboard-title {
  box-sizing: border-box;
  position: relative;
  width: 34%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#int-billboard h1#page-title {
  display: block;
  color: #ffffff;
  font-family: var(--headings-font-family-jost);
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
}
/* #int-billboard h1#page-title::before {
  content: "";
  border-left: 2px solid var(--accent-color);
  margin: 0 15px;
  vertical-align: top;
} */
/* #int-billboard .int-billboard-title .pa-icon::after {
  content: "";
  border-right: 2px solid var(--accent-color);
  margin: 0 15px;
  vertical-align: top;
  display: inline-block;
  height: 100%;
} */
#int-billboard .int-billboard-title .pa-icon img {
  border-right: 2px solid var(--accent-color);
  opacity: 0.5;
  margin-right: 15px;
  padding: 15px 15px 10px 0;
  display: none;
}

#int-billboard .mobile-view {
  display: none;
}
@media screen and (min-width: 1625px) {
  #int-billboard-wrapper {
    height: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 1373px) {
  #int-billboard-wrapper {
    overflow: hidden;
    height: auto;
  }
}
@media screen and (max-width: 1250px) {
  #int-billboard .int-billboard-content {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1050px) {
  #int-billboard .int-billboard-content {
    background: url("../images/int_attorney_bg_3x.jpg") no-repeat center center /
      cover;
    position: relative;
    left: inherit;
    right: inherit;
    top: inherit;
    transform: inherit;
    padding: 15px 25px;
  }

  #int-billboard .int-billboard-title {
    width: 100%;
  }

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

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

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

  #int-billboard .mobile-view {
    display: block;
  }
  #int-billboard h1#page-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 700px) {
  #int-billboard h1#page-title {
    font-size: 24px;
    line-height: 30px;
  }
  #int-billboard .int-billboard-title h1::before {
    width: 5%;
  }
  #int-billboard .int-billboard-content {
    padding: 15px 10px;
  }
}

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

#int-title-container {
  max-width: 1250px;
}

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

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

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

#home-body-container {
}

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

#home-body h1 {
  font-size: 36px;
  font-family: var(--headings-font-family-jost);
  font-weight: 500;
  color: #1d4666;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
}
#home-body h2 {
  font-size: 28px;
  font-family: var(--headings-font-family-jost);
  font-weight: 500;
  color: #1d4666;
}
/* #home-body h3 {
  font-size: 38px;
  font-family: "Alexandria", sans-serif;
  font-weight: 500;
  color: #060c37;
}
#home-body h4 {
  font-size: 28px;
  font-family: "Alexandria", sans-serif;
  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;
} */
#home-body-cell-2.inner {
  padding: 0;
}
@media screen and (max-width: 950px) {
  #home-body {
    padding: 5px 0;
  }
}
@media screen and (max-width: 850px) {
  #home-body h1 {
    display: block;
    justify-content: inherit;
    align-items: inherit;
  }

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

/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
  /* margin-top: 50px; */
}
.single-attorney #body-wrapper {
  margin-top: 35px;
}
.single-attorney #body-row {
  padding-top: 15px;
}

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

#body {
  padding: 45px 0;
}

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

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

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

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

#home-practice-areas {
  padding: 25px 0;
  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 Page Practice Areas Image Boxes
 ------------------------------------------ */

/* ======================================== *
        Home Attorney Section
 * ======================================== */
/* #home-attorney-wrapper {
  background: #cccccd;
  background: url("../images/int_attorney_bg_3x.jpg") no-repeat center center /
    cover;
}

#home-attorney-container {
  max-width: 1300px;
}

#home-attorney {
  height: 390px;
}

#home-attorney .inner {
  padding: 0;
}

@media screen and (max-width: 950px) {
  #home-attorney {
    padding: 45px 0;
    height: auto;
  }
} */

/* ======================================== *
        Home Testimonial Section
 * ======================================== */
/* #testimonials-wrapper {
  background: #ffffff;
}

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

#testimonials {
  padding: 70px 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: "Alexandria", sans-serif;
  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 h3.tmf-module-title {
  display: block;
  color: #060c37;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

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

/*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: 29px;
  outline: 0 none;
  position: absolute;
  top: 50%;
  width: 29px;
  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 -221px 4px;
  background-size: 430px;
  left: -116px;
}

#testimonials .bx-wrapper .bx-next {
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
    scroll -258px 3px;
  background-size: 430px;
  right: -116px;
}

@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 Areas
 * ======================================== */

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

/* body:not(.home) #body-wrapper {
  background: url("../images/int_page_bg_3x.jpg") no-repeat center center /
    cover;
} */

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

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

.single-attorney #breadcrumbs{
  margin-left: 490px;
  margin-top: -60px;
}
.single-staff #breadcrumbs{
    margin-left: 490px;
    margin-top: -25px;
}
.single-attorney .mobile-view,
.single-staff .mobile-view{
  display: none;
}

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

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

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

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

.attorney-bio-info .attorney-bio-box-1 {
  width: 462px;
}

.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
  padding: 0 25px;
}
.attorney-contact-info {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 2px solid #b6b6b8;
}
.attorney-bio-info .attorney-bio-box-2 {
  width: calc(100% - 462px);
  display: flex;
  align-items: center;
}

.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
  padding: 0 0 0 50px;
}

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

.attorney-bio-info h1#page-title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 10px;
  /* border-bottom: 2px solid #ffffff; */
}
.attorney-bio-info h1#page-title::after {
  content: "";
  background: #b7b7b7;
  display: block;
  width: 90%;
  height: 2px;
  margin-top: 10px;
}

.attorney-bio-info .attorney-titles a,
.attorney-bio-info .staff-titles a{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.attorney-bio-info .contact-information {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  display: inline-flex;
  flex-direction: row-reverse;
  vertical-align: top;
}
.attorney-bio-info .contact-information .email:after {
  content: "";
  background: #fff;
  width: 1px;
  border-right: 1px solid #ffffff;
  margin-left: 20px;
  vertical-align: middle;
}

.attorney-bio-info .phone,
.attorney-bio-info .fax,
.attorney-bio-info .email {
  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: var(--accent-color);
  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;
}

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

.at-mobile-view {
  display: none;
}
@media screen and (max-width: 1600px) {
  /* .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    padding: 0;
  } */
  .single-attorney #breadcrumbs,
  .single-staff #breadcrumbs{
    margin-left: 465px;
  }
}
@media screen and (max-width: 1290px) {
  .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    flex-direction: column;
  }
  .attorney-contact-info {
    border-left: none;
  }
  .attorney-bio-info h1#page-title {
    font-size: 36px;
  }
}

@media screen and (max-width: 1200px) {
  .single-attorney #body-cell-1 {
    padding-top: 0 !important;
  }
  .single-attorney #breadcrumbs {
    margin-left: 25px;
  }
  .attorney-bio-info .contact-information .email:after {
    display: none;
  }

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

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

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

/* ======================================== *
        Attorney Outside Office CSS
 * ======================================== */
/* .single-attorney .attorney-outside-office {
  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: 10px 30px !important;
  background-position: top left, top right, bottom left, bottom right !important;
  border: solid #e6ab41;
  border-width: 10px 0;
  padding: 25px 25px;
  text-align: center;
} */

.single-attorney .attorney-outside-office .title {
  color: #000000;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}

.single-attorney .attorney-outside-office .content {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 25px;
}

.single-attorney .attorney-outside-office-slider-container {
  width: 100%;
  max-width: 232px;
  margin: 0 auto;
  clear: both;
}

.single-attorney .attorney-outside-office-slider {
  width: auto !important;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.single-attorney .attorney-outside-office .slick-slide {
  padding: 0;
  box-sizing: border-box;
  /*width: auto !important;*/
  float: none;
  display: inline-block !important;
  vertical-align: middle;
  text-align: center;
}

.single-attorney .attorney-outside-office button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.single-attorney .attorney-outside-office .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  transform: translateY(-50%);
}

.single-attorney .attorney-outside-office .prev-arrow {
  left: -90px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
    scroll -38px 0;
  background-size: 390px;
}

.single-attorney .attorney-outside-office .next-arrow {
  right: -90px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
    scroll -78px 0;
  background-size: 390px;
}

@media screen and (max-width: 450px) {
  .single-attorney .attorney-outside-office .prev-arrow {
    left: -40px;
  }

  .single-attorney .attorney-outside-office .next-arrow {
    right: -40px;
  }
}
/* ======================================== *
        Trusted Parters Section Homepage
 * ======================================== */
#trusted-partners-wrapper {
  background: url("../images/home_your_trusted_partners_bg_3x.jpg") no-repeat
    center center / cover;
  height: 630px;
  display: flex;
  align-items: end;
}
#trusted-partners-container {
  max-width: 1350px;
}
#trusted-partners {
  padding: 15px 0 0;
}
#trusted-partners h3.tmf-module-title {
  color: #47509a;
  font-size: 34px;
}

#trusted-partners-cell-1 img {
  display: block;
  max-width: 402px;
  width: 100%;
  margin: 0 auto;
}

#trusted-partners-cell-3 img {
  display: block;
  max-width: 388px;
  width: 100%;
  margin: 0 0 0 auto;
  margin: 0 auto;
}

#trusted-partners p {
  font-size: 20px;
  line-height: 26px;
}

#trusted-partners-cell-1,
#trusted-partners-cell-3 {
  vertical-align: bottom;
}

#trusted-partners-cell-3 {
  text-align: right;
}

#trusted-partners-cell-2 {
  text-align: center;
  /* vertical-align: middle; */
  position: relative;
  max-width: 550px;
  /* width: 100%; */
  /* left: -40px; */
  /* right: 0; */
  /* margin: -50px auto 0; */
  /* top: 50%; */
  transform: translateY(-10%);
  z-index: 2;
}

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

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

#trusted-partners-cell-3 .inner {
  padding-left: 0;
}

#trusted-partners .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  /* width: 100%; */
  padding: 9px 15px;
  margin: 25px;
  background: transparent;
  color: #47509a;
  border: 2px solid #47509a;
  font-weight: bold;
}
#trusted-partners .tmf-button:hover {
  background: #47509a;
  color: #ffffff;
  border: 2px solid #47509a;
}
.about-left-tmf-button,
.about-right-tmf-button {
  background: #47509a;
  color: #ffffff;
  padding: 5px 20px;
  border: none;
  text-decoration: none !important;
}
.about-left-tmf-button:hover,
.about-right-tmf-button:hover {
  background: #e3aa2d;
}

.about-left-tmf-button {
  position: relative;
  bottom: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  margin: 0 auto;
}
.about-right-tmf-button {
  position: relative;
  bottom: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  margin: 0 auto;
}
#trusted-partners-cell-1 {
  position: relative;
  bottom: -40px;
}
#trusted-partners-cell-3 {
  position: relative;
  bottom: -40px;
}
@media screen and (max-width: 1300px) {
  #trusted-partners-cell-2 {
    max-width: 450px;
    margin: -75px auto 0;
  }

  #trusted-partners-wrapper {
    /* height: 670px; */
  }
}

@media screen and (max-width: 1200px) {
  #trusted-partners-wrapper {
    height: auto;
    display: block;
    align-items: inherit;
  }

  #trusted-partners-cell-1 img {
    margin: 0 auto;
  }

  #trusted-partners-cell-3 img {
    margin: 0 auto;
  }

  #trusted-partners-cell-1,
  #trusted-partners-cell-3 {
    vertical-align: top;
  }
  #trusted-partners-cell-1 {
    bottom: 0;
    padding-bottom: 25px;
  }
  #trusted-partners-cell-3 {
    /* vertical-align: bottom !important; */
    /* position: absolute;
    bottom: -10px; */
  }
  #trusted-partners-cell-3 {
    text-align: center;
  }

  #trusted-partners-cell-2 {
    position: inherit;
    max-width: 100%;
    left: inherit;
    right: inherit;
    margin: 0;
    top: inherit;
    transform: inherit;
  }

  #trusted-partners-cell-1 .inner {
    padding-right: 25px;
  }

  #trusted-partners-cell-2 .inner {
    padding: 0 25px;
  }

  #trusted-partners-cell-3 .inner {
    padding-left: 25px;
  }
  .about-left-tmf-button {
    /* position: absolute;
    left: 41%;
    top: -40%;
    bottom: unset; */
  }
  .about-right-tmf-button {
    /* position: absolute;
    right: 43%;
    bottom: -105%; */
  }
}

@media screen and (max-width: 750px) {
  /* #trusted-partners-cell-1,
  #trusted-partners-cell-3 {
    display: none;
  } */

  #trusted-partners-cell-2 {
    padding: 25px 0;
  }
}

/* ======================================== *
        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 {
  background: url("../images/footer_right_form_3x.jpg") no-repeat center center /
    cover;
  padding: 25px 25px;
} */

#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-family: "Mukta", sans-serif; */
  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
 * ======================================== */
.home #footer-wrapper {
  /* margin-top: -100px; */
}

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

#footer-cell-1 {
  background: url("../images/footer_bg_3x.jpg") no-repeat center center / cover;
  vertical-align: middle;
  padding: 90px 0 !important;
}
#footer-cell-1 .tmf-module-area {
  /* border: 2px solid #ffffff;
  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: 600;
  margin: 5px;
  margin-bottom: 10px;
}
#footer-cell-1 .tmf-module-area .business-name p {
  color: #ffffff;
  font-weight: normal;
  line-height: 24px;
}
#footer-cell-1 .tmf-module {
  /* max-width: 450px;
  margin: 0 auto; */
}
#footer-cell-1 .tmf-post.location {
  color: #ffffff;
  display: inline;
}
#footer-cell-1 .tmf-post.location a {
  color: #ffffff;
  font-weight: 400;
}

#footer {
  /* padding: 50px 0 35px; */
  padding: 0;
  text-align: center;
}
#footer .tmf-post.location.small {
  margin-bottom: 0;
}
#footer .editor-content p {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
#footer .footer-module-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
}
#footer .footer-logo {
  max-width: 144px;
  margin-right: 50px;
}
#footer .location-info h2 {
  color: #ffffff;
  font-size: 34px;
  text-transform: uppercase;
  text-align: left;
}
/* #footer .tmf-button {

  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 (max-width: 950px) {
  .home #footer-wrapper {
    margin-top: 50px;
  }
  #footer-wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 650px) {
  #footer-cell-1 .tmf-module-area {
    margin: 0 35px;
    padding: 60px 10px;
  }
  #footer-cell-1 {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 1060px) {
  #footer .location-info .location {
    display: block;
    text-align: left;
  }
  #footer .location-info .location .phone-1 {
    padding: 0;
  }
  /* #footer-cell-1 {
    padding: 0 !important;
  } */
}
@media screen and (max-width: 900px) {
  #footer .footer-module-wrapper {
    display: flex;
    flex-direction: column;
  }
  #footer .footer-logo {
    margin-right: 0;
  }
  #footer .location-info h2 {
    text-align: center;
  }
  #footer .location-info .location {
    text-align: center;
  }
}

@media screen and (max-width: 587px) {
  #footer-cell-2 .tmf-module-title::before,
  #footer-cell-2 .tmf-module-title::after {
    display: none;
  }
  /* #footer-cell-2 .tmf-module-title {
    border-bottom: 2px solid #e3aa2d;
    padding-bottom: 8px;
  } */
  .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;
  }
}

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

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
  background: #5c5c5e;
  text-align: center;
}

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

#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: 1200px) {
  #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: 28px; */
  text-align: center;
  margin-bottom: 0;
}

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

.tmf-multi-module-area .tmf-module-22 {
  background: url(../images/int_sidebar_form_bg_3x.jpg) no-repeat center center /
    cover;
  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: 1270px) {
  .tmf-multi-module-area .tmf-module h3.tmf-module-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1050px) {
  .tmf-multi-module-area .tmf-module h3.tmf-module-title {
    font-size: 22px;
  }
}
@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-family: "Mukta", sans-serif !important; */
  font-size: 14px !important;
  font-weight: 500;
  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: 15px 15px;
  background: transparent;
  border: 2px solid #084aa6;
  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: "Calibri", sans-serif;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

.tmf-button:hover,
.page-numbers:hover,
input[type="submit"]:hover {
  background: #084aa6;
  text-decoration: none;
  color: #ffffff;
}

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

.tmf-button.large {
  font-size: 1.1em;
  padding: 7px 25px;
}

.tmf-button.medium {
  font-size: 0.95em;
  padding: 5px 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;
}

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

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

/* ======================================== *
        Contact Page
 * ======================================== */

.tmf-module-area-contact-sidebar {
  background: url("../images/int_contact_form_bg_2x.jpg") no-repeat center
    center / cover;
  padding: 35px 0;
}
.tmf-module-area-contact-sidebar .tmf-module-title {
  color: var(--primary-color);
  font-size: 30px;
  font-family: var(--body-font-family-inter);
  font-weight: bold;
}

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

@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 {
  color: #333333;
  font-family: "Mukta", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  position: relative;
  margin: 25px 0;
  padding: 0 0 0 40px;
  z-index: 9;
} */

blockquote:after {
  content: "“";
  display: inline-block;
  font-family: Georgia;
  font-size: 400px;
  position: absolute;
  left: -15px;
  color: #f2f2f2;
  top: 140px;
  z-index: -9;
  font-style: normal;
}

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

#breadcrumbs {
  color: #000000;
  font-family: var(--body-font-family-inter);
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: normal;
}

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

#breadcrumbs .current {
  /* color: #063474; */
  font-weight: 700;
  font-size: 16px;
}
#breadcrumbs > span {
  display: inline-block;
}
#breadcrumbs .breadcrumb-seperator {
  color: #a3c5df;
  padding: 0 5px;
  vertical-align: middle;
}

.call-to-action-module {
  box-sizing: border-box;
  background: url("../images/int_cta_box_bg_3x.jpg") no-repeat center center /
    cover;
  outline: 2px solid #ffffff;
  outline-offset: -10px;
  padding: 50px 25px;
}
.call-to-action-module .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  font-size: 22px;
  max-width: 200px;
  width: 100%;
  padding: 10px 10px;
  background: var(--accent-color);
}

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: 450px) {
  .not-mobile {
    display: none;
  }

  .mobile {
    display: inherit;
  }
}

/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
  margin: 0 !important;
}
.gform_legacy_markup_wrapper {
  max-width: 80% !important;
  margin: 0 auto !important;
}
.gform_legacy_markup_wrapper form {
  text-align: center !important;
  margin-left: 17px !important;
  color: #000 !important;
}
.gform_heading {
  display: none;
}

#gform_wrapper_1 .tmf-button,
.page-numbers,
input[type="submit"] {
  background: transparent;
  border: 2px solid var(--primary-color);
  padding: 5px 20px;
  font-size: 16px;
  font-family: var(--body-font-family-inter);
  font-weight: 500;
  color: #00263d;
}
#gform_wrapper_1 .tmf-button,
.page-numbers,
input[type="submit"]:hover {
  background: var(--accent-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: 14px;
  line-height: 22px;
  margin-top: -15px !important;
  margin-bottom: 20px;
  font-family: var(--body-font-family-inter);
  font-weight: 500;
  color: #1d4666;
}
#gform_1 textarea {
  margin-bottom: 0;
}

.gform_legacy_markup_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]) {
  background: rgba(255, 255, 255, 0.6);
  /* border: 1px solid #000000; */
  color: #1d4666;
  border: none;
}
.gform_legacy_markup_wrapper input::placeholder {
  color: #1d4666;
  text-align: center;
  font-weight: 700;
}
.gform_legacy_markup_wrapper textarea {
  background: rgba(255, 255, 255, 0.6);
  /* border: 1px solid #000000; */
  color: #1d4666;
  border: none;
}
.gform_legacy_markup_wrapper textarea::placeholder {
  color: #1d4666;
  font-weight: 700;
  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;
}
.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"] {
  font-size: 16px !important;
  color: #1d4666 !important;
  width: auto;
  margin: 0;
  border: 2px solid #1d4666;
}

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: 16px;
  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: 16px;
  max-width: 150px;
  width: 100%;
  padding: 6px 5px;
  margin-right: 0;
  line-height: normal !important;
}
