/* ============================================================================ *
        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: #f5f1ea;
    color: #313131;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

a {
    color: #b15e2e;
}

/* ======================================== *
        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: #002532;
    font-family:"modesto-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: #002532;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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


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

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

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


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

h4 a,
.tmf-post > h4 a {
    color: #002532;
    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: #002532;
    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: 44px;
    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: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    line-height: 30px;
    margin-right: 15px;
}

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

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

#header-top .phone-1 {
    padding-left: 15px;
}

#header-top .phone-1::before {
    color: #b15e2e;
    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: #002532;
}

.home #header-wrapper {
    background: rgba(0, 37, 50, 0.9);
    position: absolute;
    width: 100%;
    z-index: 9;
}

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

#header {
    padding: 30px 0;
}

#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: #002532;
        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: "Merriweather Sans", sans-serif;
}

#primary-nav-container {
    max-width: 800px !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: 14px;
    font-weight: 300;
    padding: 10px 10px;
    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: #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 > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    height: 0;
    margin: 0 auto;
    background-position: center bottom;
    transition: width 0.35s ease-out;
}

#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: #b15e2e;
    width: 50%;
    height: 3px;
}

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

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

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

#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: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    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: #7d4220;
    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: "Merriweather Sans", 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: #b15e2e;
}

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

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

@media screen and (max-width: 550px) {
    #billboard img {
        height: 380px;
        object-fit: cover;
        object-position: center;
    }
}

/* ======================================== *
        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 .int-billboard-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1300px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0;
    transform: translateY(-50%);
}

#int-billboard .int-billboard-title {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 25px;
    position: relative;
}

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

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

    #int-billboard .int-billboard-title {
        background: url('../images/int_random_page_bg_3x.png') no-repeat center center / cover;
        border-radius: 0px;
        display: block;
        padding: 25px 25px;
    }

    #int-billboard h1#page-title{
        color: #002532;
    }
}

@media screen and (max-width: 550px) {
    #int-billboard .int-billboard-img {
        height: 220px;
        object-fit: cover;
        object-position: center;
    }
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
    background: url('../images/int_random_page_bg_3x.png') no-repeat center center / cover;
}

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

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

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

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

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

#home-body-wrapper {}

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

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

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

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

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

#home-body h2 {
    font-size: 54px;
    padding: 0;
}

#home-body h2 strong{
    font-weight: 400;
}

#home-body h2:after {
    content: '';
    width: 100%;
    height: 19px;
    background: url(../images/home_heading_line_3x.png) no-repeat;
    background-size: 771px;
    background-position: left;
    display: block;
    margin-top: 10px;
}
#home-body h1 {
    font-size: 54px;
    font-weight:300;
    padding: 0;
}

#home-body h1 strong{
    font-weight: black;
}

#home-body h1:after {
    content: '';
    width: 100%;
    height: 19px;
    background: url(../images/home_heading_line_3x.png) no-repeat;
    background-size: 771px;
    background-position: left;
    display: block;
    margin-top: 10px;
}

#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%;
    }
}

@media screen and (max-width: 450px) {
    #home-body h2 {
        font-size: 48px;
    }
     #home-body h1 {
        font-size: 48px;
    }
}

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

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

#body {
    padding: 50px 0;
}

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

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

#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 {
    overflow: hidden;
}

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

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

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

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

#home-practice-areas .tmf-post.practice-area.home {
    max-width: 100%;
    margin: 0;
    padding: 25px 0 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: 65px;
}

#home-practice-areas .slick-list::-webkit-scrollbar-track {
    background-color: #d1cec7;
    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: #a4572b;
    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 .scroll-mouse {
    text-align: center;
}

#home-practice-areas .scroll-mouse img{
    max-width: 79px;
    width: 100%;
}

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

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

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

@media screen and (max-width: 950px) {
    #home-practice-areas .tmf-module-area-home-practice-areas {
        margin-top: 0;
    }

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

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

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

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

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorneys-wrapper{
    background: url('../images/home_bios_bg_full_1x.png') no-repeat center center / cover;
}

#home-attorneys-container {
    max-width: 1125px !important;
}

#home-attorneys {
    padding: 235px 0 150px;
    text-align: center;
}

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

#home-attorneys h2{
    color: #ffffff;
    font-size: 28px;
    padding: 0;
    margin-bottom: 0;
}

#home-attorneys h3{
    color: #ffffff;
    font-size: 38px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0;
}

#home-attorneys h3:after {
    content: '';
    width: 100%;
    height: 13px;
    background: url(../images/home_team_heading_line_3x.png) no-repeat;
    background-size: 1073px;
    background-position: center center;
    display: block;
    margin-top: 35px;
    margin-bottom: 55px;
}

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

#home-attorneys .tmf-post.practice-area.small {
    max-width: 100%;
    margin: 0;
    padding: 25px 0 0;
}

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

#home-attorneys 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-attorneys .slide-arrow {
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #a2562a;
    color: #c5c5c5;
    font-size: 0;
    outline: 0 none;
    position: absolute;
    display: inline-flex;
    width: 50px;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    top: 50%;
    z-index: 9999;
    margin: -75px 0 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

#home-attorneys .slide-arrow:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a2562a;
    border-radius: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#home-attorneys .slide-arrow:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#home-attorneys .prev-arrow {
    left: -195px;
}

#home-attorneys .prev-arrow:after {
    content: "\f0d9";
    color: #ffffff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    transition: all 0.3s ease-out;
}

#home-attorneys .next-arrow {
    right: -195px;
}

#home-attorneys .next-arrow:after {
    content: "\f0da";
    color: #ffffff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    line-height: 15px;
    transition: all 0.3s ease-out;
}

#home-attorneys .prev-arrow:hover:after,
#home-attorneys .next-arrow:hover:after {
    color: #ffffff;
    transition: all 0.3s ease-in;
}

@media screen and (max-width: 1150px) {
    #home-attorneys .prev-arrow {
        left: -95px;
    }

    #home-attorneys .next-arrow {
        right: -95px;
    }
}

@media screen and (max-width: 950px) {
    #home-attorneys .tmf-post-list.small {
        max-width: 292px;
    }

    #home-attorneys .slick-slide {
        padding: 0;
    }

    #home-attorneys ul.slick-dots {
        list-style: none;
        padding-left: 0;
        margin: 15px 0 0;
    }

    #home-attorneys ul.slick-dots li {
        display: inline-block;
        padding: 0;
    }

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

    #home-attorneys ul.slick-dots li button {
        background: transparent;
        border: 2px solid #ab5a2c;
        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-attorneys ul.slick-dots li:hover button, 
    #home-attorneys ul.slick-dots li.slick-active button {
        background: #ab5a2c;
    }
}

/* ======================================== *
        Home Testimonial Section
 * ======================================== */
