/* ============================================================================ *
        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.
*/
@font-face {
  font-family: "Myriad Pro", sans-serif;
  src: url("../fonts/MyriadPro-Light.eot");
  src: local("Myriad Pro Light"), local("MyriadPro-Light"),
    url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Light.woff2") format("woff2"),
    url("../fonts/MyriadPro-Light.woff") format("woff"),
    url("../fonts/MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Myriad Pro", sans-serif;
  src: url("../fonts/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("MyriadPro-Regular"),
    url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Regular.woff2") format("woff2"),
    url("../fonts/MyriadPro-Regular.woff") format("woff"),
    url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Myriad Pro", sans-serif;
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: local("Myriad Pro Semibold"), local("MyriadPro-Semibold"),
    url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Semibold.woff2") format("woff2"),
    url("../fonts/MyriadPro-Semibold.woff") format("woff"),
    url("../fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Myriad Pro", sans-serif;
  src: url("../fonts/MyriadPro-Bold.eot");
  src: local("Myriad Pro Bold"), local("MyriadPro-Bold"),
    url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Bold.woff2") format("woff2"),
    url("../fonts/MyriadPro-Bold.woff") format("woff"),
    url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Myriad Pro", sans-serif;
  src: url("../fonts/MyriadPro-Black.eot");
  src: local("Myriad Pro Black"), local("MyriadPro-Black"),
    url("../fonts/MyriadPro-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MyriadPro-Black.woff2") format("woff2"),
    url("../fonts/MyriadPro-Black.woff") format("woff"),
    url("../fonts/MyriadPro-Black.ttf") format("truetype");
  font-weight: 900;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #144e80;
}

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

  #billboard .billboard-content-container {
    max-width: 100% !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: #282829;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 15px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
  color: #282829;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 15px;
}

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

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
  color: #282829;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
  color: #5e6061;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
  color: #5e6061;
  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 Top Section
 * ======================================== */
#header-top-wrapper {
  background: #282829;
  padding: 5px 0;
}

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

#header-top {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  line-height: 30px;
  margin-right: 15px;
}

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

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

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

#header-top .phone-1::before,
#header-top .email::before {
  color: #ffffff;
  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: 1200px) {
  #header-top-wrapper {
    display: none;
  }

  #header-top {
    color: #000000;
    margin-right: 0;
  }

  #header-top a {
    color: #000000;
  }

  #header-top .phone-1::before,
  #header-top .email::before {
    color: #144e80;
  }
}

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

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
  background: url("../images/int_header_bg_3x.jpg") no-repeat center center /
    cover;
}

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

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

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

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

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

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

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

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

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

  #header {
    padding: 25px 0 0;
  }

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

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

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

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

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

  #header .main-logo {
    width: 50%;
    padding-right: 25px;
  }

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

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

  #header-cell-2 {
    display: none;
  }

  #header .main-logo,
  #header .mobile-view {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

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

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

#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 > a {
  color: #282829;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 5px;
  text-decoration: none;
}

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

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

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

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

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
  color: #144e80;
  /* color: #ffffff; */
}
.home #primary-nav .menu > .menu-item.current-menu-item > a,
.home #primary-nav .menu > .menu-item:hover > a {
  /* color: #144e80; */
  color: #ffffff;
}

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

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

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

#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: #ffffff;
  font-family: "Myriad Pro", sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover {
}
#primary-nav .menu .sub-menu .menu-item:hover > a {
  background-color: #1b67a9;
}
#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: #1b67a9;
  width: 50%;
  height: 3px;
}
.home #primary-nav .menu > .menu-item:hover > a::after,
.home #primary-nav .menu > .menu-item.current-menu-item > a::after,
.home #primary-nav .menu > .menu-item.current-menu-item > a:hover::after,
.home #primary-nav .menu > .menu-item.current-menu-item > a:focus::after {
  background-color: #ffffff;
  width: 50%;
  height: 3px;
}

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

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

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

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

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

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

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

#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;
  position: absolute;
  bottom: 5%;
  max-width: 100%;
  z-index: 2;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 25px;
  text-align: center;
}

#billboard .billboard-content {
}

#billboard h2 {
  color: #ffffff;
  font-family: "Myriad Pro", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}

#billboard h2 .divider:before {
  border-left: 2px solid #ffffff;
  content: "";
  margin-left: 15px;
  padding-right: 15px;
}

#billboard .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  padding: 9px 10px;
  margin-top: 25px;
}

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

@media screen and (max-width: 750px) {
  #billboard h2 .divider {
    display: block;
  }

  #billboard h2 .divider:before {
    display: none;
  }
}

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

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

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

#int-billboard-cell-1 {
}

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

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

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

#int-billboard .int-billboard-title {
  background: #144e80;
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  padding: 20px 25px;
  position: relative;
}

#int-billboard .int-billboard-title:before {
  background: #144e80;
  display: block;
  content: "";
  height: 100%;
  width: 1000%;
  position: absolute;
  top: 0;
  left: -1000%;
}

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

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

