/**
 * Theme Name:  Benchmark
 * Theme URI:   http://benchmark.us
 * Author:      Jason Haeger
 * Author URI:  https://benchmark.us
 * Description: "Benchmark" is a customized child theme, that launched in December 2015, based on the "Make" theme by The Theme Foundry. Made specially and exclusively for Benchmark (Ark-LA-Tex Financial Services, LLC) by Jason Haeger, Website Design Specialist for Benchmark. 
 * Version:     1.6.1
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Make WordPress Theme, Copyright 2015 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */


/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above.
 */

body {
    overflow-x: hidden;
}

.pull-right {
    float: right;
}

/*Generic Benchmark Brand styles*/
.primary-btn {
    background-color: #062373;
    color: #fff;
    border-radius: 8px;
    border: .4rem solid #062373;
    font-weight: 600;
    font-size: 1.5rem;
    transition: all .1s;
    padding: 1rem 1.8rem;
    font-family: "Open Sans";
    text-decoration: none;
}

.primary-btn:hover {
    border-bottom: .4rem solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    text-decoration: none;
}

.ghost-btn {
    background: #fff;
    color: #062373;
    border-radius: 8px;
    border: .2rem solid #062373;
    font-weight: 600;
    font-size: 1.5rem;
    transition: all .1s;
    padding: 1rem 1.8rem;
    font-family: "Open Sans";
    text-decoration: none;
}

.ghost-btn:hover {
    box-shadow: 0 3px 8px rgba(0, 0, 0, .5);
    text-decoration: none;
    background: #062373;
    color: #fff;
}

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

    .primary-btn,
    .ghost-btn {
        width: 80%;
        display: block;
    }
}

/*---------------------------
Header styling
----------------------------*/
.header-bar .menu a {
    color: #aaa;
}

.header-bar .menu a:hover {
    color: #ccc;
}

.site-header .site-description {
    color: #062373;
    float: right;
    margin-left: 91px;
    margin-top: -32px;
}

#menu-top-bar-menu li:not(#menu-item-5468) a {
    color: #fff;
}

.social-links {
    margin-left: 0;
}

.site-title,
.site-title a {
    color: #062373 !important;
}

@media screen and (max-width: 864px) {
    .header-layout-3.site-header .site-description {
        font-size: .588em !important;
    }
}

@media screen and (max-width:799px) {
    .header-layout-3 .custom-logo {
        margin: auto;
    }

    .header-layout-3.site-header .site-description {
        float: none;
        text-align: center;
        margin-top: -25px;
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width:464px) {
    .header-layout-3.site-header .site-description {
        font-size: .588em !important
    }
}

@media screen and (max-width:431px) {
    .header-layout-3.site-header .site-description {
        margin-left: 84px;
        font-size: .52em !important;
        margin-top: -22px;
    }
}

.header-layout-3 .site-navigation .menu {
    border-top: 2px solid #062373 !important;
}

#menu-main-nav {
    margin-bottom: 0 !important;
}

/* 
** 2024 Header
**notes:
**-- Header Layout - Traditional
**-- Sticky Header - None
**-- Show Title/Logo on - Left
**-- Header Bar Layout - Flipped
**-- Padding - DO Remove padding beneath header
**-- Header Bar text - blank
**-- Optional Header Elements - neither
*/

.header-layout-1 {
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
}

.header-layout-1 .site-header-main {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.header-layout-1 .container {
    max-width: 100%;
    padding: 0 4rem;
}

.header-layout-1 .site-branding {
    max-width: 250px;
    display: inline-block;
}

.header-layout-1 .site-branding .site-description {
    margin-left: 60px;
    font-size: .675rem;
}

.header-layout-1 .site-navigation {
    max-width: calc(100% - (250px + 4rem));
    float: right;
    margin: auto;
    text-align: right;
    font-size: 3.25rem;
}

.header-layout-1 .header-bar {
    background-color: #062373;
}

.header-layout-1 #menu-top-bar-menu li:not(#menu-item-253830) {
    display: none;
}

@media screen and (max-width: 799px) {
    .header-layout-1 {
        box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
        display: block;
        position: relative;
    }

    .header-layout-1 .site-branding {
        display: block;
        margin: auto;
    }

    .header-layout-1 .site-branding a {
        margin-bottom: 0;
    }

    .header-layout-1 .site-description {
        /* visibility:hidden; */
        z-index: -2;
        position: absolute;
        left: -200%;
    }

    .header-layout-1 .site-navigation {
        max-width: 100% !important;
        display: block;
        width: 100%;
    }

    .header-layout-1 .site-navigation button {
        text-align: center;
        background: #fff;
        color: #062373;
        border: 1px solid;
        margin-top: 1rem;
    }

    .header-layout-1 .site-navigation .menu,
    .header-layout-1 .site-navigation .nav-menu {
        text-align: center;
        width: 100vw;
    }

    .header-layout-1 .site-navigation .menu li,
    .header-layout-1 .site-navigation .nav-menu li {
        display: inline-block;
        border: none;
        text-align: center;
    }

    .header-layout-1 .site-navigation .menu li a,
    .header-layout-1 .site-navigation .nav-menu li a {
        border: none;
        margin: 1rem 2rem;
    }

    .header-layout-1 .site-navigation.toggled ul#menu-main-nav {
        z-index: 10;
        display: block;
        position: relative;
        float: left;
        background: rgba(255, 255, 255, 0.9);
        text-align: center;
        max-width: 100%;
    }

    .header-layout-1 .site-navigation.toggled ul#menu-main-nav li a {
        border-top: 2px solid transparent;
        box-shadow: inset 0 -3px 2px -2px rgba(0, 0, 0, 0.1);
        padding: 1rem 2rem calc(1rem + 2px);
        margin-left: 2.5px;
        margin-right: 2.5px;
    }

    .header-layout-1 .site-navigation.toggled ul#menu-main-nav li a:hover {
        border-top: 2px solid #062373;
        box-shadow: none;
    }

    .header-layout-1 .site-navigation.toggled button {
        border: 1px solid #062373;
        color: #fff;
        background: #062373;
    }

    .header-layout-1 .site-navigation.toggled button:before {
        content: "\f00d";
    }
}

@media screen and (max-width: 440px) {
    .header-layout-1 .site-navigation.toggled ul#menu-main-nav li a {
        border-top: 2px solid transparent;
        border-bottom: 2px solid transparent;
        box-shadow: inset 0 -3px 2px -2px rgba(0, 0, 0, 0.1);
        padding: 1rem 2rem;
        border-top: 0;
        box-shadow: none;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .header-layout-1 .site-navigation.toggled ul#menu-main-nav li a:hover {
        border-top: 2px solid #062373;
        border-bottom: 2px solid #062373;
        box-shadow: none;
    }

}


/*---------------------------
Search box styling.. subtle
----------------------------*/

input[type="search"] {
    box-shadow: inset 1px 1px 2px #ccc;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}


/*--------------------
sticky menu styling
---------------------*/

/* #thsp-sticky-header {
    background: rgba(255, 255, 255, 0.7) !important;
}

#thsp-sticky-header {
    box-shadow: 0 1px 5px rgba(20, 20, 20, 0.7) !important;
} */


/*--------------------
Main Menu styling
---------------------*/

@media screen and (min-width: 800px) {

    .site-navigation .menu .sub-menu,
    .site-navigation .menu .children {
        background-color: rgb(245, 245, 245);
        background-color: rgba(245, 245, 245, 0.95);
    }

    .site-navigation .menu li.current_page_item,
    .site-navigation .menu .children li.current_page_item,
    .site-navigation .menu li.current_page_ancestor,
    .site-navigation .menu li.current-menu-item,
    .site-navigation .menu .sub-menu li.current-menu-item,
    .site-navigation .menu li.current-menu-ancestor {
        background-color: rgb(253, 253, 253);
    }
}

/*--------------------------------
wpFront Top plugin styles
----------------------------------*/

.wpfront-scroll-top-container img {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10%;
    box-shadow: 0 0 2px 2px rgba(255, 255, 255, 0.4);
    width: 85%;
}

/*----------------------------------------
CF7 Fixes
----------------------------------------*/
.wpcf7 textarea {
    width: 100%;
}

/*----------------------------------------
Cycle Banner padding fix 
----------------------------------------*/

#builder-section-1437583742992 .cycle-slide .builder-banner-content {
    padding: 96px 11px;
    padding: 6rem 1.1rem;
}

#builder-section-1437583742992 .builder-section-banner .cycle-pager {
    height: 40px;
}

#builder-section-1437583742992 .cycle-sentinel {
    height: 600px;
    overflow: hidden;
}

#builder-section-1437583742992 .cycle-slideshow {
    height: 640px;
    overflow: hidden;
}

/*fix for testimonial below*/
.home #home-testimonials .cycle-slideshow {
    height: 180px;
}

#builder-section-1434722644381 {
    position: relative;
    z-index: 2;
}

/*----------------------------------------
START ---> NEW Apply Form for Benchmark Direct!
----------------------------------------*/
section#direct-apply {
    background-position: center top !important;
    background-attachment: fixed;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 22px;
    padding: 4rem 0;
}

.os-windows #direct-apply select.wpcf7-form-control.wpcf7-select option {
    color: #171717;
}

section#direct-apply:not(.apply-now) {
    height: auto;
    min-height: 550px;
}

section#direct-apply button#direct-form-btn {
    min-width: 50%;
    margin-top: 5rem;
}

div#direct-apply-cta-container {
    display: flex;
    justify-content: center;
}

select.branchFinder {
    font-size: 1.5rem;
    height: 49.19px;
    border: 3px solid #062373;
    border-right: none;
    display: inline-block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#cta select.branchFinder {
    display: none;
}

#cta a.branchFinder {
    margin-left: 0;
    display: inline-block;
    margin-top: 0;
    padding: 4px 10px 4px
}

#cta span#branchFinderContainer:hover a.branchFinder {
    border-left: 0;
    border-top-left-radius: none !important;
    border-bottom-left-radius: none !important;
}

#cta spanbranchFinderContainer:hover select.branchFinder,
#cta select.branchFinder.active {
    display: inline-block;
}

a#findYourBranchBtn.branchFinder.active {
    border-left: 1px solid;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#cta span#branchFinderContainer:not(:hover) a.branchFinder {
    border-radius: 10px !important;
}

@media screen and (min-width: 800px) {
    section#direct-apply:not(.apply-now) {
        min-height: 500px;
        height: 60vh;
        position: relative;
    }

    section#direct-apply.apply-now {
        min-height: '';
    }

    section#direct-apply:not(.apply-now) div.builder-section-content {
        top: 50%;
        transform: translateY(-50%);
    }

    div#direct-apply-cta-container {
        justify-content: space-evenly;
    }
}

section#direct-apply .builder-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.4), transparent, rgba(255, 255, 255, 0.1));
}

