/* ==============================================================
   General Styles
   ============================================================== */
.v0003{
    font-family: "Cal Sans";
}
.v0003 .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);
    width: 100%;
    background-color: var(--e-global-color-accent, #F7F7F7);
}

.v0003 p, .v0003 h2 {
    margin: 0;
}

.v0003 a.cardLink {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

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

.v0003 .content{
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

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

.v0003 .jobButton,
.v0003 .jobButtonMob {
    display: flex;
    text-decoration: none;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.v0003 .jobButtonMob_container{
    width: min-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 8px;
    white-space: nowrap;
    flex-grow: 1;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--e-global-color-primary);
}

.v0003 .jobButtonText{
    display: flex;
    align-items: center;
    color: #FFF;
}
.v0003 .jobButtonMob_container svg path{
    stroke: var(--e-global-color-primar, #FFF);
}
/* ==============================================================
   Icons
   ============================================================== */

.v0003 .iconWithText {
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: flex-start;
}

.v0003 .iconWithText svg{
    padding: 4px;
    background: var(--Colour-Secondary, #013821);
    border-radius: 999px;
}
.v0003 .iconWithText svg path{
    fill: #FFF;
}

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

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

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

.v0003 .jobTitle {
    color: var(--Colour-Secondary, #013821);

    font-family: "DM Sans";
    font-size: var(--Text-H3, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 35.2px */
}

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

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

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

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

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

.v0003 .sendEmail {
    color: #fff;
}

.v0003.hiringTitle h2 {
    color: #013821;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 109%; /* 65.4px */
}

.v0003.hiringTitle p {
    font-family: "DM Sans";
    color: #013821;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
    letter-spacing: -0.2px;
}

.v0003 .jobExcerpt {
    color: var(--Colour-Text-Body, #0D0D0D);

    font-family: "DM Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}

/* ==============================================================
   Layout
   ============================================================== */
.v0003.hiringTitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
}

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

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

.v0003 .typeFormCareerCol {
    width: 100%;
}

.v0003 .careerCardsContentContainer {
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    gap: 20px;
	width: 100%;
    align-self: center;
}

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

}

/* Small Screens: 768px - 1023px */
@media only screen and (max-width: 1023px) and (min-width: 768px) {
    .v0003 .otherJobCopyCol {
        width: 85%;
        text-align: center;
        padding-left: 0;
    }

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

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


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

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

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

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

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