body {
    margin: 0 auto;
    background-color: #f5f5f5;
}

main {
    margin: 0 auto;
    width: 100%;
    max-width: 1024px;

    display: -ms-flexbox;
    display: flex;

    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

main > section {
    margin: .75em 0;
}

main > section:first-child {
    margin-top: 1.25em;
}

main > section:last-child {
    margin-bottom: 2.375em;
}

main > .section-container [data-role] {
    margin-top: .75em;
    margin-bottom: 1em;
}

main > .section-container [data-role=action] {
    margin-top: 2em;
    margin-bottom: 0;
}

[data-editable] p:last-child {
    margin-bottom: 0;
}

[data-role=introduction] {
    text-align: center;
    line-height: 1.5;
}

[data-editable=logo] {
    max-width: 80%;
    max-height: 96px;
}

.title-section {
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
}

[data-role=title] .svg-icon {
    margin-right: .25em;
}

[data-role=title] h1:last-child,
[data-role=title] h2:last-child,
[data-role=title] h3:last-child {
    margin-bottom: 0;
}

.subtitle {
    text-align: center;
}

[data-editable=location],
[data-editable=workload] {
    margin-right: .75em;
}

.application-section {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 2em;
}

.contact-name {
    font-weight: 700;
}

.contact-position {
    margin-bottom: .5em;
}

address {
    margin-bottom: 0;
    font-style: normal;
    line-height: inherit;
    text-align: center;
}

address .line {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: center;
    justify-content: center;

    -ms-flex-align: center;
    align-items: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a[data-role=action] {
    display: block;
    margin: 2em 0;
    padding: 1em 1.5em;
    border-radius: 0.188em;
    text-align: center;
    white-space: nowrap;
    word-break: keep-all;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.5;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

[data-role=company] {
    padding: 1.5em 0;
}

@media (min-width: 0) and (max-width: 480px) {

    main > section:first-child {
        margin-top: 1.875em;
    }

    main > section:last-child {
        margin-bottom: 2.375em;
    }

    [data-role=company] {
        font-size: .75em;
    }
}

@media (min-width: 768px) {

    main > section:first-child {
        margin-top: 1.875em;
    }

    main > section:last-child {
        margin-bottom: 2.125em;
    }

    [data-editable=logo] {
        max-width: 80%;
        max-height: 140px;
    }

    [data-role=introduction] {
    }
}

@media (min-width: 1024px) {

    main > section:first-child {
        margin-top: 2.3529411765em;
    }

    main > section:last-child {
        margin-bottom: 4em;
    }

    [data-editable=logo] {
        max-width: 80%;
        max-height: 140px;
    }

    [data-role=introduction] {

    }
}

@media (min-width: 1025px) {
    body {
        margin: 2em auto;
    }
}

[data-logo-position=left] {
    margin-left: 0;
    margin-right: auto;
}

[data-logo-position=center] {
    margin: 0 auto;
}

[data-logo-position=right] {
    margin-left: auto;
    margin-right: 0;
}

.row-label, .row-value {
    white-space: nowrap;
    word-break: keep-all;
}

.inline-icon {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;

    -ms-flex-align: center !important;
    align-items: center !important;
}

.inline-icon .svg-icon {
    height: 1em;
    width: 1em;
    min-width: 1em;
    min-height: 1em;
    fill: currentColor;
    stroke: currentColor;
    margin-right: .5rem;
}

.icon-text {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: start;
    justify-content: flex-start;
}

.svg-icon-container {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-align: center;
    align-items: center;

    height: 1.125em;
}

img {
    display: block;
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.hyphenize {
    /* text hyphenation for titles */
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.no-margin {
    margin: 0;
}


.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.share-bar {
    text-align: center;
    margin: .5em;
}

.share-bar .svg-icon {
    width: 32px;
    height: 32px;
    margin: 0 .625em;
}

@media (min-width: 0) and (max-width: 480px) {

    .share-bar .svg-icon {
        width: 24px;
        height: 24px;
        margin: 0 .375em;
    }

}
