/* ============================================================================ *
        Structural Styles
    ---------------------------------------------------------------------------
        These are the styles which build the main site layout
        (headers, footers, body, etc.).

        If you are attempting to add styling for any elements placed inside of a 
        Wordpress Editor, use 'editor-content.css' stylesheet.
*/
body {
    background: #ffffff;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}

a {
    color: #121943;
}

/* ======================================== *
        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: 770px !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: 'Figtree', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #000000;
    font-family: 'Figtree', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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


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

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

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


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #000000;
    font-family: 'Figtree', sans-serif;
    font-size: 22px;
    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: #121943;
    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: 299px;
    width: 100%;
    display: block;
}

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

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

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

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

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

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    line-height: 30px;
    margin-right: 10px;
}

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

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

#header-top .phone-1 {
    margin-right: 25px;
}

#header-top .phone-1::before,
#header-top .email::before {
    color: #315fa3;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

#header-top .phone-1::before {
    content: "\f879";
    margin-right: 8px;
    transform: rotate(10deg);
}

#header-top .email::before {
    content: "\f0e0";
    margin-right: 10px;
}

.home #header-top .phone-1::before,
.home #header-top .email::before {
    color: #ffffff;
}

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

    .home #header-top .phone-1::before,
    .home #header-top .email::before {
        color: #315fa3;
    }
}

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

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

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

#header {
    padding: 32px 0;
}

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

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

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

#header-cell-2{}

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

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

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

    #header {
        padding: 25px 0 0;
    }

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

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

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

    #header .main-logo,
    #header .mobile-view{
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
    }

    #header .main-logo{
        width: 50%;
        padding-right: 25px;
    }

    #header .mobile-view{
        width: 50%;
        padding-left: 25px;
    }
}

@media screen and (max-width: 950px) {
    #header .main-logo,
    #header .mobile-view{
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    #header .mobile-view{}
}

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

#primary-nav-container {
    max-width: 770px !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: 16px;
    font-weight: 500;
    padding: 10px 3px;
    text-decoration: none;
}

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

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

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

#primary-nav .menu > .menu-item > a:after {
    background-color: transparent;
    bottom: 0px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    margin: 0 auto;
}

#primary-nav .menu > .menu-item:hover > a:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:hover:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:focus:after {
    background-color: #5b80b8;
    width: 50%;
    height: 2px;
}

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

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

#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: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 20px;
}

#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #305c9f;
    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: 'Roboto', 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: #1b2560;
}

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

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

/* ======================================== *
    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;
    top: 50%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

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

#billboard h2 {
    color: #ffffff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0;
}

#billboard h3 {
    color: #ffffff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

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

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

    #billboard .billboard-content {
        background: transparent;
        border: none;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
    }

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

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

@media screen and (max-width: 600px) {
    #billboard h2 {
        font-size: 45px;
    }

    #billboard h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 450px) {
    #billboard h2 {
        font-size: 30px;
    }

    #billboard h3 {
        font-size: 20px;
    }
}

/* ======================================== *
        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: url('../images/int_prac_area_left_3x.jpg') center center / cover;
    width: 35%;
}

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

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

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

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

@media screen and (max-width: 1050px) {
    #int-billboard .int-billboard-content {
        background: url(../images/int_attorney_bg_3x.jpg) no-repeat center center / cover;
        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 {
        border-right: none;
        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: url(../images/int_attorney_bg_3x.jpg) no-repeat center center / cover;
}

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

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

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

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

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

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

#home-body h1 {
    color: #121943;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
}

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

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

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

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

#body {
    padding: 45px 0;
}

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

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

#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 {
    z-index: 1;
}

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

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

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

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

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

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

#home-attorney{
    padding-top: 200px;
}

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

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

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

/* ======================================== *
        Featured Posts CSS
 * ======================================== */
#featured-posts-wrapper{
    background: #121943;
}

#featured-posts-container{
    max-width: 1200px;
}

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

#featured-posts .inner{
    padding: 0;
}

#featured-posts h3.tmf-module-title{
    box-sizing: border-box;
    color: #ffffff;
    font-size: 36px;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
}

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

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

#featured-posts .tmf-button {
    background: #ff8826;
    box-sizing: border-box;
    display: inline-block;
    color: #121943;
    max-width: 160px;
    width: 100%;
    padding: 7px 15px;
    margin-top: 25px;
}

#featured-posts .tmf-button:hover {
    background: #fc8f34;
}

