/* input(2887,22): run-time error CSS1036: Expected expression, found '@pos'
input(2899,22): run-time error CSS1036: Expected expression, found '@pos'
input(5931,8): run-time error CSS1035: Expected colon, found '{'
input(5944,24): run-time error CSS1035: Expected colon, found '[' */
/* Hard-coded colour values were left in because this is used in Umbraco itself - unclear if variables will work */
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Open+Sans:wght@400;500;700&display=swap');

body .banner, body main {
    font-family: 'Aptos', 'Open Sans', sans-serif;
}

body.mce-content-body {
    font-family: 'Open Sans', sans-serif;
}

body .banner, body main, body.mce-content-body {
    color: #333;
    font-size: 16px;
}

img {
    max-width: 100%;
    height: auto !important;
}

a {
    text-decoration: none;
}

main a, body.mce-content-body a {
    color: #0076be;
    --svg-fill: #0076be;
}

.green-box a, .articlelist .spl-text a, .topiclist .page-summary a {
    color: #0076BB !important;
    --svg-fill: #0076BB;
}

main img {
    height: auto;
}

ins {
    text-decoration: none;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    padding-top: 20px;
    font-weight: normal;
    color: #04453a;
}

#main a:focus {
    outline: #04453a solid 6px;
}

.rte table,
.mce-content-body table {
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.rte tr:nth-child(even),
.mce-content-body tr:nth-child(even) {
    background-color: #f9f9f9;
}

.rte td,
.mce-content-body td,
.rte th,
.mce-content-body th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
}
/* forms */
label {
    font-weight: bold;
}



img[style*="float: right;"] {
    margin: 6px 0 6px 12px;
}

img[style*="float: left;"] {
    margin: 6px 12px 6px 0;
}



/**umb_name:Heading (H2)*/
h2 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    color: #005496;
    margin-bottom: 28px;
}

/**umb_name:Sub-Heading (H3)*/
h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

/**umb_name:Sub-Sub-Heading (H4)*/
h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

/**umb_name:Paragraph*/
p {
}

/**umb_name:Photo Caption Full*/
.contentPhotoFullWidth {
    width: 450px;
}

/**umb_name:Photo Caption Large*/
.contentPhotoLarge {
    width: 382px;
}

/**umb_name:Photo Caption Medium*/
.contentPhotoMedium {
    width: 232px;
}

/**umb_name:Photo Caption Small*/
.contentPhotoSmall {
    width: 182px;
}

/**umb_name:Photo Caption Smallest*/
.contentPhotoSmallest {
    width: 132px;
}

/**umb_name:Semibold*/
.Semibold {
    font-weight: 600;
}

/**umb_name:Divider*/
.PageDivider {
    display: block;
    background-color: #04453a;
    padding: 0.5rem 1rem;
    margin-bottom: 12px;
    color: #FFF;
    font-weight: bold;
}

/**umb_name:Button*/
div.ButtonLink {
}

    div.ButtonLink a {
        display: block;
        background-color: #04453a;
        padding: 12px;
        color: #fff;
        --svg-fill: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 24px;
    }

        div.ButtonLink a:hover {
            background-color: #0076be;
        }


/**umb_name:Click to Expand Image*/
.clickexpand {
    display: inline-block;
    cursor: pointer;
}

@media (min-width: 768px) {


    div.ButtonLink a:after {
        content: "";
        width: 18px;
        height: 30px;
        background-image: url(/img/icons/right.svg);
        background-size: cover;
        top: 8px;
        right: 12px;
        position: absolute;
        display: inline-block;
    }

    div.ButtonLink a {
        position: relative;
    }

        div.ButtonLink a svg {
            position: absolute;
            right: 24px;
        }
}

.rte tbody,
.rte td,
.rte tfoot,
.rte th,
.rte thead,
.rte tr {
    border-width: 1px;
}


:root {
    scroll-behavior: auto !important;
}

/* Aptos isn't part of Google fonts, had to download it */
@font-face {
    font-family: "Aptos";
    font-display: swap;
    src: local(''), url('/css/fonts/Aptos.ttf') format('truetype');
}

:root {
    --primary-green: #007A66;
    --green-pale: #E5F3F0;
    --green-light: #D1E7E6;
    --green-medium: #09AA8F;
    --green-dark: #085E50;
    --green-very-dark: #092A27;
    --primary-blue: #1180A0;
    --blue-pale: #DFEBED;
    --blue-light: #2E99B8;
    --blue-medium: #1D738C;
    --blue-dark: #2A606F;
    --blue-very-dark: #213D45;
    --teal: #00857E;
    --pest-green: #016644;
    --pest-dark-green: #032;
    --grey-pale: #F5FAF9;
    --grey-light: #E9F3F5;
    --grey: #C2D3D6;
    --grey-medium: #778385;
    --grey-dark: #475457;
    --charcoal: #171C1D;
    --link-medium: #0076BB;
    --link-dark: #00639C;
    --orange-light: #F2AE49;
    --orange: #F29B18;
    --red: #B1262B;
    --red-dark: #962025;
    --svg-fill: #171C1D;
    --button-hover-border: #fff;
    --graphic-color: red;
    --content-width: 1152px;
    --content-width-wide: 1320px;
    --font: 'Aptos';
    --font-old: 'Open Sans';
    --text-size: 16px;
    /*Old shades*/
    --green-dark-old: #04453a;
    --green-light-old: #c5d93d;
    --green-dark-alt-old: #0b473b;
    --green-vdark-old: #004539;
    --green-dark-mooring: #04453A;
    --blue-pale-old: #dff2f6;
    --blue-pale-alt-old: #ddf2f8;
    --blue-medium-old: #0072ce;
    --blue-medium-alt-old: #0076be;
    --blue-dark-old: #005496;
    --teal-old: #00b4a0;
    --grey-pale-old: #E6E7E9;
    --grey-dark-old: #666;
    --yellow-green-old: #c5da3d;
    --yellow-green-alt-old: #c3d83f;
    --offwhite-old: #f9f9f9;
    --charcoal-old: #333;
    --charcoal-dark-old: #222;
    --charcoal-vdark-old: #111;
}

/* Hide survey toggle */
#hj-survey-toggle-1 {
    display: none !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

h1 {
    font-size: 34px;
    line-height: 46px;
    margin-block-start: 23px;
    margin-block-end: 23px;
}

h2 {
    font-size: 28px;
    line-height: 32px;
    margin-block-start: 22px;
    margin-block-end: 22px;
}

h3 {
    font-size: 24px;
    line-height: 33px;
    margin-block-start: 20px;
    margin-block-end: 20px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    margin-block-start: 20px;
    margin-block-end: 20px;
}

