/* General */
:root {
    --rootFontSize: 18px;
    --contentSidePadding: 0;
    --sectionLargeSpaceBottom: 30px;
}

* {
    background: none !important;
    page-break-inside: initial;
}

body, h1, a {
    color: var(--black) !important;
}

body, p {
    font-size: 0.85rem !important;
    line-height: 1.3rem !important;
    font-weight: 300;
}

h1, h1:first-child, h1:last-child {
    font-size: 1.5rem;
    line-height: 1.9rem;
}

h2, h2:first-child, h2:last-child {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 10px;
}

.listing ul li {
    margin-bottom: 0.65rem;
}

#wrapper {
    width: auto;
    margin: 0;
}

section {
    padding-top: 0 !important;
    padding-bottom: var(--sectionLargeSpaceBottom);
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#header {
    position: relative;
    display: block;
    width: auto;
    min-height: 130px;
    max-height: 130px;
    padding: 0;
    row-gap: 40px;
    column-gap: 20px;
}

#header #right {
    justify-content: flex-end;
}

/**
 * Logo.
 */
#logo svg {
    height: 100px;
    width: auto;
}

#logo svg path {
    fill: black;
}

/**
 * Title.
 */
.fixed #title,
#title {
    max-width: 100%;
    width: 100%;
}

.fixed #title {
    position: static;
    z-index: 1000;
    top: initial;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 1em;
    color: var(--companyPrimaryColor);
}

/**
 * Content.
 */
#content {
    overflow: initial;
}

#content .row.less {
    max-width: 100%;
}

#introduction {
    margin-top: var(--sectionLargeSpaceBottom);
}

#introduction p {
    margin: 20px 0 0 !important;
}

#tasks,
#skills {
    margin-top: 0;
    width: 50% !important;
    float: left !important;
}

.fixed #header,
.fixed #footer #bottom {
    position: static;
}

#header {
    justify-content: flex-end;
}

.fixed #header {
    height: 130px;
}

.fixed #logo {
    height: auto;
}

#place-of-work svg {
    display: none;
}

/**
 * Location.
 */
a.link.location {
    background: none;
    color: #000000 !important;
    margin: 0;
    padding: 0;
}

/**
 * Contact.
 */
#contact {
    padding-top: 0;
    padding-bottom: 0;
    background: var(--white);
}

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

.printable-only {
    display: block !important;
}

#onetrust-banner-sdk {
    display: none !important;
}