body {
  font-family: 'Open Sans', sans-serif;
  color: #404041;
  font-size: 18px;
  background-color: #fff;
  background-image: url(/img/background.jpg);
  background-position: center 8px;
  background-size: auto;
  background-repeat: no-repeat;
  min-height: 100vh;
}

i {
  color: #f6891b;
  font-size: 18px;
}

p {
  line-height: 1.75;
  font-size: 16px;
}

p strong {
  display: block;
  letter-spacing: -0.04em;
}

.btn {
  background-color: #f6891b;
  color: #fff;
  border-radius: 30px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 12px;
  padding: 15px 0;
  max-width: 320px;
  margin: 0 auto 10px;
}

.btn:last-child {
  margin-bottom: 50px;
}

header {
  border-top: 8px solid #f6891b;
  padding-top: 12px;
}

header img {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 22px;
}

.main-section {
  padding-top: 10px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .main-section {
    max-width: 500px;
    margin: 0 auto;
  }
}

.main-section .col-md-6:first-child {
  padding-right: 50px;
}

@media (max-width: 900px) {
  .main-section .col-md-6:first-child {
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .main-section .col-md-6:first-child {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}

.main-section .col-md-6:last-child {
  padding-left: 50px;
}

@media (max-width: 900px) {
  .main-section .col-md-6:last-child {
    padding-left: 25px;
  }
}

@media (max-width: 767pX) {
  .main-section .col-md-6:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}

form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 35px 55px;
  /* the basic, unchecked style */
  /* the checked style using the :checked pseudo class */
  /* never forget focus styling */
}

@media (max-width: 767px) {
  form {
    background-color: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 25px 0;
  }
}

form label, form .label {
  font-size: 16px;
  color: #232323;
  display: block;
  width: 100%;
}

form label span, form .label span {
  color: #d82525;
}

form label span.optional, form .label span.optional {
  color: #b6b6b6;
}

form label input[type=email], form label input[type=text], form label input[type=tel], form .label input[type=email], form .label input[type=text], form .label input[type=tel] {
  margin-top: 3px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
  padding: 8px;
  margin-bottom: 5px;
  background-color: #fff;
}

form label.rederror input[type=email],
form label.rederror input[type=text],
form label.rederror input[type=tel], form .label.rederror input[type=email],
form .label.rederror input[type=text],
form .label.rederror input[type=tel] {
  border: 1px solid #f00;
}

form label.rederror > span:before, form .label.rederror > span:before {
  border: 1px solid #f00;
}

form label.rederror + label > span:before, form .label.rederror + label > span:before {
  border: 1px solid #f00;
}

form input[type=submit] {
  background-color: #f6891b;
  color: #fff;
  border-radius: 30px;
  border: 0px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  display: block;
  font-size: 12px;
  padding: 15px 0;
}

form .buttons {
  display: flex;
  align-content: space-between;
  justify-content: space-between;
  margin-top: 5px;
}

form .buttons label {
  width: 49%;
  position: relative;
  z-index: 2;
}

form [type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

form [type="radio"] + span {
  display: block;
  position: relative;
  text-align: center;
  padding: 8px;
  z-index: 1;
  color: #232323;
}

form [type="radio"] + span:before {
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  border: 1px solid #e1e1e1;
  vertical-align: -0.25em;
  border-radius: 10px;
  padding: 8px;
  background-color: #fff;
  text-align: center;
  margin-right: 0.75em;
  transition: 0.5s ease all;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
}

form [type="radio"]:checked + span:before {
  background: #f6891b;
}

form [type="radio"][value=yes]:focus + span:after,
form [type="radio"][value=yes]:checked + span:after {
  content: '\f107';
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  right: 0;
  bottom: -30px;
}

form .error {
  display: none !important;
}

form #phone-error {
  display: block !important;
  font-size: 14px;
  color: #f00;
  margin-bottom: 0px;
  margin-top: 5px;
  font-style: italic;
}

form .label > p {
  display: none;
}

.doors-row {
  display: none;
  margin-top: 20px;
}

.doors-row.show {
  display: block;
}

footer .footer-top {
  background-color: #f6891b;
  padding: 20px;
}

footer .footer-top img {
  max-width: 100%;
  height: auto;
}

footer .footer-bottom {
  background-color: #272727;
  padding: 20px;
  font-size: 13px;
  color: #cccccc;
  font-weight: bold;
}

footer .footer-bottom p {
  line-height: 1.5em;
}

footer .footer-bottom img {
  margin-bottom: 20px;
}

footer .footer-bottom a {
  color: #fff;
  text-decoration: underline;
}

.msg {
  text-align: center;
  padding: 5px;
  font-size: 15px;
  margin-bottom: 10px;
}

.msg.error {
  background-color: #ffeeee;
  border: 1px solid #bb0000;
  color: #bb0000;
}

.msg.success {
  background-color: #eeffee;
  border: 1px solid #005500;
  color: #005500;
}

/** Utility Classes **/
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.maxwidth {
  max-width: 880px;
  margin: 0 auto;
}

.thankyou .thankyou-section {
  min-height: calc(100vh - 378px);
}
