* {
  box-sizing: border-box;
}

html {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: black;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

mark {
  padding: 0.1rem 0.4rem;
  border-radius: 0.4rem;
  transition: background 100ms ease;
}

.l-content {
  padding: 2rem 0;
}

@media (max-width: 800px) {
  .l-content {
    padding: 1rem 0;
  }
}
.splash-grid__left {
  grid-column: 2/4;
}

code {
  font-size: 0.8em;
  background-color: #e0e0e0;
  padding: 2px;
}

h1 {
  font-size: 3rem;
  line-height: 2;
  margin: 0 0 0.5rem;
  color: black;
}

.headline {
  font-size: 4rem;
  line-height: 1.5;
}

.headline--light {
  font-weight: normal;
}

h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

h3 {
  line-height: 1.25;
  margin: 0;
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.section__heading {
  font-size: 2.5rem;
  line-height: 1.25;
  margin: 0 0 0.5rem;
  color: black;
}

@media (max-width: 700px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  .headline {
    font-size: 3rem;
    line-height: 1.25;
    margin-bottom: 1rem;
  }

  .section__heading {
    font-size: 2rem;
    line-height: 1.25;
    margin: 1rem 0;
  }
}
h5 {
  font-size: 1em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  color: black;
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

mark {
  padding: 0.1rem 0.4rem;
  border-radius: 0.4rem;
  transition: background 100ms ease;
}

.l-content {
  padding: 2rem 0;
}

@media (max-width: 800px) {
  .l-content {
    padding: 1rem 0;
  }
}
.splash-grid__left {
  grid-column: 2/4;
}

code {
  font-size: 0.8em;
  background-color: #e0e0e0;
  padding: 2px;
}

a {
  transition: color 100ms, background 100ms;
}

a,
a:visited {
  font-weight: 600;
  text-decoration: none;
  color: #006b9c;
}
a.districtr-name,
a:visited.districtr-name {
  color: #fff !important;
}

a:hover,
a:active {
  color: #004464;
}

.link--no-style {
  font-weight: unset;
  color: unset;
  display: flex;
}
.link--no-style:hover, .link--no-style:active, .link--no-style:visited {
  color: unset;
}

.sepia {
  background-color: #f7f1ee;
}

.sepia a,
.sepia a:visited {
  color: #806463;
}

.sepia a:hover,
.sepia a:active {
  color: #503f3e;
}

.sepia mark {
  background: #bdaaa8;
  color: white;
}

.sepia mark:hover {
  background: #ff4f49;
}

.sepia .button,
.sepia .button:visited,
.sepia .button:hover,
.sepia .button:active {
  color: white;
}

.form-button {
  color: white;
  outline: none;
  border: none;
  margin: 1rem 0;
  padding: 0.5rem;
  font-weight: 400;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
  transition: all ease 40ms;
  border-radius: 0.25rem;
  background: #ff4f49;
}

.form-button:hover {
  cursor: pointer;
  background: #e44944;
}

.form-button:active {
  background: #e44944;
}

.form-button:focus {
  box-shadow: 0 1px 4px rgba(10, 10, 10, 0.5);
}

.form-button:disabled {
  background: #bdaaa8;
  color: #504746;
}

.form-page {
  background: #004464;
}

.form-container {
  background: #ffffff;
  border-radius: 1rem;
  margin: 1rem auto;
  min-width: 250px;
  width: 60%;
}

.form-content {
  padding: 1rem 1.5rem;
  border-bottom: #ddd 1px solid;
}

.form-content:last-child {
  border: none;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom-style: none;
}

.form {
  background: #f9f9f9;
  color: #444;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  display: flex;
  flex-direction: column;
}

.form__item {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.form__double-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 1rem 0 0;
}

.form__double-item:last-child {
  margin: 0;
}

.form__double-item-container {
  margin: 0;
  align-items: center;
  display: flex;
  flex-direction: row;
}

.text-input {
  outline: none;
  border: 1px solid #aaaaaa;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  color: #111;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.text-area {
  height: 10rem;
}

.form__title {
  margin-bottom: 0;
  line-height: 1.25;
}

.form-takeaway {
  font-weight: 400;
  margin: 0;
}

.form label {
  font-size: 1rem;
}

.form__section-heading {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.popup-message {
  width: 100%;
  top: 1rem;
  display: block;
  padding: 1rem;
  font-size: 1.25rem;
  margin: 0;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  transition: height ease 100ms;
}

.alert {
  background: #e44944;
  color: white;
}

.hidden {
  display: none !important;
}

@media (max-width: 800px) {
  .form-container {
    width: 90%;
  }
}
.sepia {
  background-color: #f7f1ee;
}

.sepia a,
.sepia a:visited {
  color: #806463;
}

.sepia a:hover,
.sepia a:active {
  color: #503f3e;
}

.sepia mark {
  background: #bdaaa8;
  color: white;
}

.sepia mark:hover {
  background: #ff4f49;
}

.sepia .button,
.sepia .button:visited,
.sepia .button:hover,
.sepia .button:active {
  color: white;
}

.request-form-container {
  max-width: 650px;
}

.contact-section {
  background: #f7f1ee;
}