h5 {
    font-size: 18px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

h5, h6 {
    margin-block-start: 22px;
    margin-block-end: 20px;
}

a, a:hover {
    font-family: var(--font); 
    font-size: 16px;
    text-underline-offset: 3px;
}

.bold {
    font-weight: 600 !important;
}

.not-bold {
    font-weight: 400 !important;
}

.no-margin-blocks {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.mobile-only {
    display: none;
}

.no-margin-block-start {
    margin-block-start: 0;
}

.small-margin-block-end {
    margin-block-end: 10px;
}

.small-text {
    font-size: 15px;
}

.custom-svg path {
    fill: var(--svg-fill);
}

.external-link-icon {
    margin-left: 1px;
}

.filter-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.svg, .svg-img-white {
    transition: filter 0.3s ease;
}

.svg-img-white {
    filter: invert(1) brightness(2); /* Slightly brighter white */
}

.main-head-top {
    margin-block-end: 0;
}

.main-head-bottom {
    margin-block-start: 0;
    padding-top: 0;
}

.light-colour-box {
    background: var(--grey-pale);
    border-radius: 5px;
}

.bg-tertiary-button {
    background: none;
    color: var(--charcoal);
    --button-hover-border: var(--primary-blue);
}

.bg-primary-green {
    background: var(--primary-green);
    color: #fff;
    --button-hover-border: var(--green-dark);
}

.bg-green-pale {
    background: var(--green-pale);
    color: var(--charcoal);
}

.bg-green-light {
    background: var(--green-light);
    color: var(--charcoal);
}

.bg-green-medium {
    background: var(--green-medium);
    color: var(--charcoal);
}

.bg-green-dark {
    background: var(--green-dark);
    color: #fff;
}

.bg-green-very-dark {
    background: var(--green-very-dark);
    color: #fff;
}

.bg-primary-blue {
    background: var(--primary-blue);
    color: #fff;
    --button-hover-border: var(--blue-medium);
}

.bg-blue-pale {
    background: var(--blue-pale);
    color: var(--charcoal);
}

.bg-blue-light {
    background: var(--blue-light);
    color: #fff;
}

.bg-blue-medium {
    background: var(--blue-medium);
    color: #fff;
}

.bg-blue-dark {
    background: var(--blue-dark);
    color: #fff;
}

.bg-blue-very-dark {
    background: var(--blue-very-dark);
    color: #fff;
}

.bg-teal {
    background: var(--teal);
    color: #fff;
}

.bg-orange {
    background: var(--orange);
    color: var(--charcoal);
}

.bg-orange-light {
    background: var(--orange-light);
    color: var(--charcoal);
}

.bg-red {
    background: var(--red);
    color: #fff;
}

.bg-red-dark {
    background: var(--red-dark);
    color: #fff;
}

.bg-grey-pale {
    background: var(--grey-pale);
    color: var(--charcoal);
    --button-hover-border: var(--primary-blue);
    --svg-fill: var(--charcoal);
}

.bg-grey-light {
    background: var(--grey-light);
    color: var(--charcoal);
}

.bg-grey {
    background: var(--grey);
    color: var(--charcoal);
}

.bg-grey-medium {
    background: var(--grey-medium);
    color: #fff;
}

.bg-grey-dark {
    background: var(--grey-dark);
    color: #fff;
}

.bg-charcoal {
    background: var(--charcoal);
    color: #fff;
}

.bg-primary-green, .bg-green-dark, .bg-green-very-dark,
.bg-primary-blue, .bg-blue-light, .bg-blue-medium, .bg-blue-dark, .bg-blue-very-dark,
.bg-teal, .bg-red, .bg-red-dark, 
.bg-grey-medium, .bg-grey-dark, .bg-charcoal {
    --svg-fill: #fff !important;
}

.bd-green-dark {
    border: solid thin var(--green-dark);
}

.bd-blue-dark {
    border: solid thin var(--blue-dark);
}

.bd-grey-light {
    border: solid thin var(--grey-light);
}

.bg-graphic {
    background-image: url("/img/kauri.svg");
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
}

.primary-button, .search-button {
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
}

.small-top-gap {
    margin-top: 12px;
}

.search-filter-box {
    margin-bottom: 16px;
}

.inline {
    display: flex;
}

.fg-1 {
    flex-grow: 1;
    justify-content: center;
}

.column {
    display: flex;
    flex-direction: column;
}

.fill-space {
    flex-grow: 1;
}

.full-height {
    height: 100%;
}

.v-center {
    align-items: center;
}

.input {
    padding: 12px 16px;
}

.fullwidth {
    width: 100%;
}

.search-input-main {
    gap: 4px;
}

.search-input-container {
    padding: 12px;
    border: solid thin var(--grey);
    border-radius: 5px;
    background: #fff;
    flex-grow: 1;
}

.search-input {
    width: 100%;
    margin-right: 7px;
    text-indent: 2px;
    border: none;
    outline: none;
}

.search-advance, .search-button, .right-edge {
    margin-left: auto;
}

.bottom-edge {
    margin-top: auto;
}

.search-button {
    padding-left: 45px;
    padding-right: 45px;
    width: 175px;
    min-height: 48px;
}

.search-header {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
}

.search-container {
    margin-top: 20px;
}

.search-advance {
    padding-right: 30px;
    --accordion-icon-top: 0;
    --accordion-icon-right: 10px;
    --accordion-icon-right-open: 5px;
}

.search-advance h3 {
    margin-top: 4px;
    margin-right: 8px;
    font-size: 17px !important;
    font-weight: normal !important;
    line-height: 16px;
}

.search-check-container,
.search-check-entrylist {
    cursor: default;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-check-entrylist {
    overflow-y: auto;
    max-height: 140px;
    padding-left: 15px;
}

.search-check-header {
    font-weight: 600;
}

.search-check-text {
    cursor: pointer;
    font-weight: normal;
    margin-left: 1px;
}

.filter-chevron-box {
    width: 24px;
    height: 24px;
}

.back-link:hover {
    color: #fff;
}

.print-only,
.mobile-only {
    display: none;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.center-text {
    text-align: center;
}

/*.center-grid {
    place-self: center;
}*/

.button {
    padding: 7px 15px;
    border-radius: 5px;
    border: 0;
    min-height: 48px;
}

.button-box {
    cursor: pointer;
    border: solid thin #fff;
    min-height: 48px;
}

.button-box, .info-box {
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.left-gap {
    margin-left: 15px;
}

.left-label {
    font-weight: 600;
    white-space: nowrap;
    text-align: end;
    margin-right: 12px;
}

.sort-dropdown {
    min-width: 175px;
}

.info-box {
    margin-right: 20px;
}

.button-right-icon, .info-box {
    padding: 0 11px 0 17px;
}

.button-left-icon {
    padding: 0 17px 0 11px;
}

.button-box-gap {
    margin-right: 15px;
}

.tiny-gap-left {
    margin-left: 4px;
}

.custom-link-icon {
    display: inline-block;
}

.custom-link-button {
    text-decoration: none;
}

.link-button-content {
    display: flex;
    gap: 4px;
}

.info-box {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
}

.info-box span {
    cursor: default;
}

.button-box:hover {
    border-color: var(--button-hover-border);
}

#btnHeaderSearch .button-box-label {
    margin-right: 8px;
    margin-top: 2px;
    white-space: nowrap;
}

.icon-box {
    width: 24px;
    height: 24px;
}

.icon-sm-box {
    width: 10px;
    height: 10px;
    padding-top: 6px;
}

.story-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .story-header-container h1
    .story-header-container h6,
    .story-container h3,
    .home-content-container h3 {
        margin-block-start: 0 !important;
        margin-block-end: 0 !important;
    }

.home-content-container h2 {
    margin-block-start: 4px !important;
    margin-block-end: 4px !important;
}

.story-header-box {
    /*margin-left: 40px;
    margin-right: 40px;*/
}

.story-header-container {
    margin-top: 4px;
    margin-bottom: 4px;
}

.story-header-container h1 {
    padding-top: 0;
    color: var(--charcoal);
}

.story-header-container h6 {
    padding-top: 12px;
}

.story-content {
    margin-top: 24px;
}

.page-top-spacer {
    margin-top: 100px; /* Leave space for fixed page header */
}

.home-main-container {
    max-width: unset;
    font-family: var(--font), sans-serif;
    padding-bottom: 24px !important;
}

.home-content-container {
    display: flex;
    flex-direction: column;
    max-width: var(--content-width);
    justify-self: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    /*padding-bottom: 40px;*/
}

.breadcrumb-wrapper {
    margin-top: 24px;
}

.home-stories-container {
    padding-top: 28px;
    padding-bottom: 44px;
}

.home-stories-container .story-header-box {
    margin-bottom: 20px;
}

.text-blue, .link-blue, .link-blue:hover, .link-blue:visited {
    color: var(--primary-blue);
    --svg-fill: var(--primary-blue);
}

.text-green, .link-green, .link-green:hover, .link-green:visited {
    color: var(--primary-green);
    --svg-fill: var(--primary-green);
}

.text-light, .link-light, .link-light:hover, .link-light:visited {
    color: #fff;
    --svg-fill: #fff;
}

text-pestgreen, .link-pestgreen, .link-pestgreen:hover, .link-pestgreen:visited {
    color: var(--pest-green);
    --svg-fill: var(--pest-green);
}

.svg-white {
    --svg-fill: #fff;
}

.link {
    min-height: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.link-icon-box {
    margin-left: 5px;
    margin-top: 3px;
}

.big-bottom-gap {
    margin-bottom: 40px;
}

.big-top-gap {
    margin-top: 40px;
}

.icon-card {
    padding: 20px;
    width: 190px;
    height: 125px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.icon-card-text {
    line-height: 16px;
    margin-top: auto;
    text-align: center;
}

.link-button-text {
    margin-top: 1px;
    white-space: nowrap;
}

.scroll-top-gap {
    /* Add gap to cater for fixed page header when clicking on a page anchor link 
        Without this setting, when the element is scrolled to the top, it disappears under the page header
    */
    scroll-margin-top: 108px;
}

.main-content {
    /* Accomodate fixed header */
    scroll-margin-top: 100px;
}

@media (min-width: 1400px) {
/*    .story-container {
        max-width: var(--content-width-wide);
        justify-self: center;
    }

    .story-header-box {
        margin-left: 0;
        margin-right: 0;
    }*/
}

@media (max-width: 1400px) {

}

@media (max-width: 576px) {
    .not-mobile {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .search-input-main, .search-container, .search-check-section {
        flex-direction: column;
    }

    .mobile-fw {
        width: 100%;
    }

    .search-type-group {
        flex-wrap: wrap;
        gap: 10px;
    }

    .search-type-group label {
        margin-right: 0;
    }

    .search-advance {
        margin-top: 15px;
        margin-right: auto;
    }

    .search-header {
        text-align: center;
    }

    .search-sort-container {
        margin-left: 0;
        width: 100%;
    }

    .main-search-input::placeholder {
        color: transparent;
    }

    .story-container {
        margin: 4px 8px 0;
    }

    .story-header-box {
        flex-direction: column;
        gap: 12px;
        /*margin-left: 16px;
        margin-right: 16px;*/
    }

    .story-header-button {
        margin-left: unset;
        display: flex;
        flex-grow: 1;
    }

    .story-header-button a {
        flex-grow: 1;
    }

    /*.breadcrumb-wrapper {
        margin-top: 112px;*/ /* Leave space for fixed page header */
    /*}*/

    .homepage .main-content {
        margin-top: 0 !important;
    }

    .page-top-spacer {
        margin-top: 95px; /* Leave space for fixed header bar */
    }

    .bg-graphic {
        background-position: top;
        background-size: cover;
    }

    .home-main-container {
        /* Can't have any padding or margins as some content blocks have an image background that must be full width */
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .story-container {
        padding: 0;
        margin: 0;
    }

    .home-stories-container {
        padding: 20px 0;
        padding-bottom: 4px;
        margin-bottom: 24px;
    }

    .home-cardgrid-container {
        padding: 0;
        margin-top: 12px;
    }

    .home-cardgrid-container .story-content {
        margin-top: 0;
    }
}

@media print {
    .web-only {
        display: none;
    }

    .print-only {
        display: block;
    }

    iframe {
        display: none;
    }

    .container {
        margin-left: 1px;
    }
}


.environment {
    padding: 6px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: darkred;
}



.environment-Development {
    background-color: #ddddff; 
}

.environment-Staging {
    background-color: #ffffcc; /* light yellow*/
    color: #ff0000;
}

.lazyframe{position:relative;background-color:currentColor;background-repeat:no-repeat;background-size:cover;background-position:center}.lazyframe__title{position:absolute;top:0;right:0;left:0;padding:15px 17px;z-index:3}.lazyframe__title::after{z-index:-1}.lazyframe:hover{cursor:pointer}.lazyframe::before{display:block;content:"";width:100%;padding-top:100%}.lazyframe[data-ratio="16:9"]::before{padding-top:56.25%}.lazyframe[data-ratio="4:3"]::before{padding-top:75%}.lazyframe[data-ratio="1:1"]::before{padding-top:100%}.lazyframe iframe{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%}.lazyframe[data-vendor=youtube],.lazyframe[data-vendor=youtube_nocookie]{background-color:#e52d27;font-family:Roboto,Arial,Helvetica,sans-serif}.lazyframe[data-vendor=youtube] .lazyframe__title,.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title{color:#eee;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:18px;text-shadow:rgba(0,0,0,.498039) 0 0 2px;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:color .1s cubic-bezier(0.4, 0, 1, 1)}.lazyframe[data-vendor=youtube] .lazyframe__title:hover,.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title:hover{color:#fff}.lazyframe[data-vendor=youtube] .lazyframe__title::before,.lazyframe[data-vendor=youtube_nocookie] .lazyframe__title::before{content:"";display:block;background:linear-gradient(rgba(0, 0, 0, 0.2), transparent);height:98px;width:100%;pointer-events:none;position:absolute;top:0;left:0;right:0;z-index:-1;-webkit-tap-highlight-color:rgba(0,0,0,0)}.lazyframe[data-vendor=youtube]::before,.lazyframe[data-vendor=youtube_nocookie]::before{padding-top:56.25%}.lazyframe[data-vendor=youtube]::after,.lazyframe[data-vendor=youtube_nocookie]::after{content:"";position:absolute;left:50%;top:50%;width:68px;height:48px;margin-left:-34px;margin-top:-24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%231F1F1F' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");background-position:center center;background-size:100%;background-repeat:no-repeat;opacity:.81;border:none;z-index:4}.lazyframe[data-vendor=youtube]:hover::after,.lazyframe[data-vendor=youtube_nocookie]:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23DD2C28' d='M255.7 446.3c-53.3.3-106.6-.4-159.8-3.3-17.4-1-34.7-2.5-50.4-11C35 426.3 27 418.4 22 407.2 13.2 388.6 10.5 369 9 349c-3.4-41.3-3.6-82.6-1.8-123.8 1-22 1.6-44 6.8-65.5 2-8.4 5-16.6 8.8-24.4C32 117 48 108 67.3 104c16.2-3 32.8-3 49.3-3.7 56-2.3 112-3.5 168-3 43 .6 86.2 1.7 129.3 4 13.2.6 26.6.8 39.3 5.5 17.2 6.4 30 17.2 37 34.7 6.6 16.8 9.2 34.2 10.6 52 3.8 48.7 4 97.3.7 146-1 16.3-2.2 32.7-6.5 48.8-9.7 37-32.8 51.5-66.7 53.8-36.2 2.5-72.5 3.8-108.8 4.3-21.3.2-42.7 0-64 0zM203.2 344L348 264.7l-144.8-79.3V344z'/%3E%3Cpath fill='%23FEFDFD' d='M203.2 344V185.5L348 264.8 203.2 344z'/%3E%3C/svg%3E");opacity:1}.lazyframe[data-vendor=vimeo]{background-color:#00adef}.lazyframe[data-vendor=vimeo] .lazyframe__title{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;color:#00adef;font-size:20px;font-weight:700;text-rendering:optimizeLegibility;user-select:none;-webkit-font-smoothing:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:rgba(0,0,0,.5)}.lazyframe[data-vendor=vimeo]::before{padding-top:48.25%}.lazyframe[data-vendor=vimeo]::after{content:"";height:40px;width:65px;display:block;bottom:10px;left:10px;z-index:3;background-color:rgba(0,0,0,.5);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' baseProfile='tiny' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFF' d='M7.765 16.89l8.47-4.89-8.47-4.89'/%3E%3C/svg%3E");background-position:center center;background-size:100% 100%;background-repeat:no-repeat;border-radius:5px;position:relative}.lazyframe[data-vendor=vimeo]:hover::after{background-color:#00adef}
.field-validation-error {
    color: #e80c4d;
    /*font-weight: bold;*/
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

.validation-summary-errors {
    color: #e80c4d;
    /*font-weight: bold;*/
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.gdm-slick-container .gdm-slick-carousel .slick-slide img {
    margin: auto;
}

.gdm-slick-container {
    background: var(--charcoal-dark-old);
}

    .gdm-slick-container .slick-arrow {
        position: absolute;
        display: block;
        padding: 0;
        top: 50%;
        /*height: 100%;*/
        /*width: 15%;*/
        padding: 0 12px;
        cursor: pointer;
        color: #FFF !important;
        border: none;
        outline: none;
        background: transparent;
        text-shadow: 1px 1px 4px #000;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 42px !important;
    }

        /*.slick-arrow i {
        position: absolute;
        opacity: 0.5;
        font-size: 42px !important;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        transition: opacity ease 0.2s;
    }*/

        .gdm-slick-container .slick-arrow:hover i {
            opacity: 1;
        }

        .gdm-slick-container .slick-arrow:focus-visible {
            outline: 2px solid #fff;
        }

        .gdm-slick-container .gdm-slick-prev {
            position: absolute;
            left: 0;
            z-index: 100;
            cursor: pointer;
        }

    .gdm-slick-container .gdm-slick-next {
        /*position: absolute;*/
        /*text-align: right;*/
        right: 0;
        z-index: 100;
        cursor: pointer;
    }

    /*a.slick-slide {
    height: 100%;
    width: 100%;
    cursor: default;
}*/

    .gdm-slick-container .slick-slide img {
        max-width: 100%;
    }

    .gdm-slick-container img[data-lazy] {
        display: none;
    }

    .gdm-slick-container .slick-name {
        position: absolute;
        width: 100%;
        padding: 8px 18px;
        color: #FFF;
        font-weight: 500;
        text-shadow: 1px 1px 4px #000;
        background: rgba(0, 0, 0, 0.4);
    }

    .gdm-slick-container .gdm-slick-carousel-nav .thumb {
        padding: 10px;
        outline: none;
    }

        .gdm-slick-container .gdm-slick-carousel-nav .thumb img {
            box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
        }

    .gdm-slick-container .gdm-slick-carousel-nav .slick-slide img {
        border: 3px solid transparent;
    }

    .gdm-slick-container .gdm-slick-carousel-nav .slick-slide.slick-center img {
        border: 3px solid white;
    }

    .gdm-slick-container .gdm-slick-carousel-nav button.thumb {
        background-color: transparent;
        border: none;
    }

        .gdm-slick-container .gdm-slick-carousel-nav button.thumb:focus-visible {
            border: 2px solid var(--yellow-green-old);
            padding: 8px;
        }
:root {
    --gallery-zoom: on;
}

.gdm-slick-container .slick-arrow {
    display: flex;
    padding: 12px;
}

.gdm-slick-container .gdm-slick-prev,
.gdm-slick-container .gdm-slick-next {
    background-color: #00000060 !important;
}

.gallery-container {
    --swiper-navigation-size: 15px;
    --swiper-navigation-color: #fff;
}

.gallery-back-button, .gallery-next-button {
    width: 48px !important;
    height: 48px !important;
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
}

.gallery-enlarge-button {
    position: absolute;
    top: 3px;
    right: 7px;
    cursor: pointer;
    font-size: 18pt;
    z-index: 2;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.gallery-image {
    margin-left: auto;
    margin-right: auto;
}

.gallery-image-zoom {
    cursor: pointer;
}

.gallery-caption {
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 10px;
    font-size: 15px;
}

.gallery-button-container {
    display: flex;
}

.gallery-slide-count {
    padding-top: 13px;
}

.gallery-caption-on-image {
    height: 25px;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding-left: 8px;
    padding-top: 1px;
    position: absolute;
    left: 7px;
    width: calc(100% - 14px);
    bottom: 6px;
}

.swiper {
    width: 100% !important;
    height: 100% !important;
}

.swiper-slide img {
    border-radius: 5px;
}

@media (max-width: 500px) {
    .gallery-footer {
        width: 100% !important;
    }

    .swiper, .swiper-slide {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    .swiper-slide img {
        /* Must set width on image to ensure it fills the mobile width, otherwise it could be too narrow */
        width: 500px;
        max-width: 100%;
        min-width: 100%;
    }

    .gallery-enlarge-button {
        /* No need to enlarge images on a small screen */
        display: none;
    }

    .gallery-image-zoom {
        --gallery-zoom: off;
    }
}

.simplegallery .thumbs {
    display: none;
}


@media (min-width: 992px) {
    .simplegallery .thumbs {
        display: block;
    }


    .simplegallery .row > .col-lg-8 {
        padding-right: 0;
    }

    .simplegallery .row > .col-lg-3 {
        padding-left: 10px;
    }

    .simplegallery .row > .col-6:first-child {
        padding-right: 5px;
    }

    .simplegallery .row > .col-6:last-child {
        padding-left: 5px;
    }
}

.simplegallery .slick-arrow {
    position: absolute;
    display: block;
    padding: 0;
    top: 50%;
    padding: 0 12px;
    cursor: pointer;
    color: #FFF !important;
    border: none;
    outline: none;
    background: transparent;
    text-shadow: 1px 1px 4px #000;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 42px !important;
}

.simplegallery .gdm-slick-next {
    right: 0;
    z-index: 100;
    cursor: pointer;

}

.simplegallery .gdm-slick-prev {
    left: 0;
    z-index: 100;
    cursor: pointer;
}

.simplegallery .thumb {
    cursor: pointer;
    margin-bottom: 10px;
    background-size: cover;
}

.simplegallery .mi-slick a {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}

.simplegallery .mi-slick .inner {
    height: 340px;
    width: 100%;
    display: block;
}

.simplegallery .mi-slick .gdm-slick-prev img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media (min-width: 768px) {
    .simplegallery .mi-slick .inner {
        height: 459px;
    }
}

@media (min-width: 992px) {
    .simplegallery .mi-slick .inner {
        height: 414px;
    }
}

@media (min-width: 1200px) {
    .simplegallery .mi-slick .inner {
        height: 493px;
    }
}

@media (min-width: 1400px) {
    .simplegallery .mi-slick .inner {
        height: 572px;
    }
}

#simplegallerytabs {
    border-bottom: none;
    background-color: #f0f0f0;
    border-left: 16px solid var(--teal-old);
    margin-bottom: 8px;
}

    #simplegallerytabs.nav-tabs .nav-link {
        border-right: none;
        border-left: none;
    }

        #simplegallerytabs.nav-tabs .nav-link.active,
        #simplegallerytabs.nav-tabs .nav-link:hover {
            background-color: transparent;
            border-bottom: 2px solid #000;
            font-weight: bold;
        }

.simplegallery .slick-slide a:focus-visible {
    border: 3px solid var(--green-dark-old);
}

.simplegallery .mi-slick a:focus-visible img {
    outline: 3px solid #fff;
}

.simplegallery button.thumb {
    color: transparent;
    border: none;
    width: 100%;
}

html {
    height: 100%;
}

body {
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
}

header {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: none;
    flex: none;
}

main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    flex-basis: auto;
    min-height: 1px;
    position: relative;
}

footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative;
}

.contentPhotoLarge,
.contentPhotoMedium,
.contentPhotoSmall,
.contentPhotoSmallest,
.contentPhotoFullWidth {
    padding-left: 9px;
    padding-right: 9px;
    background-color: lightgreen;
    padding-bottom: 10px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: left;
    color: var(--green-dark-old);
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    max-width: 100%;
    background-color: var(--blue-pale-old);
    margin-top: 5px;
    margin-right: 9px;
    margin-bottom: 9px;
}

.contentPhotoLarge,
.contentPhotoMedium,
.contentPhotoSmall,
.contentPhotoSmallest {
    float: left;
}

    .contentPhotoLarge img,
    .contentPhotoMedium img,
    .contentPhotoSmall img,
    .contentPhotoSmallest img,
    .contentPhotoFullWidth img {
        /*display: block;*/
        margin-bottom: 10px;
        margin-left: -9px;
        margin-right: -9px;
        max-width: calc(100% + 18px);
    }

    .contentPhotoLarge img {
        width: 382px;
    }

    .contentPhotoMedium img {
        width: 232px;
    }

    .contentPhotoSmall img {
        width: 182px;
    }

    .contentPhotoSmallest img {
        width: 132px;
    }

.contentPhotoFullWidth img {
    width: 450px;
}

.contentPhotoFullWidth {
    width: 450px;
    display: block;
}

    .contentPhotoFullWidth img {
        width: 450px;
    }

@media (max-width: 500px) {
    .contentPhotoLarge img,
    .contentPhotoMedium img,
    .contentPhotoSmall img,
    .contentPhotoSmallest img,
    .contentPhotoFullWidth img {
        max-width: calc(100% + 18px);
        margin-left: -9px;
        margin-right: 0;
    }
}

.admin-widget-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 100;
}

    .admin-widget-wrapper .container {
        display: flex;
        justify-content: flex-end;
    }

.admin-widget {
    position: relative;
    font-size: 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.35);
    pointer-events: all;
}

.admin-widget-toggle {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    background-color: #3544b1;
}

#admin-widget-dropdown {
    margin: 0;
    width: 100%;
    background-color: #3544b1;
    font-size: 16px;
}

    #admin-widget-dropdown:not(.show) {
        display: block;
        overflow: hidden;
        height: 0;
    }

    #admin-widget-dropdown li a {
        display: block;
        padding: 6px 8px;
        color: #FFF;
        --svg-fill: #fff;
        font-size: 16px;
        background-color: rgba(0, 0, 0, 0.25);
    }

    #admin-widget-dropdown li.divider {
        border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    }

.primarybutton {
    margin-bottom: 8px;
}

    .primarybutton a {
        color: #FFF !important;
        --svg-fill: #fff;
        text-decoration: none !important;
    }

        .primarybutton a, .primarybutton a:hover, .primarybutton a:active, .primarybutton a:visited {
            border-radius: 5px;
            background-color: var(--primary-blue);
            color: #fff !important;
            --svg-fill: #fff;
            text-decoration: none !important;
            padding: 10px 12px;
        }

            .primarybutton a:hover {
                color: #FFF !important;
                text-decoration: none !important;
            }

.primarybutton a img.hover {
    display: none;
}
.primarybutton a:hover img {
    display: none;
}
.primarybutton a:hover img.hover {
    display: initial;
}

.primarybutton a img {
    margin-left: 8px;
    padding-bottom: 2px;
}

a.wai-link, a.wai-link:active, a.wai-link:hover, a.wai-link:visited {
    background-color: #005397;
    color: #FFF;
}

a.wai-link:hover {
    color: #9CCDE2;
}

iframe[src*="youtube.com"] {
    max-width: 100%;
}

iframe {
    max-width: 100% !important;
    min-width: unset !important;
}

.umbraco-forms-form label {
    font-weight: normal;
}

.umbraco-forms-form .umbraco-forms-label {
    font-weight: 600;
}

.umbraco-forms-form .help-block {
    font-style: italic;
}

.umbraco-forms-form input[type=checkbox], .umbraco-forms-form input[type=radio] {
    -ms-transform: scale(1.2); /* IE */
    -moz-transform: scale(1.2); /* FF */
    -webkit-transform: scale(1.2); /* Safari and Chrome */
    -o-transform: scale(1.2); /* Opera */
}

.umbraco-forms-form .form-check-input {
    position: initial;
    margin-left: initial;
}

@media (max-width: 992px) {
    .breadcrumb-link:after {
        display: none;
    }

    .breadcrumb-link {
        margin-right: 0;
    }

        .breadcrumb-link span {
            padding: 4px 14px;
            background: transparent;
        }

        .breadcrumb-link.active span {
            color: #008670;
            background: transparent;
        }

    .breadcrumb-link-wrapper:after {
        content: '/';
    }

    .breadcrumb-wrapper {
        margin-top: 12px;
    }

    .breadcrumb-link-wrapper, .breadcrumb-link.active {
        display: inline-block;
        margin-top: 2px;
    }
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

.bootstrap-vertical-nav {
    padding-top: 16px;
}

    .bootstrap-vertical-nav a {
        color: var(--green-dark-old);
        --svg-fill: var(--green-dark-old);
    }

    .bootstrap-vertical-nav .btn {
        display: block;
    }

.nav-link.active {
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.field-validation-error, .validation-summary-errors {
    color: red;
    display: block;
}

textarea {
    min-height: 160px;
}


main {
    margin-bottom: 40px;
}


.doitlinks {
    width: 100%;
    z-index: 1;
}

.linkcollection .nav-item {
    text-align: left;
}

.doitlinks .navbar-toggler {
    padding: 0;
    outline: none;
}

.doitlinks a.nav-link {
    color: var(--green-dark-old);
}

.doitlinks .link-label {
    font-weight: 600;
    font-size: 16px;
    display: none;
}

.doitlinks .nav-link, .doitlinks .dropdown-item {
    font-weight: normal;
    font-size: 16px;
}

.navbar-toggler span, .navbar-toggler i {
    vertical-align: middle;
}

@media (max-width: 576px) {

    .breadcrumb-wrapper {
        margin-top: 24px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .doitlinks .link-label {
        display: block;
    }

    /*.linkcollection ul.navbar-nav {
        position: relative;
        left: 50%;
        transform: translatex(-50%);
    }*/

    .linkcollection .nav-item {
        text-align: center;
    }

    .main-content > .container, .main-content .grid-section > div > .container, .banner .container {
        padding: 0;
    }


    .standard-banner > .container {
        padding: 0;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .bootstrap-vertical-nav .collapse {
        display: block;
    }

    .bootstrap-vertical-nav .btn {
        display: none;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}


.caption {
    font-style: italic;
    font-size: 16px;
    color: var(--grey-dark-old);
}

.large-video iframe {
    width: 100%;
}

.media img,
.imagefilelink:not(.natural) img {
    width: 100%;
}

main .grid-section > div[style^="background"] {
    padding-top: 50px;
    padding-bottom: 30px;
    background-size: cover;
}

.header-container {
    padding: 17px 36px 5px;
    border-bottom: solid 8px var(--green-dark);
}

.header-search {
    max-width: 300px;
}

header {
    color: var(--green-dark-old);
    position: relative;
}

    header a:hover {
        text-decoration: none;
    }

    header .form-control {
        color: var(--green-dark-old);
        font-weight: bold;
    }

    header .logo-container {
        text-align: center;
    }

    header .sitelogo {
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
    }

    header .top-elements {
        padding-top: 0px;
    }

    header .search-form {
        border: none;
        margin-top: 5px;
    }

        header .search-form label {
            cursor: pointer;
            margin-bottom: 7px;
            padding-left: 12px;
            margin-top: 7px;
            padding-bottom: 4px;
            font-weight: bold;
        }

        header .search-form input[type="text"] {
            font-weight: 600;
            font-size: 16px;
        }

            header .search-form input[type="text"]::-webkit-input-placeholder,
            header .search-form input[type="text"]:-moz-placeholder,
            header .search-form input[type="text"]::-moz-placeholder,
            header .search-form input[type="text"]:-ms-input-placeholder,
            header .search-form input[type="text"]::-ms-input-placeholder,
            header .search-form input[type="text"]::placeholder {
                font-weight: 600;
                font-size: 16px;
                color: #999999;
            }

        header .search-form .input-group > .form-control,
        header .search-form .input-group > .form-control:focus {
            border: none;
            outline: none;
            box-shadow: none;
        }

    header .contact-button {
        padding: 11px;
        margin-left: 14px;
        font-weight: bold;
        margin-top: 10px;
        font-weight: 600;
        font-size: 16px;
    }

    header .top-elements .sidenavbar {
        padding-left: 6px;
        padding-right: 6px;
    }

.header-content {
    gap: 12px;
    width: 100%;
    flex-direction: row;
    align-items: center;
}

.header-right-group {
    max-height: 48px;
    gap: 12px;
    margin-bottom: 8px;
}

.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 99;
}

.searchbox {
    padding-right: 12px;
}

.searchbox input:focus {
    background: var(--grey-pale);
}

#sideMenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    max-width: 600px;
    height: 100vh;
    background: var(--green-dark);
    color: #ffffff;
    transition: right 0.3s ease-out;
    z-index: 101;
    overflow-y: auto;
}

#sideMenu.active {
    right: 0;
}

.sidenav-search-input {
    font-weight: 400 !important;
}

.sidenav-search-icon {
    cursor: pointer;
}

.sidenav-search-form {
    flex-grow: 1;
}

.sidenav-utilities ul,
.sidenav-list ul,
.sidenav-list li,
.sidenav-sublist li,
.sidenav-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidenav-list {
    padding-inline-start: 0;
}

.sidenav-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

.sidenav-buttons {
    display: flex;
    gap: 8px;
}

.sidenav-utilities {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.sidenav-utilities,
.sidenav-toplinks,
.sidenav-item {
    border-bottom: 1px solid var(--green-light);
}

.sidenav-utilities,
.sidenav-toplinks {
    padding: 20px 40px;
}

.sidenav-toplinks {
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.sidenav-toplinks a {
    white-space: nowrap;
}

/* When hovering on a side menu top-level item, the link should only be underlined if hovering on the link itself */
.sidenav-link:hover a {
    text-decoration: none;
}

.sidenav-link a:hover,
.sidenav-toplinks a,
.sidenav-toplinks a:hover,
.sidenav-sublink a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.sidenav-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.sidenav-toplinks a,
.sidenav-toplinks a:hover,
.sidenav-link,
.sidenav-link:hover,
.sidenav-main-link,
.sidenav-main-link:hover {
    color: #fff;
    --svg-fill: #fff;
}

.sidenav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 52px 20px 40px;
    cursor: pointer;
    transition: background 0.2s ease;
    background-color: transparent;
}

.sidenav-link:hover {
    background-color: var(--primary-green);
}

.sidenav-item.open a:hover {
    /*color: var(--primary-green);*/
}

.sidenav-item.open .sidenav-link {
    background-color: #ffffff;
    color: #000000;
    padding-bottom: 10px;
}

.sidenav-item.open .sidenav-main-link:hover {
    color: var(--charcoal);
}

.sidenav-main-link {
    display: block;
    color: inherit;
}

.sidenav-main-link p {
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
}

.sidenav-sublist {
    overflow: hidden;
    max-height: 0;
    background-color: #ffffff;
    color: #000000;
}

.sidenav-item.open .sidenav-sublist {
    max-height: min-content;
    padding-bottom: 20px;
    padding-left: 24px;
    border-left: solid thin var(--green-medium);
}

.sidenav-sublink a {
    display: block;
    padding: 8px 40px;
    border-radius: 4px;
    color: #000;
    --svg-fill: #000;
    transition: background 0.2s ease;
}

.sidenav-sublink svg {
    margin-left: 1px;
    margin-bottom: 3px;
}

.sidenav-sublink a:hover {
    /*color: var(--green-dark);*/
}

.sidenav-accordion-toggle {
    position: relative;
}

.sidenav-chevron {
    width: 24px;
    height: 24px;
    position: relative;
}

.sidenav-chevron .chevron {
    --svg-fill: #fff;
    transform: rotate(90deg);
    /* Note: don't use 'transition', it's a bit jarring when chevron is flipped */
}

.sidenav-accordion-toggle[aria-expanded="true"] {
    border-left: solid thin var(--green-medium);
}

.sidenav-accordion-toggle[aria-expanded="true"] .sidenav-chevron .chevron {
    transform: rotate(-90deg);
    --svg-fill: #000;
}

.sidenav-accordion-toggle[data-expanded="true"] {
    border-left: solid thin var(--green-medium);
}

    .sidenav-accordion-toggle[data-expanded="true"] .sidenav-chevron .chevron {
        transform: rotate(-90deg);
        --svg-fill: #000;
    }

.breadcrumb-wrapper {
    display: flex;
    gap: 4px;
}

.breadcrumb-page-name {
    white-space: nowrap;
}

.breadcrumb-link {
    color: var(--green-dark);
    opacity: 0.8;
}

.breadcrumb-link:hover {
    transition: 0.25s;
    color: var(--green-dark);
    text-decoration: underline;
    opacity: 1;
}

.breadcrumb-link div {
    min-height: 24px;
}

.breadcrumb-chevron {
}

.breadcrumb-ellipses {
    padding-left: 2px;
    padding-right: 8px;
}

.scroll-off {
    overflow: hidden;
    margin-right: 15px; /* to prevent content shifiting due to missing scrollbar */
}

#page-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0.2;
    z-index: 100;
}

.overlay-visible {
    display: block !important;
    background: black;
    z-index: 9002;
    opacity: 0.8;
}

@media (max-width: 500px) {

}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .logo-container {
        display: none;
    }

    .mobile-button {
        padding-left: 11px;
        padding-right: 10px;
    }

    .mobile-only {
        display: block;
    }

    #sideMenu {
        width: 100%;
    }

    .sidenav-utilities {
        padding: 20px;
    }

    .breadcrumb-wrapper {
        flex-wrap: wrap;
        margin-left: 12px;
        margin-right: 12px;
    }

    .header-container {
        padding-top: 22px;
        padding-bottom: 8px;
        padding-left: 22px;
        padding-right: 22px;
    }

    .header-search-container {
        margin: 0;
    }

    .header-content {
        gap: 5px;
    }

    #btnHeaderSearch {
        padding-left: 8px;
    }

    #btnHeaderSearch .button-box-label {
        display: none;
    }

/*    .header-right-group {
        margin-left: 0;
        margin-right: auto;
    }*/
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 650px) {
    .header-content {
        flex-direction: column;
    }

    .header-right-group {
        margin-left: 0;
        margin-right: auto;
        width: 100%;
    }

    #btnHeaderMenu {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    #sideMenu {
        width: 100%;
    }

}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .header-content {
        flex-direction: row;
    }

    .header-search {
        max-width: 250px;
    }

    .header-right-group {
        margin-left: auto;
        margin-right: 0;
        width: unset;
    }
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .header-content {
        flex-direction: row;
    }

    header .logo-container {
        text-align: left;
    }

    header .top-elements {
        padding-top: 24px;
    }

    header .sitelogo {
        text-align: left;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

/* Alert banner */
.top-alertbanner {
    color: #FFF;
    padding: 8px 0;
    font-family: var(--font), sans-serif;
    font-size: 16px;
}

    .top-alertbanner p:last-of-type {
        margin: 0;
        padding: 0;
    }

.hide {
    display: none;
}

.show {
    display: block;
}

.relative {
    position: relative;
}

.fullwidth {
    width: 100%;
}

.mainmenu.navbar {
    padding: 0;
    background-color: var(--green-dark);
}
.mainmenu #mobile-search,
.mainmenu #mobile-dio {
    padding: 4px;
}
    .mainmenu #mobile-search:focus-visible,
    .mainmenu #mobile-dio:focus-visible {
        padding: 0;
        border: 4px solid #fff;
        outline: none;
    }

