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

a {
    color: #002c4e;
}

/* ======================================== *
        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%;
    }

    #billboard .billboard-content-container {
        max-width: 90% !important;
    }

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


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


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

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


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

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

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


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

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

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

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

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top{
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    line-height: 30px;
}

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

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

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

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

#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 {
    box-sizing: border-box;
    color: #ffffff;
    display: inline-block;
    max-width: 140px;
    width: 100%;
    padding: 6px 10px;
}

@media screen and (max-width: 1000px) {
    #header-top{
        font-size: 19px;
    }
}

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

    #header-top .tmf-button {
        display: none;
    }
}

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

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {}

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

#header {}

#header .logo {
    max-width: 360px;
    width: 100%;
    display: block; 
    margin-left: -25px;
}

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

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

    #header .logo { 
        margin: 0 auto;
    }

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

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

#primary-nav-container {}

#primary-nav {}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Nunito Sans', 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: #b93c43;
}

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

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

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

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

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

#billboard .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    top: 50%;
    max-width: 1250px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#billboard .billboard-content {
    color: #ffffff;
}

#billboard h1 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 10px;
}

#billboard .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 180px;
    width: 100%;
    padding: 12px 15px;
    margin-top: 15px;
}

@media screen and (max-width: 1200px) {
    #billboard .billboard-content-container {
        background: #01395a;
        position: relative;
        bottom: inherit;
        transform: inherit;
        max-width: 100%;
        padding: 25px 25px;
    }

    #billboard .billboard-content {
        max-width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 550px) {
    #billboard h1 {
        font-size: 25px;
        margin-bottom: 5px;
    }

    #billboard .tmf-button {
        font-size: 18px;
        padding: 6px 15px;
        margin-top: 10px;
    }
}

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

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

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

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

#int-billboard-cell-1 {
    background: #01395a url(../images/attorney_bg_F_1x.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 42.05%;
}

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

#int-billboard-cell-1 .inner,
#int-billboard-cell-2 .inner {
    padding: 0;
}

#int-billboard .int-billboard-content-container{
    max-width: 1250px;
    margin: 0 auto;
}

#int-billboard .int-billboard-title {
    box-sizing: border-box;
    position: relative;
    text-align: center;
}

#int-billboard .page-title {
    background: #ffffff;
    color: #01395a;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0;
    padding: 25px 85px 25px 25px;
}

/*#int-billboard .single-prac-thumbnail-area {
    border-top: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #01395a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    right: -61px;
    z-index: 9;
}*/

#int-billboard .single-prac-thumbnail-area {
    border-top: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #01395a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -62px;
    z-index: 9;
    transform: translateY(-50%);
}

#int-billboard .single-prac-thumbnail {
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

@media screen and (max-width: 1200px) {
    #int-billboard .int-billboard-title {
        left: 0;
    }
}

@media screen and (max-width: 1000px) {
    #int-billboard .int-billboard-title {
        background: #01395a;
        padding: 15px 0;
        text-align: left;
    }

    #int-billboard-cell-1,
    #int-billboard-cell-2 {
        background: transparent;
        width: 100%;
    }

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

    #int-billboard .page-title {
        background: transparent;
        color: #ffffff;
        padding: 0 25px;
    }

    #int-billboard .single-prac-thumbnail-area {
        display: none;
    }

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

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
    background: #01395a;
}

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

#int-title{
/*     padding: 15px 25px; */
	padding: 55px 25px;
}

#int-title .page-title{
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 0;
}

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

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

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

#home-body h1 {
    font-size: 40px;
}

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

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

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

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

#body {
    padding: 45px 0;
}

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

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

/* ======================================== *
        Home Practice Area Section
 * ======================================== */
#home-practice-areas-wrapper{
    background: url('../images/home_prac_areas_bg_3x.jpg') no-repeat center center / cover;
}

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

#home-practice-areas{
    color: #ffffff;
    font-weight: 700;
    padding: 85px 0 200px;
    text-align: center;
}

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

#home-practice-areas h3.tmf-module-title {
    color: #ffffff;
    font-size: 40px;
    padding: 0 25px;
    margin-bottom: 50px;
}

#home-practice-areas .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 155px;
    width: 100%;
    margin: 25px 0 0 15px;
    padding: 12px 15px;
}

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

