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

a {
    color: #000000;
}

/* ======================================== *
        Large Screen Container Width CSS
 * ======================================== */
@media screen and (min-width: 1600px) {
    body .section-container:not(#billboard-container):not(#footer-container) {
        max-width: 90%;
    }

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


/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #132e5e;
    font-family: 'Red Hat Display', 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: #132e5e;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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


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

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

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


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

h4 a,
.tmf-post > h4 a {
    color: #132e5e;
    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 {}

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top {
    text-align: right;
}

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

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

#header-top .tmf-module-area-header {
    position: absolute;
    bottom: 15px;
    right: 0;
}

#header-top .phone-1 {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-right: 25px;
}

#header-top .phone-1::before {
    background: url(../images/int_icon_sprite_3x.png) no-repeat -40px 0px;
    background-size: 842px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
}

#header-top .tmf-button {
    background-color: #3e6c30;
    background-image: url(../ie-gradient.php?from=3e6c30&to=4d8347);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e6c30), to(#4d8347));
    background-image: -webkit-linear-gradient(#3e6c30, #4d8347);
    background-image: -moz-linear-gradient(#3e6c30, #4d8347);
    background-image: -ms-linear-gradient(#3e6c30, #4d8347);
    background-image: -o-linear-gradient(#3e6c30, #4d8347);
    background-image: linear-gradient(#3e6c30, #4d8347);    
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 170px;
    padding: 5px 10px;
    line-height: normal;
}

#header-top .tmf-button:hover {
    background-color: #4d8347;
    background-image: url(../ie-gradient.php?from=4d8347&to=3e6c30);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d8347), to(#3e6c30));
    background-image: -webkit-linear-gradient(#4d8347, #3e6c30);
    background-image: -moz-linear-gradient(#4d8347, #3e6c30);
    background-image: -ms-linear-gradient(#4d8347, #3e6c30);
    background-image: -o-linear-gradient(#4d8347, #3e6c30);
    background-image: linear-gradient(#4d8347, #3e6c30);
}

#header-top .tmf-button::before {
    background: url(../images/int_icon_sprite_3x.png) no-repeat -60px 0px;
    background-size: 842px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 20px;
    vertical-align: middle;
}

.home #header-top .tmf-button {
    background-color: #173a77;
    background-image: url(../ie-gradient.php?from=173a77&to=132e5e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#173a77), to(#132e5e));
    background-image: -webkit-linear-gradient(#173a77, #132e5e);
    background-image: -moz-linear-gradient(#173a77, #132e5e);
    background-image: -ms-linear-gradient(#173a77, #132e5e);
    background-image: -o-linear-gradient(#173a77, #132e5e);
    background-image: linear-gradient(#173a77, #132e5e);
}

.home #header-top .tmf-button:hover {
    background-color: #132e5e;
    background-image: url(../ie-gradient.php?from=132e5e&to=173a77);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#132e5e), to(#173a77));
    background-image: -webkit-linear-gradient(#132e5e, #173a77);
    background-image: -moz-linear-gradient(#132e5e, #173a77);
    background-image: -ms-linear-gradient(#132e5e, #173a77);
    background-image: -o-linear-gradient(#132e5e, #173a77);
    background-image: linear-gradient(#132e5e, #173a77);
}

@media screen and (max-width: 1200px) {
    #header-top .tmf-module-area-header {
        position: inherit;
        bottom: inherit;
        right: inherit;
    }

    .home #header-top .tmf-button {
        background-color: #3e6c30;
        background-image: url(../ie-gradient.php?from=3e6c30&to=4d8347);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e6c30), to(#4d8347));
        background-image: -webkit-linear-gradient(#3e6c30, #4d8347);
        background-image: -moz-linear-gradient(#3e6c30, #4d8347);
        background-image: -ms-linear-gradient(#3e6c30, #4d8347);
        background-image: -o-linear-gradient(#3e6c30, #4d8347);
        background-image: linear-gradient(#3e6c30, #4d8347);
    }

    .home #header-top .tmf-button:hover {
        background-color: #4d8347;
        background-image: url(../ie-gradient.php?from=4d8347&to=3e6c30);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d8347), to(#3e6c30));
        background-image: -webkit-linear-gradient(#4d8347, #3e6c30);
        background-image: -moz-linear-gradient(#4d8347, #3e6c30);
        background-image: -ms-linear-gradient(#4d8347, #3e6c30);
        background-image: -o-linear-gradient(#4d8347, #3e6c30);
        background-image: linear-gradient(#4d8347, #3e6c30);
    }
}

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

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

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

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

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

#header {
    padding: 60px 0;
}

#header .logo {
    max-width: 309px;
    width: 100%;
    position: relative;
    z-index: 99;
}

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

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

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

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

@media screen and (max-width: 1200px) {
    .home #header-wrapper {
        background: url('../images/int_bg_header_1x.jpg') no-repeat center center / cover;
        position: relative;
        z-index: inherit;
    }

    #header {
        padding: 25px 0 0;
    }

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

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

    #header .main-logo,
    #header .mobile-view{
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }

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

@media screen and (max-width: 850px) {
    #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 {}

#primary-nav-container {}

#primary-nav {
    font-family: 'Source Sans Pro', sans-serif;
}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {
}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {
    display: none;
}

#primary-nav .menu > .menu-item > a {
    border-bottom: 3px solid rgba(0,0,0,0);
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    padding: 10px 10px;
}

#primary-nav .menu > .menu-item.home-icon a {
    background: rgba(0, 0, 0, 0) url(../images/int_icon_sprite_3x.png) no-repeat scroll 0px 0px;
    background-size: 842px;
    border-bottom: none;
    display: inline-block;
    font-size: 0;
    height: 20px;
    vertical-align: middle;
    width: 24px;
    padding: 0;
    margin: 0 5px;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a,
#primary-nav .menu > .menu-item > a:hover {
    border-bottom: 3px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}

#primary-nav .menu > .menu-item.menu-item-has-children:hover > a,
#primary-nav .menu > .menu-item.menu-item-has-children > a:hover {
    background: #e8e8e8;
    border-bottom: none;
    color: #132e5e;
}

#primary-nav .menu > .menu-item.home-icon.current-menu-item > a,
#primary-nav .menu > .menu-item.home-icon > a:hover {
    border-bottom: none;
}

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

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

#primary-nav .menu .sub-menu li{
    background-color: #e8e8e8;
    top: 0px;
}

#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: #333333;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #333333;
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    #primary-nav .menu > .menu-item > a {
        padding: 10px 20px;
    }
}

@media screen and (max-width: 1000px) {
    #primary-nav .menu > .menu-item > a {
        padding: 15px 10px;
    }
}


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

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

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

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

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

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

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

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

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

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

#billboard .billboard-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1250px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 8;
    text-align: center;
    padding: 0 25px;
}

#billboard .billboard-content h1{
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0;
}

#billboard .billboard-content h1 .bold{
    font-weight: 700;
}

@media screen and (max-width: 850px) {
    #billboard .billboard-content {
        background: #173a77;
        position: inherit;
        bottom: inherit;
        padding: 25px 25px;
    }

    #billboard .billboard-content h1{
        font-size: 42px;
    }
}

@media screen and (max-width: 600px) {
    #billboard .billboard-content {
        padding: 15px 12px;
    }

    #billboard .billboard-content h1{
        font-size: 30px;
    }
}

@media screen and (max-width: 400px) {
    #billboard .billboard-content h1{
        font-size: 24px;
    }
}

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

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

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

#home-body-cell-1 {
    border-right: 4px solid #cccbcb;
}

#home-body-cell-1 .inner{
    padding: 0 12px;
}

@media screen and (max-width: 1000px) {
    #home-body-cell-1 {
        border-right: none;
    }
}

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

@media screen and (max-width: 650px) {
    #home-body-cell-1 .inner{
        padding: 0 25px;
    }
}

