.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.radio-button-field {
  display: inline-block;
  width: 200px;
  padding: 9px 15px;
  border-radius: 20px;
  background-color: #2eb9db;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 17px;
  text-align: center;
  cursor: pointer;
}

.step-one-button {
  margin-bottom: 6px;
  background-color: #ff5c5c;
}

.radio-button-4 {
  display: none;
}

.other-step {
  display: none;
}

.button-6 {
  background-color: #ff5c5c;
}

.branching-form {
  width: 100%;
}

.branching-form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #0f0f0f;
}

.submit-button-4 {
  width: 100%;
  background-color: #2eb9db;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-8 {
  padding: 8px 15px;
  background-color: #ff5c5c;
}

.button-8.enabled {
  display: none;
}

.button-8.disabled {
  background-color: #949494;
}

.branch-form-container {
  width: 700px;
  padding: 20px 20px 10px;
  border: 3px solid #2eb9db;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 #2aadd4;
  color: #0f0f0f;
}

.step-1 {
  display: block;
}

.zip-step {
  position: relative;
  display: none;
}

.radio-button {
  display: none;
  margin-left: 0px;
}

.final-step {
  display: none;
}

.html-embed-4 {
  margin-bottom: 11px;
}

.step-2 {
  display: none;
}

.step-title {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.radio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.distance-step {
  display: block;
}

.date-step {
  display: none;
}

.step-3 {
  display: none;
}

.html-embed-5 {
  max-width: 100%;
}

.form {
  width: 100%;
}

.radio-container3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 10px;
}

.radio-button-field3a {
  display: inline-block;
  width: 100%;
  padding: 9px 15px;
  border-radius: 20px;
  background-color: #2eb9db;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.radio-button-label {
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.radio-button-label-2 {
  font-weight: 700;
}

.radio-button-label-3 {
  font-weight: 700;
}

.radio-button-label-4 {
  font-weight: 700;
}

.radio-button-label-5 {
  font-weight: 700;
}

.radio-button-label-6 {
  font-family: Exo, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.radio-button-label-7 {
  font-size: 17px;
  font-weight: 700;
}

.radio-button-field3b {
  display: inline-block;
  width: 100%;
  padding: 9px 15px;
  border-radius: 20px;
  background-color: #eec511;
  font-family: Exo, sans-serif;
  color: #0a0a0a;
  text-align: center;
  cursor: pointer;
}

.text-block-4 {
  width: 434px;
  margin-right: auto;
  margin-left: auto;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.heading-4 {
  padding: 6px 12px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 94.7%, 0.34);
  font-family: Exo, sans-serif;
  color: #3f972e;
  font-size: 15px;
  text-align: center;
}

.checkbox-label-2 {
  font-family: Exo, sans-serif;
  font-size: 12px;
}

.checkbox-label-3 {
  margin-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
}

.info {
  display: block;
  padding: 25px 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-header-wrapper {
  width: 100%;
}

.heading-3 {
  font-family: Exo, sans-serif;
  font-size: 35px;
}

.text-span {
  color: red;
}

.text-block-2 {
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-3 {
  margin-top: 20px;
  padding-top: 0px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.image {
  padding: 0px;
}

.heroes {
  padding-top: 106px;
  padding-bottom: 106px;
  background-color: #fff;
  background-image: url('../images/email-banner-copy.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.container {
  padding: 23px;
}

.heading-2 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.text-span-2 {
  color: #34b5ff;
}

.button-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 70px;
  margin: 20px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #2eb9db;
  font-family: Exo, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.button-9:hover {
  background-color: #3090a8;
}

.text-block {
  margin-top: -16px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.navbar {
  position: relative;
  top: 0px;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 225px;
  background-color: #fcfcfc;
}

.button {
  background-color: #2eb9db;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.button.w--current {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

.section-4 {
  padding-top: 70px;
  padding-bottom: 60px;
  padding-left: 0px;
  text-align: center;
}

.section-4.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section-4.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #2eb9db;
  font-family: Exo, sans-serif;
  color: #939596;
  font-size: 14px;
}

.text-block-11 {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12 {
  font-size: 15px;
}

.text-block-13 {
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.section-5 {
  margin-bottom: 40px;
}

.text-span-3 {
  color: #f50a0a;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-column-gap: 0px;
}

.heading-5 {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  color: #3f972e;
  font-size: 30px;
  text-align: center;
}

.text-block-14 {
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 17px;
  text-align: center;
}

.heading-6 {
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.text-field {
  font-family: Exo, sans-serif;
}

.text-field-2 {
  font-family: Exo, sans-serif;
}

.text-field-3 {
  font-family: Exo, sans-serif;
}

.text-field-4 {
  font-family: Exo, sans-serif;
}

@media screen and (max-width: 991px) {
  .heading-2 {
    font-size: 35px;
  }

  .button-9 {
    width: 50%;
    font-size: 25px;
  }

  .navbar {
    grid-column-gap: 350px;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 30px;
  }

  .button-9 {
    width: 50%;
    line-height: 25px;
  }

  .navbar {
    grid-column-gap: 150px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .branch-form-container {
    width: 95%;
  }

  .heading-2 {
    font-size: 23px;
    line-height: 35px;
  }

  .button-9 {
    width: 70%;
    font-size: 20px;
    line-height: 23px;
  }

  .text-block {
    font-size: 9px;
  }

  .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-row-gap: 10px;
  }
}

