li {
    font-weight: 300;
}

section.company-text {
    padding: 80px 0;
}

section.gallery {
    padding: 40px 0 80px;
}

.limit-w {
    max-width: 1000px;
    margin: auto;
}

ul.icons i {
    color: rgb(139, 146, 37);
    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;
}

#more {
    display: none;
}

.SeeMore2 {
    text-transform: uppercase;
    color: rgb(139, 146, 37);
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.retainStyle {
    text-transform: uppercase;
    color: rgb(139, 146, 37);
    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;
}

.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;
}


.social-links > a {
    margin-left: 6px;
}

.contact-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    transform: translateY(35%);
}

.contact-wrapper ul li {
    margin-right:40px;
}

@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) {

    .r-align {
        text-align: center;
    }

    .c-align {
        text-align: left;
    }


    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    h4 {
        font-size: 1.9rem;
        line-height: 1.3;
    }

    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;
    }
}