#testimonials-wrapper {
    background: url(../images/home_testimonials_bg_3x.jpg) no-repeat center center / cover;
    height: 550px;
}

#testimonials-wrapper:before {
    background: url(../images/home_testimonials_S_icon_3x.png) no-repeat center center / contain;
    background-size: 542px;
    content: '';
    display: inline-block;
    max-width: 542px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}

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

#testimonials{
    padding: 25px 0;
    text-align: right;
}

#testimonials .tmf-module {
    display: inline-flex;
    flex-direction: column;
    max-width: 800px;
    width: 100%;
    height: 500px;
    justify-content: center;
    margin: 0 0 0 auto;
}

#testimonials h3 {
    color: #002532;
    font-size: 38px;
    font-weight: 300;
    margin-bottom: 15px;
}

#testimonials h3 strong{
    font-weight: 400;
}

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

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

#testimonials .bx-wrapper .bx-controls-direction a {
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #a2562a;
    color: #c5c5c5;
    font-size: 0;
    outline: 0 none;
    position: relative;
    display: inline-flex;
    width: 50px;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    top: 0;
    z-index: 9999;
    margin: 25px 10px 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

#testimonials .bx-wrapper .bx-controls-direction a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a2562a;
    border-radius: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#testimonials .bx-wrapper .bx-controls-direction a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

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

#testimonials .bx-wrapper .bx-prev:after {
    content: "\f0d9";
    color: #002532;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    transition: all 0.3s ease-out;
}

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

#testimonials .bx-wrapper .bx-next:after {
    content: "\f0da";
    color: #002532;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    line-height: 15px;
    transition: all 0.3s ease-out;
}

#testimonials .bx-wrapper .bx-prev:hover:after,
#testimonials .bx-wrapper .bx-next:hover:after {
    color: #ffffff;
    transition: all 0.3s ease-in;
}

