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

.v0001 .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;
}

.v0001 p {
    margin: 0;
}

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

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

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

.v0001 .jobButton,
.v0001 .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;
}

.v0001 .jobButtonMob_container{
	width:100%;
	display: flex;
    justify-content: flex-end;
	flex-grow: 1;
}

/* ==============================================================
   Icons
   ============================================================== */

.v0001 .iconWithText {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

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

.v0001 .infoIconLabel {
    font-weight: 600;
    font-size: 14px;
    width: 70%;
}

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

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

.v0001 .enrolmentStatus {
    font-weight: 500;
    color: var(--e-global-color-primary);
}

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

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

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

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

.v0001 .sendEmail {
    color: #fff;
}

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

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

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

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

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

.v0001 .typeFormCareerCol {
    width: 100%;
}

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

.v0001 .careerContactContentContainer {
    width: 1400px;
    display: flex;
    justify-content: space-between;
}
	
.v0001 .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) {
    .v0001 a.cardLink {
        width: 23%;
    }
}

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

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

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

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


    .v0001 .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) {
    .v0001 a.cardLink {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

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

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

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

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