.job-link-container a:active, h6 a:active, .job-link-container a:link, h6 a:link, .job-link-container a:visited, h6 a:visited {
    text-decoration: none;
    color: var(--global-colour-primary);
}

.title-section {
    display: flex;
    color: var(--global-colour-text-light);
    background-color: var(--global-background-colour);
    padding-top: 0px;
    height: auto;
    align-items: center;
}
@media (max-width: 1024px) {
    .title-section {
        height: 100vh;
    }
}

.title-subsection {
    display: flex;
    flex-direction: column;
    color: var(--global-colour-text-light);
    background-color: var(--global-background-colour);
    width: 100%;

    padding-left: 21.5%;
    padding-right: 21.5%;
    height: auto;
    align-items: center;
    text-align: center;
}
@media (max-width: 1024px) {
    .title-subsection {
        padding-left: 5%;
        padding-right: 5%;
    }
}

.title-subsection img {
    width: 90%;
    border-radius: 10px;
}

h1 {
    display: flex;
    font-size: 75px;
    line-height: 110%;
    padding-top: 11%;
    padding-bottom: 5%;
    font-weight: 500;
    letter-spacing: -1.5px;
    max-width: 650px;
}
@media (max-width: 1024px) {
    h1 {
        padding-top: 12%;
        padding-bottom: 3%;
        font-size: 68px;
    }
}
@media (max-width: 769px) {
    h1 {
        padding-top: 35%;
        font-size: 48px;
    }
}

.body-section {
    display: flex;
    color: var(--global-colour-text-light);
    background-color: var(--global-background-colour);
    padding-top: 80px;
    height: auto;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 1024px) {
    .body-section {
        padding-top: 5%;
    }
}
@media (max-width: 769px) {
    .body-section {
        padding-left: 2%;
        padding-top: 2%;
    }
}

.body-subsection {
    display: flex;
    flex-direction: column;
    color: var(--global-colour-text-light);
    background-color: var(--global-background-colour);
    width: 100%;
    height:100%;

    /*padding-left: 21.5%;*/
    height: auto;
    align-items: center;
}

.body-flex {
    display: flex; 
    flex-direction: row;   
    width: 90%;
    max-width: 1475px;
    padding-bottom: 2%;
}
@media (max-width: 1024px) {
    .body-flex {
        width: 95%;
        flex-direction: column;
    }
}
@media (max-width: 769px) {
    .body-flex {
        width: 90%;
    }
}

.body-flex-filter-link {
    border-style: solid;
    border-width: 1px;
    border-color: var(--global-section-colour-a);
    border-radius: 28px;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0.4) 0%, rgba(248, 248, 248, 0.2) 100%);

    color: var(--global-colour-primary-light);
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    line-height: 12px;
    padding: 5% 5% 5% 5%;
    height: 10px;
    /*width: 80px;*/

    display: none;
    flex-direction: row;
    cursor: pointer;
}

.job-flex {
    display: flex; 
    flex-direction: column;   
    width: 90%;
    max-width: 1475px;
    padding-bottom: 5%;
}
@media (max-width: 1024px) {
    .job-flex {
        width: 95%;
    }
}
@media (max-width: 769px) {
    .job-flex {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .body-flex-invert {
        flex-direction: column-reverse;
    }
}

@media (max-width: 1024px) {
    .body-flex-left {
        padding-right: 10%;
    }
}

@media (max-width: 1024px) {
    .body-flex-right {
        padding-left: 10%;
    }
}

.body-flex-image {
    width: 35%;
    overflow: auto;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    align-items: center;
}
@media (max-width: 1024px) {
    .body-flex-image {
        width: 90%;
    }
}

.body-flex-text {
    width: 27%;
    overflow: auto;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
@media (max-width: 1024px) {
    .body-flex-text {
        width: 95%;
    }
}

.body-flex img {
    width: 100%;
}

.body-flex h2 {
    color: var(--global-colour-text-light);
    font-size: 56px;
    font-weight: 500;
    line-height: 110%;
    margin-right: 22%;
}

.body-flex h3 {
    color: var(--global-section-colour-b);
    font-size: 36px;
    font-weight: 500;
    line-height: 105%;
    margin-left: 5%;
    margin-right: 5%;
}
@media (max-width: 1024px) {
    .body-flex h3 {
        font-size: 26px;
    }
}

.body-flex h4 {
    color: var(--global-colour-primary);
    font-family: Roboto, Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: 5%;
    margin-right: 5%;
}

.body-flex h5 {
    color: var(--global-colour-primary);
    font-size: 24px;
    font-weight: 500;
    line-height: 105%;
}

h6 {
    color: var(--global-colour-primary-light);
    font-size: 75px;
    font-weight: 600;
    text-align: center;
}
@media (max-width: 1024px) {
    h6 {
        font-size: 48px;
    }
}

.job-box {
    width: 100%;
    border-style: dashed;
    color: var(--global-colour-primary-light);
    border-color: var(--global-section-colour-a);
    border-radius: 1px;
    border-width: 1px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1%;
    border-top: solid 1px var(--global-colour-text-mild);;
}
@media (max-width: 769px) {
    .job-box {
        flex-direction: column;
        width: 90%;
        padding: 5% 5% 5% 0%;
        margin-bottom: 2%;
    }
}

.job-title {
    color: var(--global-colour-text-mild);
    display: flex;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

.job-department {
    color: var(--global-colour-text-mild);
    font-weight: 300;
}
@media (max-width: 769px) {
    .job-department {
        display: none;
    }
}

.job-role {
    font-size: 40px;
    font-weight: 500;
    line-height: 105%;
    color: var(--global-colour-primary-light);
    padding-top: 5%;
    padding-bottom: 5%;
}
@media (max-width: 1024px) {
    .job-role {
        font-size: 30px;
    }
}

.detail-box {
    align-content: center;
    display: flex;
    justify-content: start;
    flex-direction: column;
    padding: 1% 1% 1% 0%;
    width: 20%;
}
@media (max-width: 768px) {
    .detail-box {
        padding-bottom: 5%;
        width: 100%;
    }
}

.detail-box-center {
    align-content: left;
    width: 40%;
}
@media (max-width: 768px) {
    .detail-box-center {
        width: 92%;
    }
}

.job-link-container {
    align-content: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 2%;
    width: 8%;
}
@media (max-width: 1024px) {
    .job-link-container {
        width: 20%;
    }
}
@media (max-width: 768px) {
    .job-link-container {
        width: 100%;
    }
}

.job-link {
    border-style: none;
    border-width: 1px;
    border-color: var(--global-section-colour-a);
    border-radius: 28px;

    color: rgba(206, 255, 26, 1);    
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    line-height: 36px;
    padding: 5% 5% 5% 25%;

    display: flex;
    flex-direction: row;
    cursor: pointer;
}
@media (max-width: 768px) {
    .job-link {
        padding-left: 0%;
    }
}

.job-arrow {
    height: 21px;
    width: 21px;
}

.job-arrow i {
    display: inline-block;
    height: 21px;
    width: 21px;
}