* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Libre Franklin', sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
header {
  flex-shrink: 0;
}
main {
  flex-grow: 1;
}
footer {
  flex-shrink: 0;
}
h1 {
  font-size: 2rem;
}
@media (min-width: 36em) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 48em) {
  h1 {
    font-size: 3rem;
  }
}
@media (min-width: 62em) {
  h1 {
    font-size: 4rem;
  }
}
@media (min-width: 80em) {
  h1 {
    font-size: 4rem;
  }
}
h2 {
  font-size: 1.5rem;
}
@media (min-width: 36em) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 48em) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 62em) {
  h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 80em) {
  h2 {
    font-size: 2.5rem;
  }
}
h3 {
  margin-bottom: 1rem;
  color: #dd0027;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.2rem;
}
@media (min-width: 36em) {
  h3 {
    font-size: 1.5rem;
  }
}
u {
  text-decoration: none;
  color: #dd0027;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color .3s;
}
a:hover {
  text-decoration: none;
  color: #dd0027;
}
img {
  max-width: 100%;
}
strong {
  font-weight: bold;
}
textarea {
  overflow-x: hidden;
}
.small {
  font-size: .75em;
}
.big {
  font-size: 1.25em;
}
hr {
  border: none;
  border-bottom: 1px solid #ddd3ca;
  margin: 0;
}
hr:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 36em) {
  hr:not(:first-child) {
    margin-top: 0.75rem;
  }
}
@media (min-width: 48em) {
  hr:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 62em) {
  hr:not(:first-child) {
    margin-top: 1.25rem;
  }
}
@media (min-width: 80em) {
  hr:not(:first-child) {
    margin-top: 1.5rem;
  }
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: none;
}
.buttonWrapper {
  display: flex;
  justify-content: center;
}
.button {
  background-color: #dd0027;
  padding: 0.8rem 1.2rem;
  transform: skewX(-8deg);
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #3a3631;
}
.button:hover a {
  color: #ffffff;
}
.buttonContent {
  color: #ffffff;
  background-color: transparent;
  border: none;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transform: skewX(8deg);
}
.secondaryButton,
.secondaryButton + label {
  background-color: #6e645a;
  border: 0;
  outline: none;
  padding: 0.7rem 1.2rem;
  margin-bottom: 1rem;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  transition: background-color 0.3s;
}
.secondaryButton:hover,
.secondaryButton + label:hover {
  background-color: #948b80;
  cursor: pointer;
}
.secondaryButton:hover a,
.secondaryButton + label:hover a {
  color: #ffffff;
}
.hasIconInline,
.hasIconInline + label {
  display: inline-flex;
  align-items: center;
}
.hasIconInline svg,
.hasIconInline + label svg {
  margin-left: 0.5rem;
}
input[type=text],
textarea {
  width: 100%;
  resize: none;
  outline: none;
  border: 1px solid #ddd3ca;
  border-radius: 0;
  font-size: 1rem;
  font-family: 'Libre Franklin', sans-serif;
  padding: 1rem 1rem 0.75rem;
  -webkit-appearance: none;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #948b80;
}
input[type=text]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #948b80;
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #948b80 !important;
}
input[type=text]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #948b80;
}
input[type=text]:focus,
textarea:focus {
  border-color: #3a3631;
  outline: none;
}
input[type=text].error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: #dd0027;
}
input[type=text].error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: #dd0027;
}
input[type=text].error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: #dd0027 !important;
}
input[type=text].error:-moz-placeholder,
textarea.error:-moz-placeholder {
  color: #dd0027;
}
.form__success,
.applicationForm__success {
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
  margin: 4rem auto;
}
@media (min-width: 36em) {
  .form__success,
  .applicationForm__success {
    width: 36em;
    padding: 0 0.75rem;
  }
}
@media (min-width: 48em) {
  .form__success,
  .applicationForm__success {
    width: 48em;
    padding: 0 1rem;
  }
}
@media (min-width: 62em) {
  .form__success,
  .applicationForm__success {
    width: 62em;
    padding: 0 1.25rem;
  }
}
@media (min-width: 80em) {
  .form__success,
  .applicationForm__success {
    width: 80em;
    padding: 0 1.5rem;
  }
}
.big {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
}
.small {
  font-size: 0.9rem;
}