/* ============================================================================ *
        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: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

a {
    color: #0378a6;
}

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

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

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

    .int-heading {
        max-width: 90% !important;
    }
}


/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #0378a6;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #0378a6;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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


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

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

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

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

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

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

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav-wrapper {}
#secondary-nav-container {}
#secondary-nav {}
#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 {}

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

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
    line-height: 26px;
    padding-right: 10px;
}

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

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

.home #header-top,
.home #header-top a{
    color: #ffffff;
}

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

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

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

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

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

#header-top .tmf-button {
    background: #025577;
    display: inline-block;
    outline: inherit;
    outline-offset: inherit;
    color: #ffffff !important;
    font-size: 17px;
    max-width: 210px;
    width: 100%;
    padding: 8px 10px;
}

#header-top .tmf-button:hover {
    background: #026087;
}

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

    .home #header-top,
    .home #header-top a{
        color: #000000;
    }

    .home #header-top .phone-1::before,
    .home #header-top .email::before {
        color: #000000;
    }
}
@media screen and (max-width: 950px) {
.tmf-module-testimonials {
margin-top: 25px; 
}
}

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

    margin-top: 10px;
}
}


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

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

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

#header {
    padding: 30px 0;
}

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

.home #header .logo {
    max-width: 303px;
}

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

#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: #ffffff;
        position: inherit;
        z-index: inherit;
    }

    #header {
        padding: 25px 0 0;
    }

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

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

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

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

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

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

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

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

#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: #000000;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 5px;
    text-decoration: none;
}

.home #primary-nav .menu > .menu-item > a {
    color: #ffffff;
}

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

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

.home #primary-nav .menu > .menu-item.home-icon a:before {
    color: #ffffff;
}

#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: #0378a6;
    width: 100%;
    height: 4px;
}

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

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

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

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

#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: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 15px;
}

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

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

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

    .home #primary-nav .menu > .menu-item > a {
        color: #000000;
    }

    .home #primary-nav .menu > .menu-item.home-icon a:before {
        color: #0378a6;
    }
}

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

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

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

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

#mobile-nav .menu .menu-item.display {
    background: #0484b7;
}

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

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

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

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

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

/* ======================================== *
        Interior Billboard Section
 * ======================================== */
#int-billboard-wrapper{
    background: url(../images/int_attorney_billboard_bg_3x.jpg) no-repeat center center / cover;
    height: 215px;
}

#int-billboard-container{
    max-width: 1250px;
}

#int-billboard-cell-1{
    width: auto;
}

#int-billboard-cell-2{
    width: 510px;
}

#int-billboard img {
    box-sizing: border-box;
    border: 4px solid #e4e4e4;
    border-radius: 15px;
    display: block;
    position: relative;
    top: -45px;
    max-width: 460px;
    width: 100%;
}

#int-billboard h1#page-title {
    color: #fff;
    display: flex;
    align-items: center;
    height: 215px;
    margin-bottom: 0;
}

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

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

    #int-billboard{
        padding: 25px 0;
        text-align: center;
    }

    #int-billboard-cell-1,
    #int-billboard-cell-2{
        display: block;
        width: 100%;
    }

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

    #int-billboard .mobile-view{
        display: block;
        margin-bottom: 15px;
    }

    #int-billboard img {
        top: 0;
        margin: 0 auto;
    }

    #int-billboard h1#page-title {
        display: block;
        align-items: inherit;
        height: auto;
    }
}

/* ======================================== *
        Interior Heading Section
 * ======================================== */
.int-heading-wrapper{
    background: url('../images/int_generic_titlebar_3x.jpg');
    position: relative;
}

.int-heading {
    box-sizing: border-box;
    max-width: 1250px;
    padding: 15px 25px;
    margin: 0 auto;
    position: relative;
}

.int-heading h1#page-title{
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 0;
}

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


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

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

#home-body {
    padding: 45px 0 100px;
}

#home-body h1 {
    color: #000000;
    font-family: 'EB Garamond', serif;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

#home-body p {
    font-size: 20px;
    line-height: 30px;
}