@media screen and (max-width: 500px) {
    #home-practice-areas .tmf-button {
        display: block;
        margin: 15px auto 0;
    }
}

/* ======================================== *
        Home Attorney Section
 * ======================================== */
#home-attorney-wrapper{
    background: #a2b1ba;
}

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

#home-attorney{}

#home-attorney-cell-1{
    padding: 70px 0 !important;
    vertical-align: middle;
}

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

#home-attorney h3.tmf-module-title {
    color: #01395a;
    font-size: 40px;
}

#home-attorney-cell-2 h3.tmf-module-title {
    display: none;
}

#home-attorney .editor-content p {
    line-height: 30px;
}

#home-attorney-cell-2 .tmf-module-22 {
    position: absolute;
    left: 25px;
    right: 25px;
    box-sizing: border-box;
    margin-top: -120px;
    z-index: 9;
}

#home-attorney .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 255px;
    width: 100%;
    padding: 12px 15px;
    margin-top: 10px;
}

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

    #home-attorney-cell-1 {
        padding: 0px!important;
    }

    #home-attorney-cell-1 .tmf-module {
        padding: 0;
        max-width: 100%;
        display: block;
        height: 100%;
    }

    #home-attorney-cell-2 .tmf-module-22 {
        position: inherit;
        left: inherit;
        right: inherit;
        margin-top: 0;
        z-index: inherit;
    }
}

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

#home-testimonials-container{}

#home-testimonials {
    padding: 145px 0;
}

#home-testimonials h3.tmf-module-title {
    color: #01395a;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
}

#home-testimonials .tmf-button {
    display: inline-block;
    max-width: 230px;
    width: 100%;
    box-sizing: border-box;
    margin: 25px 0 0;
    padding: 12px 15px;
}

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

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

#home-testimonials .bx-wrapper .bx-controls-direction a {
    color: #c5c5c5;
    font-size: 0;
    height: 32px;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 22px;
    z-index: 9999;
    transform: translateY(-50%);
}

#home-testimonials .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -160px 0;
    background-size: 305px;
    left: 25px;
}

#home-testimonials .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -198px 0;
    background-size: 305px;
    right: 25px;
}

@media screen and (max-width: 1250px) {
    #home-testimonials .bx-wrapper .bx-prev {
        left: 15px;
    }

    #home-testimonials .bx-wrapper .bx-next {
        right: 15px;
    }
}

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

@media screen and (max-width: 450px) {
    #home-testimonials .bx-wrapper .bx-prev {
        left: -15px;
    }

    #home-testimonials .bx-wrapper .bx-next {
        right: -15px;
    }
}

/* ======================================== *
        Home Blog Posts Section
 * ======================================== */
#home-blog-wrapper{
    background: #ffffff;
}

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

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

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

#home-blog h3.tmf-module-title {
    color: #01395a;
    font-size: 40px;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 25px;
}

#home-blog .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    padding: 12px 15px;
    margin: 35px 0 0;
}

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

/* ======================================== *
        Associations Section
 * ======================================== */
#associations-wrapper {
    /*background-color: #845a33;*/
    text-align: center;
}

#associations {
    padding: 0 0 55px;
}

#associations img {
    vertical-align: middle;
    padding: 25px 25px 0;
}

@media screen and (max-width: 600px) {
    #associations img {
        padding: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
}

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

.attorney-bio-info {
    background: #01395a url(../images/attorney_bg_F_1x.png);
    background-repeat: no-repeat;
    background-position: center right 100px;
    margin: 0 0 70px;
    padding: 50px 0;
}

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

.attorney-bio-info .attorney-bio-box-1, 
.attorney-bio-info .attorney-bio-box-2 {
    box-sizing: border-box;
    display: table-cell;
}

.attorney-bio-info .attorney-bio-box-1 {
    width: 445px;
}

.attorney-bio-info .attorney-bio-box-2 {
    width: auto;
    vertical-align: middle;
    padding: 33px 25px;
}

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

/*.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    padding: 25px;
}*/

.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    max-width: 100%;
    display: flex;
    justify-content: center;
    height: 250px;
    flex-direction: column;
}

.attorney-bio-info img.primary {
    border: 6px solid #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    max-width: 408px;
    width: 100%;
    position: absolute;
    margin-top: 25px;
}

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

