/* Extra small devices (portrait phones, less than 576px) - No media query for `xs` since this is the default in Bootstrap */

body {
  font-family: 'Meta', 'Arial', 'Helvetica', sans-serif;
  color: #000000;
}

h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #252525;
}
p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #464646;
}
#header {
  border-bottom: solid 1px #ebebeb;
}
.container {
  max-width: 1200px;
  padding: 0 20px;
}
.logo {
  padding: 22px 20px;

}
.logo img {
  width: 200px;
  height: auto;
}
.hero img {
  max-width: 100%;
  height: auto;
}
label {
  font-size: 12px;
  color: #121212;
}
.form-control {
  border-color: #000000;
  border-radius: 0;
  height: 44px;
}

.btn-primary {
  background-color: #cc331e;
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 48px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background-color: #cc331e;
}

.btn-primary.secondary {
  background-color: #cc331e;
}
.btn-primary {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
div.confirmation {
  padding: 60px 20px;
}
.form-group {
  position: relative;
}
.invalid-feedback {
  position: absolute;
  top: 0;
  left: 90px;
  font-size: 11px;
  line-height: 18px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .invalid-feedback {
    left: 90px;
  }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .btn-primary {
    background-color: #cc331e;
    border: 0;
    border-radius: 5;
    width: 232px;
    height: 48px;
  }
}

}
