﻿html {
    line-height: 1.15;
    text-size-adjust: 100%;
}

body {
    margin: 0px;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0px;
}

hr {
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    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: 0px;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        appearance: none;
    }

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: icoMoonUltimate;
    src: url("Fonts/icomoon/icoMoonUltimate.ttf") format("truetype"), url("Fonts/icomoon/icoMoonUltimate.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

*,
::before,
::after {
    box-sizing: border-box;
}

:root {
    --flow: 2.4rem;
}

@media only screen and (min-width: 480px) {
    :root {
        --flow: 3.2rem;
    }
}

#root {
    isolation: isolate;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0px;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

html,
body {
    font-family: Lato, Arial, serif;
    font-size: 62.5%;
}

    html:focus-within {
        scroll-behavior: smooth;
    }

body {
    min-height: 100vh;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    text-rendering: optimizespeed;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    ::before,
    ::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.visuallyHidden,
.sr-only {
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.flow > * + * {
    margin-top: var(--flow, 1em);
}

.wrapper {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
}

:focus {
    outline: transparent;
    box-shadow: rgb(76, 154, 255) 0px 0px 0px 3px !important;
}

html {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-family: Lato, Arial, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

p,
ul,
ol {
    margin: 20px 0px 0px;
    line-height: 2;
}

a {
    color: rgb(49, 132, 21);
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(51, 51, 51);
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 30px 0px 0px;
    color: rgb(20, 52, 92);
}

h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin: 30px 0px 0px;
    color: rgb(49, 132, 21);
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 30px 0px 0px;
    color: rgb(49, 132, 21);
}

h4 {
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0px 0px;
}

h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0px 0px;
}

h6 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0px 0px;
}

p,
ul,
ol {
    margin: 20px 0px 0px;
    line-height: 2;
}

@media print {
    body {
        margin: 0px;
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
    }

        body a {
            background-color: rgb(255, 255, 255);
            text-decoration: none;
            color: rgb(51, 51, 51) !important;
        }

        body .tableWrap table {
            min-width: 100% !important;
            width: 100% !important;
        }

            body .tableWrap table tbody {
                border: 1px solid rgb(0, 0, 0) !important;
            }

                body .tableWrap table tbody p {
                    color: rgb(0, 0, 0);
                }

                body .tableWrap table tbody tr {
                    border: 1px solid rgb(0, 0, 0) !important;
                }

                    body .tableWrap table tbody tr th {
                        color: rgb(0, 0, 0) !important;
                        border: 1px solid rgb(0, 0, 0) !important;
                    }

                body .tableWrap table tbody td:not(:last-child) {
                    border: 1px solid rgb(0, 0, 0) !important;
                }

    .pfImage {
        max-width: 300px;
        width: 100%;
    }

    .noPrint,
    footer,
    header,
    aside,
    nav,
    form,
    button {
        display: none !important;
    }

    .accItem h2.aTitle button.aTitleLink {
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
        display: block !important;
    }

        .accItem h2.aTitle button.aTitleLink .aIcon {
            display: none;
        }
}

.kdJbHq {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    display: block;
    padding: 1.2rem 1.6rem;
    text-decoration: underline 1px;
    text-underline-offset: 1px;
}

    .kdJbHq:focus {
        position: static;
        width: auto;
        height: auto;
        margin: inherit;
        overflow: visible;
        clip: auto;
        clip-path: none;
        white-space: inherit;
        color: white;
        background-color: black;
    }

.iYucXT {
    margin-top: 70px;
    padding: 44px 0px;
    background-color: rgb(15, 74, 64);
    color: rgb(255, 255, 255);
    text-align: center;
}

@media only screen and (min-width: 560px) {
    .iYucXT {
        text-align: left;
    }
}

.iYucXT a {
    color: rgb(255, 255, 255);
}

.iYucXT .fContainer {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

@media only screen and (min-width: 560px) {
    .iYucXT .fFlex {
        display: flex;
        flex-wrap: wrap;
    }
}

.iYucXT .fCol {
    flex-basis: 50%;
}

@media only screen and (min-width: 880px) {
    .iYucXT .fCol {
        flex-basis: 20%;
    }
}

@media only screen and (min-width: 880px) {
    .iYucXT .fCol.fColLogo {
        flex-basis: 40%;
    }
}

.iYucXT .fColPadding {
    padding: 16px;
}

.iYucXT .fLogo {
    width: 100%;
    max-width: 300px;
}

.iYucXT .fList {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .iYucXT .fList.fMenu {
        font-size: 24px;
    }

.iYucXT .fListItem:not(:first-child) {
    margin-top: 8px;
}

.iYucXT .fLink {
    text-decoration: none;
}

    .iYucXT .fLink :hover {
        text-decoration: underline;
    }

.dqVGaa header {
    background-color: rgb(15, 73, 64);
    border-bottom: 4px solid rgb(109, 194, 81);
    position: fixed;
    width: 100%;
    height: 76px;
    z-index: 1000;
}

    .dqVGaa header .logo-title {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .dqVGaa header .container {
        width: 100%;
        max-width: 1280px;
        padding: 0px 16px;
        margin: auto;
        display: flex;
        position: relative;
    }

        .dqVGaa header .container .logo {
            font-size: 0px;
            line-height: 0;
            display: flex;
            align-items: center;
        }

        .dqVGaa header .container .logo-image {
            width: 200px;
        }

        .dqVGaa header .container .toggles {
            display: flex;
            align-items: center;
            margin-left: auto;
        }

            .dqVGaa header .container .toggles .toggle-search {
                width: 40px;
                height: 40px;
                background: transparent;
                border: none;
                color: rgb(255, 255, 255);
                font-size: 25px;
                vertical-align: middle;
            }

@media only screen and (min-width: 560px) {
    .dqVGaa header .container .toggles .toggle-search {
        display: none;
    }
}

.dqVGaa header .container .toggles .search {
    display: block;
}

@media only screen and (max-width: 560px) {
    .dqVGaa header .container .toggles .search {
        display: none;
        position: absolute;
        top: 76px;
        left: 0px;
        z-index: 1000;
        width: 100%;
        height: 76px;
        padding: 0px 16px;
        overflow: hidden;
    }
}

.dqVGaa header .container .toggles .nav-control {
    color: rgb(255, 255, 255);
    margin-left: 16px;
}

    .dqVGaa header .container .toggles .nav-control .nav-label {
        display: none;
    }

@media only screen and (min-width: 560px) {
    .dqVGaa header .container .toggles .nav-control .nav-label {
        display: inline-block;
    }
}

.dqVGaa header .container .toggles .nav-control .toggle-nav {
    cursor: pointer;
}

.dqVGaa header .container .toggles .nav-control svg {
    cursor: pointer;
    fill: rgb(255, 255, 255);
}

.dqVGaa header .container .toggles .nav-control .navigation {
    z-index: -1;
    position: absolute;
    top: 76px;
    right: 0px;
    max-width: 100%;
    width: 400px;
    height: 100vh;
    bottom: 0px;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

    .dqVGaa header .container .toggles .nav-control .navigation ul {
        height: 1252px;
    }

.dqVGaa .advertisement {
    margin: 16px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 16px;
}

.dqVGaa .alert-container {
    position: relative;
    top: 76px;
}

.dqVGaa .banner-spacer {
    width: 100%;
    height: 1px;
    position: relative;
    top: 76px;
    margin-bottom: 76px;
}

.dqVGaa .banner {
    background-image: url("/image-library/peterborough-museum.x68801550.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
    position: relative;
    top: 76px;
    margin-bottom: 76px;
}

@media only screen and (max-height: 610px) {
    .dqVGaa .banner {
        height: 250px !important;
    }
}

.dqVGaa .banner .container {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

    .dqVGaa .banner .container .promoted-area {
        padding: 16px;
        background-color: rgba(0, 0, 0, 0.7);
        width: auto;
        position: absolute;
        bottom: 16px;
        color: rgb(255, 255, 255);
    }

        .dqVGaa .banner .container .promoted-area .banner-title {
            color: inherit;
            font-size: 30px;
            line-height: 38px;
            font-weight: 600;
        }

        .dqVGaa .banner .container .promoted-area p {
            line-height: 22px;
        }

        .dqVGaa .banner .container .promoted-area a {
            margin-top: 12px;
        }

@media only screen and (max-width: 640px) {
    .dqVGaa .banner {
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }

        .dqVGaa .banner .container {
            padding: 0px;
        }

            .dqVGaa .banner .container .promoted-area {
                width: 100%;
                bottom: 0px;
            }

                .dqVGaa .banner .container .promoted-area p.banner-title {
                    margin-top: 0px;
                }
}

.dqVGaa .page-header {
    position: relative;
    top: 76px;
    margin-bottom: 76px;
}

    .dqVGaa .page-header .container {
        width: 100%;
        max-width: 1280px;
        margin: auto;
        padding: 32px 16px;
    }

        .dqVGaa .page-header .container .page-title {
            color: rgb(49, 132, 21);
        }

.dqVGaa .hContainer {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 560px) {
    .dqVGaa .hContainer {
        align-items: center;
        padding-bottom: 0px;
        transition: padding-bottom 400ms ease-in-out;
    }
}

@media only screen and (max-width: 880px) {
    .dqVGaa .hContainer {
        justify-content: space-between;
    }
}

@media only screen and (min-width: 560px) and (max-width: 880px) {
    .dqVGaa .hContainer {
        padding-bottom: 44px;
    }
}

.dqVGaa .hLogo {
    font-size: 0px;
    line-height: 0;
    display: flex;
    align-items: center;
}

.dqVGaa .hLogoImage {
    width: 200px;
}

@media only screen and (min-width: 1280px) {
    .dqVGaa .hLogoImage {
        width: 280px;
    }
}

@media only screen and (min-width: 560px) {
    .dqVGaa .hToggles {
        display: none;
    }
}

.dqVGaa .toggleSearch {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: rgb(51, 51, 51);
    font-size: 25px;
    vertical-align: middle;
}

.dqVGaa .visuallyHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.dqVGaa .toggleNav {
    margin-left: 8px;
    vertical-align: middle;
}

@media only screen and (min-width: 560px) {
    .dqVGaa .toggleNav {
        margin-left: 12px;
    }
}

.dqVGaa .hNav {
    z-index: 0;
    flex-grow: 1;
}

@media only screen and (max-width: 560px) {
    .dqVGaa .hNav {
        z-index: -1;
        position: fixed;
        top: 60px;
        left: 0px;
        width: 100%;
        bottom: 0px;
        overflow-y: scroll;
        transform: translateX(100%);
        transition: transform 0.2s ease-in-out;
        background-color: rgb(255, 255, 255);
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (min-width: 560px) and (max-width: 880px) {
    .dqVGaa .hNav {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}

.dqVGaa .hSearch {
    display: none;
    align-items: center;
}

@media only screen and (max-width: 560px) {
    .dqVGaa .hSearch {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 8px 16px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 560px) {
    .dqVGaa .hSearch {
        display: flex;
        order: 3;
    }
}

.dqVGaa .hSearchInner {
    position: relative;
    padding-left: 24px;
}

@media only screen and (max-width: 560px) {
    .dqVGaa .hSearchInner {
        padding-left: 0px;
        opacity: 0;
        animation: 400ms ease-in-out 400ms 1 normal forwards running animateSearch;
    }
}

@keyframes animateSearch {
    0% {
        opacity: 1;
        bottom: -56px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

.dqVGaa .hSearchInput {
    width: 100%;
    height: 40px;
    padding: 0px 56px 0px 16px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    font-size: inherit;
}

@media only screen and (min-width: 560px) {
    .dqVGaa .hSearchInput {
        width: 280px;
    }
}

@media only screen and (min-width: 1280px) {
    .dqVGaa .hSearchInput {
        height: 50px;
        padding-right: 66px;
    }
}

.dqVGaa .hSearchSubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    border: none;
    background: transparent;
    font-size: 25px;
}

@media only screen and (min-width: 1280px) {
    .dqVGaa .hSearchSubmit {
        height: 50px;
        width: 50px;
    }
}

.dqVGaa .hLogoTitle,
.dqVGaa .hSearchLabel,
.dqVGaa .hSearchSubmitLabel {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.dqVGaa .hPageHeader {
    background-color: rgb(15, 74, 64);
    color: rgb(49, 132, 21);
    overflow: hidden;
    padding: 32px 0px;
}

.dqVGaa .hPageHeaderInner {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

.dqVGaa .hPageTitle {
    color: rgb(49, 132, 21);
}

.ifWTqh {
    margin: 0px;
    padding: 0px;
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
}

    .ifWTqh .navItem {
        display: flex;
        padding: 16px;
        border-bottom: 1px solid rgb(204, 204, 204);
        align-items: center;
        text-align: center;
        line-height: 1.2;
    }

        .ifWTqh .navItem:last-child {
            border-right: 1px solid rgb(204, 204, 204);
        }

@media only screen and (max-width: 559px) {
    .ifWTqh .navItem {
        height: auto;
        border-left: none;
        border-top: 1px solid rgb(204, 204, 204);
    }

        .ifWTqh .navItem:last-child {
            border-right: none;
            border-bottom: 1px solid rgb(204, 204, 204);
        }
}

@media only screen and (min-width: 560px) and (max-width: 879px) {
    .ifWTqh .navItem {
        padding: 0px 16px;
        height: 44px;
        flex-grow: 1;
    }

        .ifWTqh .navItem:first-child {
            border-left: none;
        }

        .ifWTqh .navItem:last-child {
            border-right: none;
        }
}

@media only screen and (min-width: 1280px) {
    .ifWTqh .navItem {
        padding: 16px 24px;
    }
}

.ifWTqh .navLink {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (min-width: 1280px) {
    .ifWTqh .navLink {
        font-size: 20px;
    }
}

.hfsGCP {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: icoMoonUltimate !important;
}

    .hfsGCP::before {
        content: "";
    }

.fhDUQt {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: icoMoonUltimate !important;
}

    .fhDUQt::before {
        content: "";
    }

.lptdrd {
    position: relative;
}

    .lptdrd .searchbar__form {
        position: relative;
    }

        .lptdrd .searchbar__form label {
            margin-right: 20px;
            flex-shrink: 0;
        }

        .lptdrd .searchbar__form input {
            width: 100%;
            flex-basis: 100%;
            height: 50px;
            padding: 0px 66px 0px 16px;
            border-radius: 3px;
            font-size: 16px;
            border: 1px solid rgb(204, 204, 204);
        }

@media only screen and (min-width: 880px) {
    .lptdrd .searchbar__form input {
        margin-top: 0px;
    }
}

.lptdrd .searchbar__form .searchbar__button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.lptdrd .searchbar__form .icon {
    font-size: 25px;
}

.lptdrd.banner-search input {
    height: 64px;
    width: 100%;
    border: none;
    padding: 20px 66px 20px 16px;
    font-size: 24px;
    border-radius: 3px;
}

.lptdrd.banner-search .searchbar__button {
    color: rgb(255, 255, 255);
    background-color: rgb(49, 132, 21);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    right: 8px;
}

.mgZbv {
    width: 40px;
    height: 40px;
    position: relative;
    vertical-align: middle;
    border: none;
    background: transparent;
    padding: 0px;
    text-align: center;
}

    .mgZbv .visuallyHidden {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .mgZbv .bun {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
    }

    .mgZbv span {
        width: 30px;
        height: 3px;
        background-color: rgb(255, 255, 255);
        display: block;
        position: absolute;
        line-height: 0;
    }

    .mgZbv .cheese {
        top: 5px;
        transform: rotate(0deg);
        transition: top 400ms 400ms, transform 400ms;
    }

    .mgZbv .burger {
        top: 14px;
        opacity: 1;
        transition: opacity 400ms;
    }

    .mgZbv .lettuce {
        bottom: 4px;
        transform: rotate(0deg);
        transition: bottom 400ms 400ms, transform 400ms;
    }

    .mgZbv.open .cheese {
        top: 14px;
        transform: rotate(135deg);
        transition: top 400ms, transform 400ms 400ms;
    }

    .mgZbv.open .burger {
        opacity: 0;
    }

    .mgZbv.open .lettuce {
        bottom: 13px;
        transform: rotate(225deg);
        transition: bottom 400ms, transform 400ms 400ms;
    }

.cKORIW {
    margin-bottom: -70px;
}

    .cKORIW .hHeader {
        color: rgb(255, 255, 255);
        overflow: auto;
        padding: 28px 0px;
        background-image: url("/_46aYdw_50296527-1056-45de-b937-c0f361a8201a/static/img/peteccHeader.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        top: 76px;
        margin-bottom: 76px;
    }

        .cKORIW .hHeader::before {
            content: "";
            position: absolute;
            inset: 0px;
            background-color: rgba(0, 115, 95, 0.9);
        }

    .cKORIW .hContainer {
        width: 100%;
        max-width: 1280px;
        padding: 0px 16px;
        margin: auto;
        position: relative;
    }

    .cKORIW .hFlex {
        margin: 0px -16px;
    }

@media only screen and (min-width: 880px) {
    .cKORIW .hFlex {
        display: flex;
        align-items: center;
    }
}

.cKORIW .hCol {
    flex-basis: 50%;
}

    .cKORIW .hCol:nth-child(2) {
        margin-top: 32px;
    }

@media only screen and (min-width: 880px) {
    .cKORIW .hCol:nth-child(2) {
        margin-top: 0px;
    }
}

.cKORIW .hColPadding {
    padding: 0px 16px;
}

.cKORIW .hTitle {
    margin: 0px;
    color: rgb(255, 255, 255);
}

.cKORIW .hSearch {
    position: relative;
    margin-top: 32px;
}

.cKORIW .hSearchLabel,
.cKORIW .hSearchSubmitLabel {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.cKORIW .hSearchInput {
    height: 64px;
    width: 100%;
    border: none;
    padding: 20px 66px 20px 16px;
    font-size: 24px;
    border-radius: 3px;
}

    .cKORIW .hSearchInput ::placeholder {
        color: rgb(102, 102, 102);
    }

.cKORIW .hSearchSubmit {
    background-color: rgb(49, 132, 21);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 8px;
}

    .cKORIW .hSearchSubmit .icon {
        font-size: 24px;
        color: rgb(255, 255, 255);
    }

.cKORIW .composer {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
    position: relative;
}

    .cKORIW .composer .composer-news {
        padding-bottom: 40px;
    }

.nKprZ {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

@media only screen and (min-width: 880px) {
    .nKprZ .tcFlex {
        display: flex;
        flex-direction: row-reverse;
        margin: 0px -16px;
        justify-content: space-between;
    }

    .nKprZ .tcMain {
        flex-basis: 75%;
        overflow: hidden;
        min-height: 440px;
    }

    .nKprZ .tcAside {
        margin-top: 0px;
        position: relative;
        flex-basis: 25%;
    }

    .nKprZ .tcAsideInner {
        position: relative;
        top: 16px;
        padding: 20px 20px 28px;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(204, 204, 204);
        box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
    }

        .nKprZ .tcAsideInner::after {
            content: "";
            position: absolute;
            left: -1px;
            bottom: 0px;
            right: -1px;
            height: 8px;
            background-color: rgb(15, 74, 64);
        }
}

.nKprZ .sidebar > div > div {
    margin-top: 24px;
}

.nKprZ.layout-sidebar {
    display: flex;
    flex-direction: column;
}

    .nKprZ.layout-sidebar .content {
        margin: 0px 16px;
        order: 1;
    }

    .nKprZ.layout-sidebar .sidebar {
        width: 100%;
        order: 2;
        margin-top: 40px;
    }

@media only screen and (min-width: 880px) {
    .nKprZ.layout-sidebar {
        flex-direction: row;
    }

        .nKprZ.layout-sidebar .content {
            flex-basis: 75%;
            padding: 0px 16px;
        }

        .nKprZ.layout-sidebar .sidebar {
            flex-basis: 25%;
        }
}

.nKprZ.layout-sideNav {
    display: flex;
    flex-direction: column;
}

    .nKprZ.layout-sideNav .content {
        margin: 0px 16px;
        order: 1;
    }

    .nKprZ.layout-sideNav .navigation {
        width: 100%;
        margin-top: 40px;
        position: relative;
        order: 2;
    }

        .nKprZ.layout-sideNav .navigation .navigation-inner {
            position: relative;
            top: 16px;
            padding: 20px 20px 28px;
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(204, 204, 204);
            box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
        }

            .nKprZ.layout-sideNav .navigation .navigation-inner::after {
                content: "";
                position: absolute;
                left: -1px;
                bottom: 0px;
                right: -1px;
                height: 8px;
                background-color: rgb(15, 74, 64);
            }

@media only screen and (min-width: 880px) {
    .nKprZ.layout-sideNav {
        flex-direction: row;
    }

        .nKprZ.layout-sideNav .content {
            order: 2;
            flex-basis: 75%;
            padding: 0px 16px;
        }

        .nKprZ.layout-sideNav .navigation {
            order: 1;
            margin-top: 0px;
            flex-basis: 25%;
        }
}

.nKprZ.layout-sidebar-nav {
    display: flex;
    flex-direction: column;
}

    .nKprZ.layout-sidebar-nav .content {
        margin: 0px 16px;
        order: 1;
    }

    .nKprZ.layout-sidebar-nav .navigation {
        width: 100%;
        margin-top: 40px;
        position: relative;
        order: 3;
    }

        .nKprZ.layout-sidebar-nav .navigation .navigation-inner {
            position: relative;
            top: 16px;
            padding: 20px 20px 28px;
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(204, 204, 204);
            box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
        }

            .nKprZ.layout-sidebar-nav .navigation .navigation-inner::after {
                content: "";
                position: absolute;
                left: -1px;
                bottom: 0px;
                right: -1px;
                height: 8px;
                background-color: rgb(15, 74, 64);
            }

    .nKprZ.layout-sidebar-nav .sidebar {
        width: 100%;
        order: 2;
        margin-top: 40px;
    }

@media only screen and (min-width: 880px) {
    .nKprZ.layout-sidebar-nav {
        flex-direction: row;
    }

        .nKprZ.layout-sidebar-nav .content {
            order: 2;
            flex-basis: 58.3333%;
            padding: 0px 16px;
        }

        .nKprZ.layout-sidebar-nav .navigation {
            order: 1;
            margin-top: 0px;
            flex-basis: 20.8333%;
        }

        .nKprZ.layout-sidebar-nav .sidebar {
            order: 3;
            flex-basis: 20.8333%;
        }
}

.iixtIH {
    max-width: 100%;
}

.iHjAea {
    display: inline-block;
    padding: 16px;
    margin-right: 16px;
    font-size: 16px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(49, 132, 21);
    border: none;
    border-radius: 3px;
    transition: background-color 250ms ease-in-out;
    cursor: pointer;
}

    .iHjAea:hover {
        background-color: rgb(33, 88, 14);
    }

.gzObyG {
    margin-top: 40px;
}

@media print {
    .gzObyG {
        display: none;
    }
}

.gzObyG .ui-card-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

    .gzObyG .ui-card-row .ui-card {
        display: flex;
        align-items: center;
        padding: 10px;
        background: rgb(241, 241, 241);
        border-bottom: 4px solid rgb(49, 115, 21);
        text-decoration: none;
        font-weight: bold;
    }

        .gzObyG .ui-card-row .ui-card .title {
            width: calc(100% - 44px);
            padding-right: 8px;
            color: rgb(49, 115, 21);
        }

        .gzObyG .ui-card-row .ui-card .icon {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgb(49, 115, 21);
            color: rgb(255, 255, 255);
            margin-left: auto;
        }

        .gzObyG .ui-card-row .ui-card:hover {
            background: rgb(49, 115, 21);
        }

            .gzObyG .ui-card-row .ui-card:hover .title {
                color: rgb(255, 255, 255);
            }

            .gzObyG .ui-card-row .ui-card:hover .icon {
                background: rgb(255, 255, 255);
                color: rgb(49, 115, 21);
            }

@media only screen and (min-width: 560px) {
    .gzObyG .ui-card-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

.kmJhaJ img {
    max-width: 100%;
}

.kmJhaJ .tableWrap {
    margin-top: 30px;
    width: 100%;
    overflow: auto;
}

    .kmJhaJ .tableWrap table {
        min-width: 700px;
        text-align: left;
        border-spacing: 0px;
        border-collapse: collapse;
        margin: 0px !important;
        width: 100% !important;
        border: 1px solid rgb(235, 244, 248) !important;
    }

        .kmJhaJ .tableWrap table caption {
            background-color: rgb(235, 244, 248);
            color: rgb(51, 51, 51);
            padding: 10px;
            text-align: center;
            font-size: 18px;
            border-bottom: 2px solid rgb(235, 244, 248);
        }

        .kmJhaJ .tableWrap table tbody {
            width: 100% !important;
        }

        .kmJhaJ .tableWrap table thead {
            font-weight: bold;
        }

            .kmJhaJ .tableWrap table thead tr {
                background-color: rgb(235, 244, 248);
                color: rgb(51, 51, 51);
            }

        .kmJhaJ .tableWrap table tr {
            height: auto !important;
        }

            .kmJhaJ .tableWrap table tr:nth-child(2n) {
                background-color: rgb(250, 250, 250);
            }

        .kmJhaJ .tableWrap table th {
            background-color: rgb(235, 244, 248);
            color: rgb(51, 51, 51);
            padding: 10px;
        }

        .kmJhaJ .tableWrap table td {
            padding: 10px;
            border: 1px solid rgb(235, 244, 248);
        }

.eXhiKX {
    margin: 0px -16px;
}

@media only screen and (min-width: 470px) {
    .eXhiKX {
        display: flex;
        flex-wrap: wrap;
    }
}

.kVmxQS {
    flex: 0 0 50%;
    overflow: hidden;
    padding-bottom: 32px;
}

@media only screen and (min-width: 768px) {
    .kVmxQS {
        flex-basis: 33.3333%;
    }
}

@media only screen and (min-width: 1024px) {
    .kVmxQS {
        flex-basis: 25%;
    }
}

.kVmxQS .cardPadding {
    height: 100%;
    padding: 16px;
}

.kVmxQS .card {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    line-height: 0;
    font-size: 0px;
}

    .kVmxQS .card:hover .cardImage img {
        transform: scale(1.1);
    }

.kVmxQS .cardImage {
    overflow: hidden;
}

    .kVmxQS .cardImage img {
        width: 100%;
        transition: 400ms ease-in-out;
    }

.kVmxQS .cardContent {
    position: absolute;
    bottom: -32px;
    padding-right: 32px;
    z-index: 2;
    width: 100%;
}

.kVmxQS .cardContentInner {
    background: rgb(255, 255, 255);
    padding: 16px;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 4px solid rgb(51, 51, 51);
}

.kVmxQS .cardTitle {
    font-size: 18px;
    font-weight: bold;
}

.kVmxQS .cardDescription {
    margin-top: 12px;
    color: rgb(51, 51, 51);
}

html {
    line-height: 1.15;
    text-size-adjust: 100%;
}

body {
    margin: 0px;
}

main {
    display: block;
    padding-top:76px;
    margin-top:-76px;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0px;
}

hr {
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    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: 0px;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        appearance: none;
    }

::-webkit-file-upload-button {
    appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@font-face {
    font-family: icoMoonUltimate;
    src: url("Fonts/icomoon/icoMoonUltimate.ttf") format("truetype"), url("Fonts/icomoon/icoMoonUltimate.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

*,
::before,
::after {
    box-sizing: border-box;
}

:root {
    --flow: 2.4rem;
}

@media only screen and (min-width: 480px) {
    :root {
        --flow: 3.2rem;
    }
}

#root {
    isolation: isolate;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0px;
}

ul[role="list"],
ol[role="list"] {
    list-style: none;
}

html,
body {
    font-family: Lato, Arial, serif;
    font-size: 62.5%;
}

    html:focus-within {
        scroll-behavior: smooth;
    }

body {
    min-height: 100vh;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    text-rendering: optimizespeed;
    padding-top: 76px;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    ::before,
    ::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.visuallyHidden,
.sr-only {
    clip: rect(0px, 0px, 0px, 0px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.flow > * + * {
    margin-top: var(--flow, 1em);
}

.wrapper {
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px;
}

:focus {
    outline: transparent;
    box-shadow: rgb(76, 154, 255) 0px 0px 0px 3px !important;
}

html {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-family: Lato, Arial, serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

p,
ul,
ol {
    margin: 20px 0px 0px;
    line-height: 2;
}

a {
    color: rgb(49, 132, 21);
    overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgb(51, 51, 51);
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin: 30px 0px 0px;
    color: rgb(20, 52, 92);
}

h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    margin: 30px 0px 0px;
    color: rgb(49, 132, 21);
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 30px 0px 0px;
    color: rgb(49, 132, 21);
}

h4 {
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0px 0px;
}

h5 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0px 0px;
}

h6 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 30px 0px 0px;
}

p,
ul,
ol {
    margin: 20px 0px 0px;
    line-height: 2;
}

@media print {
    body {
        margin: 0px;
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
    }

        body a {
            background-color: rgb(255, 255, 255);
            text-decoration: none;
            color: rgb(51, 51, 51) !important;
        }

        body .tableWrap table {
            min-width: 100% !important;
            width: 100% !important;
        }

            body .tableWrap table tbody {
                border: 1px solid rgb(0, 0, 0) !important;
            }

                body .tableWrap table tbody p {
                    color: rgb(0, 0, 0);
                }

                body .tableWrap table tbody tr {
                    border: 1px solid rgb(0, 0, 0) !important;
                }

                    body .tableWrap table tbody tr th {
                        color: rgb(0, 0, 0) !important;
                        border: 1px solid rgb(0, 0, 0) !important;
                    }

                body .tableWrap table tbody td:not(:last-child) {
                    border: 1px solid rgb(0, 0, 0) !important;
                }

    .pfImage {
        max-width: 300px;
        width: 100%;
    }

    .noPrint,
    footer,
    header,
    aside,
    nav,
    form,
    button {
        display: none !important;
    }

    .accItem h2.aTitle button.aTitleLink {
        color: rgb(51, 51, 51);
        background-color: rgb(255, 255, 255);
        display: block !important;
    }

        .accItem h2.aTitle button.aTitleLink .aIcon {
            display: none;
        }
}

.glHKoM {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space: nowrap;
    display: block;
    padding: 1.2rem 1.6rem;
    text-decoration: underline 1px;
    text-underline-offset: 1px;
}

    .glHKoM:focus {
        position: static;
        width: auto;
        height: auto;
        margin: inherit;
        overflow: visible;
        clip: auto;
        clip-path: none;
        white-space: inherit;
        color: white;
        background-color: black;
    }

.eHPDym {
    margin-top: 70px;
    padding: 44px 0px;
    background-color: rgb(15, 74, 64);
    color: rgb(255, 255, 255);
    text-align: center;
}

@media only screen and (min-width: 560px) {
    .eHPDym {
        text-align: left;
    }
}

.eHPDym a {
    color: rgb(255, 255, 255);
}

.eHPDym .fContainer {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

@media only screen and (min-width: 560px) {
    .eHPDym .fFlex {
        display: flex;
        flex-wrap: wrap;
    }
}

.eHPDym .fCol {
    flex-basis: 50%;
}

@media only screen and (min-width: 880px) {
    .eHPDym .fCol {
        flex-basis: 20%;
    }
}

@media only screen and (min-width: 880px) {
    .eHPDym .fCol.fColLogo {
        flex-basis: 40%;
    }
}

.eHPDym .fColPadding {
    padding: 16px;
}

.eHPDym .fLogo {
    width: 100%;
    max-width: 300px;
}

.eHPDym .fList {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .eHPDym .fList.fMenu {
        font-size: 24px;
    }

.eHPDym .fListItem:not(:first-child) {
    margin-top: 8px;
}

.eHPDym .fLink {
    text-decoration: none;
}

    .eHPDym .fLink :hover {
        text-decoration: underline;
    }

.kqtOVG header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 76px;
    z-index: 1000;
}

    .kqtOVG header .logo-title {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .kqtOVG header .container {
        width: 100%;
        max-width: 1280px;
        padding: 0px 16px;
        margin: auto;
        display: flex;
        position: relative;
    }

        .kqtOVG header .container .logo {
            font-size: 0px;
            line-height: 0;
            display: flex;
            align-items: center;
            padding: 8px;
            max-width: 200px;
            width: 100%;
        }

        .kqtOVG header .container .logo-image {
            max-width: 200px;
            width: 100%;
        }

        .kqtOVG header .container .toggles {
            display: flex;
            align-items: center;
            margin-left: auto;
        }

            .kqtOVG header .container .toggles .toggle-search {
                width: 40px;
                height: 40px;
                background: transparent;
                border: none;
                color: rgb(255, 255, 255);
                font-size: 25px;
                vertical-align: middle;
            }

@media only screen and (min-width: 560px) {
    .kqtOVG header .container .toggles .toggle-search {
        display: none;
    }
}

.kqtOVG header .container .toggles .search {
    display: block;
}

@media only screen and (max-width: 560px) {
    .kqtOVG header .container .toggles .search {
        display: none;
        position: absolute;
        top: 76px;
        left: 0px;
        z-index: 1000;
        width: 100%;
        height: 76px;
        padding: 0px 16px;
        overflow: hidden;
    }
}

.kqtOVG header .container .toggles .nav-control {
    color: rgb(255, 255, 255);
    margin-left: 16px;
}

    .kqtOVG header .container .toggles .nav-control .nav-label {
        display: none;
    }

@media only screen and (min-width: 560px) {
    .kqtOVG header .container .toggles .nav-control .nav-label {
        display: inline-block;
    }
}

.kqtOVG header .container .toggles .nav-control .toggle-nav {
    cursor: pointer;
}

.kqtOVG header .container .toggles .nav-control svg {
    cursor: pointer;
    fill: rgb(255, 255, 255);
}

.kqtOVG header .container .toggles .nav-control .navigation {
    z-index: -1;
    position: absolute;
    top: 76px;
    right: 0px;
    max-width: 100%;
    width: 400px;
    height: 100vh;
    bottom: 0px;
    transform: translateX(100%);
    transition: transform 0.2s ease-in-out;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
}

    .kqtOVG header .container .toggles .nav-control .navigation ul {
        height: 1252px;
    }

.kqtOVG .advertisement {
    margin: 16px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 16px;
}

.kqtOVG .alert-container {
    position: relative;
    top: 76px;
}

.kqtOVG .banner-spacer {
    width: 100%;
    height: 1px;
    position: relative;
    top: 76px;
    margin-bottom: 76px;
}

.kqtOVG .banner {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 76px;
}

@media only screen and (max-height: 610px) {
    .kqtOVG .banner {
        height: 250px !important;
    }
}

.kqtOVG .banner .container {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

    .kqtOVG .banner .container .promoted-area {
        padding: 16px;
        background-color: rgba(0, 0, 0, 0.7);
        width: auto;
        position: absolute;
        bottom: 16px;
        color: rgb(255, 255, 255);
    }

        .kqtOVG .banner .container .promoted-area .banner-title {
            color: inherit;
            font-size: 30px;
            line-height: 38px;
            font-weight: 600;
        }

        .kqtOVG .banner .container .promoted-area p {
            line-height: 22px;
        }

        .kqtOVG .banner .container .promoted-area a {
            margin-top: 12px;
        }

@media only screen and (max-width: 640px) {
    .kqtOVG .banner {
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }

        .kqtOVG .banner .container {
            padding: 0px;
        }

            .kqtOVG .banner .container .promoted-area {
                width: 100%;
                bottom: 0px;
            }

                .kqtOVG .banner .container .promoted-area p.banner-title {
                    margin-top: 0px;
                }
}

.kqtOVG .page-header {
    position: relative;
    top: 76px;
    margin-bottom: 76px;
}

    .kqtOVG .page-header .container {
        width: 100%;
        max-width: 1280px;
        margin: auto;
        padding: 32px 16px;
    }

        .kqtOVG .page-header .container .page-title {
            color: rgb(49, 132, 21);
        }

.kqtOVG .hContainer {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 560px) {
    .kqtOVG .hContainer {
        align-items: center;
        padding-bottom: 0px;
        transition: padding-bottom 400ms ease-in-out;
    }
}

@media only screen and (max-width: 880px) {
    .kqtOVG .hContainer {
        justify-content: space-between;
    }
}

@media only screen and (min-width: 560px) and (max-width: 880px) {
    .kqtOVG .hContainer {
        padding-bottom: 44px;
    }
}

.kqtOVG .hLogo {
    font-size: 0px;
    line-height: 0;
    display: flex;
    align-items: center;
}

.kqtOVG .hLogoImage {
    width: 200px;
}

@media only screen and (min-width: 1280px) {
    .kqtOVG .hLogoImage {
        width: 280px;
    }
}

@media only screen and (min-width: 560px) {
    .kqtOVG .hToggles {
        display: none;
    }
}

.kqtOVG .toggleSearch {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: rgb(51, 51, 51);
    font-size: 25px;
    vertical-align: middle;
}

.kqtOVG .visuallyHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.kqtOVG .toggleNav {
    margin-left: 8px;
    vertical-align: middle;
}

@media only screen and (min-width: 560px) {
    .kqtOVG .toggleNav {
        margin-left: 12px;
    }
}

.kqtOVG .hNav {
    z-index: 0;
    flex-grow: 1;
}

@media only screen and (max-width: 560px) {
    .kqtOVG .hNav {
        z-index: -1;
        position: fixed;
        top: 60px;
        left: 0px;
        width: 100%;
        bottom: 0px;
        overflow-y: scroll;
        transform: translateX(100%);
        transition: transform 0.2s ease-in-out;
        background-color: rgb(255, 255, 255);
        opacity: 0;
        visibility: hidden;
    }
}

@media only screen and (min-width: 560px) and (max-width: 880px) {
    .kqtOVG .hNav {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}

.kqtOVG .hSearch {
    display: none;
    align-items: center;
}

@media only screen and (max-width: 560px) {
    .kqtOVG .hSearch {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 8px 16px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 560px) {
    .kqtOVG .hSearch {
        display: flex;
        order: 3;
    }
}

.kqtOVG .hSearchInner {
    position: relative;
    padding-left: 24px;
}

@media only screen and (max-width: 560px) {
    .kqtOVG .hSearchInner {
        padding-left: 0px;
        opacity: 0;
        animation: 400ms ease-in-out 400ms 1 normal forwards running animateSearch;
    }
}

@keyframes animateSearch {
    0% {
        opacity: 1;
        bottom: -56px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

.kqtOVG .hSearchInput {
    width: 100%;
    height: 40px;
    padding: 0px 56px 0px 16px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    font-size: inherit;
}

@media only screen and (min-width: 560px) {
    .kqtOVG .hSearchInput {
        width: 280px;
    }
}

@media only screen and (min-width: 1280px) {
    .kqtOVG .hSearchInput {
        height: 50px;
        padding-right: 66px;
    }
}

.kqtOVG .hSearchSubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    border: none;
    background: transparent;
    font-size: 25px;
}

@media only screen and (min-width: 1280px) {
    .kqtOVG .hSearchSubmit {
        height: 50px;
        width: 50px;
    }
}

.kqtOVG .hLogoTitle,
.kqtOVG .hSearchLabel,
.kqtOVG .hSearchSubmitLabel {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.kqtOVG .hPageHeader {
    background-color: rgb(15, 74, 64);
    color: rgb(49, 132, 21);
    overflow: hidden;
    padding: 32px 0px;
}

.kqtOVG .hPageHeaderInner {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

.kqtOVG .hPageTitle {
    color: rgb(49, 132, 21);
}

.iormtd {
    margin: 0px;
    padding: 0px;
    height: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
}

    .iormtd .navItem {
        display: flex;
        padding: 16px;
        border-bottom: 1px solid rgb(204, 204, 204);
        align-items: center;
        text-align: center;
        line-height: 1.2;
    }

        .iormtd .navItem:last-child {
            border-right: 1px solid rgb(204, 204, 204);
        }

@media only screen and (max-width: 559px) {
    .iormtd .navItem {
        height: auto;
        border-left: none;
        border-top: 1px solid rgb(204, 204, 204);
    }

        .iormtd .navItem:last-child {
            border-right: none;
            border-bottom: 1px solid rgb(204, 204, 204);
        }
}

@media only screen and (min-width: 560px) and (max-width: 879px) {
    .iormtd .navItem {
        padding: 0px 16px;
        height: 44px;
        flex-grow: 1;
    }

        .iormtd .navItem:first-child {
            border-left: none;
        }

        .iormtd .navItem:last-child {
            border-right: none;
        }
}

@media only screen and (min-width: 1280px) {
    .iormtd .navItem {
        padding: 16px 24px;
    }
}

.iormtd .navLink {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

@media only screen and (min-width: 1280px) {
    .iormtd .navLink {
        font-size: 20px;
    }
}

.iwKVzC {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: icoMoonUltimate !important;
}

    .iwKVzC::before {
        content: "";
    }

.TYOyI {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: icoMoonUltimate !important;
}

    .TYOyI::before {
        content: "";
    }

.fdobAe {
    position: relative;
}

    .fdobAe .searchbar__form {
        position: relative;
    }

        .fdobAe .searchbar__form label {
            margin-right: 20px;
            flex-shrink: 0;
        }

        .fdobAe .searchbar__form input {
            width: 100%;
            flex-basis: 100%;
            height: 50px;
            padding: 0px 66px 0px 16px;
            border-radius: 3px;
            font-size: 16px;
            border: 1px solid rgb(204, 204, 204);
        }

@media only screen and (min-width: 880px) {
    .fdobAe .searchbar__form input {
        margin-top: 0px;
    }
}

.fdobAe .searchbar__form .searchbar__button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.fdobAe .searchbar__form .icon {
    font-size: 25px;
}

.fdobAe.banner-search input {
    height: 64px;
    width: 100%;
    border: none;
    padding: 20px 66px 20px 16px;
    font-size: 24px;
    border-radius: 3px;
}

.fdobAe.banner-search .searchbar__button {
    color: rgb(255, 255, 255);
    background-color: rgb(49, 132, 21);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    right: 8px;
}

.kputwG {
    width: 40px;
    height: 40px;
    position: relative;
    vertical-align: middle;
    border: none;
    background: transparent;
    padding: 0px;
    text-align: center;
}

    .kputwG .visuallyHidden {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .kputwG .bun {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
    }

    .kputwG span {
        width: 30px;
        height: 3px;
        background-color: rgb(255, 255, 255);
        display: block;
        position: absolute;
        line-height: 0;
    }

    .kputwG .cheese {
        top: 5px;
        transform: rotate(0deg);
        transition: top 400ms 400ms, transform 400ms;
    }

    .kputwG .burger {
        top: 14px;
        opacity: 1;
        transition: opacity 400ms;
    }

    .kputwG .lettuce {
        bottom: 4px;
        transform: rotate(0deg);
        transition: bottom 400ms 400ms, transform 400ms;
    }

    .kputwG.open .cheese {
        top: 14px;
        transform: rotate(135deg);
        transition: top 400ms, transform 400ms 400ms;
    }

    .kputwG.open .burger {
        opacity: 0;
    }

    .kputwG.open .lettuce {
        bottom: 13px;
        transform: rotate(225deg);
        transition: bottom 400ms, transform 400ms 400ms;
    }

.hZopRP {
    margin-bottom: 0;
}

    .hZopRP .hHeader {
        color: rgb(255, 255, 255);
        overflow: auto;
        padding: 28px 0px;
        background-image: url("/_46aYdw_50296527-1056-45de-b937-c0f361a8201a/static/img/peteccHeader.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        top: 76px;
        margin-bottom: 76px;
    }

        .hZopRP .hHeader::before {
            content: "";
            position: absolute;
            inset: 0px;
            background-color: rgba(0, 115, 95, 0.9);
        }

    .hZopRP .hContainer {
        width: 100%;
        max-width: 1280px;
        padding: 0px 16px;
        margin: auto;
        position: relative;
    }

    .hZopRP .hFlex {
        margin: 0px -16px;
    }

@media only screen and (min-width: 880px) {
    .hZopRP .hFlex {
        display: flex;
        align-items: center;
    }
}

.hZopRP .hCol {
    flex-basis: 50%;
}

    .hZopRP .hCol:nth-child(2) {
        margin-top: 32px;
    }

@media only screen and (min-width: 880px) {
    .hZopRP .hCol:nth-child(2) {
        margin-top: 0px;
    }
}

.hZopRP .hColPadding {
    padding: 0px 16px;
}

.hZopRP .hTitle {
    margin: 0px;
    color: rgb(255, 255, 255);
}

.hZopRP .hSearch {
    position: relative;
    margin-top: 32px;
}

.hZopRP .hSearchLabel,
.hZopRP .hSearchSubmitLabel {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hZopRP .hSearchInput {
    height: 64px;
    width: 100%;
    border: none;
    padding: 20px 66px 20px 16px;
    font-size: 24px;
    border-radius: 3px;
}

    .hZopRP .hSearchInput ::placeholder {
        color: rgb(102, 102, 102);
    }

.hZopRP .hSearchSubmit {
    background-color: rgb(49, 132, 21);
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 8px;
}

    .hZopRP .hSearchSubmit .icon {
        font-size: 24px;
        color: rgb(255, 255, 255);
    }

.hZopRP .composer {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
    position: relative;
}

    .hZopRP .composer .composer-news {
        padding-bottom: 40px;
    }

.dzIhUT {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

@media only screen and (min-width: 880px) {
    .dzIhUT .tcFlex {
        display: flex;
        flex-direction: row-reverse;
        margin: 0px -16px;
        justify-content: space-between;
    }

    .dzIhUT .tcMain {
        flex-basis: 75%;
        overflow: hidden;
        min-height: 440px;
    }

    .dzIhUT .tcAside {
        margin-top: 0px;
        position: relative;
        flex-basis: 25%;
    }

    .dzIhUT .tcAsideInner {
        position: relative;
        top: 16px;
        padding: 20px 20px 28px;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(204, 204, 204);
        box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
    }

        .dzIhUT .tcAsideInner::after {
            content: "";
            position: absolute;
            left: -1px;
            bottom: 0px;
            right: -1px;
            height: 8px;
            background-color: rgb(15, 74, 64);
        }
}

.dzIhUT .sidebar > div > div {
    margin-top: 24px;
}

.dzIhUT.layout-sidebar {
    display: flex;
    flex-direction: column;
}

    .dzIhUT.layout-sidebar .content {
        margin: 0px 16px;
        order: 1;
    }

    .dzIhUT.layout-sidebar .sidebar {
        width: 100%;
        order: 2;
        margin-top: 40px;
    }

@media only screen and (min-width: 880px) {
    .dzIhUT.layout-sidebar {
        flex-direction: row;
    }

        .dzIhUT.layout-sidebar .content {
            flex-basis: 75%;
            padding: 0px 16px;
        }

        .dzIhUT.layout-sidebar .sidebar {
            flex-basis: 25%;
        }
}

.dzIhUT.layout-sideNav {
    display: flex;
    flex-direction: column;
}

    .dzIhUT.layout-sideNav .content {
        margin: 0px 16px;
        order: 1;
    }

    .dzIhUT.layout-sideNav .navigation {
        width: 100%;
        margin-top: 40px;
        position: relative;
        order: 2;
    }

        .dzIhUT.layout-sideNav .navigation .navigation-inner {
            position: relative;
            top: 16px;
            padding: 20px 20px 28px;
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(204, 204, 204);
            box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
        }

            .dzIhUT.layout-sideNav .navigation .navigation-inner::after {
                content: "";
                position: absolute;
                left: -1px;
                bottom: 0px;
                right: -1px;
                height: 8px;
                background-color: rgb(15, 74, 64);
            }

@media only screen and (min-width: 880px) {
    .dzIhUT.layout-sideNav {
        flex-direction: row;
    }

        .dzIhUT.layout-sideNav .content {
            order: 2;
            flex-basis: 75%;
            padding: 0px 16px;
        }

        .dzIhUT.layout-sideNav .navigation {
            order: 1;
            margin-top: 0px;
            flex-basis: 25%;
        }
}

.dzIhUT.layout-sidebar-nav {
    display: flex;
    flex-direction: column;
}

    .dzIhUT.layout-sidebar-nav .content {
        margin: 0px 16px;
        order: 1;
    }

    .dzIhUT.layout-sidebar-nav .navigation {
        width: 100%;
        margin-top: 40px;
        position: relative;
        order: 3;
    }

        .dzIhUT.layout-sidebar-nav .navigation .navigation-inner {
            position: relative;
            top: 16px;
            padding: 20px 20px 28px;
            background-color: rgb(255, 255, 255);
            border: 1px solid rgb(204, 204, 204);
            box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 5px;
        }

            .dzIhUT.layout-sidebar-nav .navigation .navigation-inner::after {
                content: "";
                position: absolute;
                left: -1px;
                bottom: 0px;
                right: -1px;
                height: 8px;
                background-color: rgb(15, 74, 64);
            }

    .dzIhUT.layout-sidebar-nav .sidebar {
        width: 100%;
        order: 2;
        margin-top: 40px;
    }

@media only screen and (min-width: 880px) {
    .dzIhUT.layout-sidebar-nav {
        flex-direction: row;
    }

        .dzIhUT.layout-sidebar-nav .content {
            order: 2;
            flex-basis: 58.3333%;
            padding: 0px 16px;
        }

        .dzIhUT.layout-sidebar-nav .navigation {
            order: 1;
            margin-top: 0px;
            flex-basis: 20.8333%;
        }

        .dzIhUT.layout-sidebar-nav .sidebar {
            order: 3;
            flex-basis: 20.8333%;
        }
}

.gOncrZ {
    max-width: 100%;
}

.hsQxAH {
    display: inline-block;
    padding: 16px;
    margin-right: 16px;
    font-size: 16px;
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgb(49, 132, 21);
    border: none;
    border-radius: 3px;
    transition: background-color 250ms ease-in-out;
    cursor: pointer;
}

    .hsQxAH:hover {
        background-color: rgb(33, 88, 14);
    }

.fJnXon {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

    .fJnXon .lnFlex {
        margin: 40px -16px 0px;
    }

@media only screen and (min-width: 880px) {
    .fJnXon .lnFlex {
        display: flex;
    }
}

.fJnXon .lnItem {
    flex-basis: 33.3333%;
}

.fJnXon .lnItemPadding {
    padding: 16px;
}

.fJnXon .lnCard {
    text-decoration: none;
}

    .fJnXon .lnCard img {
        width: 100%;
        display: block;
        height: 236px;
        object-fit: cover;
        font-family: "object-fit: cover;";
    }

.fJnXon .lnCardTitle {
    font-size: 24px;
    color: rgb(149, 107, 41);
}

.fJnXon .lnCardText {
    color: rgb(51, 51, 51);
}

.fJnXon .viewMoreLinkWrap {
    text-align: center;
}

.fJnXon .viewMoreLink {
    padding: 16px;
    font-size: 16px;
    text-decoration: none;
    border: none;
    border-radius: 3px;
    transition: background-color 250ms ease-in-out;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(49, 132, 21);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 40px auto 0px;
}

    .fJnXon .viewMoreLink:hover {
        background-color: rgb(33, 88, 14);
    }

.fJnXon .icon {
    margin-left: 4px;
}

.chrRPG {
    margin-top: 40px;
}

@media print {
    .chrRPG {
        display: none;
    }
}

.chrRPG .ui-card-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
}

    .chrRPG .ui-card-row .ui-card {
        display: flex;
        align-items: center;
        padding: 10px;
        background: rgb(241, 241, 241);
        border-bottom: 4px solid rgb(49, 115, 21);
        text-decoration: none;
        font-weight: bold;
    }

        .chrRPG .ui-card-row .ui-card .title {
            width: calc(100% - 44px);
            padding-right: 8px;
            color: rgb(49, 115, 21);
        }

        .chrRPG .ui-card-row .ui-card .icon {
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgb(49, 115, 21);
            color: rgb(255, 255, 255);
            margin-left: auto;
        }

        .chrRPG .ui-card-row .ui-card:hover {
            background: rgb(49, 115, 21);
        }

            .chrRPG .ui-card-row .ui-card:hover .title {
                color: rgb(255, 255, 255);
            }

            .chrRPG .ui-card-row .ui-card:hover .icon {
                background: rgb(255, 255, 255);
                color: rgb(49, 115, 21);
            }

@media only screen and (min-width: 560px) {
    .chrRPG .ui-card-row {
        grid-template-columns: repeat(3, 1fr);
    }
}

.kWwsPG img {
    max-width: 100%;
}

.kWwsPG .tableWrap {
    margin-top: 30px;
    width: 100%;
    overflow: auto;
}

    .kWwsPG .tableWrap table {
        min-width: 700px;
        text-align: left;
        border-spacing: 0px;
        border-collapse: collapse;
        margin: 0px !important;
        width: 100% !important;
        border: 1px solid rgb(235, 244, 248) !important;
    }

        .kWwsPG .tableWrap table caption {
            background-color: rgb(235, 244, 248);
            color: rgb(51, 51, 51);
            padding: 10px;
            text-align: center;
            font-size: 18px;
            border-bottom: 2px solid rgb(235, 244, 248);
        }

        .kWwsPG .tableWrap table tbody {
            width: 100% !important;
        }

        .kWwsPG .tableWrap table thead {
            font-weight: bold;
        }

            .kWwsPG .tableWrap table thead tr {
                background-color: rgb(235, 244, 248);
                color: rgb(51, 51, 51);
            }

        .kWwsPG .tableWrap table tr {
            height: auto !important;
        }

            .kWwsPG .tableWrap table tr:nth-child(2n) {
                background-color: rgb(250, 250, 250);
            }

        .kWwsPG .tableWrap table th {
            background-color: rgb(235, 244, 248);
            color: rgb(51, 51, 51);
            padding: 10px;
        }

        .kWwsPG .tableWrap table td {
            padding: 10px;
            border: 1px solid rgb(235, 244, 248);
        }

.eCUuMF {
    margin: 0px -16px;
}

@media only screen and (min-width: 470px) {
    .eCUuMF {
        display: flex;
        flex-wrap: wrap;
    }
}

.gMQcpm {
    flex: 0 0 50%;
    overflow: hidden;
    padding-bottom: 32px;
}

@media only screen and (min-width: 768px) {
    .gMQcpm {
        flex-basis: 33.3333%;
    }
}

@media only screen and (min-width: 1024px) {
    .gMQcpm {
        flex-basis: 25%;
    }
}

.gMQcpm .cardPadding {
    height: 100%;
    padding: 16px;
}

.gMQcpm .card {
    position: relative;
    display: block;
    height: 100%;
    text-decoration: none;
    line-height: 0;
    font-size: 0px;
}

    .gMQcpm .card:hover .cardImage img {
        transform: scale(1.1);
    }

.gMQcpm .cardImage {
    overflow: hidden;
}

    .gMQcpm .cardImage img {
        width: 100%;
        transition: 400ms ease-in-out;
    }

.gMQcpm .cardContent {
    position: absolute;
    bottom: -32px;
    padding-right: 32px;
    z-index: 2;
    width: 100%;
}

.gMQcpm .cardContentInner {
    background: rgb(255, 255, 255);
    padding: 16px;
    font-size: 16px;
    line-height: 1.2;
    border-bottom: 4px solid rgb(51, 51, 51);
}

.gMQcpm .cardTitle {
    font-size: 18px;
    font-weight: bold;
}

.gMQcpm .cardDescription {
    margin-top: 12px;
    color: rgb(51, 51, 51);
}

.hoHBa header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    z-index: 1000;
}

    .hoHBa header .logo-title {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .hoHBa header .container {
        width: 100%;
        max-width: 1280px;
        padding: 0px 16px;
        margin: auto;
        display: flex;
        position: relative;
    }

        .hoHBa header .container .logo {
            font-size: 0px;
            line-height: 0;
            display: flex;
            align-items: center;
            padding: 8px;
            max-width: 200px;
            width: 100%;
        }

        .hoHBa header .container .logo-image {
            max-width: 200px;
            width: 100%;
        }

        .hoHBa header .container .toggles {
            display: flex;
            align-items: center;
            margin-left: auto;
        }

            .hoHBa header .container .toggles .toggle-search {
                width: 40px;
                height: 40px;
                background: transparent;
                border: none;
                color: rgb(255, 255, 255);
                font-size: 25px;
                vertical-align: middle;
            }

@media only screen and (min-width: 560px) {
    .hoHBa header .container .toggles .toggle-search {
        display: none;
    }
}

.hoHBa header .container .toggles .search {
    display: block;
}

@media only screen and (max-width: 560px) {
    .hoHBa header .container .toggles .search {
        display: none;
        position: absolute;
        top: 76px;
        left: 0px;
        z-index: 1000;
        width: 100%;
        height: 76px;
        padding: 0px 16px;
        overflow: hidden;
    }
}

.hoHBa header .container .toggles .nav-control {
    color: rgb(255, 255, 255);
    margin-left: 16px;
}

    .hoHBa header .container .toggles .nav-control .nav-label {
        display: none;
    }

@media only screen and (min-width: 560px) {
    .hoHBa header .container .toggles .nav-control .nav-label {
        display: inline-block;
    }
}

.hoHBa header .container .toggles .nav-control .toggle-nav {
    cursor: pointer;
}

.hoHBa header .container .toggles .nav-control svg {
    cursor: pointer;
    fill: rgb(255, 255, 255);
}

.hoHBa header .container .toggles .nav-control .navigation {
    z-index: 1500;
    position: absolute;
    top: 76px;
    right: 0px;
    max-width: 100%;
    width: 400px;
    height: 100vh;
    bottom: 0px;
    transform: translateX(0px);
    transition: transform 0.2s ease-in-out;
    background-color: rgb(255, 255, 255);
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
}

    .hoHBa header .container .toggles .nav-control .navigation ul {
        height: 1252px;
    }

.hoHBa .advertisement {
    margin: 16px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    top: 16px;
}

.hoHBa .alert-container {
    position: relative;
    top: 76px;
}

.hoHBa .banner-spacer {
    width: 100%;
    height: 1px;
    position: relative;
    top: 76px;
    margin-bottom: 76px;
}

.hoHBa .banner {
    background-image: url("/image-library/peterborough-museum.x68801550.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 76px;
}

@media only screen and (max-height: 610px) {
    .hoHBa .banner {
        height: 250px !important;
    }
}

.hoHBa .banner .container {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

    .hoHBa .banner .container .promoted-area {
        padding: 16px;
        background-color: rgba(0, 0, 0, 0.7);
        width: auto;
        position: absolute;
        bottom: 16px;
        color: rgb(255, 255, 255);
    }

        .hoHBa .banner .container .promoted-area .banner-title {
            color: inherit;
            font-size: 30px;
            line-height: 38px;
            font-weight: 600;
        }

        .hoHBa .banner .container .promoted-area p {
            line-height: 22px;
        }

        .hoHBa .banner .container .promoted-area a {
            margin-top: 12px;
        }

@media only screen and (max-width: 640px) {
    .hoHBa .banner {
        height: 350px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }

        .hoHBa .banner .container {
            padding: 0px;
        }

            .hoHBa .banner .container .promoted-area {
                width: 100%;
                bottom: 0px;
            }

                .hoHBa .banner .container .promoted-area p.banner-title {
                    margin-top: 0px;
                }
}

.hoHBa .page-header {
    position: relative;
    top: 76px;
    margin-bottom: 76px;
}

    .hoHBa .page-header .container {
        width: 100%;
        max-width: 1280px;
        margin: auto;
        padding: 32px 16px;
    }

        .hoHBa .page-header .container .page-title {
            color: rgb(49, 132, 21);
        }

.hoHBa .hContainer {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
    display: flex;
    position: relative;
}

@media only screen and (max-width: 560px) {
    .hoHBa .hContainer {
        align-items: center;
        padding-bottom: 0px;
        transition: padding-bottom 400ms ease-in-out;
    }
}

@media only screen and (max-width: 880px) {
    .hoHBa .hContainer {
        justify-content: space-between;
    }
}

@media only screen and (min-width: 560px) and (max-width: 880px) {
    .hoHBa .hContainer {
        padding-bottom: 44px;
    }
}

.hoHBa .hLogo {
    font-size: 0px;
    line-height: 0;
    display: flex;
    align-items: center;
}

.hoHBa .hLogoImage {
    width: 200px;
}

@media only screen and (min-width: 1280px) {
    .hoHBa .hLogoImage {
        width: 280px;
    }
}

@media only screen and (min-width: 560px) {
    .hoHBa .hToggles {
        display: none;
    }
}

.hoHBa .toggleSearch {
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: rgb(51, 51, 51);
    font-size: 25px;
    vertical-align: middle;
}

.hoHBa .visuallyHidden {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hoHBa .toggleNav {
    margin-left: 8px;
    vertical-align: middle;
}

@media only screen and (min-width: 560px) {
    .hoHBa .toggleNav {
        margin-left: 12px;
    }
}

.hoHBa .hNav {
    z-index: 0;
    flex-grow: 1;
}

@media only screen and (max-width: 560px) {
    .hoHBa .hNav {
        z-index: 1500;
        position: fixed;
        top: 60px;
        left: 0px;
        width: 100%;
        bottom: 0px;
        overflow-y: scroll;
        transform: translateX(0px);
        transition: transform 0.2s ease-in-out;
        background-color: rgb(255, 255, 255);
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 560px) and (max-width: 880px) {
    .hoHBa .hNav {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}

.hoHBa .hSearch {
    display: none;
    align-items: center;
}

@media only screen and (max-width: 560px) {
    .hoHBa .hSearch {
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        padding: 8px 16px;
        overflow: hidden;
    }
}

@media only screen and (min-width: 560px) {
    .hoHBa .hSearch {
        display: flex;
        order: 3;
    }
}

.hoHBa .hSearchInner {
    position: relative;
    padding-left: 24px;
}

@media only screen and (max-width: 560px) {
    .hoHBa .hSearchInner {
        padding-left: 0px;
        opacity: 0;
        animation: 400ms ease-in-out 400ms 1 normal forwards running animateSearch;
    }
}

@keyframes animateSearch {
    0% {
        opacity: 1;
        bottom: -56px;
    }

    100% {
        opacity: 1;
        bottom: 0px;
    }
}

.hoHBa .hSearchInput {
    width: 100%;
    height: 40px;
    padding: 0px 56px 0px 16px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    font-size: inherit;
}

@media only screen and (min-width: 560px) {
    .hoHBa .hSearchInput {
        width: 280px;
    }
}

@media only screen and (min-width: 1280px) {
    .hoHBa .hSearchInput {
        height: 50px;
        padding-right: 66px;
    }
}

.hoHBa .hSearchSubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    border: none;
    background: transparent;
    font-size: 25px;
}

@media only screen and (min-width: 1280px) {
    .hoHBa .hSearchSubmit {
        height: 50px;
        width: 50px;
    }
}

.hoHBa .hLogoTitle, .hoHBa .hSearchLabel, .hoHBa .hSearchSubmitLabel {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hoHBa .hPageHeader {
    background-color: rgb(15, 74, 64);
    color: rgb(49, 132, 21);
    overflow: hidden;
    padding: 32px 0px;
}

.hoHBa .hPageHeaderInner {
    width: 100%;
    max-width: 1280px;
    padding: 0px 16px;
    margin: auto;
}

.hoHBa .hPageTitle {
    color: rgb(49, 132, 21);
}

.jZLLAE {
    width: 40px;
    height: 40px;
    position: relative;
    vertical-align: middle;
    border: none;
    background: transparent;
    padding: 0px;
    text-align: center;
}

    .jZLLAE .visuallyHidden {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    .jZLLAE .bun {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
    }

    .jZLLAE span {
        width: 30px;
        height: 3px;
        background-color: rgb(255, 255, 255);
        display: block;
        position: absolute;
        line-height: 0;
    }

    .jZLLAE .cheese {
        top: 14px;
        transform: rotate(135deg);
        transition: top 400ms, transform 400ms 400ms;
    }

    .jZLLAE .burger {
        top: 14px;
        opacity: 0;
        transition: opacity 400ms;
    }

    .jZLLAE .lettuce {
        bottom: 13px;
        transform: rotate(225deg);
        transition: bottom 400ms, transform 400ms 400ms;
    }

    .jZLLAE.open .cheese {
        top: 14px;
        transform: rotate(135deg);
        transition: top 400ms, transform 400ms 400ms;
    }

    .jZLLAE.open .burger {
        opacity: 0;
    }

    .jZLLAE.open .lettuce {
        bottom: 13px;
        transform: rotate(225deg);
        transition: bottom 400ms, transform 400ms 400ms;
    }

.anchor-section {
    scroll-margin-top: 76px;
    padding-top: 60px;
    margin-top: -30px;
}

.ewvWwo {
    margin-top: 32px;
}

    .ewvWwo .alTitle {
        position: relative;
        padding-left: 15px;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: bold;
    }

    .ewvWwo .dots {
        position: absolute;
        left: 2px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

        .ewvWwo .dots,
        .ewvWwo .dots::before,
        .ewvWwo .dots::after {
            width: 3px;
            height: 3px;
            border-radius: 50%;
            background-color: rgb(119, 119, 119);
        }

            .ewvWwo .dots::before,
            .ewvWwo .dots::after {
                content: "";
                position: absolute;
            }

            .ewvWwo .dots::before {
                top: -5px;
            }

            .ewvWwo .dots::after {
                bottom: -5px;
            }

    .ewvWwo .alList {
        margin: 10px 0px 0px 2px;
        padding: 0px 0px 0px 15px;
        list-style: none;
        border-left: 1px solid rgb(151, 151, 151);
        line-height: 1.25;
    }

@media only screen and (min-width: 560px) {
    .ewvWwo .alList {
        column-count: 2;
        column-gap: 32px;
    }
}

.ewvWwo .alItem:not(:first-child) {
    margin-top: 10px;
}

.ewvWwo .alLink {
    text-decoration: none;
    font-size: 16px;
}

    .ewvWwo .alLink:hover {
        text-decoration: underline;
    }