div#wpcf7-f283110-p7754-o1 label.inline-block,
#direct-apply div.wpcf7 label.inline-block {
    max-width: calc(50% - 1rem);
    display: inline-block;
    margin: 0 .5rem 3rem;
}

div#wpcf7-f283110-p7754-o1 .wpcf7-text,
div#wpcf7-f283110-p7754-o1 .wpcf7-select,
div#wpcf7-f283110-p7754-o1 .wpcf7-free-text,
#direct-apply div.wpcf7 .wpcf7-text,
#direct-apply div.wpcf7 .wpcf7-select,
#direct-apply div.wpcf7 .wpcf7-free-text {
    padding: 0;
    margin: 0;
    background: transparent;
    border-bottom: 2px solid #fff;
    color: #fff;
    text-shadow: 0 1px 1px black;
}

div#wpcf7-f283110-p7754-o1,
#direct-apply div.wpcf7 {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    padding: 3rem 2rem;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.8);
    border-top: 3px solid #062373;
    border-bottom: 1.5px solid #062373;
}

div#wpcf7-f283110-p7754-o1 input.wpcf7-free-text[disabled],
div#wpcf7-f283110-p7754-o1 .wpcf7-not-valid-tip,
#direct-apply div.wpcf7 input.wpcf7-free-text[disabled],
#direct-apply div.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

div#wpcf7-f283110-p7754-o1 .invalid .wpcf7-not-valid-tip,
#direct-apply div.wpcf7 .invalid .wpcf7-not-valid-tip {
    display: block;
}

div#wpcf7-f283110-p7754-o1 .wpcf7-response-output,
#direct-apply div.wpcf7 .wpcf7-response-output {
    margin-top: 0 !important;
}

div#wpcf7-f283110-p7754-o1 span.grc-disclaimer a,
#direct-apply div.wpcf7 span.grc-disclaimer a {
    color: #f8f8f8;
    font-weight: 900;
    text-decoration: underline;
    font-size: 110%;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

div#wpcf7-f283110-p7754-o1 input.wpcf7-form-control.wpcf7-submit,
#direct-apply div.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 90%;
    margin: auto;
    background-color: #062373;
    margin-top: 2rem;
    font-size: 1em;
    border-radius: 8px;
    box-shadow: 0 -1px rgba(255, 255, 255, 0.4), 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9), inset 0 -3px 2px rgba(0, 0, 0, 0.7);
}

div#wpcf7-f283110-p7754-o1 input.wpcf7-form-control.wpcf7-submit:hover,
div#wpcf7-f283110-p7754-o1 input.wpcf7-form-control.wpcf7-submit:active,
#direct-apply div.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover,
#direct-apply div.wpcf7 input.wpcf7-form-control.wpcf7-submit:active {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.9), inset 0 -3px 2px rgba(0, 0, 0, 0.7);
    -webkit-filter: brightness(1.25);
    filter: brightness(1.25);
}

section#direct-apply {
    color: #fff;
    background-attachment: fixed;
}

section#direct-apply .builder-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), transparent);
}

span.applyX {
    position: absolute;
    top: 1%;
    right: 1%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: 0 1rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

span.applyX:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
    color: #111;
    text-shadow: none;
    cursor: pointer;
}

span.applyX:active {
    transform: scale(.93);
    box-shadow: 0 1px 1px black;
}

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

    div#wpcf7-f283110-p7754-o1 label.inline-block,
    #direct-apply div.wpcf7 label.inline-block {
        max-width: 100%;
    }
}

/*----------------------------------------
END -- > NEW Apply Form for Benchmark Direct 
----------------------------------------*/


/*----------------------------------------
NEW CTA for 2025 -> Start
----------------------------------------*/
section#bm25-home-cta-2 .ghost-btn {
    display: block;
    text-align: center;
    width: 100%;
}

section#bm25-home-cta-2 {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 4.4rem;
}

/*----------------------------------------
END -> NEW CTA for 2025
----------------------------------------*/
/*--------------------------------
Individual Slider styles
---------------------------------*/

#benchmarkBringsYou {
    text-align: center;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
}

#bBYouHome-block {
    color: rgb(6, 35, 115);
    color: rgba(6, 35, 115, 0.97);
    font-weight: bold;
    padding: 3px 6px;
    background-color: rgb(254, 254, 254);
    background-color: rgba(254, 254, 254, 0.97);
    text-shadow: -0.11rem -0.12rem .1rem #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    display: inline-block;
    margin-top: 1.1rem;
}

.lifetime-loan-h2 {
    text-align: center;
    text-shadow: 2px 2px 10px #222;
}

#LifetimeLoan-slider {
    background-color: #fdfdfd;
    max-width: 330px;
    padding: 10px;
    margin: auto;
    margin-bottom: auto;
    box-shadow: 1px 2px 12px #222;
}

.find-your-branch-h2 {
    text-align: center;
    text-shadow: 2px 2px 10px #222;
}

.find-your-branch-button {
    color: #fdfdfd;
    font-size: 27px;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    background-color: #306fab;
    text-shadow: none;
    box-shadow: 2px 2px 10px #222;
}


/*------------------------------
Connect With Us (social) styling
--------------------------------*/
#get-social {
    background-image: url(/wp-content/uploads/2015/12/Social-Background.png);
    box-shadow: inset 0px -100px 200px rgba(0, 0, 0, 0.4), inset 0 2px 3px #888;
    border-top: #e7e7e7;
    background-repeat: repeat-x !important;
    background-position: bottom left !important;
    padding-bottom: 100px;
}

@media screen and (max-width:799px) {
    #get-social {
        padding-bottom: 100px;
        padding-top: 2px;
    }
}

#get-social .builder-text-section-title {
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 0 1px 4px #888;
    padding-top: 50px;
    color: #004D78;
    font-size: 2.5em;
}

@media screen and (max-width:799px) {
    #get-social .builder-text-section-title {
        background-image: url(/wp-content/uploads/2015/12/network-background-upside-down.png);
        height: 312px;
        background-repeat: repeat-x;
        margin-bottom: -160px;
        font-size: 2em;
    }
}

@media screen and (max-width:360px) {
    #get-social .builder-text-section-title {
        font-size: 1.5em;
        margin-bottom: -190px;
    }
}

#builder-section-1438004366616-column-2 {
    text-align: center;
}

#simple_facebook_page_feed_widget-5 {
    box-shadow: 1px 1px 2px #aaa;
}

#twitter-widget-0 {
    box-shadow: 1px 1px 2px #aaa;
}

#social-audience {
    background-image: url(/wp-content/uploads/2015/12/People-web2.png);
    padding: 0;
    margin: 0;
    height: 119px;
    margin-top: -66px;
    background-position-x: center;
    border-bottom: 1px solid #050;
}

#social-audience .builder-section-overlay {
    background: linear-gradient(transparent,
            transparent,
            rgba(0, 0, 0, 0.3));
}

/*------------------------------
instagram widget styling
--------------------------------*/

#null-instagram-feed-3,
#null-instagram-feed-6 {
    background-color: #fff;
    max-width: 520px;
    margin: auto;
    background: linear-gradient(#777, #eee);
    box-shadow: 1px 1px 2px #aaa;
}

#null-instagram-feed-3 .widget .null-instagram-feed,
#null-instagram-feed-6 .widget .null-instagram-feed {
    position: relative;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 1%;
}

ul.instagram-pics {
    position: relative;
    text-align: center;
    margin: auto;
}

#null-instagram-feed-3 ul.instagram-pics,
#null-instagram-feed-6 ul.instagram-pics {
    margin-bottom: 0;
    height: 544px;
    overflow-y: scroll;
    padding-bottom: 1%;
    border-bottom: 1px solid #e8e8e8;
}

.instagram-pics li {
    border-bottom: none;
    display: inline-block;
    padding: 1% 1% 0 1%;
    margin: 2% 2% 1% 2%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 0 #e8e8e8;
}

.instagram-pics li a img {
    width: 100%;
}

#null-instagram-feed-3 p.clear,
#null-instagram-feed-6 p.clear {
    text-align: center;
    text-transform: uppercase;
    padding-top: 1%;
    margin-bottom: 1%;
    background-color: #fff;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 9;
}

#null-instagram-feed-3 p.clear a::before,
#null-instagram-feed-6 p.clear a::before {
    content: "\f16d";
    font-family: FontAwesome;
    margin-right: 5px
}

#null-instagram-feed-3 p.clear a,
#null-instagram-feed-6 p.clear a {
    font-size: 13px;
    font-family: 'proxima-nova', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    display: inline-block;
    border: 1px solid;
    border-color: #4090db;
    color: #4090db;
    border-radius: 3px;
    margin: 10px;
    line-height: 29px;
    padding: 0 11px;
}

#null-instagram-feed-6 p.clear a {
    font-size: 1.2rem;
}

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

    #null-instagram-feed-3 p.clear a,
    #null-instagram-feed-6 p.clear a {
        padding: 0 9px;
    }
}

#null-instagram-feed-3 p.clear a:hover,
#null-instagram-feed-6 p.clear a:hover {
    border-color: #2d6599;
    color: #2d6599;
}



/*-------------------------
first three-column section on Home page
----------------------------*/
.home-column {
    min-height: 265px;
}

#builder-section-1434722644381-column-1,
#builder-section-1434722644381-column-2,
#builder-section-1434722644381-column-3 {
    /*border-top:1px solid #e8e8e8;
    border-left:1px solid #e8e8e8;
    box-shadow:1px 1px 2px #bbb;
    padding:2%;
    margin-bottom:4%;*/
    border-top: 1px solid #e8e8e8;
    box-shadow: 1px 1px 2px #bbb;
    padding: 2%;
    margin-bottom: 2.2rem;
    box-shadow: inset 0px -1px 2px #ccc;
    background: linear-gradient(#fdfdfd, #fefeff);
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

p.center {
    text-align: center;
}

.cycle-slideshow #testimonial2 {
    display: none;
}


/*---------------------------------
Find Your Branch states-opaque background on Home Page
------------------------------------*/

.fyb {
    background-image: url("/wp-content/uploads/2015/07/States-map-opaque.png");
    position: relative;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 10%, 50%;
    background-position: center;
    text-shadow: 0px 0px 0.5rem #f5f5f5;
    margin-left: -7.4%;
    margin-right: -7.4%;
    min-height: 265px;
    margin-bottom: 0
}

.fyb h3 {
    margin: 0;
    padding-top: 10%;
}


/*----------------------------------
remove spacing below testimonials slider on Home Page
------------------------------------*/

.builder-text-column-2#builder-section-1434722644381-column-2 .testimonial-box {
    padding-bottom: none;
}

.home-button:hover {
    text-shadow: 0 1px 2px #fff;
}

/***********************************
Who We Are section
***********************************/