.mainmenu .nav-link:focus-visible {
    padding: 4px;
    border: #fff solid 4px;
    outline: none;
}

.mainmenu .dropdown-item {
    white-space: normal;
}

.mainmenu.navbar .navbar-nav {
    overflow: hidden;
}

.mainmenu.navbar a, 
.mainmenu .navbar-toggler {
    color: #fff;
    --svg-fill: #fff;
    border: none;
    box-shadow: none;
}

.mainmenu .navbar-toggler {
    font-size: 2rem;
}

    .mainmenu .navbar-toggler:focus-visible {
        border: 2px solid white;
    }

    .mainmenu .navbar-toggler span, .mainmenu .navbar-toggler i {
        display: inline-block;
        float: left;
    }

.mainmenu.navbar a:hover {
    text-decoration: underline;
    color: #fff;
}

.mainmenu .navbar-toggler:focus {
    outline: none;
}

.mainmenu .dropdown {
    position: static;
}

.megamenu .dropdown-menu {
    left: 0;
    right: 0;
    padding: 15px;
    margin: 0;
    font-size: inherit;
    color: var(--charcoal-old);
    background-color: #ebebeb;
    border-radius: 0;
    border: none;
}

    .megamenu .dropdown-menu a, .megamenu .dropdown-menu a:hover {
        color: #000a0e;
        --svg-fill: #000a0e;
    }