@media screen and (max-width: 450px) {
    #home-body-cell-1 .inner{
        padding: 0 12px;
    }
}

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

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

#body {
    padding: 45px 0;
}

#body-cell-2{
    border-left: 3px solid #f2f2f2;
}

@media screen and (max-width: 850px) {
    #body {
        padding: 25px 0;
    }

    #body-cell-2{
        border-left: none;
    }
}

/* ======================================== *
        Focused on Your Rights Section
 * ======================================== */
#focused-your-rights-wrapper{
    background: url('../images/bg_focused_on_rights_1x.jpg') no-repeat center left / cover;
}

#focused-your-rights-container {
    max-width: 1250px;
}

#focused-your-rights {
    padding: 80px 0 225px;
}

#focused-your-rights .tmf-module-area-focused-your-rights {
    max-width: 580px;
}

#focused-your-rights h3 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 20px;
}

#focused-your-rights h3 strong{
    font-weight: 700;
}

#focused-your-rights .editor-content p{
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}

#focused-your-rights .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 260px;
    width: 100%;
    padding: 13px 15px;
    margin-top: 15px;
}

@media screen and (max-width: 450px) {
    .home-practice-area-box-1 .home-inner {
        padding: 0 12px;
    }
}

@media screen and (max-width: 400px) {
    .home-practice-area-box-1 .title {
        font-size: 22px;
        padding: 10px 10px;
    }
}

