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

a {
    color: #004020;
}

/* ======================================== *
        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: 850px !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: #000000;
    font-family: "Crimson Text", serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.1em;
    margin-bottom: 15px;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #004020;
    font-family: "Crimson Text", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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


/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #004020;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

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

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


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
    color: #000000;
    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: url('../images/sticky_bg_3x.jpg') no-repeat center center / cover;
    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: 129px;
    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;
    padding: 0 !important;
    width: auto;
}

body #header-wrapper.sticky #header #header-cell-1{
    width: 200px;
}

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

body #header-wrapper.sticky #header #primary-nav-container {
    max-width: 980px !important;
}

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

body #header-wrapper.sticky #header #primary-nav .menu > .menu-item.sticky-phone {
    display: table-cell;
}

body #header-wrapper.sticky #header #primary-nav .menu > .menu-item.sticky-phone a{
    color: #cbb102;
    font-weight: 700;
}

body #header-wrapper.sticky #header #primary-nav .menu > .menu-item.sticky-phone a::before {
    content: "\f095";
    color: #cbb102;
    font-size: 16px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

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

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
    color: #cbb102;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    line-height: 30px;
    margin-right: 15px;
}

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

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

#header-top .phone-1::before {
    color: #cbb102;
    font-size: 16px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

#header-top .phone-1::before {
    content: "\f095";
    margin-right: 7px;
}

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

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

@media screen and (max-width: 400px) {
    #header-top .phone-1,
    #header-top .email {
        display: block;
        margin-right: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

    #header {
        padding: 25px 0 0;
    }

    #header-cell-1 {
        padding-top: 0 !important;
    }

    #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 {
        padding: 25px 0;
    }

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

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

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

#primary-nav-container {
    max-width: 850px !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 {
    border: 2px solid transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 7px 5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: border 0.5s ease-out;
}

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

#primary-nav .menu > .menu-item.home-icon a:before {
    content: "\f015";
    color: #000000;
    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.sticky-phone {
    display: none;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
    border: 2px solid #cbb102;
    transition: border 0.5s ease-in;
}

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

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

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

#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: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 20px;
    text-transform: uppercase;
}

#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #45494c;
    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: "Lato", sans-serif;
    text-align: left;
}

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

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

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

#mobile-nav .menu > .menu-item.sticky-phone {
    display: none;
}

#mobile-header-bottom {
    padding-top: 35px;
}

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

#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: 25%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#billboard .billboard-content {
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    max-width: 440px;
    margin: 0;
}

#billboard h3 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 5px;
}

#billboard h1 {
    color: #ffffff;
    font-size: 72px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 15px;
    padding-left: 90px;
}

#billboard .billboard-button {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
}

#billboard .billboard-button:before {
    content: '';
    border-top: 1px solid #ffffff;
    margin: 0px 20px 0 0px;
    flex: 1 0 20px;
}

#billboard .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    max-width: 240px;
    width: 100%;
    padding: 8px 15px;
}

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

    #billboard .billboard-content {
        border: none;
        padding: 0;
        margin: 0 auto;
    }

    #billboard h1 {
        padding-left: 0;
    }

    #billboard .billboard-button {
        display: block;
    }

    #billboard .billboard-button:before {
        display: none;
    }
}

@media screen and (max-width: 400px) {    
    #billboard h3 {
        font-size: 28px;
    }

    #billboard h1 {
        font-size: 55px;
    }
}



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

#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-2 {
    vertical-align: middle;
}

#int-billboard-cell-1 {
    background: #e6e6e6;
    width: 35%;
}

#int-billboard-cell-2 {
    width: 65%;
    position: relative;
}

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

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

#int-billboard .int-billboard-title {
    box-sizing: border-box;
    position: relative;
    width: 31%;
}

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

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

@media screen and (max-width: 950px) {
    #int-billboard .int-billboard-content {
        background: #e6e6e6;
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        transform: inherit;
        padding: 25px 25px;
    }

    #int-billboard .int-billboard-title {
        width: 100%;
    }

    #int-billboard-cell-1,
    #int-billboard-cell-2 {
        background: transparent;
        width: 100%;
    }

    #int-billboard-cell-2 {
        display: none;
    }

    #int-billboard h1#page-title {
        border-bottom: none;
        display: block;
        padding-bottom: 0;
    }

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

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

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

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

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

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

/* ======================================== *
        Breadcrumb Section
 * ======================================== */
