﻿
/*   Colors and Swatches   */
:root {
    --colour-black: rgba(0, 0, 0, 1);
    --colour-black-faded: rgba(0, 0, 0, .93);
    --colour-white: rgba(255, 255, 255, 1);
    --colour-grey: rgba(149, 156, 182, 1);
    --colour-grey-dark: rgba(51, 51, 51, 1);
    --colour-yellow-dark: rgba(213, 220, 33, 1);
    --colour-blue-cyan: rgba(18, 43, 49, 1);
    --colour-red: rgba(227, 10, 10, 1);
    --colour-off-white: rgba(247, 251, 255, 1);
    --colour-iron: rgba(212, 215, 227, 1);
    --colour-blue-purple: rgba(27, 20, 100, 1);
}

.bg-black-faded {
    background-color: var(--colour-black-faded);
}

.mainContainerUser {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
}

#leftSidebarUser {
    flex: 0;
}
 #rightSidebar {
    flex: 1;
}


.main-heading {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 10%;
}

.sub-heading {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--colour-grey-dark);
    width: 100%;
    padding-bottom: 25px;
}

.image-container {
    display: flex;
    flex-wrap: nowrap;
    min-width: 100%;
    height: 100%;
    position: relative;

}

.image-container img#imgSidebarBackUser {
    z-index: 1;
    height: 100%;
    object-fit: cover;
}

.image-container-background {
    overflow: hidden;
    direction: ltr;
    max-width : 100%;
}

.image-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
}

.image-container img#imgSidebarLogoUser {
    width: 60%;
    height: auto;
    object-fit: contain;
    align-self: center;
    justify-self: center;
}

.w-100 {
    width: 100%
}

.w-90 {
    width: 90%
}

.w-80 {
    width: 80%
}

.w-75 {
    width: 75%
}

.w-70 {
    width: 70%
}

.w-66 {
    width: 66.66%
}

.w-60 {
    width: 60%
}

.w-50 {
    width: 50%
}

.w-40 {
    width: 40%
}

.w-33 {
    width: 33.33%
}

.w-30 {
    width: 30%
}

.w-25 {
    width: 25%
}

.w-20 {
    width: 20%
}

.w-10 {
    width: 10%
}

.h-100 {
    height: 100%
}

.h-90 {
    height: 90%
}

.h-80 {
    height: 80%
}

.h-75 {
    height: 75%
}

.h-70 {
    height: 70%
}

.h-66 {
    height: 66.66%
}

.h-60 {
    height: 60%
}

.h-50 {
    height: 50%
}

.h-40 {
    height: 40%
}

.h-33 {
    height: 33.33%
}

.h-30 {
    height: 30%
}

.h-25 {
    height: 25%
}

.h-20 {
    height: 20%
}

.h-10 {
    height: 10%
}

.tac-body {
    display : block;
    position: relative;
    width: 90%; 
    margin-left: auto;
    margin-right: auto;
    padding: 2vw;
}

.tac-body h1 {
    width: auto;
    align-self: center;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2em;
}

.tac-body h2 {
    width: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5em;
}

.tac-body h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tac-body p {
    width: auto;
    color: var(--colour-grey-dark);
    font-size: 1em;
    margin: 0.85em 0;
    line-height: 1.25em;
    text-align: justify;
}

/*.tac-body b {
    color: var(--colour-yellow-dark);
}*/

.tac-body ul {
    width: auto;
    list-style: none;
}

.spacer {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    min-height: 21px;
    flex-direction: row;
    display: flex;
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
    align-items: center;
}

.spacer img {
    width: 1.5em;
    height: auto;
}

.spacer hr {
    box-sizing: content-box;
    height: 0;
    margin-left: 1em;
    margin-right: 1em;
    width: 45%;
    max-width: 45%;
    position: relative;
    vertical-align: middle;
    border-top: 1px solid #e1e1e1;
}

.banner-background {
    z-index: 1;
    width: auto;
    height: 100%;
    aspect-ratio: auto;
    object-fit: fill;
    background-color: #000;
    flex: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
}