#who-we-are .builder-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.2),
            transparent,
            rgba(0, 0, 0, 0.6));
}

#who-we-are {
    box-shadow:
        rgb(34, 34, 34) 0px -2px 3px inset,
        0px 2px 3px rgba(0, 0, 0, 0.3) inset;
    padding: 12vh 0;
    color: #fff;
    background-repeat: repeat-y !important;
}

@media screen and (max-width:799px) {
    #who-we-are h2 {
        font-size: 7.82vw;
    }

    /* #who-we-are p {} */
}

/*-------------------------
second three-column section on Home page
----------------------------*/
@media screen and (min-width:799px) {
    #second-row .column {
        min-height: 175px;
    }
}

#second-row .builder-text-column {
    box-shadow: 1px 1px 2px #aaa;
    background-color: #fff;
    padding: 19px;
    margin-bottom: 38px;
}

#second-row h3 {
    text-align: center;
}

#builder-section-1438872085392-column-1 .builder-text-image,
#builder-section-1438872085392-column-2 .builder-text-image,
#builder-section-1438872085392-column-3 .builder-text-image,
#second-row .builder-text-column .builder-text-content p:nth-of-type(1) {
    padding-top: 1.5rem;
    padding-bottom: 1.2rem;
    max-height: 157px;
    text-align: center;
}

#builder-section-1438872085392-column-1 .builder-text-image img,
#builder-section-1438872085392-column-2 .builder-text-image img,
#builder-section-1438872085392-column-3 .builder-text-image img,
#second-row .builder-text-column .builder-text-content p img {
    max-height: 150px;
    height: 150px;
    width: auto;
}

.ttfmp-post-list-item {
    box-shadow: 1px 1px 2px #aaa;
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    padding: 2%;
    background-color: #fdfdfd;
}


/*----------------------------------
Giving Back page section spacing change
----------------------------------*/

.giveBack-content-column {
    margin-top: -52px;
    margin-bottom: -52px;
}

#give-back-banner {
    background-image: url(/wp-content/uploads/2015/12/bootnshootn-background-blurred.jpg);
    background-size: cover;
}

#give-back-banner .builder-section-content {
    color: #fff;
    text-shadow: 1px 0 8px rgba(0, 0, 0, 0.15);
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.35;
}

#give-back-banner .bmlo-apply-column-btn {
    color: #fff;
    border-color: #fff;
}

#give-back-banner .bmlo-apply-column-btn:hover {
    background-color: #062373;
    transition: background-color 0.05s linear, border-color 0.05s linear, box-shadow 0.05s linear;
    border-color: #062373;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width:799px) {
    #give-back-banner .builder-section-content {
        font-size: 15px;
        font-size: 1.5rem;
    }
}

/*----------------------------------
Jim's Welcome section
----------------------------------*/
#jim {
    box-shadow: 0 1px 5px #ccc inset, 0 -2px 2px #ccc inset;
}

#jim .builder-section-content,
#jim .builder-text-section-title {
    max-width: 86%;
}

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

    #jim .builder-section-content,
    #jim .builder-section-title {
        max-width: 100%;
    }
}

#jim img {
    width: 320px;
    margin-top: 20px;
    box-shadow: 1px 1px 8px #888;
}

@media screen and (max-width:1360px) {
    #jim img {
        width: auto;
    }
}

/*----------------------------------
Fresh from the Benchmark Blog
----------------------------------*/
#fresh-blog-posts {
    padding-top: 50px;
    background-image: url(/wp-content/uploads/2015/11/blog-excerpts-bg.jpeg);
}

#fresh-blog-posts .builder-post-list-section-title {
    text-align: center;
    box-shadow: 0 5px 5px -4px #aaa;
    border-top: 1px solid #eaeaea;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 40px;
}

/*----------------------------------
Benchmark University page section styles
----------------------------------*/
#university-intro {
    background-image: url(/wp-content/uploads/2015/07/university-background.jpg);
    background-size: cover;
    margin-bottom: 0;
    background-color: #0f0705;
}

#university-links-section {
    padding-top: 50px;
    background: #eee;
    box-shadow: 0 1px 3px #aaa;
}

.icon-circle {
    text-align: center;
    font-size: 37px;
    text-shadow: 1px 1px 2px #666;
    background-color: #062373;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #aaa;
    width: 65px;
    height: 65px;
    margin: auto;
    transition: background-color 0.05s linear;
}

.icon-circle a {
    color: #fdfdfd;
}

.icon-circle:hover {
    font-size: 39px;
    width: 68px;
    height: 68px;
    background-color: #c7c7c7;
    box-shadow: 1px 4px 4px #777;
    margin-top: -6px;
    margin-bottom: 14px;
    text-shadow: 1px 1px 2px 333;
    border: 1px solid #b7b7b7;
}

.icon-circle a:hover {
    color: #fff;
}


/*----------------------------------
7 Steps to Home Ownership
----------------------------------*/

ul [role="tablist"] {
    text-align: center !important;
    background: none !important;
}

.builder-section-panels .ui-widget-header {
    text-align: center !important;
    background: none !important;
}

.builder-section-panels .ui-tabs .ui-tabs-nav li {
    border-radius: 0px;
    float: none !important;
    display: inline-block !important;
    border: none !important;
    margin-top: -7px;
}

.builder-section-panels .ui-state-default a,
.builder-section-panels .ui-state-default a:link,
.builder-section-panels .ui-state-default a:visited,
.builder-section-panels .ui-state-default,
.builder-section-panels .ui-widget-content .ui-state-default,
.builder-section-panels .ui-widget-header .ui-state-default {
    color: #444 !important;
}

.builder-section-panels .ui-state-hover:not(.ui-state-active) a:hover {
    color: #444 !important;
}

.builder-section-panels .ui-state-hover a:hover {
    color: #bbb !important;
    background-color: #ddd !important;
    box-shadow: 1px 0px 1px #ccc !important;
}

.builder-section-panels .ui-state-active a,
.builder-section-panels .ui-state-active a:link {
    color: #fff !important;
    background-color: #062373 !important;
}

.builder-section-panels .ui-state-focus,
.builder-section-panels .ui-widget-content .ui-state-focus,
.builder-section-panels .ui-widget-header .ui-state-focus,
.builder-section-panels .ui-state-active,
.builder-section-panels .ui-widget-content .ui-state-active,
.builder-section-panels .ui-widget-header .ui-state-active {
    box-shadow: 1px 1px 2px #333;
}


/*----------------------------------
What Paperwork Will Be Needed? section
----------------------------------*/

section.benchmarkU-panels {
    display: block;
    box-shadow: 0px -1px 3px #ccc, 0px 3px 3px #ccc;
    -moz-box-shadow: 0px -1px 3px #ccc, 0px 3px 3px #ccc;
    -webkit-box-shadow: 0px -1px 3px #ccc, 0px 3px 3px #ccc;
}

.bmlo-apply-column-btn {
    padding: 8px 20px;
    border-radius: 3px;
    color: #062373;
    text-align: center;
    border: 2px solid #062373;
    display: inline-block;
    margin-top: 1.2rem;
}

.bmlo-apply-column-btn:hover {
    background-color: #fafafa;
    text-decoration: none;
    box-shadow: 0 1px 1px #aaa;
}

img#checklistImg {
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.2);
}


/*----------------------------------
FAQ's videos section
----------------------------------*/

section#builder-section-1436538225845 {
    display: block;
    padding-top: 40px;
}

.arve-wrapper {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    box-shadow: 2px 4px 8px #ccc;
}

.arve-rectangle {
    transition-duration: .55s !important;
}

#faqs .arve-rectangle {
    border: 2px solid #062373 !important;
}

.builder-section-panels .ui-state-hover {
    color: #555 !important;
    background-color: #efefef !important;
    border: 1px solid #efefef !important;
    box-shadow: 1px 1px 3px #ccc !important;
    text-shadow: 0px 1px 0px #f5f5f5 !important;
}

.builder-section-panels .ui-state-active,
.builder-section-panels .ui-widget-content .ui-state-active,
.builder-section-panels .ui-widget-header .ui-state-active {
    color: #fdfdfd !important;
    background-color: #062373 !important;
    border: 1px solid #062373 !important;
    box-shadow: 1px 1px 2px #666 !important;
    text-shadow: none !important;
    border: 1px solid #171717 !important;
    border-width: 0px 1px 1px 1px !important;
    transition: 0.15s linear !important;
    z-index: 1;
}

.builder-section-panels .ui-accordion .ui-accordion-header {
    border-radius: 0px !important;
}


/*----------------------------------
Core Values styles
----------------------------------*/

div.core-values-container {
    max-width: 950px;
    min-width: 256px;
    text-align: center;
    margin: auto;
}

li.cv-circle {
    margin: 10px;
    display: inline-block;
}

.core-content {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 30px 30px 30px;
    border: 1px solid #fff;
}

#core-relationships {
    background-image: url(/wp-content/uploads/2015/12/Relationships-blurred2.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 8px 5px -5px rgba(0, 0, 0, 0.5),
        inset 0 -3px 3px -2px;
}

#core-positive-attitude {
    background-image: url(/wp-content/uploads/2015/12/Positive-Attitude-blurred.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

#core-excellence {
    background: url(/wp-content/uploads/2015/12/Excellence-blurred.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 -3px 3px -2px,
        inset 0 3px 3px -2px;
}

#core-dynamic {
    background-image: url(/wp-content/uploads/2015/12/Dynamic-blurred.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 0;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}

#core-success {
    background-image: url(/wp-content/uploads/2015/12/Success.jpg );
    background-position: center;
    background-size: cover;
    box-shadow: inset 0 -5px 3px -3px rgba(0, 0, 0, 0.5),
        inset 0 3px 3px -2px;
}

.core-testimonails {
    padding-top: 0;
}

.core-testimonials {
    padding-top: 0;
}

#core-cta {
    background: linear-gradient(#ccc, #fff);
}

#core-cta h3,
#core-cta p {
    text-shadow: 0 1px 0 #fff;
}

#core-cta a:hover {
    text-decoration: none;
    color: #666;
}

/******************************
Testimonials Page styles
******************************/

.testimonials-section {
    background: linear-gradient(#fff, lightblue, lightslategray, lightblue, #fff);
}

.testimonials-section blockquote {
    box-shadow: 1px 1px 2px #666;
}

.testimonials-section hr {
    border-color: #333;
}

.testimonials-section strong {
    text-shadow: 0 1px 0 rgba(200, 200, 200, 0.75);
}

#reviews .ttfmake-testimonial:after {
    float: right;
    margin-top: -30px;
}

iframe.yelp-review {
    max-width: 100% !important;
}

/*
** Review Post Type styles - BEGIN
*/

.reviews h1.entry-title {
    display: none;
}