@media screen and (max-width: 950px) {
  #int-billboard .int-billboard-content {
    position: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    z-index: inherit;
    transform: inherit;
  }

  #int-billboard .int-billboard-title {
    background: #144e80;
    border-radius: 0px;
    display: block;
    padding: 36px 25px;
  }

  #int-billboard .int-billboard-title:before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #int-billboard .int-billboard-img {
    min-height: 250px;
    object-fit: cover;
    object-position: center;
  }
}

/* ======================================== *
    Int Practice Areas Billboard Icons
 * ======================================== */
.single-practice-area #int-billboard h1#page-title {
  position: relative;
  padding-left: 115px;
}

.single-practice-area.postid-94 #int-billboard h1#page-title:before {
  background: url(../images/int_icon_sprite_prac_areas_3x.png) no-repeat 0px 0px;
  background-size: 488px;
  content: "";
  display: inline-block;
  width: 89px;
  height: 89px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-practice-area.postid-96 #int-billboard h1#page-title:before {
  background: url(../images/int_icon_sprite_prac_areas_3x.png) no-repeat -99px 0px;
  background-size: 488px;
  content: "";
  display: inline-block;
  width: 89px;
  height: 89px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-practice-area.postid-98 #int-billboard h1#page-title:before {
  background: url(../images/int_icon_sprite_prac_areas_3x.png) no-repeat -199px 0px;
  background-size: 488px;
  content: "";
  display: inline-block;
  width: 89px;
  height: 89px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-practice-area.postid-100 #int-billboard h1#page-title:before {
  background: url(../images/int_icon_sprite_prac_areas_3x.png) no-repeat -399px 0px;
  background-size: 488px;
  content: "";
  display: inline-block;
  width: 89px;
  height: 89px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
  background: #144e80;
}

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

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

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

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

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

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

#home-body h1 {
  color: #144e80;
  font-size: 36px;
  margin-bottom: 15px;
}

#home-body p {
  color: #000000;
  font-size: 16px;
  line-height: 28px;
}

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

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

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

#body {
  padding: 45px 0;
}

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

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

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

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

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

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

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

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

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

/* ======================================== *
        Home Difference Section
 * ======================================== */
#home-difference-wrapper {
}

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

#home-difference {
  padding: 0;
}

#home-difference-cell-1 {
  width: 500px;
}

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

#home-difference-cell-1 .tmf-module {
  box-sizing: border-box;
  background: url("../images/home_rietz_law_difference_bg_3x.jpg") no-repeat
    center center / cover;
  outline: 2px solid #a5c5e1;
  outline-offset: -15px;
  padding: 142px 25px;
  position: absolute;
  width: 100%;
  margin-top: -30px;
  z-index: 1;
  text-align: center;
}

#home-difference-cell-1 .tmf-module-content {
}

#home-difference-cell-2 {
  width: auto;
  vertical-align: middle;
}

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

#home-difference-cell-2 .tmf-module {
  box-sizing: border-box;
  background: url("../images/home_rietz_law_difference_gray_bg_3x.jpg")
    no-repeat center center / cover;
  padding: 25px 50px;
  height: 354px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#home-difference h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.1em;
  max-width: 270px;
}

#home-difference h3 strong,
#home-difference h3 b {
  font-weight: 600;
}

#home-difference p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

#home-difference .editor-content ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

#home-difference .editor-content ul li {
  color: #3b3b3b;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0;
}

#home-difference .tmf-button {
  background: #144e80;
  display: inline-block;
  font-size: 16px;
  max-width: 120px;
  width: 100%;
  padding: 9px 15px;
  margin-top: 15px;
  transition: all 0.2s ease-in;
}
#home-difference .tmf-button:hover {
  background: #165388;
}

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

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

  #home-difference-cell-1 .tmf-module {
    border: none;
    padding: 50px 25px;
    position: inherit;
    margin-top: 0;
    z-index: inherit;
    text-align: center;
  }

  #home-difference-cell-1 .tmf-module-content {
    max-width: 100%;
    padding: 0;
  }

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

  #home-difference-cell-2 {
    padding-top: 0;
  }

  #home-difference h3 {
    max-width: 100%;
    margin-bottom: 15px;
  }

  #home-difference p {
    margin-bottom: 0;
  }

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

  #home-difference .tmf-button.mobile-view {
    display: inline-block;
    margin-top: 25px;
  }
}

/* ======================================== *
        Contact Section
 * ======================================== */
#contact-section-wrapper {
  padding: 85px 0 55px;
}

#contact-section-container {
  background: url("../images/home_form_bg_3x.jpg") no-repeat center center /
    cover;
  text-align: center;
  max-width: 1200px;
}

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

#contact-section .inner {
  padding: 0 25px;
}

#contact-section h3.tmf-module-title {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0;
}

#contact-section .editor-content p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

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

#contact-section .tmf-module {
  max-width: 850px;
  margin: 0 auto;
}

#contact-section .gform_wrapper.tmf-form_wrapper {
  margin-top: 30px !important;
}

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

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

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

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

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

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

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

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

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

