table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #181818;
}

.section-area a {
    color: #181818;
}

/* a:visited {
    color: #36A;
} */

a:hover,
a:focus {
    color: #446093;
}

a:focus {
    outline: 0;
}

a img {
    border: none;
}

b,
strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

dl {
    padding: 10px 0;
}

dt {
    font-weight: bold;
    font-size: 120%;
    font-family: lucida grande, calibri, arial, helvetica, sans-serif;
}

dd {
    padding: 0 0 10px 40px;
}

.ckeditor ul,
.ckeditor ol,
#content ul,
#content ol {
    padding: 0 0 0 30px;
}

body.ckeditor {
    background: #FFF none;
}

.ckeditor ul,
.ckeditor ol {
    padding: 0 0 0 30px;
}

.ckeditor table {
    border: 1px dotted #666 !important;
    border-spacing: 10px;
    border-collapse: separate;
}

.ckeditor td {
    border: 1px dotted #AAA !important;
    border-spacing: 10px;
    padding: 10px;
    border-collapse: separate;
}


.t2 {
    display: none;
}

ol ol {
    list-style-type: lower-alpha;
}

/* For form validation - do not remove */
#content td {
    padding: 3px 20px 3px 0;
    vertical-align: top;
}

body.notfound {
    background: #000;
    color: #FFF;
    padding: 100px;
}

body.notfound h1 {
    text-shadow: 0 0 20px #FFF;
    font: 46px consolas, arial;
}

body.notfound p {
    font: 24px consolas, arial;
    color: #888;
}

/* :target::before {
    content: "";
    display: block;
    height: 30px;
    
    margin: 30px 0 0;
    
    pointer-events: none;
} */

/* Site-specific CSS */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Manrope", Helvetica, Roboto, Arial, sans-serif;
    color: #125029;
}

body {
    font-family: "Manrope", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 500;
}

h1 {
    color: #125029;
    font-weight: 800;
}

i.fa-solid,
i.fa-brands {
    font-size: 22px;
    color: #eab128;
    transition: color 0.3s;
}

a.inline-flex i.fa-solid {
    color: #eab128;
    font-size: 18px;
}

a:hover i,
a.inline-flex:hover i.fa-solid {
    color: #003b4a;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-end {
    display: flex;
    align-items: end;
}

.content {
    display: flex;
    margin: auto;
    padding: 0 1rem;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.section-area {
    padding: 2rem 0 1rem 0;
    z-index: 1;
    position: relative;
}

.section-area.alt {
    background: #fffcdf;
}

html {
    scroll-behavior: auto;
}

u {
    text-decoration-thickness: 7%;
    text-underline-offset: 4px;
}

.grid-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}

/* CALLOUT BUTTON STYLING */

.callout.services {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    border-radius: 0.5rem;
    margin-bottom: 0;
    overflow: hidden;
}

.callout.services h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-top: 0.5rem;
}

.callout.services i.fa-solid {
    font-size: 48px;
    color: #143552;
    transition: none;
    line-height: 1;
}

.callout.nopad.services img {
    object-fit: cover;
    height: 100%;
}

