@font-face {
  font-family: "Druk Wide";
  src: url("fonts/Copy\ of\ DrukWide-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("fonts/NeuzeitGro-Bol.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("fonts/NeuzeitGro-Reg.otf") format("opentype");
  font-weight: 500;
}

@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("fonts/NeuzeitGro-Lig.otf") format("opentype");
  font-weight: 400;
}

body {
  font-size: 12px;
  position: relative;
  font-family: "Neuzeit Grotesk", sans-serif;
  color: black;
  max-height: 560px;
  max-width: 1100px;
  margin: 0 auto;
}

h1 {
  font-weight: 500;
  font-family: "Druk Wide";
}

h2 {
  font-weight: 300;
}

.d-flex-not-important {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}

.messageValidation {
  height: 11px;
  color: red;
}

input {
  height: 38px;
  text-align: center;
  border: 1px solid #d8d8d8;
  padding-top: 4px;
}

input,
button,
.mulholland-checkbox-reminder label:before {
  border-radius: 0px;
}

input,
button {
  margin-top: 5px;
  margin-bottom: 5px;
}

input:focus,
button:focus {
  outline: none;
}

input:focus::placeholder {
  color: transparent;
}

button {
  color: white;
  background-color: #d93134;
  border: 1px solid #d93134;
  font-size: 16px;
  height: 42px;
  line-height: 46px;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
  font-weight: 500;
  cursor: pointer;
}

.mulholland-checkbox-reminder label {
  line-height: 1em;
}

.mulholland-checkbox-reminder label:before {
  content: "";
  border: 1px solid #d8d8d8;
  float: left;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  font-size: 0.9em;
  line-height: 0.9em;
  cursor: pointer;
}

.mulholland-checkbox-reminder input:checked + label:before {
  content: "\f00c";
  background: #fff;
  font-family: "FontAwesome";
}

.disclaimer {
  font-size: 12px;
  line-height: 14px;
  color: #9d9d9d;
  text-align: center;
  margin-top: 3px;
}

#footer a,
#footer span {
  color: #8b8b8b;
}

@media (min-width: 768px) {
  body,
  html {
    min-height: 560px;
  }
  .content-container {
    width: 550px;
    background: white;
  }

  h1 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 141px;
    margin-bottom: 14px;
  }

  h2 {
    font-size: 21px;
    line-height: 25px;
  }

  [data-fbuy-state="Thanks"] h1 {
    margin-top: 168px;
    font-size: 40px;
    line-height: 27px;
    margin-bottom: 23px !important;
  }

  .thanks-text {
    font-size: 21px;
  }

  .background-image-container {
    width: 50%;
    height: 100%;
  }

  .flex-row-column {
    flex-direction: row;
  }

  .background-image {
    width: 550px;
    height: 560px;
    left: 0;
  }

  .everything-width {
    width: 341px;
  }

  #footer {
    position: absolute;
    bottom: 3px;
    width: 50%;
    display: flex;
    justify-content: space-between;
    right: 0;
    padding: 0 8px;
  }
}

@media (max-width: 767px) {
  body,
  html {
    min-height: 500px;
  }
  .widget {
    min-height: 560px;
  }

  h1 {
    font-size: 21px;
    line-height: 27px;
    margin-top: 30px;
  }

  [data-fbuy-state="Thanks"] h1 {
    font-size: 28px;
    margin-bottom: 20px !important;
  }

  h2 {
    font-size: 18px;
    line-height: 21px;
  }

  .thanks-text {
    font-size: 19px;
    line-height: 23px;
  }

  button {
    height: 40px;
  }

  input {
    height: 36px;
  }

  .everything-width {
    width: 239px;
  }

  .disclaimer {
    width: 78%;
    margin: 0 auto;
  }

  .thanks-text {
    width: 200px;
  }

  .background-image {
    width: 100%;
    height: auto;
    top: 0;
  }

  .flex-row-column {
    flex-direction: column;
  }

  #footer {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
