/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* Border box reset */
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

/*Font smoothing */
html {
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    overflow-x: hidden !important;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
    margin: 0;
}

button {
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: none transparent;
    color: inherit;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    font: inherit;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

/* body.stretched #header.full-header .container {
    width: 100%;
    padding: 0 30px;
} */

.section {
    margin: 4.5rem 0;
}

@media (min-width: 700px) {
    .section {
        margin: 9rem 0;
    }

    .padding {
        padding: 0 7.2rem;
    }
}

@media (min-width:992px) {
    .padding {
        padding: 0 11.2rem;
    }

    .section {
        margin: 9rem 0;
    }
}

@media (min-width:1200px) {
    .padding {
        padding: 0 11.2rem;
    }
}


.img-fluid {
    width: 100%;
    height: auto
}

/*  fonts */
.primary {
    font-family: 'bodega-sans';
    font-size: 70px;
    font-weight: 300;
}

.primary .eyebrow {
    font-family: 'bodega-sans';
    font-size: 48px;
    font-weight: 300;
    display: block;
}

.secondary {
    font-family: 'bodega-sans';
    font-size: 56px;
    font-weight: 300;
    margin-bottom: 2.4rem;
}

.tertiary {
    font-family: 'myriad-pro', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 1.6rem;
}

.quaternary {
    font-family: 'myriad-pro', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.p {
    font-family: 'myriad-pro', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
}

.p:not(:last-child),
.p-large:not(:last-child) {
    margin-bottom: 1em;
}

.p-large {
    font-family: 'myriad-pro', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 3.3rem;
}

.text-center {
    text-align: center;
}

.card-header {
    font-family: 'myriad-pro', sans-serif;
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.6rem;
    text-align: center;
}

.nav__link,
.nav__btn {
    font-family: 'bodega-sans';
    font-size: 2.4rem;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
    color: #000;
}

.btn {
    font-family: 'myriad-pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;


}

.nav__btn,
.btn {
    text-transform: uppercase;
}


/* .citation {} */

/* header */
.header {
    /* position: fixed; */
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.101961);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.101961);
    z-index: 99
}

.nav {
    padding: 0 3.2rem;
}

/* mobile nav */
.nav__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    padding: 1.6rem 0;
    padding-top: 1rem;
    height: 9rem;
    -webkit-transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    -o-transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    transition: all 0.4s cubic-bezier(0.64, -0.11, 0.59, 1.07);
    z-index: 999;
}

.nav__burger.active .nav__bar--1 {
    -webkit-transform: translateY(0.2rem) rotate(-45deg);
    -ms-transform: translateY(0.2rem) rotate(-45deg);
    transform: translateY(0.2rem) rotate(-45deg)
}

.nav__burger.active .nav__bar--2 {
    opacity: 0
}

.nav__burger.active .nav__bar--3 {
    -webkit-transform: translateY(-2rem) rotate(45deg);
    -ms-transform: translateY(-2rem) rotate(45deg);
    transform: translateY(-2rem) rotate(45deg)
}

.nav__bars {
    display: block
}

.nav__bar {
    display: block;
    width: 4rem;
    height: .3rem;
    background-color: #476282;
    margin: 0 auto;
    margin-top: .8rem;
    border-radius: 3rem;
    -webkit-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s
}

/* .nav__item {
    display: inline-block
} */





.nav__btn,
.btn {
    padding: .8rem 2.4rem;
    border: #7131D7 solid 0.1rem;
    background-color: #7131D7;
    color: #fff
}

.nav__btn:hover,
.nav__btn:focus,
.nav__btn:active,
.btn:hover,
.btn:focus,
.btn:active {
    background-color: #fff;
    color: #7131D7;
    text-decoration: none;
}

.nav__link:hover,
.nav__link:focus,
.nav__link:active {
    text-decoration: none;
    border-bottom: 2px #7131D7 solid;
}



