h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #1c5473;
}

@media (min-width: 1400px) {
    body:not([data-class='fbHome']) .cp-nav-holder .navbar-default .navbar-nav > li > a {
        color: #fff !important;
    }

    .cp-cart-holder .icomoon, .cp-search-holder i {
        color: #fff !important;
    }
}

.cp-header:not(.cp_sticky) .cp-navigation-row a,
.cp-header:not(.cp_sticky) .cp-navigation-row .cp-nav-right > ul > li {
    /* color: #424242 !important; */
}

.btn-primary {
    background-color: #8dc63f;
    border-color: #6db011;
}

.owl-carousel .owl-item .item video {
  width: 100%;
}

.modal {
    z-index: 10000 !important;
}

.cp-header {
    z-index: 9401;
}

.cp-inner-banner .cp-inner-banner-outer h2 {
    line-height: 62px;
}

.anchoroffset {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

@media (max-width: 993px) {
    .widget-contact {
        padding: 30px 15px;
    }
}

.widget-search .form input[type="text"] {
    width: 50%;
}

.cp-services-item .readmore:after {
    font-family: 'Font Awesome 5 Free' !important;
}

@media (max-width: 400px) {
    .cp-main-content {
        padding-top: 0 !important;
    }

    .cp-main-content h1 {
        padding-top: 25px !important;
    }
}

.cp-feature-section .item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.cp-feature-item {
    padding: 30px 30px 60px;
}

.cp-feature-item h3 {
    height: 50px;
}

.cp-feature-item:before {
    display: none;
}

@media (max-width: 400px) {
    .cp-feature-item.first {
        margin-right: 15px;
    }
}

#modalStep4 .cp-btn-style1 {
    margin-bottom: 10px;
}

.cp-blog-inner-outer {
    padding: 15px;
    margin: 0;
}

.staffPhoto {
    width: 150px;
    border-radius: 20px;
    /* border: 1px solid #65a200; */
}

.cp-instagram-listed img {
    height: 140px;
    object-fit: cover;
}

.grid.grid-5-columns li {
    width: 20%;
    display: inline-block;
}

.nrc-welcomes {
    font-size: 42px !important;
}
@media (max-width: 400px) {
    .nrc-welcomes {
        font-size: 30px !important;
    }
}

.cp-search-inner input::-webkit-input-placeholder {
  color: #fff !important;
}
.cp-search-inner input:-ms-input-placeholder {
  color: #fff !important;
}
.cp-search-inner input::placeholder {
  color: #fff !important;
}

.cp-search-inner .form input[type="text"] {
    width: 87%;
    padding: 0 15px;
    text-transform: none;
}

.cp-search-inner .submit {
    background-color: white !important;
    color: rgba(148,194,71,0.9) !important;
    padding: 0 15px !important;
}

.cp-services-inner {
    padding-bottom: 30px !important;
}


ul.grid.wavgrid {
    padding: 0;
    margin: auto auto !important;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100% !important;
    position: relative;
}

.container .grid.grid-5-columns.wavgrid li {
    width: 20% !important;
}
.grid.wavgrid li {
    padding: 2px;
}
.grid li {
    float: left;
    position: relative;
}
.grid li, .clients-carousel a, .clients-carousel a img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0.8;
}
.grid.wavgrid li:before, .grid.wavgrid li:after {
    left: 0 !important;
    border-left: none !important;
    border-bottom: none !important;
}
.grid li:before {
    height: 100%;
    top: 0;
}
.grid li:before, .grid li:after {
    content: '';
    position: absolute;
}
.grid.wavgrid li a, .grid.wavgrid li img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    margin: 0 auto;
    position: relative;
}
@media (max-width: 575px) {
    .container .grid.grid-5-columns.wavgrid li {
        width: 100% !important;
    }
}
@media (min-width: 576px) {
    .container .grid.grid-5-columns.wavgrid li a, .container .grid.grid-5-columns.wavgrid li img {
        min-height: 228px;
        max-height: 228px;
        border-radius: 15px;
    }
}

.slick-dots li button,
.slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: #94c247 !important;
}

@media (min-width: 993px) {
    .cp-nav-holder .navbar-default .navbar-nav > li > a {
        padding: 0 12px;
    }
}
@media (min-width: 1200px) {
    .cp-nav-holder .navbar-default .navbar-nav > li > a {
        padding: 0 16px;
    }
}

ul {
    margin-left: 30px;
}

ul li {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #666666;
}
.bold {
    font-weight: bold;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.modal-backdrop.in {
    display: none;
}

#fbAddToCart .modal-dialog {
    margin-top: 20%;
}

@media (max-width: 993px) {
    #fbAddToCart .modal-dialog {
        margin-top: 60%;
    }
}

/* ADA Compliance Updates */

.cp-btn-style1:hover,
.cp-footer .widget-search .form .btn-submit {
    color: #000 !important;
}

.cp-about-text .cp-signature {
    color: #4f4f4f;
    opacity: 1;
}

body p {
    color: #444444;
}

a {
    color: #25557e;
}
.cp-heading-style1_v1 h2, 
.cp-heading-style1_v2 h2,
.cp-services-item h3 {
    color: #94c247 !important;
    color: #587e15 !important;
}

.cp-btn-style1,
.cp-footer {
    background-color: #94c247 !important;
    background-color: #587e15 !important;
}

.widget-contact ul li {
    color: #FFFFFF;
}

.widget-search .form input[type="text"] {
  color: #000 !important;
}

.widget-search .form input[type="text"]::-webkit-input-placeholder {
  color: #000 !important;
}
.widget-search .form input[type="text"]:-ms-input-placeholder {
  color: #000 !important;
}
.widget-search .form input[type="text"]::placeholder {
  color: #000 !important;
}

.cp-nav-holder .navbar-default .navbar-nav > li > a {
    color: #424242 !important;
}

.cp-header.cp_sticky .cp-nav-holder .navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.nrcWhatToExpect {
    margin-bottom: 15px;
    color: #587e15;
    line-height: normal;
}

@media (max-width: 600px) {
    .nrcWhatToExpect {
        font-size: 19px;
    }
}

.video-fluid {
    width: 100%;
    height: auto;
}
