<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============================================================================ *
        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.
*/

html,body { 
    height: auto; 
}

body {
    background: rgba(0, 0, 0, 0) linear-gradient(-180deg, #a7ae63, #ece2b1 30%, #ede3b2) repeat scroll 0 0;
    color: #3c3c3c;
    font-family: "Lato",sans-serif;
    font-size: 18px;
}

a {
    color: #c88529;
}

/*
blockquote:after {
    content: "\201D";
    float: right;
    font-size: 45px;
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    bottom: -18px;
}*/

blockquote {
    color: #858b54;
}

blockquote p:before {
    content: "\201C";
    font-size: 45px;
    margin-left: -20px;
    margin-top: 5px;
    position: absolute;
    margin-right: 25px;
}

blockquote p:after {
    content: "\201D";
    font-size: 45px;
    margin-left: 0;
    margin-top: 10px;
    position: absolute;
}

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

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

/* ======================================== *
        Miscellaneous
 * ======================================== */

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



/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    font-size: 23px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0d3b20;
    text-transform: uppercase;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post &gt; h2 {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 700;
    margin-bottom: 15px;
    color: #7c814e;
}

h2 a,
.tmf-post &gt; h2 a {
    color: #7c814e;
}


/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post &gt; h3,
h3.tmf-module-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #c88529;
}

h3 a,
.tmf-post &gt; h3 a,
h3.tmf-module-title a {
    color: #c88529;
}

h3 a:hover,
.tmf-post &gt; h3 a:hover,
h3.tmf-module-title a:hover {}


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post &gt; h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2em;
    color: #0d3b20;
}

h4 a,
.tmf-post &gt; h4 a {
    color: #0d3b20;
    text-decoration: none;
}

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


blockquote {
  margin-bottom: 15px;
}