#home-body .tmf-module-area-home-sidebar {
    margin-top: 75px;
}

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

    #home-body .tmf-module-area-home-sidebar {
        margin-top: 0;
    }
}

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

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

#body {
    padding: 45px 0;
}

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

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

.single-attorney #body-cell-1 {
    padding: 150px 0 45px !important;
}

.single-attorney #body-cell-2 {
    padding: 45px 0;
}

@media screen and (max-width: 1200px) {
    .single-attorney #body {
        padding: 45px 0
    }

    .single-attorney #body-cell-1,
    .single-attorney #body-cell-2 {
        padding: 0 !important;
    }

    .single-attorney #body-cell-2 {
        padding: 25px 0 0 !important;
    }
}

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

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

#home-attorney{}

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

/* ======================================== *
        Home Footer Top Section
 * ======================================== */
#home-faqs-testimonials-wrapper{
    background: url('../images/home_faq_bg_3x.jpg') no-repeat center center / cover;
}

#home-faqs-testimonials-container{
    max-width: 1250px;
}

#home-faqs-testimonials{
    padding: 65px 0 300px;
}

#home-faqs-testimonials h3.tmf-module-title {
    color: #000000;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}

/*Accordion CSS*/
#home-faqs-testimonials-cell-1 .smk_accordion.acc_with_icon .accordion_in .acc_head {
    padding-left: 25px;
    padding-right: 0;
}

#home-faqs-testimonials-cell-1 .smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 30px;
    padding-right: 0;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in .acc_head {
    background: transparent;
    padding: 0;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in > .acc_head .title {
    color: #025577;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in.acc_active > .acc_head .title {
    color: #025577;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in.acc_active > .acc_head {
    background: transparent;
    color: #025577;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in .acc_head {
    margin-top: 0;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in > .acc_content {
    border: none;
    background: transparent;
    color: #6c6c6c;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in > .acc_content .editor-content{
    padding-top: 10px;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in > .acc_content .editor-content p {
    color: #6c6c6c;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

/* Icon expand */
#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px; 
    background: url(../images/icon_sprite_3x.png) no-repeat -80px 0px;
    background-size: 441px;
}

#home-faqs-testimonials-cell-1 .smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
    background: url(../images/icon_sprite_3x.png) no-repeat -100px 0px;
    background-size: 441px;
    left: 0;
}

/*Slider CSS*/
#home-faqs-testimonials-cell-2 .bx-wrapper {
    margin: 0;
    padding: 0px;
}

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

#home-faqs-testimonials-cell-2 .bx-wrapper .bx-pager {
    position: relative;
    padding-top: 25px;
}

#home-faqs-testimonials-cell-2 .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #767676;
    width: 11px;
    height: 11px;
    margin: 0 4px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: normal;
}

#home-faqs-testimonials-cell-2 .bx-wrapper .bx-pager.bx-default-pager a.active {
    border: 1px solid #0378a6;
    background: #0378a6;
}

#home-faqs-testimonials .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 210px;
    width: 100%;
    padding: 11px 15px;
    margin-top: 15px;
}

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

/* ======================================== *
        Contact Section
 * ======================================== */
#contact-section-wrapper {
    margin-top: -235px;
}

#contact-section-container{
    background: #6c6c6c url('../images/form_mj_screened_1x.png') no-repeat center center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    max-width: 940px;
}

#contact-section {
    padding: 75px 0px 100px;
    text-align: center;
}

#contact-section h3.tmf-module-title {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

#contact-section .editor-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

#contact-section .editor-content ul {
    padding-left: 0;
    margin: 0;
}

#contact-section .tmf-module {
    max-width: 850px;
    margin: 0 auto;
}

#contact-section .gform_wrapper.tmf-form_wrapper {
    margin-top: 30px !important;
}

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

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

#contact-section .gform_wrapper ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
    font-family: 'Quattrocento Sans', sans-serif !important;
}

#contact-section .gform_wrapper.tmf-form_wrapper .left_half ul.gform_fields {
    padding-right: 15px;
}

