/* ============================================================================ *
        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.
*/

body {
  background: #ffffff;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

a {
  color: #14515a;
}

/* ======================================== *
        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: 600px !important;
    margin: 0 0 0 auto;
  }

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

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

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

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

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
  color: #14515a;
  font-family: 'Libre Baskerville', serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 15px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
  color: #14515a;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
  color: #14515a;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
  color: #14515a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
  color: #14515a;
}

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
  color: #75b8c1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
  color: #75b8c1;
  text-decoration: none;
}

h4 a:hover,
.tmf-post > h4 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(20, 81, 90, 0.95);
  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: 220px;
  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-top {
  display: none;
}

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

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

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

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

#header-top a {
  color: #ffffff;
  text-decoration: none;
}

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

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

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

#header-top .phone-1::before,
#header-top .email::before {
  color: #f99d1b;
  font-size: 18px;
  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;
}

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

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

  #header-top .tmf-button {
    margin-top: 5px;
  }
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
  background: #14515a;
}

.home #header-wrapper {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  width: 100%;
  z-index: 9;
}

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

#header {
  padding: 25px 0 20px;
}

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

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

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

#header-cell-2 {
}

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

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

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

  #header {
    padding: 25px 0 0;
  }

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

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
  font-family: 'Lato', sans-serif;
}

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

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

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

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

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

#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: #f99d1b;
  width: 100%;
  height: 5px;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
}

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

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

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

#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: 'Lato', sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover {
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
  background-color: #f99d1b;
  color: #fff;
}

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

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

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
  font-family: 'Lato', sans-serif;
  text-align: left;
}

.hamburger-container {
  max-width: none;
}

#mobile-nav a {
  color: #fff;
  font-size: 16px;
}

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

#mobile-nav .menu .menu-item.display {
  background: #14515a;
}

#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: #14515a;
}

#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;
  bottom: 15%;
  max-width: 1250px;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#billboard .billboard-content {
}

@media screen and (max-width: 950px) {
  #billboard .billboard-content-container {
    background: transparent;
    position: relative;
    bottom: inherit;
    transform: inherit;
    max-width: 100%;
    padding: 5px 25px 25px;
    text-align: center;
  }
}

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

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

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

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

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

#home-body-container {
  max-width: 1250px;
}

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

#home-body h1 {
  margin-bottom: 20px;
  /* display: flex; */
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#home-body h1:before,
#home-body h1:after {
  content: '';
  border-top: 3px solid #a2dbe3;
  margin: 0 25px 0 0;
  flex: 1 0 25px;
}

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

#home-body p {
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 950px) {
  #home-body {
    padding: 50px 0;
    text-align: center;
  }

  #home-body .tmf-post.page.home {
    max-width: 100%;
  }
}

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

#body-container {
  max-width: 1250px;
}

#body {
  padding: 45px 0;
}

#body .custom-inner {
  padding: 0 25px;
}

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

/* ======================================== *
        Home Practice Area Section
 * ======================================== */
#home-practice-areas-wrapper {
}

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

#home-practice-areas {
  padding: 0 0 105px;
  text-align: center;
}

#home-practice-areas h5 {
  color: #14515a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

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

/* ======================================== *
        Home Pet Planning Section
 * ======================================== */
#home-pet-planning-wrapper {
  background: #14515a;
}

#home-pet-planning-container {
  max-width: 1350px;
}

#home-pet-planning {
  padding: 0;
  height: 335px;
}

#home-pet-planning h3.tmf-module-title {
  color: #ffffff;
  font-family: 'Libre Baskerville', serif;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 10px;
}

#home-pet-planning .editor-content p {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
}

#home-pet-planning img {
  border: 4px solid #f99d1b;
  display: block;
  z-index: 9;
  position: relative;
  top: -42px;
}

#home-pet-planning-cell-1 {
  width: auto;
  padding: 15px 0 !important;
}

#home-pet-planning-cell-1 .tmf-module {
  max-width: 100%;
  display: flex;
  justify-content: center;
  height: 300px;
  flex-direction: column;
}

#home-pet-planning-cell-2 {
  width: 678px;
}

#home-pet-planning .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 140px;
  width: 100%;
  padding: 7px 15px;
  margin-top: 15px;
}

