/* ============================================================================ *
        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: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

a {
  color: #5d89d7;
}

/* ======================================== *
        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: 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: #496ab1;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
  color: #496ab1;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
}

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

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
  color: #496ab1;
  font-family: "Lato", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
  color: #496ab1;
  font-family: "Lato", sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
  color: #496ab1;
  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 {
}

/* ======================================== *
        Header Section
 * ======================================== */
.top-area {
}

.home .top-area {
  position: relative;
  z-index: 3;
  width: 100%;
  background-color: #2e2e2f;
}

#header-wrapper {
  background: #2e2e2f;
}

.home #header-wrapper {
  background: transparent;
}

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

#header {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  padding: 20px 0 15px;
}

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

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

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

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

#header-cell-2 {
  text-align: right;
}
.tmf-module-site-header---upper-right .fa-solid {
  font-size: 22px;
  transform: rotate(107deg);
}

@media screen and (max-width: 1200px) {
  .home .top-area {
    position: inherit;
    z-index: inherit;
    width: 100%;
  }

  .home #header-wrapper {
    background: #2e2e2f;
  }
}

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

  #header-cell-2 {
    text-align: center;
    padding-top: 15px;
  }
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
  background: #ffffff;
  font-family: "Avenir", sans-serif;
}

.home #primary-nav-wrapper {
  background: rgba(255, 255, 255, 0.95);
}

#primary-nav-container {
  max-width: 950px !important;
}

#primary-nav {
}

#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.home-icon a {
  font-size: 0;
}

#primary-nav .menu > .menu-item.home-icon a::before {
  content: "\f015";
  color: #47509a;
  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 {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 25px;
  text-decoration: none;
}

#primary-nav .menu > .menu-item.menu-item-has-children > a {
  position: relative;
}

#primary-nav .menu > .menu-item.menu-item-has-children > a:after {
  background: url(../images/icon_sprite_3x.png) no-repeat 0px 0px;
  background-size: 313px;
  content: "";
  position: absolute;
  top: 21px;
  right: 11px;
  width: 14px;
  height: 8px;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
}
#primary-nav .menu .sub-menu .menu-item {
  background: #3d5a91;
}

/* two-column dropdown team members */
#primary-nav .menu .sub-menu {
  min-width: 225px;
}

#primary-nav .menu > li.left-edge > div > ul {
  left: inherit;
  right: 0;
}
#mobile-nav .menu-item-object-attorney ul.sub-menu {
  width: 400px;
}
#mobile-nav .menu-item-object-attorney ul.sub-menu li {
  float: left;
  width: 140px;
}

#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: "Avenir", sans-serif;
  font-size: 14px;
  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: #2e2e2f;
  color: #fff;
}
#primary-nav .menu-item-object-attorney ul.sub-menu {
  /* width: 400px; */
  width: 325px;
  background: #3d5a91;
}
#primary-nav .menu-item-object-attorney ul.sub-menu li {
  float: left;
  width: 160px;
}

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

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

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

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

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

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

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

.hamburger,
.hamburger:before,
.hamburger:after {
  background-color: #3d5a91;
}

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

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

#mobile-nav .menu .menu-item.display {
  background: #2e2e2f;
}

#mobile-nav .menu .menu-item.display > div > .sub-menu a {
  font-size: 14px;
}

#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: #2e2e2f;
}

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

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

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

#billboard .modern-slider {
  border: none;
  background: transparent;
  margin: 0;
}

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

#billboard .billboard-content-container {
  box-sizing: border-box;
  padding: 0 25px;
  position: absolute;
  top: 12.5%;
  max-width: 1300px;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}

#billboard .billboard-content {
}

#billboard h1 {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

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

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

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

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

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

#int-billboard-container {
  max-width: 100% !important;
}
#int-billboard-cell-1 h1#page-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}
#int-billboard {
  text-align: center;
  padding: 31px 0 52px;
}

#int-billboard .inner {
  padding: 0 10px;
}

@media screen and (max-width: 700px) {
  #int-billboard .inner {
    padding: 0 25px;
  }
}

/* ======================================== *
        Home Practice Area Section
 * ======================================== */
.home-body-bg {
}

#home-practice-areas-wrapper {
  margin-top: -66.5%;
  z-index: 2;
}

