﻿/* Preloader */

.loader {
    position: relative;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #ff681e;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: auto;
    margin-right: auto;
}

.loader-outer {
    background-image: url(/media/h20du4bi/government_2-lg.jpg) !important;
    background-size: cover !important;
    background-blend-mode: multiply;
    flex-wrap: wrap;
    flex-direction: column;
    background: #99A2AA;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#locationPicker {
    display: none;
    text-align: center;
}

/* Preloader */



.h1, h1 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
    color: #707070;
    font-family: 'lato', sans-serif;
    margin-bottom: 20px;
}

.h4, h4 {
    font-size: 1.2rem;
}

h2, h2 {
    font-size: 35px;
    color: #5DB3B1;
    font-weight: 900;
    font-family: 'lato', sans-serif;
}

a {
    color: #00172b;
    text-decoration: underline;
    transition:all 0.3s;
    /* font-weight: 700; */

}

    a:hover {
        color: #FC6720;
    }

/* Globals */

body {
    font-family: "open-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:16px;
    line-height:1.5;
}

.mobile-show {
    display:none;
}

@media (max-width: 1200px) {
    .mobile-show {
        display: inline-block;
    }
    .mobile-hide {
        display: none;
    }
}

/* Overrides */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        align-items: center;
    }
}

/* Nav */


.nav-alignment {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .nav-alignment {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.navbar-blue {
    background: #ffffff;
    color: black;
}

.navbar-brand img {
    height:88px;
    width:auto;
}

@media (max-width: 1200px) {
    .navbar-brand img {
        height: 60px;
        width: auto;
    }
}

.navbar-brand {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    padding: 20px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-toggler {
    color: black;
}

    .navbar-toggler .material-icons {
        font-size:30px;
    }

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #606060;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-size: 16px;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 1200px) {
    .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #606060;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
        font-size: 16px;
        font-family: "lato", sans-serif;
        font-weight: 700;
        font-style: normal;
        background: rgba(0, 0, 0, 0.05);
        border-radius: 500px;
        padding: 15px;
        padding-left: 22px !important;
        margin-bottom: 5px;
    }
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding: 10px 15px;
    height:156px;
}

@media (max-width: 1200px) {
    .navbar {
        height: auto;
    }
}

.dropdown-toggle:after {
    content: none
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1;
}

@media (max-width: 768px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

.nav-link:focus, .nav-link:hover {
    color: #FC681F;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 17px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid lightgray;
    /* border-radius: 0rem; */
    background: white;
    padding: 10px 0px;
    box-shadow: 0px 0px 20px #e2e2e2;
    margin-bottom: 10px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    /* font-weight: 400; */
    color: #606060;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    /* background-color: rgba(0, 0, 0, 0.6); */
    border: 0;
    margin-bottom: 5px;
    font-family: "lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #FC681F;
        background-color: rgba(0, 0, 0, 0.05);
    }

/* Buttons */

.btn-highlight {
    border-radius: 500px;
    border: 1px solid #FC6720;
    padding: 10px 20px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    padding-bottom: 12px;
    background: white;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
}
    .btn-highlight:hover {
        border-radius: 500px;
        border: 1px solid #FC6720;
        padding: 10px 20px;
        padding-right: 20px !important;
        padding-left: 20px !important;
        font-weight: 700 !important;
        line-height: 1.4;
        padding-bottom: 12px;
        background: #FC6720;
        color: white;
        font-family: "lato", sans-serif;
        font-weight: 700;
        font-style: normal;
        display: inline-block;
    }

.btn-highlight-blue {
    border-radius: 500px;
    border: 1px solid #5DB3B1;
    padding: 10px 20px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    padding-bottom: 12px;
    background: white;
    font-family: "lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
}

    .btn-highlight-blue:hover {
        border-radius: 500px;
        border: 1px solid #5DB3B1;
        padding: 10px 20px;
        padding-right: 20px !important;
        padding-left: 20px !important;
        font-weight: 700 !important;
        line-height: 1.4;
        padding-bottom: 12px;
        background: #5DB3B1;
        color: white;
        font-family: "lato", sans-serif;
        font-weight: 700;
        font-style: normal;
        display: inline-block;
    }

/* Structure */

.top-margin {
    margin-top:155px;
}

@media (max-width: 991px) {
    .top-margin {
        margin-top: 120px;
    }
}

.padding-right {
    padding-right:80px
}

@media (max-width: 768px) {
    .padding-right {
        padding-right: 0px
    }
}

.padding-left {
    padding-left: 80px
}

@media (max-width: 768px) {
    .padding-left {
        padding-left: 0px
    }
}
/* Slideshow */

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: inherit;
    left: 40px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #99A2AA;
    text-align: left;
    top: 40px;
    background: rgba(0,0,0,0.8);
    max-width: 45%;
    padding: 20px 30px;
    font-size: 30px;
    line-height:1.3;
}

@media (min-width: 1400px) {
    .carousel-caption {
        position: absolute;
        right: auto;
        bottom: inherit;
        left: 40px;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #99A2AA;
        text-align: left;
        top: 40px;
        background: rgba(0,0,0,0.8);
        max-width: 45%;
        padding: 20px 30px;
        font-size: 30px;
        line-height: 1.3;
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin-right: 0px;
    margin-bottom: 1rem;
    margin-left: 60px;
    list-style: none;
}

@media (max-width: 990px) {
    .carousel-indicators {
        margin-left: 30px;
    }
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 15px;
        height: 15px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: 1;
        transition: opacity .6s ease;
        border-radius: 50%;
        border: 1px solid white;
    }

    .carousel-indicators .active {
        opacity: 1;
        border: 1px solid white;
        background: #ff681e;
    }

@media (max-width: 1200px) {
    .carousel-caption {
        top: 55px;
        font-size: 31px;
    }
}

@media (max-width: 990px) {
    .carousel-caption {
        max-width: 50%;
        left:10%;
        right:10%;
    }
}

@media (max-width: 990px) {
    .carousel-caption {
        max-width: 100%;
        left: 0%;
        right: 0%;
        background-color: #99A2AA;
        color: white;
        position: relative;
        top: 0px;
        padding-bottom: 50px;
        font-size: 20px;
        min-height: 180px;
    }
}



/* Random Image Hero */

.video-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: white;
    z-index: 2;
    padding-top: 0px;
}

.video-container {
    height: 700px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background-image: url(/Images/placeholder.jpg);
    background-size:cover;
    background-position:center center;
}

.video-tint {
    background: rgb(0, 0, 0);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.47384891456582634) 70%);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video-outer {
    position: relative;
    height: 700px;
}

