@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300&display=swap");

@font-face {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v17/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_DjRbMZhLw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v17/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_LjQbMZhLw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/josefinsans/v17/Qw3PZQNVED7rKGKxtqIqX5E-AVSJrOCfjY46_GbQbMZhLw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

* {
    box-sizing: border-box;
    font-family: inherit
}

html, body {
    width: 100%
}

html {
    font-size: 100%;
    height: 100%
}

body {
    margin: 0;
    font-family: "Josefin Sans";
    min-height: 100%;
    display: flex;
    flex-direction: column
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

footer {
    background-color: #ffffff;
    padding: 20px 0 10px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

footer .row {
    padding-bottom: 5px
}

footer .social-link {
    display: inline-block
}

footer .social-link img {
    width: 40px;
    color: #000000;
    filter: contrast(0%)
}

footer .footer-links {
    margin-bottom: 10px;
    list-style-type: none;
    color: #000000
}

footer .footer-links li {
    padding: 3px 7px
}

@media (min-width: 600px) {
    footer .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

footer .copyright {
    margin: 0;
    color: #888;
    font-size: 0.8rem;
    text-align: center
}

.name {
    text-align: right
}

@media (max-width: 1000px) {
    .section {
        padding: 5vw 0
    }
}

@media (min-width: 1001px) {
    .section {
        padding: 50px 0
    }
}

.section > h2 {
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 0 20px;
}

@media (min-width: 651px) {
    .section > h2 {
        padding: 50px 20px 50px 20px;
    }
}

@media (min-width: 1001px) {
    .section > h2 {
        padding: 0 20px 50px 20px;
    }
}

.techswitch-logo-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.techswitch-logo-container > a > img {
    width: 200px;
    margin-bottom: 5vw;
}

@media (min-width: 650px) {
    .techswitch-logo-container {
        justify-content: left;
    }

    .techswitch-logo-container > a > img {
        margin-bottom: 0;
        margin-left: 50px;
    }
}

.black-text {
    color: #181818
}

.grey-background {
    background-color: #f0f0f0
}

.white-background {
    background-color: #ffffff
}

.button-row {
    text-align: center
}

.button {
    display: inline-block;
    transition-property: color, background-color, filter;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    border-width: 3px;
    border-style: solid
}

a.button {
    text-decoration: none
}

@media (max-width: 480px) {
    .button {
        margin: 8px;
        padding: 8px 16px;
        font-size: 16px
    }
}

@media (min-width: 481px) and (max-width: 600px) {
    .button {
        margin: 1.666vw;
        padding: 1.666vw 3.333vw;
        font-size: 3.333vw
    }
}

@media (min-width: 601px) {
    .button {
        margin: 10px;
        padding: 10px 20px;
        font-size: 20px
    }
}

.button-black-on-yellow-on-black {
    background-color: #ffc100;
    color: #181818;
    border-color: #ffc100
}

.button-black-on-yellow-on-black:hover {
    color: #000000;
    background-color: #f0f0f0
}

.medium-width-text {
    max-width: 800px;
    margin: auto;
    padding: 0 10px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center
}

.medium-width-block-narrow-margins {
    max-width: 800px;
    margin: auto;
    padding: 50px 50px
}

.application-form .application-form-field {
    display: block;
    resize: none;
    margin: 10px 0;
    padding: 5px;
    color: #000000;
    background: none;
    border: 0px solid #ffc100;
    border-bottom-width: 1px;
    font-size: 15px;
    outline: none
}

.application-form input::placeholder, .application-form textarea::placeholder {
    color: #000000
}

.application-form .two-cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width: 650px) {
    .application-form .two-cols > * {
        width: 100%
    }
}

@media (min-width: 651px) {
    .application-form .two-cols > * {
        width: calc(50% - 20px)
    }
}

.application-form .half-width-label {
    margin: 10px 0;
    padding: 5px;
    font-size: 15px
}

@media (max-width: 650px) {
    .application-form .half-width-label {
        margin: 20px 0 5px 0
    }
}

.application-form .half-width-options {
    padding: 5px
}

.application-form textarea.application-form-field {
    width: 100%;
    border-width: 1px
}

.application-form .cv-upload {
    margin: 20px 0
}

.application-form .cv-upload label {
    cursor: pointer
}

.application-form input[type="file"] {
    width: 0.1px;
    position: absolute;
    opacity: 0
}

.application-form select {
    width: 100%
}

.application-form select.application-form-field {
    background-color: #ffffff;
    border: 1px solid #ffc100
}

.application-form select option[disabled] {
    display: none
}

.application-form #declaration-box {
    border: 2px solid #ffc100;
    padding: 0 1em 10px 1em
}

.application-form #submit-button {
    position: relative;
    width: 140px;
    cursor: pointer
}

.application-form #submit-button::after {
    content: "";
    position: absolute;
    width: calc(1em);
    height: calc(1em);
    left: calc(50% - 0.5em);
    top: calc(50% - 0.5em);
    line-height: 1em
}

.application-form .error-message {
    font-weight: 700;
    text-align: center;
    display: none;
    color: #dd4400;
}

.application-form #application-success-box {
    border: 2px solid #ffc100;
    padding: 0 1em 10px 1em
}

.application-form .invisible {
    display: none
}

hr {
    border: 1px solid #ffc100;
    margin: 30px auto
}

.hidden {
    display: none
}

.application-form .application-form-field.hidden {
    display: none
}

p.margin-between {
    margin-top: 0.5em;
    margin-bottom: 0.5em
}

h3 {
    font-size: 1.7rem;
    text-transform: uppercase
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

ul {
    margin: 0;
    padding-left: 20px
}

ul li {
    padding: 5px 0
}

.error-message.error-message-visible {
    display: block;
}

.application-form-field-error {
    border: 1px solid #dd4400 !important;
}

.button.application-form-field-error {
    border-width: 3px !important;
}