﻿@import url('anytimec.css');

*, html, body {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #333;
    font-family: Arial, Helevtica, Sans-Serif;
    font-size: 0.8em;
}

h1, h2, h3, h4, h5, p {
    margin: 3px 0 15px 0;
    line-height: 1.3em;
}

h1 {
    font-family: Arial;
    font-size: 2.1em;
    font-weight: bold;
    color: #3B7926;
}

h2 {
    font-size: 1.7em;
    font-weight: bold;
}

h3 {
    color: #3B7926;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 30px;
}

h4 {
    color: White;
    font-family: Arial;
    font-size: 1.5em;
    font-weight: bold;
}

h5 {
    color: #535353;
    font-weight: bold;
}

hr {
    border-top: 1px dotted gray;
}

a {
    text-decoration: underline;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
    text-decoration: none;
}

h5 > a {
    color: #535353;
}

img {
    border: none;
}

p {
    font-family: Arial;
    color: #666666;
    letter-spacing: 0px;
    font-size: 110%;
}

ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 15px;
    color: #666666;
    font-size: 110%;
}

/*HEADER*/

#Header {
    background: #44852d;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#4e9336), to(#3c7926));
    background: -moz-linear-gradient(#4e9336, #3c7926 100%);
    background: linear-gradient(#4e9336, #3c7926 100%);
    margin: 0 auto;
    width: 100%;
    height: 120px;
}

    #Header .Inner {
        margin: 0 auto;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

        #Header .Inner .Col1 {
            padding: 1rem;
            width: 100%;
        }

        #Header .Inner .Col2 {
            padding: 1rem;
            width: 100%;
            text-align: right;
        }

        #Header .Inner .Col1 a.LogoLink {
            display: block;
            padding: 1rem;
        }

        #Header .Inner .Col1 img.Logo {
            height: 73px;
        }

        #Header .Inner div.UserInfo {
            width: 100%;
            z-index: 99;
            height: 35px;
        }

            #Header .Inner div.UserInfo div {
                text-align: left;
                background-color: #44852d;
                border: solid 1px #44852d;
                color: #fff;
                font-size: 0.9em;
                padding: 2% 3%;
                box-shadow: #000 2px 2px .8em;
            }

            #Header .Inner div .UserInfo i.fas {
                margin-right: 1rem;
            }

            #Header .Inner div.UserInfo a {
                color: #fff;
            }

        #Header .Inner div.Contact {
            color: #fff;
            position: absolute;
            top: 35px;
            right: 0px;
            text-align: right;
            width: 260px;
            z-index: 50;
        }

        #Header .Inner div.Search {
            display: block;
            padding: 1rem 0;
            max-width: 250px;
            margin: 0 0 0 auto;
        }

            #Header .Inner div.Search input[type='text'] {
                border: 0;
                padding: 7px;
                width: 66%;
                height: 33px;
            }

            #Header .Inner div.Search input[type='submit'] {
                background: #2d641a;
                border: none;
                color: #fff;
                font-weight: bold;
                padding: 5px;
                width: 33%;
                height: 33px;
            }
        a.Hamburger {
            display: none;
            color: #fff;
            width: 100%;
            background-color: #333;
            padding: .5rem 2rem;
            font-size: 1.5rem;
            text-decoration: none;
            cursor: pointer;
            position: sticky;
            top: 0;
            z-index: 102;
        }

#Navigation {
    background: #6eb257;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#83C16D), to(#6fae59));
    background: -moz-linear-gradient(#83C16D, #6fae59 100%);
    background: linear-gradient(#83C16D, #6fae59 100%);
    margin: 0 auto;
    width: 100%;
    position: sticky;
    top: 0rem;
    z-index: 101;
    transition: all .3s ease-in;
}

    #Navigation .Inner {
        margin: 0 auto;
        position: relative;
        width: 100%;
        transition: all .3s ease-in;
        text-align: center;
    }

    

.navlink {
    display: inline-block;
    color: White;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: normal;
    transition: all 0.2s linear;
    position: relative;
    z-index: 1;
}

    .navlink:hover {
        background-color: #3C7926;
    }

.selected {
    display: inline-block;
    color: #44852d;
    text-decoration: none;
    padding: 10px 20px;
    font-weight: bold;
    transition: all 0.2s linear;
    background-color: #9fDF99;
}

