﻿body {
}

#cookieConsent {
    display: none !important;
}

    #cookieConsent.cookie-consent-visible {
        display: flex !important;
        z-index: 99999;
        box-shadow: 0 -1px 10px 0 #acabab4d;
        left: 0 !important;
    }

.master100 {
    min-height: 100%;
    height: 100%;
}

.masterheaderb1 {
    border-bottom: 1px solid #EEE;
}
.master75 {
    max-width: 75%;
}
.logo-link {
    display: contents;
}
.logo-style {
    max-height: 80px;
    max-width: 334px;
    width: 100%;
}

.master65 {
    width: 65%;
}
.masterlogowhite {
    max-width: 440px;
    aspect-ratio: initial;
}
.mastergrow5 {
    flex-grow: 5;
}
.masterhide {
    display: none !important;
}

.defaultbanner {
    min-height: 75vh;
    background-size: cover;
    background-image: url('/System/img/banner-main.webp');
}

.defaultbanner2 {
    min-height: 40%;
    background-color: rgba(5, 79, 83, .5);
    z-index: 2;
    padding: 2rem 0;
}
.defaulth1 {
    z-index: 3;
    max-width: 900px;
}

.vulnerable-policy-banner {
    background-image: url('/System/img/privacy-policy.webp');
    background-repeat: no-repeat;
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.terms-policy-banner {
    background-image: url('/System/img/terms_header.webp');
    background-repeat: no-repeat;
    min-height: 286px;
    background-size: cover;
}
.privacy-policy-banner {
    background-image: url('/System/img/privacy-policy.webp');
    background-repeat: no-repeat;
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.policy-banner-title {
    font-size: 48px;
}

.auto40 {
    width: auto;
    height: 40px;
}

.heading-colour {
    color: #0a98ac;
}
.contact-backcolour {
    background-color: #0A98AC;
}
.label120 {
    min-width: 120px !important;
}
.label100 {
    width: 100% !important;
    height: min-content;
}
.paramargin0 {
    margin-bottom: 0 !important;
}