@media screen and (max-width: 1200px) {
  #home-pet-planning {
    padding: 50px 0;
    height: auto;
  }

  #home-pet-planning-cell-1,
  #home-pet-planning-cell-2 {
    width: 50%;
    vertical-align: middle;
  }

  #home-pet-planning img {
    box-sizing: border-box;
    width: 100%;
    max-width: 628px;
    z-index: inherit;
    top: inherit;
  }

  #home-pet-planning-cell-1 .tmf-module {
    display: block;
    justify-content: inherit;
    height: auto;
    flex-direction: inherit;
  }
}

@media screen and (max-width: 950px) {
  #home-pet-planning-cell-1,
  #home-pet-planning-cell-2 {
    display: block;
    width: 100%;
    text-align: center;
  }

  #home-pet-planning img {
    margin: 0 auto;
  }
}

/* ======================================== *
        Home Faq Section
 * ======================================== */
#home-faqs-wrapper {
}

#home-faqs-container {
  max-width: 1150px;
}

#home-faqs {
  padding: 100px 0;
}

#home-faqs-cell-1,
#home-faqs-cell-2 {
}

#home-faqs-cell-1 {
  width: 220px;
}

#home-faqs-cell-2 {
  width: auto;
}

#home-faqs h3.tmf-module-title {
  box-sizing: border-box;
  color: #14515a;
  font-family: 'Libre Baskerville', serif;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0 25px;
}

#home-faqs h3.tmf-module-title:after {
  content: '';
  border-top: 4px solid #a2dbe3;
  margin: 5px 0 0 20px;
  flex: 1 0 20px;
}

#home-faqs .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 170px;
  width: 100%;
  padding: 7px 15px;
}

#home-faqs .tmf-button.mobile {
  display: none;
}

/*Accordion CSS*/
#home-faqs .smk_accordion.acc_with_icon .accordion_in .acc_head {
  padding-left: 25px;
  padding-right: 0;
}

#home-faqs .smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 25px;
  padding-right: 0;
}

#home-faqs .smk_accordion .accordion_in .acc_head {
  background: transparent;
  padding: 0;
}

#home-faqs .smk_accordion .accordion_in > .acc_head .title {
  color: #14515a;
  font-family: 'Lato;', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

#home-faqs .smk_accordion .accordion_in.acc_active > .acc_head .title {
  color: #14515a;
  font-family: 'Lato;', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#home-faqs .smk_accordion .accordion_in.acc_active > .acc_head {
  background: transparent;
  color: #14515a;
  font-family: 'Lato;', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#home-faqs .smk_accordion .accordion_in .acc_head {
  margin-top: 0;
}

#home-faqs .smk_accordion .accordion_in > .acc_content {
  border: none;
  background: transparent;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

#home-faqs .smk_accordion .accordion_in > .acc_content .editor-content {
  padding-top: 10px;
}

#home-faqs .smk_accordion .accordion_in > .acc_content .editor-content p {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

/* Icon expand */
#home-faqs .smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
  margin-top: 0;
  background: url(../images/icon_sprite_3x.png) no-repeat -60px 0px;
  background-size: 281px;
}

#home-faqs .smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
  background: url(../images/icon_sprite_3x.png) no-repeat -40px 0px;
  background-size: 281px;
  left: 0;
  margin-top: 0;
}

@media screen and (max-width: 1200px) {
  #home-faqs {
    padding: 50px 0;
  }
}

@media screen and (max-width: 950px) {
  #home-faqs {
    padding: 50px 0;
  }

  #home-faqs-cell-1,
  #home-faqs-cell-2 {
    width: 100%;
    padding-top: 0;
  }

  #home-faqs-cell-1 {
    display: none;
  }

  #home-faqs .tmf-button.mobile {
    display: block;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 750px) {
  #home-faqs h3.tmf-module-title {
    display: block;
    align-items: inherit;
  }

  #home-faqs h3.tmf-module-title:after {
    display: none;
  }
}

/* ======================================== *
        FAQ Archive Section
 * ======================================== */
.post-type-archive-faq h2 a {
  text-decoration: none;
}
.post-type-archive-faq h2 a:hover {
  text-decoration: underline;
}

/* ======================================== *
        Home Attorneys Section
 * ======================================== */
#home-attorneys-wrapper {
  background: url('../images/home_attorney_bg_3x.jpg') no-repeat center center / cover;
  height: 400px;
}

#home-attorneys-container {
  max-width: 1250px;
}

#home-attorneys {
}

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

@media screen and (max-width: 1200px) {
  #home-attorneys-wrapper {
    height: auto;
  }

  #home-attorneys {
    padding: 45px 0;
  }
}

/* ======================================== *
        Single Attorney Page CSS
 * ======================================== */
.single-attorney #body-cell-2 {
  padding-top: 125px !important;
}

