/**
 * Body.
 */
body {
    background: #fff;
    font-family: Akkurat, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #004587;
}

/**
 * Wrapper.
 */
#wrapper {
    background: #fff;
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

/**
 * Smooth loading.
 */
.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

/**
 * Typography.
 */
h1 {
    font-family: Akkurat-Bold, sans-serif;
    font-size: 1.5em;
    line-height: 1.6;
    color: #004587;
    font-weight: normal;
}

h2, h3 {
    font-family: Akkurat-Bold, sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    line-height: 1.6;
    color: #004587;
    margin-top: 0;
    margin-bottom: 8px;
}

h4 {
    font-family: Akkurat-Bold, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    margin-top: 0;
    margin-bottom: .5em;
}

a {
    text-decoration: none;
    color: #4492dc;
}

a:hover {
    color: #004587;
}

b, strong {
    font-family: Akkurat-Bold, sans-serif;
    font-weight: normal;
}

p {
    margin-top: 0;
}

ul {
    list-style: square;
}

.block {
    text-align: justify;
}

/**
 * Listing.
 */
.listing {
    background: #fecc00;
    padding: 1em;
    margin-bottom: 1em;
}

/**
 * Button.
 */
.button,
.ui.button {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 1em 4em;
    display: inline-block;
    line-height: 1;
    color: #fff;
    font-size: 17px;
    background: #004587;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    border: 0;
    text-align: center;
    font-weight: normal;
    font-family: Akkurat-Bold, sans-serif;
}

.button[disabled],
.ui.button[disabled] {
    color: #ddd;
    background: #004587;
    opacity: 0.3;
}

.button:hover,
.ui.button:hover {
    background: #003261;
    color: #fff;
}

.button .svg.icon,
.ui.button .svg.icon {
    fill: #fff;
    left: 4px;
}

.button:hover .svg.icon,
.ui.button:hover .svg.icon {
    fill: #fff;
}

/**
 * SVG icons.
 */
.svg.icon {
    height: 20px;
    width: 20px;
    position: relative;
    top: 3px;
}

.svg.small.icon {
    height: 12px;
    width: 12px;
    top: 1px;
}

.svg.follow {
    height: 40px;
    width: 40px;
    margin-right: 12px;
}

.svg.share {
    height: 50px;
    width: 50px;
    margin-right: 12px;
    fill: #4492dc;
}

svg.share:hover {
    fill: #004587;
}

.svg.icon.top {
    top: 0;
}

/**
 * Form.
 */
.form input:not([type]),
.form input[type=date],
.form input[type=datetime-local],
.form input[type=email],
.form input[type=file],
.form input[type=number],
.form input[type=password],
.form input[type=search],
.form input[type=tel],
.form input[type=text],
.form input[type=time],
.form input[type=url],
.form textarea {
    font-family: Akkurat, sans-serif;
    padding: 0.5em 0.8em;
    font-size: 14px;
    line-height: 19px;
    min-height: 40px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form textarea {
    min-height: 100px;
}

.form input:not([type]):focus,
.form input[type=date]:focus,
.form input[type=datetime-local]:focus,
.form input[type=email]:focus,
.form input[type=file]:focus,
.form input[type=number]:focus,
.form input[type=password]:focus,
.form input[type=search]:focus,
.form input[type=tel]:focus,
.form input[type=text]:focus,
.form input[type=time]:focus,
.form input[type=url]:focus,
.form textarea:focus {
    border: 1px solid #0b3f75;
}

.form .search {
    margin-bottom: 20px;
}

.form .filter {
    margin-bottom: 15px;
}

/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #004587;
}

/* Firefox 19+ */
::-moz-placeholder {
    text-transform: uppercase;
    color: #004587;
}

/* IE 10+ */
:-ms-input-placeholder {
    text-transform: uppercase;
    color: #004587;
}

/* Firefox 18- */
:-moz-placeholder {
    text-transform: uppercase;
    color: #004587;
}

::placeholder {
    text-transform: uppercase;
    color: #004587;
}

/**
 * Tooltips.
 */
[data-tooltip][data-background-blue]:before {
    background: #003261;
}

[data-tooltip][data-background-blue]:after {
    font-family: Akkurat, sans-serif;
    background: #003261;
    color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: normal;
    font-size: 14px;
    line-height: 1.6;
    width: 320px;
}

