B.navbar-fixed {
    height: auto;
}
nav .brand-logo img {
    max-height: 75px;
    max-width: 300px !important;
}
.hero .parallax-container {
    height: 100vh;
    /* margin-top: -64px; */
}

    .hero .parallax-container .parallax img {
        max-height: 100vh;
        position: absolute;
        top: 0;
        object-fit: cover;
    }

.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;
}

.m0 {
    margin: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt0 {
    margin-top: 0;
}

.mt2 {
    margin-top: 25px;
}

nav ul a {
    font-weight: 400 !important;
}


li {
    font-weight: 300;
}

h2 {
    margin-bottom: 1.6rem;
}

h2, h4, h5, h6 {
    font-weight: 300;
    line-height: 130%;
}

body .footer-bottom {
    height: 100%;
}

.header {
    color: #1b5187;
    font-weight: 300;
}

.header-lg {
    width: 520px;
    text-align: center;
}

.header-xl {
    width: 750px;
}

.company {
    height: 500px !important;
}

.flex-align {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
}

.flex-grow {
    flex-grow: 1;
}

.flex-row {
    flex-flow: row;
}

.flex-left {
    display: flex;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-stretch {
    align-items: stretch;
}

.flex-around {
    justify-content: space-around;
}

.corner-icon::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4em;
    height: 3.6em;
    background: #ddd;
    border-bottom: 2.8em solid #b12425;
    transform: translate(50%,40%) rotate(-45deg);
    z-index: 3;
}

.red {
    background-color: transparent !important;
    color: #b12425 !important;
    border: 2px solid #b12425 !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    line-height: 50px;
}

hr {
    border-color: #80808045 !important;
}
.white-bg {
    background-color: #fff;
}

.red:hover {
    background-color: #b12425 !important;
    color: #fff;
    border: 2px solid #b12425 !important;
}

.transparent {
    background-color: transparent !important;
    color: #fff;
    line-height: 50px;
    border: 2px solid #fff;
}

    .transparent:hover {
        background-color: #b12425 !important;
        color: #fff;
        border: 2px solid#b12425 !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.4));
}

.gold {
    color: #b12425;
}

.gold-bg {
    background-color: #b12425;
}

nav ul a {
    color: #444;
    text-transform: uppercase;
}

nav ul li.active {
    background-color: #b12425;
}

.sidenav-trigger {
    color: #b12425;
}

section.gallery {
    padding: 40px 0 80px;
}

.limit-w {
    max-width: 1000px;
    margin: auto;
}

.text-white {
    color: #fff;
}

.text-secondary {
    color: #464646;
}

.btn-large.services {
    background-color: #f6f6f6;
    color: #444;
}
.page-index h2 {
    max-width: 800px !important;
}
footer span {
    color: #444;
}

.footer-body {
    background-color: #e6e6e6;
}

    .footer-body .row {
        margin-bottom: 0;
    }

.row-clear::after {
    display: none;
}

footer li,
footer li a,
footer li span,
footer li p {
    color: #444;
    font-size: 18px
}

img.footer-logo {
    width: 300px;
}
footer.page-footer .about {
    max-width: 700px !important;

}
ul.icons i {
    color: #b12425;
    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;
}

a {
    text-decoration: none;
    /* Commonwealth red  */
    /* color: #b12425; */
    /* 365 Stadard blue */
    color: #1b5187;
    transition: color .2s ease-in-out;
}

    a:hover {
        color: #6c6c6c;
    }


.mb-md {
    margin-bottom: 40px;
}

.mt-md {
    margin-top: 30px;
}

.sitepad {
    padding: 50px 0;
}

.footer-bottom {
    background-color: #b12425;
}

.r-align {
    text-align: right;
}

#more {
    display: none;
}

.text-uppercase {
    text-transform: uppercase;
}

.SeeMore2 {
    text-transform: uppercase;
    color: #b12425;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.retainStyle {
    text-transform: uppercase;
    color: #b12425;
    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;
}

ul.browser-default {
    padding: 20px;
}

.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 {
    overflow: hidden;
}

/*    .card:hover {
        box-shadow: 0 10px 30px 0 #bbb;
    }*/


    .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%;
        z-index: 3;
    }

        .card .card-content li {
            color: #6c6c6c;
            font-weight: 300;
            font-size: 18px;
            line-height: 1.7;
            text-transform: capitalize;
        }

.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: 5px !important;
}*/

.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: flex-start;
    transform: translateY(35%);
    padding: 1em;
}

    .contact-wrapper ul li {
        margin-right: 40px;
    }

.clear-content {
    display: none;
}

@media only screen and (min-width: 1200px) {

    .card .card-content {
        padding: 4% 6%;
    }
}

nav .brand-logo {
    padding: 5px 0;
}

@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;
    }
}

.employee-image img {
    display: flex;
    border-radius: 2px 2px 0 0;
    width: 100%;
    padding-top: 2em;
    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-container {
    width: 100% !important;
}

.white-transparent {
    background-color: rgba(255, 255, 255, .75)
}

.featured-list li {
    font-size: 1.1rem;
    line-height: 1.6;
}

    .featured-list li a {
        color: inherit;
    }

        .featured-list li a:hover {
            color: #0055bd;
        }

.user-view img {
    width: 18em;
}

@media (min-width: 994px) {
    .user-view {
        padding: 16px 16px 0 !important;
    }
}

#mobile-nav i {
    margin: 0;
}

.side-nav {
    width: 100%
}

.sticky-banner {
    display: block;
    position: fixed;
    top: 75px;
    right: 0px;
    padding: 0.25em 1em;
    background: #dd4b39;
    color: #fff;
    z-index: 100;
    text-transform: uppercase;
    box-shadow: -3px 3px 15px rgba(0,0,0,0.25);
}

    .sticky-banner:hover {
        color: white;
        background-color: #bf3e2e;
        transition: background .3s ease-in-out;
    }

.btn-outline-primary {
    background-color: transparent !important;
    color: #2C2C2C;
    border: 2px solid #acacac;
    box-shadow: none;
}

@media (max-width: 566px) {
    .btnContainer {
        display: flex;
        flex-direction: column;
        gap: 1em;
    }

        .btnContainer .btn {
            margin-left: 0;
        }
}

#btnHolder {
    position: relative;
    top: 3em;
}

@media (max-width: 566px) {
    #btnHolder {
        position: static;
    }
}

.contentHolder {
    padding: 0px 0 50px 0 !important;
    position: relative;
    top: -3em;
}

@media (max-width: 566px) {
    .contentHolder {
        position: static !important;
    }
}