#breadcrumb-section-wrapper {
    background: #d2d2d2;
}

#breadcrumb-section-container{
    max-width: 1300px;
}

#breadcrumb-section {
    padding: 35px 25px;
}

@media screen and (max-width: 950px) {
    #breadcrumb-section {
        padding: 15px 25px;
    }
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper {
    background: #f7f7f7;
}

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

#home-body {
    padding: 50px 0 150px;
}

#home-body-cell-1{
    width: auto;
    vertical-align: middle;
}

#home-body-cell-2{
    width: 445px;
}

#home-body .tmf-post.page.home {
    border-top: 2px solid #cdcdcd;
    border-bottom: 2px solid #cdcdcd;
    padding: 40px 0;
}

#home-body h2{
    font-size: 38px;
}

#home-body p {
    line-height: 28px;
}

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

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

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

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

#body {
    padding: 45px 0;
}

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

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

#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 {
    background: #d2d2d2;
}

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

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

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

#home-practice-areas .tmf-module-area-home-practice-areas {
    margin-top: -91px;
}

#home-practice-areas .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    max-width: 270px;
    width: 100%;
    padding: 8px 15px;
    margin-top: 75px;
}

/*Slide CSS*/
#home-practice-areas .tmf-post-list.home {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    clear: both;
    padding: 0 0 75px;
    box-sizing: border-box;
}

#home-practice-areas .tmf-post.practice-area.home {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#home-practice-areas .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
    float: none;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
}

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

#home-practice-areas .slick-list {
    overflow-x: scroll;
    padding-bottom: 35px;
}

#home-practice-areas .slick-list::-webkit-scrollbar-track {
    background-color: #42484d;
    background-clip: padding-box;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

#home-practice-areas .slick-list::-webkit-scrollbar {
    height: 12px;
}

#home-practice-areas .slick-list::-webkit-scrollbar-thumb {
    background-color: #cbb102;
    height: 12px;
    border-radius: 10px;
}

#home-practice-areas .slick-list::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}

#home-practice-areas .tmf-post-list.home {
    padding: 0 0 15px;
}

#home-practice-areas .slide-text {
    font-size: 15px;
    font-style: italic;
    text-align: center;
}

@media screen and (max-width: 1230px) {
    #home-practice-areas .tmf-post-list.home {
        max-width: 885px;
    }
}

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

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

    #home-practice-areas .tmf-module-area-home-practice-areas {
        margin-top: 0;
    }

    #home-practice-areas .tmf-post-list.home {
        max-width: 590px;
    }

    #home-practice-areas .slick-list {
        overflow-x: hidden;
    }

    #home-practice-areas ul.slick-dots {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #home-practice-areas ul.slick-dots li {
        display: inline-block;
    }

    #home-practice-areas ul.slick-dots li::before {
        display: none;
    }

    #home-practice-areas ul.slick-dots li button {
        background: transparent;
        border: 2px solid #cbb102;
        text-indent: -9999px;
        display: block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    #home-practice-areas ul.slick-dots li:hover button, 
    #home-practice-areas ul.slick-dots li.slick-active button {
        background: #cbb102;
    }

    #home-practice-areas .tmf-button {
        margin-top: 25px;
    }
}

@media screen and (max-width: 650px) {
    #home-practice-areas .tmf-post-list.home {
        max-width: 265px;
    }
}

/* ======================================== *
        Home Why Choose Section
 * ======================================== */
.home-curv {
    background: #d2d2d2;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 50% 100%, 0 30%);
    z-index: 9;
    position: relative;
    height: 102px;
    margin-top: -2px;
}

#home-why-choose-wrapper {
    background: url(../images/home_whychoose_bg_3x.jpg) no-repeat center center / cover;
    margin-top: -100px;
}

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

#home-why-choose{
    padding: 190px 0 90px;
}

#home-why-choose .inner{
    padding: 0;
}

#home-why-choose h3.tmf-module-title {
    color: #ffffff;
    font-family: 'Crimson Text', serif;
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
    padding: 0 25px;
    box-sizing: border-box;
}

#home-why-choose h3.tmf-module-title:after {
    content: '';
    border-top: 2px solid #797c81;
    margin: 5px 0 0 20px;
    flex: 1 0 20px;
}

#home-why-choose h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 25px 60px;
}

#home-why-choose .home-why-choose-box-row {
    display: table;
    width: 100%;
    text-align: center;
}

