/**
 * Theme Name:  Benchmark Branch
 * Theme URI:   http://benchmark.us
 * Author:      Jason Haeger
 * Author URI:  http://benchmark.us
 * Description: Custom theme for Benchmark Mortgage Branch websites. You all rock!
 * 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.
 */


/*---------------------------
Global styling
----------------------------*/

.entry-content {
    overflow: hidden;
}


/*---------------------------
Header styling
----------------------------*/

.site-title,
.site-title a {
    font-size: 2rem !important;
    padding-left: 2% !important;
}

.site-header .site-description {
    padding-left: 4.5% !important;
    margin-left: 0;
    margin-top: 11px;
    float: none;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

img.custom-logo {
    max-width: 85%;
    margin-bottom: -20px;
}

.site-header-main {
    padding-bottom: 0;
}

.page-id-1172 .yoast-seo-breadcrumb,
.page-id-29 .yoast-seo-breadcrumb,
.page-id-65 .yoast-seo-breadcrumb,
.page-id-69 .yoast-seo-breadcrumb {
    font-size: 0.8em;
    margin-bottom: -25px;
    position: relative;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 5px;
    padding-left: 2%;
}

@media screen and (min-width:800px) {
    .menu-main-nav-container {
        border-top: 2px solid #18378a;
        box-shadow: inset 5px 0 3px #fff, inset -5px 0 3px #fff, inset 0 3px 7px -5px rgba(0, 0, 0, 0.7);
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

    ul#menu-main-nav li.current_page_item,
    ul#menu-main-nav li.current_page_parent {
        background: linear-gradient(rgba(255, 255, 255, 0.5), #fcfcfc);
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width:799px) {
    .site-title {
        text-align: center;
    }

    img.custom-logo {
        max-width: 75%;
    }

    .menu-toggle,
    .toggled .menu-toggle:hover {
        max-width: 468px;
        margin: auto;
        margin-bottom: 15px;
        background: linear-gradient(#f8f8f8, #fff);
        border: 2px solid #062373;
        color: #062373;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2), inset 1px 2px 3px rgba(0, 0, 0, 0.2);
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
        text-align: center;
        transition: background .3s ease, text-shadow .3s ease, box-shadow .3s ease, border .3s ease, color .3s ease;
    }

    .menu-toggle:hover,
    .toggled .menu-toggle {
        background: #062373;
        color: #efefef;
        box-shadow: 0 12px 15px -5px rgba(0, 0, 0, 0.6), inset 0 -1px 10px rgba(0, 0, 0, 0.8), inset 0 1px 10px rgba(255, 255, 255, 0);
        transition: background .3s ease, text-shadow .3s ease, box-shadow .3s ease, border .3s ease, color .3s ease;
    }

    #menu-main-nav {
        margin-left: 0px !important;
        margin-top: -15px;
        margin-bottom: 2.2rem !important;
    }

    .site-navigation .menu li a,
    .site-navigation .nav-menu li a {
        border-bottom: none;
        background: linear-gradient(#fff, #efefef, #f8f8f8);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 1px;
        color: #062373;
        text-align: center;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    }

    .site-navigation .menu li a:hover,
    .site-navigation .menu li a:focus {
        color: #062373;
        background: linear-gradient(#fff, #f8f8f8, #fafafa);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
        margin-bottom: 2px;
        padding: 1rem 0;
    }

    .sub-menu li.menu-item a {
        text-align: right !important;
        padding-right: 20%;
        box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
        margin-top: 0;
        margin-bottom: 0;
    }

    .sub-menu {
        display: block;
    }
}

@media screen and (max-width:400px) {
    img.custom-logo {
        max-width: 100%;
    }
}


/*---------------------------
Welcome Banner styling
----------------------------*/

#branch-intro-container .builder-section-content .builder-text-column-1 {
    color: #fff !important;
    margin-right: 0px !important;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0.9%;
    background: linear-gradient(#2c2c2c, #000);
}

#branch-intro-container .builder-section-content .builder-text-column-1 .wp-caption {
    margin-bottom: 0px;
}

#branch-intro-container .builder-section-content .builder-text-column-2 {
    overflow: hidden;
}

#branch-intro-container {
    background: linear-gradient(#062373, #111);
    border-top: 1px solid #ccc;
    background: linear-gradient(#111, #3c3c3c);
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-slider {
    height: 443.328px;
    width: 480px;
    background-size: cover !important;
    background-position: center !important;
}

@media screen and (max-width:800px) {
    #branch-intro-container .builder-section-content .builder-text-column-1 {
        padding-top: 0px;
    }

    #branch-intro-container .builder-section-content .builder-text-column-2 {
        display: none;
    }

    #branch-intro-container {
        background: linear-gradient(#2c2c2c, #000);
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width:600px) and (max-width:800px) {
    #branch-intro-container .builder-section-content .builder-text-column-1 {
        font-size: 100%;
    }
}

@media screen and (max-width: 900px) {
    #branch-intro-container .builder-section-content .builder-text-column-1 {
        font-size: 95%;
    }
}

@media screen and (min-width: 800px) {
    #branch-intro-container .builder-section-content {
        display: flex;
    }

    #branch-intro-container .builder-section-content .builder-text-column-1 {
        /*color:#fff !important;
        margin-right:0px !important;
        padding:2%;
        padding-bottom:0.9%;
        background:linear-gradient(#2c2c2c, #000);*/
        width: 50%;
        height: 400px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    #branch-intro-container .builder-section-content .builder-text-column-2 {
        width: 50%;
        height: 400px;
    }
}


