/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1, .h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    color:#78bc43;
    text-decoration: none;
}

a:hover {
    color: #78bc43;
    text-decoration: underline;
}

.btn, button, .paging a {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    background: #78bc43;
    border-radius: 4px;
}
.btn:hover, button:hover, .paging a:hover {
    color: #ffffff;
    background: #73a62e;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    scroll-behavior: smooth
}

body {
    position: relative;
    font-family: "Merriweather Sans", arial, tahoma, verdana, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #3d3d3d;
    background-color: #fff
}

.overflow-body {
    overflow: hidden
}

.layout {
    position: relative;
    overflow-x: hidden
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1210px;
    padding: 0 20px
}

.container-narrow {
    margin: 0 auto;
    width: 100%;
    max-width: 1070px;
    padding: 0 20px
}

b {
    font-weight: 700 !important
}

ul {
    list-style: none;
    padding: 0
}

header .hamburger {
    color: #689e3c;
    font-size: 1.5rem;
    margin-left: 10px;
    cursor: pointer;
}

header a.logo img {
    max-width: 100%;
    max-height: 45px;
}

header nav {

}

header nav > ul {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    margin-bottom: 0;
}

header nav > ul > li > a {
    color: #000;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    header nav {
        display: block !important;
    }
}
@media (max-width: 767px) {
    header nav {
        display: none;
        position: fixed;
        width: calc(100% - 80px);
        height: 100%;
        top: 0;
        right: 0;
        z-index: 1000;
        background: #78bc43;
    }
    header nav > ul {
        display: block;
    }
    header nav > ul li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #689e3c;
        margin-top: 1rem;
        padding-right: 2rem;
        padding-bottom: 1rem;
    }
    header nav > ul li a {
        color: #fff;
    }
    header nav > ul li a:hover {
         color: #fff;
        text-decoration: underline;
    }
}

main .homepage-slider {
    height: 600px;
}

.owl-stage-outer {
    width: 100%;
    height: 100%;
}

.owl-stage, .owl-item {
    height: 100%;
}

.owl-nav, .owl-dots {
    display: none;
}

main .homepage-slider .item {
    width: 100%;
    height: 100%;
    background-position: center center;
}
main .main-subpage {
    min-height: 480px;
    margin-top: -430px;
    padding-bottom: 3rem;
    position: relative;
    z-index: 2;
    background: #fff;
}
main .main-subpage h1 {
    display: inline-block;
    position: relative;
    top: -40px;
    margin-bottom: 20px;
    padding: 1rem 1.5rem 0.75rem 1.5rem;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: bolder;
    background: #78bc43;
    text-shadow: 2px 3px 3px rgba(90,90,90,0.8);
}
main .main {
    margin-top: -430px;
    position: relative;
    z-index: 2;
}
main .main h1 {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: bolder;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.6);
}
main .main p {
    color: #FFF;
    font-size: 1.2rem;
    text-shadow: 2px 3px 3px rgba(0,0,0,0.6);
}
main .main .links {
    gap: 2rem;
    flex-wrap: nowrap;
    background: #FFF;
    margin-top: 160px;
}
main .main .links .box {
    margin-top: -60px;
    background: #78bc43;
}
@media (min-width: 768px) {
    main .main .links .box {
        flex: 0 0 auto;
        width: calc(33.33333333% - 1.33333333rem);
    }
}
@media (max-width: 767px) {
    main .main {
        width: 80%;
        margin-left: 10%;
    }
    main .main .links {
        flex-wrap: wrap;
    }
    main .main .links .box {
        margin-top: 0;
    }
    main .main .links .box:first-child {
        margin-top: -60px;
    }
}
@media (max-width: 550px) {
    main .main {
        width: 100%;
        margin-left: 0%;
    }
}
main .main .links .box h2 {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bolder;
    background: #73a62e;
    padding: 1rem;
    margin-right: calc(var(--bs-gutter-x) * .5 * -1);
    margin-left: calc(var(--bs-gutter-x) * .5 * -1);
    text-shadow: 2px 3px 3px rgba(90,90,90,0.6);
}

