:root {
    --primaryColor: #03236C;
    --lighterBlue: #006fd5;
    --yellow: #ffe100;
    --lightYellow: #fdfae6;
    --largeVerticalSpacing: 40px;
}

@page {
    size: A4;
    margin: 50pt 40pt 60pt;
}

* {
    background: transparent !important;
    color: var(--primaryColor) !important;
}

html, body {
    width: 100vw;
    font-size: 0.875rem !important;
}

header {
    padding-top: 0;
    padding-bottom: 15px;
}

a {
   text-decoration: underline;
}

svg {
    transform: scale(0.75);
}

a::after {
    display: none;
}

p, a, a:visited {
    font-size: 0.875rem !important;
}

hr {
    border-top: 1px solid var(--primaryColor);
    margin: 18px 0;
}

h1 {
    font-size: 2.2rem;
}

h2 {
    font-size: 1.25rem;
}

h3, h4 {
    font-size: 1.125rem;
}

.contentContainer {
    padding-left: 0;
    padding-right: 0;
}

#titleAndMeta h1 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.jobMeta {
    padding: 0;
    column-gap: 58px;
}

.jobMetaItem {
    gap: 10px;
}

#taskAndProfile {
    margin-bottom: 60px;
}

.taskProfileTitle {
    gap: 12px;
}

.benefitContainer {
    max-width: 100%;
    align-items: flex-start;
}

.benefit-wrapper {
    gap: 40px;
    max-width: 100%;
    justify-content: flex-start;
}

.benefitTitle, .benefitText {
    padding: 0 0 20px;
}

.benefit {
    max-width: 200px;
}

.fullWidth4items .benefit {
    max-width: 20%;
}

.benefit.open, .benefit:hover {
    box-shadow: none;
}

.benefitText {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    font-size: 0.725rem;
}

.contactDetails {
    margin-top: 0;
}

.contactDetails h3 {
    margin-bottom: 20px;
}

/**
 * Print.
 */
.non-printable {
    display: none !important;
}
.printable-only {
    display: block !important;
}
