@font-face {
  font-family: 'Graphit';
  src: url('../fonts/Graphit-Regular.otf') format("opentype");
}
@font-face {
  font-family: 'Graphit';
  font-weight: bold;
  src: url('../fonts/Graphit-Bold.otf') format("opentype");
}
@font-face {
  font-family: 'Graphit';
  font-weight: lighter;
  src: url('../fonts/Graphit-Light.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-LtCn';
  src: url('../fonts/HelveticaNeueLTStd-LtCn.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Md';
  src: url('../fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*, div {
/*  outline: 1px solid rgba(0,0,0,0.125); */
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.mbc article,
.mbc aside,
.mbc details,
.mbc figcaption,
.mbc figure,
.mbc footer,
.mbc header,
.mbc hgroup,
.mbc nav,
.mbc section {
  display: block
}
.mbc button,
.mbc input,
.mbc select,
.mbc textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  box-shadow: none;
}
.mbc textarea {
  overflow: auto;
  vertical-align: top
}
.mbc input[type="button"],
.mbc input[type="submit"] {
  -webkit-appearance: none !important;
}
:focus {
  outline: 0;
}
.mbc table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}
.mbc td {
  vertical-align: top;
}
.mbc a {
  outline: none;
  cursor: pointer;
  cursor: pointer;
  color: inherit;
}

/* Plaecholder opacity */
.mbc input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.mbc input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.mbc input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.mbc input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.mbc textarea::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.mbc textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.mbc textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.mbc textarea:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.mbc button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
}

/* PAGE STRUCTURE */
body.mbc {
  margin: 0;
  padding: 0;
  font-family: "Graphit";
  font-size: 18px;
  color: rgb(101,101,101);
}
.mbc .wrapper {
  width: 100%;
}
.mbc .main {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 0px;
}
.mbc a,
.mbc button {
  display: inline-block;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.mbc p {
  color: #58595B;
}

/* HEADER + HERO IMAGE */
.mbc header {
  text-align: center;
  position: relative;
  padding: 24px;
  width: 100%;
}
.mbc header .header-inner {
  position: relative;
  height: 476px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #65185a;
  border-bottom: 10px solid #ffa300;
  overflow: hidden;
}
.mbc header .header-inner .main {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
}
.mbc header .header-inner .main img {
  position: absolute;
  width: 102%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.mbc header .header-corner-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: auto;
}

/* Section1 Style */
.mbc .section1 {
  padding: 24px 0 0;
}
div, * {
  box-sizing: border-box;
}

/** FORM */
.mbc .section1 form label {
  font-weight: normal;
  color: #58595B;
  min-width: 130px;
  padding-right: 15px;
  white-space: nowrap;
}
.mbc .section1 form label[for="postcode"] {
  min-width: 0;
  flex-shrink: 0;
  padding: 0 15px;
}
.mbc .section1 form label[for="reason-for-contact"] {
  flex-shrink: 0;
}
.mbc .section1 form input[type="text"],
.mbc .section1 form input[type="email"] {
  height: 32px;
  border: 1px solid #65185a;
  font-family: "Graphit", sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #58595B;
  padding: 8px 8px;
  width: 100%;
  line-height: 1;
}
.mbc .section1 form select {
  height: 32px;
  border: 1px solid #65185a;
  font-family: "Graphit";
  font-weight: normal;
  font-size: 18px;
  color: #58595B;
  width: 100%;
  line-height: 1;
}
.mbc .section1 form select[name="state"] {
  width: 130px;
}
.mbc .section1 form .form-row label {
  line-height: 1.45;
}
.mbc .section1 form {
  margin-bottom: 10px;
}
.mbc .section1 .form-sec {
  padding-bottom: 50px;
}
.mbc .section1 form .form-row {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 12px;
  align-items: center;
}

/** CHECKBOX SINGLE */
.mbc .section1 form .form-row--checkbox {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.mbc .section1 form .form-row--checkbox input[type="checkbox"] {
  opacity: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.mbc .section1 form .form-row--checkbox label {
  width: 130px;
  flex: 1;
  line-height: 1;
  margin-left: 20px;
}
.mbc .section1 form .form-row--checkbox label::before,
.mbc .section1 form .form-row--checkbox label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  pointer-events: none;
  border: 1px solid #4DACA8;
}
.mbc .section1 form .form-row--checkbox label::after {
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
  transform: translate(-50%, -50%);
  border: none;
  transition: 0.3s;
}
.mbc .section1 form .form-row--checkbox input[type="checkbox"]:checked+label::after {
  background: #65185a;
  background: linear-gradient(150deg, #f5a8da 10%, #65185a 50%);
}

/** RADIO CHECKBOXES */
.mbc .section1 form .form-row--radio {
  display: flex;
  align-items: flex-start;
}
.mbc .section1 form .form-row--radio .radio-rows {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mbc .section1 form .form-row--radio .radio {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.mbc .section1 form .form-row--radio .radio:nth-child(1) {
  padding-bottom: 4px;
}
.mbc .section1 form .form-row--radio .radio-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  flex-shrink: 1;
}
.mbc .section1 form .form-row--radio .radio:nth-child(2) .radio-wrapper {
  width: 15%;
}
.mbc .section1 form .form-row--radio .radio-wrapper input[type="radio"] {
  opacity: 0;
  width: 35px;
  height: 30px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.mbc .section1 form .form-row--radio .radio-wrapper label {
  white-space: nowrap;
  text-transform: capitalize;
  min-width: 0;
  padding: 0;
  margin-right: 20px;
}
.mbc .section1 form .form-row--radio label::before,
.mbc .section1 form .form-row--radio label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  pointer-events: none;
  border: 1px solid #65185a;
}
.mbc .section1 form .form-row--radio label::after {
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
  transform: translate(-50%, -50%);
  border: none;
  transition: 0.3s;
}
.mbc .section1 form .form-row--radio input[type="radio"]:checked+label::after {
  background: #65185a;
  background: linear-gradient(150deg, #f5a8da 10%, #65185a 50%);
}

/** FORM SUBMIT */
.mbc .section1 form .form-row--submit {
  justify-content: flex-end;
}
.mbc .section1 form .form-row--submit .submit-btn button {
  line-height: 1;
  background-color: #65185a;
  color: #fff;
  font-family: "Graphit";
  font-weight: normal;
  font-size: 26px;
  text-transform: capitalize;
  border: 1px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
  padding: 10px 30px 10px 30px;
  appearance: none;
  -webkit-appearance: none;
}
.mbc .section1 form .form-row--submit .submit-btn button:hover {
  background-color: #fff;
  border-color: #65185a;
  color: #65185a;
}
/** Row message */
.mbc .section1 form .form-row--message {
  display: flex;
  justify-content: flex-end;
  font-weight: normal;
  font-size: 18px;
  color: #58595B;
  padding: 0;
}
/** Form animation */
@keyframes sending-icon {
  0% { opacity: 0; width: 20px; transform: translate(-30px, 0); }
  30% { opacity: 1; width: 40px; }
  60% { transform: translate(30px, 0); width: 20px; }
  80% { opacity: 1; }
  100% { opacity: 0; transform: translate(30px, 0); width: 20px; }
}
form {
  position: relative;
}
#sending-icon {
  position: absolute;
  bottom: -15px;
  right: 30px;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #65185a;
  box-shadow: 6px 6px 12px rgba(0,0,0,0.25);
  display: none;
}
form.sending #sending-icon {
  animation-name: sending-icon;
  display: block;
}
form.sending .form-row {
  opacity: 0.65;
  pointer-events: none;
}

/** MANDATORIES */
.mandatories {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  margin-bottom: 100px;
  line-height: 1;
}
.mandatories .mandatories__row {
  margin-bottom: 24px;
  width: 100%;
}
.mandatories .mandatories__row p {}

/** MANDATORIES: LOGO */
.mandatories .mandatories__row--logo {

}
.mandatories .mandatories__row--logo img {
  width: 350px;
}

/** MANDATORIES: PBS */
.mandatories .mandatories__row--pbs {}
.mandatories .mandatories__row--pbs .mandatories__row--pbs-1 {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}
.mandatories .mandatories__row--pbs .mandatories__row--pbs-2 {
  font-family: "Graphit", sans-serif;
  font-weight: lighter;
  font-size: 18px;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
  color: rgba(120, 122, 124);
}
.mandatories .mandatories__row--pbs .mandatories__row--pbs-2 a {
  text-decoration: none;
}
.mandatories .mandatories__row--pbs .mandatories__row--pbs-3 {
  display: flex;
  justify-content: center;
  font-family: "HelveticaNeueLTStd-LtCn", sans-serif;
  color: black;
  font-weight: bold;
  font-size: 17px;
}
.mandatories .mandatories__row--pbs .mandatories__row--pbs-3 div {
  font-size: 30px;
  display: flex;
  align-items: flex-start;
  line-height: 0.75;
  margin-right: 10px;
}
.mandatories .mandatories__row--pbs .mandatories__row--pbs-3 p {
    /* display: flex; */
}
.mandatories .mandatories__row--pbs .mandatories__row--pbs-3 a {
  text-decoration: underline;
  color: #0fa5dd;
}

/** MANDATORIES: PRIVACY / CONTACT */
.mandatories .mandatories__row--privacy {
  text-align: left;
  font-family: "Graphit";
}
.mandatories .mandatories__row--contact {
  display: flex;
  justify-content: center;
}
.mandatories .mandatories__row--contact img {
  width: 100px;
  margin-right: 15px;
}
.mandatories .mandatories__row--contact p {
  width: 100%;
  text-align: left;
  padding: 0 15px;
}

/** SITE WIDTH */
@media(max-width: 1050px) {
  .mbc .main {
    max-width: 100%;
    padding: 0px 24px;
  }
}

/** IPAD LANDSCAPE **/
@media(max-width: 1024px) {
  .mbc header .header-inner {
    height: 440px;
  }
  .mbc header .header-inner .main img {
    width: 100%;
  }
  .mbc header .header-corner-logo {
    width: 250px;
  }
}

/** IPAD PORTRAIT **/
@media(max-width: 768px) {
  .mbc header .header-inner {
    height: 330px;
  }
  .mbc header .header-inner .main img {
    width: 100%;
  }
  .mbc header .header-corner-logo {
    width: 200px;
  }

  /** FORM */
  .mbc .section1 form label[for="checkbox-promo"] {
    min-width: 130px;
    white-space: normal;
  }
  .mbc .section1 .form-sec {
    padding-bottom: 20px;
  }

  /** RADIO CHECKBOXES */
  .mbc .section1 form .form-row--radio .radio {
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
  }
  .mbc .section1 form .form-row--radio .radio:nth-child(1) {
    flex-wrap: wrap;
  }
  .mbc .section1 form .form-row--radio .radio:nth-child(1) .radio-wrapper {
    width: 50%;
  }

  /** MANDATORIES **/
  .mandatories {
    font-size: 10px;
    margin-bottom: 0px;
  }
  .mandatories .mandatories__row {
    margin-bottom: 24px;
    width: 100%;
  }
  .mandatories .mandatories__row--logo img {
    width: 33%;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-1 {
    font-size: 14px;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-2 {
    font-size: 14px;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-2 a {
    text-decoration: none;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-3 {
    font-size: 14px;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-3 div {
    font-size: 30px;
  }
  .mandatories .mandatories__row--contact img {
    width: 50px;
    height: auto;
  }
  .mandatories .mandatories__row--contact p {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}

/** IPHONE LANDSCAPE **/
@media(max-width: 700px) {
  .mbc header {
    padding: 10px;
  }
  .mbc header .header-inner {
    height: 280px;
  }
  .mbc header .header-inner .main img {
    width: 95%;
  }
  .mbc header .header-corner-logo {
    width: 130px;
  }
}

/** IPHONE PORTRAIT **/
@media(max-width: 420px) {
  body.mbc {
    font-size: 16px;
  }

  .mbc header .header-inner {
    height: 200px;
  }
  .mbc header .header-inner .main img {
    width: 100%;
  }
  .mbc header .header-corner-logo {
    width: 130px;
  }

  .mbc .section1 .main {
    padding: 10px;
  }
  .mbc .section1 form .form-row--checkbox label {
    padding-right: 0;
  }
  .mbc .section1 form label {
    min-width: 100px;
    white-space: normal;
  }
  .mbc .section1 form .form-row--radio .radio,
  .mbc .section1 form .form-row--radio .radio:nth-child(1) {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .mbc .section1 form .form-row--radio .radio:nth-child(1) .radio-wrapper,
  .mbc .section1 form .form-row--radio .radio:nth-child(2) .radio-wrapper {
    padding-bottom: 0;
    width: 100%;
  }
  .form-row.form-row--2 {
    flex-wrap: wrap;
  }
  .form-row.form-row--2 label {
    width: 100px;
  }
  .mbc .section1 form label[for="postcode"] {
    padding: 0;
  }
  .mbc .section1 form .form-row.form-row--2 input {
    width: calc(100% - 100px);
    margin-bottom: 20px;
  }
  .mbc .section1 form label[for="reason-for-contact"] {
    width: 100px;
  }

  /** MANDATORIES **/
  .mandatories {
    font-size: 9px;
  }
  .mandatories .mandatories__row {
    margin-bottom: 24px;
    width: 100%;
  }
  .mandatories .mandatories__row--logo img {
    width: 50%;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-1 {
    font-size: 9px;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-2 {
    font-size: 12px;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-3 {
    font-size: 11px;
  }
  .mandatories .mandatories__row--pbs .mandatories__row--pbs-3 div {
    font-size: 25px;
  }
  .mandatories .mandatories__row--contact img {
    width: 40px;
    height: 30px;
  }
  .mandatories .mandatories__row--contact p {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
