.page a {
    color: #96c14d;
}
.page a:hover {
    border-bottom: 1px solid;
}

.page a {
    text-decoration: none;
    -webkit-transition: padding 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out, border 0.2s ease-out;
    transition: padding 0.2s ease-out, color 0.2s ease-out, background-color 0.2s ease-out, box-shadow 0.2s ease-out, border 0.2s ease-out;
}

body {
    background: #fff;/*#007fff;*/
    padding: 0;
    margin: 0;
    font-family: arial;
    color: #666;
}

body, p, td {
    font-size: 14px;
    line-height: 24px;
}

.wrapper {
    max-width: 950px;
    padding: 0 25px;
    margin: 0 auto;
}

#header-message {
    background: #eee;
    padding: 15px 0;
    overflow: hidden;
}

#header-message h2 {
    margin: 0;
}

#header-message p {
    margin: 2px 0 0 0;
    font-size: 16px;
}

#header-message * {
    color: #555;
}

#header-message .wrapper {
    padding: 0 25px;
    /*background-image: url(../images/alert.svg);
    background-repeat: no-repeat;
    background-position: 15px top;
    background-size: 45px;*/
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fullscreened {
    overflow: hidden;
}

html,body,#everything {
height: 100%;
}
#everything {
    margin: auto;
    padding: 0;
    overflow-y: scroll;
    /*border-radius: 10px;*/
    background: white;/*
    border: 2px solid deepskyblue;
    box-shadow: 0 0 100px 3px #303030, 0 0 12px 2px dodgerblue;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;*/
}

#header {

    height: 60px;
    background: #fff;
    box-shadow: 0 2px 3px -1px rgba(0,0,0,0.1)
}

#header.sticky {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 101;
}

#subheader {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
}

#links {
    float: right;
    line-height: 60px;
}

#top {
    margin-bottom: 60px;
}

#currentPageItem {
    color: #96c14d;
}

.menuItem {
    height: 100%;
    font-size: 16px;
    padding: 0px 20px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
}
#currentPageItem:hover,.menuItem:hover {
    color: #fff;
    background-color: #96c14d;
    border: none;
}

.menuItem:hover:after {
    top: -17px;
    opacity: 1;
    background-color: #fff;
    color: #fff;
}
.menuItem:after {
    display: block;
    content: '';
    position: relative;
    left: 0;
    top: -3px;
    margin: 0 auto -2px;
    height: 2px;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    background-color: #fff;
}

.menuItem {
    text-decoration: none;
    background: transparent;
    color: #303030;
    display: block;
}

.menu-item {
    list-style: none;
    float: left;
    display: block;

    transition-delay: 0s, 0s, 0s, 0s, 0s;
    transition-duration: 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
    transition-property: padding, color, background-color, box-shadow, border;
    transition-timing-function: ease-out, ease-out, ease-out, ease-out, ease-out;
}

.clear {
    clear: both;
}

#compact-menu {
    display: none;
    font-size: 21px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
}


@media screen and (max-width: 1000px) {
    #header {
        text-align: center;
    }
    .sticky {
        position: relative !important;
        height: auto !important;
    }
    .menu-item {
        float: none !important;
        display: inline-block;
    }
    #links {
        float: none !important;
    }
    #top {
        margin-bottom: 0px;
    }
    #logo {
        float: none !important;
        height: 90px !important;
    }
}

@media screen and (max-width: 500px) {
    #header {
        text-align: center;
    }
    .menu-item {
        float: none !important;
        display: block;
    }

    .menuItem {
        padding: 5px 0 !important;
    }

    #compact-menu {
        display: block;
    }

    .menu-item-override {
        display: none;
    }
    .menu-item-override.toggled-override {
        display: block !important;
    }

    /*#links.toggled-override {
        position: fixed;
        top: 70px;
        right: 10px;
        background: lightgray;
    }*/

    #links .menu-item {
        box-shadow: rgba(0, 0, 0, 0.0588235) 0px 1px 0px 0px inset;
        margin-right: 5px;
        margin-left: 5px;
    }

    #bottom-links {
        text-align: center;
        margin-right: auto;
    }
    .bottom-link {
        float: none !important;
        display: inline-block;
        margin-bottom: 10px !important;
    }

    .copyright {
        margin-left: auto;
        margin-bottom: 20px;
    }

    .sticky {
        position: relative !important;
        height: auto !important;
    }
    #links {
        float: none !important;
        line-height: 30px !important;
    }
    #top {
        margin-bottom: 0px;
    }
    #logo {
        float: none !important;
        height: 50px !important;
    }
    .menuItem:hover:after {
        opacity: 0 !important;
    }
}

