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

a {
  color: #053796;
}

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

h2,
.tmf-post > h2,
.editor-content h2 {
  color: #053796;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
}

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

.tmf-post > h3,
.editor-content h3 {
  color: #484848;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 15px;
}

.tmf-post > h3 a,
.editor-content h3 a {
  color: #484848;
}

.tmf-post > h4,
.editor-content h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2em;
  color: #000;
}

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

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

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
}

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

#header {
  padding: 45px 0 40px;
}

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

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

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

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

#header-cell-2 {
  color: #5d5d5d;
  text-align: right;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

#header-cell-2 .phone-1 {
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 1250px) {
  #header-cell-1,
  #header-cell-2 {
    width: 50%;
  }
}

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

@media screen and (max-width: 400px) {
  #header-cell-2 {
    font-size: 22px;
  }

  #header-cell-2 .phone-1 {
    font-size: 24px;
  }
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
  background-color: #053796;
  padding: 8px 0;
}
#primary-nav-container {
  border-left: 1px solid #04235d;
  border-right: 1px solid #628cdd;
}
#primary-nav {
}

#primary-nav .menu {
}
#primary-nav .menu > .menu-item {
  border-left: 1px solid #628cdd;
  border-right: 1px solid #04235d;
}
#primary-nav .menu > .menu-item.first {
}
#primary-nav .menu > .menu-item.last {
}
#primary-nav .menu > .menu-item > a {
  color: #ffffff;
  font-size: 19px;
  padding: 15px 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover {
  text-decoration: underline;
}
#primary-nav .menu > .menu-item:hover > a {
}

#primary-nav .menu .sub-menu {
}

#primary-nav .menu .sub-menu > li {
  background-color: #042c79;
  top: 8px;
}

#primary-nav .menu .sub-menu .menu-item > a {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  padding: 10px 15px;
}

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

#primary-nav .menu-bar {
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

/* White Icon */
#primary-nav .menu-bar:before {
  background-position: -558px 0;
}

@media screen and (max-width: 1250px) {
  #primary-nav-container {
    border-left: none;
    border-right: none;
  }

  #primary-nav .menu > .menu-item.first {
    border-left: none;
  }
  #primary-nav .menu > .menu-item.last {
    border-right: none;
  }
}

html.mobile-nav #primary-nav .menu {
}
html.mobile-nav #primary-nav .menu > .menu-item {
}
html.mobile-nav #primary-nav .menu > .menu-item > a {
}

@media screen and (max-width: 850px) {
  #primary-nav-wrapper {
    padding: 0;
  }
  #primary-nav .menu-bar {
    display: block;
  }

  #primary-nav .menu {
    display: none;
  }

  #primary-nav .menu > .menu-item {
    display: block;
    padding: 0;
    border-left: none;
    border-right: none;
  }

  #primary-nav .menu > .menu-item > a {
    border-top: 1px solid #fff;
  }

  #primary-nav .menu .sub-menu {
    width: 100%;
    text-align: center;
  }

  #primary-nav .menu .sub-menu > li {
    top: 0px;
  }
}

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav .inner {
}
#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.first a {
}
#secondary-nav .menu > .menu-item:hover {
}
#secondary-nav .menu > .menu-item:hover a {
}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {
}

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

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

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

#billboard .billboard-content-container {
  /*padding: 0px 25px;*/
  position: absolute;
  bottom: 50px;
  max-width: 1250px;
  z-index: 2;
  text-align: left;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#billboard .billboard-content {
  background: rgba(0, 0, 0, 0.3);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 30%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(50%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 30%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 30%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 30%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=1 );
  max-width: 600px;
  margin-left: auto;
  padding: 25px 35px;
}

#billboard .billboard-content h1 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 5px;
}

#billboard .billboard-content p {
  color: #fff;
  font-size: 26px;
  line-height: 46px;
}

@media screen and (max-width: 1250px) {
  #billboard .billboard-content-container {
    padding: 0px 25px;
    position: relative;
    bottom: inherit;
    text-align: center;
  }

  #billboard .billboard-content {
    background: transparent;
    margin: 0 auto;
    padding: 25px 0;
  }

  #billboard .billboard-content h1 {
    color: #484848;
  }

  #billboard .billboard-content p {
    color: #484848;
  }
}

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

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

#body-wrapper:before {
  background-color: #fff;
  display: block;
  content: '';
  height: 100%;
  width: 66.666666%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

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