@media screen and (max-width: 950px) {
    #testimonials {
        text-align: center;
    }

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

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

    #testimonials-cell-1 .inner,
    #testimonials-cell-2 .inner{
        padding: 0 25px;
    }

    #testimonials-cell-2 .tmf-module {
        padding: 0;
    }

    #testimonials .tmf-button {
        display: none;
    }

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

    #testimonials .bx-pager {
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    #testimonials-wrapper:before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {
    #testimonials-wrapper:before {
        background: url(../images/home_testimonials_S_icon_3x.png) no-repeat center center / cover;
        background-size: 382px;
        max-width: 382px;
    }
}

@media screen and (max-width: 400px) {
    #testimonials-wrapper:before {
        background: url(../images/home_testimonials_S_icon_3x.png) no-repeat center center / cover;
        background-size: 282px;
        max-width: 282px;
    }
}

/* ======================================== *
        Associations Section
 * ======================================== */
#associations-wrapper {
    background: #12515d;
}

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

#associations {
    padding: 50px 0;
}

#associations h3.tmf-module-title {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 0;
}

#associations .tmf-post-list.small {
    width: 100%;
    max-width: 1025px;
    margin: 0 auto;
    clear: both;
    padding: 0;
    box-sizing: border-box;
}

#associations .tmf-post.association.small {
    width: auto !important;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

#associations .slick-slide {
    padding: 0 25px;
    box-sizing: border-box;
    /*width: auto !important;*/
    float: none;
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
}

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

#associations .slide-arrow {
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #f5f2e9;
    color: #f5f2e9;
    font-size: 0;
    outline: 0 none;
    position: absolute;
    display: inline-flex;
    width: 50px;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    top: 50%;
    z-index: 9999;
    margin: -25px 0 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

#associations .slide-arrow:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#associations .slide-arrow:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#associations .prev-arrow {
    left: -110px;
}

#associations .prev-arrow:after {
    content: "\f0d9";
    color: #ffffff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    transition: all 0.3s ease-out;
}

#associations .next-arrow {
    right: -110px;
}

#associations .next-arrow:after {
    content: "\f0da";
    color: #ffffff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    line-height: 15px;
    transition: all 0.3s ease-out;
}

#associations .prev-arrow:hover:after,
#associations .next-arrow:hover:after {
    color: #12515d;
    transition: all 0.3s ease-in;
}

@media screen and (max-width: 1300px) {
    #associations .tmf-post-list.small {
        max-width: 820px;
    }
}

@media screen and (max-width: 1100px) {
    #associations .tmf-post-list.small {
        max-width: 615px;
    }
}

@media screen and (max-width: 900px) {
    #associations .tmf-post-list.small {
        max-width: 410px;
    }
}

@media screen and (max-width: 700px) {
    #associations .prev-arrow {
        left: -65px;
    }

    #associations .next-arrow {
        right: -65px;
    }
}

@media screen and (max-width: 600px) {
    #associations .inner{
        padding: 0;
    }

    #associations .tmf-post-list.small {
        max-width: 205px;
    }

    #associations .slick-slide {
        padding: 0;
    }

    #associations ul.slick-dots {
        list-style: none;
        padding-left: 0;
        margin: 25px 0 0;
        text-align: center;
    }

    #associations ul.slick-dots li {
        display: inline-block;
        padding: 0;
    }

    #associations ul.slick-dots li::before {
        display: none;
    }

    #associations ul.slick-dots li button {
        background: transparent;
        border: 2px solid #ffffff;
        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%;
    }

    #associations ul.slick-dots li:hover button, 
    #associations ul.slick-dots li.slick-active button {
        background: #ffffff;
    }
}

/* ======================================== *
        Home Why Choose Section
 * ======================================== */
.home-bg-bottom {
    background: url(../images/home_bg_pattern_bottom_3x.png) no-repeat center center / cover;
    z-index: -1;
    position: relative;
}

#home-succeeding-wrapper {}

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

#home-succeeding{
    padding: 100px 0;
}

#home-succeeding::before {
    content: "";
    position: absolute;
    top: 120px;
    left: 30px;
    width: calc(100% - 56px);
    height: calc(100% - 241px);
    border: 1px solid #166575;
}

#home-succeeding-cell-1{
    width: 550px;
}

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

#home-succeeding-cell-2 .tmf-module {
    padding-right: 25px;
}

#home-succeeding img {
    display: block;
    max-width: 476px !important;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: -1;
}