h1.hero {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.intro-paragraph p {
    font-size: 18px;
}

@media (max-width: 991px) {
    .video-inner {
        padding: 20px;
    }

    .video-container {
        height: 600px;
        
    }

    .video-tint {
        background: rgba(0, 0, 0,0.6);
        
    }

    .video-outer {
        height: 600px;
    }

    h1.hero {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 25px;
        font-family: "lato", sans-serif;
        font-weight: 900;
        font-style: normal;
    }
}


/* White Block */

.white-bg ul {
    list-style: none;
    padding: 0px;
    padding-left: 20px;
}

.white-bg li::before {
    display: inline-block;
    content: '';
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #5DB3B1;
    position: relative;
    /* left: -20px; */
    margin-left: -20px;
}


.white-bg li {
    margin-bottom:8px;
}



.white-bg ul.no-bullets {
    list-style: none;
    padding: 0px;
    padding-left: 0px;
}

.white-bg ul.no-bullets li::before {
    display: inline-block;
    content: none;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #5DB3B1;
    position: relative;
    /* left: -20px; */
    margin-left: -20px;
}


.white-bg li.no-bullets {
    margin-bottom: 8px;
}

.white-bg {
    padding: 100px 20px;
    background:white;
}

    .white-bg p {
        margin-bottom: 20px;
        font-size: 22px;
        color: #FC681F;
    }

    .white-bg-text p {
        margin-bottom: 10px;
        font-size: 18px;
        color: #707070;
    }

.white-bg-text .heading {
    margin-bottom: 20px;
    font-size: 22px;
    color: #FC681F;
    display: block;
}

.teal-bg-text p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #707070;
}

.teal-bg-text .heading {
    margin-bottom: 20px;
    font-size: 30px;
    color: #5DB3B1;
    display: block;
    font-weight: 900;
    font-family: lato, sans-serif;
    line-height: 1.2;
}

