/* ============================================================================ *
        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: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

a {
  color: #172240;
}

/* ======================================== *
        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: 1200px !important;
  }

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

  .section-heading-container {
    max-width: 85% !important;
  }
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
  color: #172240;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.editor-content h2,
.tmf-post > h2 {
  color: #172240;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
}

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

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

h3 a,
.editor-content h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a {
  color: #49577c;
}

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.editor-content h4,
.tmf-post > h4 {
  color: #333333;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 a,
.editor-content h4 a,
.tmf-post > h4 a {
  color: #333333;
  text-decoration: none;
}

h4 a:hover,
.editor-content 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 {
}

/* ======================================== *
        Home Header
 * ======================================== */
.home-header-bg {
  background: url(../images/home_billboard_2560.jpg) center center / cover;
}

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top-wrapper {
  background: #172240;
}

#header-top-container {
  max-width: 1150px !important;
}

#header-top {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  padding: 10px 0;
}

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

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

#header-top .phone-1:before {
  color: #49577c;
  content: "|";
  font-size: 16px;
  font-weight: 400;
  margin: 0 7px;
}

.header-top-mobile {
  display: none;
}

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

  .header-top-mobile {
    display: block;
  }

  #header-top {
    text-align: center;
    padding: 15px 0;
    display: none;
  }

  #header-top,
  #header-top a,
  #header-top .phone-1:before {
    color: #000000;
  }

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

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
  border-bottom: 32px solid #172240;
}

.home #header-wrapper {
  border-bottom: none;
  display: none;
}

#header {
  padding: 25px 0;
  text-align: center;
}

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

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

@media screen and (max-width: 950px) {
  #header-wrapper {
    border-bottom: none;
  }

  .home #header-wrapper {
    display: block;
  }

  #header {
    padding: 25px 0 0;
  }

  .home #header {
    padding: 25px 0;
  }

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

  #header-cell-1 .custom-inner {
    padding: 0 25px;
  }
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-container {
  max-width: 1200px !important;
}

#primary-nav {
  padding: 30px 25px 0 50px;
}

#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: #000000;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  padding: 12px 15px;
}

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

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

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
  background-color: #ae2928;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
}

/*#primary-nav .menu > .menu-item:hover > a {
    background-color: #8b2020;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
}*/

#primary-nav .menu .sub-menu {
  background-color: #ae2928;
  min-width: 300px;
}

#primary-nav .menu .sub-menu .menu-item {
}
#primary-nav .menu .sub-menu .menu-item.first {
}
#primary-nav .menu .sub-menu .menu-item.last {
}
#primary-nav .menu .sub-menu .menu-item > a {
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
}

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

@media screen and (max-width: 1200px) {
  #primary-nav {
    padding: 30px 25px 0;
  }
}

@media screen and (max-width: 1030px) {
  #primary-nav .menu > .menu-item > a {
    /*        font-size: 20px;*/
    padding: 12px 5px;
  }
}

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

.home #mobile-nav {
  background: rgba(23, 34, 64, 0.8) !important;
}

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

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

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

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

@media screen and (max-width: 950px) {
  #mobile-nav-wrapper {
    padding-top: 10px;
  }
}

/* ======================================== *
        Billboard
 * ======================================== */
#billboard-wrapper {
}

#billboard-container {
  max-width: 1150px !important;
}

#billboard {
  padding: 75px 0;
}

#billboard .logo {
  max-width: 569px;
  width: 100%;
  padding-bottom: 60px;
}

#billboard h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: none;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
  margin-bottom: 15px;
  max-width: 430px;
}

#billboard p {
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
  max-width: 430px;
}

#billboard fieldset {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  padding: 0px 25px 20px;
}

#billboard legend {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
  line-height: 24px;
}

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

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

#billboard input[type="text"],
#billboard input[type="tel"],
#billboard input[type="email"],
#billboard textarea,
#billboard select {
  border: none;
  text-align: center;
  padding: 7px 15px !important;
  margin-bottom: 8px !important;
  width: 100% !important;
}

#billboard textarea {
  height: 93px !important;
}

#billboard .gform_wrapper.tmf-form_wrapper .gform_footer {
  margin: 0px 0 0;
}

