/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 16 2020 | 10:50:37 */
form#signup-form {
  padding-left: 55px;
  width: 471px;
  padding-right: 63px;
  padding-top: 30px;
}
#signup-form h1 {
  font-size: 33px;
  font-family: Helvetica Neue LT Std !important;
  color: #000;
  margin-bottom: 20px;
}
.containerhd {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}
.rowhd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
.colhd-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 246px;
  flex: 0 0 210px;
  max-width: 210px;
}
.colhd-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 122px;
  max-width: 122px;
}
.colhd-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.colhd {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
#signup-form input[type="text"]::placeholder,
#signup-form input[type="email"]::placeholder {
  font-size: 11px !important;
}
#signup-form input[type="text"],
#signup-form input[type="email"] {
  height: 46px;
  width: 100%;
  padding-left: 10px;
  font-size: 11px !important;
  border: 0;
  border-radius: 0 !important;
  font-family: Helvetica Neue LT Std !important;
}
.form-check label {
  font-size: 17px;
  color: #707070;
  font-weight: 400;
  font-family: Helvetica Neue LT Std !important;
  margin-left: 25px;
}
.form-check-input {
  position: relative;
  width: 0;
  margin: 0;
  margin-bottom: 7px;
  margin-right: 5px;
}
.form-check-input:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: #fff;
  top: 0;
  left: 0;
}
#signup-form input[type="text"] {
  margin-bottom: 20px;
}
.form-check {
  display: flex;
  align-items: center;
  margin-bottom: 3px !important;
}
.form-check-input:checked:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  width: 2px;
  height: 18px;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.rowhd.inputRow {
  justify-content: space-between;
}
.colhd.colhd-12.subscribeButton input {
  width: 100%;
  height: 46px;
  font-size: 18px;
  border: 0;
  font-family: Helvetica Neue LT Std !important;
  background-color: #a4893d;
  box-shadow: unset !important;
  color: #fff;
  text-shadow: unset;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.colhd.colhd-12.subscribeButton input:hover {
  background: #000;
  transition: 0.3s all ease;
}
div#status {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center !important;
  width: 100%;
}

@media only screen and (max-width: 720px) {
  .rowhd {
    display: block;
    position: relative;
  }

  form#signup-form {
    padding: 20px !important;
    width: 100%;
  }

  .colhd.colhd-12.subscribeButton input {
  }

  form#signup-form input {
  }

  .colhd-7 {
    width: 100% !important;
    margin: 0 !important;
    max-width: 100%;
    margin-bottom: 30px !important;
  }

  .colhd-7 input {
  }
}
