 /*start add css from home index */
jt-container.home-index .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F0F0F0 !important;
}

jt-container.home-index .bootstrap-autocomplete > a.dropdown-item {
    text-transform: capitalize !important;
    padding: 12px 0 2px 10px !important;
    cursor: pointer !important;
    line-height: 27px;
}

jt-container.home-index div.bootstrap-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*end css from home index */

div[data-imageid], div.jt-bb-page-header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div[data-imageid] {
    padding-top: 100%;
}

.jt-bb-text-and-image__row .align-items-center div[data-imageid] {
    position: relative;
    width: 100%;
}

.jt-bb-video__wrap {
    padding-bottom: 56%;
    position: relative;
    height: 0;
    width: 100%;
}

.jt-bb-video__object {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.jt-bb-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.jt-bb-gallery__item:nth-child(1) {
    width: 57.75%;
    margin-right: 25px;
}

.jt-bb-gallery__item:nth-child(1) {
    /*opacity: 0;*/
    animation-delay: 0.1s;
    margin-bottom: 20px;
}

.jt-bb-gallery__item {
    animation: pop-in 0.3s forwards cubic-bezier(0.6, 0.2, 0.1, 1);
    margin-left: 10px;
}

.jt-bb-gallery__image {
    position: relative;
    background-size: cover;
    background-position: center center;
    /* background-repeat: no-repeat; */
    text-align: center;
}

.jt-bb-page-header--homepage {
    align-items: center !important;
    height: 580px !important;
    margin-bottom: 0 !important;
}

.jt-bb-page-header {
    height: 360px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.jt-bb-page-header__overlay, .jt-bb-image-upload__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: var(--color-black);
}

.jt-bb-image-upload__controls {
    display: none;
}

.bg-black-25 {
    background-color: var(--color-black-25) !important;
}

.d-flex {
    display: flex !important;
}

.jt-bb-gallery__item:nth-child(2), .jt-bb-gallery__item:nth-child(3) {
    width: 29.75%;
}

.jt-bb-gallery__item:nth-child(2) {
    margin-top: auto;
}

.jt-bb-gallery__item:nth-child(1), .jt-bb-gallery__item:nth-child(2) {
    margin-right: 10px;
}

.jt-bb-gallery__item:nth-child(2) {
    /*opacity: 0;*/
    animation-delay: 0.2s;
    margin-bottom: 20px;
}

.jt-bb-gallery__item:nth-child(3), .jt-bb-gallery__item:nth-child(4) {
    margin-right: 25px;
}

.jt-bb-gallery__item:nth-child(3) {
    margin-left: auto;
    margin-bottom: auto;
}

.jt-bb-gallery__item:nth-child(3) {
    /*opacity: 0;*/
    animation-delay: 0.3s;
}

.jt-bb-gallery__item:nth-child(4), .jt-bb-gallery__item:nth-child(5) {
    width: 27.5%;
}

.jt-bb-gallery__item:nth-child(4) {
    /*opacity: 0;*/
    animation-delay: 0.4s;
}

.jt-bb-gallery__item:nth-child(5) {
    /*opacity: 0;*/
    animation-delay: 0.5s;
}

jt-bb-gallery__item:nth-child(1) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(1) .jt-bb-image-upload__image {
    padding-top: 56.6%;
}

/**/
.form-group .form-control--color, .form-group input, .form-group select, .form-group textarea {
    font-size: 1rem;
}

.form-group .form-control--color, .form-group input, .form-group select, .form-group textarea {
    border-width: 1.5px;
    border-radius: 3px;
    transition: border-color .3s cubic-bezier(.6,.2,.1,1),background-color .3s cubic-bezier(.6,.2,.1,1);
    font-weight: 400;
    color: var(--color-actual-black);
    border-color: var(--color-grey-light);
}

.form-group input {
    height: auto;
}

.form-control--white {
    background-color: var(--color-white) !important;
}

.form-control--shallow {
    padding: 17px 0px 17px 15px !important;
    line-height: 15px !important;
}

.form-control {
    display: block;
    width: 100%;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
}

.form-group label {
    margin-bottom: 7px;
}

.text-primary-contrast {
    color: var(--color-primary-contrast);
}

.w-100 {
    width: 100% !important;
}

label {
    display: inline-block;
}

.form-group {
    margin-bottom: 12px;
}

.position-relative {
    position: relative !important;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.jt-bb-page-header__search {
    margin-bottom: 0;
}


.c-wysiwyg__content h1, .c-wysiwyg__content h2, .c-wysiwyg__content h3, .c-wysiwyg__content blockquote p, .c-wysiwyg__content h4 {
    color: var(--color-primary);
    margin-bottom: 20px;
}

.nav-link:hover {
    color: var(--color-primary);
}

.filter-primary {
    filter: var(--color-primary-filter);
}

.footer__list li .btn-icon {
    width: 34px;
    height: 34px;
    padding: 0;
    box-shadow: 0 0 0 2px var(--color-primary-50) inset;
}

.footer__list li a {
    color: var(--color-black-50);
}




.jt-bb-testimonials {
    background-color: #ebeaec
}

@media(max-width:991.98px) {
    .jt-bb-testimonials__list {
        margin-left: -15px;
        margin-right: -15px;
        width: auto
    }
}

.jt-bb-testimonials .testimonial {
    position: relative
}

@media(max-width:991.98px) {
    .jt-bb-testimonials .testimonial > div {
        padding-left: 0;
        padding-right: 0
    }
}

.jt-bb-testimonials .testimonial__quote {
    background-color: var(--color-white);
    box-shadow: 0 2px 20px var(--color-shadow);
    z-index: 2;
    width: 140%
}

@media(max-width:991.98px) {
    .jt-bb-testimonials .testimonial__quote {
        width: auto
    }
}

.jt-bb-testimonials .testimonial__quote svg {
    position: absolute;
    top: 60px;
    left: 40px;
    fill: var(--color-primary-25)
}

@media(max-width:991.98px) {
    .jt-bb-testimonials .testimonial__quote svg {
        left: 20px
    }
}

.jt-bb-testimonials .testimonial__quote-text .editable:after {
    content: '"'
}

.testimonial__quote-text {
    content: '"';
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.jt-bb-testimonials .testimonial__cite {
    font-weight: 700;
    white-space: pre
}

.jt-bb-testimonials .testimonial__image {
    background-position: 50%;
    background-size: cover;
    padding-top: 35px
}

.jt-bb-testimonials .testimonial__delete {
    position: absolute;
    bottom: -20px;
    right: -20px
}


@media (min-width: 992px) .c-wysiwyg__content blockquote p, .h3, .jt-bb-image-upload__title, h3 {
    font-size: 1.5rem;
}

.c-wysiwyg__content blockquote p, .h3, .jt-bb-image-upload__title, h3 {
    font-size: 1.3125rem;
}

.c-wysiwyg__content blockquote p, .h1, .h2, .h3, .h4, .h5, .h6, .jt-bb-image-upload__title, h1, h2, h3, h4, h5, h6 {
    font-family: var(--header-font);
    font-weight: 700;
}

.c-wysiwyg__content blockquote p, .h1, .h2, .h3, .h4, .h5, .h6, .jt-bb-image-upload__title, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.accordion {
    overflow-anchor: none
}

    .accordion > .card {
        overflow: hidden
    }

        .accordion > .card:not(:last-of-type) {
            border-bottom: 0;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .accordion > .card:not(:first-of-type) {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .accordion > .card > .card-header {
            border-radius: 0;
            margin-bottom: -1px
        }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 3px
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item:before {
        float: left;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover:before {
        text-decoration: underline;
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}



.jt-bb-accordion .accordion__title {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.jt-bb-accordion .accordion__row > * {
    position: relative;
    z-index: 2;
}

.jt-bb-accordion__title {
    color: var(--color-primary) !important;
}

.jt-bb-accordion .accordion__title[aria-expanded=true] {
    color: var(--color-primary);
}

.jt-bb-accordion {
    background-color: var(--bg-white)
}

    .jt-bb-accordion .accordion__row {
        border-bottom: 1px solid var(--color-black-25);
        position: relative
    }

        .jt-bb-accordion .accordion__row > * {
            position: relative;
            z-index: 2
        }

        .jt-bb-accordion .accordion__row:hover .accordion__icon-delete, .jt-bb-accordion .accordion__row:hover .accordion__icon-drag {
            display: block
        }

        .jt-bb-accordion .accordion__row.sortable-ghost .accordion__actions {
            border-radius: 3px;
            box-shadow: 0 15px 25px var(--color-shadow),0 5px 30px var(--color-shadow),0 5px 10px var(--color-shadow)
        }

    .jt-bb-accordion .accordion__title {
        cursor: pointer;
        transition: all .2s ease-in-out
    }

        .jt-bb-accordion .accordion__title i {
            color: var(--color-black);
            transition: color .2s cubic-bezier(.6,.2,.1,1)
        }

        .jt-bb-accordion .accordion__title[aria-expanded=true] {
            color: var(--color-primary)
        }

            .jt-bb-accordion .accordion__title[aria-expanded=true] .accordion__icon-open {
                display: none
            }

            .jt-bb-accordion .accordion__title[aria-expanded=true] .accordion__icon-close {
                display: block
            }

        .jt-bb-accordion .accordion__title:active i {
            color: var(--color-primary)
        }

@media(min-width:768px) {
    .jt-bb-accordion .accordion__title:hover i {
        color: var(--color-primary)
    }
}

.jt-bb-accordion .accordion__icon-open {
    display: block
}

.jt-bb-accordion .accordion__icon-close {
    display: none
}

.jt-bb-accordion .accordion__actions {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    right: -60px;
    z-index: 1
}

.jt-bb-accordion .accordion__icon-delete {
    color: var(--color-black-50);
    right: 15px;
    top: 25px;
    cursor: pointer;
    display: none
}

.jt-bb-accordion .accordion__icon-drag {
    color: var(--color-black-50);
    left: 15px;
    top: 25px;
    cursor: pointer;
    display: none
}


.pb-25, .py-25 {
    padding-bottom: 25px !important;
}

.pt-25, .py-25 {
    padding-top: 25px !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

@media (min-width: 992px) .h5, h5 {
    font-size: 1.125rem;
}

.h5, h5 {
    font-size: 1rem;
}

.c-wysiwyg__content blockquote p, .h1, .h2, .h3, .h4, .h5, .h6, .jt-bb-image-upload__title, h1, h2, h3, h4, h5, h6 {
    font-family: var(--header-font);
    font-weight: 700;
}

.c-wysiwyg__content blockquote p, .h1, .h2, .h3, .h4, .h5, .h6, .jt-bb-image-upload__title, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.c-wysiwyg__content blockquote p, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

.carousel {
    position: relative
}

    .carousel.pointer-event {
        touch-action: pan-y
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner:after {
        display: block;
        clear: both;
        content: ""
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

    .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
        transform: translateX(100%)
    }

    .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
        transform: translateX(-100%)
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        z-index: 1;
        opacity: 1
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-clip: padding-box;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease
    }

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@media (min-width: 992px) .mt-lg-35, .my-lg-35 {
    margin-top: 35px!important;
}

.pl-70, .px-70 {
    padding-left: 70px !important;
}

.pt-35, .py-35 {
    padding-top: 35px !important;
}

.pb-30, .py-30 {
    padding-bottom: 30px !important;
}

.pr-25, .px-25 {
    padding-right: 25px !important;
}

*, :after, :before {
    box-sizing: border-box;
}


/*! CSS Used from: https://test.jobtrain.co.uk/brandbuilder/css/app.2d94a88b.css */
*, :after, :before {
    box-sizing: border-box;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

.bg-black-25 {
    background-color: var(--color-black-25) !important;
}

.jt-bb-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.jt-bb-gallery__image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
}

.jt-bb-gallery__item {
    -webkit-animation: pop-in .3s cubic-bezier(.6,.2,.1,1) forwards;
    animation: pop-in .3s cubic-bezier(.6,.2,.1,1) forwards;
    margin-left: 10px;
    margin-right: 10px;
}

    .jt-bb-gallery__item:first-child {
        opacity: 0;
        -webkit-animation-delay: .1s;
        animation-delay: .1s;
        margin-bottom: 20px;
    }

    .jt-bb-gallery__item:nth-child(2) {
        opacity: 0;
        -webkit-animation-delay: .2s;
        animation-delay: .2s;
        margin-bottom: 20px;
    }

    .jt-bb-gallery__item:nth-child(3) {
        opacity: 0;
        -webkit-animation-delay: .3s;
        animation-delay: .3s;
        margin-bottom: 20px;
    }

    .jt-bb-gallery__item:nth-child(4) {
        opacity: 0;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }

    .jt-bb-gallery__item:nth-child(5) {
        opacity: 0;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
    }

    .jt-bb-gallery__item:nth-child(2), .jt-bb-gallery__item:nth-child(3), .jt-bb-gallery__item:nth-child(4), .jt-bb-gallery__item:nth-child(5) {
        width: calc(50% - 28px);
    }

        .jt-bb-gallery__item:nth-child(2) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(3) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(4) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(5) .jt-bb-gallery__image {
            padding-top: 100%;
        }

    .jt-bb-gallery__item:first-child {
        width: 100%;
    }

        .jt-bb-gallery__item:first-child .jt-bb-gallery__image {
            padding-top: 56.6%;
        }

    .jt-bb-gallery__item:first-child, .jt-bb-gallery__item:nth-child(2) {
        margin-right: 10px;
    }

@media (max-width:767.98px) {
    .jt-bb-gallery__item:first-child {
        order: 3;
    }

    .jt-bb-gallery__item:nth-child(2) {
        order: 1;
    }

    .jt-bb-gallery__item:nth-child(3) {
        order: 2;
    }

    .jt-bb-gallery__item:nth-child(4) {
        order: 4;
    }

    .jt-bb-gallery__item:nth-child(5) {
        order: 5;
    }
}

@media (min-width:768px) {
    .jt-bb-gallery__item:first-child {
        width: 57.75%;
        margin-right: 25px;
    }

        .jt-bb-gallery__item:first-child .jt-bb-gallery__image {
            padding-top: 56.6%;
        }

    .jt-bb-gallery__item:nth-child(2) {
        margin-top: auto;
    }

        .jt-bb-gallery__item:nth-child(2) .jt-bb-gallery__image {
            padding-top: 100%;
        }

    .jt-bb-gallery__item:nth-child(2), .jt-bb-gallery__item:nth-child(3) {
        width: 29.75%;
    }

        .jt-bb-gallery__item:nth-child(2) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(3) .jt-bb-gallery__image {
            padding-top: 81%;
        }

    .jt-bb-gallery__item:nth-child(3) {
        margin-left: auto;
        margin-bottom: auto;
    }

    .jt-bb-gallery__item:nth-child(3), .jt-bb-gallery__item:nth-child(4) {
        margin-right: 25px;
    }

    .jt-bb-gallery__item:nth-child(4), .jt-bb-gallery__item:nth-child(5) {
        width: 27.5%;
    }

        .jt-bb-gallery__item:nth-child(4) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(5) .jt-bb-gallery__image {
            padding-top: 100%;
        }
}
/*! CSS Used keyframes */
@-webkit-keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(.8);
    }

    80% {
        opacity: 1;
        transform: scale(1);
    }

    90% {
        opacity: 1;
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(.8);
    }

    80% {
        opacity: 1;
        transform: scale(1);
    }

    90% {
        opacity: 1;
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}



@media(max-width:767.98px) {
    .jt-bb-gallery__item:first-child {
        order: 3;
        width: 100%;
    }

    .jt-bb-gallery__item:nth-child(2) {
        order: 1
    }

    .jt-bb-gallery--items-2 .jt-bb-gallery__item:nth-child(2) {
        width: 100%
    }

    .jt-bb-gallery__item:nth-child(3) {
        order: 2
    }

    .jt-bb-gallery__item:nth-child(4) {
        order: 4
    }

    .jt-bb-gallery--items-4 .jt-bb-gallery__item:nth-child(4) {
        width: 100%
    }

    .jt-bb-gallery__item:nth-child(5) {
        order: 5
    }
}

@media(min-width:768px) {
    .jt-bb-gallery__item:first-child {
        width: 57.75%;
        margin-right: 25px
    }

        .jt-bb-gallery__item:first-child .jt-bb-gallery__image, .jt-bb-gallery__item:first-child .jt-bb-image-upload__image {
            padding-top: 56.6%
        }

    .jt-bb-gallery--items-1 .jt-bb-gallery__item:first-child {
        width: 100%;
        margin-right: 0
    }

    .jt-bb-gallery__item:nth-child(2) {
        margin-top: auto
    }

        .jt-bb-gallery__item:nth-child(2) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(2) .jt-bb-image-upload__image {
            padding-top: 100%
        }

    .jt-bb-gallery__item:nth-child(2), .jt-bb-gallery__item:nth-child(3) {
        width: 29.75%
    }

        .jt-bb-gallery__item:nth-child(2) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(2) .jt-bb-image-upload__image, .jt-bb-gallery__item:nth-child(3) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(3) .jt-bb-image-upload__image {
            padding-top: 81%
        }

    .jt-bb-gallery__item:nth-child(3) {
        margin-left: auto;
        margin-bottom: auto
    }

    .jt-bb-gallery--items-3 .jt-bb-gallery__item:nth-child(3) {
        margin-right: auto
    }

    .jt-bb-gallery__item:nth-child(3), .jt-bb-gallery__item:nth-child(4) {
        margin-right: 25px
    }

    .jt-bb-gallery--items-4 .jt-bb-gallery__item:nth-child(4) {
        margin-right: auto
    }

    .jt-bb-gallery__item:nth-child(4), .jt-bb-gallery__item:nth-child(5) {
        width: 27.5%
    }

        .jt-bb-gallery__item:nth-child(4) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(4) .jt-bb-image-upload__image, .jt-bb-gallery__item:nth-child(5) .jt-bb-gallery__image, .jt-bb-gallery__item:nth-child(5) .jt-bb-image-upload__image {
            padding-top: 100%
        }
}

@media(min-width:768px) {
    .jt-bb-gallery--items-4 .jt-bb-gallery__item:nth-child(4) {
        margin-right: auto
    }
}


/*! CSS Used from: https://test.jobtrain.co.uk/brandbuilder/css/app.2d94a88b.css */
*, :after, :before {
    box-sizing: border-box;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

.bg-black-25 {
    background-color: var(--color-black-25) !important;
}

.jt-bb-gallery__image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    text-align: center;
}

.jt-bb-gallery__item:nth-child(2) .jt-bb-gallery__image {
    padding-top: 100%;
}

@media (min-width:768px) {
    .jt-bb-gallery__item:nth-child(2) .jt-bb-gallery__image {
        padding-top: 100%;
    }

    .jt-bb-gallery__item:nth-child(2) .jt-bb-gallery__image {
        padding-top: 81%;
    }
}


/*! CSS Used from: https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp */
.material-icons-two-tone {
    font-family: 'Material Icons Two Tone';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/*! CSS Used from: https://test.jobtrain.co.uk/brandbuilder/css/app.2d94a88b.css */
*, :after, :before {
    box-sizing: border-box;
}

h5 {
    margin-top: 0;
    margin-bottom: .5rem;
}

h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.d-flex {
    display: flex !important;
}



.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.p-15 {
    padding: 15px !important;
}

.text-center {
    text-align: center !important;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

.material-icons-two-tone {
    font-family: Material Icons Two Tone;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

h5 {
    font-family: var(--header-font);
    font-weight: 700;
}

h5 {
    font-size: 1rem;
}

@media (min-width:992px) {
    h5 {
        font-size: 1.125rem;
    }
}

.text-black {
    color: var(--color-black);
}

.text-system {
    font-family: var(----system-font) !important;
}

.editable {
    position: relative;
    min-width: 20px;
}

    .editable:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        border: 2px dashed transparent;
        border-radius: 3px;
        pointer-events: none;
    }

    .editable:focus {
        outline: none;
    }

.jt-bb-benefits__item-inner {
    border-radius: 3px;
    border: 1.5px solid transparent;
    transition: border-color .2s cubic-bezier(.6,.2,.1,1);
}

.jt-container .jt-bb-benefits__item-icon {
    font-size: 40px;
}

.jt-bb-benefits__item-controls {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity .2s cubic-bezier(.6,.2,.1,1),transform .2s cubic-bezier(.6,.2,.1,1);
}

.jt-bb-benefits__item:active .jt-bb-benefits__item-controls {
    opacity: 1;
    transform: translateX(0);
}

@media (min-width:768px) {
    .jt-bb-benefits__item:hover .jt-bb-benefits__item-controls {
        opacity: 1;
        transform: translateX(0);
    }
}



.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

*, :after, :before {
    box-sizing: border-box;
}

h2, h3 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

svg {
    vertical-align: middle;
}

svg {
    overflow: hidden;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

button {
    -webkit-appearance: button;
}

    button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

h2, h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.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: 1200px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-9, .col-md-4, .col-md-8 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:768px) {
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
}

@media (min-width:992px) {
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }
}



.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner:after {
        display: block;
        clear: both;
        content: "";
    }

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active {
    display: block;
}

.d-flex {
    display: flex !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center !important;
}

.shadow {
    box-shadow: 0 1px 5px var(--color-shadow),0 5px 15px var(--color-shadow),0 2px 5px var(--color-shadow) !important;
}

.m-0 {
    margin: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.py-40 {
    padding-top: 40px !important;
}

.py-40 {
    padding-bottom: 40px !important;
}

.pl-70 {
    padding-left: 70px !important;
}

.mx-auto {
    margin-right: auto !important;
}

.mx-auto {
    margin-left: auto !important;
}

@media (min-width:992px) {
    .mt-lg-35 {
        margin-top: 35px !important;
    }

    .py-lg-60 {
        padding-top: 60px !important;
    }

    .py-lg-60 {
        padding-bottom: 60px !important;
    }
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .container {
        min-width: 992px !important;
    }
}

.material-icons {
    font-family: Material Icons;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.material-icons, .material-icons-outlined {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
}

.material-icons-outlined {
    font-family: Material Icons Outlined;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

h2, h3 {
    font-family: var(--header-font);
    font-weight: 700;
}

h2 {
    font-size: 1.5rem;
}

@media (min-width:992px) {
    h2 {
        font-size: 1.875rem;
    }
}

h3 {
    font-size: 1.3125rem;
}

@media (min-width:992px) {
    h3 {
        font-size: 1.5rem;
    }
}

p {
    font-size: .8125rem;
    line-height: 21px;
}

@media (min-width:992px) {
    p {
        font-size: .8125rem;
    }
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: var(--color-primary);
}

    a:focus, a:hover {
        color: var(--color-primary-dark);
    }

.text-black-50 {
    color: var(--color-black-50) !important;
}

.bg-black-25 {
    background-color: var(--color-black-25) !important;
}

.editable {
    position: relative;
    min-width: 20px;
}

    .editable:before {
        content: "";
        position: absolute;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        border: 2px dashed transparent;
        border-radius: 3px;
        pointer-events: none;
    }

    .editable:focus {
        outline: none;
    }

.btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 15px 25px;
    font-weight: 500;
    white-space: nowrap;
    word-break: break-word;
    flex-wrap: nowrap;
    font-size: .875rem;
    line-height: 1.3em;
    max-width: 100%;
    transition: color .2s cubic-bezier(.6,.2,.1,1),background-color .2s cubic-bezier(.6,.2,.1,1),border-radius .2s cubic-bezier(.6,.2,.1,1);
}

@media (min-width:992px) {
    .btn {
        font-size: .875rem;
    }
}

.btn > i {
    margin: -1rem 0;
}

.btn i:first-child:not(:last-child) {
    margin-right: 10px;
}

.btn-disabled:active, .btn:disabled:active {
    cursor: not-allowed;
}

@media (min-width:768px) {
    .btn-disabled:hover, .btn:disabled:hover {
        cursor: not-allowed;
    }
}

.btn-default {
    background-color: var(--color-black);
    color: var(--color-white);
}

    .btn-default:active {
        background-color: var(--color-black-dark);
        color: var(--color-white);
    }

@media (min-width:768px) {
    .btn-default:hover {
        background-color: var(--color-black-dark);
        color: var(--color-white);
    }
}

.btn-default:disabled, .btn-default:disabled:active {
    background-color: var(--color-black-25);
    color: var(--color-black-50);
}

@media (min-width:768px) {
    .btn-default:disabled:hover {
        background-color: var(--color-black-25);
        color: var(--color-black-50);
    }
}

.btn-primary {
    background-color: var(--color-primary);
}

    .btn-primary, .btn-primary:active {
        color: var(--color-primary-contrast);
    }

        .btn-primary:active {
            background-color: var(--color-primary-dark);
        }

@media (min-width:768px) {
    .btn-primary:hover {
        background-color: var(--color-primary-dark);
        color: var(--color-primary-contrast);
    }
}

.btn-primary:disabled {
    background-color: var(--color-primary-25);
    color: var(--color-primary-50);
}

    .btn-primary:disabled i {
        color: var(--color-primary-50);
    }

    .btn-primary:disabled:active {
        background-color: var(--color-primary-25);
        color: var(--color-primary-50);
    }

        .btn-primary:disabled:active i {
            color: var(--color-primary-50);
        }

@media (min-width:768px) {
    .btn-primary:disabled:hover {
        background-color: var(--color-primary-25);
        color: var(--color-primary-50);
    }

        .btn-primary:disabled:hover i {
            color: var(--color-primary-50);
        }
}

.btn-bb {
    background-color: var(--color-bb);
}

    .btn-bb, .btn-bb:active {
        color: var(--color-white);
    }

        .btn-bb:active {
            background-color: var(--color-bb-dark);
        }

@media (min-width:768px) {
    .btn-bb:hover {
        background-color: var(--color-bb-dark);
        color: var(--color-white);
    }
}

.btn-bb:disabled {
    background-color: var(--color-bb-25);
    color: var(--color-bb-50);
}

    .btn-bb:disabled i {
        color: var(--color-bb-50);
    }

    .btn-bb:disabled:active {
        background-color: var(--color-bb-25);
        color: var(--color-bb-50);
    }

        .btn-bb:disabled:active i {
            color: var(--color-bb-50);
        }

@media (min-width:768px) {
    .btn-bb:disabled:hover {
        background-color: var(--color-bb-25);
        color: var(--color-bb-50);
    }

        .btn-bb:disabled:hover i {
            color: var(--color-bb-50);
        }
}

.btn-outline {
    box-shadow: 0 0 0 2px var(--color-black) inset;
    border: none;
    background-color: transparent;
    color: var(--color-black);
}

    .btn-outline:active {
        box-shadow: 0 0 0 3px var(--color-black) inset;
        color: var(--color-black);
    }

@media (min-width:768px) {
    .btn-outline:hover {
        box-shadow: 0 0 0 3px var(--color-black) inset;
        color: var(--color-black);
    }
}

.btn-outline.btn-disabled, .btn-outline.btn-disabled:active {
    box-shadow: 0 0 0 2px var(--color-black-25) inset;
    background-color: transparent;
    color: var(--color-black-25);
}

@media (min-width:768px) {
    .btn-outline.btn-disabled:hover {
        box-shadow: 0 0 0 2px var(--color-black-25) inset;
        background-color: transparent;
        color: var(--color-black-25);
    }
}

.btn-sm {
    padding: 9px 12px;
    border-radius: 3px;
    line-height: 1.05em;
}

.btn-icon {
    width: 50px;
    height: 50px;
    padding: 12px;
    justify-content: center;
}

.btn:active, .btn:focus, .btn:focus:active, .btn:hover {
    text-decoration: none !important;
    outline: none !important;
}

    .btn:active:not(.btn-outline):not(.btn-toolbar), .btn:focus:active:not(.btn-outline):not(.btn-toolbar), .btn:focus:not(.btn-outline):not(.btn-toolbar), .btn:hover:not(.btn-outline):not(.btn-toolbar) {
        box-shadow: none !important;
    }

button:active, button:focus, button:focus:active, button:hover {
    text-decoration: none !important;
    outline: none !important;
}

    button:active:not(.btn-outline):not(.btn-toolbar), button:focus:active:not(.btn-outline):not(.btn-toolbar), button:focus:not(.btn-outline):not(.btn-toolbar), button:hover:not(.btn-outline):not(.btn-toolbar) {
        box-shadow: none !important;
    }

.jt-bb-block {
    width: 100%;
    position: relative;
    border-top: 2px dashed transparent;
    border-bottom: 2px dashed transparent;
    transition: border-color .2s cubic-bezier(.6,.2,.1,1);
}

.jt-bb-block__control {
    position: absolute;
    right: 0;
    transition: transform .2s cubic-bezier(.6,.2,.1,1),opacity .2s cubic-bezier(.6,.2,.1,1);
}

.jt-bb-block__control--edit, .jt-bb-block__control--save {
    top: 0;
}

.jt-bb-block__control--cancel, .jt-bb-block__control--delete {
    top: 60px;
}

.jt-bb-block__controls {
    display: none;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 50px;
    height: 110px;
    transition: transform .2s cubic-bezier(.6,.2,.1,1),opacity .2s cubic-bezier(.6,.2,.1,1);
    transform: translateX(100px);
    opacity: 0;
}

@media (min-width:768px) {
    .jt-bb-block__controls {
        display: block;
    }
}

@media (min-width:768px) {
    .jt-bb-block:hover .jt-bb-block__controls {
        transform: translateX(0);
        opacity: 1;
    }
}

.jt-container .jt-bb-testimonials__title {
    color: var(--color-primary);
}

@media (max-width:991.98px) {
    .jt-bb-testimonials__list {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }
}

.jt-bb-testimonials .testimonial {
    position: relative;
}

@media (max-width:991.98px) {
    .jt-bb-testimonials .testimonial > div {
        padding-left: 0;
        padding-right: 0;
    }
}

.jt-bb-testimonials .testimonial__quote {
    background-color: var(--color-white);
    box-shadow: 0 2px 20px var(--color-shadow);
    z-index: 2;
    width: 140%;
    position: relative;
}

@media (max-width:991.98px) {
    .jt-bb-testimonials .testimonial__quote {
        width: auto;
    }
}

.jt-bb-testimonials .testimonial__quote svg {
    position: absolute;
    top: 60px;
    left: 40px;
    fill: var(--color-primary-25);
}

@media (max-width:991.98px) {
    .jt-bb-testimonials .testimonial__quote svg {
        left: 20px;
    }
}


.jt-bb-testimonials .testimonial__cite {
    font-weight: 700;
    white-space: pre;
}

.jt-bb-testimonials .testimonial__image {
    background-position: 50%;
    background-size: cover;
    padding-top: 35px;
}


.c-wysiwyg__content blockquote:before {
    content: "";
    background-color: var(--color-primary-25);
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.c-wysiwyg__content > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .c-wysiwyg__content blockquote {
        padding-left: 40px;
    }
}

.c-wysiwyg__content blockquote {
    padding: 10px 0 10px 20px;
    position: relative;
}

blockquote {
    margin: 0 0 1rem;
}

*, :after, :before {
    box-sizing: border-box;
}

/*! CSS Used from: http://172.16.5.50:91/brandbuilder/css/app.2d94a88b.css */
*, :after, :before {
    box-sizing: border-box;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

button {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

    button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

/*.btn:hover {
    color: #212529;
    text-decoration: none;
}*/

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn:disabled {
    opacity: .65;
}

.mw-100 {
    max-width: 100% !important;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
}

.btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    white-space: nowrap;
    word-break: break-word;
    flex-wrap: nowrap;
    line-height: 1.4em;
    max-width: 100%;
    transition: color .2s cubic-bezier(.6,.2,.1,1),background-color .2s cubic-bezier(.6,.2,.1,1),border-radius .2s cubic-bezier(.6,.2,.1,1);
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 3px;
}

@media (min-width:992px) {
    .btn {
        font-size: .875rem;
    }
}

.btn:disabled:active {
    cursor: not-allowed;
}

@media (min-width:768px) {
    .btn:disabled:hover {
        cursor: not-allowed;
    }
}

.btn-white {
    background-color: var(--color-white);
    color: var(--color-black);
}

    .btn-white:active {
        background-color: var(--color-black);
        color: var(--color-white);
    }

@media (min-width:768px) {
    .btn-white:hover {
        background-color: var(--color-black);
        color: var(--color-white);
    }
}

.btn-wide {
    width: 100%;
}

@media (min-width:768px) {
    .btn-wide {
        max-width: 340px;
        padding: 15px 77px;
    }
}

.brand-buttons--square .btn:not(.btn-icon):not(.btn-toolbar):not(.btn-bb-ui) {
    border-radius: 2px;
}

.btn:active, .btn:focus, .btn:focus:active, .btn:hover {
    text-decoration: none !important;
    outline: none !important;
}

    .btn:active:not(.btn-outline):not(.btn-toolbar), .btn:focus:active:not(.btn-outline):not(.btn-toolbar), .btn:focus:not(.btn-outline):not(.btn-toolbar), .btn:hover:not(.btn-outline):not(.btn-toolbar) {
        box-shadow: none !important;
    }

button:active, button:focus, button:focus:active, button:hover {
    text-decoration: none !important;
    outline: none !important;
}

    button:active:not(.btn-outline):not(.btn-toolbar), button:focus:active:not(.btn-outline):not(.btn-toolbar), button:focus:not(.btn-outline):not(.btn-toolbar), button:hover:not(.btn-outline):not(.btn-toolbar) {
        box-shadow: none !important;
    }

}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: var(--color-secondary) !important;
}

.bg-primary {
    background-color: var(--color-primary) !important;
}



.bb-image-only div[data-imageid] {
    padding-top: 48% !important;
    background-size: contain !important
}

.editable {
    padding: 7px 12px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F0F0F0 !important;
}

.bootstrap-autocomplete > a.dropdown-item {
    text-transform: capitalize !important;
    padding: 12px 0 2px 10px !important;
    cursor: pointer !important;
    line-height: 27px;
}

div.bootstrap-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-get-user-location {
    border-radius: 0px !important;
    height: 56px !important;
    margin-top: 0px !important;
    border-left: none !important;
}

.form-group select {
    min-height: 56px !important;
}

.form-select-arrow {
    position: absolute;
    right: 5px;
    top: 0;
    height: 58px !important;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-font-feature-settings: "liga";
    pointer-events: none;
}

#homeSearchWhere {
    border: none !important;
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
}

.jt-bb-page-header-btn {
    display: inline-flex;
    align-items: center;
    border: none;
    padding: 15px 25px;
    word-break: break-word;
    max-width: 100%;
}

.jt-bb-text-and-image--switched .jt-bb-text-and-image__row {
    flex-direction: column-reverse
}

@media(min-width:768px) {
    .jt-bb-text-and-image--switched .jt-bb-text-and-image__row {
        flex-direction: row-reverse
    }
}

.bb-image-only .jt-bb-image__title-container {
    position: relative;
    bottom: 95px;
}

@media(max-width:992px) {
    .bb-image-only .jt-bb-image__title-container {
        bottom: 60px;
        position: relative;
    }
}

.cms-cmspage .page-builder__blocks a {
    text-decoration: underline;
}

/*Remove Link Styles on Arrow Button*/

.page-builder__blocks .jt-bb-testimonials .col-lg-9 .btn-primary {
    text-decoration: none;
}

.page-builder__blocks .jt-bb-testimonials .col-lg-9 .btn-disabled {
    text-decoration: none;
}
.jt-bb-benefits__item-icon:after {
    content: attr(data-icon);
}