.editor-content img.wp-image-147{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

@media screen and (max-width: 600px) {
    .editor-content img.wp-image-147 {
        float: none;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu {}
#secondary-nav .menu &gt; .menu-item {}
#secondary-nav .menu &gt; .menu-item.first {}
#secondary-nav .menu &gt; .menu-item.last {}
#secondary-nav .menu &gt; .menu-item &gt; a {}
#secondary-nav .menu &gt; .menu-item:hover {}
#secondary-nav .menu &gt; .menu-item:hover a {}
#secondary-nav .menu:hover &gt; .menu-item.current-menu-item &gt; a {}
#secondary-nav .inner{}

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background-color: #174b2b;
    background-image: url(../ie-gradient.php?from=174b2b&amp;to=10351e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#174b2b), to(#10351e));
    background-image: -webkit-linear-gradient(#174b2b, #10351e);
    background-image: -moz-linear-gradient(#174b2b, #10351e);
    background-image: -ms-linear-gradient(#174b2b, #10351e);
    background-image: -o-linear-gradient(#174b2b, #10351e);
    background-image: linear-gradient(#174b2b, #10351e);
}

#header {
    text-align: center;
    padding: 40px 0 30px;
}

#header-cell-1 .logo {
    max-width: 100%;
}

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-container {
    max-width: 1000px;
}

#primary-nav {
    color: #fff;
    margin-top: 25px;
}

#primary-nav .menu li {}
#primary-nav .menu &gt; .menu-item {}
#primary-nav .menu &gt; .menu-item.first {}
#primary-nav .menu &gt; .menu-item.last {}
#primary-nav .menu &gt; .menu-item &gt; a {
    background-color: #8f955b;
    background-image: url(../ie-gradient.php?from=8f955b&amp;to=6b6f43);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f955b), to(#6b6f43));
    background-image: -webkit-linear-gradient(#8f955b, #6b6f43);
    background-image: -moz-linear-gradient(#8f955b, #6b6f43);
    background-image: -ms-linear-gradient(#8f955b, #6b6f43);
    background-image: -o-linear-gradient(#8f955b, #6b6f43);
    background-image: linear-gradient(#8f955b, #6b6f43);
    color: #fff;
    font-size: 20px;
    padding: 15px 10px;  
    margin-right: 4px;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;


}
#primary-nav .menu &gt; .menu-item.last &gt; a {
    margin-right: 0;
}
#primary-nav .menu &gt; .menu-item:hover {}
#primary-nav .menu &gt; .menu-item.current-menu-item &gt; a,
/*#primary-nav .menu &gt; .menu-item.menu-item-134 &gt; a,*/
#primary-nav .menu &gt; .menu-item:hover &gt; a {
    background-color: #c78429;
    background-image: url(../ie-gradient.php?from=c78429&amp;to=9f6a21);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c78429), to(#9f6a21));
    background-image: -webkit-linear-gradient(#c78429, #9f6a21);
    background-image: -moz-linear-gradient(#c78429, #9f6a21);
    background-image: -ms-linear-gradient(#c78429, #9f6a21);
    background-image: -o-linear-gradient(#c78429, #9f6a21);
    background-image: linear-gradient(#c78429, #9f6a21);
}
#primary-nav .menu:hover &gt; .menu-item.current-menu-item &gt; a {}

#primary-nav .menu .sub-menu &gt; li {
    background-color: #9f6a21;
}
#primary-nav .menu .sub-menu {
    min-width: 250px;
}
#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 &gt; a {
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
}
#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover &gt; a {
    background-color: #174b2b;
    color: #fff;
}

#primary-nav .menu-bar {
    border-bottom: none;
    text-transform: uppercase;
    font-size: 1em;
}

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

html.mobile-nav #primary-nav .menu .menu-item &gt; a{
    padding: 10px 0;
    border-bottom-color: #e3e3e3;
}

@media screen and (max-width: 900px) {
    #primary-nav {
        background-color: #8f955b;
        background-image: url(../ie-gradient.php?from=8f955b&amp;to=6b6f43);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f955b), to(#6b6f43));
        background-image: -webkit-linear-gradient(#8f955b, #6b6f43);
        background-image: -moz-linear-gradient(#8f955b, #6b6f43);
        background-image: -ms-linear-gradient(#8f955b, #6b6f43);
        background-image: -o-linear-gradient(#8f955b, #6b6f43);
        background-image: linear-gradient(#8f955b, #6b6f43);
        padding: 0;
        margin-top: 0;
    }

    #primary-nav .menu-bar {
        display: block;
    }

    #primary-nav .menu {
        display: none;
    }

    #primary-nav .menu &gt; .menu-item {
        display: block;
        padding: 0;
    }

    #primary-nav .menu &gt; .menu-item &gt; a{
        padding: 10px 0;
        border-bottom: 1px solid #e3e3e3;
        font-size: 16px;
        background: none;
        border-radius: 0;
        margin-right: 0;
    }

    #primary-nav .menu .sub-menu {
        width: 100%;
        text-align: center;
    }

    #primary-nav .menu .sub-menu .menu-item &gt; a {
        padding: 8px 15px 5px;
    }
}


/* ======================================== *
        Billboard
 * ======================================== */
#billboard {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    padding: 12px 20px;
    line-height: 0;
}

#billboard-row{
    background-color: #9fa664;
    background-image: url(../ie-gradient.php?from=9fa664&amp;to=767b48);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9fa664), to(#767b48));
    background-image: -webkit-linear-gradient(#9fa664, #767b48);
    background-image: -moz-linear-gradient(#9fa664, #767b48);
    background-image: -ms-linear-gradient(#9fa664, #767b48);
    background-image: -o-linear-gradient(#9fa664, #767b48);
    background-image: linear-gradient(#9fa664, #767b48);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

#billboard-cell-1 .inner {
    padding-right: 0;
    padding-left: 0;
}

#billboard-cell-1 img {
    max-width: 100%;
    width: 100%;
    border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
}

#billboard-cell-2 {
    color: #fff;
    font-family: "Cinzel",serif;
    font-size: 27px;
    font-weight: 700;
    vertical-align: middle;
}

@media screen and (max-width: 1050px) {
    #billboard {
        border-radius: 0;
    }
}

@media screen and (max-width: 850px) {
    #billboard-cell-1 img {
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
    }

    #billboard-cell-2 {
        padding-bottom: 25px;
    }
}

/* ======================================== *
        int billboard Section
 * ======================================== */
.int-billboard{
    text-align: center;
    padding: 0 15px;
}

.int-billboard img{
    max-width: 100%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

@media screen and (max-width: 550px) {
    .int-billboard img {
        height: 100px;
    }
}

@media screen and (max-width: 400px) {
    .int-billboard img {
        height: 60px;
    }
}
/* ======================================== *
        Body Section
 * ======================================== */
#body {
    background: #fff none repeat scroll 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    padding: 12px 0;
}

#body-row{
    padding-top: 35px;
}

.editor-content table {
    margin-top: 35px;
    width: 600px;
}

@media screen and (max-width: 650px) {
    .editor-content table {
        width: 100%;
    }

    .editor-content tbody td {
        display: block;
    }
}

@media screen and (max-width: 1050px) {
    #body {
        border-radius: 0;
    }
}

