h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


/* --------------------
    Header
----------------------*/

.main-header {
    background-color: #001511;
    background-image: url("img/pattern_swirl--green.svg");
    background-position: left -640px top -600px;
    background-repeat: no-repeat;
    padding: 3rem 3rem 0 3rem;
}

@media (max-width: 1440px) {
    .main-header {
        padding: 1.5rem;
        padding-bottom: 0
    }
}

@media (max-width: 1199.98px) {
    .main-header {
        padding: 0
    }
}


.main-header .career-wrapper {
    background-color: #e3e8ec;
    position: relative !important;
    z-index: 3 !important
}

.main-header .career-wrapper {
    background-image: url("img/billboard_img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative !important
}
    .main-header .career-wrapper::before {
        content: "";
        background: linear-gradient(0deg,rgba(227,232,236,.72) 0,rgba(227,232,236,.96) 100%);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: background .25s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .main-header .career-wrapper::before {
        transition: none
    }
}

/*--career header---*/

.career-header {
    background-color: transparent;
    padding: 1.5rem;
    position: relative;
    width: 100%;
    z-index: 1030
}

@media (max-width: 991.98px) {
    .career-header {
        padding: 1.5rem 0
    }
}

@media (max-width: 767.98px) {
    .career-header {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
}

@media (min-width: 992px) {
    .career-header .container {
        padding: 0;
        max-width: none
    }
}

.career-header .career-header-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.career-header .career-brand {
    flex-grow: 0;
    margin: 0;
    margin-right: 1rem;
    padding: 0;
    position: relative !important;
    height: 100%
}

@media (max-width: 991.98px) {
    .career-header .career-brand {
        margin-right: .75rem
    }
}

.career-header .career-brand img {
    max-width: 100%;
    height: auto;
    width: 176px
}

@media (max-width: 991.98px) {
    .career-header .career-brand img {
        width: 144px
    }
}

.career-header .career-brand .brand-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%
}

.career-header .career-tray {
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

    .career-header .career-tray .tray-wrapper {
        width: 100%
    }

    .career-header .career-tray .tray-utilities .utilities-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        margin-left: -.5rem;
        margin-right: -.5rem
    }

@media (max-width: 575.98px) {
    .career-header .career-tray .tray-utilities .utilities-wrapper {
        margin-left: -.35rem;
        margin-right: -.35rem
    }
}

.career-header .career-tray .tray-utilities .utilities-item {
    padding-left: .5rem;
    padding-right: .5rem
}

@media (max-width: 575.98px) {
    .career-header .career-tray .tray-utilities .utilities-item {
        padding-left: .35rem;
        padding-right: .35rem
    }
}

.career-header .career-tray .tray-utilities .utilities-item .item-link {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #171c20;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative !important;
    text-decoration: none
}

.career-header .career-tray .tray-utilities .utilities-item .item-link:hover {
    color: #00aa4f
}

        .career-header .career-tray .tray-utilities .utilities-item .item-link:hover .item-icon {
            color: #00aa4f
        }

            .career-header .career-tray .tray-utilities .utilities-item .item-link:hover .item-icon svg {
                fill: rgb(0,170,79)
            }

.career-header .career-tray .tray-utilities .utilities-item .item-link:hover .item-label {
    color: #00aa4f;
    text-decoration: underline
}

.career-header .career-tray .tray-utilities .utilities-item .item-icon {
    color: #00aa4f;
    display: inline-block
}

.career-header .career-tray .tray-utilities .utilities-item .item-icon svg {
    fill: rgb(0,170,79)
}

.career-header .career-tray .tray-utilities .utilities-item .item-label {
    color: #171c20;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-left: .25rem;
    text-decoration: none
}

@media (max-width: 767.98px) {
    .career-header .career-tray .tray-utilities .utilities-item .item-label {
        display: none
    }
}

.career-header .career-tray .tray-utilities .utilities-item.item-phone .item-label {
    font-size: 1.375rem
}

/*--career heading title---*/

.main-header .billboard-hero {
    padding-top: 4rem;
    overflow: hidden
}

@media (max-width: 1199.98px) {
    .main-header .billboard-hero {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}


@media (max-width: 767.98px) {
    .main-header .billboard-hero {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}


.main-header .career-wrapper .billboard-hero {
    position: relative !important
}

/*.main-header .billboard-hero .hero-backto {
    margin-bottom: .5rem
}

 .main-header .billboard-hero .hero-backto .back-to__link {
    color: #e3e8ec;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.125;
    padding: .25rem 0 .25rem 2rem;
    position: relative
}

.main-header .billboard-hero .hero__back-to .back-to__link::before {
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'%3e%3cpolygon points='14 26 15.41 24.59 7.83 17 28 17 28 15 7.83 15 15.41 7.41 14 6 4 16 14 26' fill='%23acbbc5'/%3e%3c/svg%3e");
    position: absolute;
    top: 3px;
    right: auto;
    bottom: auto;
    left: 0;
    width: 24px;
    height: 24px
}

.main-header .billboard-hero .hero__back-to .back-to__link:hover {
    color: #fff;
    text-decoration: underline
}

    .main-header .billboard-hero .hero__back-to .back-to__link:hover::before {
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='24' height='24'%3e%3cpolygon points='14 26 15.41 24.59 7.83 17 28 17 28 15 7.83 15 15.41 7.41 14 6 4 16 14 26' fill='rgb%28247, 201, 66%29'/%3e%3c/svg%3e")
    }*/

.main-header .billboard-hero .hero-heading {
    animation: fadeInUp;
    animation-duration: 1s;
    position: relative !important
}

    .main-header .billboard-hero .hero-heading .heading-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .main-header .billboard-hero .hero-heading .heading-title {
        flex-grow: 0;
        padding-bottom: 3rem;
        max-width: 500px
    }

@media (max-width: 1199.98px) {
    .main-header .billboard-hero .hero-heading .heading-title {
        flex: 0 0 100%;
        width: 100%;
        padding: 0;
        max-width: 100%
    }
}

.main-header .billboard-hero .hero-heading .heading-title .title-text {
    color: #00aa4f;
    font-family: Poppins,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
    text-decoration: none;
    text-transform: none
}

@media (max-width: 1199.98px) {
    .main-header .billboard-hero .hero-heading .heading-title .title-text {
        font-size: 3rem
    }
}

@media (max-width: 991.98px) {
    .main-header .billboard-hero .hero-heading .heading-title .title-text {
        font-size: 2.5rem
    }
}

@media (max-width: 575.98px) {
    .main-header .billboard-hero .hero-heading .heading-title .title-text {
        font-size: 2rem
    }
}

.main-header .billboard-hero .hero-heading .heading-copy {
    flex: 1;
    border-left: 1px solid #c8d2d9;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 3rem;
    color: #2f3940;
}

@media (max-width: 1199.98px) {
    .main-header .billboard-hero .hero-heading .heading-copy {
        flex: 0 0 100%;
        border: 0;
        margin: 0;
        margin-top: .5rem;
        padding: 0;
        width: 100%;
        max-width: 100%
    }
}

.main-header .billboard-hero .hero-heading .heading-copy p:last-of-type {
    margin: 0
}

/* --------------------
    About - Page Base Info
----------------------*/


.about-base {
    background-color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: -6rem;
    padding-top: 9rem;
    position: relative !important;
    z-index: auto !important
}

@media (max-width: 767.98px) {
    .about-base {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media (max-width: 767.98px) {
     .about-base {
        margin: 0;
        padding-top: 1.5rem
    }
}

.about-base h2, .about-base h3, .about-base h4, .about-base h5, .about-base h6 {
    color: #002e27;
    font-family: var(--tk-font-sans-serif);
    font-weight: 800;
    margin: 0 0 .5rem
}

.about-base p {
    font-size: .938rem;
    line-height: 1.8
}

    .about-base p b, .about-base p strong {
        color: #171c20;
        font-weight: 700
    }


/* --------------------
    About - Page Info
----------------------*/

.hiring-info {
    background-color: #fff;
    color: #2f3940;
    margin-top: -6rem;
    padding-top: 9rem;
    position: relative !important;
    z-index: auto !important
}

@media (max-width: 767.98px) {
    .hiring-info {
        margin: 0;
        padding-top: 1.5rem
    }
}

.hiring-info .hiring-content .hiring-parent {
    padding-top: 3rem;
    padding-bottom: 3rem
}


@media (max-width: 767.98px) {
    .hiring-info .hiring-content .hiring-parent {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}


.hiring-info .hiring-content .hiring-parent .hiring-wrapper {
    /*display: flex;
    flex-wrap: wrap;*/
    margin-left: -.75rem;
    margin-right: -.75rem
}

.hiring-info .hiring-content .hiring-parent .hiring-summary {
    padding-left: .75rem;
    padding-right: .75rem;
}


@media (max-width: 767.98px) {
    .hiring-info .hiring-content .hiring-parent .hiring-summary {
        margin-top: 1.5rem;
        width: 100%;
        max-width: 100%
    }
}


.hiring-info .hiring-content .hiring-parent .hiring-summary .summary-heading .heading-title {
    color: #00aa4f;
    font-family: Poppins,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.125;
    margin: 0
}

@media (max-width: 575.98px) {
    .hiring-info .hiring-content .hiring-parent .hiring-summary .summary-heading .heading-title {
        font-size: 2rem;
        line-height: 1.25
    }
}

.hiring-info .hiring-content .hiring-parent .hiring-summary .summary-description {
    font-size: .9375rem;
    margin-top: .5rem;
}


    .hiring-info .hiring-content .hiring-parent .hiring-summary .summary-description a {
        color: #00aa4f;
        font-weight: 700;
        text-decoration: none
    }

    .hiring-info .hiring-content .hiring-parent .hiring-summary .summary-description .summary-apply-title {
        color: #00aa4f;
        font-family: Poppins,"Helvetica Neue",Helvetica,sans-serif;
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.125;
        margin: 0
    }


/* --------------------
    About - Application Info
----------------------*/


 .about-contact {
    background-color: #f1f4f5;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (max-width: 767.98px) {
     .about-contact {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

 .about-contact .contact-wrapper {
/*    display: flex;
    flex-wrap: wrap;*/
    margin-left: -.75rem;
    margin-right: -.75rem
}

 .about-contact .contact-base {
/*    flex: 0 0 41.66666667%;*/
    padding-left: .75rem;
    padding-right: .75rem;
    width: 41.66666667%;
    max-width: 41.66666667%
}

@media (max-width: 1199.98px) {
     .about-contact .contact-base {
/*        flex: 0 0 100%;*/
        width: 100%;
        max-width: 100%
    }
}

 .about-contact .contact-base a {
    color: #00aa4f;
    font-weight: 700;
    text-decoration: none
}

     .about-contact .contact-base a:hover {
        text-decoration: underline
    }

.about-contact .contact-base p {
    font-size: 1rem;
    line-height: 1.8;
    text-align: justify;
}

@media (max-width: 575.98px) {
    .about-contact .contact-base p {
        font-size: .9375rem;
        text-align: justify;
    }
}

 .about-contact .contact-base .base-heading {
    margin-bottom: 1rem
}

.about-contact .contact-base .base-heading .heading-title {
    color: #00aa4f;
    font-family: Poppins,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.125;
    margin: 0
}

@media (max-width: 575.98px) {
    .about-contact .contact-base .base-heading .heading-title {
        font-size: 2rem;
        line-height: 1.25
    }
}

.about-contact .contact-base .indent-p {
    text-indent: 2em;
    
}

/* --------------------
    Footer
----------------------*/


.career-footer {
    background-color: #e3e8ec;
    color: #46555f;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (max-width: 767.98px) {
    .career-footer {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.career-footer .careerfooter-deck .deck-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -1.125rem;
    margin-right: -1.125rem
}

@media (max-width: 1199.98px) {
    .career-footer .careerfooter-deck .deck-wrapper {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

.career-footer .careerfooter-deck .deck-brand {
    flex: 0 0 228px;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    width: 228px;
    max-width: 228px
}

@media (max-width: 1199.98px) {
    .career-footer .careerfooter-deck .deck-brand {
        display: flex;
        justify-content: center;
        flex: 0 0 100%;
        margin-left: -.75rem;
        margin-right: -.75rem;
        width: 100%;
        max-width: 100%
    }
}

.career-footer .careerfooter-deck .deck-brand img {
    max-width: 100%;
    height: auto;
    max-width: 164px
}

.career-footer .careerfooter-deck .deck-brand .brand-link {
    cursor: pointer;
    display: block;
    max-width: 164px
}

.career-footer .careerfooter-deck .deck-tray {
    flex: 1;
    padding-left: 1.125rem;
    padding-right: 1.125rem
}

@media (max-width: 1199.98px) {
    .career-footer .careerfooter-deck .deck-tray {
        display: flex;
        justify-content: center;
        flex: 0 0 100%;
        margin-top: 2rem;
        margin-left: -.75rem;
        margin-right: -.75rem;
        width: 100%;
        max-width: 100%
    }
}

.career-footer .careerfooter-deck .deck-tray .tray-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: -1.125rem;
    margin-right: -1.125rem
}

@media (max-width: 1199.98px) {
    .career-footer .careerfooter-deck .deck-tray .tray-wrapper {
        margin-left: -.75rem;
        margin-right: -.75rem
    }
}

@media (max-width: 991.98px) {
    .career-footer .careerfooter-deck .deck-tray .tray-wrapper {
        justify-content: center
    }
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities {
    padding-left: 1.125rem;
    padding-right: 1.125rem
}

@media (max-width: 1199.98px) {
    .career-footer .careerfooter-deck .deck-tray .tray-utilities {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (max-width: 991.98px) {
    .career-footer .careerfooter-deck .deck-tray .tray-utilities {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%
    }
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-left: -.375rem;
    margin-right: -.375rem
}

@media (max-width: 991.98px) {
    .career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-wrapper {
        justify-content: center
    }
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item {
    padding-left: .375rem;
    padding-right: .375rem
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item .item-link {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    color: #171c20;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: relative !important;
    text-decoration: none;
    text-transform: uppercase
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item .item-link:hover {
    color: #00aa4f
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item .item-link:hover .item-icon {
    color: #00aa4f
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item .item-link:hover .item-icon svg {
    fill: rgb(0,170,79)
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item .item-link:hover .item-label {
    color: #00aa4f;
    text-decoration: underline
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item .item-icon {
    color: #758e9f;
    display: inline-block
}

.career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item .item-icon svg {
    fill: #758e9f
}

    .career-footer .careerfooter-deck .deck-tray .tray-utilities .utilities-item .item-label {
        color: #171c20;
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.4;
        margin-left: .25rem;
        text-decoration: none;
        text-transform: uppercase
    }



.career-footer .careerfooter-trunk {
    border-top: 1px solid #acbbc5;
    margin-top: 2rem;
    padding-top: 2rem
}

    .career-footer .careerfooter-trunk .trunk-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .career-footer .careerfooter-trunk .trunk-social {
        flex: 1;
        padding-left: .75rem;
        padding-right: .75rem
    }

        .career-footer .careerfooter-trunk .trunk-social .social-wrapper {
            display: flex;
            flex-wrap: wrap;
            margin-left: -.75rem;
            margin-right: -.75rem
        }

@media (max-width: 1399.98px) {
    .career-footer .careerfooter-trunk .trunk-social .social-wrapper {
        justify-content: center
    }
}

.career-footer .careerfooter-trunk .trunk-social .social-item {
    display: flex;
    padding-left: .75rem;
    padding-right: .75rem;
    color: #5e727f;
    text-align: center
}

@media (max-width: 575.98px) {
    .career-footer .careerfooter-trunk .trunk-social .social-item {
        flex: 0 0 25%;
        height: 56px;
        width: 25%;
        max-width: 25%
    }
}

.career-footer .careerfooter-trunk .trunk-social .social-item svg {
    fill: #5e727f
}

.career-footer .careerfooter-trunk .trunk-social .social-link {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5e727f;
    width: 100%;
    height: 100%
}

    .career-footer .careerfooter-trunk .trunk-social .social-link:hover svg {
        fill: rgb(0,170,79)
    }

.career-footer .careerfooter-trunk .trunk-copyright {
    flex: 1;
    color: #5e727f;
    font-size: .875rem;
    line-height: 1.8;
    padding-left: .75rem;
    padding-right: .75rem;
    text-align: right
}

@media (max-width: 1399.98px) {
    .career-footer .careerfooter-trunk .trunk-copyright {
        flex: 0 0 100%;
        margin-top: 1.5rem;
        text-align: center;
        width: 100%;
        max-width: 100%
    }
}

.career-footer .careerfooter-trunk .trunk-copyright a {
    color: #46555f;
    font-weight: 600;
    text-decoration: none
}

    .career-footer .careerfooter-trunk .trunk-copyright a:hover {
        color: #f7c942;
        text-decoration: underline
    }

.career-footer .careerfooter-trunk .trunk-copyright p {
    color: #5e727f;
    font-size: .875rem;
    line-height: 1.8;
    margin: 0
}


/* --------------------
    Career Form
----------------------*/

.careerform-base {
    background-color: #f1f4f5;
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media (max-width: 767.98px) {
    .careerform-base {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

@media (max-width: 767.98px) {
    .careerform-base {
        margin: 0;
        padding-top: 1.5rem
    }
}

.k-stepper > .k-progressbar {
    height: 4px;
    top: 18px;
}

    .k-stepper > .k-progressbar .k-selected {
        background: linear-gradient(to right, #d8e2ef, #8f9cac);
    }

.custom-step {
    width: 50px;
    height: 50px;
    border: 2px solid #bdc5d0;
    border-radius: 10px;
    background-clip: padding-box;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.k-step-done .custom-step {
    background-image: radial-gradient( circle at center, #d8e2ef 10px, #8f9cac);
}

.k-step:not(.k-step-done):not(.k-step-current) .custom-step {
    border: 2px solid #ccc;
}

.k-step-link .k-icon {
    width: 24px;
    color: #4d5969;
}

.k-step-link .step-label {
    color: #4d5969;
    font-weight: bold;
}

label.required:after {
    color: rgb(230,55,87);
    font-weight: 900;
    font-size: .5em;
    line-height: .1em;
    vertical-align: 0.225em;
    font-family: "Font Awesome 6 Pro";
    content: "\f111";
    box-sizing: border-box;
    margin-left: 0.25rem;
}