/*=============================================================================
  CAREERS PAGE CSS

  * CSS has not been improved on this page - Awaiting work
=============================================================================*/

#career_opportunities .career_opportunities-heading {
    margin-bottom: var(--spacing-10);
}

#career_opportunities .career_opportunities-body>section:not(:last-child),
.career_opportunities-body>section>.standard-container {
    margin-bottom: var(--spacing-10);
}

#career_opportunities .career_opportunities-body .catheader {
    margin-bottom: var(--spacing-06);
}

#career_opportunities .career_opportunities-body>section:not(:last-child)>.text-container {
    margin-bottom: var(--spacing-06);
}

#career_opportunities .career_opportunities-body>section .btn-wrap {
    text-align: center;
}

#career_opportunities .career_opportunities-body>#locations-section>header {
    margin-bottom: var(--spacing-10);
}

#career_opportunities .catheader {
    position: relative;
}

#career_opportunities .catheader-imgwrap {
    min-height: 300px;
}

#career_opportunities .catheader-imgwrap img {
    width: 1200px;
}

#career_opportunities .catheader-imgwrap+h1 {
    font-size: var(--font-size-600);
    top: 50%;
    left: 50%;
    bottom: unset;
    transform: translate(-50%, -50%);
    width: 100%;
}

.location_card-wrapper>.location_card {
    flex: 1 1 100%;
}

.location_card-wrapper>.location_card:not(:last-child) {
    margin-bottom: var(--spacing-06);
}

.location_card-wrapper>.location_card>*:not(:last-child) {
    margin-bottom: var(--spacing-06);
}

.location_card-wrapper>.location_card>.company_img>img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-sm);
}

.location_card-wrapper>.location_card .title {
    margin-bottom: var(--spacing-04);
}

.location_card-wrapper>.location_card>.btn-wrap {
    text-align: left !important;
}

.location_card-wrapper>.location_card>.btn-wrap>.btn.btn-primary {
    width: 100%;
}

.howto:not(:last-child) {
    margin-bottom: 0;
}

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

    #career_opportunities .career_opportunities-body>section.container-fluid.restrict_width-container {
        padding: 0;
    }

    .location_card-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .location_card-wrapper>.location_card {
        padding: 0;
    }

    .location_card-wrapper>.location_card:not(:last-child) {
        margin: 0 72px 0 0;
    }

    .location_card-wrapper>.location_card>.btn-wrap>.btn.btn-primary {
        width: auto;
    }
}

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

    #career_opportunities .career_opportunities-heading {
        margin: 0 var(--spacing-06) var(--spacing-10);
    }
}

.howto {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    padding: 0 var(--spacing-09);
    justify-content: center;
}

.howto_cell {
    flex: 0 0 248px;
    max-width: 248px;
    padding: 1.5rem;
    text-align: center;
}

.howto_img {
    margin: 1.5rem auto 0;
    max-width: 145px;
}

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

.howto_cell h3 {
    margin: 1.5rem 0 0;
    line-height: var(--font-line-height-04);
}

.howto_cell p {
    margin: var(--spacing-04) auto 0;
    line-height: var(--font-line-height-05);
    font-size: var(--font-size-50);
    color: #757575;
}

.demo_faq {
    max-width: 748px;
    margin-top: 1.5rem;
}

.demo_faq .list-group-flush .btn {
    padding-right: var(--spacing-06);
}

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

    .howto_cell {
        flex: 0 0 288px;
        max-width: 288px;
        padding: 1.5rem;
    }

    .howto_img {
        max-width: 169px;
    }
}

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

    .howto {
        padding: 0;
        justify-content: space-between;
    }

    .howto_cell {
        flex: 0 0 258px;
        max-width: 258px;
    }

    .howto_img {
        max-width: 145px;
    }
}

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

    .howto {
        max-width: 600px;
    }

    .howto_cell {
        flex: 0 0 288px;
        max-width: 288px;
    }

    .howto_img {
        max-width: 169px;
    }
}

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

    .howto {
        max-width: 100%;
        justify-content: center;
    }

    .howto_cell {
        flex: 0 0 233px;
        max-width: 233px;
    }

    .howto_img {
        max-width: 145px;
    }
}

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

    .howto {
        justify-content: space-around;
    }

    .howto_cell {
        flex: 0 0 248px;
        max-width: 248px;
    }
}