.callout.nopad {
    padding: 0;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.callout.nopad img {
    object-fit: cover;
    width: 100%;
}

.section-links {
    margin-top: 2rem;
}

.section-links .callout.nopad img {
    object-fit: cover;
    width: 100%;
    margin: 0;
    border-radius: 0;
    height: 150px;
}

.callout.nopad h4 {
    margin: 0;
    padding: 0.5rem;
    background: #336646;
    color: white;
    transition: background 0.3s;
}

.callout.nopad h5 {
    margin: 0;
    padding: 0 0 0.5rem 0;
    background: #336646;
    color: white;
    transition: background 0.3s;
}

.callout.nopad.alt h4 {
    background: #d3930a;
}

a:hover>.callout.nopad h4 {
    background: #08946f;
}

a:hover>.callout.nopad.alt h4 {
    background: #f9ae0c;
}

.callout.nopad p {
    margin: 0;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow:1;
    gap:0.5rem;
}

a:hover>.callout.nopad {
    transform: translateY(-5px);
    box-shadow: rgb(0 0 0 / 10%) 1px 5px 5px 2px;
}

.suppliers img {
    transition:transform 0.3s;
    padding:1rem;
}

.suppliers a:hover img {
    transform:scale(1.05);

}


/*MEDIUM AND UP*/
@media print,
screen and (min-width: 40em) {
    .section-area {
        padding: 6rem 0 0rem 0;
    }

    .section-area.contact-footer {
        padding: 2rem 0 1rem 0;
    }

    .last-section {
        padding-bottom: 4rem;
    }

}

/* NAVIGATION BAR */

@property --gradColour1 {
    syntax: '<color>';
    initial-value: rgb(79 99 72 / 80%);
    inherits: false;
}

@property --gradColour2 {
    syntax: '<color>';
    initial-value: rgb(79 99 72 / 55%);
    inherits: false;
}

@property --gradColour3 {
    syntax: '<color>';
    initial-value: transparent;
    inherits: false;
}

img.nav-logo {
    /* width:100%;
    max-width:500px; */
    padding: 10px;
    height: 120px;
}

img.nav-logo.white {
    display: none;
}

.menu a {
    color: #00271c;
    font-weight: 800;
}

a.is-active {
    color: #08946f;
}

.top-bar,
.top-bar ul {
    /* background-color: #fffcdf; */
    /* background-color: #fff; */
    background: none;
}

.top-bar {
    padding: 0.1rem;
    /* background: linear-gradient(180deg, var(--gradColour1), var(--gradColour2) 65%, var(--gradColour3)); */
    /* transition: --gradColour1 0.3s, --gradColour2 0.3s, --gradColour3 0.3s; */
    background: white;
    transition: background 0.3s;
}

/*ANCHORED NAV BAR STYLE*/

.top-bar.is-anchored {
    position: fixed;
    width: 100%;
    background: transparent;
}

.top-bar.is-anchored img.nav-logo {
    display: none;
    /* display: block; */
}

.top-bar.is-anchored img.nav-logo.white {
    display: block;
}

.top-bar.is-anchored a {
    color: white;
    /* color: #003b4a; */
    font-weight: 800;
}

/* SVG LOGO STYLING */

svg.logo {
    height:auto;
    width: 100%;
    min-width: 280px;
    max-width: 350px;
}

svg .logo-fill {
    fill:#0c6845ff;
    fill-opacity:1;
    fill-rule:nonzero;
    stroke:none;
    stroke-width:0.1;
    transition:fill 0.3s;
}

svg .logo-shadow {
    filter:drop-shadow(2px -2px 4px black);
    transition:filter 0.3s
}

.top-bar.is-anchored svg .logo-shadow {
    filter:none;
}

.top-bar.is-anchored svg .logo-fill {
    fill:white;
}

/* MODAL / REVEAL NAVBAR FIX */

.is-reveal-open .top-bar.is-anchored svg .logo-fill {
    fill:#0c6845ff;
}
.is-reveal-open .top-bar.is-anchored svg .logo-shadow {
    filter:drop-shadow(2px -2px 4px black);
}

/* .top-bar.is-anchored .dropdown.menu.medium-horizontal a:hover {
    color: #97aacd;
} */

.top-bar.is-anchored i.fa-solid,
.top-bar.is-anchored i.fa-brands {
    font-size: 22px;
    color: #eab128;
    transition: color 0.3s;
}

.top-bar.is-anchored a:hover i {
    color: #003b4a;
}

.top-bar.is-anchored a.inline-flex i.fa-solid {
    color: #eab128;
    font-size: 18px;
}

.top-bar.is-anchored a.inline-flex:hover i.fa-solid {
    color: #003b4a;
}

.top-bar.is-anchored .top-bar-contact {
    border-bottom: 1px solid #ffffffc9;
}

.top-bar.is-anchored .is-dropdown-submenu {
    border: 1px solid #ffffff;
    background: rgba(0, 0, 0, 0.4);
}

.top-bar.is-anchored .dropdown.menu>li.is-active>a {
    color: #97aacd;
    color: #dfb3b0;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    margin-top: -1px;
}

.top-bar.is-anchored .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #b06d69 transparent transparent !important;

}

.top-bar-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #003b4a61;
    padding-bottom: 0.5em;
    overflow: hidden;
    margin-top: 0.7rem;
    transition:border 0.3s;
}

.top-bar-contact .left .menu {
    gap: 0.5rem;
}

.top-bar-contact .right {
    margin-right: 0.5rem;
}

.top-bar-contact .right a {
    padding: 0.5rem 0.5rem;
}

/*END ANCHORED NAV BAR STYLE*/

/*REVEAL OVERLAY NAV BAR*/

.is-reveal-open .top-bar {
    background: white;
}

.is-reveal-open .top-bar.is-anchored {
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px
}

.is-reveal-open .top-bar.is-anchored .top-bar-contact {
    border-bottom: 1px solid #003b4a61;
}

.is-reveal-open .is-anchored .menu.medium-horizontal {
    /* margin-top: 12px; */
}

.is-reveal-open .top-bar.is-anchored img.nav-logo {
    display: block;
}

.is-reveal-open .top-bar.is-anchored img.nav-logo.white {
    display: none;
}

.is-reveal-open .top-bar.is-anchored a {
    color: #00271c;
}

.is-reveal-open .top-bar.is-anchored .dropdown.menu.medium-horizontal a:hover {
    color: #97aacd;
}

.is-reveal-open .top-bar.is-anchored i.fa-solid,
.is-reveal-open .top-bar.is-anchored i.fa-brands {
    font-size: 22px;
    color: #eab128;
    transition: color 0.3s;
}

/*END REVEAL OVERLAY NAV BAR*/

.top-bar.is-stuck {
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px
}

.top-bar.is-stuck ul {}

/*OLD CODE - DELETE*/