#body-wrapper,
#body-cell-2 {
  background-color: #c7c7c8;
}

.home #body-wrapper,
.home #body-cell-2 {
  background-color: transparent;
}

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

/* ======================================== *
        Home Body Section
 * ======================================== */
.home #body {
  text-align: center;
}

.home #body h1 {
  margin-bottom: 5px;
}

.home #body .editor-content p {
  font-size: 20px;
}

.home #body-cell-1 .inner {
  padding: 0 25px;
}

/* ======================================== *
        Home Practice Areas Section
 * ======================================== */
#home-practice-areas-wrapper {
  background: #053796;
}

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

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

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

#home-practice-areas .tmf-button {
  display: inline-block;
  max-width: 260px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 25px;
}

@media screen and (max-width: 1420px) {
  #home-practice-areas-container {
    max-width: 840px;
  }
}

/* ======================================== *
        Home Contact Section
 * ======================================== */
#home-contact-wrapper {
}

#home-contact-container {
  max-width: 900px;
}

#home-contact {
  padding: 0px 0px 40px;
}

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

#home-contact h3.tmf-module-title {
  background: #053796;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 12px 25px;
  text-transform: uppercase;
  text-align: center;
}

#home-contact .tmf-module-content {
  background: #c7c7c8;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#home-contact .gform_wrapper.tmf-form_wrapper {
  margin: 0 auto !important;
  max-width: 850px;
  padding: 1px 10px;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gform_body {
  width: auto;
}

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

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

#home-contact .gform_wrapper ul li.gfield {
  margin-top: 5px;
  padding-top: 0;
}

#home-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields {
  padding: 0 15px;
  margin: 0;
}

#home-contact .gform_wrapper.tmf-form_wrapper ul li.gfield {
  margin: 15px 0 0;
  padding-right: 0 !important;
}

#home-contact .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
  color: #45484d;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

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

#home-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type='text'],
#home-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
  border: none;
}

#home-contact .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
#home-contact .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type='checkbox'] {
  margin-top: 5px;
  vertical-align: baseline;
}

#home-contact .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gfield_checkbox li label {
  color: #45484d;
  font-size: 15px;
  max-width: 95%;
  vertical-align: top;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gfield_checkbox li label .red-icon {
  position: absolute;
  top: 1px;
  left: 43px;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gfield_checkbox li label#label_1_10_1 {
  font-size: 1em;
  font-weight: bold;
}

#home-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
  height: 176px !important;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gform_footer {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}

#home-contact .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#home-contact .gform_wrapper.tmf-form_wrapper input[type='submit'] {
  padding: 18px 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  max-width: 320px;
  margin-right: 0;
  width: 100%;
  box-sizing: border-box;
}

.ginput_recaptcha > div {
  margin: auto;
}

@media screen and (max-width: 900px) {
  #home-contact h3.tmf-module-title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  #home-contact .tmf-module-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}

@media screen and (max-width: 850px) {
  #home-contact .left_half,
  #home-contact .right_half {
    display: block;
    float: none;
    width: 100%;
    margin: auto;
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  #home-contact .gform_wrapper.tmf-form_wrapper ul.gform_fields {
    padding: 0 2px;
    margin: 0;
  }
}

/* ======================================== *
        Home Video Section
 * ======================================== */
#home-video-wrapper {
  padding: 90px 0;
  background: url(../images/video_background_1x.png) no-repeat center center / cover;
}

#home-video h3.tmf-module-title {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#home-video p {
  color: #fff;
}

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

#home-video .tmf-button {
  background: #063794;
  box-sizing: border-box;
  max-width: 350px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 10px;
}

#home-video .tmf-button::after {
  background: url(../images/video_button_icon.png) no-repeat 0px 0px;
  background-size: 25px;
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-left: 10px;
}

@media screen and (max-width: 400px) {
  #home-video .tmf-button {
    font-size: 17px;
  }

  #home-video .tmf-button::after {
    background: url(../images/video_button_icon.png) no-repeat 0px 0px;
    background-size: 20px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
  }
}

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

#footer {
  color: #58595b;
  text-align: center;
}

#footer a {
  color: #58595b;
}

#footer .tmf-button {
  display: inline-block;
  margin-top: 25px;
  padding: 14px 15px;
  max-width: 270px;
  width: 100%;
  line-height: normal;
}