#home-practice-areas-container {
  max-width: 1300px !important;
}

#home-practice-areas {
  /*    padding: 55px 0 60px;*/
  text-align: center;
}

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

@media screen and (max-width: 1200px) {
  .home-body-bg {
    background: #4e70b4;
    padding: 50px 0;
  }

  #home-practice-areas-wrapper {
    background: ;
    margin-top: 0;
    z-index: inherit;
  }

  #home-practice-areas-container {
    max-width: 900px !important;
  }
}

@media screen and (min-width: 1600px) {
  #home-practice-areas-wrapper {
    margin-top: -65%;
  }
}

@media screen and (min-width: 2150px) {
  #home-practice-areas-wrapper {
    margin-top: -63%;
  }
}

@media screen and (min-width: 2500px) {
  #home-practice-areas-wrapper {
    margin-top: -60%;
  }
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper {
  z-index: 2;
}

#home-body-container {
  max-width: 1100px !important;
}

#home-body {
  padding: 70px 0;
  text-align: center;
}

#home-body h2 {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
}

#home-body p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

#home-body .tmf-button {
  background: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  color: #5d89d7;
  max-width: 164px;
  width: 100%;
  padding: 6px 15px;
  margin-top: 25px;
  line-height: 24px;
}

#home-body .tmf-button:hover {
  background: #f0f0f0;
}

@media screen and (min-width: 1600px) {
  #home-body {
    padding: 20% 0;
  }
}

@media screen and (min-width: 2150px) {
  #home-body {
    padding: 25% 0;
  }
}

@media screen and (min-width: 2500px) {
  #home-body {
    padding: 40% 0;
  }
}

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

#body-container {
  max-width: 1300px;
}
#body-container .content-container {
  max-width: 1200px;
}
#body-container #page-content {
  max-width: 1200px;
}
#body-container .tmf-post-list.medium {
  max-width: 1200px;
}
#body {
  padding: 45px 0;
}

#body-cell-1 {
  width: auto;
}

#body-cell-2 {
  width: 400px;
}

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

@media screen and (max-width: 950px) {
  #body-cell-1,
  #body-cell-2 {
    width: 100%;
  }
}

/* ======================================== *
        Home Blog Section
 * ======================================== */
#home-blog-wrapper {
  z-index: 2;
}

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

#home-blog {
}

#home-blog h3.tmf-module-title {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 29px;
  font-weight: 500;
  margin-bottom: 25px;
  text-transform: uppercase;
}

#home-blog-cell-1 .tmf-module {
  background: #48485d;
  display: flex;
  flex-direction: column;
  height: 530px;
  justify-content: center;
  padding: 10px 25px;
}

#home-blog-cell-2 .tmf-module {
  background: #06132a;
  display: flex;
  flex-direction: column;
  height: 530px;
  justify-content: center;
  padding: 10px 25px;
}

#home-blog .blog-bottom-link {
  text-align: right;
}

#home-blog .blog-bottom-link span {
  vertical-align: bottom;
}

#home-blog .blog-bottom-link a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

#home-blog .blog-bottom-link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  #home-blog-cell-1 .tmf-module {
    display: block;
    flex-direction: inherit;
    height: auto;
    justify-content: inherit;
    padding: 50px 25px;
  }

  #home-blog-cell-2 .tmf-module {
    display: block;
    flex-direction: inherit;
    height: auto;
    justify-content: inherit;
    padding: 50px 25px;
  }
}

/* ======================================== *
        Home Attorneys Section
 * ======================================== */
#home-attorneys-wrapper {
}

#home-attorneys-container {
  max-width: 1300px !important;
}

#home-attorneys {
  text-align: center;
  padding: 75px 0;
}

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

#home-attorneys h3.tmf-module-title {
  box-sizing: border-box;
  color: #496ab1;
  font-family: "Cinzel", serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 35px;
  text-transform: uppercase;
}

#home-attorneys p {
  box-sizing: border-box;
  color: #000000;
  font-size: 18px;
  line-height: 30px;
  padding: 0 20px;
  margin-bottom: 40px;
}

#home-attorneys .tmf-post-list.small {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  clear: both;
}

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

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

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

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