.reviews time.entry-date.published,
.reviews time.uagb-post__date {
    text-transform: capitalize;
    float: none;
    font-style: italic;
    display: block;
    font-size: 1.2rem;
}

.reviews time.entry-date.published {
    color: #666;
}

.reviews time.uagb-post__date {
    color: #ddd;
}

.reviews time.entry-date.published::before,
.reviews time.uagb-post__date::before {
    content: "[ ";
}

.reviews time.entry-date.published::after,
.reviews time.uagb-post__date::after {
    content: " ]";
}

.reviews .review-body {
    font-size: 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    background-color: #f5f5f5;
    padding: 1.5rem 2rem;
    border-radius: 8px;
    margin-bottom: 2.2rem;
    margin-bottom: 22px;
}

.reviews footer.entry-footer {
    display: none;
}

.reviews .review-client {
    text-align: center;
}

.uagb-post__inner-wrap.reviews p.review-client {
    color: #efefef;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.reviews span.stars-count.google i {
    color: #f8b80d;
}

/* a.google-place-url[href="invalid place id"]:hover,
a.google-place-url[href="invalid place id"] {
    text-decoration: none;
} */

.uagb-post__inner-wrap.reviews {
    /*support for spectra post carousel*/
    background: transparent !important;
}

.reviews span.google-no-link {
    font-style: italic;
    font-size: 85%;
}

.reviews .review-meta-data {
    border: 1px solid #ddd;
    padding: 1.5rem;
    margin: auto;
    font-size: 1rem;
    display: inline-block;
}

@media screen and (min-width:800px) {
    .reviews .review-meta-data {
        float: right;
        margin-right: 50%;
        translate: 50%;
    }
}

body:not(.logged-in) .reviews .review-meta-data,
.uagb-post__inner-wrap.reviews .review-meta-data {
    visibility: hidden;
    max-height: 0;
}




/*Reviews Archive styles*/
.post-type-archive-reviews .entry-meta {
    display: none;
}

.reviews div.review-body:empty {
    display: none;
}

.post-type-archive-reviews article:not(:last-of-type) {
    margin-bottom: 4.4rem;
    padding-top: 2.2rem;
    padding-bottom: 6.6rem;
    box-shadow: 0 6px 4px -8px;
}

.post-type-archive-reviews article:last-of-type {
    margin-bottom: 4.4rem;
    padding-top: 2.2rem;
    padding-bottom: 6.6rem;
}


/*Reviews Slider iframe section styles*/
section#reviews-slider {
    /* background: linear-gradient(#062373, #062373, #062373, #111); */
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

.uagb-block-79bd0a8f svg {
    /*Slider arrow button styles */
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    padding: 3px;
}

.uagb-block-79bd0a8f .uagb-post__excerpt {
    padding-bottom: 0;
}

section#reviews-slider .builder-section-overlay {
    background-color: rgb(6 35 115 / 35%);
}

section#reviews-slider .review-client {
    color: #fff !important;
}

section#reviews-slider iframe[src="/review-carousel/"] {
    height: 350px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}

/*
** END - Reviews post type styles
*/

/*------------------------------
Your Loan page 
------------------------------*/
#your-loan-status {
    margin-bottom: 0;
    box-shadow: 0 -3px 5px #aaa;
    border-top: 2px solid #062373;
    color: #062373;
    text-shadow: 0 1px 0 #fff;
}

.loan-admin-popup {
    margin-top: 100px;
    margin: auto;
    max-width: 1200px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 10px #000;
}

.pay-button {
    background: linear-gradient(#173484, #062373, #040151);
    padding: 15px 80px;
    color: #fff;
    font-size: 1.5em;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 0 #333;
}

.pay-button:hover {
    box-shadow: 0 2px 8px #000;
    text-decoration: none;
    background: linear-gradient(#040151, #062373, #173484);
    text-shadow: 0 1px 0 #333;
}

.mobile-responsive-table td {
    width: 50%;
}

@media screen and (max-width:799px) {
    .mobile-responsive-table td {
        display: inline-block;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .mobile-responsive-table td ul {
        margin-bottom: 0;
    }

    .mobile-responsive-table {
        margin-bottom: 44px;
    }

    .pay-button {
        padding: 10px 0;
    }
}

/*******************************
loan feedback page styles
*******************************/

@media screen and (max-width:799px) {
    .testimonial-pointer {
        transform: rotate(90deg);
    }
}

.cameratag_select_prompt {
    color: deepskyblue !important;
    font-size: 2.6rem !important;
    font-weight: lighter !important;
}

.cameratag_primary_link {
    color: #fdfdfd !important;
    font-size: 1.6rem !important;
}

a.cameratag_primary_link:hover {
    text-decoration: none !important;
}

/* .cameratag_action_icon {} */

.cameratag_prompt_label {
    font-weight: lighter !important;
    color: #ccc !important;
    font-size: 1.3rem !important;
}

.cameratag_sms_prompt {
    top: 35% !important;
    font-size: 2rem !important;
}

.cameratag_sms_input {
    background-color: #e5e5e5 !important;
    box-shadow: inset 1px 1px 2px #ccc !important;
    border-bottom: 1px solid #dfdfdf !important;
    border-right: 1px solid #dfdfdf !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

a.cameratag_send_sms {
    background-color: deepskyblue !important;
    color: #fdfdfd !important;
}

a.cameratag_send_sms:hover {
    text-decoration: none !important;
    background-color: lightskyblue !important;
    color: #666 !important;
}

a.cameratag_goto_start {
    color: #ccc !important;
}

a.cameratag_goto_start:hover {
    color: #fdfdfd !important;
    text-decoration: none !important;
}

iframe#43275736952969 {
    background-color: #e5e5e5 !important;
}

/*------------------------------
Apply Now page styles
------------------------------*/
#corporate-apply-banner {
    box-shadow: inset 0 15px 13px -15px rgba(0, 0, 0, 0.7), inset 0 -18px 15px -15px rgba(0, 0, 0, 0.9);
    background-attachment: fixed;
}

#cmls-section {
    border-top: 2px solid #062373;
    border-bottom: 2px solid #062373;
}

#cmls-welcome-message {
    margin-bottom: 0;
    box-shadow: inset 0 3px 5px -2px;
    background: linear-gradient(#fefefe, #fff, #fff);
}

.welcome-box {
    background-color: #f8f8f8;
    padding: 20px;
    margin: 50px;
    box-shadow: 1px 3px 10px 2px #aaa;
    border: 2px dashed #062373;
}

@media screen and (max-width:799px) {
    .welcome-box {
        margin-left: auto;
        margin-right: auto;
    }
}

/****************************
Encompass App styles
****************************/
.cmls-container-title {
    background: linear-gradient(#fff, #eee);
    text-shadow: 0 1px 0 #fff;
    /*new styles*/
    background: linear-gradient(#fff, #fefefe);
    box-shadow: inset 0 -4px 5px -2px #333;
}

#placeholder {
    text-align: center;
}

#placeholder p {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

#plaeholder p i {
    font-size: 15em;
    text-shadow: 1px 6px 18px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:799px) {
    .cmls-container-title .builder-text-column-1 {
        border-bottom: 1px solid #eee;
        box-shadow: inset 0 -1px 1px -1px #aaa;
    }
}

button.bmlo-app-button,
button.floify {
    background-color: #062373;
    font-size: 1.25em;
    margin-right: 10px;
    margin-left: 10px;
    box-shadow: 0 2px 5px #aaa;
}

.bmlo-app-button:hover {
    background: #fff;
    color: #062373;
    text-shadow: 0 -1px 0 #eee;
    box-shadow: 0 3px 10px #333;
}

.bmlo-app-button-active {
    background: #fff;
    color: #062373;
    text-shadow: 0 -1px 0 #eee;
    box-shadow: 0 3px 10px #333;
}

#bmlo-short-button:before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
}

#bmlo-short-app,
#bmlo-long-app {
    background: url("/wp-content/themes/make-child/assetts/loading-ellipsis.css") center 100px no-repeat;
}

#bmlo-short-app iframe {
    width: 802px;
    height: 2691px;
    box-shadow: 0 7px 15px #999, inset 0 0 2px #222;
    border: 8px solid #062373;
    padding: 5px;
    background-color: #fff;
    overflow: auto;
}

#bmlo-long-app iframe {
    width: 802px;
    height: 1484px;
    box-shadow: 0 7px 15px #999, inset 0 0 2px 1px #333;
    border: 8px solid #062373;
    padding: 5px;
    background-color: #fff;
    background: linear-gradient(#ddd, #eee, #fff, #fff, #fff, #fff, #fff, #fff);
    overflow: auto;
}

_::-webkit-:not(:root:root),
#bmlo-long-app iframe {
    height: 1543px;
    position: relative;
}

_::-webkit-:not(:root:root),
#referral-reminder {
    /*Safari CSS styles go here*/
    position: relative;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    /* IE10+ CSS styles go here */
    #bmlo-long-app iframe {
        width: 819px;
        height: 1518px;
    }
}

@supports (-ms-accelerator:true) {

    /* IE Edge 12+ CSS styles go here */
    #bmlo-long-app iframe {
        width: 814px;
        height: 1518px;
    }
}

@-moz-document url-prefix() {

    /* Mozilla/Firefox CSS styles go here*/
    #bmlo-long-app iframe {
        height: 1528px;
    }

    #referral-reminder {
        padding-left: 20px;
    }
}

#bmlo-long-app {
    background: url("https://benchmark.us/wp-content/themes/make-child/assetts/loading-ellipsis.svg") center 100px no-repeat;
}

.before-app {
    font-size: 0.70em;
    color: #333;
    padding: 3px 10px 4px 10px;
    border: 1px solid #062373;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 3px 3px 1px #999;
    background-color: #fefefe;
    text-shadow: 0 1px 1px #fff;
}

/*Floify loader*/
/*
iframe.floify {
    background: url(/wp-content/themes/make-child/assetts/Benchmark-Loader-Eclipse-1s-200px.gif);
    background-position: center;
    background-repeat: no-repeat;
}
*/
/*------------------------------
Find Your Branch page styles
--------------------------------*/
/*IE 11 fix*/
.ie-warning {
    display: none;
    margin-bottom: -50px;
}

.browser {
    margin-left: 20px;
    margin-right: 20px;
}

@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .ie-warning {
        display: block;
        margin-bottom: -50px;
        text-align: center;
        background: rgba(0, 0, 0, 0.8);
        padding: 4.4rem 2.2rem 2.2rem;
    }

    /* IE11 */
}

/*end IE 11 fix*/

#map-section {
    /* background-image: url('/wp-content/uploads/2015/06/big-map-background-blur-compressed.jpg'); */
    background-image: url('/wp-content/uploads/2020/02/20-year-wall.jpg');
    background-position-x: center !important;
    background-repeat: repeat !important;
}