.single-attorney .attorney-accordion {
}

.single-attorney .attorney-accordion .editor-content ul {
  padding-left: 25px;
  line-height: 1.9em;
}

.single-attorney .editor-content ul li {
  padding: 7px 0;
}

.single-attorney .superlawyer {
}

.single-attorney .superlawyer img {
}

.attorney-bio-info {
  background: url(../images/int_attorney_billboard_bg_3x.jpg) no-repeat center center / cover;
  height: 301px;
  padding: 40px 0 0;
  box-sizing: border-box;
}

.attorney-bio-info-container {
  max-width: 1250px;
  margin: 0 auto;
}

.attorney-bio-info-row {
  display: table;
  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: calc(100% - 416px);
}

.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
  padding: 25px 25px 0;
}

.attorney-bio-info .attorney-bio-box-2 {
  width: 416px;
}

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

.attorney-bio-info img.primary {
  box-sizing: border-box;
  border: 4px solid #f99d1b;
  max-width: 325px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.attorney-bio-info .title-box {
  display: inline-block;
  padding-right: 25px;
  vertical-align: middle;
}

.attorney-bio-info h1#page-title {
  color: #14515a;
  font-size: 35px;
  text-transform: none;
  margin-bottom: 10px;
}

.attorney-bio-info .attorney-titles a {
  color: #333333;
  font-weight: 700;
}

.attorney-bio-info .contact-information {
  border-left: 4px solid #f99d1b;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}

.attorney-bio-info .contact-information,
.attorney-bio-info .icon-container {
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.attorney-bio-info .phone,
.attorney-bio-info .fax,
.attorney-bio-info .email {
}

.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 {
  color: #14515a;
  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);
  width: 20px;
}

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

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

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

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

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

.attorney-bio-info .mobile-view {
  display: none;
}

@media screen and (max-width: 1200px) {
  .single-attorney #body-cell-2 {
    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-1 {
    width: calc(100% - 375px);
  }

  .attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
    padding: 0 25px;
  }
}

@media screen and (max-width: 950px) {
  .attorney-bio-info {
    height: auto;
  }

  .attorney-bio-info-container {
  }

  .attorney-bio-info .attorney-bio-box-1 {
    display: block;
    width: 100%;
  }

  .attorney-bio-info .attorney-bio-box-2 {
    display: none;
  }

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

  .attorney-bio-info img.primary {
    margin-bottom: 25px;
  }

  .attorney-bio-info .mobile-view {
    display: block;
  }

  .attorney-bio-info .title-box,
  .attorney-bio-info .contact-information {
    border-left: none;
    display: block;
    padding: 0;
    text-align: center;
  }

  .single-attorney .attorney-accordion {
    max-width: 100%;
  }
}

/* ======================================== *
        Single Practice Area Page
 * ======================================== */
.single-practice-area #body {
  padding: 0;
}

.single-practice-area #body-cell-1 {
  padding: 45px 0 !important;
}

.single-practice-area #body-cell-2 {
  padding: 0 0 45px !important;
}

.single-practice-area .editor-content .alignleft {
  border: 4px solid #ff9933;
}

.single-practice-area .editor-content .alignright {
  border: 4px solid #ff9933;
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
  background: url('../images/int_footer_bg_3x.jpg') no-repeat center center / cover;
}

#footer-container {
  max-width: 1250px;
}

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

.home #footer {
  padding: 90px 0 50px;
}

#footer .editor-content p {
  color: #333333;
  font-size: 17px;
  line-height: 28px;
}

@media screen and (max-width: 1200px) {
  .home #footer {
    padding: 50px 0;
  }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
  background: #a2dbe3;
}

#copyright-container {
}

#copyright {
  color: #14515a;
  font-size: 18px;
  font-weight: 500;
  padding: 25px 0;
}

#copyright a {
  color: #14515a;
}

/* ======================================== *
        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: #14515a;
  font-family: 'Libre Baskerville', serif;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  width: 100%;
  align-items: center;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title:after {
  content: '';
  border-top: 3px solid #a2dbe3;
  margin: 5px 0 0 20px;
  flex: 1 0 20px;
}

.sidebar-image {
  box-sizing: border-box;
  border: 4px solid #ff9933;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

/*@media screen and (max-width: 950px) {
    .sidebar-image {
        display: none;
    }
}*/

/* ======================================== *
        Practice Areas Jquery Accordion
 * ======================================== */
