<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your css styles (customizations) */
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.text-shadow {
    text-shadow: 0 5px 6px rgba(84, 115, 24, 0.85);
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.u-header__section--light .hamburger-inner, .u-header__section--light .hamburger-inner::after, .u-header__section--light .hamburger-inner::before {
    background: #000;
}

.u-header .active .dropdown-item .nav-link {
    color: #000 !important;
}

.u-header .active .dropdown-item.active .nav-link {
    color: #8ec02c  !important;
}

.g-bg-primary-opacity-0_8--hover--after:hover::after {
    background-color: rgba(142, 192, 44, 0.73) !important;
}

.g-theme-bg-gray-dark-v4--hover:hover {
    background-color: #75a90f !important;
}

@media (max-width: 991px) {
.u-header__section.g-bg-white-opacity-0_7 {
    background-color: rgba(255, 255, 255, 0.95) !important;
}
}

.u-link-v5.active {
    color: #8ec02c !important;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

.tab-v1 .tab-content img {
    margin-top: 0;
    margin-bottom: 0;
}

.posts .dl-horizontal dt {
    width: 100px;
}

.posts .dl-horizontal dt img {
    width: 100px;
    height: 100px;
}

.posts .dl-horizontal dd {
    margin-left: 110px;
}

#access_map {
    height: 500px;
    width: 100%;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}</pre></body></html>