﻿body {
    overflow-x: hidden;
}

.facts {
    width: 100%;
}

.factsoverlay {
    background-image: url("/img/QuoteImages/facts-background-image3.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.factsholder {
    position: relative;
    height: 560px !important;
    overflow: hidden;
}

.factsoverlay .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.imageinvert {
    width: 100% !important;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    /*overflow: hidden;*/
}

.facts h2 {
    color: rgba(239,72,81,1);
    margin-bottom: 0;
}

.facts h4 {
    font-family: "museo-slab";
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 0px
}


.ito {
    position: relative;
    /*z-index: 10;*/
}

.bgk {
    text-align: center;
    width: 150px;
    height: 150px;
}

/* =========================================================================== */


.location {
    width: 100%;
    height: auto;
}

    .location img {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
    }

    .location .intro__content {
        z-index: 100;
        position: absolute;
        color: white;
        font-size: 24px;
        font-weight: bold;
        left: 150px;
        top: 350px;
    }

/* =========================================================================== */
/* sidenav
/* =========================================================================== */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1000 !important; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #000; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    .sidenav .navpad {
        padding-left: 30px;
    }

    .sidenav img {
        width: 100px;
        height: auto;
    }

    /* The navigation menu links */
    .sidenav a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 14px;
        color: #818181;
        display: block;
        transition: 0.3s;
        font-family: "brandon-grotesque", sans-serif;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 36px;
        /*margin-left: 50px;*/
    }

#myEmpNav {
    height: 0; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10 !important; /* Stay on top */
    top: 0;
    overflow-x: hidden; /* Disable horizontal scroll */
    /*padding-top: 60px; */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.mySearchNav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10 !important; /* Stay on top */
    top: 0;
    right: 0;
    background: #243E88; /* Old browsers */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    .mySearchNav a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: "brandon-grotesque", sans-serif;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.myAssessment {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10 !important; /* Stay on top */
    top: 0;
    right: 0;
    /*background: #243E88; /* Old browsers */ */ overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */

    background: linear-gradient(145deg, #45AC35, #28347F, #E63625, #F9B329);
    background-size: 800% 800%;
    -webkit-animation: background 26s ease infinite;
    animation: background 26s ease infinite;
}



@-webkit-keyframes background {
    0% {
        background-position: 1% 0%;
    }

    50% {
        background-position: 99% 100%;
    }

    100% {
        background-position: 1% 0%;
    }
}

@keyframes background {
    0% {
        background-position: 1% 0%;
    }

    50% {
        background-position: 99% 100%;
    }

    100% {
        background-position: 1% 0%;
    }
}

.myAssessment a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* =========================================================================== */
/* sector nav
/* =========================================================================== */