.megamenu a.nav-title {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 32px;
    font-weight: bold;
    color: var(--green-dark-old);
}

.megamenu .dropdown-item {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
}

    .megamenu .dropdown-item:active {
        background-color: transparent;
        color: inherit;
    }

    .megamenu .dropdown-item.active {
        background-color: #daeef5;
    }

.megamenu .navbar-nav {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

header .main-nav {
    font-weight: 600;
    font-size: 16px;
}

    header .main-nav a.nav-link:hover {
        color: #c5da3e;
    }

#mobile-search {
    font-size: 16px;
}

    #mobile-search .s-btn {
        background-color: var(--green-light-old);
        height: 33px;
        width: 33px;
        border-radius: 50%;
        margin: 4px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    #mobile-search .sm-item {
        font-size: 19px;
    }

#mobile-dio {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

#mobile-dio img {
    transform: rotate(90deg);
    /*margin: 4px 0 4px 8px;*/
}


.mobile-popunder {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: var(--blue-pale-old);
    z-index: 100;
    top: 40px;
}

    .mobile-popunder a {
        color: var(--green-dark-old) !important;
        --svg-fill: var(--green-dark-old);
        text-align: left;
    }

#mobile-search-popunder {
    z-index: 200;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .megamenu a.dropdown-item {
        overflow: hidden;
        text-overflow: ellipsis;
        border-bottom: 1px solid var(--green-dark-old);
        height: 69px;
    }
        .megamenu a.dropdown-item:hover {
            background-color: #f8f9fa;
        }
        

        .megamenu .dropdown-item.lastrow {
            border-bottom: none;
        }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .megamenu .nav-item {
        text-align: center;
    }

        .megamenu .nav-item.show, .megamenu .nav-item.active {
            border-bottom: 2px solid var(--yellow-green-old);
        }

            .megamenu .nav-item.show > a, .megamenu .nav-item.active > a {
                color: var(--green-light-old);
                --svg-fill: var(--green-light-old);
            }

    .mainmenu .navbar-nav, .mainmenu .dropdown-menu {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 960px;
    }

    .megamenu .navbar-nav {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }

    .megamenu .nav-item {
        flex-grow: 1;
        /*-ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;*/
    }

    .mainmenu .navbar-nav, .megamenu .dropdown-menu {
        max-width: 1140px;
    }

    @media (min-width: 1400px) {
        .mainmenu .navbar-nav, .megamenu .dropdown-menu {
            max-width: 1320px;
        }
    }
}




#social-media-buttons a.social-media {
    font-size: 12px;
    display: inline-block;
    position: relative;
}

    #social-media-buttons a.social-media .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 48px;
        width: 48px;
    }

        #social-media-buttons a.social-media .icon.share.active {
            display: none;
        }

.icon-facebook-f {
    background-image: url('/img/icons/facebook-f.svg');
}

.icon-circle-blue {
    background-image: url('/img/icons/circle-blue.svg');
}

.icon-circle-green {
    background-image: url('/img/icons/circle-green.svg');
}

.smallicon-facebook-f {
    background-color: #0d6efd;
}

.smallicon-circle-blue, .smallicon-circle-green {
    background-color: #04463a;
}

#social-media-buttons.social-media-buttons-share a.social-media .icon.share {
    display: none;
}

    #social-media-buttons.social-media-buttons-share a.social-media .icon.share.active {
        display: flex;
    }

#social-media-buttons a.social-media .smallicon {
    border-radius: 50%;
    border: 2px solid white;
    justify-content: center;
    align-items: center;
    height: 22px;
    width: 22px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    display: none;
}

#social-media-buttons.social-media-buttons-share a.social-media .smallicon {
    display: flex;
}

.banner {
    background-size: cover;
    min-height: 300px;
    position: relative;
    background-color: #000;
    margin-top: 24px;
}

    .banner a {
        text-decoration: none;
    }

    .bannertextcontainer {
        background-color: rgba(0,0,0,.6);
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 18px;
        font-weight: 600;
        color: #fff;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.9);
    }

    .bannertextcontainer .bannertext {
        font-size: 36px;
        line-height: 42px;
    }

.bannersubtext {
    font-style: italic;
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
}

.banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-position: @pos;
    object-fit: cover;
}

.banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-position: @pos;
    object-fit: cover;
}

/*.standard-banner {
    margin-top: 120px;
}*/

    .standard-banner .bannertext {
        color: #fff;
        background-color: var(--green-dark-old);
        position: absolute;
        bottom: 0;
        right: 0;
        margin: 0;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        padding: 8px;
        opacity: 0.85;
    }

.alert-main-container {
    width: calc(100vw - 40px);
}

.alert-main-container,
#btnShowAlertBlock {
    position: fixed;
    left: 12px;
    bottom: 20px; /* leave enough space to keep "Back to top" button visible */
    z-index: 99;
}

.alert-main-no-close {
    bottom: 80px;
}

.alert-empty-bottom {
    height: 60px;
}

#btnShowAlertBlock,
#btnShowAlertBlock span {
    cursor: pointer;
}

.alert-blocks-outer-container {
    padding: 12px;
    border-radius: 20px;
}

.alert-blocks-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 72vh;
    overflow-y: auto;
}

.alert-block {
    padding: 16px 20px 4px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    gap: 24px;
}

    .alert-block h6 {
        margin-block-start: 4px;
        margin-block-end: 12px;
    }

    .alert-block a,
    .alert-block a:hover {
        color: var(--primary-blue);
        --svg-fill: var(--primary-blue);
        fill: var(--primary-blue);
    }

.alert-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.alert-text a svg {
    margin: 0 4px 2px 1px;
}

.alert-information .alert-text a svg path {
    fill: var(--primary-blue);
}

.alert-warning .alert-text a svg path {
    fill: var(--charcoal);
}

.alert-alert .alert-text a svg path {
    fill: #fff;
}

.alert-link-button:hover {
    background: var(--blue-pale);
}

.alert-information {
    background: var(--grey-pale);
    color: var(--charcoal);
}

    .alert-information .btnDismissAlert {
        padding: 10px 10px 10px 16px;
    }

    .alert-information .custom-link-icon {
        border: solid thin var(--primary-blue);
        border-radius: 5px;
    }

    .alert-information .btnDismissAlert:hover,
    .alert-information .alert-link-button:hover,
    .alert-button-Information:hover {
        background: var(--primary-blue);
        color: #fff;
        --svg-fill: #fff;
    }

.alert-warning {
    background: var(--orange-light);
    color: var(--charcoal);
}

.alert-button-Warning:hover {
    background: var(--orange);
}

.alert-alert {
    background: var(--red);
    color: #fff;
}

    .alert-button-Alert:hover {
        background: var(--red-dark);
    }

.alert-text {
    padding-bottom: 4px;
}

.alert-text strong {
    font-weight: 600;
}

.alert-alert .alert-text a,
.alert-alert .alert-text a:hover {
    color: #fff;
    --svg-fill: #fff;
}

.alert-warning .alert-text a,
.alert-warning .alert-text a:hover {
    color: var(--charcoal);
    --svg-fill: var(--charcoal);
}

.alert-text a:hover {
    text-decoration: underline;
}

.alert-content-container {
    flex-grow: 1;
}

.alert-button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    margin-bottom: 8px;
}

.alert-bottom-container {
    padding-top: 12px;
}

#btnCloseAlertBlock {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width: 576px) {
    .alert-main-container {
        width: calc(100vw - 24px);
    }

    .alert-blocks-container {
        max-height: 70vh !important;
    }

    .alert-button-container {
        padding-bottom: 12px;
    }

    .alert-block {
        flex-direction: column;
        gap: 4px;
        padding: 16px 16px 0;
    }

    .alert-button-container {
        margin-left: unset;
    }

    .alert-text {
        padding-bottom: 0;
    }

    .alert-main-no-close {
        bottom: 70px;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

@media (max-width: 1200px) {
    .alert-blocks-container {
        max-height: 60vh;
    }
}

@media print {
    #btnShowAlertBlock {
        display: none;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .bannertextcontainer {
        margin-top: 80px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

#backtotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 12px;
    padding-left: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 99;
    border: solid thin #fff;
}

#backtotop svg {
    transform: rotate(-90deg);
}

@media (max-width: 576px) {
    #backtotop {
        bottom: 12px;
        right: 12px;
    }
}

/* *
 * Global
 * */

.story-taglist > li, .story-tag {
    display: inline-block;
    background-color: var(--blue-medium-old);
    padding: 2px 6px;
    margin: 2px 8px 2px 0;
}

    .story-taglist > li:first-child {
        margin-left: 0;
    }

    .story-taglist > li:last-child {
        margin-right: 0;
    }

.story-taglist-absolute {
    position: absolute;
    left: 8px;
    bottom: 10px;
}

.story-title, .story-summary {
    line-height: 1.25;
}

.story-multiple,
.story-latestandpopular {
    margin-bottom: 20px;
}

    .story-latestandpopular .story-multiple {
        margin-bottom: 0;
    }

/* *
 * Story list
 * */
.story-view-blocks .story-item {
    padding: 16px 0;
}

    .story-view-blocks .story-item a {
        display: block;
        text-decoration: none;
    }

        .story-view-blocks .story-item a .story-hover-color {
            background-color: rgba(4, 69, 58, 0);
            transition: background-color ease 0.5s;
        }

        .story-view-blocks .story-item a:hover .story-hover-color {
            background-color: rgba(4, 69, 58, 0.4);
        }

.story-view-blocks .story-image-background {
    position: relative;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.story-view-blocks .story-title {
    background-color: rgba(4, 69, 58, 0.75);
    width: 100%;
    padding: 4px 8px;
    font-weight: 500;
    color: #FFF;
}

.story-taglist {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .story-view-blocks .story-item {
        padding: 16px;
    }
}

@media (min-width: 1200px) {
    .story-view-blocks .story-image-background {
        height: 250px;
    }
}


/* *
 * Carousel
 * */
.story-view-carousel .story-image-background {
    background-position: center;
    background-size: cover;
}

.story-view-carousel .slick-list,
.story-view-carousel .slick-track,
.story-view-carousel .slick-slide > div,
.story-view-carousel .story-item,
.story-view-carousel .story-item > a,
.story-view-carousel .story-image-background {
    height: 100%;
}

    .story-view-carousel .story-item > a {
        display: block;
        text-decoration: none;
    }

        .story-view-carousel .story-item > a:focus-visible {
            border: 4px solid var(--green-dark-old);
        }
/*.story-view-carousel .slick-arrow {
    display: none;
}*/
.story-view-carousel .slick-arrow {
    position: absolute;
    top: 0;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 10;
    font-size: 10px;
}

    .story-view-carousel .slick-arrow i {
        /*font-size: 48px;*/
        color: #FFF;
        /*background-color: rgba(0, 0, 0, 0.5);*/
        vertical-align: top;
    }

.story-view-carousel .story-item {
    vertical-align: top;
}

.story-view-carousel .gdm-slick-prev {
    left: 0;
}

.story-view-carousel .gdm-slick-next {
    right: 0;
}

.story-view-carousel .story-details {
    padding: 12px 22px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    /*border-left: 5px solid var(--green-light-old);
    background-color: rgba(4, 69, 58, 0.8);*/
}

.story-view-carousel .story-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25em;
}