#footer .tmf-post-list.small {
  max-width: 1700px;
  margin: 0 auto;
}

.map-container {
  display: table-cell;
  vertical-align: top;
}

.map-left,
.map-right {
  width: 450px;
}

.map-container .map-right {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0px 0 29.52px;
  text-align: left;
  line-height: 24px;
}

.map-container .location-2 {
  margin-top: 30px;
}

.tmf-post.small.location .static-map {
  overflow: hidden;
  display: block;
}

@media all and (max-width: 1000px) {
  #footer-wrapper {
    padding: 35px 0;
    background: url(../images/footer_bg_2x.jpg) no-repeat center center/ cover;
  }

  .map-container {
    display: block;
  }

  .tmf-post.small.location .static-map {
    display: block;
    width: auto;
    height: auto;
    float: none;
  }

  #footer {
    text-align: center;
  }
}

@media screen and (max-width: 850px) {
  #footer-wrapper {
    background: url(../images/footer_bg_3x.jpg) no-repeat center center/ cover;
  }
}

@media screen and (max-width: 500px) {
  .map-left,
  .map-right {
    width: 300px;
    height: 305px;
    overflow: hidden;
  }
  .tmf-post.location.small img {
    max-width: 300px;
    height: 235px;
  }
  .map-container .map-right {
    font-size: 17px;
    line-height: 1.4em;
    height: 320px;
  }

  .tmf-post.location.small .business-name {
    font-size: 17px !important;
    padding-top: 0px;
  }
}

@media screen and (max-width: 350px) {
  .map-left {
    width: 250px;
    height: 200px;
    overflow: hidden;
  }

  .map-right {
    width: 250px;
    height: 200px;
    overflow: hidden;
  }
  .tmf-post.location.small img {
    max-width: 250px;
    height: 175px;
  }

  .map-container .map-right {
    font-size: 15px;
    line-height: 1.4em;
  }

  .tmf-post.location.small .business-name {
    font-size: 15px !important;
  }
}

/* ======================================== *
        Footer Menu Section
 * ======================================== */
#footer-menu-wrapper {
  background-color: #053796;
}

#footer-menu {
  padding: 15px 0;
}

#footer-menu #primary-nav-wrapper {
  background: none;
  padding: 0;
}

#footer-menu #primary-nav-container {
  border-left: none;
  border-right: none;
}

#footer-menu #primary-nav .menu > .menu-item {
  border-left: none;
  border-right: none;
}

#footer-menu #primary-nav .menu > .menu-item > a {
  color: #fff;
  font-size: 19px;
  padding: 15px 15px;
  font-weight: 400;
  text-transform: none;
}

#footer-menu #primary-nav .menu > .menu-item.current-menu-item {
  text-decoration: none;
}
#footer-menu #primary-nav .menu > .menu-item:hover {
  text-decoration: underline;
}

#footer-menu #primary-nav .menu .sub-menu {
  display: none;
}

@media screen and (max-width: 850px) {
  #footer-menu {
    display: none;
  }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper {
}

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

#copyright a {
  color: #474747;
}

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

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

.tmf-module-area-attorney-sidebar .tmf-module-practice-areas {
  margin-bottom: 50px !important;
}

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

.tmf-multi-module-area .tmf-module .tmf-button {
  display: block;
  margin-top: 25px;
}

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

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

@media screen and (max-width: 600px) {
  #body-cell-1 .sidebar-image {
    float: none;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
  border: 1px solid #fff;
  color: #45484d;
  font-size: 14px !important;
  padding: 12px 10px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  max-width: 100%;
  margin-top: 0 !important;
  margin-bottom: 13px !important;
}

input[type='text']:focus,
textarea:focus {
  border: 1px solid #fff;
}

.gform_wrapper.tmf-form_wrapper ul {
  padding-left: 0;
}

.tmf-button,
.page-numbers,
input[type='submit'] {
  padding: 15px;
  background: #5d5d5d;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none !important;
  text-align: center;
  color: #fff !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
}

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

.tmf-button:active,
.page-numbers:active,
input[type='submit']:active {
  background: #5d5d5d;
  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: #333;
}

/*.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) repeat scroll -232px 1px;
    height: 25px;
    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: #484848;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 34px;
}

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

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

blockquote {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 34px;
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  z-index: 9;
  font-style: italic;
}

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

#breadcrumbs {
  font-size: 15px;
  margin: 0 0 25px;
  color: #484848;
}

#breadcrumbs a {
  color: #484848;
  text-decoration: underline;
}

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

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

.mobile {
  display: none;
}

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

  .mobile {
    display: inherit;
  }
}

/* ======================================== *
        Gravity Form
 * ======================================== */