/* The side navigation menu */
.sectornav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1000 !important; /* Stay on top */
    top: 0;
    right: 0;
    background-color: #3b3237;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

    .sectornav a {
        padding: 8px 8px 8px 8px;
        text-decoration: none;
        font-size: 14px;
        color: #818181;
        display: block;
        transition: 0.3s;
        font-family: "brandon-grotesque", sans-serif;
        font-style: normal;
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


    .sectornav .navpad {
        padding-left: 20px;
    }

.navcontainer {
    margin-right: 20px;
}

.sectorNavMainText {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: rgba(255,255,255,0.6);
    min-height: 300px;
    padding: 50px;
}

    .sectorNavMainText h4 {
        font-family: "museo-slab";
        font-size: 32px;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-weight: normal;
        color: #28347E;
        line-height: 40px;
    }

/* Position and style the close button (top right corner) */
.sectornav .closebtn {
    font-size: 36px;
    /*margin-left: 50px;*/
}

.sectornav h2 {
    /*text-align: center;*/
    color: #fff;
}

.sectxt {
    font-family: "brandon-grotesque", sans-serif;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00A15E;
}

.sectxtpara {
    margin-top: 40px;
    margin-bottom: 80px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    font-size: 110%;
    line-height: 40px;
    color: #333;
}

.secbriefdescription {
    font-size: 120%;
    margin-top: 80px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #333;
    font-style: italic;
}

.scrollTopSector {
    color: #fff !important;
    font-size: 36px !important;
    float: right;
}

/* ======================================================================
   ==== parallax
   ====================================================================== */

.cd-holder {
    height: 400px;
    width: 100%;
    overflow: hidden;
    background-color: #000 !important;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    margin-bottom: 20px;
}

.cd-background-wrapper {
    perspective: 80000px;
}

.cd-floating-background {
    transform-style: preserve-3d;
    position: relative;
    top: 0;
    left: 0;
}

.cd-holder h2 {
    position: relative;
    font-size: 25px;
    color: #fff !important;
    /*background-color: #000;*/
    z-index: 99;
    left: 0;
    padding-left: 30px;
    margin-bottom: 0px;
}

.cd-holder p {
    position: relative;
    color: #fff;
    z-index: 99;
    bottom: 0;
    margin-left: 30px;
    margin-right: 30px;
    font-family: "museo-slab";
    font-size: 16px;
    color: #000;
}

.cd-holder .btn {
    position: absolute;
    color: #fff !important;
    z-index: 99;
    top: 300 !important;
    margin-left: 25px;
    margin-right: 25px;
    color: #fff;
    right: 0;
}

.cd-holder .more-link {
    position: absolute;
    color: #28347E;
    z-index: 99;
    top: 300 !important;
    margin-left: 25px;
    margin-right: 25px;
    color: #fff;
}

.cd-holder .more-link1 {
    position: absolute;
    color: #28347E;
    z-index: 99;
    top: 300 !important;
    margin-left: 25px;
    margin-right: 25px;
    color: #fff;
}

.cd-holder .more-link .fa-inverse {
    color: #28347E;
}

.cd-holder .more-link1 .fa-inverse {
    color: #28347E;
}

.cd-holder .more-link1:hover {
    color: #444;
}

.cd-floating-background img {
    position: relative;
    top: 0;
    left: 0;
}

    .cd-floating-background img:first-child {
        transform: translateZ(0px);
        position: absolute;
        top: -50px;
        left: -10px;
        z-index: 3;
        opacity: 0.6;
    }

    .cd-floating-background img:nth-child(2) {
        transform: translateZ(50px);
        position: absolute;
        z-index: 4;
        left: 0px;
        opacity: 0.6;
    }

    .cd-floating-background img:nth-child(3) {
        transform: translateZ(200px);
        position: absolute;
        left: -20px;
        z-index: 5;
        opacity: 0.6;
    }

.sector-industry h2 {
    color: #fff;
}

.overlaylayer {
    position: absolute;
    left: 0 top:0;
    height: 100%;
    width: 100%;
    background: #000;
}

.cd-background-wrapper:hover .overlaybtn {
    /*background: orange !important;*/
    opacity: 1;
}

.txtwrap {
    color: #fff;
    /*background-color: rgba(239, 72, 81, 0.6) !important;*/
    /*line-height: 30px;*/
}

.ti-2x {
    font-size: 30px;
}

.lincolnshire-graphs h3 {
    font-family: "museo-slab" !important;
    font-size: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: normal;
    color: rgba(255,255,255,0.6);
    line-height: 40px;
}

.lincolnshire-graphs h2 {
    color: rgba(255,255,255,0.1);
}

.section-testimonials {
    background-image: url("/img/backgrounds/testimonals-bg.png") !important;
}

    .section-testimonials h3 {
        color: rgba(255,255,255,0.5);
        float: right;
        font-size: 50px;
        font-family: "museo-slab" !important;
        text-transform: capitalize;
        letter-spacing: 2px;
        font-weight: normal;
    }

    .section-testimonials h4 {
        color: #FBB500;
        letter-spacing: 2px !important;
    }

    .section-testimonials .testimage {
        max-height: 300px;
        width: auto;
        text-align: center;
        margin-top: 40px;
    }

    .section-testimonials .testtext {
        font-size: 20px !important;
        letter-spacing: 1.5px;
        font-weight: normal;
        margin-bottom: 20px;
        line-height: 30px;
    }

.large-icon {
    margin-top: 40px;
    font-size: 60px;
}

.section-testimonials .label {
    font-size: 120%;
    font-family: "brandon-grotesque";
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 10px;
}

.section-testimonials .label-default {
    background-color: transparent !important;
    border: 0px #fff solid !important;
}

.bannermain {
    background-image: url("/img/lightblue_pentagon.png") !important;
}

.bannergray {
    background-image: url("/img/gray_pentagon.png") !important;
}

.bannerred {
    background-image: url("/img/red_pentagon.png") !important;
}

.banneryellow {
    background-image: url("/img/yellow_pentagon.png") !important;
}

.bannermoave {
    background-image: url("/img/moave_pentagon.png") !important;
}

.bannergreen {
    background-image: url("/img/green_pentagon.png") !important;
}

.bannerlime {
    background-image: url("/img/lime_pentagon.png") !important;
}

.bannerApple {
    background-color: #009e7f !important;
}

.bannerRose {
    background-color: #cf4952 !important;
}

.bannerTeal {
    background-color: #0089a6 !important;
}

.section-thesearch {
    /*background-image: url("/img/triangular.png") !important;*/
    background-color: #005b71 !important;
}

.section-inspire {
    /*min-height: 600px;*/
    /*background-image: url("/img/inspire.jpg") !important; */
}

.section-hero h2 {
    color: rgba(255,255,255,0.8);
    line-height: 60px;
    font-size: 40px;
}

.section-hero .btn {
    background-color: rgba(255,255,255,0.8);
}

.section-hero .txtwrap {
    /*background-color: rgba(239, 72, 81, 0.6) !important;*/
    /*padding-left:   5px;*/
    /*padding-right:  5px;*/
}

.section-hero p {
    font-family: "museo-slab" !important;
    /*text-transform: capitalize;*/
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.section-inspire h2 {
    color: rgba(255,255,255,0.8);
    line-height: 100px;
    font-size: 60px;
}

.section-inspire .btn {
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: #e63e32;
}

.paddingTop {
    margin-top: 100px;
}

.section-inspire .txtwrap {
    /*background-color: rgba(239,72,81,0.6) !important;*/
    /*padding-left: 	5px;*/
    /*padding-right: 	5px;*/
}
/*
.section-hero .txtwrap-red { 
  background-color: rgba(239,72,81,0.6) !important;
}
.section-hero .txtwrap-green {
  background-color: rgba(0,161,94,0.6) !important; 
}
.section-hero .txtwrap-lime {
  background-color: rgba(165,166,49,0.6) !important; 
}
.section-hero .txtwrap-grey {
  background-color: rgba(45,38,42,0.8) !important; 
}
.section-hero .txtwrap-blue {
  background-color: rgba(40,52,126,0.6) !important; 
}
.section-hero .txtwrap-lightblue {
  background-color: rgba(99,204,202,0.6) !important; 
}
.section-hero .txtwrap-yellow {
  background-color: rgba(251,181,0,0.6) !important; 
}
*/
.section-inspire p {
    font-family: "museo-slab" !important;
    /*text-transform: capitalize;*/
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}


.section-thesearch h2 {
    color: rgba(255,255,255,0.5);
    font-family: "museo-slab" !important;
    text-transform: capitalize;
    letter-spacing: 5px;
    text-align: center;
    bottom: 200px;
}

.section-thesearch .form-control {
    background: 0 0;
    border: 4px solid rgba(255,255,255,.4);
    margin-bottom: 10px;
    height: 60px;
    color: #fff;
    font-family: "museo-slab" !important;
    font-size: 30px;
}

.section-thesearch .form-control-feedback {
    font-size: 30px;
    position: absolute;
    top: 15;
    right: 10;
}

.section-thesearch .form-control::-webkit-input-placeholder {
    color: white;
}

.ms-info h3 {
    font-family: "museo-slab" !important;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: capitalize !important;
}

.btn-event {
    margin-top: 20px;
    border: 3px solid #208AAE !important;
    color: #208AAE !important;
    background-color: #fff;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

    .btn-event:hover {
        background-color: rgba(32,138,174,0.4);
    }

.section-subinfopane p, .section-subinfopane h1, .section-subinfopane h2, .section-subinfopane h3, .section-subinfopane h4, .section-subinfopane h5 {
    color: #fff !important;
}

.search__related {
    z-index: 3 !important;
}

.search__suggestion p a {
    border: 2px solid #fff;
    display: inline-table;
    margin: 2px;
    cursor: pointer !important;
}

.btn-search-tags {
    cursor: pointer !important;
}

#newsSlider, .section-news-holder {
    background-color: #444 !important;
}

.newsstory-header {
    background-color: rgba(0, 161, 94, 0.6);
    padding-left: 5px;
    padding-right: 5px;
}

#newsSlider h2 {
    color: #fff;
    font-family: "brandon-grotesque";
    font-size: 50px;
    line-height: 80px;
}

#newsSlider .msp-preset-30 {
    font-family: "museo-slab";
}

