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

.v0001 .careerCard {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 32px;
    row-gap: 20px;
	color: var(--e-global-color-text);
	width: 100%;
	background: #E6F3FA;
}

.v0001 p {
    margin: 0;
}

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

    width: 33%;

}

.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: 28px;
    font-weight: 600;
    color: var(--e-global-color-text);
}

.v0001 .enrolmentStatus {
	 font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-primary);
}

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

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

.v0001 .contactTitle {
    font-size: 32px !important;
    font-weight: 600;
    line-height: 41px;
	color: #000;
}

.v0001 .contactSubText {
    font-size: 24px;
    font-weight: 600;
    color: #000;
line-height: 28px;
}

.v0001 .sendEmail {
    color: #000
}

.v0001 h2.hiringTitle {
    color: var(--Primary, #0085CA);
/* H2 */
font-family: "Encode Sans Semi Expanded";
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 120%; /* 43.2px */
	margin:0px;
}

.v0001 p.hiringSubtitle {
color: var(--Text, #0D0D0D);
/* H5 */
font-family: "Encode Sans Semi Expanded";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 20.8px */
}

.v0001 p.hiringSubtitle2 {
color: var(--Text, #0D0D0D);
/* Button-Text */
font-family: "Encode Sans Semi Expanded";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 20.8px */
}
/* ==============================================================
   Layout
   ============================================================== */

.v0001.row.hiringTitleRow {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
}
.titleRowLeft {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.v0001.otherJobContactRow {
    padding: 50px;
    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;
}

.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: 33%;
    }
}

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

	.v0001.row.hiringTitleRow {
	width:100%;
}

    .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;
    }
}
@media only screen and (max-width: 1024px) {
.v0001.row.hiringTitleRow {

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

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

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