/***********************
Apply Now styles
***********************/


/*Choose Your Lender section*/

#apply-team {
    background-color: #eee;
    box-shadow: inset 1px 0 6px -1px rgba(0, 0, 0, 0.4);
    padding: 22px 0 22px;
}

#apply-team .builder-text-column {
    background: #fff;
    padding: 1.67%;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
}

#apply-team .builder-text-column p:nth-child(1) {
    margin: 0;
}

button.apply-team {
    padding: 15px 50px;
    font-size: 1em;
    background-color: transparent;
    border: 2px solid #062373;
    color: #062373;
    font-weight: bold;
    outline: none;
}

#app-options button {
    background-color: transparent;
    border: 2px solid #062373;
    color: #062373;
    font-weight: bold;
    outline: none;
}

#apply-team button.swap {
    display: inline-block;
    text-align: center;
    color: #eee;
    text-shadow: 0 -1px 0 #111;
    background-color: #062373;
    line-height: 1.5;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #ccc;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5);
    font-size: 1.0em;
    transition: box-shadow 0.1s ease, border-bottom-color 0.1s ease, border-color 0.1s ease, font-size 0.1s ease;
    max-width: 100%;
}

#apply-team button.swap:hover {
    text-decoration: none;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
    border-color: #062373;
    border-bottom-color: rgba(0, 0, 0, 0.8);
}

button.swap.floify {
    margin: 5px 0 0;
}

@media screen and (max-width:400px) {

    #apply-team figure,
    #apply-team p:nth-child(1) {
        max-width: 113px !important;
    }

    #apply-team figure img,
    #apply-team img.headshot {
        max-height: 113px;
    }

    #apply-team .swap {
        min-width: 100%;
    }

    #apply-team .builder-text-content .name-and-title {
        width: calc(100% - 133px);
    }
}

@media screen and (max-width:799px) {
    #apply-team {
        padding: 3.5px 0;
    }

    #apply-team .builder-section-content {
        padding: 0 1rem;
    }

    #apply-team figure,
    #apply-team p:nth-child(1) {
        max-width: 30%;
        float: left;
        margin-bottom: 0;
        margin-right: 20px !important;
    }

    #apply-team .builder-text-content .name-and-title {
        display: inline-block;
        max-width: calc(70% - 20px);
    }

    #apply-team .builder-text-content p:last-of-type {
        margin-bottom: 0;
    }

    #apply-team .builder-text-column {
        padding: 8px;
        margin: 2.5px 0;
        background: linear-gradient(#fafafa, #fff);
    }

    .cmls-container-title .builder-text-column-1 {
        border: none;
        box-shadow: none;
        border-bottom: none;
    }

    #app-options button {
        display: block;
        margin: 10px auto 0;
    }

    button.apply-team {
        padding: 15px 0;
        display: block;
        width: 100%;
    }

    .before-app {
        display: inline-block;
        width: 100%;
        background: linear-gradient(rgba(255, 255, 255, 0.5), #ddd);
        border: 1px solid #ddd;
    }

    .before-app .intro {
        display: block;
    }

    #bmlo-long-app iframe.app-frame,
    #bmlo-short-app iframe.app-frame {
        border: 1px solid #ccc;
        margin-top: 1px;
        box-shadow: 0 3px 3px 1px #999;
    }

    #application-section .builder-section-content {
        padding: 0 1rem;
    }
}