.top-bar.is-stuck {
    /* background-color: white;
    background-color: #4f6348;
    background: linear-gradient(180deg, rgb(79 99 72 / 100%), rgb(79 99 72 / 100%)); */
    --gradColour1: rgb(79 99 72 / 100%);
    --gradColour2: rgb(79 99 72 / 100%);
    --gradColour3: rgb(79 99 72 / 100%);
}

.top-bar-container {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: auto;
    gap: 1.5rem;
    min-height: 110px;
}

ul.menu li {
    text-align: center;
}

ul.menu.vertical li {
    text-align: left;
}

.sticky-container {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
}

.is-stuck .top-bar-contact {
    /* display: none; */

}

.is-stuck .menu.medium-horizontal {
    margin-top: 0.3em;
}

.inline-flex {
    display: flex !important;
    gap: 0.5em;
    align-items: center;
}

ul.nav-links li {
    font-size: 18px;
}

.title-bar {
    background: #fff;
    flex-direction: column;
    gap: 1rem;
}

.title-bar .menu-box {
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    background: #353535;
}

#mobile-menu {
    background: white;
}

.dropdown.menu.medium-horizontal a {
    position: relative;
    padding: 0.7rem 0.5rem;
    margin: 0 0.5rem;
    transition:color 0.3s;
}

.dropdown.menu.medium-horizontal a:hover {
    color: #08946f;
}

/* .menu.medium-horizontal a::before {
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #00234d;
    left: 0;
    bottom: 0;
    width: 0%;

} */

.dropdown.menu>li.is-active>a {
    color: #dfb3b0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #b06d69 transparent transparent !important;
}

.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 2rem;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    border-color: #dfb3b0 transparent transparent !important;
}

.align-left.vertical.menu>li:nth-of-type(n+2) {
    border-top: 1px #9b9b9b8f solid;
}

/* .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a::after {
    border-color: #446093 transparent transparent !important;
} */

.top-bar .is-dropdown-submenu {
    min-width: 300px;
    border: 1px solid #f7eccd;
    background: rgb(79 99 72 / 100%);
}

.menu.medium-horizontal a:hover::before {
    width: 100%;
}

a.inline-flex {
    transition: background 0.3s, color 0.3s;
    border-radius: 0.5rem;
}

a.inline-flex span {
    position: relative;
    /* top:1px; */
}

a.inline-flex:hover {
    background: #fff;
    color: #08946f;
}

.button-container {
    display: flex;
    margin-bottom: 2rem;
}

a.theme-button {
    background: #152f5e;
    border-radius: 0.5rem;
    color: white;
    padding: 0.5rem 1.5rem;
    font-size: 18px;
    display: flex;
    transition: background 0.3s;
}


a.theme-button:hover {
    background: #446093;
}

.dropdown.menu.medium-horizontal a.theme-button {
    padding: 0.7rem 1.5rem;
}

.dropdown.menu.medium-horizontal a.theme-button:hover {
    color: white;
}

.dropdown.menu.medium-horizontal a.theme-button::before {
    content: none;
}

/*MEDIUM UP*/
@media print,
screen and (min-width: 40em) {

    .top-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .top-bar .top-bar-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-right: 0;
        margin-left: 0.5rem;
    }

    .top-bar .top-bar-right {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-left: 0;
        /* max-width:900px; */
        min-width: 600px;
    }

    .menu.medium-horizontal {
        justify-content: space-between;
        margin-top: 0.3em;
    }

}


/* LARGE AND UP */
@media screen and (min-width: 64em) {

    .button-container {
        margin-bottom: 4rem;
    }

    /* .header-section {
        margin-top: 124px;
    } */

}

/* XLARGE AND UP */
@media screen and (min-width: 75em) {
    .top-bar-container {
        gap: 2rem;
    }
}


/************/
/* VIDEO HEADER */
/************/

.video-header-box {
    /* max-height: 98.3vh; */
    max-height: 100vh;
    min-height: 600px;
    /* margin-top: -20px; */
    position: relative;
    /* -webkit-mask-image: linear-gradient(350deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0.7) 70%, rgba(255,255,255,0.05) 85%, rgba(255,255,255,0) 100%);
    mask-image: linear-gradient(350deg, rgba(0,0,0,1) 40%, rgba(0,0,0,0.7) 70%, rgba(255,255,255,0.05) 85%, rgba(255,255,255,0) 100%); */
}

#video_header {
    position: relative;
    /* bottom: -10px; */
    width: 100%;
    /* z-index: -1; */
    object-fit: cover;
    display: block;
    min-height: 600px;

}


/* HOME */

.header-section {
    background: #fffcdf;
    position: relative;
    overflow: hidden;
    display:flex;
    align-items: center;
}

.header-section img.header {
    width: 100%;
    object-fit: cover;
    max-height: 100vh;
    min-height: 600px;
    object-position: 57% center;
}

.header-section .overlay {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    animation: fadeIn 1s both;
    animation-delay: 1.5s;
}

.header-section .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    /* bottom: 150px; */
    z-index: 1;
    /* height: 100%; */
    justify-content: center;
    margin-top:60px;
}

