/* ============================================================================ *
        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: #fff;
    color: #333333;
    font-size: 20px;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
}

a {
    color: #30456c;
}


/* ======================================== *
        Headers
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #ba0216;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

h2,
.tmf-post > h2,
.editor-content h2 {
    color: #ba0216;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 0;
}

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

h3,
.tmf-post > h3, 
.editor-content h3 {
    color: #30456c;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a, 
.editor-content h3 a {
    color: #30456c;
}

h4,
.tmf-post > h4, 
.editor-content h4 {
    color: #333333;
    font-size: 28px; 
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.1em;
}

h4 a,
.tmf-post > h4 a, 
.editor-content h4 a {
    color: #333333;
    text-decoration: none;
}

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

.section-container{
    max-width: 1400px;
}

/* ======================================== *
        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-container{}

#header-top {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
}

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

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

#header-top .phone-1 a::after {
    content: "|";
    display: inline-block;
    font-size: 22px; 
    font-weight: 400; 
    color: #ba0216; 
    margin: 0 7px;
}

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

@media screen and (max-width: 1200px) {
    #header-top-wrapper {
        display: none
    }

    #header-top {
        color: #333333;
        text-align: center;
    }

    #header-top .tmf-module-area {
        padding: 15px 0 0;
    }

    #header-top a{
        color: #333333;
    }
}

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

    #header-top .phone-1 a::after{
        display: none;
    }
}


/* ======================================== *
        Header Section
 * ======================================== */
.home-header-area {
    position: absolute;
    z-index: 999;
    width: 100%;
}

#header-wrapper {}

#header-container {}

#header-container {
    background: rgba(255,255,255,0.65);
}

#header{
    padding: 15px 0 10px;
}

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

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

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

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

@media screen and (max-width: 1200px) {
    .home-header-area {
        position: inherit;
    }

    #header {
        padding: 25px 0 0;
    }

    #header-cell-1 {
        text-align: center;
    }

    #header-cell-2 {
        width: 100%;
        padding-top: 20px;
    }

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

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

@media screen and (max-width: 850px) {
    #header-cell-2 {
        padding-top: 25px;
    }
}


/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {}
#primary-nav-container {}
#primary-nav {}

#primary-nav .menu {
    table-layout: fixed;
}

#primary-nav .menu > .menu-item {
    border-bottom: 6px solid rgba(255,255,255,0);
}

#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {}

#primary-nav .menu > .menu-item > a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 5px;
    text-decoration: none;
    text-transform: uppercase;
}

#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item:hover {}

#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover {
    border-bottom: 6px solid #ba0216;
    text-decoration: none;
}

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

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

#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
}

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

#primary-nav .menu-bar {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

/* White Icon */
#primary-nav .menu-bar:before {
    background-position: -558px 0;
}

html.mobile-nav #primary-nav .menu {}
html.mobile-nav #primary-nav .menu > .menu-item {}
html.mobile-nav #primary-nav .menu > .menu-item > a {}
html.mobile-nav #primary-nav .menu > .menu-item:hover > a {}
html.mobile-nav #primary-nav .menu .sub-menu {}

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

@media screen and (max-width: 970px) {
    #primary-nav .menu > .menu-item > a {
        font-size: 18px;
    }
}


/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Crimson Text', serif;
}

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

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


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

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

#billboard img {
    display: block;
    width: 100%;
    height: 800px;
    object-fit: cover;
}

#billboard .billboard-content {
    padding: 0 25px;
    position: absolute;
    bottom: 50%;
    max-width: 1400px;
    z-index: 2;
    text-align: left;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(75%);
}

#billboard .tmf-button {
    display: inline-block;
    font-size: 34px;
    padding: 13px 15px 18px;
    margin: 0px 0 10px;
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    text-shadow: none;
}