@media screen and (min-width:800px) {
    #apply-team .builder-text-column {
        width: 200px;
        margin: 10px;
        padding: 17px;
    }

    #apply-team .builder-text-column button {
        width: 100%;
    }
}


/*Choose Full App or Quick App*/

#app-options {
    text-shadow: 0 1px 0 #fff;
    background: linear-gradient(#fff, #fefefe);
    box-shadow: inset 0 -5px 5px -5px #333;
    text-align: center;
}

#app-options small,
#app-options strong {
    display: inline-block;
}


/*Welcome to the Benchmark Family!*/

#app-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;
    }
}


/*****************************
Home Hero banner styling
*****************************/

#home-hero {
    position: relative;
    height: 341px;
    margin-bottom: 0;
    padding-top: 12px;
}


/* BEGIN new style v2 */

#home-hero-new {
    background: linear-gradient(72deg, #062373, #3d5fb9, #596ca2);
    overflow: hidden;
}

section#home-hero-video {
    color: #ddd;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
    min-height: 651px;
    padding-top: 8.8rem;
}

section#home-hero-video h1 {
    margin-bottom: 4.4rem;
}

#home-hero-new .builder-section-content {
    max-width: 100%;
    padding: 0;
}


/*remove arve video styles for home banner section*/

.arve-wrapper {
    border: none;
    box-shadow: none;
}

#home-hero-new .branch-hero {
    background-repeat: no-repeat;
    background-position-x: center;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-bottom: 0;
    min-height: 683px;
    height: 100%;
    background-size: cover;
    background-position-y: 50%;
    width: 118.6%;
}

#home-hero-new .builder-text-column-2 {
    width: 53.33%;
    margin-left: -5%;
    background-color: #062373;
    color: #fff;
    min-height: 683px;
    padding: 2.5% 5% 4% 11%;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    /*set background as designed for everything not supporting clip mask*/
    background: linear-gradient(90deg, transparent, #39539E, #39539E, #39539E, #3d5fb9, #3d5fb9, #3d5fb9, #3d5fb9, #062373);
}

@media screen and (min-width:800px) {
    #home-hero-new .builder-text-column-2 p.team-photo {
        margin-left: 30px;
    }
}


/*for Chrome and Safari*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #home-hero-new .builder-text-column-2 {
        /*set background as initially designed*/
        padding: 2.5% 5% 2.5% 11%;
        -webkit-clip-path: polygon(20% 0, 100% 0, 100% 180%, 0% 100%);
        clip-path: polygon(20% 0, 100% 0, 100% 180%, 0% 100%);
        background: linear-gradient(-70deg, #596CA2, #3d5fb9, #062373);
    }
}


/*IE11 add padding for aesthetics*/

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #home-hero-new .builder-text-column-1 {
        padding: 3% 0 3% 3%;
    }
}


/*Microsoft Edge support*/

@supports (-ms-ime-align:auto) {
    @media screen and (min-width: 800px) {
        #home-hero-new .builder-text-column-2 {
            padding: 2.5% 5% 4% 11%;
            background: linear-gradient(90deg, transparent, #39539E, #39539E, #39539E, #3d5fb9, #3d5fb9, #3d5fb9, #062373, #062373);
        }
    }
}

@media screen and (min-width:0\0) {}

#home-hero-new .builder-text-column-2 h2 {
    text-align: center;
    margin-bottom: 4.4rem;
    font-size: calc(.027 * 100vw);
}

#home-hero-new .builder-text-column-2 p.team-photo {
    margin-left: -4.5%;
}

#home-hero-new .social-plus-cta {
    border: 2px solid #fff;
    margin-left: -9%;
    padding: 10px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3), inset 1px 2px 3px rgba(0, 0, 0, 0.3);
    background: linear-gradient(-20deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    margin-top: 4.4rem;
    padding-bottom: 2.2rem;
}

#home-hero-new .home-hero-cta {
    margin-left: -9%;
}

#home-hero-new .header-social-links {
    float: none;
    margin-bottom: 0;
    text-align: center;
    margin-left: -9%;
}

