.parallax-container {
    height: 100vh;
}

.less-height {
    height: 30rem;
}

html p {
    font-size: 18px;
    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;
}

nav ul a {
    font-weight: 400 !important;
}

li {
    font-weight: 300;
}

h2 {
    margin-bottom: 1.6rem;
}

h2, h4, h5 {
    font-weight: 300;
}

body .footer-bottom {
    height: 100%;
}

.company {
    height: 400px;
}

.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: rgb(139, 146, 37);
    border: 2px solid #C6CD61;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 50px;
}

.white-bg {
    background-color: #fff;
}

.red:hover {
  background-color: #C6CD61 !important;
  color: #fff;
  border: 2px solid #C6CD61 !important; 

}

.transparent {
  background-color: transparent !important;
  color: #fff;
  line-height: 50px; 
  border: 2px solid #fff; 
}

.transparent:hover {
  background-color: rgb(139, 146, 37) !important;
  color: #fff;
  border: 2px solid rgb(139, 146, 37) !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.5),rgba(0,0,0,0.2));
}

.gold {
    color: rgb(139, 146, 37);
}

.gold-bg {
    background-color: rgb(139, 146, 37);
}

nav ul a {
    color: #444;
    text-transform: uppercase;
}

nav ul li.active {
    background-color: rgb(139, 146, 37) ;
}

.sidenav-trigger {
    color: rgb(139, 146, 37);
}

section.company-text {
    padding: 80px 0;
}

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;
}

footer span {
    color: #444;
}

.footer-body {
    background-color: #e6e6e6;
}

.footer-body .row {
    margin-bottom: 0;
}

footer li,
footer li a,
footer li span,
footer li p {
    color: #444;
    font-size: 18px
}

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;
}

.sitepad {
    padding: 50px 0;
}

.footer-bottom {
    background-color: #C6CD61;
}

.r-align {
    text-align: right;
}

#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;
}

.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%;
}

.card .card-content {
    min-height: 230px;
    padding-right: 10%;
}

.footer-center {

}

.flex-footer {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    text-align: center;
}

.footer-links {
    flex: 1 0;
    display: block;
}

.flex-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-body-flex h5 {
    font-size: 18px;
}

.page-footer {
    padding-top: 0px;
}

.social-links > a {
    margin-left: 6px;
}

.c-align {
    text-align: center;
}

.card .card-content {
    padding: 8% 6%;
}


.contact-wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
    transform: translateY(35%);
}

.contact-wrapper ul li {
    margin-right:40px;
}


@media only screen and (min-width: 1200px) {

    .card .card-content {
        padding: 8% 6%;
    }
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        transform: scale(.75);
    }

    .ourstory-group::after {
        width: 95%;
    }
}


@media only screen and (max-width: 908px) {
    .footer-body-flex {
        flex-flow: column;
    }
}

@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;
    }
}

.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;
    }
  
}
