
.navbar-brand img {
    width: 13rem;
}

footer img.brand {
    max-width: 13rem;
}
.color-1 {
    background: #00B8E4;
}

.color-1-alt {
    background: #43A8C5;
}

.color-2 {
    background: #EECC24;
}

.color-2-alt {
    background: #f4ECC5;
}

.color-3 {
    background: #167E65;
}

.color-3-alt {
    background: #92D3CA;
}

.color-4 {
    background: #192C49;
}

.color-4-alt {
    background: #00689B;
}

.color-5 {
    background: #5B5D56;
}

.color-5-alt {
    background: #A7A69D;
}

.text-color-1 {
    color: #00B8E4;
}

.text-color-1-alt {
    color: #43A8C5;
}

.text-color-2 {
    color: #EECC24;
}

.text-color-2-alt {
    color: #f4ECC5;
}

.text-color-3 {
    color: #167E65;
}

.text-color-3-alt {
    color: #92D3CA;
}

.text-color-4 {
    color: #192C49;
}

.text-color-4-alt {
    color: #00689B;
}

.text-color-5 {
    color: #5B5D56;
}

.text-color-5-alt {
    color: #A7A69D;
}

.bg-gradient {
  background: linear-gradient(to right, #00689B, #43A8C5) !important;
}
.slick-pagination-line-progress {
    height: 0.5rem;
    background-color: #5B5D56;
}

.max-w-27rem {
    max-width: 3rem;
}

#heroSlider .slick-list.draggable h1.display-4 {
    line-height:1;
}

.slide.position-absolute.top-0.left-0 {
    z-index: 8;
}

.slide .badge.badge-pill.badge-status {
    height: 60px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}
.slide .badge.badge-warning {
    background-color: #E56A54;
}
svg {
    margin-bottom: -10px;
    vertical-align: baseline;
}
a.item {
    height: auto;
}
.download_item {
    width: 100%;
    margin-right: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    margin-bottom: 1.875rem;
    padding: 2.8125rem 1.875rem;
}

.download_title {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    font-weight: 700;
    margin: 0 0 0.9375rem 0;
}

.download_lower {
    font-size: 1.0625rem;
}

.btn-round {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-status {
    padding: 0.5rem 1rem !important;
}

.whats-on .card-img-top { border-radius: 0;}
div#heroSlider {
    background-image: linear-gradient(to right, rgba(0, 184, 228, 0.03), rgba(0, 104, 155, 0.05) 50%, rgba(250, 212, 67, 0.05));
}
.hidden {
    display: none;
}

.spacer {
    height: 100px;
    background: transparent;
}

.myblank {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


/* Psuedo Tailwind */
/* Display */
.block { display: block; }
.inline-block { display: inline-block; }
.inline { display: inline; }
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.hidden { display: none; }

.static {
    position: static;
}
dialog {
    border: none;
}
/* Flex */
.flex-row { flex-direction: row; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }

.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }

.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }

.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }

/* Grid */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0,1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }

.col-span-1 { grid-column: span 1 / span 1; }
.col-span-2 { grid-column: span 2 / span 2; }
.col-span-3 { grid-column: span 3 / span 3; }
.col-span-4 { grid-column: span 4 / span 4; }

/* Width */
.w-auto { width: auto; }
.w-full { width: 100%; }
.w-1\/2 { width: 50%; }
.w-1\/3 { width: 33.333333%; }
.w-2\/3 { width: 66.666667%; }

/* Spacing */
.m-0 { margin: 0; }

.m-1 { margin: .25rem; }
.m-2 { margin: .5rem; }
.m-4 { margin: 1rem; }
.m-8 { margin: 2rem; }

.mt-4 { margin-top: 1rem; }
.mb-4 { margin-bottom: 1rem; }
.ml-4 { margin-left: 1rem; }
.mr-4 { margin-right: 1rem; }

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.p-0 { padding: 0; }
.p-1 { padding: .25rem; }
.p-2 { padding: .5rem; }
.p-4 { padding: 1rem; }
.p-8 { padding: 2rem; }

.pt-4 { padding-top: 1rem; }
.pb-4 { padding-bottom: 1rem; }
.pl-4 { padding-left: 1rem; }
.pr-4 { padding-right: 1rem; }

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Gap */
.gap-2 { gap: .5rem; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }

.gap-x-4 { column-gap: 1rem; }
.gap-y-4 { row-gap: 1rem; }

/* Typography */
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.font-normal { font-weight: 400; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* Position */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }

/* Overflow */
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }

