/* ============================================================================ *
        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: 'Plus Jakarta Sans', sans-serif;
    font-size: 19px;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    color: #005180;
}

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

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

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

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

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


/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #3f4040;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}
body:not(.home) h1{
    font-size: 30px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #3f4040;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.home h2{
    font-size: 30px;
}
h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
    color: #3f4040;
}
.practice-area h2.title{
    font-size: 24px;
}

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #3f4040;
    font-family: 'Heebo', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

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

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


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #3f4040;
    font-family: 'Heebo', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

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

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

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

/* ======================================== *
        Sticky Header Area
 * ======================================== */
body #header-wrapper.sticky {
    -webkit-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -moz-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -o-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    -ms-transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    transition: all .33s cubic-bezier(0.694,0.0482,0.335,1);
    top: -90px;
    top: 0px;
    left: 0;
    position: fixed !important;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    background: rgba(18, 28, 45, 0.95);
    border-bottom: none;
    min-height: auto;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

body #header-wrapper.sticky.sticky_animate {
    top: 0;
}

body #header-wrapper.sticky #header .sticky-logo-view {
    display: block;
}

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

body #header-wrapper.sticky #header .sticky-logo {
    max-width: 51px;
    width: 100%;
    display: block;
}

body #header-wrapper.sticky #header {
    padding: 15px 0;
}

body #header-wrapper.sticky #header #header-cell-1,
body #header-wrapper.sticky #header #header-cell-2 {
    vertical-align: middle;
}

body #header-wrapper.sticky #header #header-top{
    display: none;
}

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

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

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

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-align: right;
    line-height: 30px;
    background: #007fcb;
    max-width: 185px;
    margin-left: auto;
    padding: 5px 10px 5px 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
}

#header-top:after {
    background: #007fcb;
    display: block;
    content: "";
    height: 100%;
    width: 1000%;
    position: absolute;
    top: 0;
    right: -1000%;
}

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

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

#header-top .phone-1::before {
    background: url(../images/icon_sprite_3x.png) no-repeat -260px 0px;
    background-size: 424px;
    content: "";
    display: inline-block;
    width: 49px;
    height: 49px;
    vertical-align: middle;
    margin-right: 0;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.home #header-top,
.home #header-top:after{
    background: #005180;
}

.home #header-top .phone-1::before {
    background: url(../images/icon_sprite_3x.png) no-repeat -40px 0px;
    background-size: 424px;
}

@media screen and (max-width: 1200px) {
    #header-top {
        padding: 5px 0;
        position: inherit;
        left: inherit;
        right: inherit;
        top: inherit;
    }

    .home #header-top,
    .home #header-top:after{
        background: #007fcb;
    }

    .home #header-top .phone-1::before {
        background: url(../images/icon_sprite_3x.png) no-repeat -260px 0px;
        background-size: 424px;
    }
}

@media screen and (max-width: 950px) {
    #header-top {
        margin: 0 auto;
        padding-right: 15px;
    }

    #header-top:after {
        display: none;
    }
}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: #3f4040;
}

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

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

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

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

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

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

#header .desktop-view{
    position: relative;
}

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

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

    #header {
        padding: 25px 0 0;
    }

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

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

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

    #header .main-logo,
    #header .mobile-view{
        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 .main-logo,
    #header .mobile-view{
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #header .mobile-view{
        padding-top: 15px;
    }
}

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

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

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

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

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

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

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

#primary-nav .menu > .menu-item.home-icon a:after {
    display: none;
}

#primary-nav .menu > .menu-item > a: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: #007fcb;
    width: 50%;
    height: 3px;
}

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

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

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

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

#primary-nav .menu .sub-menu .menu-item{
    background: #007fcb;
}

#primary-nav .menu .sub-menu .menu-item {}
#primary-nav .menu .sub-menu .menu-item.first {}
#primary-nav .menu .sub-menu .menu-item.last {}
#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 20px;
}

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

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

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

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

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

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

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

#mobile-nav .menu .menu-item.display {
    background: #016fb0;
}

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

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

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

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

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

#billboard .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    bottom: -45px;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#billboard .billboard-content {
    background: #505151;
    border: 5px solid #d8d8d8;
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 25px;
}

#billboard h2 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0;
}

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

    #billboard .billboard-content {
        max-width: 100%;
    }
}

/* ======================================== *
        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;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
}

#int-billboard .int-billboard-title {
    border-radius: 0px 7px 7px 0;
    background: #005180;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    padding: 25px 25px;
    position: relative;
}

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

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

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

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

    #int-billboard .int-billboard-title {
        border-radius: 0;
        background: #005180;
        display: block;
    }

    #int-billboard .int-billboard-title:before {
        display: none;
    }
}

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

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

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

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

/* ======================================== *
        Home Body Section
 * ======================================== */
.home-bg{
    background: url('../images/home_content_bg_3x.jpg') no-repeat center center / cover;
}
#home-body-wrapper {}

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

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

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

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

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

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