#home-succeeding h3 {
    color: #002532;
    font-size: 38px;
    font-weight: 300;
    line-height: normal;
    box-sizing: border-box;
}

#home-succeeding h3 strong{
    font-weight: 400;
}

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

@media screen and (max-width: 1300px) {
    #home-succeeding::before {
        display: none;
    }

    #home-succeeding-cell-1,
    #home-succeeding-cell-2{
        display: block;
        width: 100%;
    }

    #home-succeeding-cell-2 {
        width: auto;
        vertical-align: middle;
        padding-top: 50px;
    }

    #home-succeeding-cell-2 .tmf-module {
        padding-right: 0;
    }

    #home-succeeding img {
        margin: 0 auto;
        z-index: inherit;
    }
}

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

/* ======================================== *
        Home Rep Clients Section
 * ======================================== */
#home-rep-clients-wrapper {
    z-index: 9;
}

#home-rep-clients-container{
    background: url('../images/home_reputation_success_full_3x.png') center center / cover;
    max-width: 1250px !important;
}

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

#home-rep-clients h3 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    box-sizing: border-box;
}

#home-rep-clients h3 strong{
    font-weight: 400;
}

#home-rep-clients .tmf-module {
    max-width: 800px;
    margin: 0 auto;
}

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

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

#home-rep-clients .bx-wrapper img {
    margin: 0 auto;
}

#home-rep-clients .bx-wrapper .bx-controls-direction a {
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #ffffff;
    color: #c5c5c5;
    font-size: 0;
    outline: 0 none;
    position: absolute;
    display: inline-flex;
    width: 50px;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    top: 0;
    z-index: 9999;
    margin: 25px 0 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

#home-rep-clients .bx-wrapper .bx-controls-direction a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#home-rep-clients .bx-wrapper .bx-controls-direction a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

#home-rep-clients .bx-wrapper .bx-prev {
    left: -150px;
}

#home-rep-clients .bx-wrapper .bx-prev:after {
    content: "\f0d9";
    color: #ffffff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    transition: all 0.3s ease-out;
}

#home-rep-clients .bx-wrapper .bx-next {
    right: -150px;
}

#home-rep-clients .bx-wrapper .bx-next:after {
    content: "\f0da";
    color: #ffffff;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    line-height: 15px;
    transition: all 0.3s ease-out;
}

#home-rep-clients .bx-wrapper .bx-prev:hover:after,
#home-rep-clients .bx-wrapper .bx-next:hover:after {
    color: #a2562a;
    transition: all 0.3s ease-in;
}

@media screen and (max-width: 1200px) {
    #home-rep-clients .bx-wrapper .bx-prev {
        left: -75px;
    }

    #home-rep-clients .bx-wrapper .bx-next {
        right: -75px;
    }
}

@media screen and (max-width: 1000px) {
    #home-rep-clients .bx-wrapper .bx-prev {
        left: -50px;
    }

    #home-rep-clients .bx-wrapper .bx-next {
        right: -50px;
    }
}

@media screen and (max-width: 1000px) {
    #home-rep-clients .bx-wrapper .bx-controls-direction {
        text-align: center;
    }

    #home-rep-clients .bx-wrapper .bx-controls-direction a {
        position: relative;
        margin: 25px 10px 0;
    }

    #home-rep-clients .bx-wrapper .bx-prev {
        left: 0;
    }

    #home-rep-clients .bx-wrapper .bx-next {
        right: 0;
    }
}

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

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

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

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

.attorney-bio-info {
    background: url('../images/int_attorney_page_bg_3x.png') no-repeat center center / cover;
    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: 480px;
}

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

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

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

.attorney-bio-info .img-container{
    position: relative;
}

.attorney-bio-info .img-container::before {
    content: "";
    display: block;
    border: 1px solid #12515d;
    position: absolute;
    top: 15px;
    left: 0px;
    width: calc(100% - 2px);
    height: calc(100% - 35px);
}

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

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

.attorney-bio-info  .title-wrap {
    margin-bottom: 15px;
}

.attorney-bio-info h1#page-title {
    color: #002532;
    font-size: 38px;
    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;
    color: #002532;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

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

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

.attorney-bio-info .contact-information, 
.attorney-bio-info .icon-container {
    color: #002532;
    font-size: 16px;
    font-weight: 400;
    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: #c96b34;
    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: #002532;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}

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

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

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

@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-container {
        position: relative;
        max-width: 430px;
        margin: 0 auto;
    }

    .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: 10px;
        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;
    }
}