#newsSlider .msp-preset-32 p {
    color: #fff;
    font-family: "museo-slab";
    letter-spacing: 2px;
    font-size: 14px;
}

.btn-news {
    margin-top: 20px;
    border: 3px solid #fff !important;
    color: #fff !important;
    background-color: rgba(255,255,255,0.2);
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

    .btn-news:hover {
        color: #00A15E !important;
    }

#locationSlider {
    background-color: #5AB6B5;
}

textarea {
    height: 200px !important;
}

.control-label {
    color: #444 !important;
    font-family: "museo-slab";
    letter-spacing: 2px;
    font-size: 13px;
}

.btn-primary {
    border-radius: 0px !important;
    font-family: "brandon-grotesque" !important;
    text-transform: uppercase !important;
    border: 3px solid #208AAE !important;
    border-radius: 0px;
    color: #208AAE !important;
    background-color: rgba(255,255,255,0.2) !important;
    -webkit-transition: background-color 500ms linear !important;
    -ms-transition: background-color 500ms linear !important;
    transition: background-color 500ms linear !important;
}

    .btn-primary:hover {
        background-color: rgba(32,138,174,0.4) !important;
    }

.btn-employer {
    border-radius: 0px !important;
    font-family: "brandon-grotesque" !important;
    text-transform: uppercase !important;
    border: 3px solid #fff !important;
    border-radius: 0px;
    color: #fff !important;
    background-color: rgba(255,255,255,0) !important;
    -webkit-transition: background-color 500ms linear !important;
    -ms-transition: background-color 500ms linear !important;
    transition: background-color 500ms linear !important;
}

    .btn-employer:hover {
        background-color: rgba(255,255,255,0.4) !important;
    }