/* ======================================== *
        Home Contact Section CSS
 * ======================================== */
#home-contact-wrapper {
    background: url('../images/home_why_choose_jdh_bg_3x.jpg') no-repeat center center / cover;
    height: 415px;
}

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

#home-contact{}

#home-contact-cell-1 {
    width: auto;
}

#home-contact-cell-1 .tmf-module-area {
    max-width: 685px;
    margin: 0 auto;
}

#home-contact-cell-1 h3.tmf-module-title{
    color: #ffffff;
    font-size: 36px;
}

#home-contact-cell-1 .tmf-module {
    max-width: 100%;
    display: flex;
    justify-content: center;
    height: 415px;
    flex-direction: column;
}

#home-contact-cell-2{
    width: 561px;
}

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

#home-contact-cell-2 .tmf-module {
    background: rgb(191,78,10);
    background: linear-gradient(180deg, rgba(191,78,10,1) 50%, rgba(192,115,71,1) 100%);
    outline: 2px solid #ce8357;
    outline-offset: -15px;
    padding: 35px 85px;
    text-align: center;
    margin-top: -35px;
    position: relative;
    z-index: 1;
}

#home-contact-cell-2 h3.tmf-module-title{
    color: #ffffff;
    font-size: 24px;
}

#home-contact p{
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
}

#home-contact a.read-more{
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

#home-contact a.read-more:hover{
    text-decoration: underline;
}

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

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

#home-contact input[type="text"], 
#home-contact input[type="tel"], 
#home-contact input[type="email"], 
#home-contact textarea,
#home-contact select {
    text-align: center;
}

#home-contact select {
    text-align: left;
}

#home-contact textarea {
    height: 95px !important;
}

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

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

@media screen and (max-width: 1250px) {
    #home-contact-cell-1 .tmf-module-area {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    #home-contact-wrapper {
        height: auto;
    }

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

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

    #home-contact-cell-1 .tmf-module {
        display: block;
        justify-content: inherit;
        height: auto;
        flex-direction: inherit;
    }

    #home-contact-cell-2 .tmf-module {
        margin-top: 0;
        border: none;
    }
}

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

    #home-contact-cell-1{
        text-align: center;
    }

    #home-contact-cell-2 .inner{
        padding-right: 25px;
    }
}

@media screen and (min-width: 1600px) {
    #home-contact-cell-1 .tmf-module-area {
        max-width: 100%;
        width: 85%;
    }
}

/* ======================================== *
        Attorney Single Page CSS
 * ======================================== */
.single-attorney #body-cell-2 {
    padding-top: 60px;
}

.single-attorney .attorney-accordion {}

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

.single-attorney .superlawyer{
    margin-bottom: 50px;
    text-align: center;
}

.single-attorney .superlawyer img{}

.attorney-bio-info {
    background: url(../images/int_attorney_bg_3x.jpg) no-repeat center center / cover;
    height: 350px;
}

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

.attorney-bio-info .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: inline-block;
    vertical-align: top;
}

.attorney-bio-info .attorney-bio-box-1 {
    width: calc(100% - 511px);
    position: relative;
}

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

.attorney-bio-info .attorney-bio-box-2 {
    width: 511px;
    position: relative;
}

.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: 461px;
    width: 100%;
    display: block;
}

.attorney-bio-info .title-wrap{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.attorney-bio-info .attorney-bio-info-box-wrap{
    border-left: 2px solid #b7b7b7;
    display: inline-block;
    margin-left: 25px;
    padding-left: 25px;
    vertical-align: middle;
}

.attorney-bio-info h1#page-title {
    color: #ffffff;
    font-size: 36px;
    text-transform: none;
    margin-bottom: 5px;
}

.attorney-bio-info .attorney-titles {
    padding-bottom: 0px;
}