#body {
    padding: 45px 0;
}

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

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

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

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

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

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

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

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

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

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper{}

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

#home-attorney{}

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

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

/* ======================================== *
        Home Experience Section
 * ======================================== */
#home-experience-wrapper {
    background: url('../images/home_experience_bg_3x.jpg') no-repeat center center / cover;
}

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

#home-experience{
    padding: 90px 0;
}

#home-experience-cell-1 {
    width: 450px;
    border-right: 4px solid #a0a0a0;
    vertical-align: middle;
}

#home-experience-cell-1 .tmf-module {
    max-width: 360px;
}

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

#home-experience h3{
    color: #ffffff;
    font-size: 30px;
    max-width: 310px;
}

#home-experience p{
    color: #ffffff;
    font-size: 19px;
    line-height: 30px;
}

#home-experience ul{
    margin: 0;
    padding-left: 20px;
}

#home-experience ul li {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    padding: 10px 0;
}

#home-experience ul li a{
    color: #ffffff;
    text-decoration: none;
}

#home-experience ul li a:hover{
    text-decoration: underline;
}

#home-experience ul li:before {
    color: #ffffff;
    font-size: 20px;
    width: 20px;
    margin-left: -20px;
}

#home-experience .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    color: #ffffff;
    max-width: 130px;
    width: 100%;
    padding: 9px 10px;
    margin-top: 5px;
}

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

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

    #home-experience h3{
        max-width: 100%;
    }

    #home-experience-cell-1,
    #home-experience-cell-2{
        width: 100%;
    }

    #home-experience-cell-1{
        text-align: center;
        border-right: none;
    }

    #home-experience-cell-1 .tmf-module {
        max-width: 100%;
    }

    #home-experience-cell-2 .tmf-module{
        padding-top: 25px;
        border-top: 4px solid #a0a0a0;
    }

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

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

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

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

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

#associations .inner{
    padding: 0;
}

#associations h3.tmf-module-title {
    box-sizing: border-box;
    color: #505151;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 25px;
}

#associations h3.tmf-module-title:before, 
#associations h3.tmf-module-title:after {
    content: '';
    border-top: 3px solid #d8d8d8;
    margin: 0 25px 0 0;
    flex: 1 0 25px;
}

#associations h3.tmf-module-title:after {
    margin: 0 0 0 25px;
}

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

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

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

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

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

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

#footer{
    padding: 90px 0;
}

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

#footer .tmf-button {
    box-sizing: border-box;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #ffffff;
    width: 200px;
    padding: 7px 15px;
}

#footer .tmf-button:hover {
    background: #ffffff;
    color: #1b2b44;
}

@media screen and (max-width: 1080px) {
    #footer-container {
        max-width: 805px;
    }
}

@media screen and (max-width: 855px) {
    #footer{
        padding: 45px 0;
    }
}

/* ======================================== *
        Home Footer Section
 * ======================================== */
.home #footer-wrapper {
    background: rgb(157,157,157);
    background: linear-gradient(0deg, rgba(157,157,157,1) 0%, rgba(140,140,140,1) 100%);
}

.home #footer-container {
    max-width: 100% !important;
    text-align: center;
}

.home #footer{
    padding: 0;
}

.home #footer-cell-1,
.home #footer-cell-2{
    vertical-align: middle;
    padding: 55px 0 !important;
}

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

.home #footer-cell-1{
    /*background: rgb(0,105,166,1);*/
    /*background: linear-gradient(0deg, rgba(0,105,166,1) 0%, rgba(0,127,203,1) 100%);*/
}

.home #footer-cell-1 .tmf-module{
    max-width: 475px;
    margin: 0 auto;
}

.home #footer-cell-1 h3.tmf-module-title{
    color: #d8d8d8;
    font-size: 24px;
    margin-bottom: 25px;
}

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

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

.home #footer-cell-1 input[type="text"]::-webkit-input-placeholder,
.home #footer-cell-1 input[type="tel"]::-webkit-input-placeholder,
.home #footer-cell-1 input[type="email"]::-webkit-input-placeholder,
.home #footer-cell-1 textarea::-webkit-input-placeholder,
.home #footer-cell-1 select::-webkit-input-placeholder {
  color: #a1ddff;
}

.home #footer-cell-1 input[type="text"]:-ms-input-placeholder,
.home #footer-cell-1 input[type="tel"]:-ms-input-placeholder,
.home #footer-cell-1 input[type="email"]:-ms-input-placeholder,
.home #footer-cell-1 textarea:-ms-input-placeholder,
.home #footer-cell-1 select:-ms-input-placeholder {
  color: #a1ddff;
}

.home #footer-cell-1 input[type="text"]::placeholder,
.home #footer-cell-1 input[type="tel"]::placeholder,
.home #footer-cell-1 input[type="email"]::placeholder,
.home #footer-cell-1 textarea::placeholder,
.home #footer-cell-1 select::placeholder {
  color: #a1ddff;
}

