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

   .v0001 .careerCard {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 24px;
    gap: 16px;
    color: var(--e-global-color-text);
    width: 100%;
    background: #1A1C38;
}

.v0001 p {
    margin: 0;
}

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

.v0001.careerCards{
	display: flex;
	flex-direction: column;
	
}

/* ==============================================================
   Buttons
   ============================================================== */
.v0001 .jobButton, .v0001 .jobButtonMob {
    display: flex
;
    width: 10px;
    height: 100%;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    align-content: flex-start;
}
    
.v0001 .jobButton, .v0001 .jobButtonMob svg {
rotate: -45deg;
}

.v0001 .jobButtonMob_container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    gap: 8px;
	align-items: center;
}

.jobButtonMob_container p {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
}

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

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

.v0001 .iconBackground {
    display: flex;
    background-color: #E1001B;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
}

.v0001 .iconBackground path {
fill: #fff;	
}

.v0001 .infoIconLabel {
    font-weight: 600;
    font-size: 16px;
    width: 70%;
    text-transform: uppercase;
    font-family: Montserrat;
}

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

.v0001 .jobTitle, .no-vacancies-title {
    color: #fff;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}

.jobExcerpt p, p.no-vacancies-text  {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.14px;
}

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

.v0001 .careerExcerpt {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
}

.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 {
    font-family: Montserrat;
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.92px;
    text-transform: uppercase;
    color: #fff;
	margin: 0 0 16px 0;
}

.v0001.row.hiringTitleRow strong {
    color: var(--Colour-Text, #FFF);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

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

.v0001.row.hiringTitleRow {
    display: flex;
    flex-direction: column;
   align-items: flex-start;
    padding-bottom: 30px;
}

.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: grid;
    grid-template-columns: repeat(3, minmax(350px, 1fr));
    justify-content: flex-start;
    gap: 20px;
    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;
    }
}