#billboard .tmf-button.blue {
    background-color: #374e7a;
    background-image: url(../ie-gradient.php?from=374e7a&to=2c3f62);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#374e7a), to(#2c3f62));
    background-image: -webkit-linear-gradient(#374e7a, #2c3f62);
    background-image: -moz-linear-gradient(#374e7a, #2c3f62);
    background-image: -ms-linear-gradient(#374e7a, #2c3f62);
    background-image: -o-linear-gradient(#374e7a, #2c3f62);
    background-image: linear-gradient(#374e7a, #2c3f62);
}

#billboard .tmf-button.blue:hover {
    background-color: #2c3f62;
    background-image: url(../ie-gradient.php?from=2c3f62&to=374e7a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2c3f62), to(#374e7a));
    background-image: -webkit-linear-gradient(#2c3f62, #374e7a);
    background-image: -moz-linear-gradient(#2c3f62, #374e7a);
    background-image: -ms-linear-gradient(#2c3f62, #374e7a);
    background-image: -o-linear-gradient(#2c3f62, #374e7a);
    background-image: linear-gradient(#2c3f62, #374e7a);
}

@media screen and (max-width: 1200px) {
    #billboard .billboard-content {
        transform: translateY(50%);
    }

    #billboard img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: inherit;
    }   
}

@media screen and (max-width: 1000px) {
    #billboard .tmf-button {
        font-size: 32px;
        max-width: 350px;
    }
}

@media screen and (max-width: 750px) {
    #billboard .tmf-button {
        font-size: 32px;
        max-width: 350px;
    }
}

@media screen and (max-width: 850px) {
    #billboard .billboard-content {
        position: relative;
        bottom: inherit;
        padding: 25px 12px 15px;
        transform: inherit;
        text-align: center;
    }

    #billboard .tmf-button {
        font-size: 34px;
        margin: 0px 0 10px;
        max-width: 450px;
    }
}


/* ======================================== *
        Int Billboard Section
 * ======================================== */
.int-billboard-bg{
    background: rgba(0, 0, 0, 0) url("../images/int_header_bg_1x.jpg") no-repeat scroll center center / cover ;
    padding-bottom: 55px;
    width: 100%;
}

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

@media screen and (max-width: 1050px) {
    .int-billboard-bg {
        background: rgba(0, 0, 0, 0) url("../images/int_header_bg_1x.jpg") no-repeat scroll center center / cover ;
    }
}

@media screen and (max-width: 850px) {
    .int-billboard-bg {
        background: rgba(0, 0, 0, 0) url("../images/int_header_bg_1x.jpg") no-repeat scroll center center / cover ;
    }
}


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

#home-body-container {}

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

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

#home-body h1{
    text-align: center;
}

#home-body .home-main-content {
    display: table-cell;
    width: 50%;
    padding: 0 25px;
    box-sizing: border-box;
    line-height: 1.7em;
}

@media screen and (max-width: 850px) {
    #home-body .home-main-content {
        display: block;
        width: 100%;
    }

    #home-body-cell-2{
        padding-top: 0;
    }

    #home-body .home-main-content {
        padding-bottom: 15px;
    }

    #home-body .home-main-content:last-child {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    #home-body .home-main-content {
        padding: 0 12px 15px;
    }

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


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

#body-container {}

#body-wrapper:before {
    background: #31456c;
    display: block;
    content: "";
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

#body > .row > div {
    padding: 45px 0 !important;
}

#body-wrapper,
#body-cell-1 {
    background: #ffffff;
}

@media screen and (max-width: 850px) {
    #body-wrapper:before {
        width: 100%;
    }

    #body > .row > div {
        padding: 25px 0 !important;
    }
}


/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper{
    background: #31456c;
    padding: 45px 0;
}

#home-attorney-container{}

#home-attorney{}


/* ======================================== *
        Home Practice Areas Section
 * ======================================== */
#home-practice-areas-wrapper {
    background: #343434;
}

#home-practice-areas-container {
    max-width: 100%;
    text-align: center;
    padding: 35px 0 50px;
}

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

#home-practice-areas .tmf-button {
    display: inline-block;
    margin-top: 35px;
    box-sizing: border-box;
    max-width: 350px;
    width: 100%;
    padding: 13px 15px 18px;
}

@media screen and (max-width: 1320px) {
    #home-practice-areas-container {
        max-width: 800px;
    }
}

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


/* ======================================== *
        Home Blog Section
 * ======================================== */
.footer-blog-bg {
    background: url(../images/footer_blog_bg_1x.jpg) no-repeat center center / cover;
    width: 100%;
    position: relative;
}

.footer-blog-bg::before {
    background: rgba(255,255,255,0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#home-blog-wrapper{
    background: rgba(255,255,255,0.7);
    padding: 25px 0 40px;
}

#home-blog-container{}

#home-blog h3.tmf-module-title{
    color: #ba0216;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
}

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

#home-blog .tmf-button {
    display: inline-block;
    margin-top: 35px;
    max-width: 360px;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 15px 18px;
}


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

#footer-wrapper::before {
    background: rgba(255,255,255,0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*.home #footer-wrapper {    
    background: transparent;
}

.home #footer-wrapper::before {
    display: none;
}*/

#footer-container {
    max-width: 650px;
    padding: 30px 0 50px;
}

.home #footer-container {
    max-width: 1050px;
}

#footer {}

#footer h3.tmf-module-title {
    color: #31456c;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
}

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

#footer .gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: both;
    width: 100%;
}

#footer .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#footer .gform_wrapper.tmf-form_wrapper input[type=submit] {
    padding: 15px 15px;
}

#footer input[type="text"], 
#footer textarea {
    border: none;
}

#footer textarea {
    height: 100px !important;
}