.attorney-bio-info .attorney-titles a{
    color: #ffffff;
    font-weight: 400;
}

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

.attorney-bio-info .label {
    font-size: 0;
}
.attorney-bio-info .phone-1::before,
.attorney-bio-info .phone-2::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 .email::before {
    content: "\f0e0";
    margin-right: 5px;
    width: 20px;
}

.attorney-bio-info .vcard .label {
    margin-top: 0;
    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;
    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: 950px) {
    .attorney-bio-info {
        margin: 0;
        padding: 25px 0;
        text-align: center;
    }

    .attorney-bio-info .attorney-bio-box-1,
    .attorney-bio-info .attorney-bio-box-2 {
        display: block;
        width: 100%;
    }

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

    .attorney-bio-info .attorney-bio-box-2 {
        padding: 0;
    }

    .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
        max-width: 100%;
        display: block;
        height: auto;
        padding: 0 25px;
    }

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

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

#footer-container {
    max-width: 820px;
}

#footer{
    padding: 125px 0;
}

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

    #footer{
        padding: 45px 0;
    }
}

/* ======================================== *
        Copyright Section
 * ======================================== */
#copyright-wrapper{
    background: #01395a;
}

#copyright-container{}

#copyright {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding: 25px 0;
}

#copyright a{
    color: #ffffff;
}

/* ======================================== *
        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: #01395a;
    font-size: 34px;
    margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
    color: #ffffff;
    text-align: center;
}

.tmf-multi-module-area .tmf-module-22 {
    background: #01395a;
    padding: 35px 25px;
    text-align: center;
}

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

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

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

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #ffffff;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000000;
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 15px !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: 1px solid #cccccc;
}

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

.tmf-button,
.page-numbers,
input[type=submit]{
    font-size: 20px;
    padding: 15px 15px;
    background: #a4353b;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
    line-height: normal;
}

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

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

/* ======================================== *
        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: #01395a;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px; 
}

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

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

blockquote {
    color: #01395a;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    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: #f2f2f2;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

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

#breadcrumbs {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    margin: 0 0 25px;
    color: #000000;
    line-height: normal;
}

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

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

.accordion .control:before {
    float: left;
}

.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: 'Nunito Sans', sans-serif;
    padding: 12px 15px;
    font-weight: 700;
    max-width: 185px;
    width: 100%;
    margin-right: 0;
    line-height: normal !important;
}

/*Sidebar Form CSS*/
.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin: 0;
    padding-right: 0 !important;
    position: relative;
    color: #fff;
    text-align: center;
}

.tmf-module-22 input[type="text"]::-webkit-input-placeholder,
.tmf-module-22 input[type="tel"]::-webkit-input-placeholder,
.tmf-module-22 input[type="email"]::-webkit-input-placeholder,
.tmf-module-22 textarea::-webkit-input-placeholder,
.tmf-module-22 select::-webkit-input-placeholder {
  color: #ffffff;
}

.tmf-module-22 input[type="text"]:-ms-input-placeholder,
.tmf-module-22 input[type="tel"]:-ms-input-placeholder,
.tmf-module-22 input[type="email"]:-ms-input-placeholder,
.tmf-module-22 textarea:-ms-input-placeholder,
.tmf-module-22 select:-ms-input-placeholder {
  color: #ffffff;
}

.tmf-module-22 input[type="text"]::placeholder,
.tmf-module-22 input[type="tel"]::placeholder,
.tmf-module-22 input[type="email"]::placeholder,
.tmf-module-22 textarea::placeholder,
.tmf-module-22 select::placeholder {
  color: #ffffff;
}

.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 {
    background: transparent;
    border: 1px solid #67889c;
    color: #ffffff;
    position: relative;
    padding-left: 30px !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .name:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -70px 15px !important;
    background-size: 305px !important;
    content: '';
    width: 25px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .email:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -92px 15px !important;
    background-size: 305px !important;
    content: '';
    width: 25px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .phone:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -116px 14px !important;
    background-size: 305px !important;
    content: '';
    width: 20px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
    margin-left: 7px;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .message:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -132px 15px !important;
    background-size: 305px !important;
    content: '';
    width: 25px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 0;
}