@media screen and (max-width: 480px) {
    .attorney-bio-info .img-container::before {
        top: 15px;
        left: -17px;
        width: calc(100% + 32px);
        height: calc(100% - 35px);
    }

    .attorney-bio-info img.primary {
        max-width: 100%;
    }
}

/* ======================================== *
        Attorney Tab
 * ======================================== */
#tab-container {}

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

.tab {
    box-sizing: border-box;
    border-right: 2px solid #82a3a9;
    border-bottom: none;
    background: #12515d;
    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: 15px;
    font-weight: 400;
    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: #b15e2e;
    color: #ffffff;
    font-weight: 400;
    padding-top: 0;
    position: relative;
    top: 0;
    transition: background 1s ease;
}

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

.tab:hover:after, 
.tab.active:after {
    box-sizing: border-box;
    background: url(../images/tab_active_icon_3x.png) no-repeat 0px 0px;
    background-size: 34px;
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 34px;
    height: 15px;
    margin: 0 auto;
    transition: background 1s ease;
}

.panel-container {
    background: transparent;
    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: 20px;
    margin: 15px 0;
}
.panel-container ul li {}

.panel-container ol {
    padding-left: 20px;
    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: 2px solid #82a3a9;
        width: 100%;
    }

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

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

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #002532;
}

.home #footer-wrapper {
    margin-top: -280px;
}

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

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

.home #footer{
    text-align: center;
    padding: 350px 0 50px;
}

#footer .inner{
    padding: 0;
}

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

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

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

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

#copyright a{
    color: #f5f2e9;
    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: 370px;
}

@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-size: 28px;
    font-weight: 300;
    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/home_form_bg_3x.png') center center / cover;
    padding: 40px 40px;
    text-align: center;
}

/* ======================================== *
        Sidebar Case Results
 * ======================================== */
.case-results {
    background: #e8e5de;
    padding: 35px 40px;
    text-align: center;
}

.tmf-multi-module-area .case-results h3.tmf-module-title {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 25px;
}

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

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

.case-results .bx-wrapper .bx-controls-direction a {
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid #a2562a;
    color: #c5c5c5;
    font-size: 0;
    outline: 0 none;
    position: relative;
    display: inline-flex;
    width: 50px;
    height: 45px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    top: 0;
    z-index: 9999;
    margin: 25px 10px 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.case-results .bx-wrapper .bx-controls-direction a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a2562a;
    border-radius: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.case-results .bx-wrapper .bx-controls-direction a:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.case-results .bx-wrapper .bx-prev {
    left: 0;
}

.case-results .bx-wrapper .bx-prev:after {
    content: "\f0d9";
    color: #002532;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    transition: all 0.3s ease-out;
}

.case-results .bx-wrapper .bx-next {
    right: 0;
}

.case-results .bx-wrapper .bx-next:after {
    content: "\f0da";
    color: #002532;
    font-size: 25px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    line-height: 15px;
    transition: all 0.3s ease-out;
}

.case-results .bx-wrapper .bx-prev:hover:after,
.case-results .bx-wrapper .bx-next:hover:after {
    color: #ffffff;
    transition: all 0.3s ease-in;
}

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

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

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

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

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #d1cec7;
    border: 1px solid #663a20;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #313131;
    font-family: "Merriweather Sans", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
    line-height: normal !important;
}

textarea {
    height: 120px !important;
}

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

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

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 {
    font-size: 14px;
    padding: 8px 15px;
    background: transparent;
    border: 1px solid #b15e2e;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    color: #313131;
    font-family: "Merriweather Sans", sans-serif;
    font-weight: 700;
    line-height: normal;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tmf-button:before,
.page-numbers:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b15e2e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.tmf-button:hover:before,
.page-numbers:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.tmf-button:after {
    border-radius: 5px;
    content: "\f0da";
    color: #b15e2e;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    line-height: 16px;
    position: relative;
    top: 0;
    transition: color 0.5s ease-out;
}

.tmf-button:hover:after {
    color: #ffffff;
}

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

.tmf-button:active,
.page-numbers:active {
  background: transparent;
  border: 1px solid #b15e2e;
  text-decoration: none;
  color: #313131;
}

.tmf-button.large {
    font-size: 14px;
    padding: 8px 25px;
}

.tmf-button.medium {
    font-size: 14px;
    padding: 8px 25px;
}

.tmf-button.small {
    font-size: 14px;
    padding: 8px 15px;
}

.tmf-button.tiny {
    font-size: 14px;
    padding: 8px 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: #c96b34;
    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: #002532;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; 
    text-align: center;
}

aside:after {
    content: '';
    width: 100%;
    height: 54px;
    background: url(../images/aside_bottom_diamond_3x.png) no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    margin-top: 10px;
}

aside.left {
    border-top: 1px solid #b15e2e;
}

aside.right {
    border-top: 1px solid #b15e2e;
}

blockquote {
    color: #002532;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
    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: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: normal;
}

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

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

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

body #call-to-action {
    background: transparent !important;
    color: #17203d !important;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    position: relative;
    padding: 25px 0px 25px 85px;
    margin: 50px 0;
}

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

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

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

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

