<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BasicDemo styling */

@font-face {
    font-family: 'Panton'; /*You can use whatever name that you want*/
    src: url('../fonts/Panton-Regular.woff2');
}

@font-face {
    font-family: 'Panton-Bold'; /*You can use whatever name that you want*/
    src: url('../fonts/Panton-SemiBold.woff2');
}

body { 
    max-width: 800px;
    margin: 30px auto;
    margin-bottom: 30px;
    /* background: url("../images/stunning-art-photo-01.jpg") no-repeat top right; */
}

body, label, input, textarea {
    font-family: "Panton", Arial, sans-serif; 
    font-size: 18px;
    line-height: 24px;
    color: #393939;
}

.joblist {
    padding-left: 0;
    margin-left: 0;
}

#JobList {
    margin: initial;
}

.joblist a {
    font-weight: bold;
}

.joblist div {
    font-size: 1rem;
}

#JobList #CustomLogo {
    display: none;
}

#CustomLogo {
    display: block;
    margin: 0 auto;
}

/* center jobnotice header */
#JobNotice form &gt; h2 {
    text-align: center;
}

#JobApplicationDetail {
    max-width: 740px;
}

#JobApplicationDetail h1 {
    text-align: center;
}

input[type="checkbox"] + label, input[type="radio"] + label, .acceptTerms {
  vertical-align: inherit;
  line-height: 24px;
}

.RadUpload_Vista, .RadUpload_Vista input {
    font: normal 12px/10px "Segoe UI",Arial,sans-serif;
}

.label, .longlabel, label {
    font-weight: normal;
}

/* .invalid, */
.prefAccessInvalid {
    display: block;
}

.textbox, textarea {
    width: 712px;
    padding: 10px;
}

#btnSubmit {
    margin-top: 1em;
}

h1, h2, h3 {
    font-family: "Panton-Bold", Arial, sans-serif;
    color: #393939;
    margin: 1.2em 0 .6em 0;
    line-height: 1.3;
}

h1 {
    font-size: 28px;
}

#JobApplicationDetail h1 {
    margin-bottom: 4em;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

.longlabel {
    margin-top: 1.3em;
    margin-bottom: .3em;
}

input[type="checkbox"] + label {
    margin-left: 10px;
}

.preferentialAccess #preferentialAccess {
    vertical-align: text-top;
}

.preferentialAccess input[type="checkbox"] + label {
    vertical-align: text-top;
    display: inline-block;
    width: 620px;
    margin-top: initial;
    margin-left: 10px;
}

input[type="radio"] {
    margin-left: 1px;
}

input[type="radio"] + label {
    margin-left: 10px;
}

.preferentialAccess .description {
    margin-left: 30px;
    color: #AAA;
}

.multilineFieldLabel .name  {
    font-size: 18px;
    display: inline-block;
    margin: 1.2em 0 .6em 0;
}

.booleanItemCheckbox .booleanItemLabel {
    font-style: normal;
}

.description {
    font-size: 14px;
    margin-left: 32px;
}

/* only immediate descendent to avoid styling RadUpload buttons */
#btnSubmit {
    color: white;
    background-color: #027AC4;
    box-shadow: 0 2px 4px rgba(4,107,204,.2);
    border-width: 0;
    border-radius: 8px;
    padding: 12px 32px;
}
#btnSubmit:hover {
    box-shadow: none;
}

form &gt; input[type="button"] {
    border-width: 1px;
    border-color: #D1D1D1;
    border-radius: 8px;
    background-color: white;
    padding: 12px 32px;
}

form &gt; input[type="button"]:hover {
    background-color: #F2F2F2;
}

input[type=file]::file-selector-button {
    border-width: 1px;
    border-color: #D1D1D1;
    padding: .2em .4em;
    border-radius: .2em;
    background-color: white;
}

input[type=file]::file-selector-button:hover {
    background-color: #F2F2F2;
}

form[action$="=55"] #btnSoeg {
    display: none;
}
</pre></body></html>