form {
    box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

form fieldset {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    margin-left: -2.5em;
    padding: 0;
}

form h2 {
    border-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    margin: 35px 0 30px;
    margin-top: 100px;
    text-transform: uppercase;
}

form hr {
    border: 0;
    clear: both;
    margin: 2em 0;
    padding: 0;
}

.field-grid-container {
    display: inline-block;
    float: left;
}

.field-grid-container h3 {
    padding-left: 38px;
}

.field-grid-item {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-bottom: 2.5em;
    padding-left: 2.5em;
    width: 100%;
}

.field-grid-item .help {
    clear: both;
    margin-bottom: -10px;
    margin-top: 5px;
}

.field-grid-item .help code {
    background: #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    margin-top: -2px;
    padding: 2px 8px;
}

.field-content {
    box-sizing: border-box;
    position: relative;
}

.field-markdown textarea {
    padding-bottom: 40px;
}

.field-grid-item-1-2 {
    width: 50%;
}

.field-grid-item-1-3 {
    width: 33.3333333%;
}

.field-grid-item-1-4 {
    width: 25%;
}

.field-grid-item-3-1 {
    width: 66%;
}

.field-icon {
    background: #fff;
    border-left: 1px dashed #e2e2e2;
    bottom: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 2.6em;
}

.field-icon .icon {
    color: #777;
    left: 0;
    margin-top: -7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
}

.field-counter {
    background: #fff;
    border-left: 1px dashed #e2e2e2;
    bottom: 2px;
    color: #777;
    font-weight: 300;
    line-height: 34px;
    padding: 0 15px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: auto;
}

.field-buttons {
    background: #fff;
    border-top: 1px solid #efefef;
    bottom: 6px;
    left: 2px;
    line-height: 0;
    overflow-y: hidden;
    position: absolute;
    right: 2px;
}

.field-buttons li {
    border-right: 1px solid #efefef;
    display: inline-block;
    float: none !important;
    padding: 0;
}

.field-buttons .btn {
    display: block;
    line-height: 1em;
    padding: 12px 25px;
    width: 100%;
}

.field-buttons .btn i {
    font-size: 12px;
}

.field-buttons .nav-bar {
    display: table;
    margin: auto;
}

.field-with-headline {
    counter-increment: count;
    padding-top: 6em;
}

.field-with-headline h2 {
    border-bottom: 2px solid #ededed;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
}

.field-with-headline h2:before {
    color: #82bb28;
    content: counter(count, decimal-leading-zero);
    font-weight: 400;
    left: 0;
    position: absolute;
}

.btn {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    vertical-align: middle;
}

form .space {
    border: 0;
    display: block;
    float: left;
    margin: 40px 0 20px;
    padding: 0;
    width: 100%;
}

label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 0;
    vertical-align: top;
    width: 100%;
}

label i {
    opacity: 0.35;
}

label[contenteditable=true] {
    cursor: default;
    outline: none;
}

input, .input, select, textarea {
    outline: 0;
}

input[type=text], input[type=password], input[type=submit], textarea, .input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    height: 38px;
    margin: 0;
    min-height: 38px;
    padding: 0.5em;
    width: 100%;
}

input[type="checkbox"] {
    left: 12px;
    margin: 0;
    min-height: auto;
    position: absolute;
    top: 11px;
    width: auto;
}

.input-with-checkbox {
    background-color: #FFF;
    font-weight: 300;
    height: auto;
    margin-top: 6px;
    position: relative;
    cursor: pointer;
}

.input-with-checkbox input {}

.input-with-checkbox span {
    display: block;
    left: 35px;
    line-height: 1.5;
    margin-bottom: -2px;
    padding-left: 30px;
    top: 6px;
}

.input-with-radio {
    background-color: #FFF;
    display: table;
    font-weight: 300;
    height: auto;
    margin-top: 6px;
    position: relative;
}

.input-with-radio input {
    left: 15px;
    margin: 0;
    min-height: auto;
    position: absolute;
    top: 12px;
    width: auto;
}