.hero-container img {
    max-width: 400px;
    padding: 1rem;
    border-radius: 0.5rem;
    background: white;
}

.hero-container h1 {
    width: 95%;
    text-align: center;
    /* background: #145c599c; */
    color: white;
    padding: 20px 10px;
    margin: 0;
    text-shadow: 0px 0px 5px black;
    /* content: attr(data-text); */
}

/* .hero-container h1:after {
    color: red;
    content: attr(data-text);
    position: absolute;
    -webkit-text-stroke: 0.10em #336646;
    left: 0;
    z-index: -2;
    font-size: 1em;
    bottom:20px;
    text-shadow: 0px 0px 5px black;
} */

.hero-container h2 {
    width: 95%;
    text-align: center;
    /* background: #145c58; */
    color: white;
    font-weight: 800;
    padding: 20px 10px;
    margin: 0;
    text-shadow: 0px 0px 5px black;
}

.hero-container.alt h1 {
    background: #152f5e9c;
}

.hero-container.alt h2 {
    background: #152f5e;
}

.header-section h1 {
    font-size: 34px;
}

.section-title {
    margin-bottom: 2rem;
    text-align: center;
}

.section-area p,
.header-section p {
    font-size: 20px;

    font-size: 1rem;
}

.section-area li {
    font-size: 20px;
    margin-bottom: 0.5rem;
}

.section-area h2,
.section-1 h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.section-callouts .grid-x {
    justify-content: center;
}

.alertbox-buffer {
    min-height: 2rem;
}

.alertbox-container {
    /* position:absolute; */
    /* left:0;right:0;top:50px; */
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.alertbox.callout {
    max-width: min(750px, 70%);
    margin: 0;
    border-radius: 5px;
    background: rgb(223 237 252);
    z-index: 20;
}

.alertbox.callout.alert {
    background: #800;
    min-width: 300px;
    color: white;
}

.alert-flex {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.alert-flex img {
    height: 100px;
    width: 100px;
    object-fit: contain;
    max-height: none;
    min-height: initial;
}

.alertbox .alert_title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.callout.behind {
    z-index: 1;
    border-radius: 0.5rem;
    box-shadow: rgb(0 0 0 / 5%) 1px 1px 5px 2px;
    overflow: hidden;
    margin-bottom: 0;
    display:flex;
    flex-direction:column;
}

.section-2 img {
    border-radius: 10px;
}

.section-1 {
    padding-top: 2rem;
}

.section-2 {
    padding: 0 0 4rem 0;
    z-index: 0;
}

.section-1 .grid-container,
.section-2 .grid-container {
    max-width: 80em;
}

.full-width-border {
    margin: 1rem;
    background: #f4f4f4;
    display: flex;
    padding: 3rem;
    align-items: center;
    justify-content: center;
}

.full-width-border h2 {
    font-size: 1.5rem;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-content p:last-of-type {
    margin-bottom: 0;
}

img.full-height {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height:500px;
    mask:url(../images/wa_mask.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position:50% 50%;
}

/* MEDIUM */
@media print,
screen and (min-width: 40em) {
    .hero-container h1 {
        font-size: 48px;
    }

    .hero-container h2 {
        font-size: 2.2rem;
    }

    .hero-container h1,
    .hero-container h2 {
        width: min(900px, 80%);
    }

    .section-2 .hero-container h1,
    .section-2 .hero-container h2 {
        width: min(1200px, 80%);
    }

    .alertbox-buffer {
        min-height: 3rem;
    }

    .full-width-border {
        padding: 5rem 5rem;
    }

    .full-width-border h2 {
        font-size: 2.5rem;
    }

    .section-area p,
    .header-section p {
        font-size: 18px;
    }
}

/* LARGE AND UP */
@media screen and (min-width: 64em) {

    /* :target::before {
        height: 160px;
        fixed header height
        margin: -160px 0 0;
        negative fixed header height
    } */

    .link-anchor {
        display: block;
        position: relative;
        top: -250px;
        visibility: hidden;
    }

    .hero-container h1 {
        font-size: 60px;
    }

    .alertbox-container {
        margin-top: 3.5rem;
    }

    .section-1 {
        padding-top: 3rem;
    }

    .alertbox-buffer {
        min-height: 4rem;
    }

    .full-width-border {
        padding: 5rem 10rem;
    }
}

/* PARALLAX */

.parallax {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 30vh;
    /* margin-top: 2rem; */
}

.parallax.lazyload {
    background-image: none !important
}

.parallax.parallax-1 {
    background-image: url(../images/header-1.webp);
}

.parallax.parallax-2 {
    background-image: url(../images/header-2.webp);
}

.parallax.parallax-3 {
    background-image: url(../images/header-3.webp);
}

.parallax.parallax-4 {
    background-image: url(../images/header-4.webp);
}

/* LARGE AND UP */
@media screen and (min-width: 64em) {

    .parallax {
        margin-top: 2rem;
        height:50vh;
    }
}

/* END PARALLAX*/

/* SUB-PAGE */

.sub-page .header-section {
    min-height: 250px;
    /* margin-top:8rem; */
}

/* .sub-page .header-section .hero-container {
    bottom: 30px;
} */

.sub-page .header-section {
    background: none;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.5)),
        url(../images/header-home2.webp);
    background-size: cover;
    background-position: center 25%;
}

.aid49331 .header-section {
    background-image: url(../images/header-1.webp);
    /*ABOUT*/
}

.aid49332 .header-section {
    background-image: url(../images/header-3.webp);
    /*OUR-WORK*/
    background-position: center center;
}

.aid49333 .header-section {
    background-image: url(../images/header-4.webp);
    /*GET-INVOLVED*/
}

.aid49841 .header-section {
    /*NEWS & EVENTS*/
    background: none;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.5)),
        url(../images/header-default.webp);
    background-position: center 25%;
}