body .gform_wrapper.tmf-form_wrapper {
  display: block !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper {
  margin: 0px 0 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type='text'],
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type='text'],
#body-cell-2 .gform_wrapper.tmf-form_wrapper textarea {
  margin: 0;
}

#body-cell-2 .gform_wrapper ul li.gfield {
  margin-top: 15px;
  padding-top: 0;
}

#body-cell-2 .editor-content p {
  margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.gfield {
  margin-bottom: 0px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
#body-cell-2 .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type='checkbox'] {
  margin-top: 5px;
  vertical-align: top;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
  margin: 0 auto;
  text-align: center;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gfield_checkbox li label {
  color: #45484d;
  font-size: 15px;
  max-width: 88%;
  vertical-align: top;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gfield_checkbox li label .red-icon {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
  height: 120px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer {
  text-align: center;
  margin: 0;
  padding: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type='submit'] {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding: 18px 15px;
  margin-right: 0;
  width: 100%;
}

/* ======================================== *
    Mobile Menu
 * ======================================== */

body.admin-bar #mobile-nav .mobile-menu {
  padding-top: 32px;
}

#mobile-nav ul {
  list-style-type: none;
}

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

#mobile-nav .menu > .menu-item > a {
  color: #fff;
  font-size: 17px;
  /* padding: 15px 15px; */
}

#mobile-nav .menu .sub-menu .menu-item {
  padding: 0 15px;
}

#primary-nav-wrapper,
#primary-nav-container,
#mobile-nav-wrapper,
#mobile-nav-container {
  position: initial;
}

.show-nav-left #mobile-nav .mobile-menu-back-drop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.83);
  z-index: 9999;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  position: fixed;
  cursor: pointer;
}

#mobile-nav .mobile-menu {
  position: fixed;
  top: 0;
  height: 100%;
  width: 70%;
  background: #fff;
  z-index: 10000;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);

  overflow-y: scroll;

  display: block;
  background-color: #f9f9f9;
  width: 290px;

  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
}

#mobile-nav .mobile-menu.mobile-menu-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#mobile-nav .mobile-menu.mobile-menu-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#mobile-nav .mobile-menu.mobile-menu-fade-in {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease-in-out;
  width: 100%;
  left: 0;
}

#mobile-nav .mobile-menu.mobile-menu-slide-down {
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  opacity: 0;
  transition: all 500ms ease-in-out;
}

.show-nav-left #mobile-nav .mobile-menu {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  transition: all 500ms ease-in-out;
}

#mobile-nav .menu > .menu-item {
  padding: 10px 25px;
}

#mobile-nav .menu > .menu-item > a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

#primary-nav.open .mobile-menu-back-drop {
  display: block;
}

#mobile-nav .mob-expand-submenu:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  vertical-align: middle;
  color: #000;
}

#mobile-nav .submenu-icon-plus-sign .mob-expand-submenu:before {
  content: '\f067';
}

#mobile-nav .submenu-icon-plus-sign .menu-item.display .mob-expand-submenu:before {
  content: '\f068';
}

#mobile-nav .submenu-icon-angle-sign .mob-expand-submenu {
  transition: transform 500ms ease;
}

#mobile-nav .submenu-icon-angle-sign .mob-expand-submenu:before {
  content: '\f105';
}

#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
  transform: rotate(90deg);
}

#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
  top: 0;
  transform: rotate(135deg);
}

#mobile-nav .sub-menu {
  list-style-type: none;
  transition: max-height 500ms ease;
  max-height: 0;
  overflow: hidden;
}

#mobile-nav .menu .menu-item.display > div > .sub-menu {
  max-height: 1000px;
}

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

#mobile-nav .top-part img {
  max-width: 200px;
}

#mobile-nav .top-items {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#mobile-nav .top-items li {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-size: 15px;
}

#mobile-nav .top-part a {
  color: #fff;
}

#mobile-nav .top-items li a i {
  display: block;
}

#mobile-nav .top-part {
  min-height: 30px;
  padding: 5px 25px;
  padding-top: 15px;
}

#mobile-nav .top-part .logo {
  max-width: 100px;
}

#mobile-nav .top-part a {
  color: #fff;
}