/* ======================================== *
        Testimonial Section
 * ======================================== */
#home-notable-cases-wrapper{
    margin-top: -145px;
}

#home-notable-cases-container{
    background: url('../images/home_notable_cases_bg.jpg') no-repeat top center;
}

#home-notable-cases{
    padding: 65px 0;
    max-width: 1100px;
    margin: 0 auto;
}

#home-notable-cases .inner{
    padding: 0;
}

#home-notable-cases h2{
    box-sizing: border-box;
    color: #132e5e;
    font-size: 44px;
    font-weight: 400;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 25px;
}

#home-notable-cases h2 strong{
    font-weight: 700;
}

#home-notable-cases h2:after {
    content: '';
    border-top: 4px solid #dfdede;
    margin: 10px 0 0 20px;
    flex: 1 0 20px;
}

.home-notable-cases-items {
    width: 100%;
    display: table;
}

.home-notable-cases-items > div {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 25px;
    margin-top: 35px;
    width: 49.8%;
    vertical-align: top;
}

.home-notable-cases-items > div .content-area{
    position: relative;
    padding-left: 70px;
}

.home-notable-cases-cell-1 .content-area::before {
    background: url(../images/int_icon_sprite_3x.png) no-repeat -99px 0px;
    background-size: 842px;
    content: "";
    display: inline-block;
    width: 57px;
    height: 57px;
    position: absolute;
    left: 0;
}

.home-notable-cases-cell-2 .content-area::before {
    background: url(../images/int_icon_sprite_3x.png) no-repeat -159px 0px;
    background-size: 842px;
    content: "";
    display: inline-block;
    width: 57px;
    height: 57px;
    position: absolute;
    left: 0;
}

.home-notable-cases-cell-3 .content-area::before {
    background: url(../images/int_icon_sprite_3x.png) no-repeat -220px 0px;
    background-size: 842px;
    content: "";
    display: inline-block;
    width: 57px;
    height: 57px;
    position: absolute;
    left: 0;
}

.home-notable-cases-cell-4 .content-area::before {
    background: url(../images/int_icon_sprite_3x.png) no-repeat -280px 0px;
    background-size: 842px;
    content: "";
    display: inline-block;
    width: 57px;
    height: 57px;
    position: absolute;
    left: 0;
}

#home-notable-cases .content-area h3 {
    color: #132e5e;
    margin-bottom: 5px;
    padding-top: 10px;
}

#home-notable-cases .content-area p {
    color: #333333;
    font-size: 18px;
    line-height: normal;
}