.banner-background img {
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: none;
    opacity: .82;
    object-fit: cover;
    display: block;
    position: relative;
    overflow: hidden;
}

.image-overlay {
    z-index: 3;
    object-fit: fill;
    flex: none;
    position: relative;
    top: 4vw;
    overflow: hidden;
}

.image-overlay img{
    max-width: 100%;
}

.banner-overlay-wrapper {
    max-height: 80%;
    max-width: 100%;
    flex: none;
    align-self: center;
}

.banner-main-bg {
    z-index: 1;
    min-height: 66vh;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: visible;
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
    font-family: "Manrope";
}

body {
    width: 100%;
    height: 100%;
    object-fit: fill;
    padding: 0;
    margin: 0;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

/*  Column Properties  */
.col-overlay {
    grid-row: inherit;
    z-index: 2;
}

.col-a-left {
    align-items: start;
    justify-content: left;
}

.col-a-right {
    align-items: end;
    justify-content: right;
}

.col-a-center {
    align-items: center;
    justify-content: center;
}

.col-a-self-center {
    align-self: center;
}

.col-a-self-left {
    align-self: start;
}

.col-a-self-right {
    align-self: end;
}

.col-j-left {
    justify-self: left;
}

.col-j-right {
    justify-self: right;
}

.col-j-center {
    justify-self: center;
}

.col-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.col-p30 {
    padding: 30px;
}

.col-p15 {
    padding: 15px;
}

.col-p10 {
    padding: 10px;
}

.col-p5 {
    padding: 5px;
}

.col-p {
    padding: 1px;
}

.col-top-p30 {
    padding-top: 30px;
}

.col-top-p15 {
    padding-top: 15px;
}

.col-top-p10 {
    padding-top: 10px;
}

.col-top-p5 {
    padding-top: 5px;
}

.col-top-p {
    padding-top: 1px;
}

.col-bottom-p30 {
    padding-bottom: 30px;
}

.col-bottom-p15 {
    padding-bottom: 15px;
}

.col-bottom-p10 {
    padding-bottom: 10px;
}

.col-bottom-p5 {
    padding-bottom: 5px;
}

.col-bottom-p {
    padding-bottom: 1px;
}

.col-right-p30 {
    padding-right: 30px;
}

.col-right-p15 {
    padding-right: 15px;
}

.col-right-p10 {
    padding-right: 10px;
}

.col-right-p5 {
    padding-right: 5px;
}

.col-right-p {
    padding-right: 1px;
}


.col-left-p30 {
    padding-left: 30px;
}

.col-left-p15 {
    padding-left: 15px;
}

.col-left-p10 {
    padding-left: 10px;
}

.col-left-p5 {
    padding-left: 5px;
}

.col-left-p {
    padding-left: 1px;
}


[class*="col-"] {
    z-index: 1;
}

/* Column start postions */
.col-start-1 {
    order: 1;
}

.col-start-2 {
    order: 2;
}

.col-start-3 {
    order: 3;
}

.col-start-4 {
    order: 4;
}

.col-start-5 {
    order: 5;
}

.col-start-6 {
    order: 6;
}

.col-start-7 {
    order: 7;
}

.col-start-8 {
    order: 8;
}

.col-start-9 {
    order: 9;
}

.col-start-10 {
    order: 10;
}

.col-start-11 {
    order: 11;
}

.col-start-12 {
    order: 12;
}

.col-h-half {
    height: 50%;
}

.col-h-quarter {
    height: 25%;
}

.col-h-three-quarter {
    height: 75%;
}

.col-h-third {
    height: 33.333%;
}

.col-h-two-third {
    height: 66.667%;
}

.col-a-end {
    align-self: end;
}


.userFooterTable {
    display: flex;
    font-style: normal;
    flex-direction: row;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0.01em;
    max-width: 100%;
    color: var(--colour-white);
    justify-content: center;
    align-items: center;
}

.userFooterTableInner{
    display: flex;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    align-items: center;
    justify-content: space-around;
    max-width: 100%;
}

.userFooterItem {
    padding: 1em;
}

.userFooterItem a {
    color: var(--colour-white);
    text-decoration: none;
}

.userFooterItem img{
    max-width: 10rem;
}

/*   Input Form Styles   */
.form-field {
    width: 100%;
    height: 46px;
    gap: 0px;
    border-radius: 12px;
    opacity: 0.8;
    background: var(--colour-off-white);
    border: 1px solid var(--colour-iron);
    padding: 15px;
    font-size: 14px;
}

.form-field::placeholder {
    font-size: 14px;
}

.form-field:hover {
    border-color: var(--colour-yellow-dark) !important;
}

.form-field:focus {
    outline-color: var(--colour-yellow-dark) !important;
    outline-style: solid;
    outline-width: 1px;
    box-shadow: 0 0 10px var(--colour-yellow-dark);
}

.form-field-select {
    height: 50px;
}

.form-field-select option {
    font-size: 14px;
}

.form-field-select option:hover {
    background-color: var(--colour-yellow-dark) !important;
}

.input-button-submit {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
    gap: 10px;
    width: 100%;
    height: 52px;
    background: var(--colour-yellow-dark);
    border-radius: 12px;
    border: 0;
    color: var(--colour-blue-cyan);
}

.input-button-submit-alt {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0px;
    gap: 10px;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    height: 52px;
    border: 2px;
    border-style: solid;
    border-color: var(--colour-yellow-dark);
    border-radius: 12px;
}

.form-label {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    color: rgba(12, 20, 33, 1);
    padding-left: 2px;
    padding-top: 2px;
}

.form-label-error {
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.01em;
    padding-top: 2px;
    padding-left: 2px;
    color: rgba(227, 10, 10, 1);
}

.form-a {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--colour-blue-purple)
}

    .form-a input[type=checkbox] {
        height: 14px;
        width: 14px;
    }