.wowlist {
    font-family: "brandon-grotesque" !important;
    /*text-transform: uppercase !important;*/
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}

.btn-region-prev i {
    float: left;
    padding-right: 20px;
}

.btn-region-next i {
    float: right;
    padding-right: 20px;
    padding-left: 5px;
}

.regionheader {
    color: #60C5C3 !important;
}

.regionmap {
    margin-top: 30px;
    width: 250px;
    height: auto;
}

.section-loc-employers h4 {
    color: #fff !important;
    font-family: "museo-slab";
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: lighter;
}

.employerholder img {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
}

.employerholder p {
    min-height: 180px;
}

.ms-parent-id-117 > .master-slider {
    background: #353535 url( /img/facts-background.jpg ) repeat top left;
}

.msp-cn-146-1 {
    font-family: "museo-slab";
    font-size: 36px;
    text-align: center;
    line-height: normal;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: lighter;
}

.msp-cn-146-2 {
    background-color: #ffffff;
    font-weight: normal;
    text-align: center;
    line-height: normal;
}

.msp-cn-146-4 {
    font-family: "brandon-grotesque";
    font-weight: normal;
    font-size: 111px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #929292;
}

.msp-cn-146-5 {
    font-family: "museo-slab";
    font-size: 22px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: lighter;
}

.msp-cn-146-6 {
    font-family: "brandon-grotesque";
    font-weight: normal;
    font-size: 111px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #929292;
}

.msp-cn-146-7 {
    font-family: "museo-slab";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    color: #eeeeee;
}

.msp-cn-146-9 {
    font-family: "brandon-grotesque";
    font-weight: normal;
    font-size: 111px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #929292;
}