#map-section .builder-banner-overlay,
#map-section .builder-section-overlay {
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), color-stop(rgba(0, 0, 0, 0.1)), color-stop(transparent), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)) */
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06), transparent);
}


.branches-accordion .ttfmake-button {
    display: none
}

.branches-accordion .anchor {
    margin-top: -100px !important;
    height: 56px !important;
    z-index: 99999;
    position: absolute;
    color: transparent;
}

.ui-accordion-header h2 {
    font-size: 20px;
    margin: 0;
}

.button-mobile {
    display: inline-block;
}

@media screen and (max-width:799px) {
    .button-mobile {
        display: block !important;
        float: none !important;
        text-align: center !important;
        margin-bottom: 10px;
    }

    .branches-accordion .ttfmake-button {
        display: inline-block;
    }

    .branches-accordion .anchor {
        margin-top: -56px;
    }

    #map-section {
        background-size: 55% !important;
        background-position: -12% 0% !important;
    }
}

@media screen and (min-width: 1281px) {
    #map_base svg {
        height: initial;
    }
}

#map_base svg {
    -webkit-filter: drop-shadow(0 4px 50px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0 4px 50px rgba(0, 0, 0, 0.6));
    background: radial-gradient(black, rgba(0, 0, 0, 0.1), transparent);
}

.page-id-70 #thsp-sticky-header {
    display: none;
}

/*------------------------------
blog sidebar styles
--------------------------------*/
.bm-cares-link {
    padding: 20px;
    box-shadow: 1px 1px 2px #aaa;
    display: inline-block;
    color: #171717;
    font-weight: normal;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.bm-cares-link:hover {
    box-shadow: 1px 3px 5px #777;
}

.blog-apply-link {
    display: block;
    text-align: center;
    padding: 8px;
    box-shadow: inset 1px 1px 3px #aaa;
    font-size: 2em;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 44px;
    margin-bottom: 0;
    transition: margin .25s, box-shadow .25s, border-width .3s;
    background-color: #fcfcfc;
    border: 1px solid #fff;
}

.blog-apply-link:hover {
    box-shadow: 1px 2px 5px #888;
    margin-top: 42px;
    margin-left: -1px;
    margin-bottom: 2px;
    transition: box-shadow .25s;
    border: -1px solid #ccc;
}

.blog-locations-link {
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 2.5em;
    background-color: #E9EDFA;
    box-shadow: inset 1px 1px 3px #888;
    border-radius: 3px;
    border: 1px solid #fff;
    transition: margin .25s, box-shadow .25s, border-width .3s;
}

.blog-locations-link:hover {
    border: 1px solid #ccc;
    box-shadow: 1px 2px 5px #777;
    background-color: #F3F5FC;
    margin-top: -2px;
    margin-left: -1px;
    margin-bottom: 2px;
    transition: box-shadow .25s, background-color .25s;
}

.fb_iframe_widget {
    box-shadow: 1px 1px 2px #aaa;
}

/*--------------------------
Footer Styling
----------------------------*/

.site-footer {
    background-color: #000;
    color: #ccc;
}

.site-footer a {
    color: lightslategray;
}

.site-footer a:hover {
    color: lightgray;
}

.site-footer .wpcf7-form-control,
.site-footer .wpcf7-text,
.site-footer .wpcf7-validates-as-required {
    width: 100%;
    box-shadow: inset 0 1px 2px #aaa;
    border: 1px solid #aaa;
}

.site-footer .wpcf7 input {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;

}

.site-footer .wpcf7 textarea {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.site-footer .wpcf7 p {
    margin-bottom: 8px
}

.site-footer .wpcf7 input[type="submit"] {
    background-color: #062373;
    float: right;
    padding: 8px 50px;
    width: 100%;
    margin-top: 2px;
    box-shadow: none;
    border: none;
    font-size: 13px;
    font-weight: bold;
}

.site-footer .wpcf7 input[type="submit"]:hover {
    background-color: #ddd;
    color: #111;
}

.footer-text::before {
    content: url(/wp-content/uploads/2015/09/equal_housing_logo.png);
}

.site-footer .widget {
    margin-bottom: 0;
}

.site-footer .widget-title {
    font-size: 1.65rem;
    border-bottom: 1px solid;
}

.site-footer .widget li {
    border: none;
    text-align: center;
}

.site-footer .widget li a {
    background-color: #062373;
    padding: 10px;
    color: #fff;
    display: block;
    border-radius: 2px;
    box-shadow: 0 1px 2px #000;
    font-size: 1.4rem;
}

.site-footer .widget li a:hover {
    background-color: #ddd;
    color: #111;
    box-shadow: 0 1px 4px #999;
}

.site-footer .wpcf7-not-valid-tip {
    color: #fff;
    background-color: #a00;
    padding: 2px 5px;
    text-shadow: 0 1px 1px #000;
    border-bottom: 1px solid #000;
}

.site-footer .wpcf7-response-output {
    margin-top: -20px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.site-footer *:not(select) hr {
    border-color: #555 !important;
}

footer .legal-disclaimer {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 2.2rem;
}

.dba-names {
    text-align: center;
    font-size: 1.1rem;
}

.dba-names p {
    margin-bottom: .15rem;
    color: #777;
}

.dba-names b {
    text-decoration: underline;
}

/*----------------------------------
List.js Loan Officer Search styles
-----------------------------------*/
#lo-list .list {
    list-style: none;
    display: block;
    border: 1px solid rgb(234, 236, 238);
    padding-left: 0;
    margin: auto;
    text-align: center;
    padding-top: 5px;
    border-top: none;
    box-shadow: inset 0 3px 8px #666;
    background-color: #efefef;
}

#lo-list .list li {
    text-align: left;
    box-shadow: 0 3px 8px #666;
    margin: 0 5px 9px;
    padding: 0 10px 30px;
    display: block;
    margin: 5px auto 9px;
    text-align: left;
    border-radius: 3px;
    max-width: 607px;
    background: linear-gradient(to bottom right, #fff, #fff, #efefef, #ddd);
}

#lo-list .list li .href {
    display: block;
}

#lo-list table {
    border-right: none;
    margin-bottom: 0;
    border-radius: 5px;
    border: none;
    border: 1px solid #eaecee;
}

#lo-list table .active {
    box-shadow: 0 3px 8px #666;
}

#lo-list span.name {
    font-weight: bold;
    display: inline-block;
}

#lo-list .nmls {
    font-size: medium;
    background-color: #171717;
    color: #fff;
    padding: 2px 2px 1px;
    display: inline-block;
}

#lo-list .alignleft {
    margin-right: 2rem;
    border-radius: 50%;
    box-shadow: 1px 1px 2px #062373, 0 0 3px #062373;
    width: 75px;
}

#lo-list .search {
    width: 100%;
}

#lo-list .search:hover,
#lo-list .search:focus {
    box-shadow: inset 0 1px 2px #aaa;
}

#lo-list .search::-webkit-input-placeholder {
    color: #ccc;
}

#lo-list .search:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

#lo-list .search::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

#lo-list .search:-ms-input-placeholder {
    color: #ccc;
}

#lo-list button {
    background-color: #062373;
    box-shadow: 0 1px 2px #000;
    padding: 1rem 1.5rem;
}

#lo-list .sort-container {
    float: right;
    border: none;
    margin-bottom: 11px;
}

#lo-list .search-container {
    display: block;
    margin-bottom: 10px;
}

#lo-list .sort-order {
    text-align: left;
    display: inline-block;
    color: #666;
}

#lo-list .AZ,
#lo-list .ZA {
    text-align: right;
    color: #062373;
}

#lo-list .by-name,
#lo-list .by-state {
    font-size: .75em;
}

#lo-list td {
    display: block;
    border: none;
}

#lo-list .sort-text {
    height: 68%;
    border-top: none;
}

#lo-list .fa-phone-square {
    color: #062373;
}

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

    .by-name small,
    .by-state small {
        display: none;
    }

    #lo-list span.name {
        display: block;
    }

    #lo-list .sort-order {
        text-align: left;
        display: inline-block;
        margin-top: 1px;
        box-shadow: inset -1px 0 2px #aaa;
        background: linear-gradient(#efefef, #fff);
        text-shadow: 0 1px 1px #bbb;
        padding: 3px;
    }
}

/*--------------------------
Benchmark General Styles
----------------------------*/

.sub-menu {
    display: none;
}

ul,
ol {
    margin-left: 2.2rem;
}

#menu-footer-widget-menu {
    margin-left: 0;
}

.check-my-loan-status {
    width: 100% !important;
    min-height: 585px !important;
    overflow-y: auto;
}

[class*="navigation"] .nav-previous a,
[class*="navigation"] .nav-previous span,
[class*="navigation"] .nav-next a,
[class*="navigation"] .nav-next span,
#infinite-handle a,
#infinite-handle span {
    color: #062373;
}

@media screen and (max-width:830px) {
    iframe.check-my-loan-status {
        min-height: 616px !important;
    }
}

@media screen and (max-width:768px) {
    iframe.check-my-loan-status {
        min-height: 850px !important;
    }
}

@media screen and (max-width:600px) {
    iframe.check-my-loan-status {
        min-height: 854px !important;
    }
}

@media screen and (max-width:580px) {
    iframe.check-my-loan-status {
        min-height: 900px !important;
    }
}

@media screen and (max-width:528px) {
    iframe.check-my-loan-status {
        min-height: 975px !important;
    }
}

@media screen and (max-width:371px) {
    iframe.check-my-loan-status {
        min-height: 1116px !important;
    }
}

.cmls-container .builder-section-content {
    max-width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    padding-left: 0rem;
    padding-right: 0rem;
}

.material-card {
    box-shadow: 1px 1px 2px #aaa !important;
    padding: 20px !important;
    padding-bottom: 5px !important;
    border-top: 1px solid #e8e8e8 !important;
    border-left: 1px solid #e8e8e8 !important;
    margin-bottom: 40px !important;
    background-color: #fff !important;
}

#menu-main-nav {
    margin-left: 0px !important;
}

.ttfmake-button {
    display: inline-block;
}

blockquote:not(.ttfmake-testimonial) {
    border: 1px solid #e8e8e8;
    padding: 22px 22px 0;
    border-radius: 20px;
    border-top-left-radius: 5px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(#fff, #fafafa);
}

.star-rating:not(:empty) {
    color: #ffdf00;
    text-shadow: 0 0 2px #9e8535, 2px 3px 3px rgba(0, 0, 0, 0.5);
    font-size: 2em;
    box-shadow: inset 1px 1px 5px -1px rgba(0, 0, 0, 0.8);
    padding: 3px 6px 4px 4px;
    background-color: #f8f8f8;
}

/* my-testimonial-engine.steprep.com styles*/

.v-feed-rating-container .star-rating:not(:empty) {
    color: inherit;
    text-shadow: none !important;
    box-shadow: none !important;
    background-color: transparent;
}

.v-feed-item-container {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

#v-review-display-widget-container {
    height: 5000px !important;
}

.v-feed {
    padding: 2rem;
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.2);
}

