/* ==============================================================
   General Styles
   ============================================================== */

.v0002 .careerCard {
    display: flex;
    flex-direction: column;
    border: 2px solid var(--e-global-color-accen, #F7F7F7);
	box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 32px;
    row-gap: 20px;
	color: var(--e-global-color-text);
	max-width: 350px;
    background-color: var(--e-global-color-primar, #F7F7F7);
}

.v0002 p {
    margin: 0;
}

.v0002 a.cardLink {
    display: flex;
    flex-direction: row;
}

.v0002.careerCards{
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

/* ==============================================================
   Buttons
   ============================================================== */

.v0002 .jobButton,
.v0002 .jobButtonMob {
    display: flex;
    text-decoration: none;
    /* background-color: var(--e-global-color-primary); */
    /* padding: 18px; */
    border-radius: 50px;
    /* width: 40px; */
    /* height: 40px; */
    justify-content: center;
    align-items: center;
    /* align-self: flex-end;*/
}

.v0002 .jobButtonMob_container{
	width:100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    column-gap: 8px;
	flex-grow: 1;
}

.v0002 .jobButtonText{
    display: flex;
    align-items: center;
}
.v0002 .jobButtonMob_container svg path{
    stroke: var(--e-global-color-primary);
}
/* ==============================================================
   Icons
   ============================================================== */

.v0002 .iconWithText {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    flex-direction: column;
}

.v0002 .iconBackground {
    display: flex;
    background-color: var(--e-global-color-accen, #F7F7F7);
    border-radius: 100%;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.v0002 .infoIconLabel {
    font-weight: 600;
    font-size: 14px;
    width: 70%;
    color: var(--e-global-color-primary);
}

/* ==============================================================
   Typography
   ============================================================== */

.v0002 .jobTitle {
    font-size: 24px;
    font-weight: 600;
    color: var(--e-global-color-text);
}

.v0002 .enrolmentStatus {
    font-weight: 500;
    color: var(--e-global-color-primary);
    background-color: white;
    padding: 8px 16px;
    border-radius: 40px;
    width: fit-content;
}

.v0002 .careerExcerpt {
    font-size: 14px;
}

.v0002 .contactQuestioMark {
    color: var(--e-global-color-secondary);
}

.v0002 .contactTitle {
    font-size: 32px !important;
    font-weight: 600;
    line-height: 41px;
	color: var(--e-global-color-secondar, #FFFFFF)!important;
}

.v0002 .contactSubText {
    font-size: 24px;
    font-weight: 600;
    color: var(--e-global-color-secondar, #FFFFFF);
}

.v0002 .sendEmail {
    color: #fff;
}

.v0002 h2.hiringTitle {
    color: var(--text, #1E1E1E);
    font-size: 32px;
    text-align: center;
    font-weight: 600;
}

/* ==============================================================
   Layout
   ============================================================== */

.v0002.row.hiringTitleRow {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
}

.v0002.otherJobContactRow {
    padding: 50px;
    background-color: #141415;
    display: flex;
    justify-content: center;
}

.v0002 .otherJobCopyCol {
    width: 75%;
    padding-top: 20px;
    row-gap: 20px;
    display: flex;
    flex-direction: column;
}

.v0002 .typeFormCareerCol {
    width: 100%;
}

.v0002 .careerCardsContentContainer {
	width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
	width: 1400px;
    align-self: center;
}

.v0002 .careerContactContentContainer {
    width: 1400px;
    display: flex;
    justify-content: space-between;
}
	
.v0002 .iconWithText_container{
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}
/* ==============================================================
   Media Queries
   ============================================================== */

/* Medium Screens: 1024px - 1366px */
@media only screen and (max-width: 1366px) and (min-width: 1024px) {
    .v0002 a.cardLink {
        width: 23%;
    }
}

/* Small Screens: 768px - 1023px */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .v0002 a.cardLink {
        width: 48%;
    }

    .v0002 .otherJobCopyCol {
        width: 85%;
        text-align: center;
        padding-left: 0;
    }

    .v0002.otherJobContactRow {
        display: flex;
        padding: 40px;
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }

    .v0002 .careerContactContentContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }


    .v0002 .careerCardsContentContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

/* Extra Small Screens: Max-width 767px */
@media only screen and (max-width: 767px) {
    .v0002 a.cardLink {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .v0002 .otherJobCopyCol {
        padding-left: 0;
        width: 100%;
    }

    .v0002.otherJobContactRow {
        padding: 0;
        display: flex;
        flex-direction: column;
        row-gap: 50px;
    }

    .v0002 .careerContactContentContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .v0002 .careerCardsContentContainer {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 20px;
    }
}
