﻿/*

    Logo Blue: #0C457D;
    Logo Red: #FE2F2F;
    Soft Orange: #EF643C;
    Background: whitesmoke;
    Soft Orange Accent: #fa5728;
*/

:root {
    --accent-colour: #EF643C;
    --main-colour: #0C457D;
    --bg-colour: whitesmoke;
    --hover-accent: #fa5728;
    --light-blue: #698BAD;
}

.navbar-toggler {
    margin-left: 16vw;
}

.ref {
    background-image: url(../Images/Vectors/year.svg)
}

form {
    width: 100% !important;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    overflow-x: hidden; /* Hide scrollbars */
    background-color: var(--bg-colour);
    width: 100%;
}

.dropbtn {
    background-color: #EF643C;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    margin-right: 20px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

#articleDiv {
    border-radius: 20px;
    box-shadow: 0px 4px 24px 1px rgba(13, 2, 2, 1);
    width: fit-content;
    overflow: scroll;
    max-height: 800px;
    padding: 50px;
    background-color: white;
    text-align: left;
}

#bellPopUp {
    width: 80%;
    padding: 30px;
    box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    margin-left: 10%;
    position: fixed;
    z-index: 888;
    background-color: white;
}


/* Create an active/current tablink class */

/* Style the tab content */


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 20px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
            border-radius: 20px;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #0C457D;
}

.nextAndPrevBtn {

    border-radius: 5px;
    background-color: #012F5C;
    color:white
}

    .nextAndPrevBtn:disabled {
        
        border-radius: 5px;
        color: gray;
        background-color: lightgrey;
    }

.dropdown:disabled .dropbtn {
    background-color: #c0c0c0;
    color: white;
    padding: 8px;
    font-size: 16px;
    border: none;
    border-radius: 60px;
    margin-right: 20px;
    padding-top: 5px;
}

.bell {
    font-size: 40px;
    color: #9e9e9e;
    float: left;
    margin-right: 20px;
    -webkit-animation: ring 8s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 8s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 8s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
    font-weight: 10 !important;
}

.indicatorDiv {
    width: 80%;
    padding: 30px;
    box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    margin-left: 10%;
    position: inherit;
    z-index: 888;
    background-color: white;
}

.closebtnRight {
    font-size: 36px;
    float: right;
    cursor: pointer;

}

    .closebtnRight:hover {
        font-size: 36px;
		float: right;
		cursor: pointer;
        color: red;
    }

.closebtnRight1 {
    font-size: 36px;
    float: right;
    cursor: pointer;
    position: inherit;
    margin-top: -3%;
}

    .closebtnRight1:hover {
        font-size: 36px;
        float: right;
        cursor: pointer;
        position: inherit;
        margin-top: -3%;
        color: red;
    }

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotateZ(0);
    }

    1% {
        -webkit-transform: rotateZ(30deg);
    }

    3% {
        -webkit-transform: rotateZ(-28deg);
    }

    5% {
        -webkit-transform: rotateZ(34deg);
    }

    7% {
        -webkit-transform: rotateZ(-32deg);
    }

    9% {
        -webkit-transform: rotateZ(30deg);
    }

    11% {
        -webkit-transform: rotateZ(-28deg);
    }

    13% {
        -webkit-transform: rotateZ(26deg);
    }

    15% {
        -webkit-transform: rotateZ(-24deg);
    }

    17% {
        -webkit-transform: rotateZ(22deg);
    }

    19% {
        -webkit-transform: rotateZ(-20deg);
    }

    21% {
        -webkit-transform: rotateZ(18deg);
    }

    23% {
        -webkit-transform: rotateZ(-16deg);
    }

    25% {
        -webkit-transform: rotateZ(14deg);
    }

    27% {
        -webkit-transform: rotateZ(-12deg);
    }

    29% {
        -webkit-transform: rotateZ(10deg);
    }

    31% {
        -webkit-transform: rotateZ(-8deg);
    }

    33% {
        -webkit-transform: rotateZ(6deg);
    }

    35% {
        -webkit-transform: rotateZ(-4deg);
    }

    37% {
        -webkit-transform: rotateZ(2deg);
    }

    39% {
        -webkit-transform: rotateZ(-1deg);
    }

    41% {
        -webkit-transform: rotateZ(1deg);
    }

    43% {
        -webkit-transform: rotateZ(0);
    }

    100% {
        -webkit-transform: rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: rotate(0);
    }

    1% {
        -moz-transform: rotate(30deg);
    }

    3% {
        -moz-transform: rotate(-28deg);
    }

    5% {
        -moz-transform: rotate(34deg);
    }

    7% {
        -moz-transform: rotate(-32deg);
    }

    9% {
        -moz-transform: rotate(30deg);
    }

    11% {
        -moz-transform: rotate(-28deg);
    }

    13% {
        -moz-transform: rotate(26deg);
    }

    15% {
        -moz-transform: rotate(-24deg);
    }

    17% {
        -moz-transform: rotate(22deg);
    }

    19% {
        -moz-transform: rotate(-20deg);
    }

    21% {
        -moz-transform: rotate(18deg);
    }

    23% {
        -moz-transform: rotate(-16deg);
    }

    25% {
        -moz-transform: rotate(14deg);
    }

    27% {
        -moz-transform: rotate(-12deg);
    }

    29% {
        -moz-transform: rotate(10deg);
    }

    31% {
        -moz-transform: rotate(-8deg);
    }

    33% {
        -moz-transform: rotate(6deg);
    }

    35% {
        -moz-transform: rotate(-4deg);
    }

    37% {
        -moz-transform: rotate(2deg);
    }

    39% {
        -moz-transform: rotate(-1deg);
    }

    41% {
        -moz-transform: rotate(1deg);
    }

    43% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