@media screen and (min-width: 992px) {
    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.6rem 8rem;
    }

    .nav__header {
        width: 27.5rem;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .nav__logo {
        width: 100%;
        max-width: 19rem
    }

    .nav__burger {
        display: none
    }

    .nav__nav {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-box-flex: calc(100% - 27.5rem);
        -ms-flex: calc(100% - 27.5rem);
        flex: calc(100% - 27.5rem);
        max-width: 130rem;
        margin-left: auto
    }

    .nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        list-style-type: none;
        margin-bottom: 0;
    }


    .nav__item {
        padding: .8rem 1.6rem;
        margin: 0 .8rem;
    }

    .nav__item--btn {
        padding-left: 1.6rem;
    }


}



@media (max-width: 991px) {
    .nav {
        height: 100%;
        padding: 0;
    }

    .nav__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0 3.2rem;
    }

    .nav__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 18rem
    }


    .nav__list {
        position: fixed;
        background-color: #fff;
        width: 100%;
        overflow-y: auto;
        z-index: 999;
        padding: 0 3.2rem;
        text-align: center;
    }

    .nav__list.closed {
        display: none;
    }

    .nav__item,
    .nav__item--btn {
        display: block;
        margin: 0 0 2.4rem 0;
    }
}

/*************************** Hero */
.hero-section {
    height: 50rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
    position: relative
}

.hero-section:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(48.96%, rgba(0, 0, 0, 0)), to(#200C40));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 48.96%, #200C40 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.96%, #200C40 100%);
}

.hero-content {
    margin-bottom: 8rem;
    z-index: 100;
    position: relative;
}

.hero-section:before {
    content: '';
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/4687/image/2025/7/XOZ9L_Line20ElementAHEnCB/Line20ElementAHEnCB.png");
    position: absolute;
    left: 0;
    height: 400px;
    width: 102px;
    bottom: -300px;
    background-size: contain;
}

@media(min-width: 992px) {
    .vertical-align {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}


@media(max-width: 992px) {
    .mobile-flip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }

    .hero-section:before {
        left: -2rem;
    }
}

@media (max-width: 700px) {
    .hero-section:before {
        display: none;
    }
}

/******************************** intro  */

.intro-content:after {
    content: '';
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/4687/image/2025/7/XOZ9L_Line20ElementAHEnCB/Line20ElementAHEnCB.png");
    position: absolute;
    right: -80px;
    height: 400px;
    width: 102px;
    top: 30px;
    background-size: contain;
}

/* path section */
.job-path {
    padding: 16rem 0;
    position: relative;
}

.job-path:before {
    content: '';
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/4687/image/2025/7/U7KP6_tent-pathph3u5T/tent-pathph3u5T.png");
    width: 100%;
    height: 500px;
    background-image: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -8rem;
}

.job-path:after {
    content: '';
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/4687/image/2025/7/ON1R1_Path-tenttzJ8Jz/Path-tenttzJ8Jz.png");
    width: 240px;
    height: 300px;
    background-image: contain;
    position: absolute;
    right: -5rem;
    opacity: 20%;

}

@media (max-width: 991px) {
    .job-type__header {
        text-align: center;
    }

    .job-type__nav {
        margin: 0 auto 4rem;
    }
}

@media (min-width: 630px) {
    .job-path {
        padding: 0;
    }
}

@media(min-width: 992px) {
    .job-path .container-fluid.padding {
        padding-right: 0
    }
}

.job-path .row {
    position: relative;
}

.slider {
    position: absolute;
    left: 25%;
}



.path-card__content {
    padding: 3.2rem;
}


.img-class {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.card-img {
    height: 250px;
    width: 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;
}

.job-type__header {
    margin: -15px;
}

.job-type-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 6px 13px #00000012;
    box-shadow: 5px 6px 13px #00000012;
}


.job-type__nav {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15rem;
}

.testimonials .swiper {
    padding-right: 2rem;
}

.swiper-button-next.job-type-nav::after,
.swiper-button-prev.job-type-nav::after {
    font-size: 2.1rem;

}


.swiper-button-prev.job-type-nav {
    left: 0;
}

.swiper-button-next.job-type-nav {
    right: 0;
}