.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item {
  border: 1px solid #d2d8d8;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul li:before {
  display: none;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul a {
  border-top: none;
  border-bottom: 1px solid #d2d8d8;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  background: transparent;
  padding: 10px 25px;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul li.menu-item-has-children a:after {
  content: '+';
  color: #f99d1b;
  font-weight: 400;
  font-size: 22px;
  position: relative;
  padding-left: 5px;
  top: 3px;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul a.active:before {
  display: none;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul a.active {
  background: transparent;
  border-bottom: 1px solid #d2d8d8;
  color: #14515a;
  font-weight: 700;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul li.menu-item-has-children a.active {
  border-bottom: none;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul a:hover {
  background: transparent;
  color: #14515a;
  font-weight: 700;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul li.menu-item-has-children ul.sub-menu {
  border-bottom: 1px solid #d2d8d8 !important;
  padding-bottom: 15px;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul ul a {
  font-size: 18px;
  border-bottom: none;
  padding: 5px 0 5px 25px;
  text-decoration: none;
  margin: 0 25px 0 30px;
}

.tmf-multi-module-area .tmf-module #dc_jqaccordion_widget-s1-item ul ul a:after {
  display: none;
}

/* ======================================== *
        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: 2px solid #cccccc;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333333;
  font-family: 'Lato', sans-serif !important;
  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: 2px 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: 18px;
  padding: 15px 15px;
  background: #f99d1b;
  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: 'Lato', sans-serif;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

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

.tmf-button:active,
.page-numbers:active,
input[type='submit']:active {
  background: #f99d1b;
  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: #14515a;
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  display: inline-block;
}

/* ======================================== *
        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: 39px;
  height: 39px;
}

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

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

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

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

/* 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: #14515a;
  font-family: 'Libre Baskerville', serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

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

aside.right {
  border-top: 6px solid #f99d1b;
  border-bottom: 6px solid #f99d1b;
}

blockquote {
  color: #14515a;
  font-family: 'Libre Baskerville', serif;
  font-size: 23px;
  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: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
  line-height: normal;
}

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

#breadcrumbs .current {
  color: #333333;
  font-weight: 700;
}

body #call-to-action {
  background: transparent !important;
  border-left: 8px solid #f99d1b;
  color: #14515a;
  font-family: 'Libre Baskerville', serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  padding: 15px 25px;
  margin: 50px 0 50px 25px;
}

body #call-to-action p {
  color: #14515a;
  font-family: 'Libre Baskerville', serif;
  font-size: 23px;
  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_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;
}

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
  margin-bottom: 0;
}

.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: 25px 0 0;
  text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type='submit'] {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  padding: 10px 15px;
  max-width: 100%;
  width: 100%;
  margin-right: 0;
  line-height: normal !important;
}

/* Practice area module accordions */
.indent {
  padding-left: 25px;
}
.module-accordion.smk_accordion {
  margin-bottom: 20px;
}
.module-accordion.smk_accordion .accordion_in .acc_head {
  margin-top: 0;
}

.module-accordion.smk_accordion.acc_with_icon .accordion_in .acc_head {
  padding-left: 25px;
  padding-right: 0;
}

.module-accordion.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 25px;
  padding-right: 0;
}

.module-accordion.smk_accordion .accordion_in .acc_head {
  background: transparent;
  padding: 0;
}

.module-accordion.smk_accordion .accordion_in > .acc_head .title {
  color: #14515a;
  font-family: 'Lato;', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.module-accordion.smk_accordion .accordion_in.acc_active > .acc_head .title {
  color: #14515a;
  font-family: 'Lato;', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.module-accordion.smk_accordion .accordion_in.acc_active > .acc_head {
  background: transparent;
  color: #14515a;
  font-family: 'Lato;', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.module-accordion.smk_accordion .accordion_in .acc_head {
  margin-top: 0;
}

.module-accordion.smk_accordion .accordion_in > .acc_content {
  border: none;
  background: transparent;
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.module-accordion.smk_accordion .accordion_in > .acc_content .editor-content {
  padding-top: 10px;
}

.module-accordion.smk_accordion .accordion_in > .acc_content .editor-content p {
  color: #333333;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 28px;
}

/* Icon expand */
.module-accordion.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 15px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
  margin-top: 0;
  background: url(../images/icon_sprite_3x.png) no-repeat -60px 0px;
  background-size: 281px;
}

.module-accordion.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
  background: url(../images/icon_sprite_3x.png) no-repeat -40px 0px;
  background-size: 281px;
  left: 0;
  margin-top: 0;
}