.subnav {
    padding: .2rem 0;
    width: 100%;
    position: sticky;
    top: 2rem;
    margin: 0 auto;
    height: auto;
    background-color: #9fDF99;
    z-index: 5;
}

    .subnav > h4 {
        display: none;
    }

    .subnav .subselected {
        display: inline-block;
        color: #44852d;
        text-decoration: none;
        margin-top: 5px;
        padding: 5px 20px 5px 20px;
        font-weight: normal;
        margin-right: 0px;
        margin-left: -5px;
    }

        .subnav .subselected:hover {
            color: white;
        }



/*MIDDLE*/

#mainimgcontainer {
    box-shadow: #666 0 0 .5em;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    height: 500px;
}

.harbimg {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

#title {
    margin-top: 0px;
    color: #3B7926;
    width: 550px;
}

#gray {
    color: #666666;
}

#Container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

    #Container #imgpanel {
        overflow: hidden;
        height: auto;
        width: 100%;
        position: absolute;
        left: 0px;
        bottom: 0;
        padding: 2rem;
        color: #000;
    }

#imgpanel h2 span {
    font-size: 2rem;
    background-color: #3c7926;
    box-shadow: #3c7926 0 0 0 5px;
    color: #fff;
    line-height: 1.4em;
}

#imgpanel p span {
    font-size: 1.5rem;
    background-color: #3c7926;
    box-shadow: #3c7926 0 0 0 5px;
    color: #fff;
}

#Container #leftside #content {
    margin-top: 0px;
    width: 585px;
    border-bottom: dotted 1px gray;
    padding-bottom: 20px;
}

ul.files {
    margin: 0;
}

    ul.files > li {
        list-style: none;
        margin: 5px 0;
        min-height: 25px;
        clear: both;
    }

        ul.files > li > a {
            text-decoration: none;
            font-size: 0.9em;
            color: #333;
        }

        ul.files > li img {
            float: left;
            margin: 0 6px 0 0;
        }


ul.events {
    margin: 0;
    padding: 0;
}

    ul.events > li {
        list-style: none;
        margin: 5px 0;
        clear: both;
    }

        ul.events > li > h5 {
            margin: 0 0 4px 0;
        }

        ul.events > li > a {
            text-decoration: none;
            font-size: 0.9em;
            color: #333;
        }

.imgtxt {
    color: White;
    font-family: Arial;
    margin-bottom: 5px;
}

#leftside, #rightside {
    font-size: .9rem;
    line-height: 1.5rem;
}

#leftside {
    position: relative;
}

    #leftside table td {
        padding: 10px;
    }

    #leftside.admin {
        position: relative;
        width: 100%;
    }

#rightside {
    padding-top: 0px;
    margin: 3rem 0;
}


.membertxt {
    color: White;
    font-family: Arial;
}

.memberlink {
    color: White;
    text-decoration: none;
    font-weight: bold;
}

    .memberlink:hover {
        color: #C5C5C5;
    }

.newstxt {
    border-bottom: dotted 1px gray;
    padding-bottom: 20px;
}



#events {
    width: 100%;
    margin: 3rem 0;
    padding: 3rem 2rem 2rem 2rem;
    position: relative;
    background-color: #3B7926;
    color: #fff;
}

    #events p {
        color: #fff;
    }

    #events h3 {
        vertical-align: middle;
        text-align: center;
        color: #fff;
    }

        #events h3 i {
            vertical-align: middle;
            display: inline-block;
            margin-top: -.3em;
            margin-right: .75rem;
        }

#news {
}

    #news .grid-news {
        display: grid;
        gap: 1rem;
        grid-template-columns: 1fr 1fr 1fr;
    }

    #news h3 {
        vertical-align: middle;
        text-align: center;
    }

        #news h3 i {
            vertical-align: middle;
            display: inline-block;
            margin-top: -.2em;
            margin-right: .75rem;
        }

    #news .grid-news .newsitem {
        padding: 1rem;
        width: 100%;
        /*width: 50%;
        min-width: 320px;
        max-width: 600px;*/
        text-align: center;
        background-color: gray;
        color: #fff;
    }

        #news .grid-news .newsitem p {
            color: #fff;
        }

        #news .grid-news .newsitem:last-child {
            border-bottom: none;
        }