.social-plus-cta .left,
.social-plus-cta .right {
    text-align: left;
    padding-left: 5%;
    float: left;
}

.social-plus-cta .left {
    border-right: 1px solid #fff;
    padding-right: 2%;
    width: 62%;
}

.social-plus-cta .address {
    display: inline-block;
}

.social-plus-cta .right {
    width: 38%;
}

#home-hero-new a.our-team {
    width: 47%;
    display: inline-block;
    color: #efefef;
    border: 2px solid #efefef;
    text-align: center;
    margin: 2.5% 2.5% 2.5% 0;
    padding: 18px 5px 22px;
    border-radius: 10px;
    background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(239, 239, 239, 0.1));
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow .3s ease, text-shadow .3s ease;
    text-decoration: none;
}

#home-hero-video a.our-team {
    width: 47%;
    display: inline-block;
    margin: 2.5% 0 2.5% 2.5%;
    color: #efefef;
    border: 2px solid #efefef;
    text-align: center;
    padding: 18px 5px 22px;
    border-radius: 10px;
    background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(239, 239, 239, 0.1));
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow .3s ease, text-shadow .3s ease;
    text-decoration: none;
}

#home-hero-new a.our-team:hover,
#home-hero-video a.our-team:hover {
    box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.1), 1px 7px 30px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    transition: box-shadow .3s ease, text-shadow .3s ease;
}

#home-hero-new a.button-mobile.bmlo-apply {
    width: 47%;
    display: inline-block;
    margin: 2.5% 0 2.5% 2.5%
}

#home-hero-video a.button-mobile.bmlo-apply {
    width: 47%;
    display: inline-block;
}

@media screen and (max-width:1132px) {

    #home-hero-new a.our-team,
    #home-hero-new a.button-mobile.bmlo-apply,
    #home-hero-video a.our-team,
    #home-hero-video a.button-mobile.bmlo-apply {
        width: 100%;
        display: block;
        margin: 2.5% 0;
    }
}

@media screen and (max-width:550px) {

    .social-plus-cta .left,
    .social-plus-cta .right {
        display: block;
        text-align: center;
        padding: 2.2%;
        float: none;
        width: 100%;
        border: none;
    }

    .social-plus-cta .address {
        display: inline-block;
        text-align: left;
        border-bottom: 1px solid #fff;
        padding-bottom: 10px;
        box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.2);
    }

    .social-plus-cta .contact {
        display: inline-block;
        text-align: left;
    }

    .social-plus-cta .right {
        width: 100%;
        text-align: center;
    }

    .social-plus-cta .fa {
        font-size: 2em
    }
}

@media screen and (max-width:799px) {
    #home-hero-new .builder-text-column-2 {
        width: 100%;
        min-height: 400px;
        padding-bottom: 44px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 3.2rem;
        padding-right: 3.2rem;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        background: linear-gradient(-70deg, #596CA2, #3d5fb9, #062373);
    }

    #home-hero-new .social-plus-cta,
    #home-hero-new .home-hero-cta,
    #home-hero-new .builder-text-column-2 p.team-photo {
        margin-left: 0;
    }

    #home-hero-new .builder-text-column-2 h2 {
        font-size: 2.7rem;
        font-size: calc(.065 * 100vw);
    }

    .hide-on-mobile {
        display: none;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:799px) {
    #home-hero-new .builder-text-column-2 {
        -webkit-clip-path: none;
        clip-path: none;
    }
}


/* END new style v2 */


/*************************
Home Second Section Styling (Core Values)
*************************/


/* BEGIN new style v2 */

#home-second {
    background: linear-gradient(-40deg, #000, #21133e, #432a75, #806da7);
    margin-bottom: 0;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.7);
}

#home-second .builder-section-content {
    max-width: 100%;
    padding: 0;
}

#home-second .builder-text-column-1 {
    padding: 5% 5% 0 11%;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    width: 53.33%;
}

#home-second .builder-text-column-2 {
    margin-left: -5%;
    background-color: #fff;
    color: #222;
    padding: 5% 5% 5% 13.5%;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 5px 3px -3px rgba(0, 0, 0, 0.8);
    background: linear-gradient(90deg, transparent, transparent, #fff, #fff, #fefefe, #fefefe, #eee, #eee);
}