#mobile-nav .top-part .mob-cancel-button {
  color: #000;
  font-size: 20px;
  float: right;
  text-decoration: none !important;
  cursor: pointer;
}

#mobile-nav .mobile-menu {
  background: #cccccc;
}
/*
#mobile-nav .mobile-menu .current-menu-item {
    background: #676769;
}*/

#mobile-nav .menu .menu-item > .mob-expand-submenu {
  float: right;
  cursor: pointer;
  line-height: initial;
  margin-top: -2px;
}

#mobile-nav .mob-expand-submenu:before {
  transition: transform 500ms ease;
  transform: rotate(45deg);
}

#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
  transform: rotate(135deg);
}

#mobile-nav .mobile-menu .current-menu-item a {
  color: #fff;
}

#mobile-nav .menu .menu-item.display {
  background: #5d5d5e;
}

#mobile-nav .menu .menu-item.display a,
#mobile-nav .menu .menu-item.display > .mob-expand-submenu:before {
  color: #fff;
}

#mobile-nav .hamburger-container {
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  height: 20px;
  max-width: 50px;
  position: relative;
}

#mobile-nav .hamburger,
#mobile-nav .hamburger:before,
#mobile-nav .hamburger:after {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
}

#mobile-nav .hamburger:before,
#mobile-nav .hamburger:after {
  display: block;
  content: '';
}

#mobile-nav .hamburger:before {
  top: 8px;
}

#mobile-nav .hamburger:after {
  top: 16px;
}

#mobile-nav .menu-label {
  line-height: initial;
}

#mobile-nav {
  padding: 15px 20px;
  /*background: #224F78;*/
  background: #000;
  color: #fff;
}

#mobile-nav .menu-bar {
  display: inline-block;
  vertical-align: middle;
  font-size: small;
  cursor: pointer;
}

#mobile-nav .menu-bar-icons {
  display: inline-block;
  vertical-align: middle;
  float: right;
}

#mobile-nav .menu-bar-icons li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
}

#mobile-nav .menu-bar-icons li i {
  display: block;
}

#mobile-nav .menu-bar-icons a {
  color: #fff;
  font-size: small;
}

#mobile-nav-wrapper {
  display: none;
}

#mobile-nav .menu .sub-menu .menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

#mobile-nav ul {
  text-align: left;
}

#mobile-nav .menu > .menu-item {
  font-weight: 400;
}

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

/* ======================================== *
    Call to Action
 * ======================================== */
body #call-to-action {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  background: transparent !important;
  margin: 30px 0;
  padding: 20px 0 !important;
}
body #call-to-action .row {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
body #call-to-action .col {
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}
body #call-to-action .col.left {
  background: #053796;
  min-width: 270px;
  max-width: 317px;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 45px 20px !important;
}
body #call-to-action .col.right {
  /* background: var(--secondary); */
  padding: 50px 45px;
  text-align: left;
}
body #call-to-action .col.right::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: -50px;
  /* background: var(--secondary); */
  z-index: -1;
}
body #call-to-action .col .content {
  max-width: 100%;
}
body #call-to-action .col h3,
body #call-to-action .col h4 {
  color: #fff;
  /* text-align: left; */
  margin: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2em;
  /* font-family: var(--heading-font); */
}
body #call-to-action .col p {
  color: #000;
  font-weight: 400;
  font-size: 20px;
}
body #call-to-action .col p a {
  color: #fff !important;
}
body #call-to-action .col .tmf-button {
  background: #5d5d5d;
  color: #fff !important;
  margin-top: 10px;
  display: inline-block;
}
body #call-to-action .col .tmf-button:hover {
  background: #6c6c6c;
  color: #fff !important;
}

@media screen and (max-width: 1050px) {
  body #call-to-action {
    margin: 50px 0;
    padding: 0;
  }
}

@media screen and (max-width: 800px), screen and (max-width: 1200px) and (min-width: 1050px) {
  body #call-to-action .row {
    flex-direction: column;
  }
  body #call-to-action .col.left {
    height: auto;
    max-width: 100%;
    width: 100%;
    padding: 35px 25px !important;
  }
  body #call-to-action .col.right {
    padding: 35px 20px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  body #call-to-action .col.right::before {
    display: none;
  }
  body #call-to-action .col .tmf-button {
    display: block;
    max-width: fit-content;
    margin: 25px auto 0;
  }
}