.story-view-carousel .story-taglist {
    display: inline-block;
}

.story-view-carousel .story-date {
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    vertical-align: middle;
}

.story-view-carousel .slick-track {
    display: flex;
}

.story-view-carousel .slick-slide {
    display: flex;
    height: auto;
}

.story-view-carousel .story-details {
    height: 100%;
}

@media (min-width: 576px) {
    .story-view-carousel .story-item > a {
        position: relative;
    }

    .story-view-carousel .story-details {
        position: absolute;
        height: auto;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        bottom: 0;
        z-index: 10;
    }


    .story-view-carousel .slick-arrow i {
        transform: translate(0, -50%);
    }

    .story-view-carousel .slick-arrow {
        top: 50%;
    }
}


/* *
 * Breaking news
 * */
.story-breaking a:focus,
.story-breaking a:focus-visible {
    border: 4px solid var(--yellow-green-alt-old);
}


.story-breaking-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: var(--teal-old);
    font-weight: bold;
    color: var(--charcoal-dark-old);
}

.story-breaking-title,
.story-breaking .story-primary-tag {
    padding: 6px 12px;
}

.story-breaking .carousel {
    background-color: var(--green-dark-alt-old);
    height: 100%;
}

.story-breaking .story-item a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 8px;
    color: #FFF;
    --svg-fill: #fff;
    text-decoration: none;
    font-style: italic;
}

    .story-breaking .story-item a span {
        flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.mw-0 {
    min-width: 0;
}

.story-breaking .story-primary-tag {
    display: block;
    background-color: var(--blue-medium-alt-old);
    color: #FFF;
    height: auto;
}

.story-breaking .control-prev, .story-breaking .control-next {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    min-height: 42px;
    width: 32px;
    background-color: var(--green-dark-alt-old);
    color: #FFF;
    opacity: 1;
    text-decoration: none;
    transition: opacity ease 0.2s;
}

.story-breaking .control-next {
    margin-left: auto;
}

    .story-breaking .control-prev:hover, .story-breaking .control-next:hover {
        opacity: 0.6;
    }


@media (min-width: 768px) {
    .story-breaking .story-primary-tag {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .story-breaking .story-item,
    .story-breaking .carousel-inner,
    .story-breaking .carousel-item,
    .story-breaking .story-item {
        min-height: 42px;
    }

    .story-breaking .control-prev, .story-breaking .control-next {
        min-height: 42px;
    }

    .story-breaking-title:after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        display: block;
        width: 0px;
        height: 0px;
        border-top: 21px solid transparent;
        border-left: 21px solid var(--teal-old);
        border-bottom: 21px solid transparent;
        z-index: 2;
    }

    .story-breaking .story-item a {
        padding: 10px 22px;
        padding-left: 32px;
    }


    .story-breaking .control-prev, .story-breaking .control-next {
        background-color: var(--teal-old);
    }
}


/* *
 * Latest and Popular
 * */

.story-latestandpopular .nav-link.active {
    position: relative;
}

    .story-latestandpopular .nav-link.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: calc(50% - 8px); /* Works in IE 9+ */
        display: block;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #FFF;
    }

.story-latestandpopular .nav-pills {
    display: flex;
    margin-bottom: 3px;
}

    .story-latestandpopular .nav-pills .nav-item {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .story-latestandpopular .nav-pills .nav-item .nav-link {
            border-radius: 0;
        }

.story-list .story-item {
    display: block;
    background-color: #EEE;
    border-bottom: 1px solid #D8D8D8;
    text-decoration: none;
}

.story-list {
    padding-bottom: 10px;
}

.story-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
}

.story-list .story-date {
    color: var(--grey-dark-old);
    font-size: 16px;
}

.story-item a:focus-visible {
    outline: var(--green-dark-old) solid 6px;
}

#story-spn a.nav-link:focus-visible {
    border: 2px solid black;
}

.story-single .story-item {
    margin-bottom: 20px;
}

.story-single .story-overlay .story-image-background {
    background-position: center;
    background-size: cover;
}

.story-single .story-overlay > a {
    position: relative;
    display: block;
    color: #FFF;
    --svg-fill: #fff;
}

.story-single .story-overlay .story-details {
    width: 100%;
    padding: 12px 22px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.story-single .story-overlay .story-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.25;
}

.story-single .story-overlay,
.story-single .story-overlay > a,
.story-single .story-overlay .story-image-background {
    height: 100%;
}

@media (min-width: 768px) {
    .story-single .story-overlay .story-details {
        padding: 32px 42px;
    }

    .story-single .story-overlay .story-details {
        position: absolute;
        bottom: 0;
    }
}

/* *
 * Regular with summary
 * */
.story-single.story-view-regular-sum a,
.story-single.story-view-horizontal a {
    display: block;
    text-decoration: none;
}

.story-single.story-view-regular-sum .story-image,
.story-single.story-view-horizontal .story-image {
    margin-bottom: 12px;
}

.story-single.story-view-regular-sum .story-title,
.story-single.story-view-horizontal .story-title {
    margin-bottom: 2px;
    color: #555;
    font-weight: bold;
    font-size: 16px;
}

.story-single.story-view-regular-sum .story-date,
.story-single.story-view-horizontal .story-date {
    margin-bottom: 6px;
    color: var(--grey-dark-old);
    font-size: 15px;
}

.story-single.story-view-regular-sum .story-summary,
.story-single.story-view-horizontal .story-summary {
    color: var(--grey-dark-old);
    font-size: 16px;
}


/* *
 * Takeover (Compact)
 * */
.story-single.story-view-large-com .story-overlay .story-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
}

.story-single.story-view-large-com .story-taglist li {
    font-size: 16px;
}

@media (min-width: 768px) {
    .story-single.story-view-large-com .story-overlay .story-details {
        padding: 12px 22px;
    }
}

.story-latestandpopular a.nav-link {
    background-color: var(--green-dark-alt-old);
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
}

    .story-latestandpopular a.nav-link.active {
        background-color: var(--teal-old);
    }

.story-view-carousel .slick-arrow i {
    /*background-color: rgba(4, 69, 58, 1);*/
}

/*.story-view-carousel .story-details {
    border-left: 5px solid var(--green-light-old);
    background-color: rgba(4, 69, 58, 1);
}

.story-view-carousel .story-summary {
    font-size: 15px;
}*/

.story-view-regular .story-title .h6 {
    font-weight: bold;
    margin: 0;
}

.story-view-carousel a, .story-view-large-com a, .story-view-large a {
    text-decoration: none !important;
}

.story-view-carousel .story-date, .story-view-large-com .story-date, .story-view-large .story-date, .story-view-blocks .story-date, .story-view-regular .story-date {
    display: block;
    background-color: var(--charcoal-vdark-old);
    padding: 2px 10px;
    font-weight: 600;
    color: #FFF;
}

.story-view-carousel .story-title, .story-view-large-com .story-title, .story-view-large .story-title, .story-view-blocks .story-title, .story-view-regular .story-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    padding: 6px 10px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 14px !important;
}

.story-view-carousel .story-details, .story-view-large-com .story-details, .story-view-large .story-details, .story-view-blocks .story-details, .story-view-regular .story-details {
    padding: 12px 16px !important;
    background-color: transparent !important;
}

.story-view-carousel .slick-slide {
    display: block;
}

.story-tag {
    display: inline-flex;
    flex-basis: initial;
    flex-grow: 1;
    margin: 0;
    align-items: center;
}

    .story-tag.story-tag-location,
    .story-taglist .story-tag-location {
        background-color: var(--yellow-green-alt-old);
        color: var(--charcoal-vdark-old);
        font-weight: bold;
    }

.story-tag-nlocation, .story-taglist .story-tag-nlocation {
    background-color: var(--teal-old);
    color: var(--charcoal-vdark-old);
    font-weight: bold;
}

    .story-tag-location, .story-taglist .story-tag-location a, .story-tag-nlocation, .story-taglist .story-tag-nlocation a {
        color: var(--charcoal-vdark-old);
        --svg-fill: var(--charcoal-vdark-old);
    }

.minheight-100 {
    min-height: 100%;
}

ul.story-taglist {
    font-size: 0;
}

.story-taglist > li {
    color: #FFF;
    font-size: 16px;
}

.story-view-carousel .story-title {
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
}

.story-single.story-view-large-com .story-overlay .story-title,
.story-single .story-overlay .story-title {
    font-weight: 600;
}

.story-view-vert .story-item {
    background-color: #f4fcff;
}

.story-view-vert.rssfeed .story-item {
    background-color: transparent;
}

.story-view-vert.rssfeed .story-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.story-view-vert .story-title {
    color: var(--charcoal-vdark-old);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
}

.story-view-vert .story-date {
    color: var(--charcoal-vdark-old);
}

.story-view-vert .story-summary {
    font-size: 15px;
    line-height: 1.25;
    color: black;
}

/*body.homepage .story-view-vert .story-item {
    height: 175px;
    overflow-y: auto;
}*/

/*.story-view-carousel .slick-arrow i {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 38px;
}*/




.story-view-carousel .slick-arrow {
    background-color: rgba(0,0,0,.6);
    background-size: cover;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .story-view-carousel .slick-arrow.gdm-slick-prev {
        margin-left: 8px;
    }

    .story-view-carousel .slick-arrow > span {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
    }

    .story-view-carousel .slick-arrow.gdm-slick-prev > span {
        background-image: url('/img/icons/left.svg');
    }

    .story-view-carousel .slick-arrow.gdm-slick-next {
        margin-right: 8px;
    }

        .story-view-carousel .slick-arrow.gdm-slick-next > span {
            background-image: url('/img/icons/right.svg');
        }


.story-view-carousel .slick-arrow {
    top: 50%;
}

    .story-view-carousel .slick-arrow i {
        transform: translate(0, -50%);
    }

/* *
 * Single
 * */
.story-single .story-overlay .story-details {
    background-color: transparent;
}


@media (min-width: 768px) {
    .story-view-carousel .story-date, .story-view-large-com .story-date, .story-view-large .story-date, .story-view-blocks .story-details, .story-view-regular .story-details {
        display: inline-block;
    }

    .story-view-blocks .story-item a {
        position: relative;
    }

    .story-view-blocks .story-details {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }
}

@media (max-width: 767.98px) {
    .story-view-carousel .story-details {
        position: relative;
    }

    .story-view-carousel .story-details, .story-view-large-com .story-details, .story-view-large .story-details, .story-view-blocks .story-details, .story-view-regular .story-details {
        padding: 0 !important;
    }
}

/*@media (min-width: 576px) {
    .story-view-carousel .story-details {
        background-color: rgba(4, 69, 58, 0.8);
    }

    .story-single .story-overlay .story-details {
        background-color: rgba(4, 69, 58, 0.8);
    }
}*/

/* *
 * Events calander
 * */

.story-eventlist table {
    border-collapse: collapse;
}

    .story-eventlist table td {
        border: none;
        vertical-align: middle;
    }

.story-eventlist .calendarDayHeader {
    background-color: #08b5a0;
    color: #FFF;
}

.story-eventlist .calendarDay {
    background-color: #3a9bba;
    color: #FFF;
}

.story-eventlist .calendarEventDay {
    background-color: #c3d93f;
}

    .story-eventlist .calendarEventDay a {
        color: var(--green-dark-alt-old);
        --svg-fill: var(--green-dark-alt-old);
    }

    .story-eventlist .calendarEventDay.selected {
        background-color: #c0e3d3;
    }

.story-eventlist .calendarOtherMonth {
    background-color: #d2d1d2;
    color: #4E4C4A;
    font-weight: bold;
}

.story-eventlist .calendarTitle td {
    background-color: #3a9bba;
    color: #FFF;
}

    .story-eventlist .calendarTitle td a {
        color: #FFF;
        --svg-fill: #fff;
    }

.story-eventlist h2 {
    background-color: #3a9bba;
    color: var(--charcoal-dark-old);
    padding: 2px 18px;
    font-size: 16px;
}

.story-eventlist .story-list a.story-item {
    background-color: var(--blue-pale-alt-old);
    padding: 0;
}

.story-eventlist .story-list .story-item .story-date, .story-eventlist .story-list .story-item .story-title {
    color: var(--charcoal-vdark-old);
    font-weight: 600;
}

.story-eventlist .story-list a.story-item img {
    align-self: center;
}

.story-eventlist .evtimg {
    flex: 0 0 0;
    max-height: 100%
}

.story-eventlist .datecol {
    padding: 20px 25px;
    background-color: #c3d93f;
    color: var(--green-dark-alt-old);
    text-align: center;
    width: 88px;
}

    .story-eventlist .datecol .story-date:first-child {
        font-size: 26px;
        font-weight: normal;
        line-height: 1;
    }

    .story-eventlist .datecol .story-date:last-child {
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        text-transform: uppercase;
    }

.story-eventlist .story-item .col:last-child {
    min-width: 0;
}

.story-eventlist .story-summary {
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}

.story-single-full .story-date {
    display: inline-block;
    padding: 2px 8px;
    background-color: #505050;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.story-single-full .story-info {
    font-size: 0;
}

.story-single-full .story-taglist {
    display: inline-block;
}

    .story-single-full .story-taglist > li {
        margin: 0;
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.2);
        font-size: 16px;
    }

.rssfeed {
    margin-bottom: 20px;
}

.story-latestandpopular .story-item {
    background-color: var(--blue-pale-alt-old);
}

[data-story-day]:not([data-story-day=""]) .datecol, [data-story-day]:not([data-story-day=""]) .story-list a.story-item {
    background-color: #c0e8cc;
    border-color: #BBB;
}

.story-item a img {
    min-width: 100%;
}

.green-box {
    background-color: var(--grey-pale);
    margin: 16px 0;
    padding: 14px 16px;
}

.green-box .title, .green-box .rl-title {
    font-weight: 600;
    font-size: 22px;
    color: var(--green-dark-old);
    margin-bottom: 14px;
}

    .green-box a {
        color: var(--link-medium) !important;
        --svg-fill: var(--link-medium);
        font-weight: 500;
    }

        .green-box a:hover {
            /*color: var(--primary-blue);*/
            text-decoration: underline;
        }

.green-box ul {
    list-style: none;
    padding-left: 0;
}

.green-box li {
    margin-bottom: 2px;
}

.green-box li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.umbraco-forms-field {
    margin-bottom: 20px;
}

