﻿@charset "UTF-8";
/********************************** 
    Styles By BeingOnline 
***********************************/
/*
    Import Bootstrap 4 grid
*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*New Styles */


.g-recaptcha {
    display: inline-block;
    padding-top: 20px;
}

.c-readmore__text p, .c-readmore__text ul li {
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif !important;
}

.c-readmore li {
    padding-top: 15px;
    padding-bottom: 5px
}

.c-readmore {
    background-color: #f4f4f4 !important;
    padding-top: 30px !important;
    margin-bottom: -15px;
    padding-bottom: 30px;
}


.c-keyperson__container ul li {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
}

.erdf-nav-icon {
    height: 75px;
    margin-left: 20px;
    margin-top: 0px;
}

table {
    border-collapse: collapse;
    overflow-y: hidden;
    width: 100%;
}

.c-titlePanel img {
    max-width: 100%;
    height: auto !important;
}

.servicePageCardRow .serviceCard img {
    height: auto !important;
    max-width: 100%;
}

    .servicePageCardRow .serviceCard img.serviceCardRightImage__image {
        height: 200px !important;
        max-width: 100%;
    }


.servicePageCardRow .serviceCard ul {
    list-style: none;
}

    .servicePageCardRow .serviceCard ul li::before {
        content: "\2022";
        color: #eb601a;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

.carousel-image {
    max-height: 650px !important;
    margin-top: -30px !important;
}

.text-padding {
    padding-left: 80px;
    padding-right: 80px;
    text-align: justify;
    text-align-last: center;
}

.c-testimonials__text {
    font-family: 'Montserrat', sans-serif !important;
    padding: 40px !important;
    padding-bottom: 20px !important;
    font-size: 18px !important;
    padding-right: 450px !important;
    padding-left: 450px !important;
}

.personImage {
    height: 300px;
    width: auto;
}

.c-testimonial__heading-index {
    color: #eb601d !important;
    padding: 0px 50px 0px 50px;
}

.servicePageBackgroundWhite {
    background-color: white;
}

.servicePageIntroPanelWhite {
    background-color: white;
    color: #000000;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.servicePageBackground {
    background-color: #eb601d;
}

.servicePageIntroPanel {
    background-color: #eb601d;
    color: white;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}

    .servicePageIntroPanel p {
        font-size: 18px;
        font-family: Helvetica, Arial, sans-serif !important;
    }

.servicePageBody {
    background-color: #ececec;
}

.servicePageCardRow {
    padding-top: 20px;
}

    .servicePageCardRow:last-child {
        padding-top: 20px;
        padding-bottom: 20px;
    }

.serviceCard__whiteText {
    color: white !important;
    font-family: Helvetica, Arial, sans-serif !important;
}

.serviceCardTopImage {
    padding: 5px;
    background-color: #f6f6f6;
    border: none !important;
}

.serviceCard .card-text {
    color: #373736 !important;
    font-family: Helvetica, Arial, sans-serif !important;
}

.login-overlay__background-image {
    background-image: none !important;
    opacity: 1;
}

h1.ng-binding {
    display: none !important;
}

/*IE FIXES*/
.serviceCard .option2CardText {
    width: 350px
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .serviceCard .option2CardText {
        width: 250px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .serviceCard .option2CardText {
        width: 150px;
    }
}

@media screen and (min-width:500px) and (max-width:767px) {
    .serviceCard .option2CardText {
        width: 400px;
    }
}

@media screen and (max-width:500px) {
    .serviceCard .option2CardText {
        width: 275px;
    }
}

@media only screen and (max-device-width:320px) {
    .c-navigation__social-logo {
        margin-right: 80px;
        margin-left: 80px;
    }
}

@media only screen and (min-width:322px) and (max-width:375px) {
    .c-navigation__social-logo {
        margin-right: 80px;
        margin-left: 80px;
    }
}

/*@media screen and (min-width:376px) and (max-width:414px) {
    .c-navigation__social-logo {
        margin-right: 80px;
        margin-left: 80px;
    }
}*/

.serviceCard__headingBlue {
    color: #0084cb;
    padding-bottom: 10px;
    border-bottom: solid 1px #e3e3e3;
    width: 100%;
}

.serviceCard__headingBlueBold {
    color: #0084cb;
    padding-bottom: 10px;
    border-bottom: solid 1px #0084cb;
    width: 100%;
    font-weight: bold !important;
    text-align: left !important;
    font-size: 24px !important;
}

    .serviceCard__headingBlueBold:hover {
        color: #eb601d;
        transition: all 0.25s ease;
    }

.serviceCard__headingOrange {
    color: #eb601a;
    padding-bottom: 10px;
    border-bottom: solid 1px #d4d4d4;
}


.serviceCard__headingWhite {
    color: white;
    padding-bottom: 10px;
    border-bottom: solid 1px #e3e3e3;
}


.serviceCardGrey {
    background-color: #e3e3e3 !important;
    border: none !important;
}


.serviceCardBlue {
    background-color: #0084cb !important;
    color: white;
    border: none !important;
}


.serviceCardOrange {
    background-color: #eb601d !important;
    border: none !important;
    color: white;
}


.serviceCard__subheadingOrange {
    color: #eb601a;
    margin-bottom: 0px;
}

.serviceCardRightImage {
    background-color: #f6f6f6 !important;
    border: none !important;
    padding: 5px;
}

.serviceCardRightImage__image {
    height: 200px !important;
    max-width: 100%;
}




.serviceCard {
    margin-bottom: 10px;
    flex: 1 1;
    flex-shrink: 0;
}

.learnMoreBanner {
    background-color: #e3e3e3;
    padding: 20px;
    padding-bottom: 10px;
}

    .learnMoreBanner p {
        vertical-align: middle;
        padding-top: 2px;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 16px;
        padding-left: 15px;
    }

.learnMoreBannerButton:first-child {
    margin-left: 5px;
}

    .learnMoreBannerButton:first-child:hover {
        margin-left: 5px;
    }

.learnMoreBannerButton {
    background-color: #28235b;
    color: #9391ad;
    outline-color: #28235b;
    margin-left: 40px;
    border-radius: 5px;
    border: solid 1px #28235b;
    padding-left: 15px;
    padding-right: 15px;
    height: 32px !important;
    border-top-right-radius: 0px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer !important;
    transition: all 0.25s ease;
}

    .learnMoreBannerButton:last-child {
        margin-left: 5px !important;
    }


    .learnMoreBannerButton:hover {
        background-color: #28235b;
        color: white;
        outline-color: #28235b;
        margin-left: 40px;
        border-radius: 5px;
        border: solid 1px #28235b;
        border-top-right-radius: 0px;
    }

.learnMoreBannerP {
    padding-left: 15px;
}


/*Home screen panels*/

/*Home - Christmas pael*/
#christmasPanel {
    background-image: url(../images/axis-bio-xmas-banner-100.jpg);
    background-attachment: scroll;
    background-size: cover;
    height: 410px;
    background-repeat: no-repeat;
}

.christmasPanel__content {
    padding-top: 150px !important;
    text-align: center;
    width: 400px;
}

.christmasPanel__heading {
    color: white;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
}

/*Home - What We Do panel*/
#whatWeDoPanel {
    background-image: url(../media/1111/what-we-do-background.jpg);
    background-attachment: scroll;
    background-size: cover;
    height: 410px;
    background-repeat: no-repeat;
}