#home-why-choose .home-why-choose-box-cell {
    width: 25%;
    display: inline-block;
    padding: 0 25px 85px;
    box-sizing: border-box;
    vertical-align: top;
}

#home-why-choose .icons{
    font-size: 0;
}

#home-why-choose .icon-1:before {
background: url(../images/icon_sprite_3x.png) no-repeat -116px 0px;
    background-size: 487px;
    margin-top: 0;
    content: "";
    display: inline-block;
    width: 104px;
    height: 90px;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
}
#home-why-choose .icon-2:before {
    background: url(../images/icon_sprite_3x.png) no-repeat -219px 0px;
    background-size: 487px;
    margin-top: 0;
    content: "";
    display: inline-block;
    width: 101px;
    height: 90px;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
}
#home-why-choose .icon-3:before {
background: url(../images/icon_sprite_3x.png) no-repeat -316px 0px;
    background-size: 487px;
    margin-top: 0;
    content: "";
    display: inline-block;
    width: 90px;
    height: 90px;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
}
#home-why-choose .icon-4:before {
    background: url(../images/icon_sprite_3x.png) no-repeat -397px 0px;
    background-size: 487px;
    margin-top: 0;
    content: "";
    display: inline-block;
    width: 104px;
    height: 90px;
    vertical-align: middle;
    margin-right: 0;
    position: relative;
}

#home-why-choose .home-why-choose-box-row h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 0;
    line-height: 24px;
}

#home-why-choose .why-choose-button {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
}

#home-why-choose .why-choose-button:before {
    content: '';
    border-top: 2px solid #797c81;
    margin: 0px 20px 0 0px;
    flex: 1 0 20px;
}

#home-why-choose .tmf-button {
    box-sizing: border-box;
    max-width: 150px;
    width: 100%;
    padding: 8px 15px;
    margin-top: 0;
}

@media screen and (max-width: 950px) {
    .home-curv {
        display: none;
    }

    #home-why-choose-wrapper {
        margin-top: 0;
        text-align: center;
    }

    #home-why-choose{
        padding: 50px 0;
    }

    #home-why-choose h3.tmf-module-title {
        display: block;
        align-items: inherit;
    }

    #home-why-choose h3.tmf-module-title:after {
        display: none;
    }

    #home-why-choose .home-why-choose-box-cell {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }

    #home-why-choose .why-choose-button {
        display: block;
        align-items: inherit;
    }

    #home-why-choose .why-choose-button:before {
        display: none;
    }
}

/* ======================================== *
        Home Rep Clients Section
 * ======================================== */
#home-rep-clients-wrapper {
    background: url('../images/home_rep-clients_bg_3x.jpg') center center / cover;
}

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

#home-rep-clients{
    padding: 75px 0;
}

#home-rep-clients .inner{
    padding: 0;
}

#home-rep-clients h3.tmf-module-title {
    color: #000000;
    font-size: 38px;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 25px;
}

#home-rep-clients .home-rep-clients-box-row{
    display: table;
    width: 100%;
}

#home-rep-clients .home-rep-clients-box-cell-1,
#home-rep-clients .home-rep-clients-box-cell-2,
#home-rep-clients .home-rep-clients-box-cell-3{
    box-sizing: border-box;
    display: table-cell;
    width: 33.333333%;
    padding: 0 25px;
}

#home-rep-clients ul {
    padding-left: 20px;
}

#home-rep-clients ul li::before {
    font-weight: 600;
}

@media screen and (max-width: 950px) {
    #home-rep-clients{
        padding: 50px 0;
    }

    #home-rep-clients .home-rep-clients-box-cell-1,
    #home-rep-clients .home-rep-clients-box-cell-2,
    #home-rep-clients .home-rep-clients-box-cell-3{
        display: block;
        width: 100%;
    }
}

/* ======================================== *
        Single Attorney Page CSS
 * ======================================== */
.single-attorney #body-cell-1{
    width: 445px;
    padding-top: 105px !important;
}

.single-attorney #body-cell-2{
    width: auto;
}

.single-attorney .mobile-view{
    display: none;
}

.attorney-bio-info {
    background: #e6e6e6;
    color: #ffffff;
    height: 295px;
}

.attorney-bio-info-container {
    max-width: 1300px;
    margin: 0 auto;
}

.attorney-bio-info-row {
    display: table;
    width: 100%;
}

