/*
 * Colours used
 * #23272B: Almost black. Main body text default buttons.
 * #CF1F26: Light red, for links and Primary buttons.
 * #5DA628: Light green, for Success buttons
 */


body {
  position: relative;
}

body, p {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: #23272B;
}
h1, h2, h3, h4, h5, h6 {
  font-family: ArcherPro, 'Crete Round', Garamond, serif;
  color: #23272B;
}

a, a:hover {
  color: #CF1F26;
}

details {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: .5em .5em 0;
  margin: 1em 0;
  overflow: hidden;
}

summary {
  background: #eee;
  font-weight: bold;
  margin: -.5em -.5em 0;
  padding: .5em;
}

details[open] {
  padding: .5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
}

details .form-group {
  margin: 15px 0;
}

details details {
  background: #F9F9F9;
}