.whatWeDoPanel__content {
    padding-top: 80px !important;
    text-align: center;
    width: 400px;
}

.whatWeDoPanel__heading {
    color: white;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
}

.whatWeDoPanel__text {
    color: white;
    padding-bottom: 40px;
    font-size: 16px !important;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
}

.whatWeDoPanel__button {
    background-color: transparent;
    color: white;
    border: solid 2px white;
    margin-bottom: 40px;
    cursor: pointer;
    padding: 15px 40px 15px 40px;
    transition: all 0.5s ease;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
}

    .whatWeDoPanel__button:hover {
        background-color: white;
        color: #eb601d;
        border: solid 2px white;
        transition: all 0.5s ease;
    }

/*Home - Why Choose Us panel*/
#WhyChooseUsPanel {
    background-image: url(../media/1114/why-choose-us-background.jpg);
    background-attachment: scroll;
    background-size: cover;
    height: 410px;
    background-repeat: no-repeat;
}

.WhyChooseUsPanel__content {
    padding-top: 80px !important;
    text-align: center;
    margin-left: 600px;
    width: 400px;
}

.WhyChooseUsPanel__heading {
    color: white;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
}

.WhyChooseUsPanel__text {
    color: white;
    padding-bottom: 40px;
    font-size: 16px !important;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif !important;
}

.WhyChooseUsPanel__button {
    background-color: transparent;
    color: white;
    border: solid 2px white;
    margin-bottom: 40px;
    cursor: pointer;
    padding: 15px 40px 15px 40px;
    transition: all 0.5s ease;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: bold;
}

    .WhyChooseUsPanel__button:hover {
        background-color: white;
        color: #0084cb;
        border: solid 2px white;
        transition: all 0.5s ease;
    }