.attorney-bio-info .attorney-bio-box-1, 
.attorney-bio-info .attorney-bio-box-2 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

.attorney-bio-info .attorney-bio-box-1 {
    width: 445px;
}

.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
    padding: 0 25px;
}

.attorney-bio-info .attorney-bio-box-2 {
    width: calc(100% - 445px);
}

.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    padding: 0 25px;
}

.attorney-bio-info img.primary {
    box-sizing: border-box;
    max-width: 395px;
    width: 100%;
    display: block;
}

.attorney-bio-info .attorney-bio-info-box-wrap {
    display: flex;
    width: 100%;
    height: 295px;
    align-items: center;
}

.attorney-bio-info h1#page-title {
    color: #000000;
    font-size: 48px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 15px;
    line-height: normal;
}

.attorney-bio-info .attorney-titles {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 15px;
}

.attorney-bio-info .attorney-titles:before {
    border-left: 2px solid #c6c7c7;
    content: "";
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.attorney-bio-info .attorney-titles a {
    color: #000000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

.attorney-bio-info .contact-information, 
.attorney-bio-info .icon-container {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    display: inline-block;
    vertical-align: top;
}

.attorney-bio-info .phone,
.attorney-bio-info .fax,
.attorney-bio-info .email {
    display: inline-block;
    line-height: normal;
    margin-right: 25px;
    vertical-align: middle;
}

.attorney-bio-info .label {
    font-size: 0;
}

.attorney-bio-info .phone-1::before,
.attorney-bio-info .phone-2::before,
.attorney-bio-info .fax::before,
.attorney-bio-info .email::before{
    color: #b2903e;
    font-size: 16px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.attorney-bio-info .phone-1::before {
    content: "\f095";
    margin-right: 5px;
    transform: rotate(10deg);
}

.attorney-bio-info .phone-2::before {
    content: "\f3cd";
    font-weight: 900;
    margin-right: 5px;
}

.attorney-bio-info .fax::before {
    content: "\f1ac";
    margin-right: 5px;
}

.attorney-bio-info .email::before {
    content: "\f0e0";
    margin-right: 5px;
}

.attorney-bio-info .vcard .label {
    margin-top: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}

.attorney-bio-info .resume {
    display: block;
}

.attorney-bio-info .resume .label {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.attorney-bio-info .contact-information a,
.attorney-bio-info .icon-container a{
    color: #000000;
}

@media screen and (max-width: 1200px) {
    .single-attorney #body-cell-1 {
        padding-top: 0 !important;
    }

    .attorney-bio-info {
        height: auto;
        padding: 25px 0;
    }

    .attorney-bio-info .attorney-bio-box-1, 
    .attorney-bio-info .attorney-bio-box-2 {
        vertical-align: middle;
    }  

    .attorney-bio-info img.primary {
        margin-top: 0;
    }

    .attorney-bio-info h1#page-title {
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .attorney-bio-info .attorney-titles {
        display: block;
        padding: 0;
    }

    .attorney-bio-info .attorney-titles:before {
        display: none;
    }

    .attorney-bio-info .contact-information, 
    .attorney-bio-info .icon-container {
        display: block;
    }

    .attorney-bio-info .phone,    
    .attorney-bio-info .email { 
        display: block;   
        border-right: none;
        margin-right: 0px;
        padding-right: 0px;
        line-height: 34px;
    }
}

@media screen and (max-width: 950px) {
    .single-attorney #body-cell-1 {
        display: none;
    }

    .single-attorney #body-cell-1 .inner{
        padding: 0;
    }

    .single-attorney #body-cell-2 {
        padding: 0;
        width: 100%;
    }

    .single-attorney .mobile-view{
        display: block;
    }

    .attorney-bio-info{}
    .attorney-bio-info-container {}

    .attorney-bio-info .attorney-bio-box-1,
    .attorney-bio-info .attorney-bio-box-2 {
        display: block;
        width: 100%;
        text-align: center;
    }

    .attorney-bio-info .attorney-bio-box-2 {
        padding-top: 25px;
    }

    .attorney-bio-info img.primary {
        margin: 0 auto;
    }

    .attorney-bio-info .attorney-bio-info-box-wrap {
        display: block;
        height: auto;
        align-items: inherit;
    }

    .attorney-bio-info h1#page-title {
        display: block;
        margin-bottom: 0px;
        margin-right: 0;
    }

    .attorney-bio-info .contact-information {
        padding-top: 10px;
    }

    .attorney-bio-info .phone,   
    .attorney-bio-info .email {    
        border-right: none;
        display: block;
        margin-right: 0px;
        padding-right: 0px;
        line-height: 28px;
    }
}

