
.user-view img {
    width: 100px;
}
.card-panel {
    padding: 60px 24px;
}

nav.white-transparent ul {
    margin-top: 2em;
}

/**/
.hero .parallax-container {
    height: 100vh;
    justify-content: flex-end;
}

    .hero .parallax-container .section {
        padding-bottom: 10em;
    }

    .hero .parallax-container .parallax img {
        max-height: 100vh;
        position: absolute;
        top: 0;
    }
/* .hero h2 {
    margin: 0;
} */

.less-height {
    height: 30rem;
}

html p {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.7;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.mt2 {
    margin-top: 25px;
}

li {
    font-weight: 300;
}

h2 {
    margin-bottom: 1.6rem;
}

h2, h4, h5 {
    font-weight: 300;
    line-height: 130%;
}

.company {
    height: 55vh;
}

.flex-align {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
}

.flex-left {
    display: flex;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
}

.red {
    background-color: transparent !important;
    color: #387A9A;
    border: 2px solid #387A9A;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 50px;
}

.white-bg {
    background-color: #fff;
}

.red:hover {
    background-color: #387A9A !important;
    color: #fff;
    border: 2px solid #387A9A !important;
}

.darken-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0,0,0,0.2));
}

.darken-bg-more {
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
}

.darken-bg-most {
    background: linear-gradient(to right,rgba(0,0,0,0.6),rgba(0,0,0,0.6));
}

.gold {
    color: #387A9A;
}

.gold-bg {
    background-color: #387A9A;
}

nav ul a {
    color: #444;
    text-transform: uppercase;
}

nav ul li.active {
    background-color: #387A9A;
}

.sidenav-trigger {
    color: #387A9A;
}

section.company-text {
    padding: 50px 0 80px;
}

section.gallery {
    padding: 40px 0 80px;
}

.limit-w {
    max-width: 1000px;
    margin: auto;
}

.text-white {
    color: #fff;
}

.btn-large.services {
    background-color: #f6f6f6;
    color: #444;
}


ul.icons i {
    color: #387A9A;
    font-size: 19px;
}

.ourstory-group {
    position: relative;
    min-height: 1px;
    margin-top: 4rem
}

.our-story-img {
    margin-top: 3rem;
    z-index: 1;
}

.ourstory-group::after {
    position: absolute;
    content: "";
    top: 20px;
    left: 70px;
    background-image: url(/images/bg_red.JPG);
    width: 110%;
    height: 100%;
    z-index: -1;
}


.mb-md {
    margin-bottom: 40px;
}

.mt-md {
    margin-top: 30px;
}

.sitepad {
    padding: 0 0 50px;
}

.r-align {
    text-align: right;
}

#more {
    display: none;
}

.SeeMore2 {
    text-transform: uppercase;
    color: #387A9A;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.retainStyle {
    text-transform: uppercase;
    color: #387A9A;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}


.image-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-wrap {
    height: 170px;
    flex: 0 0 170px;
    margin-right: 20px
}

.partner {
    background-size: cover;
    background-position: center center;
    max-width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.title {
    font-size: 25px;
}

.text-flex {
    display: flex;
    flex-flow: column nowrap;
    flex: 1 1 70%;
}

    .text-flex h4 {
        font-weight: 300;
        margin: 0;
    }

    .text-flex p {
        margin: 0;
    }

.company-person {
    max-width: 100%;
    height: auto;
}

#panel_wright,
#panel_roycewright,
#panel_schendel,
#panel_wadley,
#panel_vaughn,
#panel_collins {
    padding: 0px;
    display: none;
}

.light-btn {
    background-color: #e6e6e6;
    color: #444;
}

    .light-btn:hover,
    .light-btn:active,
    .light-btn:visited,
    .light-btn:active,
    .light-btn:focus {
        background-color: #e6e6e6;
        color: #444;
    }

.padding > .col {
    padding: 2rem .75rem;
}

ul:not(.browser-default) {
    padding: 1px;
}

.communitylocation ul li:first-child {
    font-size: 18px;
    margin-bottom: 8px;
}

.communitylocation li {
    font-size: 16px;
}

.phoneNumber {
    font-size: 18px;
    font-weight: 400;
    line-height: 3;
}

.community-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 50px;
    width: 100%;
    z-index: 1;
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 10px;
    z-index: 3;
    font-weight: 400;
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-fit: cover;
}

.card .card-content {
    min-height: 230px;
    padding-right: 10%;
}

.card .card-content {
    padding: 8% 6%;
}


.contact-wrapper {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 1em;
    font-size: 20px;
}

    .contact-wrapper ul {
        margin-top: 0;
    }

        .contact-wrapper ul li {
            margin-right: 40px;
        }


@media only screen and (min-width: 1200px) {

    .card .card-content {
        padding: 8% 6%;
    }
}

nav .brand-logo {
    padding: 5px 0;
}

@media only screen and (max-width: 768px) {

    .svg-inline--fa.fa-w-14 {
        width: .8em;
    }

    .svg-inline--fa.fa-w-16 {
        width: .8em;
    }

    .image-flex {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .image-wrap {
        margin-bottom: 30px;
    }

    .ourstory-group::after {
        max-width: 45%;
        left: 0;
    }
}

@media only screen and (max-width: 567px) {

    container.center {
        text-align: center;
    }

    section.company-text {
        padding: 20px 0;
    }

    .section.gallery {
        padding: 40px 0;
    }

    section.company-text {
        text-align: left !important;
    }

    .mb-nd {
        margin-bottom: 2rem;
    }

    .nomarg {
        margin: 0;
    }

    .contact-wrapper {
        margin-top: 0px;
        transform: translateY(0);
        padding: 20px 0;
    }

        .contact-wrapper ul {
            margin-top: 0;
        }

            .contact-wrapper ul li {
                margin-right: 0;
            }
}

.card .card-image .card-title {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}


@media (min-width: 1281px) {

    .card .card-image img {
        height: 235px;
        min-height: 226px;
    }
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    .card .card-image img {
        height: 160px;
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .card .card-image img {
        height: 200px;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 601px) and (max-width: 767px) {

    .card .card-image img {
        height: 145px;
    }
}

.employee-image img {
    display: flex;
    border-radius: 2px 2px 0 0;
    width: 100%;
    object-fit: contain;
    border-radius: 0;
}

.emp-card {
    text-align: center;
    padding-bottom: 2em;
}

.employee-name {
    font-size: 25px;
    line-height: .5;
}

.emp-title {
    line-height: .2;
}

nav ul a {
    font-weight: 400 !important;
}

.mt-0 {
    margin-top: 0;
}

.card-custom {
    border: 1px solid #00000026;
    border-radius: 15px;
    padding: 3em 1em;
}

    .card-custom.no-padding {
        padding: 0;
    }

.card-image-custom {
    display: block;
    border: 1px solid #00000026;
    border-radius: 15px;
    height: 25em;
    position: relative;
    margin-bottom: 2em;
}

    .card-image-custom img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        z-index: -1;
        border-radius: 15px;
    }

    .card-image-custom .card-container {
        width: 100%;
        height: 100%;
        background-color: #00000066;
        color: white;
        padding: 3em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 15px;
    }

        .card-image-custom .card-container .title {
            font-size: 26px;
            text-align: center;
            margin: 0;
            margin-bottom: 1em;
        }

        .card-image-custom .card-container .location {
            font-size: 22px;
            text-align: center;
            margin: 0;
            border: 1px solid #fff;
            border-left: none;
            border-right: none;
        }
    .card-image-custom .location {
        text-transform:capitalize;
    }