@media screen and (min-width:767px) and (max-width:992px) {

    .text-padding {
        padding-left: 40px !important;
        padding-right: 40px !important;
        text-align: justify;
        text-align-last: center;
    }

    .c-testimonials__text {
        /*font-family: Helvetica, Arial, sans-serif !important;*/
        padding: 40px !important;
        padding-bottom: 20px !important;
        font-size: 18px !important;
        padding-right: 100px !important;
        padding-left: 100px !important;
    }


    .servicePageCardRow .serviceCard img.serviceCardRightImage__image {
        height: 150px !important;
        max-width: 100%;
    }


    .WhyChooseUsPanel__content {
        padding-top: 80px !important;
        text-align: center;
        margin-left: 350px !important;
        width: 350px !important;
    }

    .whatWeDoPanel__content {
        padding-top: 80px !important;
        text-align: center;
        margin-left: -30px !important;
        width: 350px !important;
    }

    #whatWeDoPanel {
        background-image: url(../media/1111/what-we-do-background.jpg);
        background-attachment: scroll;
        background-size: 120% 100%;
        height: 470px;
        background-repeat: no-repeat;
    }

    #WhyChooseUsPanel {
        background-image: url(../media/1114/why-choose-us-background.jpg);
        background-attachment: scroll;
        background-size: 109% 100%;
        height: 470px;
        background-repeat: no-repeat;
    }

    .whatWeDoPanel__text {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .WhyChooseUsPanel__text {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media screen and (min-width:993px) and (max-width:1200px) {

    .c-testimonials__text {
        /*font-family: Helvetica, Arial, sans-serif !important;*/
        padding: 40px !important;
        padding-bottom: 20px !important;
        font-size: 18px !important;
        padding-right: 200px !important;
        padding-left: 200px !important;
    }


    .WhyChooseUsPanel__content {
        padding-top: 80px !important;
        text-align: center;
        margin-left: 450px !important;
        width: 300px;
    }

    #whatWeDoPanel {
        background-image: url(../media/1111/what-we-do-background.jpg);
        background-attachment: scroll;
        background-size: 112% 100%;
        height: 410;
        background-repeat: no-repeat;
    }

    .whatWeDoPanel__text {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .WhyChooseUsPanel__text {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    #WhyChooseUsPanel {
        background-image: url(../media/1114/why-choose-us-background.jpg);
        background-attachment: scroll;
        background-size: 100% 100%;
        height: 410px;
        background-repeat: no-repeat;
    }
}






@media screen and (min-width:630px) and (max-width:767px) {


    .text-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-align: justify;
        text-align-last: center;
    }

    .c-testimonials__text {
        /*font-family: Helvetica, Arial, sans-serif !important;*/
        padding: 40px !important;
        padding-bottom: 20px !important;
        font-size: 18px !important;
        padding-right: 100px !important;
        padding-left: 100px !important;
    }

    .servicePageCardRow .serviceCard img.serviceCardRightImage__image {
        /*height: auto;*/
        max-width: 100%;
        /*IE FIX*/
        height: 200px !important;
        /*margin-top:150px;*/
        height: auto;
    }




    .WhyChooseUsPanel__content {
        padding-top: 80px !important;
        text-align: center;
        margin-left: 250px !important;
        width: 250px !important;
    }

    .whatWeDoPanel__content {
        padding-top: 80px !important;
        text-align: center;
        margin-left: -39px !important;
        width: 304px !important;
    }

    #whatWeDoPanel {
        background-image: url(../media/1111/what-we-do-background.jpg);
        background-attachment: scroll;
        background-size: 125% 100%;
        height: 500px;
        background-repeat: no-repeat;
    }

    #WhyChooseUsPanel {
        background-image: url(../media/1114/why-choose-us-background.jpg);
        background-attachment: scroll;
        background-size: 100% 100%;
        height: 500px;
        background-repeat: no-repeat;
    }

    .whatWeDoPanel__text {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .WhyChooseUsPanel__text {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}


@media all and (min-width:630px) and (max-width:767px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .servicePageCardRow .serviceCard img.serviceCardRightImage__image {
        /*height: auto;*/
        max-width: 100%;
        /*IE FIX*/
        height: 200px !important;
        margin-top: 150px;
    }
}

@media screen and (max-width:631px) {

    .text-padding {
        padding-left: 20px;
        padding-right: 20px;
        text-align: justify;
        text-align-last: center;
    }

    .servicePageCardRow .serviceCard img.serviceCardRightImage__image {
        /*height: auto!important;*/
        max-width: 100%;
        /*IE FIX*/
        height: 200px !important;
        /*margin-top:150px;*/
    }


    #WhyChooseUsPanel {
        background-image: none !important;
        background-attachment: scroll;
        background-size: 100% 100%;
        height: auto;
        background-repeat: no-repeat;
        background-color: #0084cb !important;
    }


    .WhyChooseUsPanel__content {
        text-align: center;
        margin-left: 0px;
        width: 325px;
        background-color: #0084cb !important;
    }


    #whatWeDoPanel {
        background-image: none !important;
        background-attachment: scroll;
        background-size: 100% 100%;
        height: auto;
        background-repeat: no-repeat;
        background-color: #eb601d !important;
    }

    .whatWeDoPanel__content {
        text-align: center;
        margin-left: 0px;
        width: 325px;
        background-color: #eb601d !important;
    }

    .whatWeDoPanel__text {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .WhyChooseUsPanel__text {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .c-testimonials__text {
        /*font-family: Helvetica, Arial, sans-serif !important;*/
        padding: 10px !important;
        font-size: 15px !important;
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    .c-testimonials__company {
        font-family: 'Montserrat', sans-serif !important;
        margin-bottom: 50px;
        color: #eb601d !important;
        font-size: 16px !important;
        padding-lefT: 10px;
        padding-right: 10px;
    }
}

@media all and (max-width:631px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .serviceCardRightImage__image {
        /*height: auto;*/
        max-width: 100%;
        /*IE FIX*/
        height: 200px;
        margin-top: 150px;
    }
}


@media screen and (min-width:1201px) and (max-width:1400px) {
    .c-testimonials__text {
        /*font-family: Helvetica, Arial, sans-serif !important;*/
        padding: 40px !important;
        padding-bottom: 20px !important;
        font-size: 18px !important;
        padding-right: 200px !important;
        padding-left: 200px !important;
    }
}



@media screen and (max-width:993px) {
    .carousel-image {
        max-height: 700px !important;
        margin-top: 0px !important;
    }
}


.c-navigation__right-panel {
    margin-left: 450px;
    padding-bottom: 20px;
    margin-top: -10px;
}

.c-navigation__row {
    display: block !important;
    text-align: center;
}


@media screen and (max-width:991px) {
    .c-navigation__right-panel {
        margin-left: 0px !important;
        padding-bottom: 20px;
        margin-top: -10px;
    }

    .c-navigation__input {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .nav > li {
        text-align: center !important;
    }
}

@-ms-viewport {
    width: device-width;
}

@media only screen and (min-width: 1195px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }

    ul.nav li.dropdown > ul.dropdown-menu {
        display: none;
    }
}


@media (max-width:1000px) {
    .c-body__text {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width:1350px) and (max-width:1500px) {
    .navbar-brand {
        margin-left: -100px !important;
    }
}

@media (min-width:1250px) and (max-width:1349px) {
    .navbar-brand {
        margin-left: -175px !important;
    }
}

@media (min-width:992px) and (max-width:1249px) {
    .navbar-brand {
        margin-left: -200px !important;
    }
}

.fa-home:before {
    color: #eb601d !important;
}

.fa-home {
    color: #eb601d !important;
}

/*Table style for servicepages*/
tbody tr:nth-child(odd) td {
    background-color: #0084cb;
    color: white;
    padding-left: 5px;
}

tbody tr:nth-child(even) td {
    background-color: #ffffff;
    padding-left: 5px;
}

tbody tr:first-child td {
    background-color: #eb601d;
    color: white;
    padding-left: 5px;
}

@media (max-width:767px) {

    .c-contact__text {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

    .c-keyperson__container {
        padding-left: 0px !important;
    }
}

.h5Heading {
    /*font-size:18px!important;*/
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif !important;
}

video {
    max-width: 600px !important;
    width: 100% !important;
    height: auto !important;
}

.c-testimonials {
    background-color: #ced4da;
    padding: 20px !important;
    background-color: #e5e5e5;
    color: #000000;
}

.c-testimonials__item {
    font-family: Helvetica, Arial, sans-serif !important;
}



.c-testimonials__company {
    font-family: 'Montserrat', sans-serif !important;
    margin-bottom: 50px;
    color: #eb601d !important;
}



.c-search {
    font-family: Helvetica, Arial, sans-serif !important;
}

.c-search__text {
    font-family: Helvetica, Arial, sans-serif !important;
}

.c-search__list {
    font-family: Helvetica, Arial, sans-serif !important;
}

.c-search__item {
    font-family: Helvetica, Arial, sans-serif !important;
    padding-top: 10px;
}

    .c-search__item a {
        color: #000;
        font-weight: normal !important;
        transition: all .25s ease;
        font-family: Helvetica, Arial, sans-serif;
    }

        .c-search__item a:hover {
            color: #eb601d;
            transition: all .25s ease;
        }


html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    font-family:
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

/*
    Overwrite settings, font, colors definitions, etc.
*/
/******************************************* 
    SETTINGS
    Contain Twitter Bootstrap 4 Alpha 6 plus
    overwrite settings, font, colors definitions, etc.
********************************************/
/*
	Project Settings
*/
/* Load in Fonts */
/*@import url(https://fast.fonts.net/cssapi/177f7279-88e7-4847-a58d-f7cfdf48d987.css);*/
/*
    TOOLS
    Globally used mixins and functions. 
    It’s important not to output any CSS in the first 2 layers.
*/
/******************************************* 
    Styles By BeingOnline - TOOLS
    Globally used mixins and functions. 
    It’s important not to output any CSS in the first 2 layers.
********************************************/
/*
  Functions
*/
/*
  Mixins
*/
/*
    GENERIC
    Reset and/or normalize styles, box-sizing definition, etc. 
    This is the first layer which generates actual CSS.
*/
/******************************************* 
    Styles By BeingOnline - GENERIC
    Reset and/or normalize styles, box-sizing definition, etc. 
    This is the first layer which generates actual CSS.
********************************************/
/*
	Project Generic
*/
/* Assigning box model */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Placeholder Styling */
::-webkit-input-placeholder {
    font-size: convert-px-to-rem(16);
}

:-moz-placeholder {
    font-size: convert-px-to-rem(16);
}

::-moz-placeholder {
    font-size: convert-px-to-rem(16);
}

:-ms-input-placeholder {
    font-size: convert-px-to-rem(16);
}

/*img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    /*user-drag: none;*/
}

*/
/*
    ELEMENTS
    Styling for bare HTML elements (like H1, A, etc.). 
    These come with default styling from the browser so we can redefine them here.
*/
/******************************************* 
    Styles By BeingOnline - ELEMENTS
    Styling for bare HTML elements (like H1, A, etc.). 
    These come with default styling from the browser so we can redefine them here.
********************************************/
/*
	Project Generic
*/
html {
    font-size: convert-px-to-rem(14);
}

@media (min-width: 768px) {
    html {
        font-size: convert-px-to-rem(16);
    }
}

body {
    background-color: #fff;
    text-align: center;
}

h1, .h1 {
    font-size: convert-px-to-rem(40);
}

h2, .h2 {
    font-size: convert-px-to-rem(32);
}

h3, .h3 {
    font-size: convert-px-to-rem(28);
}

h4, .h4 {
    font-size: convert-px-to-rem(24);
}

h5, .h5 {
    font-size: convert-px-to-rem(20);
    font-weight: 600 !important;
}

h6, .h6 {
    font-size: convert-px-to-rem(16);
}

p, ul li, a, input, label, select, option, th, td {
    font-size: 16px;
}

    p a, ul li a {
        color: #fff;
        font-size: 16px;
    }

        p a:hover, ul li a:hover {
            color: #eb601d;
            text-decoration: #fff;
        }

small {
    font-size: 80%;
}

nav {
    background-color: #29245c;
    color: #fff;
    width: 100%;
    margin: auto;
}

    nav a {
        color: #fff;
        text-decoration: none;
        font-weight: 100;
    }

        nav a:hover {
            background-color: #29245c;
            color: #fff;
            text-decoration: underline;
        }

p a, ul li a {
    color: #222629;
}

/*
    OBJECTS
    Class-based selectors which define undecorated design patterns, 
    for example media object known from OOCSS.
*/
/******************************************* 
    Styles By BeingOnline - OBJECTS
    Class-based selectors which define undecorated design patterns, 
    for example media object known from OOCSS.
********************************************/
/*
	Project Objects
*/
/**
 * The flag object is a design pattern similar to the media object, however it
 * utilises `display: table[-cell];` to give us control over the vertical
 * alignments of the text and image.
 */
.o-flag {
    display: table;
    border-spacing: 0;
}

.o-flag__img, .o-flag__body {
    display: table-cell;
    vertical-align: middle;
}

/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
    *zoom: 1;
    display: block;
}

    .o-media:before, .o-media:after {
        content: " ";
        display: table;
    }

    .o-media:after {
        clear: both;
    }

.o-media__img {
    float: left;
}

    .o-media__img > img {
        display: block;
    }

.o-media__body {
    overflow: hidden;
    display: block;
}

    .o-media__body,
    .o-media__body > :last-child {
        margin-bottom: 0;
    }

.o-media_reverse > .o-media__img {
    float: right;
    margin-right: 0;
}

/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 *
 * Note: Declaring the item-class might not be necessary everywhere but
 * is for example in <dl> lists for the <dd> childs.
 */
.o-list-bare {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.o-list-bare__item {
    margin-left: 0;
}

/**
 * The pack object simply causes any number of elements pack up horizontally to
 * automatically fill an equal, fluid width of their parent.
 *
 */
.o-pack {
    width: 100%;
    margin-left: 0;
    display: table;
    table-layout: fixed;
}

/**
 *
 * Responsive Breakpoints
 * Sometimes you want br tags to force a new line if on deskktop, 
 * but want them igored on other device sizes
 *
 */
.o-resp-br--ignore-mobile {
    content: ' ';
}

@media (min-width: 768px) {
    .o-resp-br--ignore-mobile {
        content: initial;
    }
}

.o-resp-br--ignore-mobile::after {
    content: ' ';
}

@media (min-width: 768px) {
    .o-resp-br--ignore-mobile::after {
        content: initial;
    }
}

@media (min-width: 768px) {
    .o-resp-br--ignore-desktop {
        content: ' ';
    }
}

@media (min-width: 768px) {
    .o-resp-br--ignore-desktop::after {
        content: ' ';
    }
}

/*
    Remove padding on twitter bootstrap columns
    for mobile up only
*/
.g-no-padding {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .g-no-padding .col-lg-1, .g-no-padding .col-lg-10, .g-no-padding .col-lg-11, .g-no-padding .col-lg-12, .g-no-padding .col-lg-2, .g-no-padding .col-lg-3, .g-no-padding .col-lg-4, .g-no-padding .col-lg-5, .g-no-padding .col-lg-6, .g-no-padding .col-lg-7, .g-no-padding .col-lg-8, .g-no-padding .col-lg-9, .g-no-padding .col-md-1, .g-no-padding .col-md-10, .g-no-padding .col-md-11, .g-no-padding .col-md-12, .g-no-padding .col-md-2, .g-no-padding .col-md-3, .g-no-padding .col-md-4, .g-no-padding .col-md-5, .g-no-padding .col-md-6, .g-no-padding .col-md-7, .g-no-padding .col-md-8, .g-no-padding .col-md-9, .g-no-padding .col-sm-1, .g-no-padding .col-sm-10, .g-no-padding .col-sm-11, .g-no-padding .col-sm-12, .g-no-padding .col-sm-2, .g-no-padding .col-sm-3, .g-no-padding .col-sm-4, .g-no-padding .col-sm-5, .g-no-padding .col-sm-6, .g-no-padding .col-sm-7, .g-no-padding .col-sm-8, .g-no-padding .col-sm-9, .g-no-padding .col-xs-1, .g-no-padding .col-xs-10, .g-no-padding .col-xs-11, .g-no-padding .col-xs-12, .g-no-padding .col-xs-2, .g-no-padding .col-xs-3, .g-no-padding .col-xs-4, .g-no-padding .col-xs-5, .g-no-padding .col-xs-6, .g-no-padding .col-xs-7, .g-no-padding .col-xs-8, .g-no-padding .col-xs-9 {
        padding-left: 0;
        padding-right: 0;
    }
}

/*
    COMPONENTS
    Specific UI components. 
    This is where majority of our work takes place and our UI components 
    are often composed of Objects and Components.
*/
/******************************************* 
    Styles By BeingOnline - COMPONENTS
	Specific UI components. This is where majority 
	of our work takes place and our UI components 
    are often composed of Objects and Components.
********************************************/
/*
	Project Components
*/
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: Helvetica, Arial, sans-serif !important;
}

.custom-toggler.navbar-toggler {
    border-color: #fff !important;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/*img {
    user-drag: none;
    user-select: none;
}*/

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100% !important;
    max-width: 100px !important;
    margin: 0 auto !important;
}

.c-keypeople {
    height: auto !important;
}

.c-keypeople__background {
    background-color: #0084cb !important;
    height: 400px;
    position: static;
    /*margin-bottom: 375px;*/
    margin-bottom: 80px;
}


.c-keypeople__two-container {
    position: relative;
    text-align: center;
}

.c-keypeople__image {
    max-height: 400px;
    max-width: 400px;
    padding-top: 60px !important;
    margin: 0 auto !important;
    display: block;
    text-align: center;
}

.c-keypeople__two-namecontainer {
    background-color: #0084cb;
    padding: 0px 5px 0px 5px !important;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}

.c-keypeople__two-name {
    padding: 10px !important;
    margin: 0 auto !important;
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.c-keypeople__two-biography {
    background-color: #fff !important;
    color: #000 !important;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif !important;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 10px;
    margin-bottom: 0px !important;
}

.c-keypeople__three-name {
    margin: 0 auto !important;
    display: block;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    color: #0084cb;
    padding-bottom: 5px;
    border-bottom: solid 1px #0084cb;
}

.c-keypeople__three-name-main {
    margin: 0 auto !important;
    display: block;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    color: #0084cb;
    padding-bottom: 5px;
    border-bottom: solid 1px #0084cb;
}

.c-keypeople__three-headingcontainer {
    background-color: #0084cb;
    text-align: center;
    margin: 0 auto !important;
}

.c-keypeople__three-biography {
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
    padding-top: 10px;
    font-size: 16px;
    color: black;
}

.c-keypeople__three-image {
    max-height: 300px;
    max-width: 300px;
    padding-top: 60px !important;
    margin: 0 auto !important;
    display: block;
    text-align: center;
}

.c-keypeople__card {
    border: none !important;
}

.c-keypeople__card-body {
    padding-left: 0px !important;
}

.c-keypeople__card-body-mainPeople {
    background-color: #f2f2f2;
    padding-left: 0px !important;
}

.c-keypeople__person-image {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

    .c-keypeople__person-image:hover {
        -webkit-filter: none; /* Safari 6.0 - 9.0 */
        filter: none;
        transition: all 0.5s ease;
    }

.c-keypeople_person-profile {
    height: 250px;
}

.navbar-brand {
    margin-right: 20% !important;
    text-align: center;
}

.c-main {
    padding-top: 100px;
}

@media (min-width: 768px) {
    .c-main {
        padding-top: 166px;
    }
}

.c-navigation {
    display: inline-block;
    margin: 0 auto;
    transition: opacity 0.5s;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}

.c-navigation__nav-link-dropdown {
    width: 100%;
    color: #9491ad !important;
    font-size: 15px;
    transition: all ease 0.25s;
    padding: 10px;
    display: block;
    text-transform: none;
}

    .c-navigation__nav-link-dropdown:hover {
        width: 100%;
        color: #fff !important;
        font-size: 15px;
        transition: all ease 0.25s;
        display: block;
        padding-left: 20px;
    }

.c-navigation__input {
    width: 100%;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: -5px;
    font-family: 'Montserrat', sans-serif !important;
}

.c-navigation__navbar {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #29245c;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.c-navigation__nav {
    list-style: none;
    text-align: center;
    transition: all ease 0.5s;
}

.c-navigation__nav-item {
    text-align: center;
    position: relative;
    display: inline-block;
    padding-left: 10px;
    margin-left: 10px;
    font-family: 'Montserrat', sans-serif !important;
    color: #9491ad;
    font-size: 1.125rem;
    transition: all ease 0.5s;
}

.c-navigation__logo {
    margin-top: -12px;
    height: auto !important;
    cursor: pointer;
}

.c-navigation__social-logo {
    max-height: 40px;
    max-width: 40px;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 0px;
    margin-top: 0px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .c-navigation__social-logo:hover {
        max-height: 40px;
        max-width: 40px;
        cursor: pointer;
        margin-top: 0px;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

.c-navigation__nav-link {
    color: #9491ad;
    text-transform: none;
    font-size: 1.125rem;
    display: inline-block;
    text-align: center;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif !important;
    transition: all ease 0.5s;
}

    .c-navigation__nav-link:hover {
        color: White !important;
        text-transform: none;
        font-size: 1.125rem;
        display: inline-block;
        text-align: center;
        text-decoration: none;
        transition: all 0.5s ease;
    }


    .c-navigation__nav-link:active {
        color: #eb601d !important;
        transition: none !important;
    }

.c-navigation__nav-item nav-item dropdown:active {
    color: #eb601d !important;
    transition: none !important;
}

.c-iconslist {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    text-align: center;
}



.c-iconslist__item {
    /*display: inline-block;*/
    padding-bottom: 20px;
    /*flex:1;*/
    width: 100%;
}

@media (min-width:768px) {
    .c-iconslist__item {
        flex: 1;
    }
}


.c-iconslist__image {
    max-width: 125px;
    max-height: 125px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .c-iconslist__image:hover {
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

.c-iconslist__heading {
    color: #eb601d;
    padding-top: 40px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat bold', sans-serif !important;
    font-weight: bolder !important;
}

.c-iconslist__description {
    font-size: convert-px-to-rem(14);
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 40px;
    font-family: Helvetica, Arial, sans-serif !important;
}

.c-textImagePanel {
    background-color: #eb601d;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    display: inline-block;
}

.c-textImagePanel__heading {
    color: #fff;
    font-size: convert-px-to-rem(20);
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-left: 200px;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
}

.c-textImagePanel__description {
    color: #000;
    padding-right: 400px;
    padding-left: 400px;
    padding-bottom: 10px;
    margin-left: 200px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif !important;
}

.c-text {
    margin-left: -202px;
}

.c-imageTextPanel {
    background-color: #0084cb;
    width: 100%;
    /* padding-top: 50px; */
    text-align: center;
    display: inline-block;
}

.c-imageTextPanel__heading {
    color: #fff;
    font-size: convert-px-to-rem(20);
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-left: 200px;
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold !important;
}

.c-imageTextPanel__description {
    color: #000;
    padding-right: 200px;
    padding-left: 200px;
    padding-bottom: 10px;
    margin-left: 200px;
    font-weight: 400;
    font-family: Helvetica, Arial, sans-serif !important;
}

.c-transparentButtonPrimary {
    background-color: #eb601d;
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 200px;
    transition: all 0.5s ease;
    font-family: Helvetica, Arial, sans-serif !important;
}

    .c-transparentButtonPrimary:hover {
        background-color: #fff;
        border: solid 1px #fff;
        color: #eb601d;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all 0.5s ease;
    }

.c-transparentButtonSecondary {
    background-color: #0084cb;
    border: solid 1px #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 200px;
    transition: all 0.5s ease;
    font-family: Helvetica, Arial, sans-serif !important;
}

    .c-transparentButtonSecondary:hover {
        background-color: #fff;
        border: solid 1px #fff;
        color: #0084cb;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all 0.5s ease;
    }

.c-image {
    display: inline-block;
}

.c-image__imageRight {
    max-height: 310px;
    max-width: 197px;
    display: inline-block;
    margin-right: 600px;
}

.c-image {
    display: inline-block;
}

.c-image__imageLeft {
    /* max-height: 350px;
    max-width: 165px; */
    display: inline-block;
    /* margin-left: 385px; */
    max-height: 100%;
    max-width: 100%;
    margin-left: -40px !important
}

.c-imageLinksContainer {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.c-imageLinksPanel {
    list-style: none;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.c-imageLinksPanel__logoImage {
    max-height: 150px;
    max-width: 200px;
    padding-bottom: 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .c-imageLinksPanel__logoImage:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.c-imageLinksPanel__image {
    max-height: 100px;
    max-width: 100px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

    .c-imageLinksPanel__image:hover {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.c-imageLinksPanel__heading {
    color: #eb601d;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.c-pageHeader {
    width: 100%;
    position: relative;
}

.c-pageHeader__imagecontainer {
    width: 100%;
}

.c-pageHeader__image {
    width: 100%;
    max-height: 250px;
}

.c-pageHeader__heading {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 45%;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
}

.c-video {
    background-color: #29245c;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

.c-video__homepage {
    margin-top: -30px;
    background-image: linear-gradient(#131127, #29245c);
    padding-top: 20px;
}

.c-video__video {
    width: 100%;
}

.c-titlePanel {
    background-color: #fff;
    text-align: center;
    padding-top: 15px;
}

.c-titlePanel__heading {
    color: #0084cb;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-top: 15px;
}

.c-body {
    background-color: #fff;
    text-align: center;
    padding-top: 20px;
}

.c-body__heading {
    color: #0084cb;
    font-weight: 400;
    /*padding-bottom: 20px;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /*padding-top: 30px;*/

    padding: 30px 50px 20px 50px;
}

.c-body__text {
    padding-left: 150px;
    padding-right: 150px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

    .c-body__text p {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
    }

.c-body__link {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700 !important;
    color: #222629;
    transition: all 0.25s ease;
}

    .c-body__link:hover {
        color: #eb601d;
        transition: all 0.25s ease;
    }


.c-mediaText {
    width: 100%;
    display: inline-block;
    padding-bottom: 60px;
}

.c-mediaText__image {
    max-height: auto;
    /*max-width: 100%; //100% of parent container*/
    max-width: 400px;
    width: 100%;
    margin-left: 150px;
}

.c-mediaText__heading {
    color: #eb601d;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    margin-left: -58px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.c-mediaText__text {
    text-align: justify;
    text-align-last: center;
    /*padding: 0 20px 0 20px;*/
    padding: 0 161px 0 100px;
    font-family: Helvetica, Arial, sans-serif;
}

.c-textMedia {
    width: 100%;
    display: inline-block;
    padding-bottom: 60px;
}

.c-textMedia__image {
    max-height: 100%;
    max-width: 400px;
    width: 100%;
    margin-left: -110px;
}

.c-textMedia__heading {
    color: #eb601d;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    margin-left: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.c-textMedia__text {
    text-align: justify;
    text-align-last: center;
    /*padding: 0 20px 0 20px;*/
    padding: 0 110px 0 130px;
    font-family: Helvetica, Arial, sans-serif;
}

p {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.c-mainContent {
    background-color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 60px !important;
}

.c-mainContent__text {
    padding-left: 150px;
    padding-right: 150px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.c-otherTopics {
    background-color: #eaf2fc;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 60px;
}

.c-otherTopics__title {
    text-align: center;
    text-transform: uppercase;
    padding-top: 60px;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.c-otherTopics__heading {
    color: #eb601d;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.c-otherTopics__image {
    height: 150px;
    width: 150px;
}

.c-otherTopics__text {
    padding-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
}

.c-otherTopics__button {
    background-color: #0084cb;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

    .c-otherTopics__button:hover {
        background-color: #fff;
        color: #0084cb;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        transition: all 0.5s ease;
    }

.c-subNavigation {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    list-style: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.c-subNavigation__container {
    text-align: center;
    display: block;
    margin-left: 50%;
    display: flex;
    justify-content: center;
}

.c-subNavigation__button {
    background-color: #87bee8;
    border: solid 1px #fff;
    color: #fff;
    cursor: pointer;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    margin-right: 10px;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
}

    .c-subNavigation__button:active {
        background-color: #0084cb;
        border: solid 1px #fff;
        color: #fff;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .c-subNavigation__button:hover {
        background-color: #87bee8;
        border: solid 1px #fff;
        color: #fff;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .c-subNavigation__button:focus {
        background-color: #0084cb;
        border: solid 1px #fff;
        color: #fff;
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

.c-contact {
    text-align: center !important;
    padding-bottom: 30px;
}

.c-contact__row {
    text-align: center;
    background-color: #29245c;
}

.c-contact__text {
    text-align: center;
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 20px;
    font-family: Helvetica, Arial, sans-serif;
}

.c-contact__subheading {
    font-weight: bold;
    color: #0084cb;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
}

.c-contact__link {
    color: white;
    font-weight: normal !important;
    transition: all 0.25s ease;
    /*font-family: Helvetica, Arial, sans-serif !important;*/
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
}

    .c-contact__link:hover {
        color: #eb601d;
        transition: all 0.25s ease;
    }

.c-contact__map {
    padding: 0px !important;
    margin: 0px !important;
}

.c-contact__address {
    /*font-family: Helvetica, Arial, sans-serif;*/
    color: white;
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
}

.c-footer {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
}

.c-footer__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}

.c-footer__text,
.c-footer__text a {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif !important;
    color: black;
}

.c-footer__image {
    height: 95px;
    width: 195px;
}

.c-footer__link {
    color: #000;
    font-size: 12px;
    transition: all 0.5s ease;
}

    .c-footer__link:hover {
        color: #eb601d;
        transition: all 0.5s ease;
    }

.c-footer__gradient {
    width: 100%;
}

.c-footer__partnerlogosquare {
    max-width: 100px;
    max-height: 100px;
}

.c-footer__partnerlogorectangle {
    max-height: 100px;
    max-width: 150px;
}

.c-footer__partnericons {
    padding-top: 60px;
}

.c-carousel {
    width: 100%;
}

.c-twoOptions {
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
    padding-top: 80px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-family: Helvetica, Arial, sans-serif;
}

.c-twoOptions__image {
    max-height: 400px;
    max-width: 400px;
    text-align: center;
    padding-bottom: 20px;
}

.c-twoOptions__heading {
    color: #eb601d;
    font-size: convert-px-to-rem(16);
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold !important;
}

.c-twoOptions__description {
    padding-bottom: 30px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 0 75px 0 75px;
}

.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.c-form {
    background-color: #29245c;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 20px;
}

.c-form__heading,
.umbraco-forms-form.getintouch legend {
    color: #fff;
    font-size: convert-px-to-rem(20);
    padding-bottom: 15px;
    padding-top: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat bold', sans-serif;
    font-weight: bold;
    text-align: center !important;
}

.umbraco-forms-form.getintouch .umbraco-forms-field label {
    display: none;
}

.umbraco-forms-form.getintouch .umbraco-forms-field.dataconsent label {
    color: #fff;
    display: block;
}

.umbraco-forms-form.getintouch .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label {
    display: inline-block;
}

.c-form__item,
.umbraco-forms-form.getintouch input.text,
.umbraco-forms-form.getintouch textarea {
    background-color: #29245c;
    color: #0084cb !important;
    border: 0px;
    border-bottom: solid 1px #fff;
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    outline: 0;
    max-height: 8em;
    font-family: 'Montserrat', sans-serif !important;
}

.c-form p {
    color: white;
    font-family: 'Montserrat', sans-serif !important;
}

.c-form a {
    color: white;
}

.c-form ::placeholder {
    color: #0084cb;
}

.c-form__button,
.c-search__button,
.umbraco-forms-form.getintouch .umbraco-forms-navigation input {
    color: #fff;
    background-color: #eb601d;
    border: solid 1px #eb601d;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: convert-px-to-rem(20);
    transition: all 0.5s ease;
    font-family: 'Montserrat bold', sans-serif;
}

    .c-form__button:hover,
    .c-search__button:hover,
    .umbraco-forms-form.getintouch .umbraco-forms-navigation input:hover {
        color: #eb601d;
        background-color: #fff;
        /* border: solid 1px #fff; */
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-top: 30px;
        font-size: convert-px-to-rem(20);
        transition: all 0.5s ease;
        border: solid 1px #eb601d;
        text-decoration: none;
    }

.c-background {
    background-color: #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-background__lightgrey {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-background__lightgrey-keypeople {
    background-color: #f2f2f2;
    padding-top: 20px;
    padding-bottom: 20px;
}

.c-background__blue {
    background-color: #0084cb;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.c-background__blue-heading {
    color: white;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif !important;
}

.c-keyperson {
    padding-top: 40px;
    padding-bottom: 60px;
}

.c-keyperson__name {
    color: #0084cb;
    padding-bottom: 5px;
    border-bottom: solid 1px #0084cb;
    text-align: left;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif !important;
}

.c-keyperson__image {
    /*max-height:400px;
    max-width:400px;
    height:100%;
    width:100%;*/
    max-height: 400px;
    max-width: 400px;
    height: 100%;
    width: 100%;
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.c-keyperson__job {
    padding-bottom: 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
}

.c-keyperson__biography {
    font-size: 16px;
    padding-bottom: 10px;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
}

.c-keyperson p {
    font-size: 16px;
    padding-bottom: 10px;
    text-align: left;
    font-family: 'Montserrat', sans-serif !important;
}

.c-keyperson__button {
    color: white;
    background-color: #0084cb;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border: solid 1px #0084cb;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left !important;
    cursor: pointer;
    font-family: "Montserrat",sans-serif !important;
    outline: none !important;
}

.c-card__link {
    text-decoration: none;
    transition: ease 0.25s all;
}

    .c-card__link:hover {
        text-decoration: none;
        color: white;
        transition: ease 0.25s all;
    }

.c-blueButton {
    color: white;
    background-color: #0084cb;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border: solid 1px #0084cb;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left !important;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    transition: ease 0.25s all;
}

    .c-blueButton :hover {
        text-decoration: none !important;
        color: white;
        background-color: #eb601d;
        border-radius: 8px;
        border-top-left-radius: 0px;
        border: solid 1px #eb601d;
    }

.c-orangeButton {
    color: #eb601d;
    background-color: white;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border: solid 1px #eb601d;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left !important;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.25s ease;
}

    .c-orangeButton :hover {
        text-decoration: none !important;
        color: #eb601d;
        transition: all 0.25s ease;
    }


.c-card__link-orange {
    text-decoration: none;
    transition: ease 0.25s all;
    border: none;
}

    .c-card__link-orange:hover {
        text-decoration: none;
        color: white;
        background-color: #eb601d;
        transition: ease 0.25s all;
    }

.c-jobcard {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 0px !important;
    margin-bottom: 10px;
}

.c-jobcard__row > .c-jobcard {
    margin: 0 auto !important;
}

@media (max-width:992px) {
    .c-jobcard__row > .c-jobcard {
        margin-top: 20px !important;
    }
}

.c-jobcard__image {
    width: 100% !important;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    max-height: 100%;
    height: 200px !important;
    /*max-width: 300px;*/
    height: auto;
    max-width: 100%;
}

.c-jobcard__card-body {
    padding-left: 10px !important;
    text-align: left !important;
}

.c-jobcard__job-title {
    color: #1a1a1a;
    text-align: left;
    padding-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    border-bottom: solid 1px #0084cb;
    margin-bottom: 12px;
    font-weight: bold;
    min-height: 4em;
}

.c-job__heading {
    font-weight: bold;
    color: #0084cb;
}

.c-factsheet {
    border-bottom: solid 1px white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left !important;
}

.c-factsheet__image {
    height: 50px;
    width: 50px;
}

.c-factsheet__name {
    font-weight: bold;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    word-break: break-word;
}

.c-factsheet__description {
    padding-right: 40px !important;
    padding-top: 10px;
}

.c-factsheet__button {
    margin-top: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}


.c-articleNewsEventImage {
    max-height: 400px;
    height: 100%;
    width: 100%;
}


.c-resourceCardTopImage {
    padding: 0px !important;
    /*IE Fix*/
    max-width: 350px;
}


video::-webkit-media-controls-overlay-play-button {
    display: none;
}

.umbraco-forms-submitmessage {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-family: 'Montserrat', sans-serif !important;
}

.c-card__textlink {
    text-decoration: none !important;
}

@media all and (min-width:501px) and (max-width:767px) {
    .c-threecard {
        margin-left: 50px;
    }
}

@media all and (max-width:500px) {
    .c-threecard {
        margin-left: 15px;
    }

    .erdf-nav-icon {
        margin-left: 0px;
    }
}


@media all and (max-width: 1800px) {
    .c-footer__partnericons {
        padding-top: 40px;
    }

    .c-textImagePanel {
        background-color: #eb601d;
        width: 100%;
        padding-top: 50px;
        text-align: center;
        padding-bottom: 20px;
        display: inline-block;
    }

    .c-textImagePanel__heading {
        color: #fff;
        font-size: convert-px-to-rem(20);
        padding-bottom: 20px;
        text-transform: uppercase;
    }

    .c-textImagePanel__description {
        color: #000;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .c-imageTextPanel {
        background-color: #0084cb;
        width: 100%;
        padding-top: 50px;
        text-align: center;
        padding-bottom: 20px;
        display: inline-block;
    }

    .c-imageTextPanel__heading {
        color: #fff;
        font-size: convert-px-to-rem(20);
        padding-bottom: 20px;
        text-transform: uppercase;
    }

    .c-imageTextPanel__description {
        color: #000;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
    }

    .c-image__imageRight {
        margin-bottom: -20px;
        width: 100%;
        height: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .c-image__imageLeft {
        margin-bottom: -20px;
        width: 100%;
        height: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .c-transparentButtonPrimary {
        margin-left: 0px;
        text-align: center;
    }

    .c-transparentButtonSecondary {
        margin-left: 0px;
        text-align: center;
    }

    .c-textImagePanel__heading {
        margin-left: 0px;
    }

    .c-textImagePanel__description {
        margin-left: 0px;
    }

    .c-imageTextPanel__heading {
        margin-left: 0px;
    }

    .c-imageTextPanel__description {
        margin-left: 0px;
    }

    .c-twoOptions__image {
        width: 90%;
        height: auto;
    }

    .c-twoOptions__description {
        padding: 0 50px 0 50px !important;
        padding-bottom: 30px !important;
    }

    .c-mediaText__image {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 100% !important;
        /*margin-left: -66px !important;*/
        padding-bottom: 20px !important;
    }

    .c-mediaText__text {
        margin: 0 !important;
        padding: 0 5px 0 5px !important;
    }

    .c-textMedia__image {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        max-width: 100% !important;
        /*margin-left: -66px !important;*/
        padding-top: 20px;
    }

    .c-textMedia__text {
        margin: 0 !important;
        padding: 0 5px 0 5px !important;
    }

    .c-video {
        width: 100% !important;
        height: auto;
    }

    .c-video__video {
        width: 100% !important;
        height: auto;
    }

    .c-contact {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /*.c-contact__text {
        text-align: center;
        padding: 0px !important;
        display: table;
        padding-top: 20px;
    }*/
}

@media all and (max-width: 1800px) and (max-width: 1000px) {
    .c-pageHeader__image {
        width: 100%;
        height: 100px;
    }

    .c-pageHeader__heading {
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 35%;
    }

    .c-contact {
        text-align: center !important;
        padding-top: 25px !important;
        padding-bottom: 30px !important;
    }

    /*.c-contact__text {
        text-align: center !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        display: table !important;
        padding-top: 20px !important;
    }*/

    .c-text {
        margin-left: 0px !important;
    }

    .c-navigation__input {
        margin: 0 auto;
        /*width: 50% !important;*/
        width: 100% !important;
        display: block;
        width: 100%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        margin-bottom: 10px;
    }
}

@media all and (min-width: 991px) and (max-width: 1100px) {
    .navbar-brand {
        /*margin-right: 0% !important;*/
        text-align: center;
        font-size: 0px !important;
    }

    .c-text {
        margin-left: 0px !important;
    }
}

@media all and (min-width: 1000px) and (max-width: 1350px) {
    .navbar-brand {
        /*margin-right: 0% !important;*/
        text-align: center;
        font-size: 0px !important;
    }

    .c-text {
        margin-left: 0px !important;
    }

    .c-footer__partnericons {
        padding-top: 40px !important;
    }
}

@media all and (min-width: 1350px) and (max-width: 1800px) {
    .navbar-brand {
        margin-left: -200px !important;
        text-align: center;
        font-size: 0px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1218px) {
    .c-navigation__nav-link {
        font-size: 14px !important;
        padding: 0 !important;
    }

    .navbar-brand {
        /*margin: 0 auto !important;*/
        text-align: center;
        font-size: 0px !important;
    }
}

@media screen and (max-width: 992px) {

    .c-navigation__nav-item {
        margin-left: 0;
        padding-left: 0;
    }


    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        display: block;
        background-color: #29245c;
        border: none;
        text-align: center;
        width: 100% !important;
    }

    .dropdown-toggle::after {
        visibility: hidden;
    }


    .c-navigation__nav-link {
        font-size: 15px;
        padding: 10px;
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .c-navigation__nav-link:hover {
            font-size: 15px;
        }

    .c-navigation__nav-link-dropdown {
        padding: 0;
    }

        .c-navigation__nav-link-dropdown:hover {
            padding-left: 0;
        }

    .navbar {
        padding-bottom: 40px;
    }

    .c-subNavigation {
        padding-bottom: 0 !important;
    }

        .c-subNavigation li {
            display: block !important;
            margin: 15px !important;
            width: 100% !important;
            text-align: center !important;
        }

    .c-subNavigation__button {
        padding: 10px !important;
        width: 100% !important;
        height: auto !important;
    }

    .c-mediaText__text {
        text-align: justify;
    }

    .c-mediaText__heading {
        color: #eb601d;
        text-transform: uppercase;
        padding-bottom: 10px;
        text-align: center;
        margin-left: 0px;
    }

    .c-textMedia__text {
        text-align: justify;
    }

    .c-footer__partnericons {
        padding-top: 0px !important;
    }

    .c-body__text {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .c-keypeople {
        height: auto !important;
    }

    .c-keypeople__background {
        background-color: #0084cb !important;
        height: 1050px;
        position: static;
        margin-bottom: 20px;
    }

    .c-testimonials__text {
        /*font-family: Helvetica, Arial, sans-serif !important;*/
        padding: 40px !important;
        font-size: 18px !important;
        padding-right: 20px !important;
        padding-left: 10px !important;
    }
}

@media screen and (max-width: 385px) {
    .c-keypeople {
        height: auto !important;
    }

    .c-keypeople__background {
        background-color: #0084cb !important;
        height: 1200px;
        position: static;
        margin-bottom: 10px;
    }

    .c-testimonials__text {
        /*font-family: Helvetica, Arial, sans-serif !important;*/
        padding: 40px !important;
        font-size: 14px !important;
        padding-right: 20px !important;
        padding-left: 10px !important;
    }
}

@media screen and (min-width: 386px) and (max-width: 470px) {
    .c-keypeople {
        height: auto !important;
    }

    .c-keypeople__background {
        background-color: #0084cb !important;
        height: 1100px;
        position: static;
        margin-bottom: 10px;
    }

    .c-testimonials__text {
        /*font-family: Helvetica, Arial, sans-serif !important;*/
        padding: 40px !important;
        font-size: 13px !important;
        padding-right: 20px !important;
        padding-left: 10px !important;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .c-footer__partnericons {
        padding-top: 10px !important;
    }
}

@media screen and (min-width: 1351px) and (max-width: 1800px) {
    .c-text {
        margin-left: 0px !important;
    }
}

@keyframes bounce {
    0%, 20%, 60%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

/*
    UTILITIES
    Utilities and helper classes with ability to override anything which 
    goes before in the triangle, eg. hide helper class.
*/
/******************************************* 
    Styles By BeingOnline - UTILITIES
	Styling for bare HTML elements (like H1, A, etc.). 
    These come with default styling from the browser so we can redefine them here.
********************************************/
/* 
    Bootstrap Overwrites 
    Any styling updates to bootstrap components go here
*/
/*
	Project Utilities
*/
/* 
    Assigning clearfix to classes 
*/
.u-clearfix, .u-group {
    *zoom: 1;
}

    .u-clearfix:before, .u-clearfix:after, .u-group:before, .u-group:after {
        content: " ";
        display: table;
    }

    .u-clearfix:after, .u-group:after {
        clear: both;
    }

/* 
    Alignment 
*/
.u-left {
    text-align: left;
}

.u-center {
    text-align: center;
}

.u-center--mobile-only {
    text-align: center;
}

@media (min-width: 576px) {
    .u-center--mobile-only {
        text-align: left;
    }
}

@media (min-width: 576px) {
    .u-center--desktop-only {
        text-align: center;
    }
}

.u-right {
    text-align: right;
}

/*
        Mobile / Web Toggle
    */
.u-mobile-only {
    display: block !important;
}

@media (min-width: 576px) {
    .u-mobile-only {
        display: none !important;
    }
}

.u-mobile-only--inline {
    display: inline-block !important;
}

@media (min-width: 576px) {
    .u-mobile-only--inline {
        display: none !important;
    }
}

.u-web-only {
    display: none !important;
}

@media (min-width: 576px) {
    .u-web-only {
        display: block !important;
    }
}

.u-web-only--inline {
    display: none !important;
}

@media (min-width: 576px) {
    .u-web-only--inline {
        display: inline-block !important;
    }
}

/*
        Font Weights
    */
/*
        Font Styling
    */
.u-uppercase {
    text-transform: uppercase;
}

.u-lowercase {
    text-transform: lowercase;
}

/*
        No Margin
    */
.u-no-margin {
    margin: 0;
}

/*
        No Padding
    */
.u-no-padding {
    padding: 0;
}

/*
        Font color 
    */
.u-primary {
    color: #0275d8;
}

.u-secondary {
    color: #5cb85c;
}

.u-tertiary {
    color: #5bc0de;
}

/*
        Relative
    */
.u-rel {
    position: relative;
}

@media (max-width:767px) {
    .c-keyperson__container {
        padding-left: 10px !important;
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width:555px) {
    .c-keyperson__container {
        padding: 20px !important;
        text-align: center;
        margin-top: 10px;
    }

    .c-keyperson {
        padding-top: 40px;
        padding-bottom: 20px;
        text-align: center !important;
    }
}


@media (max-width:991px) {


    .c-keyperson {
        text-align: center;
    }

    .c-keyperson__name {
        padding-top: 20px;
        text-align: center;
    }

    .c-keyperson__name {
        text-align: center;
    }

    .c-keyperson__image {
        /*text-align: center;*/
        text-align: center;
        display: block;
        height: auto;
        margin: 0 auto;
        min-height: 300px;
    }

    .c-keyperson__job {
        text-align: center;
    }

    .c-keyperson__biography {
        text-align: center;
    }

    .c-keyperson__button {
        text-align: center !important;
    }

    .c-jobcard__image {
        height: auto !important;
    }
}

@media all and (max-width:1200px) {
    .c-keypeople_person-profile {
        height: auto;
    }
}


.card-img-top {
    flex-shrink: 0 !important;
}

@media all and (max-width:576px) {
    .c-imageLinksContainer {
        display: none;
    }
}

.inline-card-image {
    width: 100%;
    height: auto;
}


.inline-block {
    display: inline-block !important;
}

@media screen and (min-width:1200px) {
    .c-navigation__right-panel {
        margin-left: 630px;
        padding-bottom: 20px;
        margin-top: -10px;
    }
}

/**umb_name:Orange colour*/
.OrangeColour {
    color: #eb601a;
}

/**umb_name:Blue colour*/
.blueColour {
    color: #0084cb;
}

/**umb_name:White colour*/
.WhiteColour {
    color: #FFFFFF;
}


@media screen and (min-width:992px) {
    .image-caption {
        padding-top: 60px;
    }

    .image-sub-caption {
        padding-top: 0px;
    }
}


@media screen and (min-width:1200px) {
    .image-caption {
        padding-top: 80px;
    }

    .image-sub-caption {
        padding-top: 0px;
    }
}


.field-validation-error {
    display: block !important;
    font-weight: bold !important;
    color: #eb601a !important;
    font-family: 'Montserrat', sans-serif !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .card {
        display: block !important;
    }
}

.c-home-marquee {
    width: 100%;
    text-align: center;
    background-color: #29245c;
    color: white;
    padding: 30px;
    font-family: Montserrat;
}

.c-home-marquee-item-text {
    font-family: Montserrat;
}

.c-home-marquee a {
    color: white;
    font-family: Montserrat;
    text-decoration: underline;
}

    .c-home-marquee a:hover {
        color: white;
    }

.c-home-marquee p {
    margin-bottom: 0;
    font-family: Montserrat;
}

.cookie-table tbody tr:first-child td, tbody tr:nth-child(odd) td {
    background-color: #fff;
    color: #000;
}