#imgcalender {
    display: inline-block;
    vertical-align: middle;
}

#imgtitle {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    color: White;
}

/*FOOTER*/

#footer {
    margin: 0 auto;
    width: 100%;
    margin-top: 40px;
    padding: 2rem 2rem 4rem 2rem;
    background-color: #83C16D;
    color: #fff;
}

    #footer p {
        color: #fff;
    }

    #footer #footertxt {
        float: left;
        line-height: normal;
        margin: 0px;
        margin: 0 0 2rem 0;
    }

    #footer #footernav {
        float: right;
        margin: 0 0 2rem 0;
    }

        #footer #footernav .footerlink {
            display: inline-block;
            border-left: solid 1px #fff;
            text-decoration: underline;
            color: #fff;
            padding-left: 10px;
            padding-right: 0px;
            margin-left: 10px;
        }

            #footer #footernav .footerlink:first-child {
                border-left: none;
            }

            #footer #footernav .footerlink:hover {
                color: #fff;
            }

.readmore {
    color: #1973B3;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
}

    .readmore:hover {
        color: #3995C5;
        text-decoration: none;
    }





/*--------------------Form panels-----------------*/
.FormPanel {
    position: relative;
    width: 99%;
    padding: 40px 1% 10px 0px;
    margin: 0 0 10px 0;
    background: #83C16D;
    color: #000;
    border-radius: 5px;
}

.Final {
}

.FormPanel div.Row, .FormPanel div.RowLarge {
    position: relative;
    float: none !important;
    width: 100%;
    min-height: 30px;
    padding: 0;
    margin: 0 0 5px 0;
    clear: both;
}

.FormPanel div.RowButtons {
    position: relative;
    float: none !important;
    min-height: 30px;
    width: 99%;
    margin: 0 0 1% 0;
    clear: both;
    padding: 0 0 0 10px;
}

    .FormPanel div.RowButtons input {
        margin: 0 5px 0 0;
    }

.Final div.Row, .Final div.RowLarge {
    width: 100%;
    text-align: center;
}

    .Final div.Row input[type='button'], .Final div.Row input[type='submit'] {
        float: none;
    }

.FormPanel div.RowLarge {
    min-height: 60px;
}

    .FormPanel div.Row a.helplink, .FormPanel div.RowLarge a.helplink {
        display: block; /*position: absolute;             top: 0;             left: 550px;*/
        float: left;
        margin: 3px 0 0 10px;
        padding: 0 0 0 17px;
        font-size: 0.8em;
        color: #618B9A;
    }

    .FormPanel div.Row span.instruction, .FormPanel div.RowLarge span.instruction {
        display: block; /*position: absolute;             top: 0;             right: 0;*/
        float: left;
        margin: 0 0 0 10px; /*width: 30%;*/
        padding: 7px;
        background: #ccc;
        font-size: 0.8em;
    }

    .FormPanel div.Row span.Validator, .FormPanel div.RowLarge span.Validator {
        display: block;
        float: left;
        position: absolute;
        top: 30%;
        right: 16%;
        text-indent: -1000px;
        background: url(../images/edit-yellow.gif) no-repeat top left;
        width: 16px;
        height: 16px;
    }

.FormPanel div.PanelHead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px 1%;
    background: #666;
    color: #fff;
    font-weight: bold;
}

.Final div.PanelHead {
    background: #414E71;
}