@media only screen and (min-width: 1200px) {
	
	
    .SiteLogo {
        max-width: 180px;
        top: 10px;
    }

    .menuItem {
        color: var(--accent-colour) !important;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
    }

    #TopMenu {
        margin: auto;
        padding: 10px;
    }

    .navbar navbar-expand-lg navbar-light fixed-top bg-light {
        background-color: white;
    }

    .fixed-top {
        box-shadow: 0 0px 5px 0px rgba(0,0,0,0.8);
    }

    .nav-link {
        color: var(--main-colour) !important;
    }

        .nav-link.active {
            height: 100%;
            color: var(--accent-colour) !important;
            background-color: #F8F9FA !important;
        }

    .dropdown a {
        color: var(--main-colour);
    }

        .dropdown a:hover {
            color: var(--main-colour);
        }

    .dropdown a {
        color: var(--main-colour) !important;
    }

    .dxbs-tabs {
        margin: auto;
        max-width: 80vw;
        border-radius: 20px;
        box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
        text-decoration: none !important;
    }

    .tab-pane {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    #Content_ctl00_AT0T {
        border-radius: 20px 0px 0px 0px;
    }

    .tabcontrol a {
        color: var(--accent-colour);
    }

    .tabcontrolactive .nav-link.active a {
        color: var(--accent-colour) !important;
        font-weight: bold;
        background-color: var(--bg-colour) !important;
    }

    .hubInfo {
    }

    .submitButton {
        width: 150px;
        background-color: var(--accent-colour);
    }

        .submitButton:hover {
            background-color: var(--hover-accent);
        }

    .contactUsForm {
        width: 600px !important;
        padding: 30px;
        background-color: white;
        border-radius: 20px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 20px;
        padding-bottom: 5px;
        box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
    }

    .bulletpoints {
        width: 100%;
        padding: 30px;
        background-color: #415058;
        border-radius: 50px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .offerContainer {
    }

    .offerLayout {
        display: inline-flex;
        justify-content: space-evenly;
        height: 250px;
        width: 100%
    }

    .offerLayoutContainer {
        text-align: center;
        width: 180px;
    }

    .offerSVG {
        width: 150px;
        height: 150px;
        background-color: #F16C3C;
        border-radius: 100px;
        margin: auto;
    }

    .offerSVGObject {
        width: 100px;
        height: 100px;
    }

    .imgContainer {
        margin-left: auto;
        margin-right: auto;
    }

    .softwareInfoDiv {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .softwareContainerDiv {
        display: inline-flex;
        align-content: space-evenly;
        margin-left: auto;
        margin-right: auto;
        padding: 10px;
        width: 100%;
    }

    .imgType1 {
        height: 500px;
        width: 905px;
    }

    .imgType2 {
        height: 400px;
        width: 905px;
    }

    .softwareSVGContainer {
        width: 150px;
        height: 150px;
        background-color: #F16C3C;
        border-radius: 100px;
        margin: auto;
        padding-top: 25px
    }

    .softwareSVG {
        width: 100px;
        height: 100px;
    }

    .softwareSVGtext {
        width: 30%;
        margin-top: auto;
        margin-bottom: auto;
        text-align: center;
    }


        .imgType1 {
            height: 400px;
            width: 724px;
        }

        .imgType2 {
            height: 320px;
            width: 724px;
        }

        .softwareSVGContainer {
            width: 120px;
            height: 120px;
            background-color: #F16C3C;
            border-radius: 100px;
            margin: auto;
            padding-top: 25px
        }

        .softwareSVG {
            width: 80px;
            height: 80px;
        }

        .softwareSVGtext {
            width: 30%;
            margin-top: auto;
            margin-bottom: auto;
            text-align: center;
        }
		
		
		@media (max-width:576px) {
    .imgType1 {
        height: 500px;
        width: 905px
    }

    .imgType2 {
        height: 400px;
        width: 905px;
    }

    .softwareSVGContainer {
        width: 150px;
        height: 150px;
        background-color: #F16C3C;
        border-radius: 100px;
        margin: auto;
        padding-top: 25px
    }

    .softwareSVG {
        width: 100px;
        height: 100px;
    }

    .softwareSVGtext {
        width: 30%;
        margin-top: auto;
        margin-bottom: auto;
        text-align: center;
    }
}

@media (max-width:768px) {
    .imgType1 {
        height: 200px;
        width: 362px
    }

    .imgType2 {
        height: 160px;
        width: 362px;
    }

    .softwareSVGContainer {
        width: 90px;
        height: 90px;
        background-color: #F16C3C;
        border-radius: 100px;
        margin: auto;
        padding-top: 25px
    }

    .softwareSVG {
        width: 60px;
        height: 60px;
    }

    .softwareSVGtext {
        width: 25%;
        margin-top: auto;
        margin-bottom: auto;
        text-align: center;
    }
}

@media (max-width:992px) {
    .imgType1 {
        height: 300px;
        width: 543px
    }

    .imgType2 {
        height: 240px;
        width: 543px;
    }

    .softwareSVGContainer {
        width: 120px;
        height: 120px;
        background-color: #F16C3C;
        border-radius: 100px;
        margin: auto;
        padding-top: 25px
    }

    .softwareSVG {
        width: 80px;
        height: 80px;
    }

    .softwareSVGtext {
        width: 27%;
        margin-top: auto;
        margin-bottom: auto;
        text-align: center;
    }
}

@media (max-width:1366px) {
	
    }
	


    .popupBody {
        background-color: #37474F !important;
        color: #78909C !important;
        border-width: 3px !important;
        border-color: #78909C !important;
    }

        .popupBody p {
            background-color: #37474F !important;
            color: #78909C !important;
            padding-bottom: 10px !important;
        }

        .popupBody span {
            font-size: xx-small !important;
            background-color: #37474F !important;
            color: #78909C !important;
        }

    .HeroBanner {
        min-height: 80vh;
        width: 100%;
        background-image: url("../Images/HeroETSA_Final.png");
        background-color: var(--bg-colour);
        box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.65);
        border-color: rgba(0, 0, 0, 1);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .MidBanner {
        min-height: 80vh;
        width: 100%;
        background-image: url("../Images/HeroETSA_Final.png");
        background-color: var(--bg-colour);
        box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.65);
        border-color: rgba(0, 0, 0, 1);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .HeroMainHeading {
        padding-left: 10vw;
        color: white;
        font-size: 60px;
        font-weight: bold !important;
        margin-top: -10vh;
        font-family: inherit !important;
    }

    .HeroSecondaryHeading {
        font-size: 30px;
        padding-left: 10vw;
        padding-right: 25vw;
        color: white;
        font-family: inherit;
        margin-top: 1%;
    }

    .HeroText {
        position: absolute;
        top: 50%;
        bottom: 50%;
    }

    .BannerText {
        position: relative;
        padding-top: 30vh;
        padding-bottom: 30vh;
    }

    .BannerMainHeading {
        padding-left: 10vw;
        color: white;
        font-size: 60px;
        font-weight: bold;
        margin-top: -5vh;
        font-family: inherit !important;
    }

    .BannerSecondaryHeading {
        font-size: 35px;
        padding-left: 10vw;
        padding-right: 25vw;
        color: white;
        margin-top: 1%;
        font-family: inherit;
    }

    .HeroFlexContainer {
        display: flex;
    }

    .FooterText {
        margin-left: 10vw;
        font-size: 15px;
        font-weight: 800;
    }

    .AboutContent {
        padding-top: 8vh;
        position: relative;
    }

    .AboutHeading {
        padding-left: 15vw;
        text-align: left;
        color: var(--main-colour);
        font-size: 35px;
		font-weight: 800;

    }

    .ContactHeading {
        color: var(--main-colour);
        font-size: 35px;
        font-weight: 800;
        text-align: center;
    }

    .AboutBody {
        padding-left: 15vw;
        padding-right: 15vw;
        text-align: left;
        font-size: 20px;
        font-family: inherit;
        font-size: 13pt;
        color: #0C457D;
    }

    .OverviewContainer {
        padding-bottom: 5vh;
        padding-top: 8vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mockupLeftImage {
        margin-left: 10vw;
    }

    .mockupRightImage {
        margin-right: 10vw;
    }

    .OverviewHeading {
        color: var(--main-colour);
        font-size: 35px;
        font-weight: 800;
    }

    #MainHeading {
        text-align: center;
    }

    .OverviewBody {
        font-size: 18px;
    }

    .OverviewText {
        margin-top: -15vh;
        padding-right: 15vw;
        padding-left: 5vw;
    }

    .OverviewTextSecondary {
        margin-top: -15vh;
        padding-right: 5vw;
        padding-left: 15vw;
    }

    .OffersContainer {
        padding-top: 8vh;
        padding-bottom: 10vh;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-width: 50%;
        margin: auto;
        flex-wrap: nowrap
    }

    .blurbItem {
        min-height: 220px;
        text-align: center;
        padding: 2vh 1vw;
    }

    .blurbHeading {
        padding-top: 2vh;
        padding-bottom: 1vh;
        margin-bottom: 0px;
        text-align: center;
        color: var(--accent-colour);
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
    }

    .blurbBody {
        margin: 0px;
        text-align: center;
        font-size: 16px;
    }

    .blurbImage {
        display: block;
        margin: auto;
        width: 50%;
    }

    .blurbImageContainer {
        height: 22vh;
        width: 22vh;
        background-color: var(--light-blue);
        padding-top: 4vh;
        padding-bottom: 4vh;
        margin-left: 4vw;
        margin-right: 4vw;
        margin-top: 0px;
        border-radius: 50%;
        box-shadow: 0 0 10px 10px rgba(105, 139, 173, 0.3);
    }

    /* classic clearfix */
    div.clear {
        clear: both;
    }

    /* centered fixed-width page container */
    div#wrapper {
        width: 980px;
        padding: 10px;
        margin: 0 auto;
        border: 1px solid #c0c0c0;
    }

    /* tabs styles */

    section.tabs {
        /* a little breathing room for the content within the tabs */
        box-shadow: 0 0 18px 10px rgba(0,0,0,0.5);
        border-radius: 15px;
        padding: 0px;
    }

        /* general tab heading styles for the list of headings as a whole */
        section.tabs ul {
            padding: 0px;
            margin: 0;
            list-style-type: none; /* remove the default bullet point for lists */
            position: relative;
            z-index: 1;
        }

            /* general styles for each tab heading list item */
            section.tabs ul li {
                color: white;
                float: left; /* make these tab headings sit next to each other */
                border: 0px solid #c0c0c0;
                padding: 10px;
                margin: 0px;
                list-style-position: inside;
                width: 20%;
                text-align: center;
                background-color: var(--main-colour);
                border-bottom: 2px solid #000;
            }

                /* selected tab heading styles */
                section.tabs ul li.selected {
                    /* make the selected tab heading look like it blends with the content below it. */
                    color: #000;
                    background-color: #F5F5F5;
                    border-bottom: 2px solid var(--accent-colour);
                }

        /* general tab content styles */
        section.tabs article {
            border: 0px solid #c0c0c0;
            display: none; /* hidden by default */
            padding: 10px;
            position: relative;
            top: -1px;
        }

            /* selected tab content styles */
            section.tabs article.selected {
                display: block; /* visible! */
            }

    .listItem {
        color: #000 !important;
        line-height: 2em;
        font-weight: 700;
        font-size: 16px;
        float: none !important; /* make these tab headings sit next to each other */
        border: none !important;
        padding: initial !important;
        margin: auto !important;
        list-style-position: initial !important;
        width: auto !important;
        text-align: left !important;
        background-color: transparent !important;
    }

    .list {
        padding-left: 3vw !important;
        margin: initial !important;
        list-style-type: initial !important; /* remove the default bullet point for lists */
        position: initial !important;
        z-index: initial !important;
    }

    .DataSectorTabs {
        padding-top: 5vh;
        max-width: 72%;
        margin: auto
    }

    #tab1 {
        border-radius: 15px 0px 0px 0px;
    }

    #tab5 {
        border-radius: 0px 15px 0px 0px;
    }

    .TabRow {
        display: flex;
    }

    .ImageMap {
        margin-left: 40vw;
    }

    .contactButton {
        background-color: var(--accent-colour);
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        color: white;
        border-radius: 20px;
        margin-top: 5vh;
    }

    .contactButton1 {
        background-color: var(--accent-colour);
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        color: white;
        border-radius: 20px;
        margin-top: 5vh;
    }

    .BannerTextSecondary {
        position: relative;
        text-align: center;
        padding-top: 35vh;
        padding-right: 10vw;
    }

    .ContactForm {
        padding-top: 5vh;
        padding-left: 2vw;
        margin-left: 32vw;
        margin-right: 32vw;
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-radius: 20px 20px 0px 0px;
        box-shadow: 0 -4px 5px -1px rgba(0,0,0,0.3);
    }

    .ContactSection {
        display: flex;
        align-items: flex-start;
        justify-content: left;
    }

    .fieldSection {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        align-items: center;
        align-items: flex-end;
        padding-right: 3vw;
    }

    .contactInput {
        width: 100%;
        padding-top: 1vh;
        padding-bottom: 1vh;
        padding-left: 1vw;
        padding-right: 0px;
        border-radius: 20px;
        border-width: 0px;
        background-color: rgba(12,69,125,0.75);
        color: white;
        font-weight: 700;
    }

    .contactSelect {
        width: 100%;
        padding-top: 1vh;
        padding-bottom: 1vh;
        padding-left: 1vw;
        padding-right: 2vw;
        margin-left: 2vw;
        border-radius: 20px;
        border-width: 0px;
        background-color: rgba(12,69,125,0.75);
        color: white !important;
        font-weight: 700;
    }

    .SecondarContactSection {
        padding-top: 5vh;
        padding-left: 2vw;
        margin-left: 32vw;
        margin-right: 32vw;
        margin-top: 0px;
        padding-top: 0px;
        border-radius: 0px 0px 20px 20px;
        box-shadow: 0 5px 5px -1px rgba(0,0,0,0.3);
    }

    .contactText {
        min-width: 30vw;
        margin-bottom: 5vh;
        border-radius: 20px;
        color: var(--main-colour);
        padding: 1vh 1vw;
    }

    ::placeholder {
        color: #c0c0c0;
    }

    .formLabel {
        padding-top: 1vh;
        padding-bottom: 0.5vh;
    }

    .contactSubmit {
        background-color: var(--main-colour);
        padding: 2vh 2vw;
        color: white;
        font-size: 18px;
        font-weight: 800;
        border-width: 0px;
        border-radius: 20px;
        margin-bottom: 5vh;
    }

    .ContactSuperContainer {
        display: flex;
    }

    .dxbs-textbox .col-form-label {
        font-weight: bold;
    }

    .dxbs-dropdown-edit .col-form-label {
        font-weight: bold;
    }

    .dxbs-dropdown-edit .input-group > div:not(.input-group-append):not(.input-group-prepend):not(.dxbs-dropdown-area):not(.dxbs-out-of-range-warn):not(.dxbs-ld):not(.dxbs-lp):not(:last-child) .form-control {
        border-radius: 20px 0px 0px 20px;
        background-color: var(--light-blue);
        color: #000;
        font-weight: bold;
    }

    .dxbs-memo .col-form-label {
        font-weight: bold;
    }

    .dxbs-memo .form-control {
        border-radius: 20px;
        background-color: var(--light-blue);
        color: #000;
        font-weight: bold;
    }

    .dxbs-listbox > li > a {
        background-color: var(--light-blue);
        color: #000;
        font-weight: bold;
    }

        .dxbs-listbox > li > a:hover {
            background-color: var(--main-colour);
            color: #fff;
            font-weight: bold;
        }

    .dxbs-textbox > div > input.form-control {
        border-radius: 20px;
        background-color: var(--light-blue);
        color: #000;
        font-weight: bold;
    }

    .MobileOverviewContainer {
        display: none;
    }

    .centreHeading {
        text-align: center;
        padding-left: 2vw;
        padding-right: 2vw;
        color: #0C457D;
        font-weight: 500;
        font-size: xx-large;
        font-family: inherit;
		color: #0C457D;
    }
}