/* ======================================== *
        Attorney Page CSS
 * ======================================== */
.post-type-archive-attorney table {
    margin-top: 35px;
    width: 500px;
}

@media screen and (max-width: 550px) {
    .post-type-archive-attorney table {
        width: 100%;
    }

    .post-type-archive-attorney tbody td {
        display: block;
    }
}

/* ======================================== *
        Footer Section
 * ======================================== */
#footer {
    background: #fff none repeat scroll 0 0;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    padding: 20px 5px;
    font-size: 16px;
}

#footer .inner{
    padding: 0 15px;
}

#footer h3.tmf-module-title, 
#footer h2 {
    color: #0d3b20;
    text-transform: uppercase;
    font-size: 20px;
}

#footer .tmf-button {
    display: block;
    margin: 25px auto 0;
    max-width: 300px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
}

#footer-cell-1 .tmf-module-area,
#footer-cell-2 .tmf-module-area,
#footer-cell-3 .tmf-module-area{
    border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff, #ffffff 10%, #f4eed0) repeat scroll 0 0;
    padding: 25px 15px 25px 25px;
}


/* ======================================== *
        Copyright Section
 * ======================================== */

#copyright {
    color: #605937;
    font-size: 15px;
    text-align: center;
    padding: 15px 0 50px;
}

#copyright a{
    color: #605937;
}


/* ======================================== *
        Breadcrumbs
 * ======================================== */
#breadcrumbs {
    color: #45484d;
    font-size: 18px;
    /*margin: 0 0 25px 25px;*/
}

#breadcrumbs a{
    color: #45484d;
}


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

.tmf-multi-module-area.custom-sidebar .tmf-module {
    margin-bottom: 25px;
}

.custom-sidebar h2,
.tmf-module h3.tmf-module-title {
    font-size: 23px;
    color: #0d3b20;
    line-height: normal;
    text-transform: uppercase;
}

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

.sidebar-image {
    margin-bottom: 30px;
    max-width: 100%;
}

.post-type-archive-location .sidebar-image{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}



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

textarea {
    height: 100px !important;
}

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

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type=submit]{
    font-size: 20px;
    padding: 10px 30px;
    background-color: #c78429;
    background-image: url(../ie-gradient.php?from=c78429&amp;to=a56e22);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c78429), to(#a56e22));
    background-image: -webkit-linear-gradient(#c78429, #a56e22);
    background-image: -moz-linear-gradient(#c78429, #a56e22);
    background-image: -ms-linear-gradient(#c78429, #a56e22);
    background-image: -o-linear-gradient(#c78429, #a56e22);
    background-image: linear-gradient(#c78429, #a56e22);
    cursor: pointer;
    border-bottom-color: #003745;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    text-decoration: none !important;
    color: #fff;
}

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

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

.vcard .value {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite.png") repeat scroll -12px -11px;
    height: 22px;
    width: 30px;
}




/* ======================================== *
        Gravity Form
 * ======================================== */
#body-cell-2 .gform_wrapper.tmf-form_wrapper {
    margin: 0px 0 0 !important;
}

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

#body-cell-2 .gform_wrapper ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
}

#body-cell-2 .editor-content p{
    margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-bottom: 0px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
    padding: 10px 10px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    border: 1px solid #f3f0e9;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea{
    height: 120px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer{
    text-align: center;
    margin: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=submit] {
    background-color: #c78429;
    background-image: url(../ie-gradient.php?from=c78429&amp;to=a56e22);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c78429), to(#a56e22));
    background-image: -webkit-linear-gradient(#c78429, #a56e22);
    background-image: -moz-linear-gradient(#c78429, #a56e22);
    background-image: -ms-linear-gradient(#c78429, #a56e22);
    background-image: -o-linear-gradient(#c78429, #a56e22);
    background-image: linear-gradient(#c78429, #a56e22);
    cursor: pointer;
    border: none;
    font-size: 20px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    font-weight: 400;
    font-family: "Lato";
    width: 100%;
    color: #fff;
    margin-right: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover,
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background-color: #a56e22;
    background-image: url(../ie-gradient.php?from=a56e22&amp;to=c78429);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a56e22), to(#c78429));
    background-image: -webkit-linear-gradient(#a56e22, #c78429);
    background-image: -moz-linear-gradient(#a56e22, #c78429);
    background-image: -ms-linear-gradient(#a56e22, #c78429);
    background-image: -o-linear-gradient(#a56e22, #c78429);
    background-image: linear-gradient(#a56e22, #c78429);
    color: #fff;
}</pre></body></html>