/* Teal Block */

.teal-bg {
    padding: 130px 20px;
    background: #5FB7B5;
    background-image: url(/Images/map-tint.jpg);
    background-size: cover;
    background-blend-mode: multiply;
}

.teal-bg h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: "lato", sans-serif;
    font-weight: 900;
    font-style: normal;
    color:white;
}

    .teal-bg .intro {
        margin-bottom: 50px;
        font-size: 18px;
        color: #fff;
        display:block;
    }

.blue-grey {
    padding: 50px 60px;
    background: #99A2AA;
    font-size: 26px;
    color: #00172b;
    line-height: 1.4;
}

    .blue-grey a {
        color:white;
        text-decoration:none;

    }
        .blue-grey a:after {
            content: url(/Images/airbox-icon.svg);
            height: 28px;
            width: 28px;
            display: inline-block;
            margin-left: 10px;
            position: relative;
            top: 5px;
        }

    @media (max-width: 990px) {
        .blue-grey {
        padding: 27px 30px;
        background: #99A2AA;
        font-size: 24px;
        color: #00172b;
        line-height: 1.3;
    }
}

.colour-block {
    padding: 50px 60px;
    background: #99A2AA;
    font-size: 2.3rem;
    color: #00172b;
    line-height: 1.3;
}

    .colour-block h2 {
        font-size: 35px;
        margin-bottom:40px;
    }

@media (max-width: 990px) {
    .colour-block {
        padding: 27px 30px;
        font-size: 2rem;
        color: #00172b;
        line-height: 1.3;
    }
}

.stats {
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: 700;
    font-family: lato, ui-sans-serif;
    line-height: 1.4;
}

    .stats:nth-child(4) {
        border-right: none;
    }

    .stats:nth-child(4) {
    }

.statAmount {
    font-size: 70px;
    font-weight: 900;
    color: white;
    display: block;
    margin-top: 0px;
}

.stat-image {
    width: 162px;
    height: 162px;
    border-radius: 500px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid white;
}

@media (max-width: 1210px) {
    .statAmount {
        font-size: 4.8rem;
        font-weight: 900;
        color: white;
        display: block;
        margin-top: 0px;
    }
    .stats {
        margin-bottom:30px;
    }
        .stats:nth-child(2) {
            border-right: none;
        }
}