#home-notable-cases .button {
    box-sizing: border-box;
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 25px;
    margin-top: 35px;
}

#home-notable-cases .button:after {
    content: '';
    border-top: 4px solid #dfdede;
    margin: 10px 0 0 20px;
    flex: 1 0 20px;
}

#home-notable-cases .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    max-width: 175px;
    width: 100%;
    padding: 8px 15px;
    margin-top: 15px;
}

@media screen and (max-width: 850px) {
    .home-notable-cases-items > div{
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    #home-notable-cases h2{
        padding: 0 12px;
    }

    #home-notable-cases h2:after {
        display: none;
    }

    .home-notable-cases-items > div {
        padding: 0 12px;
    }

    #home-notable-cases .button {
        padding: 0 12px;
    }

    #home-notable-cases .button:after {
        display: none;
    }
}

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

#home-faq-container{
    max-width: 900px;
    padding: 80px 0;
}

#home-faq h3 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

#home-faq h3 strong{
    font-weight: 700;
}

#home-faq .tmf-button {
    box-sizing: border-box;
    background-color: #3e6c30;
    background-image: url(../ie-gradient.php?from=3e6c30&to=4d8347);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e6c30), to(#4d8347));
    background-image: -webkit-linear-gradient(#3e6c30, #4d8347);
    background-image: -moz-linear-gradient(#3e6c30, #4d8347);
    background-image: -ms-linear-gradient(#3e6c30, #4d8347);
    background-image: -o-linear-gradient(#3e6c30, #4d8347);
    background-image: linear-gradient(#3e6c30, #4d8347);  
    display: inline-block;
    font-size: 18px;
    max-width: 175px;
    width: 100%;
    padding: 6px 15px;
    margin-top: 25px;
}

#home-faq .tmf-button:hover {
    background-color: #4d8347;
    background-image: url(../ie-gradient.php?from=4d8347&to=3e6c30);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d8347), to(#3e6c30));
    background-image: -webkit-linear-gradient(#4d8347, #3e6c30);
    background-image: -moz-linear-gradient(#4d8347, #3e6c30);
    background-image: -ms-linear-gradient(#4d8347, #3e6c30);
    background-image: -o-linear-gradient(#4d8347, #3e6c30);
    background-image: linear-gradient(#4d8347, #3e6c30);
}

/*Accordion CSS*/

#home-faq .smk_accordion.acc_with_icon .accordion_in .acc_head, 
#home-faq .smk_accordion.acc_with_icon .accordion_in .acc_content {
    padding-left: 25px;
    padding-right: 0;
}

#home-faq .smk_accordion .accordion_in .acc_head {
    background: transparent;
    padding: 0;
}

#home-faq .smk_accordion .accordion_in > .acc_head .title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 20px;
    font-weight: 500;
}

#home-faq .smk_accordion .accordion_in.acc_active > .acc_head .title {
    font-size: 20px;
    font-weight: 500;
}

#home-faq .smk_accordion .accordion_in.acc_active > .acc_head {
    background: transparent;
}

#home-faq .smk_accordion .accordion_in > .acc_content {
    border: none;
    background: transparent;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    line-height: normal;
}

#home-faq .smk_accordion .accordion_in > .acc_content .editor-content{
    padding-top: 10px;
}

#home-faq .smk_accordion .accordion_in > .acc_content .editor-content p{
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    line-height: normal;
}

/* Icon expand */
#home-faq .smk_accordion .accordion_in .acc_head .acc_icon_expand {
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: url(../images/home_faqs_arrows_3x.png) no-repeat 0px 0px;
    background-size: 25px;
}

#home-faq .smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand {
    background: url(../images/home_faqs_arrows_3x.png) no-repeat -14px 0px;
    background-size: 25px;
    left: 0;
}

/* ======================================== *
        Home Blog Section
 * ======================================== */
#home-blog-wrapper {}

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

#home-blog {
    padding: 80px 0;
}

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

#home-blog h3 {
    color: #132e5e;
    font-size: 44px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