.umbraco-forms-container {
    padding-left: 0;
    padding-right: 0;
}

.umbracoForms-Indicator {
    color: red;
}


.bs5 .checkboxlist input[type="checkbox"] {
    margin-left: 16px;
}

.bs5 input[type="submit"] {
    background-color: var(--green-dark-old);
    color: #fff;
    padding-left: 32px;
    padding-right: 32px;
}
.AnchorList ul {
    color: #0076be;
    padding-left: 20px;
}

.AnchorList .title {
    display: none;
}

.anchor-header {
    font-size: 18px;
    font-weight: 400 !important;
    margin-block-start: 0;
    margin-block-end: 0;
}

    .anchorcard.card {
        border: none;
        margin-bottom: 12px;
        border-radius: 0;
    }

    .anchorcard.card .card-body .row h3 {
        margin-block-start: 0;
    }

    .anchorcard.card .card-body a {
        color: var(--link-medium);
        --svg-fill: var(--link-medium);
        text-decoration: underline;
    }

    .anchorcard.card .card-body .rte a,
    .anchorcard.card .card-body .rte a:hover {
        color: var(--primary-blue);
        --svg-fill: var(--primary-blue);
        text-decoration: underline;
    }

    .anchorcard.card .card-header {
        background-color: var(--grey-pale);
        display: flex;
        border-radius: 8px;
        border-bottom: none;
    }

.anchorcard-chevron-box {
    display: flex;
    align-items: center;
}

    .anchorcard-chevron-box.collapsed .anchorcard-chevron {
        transform: rotate(90deg);
    }

    .anchorcard-chevron-box .anchorcard-chevron {
        transform: rotate(-90deg);
    }

.anchorcard-chevron-box[data-expanded="true"] .anchorcard-chevron {
    transform: rotate(-90deg);
}

.btn-accordion-toggle[aria-expanded="true"] .anchorcard-chevron {
    transform: rotate(-90deg);
    margin-right: 3px;
}

.anchorcard-chevron img {
    display: block !important;
}

.anchorcard.card .card-header button.btn-link {
    flex-grow: 1;
    display: block;
    text-align: left;
    cursor: pointer;
    font-family: var(--font), sans-serif;
    font-size: 24px;
    color: inherit;
    text-decoration: none;
}

    .anchorcard.card .card-header button.btn-link h2,
    .anchorcard.card .card-header button.btn-link h3 {
        font-family: var(--font), sans-serif;
        font-size: 18px;
        font-weight: 400 !important;
        margin-bottom: 0;
        margin-block-start: 0 !important;
        margin-block-end: 0 !important;
    }

    .anchorcard.card .card-header button.btn-link h3 {
        font-size: 20px !important;
    }

    .anchorcard.card .card-header button.btn-link.btn:focus {
        box-shadow: none;
    }

    .anchorcard.card .card-header button.btn-link.btn:focus-visible {
        outline: 2px solid var(--green-dark-old);
    }

    .anchorcard.card.last {
        margin-bottom: 24px;
    }

    .anchorcard.card .card-header img {
        cursor: pointer;
    }

        .anchorcard.card .card-header img.collapsed:last-child {
            display: none;
        }

        .anchorcard.card .card-header img:not(.collapsed):first-of-type {
            display: none;
        }

.gdm-rum-hide-logo .gdm-logo {
    display: none;
}

.gdm-rum-hide-date .gdm-panel-item-time {
    display: none;
}
.contact-map {
    min-height: 260px;
    /*height: 280px;*/
    height: 100%;
    width: 100%;
    background-color: #F2F2F2;
    background-size: cover;
}



/* Contact Info */
.contact-info {
    background-color: var(--green-dark-old);
    color: #FFF;
}

    .contact-info .rte a {
        color: #fff;
        --svg-fill: #fff;
    }

    .contact-info > .umb-grid > .container > .row > .column:first-of-type {
    }

    .contact-info > .umb-grid > .container > .row > .column:last-of-type {
        background-color: var(--blue-pale-old);
        color: var(--charcoal-dark-old);
    }

    .contact-info .nav-item {
        text-align: center;
    }

    .contact-info .nav-pills .nav-link, .contact-info .nav-pills .show > .nav-link {
        background-color: transparent;
        font-weight: normal;
        font-size: 16px;
        border-radius: 0;
        border-right: 1px solid rgba(255,255,255, 0.1);
        color: #fff;
    }

        .contact-info .nav-pills .nav-link.active, .contact-info .nav-pills .nav-link:hover {
            background-color: var(--blue-medium-old);
        }

    .contact-info .title {
        font-weight: 600;
        margin-bottom: 15px;
    }

    .contact-info .information {
        margin-bottom: 15px;
    }

    .contact-info > .umb-grid > .container > .row > .column {
        margin-top: 48px;
        margin-bottom: 64px;
        padding-top: 24px;
    }

    .contact-info .contact-details {
        background-color: #fff;
        color: var(--charcoal-dark-old);
        padding: 15px;
        width: 100%;
        min-height: 100%;
    }

.contactinfo-header {
    background-color: var(--green-dark-old);
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    justify-content: space-between;
}


    .contactinfo-header > div {
        text-align: center;
        padding: 12px 16px;
        cursor: pointer;
        transition: background-color ease 0.2s;
    }

    .contactinfo-header > .contactinfo-office:hover, .contactinfo-header > .contactinfo-office.selected {
        background-color: var(--blue-medium-old);
    }