.form-label-additional {
    font-size: 16px;
    font-weight: 400;
    line-height: 26.8px;
    letter-spacing: 0.01em;
    text-align: center;
    color: var(--colour-blue-cyan);
}

.form-label-additional-error {
    color: var(--colour-red);
}


.spacer-em-30 {
    clear: both;
    height: 30em;
    width: 100%;
}

.spacer-em-15 {
    clear: both;
    height: 15em;
    width: 100%;
}

.spacer-em-10 {
    clear: both;
    height: 10em;
    width: 100%;
}

.spacer-em-5 {
    clear: both;
    height: 5em;
    width: 100%;
}

.spacer-em {
    clear: both;
    height: 1em;
    width: 100%;
}

/*   Google Recaptha Badge Styling   */
.grecaptcha-badge {
    z-index: 4;
}

/* All sizes  */
.col-1 {
    flex: 0 0 8.33%;
}

.col-2 {
    flex: 0 0 16.66%;
}

.col-3 {
    flex: 0 0 25%;
}

.col-4 {
    flex: 0 0 33.33%;
}

.col-5 {
    flex: 0 0 41.66%;
}

.col-6 {
    flex: 0 0 50%;
}

.col-7 {
    flex: 0 0 58.33%;
}

.col-8 {
    flex: 0 0 66.66%;
}

.col-9 {
    flex: 0 0 75%;
}

.col-10 {
    flex: 0 0 83.33%;
}

.col-11 {
    flex: 0 0 91.66%;
}

.col-12 {
    flex: 0 0 100%;
}