#billboard .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#billboard .gform_wrapper.tmf-form_wrapper input[type="submit"] {
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-right: 0;
  padding: 8px 15px;
  max-width: 100%;
  width: 100%;
}

#billboard .billboard-buttons {
  padding: 25px 0 0;
}

#billboard .tmf-button {
  background: #49577c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-flex;
  font-size: 22px;
  padding: 12px 10px;
  margin-right: 15px;
  margin-bottom: 20px;
  box-sizing: border-box;
  text-shadow: none;
  max-width: 200px;
  width: 100%;
  height: 52px;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  line-height: 20px;
}

#billboard .tmf-button:hover {
  background-color: #3a4663;
}

#billboard .tmf-button.red {
  background-color: #ae2928;
}

#billboard .tmf-button.red:hover {
  background-color: #be2e2d;
}

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

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

  #billboard h2 {
    max-width: 100%;
    font-size: 32px;
  }

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

/* ======================================== *
        Home Page Header Section
 * ======================================== */
.section-heading-wrapper {
  background: #172240;
  text-align: center;
  padding: 25px 0 22px;
}

.section-heading-wrapper .inner {
  padding: 0 25px;
}

.section-heading-container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-heading h1#page-title,
.section-heading h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  text-transform: none;
}

.section-heading h1#page-title span,
.section-heading h3 span {
  background: #172240;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.section-heading h1#page-title:before,
.section-heading h3:before {
  background: #747a8c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 48%;
  width: 100%;
}

.section-heading h1#page-title:before,
.section-heading h3:before {
  left: 0;
}

@media screen and (max-width: 750px) {
  .section-heading h1#page-title span,
  .section-heading h3 span {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  .section-heading h1#page-title:before,
  .section-heading h3:before {
    display: none;
  }
}

/* ======================================== *
        Home Page Body Section
 * ======================================== */
#home-body-wrapper {
  background: #fff;
  padding: 45px 0 85px;
}

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

#home-body .home-main-content {
  display: table-cell;
  width: 50%;
  padding: 0 25px;
  box-sizing: border-box;
  text-align: justify;
  line-height: 32px;
}

@media screen and (max-width: 950px) {
  #home-body-wrapper {
    padding: 45px 0;
  }

  #home-body .home-main-content {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  #home-body .home-main-content:last-child {
    margin-bottom: 0;
  }
}

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

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

#body-wrapper:before {
  background: #ae2928;
  display: block;
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

#body > .row > div {
  padding: 45px 0 !important;
}

#body-wrapper,
#body-cell-1 {
  background: #ffffff;
}

#body-cell-2 {
  background: url(../images/sidebar_icon_screened_1x.png) no-repeat left 94%;
  background-size: auto;
}

@media screen and (max-width: 950px) {
  #body-wrapper:before {
    width: 100%;
  }

  #body-cell-2 {
    background: transparent;
  }
}

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

#home-attorney-container {
}

#home-attorney {
  height: 350px;
}

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

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

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

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

#testimonials fieldset {
  box-sizing: border-box;
  border: 2px solid #49577c;
  padding: 15px 100px 35px;
  position: relative;
}

#testimonials legend {
  color: #172240;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 0 25px;
  line-height: 32px;
}

#testimonials h3.tmf-module-title {
  display: block;
  color: #172240;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 32px;
}

#testimonials .tmf-button {
  box-sizing: border-box;
  display: inline-block;
  max-width: 310px;
  width: 100%;
  padding: 16px 15px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -28px;
  z-index: 1;
}

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

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

#testimonials .bx-wrapper .bx-controls-direction a {
  color: #c5c5c5;
  font-size: 0;
  height: 30px;
  outline: 0 none;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 9999;
  transform: translateY(-50%);
  margin-top: 5px;
}

#testimonials .bx-wrapper .bx-prev {
  background: url(../images/icon_sprite_3x.png) no-repeat scroll -522px 0;
  background-size: 588px;
  left: -115px;
}

#testimonials .bx-wrapper .bx-next {
  background: url(../images/icon_sprite_3x.png) no-repeat scroll -560px 0;
  background-size: 588px;
  right: -115px;
}

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

  #testimonials fieldset {
    padding: 15px 50px 35px;
  }

  #testimonials .bx-wrapper .bx-prev {
    left: -68px;
  }

  #testimonials .bx-wrapper .bx-next {
    right: -68px;
  }
}

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

  #testimonials .bx-wrapper .bx-prev {
    left: -43px;
  }

  #testimonials .bx-wrapper .bx-next {
    right: -43px;
  }
}