[data-background-blue][data-position~=bottom][data-tooltip]:before {
    background: #003261;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-background-blue][data-position="left center"][data-tooltip]:before {
    background: #003261;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-background-blue][data-position="right center"][data-tooltip]:before {
    background: #003261;
    -webkit-box-shadow: none;
    box-shadow: none;
}

[data-background-blue][data-position~=top][data-tooltip]:before {
    background: #003261;
}

/**
 * Parsley
 */
.parsley-error {
    border: 1px solid #be505a !important;
}

label.parsley-error {
    border: 0 !important;
    color: #be505a;
}

.parsley-errors-list {
    color: #be505a;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

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

/**
 * Expired.
 */
#jobs .job {
    background: #fecc00 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0LjkgOS4xIj4KICAgIDxwYXRoIHN0eWxlPSJmaWxsOiAjMDA0NTg3OyIgZD0iTS42NCA5LjA2OGMuMjI1IDAgLjM1LS4wODYuNDc1LS4yMzVMNC41NCA1LjAxNmMuMTc1LS4xOTIuMjUtLjMyLjI1LS40NjkgMC0uMTUtLjA3NS0uMjc4LS4yNS0uNDdMMS4xMTUuMjZDLjk5LjExMS44NC4wMjYuNjQuMDI2Yy0uMyAwLS41NS4xOTEtLjU1LjQ0NyAwIC4xMjguMDUuMjU2LjE1LjM2M2wzLjE1IDMuNjg5TC4yNCA4LjI1N2MtLjEuMTI4LS4xNzUuMjE0LS4xNS4zNjMuMDI1LjI1Ni4yNS40NDguNTUuNDQ4eiIvPgo8L3N2Zz4=) no-repeat right 15px top 15px / 22px 22px;
    padding: 10px 50px 10px 18px;
    margin-bottom: 12px;
    display: inline-block;
    width: calc(50% - 6px);
    min-height: 200px;
    float: left;
    box-sizing: border-box;
}
#jobs .job:hover {
    background: #fecc00 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0LjkgOS4xIj4KICAgIDxwYXRoIHN0eWxlPSJmaWxsOiAjZmZmOyIgZD0iTS42NCA5LjA2OGMuMjI1IDAgLjM1LS4wODYuNDc1LS4yMzVMNC41NCA1LjAxNmMuMTc1LS4xOTIuMjUtLjMyLjI1LS40NjkgMC0uMTUtLjA3NS0uMjc4LS4yNS0uNDdMMS4xMTUuMjZDLjk5LjExMS44NC4wMjYuNjQuMDI2Yy0uMyAwLS41NS4xOTEtLjU1LjQ0NyAwIC4xMjguMDUuMjU2LjE1LjM2M2wzLjE1IDMuNjg5TC4yNCA4LjI1N2MtLjEuMTI4LS4xNzUuMjE0LS4xNS4zNjMuMDI1LjI1Ni4yNS40NDguNTUuNDQ4eiIvPgo8L3N2Zz4=) no-repeat right 15px top 15px / 22px 22px;
}
#jobs .job .title, #jobs .job span {
    font-size: 16px;
    line-height: 1.6;
    color: #004587;
    transition: .1s all ease-in-out;
    position: initial;
}
#jobs .job .title {
    font-family: Akkurat-Bold, sans-serif;
    font-size: 2em;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-wrap: break-word;
}
#jobs .job span.bold {
    font-family: Akkurat-Bold, sans-serif;
    font-weight: normal;
    display: block;
}
#jobs .job:nth-child(odd) {
    margin-right: 5px;
}
#jobs .job:nth-child(even) {
    margin-left: 5px;
}
#jobs .job:hover .title, #jobs .job:hover span {
    color: #fff;
}
.expired #title {
    display: block;
}
.expired #headline {
    padding-top:1.5em;
    padding-bottom:1.5em;
}
.expired section {
    padding-bottom:40px;
}
.expired p {
    margin:0px;
}
.expired .button,
.expired .ui.button {
    margin-top:20px;
}
.expired #footer #social-media {
    padding-bottom:0px;
    padding-top: 22px;
}
.expired .social-icons {
    margin-top:5px;
}
@media screen and (max-width: 600px) {
    #jobs .job {
        display: block;
        width: 100%;
        min-height: auto!important;
        float: none;
    }
}