.col-none {
    display: none !important;
}
@media only screen and (max-width: 600px){
    .userFooterTableInner {
        flex-direction: column;
        grid-row-gap: 0px;
    }
}
/* Extra small devices (phones, 576px and down) */
@media only screen and (min-width: 576px) {


    .col-xs-none {
        display: none !important;
    }

    .col-xs-block {
        display: block !important;
    }

    /*   Extra small columns   */
    .col-xs-1 {
        flex: 0 0 8.33%;
    }

    .col-xs-2 {
        flex: 0 0 16.66%;
    }

    .col-xs-3 {
        flex: 0 0 25%;
    }

    .col-xs-4 {
        flex: 0 0 33.33%;
    }

    .col-xs-5 {
        flex: 0 0 41.66%;
    }

    .col-xs-6 {
        flex: 0 0 50%;
    }

    .col-xs-7 {
        flex: 0 0 58.33%;
    }

    .col-xs-8 {
        flex: 0 0 66.66%;
    }

    .col-xs-9 {
        flex: 0 0 75%;
    }

    .col-xs-10 {
        flex: 0 0 83.33%;
    }

    .col-xs-11 {
        flex: 0 0 91.66%;
    }

    .col-xs-12 {
        flex: 0 0 100%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .col-s-none {
        display: none !important;
    }

    .col-s-block {
        display: inherit !important;
    }

    /* Small columns */
    .col-s-1 {
        flex: 0 0 8.33%;
    }

    .col-s-2 {
        flex: 0 0 16.66%;
    }

    .col-s-3 {
        flex: 0 0 25%;
    }

    .col-s-4 {
        flex: 0 0 33.33%;
    }

    .col-s-5 {
        flex: 0 0 41.66%;
    }

    .col-s-6 {
        flex: 0 0 50%;
    }

    .col-s-7 {
        flex: 0 0 58.33%;
    }

    .col-s-8 {
        flex: 0 0 66.66%;
    }

    .col-s-9 {
        flex: 0 0 75%;
    }

    .col-s-10 {
        flex: 0 0 83.33%;
    }

    .col-s-11 {
        flex: 0 0 91.66%;
    }

    .col-s-12 {
        flex: 0 0 100%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .col-m-none {
        display: none !important;
    }

    .col-m-block {
        display: inherit !important;
    }
    /*  Medium Columns  */
    .col-m-1 {
        flex: 0 0 8.33%;
    }

    .col-m-2 {
        flex: 0 0 16.66%;
    }

    .col-m-3 {
        flex: 0 0 25%;
    }

    .col-m-4 {
        flex: 0 0 33.33%;
    }

    .col-m-5 {
        flex: 0 0 41.66%;
    }

    .col-m-6 {
        flex: 0 0 50%;
    }

    .col-m-7 {
        flex: 0 0 58.33%;
    }

    .col-m-8 {
        flex: 0 0 66.66%;
    }

    .col-m-9 {
        flex: 0 0 75%;
    }

    .col-m-10 {
        flex: 0 0 83.33%;
    }

    .col-m-11 {
        flex: 0 0 91.66%;
    }

    .col-m-12 {
        flex: 0 0 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .col-l-none {
        display: none !important;
    }

    .col-l-block {
        display: inherit !important;
    }
    /*  Large Columns  */
    .col-l-1 {
        flex: 0 0 8.33%;
    }

    .col-l-2 {
        flex: 0 0 16.66%;
    }

    .col-l-3 {
        flex: 0 0 25%;
    }

    .col-l-4 {
        flex: 0 0 33.33%;
    }

    .col-l-5 {
        flex: 0 0 41.66%;
    }

    .col-l-6 {
        flex: 0 0 50%;
    }

    .col-l-7 {
        flex: 0 0 58.33%;
    }

    .col-l-8 {
        flex: 0 0 66.66%;
    }

    .col-l-9 {
        flex: 0 0 75%;
    }

    .col-l-10 {
        flex: 0 0 83.33%;
    }

    .col-l-11 {
        flex: 0 0 91.66%;
    }

    .col-l-12 {
        flex: 0 0 100%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .col-xl-none {
        display: none !important;
    }

    .col-xl-block {
        display: inherit !important;
    }
    /*  Extra Large Columns  */
    .col-xl-1 {
        flex: 0 0 8.33%;
    }

    .col-xl-2 {
        flex: 0 0 16.66%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33%;
    }

    .col-xl-5 {
        flex: 0 0 41.66%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33%;
    }

    .col-xl-8 {
        flex: 0 0 66.66%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33%;
    }

    .col-xl-11 {
        flex: 0 0 91.66%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
    }
}
