body {
    color: #fff;
    background: #21201f;
    position: relative;
    word-wrap: break-word;
    line-height: 1.32;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-family: Metric,Arial,sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Metric,Arial,sans-serif;
}

h2 {
    font-size: 1.5rem;
}

.reveal.full {
    background: #21201f;
}

.close-button, .close-button.medium {
    font-size: 4rem;
    color: #FFF;
}

.full.reveal .close-button {
    position: fixed;
    right: 2rem;
}

span.closeText {
    font-size: 1.2rem;
    position: absolute;
    right: 3.3rem;
    top: 1.3rem;
}

.close-button:hover, .close-button.medium:hover,
.close-button:focus, .close-button.medium:focus {
    color: #99021e;
}

.ajax {
    position: relative;
}

#logo {
    width: 20%;
    margin: 20px 0 0;
    padding: 10px 10px;
    max-width: 180px;
}

.header__text {
    padding: 20px 0 0;
}

.header__link-icon {
    width: 32px;
}

.header__link {
    display: inline-block;
    margin: 0 0 40px;
    line-height: 32px;
    color: #FFF;
    vertical-align: top;
}

.header__link:hover {
    color: #c80028;
}

.logoWrap, .contentWrap {
    max-width: 1000px;
    margin: 0 auto;
}

.innerContent {
    margin: 0 10px;
}

.Tx-Formhandler a {
    text-decoration: underline;
}

.Tx-Formhandler a:hover,
.Tx-Formhandler a:focus {
    text-decoration: none;
}

label {
    display: inline-block;
    margin-bottom: 1em;
    font-size: 21px;
    font-size: 1.1rem;
    font-weight: 200;
    font-family: Metric,Arial,sans-serif;
    margin-bottom: 10px;
    color: #fff;
}

.checkbox-label {
    position: relative;
    padding: 0 0 0 20px;
}

[type=checkbox] {
    position: absolute;
    top: 10px;
    left: 0;
}


[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    border: 1px solid #333;
    background-color: transparent;
    font-family: Metric,Arial,sans-serif;
    font-weight: 200;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: #FFF;
    display: block;
    padding: 15px 20px;
    width: 100%;
    border: 1px solid #333;
    font-size: 16px;
    font-size: 1.0666666667rem;
    word-break: normal;
    height: auto;
}


[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus {
    border: 1px solid #333;
    background-color: transparent;
    box-shadow: none;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}


select {
    color: #FFF;
    border: 1px solid #333;
    background-color: transparent;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    padding: inherit;
    height: 51px;
    background-position: right 0rem center;
}
select option {
    color: #333;
}

select:focus {
    border: 1px solid #333;
    background-color: transparent;
    box-shadow: none;
}

input.error,
textarea.error,
select.error {
    border: 1px solid #99021e;
    color: #99021e;
}

small.error {
    color: #99021e;
    font-weight: bold;
    display: block;
    margin-bottom: .9375rem;
}

.loading,
.formhandler-ajax-validation-result {
    margin-left: 0 !important;
    float: none !important;
    position: absolute;
    right: 10px;
    top: 10px;
    margin-top: 0 !important;
}

span.success {
    color: green;
}

label.error,
span.error {
    color: #99021e;
}

.noPaddingRight {
    padding-right: 0;
}
.noPaddingLeft {
    padding-left: 0;
}

input#file {
    display: none;
}

.files,
.filesDetail {
    margin-bottom: 2rem;
}

.noteWrap {
    position: relative;
}

.noteWrap label {
    font-size: .9375rem;
    padding-left: 25px;
    line-height: 1.2;
}

.noteWrap label input {
    margin-left: -25px;
}

.fileupload-list {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.spWrap {
    visibility: hidden;
    position: absolute;
    left: -999rem;
    top: -999rem;
}

.form-examples  {
    padding: 20px;
    background-color: #1a1a19;
}

.form-examples h2 {
    font-size: 1.5rem;
}

.thxText {
	padding: 80px 20px;
	background: #1a1a19;
	text-align: center;
}

small {
    font-size: 90%;
}

div.frame-default {
    padding-top: 20px;
    padding-bottom: 20px;
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background: none;
}

footer, .footer-links {
    margin: 0 auto 40px;
    max-width: 700px;
    text-align: center;
}

footer a, .footer-links a {
    display: inline-block;
    padding: 20px;
    color: #FFF;
	text-decoration: none;
}
footer a:hover, .footer-links a:hover {
    color: #c80028;
}

.video-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 0;
    position: relative;
    overflow: hidden;
}
.video-wrap video,
.video-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (min-width: 1024px) {
	.thxText {
		padding: 200px 20px;
		font-size: 28px;
	}

    footer, .footer-links {
        max-width: 1400px;
    }
}