#logo {
    width: auto;
    height: 50px;
    float: left;
    padding: 5px;
}
.menuItem.compact {
    float: none;
}

body, p, td {
    font: 14px/24px 'Open Sans', sans-serif;
}

/* Headers */
h1 {
    font-size: 38px;
    line-height: 48px;
}
h2 {
    font-size: 32px;
    line-height: 42px;
}
h3 {
    font-size: 26px;
    line-height: 36px;
}
h4 {
    font-size: 22px;
    line-height: 32px;
}
h5 {
    font-size: 20px;
    line-height: 30px;
}
h6 {
    font-size: 18px;
    line-height: 26px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', sans-serif;
    margin-bottom: 20px;
    color: #444;
}




#menuTitle {
    font-size: 3em;
    color: whitesmoke;
    font-weight: bolder;
    display: block;
    max-width: 400px;
    margin: auto;
}

#menuText {
    font-size: 1em;
    color: whitesmoke;
    font-weight: bold;
    display: block;
    margin: auto;
}


.page {
    margin: auto !important;
    margin-top: 60px;
    margin-bottom: 10px !important;
    max-width: 900px;
    padding: 8px;
}

img {
     max-width: 100%;
     height: auto;
 }
/*
#menuBar {
    background: url(../images/musselsnz1.jpg);
    background-attachment: fixed;
    background-size: 100%;
}*/

.fullscreen {
    max-width: 90% !important;
    max-height: 90% !important;
    width: auto !important;
    height: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: auto !important;
    overflow: auto !important;
    position: fixed !important;
    right: 0 !important;
    top: 30px !important;
    border-radius: 20px !important;
    padding: 10px !important;
    border: 3px solid #303030 !important;
    background: whitesmoke !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    box-shadow: 5px 5px 5px #303030 !important;
    z-index: 100;
}

#dimmer {
    display: none;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 99;
    background: rgba(128, 128, 128, 0.8);
    cursor: pointer;
}
.dimmer-on {
    display: block !important;
}

#dimmer div {
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #303030, 3px 3px 3px #303030;
    background: whitesmoke;
    height: 25px;
    display: inline-flex;
    align-items: center;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

/*.disclaimer {
    text-align: center;
    font-size: x-small;
    color: gray;
    max-width: 660px;
    margin: auto;
}*/

#footer {
    background-color: rgb(51, 51, 51);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 40px 20px;
}

.subfooter {
    font-size: 13px;
    line-height: 21px;
    color: rgb(170, 170, 170);
    width: 350px;
    margin: 0;
    margin-bottom: 20px;
}

#sub-footer {
    color: #999;
    font-size: 13px;
    line-height: 21px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.copyright {
    margin-right: auto;
}

#bottom-links {
    margin-left: auto;
}

.bottom-link {
    color: rgb(102, 102, 102);
    font-size: 13px;
    line-height: 21px;
    margin: 0 10px;
    text-decoration: none;
}

.bottom-link:hover {
    color: rgb(27, 152, 224);
    text-decoration: underline;
}

.contact.subfooter h4 {
    color: rgb(221, 221, 221);
    font-weight: normal;
    margin: 0 0 20px 0;
}

.contact.subfooter a {
    color: rgb(221, 221, 221);
    text-decoration: none;
}

.contact.subfooter a:hover {
    color: rgb(27, 152, 224);
    text-decoration: underline;
}

.w-contacts-item {
    position: relative;
}
.w-contacts-item i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    height: 21px;
    width: 21px;
}

.w-contacts-item-value {
    margin: 0 0 12px 36px;
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

 h3, h4 {
     margin-bottom: 5px;
 }

.title {
    font-weight: bold;
    color: #96c14d;
}

.brand {
    color: #666;
    font-weight: bold;
}

.brand sup {
    font-size: 60%;
}