#footer .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#footer .gform_wrapper.tmf-form_wrapper input[type=submit] {
    background-color: #374e7a;
    background-image: url(../ie-gradient.php?from=374e7a&to=2c3f62);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#374e7a), to(#2c3f62));
    background-image: -webkit-linear-gradient(#374e7a, #2c3f62);
    background-image: -moz-linear-gradient(#374e7a, #2c3f62);
    background-image: -ms-linear-gradient(#374e7a, #2c3f62);
    background-image: -o-linear-gradient(#374e7a, #2c3f62);
    background-image: linear-gradient(#374e7a, #2c3f62);
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    border: none;
    padding: 15px 15px;
    width: 100%;
    margin-right: 0;
}

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

.home #footer-cell-1{
    width: 340px;
}

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

@media screen and (max-width: 1070px) {
    .home #footer-container {
        max-width: 770px;
    }

    .home #footer-cell-1,
    #footer-cell-2{
        width: 50%;
    }
}

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

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

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

    .home #footer-container {
        max-width: 770px;
    }
}


/* ======================================== *
        Copyright Section
 * ======================================== */
.post-type-archive-location #copyright-wrapper{
    border-top: 15px solid #31456c;
}

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

#copyright a{
    color: #333333;
}


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

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

.tmf-multi-module-area .tmf-module h3,
.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.tmf-multi-module-area .tmf-module h2 {
    color: #ffffff;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
    font-size: 30px;
}

.tmf-multi-module-area .tmf-module-22 {
    background: #25334E;
    padding: 15px;
}

.tmf-multi-module-area .tmf-module ul li a{
    color: #ffffff;
}

.tmf-multi-module-area .tmf-module .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
}

#body-cell-1 .sidebar-image {
    max-width: 320px;
    width: 100%;
    float: right;
    margin-bottom: 0;
    margin-left: 15px;
}

#body-cell-2 .sidebar-image {
    margin-bottom: 40px;
    max-width: 366px;
    width: 100%;
}

@media screen and (max-width: 600px) {
    #body-cell-1 .sidebar-image  {
        float: none;
        margin-bottom: 15px;
        margin-left: 0;
    }
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"], 
textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    color: #45484d;
    font-size: 15px !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 12px 10px !important;
}

textarea {
    height: 100px !important;
}

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

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type=submit]{
    font-size: 28px;
    padding: 15px;
    background-color: #ba0216;
    background-image: url(../ie-gradient.php?from=ba0216&to=930211);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ba0216), to(#930211));
    background-image: -webkit-linear-gradient(#ba0216, #930211);
    background-image: -moz-linear-gradient(#ba0216, #930211);
    background-image: -ms-linear-gradient(#ba0216, #930211);
    background-image: -o-linear-gradient(#ba0216, #930211);
    background-image: linear-gradient(#ba0216, #930211);
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
}

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

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type=submit]:active {
    background-color: #ba0216;
    background-image: url(../ie-gradient.php?from=ba0216&to=930211);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ba0216), to(#930211));
    background-image: -webkit-linear-gradient(#ba0216, #930211);
    background-image: -moz-linear-gradient(#ba0216, #930211);
    background-image: -ms-linear-gradient(#ba0216, #930211);
    background-image: -o-linear-gradient(#ba0216, #930211);
    background-image: linear-gradient(#ba0216, #930211);
    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;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -106px 4px;
    background-size: 462px;
    height: 23px;
    width: 27px;
}


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

.social-icons .fa-instagram{
    display: none;
}

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

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

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

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

.social-icons .icon.instagram {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") no-repeat scroll -366px 0;
    background-size: 462px;    
    width: 47px;
    height: 48px;
}

aside {
    color: #413d38;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px; 
}

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

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

blockquote {
    color: #30456c;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    line-height: 34px;
    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: #f3f3f3;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

.postid-888 blockquote:after{
    font-size:200px;
    top:50px;
}

#breadcrumbs {
  font-size: 16px;
  margin: 0 0 15px;
  color: #484848;
}

#breadcrumbs a {
  color: #484848;
  text-decoration: underline;
}

#breadcrumbs a:hover {
  text-decoration: none;
}

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

.mobile {
    display: none;
}

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

	table.table-list-practice-areas {
  	  width: 100% !important;
  	  clear: ;
	}
	
	table.table-list-practice-areas tbody tr {
    	height: auto !important;
	}

	table.table-list-practice-areas tbody tr td {
    	display: block;
    	height: auto !important;
	}
}

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

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0 0 15px;
    margin: 16px 0 0;
    clear: both;
    width: 100%;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Crimson Text', sans-serif;
    font-size: 28px;
    border: none;
    padding: 12px 15px 17px;
    width: 100%;
    margin-right: 0;
}

/*table css*/
.hscroll{
      overflow-x: auto;
}
  
table {
  border-collapse: collapse;
  margin:0 0 25px;
  padding:0;
  width: 100%;
}

table tr {
    border: 1px solid #cccccc;
    height: auto !important;
}

table th, table td {
    border: 1px solid #cccccc;
    padding: 10px;
    width: 25% !important;
    height: auto !important;
}

table th {}

  

@media screen and (max-width: 750px) {
  /*table {*/
  /*  border: 0;*/
  /*}*/

  /*table thead {*/
  /*  display: none;*/
  /*}*/

  /*table tr {*/
  /*  display: block;*/
  /*  margin-bottom: 10px;*/
  /*}*/

  /*table td {*/
  /*  display: block;*/
  /*}*/
}