.attorney-bio-info .attorney-titles a{
    color: #ffffff;
    font-family: 'Figtree', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.attorney-bio-info .contact-information, 
.attorney-bio-info .icon-container {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
}

.attorney-bio-info .phone,
.attorney-bio-info .fax,
.attorney-bio-info .email {}

.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: #ffffff;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

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

.attorney-bio-info .phone-2::before {
    content: "\f3cd";
    margin-right: 5px;
    transform: inherit;
    width: 20px;
}

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

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

.attorney-bio-info .vcard .label {
    margin-top: 0;
    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;
    font-size: 16px;
    font-weight: 700;
}

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

.attorney-bio-info .mobile-view{
    display: none;
}

@media screen and (max-width: 1120px) {
    .attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
        padding: 95px 25px;
    }

    .attorney-bio-info .title-wrap{
        display: block;
        text-align: left;
    }

    .attorney-bio-info .attorney-titles {
        padding-bottom: 10px;
    }

    .attorney-bio-info .attorney-bio-info-box-wrap{
        border-left: none;
        display: block;
        margin-left: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 950px) {
    .single-attorney #body-cell-2 {
        padding-top: 25px;
    }

    .attorney-bio-info{
        height: auto;
    }

    .attorney-bio-info-container {
        background: transparent;
        padding: 25px 0;
    }

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

    .attorney-bio-info .attorney-bio-box-2 {
        display: none
    }

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

    .attorney-bio-info img.primary {
        margin: 0 auto 25px;
        position: inherit;
        z-index: inherit;
    }

    .attorney-bio-info .title-wrap{
        text-align: center;
    }

    .attorney-bio-info .mobile-view{
        display: block;
    }
}

/* ======================================== *
        Single Practice Areas
 * ======================================== */
.single-practice-area .practice-area-sidebar {
    margin-top: -100px;
}

@media screen and (max-width: 950px) {
    .single-practice-area .practice-area-sidebar {
        margin-top: 0;
    }
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {}

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

#footer{
    text-align: center;
}

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

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

#footer-cell-2 {
    background: #121943;
    vertical-align: middle;
}

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

#footer h2{
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 0px;
}

#footer h3{
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0px;
}

#footer .tmf-button {
    background: #ff8826;
    box-sizing: border-box;
    display: inline-block;
    color: #121943;
    max-width: 160px;
    width: 100%;
    padding: 7px 15px;
    margin-top: 20px;
}

#footer .tmf-button:hover {
    background: #fc8f34;
}

@media screen and (max-width: 950px) {
    #footer-wrapper {
        background: #121943;
        text-align: center;
    }

    #footer{
        padding: 25px 0;
    }

    #footer-cell-1 img{
        margin: 0 auto;
    }

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

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

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

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

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

#copyright {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    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: 400px;
}

@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: 24px;
    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: rgb(191,78,10);
    background: linear-gradient(180deg, rgba(191,78,10,1) 50%, rgba(192,115,71,1) 100%);
    outline: 2px solid #ce8357;
    outline-offset: -15px;
    padding: 35px 85px;
    text-align: center;
}

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

/* ======================================== *
        Sidebar FAQ's
 * ======================================== */
.tmf-multi-module-area .sidebar-faqs{
    text-align: center;
}

.tmf-multi-module-area .sidebar-faqs {
    box-sizing: border-box;
    border: 2px solid #6d6f71;
}

.tmf-multi-module-area .sidebar-faqs h3.tmf-module-title {
    background: #ffffff;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    top: -25px;
    margin-bottom: 0;
}

.tmf-multi-module-area .sidebar-faqs .tmf-module-content {
    background: #dce1e6;
    margin: 7px;
    padding: 40px 40px;
    margin-top: -22px;
}

