.footer p{
    color: #fff;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:visited {
    color: #fff;
    text-decoration: none;
}

/* Optional: You could also add hover state for better user experience */
.footer a:hover {
    color: #FBAE42;
    text-decoration: underline;
}

.news-events-wrap .title {
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 36px;
}

.breadcrumbLink {
    font-size: 12px;
    color:#3A3027 !important;
}

.breadcrumbLink a, .breadcrumbLink a:visited  {
    font-size: 12px;
    color:#3A3027 !important;
}

.breadcrumbLink:hover  {
    font-size: 12px;
    color:#FBAE42 !important;
}

.sidebar-nav li {
    list-style: none;
}

.sidebar-nav li, .sidebar-nav ul {
    padding-left: 0px;
    margin-left: 0px;
}


    .navItem[data-columns]::before {
        content: '3 .column.size-1of3';
    }

   .EvtHdrLftCol {
       margin-bottom:20px;
   }

@media screen and (max-width: 480px){
    .navItem[data-columns]::before {
        content: '1 .column.size-1of1';
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .navItem[data-columns]::before {
        content: '2 .column.size-1of2';
    }
}
@media screen and (min-width: 769px) {
    .navItem[data-columns]::before {
        content: '3 .column.size-1of3';
    }
}

/* Again, you’re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }

a.menuHeader,a.menuHeader:visited  {
    color:#000 !important;
}
a.menuHeader:hover  {
    color:#000 !important;
}

.facilities-permit-row {
    margin: 13px 0 18px;
}
.facilities-permit-row a.facilities-btn {
    background-image: url("../images/icon-home.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #989898;
    display: inline-block;
    font-size: 14px;
    height: 51px;
    line-height: 1.2;
    padding: 4px 0 4px 57px;
    text-transform: uppercase;
}
.facilities-permit-row a.permit-btn {
    background-image: url("../images/icon-usd.png");
    margin-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #3B3127;
    display: inline-block;
    font-size: 14px;
    height: 51px;
    line-height: 1.2;
    padding: 4px 0 4px 57px;
    text-transform: uppercase;
}
.facilities-permit-row a.facilities-btn:hover {
    background-image: url("../images/icon-home-hover.png");
    color:#786554;
}
.facilities-permit-row a.permit-btn:hover {
    background-image: url("../images/icon-usd-hover.png");
}

.facilities-permit-row a.garbage-btn {
    background-image: url("../images/icon-garbage.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #3B3127;
    display: inline-block;
    font-size: 14px;
    height: 51px;
    line-height: 1.2;
    padding: 4px 0 4px 57px;
    text-transform: uppercase;
}
.facilities-permit-row a.garbage-btn:hover {
    background-image: url("../images/icon-garbage-hover.png");
}
.facilities-permit-row a.development-btn {
    background-image: url("../images/icon-development.png");
    margin-left: 40px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #3B3127;
    display: inline-block;
    font-size: 14px;
    height: 51px;
    line-height: 1.2;
    padding: 4px 0 4px 57px;
    text-transform: uppercase;
}
.facilities-permit-row a.development-btn:hover {
    background-image: url("../images/icon-development-hover.png");
}


.services-wrap .col {
    margin-bottom: 6px;
    padding: 0 3px;
}
.services-wrap .col a {
    min-height: 155px;
    padding-top: 25px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.linkyellow a {
    background-color: #FBAE42;
    color: #FFFFFF;
    display: block;
}

.linkgreen a {
    background-color: #FBAE42;
    color: #FFFFFF;
    display: block;
}

.linkblue a {
    background-color: #FBAE42;
    color: #FFFFFF;
    display: block;
}

.linkteal a {
    background-color: #FBAE42;
    color: #FFFFFF;
    display: block;
}
.services-wrap p
{
    color: #FFFFFF;
}

.services-wrap .col a p {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 12px;
    text-transform: uppercase;
    color: #fff;
}
.services-wrap .col a:hover {
    background-color: #F6941F;
    color: #FFFFFF!important;
}

.services-wrap .col p:hover {
    color: #FFFFFF!important;
}

.fa-kit {
    font-size: 40px;
}

.fa-regular {
    font-size: 40px;
}
.fa-solid {
    font-size: 40px;
}
.hero-wrap img {
    max-height: 470px;
}