.swiper-button-next.job-type-nav {
    border-left: none;
}

.swiper.job-type-swiper {
    height: 100%;
    padding: 1.5rem;

}

.testim .swiper-wrapper {
    padding: 1rem;
}

.testimonial-wrapper {
    margin: 3.2rem 4.8rem;
}

.quote-wrapper {
    margin-bottom: 1.6rem;
}

.cite {
    font-family: 'myriad-pro', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    text-align: right;
}

.swiper-slide {
    -webkit-box-shadow: 0px 6px 12px 0px #0000002E;
    box-shadow: 0px 6px 12px 0px #0000002E;
    background-color: #fff;
}

@media(min-width: 992px) {
    .swiper.job-type-swiper {
        width: calc(100% + 10rem)
    }
}

@media (max-width: 460px) {
    .swiper.job-type-swiper {
        width: 100vw;
        margin: -15px;
    }

    .path-card__content {
        padding: 2rem 1.5rem;
    }
}

/************** Olivia  */

.olivia-content {
    padding: 8rem 5.5rem;
    background-color: #000;
    color: #fff;
    z-index: 99;
}

.olivia-img {
    margin-top: -15rem;
    padding-right: -15px;
    padding: 0;
}

.olivia-img img {
    width: 100%;
}

@media (max-width: 991px) {

    .olivia-img,
    .testim-img {
        display: none;
    }

}

/************************ Culture */
.culture-intro {
    padding-left: 3rem;
    margin-left: 3rem;
    border-left: 4px #7131D7 solid;
}

