body {
    margin: 0 auto;
}

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;

    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.2);

    /*border: 12px solid;
    border-right-width: 0;
    border-left-width: 0;*/
}

main > section {
    margin: .75em 0;
    max-width: 100%;
    height: 100%;
}

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

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

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

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

[data-role=image] {
    margin: 0;
}

[data-editable=image] {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.title-section {
    padding-top: 2em;
    padding-bottom: 1.5em;
}

[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;
}

[data-role=introduction] p {
    line-height: 1.5;
}

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

main > .section-container [data-role=application] {
    padding-top: 1em;
    margin-bottom: .25em;
}

main > .section-container [data-role=contact] {
    margin-top: .25em;
    padding-bottom: 1em;
}

main > .section-container [data-role=company] {
    margin-top: .25em;
    padding-bottom: 1em;
}

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

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

.contact-image {
    padding: 0 10px;
}

.contact-image img {
    /*width: 7.5em;*/
    width: 100%;
    min-width: 96px;
    min-height: 96px;

    height: auto;
    max-width: 128px;
    max-height: 128px;
    margin: .5em auto;
    border-radius: 50%;
}

.contact-image img[src=""] {
    width: 112px;
    height: 112px;
    padding: 8px;
    margin: 8px auto;
    color: rgba(0, 0, 0, 0);
}

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-editable=action] {
    display: block;
    margin: 1em 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;
    font-size: 1rem;
    color:#333333;
    text-transform: uppercase;
    min-width: 200px;
    min-width: fit-content;
    max-width: 320px;
}

a:hover {
    color:#039BE5;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.viewport {
    width: 100%;
    margin: 0 auto;
}

.responsive {
    background-position: center;
}

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

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

    .contact-image img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {

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

@media (min-width: 1024px) {

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

    .flex-column {
    //flex: 1;
    }
}

@media (min-width: 1025px) {

    body {
        margin: 2em auto;
    }
}

/*@media (min-width: 768px) {
    .section-column {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 50%;
    }
}

.section-column {
    min-width: 50%;
}

.section-column:first-child {
    padding-left: 0;
}

.section-column:last-child {
    padding-right: 0;
}

.section-column-layout {
    display: -ms-flexbox;
    display: flex;
}*/

[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;
}

.inline-icon, .row-icon {
    -ms-flex-align: center !important;
    align-items: center !important;
}

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

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


.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;
}

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

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;
    position:relative;
}

.share-bar a {
    color:#333;
    font-weight: bold;
    padding: 1em;
}

.share-bar a:hover {
    color:#777;
}

.share-bar .svg-icon {
    width: 20px;
    height: 20px;
    top:10px;
    right:5px;
    fill:#333;
}

.share-bar a:hover .svg-icon {
    fill:#777;
}

.share-bar a span {
    position:relative;
    top:-5px;
    left:5px;
}

.social-wrapper {
    position:relative;
    display:inline;
}

.social-icons {
    opacity:0;
    visibility: hidden;
    position: absolute;
    top: -2em;
    left: 50%;
    margin-left:-5.3em;
    min-width: 150px;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    background: #fff;
    padding: .833em 1em .433em;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    -webkit-box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
    transition: 0.3s all ease;
}

.social-icons:before {
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-box-shadow: 1px 1px 0 0 #bababc;
    box-shadow: 1px 1px 0 0 #bababc;
    top: auto;
    right: auto;
    bottom: -.30714286em;
    left: 50%;
    margin-left: -.30714286em;
}
.social-wrapper:hover {
    padding-top:20px;
}
.social-wrapper:hover .social-icons {
    opacity:1;
    visibility: visible;
    top:-3em;
}

.share-bar .social-icons a {
    padding: 0 .125em;
}

.share-bar .social-icons .svg-icon {
    top:4px;
    right:auto;
}

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

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

    .share-bar .svg-icon {
        top:4px;
        right:auto;
    }

    .share-bar .social-icons a {
        padding: 0;
    }

}