.post-type-archive-location .tmf-module-300 {
   display:none;
} 
/* ======================================== *
        Attorney Tab
 * ======================================== */
#tab-container {}

.etabs {
    display: table;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.tab {
    box-sizing: border-box;
    border-right: 4px solid #ffffff;
    border-bottom: none;
    background: #45494c;
    display: table-cell;
    text-align: center;
    margin-right: 0px;
    width: auto;
    vertical-align: top;
}

.tab:last-child {
    border-right: none;
}

.tab a {
    box-sizing: border-box;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    padding: 3px 10px;
    text-decoration: none !important;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    height: 45px;
}

.tab:hover,
.tab.active {
    background: #cbb102;
    background: linear-gradient(180deg, #fbf0a1 0%, #cbb102 100%);
    color: #000000;
    font-weight: 700;
    padding-top: 0;
    position: relative;
    top: 0;
    transition: background 1s ease;
}

.tab a:hover,
.tab a.active {
    color: #000000;
}

.tab:hover:after,
.tab.active:after {
    box-sizing: border-box;
    content: "\25B2";
    color: #e6e6e6;
    font-size: 22px;
    font-weight: 900;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 20px;
    height: auto;
    margin: 0 auto;
    line-height: 14px;
}

.panel-container {
    background: #e6e6e6;
    padding: 25px 25px;
    margin-top: 0px;
}

.panel-container p {
    line-height: 24px;
    margin-bottom: 15px;
}

.panel-container p:last-child {
    margin-bottom: 0;
}

.panel-container ul {
    padding-left: 40px;
    margin: 15px 0;
}
.panel-container ul li {}

.panel-container ol {
    padding-left: 40px;
    margin: 15px 0;
}
.panel-container ol li {}

/*@media screen and (max-width: 1200px) {
    .tab {
        display: inline-block;
        width: 25%;
    }
}*/

@media screen and (max-width: 950px) {
    .tab {
        width: auto;
        display: table-cell;
    }
}

@media screen and (max-width: 650px) {
    .tab {
        display: block;
        border-right: none;
        border-bottom: 4px solid #ffffff;
        width: 100%;
    }

    .tab:last-child {
        border-bottom: none;
    }

    .tab:hover:after,
    .tab.active:after {
        display: none;
    }
}

/* ======================================== *
        Arcive Practice Area Page
 * ======================================== */
 .post-type-archive-practice-area .opservices-container {
    display: table;
    width: 100%;
}

.post-type-archive-practice-area .opservices-column {
    width: 265px;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    box-sizing: border-box;
}

.post-type-archive-practice-area .opservices-column ul {
    padding-left: 20px;
}

@media (max-width: 950px) {
    .post-type-archive-practice-area .opservices-column {
        width: 33.333333%;
    }
}

@media (max-width: 750px) {
    .post-type-archive-practice-area .opservices-column {
        display: block;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .post-type-archive-practice-area .opservices-column {
        width: 33.333333%;
    }
}

/* ======================================== *
        Home Footer Section
 * ======================================== */
.home #footer-wrapper {
    background: transparent;
    padding: 0;
}

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

.home #footer {
    border: none;
    padding: 0;
    margin: 0;
}

.home #footer-cell-1{
    background: url('../images/footer_contact_bg_3x.jpg') no-repeat left bottom / cover;
    width: 50%;
    vertical-align: middle;
}

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

.home #footer-cell-1 .home-box-container{
    border-top: 2px solid #4d4d4d;
    border-bottom: 2px solid #4d4d4d;
    max-width: 490px;
    margin: 0 auto;
    padding: 40px 0;
}

.home #footer-cell-1 .tmf-module-area{
    display: inline-block;
    vertical-align: top;
}

.home #footer-cell-1 .tmf-module-area-footer-1 {
    padding-right: 70px;
}

.home #footer-cell-1 .tmf-module-area-footer-2 {
    padding-top: 25px;
}

.home #footer-cell-2{
    background: url('../images/footer_form_bg_3x.jpg') no-repeat left bottom / cover;
    width: 50%;
}

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

.home #footer-cell-2 h3.tmf-module-title{
    font-family: 'Crimson Text', serif;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
}

