/* ============================================================================ *
        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: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align:justify;
}
.title{
    text-align:left;
}

a {
    color: #193768;
}

/* ======================================== *
        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: 1200px !important;
    }
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #193768;
    font-family: 'PT Serif', serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #193768;
    font-family: 'PT Serif', serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.editor-content h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #707171;
    font-family: 'PT Serif', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.editor-content h4,
.tmf-post > h4 {
    color: #000000;
    font-family: 'PT Serif', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

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

h4 a:hover,
.editor-content 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 a:hover {}

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

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.50) 35%, rgba(233,233,233,0.50) 100%);
    box-shadow: 0px 3px 6px rgb(0,0,0,0.5);
    z-index: 9;
}

#header {
    padding: 25px 0;
}

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

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

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

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

#header-cell-2{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    text-align: right;
}

#header-cell-2 .phone-1 a::before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll 0px 0px;
    background-size: 358px;
    content: "";
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    width: 18px;
    margin-right: 7px;
}

#header-cell-2 .email::before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -19px 0px;
    background-size: 358px;
    content: "";
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 27px;
    margin-right: 3px;
}

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

    #header-cell-1,
    #header-cell-2{
        text-align: center
    }

    #header-cell-2{
        padding-top: 15px;
    }
}

@media screen and (max-width: 350px) {
    #header-cell-2{
        font-size: 17px;
    }
}

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

#primary-nav {
    padding: 0 25px;
}

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

#primary-nav .menu > .menu-item > a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding: 15px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a {
    background: #690c0d;
    color: #ffffff;
}

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

#primary-nav .menu .sub-menu {}

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

#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-size: 18px;
    padding: 10px 15px;
}

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

@media screen and (max-width: 1250px) {
    #primary-nav {
        padding: 0;
    }
}

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

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Open 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: #690c0d;
}

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

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

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

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

#billboard{}

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

#billboard .billboard-content {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1350px;
    position: absolute;
    bottom: 40vh;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 15px;
    text-align: center;
}

#billboard h1 {
    color: #fff;
    line-height: 42px;
    text-transform: none;
    max-width: 1000px;
    margin: 0 auto;
}

#billboard .tmf-button {
    background: #193768;
    display: inline-flex;
    padding: 10px 10px;
    height: 85px;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    font-size: 22px;
    vertical-align: top;
    max-width: 190px;
    width: 100%;
    margin: 25px 10px 0;
}

#billboard .tmf-button:nth-child(1),
#billboard .tmf-button:nth-child(2),
#billboard .tmf-button:nth-child(3) {
    max-width: 270px;
}

#billboard .tmf-button:nth-child(1),
#billboard .tmf-button:nth-child(2) {
    padding: 10px 40px;
}

#billboard .tmf-button:hover {
    background: #152f59;
}

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

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

    #billboard .tmf-button:nth-child(3) {
        max-width: 230px;
    }

    #billboard .tmf-button:nth-child(1),
    #billboard .tmf-button:nth-child(2) {
        padding: 10px 20px;
        max-width: 220px;
    }
}

@media screen and (max-width: 1200px) {
    #billboard .desktop-view{
        display: none;
    }

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

    #billboard .tmf-module-area-billboard {
        max-width: 1000px;
        margin: 0 auto;
    }

    #billboard .billboard-content {
        position: inherit;
        bottom: inherit;
        padding: 25px 25px;
        border-bottom: 10px solid #193768;
    }

    #billboard h1 {
        color: #193768;
    }

    #billboard .tmf-button {
        font-size: 22px;
        max-width: 270px;
    }

    #billboard .tmf-button:nth-child(3) {
        max-width: 270px;
    }

    #billboard .tmf-button:nth-child(1),
    #billboard .tmf-button:nth-child(2) {
        padding: 10px 40px;
        max-width: 270px;
    }
}

@media screen and (max-width: 450px) {
    #billboard .billboard-content {
        padding: 25px 25px;
    }

    #billboard .tmf-button {
        font-size: 22px;
        max-width: 270px;
        margin: 25px 0 0;
    }
}

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

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

#home-body-cell-2 {
    border-left: 2px solid #aeaeae;
}

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

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

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

#body-container {}

#body {
    padding: 45px 0;
}

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

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

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

/* ======================================== *
        Home Blog Section
 * ======================================== */
.home-bottom-bg{
    background: url('../images/home_blog_contact_bg_1x.jpg') no-repeat center center / cover;
}

#home-blog-wrapper{}

#home-blog-container {}

#home-blog {
    padding: 60px 0 40px;
}

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

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

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

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

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

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

#footer {
    padding: 60px 0 100px;
}

#footer h3.tmf-module-title {
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

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

#footer-cell-1 .editor-content img {
    display: block;
}

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

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

    #footer-cell-1 img{
        margin: 0 auto;
    }

    #footer-cell-1 .inner{
        padding-right: 25px;
    }

    #footer-cell-2{
        padding-top: 0;
    }

    #footer-cell-2 .inner{
        padding-left: 25px;
    }
}

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

@media screen and (max-width: 450px) {
    #footer-cell-1 .inner{
        padding-right: 25px;
    }

    #footer-cell-2 .inner{
        padding-left: 25px;
    }
}

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

#copyright {
    color: #000000;
    font-size: 16px;
    padding: 25px 0 50px;
}

#copyright a{
    color: #000000;
}

/* ======================================== *
        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: #193768;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

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

.tmf-multi-module-area .tmf-module-22 .tmf-module-content {
    background: #707171;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 25px 25px;
}

.tmf-multi-module-area .tmf-module .tmf-button {
    box-sizing: border-box;
    display: block;
    max-width: 285px;
    width: 100%;
    margin: 25px auto 0;
    padding: 15px 15px;
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
textarea {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    color: #333333;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: 14px !important;
    margin-top: 0 !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 #f0f0f0;
}

.tmf-button,
.page-numbers,
.gform_wrapper.tmf-form_wrapper input[type=submit]{
    font-size: 18px;
    padding: 15px;
    background: #8e1011;
    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: 'PT Serif', serif;
    font-weight: 400;
    line-height: normal;
}

.tmf-button:hover,
.page-numbers:hover,
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover{
    background: #9e1213;
    text-decoration: none;
    color: #fff;
}

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type=submit]:active {
    background: #8e1011;
    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: #000000;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -280px 0px;
    background-size: 358px;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    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: 25px;
        padding-right: 25px;
    }
}

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

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

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

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

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

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

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

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

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

blockquote {
    color: #193768;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    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: #f5f5f5;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

#breadcrumbs {
    font-size: 16px;
    margin: 0 0 25px;
    color: #666666;
    padding: 0 25px;
}

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

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

.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 .gfield_checkbox li input[type=checkbox]{
    margin-top: 6px;
    vertical-align: top;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
}

.gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox, 
.gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
    margin-bottom: 25px;
}

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

.gform_wrapper.tmf-form_wrapper .gfield_radio li label,
.gform_wrapper.tmf-form_wrapper .gfield_checkbox li label {
    font-size: 14px;
    color: #333333;
}

.gform_wrapper.tmf-form_wrapper .gfield_checkbox li input[type=checkbox]{
    margin-top: 8px !important;
}

.gform_wrapper.tmf-form_wrapper .gfield_radio li input[type=radio] {
    margin-top: 3px;
}

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

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding: 15px 15px;
    width: 100%;
    margin-right: 0;
}