@media only screen and (width: 1920px) {
	.AboutBody {
        padding-left: 21vw;
        padding-right: 15vw;
        text-align: left;
        font-size: 20px;
        font-family: inherit;
        font-size: 13pt;
        color: #0C457D;
    }
}


.centreHeading2 {
    text-align: center;
    padding-left: 2vw;
    padding-right: 2vw;
    color: #0C457D;
}


@media only screen and (max-height: 799px) {
    .blurbImage {
        height: 20vh !important;
        width: 20vh !important;
        margin-top: 1vh !important;
    }

    .blurbImageContainer {
        height: 30vh !important;
        width: 30vh !important;
        background-color: var(--light-blue) !important;
        padding-top: 4vh !important;
        padding-bottom: 4vh !important;
        margin: auto !important;
        border-radius: 50% !important;
        box-shadow: 0 0 10px 10px rgba(12, 69, 125, 0.5) !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    #TopMenu {
        width: 40vw;
        margin: auto;
        display: block;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1350px) {
    .ImageMap {
        margin-left: 30vw;
    }
}

@media only screen and (min-width: 1600px) {
    #TopMenu {
        margin: auto;
    }
}

@media only screen and (max-width: 800px) and (min-width: 480px) {
    .HeroMainHeading {
        margin-top: 10vh !important;
        margin-bottom: 10vh !important;
        font-family: inherit !important;
    }
}