.home #footer-cell-2 .tmf-module {
    max-width: 360px;
    margin: 0 auto;
    padding: 50px 0;
}

.home #footer .linkedin, 
.home #footer .facebook, 
.home #footer .x {
    margin-right: 0;
    display: block;
    margin-bottom: 35px;
}

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

.home #footer .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-top: 0;
    padding-top: 0;
}

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

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

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

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

.home #footer input[type="text"], 
.home #footer input[type="tel"], 
.home #footer input[type="email"], 
.home #footer textarea, 
.home #footer select {
    background: transparent;
    border: none;
    color: #ffffff;
    border-bottom: 2px solid #006732;
    text-align: center;
}

.home #footer textarea {
    border: 2px solid #006732;
    height: 105px !important;
}

.home #footer .gform_wrapper.tmf-form_wrapper .gform_footer {
    max-width: 120px;
    margin: 10px auto 0;
    display: block;
}

.home #footer .gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button {
    box-sizing: border-box;
    color: #000000;
    max-width: 120px;
    width: 100%;
    padding: 8px 15px;
}

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

    .home #footer-cell-1 {
        padding: 50px 0 !important;
    }

    .home #footer-cell-1 .home-box-container {
        max-width: 100%;
        width: 100%;
        display: table;
    }

    .home #footer-cell-1 .tmf-module-area{
        display: inline-block;
        vertical-align: top;
    }

    .home #footer-cell-1 .tmf-module-area-footer-1 {
        padding-right: 0;
        width: calc(100% - 170px);
    }

    .home #footer-cell-1 .tmf-module-area-footer-2 {
        width: 170px;
    }

    .home #footer-cell-2 .tmf-module {
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 0;
    }
}

@media screen and (max-width: 950px) {
    .home #footer-cell-1 .tmf-module-area{
        display: block;
        text-align: center;
    }

    .home #footer-cell-1 .tmf-module-area-footer-1 {
        width: 100%;
    }

    .home #footer-cell-1 .tmf-module-area-footer-2 {
        width: 100%;
        padding-top: 50px;
    }
}

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

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

#footer {
    box-sizing: border-box;
    border-top: 2px solid #4d4d4d;
    border-bottom: 2px solid #4d4d4d;
    padding: 40px 0;
    margin: 0 25px;
}

#footer h3.tmf-module-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 25px;
}

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

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

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

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

#footer .linkedin,
#footer .facebook,
#footer .x,
#footer .youtube{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

#footer .linkedin:hover,
#footer .facebook:hover,
#footer .x:hover,
#footer .youtube:hover{
    text-decoration: underline;
}

#footer .linkedin,
#footer .facebook,
#footer .x{
    margin-right: 25px;
}

#footer .linkedin::before {
    background: url(../images/icon_sprite_3x.png) no-repeat 0 0px;
    /*background-size: 247px;*/
    background-size: 515px;
    content: "";
    display: inline-block;
    width: 26px;
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

#footer .facebook::before {
    background: url(../images/icon_sprite_3x.png) no-repeat -29px 0px;
    /*background-size: 247px;*/
    background-size: 515px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

#footer .x::before {
    background: url(../images/icon_sprite_3x.png) no-repeat -61px 0px;
    /*background-size: 247px;*/
    background-size: 515px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 28px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

#footer .youtube::before {
    background: url(../images/icon_sprite_3x.png) no-repeat -91px 0px;
    /*background-size: 247px;*/
    background-size: 515px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -4px;
}

@media screen and (max-width: 1150px) {
    #footer-cell-1{
        width: auto;
    }

    #footer-cell-2 {
        width: 195px;
    }

    #footer .linkedin, 
    #footer .facebook, 
    #footer .x {
        margin-right: 0;
        display: block;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 950px) {
    #footer-wrapper {
        padding: 50px 0;
    }

    #footer-cell-1,
    #footer-cell-2{
        width: 100%;
        text-align: center;
    }

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

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

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

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

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

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

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

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

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

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

#copyright-cell-1{
    text-align: left;
    width: auto;
}

#copyright-cell-2{
    text-align: right;
    width: 220px;
}

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

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

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

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

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

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

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #000000;
    font-family: 'Crimson Text', serif;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

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

.tmf-multi-module-area .tmf-module-22{
    background: url('../images/form_bg_3x.jpg') center center / cover;
    padding: 40px 50px;
    text-align: center;
}

.related-resource{}

.related-resource ul {
    padding-left: 20px !important;
}