#contact-section input[type="text"],
#contact-section input[type="tel"],
#contact-section input[type="email"],
#contact-section textarea,
#contact-section select {
  background: rgba(205, 207, 212, 0.7);
  border: none;
  text-align: center;
  padding: 10px 15px !important;
}

#contact-section textarea {
  height: 160px !important;
}

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer {
  padding: 0;
  text-align: center;
  margin: 15px 0 0;
}

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer {
  padding: 0;
  text-align: center;
  margin: 25px 0 0;
}

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#contact-section .gform_wrapper.tmf-form_wrapper input[type="submit"] {
  background: transparent;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  margin-right: 0;
  padding: 8px 15px;
  max-width: 115px;
  width: 100%;
}

#contact-section
  .gform_wrapper.tmf-form_wrapper
  .gform_footer
  input.button:hover,
#contact-section .gform_wrapper.tmf-form_wrapper input[type="submit"]:hover {
  background: #ffffff;
  color: #282829;
}

@media screen and (max-width: 1200px) {
  #contact-section-wrapper {
    padding: 0;
  }
}

@media screen and (max-width: 950px) {
  #contact-section .inner {
    padding: 0 50px;
  }

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

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

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

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

/* ======================================== *
        Attorney Single Page CSS
 * ======================================== */
.single-attorney .attorney-accordion {
}

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

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
  background: url("../images/footer_bg_3x.jpg") no-repeat center center / cover;
  outline: 2px solid #8aa7c0;
  outline-offset: -20px;
}

#footer-container {
  background: url("../images/footer_logo_screened_3x.png") no-repeat;
  background-size: 222px;
  background-position: left bottom;
  max-width: 100% !important;
}

#footer {
  text-align: center;
}

#footer .tmf-module {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 330px;
  justify-content: center;
}

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

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

#copyright {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding: 20px 0;
}

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

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

#copyright .divider {
  margin: 0 7px;
}

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

#copyright-cell-1 {
  text-align: left;
  /* width: 415px; */
}

#copyright-cell-2 {
  /* text-align: center; */
  text-align: right;
  padding-top: 0;
  /* width: auto; */
}

#copyright-cell-3 {
  text-align: right;
  width: 370px;
}

#copyright .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 150px;
  width: 100%;
  padding: 9px 10px;
}

/* #copyright .mobile-view {
  display: none;
} */

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

  /* #copyright-cell-2 {
    display: none;
  } */

  #copyright-cell-3 {
    padding-top: 0;
  }

  /* #copyright .mobile-view {
    display: block;
  } */

  #copyright .tmf-button {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 450px) {
  #copyright .tmf-shortcode.copyright {
    display: block;
  }

  #copyright .divider.first {
    display: none;
  }
}

/* ======================================== *
        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: #000000;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

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

.tmf-multi-module-area .tmf-module-22 {
  background: url("../images/int_form_bg_3x.jpg") no-repeat center center /
    cover;
  padding: 35px 50px;
  text-align: center;
}

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

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

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

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

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: #282829;
  font-family: "Myriad Pro", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  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: 15px;
  padding: 15px 15px;
  background: #1f74be;
  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: "Myriad Pro", sans-serif;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

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

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

.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: #144e80;
  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: #282829;
  font-family: "Myriad Pro", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

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

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

blockquote {
  color: #282829;
  font-family: "Myriad Pro", sans-serif;
  font-size: 24px;
  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: #282829;
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 25px;
  line-height: normal;
}

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

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

#breadcrumbs .current {
  color: #282829;
  font-weight: 600;
}

body #call-to-action {
  background: transparent !important;
  color: #282829;
  font-family: "Myriad Pro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  position: relative;
  padding: 25px 25px 25px 100px;
}

body #call-to-action:before {
  background: url(../images/int_callout_icon_3x.png) no-repeat;
  background-size: 78px;
  content: "";
  display: inline-block;
  width: 78px;
  height: 115px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

body #call-to-action p {
  color: #282829;
  font-family: "Myriad Pro", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.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: "Myriad Pro", sans-serif;
  font-size: 16px;
  padding: 8px 15px;
  max-width: 200px;
  width: 100%;
  margin-right: 0;
  line-height: normal !important;
}

/* ======================================== *
        Sidebar Gravity Form CSS
 * ======================================== */
.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul {
  padding: 0 !important;
  margin: 0 !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul li.gfield {
  text-align: center;
}

.tmf-module-22 input[type="text"],
.tmf-module-22 input[type="tel"],
.tmf-module-22 input[type="email"],
.tmf-module-22 textarea,
.tmf-module-22 select {
  background: rgba(205, 207, 212, 0.7);
  border: none;
  font-size: 14px !important;
  text-align: center;
  padding: 10px 15px !important;
}

.tmf-module-22 textarea {
  height: 180px !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer {
  margin: 15px 0 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type="submit"] {
  background: transparent;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Myriad Pro", sans-serif;
  font-size: 16px;
  margin-right: 0;
  padding: 8px 15px;
  max-width: 115px;
  width: 100%;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover,
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type="submit"]:hover {
  background: #ffffff;
  color: #282829;
}