/*Accordion CSS*/
.tmf-multi-module-area .sidebar-faqs .smk_accordion {
    margin-bottom: 0;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion.acc_with_icon .accordion_in .acc_head {
    padding-left: 0;
    padding-right: 0;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 25px;
    padding-right: 0;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion .accordion_in .acc_head {
    background: transparent;
    padding: 0;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion .accordion_in > .acc_head .title {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion .accordion_in.acc_active > .acc_head .title {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion .accordion_in.acc_active > .acc_head {
    background: transparent;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion .accordion_in .acc_head {
    margin-top: 0;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion .accordion_in > .acc_content {
    border: none;
    background: transparent;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion .accordion_in > .acc_content .editor-content{
    padding-top: 10px;
}

.tmf-multi-module-area .sidebar-faqs .smk_accordion .accordion_in > .acc_content .editor-content p {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
}

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

/* ======================================== *
        Sidebar Testimonials
 * ======================================== */
.tmf-multi-module-area .sidebar-testimonials{
    box-sizing: border-box;
    border: 2px solid #6d6f71;
    padding: 5px 5px;
    text-align: center;
}

.tmf-multi-module-area .sidebar-testimonials h3.tmf-module-title {
    background: #ffffff;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    top: -17px;
    margin-bottom: 0;
}

.tmf-multi-module-area .sidebar-testimonials .tmf-module-content {
    box-sizing: border-box;
    border: 2px solid #b0b4b7;
    padding: 25px 40px 50px;
    margin-top: -28px;
}

/*Slider CSS*/
.tmf-multi-module-area .sidebar-testimonials .bx-wrapper {
    margin: 0;
    padding: 0px;
    cursor: pointer;
}

.tmf-multi-module-area .sidebar-testimonials .bx-viewport {
    max-width: 100% !important;
    left: 0 !important;
}

.tmf-multi-module-area .sidebar-testimonials .bx-controls.bx-has-controls-direction {
    max-width: 70px;
    position: relative;
    margin: 25px auto 0;
}

.tmf-multi-module-area .sidebar-testimonials .bx-wrapper .bx-controls-direction a {
    color: #c5c5c5;
    font-size: 0;
    height: 21px;
    outline: 0 none;
    position: absolute;
    top: inherit;
    width: 15px;
    z-index: 9999;
}

.tmf-multi-module-area .sidebar-testimonials .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -238px 0;
    background-size: 272px;
    left: 0px;
}

.tmf-multi-module-area .sidebar-testimonials .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -258px 0;
    background-size: 272px;
    right: 0px;
}

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

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

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

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #ffffff;
    border: 1px solid #cccccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #58595b;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
    line-height: normal !important;
}

textarea {
    height: 120px !important;
}

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

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

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

.tmf-button,
.page-numbers,
input[type=submit]{
    font-size: 16px;
    padding: 15px 15px;
    background: #121943;
    border: none;
    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;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: normal;
    position: relative;
}

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

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

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

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

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

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

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

.vcard .value {
    background: transparent;
    background-size: 265px;
    height: auto;
    width: 25px;
    vertical-align: middle;
    margin-right: 0;
}

.vcard .value::before {
    content: "\f2bb";
    color: #ffffff;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
}

/* ======================================== *
        Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
    #breadcrumbs {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #secondary-nav-wrapper {
        display: none;
    }
}

@media screen and (max-width: 450px) {
/*    .row > div > .inner {
        padding-left: 12px;
        padding-right: 12px;
    }*/
}

/* ======================================== *
        Miscellaneous
 * ======================================== */
.social-icons {
    vertical-align: middle;
}

.social-icons .icon {
    width: 30px;
    height: 30px;
}

.social-icons .facebook {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -160px 0;
    background-size: 302px;
}

.social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -200px 0;
    background-size: 302px;
}

.social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -739px 0;
    background-size: 302px;
}

.social-icons .avvo {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -779px 0;
    background-size: 302px;
}

/* Payment Icons CSS */
.payment-icons span {
    width: 55px;
    height: 35px;
}

.payment-icons .visa {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -259px 0;
    background-size: 817px;
}

.payment-icons .mastercard {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -321px 0;
    background-size: 817px;
}

.payment-icons .discover {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -382px 0;
    background-size: 817px;
}

.payment-icons .american-express {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -444px 0;
    background-size: 817px;
}

aside {
    color: #3b3b3b;
    font-family: 'Figtree', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
}

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

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

blockquote {
    color: #3b3b3b;
    font-family: 'Figtree', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    margin: 25px 0;
    padding: 0 0 0 40px;
    z-index: 9;
}

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

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

#breadcrumbs {
    color: #000000;
    font-family: 'Roboto', 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: #000000;
    margin: 0 7px;
}

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

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

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

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

.arichive-page-image-wrap{
    float: right;
    margin-left: 25px;
}

.arichive-page-image-wrap img.primary-image {
    width: auto;
    max-width: 100%;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1050px) {
    .arichive-page-image-wrap {
        float: none;
        margin-bottom: 25px;
        margin-left: 0;
    }
}

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

    .mobile {
        display: inherit;
    }
}

/* ======================================== *
        Global Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

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

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
}

body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    text-align: center;
}

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

/* ======================================== *
        Sidebar Gravity Form CSS
 * ======================================== */
.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul{
    padding: 0 !important;
    margin: 0 !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul li.gfield {
    text-align: center;
}

.tmf-module-22 input[type="text"], 
.tmf-module-22 input[type="tel"], 
.tmf-module-22 input[type="email"], 
.tmf-module-22 textarea,
.tmf-module-22 select {
    text-align: center;
}

.tmf-module-22 select {
    text-align: left;
}

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

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer {
    margin: 10px 0 0;
}

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