﻿body {
    font-size: 20px;
    line-height: 1.7;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    padding: 0;
    margin: 0 auto;
    color: #2b363d;
}

header {
    width: 100%;
    height: 100px;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 20%);
}

.brand-color-bg {
    height: 12px;
    background-color: #ff694b;
}

.logo {
    display: block;
    text-align: center;
    height: 55px;
}

a {
    color: #007acd;
}

.logo img {
    vertical-align: middle;
    max-height: 50px;
    margin-right: -55px;
    margin-top: 2px;
}

@media screen and (min-width: 699px) {
    body, .form-field > input {
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px) {
    body, .form-field > input {
        font-size: 20px;
    }

    .logo {
        float: left;
        height: 90px;
        padding-left: 2vw;
        padding-top: 17px;
    }

        .logo img {
            max-height: 60px;
            margin: 0;
        }

    .brochure {
        font-size: .8em;
    }
}

@media screen and (max-width: 680px) {
    header {
        height: auto;
    }

    .form-field {
        height: 32px;
    }

        .form-field > input {
            height: 28px;
            line-height: 28px;
        }
}

.content {
    padding: 20px;
}

.form-field {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 8px;
    display: inline-block;
    padding: 0 16px;
    margin: 0 10px 10px 0;
    height: 36px;
}

    .form-field > input, select {
        border: none;
        outline: none;
        width: 100%;
        height: 32px;
        line-height: 32px;
    }

    .form-field.submit {
        display: inline-flex;
        border-radius: 20px;
    }

    .form-field.submit,
    .form-field > input[type=submit] {
        background-color: #ff694b;
        color: #ffffff;
    }

    .form-field > input[type=submit] {
        background-color: transparent;
    }

    .form-field.submit:hover {
        background-color: #ffffff;
        border-color: #ff694b;
    }

        .form-field.submit:hover > input {
            color: #ff694b;
        }

div.error-500 {
    width: 40%;
    margin: 50px auto auto auto;
    padding: 20px;
    background-color: #ee2a24;
    border-radius: 0 20px;
    color: rgba(255,255,255, .9);
}

    div.error-500 > p {
        margin: 0 30px;
    }

.loading {
    margin: 0 20px;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.flex {
    display: flex;
}

.flex-center {
    align-items: center;
}

.brochure {
    width: 60%;
    font-size: .8em;
}

    .brochure > section {
        width: 85%;
    }

        .brochure > section > div > * {
            margin-right: 20px;
        }

#loadingMessageContainer .loading {    
    margin-left: 20px;
    color: #ff694b;
}