#home-blog h3 strong{
    font-weight: 700;
}

#home-blog .tmf-button {
    box-sizing: border-box;
    background-color: #3e6c30;
    background-image: url(../ie-gradient.php?from=3e6c30&to=4d8347);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e6c30), to(#4d8347));
    background-image: -webkit-linear-gradient(#3e6c30, #4d8347);
    background-image: -moz-linear-gradient(#3e6c30, #4d8347);
    background-image: -ms-linear-gradient(#3e6c30, #4d8347);
    background-image: -o-linear-gradient(#3e6c30, #4d8347);
    background-image: linear-gradient(#3e6c30, #4d8347);  
    display: inline-block;
    font-size: 18px;
    max-width: 190px;
    width: 100%;
    padding: 6px 15px;
    margin-top: 25px;
}

#home-blog .tmf-button:hover {
    background-color: #4d8347;
    background-image: url(../ie-gradient.php?from=4d8347&to=3e6c30);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d8347), to(#3e6c30));
    background-image: -webkit-linear-gradient(#4d8347, #3e6c30);
    background-image: -moz-linear-gradient(#4d8347, #3e6c30);
    background-image: -ms-linear-gradient(#4d8347, #3e6c30);
    background-image: -o-linear-gradient(#4d8347, #3e6c30);
    background-image: linear-gradient(#4d8347, #3e6c30);
}

@media screen and (max-width: 850px) {
    #home-blog .inner{
        padding: 0 25px;
    }
}

@media screen and (max-width: 450px) {
    #home-blog .inner{
        padding: 0 12px;
    }
}

/* ======================================== *
        Interior Results Section
 * ======================================== */
#int-testimonials-wrapper{
    background: url('../images/int_bg_testimonials_1x.jpg') no-repeat center center / cover;
}

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

#int-testimonials{
    padding: 95px 0;
}

/* ======================================== *
        Attorney Single Accordion
 * ======================================== */
.attorney-accordion .editor-content ul {
    padding-left: 25px;
}

/* ======================================== *
        Practice Areas
 * ======================================== */
.post-type-archive-practice-area #body-cell-1 .inner{
    padding: 0;
}

.post-type-archive-practice-area #body .custom-inner{
    padding: 0 25px;
}

.post-type-archive-practice-area .tmf-post-list.medium{
    display: table;
    width: 100%;
}

@media screen and (max-width: 450px) {
   .post-type-archive-practice-area #body .custom-inner{
        padding: 0 12px;
    } 
}

/* ======================================== *
        Bottom BG
 * ======================================== */
.bottom-area-bg{
    background: url('../images/bg_footer_1x.jpg') no-repeat center center / cover;
    padding: 100px 0;
}

/* ======================================== *
        Footer Section
 * ======================================== */
#associations-bottom-wrapper{}

#associations-bottom-container{
    max-width: 1250px;
}

#associations-bottom{}

#associations-bottom .tmf-post.association.small {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}

 /*Bx Slider*/
#associations-bottom .bx-wrapper {
    margin: 0;
}

#associations-bottom .bx-wrapper .bx-viewport {
    left: 0;
    max-width: 100%;
}

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

#footer-container {
    max-width: 1250px;
    padding: 0 0 65px;
}

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

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

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

    #footer-cell-1{
        width: 326px;
    }

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

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

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-container{
    max-width: 1250px;
}

#copyright {
    color: #333333;
    font-size: 18px;
    padding: 0;
}

#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: #173a77;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.tmf-multi-module-area .tmf-module-22 {
    background: url('../images/sidebar_form_bg_1x.jpg') no-repeat top center / cover;
    padding: 25px;
}

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


/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"], 
textarea,
select {
    background: #ffffff;
    border: 1px solid #b0b0b1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #828282;
    font-family: 'Red Hat Display', sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !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 #b0b0b1;
}

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.5em;
  background-repeat: no-repeat;
}