/*For Chrome and Safari clip-path support*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #home-second .builder-text-column-2 {
        padding: 5% 5% 5% 11%;
        -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
        background: linear-gradient(-30deg, #fff, #fefefe, #ccc);
    }
}

#home-second .builder-text-column-2 img {
    border-radius: 50%;
    background: linear-gradient(130deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.01));
    box-shadow: inset 4px 8px 8px rgba(0, 0, 0, 0.4), inset -1px -2px 2px -1px rgba(0, 0, 0, 0.6), 1px 2px 5px -2px rgba(0, 0, 0, 0.9);
    border: 8px solid #5e4394;
    max-width: 325px;
}

@media screen and (max-width:799px) {
    #home-second {
        background: linear-gradient(-40deg, #21133e, #432a75, #806da7);
        box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.7);
    }

    #home-second .builder-text-column-1 {
        width: 100%;
        min-height: 400px;
        padding-bottom: 44px;
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    #home-second .builder-text-column-1 h2 {
        text-align: center;
        font-size: 2.7rem;
    }

    #home-second .builder-text-column-2 {
        background: transparent;
        color: #222;
        padding: 0 5% 5% 5%;
        box-shadow: none;
        margin: auto;
        -webkit-clip-path: none;
        clip-path: none;
    }

    #home-second .builder-text-column-2 p {
        text-align: center;
    }

    #home-second .builder-text-column-2 img {
        background: linear-gradient(130deg, #666, #aaa, #f8f8f8);
    }
}


/*end second section styling*/

#home-hero .branch-hero {
    background-repeat: no-repeat;
    background-position-x: center;
    box-shadow: 1px 1px 2px #777;
    color: #fff;
    margin-bottom: 0;
}

#home-hero .branch-hero h2 {
    position: relative;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    text-shadow: 1px 1px 10px #333, 0px 1px 1px #111;
    line-height: 1.05;
}

.branch-hero p {
    margin: 0;
}

@media screen and (max-width:799px) {
    #home-hero .branch-hero h2 {
        font-size: 2.5em !important;
        top: 170px !important;
    }
}

@media screen and (max-width:440px) {
    #home-hero .branch-hero h2 {
        font-size: 2.2em !important;
        top: 170px !important;
    }
}

#home-hero .br-shadow {
    width: 100%;
    box-shadow: 0 5px 10px -1px #555;
    margin-bottom: 44px;
}

#left-pole {
    float: left;
    height: 44px;
    width: 2px;
    box-shadow: 0 0 6px #888;
    background: linear-gradient(to right, #f8f8f8, #888);
}

#right-pole {
    float: right;
    height: 44px;
    width: 2px;
    box-shadow: 0 0 6px #888;
    background: linear-gradient(to right, #f8f8f8, #888);
}

.branch-intro-copy {
    background-color: #fff;
    width: 100%;
    box-shadow: 1px 5px 10px #555, inset 0 0 5px #666;
    padding: 20px;
    margin-bottom: 44px;
    border: 10px solid #ddd;
    border: 10px solid rgba(149, 197, 0, 0.5);
}


/*****************************
Home Page Styles
*****************************/

.home-page-cards {
    background: linear-gradient(#efefef, #e3e3e3);
    padding-top: 40px;
    box-shadow: inset 0 5px 10px -3px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
    background: linear-gradient(rgba(192, 228, 244, 0.97), rgba(192, 228, 244, 0.97), #fff);
}

#get-local {
    margin-bottom: 0;
    background-position-x: 50% !important;
    padding-top: 10%;
    padding-bottom: 9%;
}

#get-local .builder-section-overvlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.65));
}

#get-local .builder-text-column {
    padding: 15px;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.5);
    border-top: 2px solid #fff;
}

#get-local .builder-text-column h2 {
    line-height: 1.2;
}

#get-local .iconic {
    font-size: 100px;
    text-align: center;
    width: 100%;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8), 1px 2px 5px rgba(0, 0, 0, 0.7);
}

.home-page-cards .home-card {
    margin-bottom: 10px;
}

@media screen and (min-width:799px) {
    .home-page-cards .builder-text-column-1 .builder-text-image {
        padding-bottom: 7px;
    }

    .home-page-cards .home-card {
        min-height: 175px;
        margin-bottom: auto;
    }
}

#get-local i.fa-cogs {
    color: lightgrey;
}

#get-local i.fa-paper-plane {
    color: ghostwhite;
}