pre.wp-block-verse {
    display: inline-block !important;
    background-color: ghostwhite;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

@media screen and (min-width:800px) {
    div.wp-block-verse-container {
        text-align: center;
    }

    pre.wp-block-verse {
        text-align: left;
    }
}

/*--------------------------
Mortgage and Amortization Page and Calculators styling (they come with zero styles)
----------------------------*/

#calculators-title {
    text-align: center;
    background-image: url(https://benchmark.us/wp-content/uploads/2015/08/mortgage-calculator-icon.png);
}

#mortgage-calculators {
    margin: 100px auto;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    display: inline-block;
    padding: 10px 50px;
    text-align: center;
}

#calc-cta {
    margin: 100px auto;
}

.calculator {
    margin: auto;
    text-align: center;
    transition: width ease;
}

.calculator .form {
    box-shadow: 1px 1px 2px #999;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #e8e8e8;
    padding: 20px 20px 0px 20px;
    width: 50%;
    display: inline-block;
    text-align: left;
    min-width: 247.359px;
    background-color: rgba(255, 255, 255, 1);
}

.calculator .form label {
    font-weight: bold;
}

.calculator .form input {
    display: block;
    width: 100%;
    box-shadow: inset 1px 1px 2px #bbb;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.calculator .results {
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    box-shadow: inset -1px 1px 2px #999;
    text-align: left;
    background-color: rgba(254, 254, 254, 1);
    color: #070707;
    transition: ease-out 1s;
}

.calculator .results p {
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin: 0 30px 1.0rem 30px;
    padding-top: 0.7rem;
}

.calculator .results .error {
    display: none;
}

@media screen and (max-width:800px) {
    .calculator .form {
        width: 100%;
        margin-bottom: 5px;
    }

    .calculator .results {
        width: 100%;
        box-shadow: inset 2px 1px 2px #bbb;
        border-top: 0;
        border-bottom: 0;
    }
}

#calculator-cta .builder-section-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}

#calculator-cta {
    background-image: url(/wp-content/uploads/2015/08/background-2.jpeg);
    padding-bottom: 100px;
}

@media screen and (max-width:800px) {
    #calc-cta {
        margin: 10px auto;
    }

    #mortgage-calculators {
        padding: 10px 20px;
        border-radius: 50px;
    }

    .mcalc .mcalc-results h2 {
        font-size: 4rem !important;
    }

    /*Mortgage Calculators WP*/
    form.mcalc {
        margin-bottom: 2.2rem;
    }

    .mcalc .mcalc-results h2.mcalc-value {
        font-size: 5rem !important;
        font-family: arial;
    }

    strong.mcalc-value {
        font-family: arial;
    }
}

@media screen and (max-width:767px) {
    /* .mcalc-main .slider-track {
        display: none;
    } */

    .mcalc input[type=text].mcalc-half {
        padding: 1rem;
        background-color: #f1f1f1;
    }

    label.mcalc-half {
        line-height: 1.25;
    }

    /* .mcalc .slider.slider-horizontal {
        display: none;
    } */

    p.mcalc-percent {
        font-weight: bold;
        font-size: 2rem;
    }

    /* input#ex1\ e3 {
        display: block !important;
        background-color: #f1f1f1;
        width: 50px;
        padding: 1rem;
    } */

    p.mcalc-percent {
        border-bottom: 1px solid lightgray;
        padding-bottom: 2rem;
    }
}


/*--------------------------
Resources Page Styles
----------------------------*/

.resources-page .material-card {
    box-shadow: 1px 1px 35px #222 !important;
}

#resources {
    box-shadow: inset 0 5px 5px -3px rgba(0, 0, 0, 0.4),
        inset 0 -3px 5px -2px #444;
    background-image: url(/wp-content/uploads/2015/06/chess-pieceskraked.jpg);
    background-size: cover;
    background-position-x: center !important;
}

/*--------------------------
Lifetime Loan Page styles
----------------------------*/

#lifetime-loan-intro {
    padding: 10% 5%;
    color: #fff;
    text-shadow: 0 1px 10px #000;
    box-shadow: inset 0 30px 150px #171717;
    border-bottom: 1px solid #888;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2021/12/dad-and-daughter-baking-cookies-1200px-web.jpg');
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position-x: center !important;
}

#lifetime-loan-intro .builder-banner-overlay,
#lifetime-loan-intro .builder-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), transparent, transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
}

#lifetime-loan-intro img {
    padding: 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 10px #333;
}

section#loan-creation {
    padding-top: 13.2rem;
    padding-bottom: 13.2rem;
    box-shadow: 0 -1px 50px #000;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2022/02/house-background-loan-creation-2.jpg);
    background-position-x: 45vw !important;
    background-position-y: 100% !important;
    color: #fff;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 2rem;
    background-color: #fff;
    background-repeat: no-repeat;
}

section#loan-creation h2 {
    font-size: 4.6rem;
    line-height: 1.2;
    font-weight: normal;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 800px) {
    section#loan-creation .builder-text-column-1 {
        width: 72.50025%;
    }

    section#loan-creation .builder-text-column-2 {
        width: 24.16675%;
        display: none;
    }
}

section#loan-creation .builder-section-overlay {
    background-color: #91b3ce;
    background: linear-gradient(90deg, #91b3ce, #91b3ce, #91b3ce, #91b3ce, #91b3cef5, transparent, transparent)
}

@media screen and (max-width: 799px) {
    section#loan-creation {
        background-position-x: 25% !important;
        background-position-y: 200px !important;
    }

    section#loan-creation .builder-section-overlay {
        background: transparent !important;
        background: linear-gradient(#91b3ce, #91b3cef5, transparent, transparent) !important
    }
}

/* #loan-creation {
        padding-bottom: 0 !important;
        color: #292929;
        -webkit-animation: animatedBackground 60s linear infinite;
        animation: animatedBackground 60s linear infinite;
        box-shadow: 0 -1px 50px #000;
        overflow: hidden;
        background-color: #91D9F8;
        background-image: url('/wp-content/uploads/2015/06/clouds-no-parallax.png');
    }

    #loan-creation h2 {
        text-shadow: 0 1px 0px #efefef;
    } */

@keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1000px 0;
    }
}

@keyframes animatedBackgroundVertical {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 1000px;
    }
}

@keyframes animatedBackgroundSlant {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1000px 700px;
    }
}

@-webkit-keyframes animatedBackground {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1000px 0;
    }
}

@-webkit-keyframes animatedBackgroundVertical {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 1000px;
    }
}

@-webkit-keyframes animatedBackgroundSlant {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -1000px 700px;
    }
}

/* #loan-creation h2 {
        font-size: 4.6rem;
        line-height: 1.2;
        font-weight: normal;
    } */

section#market-watch {
    color: #eee;
    background: url(https://benchmark.us/wp-content/uploads/2022/02/neighborhood-blue-sky-background.jpg);
    background-size: cover;
    background-position: center center;
    text-align: inherit;
    box-shadow: inset 0 3px 3px #666;
    overflow: hidden;
    background-attachment: fixed;
    padding-top: 13.2rem;
    padding-bottom: 13.2rem;
}

#market-watch h2 {
    font-size: 4.6rem;
    line-height: 1.2;
    font-weight: normal;
}

section#market-watch div.builder-text-column-1 {
    width: 100% !important;
}

section#market-watch div.builder-text-column-2 {
    display: none;
}

#market-watch img {
    box-shadow: inset 0 1px 100px #878787;
    box-shadow: inset 0 1px 100px rgba(6, 35, 115, 0.2);
    padding: 20px;
    border-radius: 2em;
}

#loan-tools {
    color: #fff;
    padding-bottom: 0 !important;
    background-color: cadetblue;
    text-shadow: 0 1px 10px #333;
    box-shadow: 0 -1px 5px #333;
    -webkit-overflow: hidden !important;
    overflow: hidden;
}

#loan-tools h2 {
    font-size: 4.6rem;
    line-height: 1.2;
    font-weight: normal;
}

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

    #market-watch .builder-text-column:last-of-type,
    #yearly-reviews .builder-text-column:last-of-type {
        padding-right: 0;
    }
}

#yearly-reviews {
    color: #171717;
    text-align: right;
    box-shadow: inset 0 3px 3px #555;
    -webkit-animation: animatedBackgroundSlant 60s linear infinite;
    animation: animatedBackgroundSlant 60s linear infinite;
    overflow: hidden;
}

#yearly-reviews h2 {
    font-size: 4.6rem;
    line-height: 1.2;
    font-weight: normal;
}

#yearly-reviews .builder-text-column {
    float: right;
    margin-right: 0 !important;
}

#yearly-reviews .builder-text-column:last-of-type {
    margin-right: 3.3333333333%;
    padding-right: 20px;
}

#call-us-anytime {
    color: #fff;
    text-shadow: 0 1px 10px #333;
    box-shadow: 0 -1px 5px #000;
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}

#call-us-anytime h2 {
    font-size: 4.6rem;
    line-height: 1.2;
    font-weight: normal;
}

#call-us-anytime .builder-text-column:first-of-type {
    margin-top: 52px;
}

#call-us-anytime .builder-text-column:last-of-type {
    background-color: rgba(0, 0, 0, 0.2);
    border-top-left-radius: 65%;
}

#call-us-anytime #call-center {
    position: relative;
    height: 100%;
    width: 106.2%;
    padding: 200px 0 70px 0;
}

#call-us-anytime #call-center::after {
    background: url(/wp-content/uploads/2015/08/background-phone-icon-200-kraked.png);
    background-repeat: no-repeat;
    opacity: 0.04;
    content: "";
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-position: center top;
}

#call-center img {
    margin-left: -3%;
    box-shadow: 0 77px 0 #0c2e4d;
    width: 100%;
}

#lifetime-loan-footer {
    box-shadow: inset 0 1px 5px #333;
    overflow: hidden;
}

#ttfmake-1439848703 {
    border: 2px solid #062373;
    color: #062373;
}

#ttfmake-1439848703:hover {
    border: 2px solid #666;
    color: #666;
}

/***********************************
Lifetime Loan page toggle CTA footer
***********************************/
.pull-down {
    vertical-align: top;
    height: auto !important;
    text-align: center;
}

.toggle-hidden {
    /*display: none;*/
    height: auto;
    margin-bottom: 20px;
}

.hide {
    font-size: 4.6rem;
    color: #ccc;
    text-shadow: 0 1px 0 #aaa;
    text-align: center;
    text-decoration: none;
    margin: auto;
    margin-bottom: 5px;
}