/* Borders */
.border { border: 1px solid #ddd; }
.border-0 { border: 0; }

.rounded { border-radius: .25rem; }
.rounded-md { border-radius: .375rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-full { border-radius: 9999px; }


/* Display */
.block {
    display: block;
}

.grid {
    display: grid;
}

.flex {
    display: flex;
}

/* Grid */
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Gap */
.gap-4 {
    gap: 1rem;
}

.gap-x-4 {
    column-gap: 1rem;
}

.gap-y-4 {
    row-gap: 1rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

/* Flex Direction */
.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

/* Flex Utilities */
.flex-auto {
    flex: 1 1 auto;
}

/* Alignment */
.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

/* Width */
.w-full {
    width: 100%;
}

/* Height */
.h-full {
    height: 100%;
}

.h-\[11rem\] {
    height: 11rem;
}

/* Position */
.relative {
    position: relative;
}

/* Overflow */
.overflow-hidden {
    overflow: hidden;
}

/* Border Radius */
.rounded {
    border-radius: .25rem;
}

/* Margin */
.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
}

.last\:mb-0:last-child {
    margin-bottom: 0;
}

/* Padding */
.p-0 {
    padding: 0;
}

.p-4 {
    padding: 1rem;
}

.px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pt-\[1\.5rem\] {
    padding-top: 1.5rem;
}

.pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
}

.pl-2 {
    padding-left: .5rem;
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

/* Borders */
.border-l {
    border-left-width: 1px;
}

.border-l-\[2px\] {
    border-left-width: 2px;
}

.first\:border-none:first-child {
    border: none;
}

@container section (min-width: 42rem) {
    .\@2xl\/section\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@container section (min-width: 48rem) {
    .\@3xl\/section\:gap-4 {
        gap: 1rem;
    }
}

@container section (min-width: 64rem) {
    .\@xl\/section\:grid-cols-fluid-sm {
        grid-template-columns:
            repeat(auto-fit, minmax(12rem, 1fr));
    }

    .\@xl\/section\:w-auto {
        width: auto;
    }

    .\@xl\/section\:p-0 {
        padding: 0;
    }
}

@container section (min-width: 72rem) {
    .\@6xl\/section\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .\@6xl\/section\:flex {
        display: flex;
    }

    .\@6xl\/section\:flex-row {
        flex-direction: row;
    }

    .\@6xl\/section\:justify-between {
        justify-content: space-between;
    }
}

.h-\[11rem\] {
    height: 11rem;
}

.px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.pt-\[1\.5rem\] {
    padding-top: 1.5rem;
}

.pb-\[2\.5rem\] {
    padding-bottom: 2.5rem;
}

.mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
}

.border-l-\[2px\] {
    border-left-width: 2px;
}


.cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 768px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1280px) {
    .cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.cards > a {
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.cards img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.cards > a > div:last-child {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.5rem;
}

.cards h2 {
    margin: .5rem 0 1rem;
    line-height: 1.15;
}

.cards [data-debug="dmzTextBlock:Content"] {
    margin: 1rem 0;
    flex: 1;
}

.cards [data-debug="dmzTextBlock:Footer"] {
    margin-top: auto;
}

/* override hack for drupal wrapping p tags in cards */
.container .js-slide {
    box-shadow: 0 .2rem 1rem rgba(0,0,0,.15)!important;
    margin: 0 30px 15px !important;
    display: block !important;
    width: 100% !important;
    border-radius: 12px;
}

.container .slick-list p {
    width: 100%;
    margin: 0 !important;
}
.container .slick-list p a.card {
    box-shadow: none !important;
    border-radius: 0 !important;
    text-decoration: none;
    width: 100%;
}
.container .slick-list .card-body {
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 20px;
    margin: 0;
}
.container .slick-list .card-body .card {
    box-shadow: none !important;
    padding: 15px 0 8px;
    color: #000;
    border: none !important;
}
.container .slick-list .card-body .card a {
    color: #000
}



.views-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: end;
    margin: 0 0 40px!important;
    padding: 0 !important;
}

.views-filters > .form-item {
    flex: 1 1 220px;
    min-width: 220px;
}

.views-filters label {
    display: block;
    margin-bottom: .5rem;
    font-size: .875rem;
    font-weight: 600;
}

.views-filters .form-text,
.views-filters .form-select {
    width: 100%;
    height: 48px;
    padding: 0 .875rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.views-filters .form-actions {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex: 0 0 auto;
}

.views-filters .button,
.views-filters .form-submit {
    height: 48px;
    padding: 0 1.25rem;
    cursor: pointer;
}

.views-filters .hidden {
    display: none;
}

@media (min-width: 1200px) {
    .views-filters {
        flex-wrap: nowrap;
    }

    .views-filters > .form-item {
        min-width: 0;
    }
}

.views-filters {
    display: grid;
    grid-template-columns:
        minmax(250px, 2fr)
        repeat(3, minmax(180px, 1fr))
        auto;
    gap: 1rem;
    align-items: end;
}

.views-filters .form-actions {
    display: flex;
    gap: .5rem;
}

@media (max-width: 1100px) {
    .views-filters {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px) {
    .views-filters {
        grid-template-columns: 1fr;
    }
}

