/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font: 14px arial, helvetica, sans-serif; }

a {
  color: black;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all ease-in-out .3s; }
  a:hover {
    opacity: .6; }

html, body {
  height: 100%; }

section {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 10px;
  position: relative;
  width: 960px; }

nav {
  bottom: 3em;
  position: absolute; }
  nav ul {
    margin-left: -2em;
    overflow: hidden; }
    nav ul li {
      float: left;
      margin-left: 2em; }

label {
  display: block;
  font-weight: bold; }

input, textarea {
  appearance: none;
  border: 1px solid black;
  font: 14px arial, helvetica, sans-serif;
  margin: 0;
  padding: .5em;
  resize: none;
  width: 100%; }
  input + label, textarea + label {
    margin-top: 1em; }

input[type="submit"] {
  background: black;
  color: white;
  cursor: pointer;
  float: right;
  margin-top: 1em;
  padding: .5em 1.5em;
  width: auto; }

textarea {
  height: 7em; }

.tabs {
  line-height: 2;
  max-width: 100%;
  padding-top: 6em;
  width: 470px; }
  .tabs > div {
    display: none; }
  .tabs > [data-selected] {
    display: block; }
  .tabs p {
    text-align: justify; }
  .tabs .thank-you {
    background: #deffe9;
    border: 1px solid #005e20;
    border-radius: 4px;
    color: #005e20;
    margin-bottom: 2em;
    padding: .5em 1em; }
  .tabs:last-child {
    font-size: 12px; }
    .tabs:last-child input, textarea {
      font-size: 12px; }

.logo {
  background: url(../images/au-logo.svg) no-repeat;
  bottom: 3em;
  display: block;
  height: 84px;
  overflow: hidden;
  position: fixed;
  text-indent: 100%;
  right: 3em;
  white-space: nowrap;
  width: 175px; }