.hide:hover {
    color: #eee;
    text-shadow: 0 0 1px #666;
    text-decoration: none;
    margin-bottom: 20px;
}

/*******************************
TRID University 
*******************************/

.trid-university {
    background: linear-gradient(#fff, #fff, #fafafa, #fafafa, #fff, #fff) !important;
}

.trid-videos .ttfmp-panels-item-content {
    background-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: inset 0 1px 5px #888;
}

.trid-videos .builder-section-content {
    box-shadow: 1px 1px 8px #aaa;
    background-color: rgba(0, 0, 0, 0.2);
}

.trid-videos {
    box-shadow: inset 0 2px 8px #999;
}

.trid-videos .builder-banner-section-title {
    text-align: center;
    text-shadow: 0 1px 4px #171717;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    color: #fdfdfd;
    font-size: 4rem;
}

.embedded-doc-link {
    display: none;

}

.embedded-doc {
    width: 696;
    padding: 0;
    margin: auto;
}

@media screen and (max-width:800px) {
    .embedded-doc-link {
        display: inline-block;
    }

    .embedded-doc {
        display: none;
    }
}

/******************************
About Page Styles
******************************/
/*intro section with background*/
#builder-section-1473946236472 {
    color: #fff;
    text-shadow: 1px 5px 20px rgba(0, 0, 0, 0.5);
}

#builder-section-1473946236472 .cv-circle img {
    border-radius: 50%;
    box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.5);
}

#builder-section-1473946236472 a {
    text-shadow: 0 1px 0 #fff, 0 -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 1px 5px 20px rgba(0, 0, 0, 0.5);
}

#builder-section-1473946236472 .builder-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
}

/*next psuedo-section (comprosed of )*/
#builder-section-1473946374802 {
    padding: 8.8rem 0 2.2rem;
}

#builder-section-1473946426395 {
    padding: 0 0 8.8rem;
    background: linear-gradient(#eee, #eee, rgba(0, 0, 0, 0.15));
}

#builder-section-1473946426395 h2 {
    color: #fff;
    text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.6), 1px 0 0 rgba(0, 0, 0, 0.3), -1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(0, 0, 0, 0.2);
    font-size: 50pt;
    margin-bottom: 0;
}

/* founded on customer centricity section*/
#builder-section-1473946474388 {
    padding: 8.8rem 0;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
    background: linear-gradient(#062373, #fff);
}

#builder-section-1473946474388 a {
    color: #fff;
    border: 2px solid #f8f8f8;
    padding: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), inset 1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: box-shadow .2s ease, background-color .2s ease, border-radius .2s ease;
    display: inline-block;
}

#builder-section-1473946474388 a:hover {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    text-shadow: none;
    color: #062373;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px;
}

#builder-section-1473946504482 h3,
#builder-section-1473965446019 h3 {
    font-size: 50pt;
    color: #444;
    text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.6);
}

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

    #builder-section-1473946504482 h3,
    #builder-section-1473965446019 h3 {
        line-height: 1.1;
        margin-bottom: 2.2rem;
    }
}

@media screen and (max-width:573px) {
    #builder-section-1473946236472 .cv-circle {
        display: block;
        margin: 20px auto 30px;
    }
}

#builder-section-1473946546872 {
    background: linear-gradient(#fff, rgba(0, 0, 0, 0.15));
    padding-bottom: 8.8rem;
}

#builder-section-1473946546872 h2 {
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 46px;
    font-size: 4.6rem;
}

#builder-section-1473946546872 h3 {
    font-weight: normal;
}

/*last section*/
#builder-section-1473973614969 p:first-of-type {
    font-size: 2.5rem;
}

/* Leadership styling*/
.bottom-caption .builder-gallery-content {
    display: flex;
    align-items: flex-end;
}

.leaders.builder-gallery-captions-dark .builder-gallery-content {
    background: linear-gradient(rgba(6, 35, 115, 0.2), #062373);
    height: 45%;
    margin-top: 55%;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    padding-top: 0;
    padding-bottom: 0;
}

.leaders h3 {
    font-size: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.leaders h3.small {
    line-height: 1.175;
}

.leaders .builder-gallery-description p {
    line-height: 1;
}

.leaders .builder-gallery-item:hover {
    box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.5);
    transform: scale(1.01);
    margin-top: -0.2%;
    margin-bottom: calc(8px + .2%);
}

.leaders .builder-gallery-item:not(:hover) figure {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
}

.leaders .builder-gallery-item:hover figure {
    -webkit-filter: brightness(1.12);
    filter: brightness(1.12);
}

/******************************
Community Page Styles
******************************/
#comm-2014 {
    background-image: url(/wp-content/uploads/2015/06/OurReachBG3BWkraken.jpg);
}

#comm-2013 {
    background-image: url(/wp-content/uploads/2015/06/parallax2014.jpg);
    background-position: center;
}

#comm-2012 {
    background-image: url(/wp-content/uploads/2015/06/parallax-2013.jpg);
    background-size: cover;
}

#comm-2011 {
    background-image: url(/wp-content/uploads/2015/06/OurReachBG3BWkraken.jpg);
}

.community-year p {
    text-align: center;
    font-size: 60px !important;
    font-family: sans-serif;
    font-weight: 500;
    font-style: italic;
    text-shadow: 0 0 10px #062373 !important;
    line-height: 1.05;
}

.bm-gallery-section .builder-text-content .foogallery-container {
    padding-top: 27px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 5px #666;
    background-color: #171717;
}

.bm-gallery-section .builder-text-title {
    text-align: center;
}

.bm-gallery-section .builder-text-content p {
    color: #666;
    padding: 1em;
}

.bm-gallery-section .builder-text-content a {
    color: #999;
}

/*******************************
iPad adjustments
*******************************/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .page-id-3059 .builder-section-banner {
        background-position: center !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .page-id-3059 .builder-section-banner {
        background-position: center !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .page-id-3059 .builder-section-banner {
        background-position: center !important;
    }
}

@media only screen and (max-width: 800px) {
    .page-id-3059 .builder-section-banner {
        background-position-x: 50% !important;
        background-position-y: 50% !important;
        box-shadow: inset 0px 0px 30px #000;
        background-size: 150%;
    }
}

/********************************
Jobs Board Search Input Styles
********************************/
#search_keywords,
#search_location {
    background-color: #fcfcfc;
    box-shadow: inset 0 1px 5px #ccc;
}

#search_keywords:focus,
#search_location:focus {
    box-shadow: inset 0 1px 5px #aaa;
}

#search_keywords::-webkit-input-placeholder,
#search_location::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #ccc;
}

#search_keywords:-moz-placeholder,
#search_location:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}

#search_keywords::-moz-placeholder,
#search_location::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

#search_keywords:-ms-input-placeholder,
#search_location:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

.job_filters {
    border: 1px solid #ddd;
}

.job-manager-form input {
    background-color: #fcfcfc;
    box-shadow: inset 0 0 2px #aaa
}

.job-manager-form input[type="submit"] {
    background-color: #062373;
    box-shadow: 1px 1px 2px #aaa;
    font-weight: bold;
}

.job-manager-form input[type="submit"]:hover {
    background-color: #eee;
    color: #062373;
    text-shadow: 0 1px 0 #fff;
}

.job-manager-form input[type="file"] {
    background: none;
    box-shadow: none;
}

#job-manager-job-dashboard table td,
#job-manager-job-dashboard table th {
    padding-left: 1em;
}

#job-manager-job-dashboard table ul.job-dashboard-actions li {
    font-size: .85em;
    opacity: .5;
    font-weight: bold;
}

#job-manager-job-dashboard table ul.job-dashboard-actions li:hover {
    opacity: 1;
}

.job-manager-jobs thead {
    background-color: #fcfcfc;
    color: #444;
}

#job-manager-job-dashboard p {
    font-weight: bold;
    border-bottom: 1px solid #eaecee;
    border-top: 1px solid #eaecee;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

#priv-pol-2 {
    background-color: #e7f4f8;
    box-shadow: inset 0 2px 8px -5px #000;
    margin-bottom: 0;
}

#priv-pol-2 a {
    color: #062373;
    border: 1px solid;
    padding: 3px;
    border-radius: 5px;
}

#priv-pol-2 a:hover {
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 1px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    padding: 2px;
    text-shadow: 0 1px 2px #000;
    padding: 2px;
}

#priv-pol-3 {
    padding-top: 44px;
    padding-top: 4.4rem;
    box-shadow: inset 0 2px 8px -5px #000, inset 0 -2px 8px -5px #000;
    background: linear-gradient(#fff, #fafafa);
    margin-bottom: 0;
    border-bottom: 4px solid #000;
}

#priv-pol-4 {
    padding-top: 44px;
    padding-top: 4.4rem;
    background: linear-gradient(#222, #333);
    color: #efefef;
    text-shadow: 0 1px 0 #222;
    margin-bottom: 0;
    padding-bottom: 44px;
    padding-bottom: 4.4rem;
    border-bottom: 1px solid #aaa;
}

#priv-pol-4 a {
    color: #999;
    padding: 3px;
}

#priv-pol-4 a:hover {
    text-shadow: 0 1px 2px #000;
    color: #fff;
    border-radius: 5px;
    padding: 2px;
    border: 1px solid #fff;
    box-shadow: 0 1px 1px #111, inset 1px 1px #111;
    text-decoration: none;
}

/**************************
Opt Out Page 
**************************/
#opt-out {
    background-color: #f5f5f5;
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#opt-out .instructions {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    max-width: 690px;
    margin: auto;
    margin-bottom: 4px;
}

#opt-out .opt-out-title {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    max-width: 690px;
    margin: auto;
    margin-bottom: 64px;
}

/**************************
Blog Styling
**************************/
.entry-header .entry-thumbnail.post-header img {
    box-shadow: 2px 3px 20px #666;
}

.comment-form #submit {
    background-color: #062373;
}

.comment-form #submit:hover {
    background-color: #eee;
    color: #062373;
    box-shadow: 1px 1px 2px #888;
}

#comment {
    background-color: #fdfdfd;
    border: 1px solid #ccc;
}

#comment:active,
#comment:focus {
    box-shadow: inset -0.01rem -0.01rem 7px #bbb;
}

#breadcrumbs {
    font-size: 12px;
}

footer.entry-footer a {
    color: #555;
}

/*HARVEY FHA 203(h) LANDING PAGE*/
#harvey-fha {
    color: #fff;
    text-shadow: 0 1px 3px #000;
    min-height: calc(100vh - 44.22px - 304.55px);
}

#harvey-fha h1 {
    text-shadow: 1px 2px 10px #000, 0 1px 0 #111, 0 3px 0 #222, 0 5px 0 #333, 1px 3px 10px red;
}