#contact-section .gform_wrapper.tmf-form_wrapper .right_half ul.gform_fields {
    padding-left: 15px;
}

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

#contact-section .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin: 0;
    padding-right: 0 !important;
    color: #ffffff;
    font-size: 18px; 
}

#contact-section .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

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

#contact-section input[type="text"], 
#contact-section input[type="tel"], 
#contact-section input[type="email"], 
#contact-section textarea,
#contact-section select {
    border: 2px solid #ffffff;
    color: #848585;
    padding: 10px 15px !important;
}

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

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    text-align: center;
    margin: 25px 0 0;
    position: relative;
    top: 30px;
}

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
#contact-section .gform_wrapper.tmf-form_wrapper input[type=submit] {
    background: #ffffff;
    box-sizing: border-box;
    color: #025577;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-right: 0;
    padding: 11px 15px;
    max-width: 215px;
    width: 100%;
    outline: 3px solid #ffffff;
}

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover, 
#contact-section .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background: #f6f6f6;
}

@media screen and (max-width: 950px) {
    #contact-section-wrapper {
        margin-top: 0px;
    }

    #contact-section-container{
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        max-width: 100%;
    }

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

    #contact-section .left_half,
    #contact-section .right_half {
        display: block;
        float: none;
        width: 100%;
        margin: auto;
        padding: 0;
    }

    #contact-section .gform_wrapper.tmf-form_wrapper .left_half ul.gform_fields {
        padding-right: 0;
    }

    #contact-section .gform_wrapper.tmf-form_wrapper .right_half ul.gform_fields {
        padding-left: 0;
    }

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

    #contact-section .gform_wrapper.tmf-form_wrapper .gform_footer {
        top: inherit;
    }
}

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

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

.attorney-bio-info {
    background: url(../images/int_attorney_billboard_bg_3x.jpg) no-repeat center center / cover;
    color: #ffffff;
    height: 300px;
}

.attorney-bio-info-container {
    max-width: 1250px;
    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: 358px;
}

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

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

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

.attorney-bio-info img.primary {
    box-sizing: border-box;
    border: 4px solid #e4e4e4;
    border-radius: 15px;
    max-width: 308px;
    width: 100%;
    display: block;
    margin-top: 40px;
}

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

.attorney-bio-info .attorney-titles a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
}

.attorney-bio-info .contact-information, 
.attorney-bio-info .icon-container {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
}

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

.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: 20px;
    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: "\f879";
    margin-right: 5px;
    transform: rotate(10deg);
    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;
    color: #ffffff;
    font-size: 20px;
    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: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

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

@media screen and (max-width: 1200px) {
    .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 .attorney-bio-box-2 .attorney-bio-info-inner {
        margin-top: 0;
    }

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

@media screen and (max-width: 950px) {
    .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%;
    }

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

@media screen and (max-width: 400px) {
    .attorney-bio-info .contact-information, 
    .attorney-bio-info .icon-container {
        font-size: 17px;
        line-height: 30px;
    }

    .attorney-bio-info .vcard .label {
        font-size: 17px;
    }

    .attorney-bio-info .phone,
    .attorney-bio-info .fax,
    .attorney-bio-info .email {
        display: block;
        margin-right: 0;
    }
}

/* ======================================== *
        Archive FAQ Page CSS
 * ======================================== */
.post-type-archive-faq h2 a{
    text-decoration: none;
}

.post-type-archive-faq h2 a:hover{
    text-decoration: underline;
}

/*Accordion CSS*/
.post-type-archive-faq .smk_accordion .accordion_in {
    padding: 0;
    margin: 0;
    border: none;
}

.post-type-archive-faq .smk_accordion.acc_with_icon .accordion_in .acc_head, 
.post-type-archive-faq .smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 40px;
    padding-right: 40px;
}