.sub-page .section-2 .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
}

.sub-page .section-area img {
    /* width:100%; */
    height: 100%;
    display: block;
    margin: auto;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;

}

.sub-page .section-area .grid-x {
    align-items: center;
}

.section-area.our-team-area {
    padding-top: 0rem;
}

.section-area.our-team-area .grid-x {
    justify-content: center;
}

.news-page .section-1 .grid-x {
    align-items: normal;
}

.services-page .section-area .grid-x {
    align-items: normal;
}

#services-menu {
    background: #f4f4f4;
}

#services-menu.menu .is-active>a {
    background: #152f5e;
    color: #fefefe;
}

#services-menu a {
    font-weight: 800;
}

/* SUB-PAGE MQs */
/* LARGE AND UP */
@media screen and (min-width: 64em) {

    /* .sub-page .header-section .hero-container {
        bottom: 100px;
    } */

    .sub-page .header-section {
        min-height: 500px;
        max-height: 600px;
        /* margin-top:8.5rem; */
    }

    .sub-page .section-1 {
        padding-top: 3rem;
    }

    .sub-page .section-area img {
        width: 100%;
    }
}

/* NEWS */

a .news-item-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}

.news-item-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: #7a7a7a 0 0 5px 0px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s cubic-bezier(.25, .8, .25, 1), transform 0.3s ease-out;
    background: white;
    border-radius: 5px;
    overflow: hidden;
}

.news-item-container img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.news-item-container p {
    padding: 0rem 1rem;
    font-size: 15px;
}


.news-item-container p.news-title {
    margin-top: 0.5rem;
    font-weight: 900;
    font-size: 17px;
    color: #132a40;
}

.news-item-container p.news-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item-container p.news-read-more {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 0.8rem;
    font-weight: 900;
}

/*TESTING AOS*/
 div.aos.visible:nth-of-type(n) {
    animation-delay: 0s;
}

/* LARGE AND UP */
@media screen and (min-width: 40em) {


     div.aos.visible:nth-of-type(2n) {
        animation-delay: 0.1s;
    }

}

/* LARGE AND UP */
@media screen and (min-width: 64em) {

     div.aos.visible:nth-of-type(3n-2) {
        animation-delay: 0s;
    }

     div.aos.visible:nth-of-type(3n-1) {
        animation-delay: 0.1s;
    }

     div.aos.visible:nth-of-type(3n) {
        animation-delay: 0.2s;
    }

}
/*END TESTING*/


.news-grid div.visible:nth-of-type(n) {
    animation-delay: 0s;
}

/* LARGE AND UP */
@media screen and (min-width: 40em) {


    .news-grid div.visible:nth-of-type(2n) {
        animation-delay: 0.1s;
    }

}

/* LARGE AND UP */
@media screen and (min-width: 64em) {

    .news-grid div.visible:nth-of-type(3n-2) {
        animation-delay: 0s;
    }

    .news-grid div.visible:nth-of-type(3n-1) {
        animation-delay: 0.1s;
    }

    .news-grid div.visible:nth-of-type(3n) {
        animation-delay: 0.2s;
    }

}

/* NEWS ARTICLE PAGE */

.news-page .header-section {
    text-align: center;
}

.news-share-links-top {
    display: flex;
    align-items: center;
    margin: 0.5rem 0 2rem 0;
    gap: 1rem;
}

.news-share-links-top ul {
    display: flex;
    list-style: none;
    margin: 0;
    gap: 0.8rem;
}

.news-share-links-top li {
    margin: 0;
}

.news-share-links-top p {
    margin: 0;
    line-height: normal;
    font-size: 16px;
}

.news-share-links-top i {
    font-size: 22px;
}

.news-page #article {
    padding: 0.5rem;
}

.news-page #article h1.content_title {
    display: inline-block;
    padding-bottom: 1rem;
    border-bottom: solid #305a592e;
}

.news-page #article .articledescription {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.news-page #article img {
    width: 95%;
    display: inline-block;
}

div#index {
    padding: 1rem;
    border-radius: 1rem;
    background: #125029;
    color: white;
    box-shadow: rgb(0 0 0 / 10%) 1px 1px 5px 0px;
}