@media (max-width: 991px) {
    .statAmount {
        font-size: 7rem;
        font-weight: 900;
        color: white;
        display: block;
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .statAmount {
        font-size: 5rem;
       
    }
}

@media (max-width: 568px) {
    .statAmount {
        font-size: 90px;
        
    }

    .stats {
        font-size: 25px;
        border-right: 0px dotted #00172b
    }
}

.quickLink {
    height: auto;
    background-size: cover;
    background-position:center center;
    color: white;
    font-size: 28px;
    padding: 0px;
}

@media (max-width: 1340px) {
    .quickLink {
        background-size: cover;
        color: white;
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .quickLink {
        background-size: cover;
        color: white;
        font-size: 2.3rem;
        padding: 0px;
    }
}

.quickLink .arrow:after {
    content: url(/Images/airbox-arrow.svg);
    height: 25px;
    width: 25px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 3px;
}

.strapline {
    padding: 30px 60px;
    background: #000;
    font-size: 28px;
    color: #99A2AA;
    line-height: 1.3;
}

    .strapline .arrow:after {
        content: url(/Images/airbox-arrow-dark.svg);
        height: 25px;
        width: 25px;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 1px;
    }

.strapline-home {
    padding: 30px 60px;
    background: #5EB7B5;
    color: white;
    line-height: 1.3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
}

@media (max-width: 768px) {
    .strapline-home {
        /* display: block; */
    }
    .margin-mobile-top {
        margin-top:20px;
    }
}

    .strapline-home .arrow:after {
        content: url(/Images/airbox-arrow-grey.svg);
        height: 25px;
        width: 25px;
        display: inline-block;
        margin-left: 10px;
        position: relative;
        top: 1px;
    }

.footer {
    padding: 30px 60px;
    background: white;
    font-size: 14px;
    color: #606060;
    line-height: 1.4;
    padding-top: 100px;
}

    .footer a {
        color: #606060;
        margin-right: 10px;
    }
    .footer img {
        height: 70px;
        margin-right: 20px;
    }

@media (max-width: 568px) {
    .footer img {
        height: 40px;
        margin-right: 20px;
    }
}

    .plain-section {
        padding: 50px 60px;
        background: #ffffff;
        font-size: 2.3rem;
        color: #00172b;
        line-height: 1.4;
    }

.plain-section-team {
    padding: 50px 60px;
    background: #ffffff;
    color: #00172b;
    line-height: 1.3;
    /*display: flex;
    align-items: center;*/
    height:100%;
}

@media (max-width: 990px) {
    .plain-section {
        padding: 27px 30px;
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .plain-section-team {
        padding: 27px 30px;
        font-size: 1.4rem;
        line-height: 1.3;
    }
}

        .plain-section p {
            margin-top: 0;
            margin-bottom: 1rem;
            font-size: 20px;
        }

        .plain-section h2 {
            font-size: 2.3rem;
            margin-bottom: 0px;
        }

        .plain-section h3 {
            color: #99A2AA;
            font-size: 30px;
            margin-bottom:30px;
        }


.case-study-image {
    height:100%;
    background-size:cover;
    background-position: center;
}

.text-block {
    background: #000000;
    font-size: 25px;
    color: #ffffff;
    line-height: 1.4;
}

.text-block-inner {
    padding: 50px 60px;
}

.heading {
    color:white;
}

@media (max-width: 990px) {
    .text-block-inner {
        padding: 27px 30px;
        font-size: 24px;
        line-height: 1.3;
    }
}

    .text-block span.heading {
        color: #fff;

    }

    .text-block:nth-child(2) {
        background: #99A2AA;
        color:#00172b;
    }

        .text-block:nth-child(2) span.heading {
            color: #ffffff;
        }

.block-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    height:500px;
}

.colour-block-side {
    padding: 30px;
    background: white !important;
    font-size: 18px;
    color: #00172b;
    line-height: 1.3;
    height: 100%;
    box-shadow: 0px 0px 80px rgba(0,0,0,0.16);
}


}

@media (max-width: 990px) {
    .colour-block-side {
        padding: 27px 30px;
        font-size: 20px;
        line-height: 1.3;
    }
}

.team-image {
    width: 145px;
    overflow: hidden;
    border-radius: 50%;
    height: 145px;
    background-size: cover;
    background-position: center;
    margin-left:auto;
    margin-right:auto;
}

.team {
    /*align-items: center;*/
    /*display: flex;
    justify-content: flex-start;
    flex-direction: column;*/
    margin-bottom:30px;
}

.t-name {
    margin-top:15px;
    font-size:20px;
    font-weight:900;
    display:block;
}

.t-role {
    margin-top: 0px;
    font-size: 15px;
    display: block;
    color: #99A2AA;
    margin-bottom:10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.btn-airbox {
    background: #ff681e;
    border: 0px;
    margin-top: 10px;
    font-size: 12px;
}

    .btn-airbox:focus + .btn-airbox, .btn-airbox:focus {
        color: #fff;
        background: #00172b;
        border-color: #00172b;
        box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
    }

    .btn-airbox:hover {
        color: #fff;
        background: #00172b;
        border-color: #00172b;
    }



/* Events */
.event {
    display: flex;
    margin-bottom: 15px;
}

.event-area {
    background: #e2e2e2;
    padding: 20px 25px;
    font-size: 18px;
    width: 100%;
    line-height:1.3;
}

.event-title {
    display: block;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 12px;
    font-family: lato, sans-serif;
    line-height: 1.3;
}

.event-description {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
}

.details-area {
    display: flex;
}

.details-area-span {
    display: flex;
    align-items: center;
    margin-right: 30px;
    line-height: 1.3;
}

.date-area {
    background: #ff681e;
    width: 168px;
    color: white;
    padding: 17px;
    font-size: 14px;
    text-align: center;
    font-weight:900;
}

@media (max-width: 768px) {
    .date-area {
        background: #ff681e;
        width: 100px;
        color: white;
        padding: 17px;
        font-size: 14px;
        text-align: center;
        font-weight: 900;
    }
}

.day {
    display: block;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
}

.event-section {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

/* Location Selector */

.location-selector {
    width: 100%;
    height: 100vh;
    background-image: url('/media/i2ma4q2f/aviation_5-lg.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items:center
}

.location-inner {
    color: #99A2AA;
    text-align: center;
    background: rgba(0,0,0,0.8);
    padding: 60px 40px;
    line-height: 1.3;
    
}

    .location-inner h1 {
        color: #99A2AA;
        font-size: 23px;
        line-height: 1.3;
        margin-top: 40px;
        margin-bottom: 40px;
    }

.location-inner img {
    width:400px;
    height:auto;

}

@media (max-width: 768px) {
    .location-inner img {
        width: 100%;
        height: auto;
    }
}

.values {
    color: #00172b;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    /*border-bottom: 1px solid white;*/
    /* padding-bottom: 20px; */
    background: rgba(255,255,255,0.1);
    padding: 30px;
}

.event-description a {
    color: #212529;
    text-decoration: none;
    font-weight: 900;
}

    .event-description a:after {
        content: url(/Images/airbox-arrow-dark.svg);
        height: 12px;
        width: 17px;
        display: inline-block;
        margin-left: 5px;
    }

.career-text a {
    color: #212529;
    text-decoration: none;
    font-weight: 900;
}

    .career-text a:after {
        content: url(/Images/airbox-arrow-dark.svg);
        height: 12px;
        width: 17px;
        display: inline-block;
        margin-left: 5px;
    }

.values-section {
    padding: 70px 60px;
    background: #000;
    font-size: 24px;
    color: #fff;
    line-height: 1.3;
    height: 100%;
    margin-bottom:0px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 18px;
    background: #e2e2e2;
    margin-bottom:15px;
}

    .accordion-button:focus {
        z-index: 3;
        border-color: transparent;
        outline: 0;
        box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
    }

.accordion-body {
    padding: 1rem 1.25rem;
    margin-bottom: 30px;
}

.value-block {
    /*background-color: #ff681e;
    padding: 30px;*/
    font-size: 20px;
    height: 100%;
    padding-bottom: 40px;
    color: #00172b;
    padding: 30px;
    display:flex;
}

.value-title {
    display: block;
    font-size: 25px;
    font-weight: 900;
    margin-bottom:10px;
}

.partners {
    text-align: center;
    display: block;
}

.partners img {
    max-width:200px;
    height:auto;
    margin-bottom:20px;
    padding:20px;
/*    padding-left:0px;
*/}

.partner-logo {
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #99A2AA;
    margin-bottom: 20px;
    padding: 20px;
}

.accreditations img {
    max-width: 300px;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
}

@media (max-width: 1200px) {
    .partners img {
        max-width: 100%;
        height: auto;
    }

    .accreditations img {
        max-width: 100%;
        height: auto;
    }
}

.case-study a {
    color: #212529;
    text-decoration: none;
    font-weight: 900;
}

.case-study a:after {
    content: url(/Images/airbox-arrow-dark.svg);
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-left: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e2e2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.career-text {
    margin-top:30px;
}

.search-results {
    padding: 20px;
    background: #F6F6F6;
    margin-top: 6px;
    text-decoration: none;
    color: #606060
}

.quote-start {
    width: 40px;
    margin-right: 20px;
}

.quote-end {
    width: 40px;
    margin-left: 20px;
}

.value-block-story {
    font-size: 20px;
    height: 100%;
    /* padding-bottom: 62px; */
    color: white;
    padding: 0px;
    display: block;
}

.actual-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    background: #131e29;
    position: relative;
    cursor: pointer;
    margin: 20px 0px;
    flex-direction: column;
}



.icon-hover {
    display: flex;
    height: calc(320px - 0px);
    background: #ff681e;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    top: 0px;
    width: calc(100% - 40px);
    margin: 20px;
    display: none;
    padding: 20px;
}

    .icon-hover .heading {
        color: white;
        font-size: 21px;
    }

    .icon-hover p {
        margin: 0px;
        font-size: 15px;
    }
    @media (max-width: 1440px) {
        .icon-hover p {
            margin: 0px;
            font-size:14px;
            line-height:1.2;
        }
        .actual-icon {
            height: 350px;
        }
        .icon-hover {
            height: calc(350px - 0px);
            
        }
    }

@media (max-width: 991px) {
    .icon-hover p {
        margin: 0px;
        font-size: 16px;
        line-height: 1.5;
    }

    .actual-icon {
        height: 350px;
    }

    .icon-hover {
        height: calc(350px - 0px);
    }
}

.row-checked .icon-hover {
    display:block;
}

.active-icon:nth-child(2n+2) .actual-icon {
    border-left: 1px solid #3c444e;
    border-right: 1px solid #3c444e;
}

.active-icon:nth-child(-n+4) .actual-icon:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #3c444e;
    position: absolute;
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
    bottom: -20px;
}

.icon-text {
    width: 100%;
    padding: 20px;
    color: #808b95;
    text-align: center;
    font-size: 21px;
    position: absolute;
    top: 0px;
    text-align: left;
    padding-left: 30px;
}

@media (max-width: 768px) {
    .actual-icon:after {
        content: '';
        width: 20px;
        height: 1px;
        background: #3c444e;
        position: absolute;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
        bottom: -20px;
    }
}

.social {
    display: flex;
    list-style: none;
    margin: 0px;
    padding:0px;
}

.content-list {
    position: fixed;
    left: 30px;
    bottom: 55px;
    max-width: 375px;
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 999;
    color:white;
}

.content-list h4 {
    color: #ff6319;
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .content-list a {
        color: #ff6319;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }

.content-list a:hover {
    color: white;
    border-bottom-color: #ff6319;
    transition: all 0.3s ease-in;
}

    .content-list button  {
        border: none;
        background: #ff6319;
        color: white;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }

        .content-list button.reject {
            border: none;
            background: #ffffff;
            color: #ff6319;
            font-family: 'Quicksand', sans-serif;
            font-size: 15px;
            padding: 7px;
            border-radius: 3px;
            cursor: pointer;
            transition: all 0.3s ease-in;
        }

.event-description .heading {
    color: inherit;
    font-weight: bold;
    font-size: 1.3rem;
}

.modal-image {
    width: 200px;
    flex: 0 0 234px;
}

@media (max-width: 768px) {
    .modal-image {
        display:none;
    }
}

.grecaptcha-badge {
    z-index: 1000 !important;
}

.article-image {
    width: 500px;
    height: auto
}

@media (max-width: 475px) {
    .article-image {
        width: 100%;
        height: auto
    }
}


/* Icons */

.actual-icon-new {
    background: white;
    box-shadow: 0px 0px 80px rgba(0,0,0,0.16);
    margin: 0px 20px;
    height: 100%;
}
.actual-icon-new-inner {
    padding: 40px 35px;
    margin-bottom: 110px;
    text-align: center;
}
.actual-icon-new-inner-grey {
    padding: 30px 35px;
    background: #F6F6F6;
    position: absolute;
    bottom: 0px;
    width: calc(100% - 64px);
    text-align: center;

}

.about-us-text .actual-icon-new-inner-grey {
    padding: 30px 35px;
    background: white;
    position: relative;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-top:15px;
}

.icon-text-new {
    font-family: lato, sans-serif;
    font-weight: 900;
    color: #606060;
    font-size: 19px;
    line-height: 1.3;
    margin-top: 16px;
}

.footer-cta-title {
    display:block;
    font-family:lato, sans-serif;
    font-weight:900;
    font-size:24px;
    margin-bottom:10px;
}

.padding-right {
    padding-right: 40px;
}

@media (max-width: 768px) {
    .padding-right {
        padding-right: 00px;
    }
}

.webinar-padding-left {
    padding-left:20px;
    display:block;
}

@media (max-width: 1200px) {
    .webinar-padding-left {
        padding-left: 0px;
        display: block;
    }
}

.text-area ol li {
    list-style-type: lower-latin;
}

.text-area ol li::before {
    display: none;
    content: '';
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #5DB3B1;
    position: relative;
    /* left: -20px; */
    margin-left: -20px;
}

.modal-content p {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
    color:black;
}

.video-size {
    position: relative;
    top: 0px;
    left: 50%;
    min-height: 100%;
    min-width: 1800px;
    border: 0;
    transform: translate(-50%, -0%);
}