/*.post-type-archive-faq .smk_accordion .accordion_in .acc_head {
    background: #0378a6;
    color: #fff;
}*/
/*.post-type-archive-faq .smk_accordion.acc_with_icon .accordion_in .acc_head {
    padding-left: 25px;
    padding-right: 0;
}

.post-type-archive-faq .smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 30px;
    padding-right: 0;
}

.post-type-archive-faq .smk_accordion .accordion_in .acc_head {
    background: transparent;
    padding: 0;
}

.post-type-archive-faq .smk_accordion .accordion_in > .acc_head .title {
    color: #025577;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.post-type-archive-faq .smk_accordion .accordion_in.acc_active > .acc_head .title {
    color: #025577;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.post-type-archive-faq .smk_accordion .accordion_in.acc_active > .acc_head {
    background: transparent;
    color: #025577;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.post-type-archive-faq .smk_accordion .accordion_in .acc_head {
    margin-top: 0;
}

.post-type-archive-faq .smk_accordion .accordion_in > .acc_content {
    border: none;
    background: transparent;
    color: #6c6c6c;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.post-type-archive-faq .smk_accordion .accordion_in > .acc_content .editor-content{
    padding-top: 10px;
}

.post-type-archive-faq .smk_accordion .accordion_in > .acc_content .editor-content p {
    color: #6c6c6c;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
}*/

/* Icon expand */
.post-type-archive-faq .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/icon_sprite_3x.png) no-repeat -80px 0px;
    background-size: 441px;
/*    -webkit-filter: brightness(100);
    filter: brightness(100);*/
}

.post-type-archive-faq .smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
    background: url(../images/icon_sprite_3x.png) no-repeat -100px 0px;
    background-size: 441px;
    left: 15px;
    -webkit-filter: brightness(100);
    filter: brightness(100);
}

/* ======================================== *
        Footer Section
 * ======================================== */
.home-footer-bg{
    background: url('../images/footer_bg_3x.jpg') no-repeat center center / cover;
}

.int-footer-bg{}

#footer-wrapper {}

#footer-container {
    border-top: 4px solid #e4e4e4;
    max-width: 1200px;
}

.home #footer-container{
    border-top: none;
}

#footer{
    max-width: 760px;
    padding: 65px 0 35px;
    margin: 0 auto;
}

#footer .inner{
    padding: 0;
}

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

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

#copyright {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    padding: 25px 0 50px;
}

#copyright a{
    color: #333333;
}

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

.tmf-multi-module-area .tmf-module-22 .tmf-module-content {
    background: #6c6c6c url('../images/int_form_mj_screened_1x.png') no-repeat center center;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 25px 25px 35px;
}

@media screen and (max-width: 950px) {
    .tmf-multi-module-area .tmf-module-22 .tmf-module-content {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #848585;
}

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

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

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #ffffff;
    border: 2px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #848585;
    font-family: 'Quattrocento Sans', sans-serif !important;
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
    line-height: normal !important;
}

textarea {
    height: 120px !important;
}

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

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

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

.tmf-button,
.page-numbers,
input[type=submit]{
    font-size: 18px;
    padding: 15px 15px;
    background: #0378a6;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 700;
    line-height: normal;
    position: relative;
    outline: 2px solid #136080;
    outline-offset: 3px;
}

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

.tmf-button:active,
.page-numbers:active,
input[type=submit]:active {
    background: #0378a6;
    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: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

aside {
    color: #000000;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
}

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

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

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

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

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

#breadcrumbs {
    color: #6c6c6c;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: normal;
}

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

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

body #call-to-action{
    background: transparent !important;
    border: 4px solid #025577;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
}

body #call-to-action p{
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}

.mobile {
    display: none;
}

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

    .mobile {
        display: inherit;
    }
}

/* ======================================== *
        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: 'Quattrocento Sans', sans-serif;
    font-size: 18px;
    padding: 11px 15px;
    max-width: 210px;
    width: 100%;
    margin-right: 0;
    line-height: normal !important;
}

/*Sidebar 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 {
    border: 2px solid #ffffff;
    padding: 10px 10px !important;
}

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

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type=submit] {
    background: #ffffff;
    box-sizing: border-box;
    color: #025577;
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 0;
    padding: 9px 10px;
    max-width: 160px;
    width: 100%;
    outline: 2px solid #ffffff;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover, 
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background: #f6f6f6;
}