main .main .links .box a {
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
}
main .main .links .box nav {
    margin-top: 15px;
}
main .main .links .box li {
    margin-top: 5px;
}
main .main .links .box a:hover {
    color: #fff;
    text-decoration: underline;
}
main section h1, main section .h1 {
    position: relative;
    color: #000;
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
}
main section h1 span, main section .h1 span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 1.5rem;
}
main section h1:before, main section .h1:before {
    background: #ebe3d5;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    z-index: 1;
}
main .board-item {
    padding: 1rem;
}
main .board-item:nth-child(odd) {
    background: #f0f0f0;
}
main .board-item:nth-child(even) {
    background: #fff;
}
main .board-item h3 {
    color: #000;
    font-size: 1.4rem;
}
main .board-item .fa {
    color: #78bc43;
    margin-right: 5px;
}
main .board-item .meta {
    color: #000;
}
main .board-item .meta span.attachment-link {
    margin-left: 1rem;
}
main .board-item .collapse-open:hover {
    color: #78bc43;
    cursor: pointer;
}
main .board-item .html-content {
    margin-top: 1rem;
}
main .board-item .attachments {
    margin-top: 1rem;
    margin-bottom: 0;
}
main .board-item a {
    color: #000;
    text-decoration: none;
}
main .board-item a:hover {
    text-decoration: underline;
}
main .board-item small {
    margin-left: 5px;
}
main .board-item .fa.fa-file-pdf-o {
    color: red;
}
main .board-item .fa.fa-file-word-o {
    color: blue;
}
main .board-item .fa.fa-file-excel-o {
    color: green;
}
.html-content p {
    text-indent: 20px;
}
.page img {
    max-width: 100%;
}
.page .main-image {
    text-align: center;
}
.page .main-image img {
    position: relative;
    top: -20px;
    max-width: 95%;
    border: 5px solid #fff;
    box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.37);
    -webkit-box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.37);
    -moz-box-shadow: 10px 10px 14px -6px rgba(0,0,0,0.37);
    transform: rotate(-2deg);
}
.noticeboard .tab {
    display: block;
    padding: 1rem;
    margin-bottom: 0.5rem;
    color: #000;
    font-size: 1rem;
    text-decoration: none;
    background: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
}
.noticeboard .tab.active {
    color: #fff;
    background: #78bc43;
}
.noticeboard .tab:hover {
color: #fff;
 background: #aaa;
}
.noticeboard .tab i {
    margin-right: 10px;
}
.noticeboard .no {
    padding: 1rem;
    margin-bottom: 0;
    text-align: center;
}
.noticeboard .board-items {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}
.articles .article {
    cursor: pointer;
}
.articles .article img {
    max-width: 100%;
}
.articles .article h2 {
    margin-top: 1rem;
    color: #000;
    font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.articles .article time, .articles .article small, .articles .article span {
    color: gray;
    font-size: 0.8rem;
}
.articles .fa {
    margin-right: 5px;
}
.articles .fa-map-marker {
    margin-left: 15px;
}
.articles .no {
    padding: 1rem;
    text-align: center;
    border: 1px solid #f0f0f0;
}
.paging {
    text-align: center;
    margin-top: 2rem;
}
.page.article h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
.page.article .perex {
    font-weight: bolder;
}
.event .meta {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    color: #325404;
    line-height: 1.6rem;
}
.event .meta a {
    color: #325404;
    text-decoration: none;
}
.event .meta a:hover {
    color: #325404;
    text-decoration: underline;
}
.event .fa {
    margin-right: 5px;
}
.event .fa.fa-map-marker {
    margin-right: 11px;
}
.contacts div {
    margin-bottom: 1rem;
}
.contacts .fa {
    width: 25px;
}
.contacts address, .contacts span, .contacts address, .contacts a, .contacts .person {
    margin-left: 28px;
}
.contacts .person {
    margin-top: 1rem;
    margin-bottom: 0;
}
.contacts .person .fa {
    width: 17px;
}
.contacts .map {
    width: 100%;
    height: 300px;
}
footer {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background: #78bc43;
}
footer h2 {
    color: #325404;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

footer nav ul {
    list-style: none;
}
footer .col-md-4 nav li {
    font-size: 1rem;
    margin-bottom: 5px;
}
footer .col-md-4 nav a {
    color: #fff;
    text-decoration: none;
}
footer .col-md-4 nav a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .col-md-6 li {
    display: inline-block;
    font-size: 0.9rem;
    margin-right: 20px;
}
footer .col-md-6 li:last-child {
    margin-right: 0;
}
footer .col-md-6 nav a, footer .copy a {
    color: #325404;
    text-decoration: underline;
}
footer .col-md-6 nav a:hover, footer .copy a:hover {
    color: #325404;
    text-decoration: none;
}
footer .calendar a {
    color: #fff;
    text-decoration: none;
}
footer .calendar a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .calendar .meta {
    color: #325404;
    font-size: 0.9rem;
}
footer .calendar .meta .fa {
    margin-right: 3px;
}
footer .calendar .meta > span {
    margin-right: 10px;
}
footer .calendar .meta > span:last-child {
    margin-right: 0;
}
footer .calendar li {
    padding: 1rem 0;
    border-bottom: 1px solid #689e3c;
}
footer .calendar li:first-child {
    padding-top: 0;
    border-bottom: 1px solid #689e3c;
}
footer .calendar li:last-child {
     padding-bottom: 0;
     border-bottom: none;
}
footer .calendar small {
    color: #325404;
    font-style: italic;
}

footer .copy {
    color: #325404;
    font-size: 0.9rem;
}
#flexi-cookiebar {
    background: #fff;
    border-top: 1px solid #000;
}
#flexi-cookiebar .btn {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 4px;
}
#flexi-cookiebar-confirm {
    background: #78bc43;
    border-color: #78bc43;
}