@media screen and (max-width: 450px) {
  #testimonials .tmf-button {
    position: inherit;
    left: inherit;
    right: inherit;
    margin: 25px auto 0;
    bottom: inherit;
    z-index: inherit;
  }
}

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

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

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

#footer-cell-1 img {
  display: block;
  max-width: 350px;
  width: 100%;
}

#footer-cell-3 fieldset {
  box-sizing: border-box;
  border: 2px solid #ffffff;
  padding: 0px 25px 20px;
  margin-top: -11px;
}

#footer-cell-3 legend {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  padding: 0 5px;
  line-height: 24px;
}

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

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

#footer-cell-3 input[type="text"],
#footer-cell-3 input[type="tel"],
#footer-cell-3 input[type="email"],
#footer-cell-3 textarea,
#footer-cell-3 select {
  border: none;
  text-align: center;
  padding: 7px 15px !important;
  margin-bottom: 8px !important;
  width: 100% !important;
}

#footer-cell-3 textarea {
  height: 93px !important;
}

#footer-cell-3 .gform_wrapper.tmf-form_wrapper .gform_footer {
  margin: 0px 0 0;
}

#footer-cell-3 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#footer-cell-3 .gform_wrapper.tmf-form_wrapper input[type="submit"] {
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-right: 0;
  padding: 8px 15px;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1230px) {
  #footer-cell-1,
  #footer-cell-2 {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    vertical-align: top;
  }

  #footer-cell-3 {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
}

@media screen and (max-width: 850px) {
  #footer-cell-1,
  #footer-cell-2 {
    display: block;
    margin: 0 auto;
  }

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

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

#copyright {
  padding: 25px 0;
  font-size: 16px;
  color: #49577c;
  text-align: center;
}

#copyright a {
  color: #49577c;
}

@media screen and (max-width: 1150px) {
  #copyright-cell-2,
  #copyright-cell-3 {
    padding-top: 0;
  }
}

/* ======================================== *
        Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
  margin-bottom: 40px;
}

.tmf-multi-module-area .tmf-module:last-child {
  margin-bottom: 0;
}

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: none;
}

.tmf-multi-module-area .tmf-module .tmf-button {
  display: inline-block;
  margin-top: 10px;
  padding: 20px 15px;
  width: 100%;
  box-sizing: border-box;
}

#body-cell-1 .sidebar-image {
  max-width: 340px;
  width: 100%;
  float: right;
  margin-bottom: 0;
  margin-left: 15px;
}

#body-cell-2 .sidebar-image {
  margin-bottom: 40px;
  max-width: 340px;
  width: 100%;
}

@media screen and (max-width: 950px) {
  #body-cell-1 .sidebar-image {
    display: none;
    float: none;
    margin-bottom: 15px;
    margin-left: 0;
  }
}

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

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  background: #ffffff;
  border: 1px solid #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #939598;
  font-family: "Roboto", 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: 22px;
  padding: 15px 15px;
  background: #49577c;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

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

.tmf-button:active,
.page-numbers:active,
input[type="submit"]:active {
  background: #49577c;
  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 {
  color: #000 !important;
  background: none;
  border: 1px solid #ddd;
}

.vcard .value {
  background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -108px
    3px;
  background-size: 588px;
  height: 23px;
  width: 27px;
}

/* ======================================== *
        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
 * ======================================== */
aside {
  color: #413d38;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 34px;
}

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

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

blockquote {
  color: #172240;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
  position: relative;
  margin: 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: #f3f3f3;
  top: 140px;
  z-index: -9;
  font-style: normal;
}

#breadcrumbs {
  color: #000;
  font-size: 18px;
  margin: 0 0 25px;
}

#breadcrumbs a {
  color: #000;
}

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

.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: "Roboto", sans-serif;
  padding: 10px 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 {
  text-align: center;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer {
  margin: 10px 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"] {
  box-sizing: border-box;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin-right: 0;
  padding: 10px 15px;
  max-width: 150px;
  width: 100%;
}