/**************************
Subscribe2 Support
**************************/
.s2_form_widget {
    margin-top: 8.8rem;
    background: linear-gradient(140deg, #fff, #ddd);
    padding: 15px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

.s2_form_widget .widget-title {
    font-size: 2em;
    color: #062373;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.11);
    text-align: center;
    border-bottom: 1px solid #062373;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.4);
}

.s2_form_widget label[for="s2email"] {
    margin-top: 1.1rem;
    display: inline-block;
}

.s2_form_widget input[name="email"] {
    background: #f8f8f8;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    color: #777;
}

.s2_form_widget input[name="subscribe"] {
    border-radius: 0;
    background-color: #062373;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    width: 55%;
}

.s2_form_widget input[name="unsubscribe"] {
    color: #062373;
    background: transparent;
    border: 2px solid;
    border-radius: 0;
    padding: 8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), inset 1px 1px rgba(0, 0, 0, 0.2);
    width: 42%;
}

.s2_form_widget .s2_message {
    margin: 1.5rem 0;
    border-top: 2px solid;
    border-bottom: 2px solid;
}

/**************************
HOLIDAYS AND THEMES
**************************/
/*PATRIOTIC or 4th of JULY*/
#lo-big-container.patriotic:before {
    height: 215px;
    width: 709px;
    margin-top: -124px;
    margin-bottom: -91px;
    background: linear-gradient(rgba(0, 0, 0, 0.9), transparent);
    background-image: url(/wp-content/uploads/sites/348/2017/01/Stars.png);
}

#bmlo-home-cta-section.patriotic:before {
    background-image: url(/wp-content/uploads/sites/348/2017/01/Bars.png);
    height: 315px;
    width: 100%;
    margin-top: -340px;
    margin-bottom: 44px;
    background-position: 100% 0;
    background-repeat: no-repeat;
    position: absolute;
}

/*END patriotic*/
/*REFINANCE QUESTIONNAIRE*/
.universal-refi-form * {
    max-width: 100%;
    word-break: keep-all;
}

.universal-refi-form #hidden {
    visibility: hidden;
    float: right;
    height: 0px;
    transform: translate(0, 100vw);
}

.universal-refi-form label,
#personal label,
span.label,
div.inline-block {
    display: inline-block;
}

.universal-refi-form label,
.universal-refi-form span.label {
    margin-right: 15px
}

.universal-refi-form #address label {
    margin-right: 5px;
}

.universal-refi-form input[type="text"],
.universal-refi-form input[type="email"],
.universal-refi-form input[type="tel"],
.universal-refi-form textarea {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid #062373;
    max-width: 100% !important;
}

.universal-refi-form textarea {
    max-width: 100%;
    width: 100%;
}

.universal-refi-form .wpcf7-radio {
    font-size: 2rem;
    display: inline-block;
    border: 1px solid #eee;
    border-bottom: 2px solid #062373;
    border-radius: 5px;
    margin-top: 0.55rem;
    padding: 2px 25px 5px 5px;
}

.universal-refi-form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.7rem;
}

.universal-refi-form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.7rem;
}

.universal-refi-form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.7rem;
}

.universal-refi-form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.7rem;
}

.universal-refi-form input::placeholder {
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.7rem;
}

.universal-refi-form label,
.universal-refi-form .label {
    /*     border-top:1px solid #062373; */
    /*     border-bottom:1px solid #062373; */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-top: 25px !important;
    border-radius: 5px;
    padding: 5px;
    display: inline-block;
}

.universal-refi-form span.label label {
    box-shadow: none;
    border-top: none;
    margin-top: 0px !important;
    padding: 0px 0px !important;
}

.universal-refi-form form {
    border: 1px solid #062373;
    border-top: 5px solid;
    border-bottom: 2px solid;
    border-radius: 5px;
    display: inline-block;
    padding: 2.2rem 4.4rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(23deg, #fff, #f8f8f8, #fff);
}

.universal-refi-form form input[type="submit"] {
    background-color: #062373;
    border-radius: 5px;
    padding-left: 4.4rem;
    padding-right: 4.4rem;
    font-size: 1.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.1s ease;
}

.universal-refi-form form input[type="submit"]:hover {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
}

form.wpcf7-form.init,
.universal-refi-form input[type="text"],
.universal-refi-form input[type="email"],
.universal-refi-form input[type="tel"],
.universal-refi-form textarea,
.universal-refi-form .wpcf7-radio,
.universal-refi-form form input[type="submit"] {
    transition: borderColor .2s ease, backgroundColor .2s ease;
}



form.wpcf7-form.init.va,
.universal-refi-form .va input[type="text"],
.universal-refi-form .va input[type="email"],
.universal-refi-form .va input[type="tel"],
.universal-refi-form .va textarea,
.universal-refi-form .va .wpcf7-radio {
    border-color: #575c45;
}

form.va {
    background: #f8f8f8;
}

.universal-refi-form .va input[type="text"],
.universal-refi-form .va input[type="email"],
.universal-refi-form .va input[type="tel"],
.universal-refi-form .va textarea,
.universal-refi-form .va .wpcf7-radio {
    background: #fff;
}

.universal-refi-form form.va input[type="submit"] {
    background-color: #575c45
}

@media screen and (max-width:799px) {
    .universal-refi-form form {
        padding: 2.5rem 2.2rem 0px;
    }

    .universal-refi-form form input[type="submit"] {
        width: 100%;
        background-color: #062373;
        border-radius: 5px;
    }
}

/* Events Calendar (by Modern Tribe) styling*/
ol.tribe-list-widget li.type-tribe_events {
    border: 2px solid #062373;
    border-radius: 5px;
    background: linear-gradient(#fff, #efefef);
    padding: 2.2rem;
}

aside.tribe-events-list-widget .widget-title {
    font-size: 3.5rem;
    box-shadow: 0 4px 4px -6px;
    padding: 1.1rem;
    margin-bottom: 2.2rem;
}

ol.tribe-list-widget {
    margin-left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
}

div#tribe-events-gmap-0:empty {
    display: none;
}

.single-tribe_events .secondary .tribe-events-venue-map {
    width: 58%;
    background: transparent;
    border: none;
}

/*********************************
TVHF Styles go here!
*********************************/
section#coe-widget-container,
section#fr-contact-form {
    padding-bottom: 88px;
    padding-top: 4.4rem;
    margin-bottom: 0;
    background: linear-gradient(transparent, transparent, transparent, transparent, transparent, #8e5f0933);
}


section#coe-widget-container h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
}

section#coe-widget-container .hide {
    display: none;
}

section#coe-widget-container option {
    display: inline-block;
}

section#coe-widget-container div#evidence {
    margin-top: -2rem;
    padding: 2.2rem;
    padding-bottom: 0;
    font-size: 2rem;
    border: 3px solid #575c45;
    box-shadow: inset 0 -1px 2px;
}

section#coe-widget-container select.div-toggle {
    min-width: 100%;
    font-size: 2rem;
    height: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    margin-bottom: -6px;
    border-bottom-left-radius: 0 !important;
    border: 3px solid #575c45;
    overflow: scroll;
    color: #fff;
    background-color: #555;
}

#coe-widget-container .wpcf7 p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: normal;
}

#coe-widget-container textarea#formCategory {
    height: 0;
    visibility: hidden;
}

#coe-widget-container div.wpcf7 p:nth-child(2) label:nth-child(1) {
    margin-right: 0.75%;
    float: left;
    width: 55%;
}

#coe-widget-container div.wpcf7 p:nth-child(2) label:nth-child(2) {
    max-width: 47%;
    margin-right: 0;
    display: inline-block;
}

#coe-widget-container div.wpcf7 p:nth-child(3) {
    margin-bottom: 0;
}

#coe-widget-container div.wpcf7 p:nth-child(3) label input {
    width: calc(100% - 100px - 22px) !important;
    margin-right: 2%;
}

#coe-widget-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-name"],
#coe-widget-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-phone"],
#coe-widget-container input.wpcf7-form-control.wpcf7-text[name="your-phone"] {
    width: 100%;
    border: none;
    background-color: #eaecee;
    margin-top: 0;
}

@media screen and (max-width:1012px) {
    #coe-widget-container div.wpcf7 label {
        margin: 0;
        float: none;
    }

    #coe-widget-container div.wpcf7 label:not(:last-of-type) {
        display: block !important;
    }

    #coe-widget-container div.wpcf7 p:nth-child(2) label:nth-child(1) {
        margin-right: 0;
        float: none;
        width: 100%;
    }

    #coe-widget-container div.wpcf7 p:nth-child(2) label:nth-child(2) {
        max-width: 100%;
        margin-right: 0;
        display: block;
    }

    #coe-widget-container div.wpcf7 p:nth-child(3) label input {
        width: calc(100% - 100px - 22px) !important;
        margin-right: 2%;
    }
}

#coe-widget-container div.wpcf7 {
    background: linear-gradient(#fff, rgba(255, 255, 255, 0.5));
    padding: 20px 14px 0;
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.4);
    border: 1px solid #eee
}

#coe-widget-container div.wpcf7>form>p:nth-child(3)>span:nth-child(4) {
    display: inline-block;
}

#coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-text {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    border: none;
    background-color: #eaecee;
}

#coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-text[name="your-email"] {
    max-width: calc(100% - 140px);
    margin-right: 10px;
    width: 100%;
}

#coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background-color: #545c45;
    color: #eee;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 -3px 1px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3);
    transition: all .2s ease-in-out;
    width: auto;
    padding: 1rem 1.8rem;
    font-size: 1.3rem;
    border: none;
    font-weight: 600;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), inset 0 -3px 1px rgba(0, 0, 0, 0.5), inset 0 2px 5px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    cursor: pointer;
}

#coe-widget-container div.wpcf7 span:nth-child(9) {
    float: left;
}

@media screen and (max-width:799px) {
    #coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-submit {
        display: block;
        width: 100%;
        font-size: 1.2em;
        margin-top: 20px;
        margin-bottom: -20px
    }

    #coe-widget-container div.wpcf7 p:nth-child(3) label input {
        width: 100% !important;
        margin-right: 0;
        display: block;
    }

    #coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-text[name="your-email"] {
        max-width: 100%;
    }

    #coe-widget-container div.wpcf7 br {
        display: none;
    }

    #coe-widget-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-name"],
    #coe-widget-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-phone"] {
        margin-bottom: 10px;
    }
}


/*COE widget*/

#coe-widget-container select.div-toggle {
    min-width: 100%;
    font-size: 2rem;
    background-color: #eee;
    height: 50px;
    border: 2px solid;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    color: #333;
    margin-bottom: -5px;
    border-bottom-left-radius: 0 !important;
}

/* End TVHF styles */

/* Countdown Timer! 
<p id="countdown" data-timer-date="Apr 9, 2020 8:00:00" > </p>*/
p#countdown {
    text-align: center;
    font-size: min(9vw, 115px);
    font-family: "Proxima Nova";
}