.related-resource ul li:before {
    content: '\f101' !important;
    font-family: "Font Awesome 6 Pro";
    top: 0px !important;
    margin: 0 10px 0 -1em !important;
}

.page-id-372 td {
    width: 100%;
    max-width: 520px;
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    box-sizing: border-box;
}

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

/* ======================================== *
        Sidebar Latest News
 * ======================================== */
.latest-news {
    background: url('../images/form_bg_3x.jpg') no-repeat center center / cover;
    padding: 35px 40px;
    text-align: center;
}

.tmf-multi-module-area .latest-news h3.tmf-module-title {
    color: #ffffff;
    font-family: 'Lato', serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

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

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

.latest-news .bx-wrapper .bx-pager {
    box-sizing: border-box;
    display: block;
    position: relative;
    margin: 0;
    padding: 30px 0 0;
}

.latest-news .bx-wrapper .bx-pager.bx-default-pager a {
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #cbb102;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
}

.latest-news .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.latest-news .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #cbb102;
}

@media screen and (max-width: 950px) {
    .tmf-multi-module-area .sidebar-practice-areas {
        padding: 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: #333333;
}

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

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

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #ffffff;
    border: 2px solid #cccccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #333333;
    font-family: "Lato", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700;
    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: 2px 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{
    background: #cbb102;
    background: linear-gradient(180deg, #fbf0a1 0%, #cbb102 100%);
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    position: relative;
    padding: 11px 15px;
}

.tmf-button:before,
.tmf-button:after,
.page-numbers:before,
.page-numbers:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    transition: width 0.35s ease-out;
}

.tmf-button:before,
.page-numbers:before {
    border-top: 2px solid #d0b818;
    top: -6px;
}

.tmf-button:after,
.page-numbers:after {
    border-bottom: 2px solid #d0b818;
    bottom: -6px;
}

.tmf-button:hover:before,
.tmf-button:hover:after,
.page-numbers:hover:before,
.page-numbers:hover:after {
    width: 100%;
    height: 2px;
}

.tmf-button:hover,
.page-numbers:hover{
    color: #000000;
    text-decoration: none;
}

.tmf-button:active,
.page-numbers:active {
    background: #cbb102;
    background: linear-gradient(180deg, #fbf0a1 0%, #cbb102 100%);
    text-decoration: none;
    color: #000000;
}

.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: transparent;
    background-size: 265px;
    height: auto;
    width: 25px;
    vertical-align: middle;
    margin-right: 0;
}

.vcard .value::before {
    content: "\f2bb";
    color: #b2903e;
    font-size: 16px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    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
 * ======================================== */
aside {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; 
    text-align: center;
}

aside.left {
    border-top: 12px solid #cbb102; 
    border-bottom: 12px solid #cbb102; 
}

aside.right {
    border-top: 12px solid #cbb102; 
    border-bottom: 12px solid #cbb102; 
}

blockquote {
    color: #17203d;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    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: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: normal;
}

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

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

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

body #call-to-action {
    outline: 5px solid #004020;
    outline-offset: -45px;
    box-sizing: border-box;
    background: transparent !important;
    color: #000000 !important;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    position: relative;
    padding: 75px 75px 75px 75px;
}

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

body #call-to-action p{
    color: #000000 !important;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

body #call-to-action a{
    color: #8c7223 !important;
    font-weight: 700;
    text-decoration: none;
}

body #call-to-action a:hover{
    text-decoration: underline;
}

body #call-to-action h3{
    color: #000000 !important;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.mobile {
    display: none;
}

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

    .mobile {
        display: inherit;
    }
}

/* ======================================== *
        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 {
    max-width: 200px;
    margin: 15px auto 0;
    text-align: center;
}

/*.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Crimson Pro', serif;
    font-size: 16px;
    padding: 7px 15px;
    max-width: 200px;
    width: 100%;
    margin-right: 0;
    line-height: normal !important;
}*/

.gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button {
    box-sizing: border-box;
    color: #000000;
    max-width: 200px;
    width: 100%;
    padding: 8px 15px;
}

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

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

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

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

.tmf-module-22 textarea {
    border: 2px solid #006732;
    height: 105px !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer {
    max-width: 120px;
    margin: 10px auto 0;
    display: block;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button {
    box-sizing: border-box;
    color: #000000;
    max-width: 120px;
    width: 100%;
    padding: 8px 15px;
}