@media (min-width: 1200px) {
    .contactinfo-header > .contactinfo-office:hover, .contactinfo-header > .contactinfo-office.selected {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contactinfo-header > div {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }
}

.contactinfo-header > .contactinfo-office:last-of-type:hover, .contactinfo-header > .contactinfo-office:last-of-type.selected {
    background-color: var(--blue-medium-old);
    border-right: none;
}

.contactinfo-header > .contactinfo-office:hover + .contactinfo-office, .contactinfo-header > .contactinfo-office.selected + .contactinfo-office {
    border-left: none;
}

.contactinfo-content {
    background-color: #FFF;
}

.contactinfo-info {
    font-size: 16px;
    /*white-space: pre-wrap;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.contactinfo-info-title {
    font-weight: 600;
}


.contact-info .visually-hidden {
    color: #fff;
}


.EventsCalendar .calendarEventDay {
    background-color: #4981c2;
    font-weight: bold;
}

    .EventsCalendar .calendarEventDay a {
        color: #fff;
        --svg-fill: #fff;
    }

.EventsCalendar table td, .EventsCalendar table tr {
    text-align: center;
}

.EventsCalendar table {
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

    .EventsCalendar table tr:nth-child(even) {
        background-color: var(--offwhite-old);
    }

    .EventsCalendar table td, .EventsCalendar table th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

    .EventsCalendar table td a {
        display: block;
    }

.EventsCalendar .calendarTitle a {
    font-size: 28px;
}

.articles .spl-title a, 
.articlelist .spl-text a, 
.articlelist .spl-title a {
    font-weight: 600;
}
.spn-root {
    background-color: var(--teal-old);
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
}
.spn-root.navbar-light .navbar-brand {
    color: var(--charcoal-dark-old);
}

    .spn-root .navbar-nav .nav-item {
        background-color: var(--blue-pale-alt-old);
    }
        .spn-root .navbar-nav .nav-item a {
            padding: 12px 14px;
            height: 100%;
            color: var(--charcoal-vdark-old);
            --svg-fill: var(--charcoal-vdark-old);
            border-bottom: 2px solid transparent;
        }

        .spn-root .navbar-nav .nav-item a:hover {
            text-decoration: none;
        }

@media (min-width: 992px) {
    .spn-root {
        background-color: var(--blue-pale-alt-old);
        border-radius: 42px 0 0 42px;
    }

        .spn-root .nav-item:nth-child(-n+4) {
            background-color: var(--teal-old);
        }

        .spn-root .navbar-nav .nav-item:nth-child(-n+4) a {
            color: var(--charcoal-dark-old);
            --svg-fill: var(--charcoal-dark-old);
        }

        .spn-root .navbar-nav .nav-item:first-child a:hover {
            color: #FFF;
        }

        .spn-root .navbar-nav .nav-item:nth-child(4) a {
            padding-right: 14px;
        }

        .spn-root .navbar-nav .nav-item:nth-child(5) a {
            padding-left: 14px;
        }

        .spn-root .navbar-nav .nav-item a {
            padding: 6px 10px;
        }

        .spn-root .navbar-nav .nav-item.active a {
            font-weight: bold;
        }

        .spn-root .navbar-nav .nav-item.active a, .spn-root .navbar-nav .nav-item a:hover {
            color: var(--charcoal-vdark-old);
            --svg-fill: var(--charcoal-vdark-old);
        }

        .spn-root .navbar-nav .nav-item.active:not(:first-child) a, .spn-root .navbar-nav .nav-item:nth-child(n+2) a:hover {
            border-bottom: 2px solid var(--charcoal-vdark-old);
        }
}

.spn-root a.nav-link img.hover {
    display: none;
}
.spn-root a.nav-link:hover img {
    display: none;
}
.spn-root a.nav-link:hover img.hover {
    display: initial;
}
.spl-root > div {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

    .spl-root > div:first-of-type {
        border-top: 1px solid #ddd;
    }

.spl-img {
    min-width: 87px;
}

.spl-root-large .spl-large-item {
    display: block;
    margin-bottom: 24px;
    background-color: #f4fcff;
    text-decoration: none;
    transition: box-shadow ease 0.3s;
}

.spl-root-large .spl-large-item-contents {
    padding: 20px;
    color: var(--charcoal-old);
}

.spl-root-large .spl-large-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--green-dark-old);
    line-height: 1.25;
    padding-bottom: 4px;
}

.spl-title a {
    color: var(--green-dark-old);
    --svg-fill: var(--green-dark-old);
}

.spl-vcenter {
    display: flex;
    align-items: center;
}

.spl-root.spl-largeImages .spl-text {
    font-size: 16px;
}

    .spl-root.spl-largeImages .spl-text a {
        font-weight: 600;
        color: var(--green-dark-old);
        --svg-fill: var(--green-dark-old);
    }
.topiclist {
    background-color: var(--blue-pale-old);
    padding: 20px;
}

    .topiclist a {
        text-decoration: none;
    }

    .topiclist .tl-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 16px;
        color: var(--green-dark-old);
    }

    .topiclist .page-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        color: var(--green-dark-old);
        text-decoration: underline;
    }
    .topiclist a:hover .page-title {
        text-decoration: underline;
    }

    .topiclist .page-summary {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
        color: var(--charcoal-old);
    }

/*.topiclist .page-summary a {
            font-size: 16px;
            line-height: 20px;
            color: #0077be;
            font-weight: 600;
        }*/

.councillor-button {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background-color: var(--green-light-old);
    font-size: 18px;
    color: var(--green-dark-old);
}

    .councillor-button:hover {
        color: var(--green-dark-old);
        text-decoration: none;
    }

    .councillor-button .councillor-icon {
        height: 64px;
        width: 64px;
        border-radius: 50%;
        background-color: var(--green-dark-old);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 8px;
    }

.atozlist {
}
.az-nav {
    margin-bottom: 12px;
}
.az-nav .az-letter a {
    padding: 8px 12px;
    border: 1px solid lightgrey;
    width: 40px;
    display: block;
    float: left;
}
.az-list {
    clear: both;
    padding-top: 20px;
}

.buttonpanel {
    margin-bottom: 30px;
}

.buttonpanel .button-container {
    background-color: var(--blue-pale-old);
    padding: 20px;
}

.buttonpanel .links-container {
    padding: 20px;
}

.buttonpanel .title {
    font-size: 24px;
}

.buttonpanel .button-container a {
    color: #fff;
    --svg-fill: #fff;
    background-color: var(--green-dark-old);
    padding: 10px 23px;
    display: inline-block;
    margin-top: 24px;
}

.buttonpanel .button-container h2 {
    margin-block-start: 2px;
}

.buttonpanel .links-container a {
    color: var(--green-dark-old);
    --svg-fill: var(--green-dark-old);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
}

.buttonpanel .links-container .linkitem {
    margin-bottom: 12px;
}


@media (min-width:992px) {

    .buttonpanel .title {
        font-size: 36px;
    }
}

.env-portalcontainer {
    margin-top: 40px;
    position: relative;
    color: #000;
}

    .env-portalcontainer h2 {
        color: #25675c;
        margin-bottom: 16px;
    }


.imagepanel {
    background-color: var(--grey-pale-old);
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    padding: 20px;
    min-height: 300px
}

    .imagepanel .title {
        color: var(--green-dark-old);
        font-size: 24px;
    }

    .imagepanel .content-container {
        margin-bottom: 20px;
    }

    .imagepanel .content-container h1 {
        margin-block-start: 0;
        padding-top: 0;
    }

        .imagepanel .content-container.highlight {
            color: #fff;
            background-color: var(--green-dark-old);
            padding: 20px;
            padding-top: 1px;
            margin-bottom: 0;
        }

    .imagepanel .highlighttitle {
        font-size: 20px;
        font-weight: 600;
    }

    .imagepanel .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-size: cover;
        display: none;
    }

    .imagepanel .image.half {
        left: 50%;
    }

.imagepanel .content-container.hasimage {
    margin-right: 14px;
}

@media (min-width:992px) {
    .imagepanel .image {
        display: block;
        min-height: 300px;
    }

    .imagepanel .title {
        font-size: 36px;
    }
}

.linkcards .link-buttons {
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 14px;
    padding-bottom: 26px;
}

.linkcards .link-card {
    position: relative;
}



.linkcards .title-area {
    text-align: center;
}

.linkcards .summary {
    font-weight: bold;
    padding-bottom: 26px;
    font-style: italic;
}


.linkcards .link-card-content {
    position: absolute;
    padding: 15px;
    width: 100%;
    /*top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;*/
    background-color: rgba(4, 90, 53, 0.65);
    bottom: 0;
    right:0;
    left: 0;
}

.linkcards a:focus-visible {
    border: 4px solid var(--green-dark-old);
}

.linkcards .link-card-name,
.linkcards a,
.linkcards a:hover {
    color: #fff;
    --svg-fill: #fff;
    text-decoration: none;
    font-family: var(--font), sans-serif;
    display: block;
    font-weight: bold;
}

.linkcards .link-card-image {
    overflow: hidden;
}

.linkcards .link-card img {
    transform: scale3d(1.1, 1.1, 1);
    transition: 0.25s;
}

.linkcards .link-card:hover img {
    transform: scale3d(1, 1, 1);
    transition: 0.25s;
}


.linkcards img {
    width: 100%;
}

.linkcards .link-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .linkcards .link-button img {
        width: 150px;
        margin-top: auto;
    }

.linkcards .title {
    text-align: center;
}

.linkcards .link-button-link {
    height: 100%;
}


.linkcards .link-button {
    background-color: rgba(0, 88, 76, 0.65);
    color: #fff;
    height: 100%;
}

    .linkcards .link-button .name {
        font-family: "Gevinst-Regular";
    }

.linkcards .buttons .row {
    margin-left: 0;
    margin-right: 0;
}

.linkcards .buttons .col-sm-6 {
    margin-bottom: 16px;
}

.linkcards .link-button .name {
    font-size: 45px;
    line-height: 45px;
    padding: 16px;
}

.linkcards .link-button .title {
    font-family: var(--font), sans-serif;
    font-size: 16px;
    padding: 16px;
}

.linkcards .link-button table {
    text-align: left;
}

.linkcards .link-button td {
    white-space: nowrap;
}


.linkcards .link-button .button {
    font-family: var(--font), sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 4px 32px 4px 32px;
    border-radius: 16px;
    background-color: #fff;
    color: #000;
    margin: 16px 0 16px 0;
}

.linkcards .link-button td {
    display: block;
}

    .linkcards .link-button td:first-child {
        font-weight: bold;
    }

.linkcards .linkcard {
    position: relative;
}

.linkcards .content-wrapper {
    background-color: transparent;
    text-shadow: 0 3px 24px rgb(0 0 0 / 25%);
}


    .linkcards .content-wrapper:hover .link-card-content {
        display: block;
    }
    .linkcards .content-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

@media (min-width: 992px) {

    .linkcards .content-wrapper {
        background-color: rgba(4, 90, 53, 0.65);
        text-shadow: 0 3px 24px rgb(0 0 0 / 25%);
    }

    .linkcards .link-card-name,
    .linkcards a,
    .linkcards a:hover {
        line-height: 35px;
    }

    .linkcards .link-card-content {
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        text-align: center;
        padding: 0;
        background-color: transparent;
        bottom: initial;
    }

    .linkcards .content-wrapper {
        background-color: transparent;
    }


        .linkcards .content-wrapper:hover {
            background-color: rgba(4, 90, 53, 0.65);
        }

    .linkcards .link-card-name,
    .linkcards a,
    .linkcards a:hover {
        font-size: 32px;
        font-weight: normal;
    }

    .linkcards .link-card-content {
        display: none;
    }
}


@media (min-width: 1200px) {
    .linkcards .link-button td {
        display: table-cell;
    }

        .linkcards .link-button td:first-child {
            font-weight: normal;
        }
}

.sitemap > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sitemap > ul > li {
    font-weight: 500;
}
.sitemap > ul > li > ul li {
    font-weight: 400;
}

.sitemap > ul ul {
  list-style-type: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAKCAAAAABQuWuWAAAADElEQVR42mPoYMCAADU0BVG5/saqAAAAAElFTkSuQmCC') repeat-y;
  margin: 0;
  padding: 0;
}

.sitemap > ul ul {
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 12px;
}

.sitemap > ul ul li {
  margin: 0;
  padding: 0 12px;
  line-height: 20px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAABFJREFUeNpjaGBAh/8ZMMUaANKTCoAjVM42AAAAAElFTkSuQmCC') no-repeat;
  color: #369;
}

.sitemap > ul ul li:last-of-type {
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAUAQMAAACK1e4oAAAABlBMVEUAAwCIiIgd2JB2AAAAAXRSTlMAQObYZgAAABBJREFUeNpjaGBAh/8ZsAAAoJMFgHflqtcAAAAASUVORK5CYII=') no-repeat;
}
.pagespanel {
    margin-bottom: 28px;
    position: relative;
}

    .pagespanel .background {
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 400px;
        width: 100%;
        position: relative;
        cursor: pointer;
    }

    .pagespanel .dropdown-menu {
        margin: 0;
    }


.pp-title {
    padding: 12px;
    background-color: var(--green-dark-old);
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

    .pp-title .title-text {
        /*padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 20px;*/
    }

    .pp-title .dd-icon {
        border: 2px solid #ffff;
        width: 26px;
        line-height: normal;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }



.pagespanel.show .pp-title {
    background-color: var(--blue-medium-alt-old);
}


.pagespanel .dropdown-menu {
    float: initial;
    border: none;
    width: 100%;
    background-color: var(--blue-pale-old);
    border-radius: initial;
}

    .pagespanel .dropdown-menu a {
        display: block;
        color: var(--charcoal-old);
        --svg-fill: var(--charcoal-old);
    }

    .pagespanel .dropdown-menu li {
        padding: 10px;
        border-bottom: 1px solid var(--green-dark-old);
    }

    .pagespanel .dropdown-menu li:last-child {
        border: none;
        padding-bottom: 20px;
    }

.pagespanel button {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
}

    .pagespanel button:focus-visible {
        outline: #00000070 solid 6px;
    }

    .pagespanel ul {
        margin: 0;
    }


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .pagespanel .background {
        height: 270px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

.relatedlinks {

}

.emergency .gdm-panel {
    background-color: #fff200;
    padding: 16px;
    width: 100%;
    float: right;
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 1;
    font-family: var(--font), 'Open Sans', sans-serif;
}

.macro .emergency .gdm-panel {
    margin-top: 0;
    /*margin-bottom: 0;*/
    width: 100%;
}

.emergency .gdm-panel a {
    color: #00639d;
}

.emergency .gdm-panel .gdm-panel-heading {
    background-color: transparent;
    text-align: left;
    margin-bottom: 12px;
}

.emergency .gdm-panel .gdm-panel-item-title {
    padding: 10px 12px;
    color: inherit;
    font-weight: bold;
    font-size: 20px;
}

.emergency .gdm-panel .gdm-status-none .gdm-panel-item-title {
    background-color: #5ba722;
    color: #FFF;
}

.emergency .gdm-panel .gdm-panel-item-body, .emergency .gdm-panel .gdm-panel-heading {
    padding: 0;
    color: inherit;
}

.emergency .gdm-panel .gdm-logo {
    height: 80px;
    width: 80px;
    margin-right: 10px;
}

.emergency .gdm-panel .gdm-panel-title {
    display: block;
    justify-content: initial;
    flex-grow: initial;
    flex-direction: initial;
}

.emergency .gdm-panel .gdm-vcenter {
    display: block;
    justify-content: initial;
    flex-grow: initial;
    flex-direction: initial;
    font-size: 22px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 6px;
}

.emergency .gdm-panel-item-title {
    border-radius: 5px;
}

.emergency .gdm-panel .gdm-panel-title img {
    margin-top: -4px;
    margin-left: -4px;
    float: left;
}

.emergency .gdm-panel .gdm-panel-item-body {
    clear: both;
}

.emergency .gdm-panel .gdm-panel-title-span {
    padding: 0;
    font-size: 22px;
    font-weight: 800 !important;
    margin-block-start: 5px;
    margin-block-end: 8px;
    line-height: 22px !important;
}

.emergency .gdm-panel .gdm-panel-item-time {
    font-weight: normal;
}

.emergency .gdm-panel-item-time {
    font-size: 18px;
}

.emergency .gdm-panel .gdm-panel-item-description {
    max-height: initial;
    overflow-y: initial;
}

.emergency .gdm-panel .gdm-content {
    text-align: left;
    line-height: 18px;
}

.emergency .gdm-panel .gdm-status-active .gdm-panel-item-title .gdm-content {
    /*margin-left: 12px;*/
    color: #FFF;
}

.emergency .gdm-content-description {
    margin-top: 10px;
}

.emergency .gdm-status-active .gdm-panel-item-title {
    background-color: #ee0000;
}

.emergency .cd-logo {
    width: 80px;
    margin-right: 10px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .emergency .gdm-panel {
        width: 270px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

.homepage .main-content {
    /*margin-top: 38px;*/
}

.homepage main {
    margin-bottom: 0;
}

.homepage .main-content > .umb-grid > .grid-section > div {
    margin: 42px 0;
}

.homepage .articlelist .spl-img {
    display: none;
}

.home-hero-container {
    background: var(--green-light);
    background-image: url("/img/kauri_light.svg");
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 48px;
}

.story-header-container h3 {
    font-size: 16px;
}

.home-icongrid-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.content-block-main-button:hover {
    background: var(--green-dark);
    color: #fff;
    --svg-fill: #fff;
}

.home-events-container .content-block-main-button {
    background: var(--primary-blue);
    color: #fff;
    --svg-fill: #fff;
}

.home-events-container .content-block-main-button:hover {
    background: var(--blue-medium);
    color: #fff;
    --svg-fill: #fff;
}

.home-highlight-container {
    background: var(--green-dark);
    background-image: url("/img/kauri_dark.svg");
    background-position: center center;
    padding-bottom: 48px;
}

    .home-highlight-container .content-block-header {
        color: #fff;
    }

@media (max-width: 1400px) {
    .home-content-container {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .story-header-box {
        /*margin-left: 40px;
        margin-right: 40px;*/
    }

    /* Something is preventing some sections from using the same alignment as other sections on the home page, but only on a smaller screen 
        (On a wide screen all the sections are properly aligned)
    */
/*    .home-icongrid-container,
    .home-events-container .home-content-container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
*/
    .home-stories-container .home-content-container {
        /*margin-left: 72px;
        margin-right: 72px;*/
    }
}

@media (max-width: 1100px) {
/*    .home-icongrid-container,
    .home-events-container .home-content-container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }*/

/*    .home-icongrid-container .home-content-container,
    .home-events-container .home-content-container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
*/
/*    .home-icongrid-container .story-header-box,
    .home-events-container .story-header-box {
        margin-left: 40px;
        margin-right: 40px;
    }*/

    .home-content-container .card-grid {
        justify-self: center;
    }

}

/* Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    .home-content-container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .home-hero-container {
        /*padding: 20px;*/
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 0;
        background-size: unset;
    }

    .home-hero-container,
    .home-stories-container,
    .home-highlight-container,
    .home-cardgrid-container {
        padding-left: 20px;
        padding-right: 20px;
    }

        .home-hero-container .story-content,
        .home-cardgrid-container .story-content {
            margin-top: 16px;
        }

    .home-icongrid-container {
        padding: 0;
        margin-top: 28px;
        width: unset;
    }

    /*    .home-events-container .home-content-container {
        padding-left: unset;
        padding-right: unset;
        width: unset;
        margin-top: 0;
    }
*/
    .home-icongrid-container,
    .home-events-container .home-content-container {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .home-events-container {
        padding: 0;
        margin-top: 20px;
    }

    .home-highlight-container {
        padding-top: 4px;
        padding-bottom: 0;
    }
}

@media (min-width: 576px) {
    .homepage .main-content .container {
        padding: 0;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
    .home-content-container {
        width: 100%;
        max-width: var(--content-width-wide);
        margin-left: auto;
        margin-right: auto;
    }
}

.m-hilite {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    background-color: var(--blue-pale-old);
    padding: 8px;
}

.m-hilite > img {
    margin-right: 24px;
    display: block;
    width: 40px;
    height: 40px;
}

.m-hilite a {
    /* To prevent text from extending beyond container on mobile screens: */
    word-break: break-word;
}

.access .container > div {
    position: relative;
}

.access a.btn {
    position: fixed;
    top: -2000px;
    background-color: var(--primary-green);
    color: #fff;
}

.access a.btn:focus-visible,
.access a.btn[data-visible="true"] {
    top: 28px;
    z-index: 2000;
}

.access-button-container {
    z-index: 999;
}

@media (max-width: 1100px) {
    .access a.btn:focus-visible {
        left: 200px;
    }
}

@media (max-width: 576px) {
    /* Accessibility buttons take up a lot of space, hide them on mobile until we can decide their ideal location */
    .access a.btn {
        display: none;
    }
}
.imagefilelink a {
    display: inline-block;
}

    .imagefilelink a:focus-visible {
        outline: var(--green-dark-old) solid 6px;
    }
.personcards .title {
    text-align: center;
}

.personcards .summary {
    text-align: center;
}

.person-card {
    display: inline-block;
    padding: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 4px 8px 24px rgba(0, 0, 0, 0.15);
    max-width: 346px;
}

.person-card-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

    .person-card-image img {
        border-radius: 10px;
    }

.person-card-content {
    background-color: #FFF;
    padding: 12px 24px;
    text-align: center;
    color: var(--charcoal-vdark-old);
    transition: background-color ease-in-out 0.3s, color ease-in-out 0.3s;
}

.person-card-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.person-card-title {
    font-family: var(--font), sans-serif;
    font-size: 16px;
}

.person-card > div {
    width: 100%;
}

:root {
    --card-bg: var(--grey-pale);
    --card-fg: var(--charcoal);
    --card-bd: var(--grey-pale);
    --card-fg-hover: var(--charcoal);
    --card-bg-hover: var(--grey-light);
    --card-bd-hover: var(--primary-blue);
    --cardbtn-bg: var(--grey-pale);
    --cardbtn-fg: var(--charcoal);
    --cardbtn-hover-bg: var(--primary-blue);
    --cardbtn-hover-fg: #fff;
}

.cardgridmacro .page-content-block[data-theme="light-green"],
.cardgridmacro .page-content-block[data-theme="dark-green"],
.cardgridiconsmacro .page-content-block[data-theme="light-green"],
.cardgridiconsmacro .page-content-block[data-theme="dark-green"] {
    padding-left: 24px;
    padding-right: 24px;
}

.cardgridiconsmacro .page-content-block[data-theme="light-green"],
.cardgridiconsmacro .page-content-block[data-theme="dark-green"] {
    padding-top: 24px;
}


.cardgridiconsmacro {
    margin-top: 12px;
}

.icon-card-grid,
.card-grid {
    align-content: flex-start;
    display: grid;
    grid-auto-rows: 1fr;
}

.card-grid {
    gap: 16px;
}

.icon-card-grid {
    padding-top: 24px;
    padding-bottom: 4px;
    justify-content: space-between;
    row-gap: 24px;
}

.card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 40px;
}

.card-grid-2 {
    grid-template-columns: repeat(2, minmax(400px, 600px));
    /*place-self: center;*/
}

.card-grid-no-image {
    grid-template-columns: repeat(auto-fill, 360px);
}

.page-card-grid .story-content .card-grid-no-image {
    grid-template-columns: repeat(5, 1fr);
}

.story-content .card-grid-no-image {
    grid-template-columns: repeat(3, 360px);
    /*place-self: center;*/
}

.icon-card-grid {
    grid-template-columns: repeat(auto-fill, 200px);
}

/* Icon cards must be centered. This seems to be the simplest way to limit the number of cards in the grid and still have centering */
.icon-card-grid-2 {
    grid-template-columns: repeat(2, 200px)
}

.icon-card-grid-3 {
    grid-template-columns: repeat(3, 200px)
}

.icon-card-grid-4 {
    grid-template-columns: repeat(4, 200px)
}

.icon-card-grid-5 {
    grid-template-columns: repeat(5, 240px)
}

.grid-card {
    border-radius: 5px;
    min-width: 300px;
    background: var(--card-bg);
    color: var(--card-fg);
    border: var(--card-bd) thin solid;
    position: relative;
}

.grid-card-no-image {
    padding-top: 4px;
    padding-bottom: 8px;
}

.grid-card:hover {
    background: var(--card-bg-hover);
    border-color: var(--card-bd-hover);
    color: var(--card-fg-hover);
}

    .grid-card h3, .grid-card-header {
        font-weight: 500;
        font-size: 24px;
        margin-block-start: 8px;
        margin-block-end: 0;
    }

.grid-card a {
    color: var(--card-fg);
    --svg-fill: var(--card-fg);
    text-decoration: none;
}

    .grid-card img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        aspect-ratio: 16/9;
        object-fit: cover;
    }

.icon-grid-card {
    min-width: 200px;
    /*padding: 12px;*/
}

.icon-card-content {
    /*min-width: 200px;*/
    padding: 24px 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.icon-card-content img {
    width: 48px;
    height: 48px;
}

.icon-grid-card:hover,
.icon-grid-card:hover .icon-card-content {
    background: var(--primary-green);
    color: #fff;
}

.icon-card-content:hover img {
    filter: invert(1); /* Inverts black to white */
}

.icon-card-text {
    text-align: center;
}

.grid-card-detail {
    padding: 8px 16px 16px;
}

.grid-card-head {
    font-weight: 400 !important;
    font-size: 24px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-bottom: 8px;
    color: var(--card-fg);
    --card-fg-hover: var(--card-fg);
}

.home-content-container .grid-card-detail {
    margin-top: 8px;
    padding-bottom: 12px;
}

.grid-card-text {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
    overflow: hidden;
    color: var(--card-fg);
    --card-fg-hover: var(--card-fg);
}

.grid-feature-story .grid-card-text {
    -webkit-line-clamp: 9;
    line-clamp: 9;
}

.grid-feature-story .grid-card-text,
.grid-feature-story .grid-card-detail {
    color: var(--card-fg);
}

.grid-card-more {
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-top: 7px;
    cursor: pointer;
}

.grid-card-more-text {
    padding-top: 12px;
    width: 100%;
}

.grid-card-more-button {
    font-size: 16px;
    margin-left: auto;
    padding: 9px 12px 11px;
    border-radius: 5px;
    background: var(--cardbtn-bg);
    --svg-fill: var(--cardbtn-fg);
}

    .grid-card-more-button:hover {
        background: var(--cardbtn-hover-bg);
        --svg-fill: var(--cardbtn-hover-fg);
    }

.plain-grid-card {
    border-radius: 5px;
}

.home-stories-container a {
    text-decoration: none;
}

.home-stories-container .card-grid {
    --card-bd: var(--teal);
    --card-fg-hover: #fff;
    --card-bd-hover: #fff;
    --cardbtn-hover-bg: var(--green-dark);
    --cardbtn-hover-fg: #fff;
}

.home-stories-container .card-grid .grid-feature-story {
    --card-fg: red;
}

.grid-single-card {
    flex-direction: row;
}

.grid-single-card img {
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0;
    max-width: 50%;
}

.page-content-block .page-icon-card-grid {
    padding-top: 24px;
}

.page-content-block[data-theme="light-green"],
.page-content-block[data-theme="dark-green"] {
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.page-content-block[data-theme="light-green"] {
    background-image: url("/img/kauri_light.svg");
    background-color: var(--green-light);
}

.page-content-block[data-theme="dark-green"] {
    background-image: url("/img/kauri_dark.svg");
    background-color: var(--green-dark);

    h2 {
       color: #fff;
    }

    .grid-single-card-container {
        h2 {
           /* Header will be inside a light block, don't override the colour */
           color: unset;
        }
    }
}

.highlightcardmacro {
    .page-content-block[data-theme="light-green"],
    .page-content-block[data-theme="dark-green"] {
        padding-top: 24px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.story-container .card-grid {
    padding-bottom: 0;
}

.story-container .grid-card-detail {
    padding-top: 4px;
}

.home-stories-container .grid-single-card-container {
    --card-bg: var(--teal);
    --card-fg: #fff;
    --card-fg-hover: #fff;
    --card-bg-hover: var(--teal);
    --card-bd: var(--teal);
    /*--card-bd-hover: var(--green-dark);*/
    margin-bottom: 48px;
}

.home-highlight-container h3 {
    color: var(--charcoal);
}

.home-highlight-container .grid-single-card-container {
    --card-bd: var(--green-dark);
    --card-bd-hover: #fff;
}

.home-highlight-container .grid-card-more-button:hover {
    --cardbtn-hover-bg: var(--green-dark);
    --cardbtn-hover-fg: #fff;
}

.home-stories-container .grid-card-more-button:hover {
    --cardbtn-hover-bg: var(--primary-blue);
    --cardbtn-hover-fg: #fff;
}

.home-stories-container .grid-single-card-container .grid-card-more-button:hover {
    --cardbtn-hover-bg: var(--green-dark);
    --cardbtn-hover-fg: #fff;
}

@media (min-width: 1101px) {
    .card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .card-grid-2 {
        grid-template-columns: repeat(2, minmax(400px, 600px));
        /*place-self: center;*/
    }

    .card-grid-no-image {
        grid-template-columns: repeat(auto-fill, 1fr);
    }

    .story-content .card-grid-no-image {
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        /*grid-template-columns: repeat(auto-fill, 1fr);*/
        /*place-self: center;*/
    }
}

@media (max-width: 1400px) {
    .home-events-container .card-grid-no-image {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1100px) {
    .card-grid {
        grid-template-columns: repeat(2, 360px);
    }

    .home-events-container .card-grid-no-image,
    .story-content .card-grid-no-image,
    .page-card-grid .story-content .card-grid-no-image {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*@media (max-width: 1300px) {
    .story-content .card-grid-no-image {
        grid-template-columns: repeat(3, 300px);
    }
}*/

@media (max-width: 900px) {
    /* Something is preventing this section from using the same alignment as other sections on the home page, but only on a smaller screen 
        On a wide screen all the sections are properly aligned
    */

    .home-events-container .card-grid-no-image {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 800px) {
    .card-grid {
        grid-template-columns: 1fr;
    }

    .icon-card-grid,
    .icon-card-grid-2,
    .icon-card-grid-3,
    .icon-card-grid-4,
    .icon-card-grid-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-bottom: 0;
    }

    .page-icon-card-grid {
        padding-left: 16px;
        padding-right: 16px;
    }

}

@media (max-width: 576px) {
    .card-grid,
    .card-grid-2,
    .card-grid-no-image,
    .story-content .card-grid-no-image,
    .page-card-grid .story-content .card-grid-no-image {
        grid-template-columns: 1fr;
        margin-bottom: 24px;
    }

    .page-card-grid .story-content .card-grid-no-image {
        width: 100%;
    }

    .card-grid-2 {
        grid-template-columns: 1fr !important;
        place-self: unset;
    }

    .icon-card-grid,
    .icon-card-grid-2,
    .icon-card-grid-3,
    .icon-card-grid-4,
    .icon-card-grid-5 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-bottom: 0;
    }

    .icon-card-grid {
        padding-top: 24px;
        padding-bottom: 4px;
        row-gap: 16px;
        column-gap: 16px;
    }

    .grid-card {
        max-width: 100%;
        min-width: 100%;
    }

    .page-card-grid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .grid-card-image {
        width: 100%;
    }

    .grid-single-card-container {
        margin-bottom: 36px;
    }

    .grid-single-card {
        flex-direction: column;
    }

    .grid-single-card img {
        max-width: unset;
    }

    .grid-single-card-container .grid-card-more {
        margin-top: 24px;
    }

    .home-stories-container .grid-feature-story .grid-card-detail {
        padding-left: 0;
        padding-right: 0;
    }

    .home-events-container .card-grid-no-image {
        width: 100%;
    }

}

.subsite .banner {
    min-height: 580px;
    background-color: #fff;
    margin-bottom: 40px;
    font-family: 'Caprasimo', serif;
    font-weight: normal;
}

    .subsite .banner .bannertextcontainer {
        margin: 0;
        background-color: transparent; /*rgba(255,255,255,0.7);*/
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-shadow: none; /* 1px 3px rgba(0, 0, 0, 0.9);*/
        position: absolute;
        text-align: center;
        padding: 10px 36px;
        top: 50%;
        /*left: 50%;*/
        transform: translate(0, -50%);
        width: 100%;
        /*font-weight: bold;*/
    }

    .subsite .banner h1 {
        color: #fff;
        font-size: 60px;
        margin: 0;
        line-height: normal;
        padding: 0;
        text-shadow: 1px 1px 3px rgba(0,0,0,.9);
        font-weight: 400;
    }

    .subsite .banner .wave {
        width: 100%;
        height: 60px;
        background-image: url(/img/Subsite/wave2.png);
        background-repeat: repeat-x;
        position: absolute;
        bottom: -1px;
        background-size: 150% 60px;
    }



.subsite main .grid-section > div[data-accordion] {
    margin-bottom: 20px;
    margin-top: 0;
}

.subsite .anchorcard.card .card-header {
    border-bottom: none;
    background-color: #BFE3D3;
    border-radius: 5px;
    box-shadow: 4px 8px 16px #00000014;
}

    .subsite .anchorcard.card .card-header button.btn-link h2 {
        font-family: var(--font), sans-serif;
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 0;
        color: var(--charcoal-old);
    }


.subsite main .grid-section > div.pagepanelset {
    margin-top: 40px;
}

.subsite main .grid-section > div[style^="background"] {
    padding-top: 50px;
    padding-bottom: 30px;
    background-size: cover;
    margin-bottom: 40px;
}



.subsite main .grid-section .column {
    margin-bottom: 20px;
}

.subsite .timeline .completed .ball {
    border-color: var(--blue-dark-old);
    background-color: var(--blue-dark-old);
}

.subsite .timeline button {
    background-color: var(--blue-dark-old);
}

.subsite .timeline .inprogress .ball {
    border-color: var(--blue-dark-old);
}

.subsite .timeline .title {
    color: #327C95;
    font-size: 18px;
}

.subsite div[style^="background"] .timeline .title {
    background-color: #fff;
    padding: 16px 16px 0 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.subsite div[style^="background"] .timeline .description {
    background-color: #fff;
    padding: 0 16px 16px 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*.subsite .timeline li > div {
    border-left: 3px solid #D1CCCC;
}*/

.subsite .timeline .inprogress li > div,
.subsite .timeline .completed li > div {
    border-left-color: var(--blue-dark-old);
}

.subsite iframe {
    width: 100%;
}

.subsite #backtotop {
    display: none !important;
}

.subsite .relatedlinks {
    position: relative;
}

.subsite .relatedlinks.green-box {
    background-color: #BFE3D3;
    border-radius: 5px;
    margin: 0;
}

    .subsite .relatedlinks.green-box a {
        color: var(--charcoal-old) !important;
        --svg-fill: var(--charcoal-old);
    }

.subsite footer .sponsors {
    background-color: #00A49D;
    padding: 70px 0;
}

    .subsite footer .sponsors a {
        display: inline-block;
        width: 226px;
    }

.subsite .ft-bottom {
    background-color: var(--blue-dark-old);
    padding: 17px 0;
}

.subsite .ft-bottom,
.subsite .ft-bottom a {
    color: #fff;
    --svg-fill: #fff;
}

    .subsite .ft-bottom a {
        color: #fff;
        margin-left: 8px;
        margin-right: 8px;
    }

    .subsite .ft-bottom .copyright {
        padding-bottom: 20px;
        border-bottom: 1px solid white;
        margin-bottom: 20px;
    }

.mobileorder-1 {
    order: 1;
}

.subsite .pagespanel .background {
    position: relative;
}

    .subsite .pagespanel .background:after {
        content: url("/img/Subsite/WaterIconWhite.png");
        position: absolute;
        right: 0;
        width: 82px;
        top: 0;
    }

.subsite .pagespanel .pp-title {
    background-color: var(--blue-dark-old);
}

.subsite .btn-check:focus + .btn,
.subsite .btn:focus {
    box-shadow: none;
}

/*.subsite .primarybutton a,
.subsite .primarybutton a:hover,
.subsite .primarybutton a:active,
.subsite .primarybutton a:visited {
    background-color: var(--blue-dark-old);
    color: #fff;
}*/


@media (min-width: 768px) {
    .subsite .banner .wave {
        background-size: 100% 60px;
    }



    .subsite .ft-bottom .copyright {
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }

    .subsite .ft-bottom a {
        margin-left: 30px;
        margin-right: 0;
    }

        .subsite .ft-bottom a:hover {
            text-decoration: underline;
        }

    /*.subsite .banner .bannertextcontainer {
        left: 30%;
        top: initial;
        text-align: left;
        padding: 0;
        width: initial;
    }*/

    .subsite .relatedlinks.green-box {
        padding: 35px 75px;
    }

        .subsite .relatedlinks.green-box a:before {
            content: url("/img/Subsite/link.png");
            margin-right: 12px;
        }
}

@media (min-width: 992px) {
    .subsite .banner .bannertextcontainer {
        padding: 20px 70px;
    }


    .mobileorder-1 {
        order: initial;
    }

    .subsite main .grid-section > div {
        margin: 50px 0;
    }

        .subsite main .grid-section > div[style^="background"] {
            margin-bottom: 100px;
        }

        .subsite main .grid-section > div.pagepanelset {
            margin-top: 100px;
        }
}

@media (min-width: 1200px) {

    .subsite .banner h1 {
        font-size: 68px;
    }


    .subsite .rl-links {
        max-width: 50%;
    }

        /*.subsite .rl-links::after {
            content: url("/img/Subsite/watericon4.png");
            position: absolute;
            right: 75px;
            top: 35px;
        }

        .subsite .rl-links::before {
            content: url("/img/Subsite/watericon3.png");
            position: absolute;
            right: 215px;
            bottom: 35px;
        }

        .subsite .rl-links ul::after {
            content: url("/img/Subsite/watericon2.png");
            position: absolute;
            right: 355px;
            top: 35px;
        }

        .subsite .rl-links ul::before {
            content: url("/img/Subsite/watericon1.png");
            position: absolute;
            right: 495px;
            bottom: 35px;
        }*/
}