#home-attorneys .prev-arrow {
  left: -45px;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
    scroll -60px 0;
  background-size: 313px;
}

#home-attorneys .next-arrow {
  right: -45px;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
    scroll -120px 0;
  background-size: 313px;
}

@media screen and (max-width: 1290px) {
  #home-attorneys .tmf-post-list.small {
    max-width: 928px;
  }
}

@media screen and (max-width: 1080px) {
  #home-attorneys .tmf-post-list.small {
    max-width: 696px;
  }
}

@media screen and (max-width: 810px) {
  #home-attorneys .tmf-post-list.small {
    max-width: 464px;
  }
}

@media screen and (max-width: 580px) {
  #home-attorneys .tmf-post-list.small {
    max-width: 232px;
  }

  #home-attorneys .prev-arrow {
    left: -32px;
    width: 46px;
    height: 46px;
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
      scroll -55px 0;
    background-size: 283px;
  }

  #home-attorneys .next-arrow {
    right: -32px;
    width: 46px;
    height: 46px;
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat
      scroll -109px 0;
    background-size: 283px;
  }
}

/* ======================================== *
        Home Locations CSS
 * ======================================== */
#home-locations-wrapper {
  background: url("../images/home_office_locations_bg_3x.jpg") no-repeat center
    center / cover;
}

#home-locations-container {
  max-width: 1300px !important;
}

#home-locations {
  padding: 120px 0;
  text-align: center;
}

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

#home-locations h3.tmf-module-title {
  color: #496ab1;
  font-family: "Cinzel", serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
  padding: 0 25px;
}

/* ======================================== *
        Associations CSS
 * ======================================== */
#associations-wrapper {
}

#associations-container {
  max-width: 1300px !important;
}

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

#associations .inner {
  padding: 0 10px;
}

#associations h3 {
  color: #496ab1;
  font-family: "Cinzel", serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 0 15px;
}

#associations img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 25px;
}

@media screen and (max-width: 450px) {
  #associations img {
    display: block;
    padding: 0 15px 25px;
    margin: 0 auto;
  }
}

/* ======================================== *
        Footer Section
 * ======================================== */
.bottom-area-bg {
  background: rgb(70, 88, 126);
  background: linear-gradient(
    180deg,
    rgba(70, 88, 126, 1) 0%,
    rgba(130, 142, 181, 1) 100%
  );
  padding: 75px 0;
}

.home .bottom-area-bg {
  padding-bottom: 0;
}

#footer-wrapper {
  /* background: url("../images/footer_bg_3x.jpg") no-repeat center center / cover; */
}

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

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

#footer h3.tmf-module-title {
  color: #ffffff;
  font-family: "Cinzel", serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 35px;
}

#footer p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

#footer-cell-1 {
  width: 350px;
  text-align: left;
}

#footer-cell-1 .inner {
  padding-right: 75px;
}

#footer-cell-2 {
  width: auto;
}

#footer .editor-content ul {
  padding-left: 0;
  margin: 0;
}

#footer .gform_wrapper.tmf-form_wrapper {
  margin-top: 0px !important;
}

#footer .gform_wrapper.tmf-form_wrapper .gform_body {
  width: 100%;
  display: table;
}

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

#footer
  .gform_wrapper.tmf-form_wrapper
  .field_sublabel_hidden_label
  .ginput_complex.ginput_container
  input[type="text"],
#footer .gform_wrapper.tmf-form_wrapper input[type="text"],
#footer .gform_wrapper.tmf-form_wrapper textarea {
  margin: 0;
}

#footer .gform_wrapper.tmf-form_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

#footer .gform_wrapper ul li.gfield {
  margin-top: 5px;
  padding-top: 0;
  font-family: "Barlow", sans-serif !important;
}

#footer .gform_wrapper.tmf-form_wrapper .left_half ul.gform_fields {
  padding-right: 15px;
}

#footer .gform_wrapper.tmf-form_wrapper .right_half ul.gform_fields {
  padding-left: 15px;
}

#footer .gform_wrapper.tmf-form_wrapper ul.gform_fields {
  padding: 0;
  margin: 0 !important;
}

#footer .gform_wrapper.tmf-form_wrapper ul li.gfield {
  margin: 0;
  padding-right: 0 !important;
  color: #ffffff;
  font-size: 16px;
}