#get-local i.fa-leaf {
    transform: scale(-1, 1);
    color: greenyellow;
}

.home-page-cards .builder-text-title {
    text-align: center;
}


/*Meet Our Team*/

.meet-our-team {
    background: linear-gradient(#fdfdfd, #eee);
    padding-top: 40px;
    box-shadow: 0 -6px 10px -3px #403121;
}

.meet-our-team img {
    box-shadow: 1px 1px 2px #aaa;
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
}

.contact-us-section {
    background: linear-gradient(#eee, #ccc);
}

.contact-us-section .builder-text-section-title {
    text-align: center;
    text-shadow: 0 1px 1px #fff;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    width: 50%;
}

.branch-welcome-slide {
    height: 443.328px;
    /*width:480px;*/
}

#green-grass {
    margin: 0;
    padding: 0;
    background-image: url(/wp-content/uploads/sites/442/2015/12/grass-compressed.jpg);
    background-repeat: repeat-x;
    background-position-x: center;
    height: 150px;
    margin-top: -4px;
}


/*Meet Our Team Section*/

#bmbr-home-team {
    box-shadow: 0 -6px 10px -5px rgba(0, 0, 0, 0.7);
    background: linear-gradient(#f8f8f8, #fff, #fff, #eee);
    padding: 5% 0 3.5%;
}

@media screen and (max-width:799px) {
    #bmbr-home-team .builder-text-column-2 p:last-of-type {
        text-align: center;
    }
}

#bmbr-home-team .builder-text-column-1 .fa,
#bmbr-home-team .builder-text-column-1 i {
    font-size: 175px;
    color: #062373;
    border: 11px solid #062373;
    padding: 8%;
    border-radius: 50%;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3), inset 1px 3px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    background: linear-gradient(160deg, #fff, transparent, rgba(0, 0, 0, 0.19));
}

#bmbr-home-team .builder-text-column-1 .fa .fa-users {
    padding: 10% 5%;
}

#bmr-home-team .builder-text-column-2 {
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8), 1px 2px 5px rgba(0, 0, 0, 0.2);
}

#bmr-home-team .builder-text-column-2 h2 {
    margin-top: 0;
}

/*Home Page Contact Form*/
#contact-us {
    padding-top: 8.8rem;
    box-shadow: inset 0 30px 100px rgba(0, 0, 0, 0.2), inset 0 3px 10px -1px rgba(0, 0, 0, 0.4), inset 0 -3px 20px -3px rgba(0, 0, 0, 0.3);
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 5%;
    padding-right: 5%;
    background: linear-gradient(#fafafa, #fefefe);
    width: 110vw;
    border-bottom: 5px solid #062373;
}

#contact-us .wpcf7-form-control,
#contact-us .wpcf7-text,
#contact-us .wpcf7-validates-as-required {
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
}

#contact-us .wpcf7 input[type="submit"] {
    display: block;
    text-align: center;
    background-color: #062373;
    color: #f8f8f8;
    padding: 20px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.5); */

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: box-shadow .3s ease;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

#contact-us .wpcf7 input[type="submit"]:hover {
    text-decoration: none;
    box-shadow: 1px 7px 30px rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(0, 0, 0, 0.6);
    transition: box-shadow .1s ease;
}

/*home testimonials slider styles */
#home-slider:not(.has-background) a {
    color: #ddd;
    text-decoration: underline;
}

#home-slider:not(.has-background) a:hover {
    color: #fff;
}

@media screen and (max-width:799px) {
    #home-slider blockquote p {
        font-size: 2rem;
    }

    #home-slider .cycle-slide .builder-banner-content {
        padding: 11px 34px;
        padding: 1.1rem 3.4rem;
    }
}

@media screen and (max-width:480px) {
    #home-slider blockquote p {
        font-size: 1.7rem;
    }
}

#home-slider {
    box-shadow: inset 0 5px 10px -3px rgba(0, 0, 0, 0.5), inset 0 -5px 10px -4px rgba(0, 0, 0, 0.6);
    background: linear-gradient(170deg, #ccc, #284eb5, #0936b1);
    color: #f8f8f8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    width: 102%;
    margin-left: -1%;
}

#home-slider .builder-banner-overlay,
#home-slider .builder-section-overlay {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
}

#home-slider .builder-section-banner .cycle-pager {
    color: rgba(255, 255, 255, 0.2) !important;
    text-shadow: none;
}

