.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial,sans-serif;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.3);
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-background-size: 120px 14px;
    background-size: 120px 14px
}

.hdpi.pac-logo:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #515151
}

    .pac-item:hover {
        background-color: #fafafa
    }

.pac-item-selected, .pac-item-selected:hover {
    background-color: #ebf2fe
}

.pac-matched {
    font-weight: 700
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    -webkit-background-size: 34px 34px;
    background-size: 34px
}

.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}

.pac-icon-search {
    background-position: -1px -1px
}

.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}

.pac-icon-marker {
    background-position: -1px -161px
}

.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}

.pac-placeholder {
    color: gray
}

sentinel {
}
/* BugMeBar Colour options */

.bugme {
    background: #141216;
    color: #ffffff;
    font-size: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

.bugme-close {
    right: 20px;
}

    .bugme-close.bugme-close-left {
        right: auto;
        left: 0;
    }

.bugme a {
    color: #ffffff;
}

    .bugme a:hover {
        color: #009470;
    }

    .bugme a.bugme-close {
        color: #ffffff;
    }

        .bugme a.bugme-close:hover {
            color: #009470;
        }


.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.vc-sidebar-btn-box-main {
    display: none;
}

.page-id-47103 #Houston-btn-vc-btn, .page-id-47109 #san-antorio-btn-vc-btn, .page-id-47105 #Dallas-btn-vc-btn, .page-id-47101 #Central-btn-vc-btn, .page-id-47107 #Austin-btn-vc-btn {
    display: unset !important;
}

.reviewmgr-embed {
    margin: 0 -55px;
}


/* AHA Landing Page */
.landing-aha .row {
    justify-content: center;
}
/*
    .landing-aha .info-content {
      flex: 0 0 500px;
    }
    */
.landing-icons {
    border-top: 10px solid #009470;
    border-bottom: 10px solid #009470;
}

.landing-buttons {
    padding: 5vh;
    gap: 5vh;
}

    .landing-buttons .btn-default {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.landing-icons .col-lg-6 {
    text-align: center;
}

.landing-icons img {
    padding: 1vh;
    max-width: 300px;
}

.landing-subtitle h3 {
    text-align: center;
    padding: 5vh 5vh 0;
}

.list-row {
    margin: 0 auto;
    padding-top: 2vh;
    max-width: 800px;
}

.flexible-content .list-row .info-content {
    padding: 0vh;
    min-height: 0;
}

.members-phone .white-link {
    color: #4b4b4b;
}

#job-listings-top {
    padding-top: 0;
}

.page-id-5403 .stick-menu .breadcrumb-nav a:first-child {
    display: none;
}

.mortgage-consultants {
    justify-content: center;
}



.require-field {
    color: red;
    font-weight: 500;
}

/* removing heart icon per client request */
.heart-icon {
    display: none;
}
/* adjusting compare icon per heart icon removal request */
.compare-icon {
    right: 20px;
}
/* removing social icons & login icon per client request */
.header-social {
    display: none !important;
}

.user-header-login {
    display: none;
}

.header-container .menu-toggle {
    margin-right: 10px;
}

.consultant-info .c-address a {
    border-bottom: 1px solid #fff;
}



/*
.header-container {
position:fixed!important;
z-index:999999;
}*/