:root {
    --site-bg: #fff;
    --text-color: #333;
    --light-bg: #efefef;
    --dark-bg: #051C2C;
    --text-color-dark-bg: #fff;
    --cta: #E06837;
    --accent: #3962aa;
    --accent-2: #d13739;
    --content-width: 1400px;
}

* {
    box-sizing: border-box;
    cursor: default;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    background-color: var(--site-bg);
    color: var(--text-color);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

.wrap {
    margin: 0 auto;
    width: 100%;
    max-width: var(--content-width);
    padding: 3rem 1.2rem;
}

@media (min-width: 768px) {
    .wrap .au-row>.colmd-6:nth-child(odd),
    .wrap.au-row>.col-md-6:nth-child(odd) {
        padding-right: 1rem;
    }
    .wrap .au-row>.col-md-6:nth-child(even),
    .wrap.au-row>.col-md-6:nth-child(even) {
        padding-left: 1rem;
    }
}

#site-header .wrap,
#site-footer .wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.light-bg {
    background-color: var(--light-bg);
}


/* header#site-header,
footer#site-footer {
    background-color: #ccc;
} */

p {
    margin: 1rem 0;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: var(--accent);
    line-height: 1.2;
    margin: 1rem 0 0.5rem;
}

#site-footer,
#site-footer p {
    font-size: 0.9rem;
}

.dark-bg {
    background-color: var(--dark-bg);
    color: var(--light-bg);
}

a {
    color: var(--cta);
    text-decoration: underline;
    font-weight: 400;
}

a,
button,
.button {
    transition: all linear 0.15s;
}

nav a,
nav a.button {
    display: inline-block;
    margin: 1rem 0.5rem;
}

pre.xdebug-var-dump {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    white-space: pre-wrap;
    line-height: 1.5;
    font-size: 1rem;
}


/** Notice */

.notice {
    display: block;
    background: var(--light-bg);
    color: var(--text-color);
    border-style: solid;
    border-width: 1px;
    border-color: #999999;
    border-left-width: 7px;
    padding: 1rem;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.notice>*:first-child {
    margin-top: 0;
}

.notice>*:last-child {
    margin-bottom: 0;
}

.notice.notice-success {
    border-left-color: forestgreen;
}

.notice.notice-error {
    border-left-color: crimson;
}

.notice.notice-warning {
    border-left-color: goldenrod;
}

.screen-reader-text,
form .field-input-website {
    /* Honeypot field */
    display: inline-block;
    position: absolute;
    left: -10000px;
    top: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    z-index: -10000p
}

.hide {
    display: none !important;
}


/** Forms */

form label {
    display: block;
}


/*
input:not([type="checkbox"]):not([type="radio"]),
select {
    font-size: 1rem;
    padding: 0.25rem 0.75rem;
} */

input {
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

input,
textarea {
    cursor: text;
}

input,
textarea,
select {
    border-color: var(--light-bg);
    border-radius: 3px;
    padding: 0.5rem 1rem;
    background: var(--site-bg);
    color: var(--text-color);
}

label .label,
input,
textarea,
select {
    display: block;
    width: 100%;
    font-size: 1rem;
}

label input[type="checkbox"],
label input[type="radio"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    cursor: pointer;
}

label input[type="checkbox"]+.label,
label input[type="radio"]+.label {
    display: inline-block;
    width: auto;
    padding-left: 0;
    vertical-align: middle;
    transition: color linear 0.2s;
}

label input[name="remember"]+.label {
    font-size: 0.9rem;
}

input:active,
input:focus,
select:focus,
select:active,
textarea:active,
textarea:focus {
    border-color: var(--cta);
}

input[type="checkbox"]:active+.label,
input[type="checkbox"]:focus+.label,
input[type="checkbox"]:active+.label,
input[type="checkbox"]:focus+.label {
    border-color: transparent;
    color: var(--cta);
}


/** Buttons */

a,
select,
label {
    cursor: pointer;
}

button,
.button {
    display: inline-block;
    margin: 0;
    padding: 0.5rem 1rem;
    font-size: 1.15rem;
    line-height: 1rem;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    border-color: var(--cta);
    border-radius: 7px;
    background-color: var(--cta);
    color: var(--text-color-dark-bg);
    text-decoration: none;
    cursor: pointer;
}

.button.button-secondary {
    font-size: 1rem;
}

button:active,
button:focus,
button:hover,
.button:active,
.button:focus,
.button:hover,
.button.button-secondary {
    color: var(--cta);
    background-color: var(--text-color-dark-bg);
}

a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
.button:active,
.button:focus,
.button:hover {
    transform: scale(1.1);
}

#login {
    max-width: 400px;
    margin: 0 auto;
}

#welcome {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1;
    font-style: italic;
    font-weight: 600;
}

.au-disclaimer {
    font-style: italic;
}