#home-slider .builder-section-banner .cycle-pager .cycle-pager-active {
    color: rgba(255, 255, 255, 0.5) !important;
}

.home .cycle-sentinel {
    overflow: hidden;
}

#home-slider .content-position-none .builder-banner-content {
    color: #f8f8f8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

#home-slider blockquote {
    border: 1px solid #eee;
    padding: 22px;
    border-radius: 0;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    background: linear-gradient(#fafafa, #fff);
    color: #404040 !important;
    font-style: italic;
    text-shadow: none;
}

#home-slider h3 {
    text-align: center;
    margin-top: 20px;
    color: #f8f8f8;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    font-size: 3.5rem;
    margin-bottom: 0;
}

/*Ready to Get Started CTA Section*/
#bmbr_home_finalcta {
    margin-bottom: 0;
    padding: 8rem 0 5rem;
    border-bottom: 2px solid #062373;
    box-shadow: 0 1px 0 #021340;
    background: linear-gradient(#f8f8f8, #fff, #fff, #ddd);
}

#bmbr-home-team a.button-mobile.drop-a-line,

/*the We Are Here For You section*/
#bmbr-home-team a.button-mobile.drop-a-line:focus,
#bmbr_home_finalcta a.button-mobile.drop-a-line,
#bmbr_home_finalcta a.button-mobile.drop-a-line:focus {
    background-color: transparent;
    color: #062373;
    border: 2px solid #062373;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    outline: none;
    text-decoration: none;
}

#bmbr-home-team a.button-mobile.drop-a-line:hover,
#bmbr_home_finalcta a.button-mobile.drop-a-line:hover {
    color: #444;
    border-color: #444;
    background: linear-gradient(30deg, transparent, rgba(0, 0, 0, 0.02));
    text-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff, inset 0 1px 0 #fff;
    text-decoration: none;
    outline: none;
}

@media screen and (min-width:800px) {

    #bmbr-home-team a.button-mobile.bmlo-apply,
    #bmbr_home_finalcta a.button-mobile.bmlo-apply {
        width: 48%;
        margin: 0 1% 0 0;
        display: inline-block;
        border-top: 2px solid #062373;
        padding-bottom: 17px;
        padding: 19px 0 18px;
    }

    #bmbr-home-team a.button-mobile.drop-a-line,
    #bmbr_home_finalcta a.button-mobile.drop-a-line {
        background-color: transparent;
        color: #062373;
        border: 2px solid #062373;
        width: 48%;
        margin: 0 0 0 1%;
        display: inline-block;
    }

    #bmbr-home-team a.button-mobile.bmlo-apply,
    #bmbr-home-team a.button-mobile.drop-a-line {
        width: 45%;
    }
}

/*****************************
Our Team page styles
*****************************/
#branch-team-los .builder-text-column {
    box-shadow: 1px 1px 2px #aaa;
    padding: 44px 32px 10px;
    max-width: 1024px;
    margin-bottom: 20px;
    background: linear-gradient(to right bottom, #fafafa, #fff, rgba(6, 35, 115, 0.09), #FFF, #fafafa, rgba(6, 35, 115, 0.23));
    transition: box-shadow .3s ease;
}

#branch-team-los .builder-text-image img {
    border: 5px solid #f3f3f3;
    box-shadow: 1px 0 1px #bbb, -1px 0 1px #bbb, 0 1px 1px #bbb, 0 -1px 1px #bbb;
    max-width: 360px;
    width: 100%;
}

#branch-team-los .show-bio {
    float: right;
    padding: 2px 5px;
    background-color: #fff;
    color: #062373;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    margin-top: -3px;
}

#branch-team-los .bio-text {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 7px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 2.2rem;
}

#branch-team-los .bio-text p:last-of-type {
    text-align: center;
    margin-bottom: 5px;
    margin-top: 4.4rem;
}