body #call-to-action h3{
    color: #002532 !important;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 5px;
}

.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;
    padding-bottom: 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: #3e2b1f;
}

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

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

.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 {
    border: 1px solid #663a20;
    color: #3e2b1f;
    text-align: center;
}

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

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

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button{
    border: 1px solid #ffffff;
    color: #f5f2e9;
    max-width: 170px;
    width: 100%;
    text-transform: uppercase;
    padding: 12px 15px;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button:before {
    background: #ffffff;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button:after {
    color: #ffffff;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button:hover:after {
    color: #b15e2e;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button:hover{
  color: #b15e2e;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer .tmf-button:active {
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* ======================================== *
        CTA Module CSS
 * ======================================== */
.cta-module {
    box-sizing: border-box;
    padding: 0;
    border: 2px solid;
    height: 260px;
    margin: 65px 0 65px 40px;
}

.cta-module .cta-module-box-row{
    display: table;
    width: 100%;
}

.cta-module .cta-module-box-1,
.cta-module .cta-module-box-2{
    display: inline-block;
    vertical-align: top;
}

.cta-module .cta-module-box-1{
    width: 347px;
    height: 302px;
    text-align: center;
    position: relative;
}

.cta-module .cta-module-box-1 .cta-module-box-inner {
    background: url(../images/int_cta_container_3x.png) no-repeat;
    background-size: 347px;
    padding: 0;
    height: 302px;
    position: absolute;
    top: -23px;
    left: -40px;
}

.cta-module .cta-module-box-2 {
    width: calc(100% - 347px);
    text-align: left;
    padding: 0;
}

.cta-module .cta-module-box-2 .cta-module-box-inner{
    padding: 0 25px 0 0;
}

.cta-module .cta-module-box-2 .cta-module-box-content {
    display: inline-flex;
    flex-direction: column;
    height: 260px;
    justify-content: center;
}

.cta-module .editor-content h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-top: 0 !important;
    margin-bottom: 0;
    display: inline-flex;
    height: 302px;
    align-items: center;
    justify-content: center;
    padding: 0 100px 0 60px;
}

.cta-module .editor-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.cta-module .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    text-transform: uppercase;
}

@media screen and (max-width: 1300px) {
    .cta-module {
        padding: 0;
        border: none;
        height: auto;
        margin: 25px 0;
    }

    .cta-module .cta-module-box-1, 
    .cta-module .cta-module-box-2 {
        display: block;
        vertical-align: top;
    }

    .cta-module .cta-module-box-1 {
        margin: 0 auto;
    }

    .cta-module .cta-module-box-1 .cta-module-box-inner {
        position: absolute;
        top: 40px;
        left: 0;
    }

    .cta-module .cta-module-box-2 {
        width: 100%;
        text-align: center;
        padding: 0;
        border: 2px solid;
    }

    .cta-module .cta-module-box-2 .cta-module-box-inner {
        padding: 0 25px;
    }

    .cta-module .cta-module-box-2 .cta-module-box-content {
        display: block;
        height: auto;
        padding: 75px 0 50px;
    }

    .cta-module .editor-content h3 {
        padding: 0 60px;
    }
}

@media screen and (max-width: 400px) {
    .cta-module .cta-module-box-1 {
        width: 268px;
        height: 233px;
    }

    .cta-module .cta-module-box-1 .cta-module-box-inner {
        background: url(../images/int_cta_container_3x.png) no-repeat;
        background-size: 268px;
        height: 233px;
    }

    .cta-module .editor-content h3 {
        font-size: 18px;
        line-height: 28px;
        height: 233px;
    }
}