.input-with-radio span {
    display: block;
    line-height: 1.5;
    margin-bottom: -2px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

input[type="text"]:disabled {
    background-color: #f0f3f5;
}

.field-with-icon input[type="text"] {
    padding-right: 3.5em;
}

.outer-select {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    margin-top: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.outer-select select {
    border: 0;
    cursor: pointer;
    display: block;
    float: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.outer-select .inner-select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    height: 38px;
    margin: 0;
    padding: .5em;
    text-align: left;
    text-shadow: none;
}

.outer-select .select-text {
    background: rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    min-height: 5px;
    min-width: 1px;
    overflow: hidden;
    position: relative;
    top: 2.5px;
    white-space: nowrap;
}

textarea {
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 15px;
    height: 200px;
    line-height: 20px;
    margin: 0;
    padding: 0.5em;
    resize: none;
    width: 100%;
}

textarea.monospace {
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
}

textarea.autosize {
    height: 73px;
    padding-bottom: 0;
}

input:not([type=checkbox]):focus, select:focus, textarea:focus {
    box-shadow: 0 0 0 3px rgba(130, 187, 40, 0.2);
    border-color: #82BB28 !important;
    outline: 0;
}

input[type="submit"], form .button {
    background-color: #82bb28;
    border: 1px solid #82bb28;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    line-height: 39px;
    margin: 3em 0 3em 1em;
    padding: 0 35px;
    text-decoration: none;
    transition: background .35s ease 0s, color .35s ease 0s;
    width: auto;
    height: 40px;
}

form .button {
    margin-left: 0;
    margin-right: 1em;
    margin-top: 0;
}

.buttons .button {
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 0;
}

input[type="submit"] i, form .button i {
    font-size: 14px;
    margin-right: 8px;
}

input[type="submit"]:hover, form .button:hover {
    background: transparent;
    color: #82bb28;
}

.button i {
    margin-right: 5px;
}

.checkboxes {
    margin-top: 10px;
}

.checkboxes .label {
    display: inline-block;
    float: left;
    margin-top: 5px;
    width: 150px;
}

.checkboxes .boxes {
    display: inline-block;
    width: 400px;
}

.headline-buttons {
    float: right;
    font-size: 14px;
    height: 0;
    position: relative;
}

.headline-buttons.headline-buttons-h2 {
    top: -62px;
}

.headline-buttons ul {
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #ddd;
    list-style: none;
    margin: 0;
}

.headline-buttons ul:after {
    clear: both;
    content: " ";
    display: table;
}

.headline-buttons ul li {
    border-right: 1px solid #ededed;
    float: left;
    padding: 2px 15px;
}

.headline-buttons ul li:hover {
    background-color: #ededed;
    color: #fff;
    cursor: pointer;
}

.headline-buttons ul li:last-child {
    border-right: 0;
}

.field-tag {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0;
    min-height: 38px;
    padding: 4px 4px 0;
    position: relative;
    width: 100%;
    cursor: text;
}

.field-tag input {
    background: #fff;
    border: 0;
    display: inline-block;
    height: 100%;
    margin-bottom: 3px;
    margin-top: 2px;
    min-height: auto;
    padding: 0.25em !important;
    width: 25%;
}

.field-tag input:focus {
    box-shadow: none !important;
}

.field-tag span {
    background: #333;
    border-radius: 3px;
    color: #fff;
    cursor: move;
    display: inline-block;
    height: 18px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 5px 42px 5px 10px;
    position: relative;
    vertical-align: middle;
}

.field-tag span.ui-sortable-placeholder {
    background: #fff;
}

.field-tag span:hover {}

.field-tag span i {
    border-left: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
    font-size: 15px;
    font-style: normal;
    height: 100%;
    padding: 4px 12px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.field-tag span i:hover {
    color: #82bb28;
    cursor: pointer
}

.field-tag-dropdown {
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    left: 0;
    margin-left: 0 !important;
    margin-top: 5px;
    min-height: 4px;
    padding: 3px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.field-tag-dropdown li {
    cursor: pointer;
    list-style: none;
    padding: 2px 5px;
}

.field-tag-dropdown li:hover {
    background: #f2f2f2;
}

.field-with-keyvalue {
    margin-bottom: 2.5em;
}

.field-keyvalue {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 1em;
}

input.field-keyvalue-input-key, .field-keyvalue .outer-select {
    align-self: auto;
    flex: 35;
    margin-right: 1em;
}

input.field-keyvalue-input-value {
    align-self: auto;
    flex: 65;
}

.field-keyvalue-input-buttons i {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0.5em 0em 0.5em 1em;
}

.picker {
    margin-top: 8px;
}

.field-picker-outer {
    background-color: #fff;
    border: 2px solid #ededed;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    height: 38px;
    margin: 0;
    min-height: 38px;
    padding: 2px;
    width: 100%;
}

.field-picker-outer .field-picker-inner {
    background: #f00;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.picker {
    display: none;
}

.field.hc {
    height: 1px;
    margin: -1px 0 0;
    overflow: hidden;
    text-indent: -9999px;
}

.field-with-map #map_canvas {
    border: 2px solid #ededed !important;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    form {
        display: block;
        width: 100%;
    }

    label {
        display: block;
        width: 100%;
    }

    input, textarea {
        max-width: 100%;
        width: 100%;
    }

    table td input, table td textarea {
        max-width: 100%;
        width: 100% !important;
    }

    .field-grid-item-1-2, .field-grid-item-1-3, .field-grid-item-1-4 {
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    input[type=text], input[type=password], input[type=submit], textarea, .input {
        background: #22252b;
        border: 1px solid #181a1e;
        color: #828282;
    }

    input[type="text"]:disabled {
        background-color: #1b1d22;
        color: #363945;
    }

    .outer-select .inner-select {
        background: #22252b;
        border: 1px solid #181a1e;
    }

    .outer-select .select-text {
        color: #696b70;
    }

    .field-icon {
        background: #22252b;
        border-left: 1px dashed #181a1e;
    }

    .field-with-headline h2 {
        border-bottom: 1px solid #181a1e;
    }

    .field-counter {
        background: #22252b;
        border-left: 1px dashed #181a1e;
    }

    .field-tag {
        border: 1px solid #181a1e;
        background: #22252b;
    }

    .field-tag input {
        border: 0;
    }

    .field-tag span {
        background: #282c34;
        color: #696b70;
    }

    .content .buttons {
        border-top: 1px solid #181a1e;
    }
}

.field-grid-submit {
    text-align: center;
}

.field-grid-submit button {
    border: 2px solid #77a1d3;
    background: transparent;
    color: #77a1d3;
    font-weight: 500;
    padding: 5px 25px;
    margin: 0 15px;
    display: inline-block;
}

.field-grid-submit button:hover {
    background: #77a1d3;
    color: #FFFFFF;
}

input:focus, select:focus, textarea:focus {
    border-color: #77a1d3 !important;
    outline: 0;
}

body #menu a {
  color: #8e8e8e;
}
body h1 {
  color: #fa0f0c;
  font-weight: 400;
}
body h2 {
  font-size: 1em;
  font-weight: bold;
}
body .career-sidebar p:first-child,
body .career-sidebar h2:first-child {
  margin-top: 1em;
}
.content .career-content ul {
  list-style: initial;
}
.content .career-content ul li {
  display: block;
}
.content .career-content ul li:after {
  display: none;
}

form {
    box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

form fieldset {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    margin-left: -2.5em;
    padding: 0;
}

form h2 {
    border-bottom: 0;
    font-size: 22px;
    font-weight: 400;
    margin: 35px 0 30px;
    margin-top: 100px;
    text-transform: uppercase;
}

form hr {
    border: 0;
    clear: both;
    margin: 2em 0;
    padding: 0;
}

.field-grid-container {
    display: inline-block;
    float: left;
}

.field-grid-container h3 {
    padding-left: 38px;
}

.field-grid-item {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-bottom: 2.5em;
    padding-left: 2.5em;
    width: 100%;
}

.field-grid-item .help {
    clear: both;
    margin-bottom: -10px;
    margin-top: 5px;
}

.field-grid-item .help code {
    background: #e6e6e6;
    border-radius: 3px;
    display: inline-block;
    margin-top: -2px;
    padding: 2px 8px;
}

.field-content {
    box-sizing: border-box;
    position: relative;
}

.field-markdown textarea {
    padding-bottom: 40px;
}

.field-grid-item-1-2 {
    width: 50%;
}

.field-grid-item-1-3 {
    width: 33.3333333%;
}

.field-grid-item-1-4 {
    width: 25%;
}

.field-grid-item-3-1 {
    width: 66%;
}

.field-icon {
    background: #fff;
    border-left: 1px dashed #e2e2e2;
    bottom: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 2.6em;
}

.field-icon .icon {
    color: #777;
    left: 0;
    margin-top: -7px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Brands";
}

.field-counter {
    background: #fff;
    border-left: 1px dashed #e2e2e2;
    bottom: 2px;
    color: #777;
    font-weight: 300;
    line-height: 34px;
    padding: 0 15px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: auto;
}

.field-buttons {
    background: #fff;
    border-top: 1px solid #efefef;
    bottom: 6px;
    left: 2px;
    line-height: 0;
    overflow-y: hidden;
    position: absolute;
    right: 2px;
}

.field-buttons li {
    border-right: 1px solid #efefef;
    display: inline-block;
    float: none !important;
    padding: 0;
}

.field-buttons .btn {
    display: block;
    line-height: 1em;
    padding: 12px 25px;
    width: 100%;
}

.field-buttons .btn i {
    font-size: 12px;
}

.field-buttons .nav-bar {
    display: table;
    margin: auto;
}

.field-with-headline {
    counter-increment: count;
    padding-top: 6em;
}

.field-with-headline h2 {
    border-bottom: 2px solid #ededed;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 25px;
    position: relative;
    text-transform: uppercase;
}

.field-with-headline h2:before {
    color: #82bb28;
    content: counter(count, decimal-leading-zero);
    font-weight: 400;
    left: 0;
    position: absolute;
}

.btn {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    outline: 0;
    vertical-align: middle;
}

form .space {
    border: 0;
    display: block;
    float: left;
    margin: 40px 0 20px;
    padding: 0;
    width: 100%;
}

label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 0;
    vertical-align: top;
    width: 100%;
}

label i {
    opacity: 0.35;
}

label[contenteditable=true] {
    cursor: default;
    outline: none;
}

input, .input, select, textarea {
    outline: 0;
}

input[type=text], input[type=password], input[type=submit], textarea, .input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    height: 38px;
    margin: 0;
    min-height: 38px;
    padding: 0.5em;
    width: 100%;
}

input[type="checkbox"] {
    left: 12px;
    margin: 0;
    min-height: auto;
    position: absolute;
    top: 11px;
    width: auto;
}

.input-with-checkbox {
    background-color: #FFF;
    font-weight: 300;
    height: auto;
    margin-top: 6px;
    position: relative;
    cursor: pointer;
}

.input-with-checkbox input {}

.input-with-checkbox span {
    display: block;
    left: 35px;
    line-height: 1.5;
    margin-bottom: -2px;
    padding-left: 30px;
    top: 6px;
}

.input-with-radio {
    background-color: #FFF;
    display: table;
    font-weight: 300;
    height: auto;
    margin-top: 6px;
    position: relative;
}

.input-with-radio input {
    left: 15px;
    margin: 0;
    min-height: auto;
    position: absolute;
    top: 12px;
    width: auto;
}

.input-with-radio span {
    display: block;
    line-height: 1.5;
    margin-bottom: -2px;
    padding-left: 30px;
    position: relative;
    z-index: 1;
}

input[type="text"]:disabled {
    background-color: #f0f3f5;
}

.field-with-icon input[type="text"] {
    padding-right: 3.5em;
}

.outer-select {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    margin-top: 0;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.outer-select select {
    border: 0;
    cursor: pointer;
    display: block;
    float: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: 100%;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.outer-select .inner-select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    height: 38px;
    margin: 0;
    padding: .5em;
    text-align: left;
    text-shadow: none;
}

.outer-select .select-text {
    background: rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    min-height: 5px;
    min-width: 1px;
    overflow: hidden;
    position: relative;
    top: 2.5px;
    white-space: nowrap;
}

textarea {
    border-radius: 0px;
    box-sizing: border-box;
    font-size: 15px;
    height: 200px;
    line-height: 20px;
    margin: 0;
    padding: 0.5em;
    resize: none;
    width: 100%;
}

textarea.monospace {
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
}

textarea.autosize {
    height: 73px;
    padding-bottom: 0;
}

input:not([type=checkbox]):focus, select:focus, textarea:focus {
    box-shadow: 0 0 0 3px rgba(130, 187, 40, 0.2);
    border-color: #82BB28 !important;
    outline: 0;
}

input[type="submit"], form .button {
    background-color: #82bb28;
    border: 1px solid #82bb28;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    line-height: 39px;
    margin: 3em 0 3em 1em;
    padding: 0 35px;
    text-decoration: none;
    transition: background .35s ease 0s, color .35s ease 0s;
    width: auto;
    height: 40px;
}

form .button {
    margin-left: 0;
    margin-right: 1em;
    margin-top: 0;
}

.buttons .button {
    margin-top: 2em;
    margin-left: 1em;
    margin-right: 0;
}

input[type="submit"] i, form .button i {
    font-size: 14px;
    margin-right: 8px;
}

input[type="submit"]:hover, form .button:hover {
    background: transparent;
    color: #82bb28;
}

.button i {
    margin-right: 5px;
}

.checkboxes {
    margin-top: 10px;
}

.checkboxes .label {
    display: inline-block;
    float: left;
    margin-top: 5px;
    width: 150px;
}

.checkboxes .boxes {
    display: inline-block;
    width: 400px;
}

.headline-buttons {
    float: right;
    font-size: 14px;
    height: 0;
    position: relative;
}

.headline-buttons.headline-buttons-h2 {
    top: -62px;
}

.headline-buttons ul {
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #ddd;
    list-style: none;
    margin: 0;
}

.headline-buttons ul:after {
    clear: both;
    content: " ";
    display: table;
}

.headline-buttons ul li {
    border-right: 1px solid #ededed;
    float: left;
    padding: 2px 15px;
}

.headline-buttons ul li:hover {
    background-color: #ededed;
    color: #fff;
    cursor: pointer;
}

.headline-buttons ul li:last-child {
    border-right: 0;
}

.field-tag {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    margin: 0;
    min-height: 38px;
    padding: 4px 4px 0;
    position: relative;
    width: 100%;
    cursor: text;
}

.field-tag input {
    background: #fff;
    border: 0;
    display: inline-block;
    height: 100%;
    margin-bottom: 3px;
    margin-top: 2px;
    min-height: auto;
    padding: 0.25em !important;
    width: 25%;
}

.field-tag input:focus {
    box-shadow: none !important;
}

.field-tag span {
    background: #333;
    border-radius: 3px;
    color: #fff;
    cursor: move;
    display: inline-block;
    height: 18px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 5px 42px 5px 10px;
    position: relative;
    vertical-align: middle;
}

.field-tag span.ui-sortable-placeholder {
    background: #fff;
}

.field-tag span:hover {}

.field-tag span i {
    border-left: 1px solid rgba(255, 255, 255, .1);
    box-sizing: border-box;
    font-size: 15px;
    font-style: normal;
    height: 100%;
    padding: 4px 12px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.field-tag span i:hover {
    color: #82bb28;
    cursor: pointer
}

.field-tag-dropdown {
    background: #fff;
    border: 1px solid #ededed;
    box-sizing: border-box;
    left: 0;
    margin-left: 0 !important;
    margin-top: 5px;
    min-height: 4px;
    padding: 3px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.field-tag-dropdown li {
    cursor: pointer;
    list-style: none;
    padding: 2px 5px;
}

.field-tag-dropdown li:hover {
    background: #f2f2f2;
}

.field-with-keyvalue {
    margin-bottom: 2.5em;
}

.field-keyvalue {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 1em;
}

input.field-keyvalue-input-key, .field-keyvalue .outer-select {
    align-self: auto;
    flex: 35;
    margin-right: 1em;
}

input.field-keyvalue-input-value {
    align-self: auto;
    flex: 65;
}

.field-keyvalue-input-buttons i {
    border: 2px solid transparent;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0.5em 0em 0.5em 1em;
}

.picker {
    margin-top: 8px;
}

.field-picker-outer {
    background-color: #fff;
    border: 2px solid #ededed;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
    height: 38px;
    margin: 0;
    min-height: 38px;
    padding: 2px;
    width: 100%;
}

.field-picker-outer .field-picker-inner {
    background: #f00;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.picker {
    display: none;
}

.field.hc {
    height: 1px;
    margin: -1px 0 0;
    overflow: hidden;
    text-indent: -9999px;
}

.field-with-map #map_canvas {
    border: 2px solid #ededed !important;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    form {
        display: block;
        width: 100%;
    }

    label {
        display: block;
        width: 100%;
    }

    input, textarea {
        max-width: 100%;
        width: 100%;
    }

    table td input, table td textarea {
        max-width: 100%;
        width: 100% !important;
    }

    .field-grid-item-1-2, .field-grid-item-1-3, .field-grid-item-1-4 {
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    input[type=text], input[type=password], input[type=submit], textarea, .input {
        background: #22252b;
        border: 1px solid #181a1e;
        color: #828282;
    }

    input[type="text"]:disabled {
        background-color: #1b1d22;
        color: #363945;
    }

    .outer-select .inner-select {
        background: #22252b;
        border: 1px solid #181a1e;
    }

    .outer-select .select-text {
        color: #696b70;
    }

    .field-icon {
        background: #22252b;
        border-left: 1px dashed #181a1e;
    }

    .field-with-headline h2 {
        border-bottom: 1px solid #181a1e;
    }

    .field-counter {
        background: #22252b;
        border-left: 1px dashed #181a1e;
    }

    .field-tag {
        border: 1px solid #181a1e;
        background: #22252b;
    }

    .field-tag input {
        border: 0;
    }

    .field-tag span {
        background: #282c34;
        color: #696b70;
    }

    .content .buttons {
        border-top: 1px solid #181a1e;
    }
}

.field-grid-submit {
    text-align: center;
}

.field-grid-submit button {
    border: 2px solid #77a1d3;
    background: transparent;
    color: #77a1d3;
    font-weight: 500;
    padding: 5px 25px;
    margin: 0 15px;
    display: inline-block;
}

.field-grid-submit button:hover {
    background: #77a1d3;
    color: #FFFFFF;
}

input:focus, select:focus, textarea:focus {
    border-color: #77a1d3 !important;
    outline: 0;
}

body #menu a {
  color: #8e8e8e;
}
body h1 {
  color: #fa0f0c;
  font-weight: 400;
}
body h2 {
  font-size: 1em;
  font-weight: bold;
}
body .career-sidebar p:first-child,
body .career-sidebar h2:first-child {
  margin-top: 1em;
}
.content .career-content ul {
  list-style: initial;
}
.content .career-content ul li {
  display: block;
}
.content .career-content ul li:after {
  display: none;
}