@media only screen and (max-width: 800px) and (min-width: 700px) {
    .navbar-toggler {
        margin-left: 55vw;
    }
}

@media only screen and (max-width: 699px) and (min-width: 500px) {
    .navbar-toggler {
        margin-left: 45vw;
    }
}

@media only screen and (max-width: 900px) and (min-width: 801px) {
    .navbar-toggler {
        margin-left: 65vw;
    }
}

@media only screen and (max-width: 600px) {
    .MobileNewsContainer {
        padding-bottom: 5vh;
        padding-top: 0vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
    }

    .MobileNewsExpand {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .MobileNewsExpandHeading {
        font-size: 27px !important
    }

}

@media only screen and (min-width: 600px) {
    .MobileNewsContainer {
        padding-bottom: 5vh;
        padding-top: 0vh;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        width: 70%
    }

    .MobileNewsOverviewContainer {
        padding: 50px;
    }

}


@media only screen and (min-width: 600px) {
    .OverviewVideoContainer {
        width:70%;
    }
}
    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 600px) {

        #NewsFlashHeader {
            
        }

        #ReportsHeader {
           
        }

        #NewsFlash {
            padding: 6px 12px;
            border-top: none;
            border: none;
            margin-left: 0px !important
        }

        #NewsLetter {
            display:flex;
            transform : none;
            padding: 6px 12px;
            border-top: none;
            border: none;
        }

        #articleDiv {
            border-radius: 20px;
            box-shadow: 0px 4px 24px 1px rgba(13, 2, 2, 1);
            overflow: scroll;
            max-height: 800px;
            padding: 50px;
            background-color: white;
            text-align: left;
            width:80%
        }

        .ContactSection {
            display: flex;
            align-items: flex-start;
            justify-content: left;
        }

        .fieldSection {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            align-items: center;
            align-items: flex-end;
            padding-right: 3vw;
        }

        .contactInput {
            width: 100%;
            padding-top: 1vh;
            padding-bottom: 1vh;
            padding-left: 1vw;
            padding-right: 0px;
            border-radius: 20px;
            border-width: 0px;
            background-color: rgba(12,69,125,0.75);
            color: white;
            font-weight: 700;
        }

        .contactSelect {
            width: 100%;
            padding-top: 1vh;
            padding-bottom: 1vh;
            padding-left: 1vw;
            padding-right: 2vw;
            margin-left: 2vw;
            border-radius: 20px;
            border-width: 0px;
            background-color: rgba(12,69,125,0.75);
            color: white !important;
            font-weight: 700;
        }

        .SecondarContactSection {
            padding-top: 5vh;
            padding-left: 2vw;
            margin-left: 32vw;
            margin-right: 32vw;
            margin-top: 0px;
            padding-top: 0px;
            border-radius: 0px 0px 20px 20px;
            box-shadow: 0 5px 5px -1px rgba(0,0,0,0.3);
        }

        .contactText {
            min-width: 30vw;
            margin-bottom: 5vh;
            border-radius: 20px;
            color: var(--main-colour);
            padding: 1vh 1vw;
        }

        ::placeholder {
            color: #c0c0c0;
        }

        .formLabel {
            padding-top: 1vh;
            padding-bottom: 0.5vh;
        }

        .contactSubmit {
            background-color: var(--main-colour);
            padding: 2vh 2vw;
            color: white;
            font-size: 18px;
            font-weight: 800;
            border-width: 0px;
            border-radius: 20px;
            margin-bottom: 5vh;
        }

        .ContactSuperContainer {
            display: flex;
        }

        .dxbs-textbox .col-form-label {
            font-weight: bold;
        }

        .dxbs-dropdown-edit .col-form-label {
            font-weight: bold;
        }

        .dxbs-dropdown-edit .input-group > div:not(.input-group-append):not(.input-group-prepend):not(.dxbs-dropdown-area):not(.dxbs-out-of-range-warn):not(.dxbs-ld):not(.dxbs-lp):not(:last-child) .form-control {
            border-radius: 20px 0px 0px 20px;
            background-color: var(--light-blue);
            color: #000;
            font-weight: bold;
        }

        .dxbs-memo .col-form-label {
            font-weight: bold;
        }

        .dxbs-memo .form-control {
            border-radius: 20px;
            background-color: var(--light-blue);
            color: #000;
            font-weight: bold;
        }

        .dxbs-listbox > li > a {
            background-color: var(--light-blue);
            color: #000;
            font-weight: bold;
        }

            .dxbs-listbox > li > a:hover {
                background-color: var(--main-colour);
                color: #fff;
                font-weight: bold;
            }

        .dxbs-textbox > div > input.form-control {
            border-radius: 20px;
            background-color: var(--light-blue);
            color: #000;
            font-weight: bold;
        }

        .contactUsForm {
            width: 90vw !important;
            padding: 30px;
            background-color: white;
            border-radius: 20px;
            margin-right: auto;
            margin-left: auto;
            padding-top: 20px;
            padding-bottom: 5px;
            box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
        }

        .dxbs-tabs {
            margin: auto;
            max-width: 80vw;
            border-radius: 20px;
            box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
        }

        .tab-pane {
            padding-left: 2vw;
            padding-right: 2vw;
        }

        #Content_ctl00_AT0T {
            border-radius: 20px 0px 0px 0px;
        }

        .tabcontrol a {
            color: var(--accent-colour);
        }

        .tabcontent {
            padding: 6px 12px;
            border-top: none;
            border: none;
        }

        .tabcontrolactive .nav-link.active a {
            color: var(--accent-colour) !important;
            font-weight: bold;
            background-color: var(--bg-colour) !important;
        }

        .SiteLogo {
            max-width: 180px;
            top: 10px;
        }

        .menuItem {
            color: var(--accent-colour) !important;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .navbar navbar-expand-lg navbar-light fixed-top bg-light {
            background-color: white;
        }

        .fixed-top {
            box-shadow: 0 0px 5px 0px rgba(0,0,0,0.8);
        }

        .nav-link {
            color: var(--main-colour) !important;
        }

            .nav-link.active {
                height: 100%;
                color: var(--accent-colour) !important;
                background-color: white !important;
            }

        .dropdown a {
            color: var(--main-colour);
        }

            .dropdown a:hover {
                color: var(--main-colour);
            }

        .dropdown a {
            color: var(--main-colour) !important;
        }

        .HeroBanner {
            min-height: 600px;
            width: 100%;
            background-image: url("../Images/HeroETSA_Final.png");
            background-color: var(--bg-colour);
            box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.65);
            border-color: rgba(0, 0, 0, 1);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .HeroMainHeading {
            padding-left: 10vw;
            color: white;
            font-size: 60px;
            font-weight: bold !important;
            margin-top: -10vh;
            font-family: inherit !important;
            margin-top: 5%;
        }

        .HeroSecondaryHeading {
            font-size: 30px;
            padding-left: 10vw;
            padding-right: 15vw;
            color: white;
        }

        .HeroText {
            position: absolute;
            top: 20%;
            bottom: 20%;
        }

        .BannerText {
            position: relative;
            padding-top: 20%;
            padding-bottom: 20%;
        }

        .BannerTextSecondary {
            position: relative;
            padding-top: 20%;
            padding-bottom: 20%;
        }

        .BannerMainHeading {
            padding-left: 28vw;
            padding-right: 15vw;
            color: white;
            font-size: 35px !important;
            font-weight: bold;
            margin-top: 10vh;
        }

        .BannerSecondaryHeading {
            font-size: 35px;
            padding-left: 10vw;
            padding-right: 25vw;
            color: white;
            font-family: inherit;
            margin-top: 1%;
        }

        .MidBanner {
            min-height: 600px;
            width: 100%;
            background-image: url("../Images/HeroETSA_Final.png");
            background-color: var(--bg-colour);
            box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.65);
            border-color: rgba(0, 0, 0, 1);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .contactButton {
            background-color: var(--accent-colour);
            border: none;
            color: white;
            padding: 10px 22px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 15px;
            color: white;
            border-radius: 20px;
            margin-top: 5vh;
        }

        .HeroFlexContainer {
            display: flex;
        }

        .FooterText {
            padding-left: 3vw;
            padding-right: 10vw;
            font-size: 15px;
            font-weight: 800;
        }

        .AboutContent {
            padding-top: 8vh;
            position: relative;
        }

        .AboutHeading {
            padding-left: 8vw;
            padding-right: 15vw;
            text-align: left;
            color: var(--main-colour);
            font-size: 35px;
            font-weight: 800;
        }

        .ContactHeading {
            color: var(--main-colour);
            font-size: 35px;
            font-weight: 800;
            text-align: center;
        }

        .AboutBody {
            padding-left: 8vw;
            padding-right: 20vw;
            padding-right: 15vw;
            text-align: left;
            font-size: 20px;
        }

        .OffersContainer {
            padding-top: 8vh;
            padding-bottom: 10vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

        .blurbItem {
            padding: 2vh 2vw;
            text-align: center;
        }

        .blurbHeading {
            padding-top: 5vh;
            text-align: center;
            color: var(--accent-colour);
            text-transform: uppercase;
            font-weight: bold;
            font-size: 20px;
        }

        .blurbBody {
            padding-top: 2vh;
            text-align: center;
            font-size: 16px;
        }

        .blurbImage {
            display: block;
            margin: auto;
            width: 50%;
        }

        .blurbImageContainer {
            height: 22vh;
            width: 22vh;
            background-color: var(--light-blue);
            padding-top: 4vh;
            padding-bottom: 4vh;
            margin: auto;
            border-radius: 50%;
            box-shadow: 0 0 10px 10px rgba(12, 69, 125, 0.5);
        }

        .ImageMap {
            display: none;
        }

        /*Style Tabs*/
        /* classic clearfix */
        div.clear {
            clear: both;
        }

        /* centered fixed-width page container */
        div#wrapper {
            width: 980px;
            padding: 10px;
            margin: 0 auto;
            border: 1px solid #c0c0c0;
        }

        /* tabs styles */

        section.tabs {
            /* a little breathing room for the content within the tabs */
            box-shadow: 0 0 18px 10px rgba(0,0,0,0.5);
            border-radius: 15px;
            padding: 0px;
        }

            /* general tab heading styles for the list of headings as a whole */
            section.tabs ul {
                padding: 0px;
                margin: 0;
                list-style-type: none; /* remove the default bullet point for lists */
                position: relative;
                z-index: 1;
            }

                /* general styles for each tab heading list item */
                section.tabs ul li {
                    color: white;
                    float: left; /* make these tab headings sit next to each other */
                    border: 0px solid #c0c0c0;
                    padding: 10px;
                    margin: 0px;
                    list-style-position: inside;
                    width: 20%;
                    text-align: center;
                    background-color: var(--main-colour);
                    border-bottom: 2px solid #000;
                }

                    /* selected tab heading styles */
                    section.tabs ul li.selected {
                        /* make the selected tab heading look like it blends with the content below it. */
                        color: #000;
                        background-color: #F5F5F5;
                        border-bottom: 2px solid var(--accent-colour);
                    }

            /* general tab content styles */
            section.tabs article {
                border: 0px solid #c0c0c0;
                display: none; /* hidden by default */
                padding: 10px;
                position: relative;
                top: -1px;
            }

                /* selected tab content styles */
                section.tabs article.selected {
                    display: block; /* visible! */
                }

        .listItem {
            color: #000 !important;
            line-height: 2em;
            font-weight: 700;
            font-size: 16px;
            float: none !important; /* make these tab headings sit next to each other */
            border: none !important;
            padding: initial !important;
            margin: auto !important;
            list-style-position: initial !important;
            width: auto !important;
            text-align: left !important;
            background-color: transparent !important;
        }

        .list {
            padding-left: 8vw !important;
            margin: initial !important;
            list-style-type: initial !important; /* remove the default bullet point for lists */
            position: initial !important;
            z-index: initial !important;
        }

        .DataSectorTabs {
            padding-top: 5vh;
            max-width: 92%;
            margin: auto
        }

        #tab1 {
            border-radius: 15px 0px 0px 0px;
            min-height: 8vh;
            font-size: 13px;
        }

        #tab2 {
            min-height: 8vh;
            font-size: 13px;
        }

        #tab3 {
            min-height: 8vh;
            font-size: 13px;
        }

        #tab4 {
            min-height: 8vh;
            font-size: 13px;
        }

        #tab5 {
            border-radius: 0px 15px 0px 0px;
            min-height: 8vh;
            font-size: 12px;
        }

        .TabRow {
            display: flex;
        }

        .OverviewHeading {
            padding-top: 10vh;
            color: var(--main-colour);
            font-size: 35px;
            font-weight: 800;
        }

        #MainHeading {
            text-align: center;
        }

        .MobileBody {
            text-align: center;
            font-size: 18px;
        }

        .MobileText {
            margin-top: -15vh;
            padding-right: 15vw;
            padding-left: 15vw;
        }

        .MobileHeading {
            padding-top: 20vh;
            text-align: center;
            color: var(--main-colour);
            font-size: 35px;
            font-weight: 800;
        }

        .MobileMockup {
            margin: auto;
            max-width: 250px;
            max-height: 200px;
        }

        .MobileOverviewContainer {
            padding-bottom: 5vh;
            padding-top: 8vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        @media only screen and (max-height: 200px) {
            .MobileOverviewContainer {
                font-size:calc(16px + 1vw)
            }
        }

            .OverviewContainer {
                display: none;
            }

            .MobileCol {
                text-align: center;
            }

            .centreHeading {
                text-align: center;
                padding-right: 2vw;
                padding-left: 2vw;
            }

            #contactContainer {
                max-width: 90vw !important;
                margin: auto;
            }

            #NewsFlash {
                display: flex;
                transform: none !important;
                margin-top: 0px !important;
                margin-left: 0px !important
            }

            #NewsLetter {
                display: flex;
            }

            .indicatorDiv {
                width: 80%;
                
                box-shadow: 0px 0px 22px 4px rgba(0, 0, 0, 0.4);
                border-radius: 20px;
                position: inherit;
                z-index: 888;
                background-color: white;
            }

            #Content_bannerParagraph {
                margin-top: 10%;
            }

            #Content_bannerParagraph1 {
                display: none;
            }

            .HeroMainHeading {
            }
        }

    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) and (max-width: 1190px) {

        #articleDiv {
            border-radius: 20px;
            box-shadow: 0px 4px 24px 1px rgba(13, 2, 2, 1);
            width: 80%;
            overflow: scroll;
            max-height: 800px;
            padding: 50px;
            background-color: white;
            text-align: left;
        }

        #NewsFlash {
            padding: 6px 12px;
            border-top: none;
            border: none;
            margin-left: 0px !important
        }

        #NewsFlashHeader {
            margin-top: 0em !important;
        }

        #ReportsHeader {
            margin-top: 0em !important;
        }

        #NewsLetter {
            padding: 6px 12px;
            border-top: none;
            border: none;
        }

        .contactUsForm {
            width: 90vw !important;
            padding: 30px;
            background-color: white;
            border-radius: 20px;
            margin-right: auto;
            margin-left: auto;
            padding-top: 20px;
            padding-bottom: 5px;
            box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
        }

        .SiteLogo {
            max-width: 180px;
            top: 10px;
        }

        .menuItem {
            color: var(--accent-colour) !important;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .navbar navbar-expand-lg navbar-light fixed-top bg-light {
            background-color: white;
        }

        .fixed-top {
            box-shadow: 0 0px 5px 0px rgba(0,0,0,0.8);
        }

        .nav-link {
            color: var(--main-colour) !important;
        }

            .nav-link.active {
                height: 100%;
                color: var(--accent-colour) !important;
                background-color: white !important;
            }

        .dropdown a {
            color: var(--main-colour);
        }

            .dropdown a:hover {
                color: var(--main-colour);
            }

        .dropdown a {
            color: var(--main-colour) !important;
        }

        .HeroBanner {
            min-height: 600px;
            width: 100%;
            background-image: url("../Images/HeroETSA_Final.png");
            background-color: var(--bg-colour);
            box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.65);
            border-color: rgba(0, 0, 0, 1);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .HeroMainHeading {
            padding-left: 10vw;
            padding-right: 15vw;
            color: white;
            font-size: 45px;
            font-weight: bold !important;
            margin-top: 0px;
            font-family: inherit !important;
        }

        .HeroSecondaryHeading {
            font-size: 30px;
            padding-left: 10vw;
            padding-right: 15vw;
            color: white;
        }

        .HeroText {
            position: absolute;
            top: 20%;
            bottom: 20%;
        }

        .BannerText {
            position: relative;
            padding-top: 20%;
            padding-bottom: 20%;
        }

        .BannerTextSecondary {
            position: relative;
            padding-top: 20%;
            padding-bottom: 20%;
        }

        .BannerMainHeading {
            padding-left: 10vw;
            padding-right: 15vw;
            color: white;
            font-size: 40px;
            font-weight: bold;
            margin-top: 10vh;
        }

        .BannerSecondaryHeading {
            font-size: 25px;
            padding-left: 10vw;
            padding-right: 20vw;
            color: white;
            margin-top: 1%;
            font-family: inherit;
        }

        .MidBanner {
            min-height: 600px;
            width: 100%;
            background-image: url("../Images/HeroETSA_Final.png");
            background-color: var(--bg-colour);
            box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.65);
            border-color: rgba(0, 0, 0, 1);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .contactButton {
            background-color: var(--accent-colour);
            border: none;
            color: white;
            padding: 10px 22px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            font-size: 15px;
            color: white;
            border-radius: 20px;
            margin-top: 5vh;
        }

        .HeroFlexContainer {
            display: flex;
        }

        .FooterText {
            padding-left: 3vw;
            padding-right: 10vw;
            font-size: 15px;
            font-weight: 800;
        }

        .AboutContent {
            padding-top: 8vh;
            position: relative;
        }

        .AboutHeading {
            padding-left: 8vw;
            padding-right: 15vw;
            text-align: left;
            color: var(--main-colour);
            font-size: 35px;
            font-weight: 800;
        }

        .ContactHeading {
            color: var(--main-colour);
            font-size: 35px;
            font-weight: 800;
            text-align: center;
        }

        .AboutBody {
            padding-left: 8vw;
            padding-right: 20vw;
            padding-right: 15vw;
            text-align: left;
            font-size: 20px;
        }

        .OffersContainer {
            padding-top: 8vh;
            padding-bottom: 10vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin: auto;
        }

        .blurbItem {
            padding: 2vh 2vw;
            text-align: center;
        }

        .blurbHeading {
            padding-top: 5vh;
            text-align: center;
            color: var(--accent-colour);
            text-transform: uppercase;
            font-weight: bold;
            font-size: 20px;
        }

        .blurbBody {
            padding-top: 2vh;
            text-align: center;
            font-size: 16px;
        }

        .blurbImage {
            display: block;
            margin: auto;
            width: 50%;
        }

        .blurbImageContainer {
            height: 22vh;
            width: 22vh;
            background-color: var(--light-blue);
            padding-top: 4vh;
            padding-bottom: 4vh;
            margin: auto;
            border-radius: 50%;
            box-shadow: 0 0 10px 10px rgba(12, 69, 125, 0.5);
        }

        .WhatWeOffer {
            align-content: center;
            height: 110px;
            display: inline-block;
        }

        .ImageMap {
            display: none;
        }

        /*Style Tabs*/
        /* classic clearfix */
        div.clear {
            clear: both;
        }

        /* centered fixed-width page container */
        div#wrapper {
            width: 980px;
            padding: 10px;
            margin: 0 auto;
            border: 1px solid #c0c0c0;
        }

        /* tabs styles */

        section.tabs {
            /* a little breathing room for the content within the tabs */
            box-shadow: 0 0 18px 10px rgba(0,0,0,0.5);
            border-radius: 15px;
            padding: 0px;
        }

            /* general tab heading styles for the list of headings as a whole */
            section.tabs ul {
                padding: 0px;
                margin: 0;
                list-style-type: none; /* remove the default bullet point for lists */
                position: relative;
                z-index: 1;
            }

                /* general styles for each tab heading list item */
                section.tabs ul li {
                    color: white;
                    float: left; /* make these tab headings sit next to each other */
                    border: 0px solid #c0c0c0;
                    padding: 10px;
                    margin: 0px;
                    list-style-position: inside;
                    width: 20%;
                    text-align: center;
                    background-color: var(--main-colour);
                    border-bottom: 2px solid #000;
                }

                    /* selected tab heading styles */
                    section.tabs ul li.selected {
                        /* make the selected tab heading look like it blends with the content below it. */
                        color: #000;
                        background-color: #F5F5F5;
                        border-bottom: 2px solid var(--accent-colour);
                    }

            /* general tab content styles */
            section.tabs article {
                border: 0px solid #c0c0c0;
                display: none; /* hidden by default */
                padding: 10px;
                position: relative;
                top: -1px;
            }

                /* selected tab content styles */
                section.tabs article.selected {
                    display: block; /* visible! */
                }

        .listItem {
            color: #000 !important;
            line-height: 2em;
            font-weight: 700;
            font-size: 16px;
            float: none !important; /* make these tab headings sit next to each other */
            border: none !important;
            padding: initial !important;
            margin: auto !important;
            list-style-position: initial !important;
            width: auto !important;
            text-align: left !important;
            background-color: transparent !important;
        }

        .list {
            padding-left: 8vw !important;
            margin: initial !important;
            list-style-type: initial !important; /* remove the default bullet point for lists */
            position: initial !important;
            z-index: initial !important;
        }

        .DataSectorTabs {
            padding-top: 5vh;
            max-width: 92%;
            margin: auto
        }

        #tab1 {
            border-radius: 15px 0px 0px 0px;
            min-height: 8vh;
            font-size: 13px;
        }

        #tab2 {
            min-height: 8vh;
            font-size: 13px;
        }

        #tab3 {
            min-height: 8vh;
            font-size: 13px;
        }

        #tab4 {
            min-height: 8vh;
            font-size: 13px;
        }

        #tab5 {
            border-radius: 0px 15px 0px 0px;
            min-height: 8vh;
            font-size: 12px;
        }

        .TabRow {
            display: flex;
        }

        .OverviewHeading {
            padding-top: 10vh;
            color: var(--main-colour);
            font-size: 35px;
            font-weight: 800;
        }

        #MainHeading {
            text-align: center;
        }

        .MobileBody {
            text-align: center;
            font-size: 18px;
        }

        .MobileText {
            margin-top: -15vh;
            padding-right: 15vw;
            padding-left: 15vw;
        }

        .MobileHeading {
            padding-top: 20vh;
            text-align: center;
            color: var(--main-colour);
            font-size: 35px;
            font-weight: 800;
        }

        .MobileMockup {
            max-width: 250px;
            max-height: 201px;
        }

        .NewsMedia {
            flex-direction: column;
        }


        .MobileOverviewContainer {
            padding-bottom: 5vh;
            padding-top: 8vh;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .OverviewContainer {
            display: none;
        }

        .MobileCol {
            text-align: center;
        }

        .centreHeading {
            text-align: center;
            padding-left: 2vw;
            padding-right: 2vw;
        }

        .dxbs-tabs {
            margin: auto;
            max-width: 80vw;
            border-radius: 20px;
            box-shadow: 0 0 5px 5px rgba(0,0,0,0.3);
        }

        .tab-pane {
            padding-left: 2vw;
            padding-right: 2vw;
        }

        #Content_ctl00_AT0T {
            border-radius: 20px 0px 0px 0px;
        }

        .tabcontrol a {
            color: var(--accent-colour);
        }

        .tabcontrolactive .nav-link.active a {
            color: var(--accent-colour) !important;
            font-weight: bold;
            background-color: var(--bg-colour) !important;
        }

        .ContactSection {
            display: flex;
            align-items: flex-start;
            justify-content: left;
        }

        .fieldSection {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            align-items: center;
            align-items: flex-end;
            padding-right: 3vw;
        }

        .contactInput {
            width: 100%;
            padding-top: 1vh;
            padding-bottom: 1vh;
            padding-left: 1vw;
            padding-right: 0px;
            border-radius: 20px;
            border-width: 0px;
            background-color: rgba(12,69,125,0.75);
            color: white;
            font-weight: 700;
        }

        .contactSelect {
            width: 100%;
            padding-top: 1vh;
            padding-bottom: 1vh;
            padding-left: 1vw;
            padding-right: 2vw;
            margin-left: 2vw;
            border-radius: 20px;
            border-width: 0px;
            background-color: rgba(12,69,125,0.75);
            color: white !important;
            font-weight: 700;
        }

        .SecondarContactSection {
            padding-top: 5vh;
            padding-left: 2vw;
            margin-left: 32vw;
            margin-right: 32vw;
            margin-top: 0px;
            padding-top: 0px;
            border-radius: 0px 0px 20px 20px;
            box-shadow: 0 5px 5px -1px rgba(0,0,0,0.3);
        }

        .contactText {
            min-width: 30vw;
            margin-bottom: 5vh;
            border-radius: 20px;
            color: var(--main-colour);
            padding: 1vh 1vw;
        }

        ::placeholder {
            color: #c0c0c0;
        }

        .formLabel {
            padding-top: 1vh;
            padding-bottom: 0.5vh;
        }

        .contactSubmit {
            background-color: var(--main-colour);
            padding: 2vh 2vw;
            color: white;
            font-size: 18px;
            font-weight: 800;
            border-width: 0px;
            border-radius: 20px;
            margin-bottom: 5vh;
        }

        .ContactSuperContainer {
            display: flex;
        }

        .dxbs-textbox .col-form-label {
            font-weight: bold;
        }

        .dxbs-dropdown-edit .col-form-label {
            font-weight: bold;
        }

        .dxbs-dropdown-edit .input-group > div:not(.input-group-append):not(.input-group-prepend):not(.dxbs-dropdown-area):not(.dxbs-out-of-range-warn):not(.dxbs-ld):not(.dxbs-lp):not(:last-child) .form-control {
            border-radius: 20px 0px 0px 20px;
            background-color: var(--light-blue);
            color: #000;
            font-weight: bold;
        }

        .dxbs-memo .col-form-label {
            font-weight: bold;
        }

        .dxbs-memo .form-control {
            border-radius: 20px;
            background-color: var(--light-blue);
            color: #000;
            font-weight: bold;
        }

        .dxbs-listbox > li > a {
            background-color: var(--light-blue);
            color: #000;
            font-weight: bold;
        }

            .dxbs-listbox > li > a:hover {
                background-color: var(--main-colour);
                color: #fff;
                font-weight: bold;
            }

        .dxbs-textbox > div > input.form-control {
            border-radius: 20px;
            background-color: var(--light-blue);
            color: #000;
            font-weight: bold;
        }

        #contactContainer {
            max-width: 90vw !important;
            margin: auto;
        }

        .tabcontent {
            border-top: none;
            padding: 6px 12px;
            border: none;
        }
    }

    @media only screen and (min-width: 800px) and (max-width: 1190px) {
        .HeroMainHeading {
            margin-top: 10vh;
            font-family: inherit !important;
        }

        .BannerMainHeading {
            margin-top: 0px;
        }

        .tabcontent {
            border-top: none;
            padding: 6px 12px;
            border: none;
        }
    }

    .nav-tabs {
        background-color: var(--light-blue);
        border-radius: 20px 20px 0px 0px;
        text-decoration: none !important;
    }

    #Content_ctl00_T0T {
        color: var(--bg-colour) !important;
    }

    #Content_ctl00_T1T {
        color: var(--bg-colour) !important;
    }

    #Content_ctl00_T2T {
        color: var(--bg-colour) !important;
    }

    #Content_ctl00_T3T {
        color: var(--bg-colour) !important;
    }

    #Content_ctl00_T4T {
        color: var(--bg-colour) !important;
    }

    @media only screen and (min-height: 790px) and (max-height: 800px) {
        .blurbImage {
            margin-top: auto;
            width: 156px !important;
            height: 156px !important;
        }
    }

    @media only screen and (min-height: 800px) and (max-height: 900px) {
        .blurbImage {
            margin-top: auto;
            width: 116px !important;
            height: 116px !important;
        }
    }

    @media only screen and (min-height: 900px) and (max-height: 980px) {
        .blurbImage {
            margin-top: auto;
            width: 130px !important;
            height: 130px !important;
        }
    }

    @media only screen and (min-height: 980px) and (max-height: 1100px) {
        .blurbImage {
            margin-top: auto;
            width: 140px !important;
            height: 140px !important;
        }
    }

    @media only screen and (min-height: 1100px) and (max-height: 1200px) {
        .blurbImage {
            margin-top: auto;
            width: 160px !important;
            height: 160px !important;
        }
    }

    @media only screen and (min-height: 1200px) and (max-height: 1300px) {
        .blurbImage {
            margin-top: auto;
            width: 180px !important;
            height: 180px !important;
        }
    }

    @media only screen and (min-height: 1300px) and (max-height: 1400px) {
        .blurbImage {
            margin-top: auto;
            width: 190px !important;
            height: 190px !important;
        }
    }

    @media only screen and (min-height: 1400px) and (max-height: 1500px) {
        .blurbImage {
            margin-top: auto;
            width: 200px !important;
            height: 200px !important;
        }
    }

    @media only screen and (min-height: 1500px) and (max-height: 1600px) {
        .blurbImage {
            margin-top: auto;
            width: 210px !important;
            height: 210px !important;
        }
    }

    @media only screen and (min-height: 1600px) and (max-height: 1700px) {
        .blurbImage {
            margin-top: auto;
            width: 220px !important;
            height: 220px !important;
        }
    }

    @media only screen and (min-height: 1700px) and (max-height: 1800px) {
        .blurbImage {
            margin-top: auto;
            width: 240px !important;
            height: 240px !important;
        }
    }

    @media only screen and (min-height: 1800px) and (max-height: 1900px) {
        .blurbImage {
            margin-top: auto;
            width: 260px !important;
            height: 260px !important;
        }
    }

    @media only screen and (min-height: 1900px) and (max-height: 2000px) {
        .blurbImage {
            margin-top: auto;
            width: 278px !important;
            height: 278px !important;
        }
    }

    @media only screen and (min-height: 2000px) and (max-height: 2100px) {
        .blurbImage {
            margin-top: auto;
            width: 305px !important;
            height: 305px !important;
        }
    }

    @media only screen and (min-height: 2100px) and (max-height: 2200px) {
        .blurbImage {
            margin-top: auto;
            width: 305px !important;
            height: 305px !important;
        }
    }

    @media only screen and (min-height: 2200px) and (max-height: 2300px) {
        .blurbImage {
            margin-top: auto;
            width: 320px !important;
            height: 320px !important;
        }
    }

    @media only screen and (min-height: 2300px) and (max-height: 2400px) {
        .blurbImage {
            margin-top: auto;
            width: 333px !important;
            height: 333px !important;
        }
    }

    @media only screen and (min-height: 2400px) and (max-height: 2500px) {
        .blurbImage {
            margin-top: auto;
            width: 348px !important;
            height: 348px !important;
        }
    }

    @media only screen and (min-height: 2500px) and (max-height: 2600px) {
        .blurbImage {
            margin-top: auto;
            width: 363px !important;
            height: 363px !important;
        }
    }

    @media only screen and (min-height: 2600px) and (max-height: 2700px) {
        .blurbImage {
            margin-top: auto;
            width: 377px !important;
            height: 377px !important;
        }
    }

    @media only screen and (min-height: 2700px) and (max-height: 2800px) {
        .blurbImage {
            margin-top: auto;
            width: 392px !important;
            height: 392px !important;
        }
    }

    @media only screen and (min-height: 2800px) and (max-height: 2900px) {
        .blurbImage {
            margin-top: auto;
            width: 406px !important;
            height: 406px !important;
        }
    }

    @media only screen and (min-height: 2900px) {
        .blurbImage {
            margin-top: auto;
            width: 421px !important;
            height: 421px !important;
        }
    }
