@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: url(/assets/fonts/rubik-v9-latin-300.eot);
    src: local('Rubik Light'),local(Rubik-Light),url(/assets/fonts/rubik-v9-latin-300.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/rubik-v9-latin-300.woff2) format("woff2"),url(/assets/fonts/rubik-v9-latin-300.woff) format("woff"),url(/assets/fonts/rubik-v9-latin-300.ttf) format("truetype"),url(/assets/fonts/rubik-v9-latin-300.svg#Rubik) format("svg")
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/rubik-v9-latin-regular.eot);
    src: local(Rubik),local(Rubik-Regular),url(/assets/fonts/rubik-v9-latin-regular.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/rubik-v9-latin-regular.woff2) format("woff2"),url(/assets/fonts/rubik-v9-latin-regular.woff) format("woff"),url(/assets/fonts/rubik-v9-latin-regular.ttf) format("truetype"),url(/assets/fonts/rubik-v9-latin-regular.svg#Rubik) format("svg")
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url(/assets/fonts/rubik-v9-latin-500.eot);
    src: local('Rubik Medium'),local(Rubik-Medium),url(/assets/fonts/rubik-v9-latin-500.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/rubik-v9-latin-500.woff2) format("woff2"),url(/assets/fonts/rubik-v9-latin-500.woff) format("woff"),url(/assets/fonts/rubik-v9-latin-500.ttf) format("truetype"),url(/assets/fonts/rubik-v9-latin-500.svg#Rubik) format("svg")
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url(/assets/fonts/rubik-v9-latin-700.eot);
    src: local('Rubik Bold'),local(Rubik-Bold),url(/assets/fonts/rubik-v9-latin-700.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/rubik-v9-latin-700.woff2) format("woff2"),url(/assets/fonts/rubik-v9-latin-700.woff) format("woff"),url(/assets/fonts/rubik-v9-latin-700.ttf) format("truetype"),url(/assets/fonts/rubik-v9-latin-700.svg#Rubik) format("svg")
}

@font-face {
    font-display: swap;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url(/assets/fonts/rubik-v9-latin-900.eot);
    src: local('Rubik Black'),local(Rubik-Black),url(/assets/fonts/rubik-v9-latin-900.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/rubik-v9-latin-900.woff2) format("woff2"),url(/assets/fonts/rubik-v9-latin-900.woff) format("woff"),url(/assets/fonts/rubik-v9-latin-900.ttf) format("truetype"),url(/assets/fonts/rubik-v9-latin-900.svg#Rubik) format("svg")
}

body {
    font-family: 'Rubik';
    scroll-padding-top: 65px;
}

/* Update */



.bg-blueslant-top {
    background-image: url(/assets/images/bg-blueslant-top.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: initial;
}

.background-lb-centered {
    background-image: url(/assets/images/bg-pattern.png);
    background-repeat: no-repeat;
    background-position: center;
}

.bg-base {
    background-image: url(/assets/images/back-base.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.font-weight-500 {
    font-weight: 500;
}

.statement-2 {
    font-size: 1.7rem;
}

.statement {
    font-size: 1.2rem;
}

.text-yellow {
    color: #f3ba15;
}

.text-lightblue {
    color: #C0E1ED;
}

.question-box {
    background: #f3ba15;
}

    .question-box p {
        margin-bottom: 0;
    }

    .question-box ul:last-of-type {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .question-box ul li, ul.bullets li {
        margin-bottom: 8px;
    }

        .question-box ul li:last-of-type, ul.bullets li:last-of-type {
            margin-bottom: 0;
        }

h2.bigger {
    font-size: 2.3rem;
    font-weight: 500 !important;
}

.block-vert {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    bottom: auto !important;
}

.block-overlay {
    position: relative;
    text-align: center;
}

.text-overlay {
    position: absolute;
    bottom: 0;
    padding: 25px;
    width: 100%;
}

    .text-overlay p {
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 600;
    }

.bg-yellow-stripe {
    background-image: url(/assets/images/bg-yellow-stripe.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-green-stripe {
    background-image: url(/assets/images/bg-green-stripe.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title a {
        font-weight: 500;
    }

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

#accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before {
    content: "\f077";
    float: left;
    font-family: 'Font Awesome 5 Pro';
    margin-right: 1em;
}

#accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\f078";
}


.siema img {
    display: block;
    max-width: 100%;
}

@media only screen and (min-width: 640px) {
    .offset-y {
        position: relative;
        top: -35px;
    }
}


/* Reset Select */
.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    background: #ffffff;
    background-image: none;
}
    /* Remove IE arrow */
    .select select::-ms-expand {
        display: none;
    }
/* Custom Select */
.select {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: inherit;
    line-height: 3;
    border: 2px solid #2b5dda;
    overflow: hidden;
    border-radius: 20px;
    margin: 15px 0;
}

    .select select {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 1em;
        color: #21304f;
        font-weight: 500;
        font-size: 1.3rem;
        cursor: pointer;
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .select select {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        padding: 0.75em 1em;
    }
}
/* Arrow */
.select::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    content: "\f078";
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1em;
    color: #21304f;
    background: #fff;
    font-size: 1.3rem;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
}
/* Transition */
.select:hover::after {
    color: #f39c12;
}


.btn-primary {
    background-color: #006FE6
}

.navHeader:hover {
    cursor: default
}

.btn-primary:hover {
    background-color: #2b5dda
}

.cookieBar {
    border-radius: 0;
    margin-bottom: 0
}

.footerLogo {
    max-width: 200px
}

.letsTalk {
    font-size: 2.5rem !important;
    font-weight: 400
}

.navbar {
    color: #21304f !important;
    font-weight: 500 !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    z-index: 100000;
    background-color: #fff
}

.nav-item a {
    color: #fff !important
}

.nav-pills .nav-link {
    border-radius: 0;
    padding-bottom: 20px;
    padding-top: 20px
}

.nav-link {
    color: #fff !important;
    font-size: .9rem;
    text-transform: uppercase
}


.nav-item a.firstNavItem {
    color: #f3ba15 !important;
}

    .nav-item:hover a.firstNavItem, .nav-item a.firstNavItem:hover, .nav-item a.firstNavItem:focus {
        color: #ffffff !important;
    }


.logo {
    max-width: 172px;
}

#logo:hover {
    -webkit-animation: pulsate-fwd 0.5s ease-in-out both;
    animation: pulsate-fwd 0.5s ease-in-out both;
}

.searchItem {
    background-color: #ebebeb;
    padding: 20px;
    border-left: 10px solid #2b5dda;
}

    .searchItem a {
        font-size: larger;
        color: black;
    }

@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.applyButtonMobile {
    background-color: #2b5cd9;
    color: #fff !important;
    font-size: 21px;
    font-weight: 500;
    line-height: inherit;
    margin: 5px;
    min-height: 39px;
    text-transform: uppercase
}

.pointer-cursor {
    cursor: pointer
}

.courseListItem {
    font-size: small;
    font-weight: 400;
}

@media only screen and (max-width: 500px) {
    .logo {
        max-width: 114px;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .firstNavItem {
        margin-top: 60px !important
    }

    .statement-2 {
        font-size: 1.4rem;
    }
}

.headerText h1 {
    color: #fff;
    text-shadow: #444 1px 1px 2px;
}

.HomeCourseSearch input {
    padding: 12px;
    max-width: 70%;
    /* webkit-box-shadow: 0 3px #1d4cad; */
    -webkit-box-shadow: 0 3px #1d4cad;
    box-shadow: 0 3px #1d4cad;
    border-radius: 12px;
    border: none !important;
    outline: none !important;
}

.HomeCourseSearch button {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.badge-longley {
    color: #fff !important;
    font-size: 86% !important;
    background-color: #2b5dda !important;
    font-weight: 200 !important;
}

.mobVisibility {
    background-color: #ffffff00 !important;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    width: 100%
}

@media only screen and (max-width: 550px) {

    .imageWidget {
        display: none;
    }

    .sub-nav-item a {
        white-space: break-spaces !important;
    }

    .allCard {
        padding: 17px !important
    }

        .allCard .fa-3x {
            font-size: 2em !important
        }

    .courseCardTitle {
        font-size: 78% !important
    }
}

@media only screen and (max-width: 298px) {
    #logo {
        top: -160px !important;
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .longley-btn {
        font-size: .8rem !important
    }

    .headerText h1 {
        word-break: break-word
    }
}

@media only screen and (max-width: 241px) {
    .headerText {
        width: inherit
    }
}

@media only screen and (max-width: 350px) {
    .headerText {
        width: inherit
    }


    .frontWidgetBg {
        font-size: 19px !important
    }
}

@media only screen and (max-width: 496px) and (min-width: 350px) {
    .headerText {
        width: inherit
    }
}

.mobPadHook {
    top: 50px;
}

@media only screen and (max-width: 330px) {
    .mobPadHook {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }

    .footerInternalBox {
        padding-bottom: 150px !important
    }
}

@media only screen and (max-width: 250px) {
    .headerText h4 {
        font-size: 1rem
    }
}

@media only screen and (max-width: 990px) {
    .headerText {
        border-radius: 10px
    }

    .chopBg {
        background-size: cover !important;
    }

    .fixedNav a {
        margin-left: 0 !important;
        margin-right: 0
    }

    .applyMobile {
        margin-bottom: 10px !important;
        margin-right: 0 !important;
        margin-top: 10px !important;
        text-align: center
    }

    .nav-pills {
        border-bottom: 1px solid #2b5cd957
    }

        .nav-pills:hover {
            background-color: #21304f
        }
}

.alertTitle {
    color: #000 !important
}

.alertContent {
    color: #2b5dda;
    font-size: 60%;
    font-weight: 400;
    padding: 10px
}

.alertIcon {
    vertical-align: middle;
    width: 12px
}

.headerText h1, .homeHeaderText {
    font-size: 1rem;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

@media only screen and (min-width: 200px) {
    .headerText h1, .homeHeaderText {
        font-size: 1.5rem;
        font-weight: 700;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
}

@media only screen and (min-width: 300px) {
    .alertIcon {
        width: 18px
    }

    .alertContent {
        font-size: 80%;
        padding: 10px
    }

    .headerText h1, .homeHeaderText {
        font-size: 2.5rem;
        font-weight: 700;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .homeHeaderSubText {
        font-size: 1rem !important;
    }
}

@media only screen and (min-width: 576px) {
    .alertIcon {
        width: 18px
    }



    .alertContent {
        font-size: 70%;
        padding: 10px
    }

    .headerText h1, .homeHeaderText {
        font-size: 2.5rem;
        font-weight: 700;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .card--quote {
        background-color: #21304f;
        border: 1px solid #21304f;
        color: #f8bc24;
        left: 0;
        margin: 0 auto;
        margin-top: -25px;
        max-width: 70%;
        position: absolute;
        right: 0
    }
}



@media only screen and (min-width: 768px) {
    .alertIcon {
        width: 18px
    }

    .alertContent {
        font-size: 80%;
        padding: 10px
    }

    .headerText h1, .homeHeaderText {
        font-size: 3.5rem;
        font-weight: 700;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
}

.fixed-bottom {
    font-size: 70%;
}

.alertBar {
    background-color: #EEECE7;
    left: 0;
    right: 0;
    position: fixed;
    bottom: unset;
    z-index: 1000;
}

    .alertBar .alertContent,
    .alertBar .alertContent a {
        color: #333;
    }

.min-width-100 {
    min-width: 100%
}

.homeHeaderText p {
    margin-bottom: 0;
    line-height: 1.2;
}

a.no-dec:hover {
    text-decoration: none !important;
}

.fixedNav {
    background-color: #2b5dda;
    color: #fff
}

    .fixedNav a {
        color: #fff !important;
        margin-left: 10px;
        margin-right: 10px
    }

.icon {
    font-size: 1.3rem
}

.badge {
    padding: 0.3em .4em !important;
    font-size: 100%;
    display: initial;
}



.home-header {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF !important;
    min-height: -webkit-fill-available;
    height: 100vh;
    max-height: 400px;
    position: relative;
    margin-top: 25px;
}

@media (min-height: 768px) {
    .home-header {
        max-height: 650px;
		margin-top: 45px;
    }
}



@media (max-height: 400px) and (max-width: 500px) {
    .homeHeaderSubText {
        display: none;
    }

    .headerText h1, .homeHeaderText {
        font-size: 1rem;
        font-weight: 700;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
}

@media (max-height: 700px) and (min-width: 991px) {
    .mobPadHook {
        padding-top: 0rem !important;
    }
}

@media (max-height: 600px) and (max-width: 500px) {
    .headerText h1, .homeHeaderText {
        font-size: 1.5rem;
        font-weight: 700;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
}

@media (min-height: 500px) and (max-width: 576px) {
    .headerText h1, .homeHeaderText {
        margin-top: 2rem;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .home-header {
        background-attachment: scroll;
    }
}


.home-header h4 {
    font-weight: 600
}

.headerImage {
    background-color: #f8bc24;
    background-repeat: no-repeat;
    background-size: cover
}

    .headerImage i {
        font-size: 4rem;
        color: white;
        text-shadow: #444 1px 1px 2px;
    }

.col-md-2 i {
    font-size: 3rem;
    padding: 18px;
    background-color: #f8bc24;
    border-radius: 50%;
    color: white;
}

.footer a {
    color: #fff;
}

.footer h5 {
    font-size: 2rem
}

.footer span {
    font-size: 20px
}

.footerInternalBox {
    -webkit-clip-path: polygon(0 0,100% 0,100% 66%,0% 100%);
    background: #2b5dda;
    clip-path: polygon(0 0,100% 0,100% 66%,0% 100%);
    padding: 10px 20px 70px
}

.chopBg {
    /*
	background: url(/assets/homepage/bg-project-you.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
	*/
}

    .chopBg .bg-yellow {
        background-color: #dadada00;
    }

.align-super {
    vertical-align: super
}


.longley-btn:hover {
    border-color: #004ea5 !important;
}

.longley-btn {
    color: #fff !important;
    cursor: pointer;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
    border-width: 3px;
}

.longley-btn-secondary {
    cursor: pointer;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
    background-color: #f8bc24;
    border-color: #f8bc24;
    color: #333333 !important;
    border-width: 3px;
}

    .longley-btn-secondary:hover {
        background-color: #006FE6;
		border-color: #006FE6;
        color: #fff !important;
    }

	.longley-btn-secondary.outline:hover,
	.longley-btn-secondary.outline-light:hover{
        background-color: #f8bc24;
		border-color: #f8bc24;
    }

    .longley-btn-secondary:active {
        background-color: #e2a600 !important;
        border-color: #b58500 !important;
    }

	.bg-blue .longley-btn-secondary:hover {
        background-color: #fff;
		border-color: #fff;
        color: #333 !important;
    }


.longley-btn-white {
    cursor: pointer;
    font-weight: 500;
    padding: 10px 30px;
    text-transform: uppercase;
    background-color: #333;
    border-color: #fff;
    color: #fff !important;
    border-width: 3px;
}

    .longley-btn-white:hover {
        background-color: #333;
        border-color: #333;
    }

    .longley-btn-white:active {
        background-color: #333 !important;
        border-color: #333 !important;
    }

.disabled.longley-btn-secondary {
    border-color: #52514f !important;
    -webkit-box-shadow: 0 3px #52514f;
    box-shadow: 0 3px #52514f;
}

.outline {
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.outline-light {
    color: #fff !important;
}

    .outline:not(:hover),
    .outline-light:not(:hover) {
        background: transparent;
    }

.subMenu {
    background-color: #21304f;
    border-top: 5px solid #f8bc24;
    color: #fff !important
}

.sub-nav-item {
    border-radius: 0;
    font-weight: 400
}

    .sub-nav-item a {
        white-space: nowrap
    }

.subMenu a, .fixed-side-menu a {
    color: #fff !important
}

@media only screen and (max-width: 1199px) {
    .firstNavItem {
        margin-top: 120px
    }
}

@media only screen and (max-width: 1200px) {
    .dropdown:hover .dropdown-menu show {
        display: block
    }

    .sub-nav-children {
        font-size: 14px !important
    }

    .logo {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s
    }

    .headerImage {
        /*margin-top: 54px !important*/
    }
}

.headerImage {
    /* margin-top: 65px */
}

.menu-icon {
    font-size: 24px !important
}

.sub-nav-item .icon-label {
    font-size: 18px
}

@media only screen and (max-width: 768px) {
    .firstCard h4 {
        font-size: 1.5rem !important;
        font-weight: 400
    }

    .frontWidget {
        height: 250px !important;
    }
}

.sub-nav-icons a {
    font-size: 25px
}

.frontWidget {
    background-size: cover;
    bottom: 0;
    height: 450px;
    left: 0;
    right: 0
}

.frontWidgetText {
    bottom: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 100%
}

.frontWidgetTextContainer {
    line-height: 27px;
    width: 50%
}

.frontWidgetBg {
    -moz-transition: background 1s linear;
    -ms-transition: background 1s linear;
    -o-transition: background 1s linear;
    -webkit-transition: background 1s linear;
    background: #000;
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    left: 0;
    position: absolute;
    top: 0;
    transition: background 1s linear;
    width: 100%
}

    .frontWidgetBg a {
        color: #fff
    }

.frontWidget:hover > .frontWidgetText span {
    color: #f3b917
}

.widgetIcon {
    bottom: 10px;
    position: absolute;
    right: 10px
}

.otherPagesWidget:hover > .otherPagesWidgetText span {
    color: #f3b917
}

@media screen and (min-width:1200px) {

    .dropdown:hover .dropdown-menu {
        display: block
    }

    .nav-pills:hover {
        background-color: #f8bc24;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s
    }

    .navBar-hide {
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        -o-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
        will-change: transform;
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px)
    }

    .navBar-show {
        -webkit-transition: -webkit-transform .25s ease-in-out;
        transition: -webkit-transform .25s ease-in-out;
        -o-transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out;
        transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
        will-change: transform;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .otherPagesWidget:hover > .otherPagesWidgetText {
        -moz-transition: background .2s linear;
        -ms-transition: background .2s linear;
        -o-transition: background .2s linear;
        -webkit-transition: background .2s linear;
        background: #2b5cd9;
        cursor: pointer;
        transition: background .2s linear
    }

    .otherPagesWidget:hover .otherPageswidgetIcon {
        display: inline-block !important;
        display: none;
        -webkit-transition: display 1s linear;
        -o-transition: display 1s linear;
        transition: display 1s linear
    }

    .otherPagesWidget:hover > .otherPagesWidgetText span {
        color: #fff
    }

    .frontWidget:hover > .frontWidgetText {
        -moz-transition: background .2s linear;
        -ms-transition: background .2s linear;
        -o-transition: background .2s linear;
        -webkit-transition: background .2s linear;
        background: #2b5cd9;
        cursor: pointer;
        transition: background .2s linear
    }

    .frontWidget:hover .widgetIcon {
        display: inline-block !important;
        display: none;
        -webkit-transition: display 1s linear;
        -o-transition: display 1s linear;
        transition: display 1s linear
    }

    .frontWidget:hover > .frontWidgetText span {
        color: #fff
    }

    .headerText h1 {
        font-size: 4.5rem;
        font-weight: 700;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .homeHeaderText {
        font-size: 4rem;
        font-weight: 700;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .alertIcon {
        width: 25px
    }

    .alertContent {
        font-size: 100%;
        padding: 10px
    }

    .life-at-longley .img-main {
        position: relative;
        top: -40px
    }

    .life-at-longley img.img-overlay {
        right: -100px;
        top: -70px;
        width: 300px
    }

    .alertBar {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

.otherPagesWidget {
    background-size: cover;
	background-position: center;
    bottom: 0;
	/* height: 350px; */
    height: 250px;
    left: 0;
    position: relative;
    right: 0
}

.otherPagesWidgetText {
	bottom: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
}

.otherPagesWidgetText--alt {
	bottom: 0;
    color: #21304f;
    font-size: 25px;
    font-weight: 500;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
		-moz-transition: background .2s linear;
        -ms-transition: background .2s linear;
        -o-transition: background .2s linear;
        -webkit-transition: background .2s linear;
	transition: background .2s linear;
}

.otherPages_link:hover,
.otherPages_link:hover .otherPagesWidgetText,
.otherPages_link:hover .otherPagesWidgetText--alt{
	color: #2b5dda;
	text-decoration: none;
}

.otherPages_link span.icon {
		-moz-transition: transform .2s linear;
        -ms-transition: transform .2s linear;
        -o-transition: transform .2s linear;
        -webkit-transition: transform .2s linear;
	transition: transform .2s linear;
}

.otherPages_link:hover span.icon {
	transform: translateX(.25rem);
}

.otherPagestTextContainer {
    line-height: 40px;
	font-size: 1.5rem !important;
    text-align: left;
}

.otherPagesWidgetBg {
    -moz-transition: background 1s linear;
    -ms-transition: background 1s linear;
    -o-transition: background 1s linear;
    -webkit-transition: background 1s linear;
    background: #000;
    background: -webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,0.6)),to(rgba(0,0,0,0)));
    background: -o-linear-gradient(bottom,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    height: 100%;
    transition: background 1s linear;
    width: 100%
}

    .otherPagesWidgetBg a {
        color: #fff
    }

.otherPageswidgetIcon {
    bottom: 20px;
    position: absolute;
    right: 10px;
	filter: invert(16%) sepia(10%) saturate(3392%) hue-rotate(182deg) brightness(33%) contrast(90%);
}

.longleyClip {
    clip-path: polygon(0 36%,100% 0,100% 100%,0% 100%);
    -webkit-clip-path: polygon(0 36%,100% 0,100% 100%,0% 100%);
}

@media only screen and (max-width: 576px) {
    .nav-pills .nav-link {
        border-radius: 0;
        padding-bottom: 10px;
        padding-top: 10px
    }


    .cardImage {
        background-color: #21304f;
        color: #f8bc24;
        border-bottom-left-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
        border-radius: 0 !important
    }

    .footerEmail {
        font-size: 14px
    }

    .HomeCourseSearch input {
        padding: 7px;
        max-width: 70%;
        font-size: small;
    }

    .HomeCourseSearch button {
        padding: 3px 0px;
    }

        .HomeCourseSearch button img {
            width: 20px
        }
}


@media only screen and (min-width: 992px) {

    .sidebarContainer {
        margin-top: -80px
    }

    .alertIcon {
        width: 18px
    }

    .alertContent {
        font-size: 90%;
        padding: 10px
    }

    .headerText h1, .homeHeaderText {
        font-size: 3.5rem;
        font-weight: 700;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        font-style: italic;
        text-transform: uppercase;
    }

    .spacer-100 {
        padding: 100px 0
    }

    .project-you .img-background {
        max-width: 650px
    }

    .life-at-longley .sliced {
        right: 0;
        top: -75px
    }

    .life-at-longley img.img-overlay {
        right: -75px;
        top: -40px
    }

    .life-at-longley div.text-overlay {
        bottom: 0;
        left: 50px;
        padding: 25px;
        position: absolute;
        width: 50%;
        z-index: 9999
    }

    .latest-stuff {
        position: relative;
        top: -75px
    }

    .latest-stuff-content {
        position: relative;
        top: -40px
    }
}

#ContactForm input,
#ContactForm textarea,
#ContactForm select,
.application-form input:not(.form-check-input),
.application-form textarea,
.application-form select,
#searchForm input,
#formOuter form input:not(.form-check-input),
#formOuter form textarea {
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    padding: 15px;
    width: 100%;
    min-height: 58px;
}

.checkbox-inline input {
    margin-right: 5px;
    width: auto !important;
}

.bigCheck {
    width: 30px;
    height: 30px;
}

    .bigCheck + label {
        margin-left: 20px;
        vertical-align: sub;
    }


#formOuter label {
    color: #525252;
}

form-check-input {
    width: 30px;
    height: 30px;
}

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

#ContactForm input:focus {
    outline: none
}

.courseIndicator {
    vertical-align: super;
    margin-left: 5px;
}

.footerAddress strong {
    font-weight: 500 !important
}

.input-validation-error {
    border-bottom: 3px solid #d85151 !important
}

.g-recaptcha {
    color: #fff !important;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 10px;
    width: 50%
}

.grecaptcha-badge {
    visibility: hidden
}

#recoveryModal .modal-dialog {
    margin-top: 100px;
}

.map-frame {
    height: 100%;
    margin-bottom: -7px;
    position: relative;
    width: 100%
}

.footerSubTitle {
    font-size: large !important
}

.valid {
    border-bottom: 3px solid #5fa277 !important
}

.fixed-bottom {
    bottom: 20px;
    left: 20px;
    position: fixed;
    right: 20px;
    z-index: 1030
}

.footerSubList a, .field-validation-error {
    font-size: small
}

.field-validation-error {
    display: block;
    margin-bottom: 5px;
}

.fieldNote {
    font-size: small;
    margin-bottom: 5px;
    color: #717171;
    margin-top: -5px;
}

@media only screen and (max-width: 347px) {
    .life-quote .media img {
        max-width: 42px
    }
}

.widget {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 30px;
}

.imageWidget {
    padding: 0
}

    .imageWidget img {
        width: 100%
    }

.quoteWidget {
    font-size: 1.25rem
}

.buttonWidget {
    padding: 20px
}

.courseListWidget strong {
    font-weight: 500
}

.courseListWidget ul li {
        padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

    .courseListWidget ul li:hover {
        border-bottom: 8px solid #f8bc24;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

.courseDetails li {
    font-size: 80%;
    padding-bottom: 10px
}

.courseApplyWidget h4 {
    font-size: 1.6rem;
}

.Top {
    margin-top: 1rem !important
}

.Bottom {
    margin-bottom: 1rem !important
}

.eventWidgetAnchor {
    color: inherit
}

.newsWidget h5 {
    max-width: -webkit-min-content;
    max-width: -moz-min-content;
    max-width: min-content
}

.table td, .table th {
    border-top: 1px solid #21304f
}

hr {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.bothDotBg {
    background-image: url(/assets/images/patternSmall.png),url(/assets/images/longDotBg.png);
    background-position: left bottom,bottom right;
    background-repeat: no-repeat,no-repeat;
    background-size: 10%,35%
}

.dotBg {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background-blend-mode: soft-light;
    background-image: url(/assets/images/patternSmall.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: unset
}

.jobLink {
    display: block;
    width: 100% !important
}

.mb-7 {
    margin-bottom: 5rem !important
}



.font-blue, .longley-blue {
    color: #2b5dda !important
}

.longley-dark-blue {
    color: #21304f !important
}

.resp-sharing-button__link {
    color: #fff;
    margin: .5em
}

.hyperlinkWidget, .courseListWidget ul li span {
    display: block
}

.courseListWidget h4, .courseDetailsWidget h4 {
    font-size: 1.4rem;
    font-weight: 400
}

.courseListWidget ul li:hover a, .eventWidgetAnchor:hover, .newsWidgetAnchor:hover {
    text-decoration: none
}

.courseListWidget ul li a, .font-white {
    color: #fff !important
}

	nav.navbar .navbar-nav .nav-item:not(.fixedNav) a {
		color: #233250 !important;
	}

	nav.navbar .navbar-nav .nav-item:not(.fixedNav) a:hover {
		color: #fff !important;
	}

nav.navbar .navbar-nav .nav-item:not(.fixedNav) a.longley-btn-secondary:hover {
    color: #fff !important;
}

/*
nav.navbar .navbar-nav .nav-item:hover a {
    color: #fff !important;
}
*/

nav.navbar .navbar-nav .nav-item .sub-nav-item a {
    color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
	cursor: pointer;
}

pointer:hover {
    cursor: pointer
}


#cookieBar {
    outline: 1px solid #21304f
}

#mobVisibility {
    opacity: 0;
    -webkit-transition: visibility 0s,opacity .5s linear;
    -o-transition: visibility 0s,opacity .5s linear;
    transition: visibility 0s,opacity .5s linear;
    visibility: hidden
}

.h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    margin-top: 1.5rem;
}

hr {
    border-top: 1px solid #007bff
}

.courseCard {
    background-color: #21304f;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

    .courseCard:hover {
        background-color: #2b5dda;
        color: #fff;
        text-decoration: none;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

        .courseCard:hover i {
            color: #f8bc24 !important
        }

.firstCard {
    background-color: #f8bc24
}

    .firstCard h4 {
        font-size: 2.5rem;
        font-weight: 400
    }

.allCard {
    display: block;
    height: 90%;
    /*padding: 25px;*/
	/* height: 140px; */
	padding: 15px;
    text-align: center
}

    .allCard span {
        margin: auto
    }

.courseCardTitle {
    display: block;
    font-size: 18px;
    font-weight: 300
}

h2 {
    font-size: 2.2rem;
    font-weight: 700
}

.bg-yellow {
    background-color: #f3ba15
}

.bg-light-blue {
    background-color: #c1e1ee
}

.bg-light-grey {
    background-color: #ebebeb
}

.bg-blue {
    background-color: #2b5dda
}

.bg-dark-blue {
    background-color: #21304f
}

a.disabled {
    color: gray;
    pointer-events: none
}

.prev {
    color: #f8bc24;
    margin-left: 8px
}

.next {
    color: #f8bc24;
    margin-right: 8px
}

altBullets ul li::before {
    color: #2b5dda;
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    width: 1em;
    position: absolute;
    left: -1.5em;
}

.alert {
    font-size: smaller;
}

.quote-text {
    font-weight: 500
}

.courseListing {
    margin-bottom: 8px
}

.entrance-animation {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.swing-in-top-fwd {
    -webkit-animation: swing-in-top-fwd 1s cubic-bezier(0.175,0.885,0.320,1.275) .5s both;
    animation: swing-in-top-fwd 1s cubic-bezier(0.175,0.885,0.320,1.275) .5s both
}


@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        opacity: 0;
        transform: rotateX(-100deg);
        transform-origin: top;
        top: 0px
    }

    100% {
        -webkit-transform: rotateX(0deg);
        -webkit-transform-origin: top;
        opacity: 1;
        transform: rotateX(0deg);
        transform-origin: top;
        top: 0px;
    }
}

@keyframes swing-in-top-fwd {
    0% {
        -webkit-transform: rotateX(-100deg);
        -webkit-transform-origin: top;
        opacity: 0;
        transform: rotateX(-100deg);
        transform-origin: top
    }

    100% {
        -webkit-transform: rotateX(0deg);
        -webkit-transform-origin: top;
        opacity: 1;
        transform: rotateX(0deg);
        transform-origin: top
    }
}

.navToggle {
    background: no-repeat center center;
    background-size: 100% 100%;
    display: block;
    height: 1.2em;
    width: 1.3em;
    line-height: 46px;
}

.icon {
    background: no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: -ms-grid;
    display: grid;
    height: 1.2em;
    vertical-align: middle;
    width: 1.2em
}

.quoteIcon {
    background: no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.2em;
    vertical-align: middle;
    width: 4.2em
}

.footerIcon {
    background: no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.2em;
    vertical-align: middle;
    width: 1.2em
}

.newspaperIcon {
    background: no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.2em;
    vertical-align: middle;
    width: 2.2em
}

.footerContactIcon {
    background: no-repeat center center;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 1.2em;
    /* vertical-align: middle; */
    width: 1.5em
}

.card-body-no-pad {
    padding: .5rem
}

.navbar-toggler {
    background-color: transparent;
    border: none;
    margin: 5px;
    margin-right: -6px;
    min-height: 44px
}

.w-25px {
    width: 25px
}

.w-30px {
    width: 30px
}

.w-40px {
    width: 40px
}

.spacer-100 {
    padding: 20px 0
}

.h-100, .formOuter {
    height: 100%
}

.project-you {
    background-color: #c1e1ee;
    background-position: bottom;
    background-repeat: no-repeat
}

    .project-you h2, .project-you h3 {
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: -1px
    }

    .project-you h3 {
        font-size: 2rem;
        line-height: 4rem
    }

        .project-you h3 span {
            font-size: 140%
        }

.project-you, .life-at-longley {
    color: #233250
}

@media only screen and (max-width : 340px) {
    .project-you h3 {
        font-size: 2rem
    }
}

.life-at-longley {
    background-color: none;
    background-position: bottom;
    background-repeat: no-repeat
}

    .life-at-longley h4 {
        color: #0069d9;
        font-size: 2.8rem;
        font-weight: 700;
        letter-spacing: -1px
    }

    .life-at-longley .img-main {
        position: relative
    }

    .life-at-longley div.text-overlay {
        padding: 25px;
        z-index: 9999
    }

    .life-at-longley img.img-overlay {
        right: -100px;
        top: 0;
        width: 250px;
        z-index: 9998
    }

.life-quote p {
    font-weight: 500;
    line-height: 1.4rem
}

.life-quote .media img {
    max-width: 100px
}

.latest-stuff-content .article {
    background: #fff;
    padding: 25px;
    width: 100%
}

    .latest-stuff-content .article h4 {
        font-weight: 700
    }

    .latest-stuff-content .article p.date {
        color: #737373
    }

.bg-yellow {
    background-color: #f3ba15
}

.bg-light-blue {
    background-color: #c1e1ee
}

.bg-light-grey {
    background-color: #ebebeb
}

.bg-blue {
    background-color: #2b5dda
}

.bg-dark-blue {
    background-color: #21304f
}

@media only screen and (max-width: 250px) {
    .iconMobile {
        display: none
    }
}

.badge-primary {
    background-color: #0069da
}

a {
    background-color: transparent;
    color: #016fe4;
    text-decoration: none
}

thead tr {
    background-color: #c1e1ee;
}

thead td {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.2;
}

.strip-margin-bottom p {
    margin-bottom: 0;
    display: contents;
}

.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}

.shake-horizontal {
    -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@keyframes shake-horizontal {
    0%, 100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    80% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    90% {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px);
    }
}

@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.homeHeaderSubText {
    font-size: 1rem !important;
}

.header--fixed {
    position: sticky;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99999999999;
}


.headroom {
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    will-change: transform
}

.headroom--pinned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

    .headroom--unpinned .logo {
        top: -126px !important;
    }

svg {
    width: 25px;
    height: 25px;
}

.longley-yellow {
    color: #FCBC00 !important;
}

.longley-blue {
    color: #2b5cd9 !important;
}

.bg-longley-yellow {
    background: #FCBC00 !important;
}

.bg-longley-blue {
    background: #2b5cd9 !important;
}


.banner-sidenav-container {
	top: 0;
	left: 0;
	z-index: 1031;
}

.banner-sidenav li {
    list-style: outside none none;
    margin: 2px 0;
    padding: 0;
    width: 42px;
    height: 42px;
}

    .banner-sidenav li a {
        background: #fff;
        color: #333;
        display: block;
        padding: 7px;
        position: relative;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: color .15s ease-in-out;
        -o-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
    }

.banner-sidenav span {
    bottom: 0;
    left: 40px;
    line-height: 45px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    /* CSS3 Transition: */
    -webkit-transition: 0.50s;
    /* Future proofing (these do not work yet): */
    -o-transition: 0.50s;
    transition: 0.50s;
}

.banner-sidenav a:hover span {
    width: auto;
    padding: 0 .75rem;
    overflow: visible;
}

.banner-sidenav a:hover {
    text-decoration: none;
    color: #FCBC00;
}

.banner-sidenav a span {
    background-color: white;
    color: #333;
    height: 100%;
    font-size: 80%;
    font-weight: 700;
    text-transform: uppercase;
}

.object-fit,
.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.home-latest-news a,
.home-student-info a,
.home-latest-vacancies a,
.vacancies_staff-testimonials a{
    text-decoration: none;
    color: #333;
}

    .home-latest-news a .home-latest-news_detail,
	.home-latest-vacancies a .home-latest-news_detail,
    .home-student-info a .home-latest-news_detail,
    .home-latest-news a img,
	.home-latest-vacancies a img,
    .home-student-info a img,
	.vacancies_staff-testimonials a .vacancies_staff-testimonials_detail,
	.vacancies_staff-testimonials a img {
        -webkit-transition: all .35s ease-in-out;
        -o-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
        -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    }

    .home-latest-news a:hover .home-latest-news_detail,
	.home-latest-vacancies a:hover .home-latest-vacancies_detail {
        background: #FCBC00 !important;
    }

    .home-student-info a:hover .home-latest-news_detail {
        background: #f8f9fa !important;
    }

	.vacancies_staff-testimonials a:hover .vacancies_staff-testimonials_detail {
		background: #2b5cd9 !important;
		color: #fff;
	}

    .home-latest-news a:hover img,
	.home-latest-vacancies a:hover img,
    .home-student-info a:hover img,
	.vacancies_staff-testimonials a:hover img {
        -webkit-filter: brightness(.85);
        filter: brightness(.85);
    }

.carousel--custom .carousel-item img {
    width: 100%;
    height: 100%;
    max-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
}

.carousel--custom .carousel-item .carousel-caption {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	height: 100%;
	display: flex;
}

.carousel-caption_number-circle {
	height: 60px;
    width: 60px;
	min-height: 60px;
    min-width: 60px;
}

.carousel-caption_number-inner {
	margin: 0 0 0 -5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
    .carousel--custom .carousel-item .carousel-caption {
        /*
		margin-left: auto;
        margin-top: -60px;
        margin-right: 100px;
		*/
		margin: 0;
    }
}

.carousel--custom .carousel-control-prev,
.carousel--custom .carousel-control-next {
    position: relative;
    display: initial;
    font-weight: 700;
    font-size: 1.6rem;
    width: 40px;
	opacity: 1;
	transition: opacity .25s ease-in-out;
}

.carousel--custom .carousel-control-prev:hover,
.carousel--custom .carousel-control-next:hover {
	opacity: 0.85;
}

.carousel--custom .progress {
    height: 0.1rem;
    background-color: rgba(255,255,255, .5);
}

    .carousel--custom .progress .progress-bar {
        background-color: #fff;
    }

.carousel--custom .carousel--custom_buttons {
	position: relative;
    justify-content: center;
}

@media screen and (min-width: 768px) {
	.carousel--custom .carousel--custom_buttons
	{
		position: absolute;
		bottom: 0;
		right: 15px;
		margin-top: 0 !important;
		justify-content: unset;
	}
}

.firstNavItem {
    margin-top: 0;
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

#logo-a {
	width: 57%;
}

.logo {
	max-width: 180px;
    width: 72%;
}

.ofsted-logo {
	max-width: 70px;
    width: 25%;
}

@media screen and (min-width:400px) {
	#logo-a {
		width: 66%;
	}

	.logo {
		max-width: 180px;
	}

	.ofsted-logo {
		width: 22%;
	}
}

@media screen and (min-width:1200px) {
	
	#logo-a {
		width: auto;
	}
	
    .navbar {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

/*@media screen and (max-width:1199px) {
    #logo-a {
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width:500px) {
    #logo-a {
        top: 10px;
    }
}*/


@media screen and (min-width: 1200px) {
    #logo-a {
        margin-left: 0.5em;
    }
}

.btn {
    border-radius: 0;
    font-weight: 700;
    padding: 5px 30px;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
	white-space: normal !important;
}

@media screen and (min-width: 1200px) {
	.btn {
		font-size: 1.25rem;
	}
}

.btn--noskew {
	-webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
}

.btn--small {
	font-size: 1rem;
}

#headerImage {
	/* background: linear-gradient(to right,rgba(43,93,217,1) 50%,rgba(5,27,62,1) 50%); */
	max-height: 500px;
}

.home-header_img-container {
	overflow: hidden;
    width: 85%;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    height: 100%;
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    filter: brightness(.65);
}

.home-header_img {
	height: 100%;
    width: 100%;
    object-fit: cover;
	position: absolute;
}

.bg-light-blue {
	background: #E2F3FB;
}

.header_rubik {
	font-size: 2.5rem;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-style: italic;
    text-transform: uppercase;
}

.header_rubik--small {
	font-size: 2rem;
}

.banner-overlays {
	position: relative;
}

.banner-overlays, .banner-overlays .banner-overlays-inner {
	width: 100%;
	height: 100%;
}

.banner-overlays .banner-overlays-inner,
.banner-overlays .banner-overlays-inner img
{
	position: absolute;
}

.banner-overlays .banner-overlays-inner img {
	max-height: 200px;
	width: auto;
}

.banner-overlays img.diamond-line-overlay {
	max-height: 100px;
}

/* Accordion CSS */
a.accordion {
    display: flex;
    -ms-flex-line-pack: center;
    align-items: center;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    padding: 18px;
    //width: 100%;
    text-align: left;
    font-weight: 700;
    border: none;
    outline: none;
    text-decoration: none !important;
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    font-size: 1.1rem;
	border-top: 1px solid #DEDEDE;
}

a.accordion:first-of-type {
	border-top: nonex;
}

a.accordion .icon {
    font-size: 1.25rem;
    margin-right: 2rem;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out,-webkit-transform 0.25s ease-in-out
}

a.accordion.active .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

a.accordion:hover {
    background-color: #fff;
}

a.accordion.active, .accordion.active:hover {
    background-color: #21304f;
    color: #fff !important;
}

.accordion-panel {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-out;
    -o-transition: max-height 0.25s ease-out;
    transition: max-height 0.25s ease-out;
    box-shadow: $shadow;
}

.home-header_img--brigantia {
	bottom: 0;
	right: 0;
}

@media screen and (min-width: 1200px) {
	.home-header_img--brigantia {
		bottom: 10%;
		right: 0;
	}
}

.home-header_img--brigantia img {
	max-width: 180px;
}

@media screen and (min-width: 992px) {
	.headerText h1 {
		font-size: 2.75rem;
	}
}

a.alertsBar_social-link,
a.footer_social-link {
	transition: background-color .15s ease-in-out;
}

a.alertsBar_social-link:hover,
a.footer_social-link:hover {
	background-color: #f8bc24 !important;
}

/* XXL Classes (1400px) */
@media (min-width: 1400px) {
	.d-xxl-none {
		display: none !important;
	}
	
	.navbar-expand-xxl {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	
	.navbar-expand-xxl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xxl .navbar-toggler {
		display: none;
	}
	
	.navbar-expand-xxl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}

.carousel--custom .carousel-item img.quote {
	width: 30px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-caption_number-circle--big {
	height: 80px;
	width: 80px;
}

.bg-dark-blue {
	background: #21304f;
}

.table--vacancies td, .table--vacancies th {
	border: 0;
}

.text-decoration-none, .text-decoration-none:hover {
	text-decoration: none;
}

.vacancy-card .vacancy-card_detail {
	transition: all .25s ease-in-out;
}

.vacancy-card:hover .vacancy-card_detail {
	background-color: #21304f !important;
}

.aspect-16-9 {
	aspect-ratio: 16 /9;
}

.logo {
	max-width: 158px;
}

@media (min-width: 1200px) {
	.logo {
		max-width: 258px;
	}
}

#google_translate_element .skiptranslate {
	color: #000 !important;	
}