.tmf-button,
.page-numbers,
input[type=submit]{
    font-size: 22px;
    padding: 15px 15px;
    background-color: #173a77;
    background-image: url(../ie-gradient.php?from=173a77&to=132e5e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#173a77), to(#132e5e));
    background-image: -webkit-linear-gradient(#173a77, #132e5e);
    background-image: -moz-linear-gradient(#173a77, #132e5e);
    background-image: -ms-linear-gradient(#173a77, #132e5e);
    background-image: -o-linear-gradient(#173a77, #132e5e);
    background-image: linear-gradient(#173a77, #132e5e);
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 500;
}

.tmf-button:hover,
.page-numbers:hover,
input[type=submit]:hover{
    background-color: #132e5e;
    background-image: url(../ie-gradient.php?from=132e5e&to=173a77);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#132e5e), to(#173a77));
    background-image: -webkit-linear-gradient(#132e5e, #173a77);
    background-image: -moz-linear-gradient(#132e5e, #173a77);
    background-image: -ms-linear-gradient(#132e5e, #173a77);
    background-image: -o-linear-gradient(#132e5e, #173a77);
    background-image: linear-gradient(#132e5e, #173a77);
    text-decoration: none;
    color: #fff;
}

.tmf-button:active,
.page-numbers:active,
input[type=submit]:active {
    background-color: #173a77;
    background-image: url(../ie-gradient.php?from=173a77&to=132e5e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#173a77), to(#132e5e));
    background-image: -webkit-linear-gradient(#173a77, #132e5e);
    background-image: -moz-linear-gradient(#173a77, #132e5e);
    background-image: -ms-linear-gradient(#173a77, #132e5e);
    background-image: -o-linear-gradient(#173a77, #132e5e);
    background-image: linear-gradient(#173a77, #132e5e);
    text-decoration: none;
    color: #fff;
}

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

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

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

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

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

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/int_icon_sprite_3x.png) repeat scroll -820px 4px;
    background-size: 842px;
    height: 20px;
    width: 22px;
    vertical-align: top;
    margin-right: 3px;
}

/* ======================================== *
        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: 51px;
    height: 51px;
}

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

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

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

aside {
    color: #173a77;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; 
}

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

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

blockquote {
    color: #173a77;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    position: relative;
    margin: 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: #f5f5f5;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

#breadcrumbs {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin: 0 0 25px;
    color: #7d7d7d;
    line-height: normal;
}

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

#breadcrumbs span.current {
  font-weight: 600;
}

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

.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;
    width: 100%;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    background-color: #3e6c30;
    background-image: url(../ie-gradient.php?from=3e6c30&to=4d8347);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3e6c30), to(#4d8347));
    background-image: -webkit-linear-gradient(#3e6c30, #4d8347);
    background-image: -moz-linear-gradient(#3e6c30, #4d8347);
    background-image: -ms-linear-gradient(#3e6c30, #4d8347);
    background-image: -o-linear-gradient(#3e6c30, #4d8347);
    background-image: linear-gradient(#3e6c30, #4d8347);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 8px 15px;
    width: 100%;
    margin-right: 0;
    max-width: 145px;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover,
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background-color: #4d8347;
    background-image: url(../ie-gradient.php?from=4d8347&to=3e6c30);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d8347), to(#3e6c30));
    background-image: -webkit-linear-gradient(#4d8347, #3e6c30);
    background-image: -moz-linear-gradient(#4d8347, #3e6c30);
    background-image: -ms-linear-gradient(#4d8347, #3e6c30);
    background-image: -o-linear-gradient(#4d8347, #3e6c30);
    background-image: linear-gradient(#4d8347, #3e6c30);
}

/*Sidebar Form CSS*/
#body-cell-2 input[type="text"], 
#body-cell-2 textarea, 
#body-cell-2 select {
    text-align: center;
}

#body-cell-2 select.gfield_select {
    text-align-last: center;
}

#body-cell-2 .gform_wrapper ul.gfield_checkbox li label {
    vertical-align: top;
    color: #828282;
}