.FormPanel label {
    display: block;
    float: left;
    margin: 0 -2px 0 10px;
    padding: 3px 8px;
    height:30px;
    overflow: hidden;
    background: #444;
    background: -webkit-gradient(linear, 0 0, 0 80%, from(#444), to(#666));
    background: -moz-linear-gradient(#444, #666 80%);
    background: linear-gradient(#444, #666 80%);
    color: #fff;
    border: solid 1px #000;
    border-width: 1px 0 1px 1px;
    font-size: 100%;
    position: relative;
}

    .FormPanel label.fixedSmall {
        width: 120px;
    }

    .FormPanel label.fixedLarge {
        width: 200px;
    }

.FormPanel div.CheckboxContainer, .FormPanel div.CheckboxContainerInline {
    float: none;
    padding: 10px 0 0 116px;
    margin: 0 0 10px 0;
    clear: both;
    min-height: 30px;
}

.FormPanel div.CheckboxContainerInline {
    float: left;
    padding: 5px;
    margin: 0;
    clear: none;
}

    .FormPanel div.CheckboxContainer span, .FormPanel div.CheckboxContainerInline span {
        float: none !important;
    }

    .FormPanel div.CheckboxContainer input[type='checkbox'], .FormPanel div.CheckboxContainerInline input[type='checkbox'] {
        display: inline;
        float: none !important;
    }

.FormPanel table tr td {
    height: 15px;
}

.FormPanel .Row h4 {
    font-size: 1em;
    font-weight: normal;
    margin: 15px 10px 0 10px;
}

.FormPanel div.CheckboxContainer label, .FormPanel table label, .FormPanel div.CheckboxContainerInline label {
    display: inline !important;
    float: none !important;
    font-size: 0.8em;
    background: none;
    border: none;
    color: #000;
    border-width: 1px;
    margin-left: 5px;
}

.FormPanel div.CheckboxContainer input[type='checkbox'], .FormPanel table input[type='checkbox'], .FormPanel div.CheckboxContainerInline input[type='checkbox'] {
    margin: 0;
    padding-left: 0;
    border: none;
    background: none;
    float: none;
}

.FormPanel input, .FormPanel select, .FormPanel textarea {
    float: left;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 80%, from(#fff), to(#eee));
    background: -moz-linear-gradient(#fff, #eee 80%);
    background: linear-gradient(#fff, #eee 80%);
    color: #000;
    border: solid 1px #000;
    padding: 5px;
    font-size: 1.1em;
    position: relative;
}

    .FormPanel input[type='checkbox'] {
        margin-left: 10px !important;
    }

    .FormPanel input[type='text'], .FormPanel input[type='password'] {
        height: 30px;
        width: 380px;
    }

.FormPanel textarea {
    width: 380px;
}

.FormPanel input[type='file'] {
    height: 18px;
    width: 380px;
    font-size: 0.7em;
}

.FormPanel select {
    padding: 2px;
    margin: 0;
    height: 30px;
}

    .FormPanel select.fixedSmall {
        width: 150px;
    }

    .FormPanel select.fixedSmall {
        width: 250px;
    }

.FormPanel input[type="submit"], input[type="button"] {
    height: 30px;
    margin: 0;
    color: #fff;
    background: #2d641a;
    border: 1px solid #000;
    font-size: 1em;
    position: relative;
    z-index: 1;
}

.FormPanel input[type='text'].small {
    width: 30px;
}

.FormPanel input[type='text'].labelLess {
    margin: 0 0 0 10px;
}

.FormPanel input[type="submit"]:hover, input[type="button"]:hover {
    color: #000;
    background: #666;
    cursor: pointer;
}

input.DateTime {
    display: none;
}

ul.eventfiles {
    margin: 0;
    padding: 0;
}

    ul.eventfiles > li {
        margin: 0;
        padding: .5rem;
        list-style: none;
        margin: 0 0 5px 0;
        width: auto;
    }

        ul.eventfiles > li > a {
            text-decoration: none;
            font-size: 0.85em;
            line-height: 1.2em;
            display: block;

            height: 25px;
            padding: 6px 3px 6px 35px;
            background: url(../images/attachment.png) no-repeat 3px 0px;
        }

            ul.eventfiles > li > a:hover {
                text-decoration: underline;
                opacity: 0.6;
            }


/*------------------------------------------------*/

.Warning {
    padding: 10px;
    border: solid 1px #990000;
    border-radius: 10px;
    color: #990000;
    text-align: center;
}

/*--------------------DISQUS Comments system-----------------*/

.dsq-button {
    background-color: Green !important;
    color: White !important;
}

#dsq-content .dsq-textarea .dsq-textarea-wrapper {
    background-color: Green;
}

.dsq-post-auth placeholder-grey {
    background-color: Green;
}

#dsq-content #dsq-global-toolbar .dsq-thread-like {
    background-color: Green !important;
}

#dsq-content #dsq-global-toolbar .dsq-thread-dislike {
    background-color: Green !important;
}

#dsq-content #dsq-global-toolbar .dsq-community-launcher {
    background-color: Green !important;
}

#dsq-content #dsq-global-toolbar.dsq-community-preview .dsq-toolbar-logo {
    background-color: Green !important;
}

#dsq-content .dsq-textarea .dsq-textarea-wrapper, #dsq-content .dsq-input-wrapper {
    border: 1px solid green !important;
}

#dsq-content .dsq-comment-header {
    background-color: #83C16D !important;
    -ie-border-radius: :5px !important;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#disqus_thread {
    max-width: 585px !important;
    width: 100%;
}

#dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap {
    background-color: #83C16D !important;
}

#disqus_thread a {
    color: #1973B3 !important;
}

#dsq-combo-widget.green #dsq-combo-content .dsq-combo-box {
    border-radius: 0px 5px 5px 5px !important;
    -moz-border-radius: 0px 5px 5px 5px !important;
    -webkit-border-radius: 0px 5px 5px 5px !important;
    font-size: 80% !important;
    -ie-border-radius: 0px 5px 5px 5px !important;
}

    #dsq-combo-widget.green #dsq-combo-content .dsq-combo-box a {
        color: #1973B3 !important;
    }

#dsq-combo-widget.blue #dsq-combo-content .dsq-combo-box img {
}

#dsq-combo-widget.blue #dsq-combo-tabs li {
    background-color: #83C16D !important;
}

    #dsq-combo-widget.blue #dsq-combo-tabs li.dsq-active {
        background-color: #95E48E !important;
    }

#dsq-combo-logo {
    visibility: hidden !important;
}

#dsq-combo-widget.green #dsq-combo-content .dsq-combo-box li {
    border-bottom: 1px dotted gray !important;
}

#dsq-combo-widget {
    width: 290px !important;
}

/*----------------------------------------------------*/

/*MEDIA QUERIES*/


@media only screen and (max-width: 1200px) {


    #leftside {
        padding: 0 2rem;
    }

    #rightside {
        padding: 0 2rem;
    }

    .navlink {
        font-size: .9em;
    }
}

@media only screen and (max-width: 768px) {

    #Navigation .Inner {
        height: 0;
        overflow: hidden;
    }
        #Navigation .Inner a {
            display: block;
        }

    .subnav {
        padding: 0;
    }
        .subnav > h4 {
            color: #3c7926;
            display: block;
            padding: .6rem 2.5rem;
            margin: 0;
            border-bottom: dotted 1px #fff;
            font-size: .9rem;
        }
    .subnav .subselected {
        display: block;
        padding: .6rem 2.5rem;
        margin: 0;
        border-bottom: dotted 1px #fff;
    }

    #Navigation {
        top: 2.5rem;
    }

    #Navigation .Inner.Open {
        height: auto !important;
    }

    #Header {
        height: auto;
    }

    a.Hamburger {
        display: block;
    }

    .navlink {
        font-size: .9em;
        width: 100%;
        padding-left: 2rem;
    }

    .selected {
        padding-left: 2rem;
    }

    #harbimg {
        height: 250px;
    }

    #imgpanel h2 span {
        font-size: 1.4rem;
    }

    #imgpanel p span {
        font-size: 1.2rem;
    }

    #news .grid-news {
        grid-template-columns: 1fr;
    }

    #footer #footertxt {
        width: 100%;
        float: none;
        text-align: center;
    }

    #footer #footernav {
        width: 100%;
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {

    #Header {
        height: auto;
    }

        #Header .Inner .Col1 a.LogoLink {
            padding: 1rem 1rem 0 1rem;
            text-align: center;
        }

        #Header .Inner .Col1 img.Logo {
            height: 45px;
        }

        #Header .Inner {
            grid-template-columns: 1fr;
        }

            #Header .Inner .Col1 {
                padding: .5rem;
            }

            #Header .Inner .Col2 {
                padding: .5rem;
                text-align: center;
            }

            #Header .Inner div.Search {
                display: none;
            }

    ul {
        padding-left: 0;
    }

    #Container #imgpanel {
        padding: 1rem;
    }

    #imgpanel p span {
        display: none;
    }
}