.msp-cn-146-10 {
    font-family: "brandon-grotesque";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
}

.msp-cn-146-11 {
    font-family: "brandon-grotesque";
    font-weight: normal;
    font-size: 111px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #929292;
}

.msp-cn-146-12 {
    font-family: "museo-slab";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    color: #eeeeee;
}

.msp-cn-146-14 {
    font-family: "brandon-grotesque";
    font-weight: normal;
    font-size: 111px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #929292;
}

.msp-cn-146-15 {
    font-family: "brandon-grotesque";
    font-weight: 500;
    font-size: 22px;
    text-align: center;
    line-height: 31px;
    color: #ffffff;
}

.msp-cn-146-16 {
    font-family: "brandon-grotesque";
    font-weight: normal;
    font-size: 111px;
    text-align: center;
    line-height: normal;
    white-space: nowrap;
    color: #929292;
}

.msp-cn-146-17 {
    font-family: "museo-slab";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    color: #eeeeee;
}

.msp-cn-170-6 {
    font-family: "brandon-grotesque";
    font-weight: 700;
    font-size: 50px;
    letter-spacing: 3px;
    line-height: 60px;
    color: #444;
}

.msp-cn-170-7 {
    font-family: "museo-slab";
    font-weight: lighter;
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.msp-cn-123-2, .msp-cn-123-3 {
    font-family: "museo-slab";
    font-weight: lighter;
    font-size: 70px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 1px
}

.msp-cn-123-5 {
    font-family: "museo-slab";
    font-weight: lighter;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 1px
}

.ms-testimonials-1, .master-slider-parent > .master-slider {
    background-size: cover;
    background-repeat: no-repeat;
}

.msp-cn-123-txt {
    font-family: "brandon-grotesque";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
}

.msp-cn-123-38 {
    font-family: "brandon-grotesque";
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

.msp-cn-123-43 {
    font-family: "brandon-grotesque";
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 20px;
    color: rgba(255,255,255,0.2);
    text-transform: uppercase;
}

.msp-cn-123-44 {
    font-family: "museo-slab";
    font-weight: lighter;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.msp-cn-123-40 {
    font-family: "museo-slab";
    font-weight: lighter;
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
}

.msp-cn-123-41 {
    font-family: "museo-slab";
    font-weight: lighter;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
}

.msp-cn-123-42 {
    font-family: "museo-slab";
    font-weight: lighter;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

.section-growth-priorities h2 {
    font-family: "museo-slab";
    font-weight: lighter;
    font-size: 60px;
    color: rgba(255,255,255,0.2);
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    ;
}

.section-growth-priorities .img-wrap {
    height: 175px !important;
    overflow: hidden !important;
}

.section-growth-priorities .img-responsive {
    width: 100% !important;
}

.btn-growth-priorities {
    color: #fff !important;
}

    .btn-growth-priorities:hover {
        color: #00A15E !important;
    }

.facts-images {
    border-radius: 50%;
    width: 100px;
    height: auto;
}


.dsubmitted {
    margin-top: 10px;
    margin-bottom: 10px;
}

.sector-industries h2 {
    /*color: rgba(165,166,49,0.6) !important;*/
    color: #009e7f !important;
}

.sector-industries p, .regiondedtails p {
    line-height: 30px !important;
}


.parallax {
    margin-top: 50px;
    background-attachment: fixed !important;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #333;
    position: relative;
    min-height: 300px;
}

.padding-tb45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.parallax h2, .parallax h3, .parallax h4, .parallax h5, .parallax h6, .parallax p, .parallax b, .parallax ul, .parallax li {
    color: #fff;
}

.parallax h4 {
    text-align: center;
    font-size: 40px;
    font-weight: lighter;
    letter-spacing: 3px;
    font-family: "museo-slab";
    text-transform: capitalize;
    line-height: 60px;
}


.industry-sub-nav {
    list-style-type: none !important;
}

    .industry-sub-nav li a {
        font-family: "brandon-grotesque";
        font-weight: lighter;
        font-size: 14px;
        color: #444 !important;
        letter-spacing: 3px;
        text-transform: uppercase !important;
    }

    .industry-sub-nav li .active {
        color: #F3434D !important;
    }

    .industry-sub-nav li {
        margin-bottom: 10px;
    }

.section-employers h3 {
    color: rgba(255,255,255,0.3);
    text-align: center;
    font-size: 60px !important;
    font-weight: lighter;
    letter-spacing: 3px;
    font-family: "museo-slab";
    text-transform: capitalize;
    line-height: 60px;
}

.section-employers h4 {
    color: rgba(255,255,255, 1);
}

.html5videoholder {
    opacity: 0.2 !important;
}

.msp-preset-25 {
    font-family: "brandon-grotesque" !important;
    font-weight: lighter;
    font-size: 16px !important;
    color: #fff !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

    .msp-preset-25:hover {
        background-color: rgba(255,255,255,0.2) !important;
    }

.modregiontitle {
    font-family: "brandon-grotesque" !important;
    font-weight: lighter;
    font-size: 80px !important;
    color: #fff !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
}

.reg-slide img {
    width: 500px;
    height: auto;
}

.regiontitle {
    font-family: "brandon-grotesque" !important;
    font-weight: lighter;
    font-size: 50px !important;
    color: rgba(239,72,81,1) !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    text-align: center;
}

.btn-region {
    margin-top: 20px;
    border: 3px solid rgba(239,72,81,1) !important;
    color: rgba(239,72,81,1) !important;
    background-color: #fff;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

.smregionimage {
    width: 175px;
    height: auto;
}

.cs-mainscription {
    height: 350px;
    overflow-y: scroll;
}

.cs-mainimage {
    overflow: hidden;
}

.sharethis-inline-share-buttons {
    margin-top: 50px;
}

.section-newsstory p {
    line-height: 20px;
}

.section-newsstory .breadcrumb li {
    font-size: 14px !important;
    font-weight: lighter;
    letter-spacing: 3px;
    font-family: "brandon-grotesque";
    line-height: 30px;
    color: #999;
    text-transform: uppercase;
}

.section-newsstory .strapline {
    color: #00A15E;
    font-size: 40px !important;
    font-weight: lighter;
    letter-spacing: 3px;
    font-family: "museo-slab";
    line-height: 50px;
}

.section-newsstory .tags {
    color: #00A15E;
    font-size: 20px !important;
    font-weight: lighter;
    letter-spacing: 3px;
    font-family: "museo-slab";
    line-height: 30px;
}

.section-newsstory .newsimage {
    width: 100%;
    height: auto;
    border: 15px solid #e2e2e2;
    padding: 0px;
    margin-bottom: 30px;
}

.section-growth-priorities h3 {
    color: rgba(255,255,255,0.4);
    text-align: center;
    margin-bottom: 30px;
}

.ms-news-image {
    height: 480px;
    width: 640px;
    opacity: 0.6;
    border: 15px solid #e2e2e2;
    padding: 0px;
}

.section-subinfopane p, .section-subinfopane ul, .section-subinfopane a, .section-subinfopane li {
    color: #fff;
    font-size: 14px !important;
    font-weight: lighter;
    letter-spacing: 2px;
    font-family: "museo-slab";
    line-height: 25px;
}

.section-subinfopane a {
    /*text-decoration: underline !important;*/
    border-bottom: 1px dashed #fff;
}

.btn-sectorlink {
    color: #fff !important;
}

#closeemployer {
    color: #fff;
    margin-top: 20px;
}


/*==============================================*/
/* Home Industry Grid Card Section */
/*==============================================*/

.industry-grid-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 1rem;
}

.industry-sector {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 1rem;
}

.card-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-area: 1/1/2/2;
    padding: 1rem;
    z-index: 1;
}

.industry-bg {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-area: 1/1/2/2;
    background-color: #000;
}

    .industry-bg img {
        grid-area: 1/1/2/2;
        width: 100%;
        height: 100%;
        object-fit: none;
        opacity: 0.5;
    }

@media only screen and (max-width: 600px) {
    .industry-grid-container {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

@media only screen and (max-width: 930px) {
    .industry-grid-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}