.culture .row:not(:first-child) {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.culture-img {
    border: .4rem #fff solid;
}

.culture-img-wrap.right {
    text-align: right;
}

.culture-img-wrap::before {
    content: '';
    background-color: #000;
    width: calc(90% - 3rem);
    height: 100%;
    z-index: -99;
    position: absolute;
    bottom: 3rem;

}

.culture-img-wrap::after {
    content: '';
    background-color: #7131D7;
    width: calc(90% - 3rem);
    height: 100%;
    z-index: -999;
    position: absolute;
    top: 3rem;
}

.img-class.culture-img {
    width: 90%;
}

.culture-img-wrap.right::after {
    left: auto;
    right: 5rem;
}

.culture-img-wrap.right::before {
    right: 3.5rem;
    left: auto;
}

.culture-img-wrap.left::after {
    right: auto;
    left: 5rem;
}

.culture-img-wrap.left::before {
    left: 3.5rem;
    right: auto;
}

.accordion_wrap {
    position: relative;
    display: block;
    padding-bottom: 5rem;
}

.accordion {
    color: #444;
    cursor: pointer;
    padding: 1.6rem;
    width: 100%;
    font-family: 'myriad-pro', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-align: left;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-bottom: 2px solid #7131D7
}

/* button.active,
button.accordion:hover {
    background-color: #F5F5F5;
} */

.accordion:after {
    content: url(https://dokumfe7mps0i.cloudfront.net/oms/4687/image/2025/7/4WDYE_arrow/arrow.png);
    font-size: 13px;
    float: right;
    margin-left: 5px;
}

.active:after {

    -webkit-transform: scaleY(-1);

    -ms-transform: scaleY(-1);

    transform: scaleY(-1);
}

.panel {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}

.panel-wrapper {
    padding: 1.6rem;
    background-color: #F5F5F5;
}

.brady-profile {
    border-radius: 50%;
    width: 14rem;
}

.panel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.6rem;
}

.panel-header .secondary {
    margin-bottom: 0;
    padding-left: 16px;
}



@media (max-width: 991px) {
    .img-info-text {
        margin-bottom: 6rem;
    }

    .culture .row:not(:first-child) {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .culture-img-wrap.right,
    .culture-img-wrap {
        text-align: center;
    }

    .culture-img-wrap.right::after {
        right: auto;
        left: 4rem;
    }

    .culture-img-wrap::after {
        top: 2rem;
    }

    .culture-img-wrap::before {
        bottom: 2rem;
    }

    .culture-img-wrap.left::after {
        right: 2rem;
        left: auto;
    }

    .culture-intro {
        margin-left: 0;
    }

}

@media (max-width: 767px) {
    .culture-tent img {
        width: 12rem;
    }

    .culture-tent {
        text-align: center;
    }

    .culture-intro {
        padding-left: 1.6rem;
        margin-left: 0;
        margin-top: 1.6rem;
    }

    .olivia-content {
        padding: 4rem 3rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 700px) {
    .img-class.culture-img {
        width: 100vw;
        margin-left: -1.5rem;
    }

    .culture-img {
        border: 0;
    }

    .culture-img-wrap.right::before,
    .culture-img-wrap.right::after,
    .culture-img-wrap.left::before,
    .culture-img-wrap.left::after {
        display: none;
    }
}

/* footer */
.olivia-footer_wrap {
    padding: 4rem 0;
    background-image: url(https://dokumfe7mps0i.cloudfront.net/oms/4687/image/2025/7/2ENMB_footer-bgX6V9GO/footer-bgX6V9GO.jpeg);
    background-size: cover;
    background-position: bottom;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 10rem;
}

.olivia-footer_content {
    z-index: 99;
}

.olivia-footer_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 18, 83, .75);
    z-index: 0;
}



/*********************** Benefits Page */
/* accordion */

.c-tab {
    background-color: #7131D7;
    overflow: hidden;
    margin-top: 3.2rem;
}

.c-tab__nav {
    background-color: #5926AA;
}

.c-tab__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #5926AA;
    padding: 1.6rem 3.2rem;
}

.c-tab__nav-link.active {
    background-color: #7131D7;
    color: #fff;
    text-decoration: none;
}

.c-tab__nav-link:hover,
.c-tab__nav-link:focus,
.c-tab__nav-link:active{
    background-color: #7131D7;
    text-decoration: none;
    color: #fff !important;
}

.c-tab__nav-link.tertiary {
    margin-bottom: 0;
}

.c-tab__content-item {
    display: none
}

.c-tab__content-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-tab__content-header {
    width: 25%;
}

.c-tab__content-header img {
    width: 100%;
}

.c-tab__content-header .header-tertiary {
    margin-bottom: 0
}

/* .c-tab__content-icon {
    color: #196002;
    margin-right: 1.6rem;
    font-size: 4.8rem
  } */

.c-tab__content {
    padding: 4rem
}

.c-list {
    list-style-type: none;
    color: #fff;
}

.benefit-tab {
    margin-top: 2rem;
}

/* @media screen and (max-width: 767px) {
    .c-tab__nav {
      border-bottom: solid #9FCC3B 0.1rem
    }
  } */

@media screen and (min-width: 768px) {
    .c-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .c-tab__nav {
        width: 33%;
    }

    .c-tab__content {
        width: calc(100% - 33%)
    }
}




.testim-img img {
    width: 100%;
    margin-top: -20rem;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    display: none;

}

.swiper-button-next img {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.swiper-button-prev img {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    position: relative;
    margin-top: 0;
}

.swiper-nav-wrapper {
    position: relative;
    width: 100%;
    height: 6.4rem;
}

.swiper-nav {
    width: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 25%;
}

.swiper-pagination-bullet-active {
    background-color: #7131D7;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.header-wrap .secondary {
    margin-bottom: 0;
    text-align: center;
}

@media (max-height: 701px) {
    .swiper-nav {
        right: calc(50% - 100px);
    }

    .testimonials .swiper {
        margin-left: 2rem;
    }
}

/* footer */

.footer {
    padding: 2rem 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    background-color: #7131D7;
}

.socials {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}

.social-icon {
    height: 1.6rem;
}

.socials-a {
    padding: 1rem;

    text-align: center;

    line-height: 0;
}

.footer-header {
    font-family: 'myriad-pro', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: .5rem;
}

.disclaimers .p {
    margin-bottom: .5rem
}

.footer-info {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.75rem 0;
}

/* 
#jobs-list {
    display: none;
} */

#footerpowered {
    display: none;

}