div#archive {
    padding: 1rem;
    border-radius: 1rem;
    background: #e7e7e7;
    color: #125029;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: rgb(0 0 0 / 10%) 1px 1px 5px 0px;
}

div#listing ul {
    list-style: none;
    margin: 0;
}

div#listing p.newsindexheading {
    font-size: 30px;
    text-align: center;
}

div#listing a {
    color: white;
    font-size: 16px;
}

div#listing a:hover {
    color: #30a39d;
}

div#archive a {
    color: #132a40;
}

div#listing li {
    padding-bottom: 0.5rem;
    margin-top: 0.5rem;
    border-bottom: solid 1px;
}

.news-form-container {
    background: #e2f1ff;
    padding: 2rem 2rem 1.5rem 2rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
    box-shadow: rgb(0 0 0 / 10%) 1px 1px 5px 0px;
}

.news-form-container label {
    font-size: 18px;
}

.news-form-container input,
.news-form-container textarea {
    border-radius: 0.3rem;
}

.news-form-container textarea {
    min-height: 6rem;
}

/* LARGE AND UP */
@media screen and (min-width: 64em) {

    .news-page .header-section {
        padding: 12rem 0 4rem 0;
        text-align: center;
    }

    .news-form-container {
        margin-bottom: 0;
    }
}

/* CALL TO ACTION */

.call-to-action {
    color: white;
    padding: 0;
    margin: 0 2rem;
}

.sub-page .call-to-action {
    padding: 1rem 0 4rem 0;
}

.call-to-action .grid-container {
    max-width: 85rem;
}

.call-to-action h1 {
    color: white;
    font-size: 2.5rem;
}

.call-to-action p {
    /* margin:0; */
    font-size: 2rem;
}

.cta-container {
    background: rgb(21 47 94);
    background: linear-gradient(46deg, rgb(21 47 94) 0%, rgb(53 83 139) 100%);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0px 24px 40px 0px rgba(1, 28, 46, 0.24);
    text-align: center;
}

.cta-buttons {
    margin: 0;
    gap: 2rem;
    justify-content: center;
}

.cta-buttons a.theme-button {
    justify-content: center;

}

.cta-buttons a.cta-phone {
    background: white;
    color: #132a40;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s;
    justify-content: center;
}

.cta-buttons a.cta-phone:hover {
    background: #b6c5e2;
    color: white;
}

.cta-buttons i.fa-solid {
    font-size: 18px;
    color: #97aacd;
}

.cta-buttons a.cta-phone:hover i.fa-solid {
    color: #132a40;
}


/* LARGE AND UP */
@media screen and (min-width: 64em) {
    .cta-container {
        text-align: left;
    }

    .call-to-action h1 {
        font-size: 4rem;
    }

    .call-to-action {
        padding: 4rem 0 0 0;
    }

    .sub-page .call-to-action {
        padding: 4rem 0 4rem 0;
    }
}

/* CONTACT FORM */

.contact-form-area {
    background: #152f5e;
    background: linear-gradient(191deg, #152f5e 0%, #254072 100%);
}

.contact-form-area .contact-form {
    background: #f5faff;
    padding: 2rem 2rem 1.5rem 2rem;
    border-radius: 1rem;
    margin: 1rem;
}


.contact-form-area ul {
    margin: 0;
    margin-left: -1rem;
}

.contact-form-area ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    color: white;
    font-size: 18px;

}

.contact-form-area ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s;
}

.contact-form-area ul li a:hover {
    background: white;
    color: #132a40;
}

.contact-form-area a,
.contact-form-area h2 {
    color: white;
}

.contact-form-area p {
    font-size: 16px;
}

.contact-form-area h2 {
    text-align: center;
}

.contact-form-area i.fa-solid,
.contact-form-area i.fa-brands {
    font-size: 18px;
    color: #97aacd;
}

.contact-form-area .section-text {
    margin: auto 1rem;
    justify-content: center;
    display: flex;
}


/* CONTACT FOOTER */

.contact-footer {
    background: #006A4D;
    /* background: linear-gradient(180deg, #f4faff 0%, #e0e9f7 100%); */
    /* background: linear-gradient(180deg, #7d9daa 0%, #9db8c4 100%); */
}

input.theme-button {
    background: #dda71d;
    border-radius: 0.5rem;
    color: white;
    padding: 1rem 3rem;
    font-size: 18px;
    display: flex;
    border: none;
    margin-top: 1.5rem;
    width: 100%;
    justify-content: center;
    transition: background 0.3s;
}

input.theme-button:hover {
    background: #efb72c;
}

.menu.contact-info {
    display:flex;
    flex-direction:column;
    align-items: center;
}

.contact-footer ul.socials {
    margin: 0;
    /* margin-left: -1rem; */
}

.contact-footer ul.socials li {
    display: flex;
    align-items: center;
    /* margin-bottom: 0.8rem; */
    justify-content: center;

}