#branch-team-los .bio-close {
    color: #062373;
    border-radius: 6px;
    border: 1px solid;
    padding: 2px 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.our-team-manager {
    background: linear-gradient(#fefefe, #fafafa);
    padding: 20px 32px;
    margin: 0 auto 44px;
    max-width: 1024px;
    border-radius: 3px;
    box-shadow: inset 0 -1px 3px #ccc;
    border-top: 1px solid #eee;
}

.our-team-manager .show-bio,
.our-team-manager .bio-close {
    display: inline-block;
    text-align: center;
    color: #062373;
    cursor: pointer;
    min-width: 50%;
    position: relative;
    margin-left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid;
}

.our-team-manager .bio-close {
    border-top: none;
    border-bottom: 1px solid;
}

a.button-mobile.bmlo-apply {
    display: block;
    text-align: center;
    background-color: #062373;
    color: #f8f8f8;
    padding: 20px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.5); */

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    transition: box-shadow .3s ease;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

a.button-mobile.bmlo-apply .fa,
a.button-mobile.bmlo-apply .far {
    margin-right: 20px;
    margin-left: -20px;
}

a.button-mobile.bmlo-apply:hover {
    text-decoration: none;
    box-shadow: 1px 7px 30px rgba(0, 0, 0, 0.5);
    border-bottom-color: rgba(0, 0, 0, 0.6);
    transition: box-shadow .1s ease;
}

#branch-team-footer a.button-mobile.bmlo-apply {
    display: inline-block;
    padding: 10px 20px;
}

#branch-team-footer .builder-text-column {
    border: 1px solid #eee;
    padding: 44px 22px 10px;
    border-radius: 3px;
    background: linear-gradient(#fff, #fff, #efefef, #f8f8f8);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}

span.phone-number {
    color: #fff;
    text-shadow: 0 0 2px #062373, 0 0 2px #062373, 0 0 2px #062373, 0 0 14px #062373;
}

.crew-members img {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

/*****************************
The Benchmark Way
*****************************/
.page-id-26 img[alt="Lifetime Loan"] {
    margin-bottom: -6px;
    max-width: 200px;
}

/*****************************
Lifetime Loan
*****************************/
#lifetime-loan-intro .builder-banner-overlay,
#lifetime-loan-intro .builder-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
}

/*****************************
Testimonials Page
*****************************/
section.testimonials .builder-section-content {
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    margin-top: 2px;
    margin-bottom: 4.4rem;
}

section.testimonials .builder-text-row:nth-child(1) img {
    padding: 2px;
    border: 1px solid #eee;
    border-radius: 10%;
}

section.testimonials .builder-text-row:nth-child(2) {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}

section.testimonials blockquote {
    box-shadow: 1px -2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    margin-top: 4.4rem;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.2);
}

/*****************************
Community (sub of The Benchmark Way)
*****************************/
#community-intro.has-background {
    min-height: 60vh;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    background-position-x: 50% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*IE11 add padding for aesthetics*/
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #community-intro.has-background {
        display: block;
    }
}

#community-intro.gradient-overlay .builder-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}

.community-links a img:hover {
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.3);
}

/*****************************
Mortgage Calculators
*****************************/
#calculators-title {
    box-shadow: rgba(0, 0, 0, 0.8) 0px -3px 15px -6px inset;
}

#top-calculator-section {
    margin-bottom: 0;
    background: linear-gradient(#ddd, #eee, #eee, #ccc);
}

/*****************************
Contact Form 7 support
*****************************/
.wpcf7-form-control:not(.wpcf7-radio),
.wpcf7-text,
.wpcf7-validates-as-required {
    width: 100%;
    box-shadow: inset 0 1px 2px #aaa;
    border: 1px solid #aaa;
}

.wpcf7-form-control.wpcf7-checkbox {
    box-shadow: none;
    border: none;
}

.wpcf7-radio span.wpcf7-list-item {
    margin-top: 10px;
    margin-bottom: 5px;
}

.wpcf7-radio label {
    border: 1px solid;
    padding: 5px;
    border-radius: 5px;
    background: linear-gradient(#fff, #efefef);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

.wpcf7 input[type="submit"] {
    padding: 10px;
    font-size: 2rem;
    box-shadow: none;
    background-color: #171717;
}

.wpcf7 input[type="submit"]:hover {
    background-color: #666;
}

.wpcf7 input[type="text"] {
    margin: 0;
}

.wpcf7 input,
.wpcf7-textarea {
    background-color: #fdfdfd;
}

.wpcf7 p {
    text-shadow: 0 1px 1px #fdfdfd;
    font-weight: 600;
}

/*****************************
Footer styles
*****************************/
.site-footer .wpcf7 p {
    text-shadow: none;
    font-weight: initial;
}

.footer-social-links {
    margin-top: 0;
}