#footer .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

#footer
  .gform_wrapper.tmf-form_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  span.name_first,
#footer
  .gform_wrapper.tmf-form_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  span.name_last,
#footer
  .gform_wrapper.tmf-form_wrapper.gf_browser_chrome
  ul.gform_fields
  li.gfield
  span.name_middle {
  padding-top: 0;
}

#footer input[type="text"],
#footer input[type="tel"],
#footer input[type="email"],
#footer textarea,
#footer select {
  border-radius: 3px;
  padding: 7px 10px !important;
}

#footer textarea {
  height: 90px !important;
}

#footer .gform_wrapper.tmf-form_wrapper .gform_footer {
  padding: 0;
  text-align: right;
  margin: 10px 0 0;
}

#footer .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#footer .gform_wrapper.tmf-form_wrapper input[type="submit"] {
  background: #ffffff;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  color: #5d89d7;
  max-width: 185px;
  width: 100%;
  padding: 6px 15px;
}

#footer .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover,
#footer .gform_wrapper.tmf-form_wrapper input[type="submit"]:hover {
  background: #f0f0f0;
}

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

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

  #footer .left_half,
  #footer .right_half {
    display: block;
    float: none;
    width: 100%;
    margin: auto;
    padding: 0;
  }

  #footer .gform_wrapper.tmf-form_wrapper .left_half ul.gform_fields {
    padding-right: 0;
  }

  #footer .gform_wrapper.tmf-form_wrapper .right_half ul.gform_fields {
    padding-left: 0;
  }

  #footer .gform_wrapper.tmf-form_wrapper ul li.gfield.gf_list_inline {
    text-align: center;
  }
}

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

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

#copyright {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  padding: 80px 0;
}

#copyright a {
  color: #ffffff;
  text-decoration: underline;
}

#copyright a:hover {
  text-decoration: none;
}

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

/* ======================================== *
        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: #496ab1;
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

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

/* ======================================== *
        Practice Areas Sidebar Sub Pages
 * ======================================== */
.practice-area-sidebar-sub-pages {
  box-sizing: border-box;
  background: #48485d;
  padding: 25px 25px;
  margin-bottom: 50px;
}

.practice-area-sidebar-sub-pages h3.tmf-module-title {
  color: #ffffff;
  margin-bottom: 25px;
}

.practice-area-sidebar-sub-pages ul {
  list-style: none;
}

.practice-area-sidebar-sub-pages ul li {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 5px 0px;
}

.practice-area-sidebar-sub-pages ul li a {
  color: #ffffff;
  text-decoration: underline;
}

.practice-area-sidebar-sub-pages ul li a:hover {
  text-decoration: none;
}

.practice-area-sidebar-sub-pages ul li ul {
  padding: 5px 0px 5px 25px;
}

/* ======================================== *
        When It Comes Sidebar
 * ======================================== */
.tmf-multi-module-area .when-it-comes {
  box-sizing: border-box;
  background: #3d5a91;
  text-align: center;
  padding: 25px 25px;
}

.tmf-multi-module-area .when-it-comes h3 {
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
}

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

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

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

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: #999999;
  font-family: "Barlow", sans-serif !important;
  font-size: 20px !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: 20px;
  padding: 15px 15px;
  background: #3d5a91;
  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: "Barlow", sans-serif;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

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

.tmf-button:active,
.page-numbers:active,
input[type="submit"]:active {
  background: #3d5a91;
  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: #3d5a91;
  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: 33px;
  height: 32px;
  margin: 0 5px;
}

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

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

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

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

/* 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: "Barlow", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
}

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

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

blockquote {
  color: #333333;
  font-family: "Barlow", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  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: #333333;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
  line-height: normal;
}

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

#breadcrumbs .divider {
  color: #333333;
  margin: 0 7px;
}

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

.mobile {
  display: none;
}

@media screen and (max-width: 450px) {
  .not-mobile {
    display: none;
  }

  .mobile {
    display: inherit;
  }
}

/* ======================================== *
        Global 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: "Barlow", sans-serif;
  padding: 6px 15px;
  max-width: 200px;
  width: 100%;
  margin-right: 0;
  line-height: 24px !important;
}