.contact-footer ul.socials li a {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 5px;
    transition: background 0.3s;
}

.contact-footer ul.socials a.inline-flex {
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 1rem 1rem;
    gap: 0.8rem;
}

.contact-footer ul.socials a.inline-flex i {
    font-size: 22px;
}

.contact-footer ul.socials a.inline-flex:hover {
    color: #003b4a;
}

.contact-footer ul.socials li a:hover {
    background: white;
}

.contact-footer ul.disclaimers {
    justify-content: center;
    gap: 0.5rem;
}

.contact-footer ul.disclaimers li {
    margin: 0;
    font-size: 16px;
}

.contact-footer ul.disclaimers li a {
    color: white;
    border-radius: 5px;
    transition: background 0.3s;
}

.contact-footer ul.disclaimers li a:hover {
    color: #006A4D;
    background: white;
}

.contact-footer a,
.contact-footer h2 {
    color: #181818;
}

.contact-footer p {
    font-size: 16px;
    text-align: center;
}

.contact-footer h2 {
    text-align: center;
}

.contact-footer i.fa-solid,
.contact-footer i.fa-brands {
    font-size: 18px;
    color: white;
}

.contact-footer .socials {
    justify-content: center;
    gap: 0.5rem;
}

.contact-footer i.fa-brands,
.contact-footer i.fa-solid {
    font-size: 36px;
}

.contact-footer a:hover i {
    color: #006A4D;
}

.contact-footer .is-dropdown-submenu {
    min-width: 150px;
    border: 1px solid #181818;
}

/* .contact-footer .section-text {
    margin: 1rem;
} */

.contact-footer .contact-form {
    background: #fffef8;
    background: none;
    /* padding: 2rem 2rem 1.5rem 2rem; */
    border-radius: 1rem;
    margin: 1rem;
}

ul.contact-us {
    list-style: none;
    margin-top: 1rem;
    font-size: 20px;
}

ul.contact-us li {
    padding: 0.5rem 1rem;
}

ul.contact-us li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #181818;
    /* padding: 0.5rem 1rem; */
    border-radius: 5px;
    transition: all 0.3s;
}

ul.contact-us i {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.contact-form input,
.contact-form textarea {
    border-radius: 0.3rem;
}

.contact-form textarea {
    min-height: 6rem;
}

.contact-form label {
    color: #003b4a;
    color:white;
    font-size: 16px;
    font-weight: 600;
}

.google-map iframe {
    display: block;
    width: 100%;
}

.sitemap {
    background: #152f5e;
    padding: 1rem;
}

.sitemap a {
    color: white;
}

.sitemap a:hover {
    color: #d7fdfb;
}

.sitemap ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
}

.sitemap ul ul {
    font-weight: 400;
    flex-direction: column;
    gap: 0;
    font-size: 0.8rem;
}

.sitemap a {
    padding: 0.2rem;
}

/* FOOTER */

.acknowledgement-of-country {
    background: #b17f22;
    color: white;
    padding: 1rem;
}

.acknowledgement-of-country p {
    margin: 0;
    text-align: center;
}

.footer-main {
    padding: 1rem;
    background: #414042;
    font-size: 0.8rem;
}

.footer-main .grid-container {
    padding:0;
}

.footer-main p,
.footer-main a {
    margin: 0;
    color: white;
}

/*MODAL STYLING*/

.reveal {
    border-radius: 0.5rem;
    padding: 2rem;
}

.reveal.staff-profile {
    width:fit-content;
    max-width: 60em;
}

.reveal p:last-of-type {
    margin-bottom: 0;
}

.reveal .staff-profile-container {
    display:flex;
    gap:6rem;
}

.reveal .staff-profile-container img {
    max-height:300px;
    padding:0.5rem;
}

#dingo .grid-x .columns {
    padding:0.5rem
}

#dingo_tax h1,
#dingo_tax h2 {
    font-size:2rem
}

@media print,
screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
    .reveal.staff-profile {
        width:100%;
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        width: 95%;
        max-width: 75rem;
    }
}

/*END MODAL STYLING*/

/* messages */
#message_box {
    background: #080;
    padding: 10px 20px;
    color: #FFF;
    font: 18px arial, helvetica, sans-serif;
    border: 2px solid #050;
    border-radius: 4px;
    margin: 10px 0;
}

#error_message_box {
    background: #800;
    padding: 10px 20px;
    color: #FFF;
    font: 18px arial, helvetica, sans-serif;
    border: 2px solid #400;
    border-radius: 4px;
    margin: 10px 0;
}

/* Ticker */
#ticker_core {
    height: 20px;
    padding: 13px 20px 0 20px;
}

/* jsticker_scroll and jsticker_scroll_vertical */
.scrollingtext {
    position: absolute;
}

#jsticker_scroll {
    position: relative;
    height: 30px;
    width: 980px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    margin: 10px;
}

#jsticker_scroll div {
    display: inline-block;
    margin: 0;
}

#jsticker_scroll a {
    color: #333;
    display: block;
    padding: 8px 20px;
    font: 11px Verdana;
}

