html,
body {
  color: #3c3c3c;
  font-weight: normal;
  font-family: 'Ford Antenna';
  min-height: 100vh;
  max-width: 1920px;
  margin: auto;
}
.container {
  width: 1400px;
  margin: auto;
}
@media (max-width: 1500px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1280px;
  }
}
@media (max-width: 1280px) {
  .container {
    width: 1024px;
  }
}
@media (max-width: 1024px) {
  .container {
    width: calc(100% - 40px);
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
input,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto;
}
.container-fluid {
  margin: 0 60px;
  padding: 20px 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
header {
  background: url('/img/header.png') no-repeat center top;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 50px 10px;
}
header h1 {
  color: #ffffff;
  font-style: normal;
  text-align: center;
  font-size: 6vw;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 4em;
}
header p {
  color: #ffffff;
  font-style: normal;
  margin: auto;
  margin-top: 70px;
  font-size: 4vw;
  max-width: 1075px;
  font-family: 'Ford Antenna Light';
}
@media (min-width: 769px) {
  header {
    height: 700px;
    padding-bottom: 0;
  }
  header h1 {
    font-size: 48px;
    margin-top: 130px;
  }
  header p {
    font-size: 30px;
  }
}
.action-site-export header {
  height: 200px;
}
.container {
  padding-top: 50px;
}
.site-questionnaire {
  text-align: center;
  margin-bottom: 100px;
}
h3 {
  font-weight: bold;
  margin: 15px 0;
}
textarea.form-control {
  max-width: 500px;
  height: 120px;
  border: 1px solid #2e96cd;
  margin: auto;
}
.form-group {
  margin-top: 50px;
}
.rating-question {
  margin-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating-question .rating-label {
  display: inline-block;
  font-size: 12px;
}
.rating-question .rating-container {
  display: inline-block;
  margin: 0 20px;
}
.clear {
  clear: both;
}
.rating-container .filled-stars {
  color: #ea862b;
}
.button {
  background-color: #F6A304;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
}
.button:hover {
  background-color: #43aee7;
}
form .button[type=submit] {
  margin: auto;
  margin-top: 50px;
}
h2 {
  font-size: 50px;
  text-align: center;
  margin-top: 50px;
}
/*# sourceMappingURL=site.css.map */