.home #footer-cell-1 input[type="text"], 
.home #footer-cell-1 input[type="tel"], 
.home #footer-cell-1 input[type="email"], 
.home #footer-cell-1 select {
    background: transparent;
    border: none;
    border-bottom: 2px solid #24a7f2;
    color: #a1ddff;
    text-align: center;
}

.home #footer-cell-1 textarea {
    background: transparent;
    border: 2px solid #24a7f2;
    border-radius: 10px;
    color: #a1ddff;
    text-align: center;
}

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

.home #footer-cell-1 .gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.home #footer-cell-1 .gform_wrapper.tmf-form_wrapper input[type=submit] {
    background: transparent;
    border: 2px solid #d8d8d8;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    margin-right: 0;
    padding: 7px 15px;
    max-width: 130px;
    width: 100%;
}

.home #footer-cell-1 .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover, 
.home #footer-cell-1 .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background: #d8d8d8;
    color: #007fcb;
}

@media screen and (max-width: 1050px) {
    .home #footer-container {
        max-width: 100% !important;
    }
}

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

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

.home #copyright-wrapper{
    background: #505151;
}

#copyright-container{}

#copyright {
    color: #d8d8d8;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 0;
}

#copyright a{
    color: #d8d8d8;
}

/* ======================================== *
        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 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

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

.tmf-multi-module-area .tmf-module-22{
    background: rgb(0,105,166,1);
    background: linear-gradient(0deg, rgba(0,105,166,1) 0%, rgba(0,127,203,1) 100%);
    border-radius: 15px;
    padding: 70px 25px;
    text-align: center;
}

@media screen and (max-width: 950px) {
    .tmf-multi-module-area .tmf-module-22{
        padding: 35px 25px;
    }
}

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

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

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

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: #3f4040;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
    line-height: normal !important;
}

textarea {
    height: 120px !important;
}

select {
    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

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

select.gfield_select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.6em;
  background-repeat: no-repeat;
}

.tmf-button,
.page-numbers,
input[type=submit]{
    font-size: 16px;
    padding: 15px 15px;
    background: #007fcb;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    line-height: normal;
    position: relative;
}

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

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

.tmf-button.large {
    font-size: 1.1em;
    padding: 7px 25px;
}

.tmf-button.medium {
    font-size: .95em;
    padding: 5px 25px;
}

.tmf-button.small {
    font-size: .85em;
    padding: 3px 15px;
}

.tmf-button.tiny {
    font-size: .75em;
    padding: 2px 7px;
}

.page-numbers.current {
    background: none;
    border: 1px solid #ddd;
    color: #666666;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -400px 0px;
    background-size: 424px;
    height: 25px;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

/*.vcard .value::before {
    content: "\f2bb";
    color: #ffffff;
    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: #3f4040;
    font-family: 'Heebo', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
}

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

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

blockquote {
    color: #3f4040;
    font-family: 'Heebo', 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: #000000;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 25px;
    line-height: normal;
}

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

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

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

body #call-to-action {
    background: transparent !important;
    color: #3f4040;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    position: relative;
    padding: 40px 40px;
}

body #call-to-action:before {
    background: #ebebeb;
    border-radius: 15px;
    content: '';
    display: inline-block;
    width: 170px;
    height: 170px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

body #call-to-action p{
    color: #3f4040;
    font-family: 'Heebo', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

.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: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 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"]::-webkit-input-placeholder,
.tmf-module-22 input[type="tel"]::-webkit-input-placeholder,
.tmf-module-22 input[type="email"]::-webkit-input-placeholder,
.tmf-module-22 textarea::-webkit-input-placeholder,
.tmf-module-22 select::-webkit-input-placeholder {
  color: #a1ddff;
}

.tmf-module-22 input[type="text"]:-ms-input-placeholder,
.tmf-module-22 input[type="tel"]:-ms-input-placeholder,
.tmf-module-22 input[type="email"]:-ms-input-placeholder,
.tmf-module-22 textarea:-ms-input-placeholder,
.tmf-module-22 select:-ms-input-placeholder {
  color: #a1ddff;
}

.tmf-module-22 input[type="text"]::placeholder,
.tmf-module-22 input[type="tel"]::placeholder,
.tmf-module-22 input[type="email"]::placeholder,
.tmf-module-22 textarea::placeholder,
.tmf-module-22 select::placeholder {
  color: #a1ddff;
}

.tmf-module-22 input[type="text"], 
.tmf-module-22 input[type="tel"], 
.tmf-module-22 input[type="email"], 
.tmf-module-22 select {
    background: transparent;
    border: none;
    border-bottom: 2px solid #24a7f2;
    color: #a1ddff;
    text-align: center;
}

.tmf-module-22 textarea {
    background: transparent;
    border: 2px solid #24a7f2;
    border-radius: 10px;
    color: #a1ddff;
    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] {
    background: transparent;
    border: 2px solid #d8d8d8;
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 18px;
    margin-right: 0;
    padding: 7px 15px;
    max-width: 130px;
    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: #d8d8d8;
    color: #007fcb;
}