#jsticker_scroll a:hover {
    color: #090;
}

#jsticker_scroll .scrollingtext {
    white-space: nowrap;
}


/* ANIMATE ON SCROLL TESTING */

.aos {
    visibility: hidden;
}

.aos.visible {
    visibility: visible;
}

.aos.slideUp.visible {
    transform: translateY(100%);
    animation: slideUp 0.5s both;
}

.aos.slideDown.visible {
    transform: translateY(-100%);
    animation: slideDown 0.5s both;
}

.aos.fadeOut {
    visibility: visible;
    animation-delay: 0s !important;
    animation: fadeOut 0.5s both;
}

.aos.fadeIn.visible {
    animation: fadeIn 1s both;
}

/* BASIC ANIMATIONS */
@keyframes slideUp {
    from {
        transform: translatey(90%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translatey(-100%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

/*TIMELINE*/

@media (min-width: 1200px) {
    #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
   }
    #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
   }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
    order: 1;
}
.demo-card:nth-child(2) {
    order: 4;
}
.demo-card:nth-child(3) {
    order: 2;
}
.demo-card:nth-child(4) {
    order: 5;
}
.demo-card:nth-child(5) {
    order: 3;
}
.demo-card:nth-child(6) {
    order: 6;
}
/* #timeline {
    padding: 100px 0;
    background: #f7f7f7;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
} */
#timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}
#timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
}
@media (min-width: 1200px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 850px;
        margin: 0 auto;
   }
}
#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width:1px;
    background:rgba(191, 191, 191, 0.4);
    height:95%;
    /* border-left: 1px solid rgba(191, 191, 191, 0.4); */
}
@media (min-width: 1200px) {
    #timeline .demo-card-wrapper::after {
        /* border-left: 1px solid #bdbdbd; */
        background:#bdbdbd;
        height:90%;
   }
}
#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 40px;
    max-width: 94%;
    z-index: 2;
    border-radius:1rem;
}
#timeline .demo-card:hover{
    transform:translateY(-10px);
}
@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 80%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
   }
}
@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 80%;
   }
}
@media (min-width: 1200px) {
    #timeline .demo-card {
        max-width: 450px;
        height: auto;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
   }
    #timeline .demo-card:nth-child(odd) {
        margin-right: 45px;
   }
    #timeline .demo-card:nth-child(odd) .head::after {
        border-left-width: 15px;
        border-left-style: solid;
        left: 100%;
   }
    #timeline .demo-card:nth-child(odd) .head::before {
        left: 491.5px;
   }
    #timeline .demo-card:nth-child(even) {
        margin-left: 45px;
   }
    #timeline .demo-card:nth-child(even) .head::after {
        border-right-width: 15px;
        border-right-style: solid;
        right: 100%;
   }
    #timeline .demo-card:nth-child(even) .head::before {
        right: 489.5px;
   }
    #timeline .demo-card:nth-child(2) {
        margin-top: 180px;
   }
}
#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    justify-content: center;
}
#timeline .demo-card .head .number-box {
    display: inline;
    float: left;
    margin: 15px;
    padding: 10px;
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
    /* text-transform: uppercase; */
    font-size: 1.3rem;
    font-weight: inherit;
    /* letter-spacing: 2px; */
    margin: 0;
    /* padding-bottom: 6px; */
    /* line-height: 1rem; */
    margin-right: 4rem;
    font-weight:600;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 {
        font-size: 2rem;
        /* line-height: 1.2rem; */
        color:white;
   }
}
#timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}
@media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
        font-size: 0.8rem;
   }
}
#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
    border-bottom-left-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
}
@media (min-width: 1200px) {
    #timeline .demo-card .body {
        height: 315px;
   }
}
#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    margin-bottom:0;
}
#timeline .demo-card .body img {
    display: block;
    width: 100%;
}
#timeline .demo-card--step1 {
    background-color: #46b8e9;
    background-color: #aa1d3b;
}
#timeline .demo-card--step1 .head::after {
    border-color: #46b8e9;
    border-color: #aa1d3b;
}
#timeline .demo-card--step2 {
    background-color: #3ee9d1;
    background-color: #003b4a;
}
#timeline .demo-card--step2 .head::after {
    border-color: #3ee9d1;
    border-color: #003b4a;
}
#timeline .demo-card--step3 {
    background-color: #ce43eb;
    background-color: #aa1d3b;
}
#timeline .demo-card--step3 .head::after {
    border-color: #ce43eb;
    border-color: #aa1d3b;
}
#timeline .demo-card--step4 {
    background-color: #4d92eb;
    background-color: #003b4a;
}
#timeline .demo-card--step4 .head::after {
    border-color: #4d92eb;
    border-color: #003b4a;
}
#timeline .demo-card--step5 {
    background-color: #46b8e9;
    background-color: #aa1d3b;
}
#timeline .demo-card--step5 .head::after {
    border-color: #46b8e9;
    border-color: #aa1d3b;
}
