.Accordion {
  margin: 40px 0;
}

.Accordion:after {
  content: "";
  display: table;
  clear: both;
}

#canadianStatesContainer {
    display: none;
}

#mexicanStatesContainer {
    display: none;
}

@media screen and (max-width: 767px) {
  .Accordion {
    margin: 30px 0;
  }
}

.Accordion .item {
  box-sizing: content-box;
  overflow: hidden;
  margin-bottom: 2px;
}

.Accordion .item[data-status="expanded"] {
  margin-bottom: 0;
}

.Accordion .panel[aria-hidden="true"],
.Accordion [data-status="disabled"] .panel {
  display: none;
}

.Accordion .target {
  position: relative;
  padding: 20px 50px 20px 25px;
  background: #ffcc31;
  color: #383838;
  font-size: 25px;
  font-family: "DIN W01 Medium"
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.3s ease;
}

.Accordion .target:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/chevron-left-rounded.svg) no-repeat center/auto 25px;
}

.Accordion .item[data-status="expanded"] .target {
  background: #333333;
  color: #fff;
}

.Accordion .item[data-status="expanded"] .target:after {
  background-image: url(../images/chevron-down-rounded-white.svg);
  background-size: 25px auto;
}

.Accordion .panel {
  padding: 20px 25px;
  background: #ebebeb;
  font-size: 18px;
}

.Accordion .panel p {
  line-height: 38px;
}

@media screen and (max-width: 767px) {
  .Accordion {
    margin-left: -20px;
    margin-right: -20px;
  }
  .Accordion .panel {
    padding: 15px 20px;
    font-size: 14px;
  }
  .Accordion .panel p {
    line-height: 26px;
  }
}

@media print {
  .Accordion .panel[aria-hidden="true"],
  .Accordion [data-status="disabled"] .panel {
    display: block;
  }
}

.Form-template-hero {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 479px) {
  .Form-template-hero {
    height: 120px;
  }
}

@media screen and (min-width: 768px) {
  .Form-template-body .Form .left-col {
    display: inline-block;
    vertical-align: top;
    width: 13.51351%;
  }
  .Form-template-body .Form .middle-col {
    display: inline-block;
    vertical-align: top;
    width: 63.06306%;
  }
  .Form-template-body .Form .error-msg {
    text-align: left;
  }
}

.Standard-form .form-divider {
  margin: 25px 0 20px;
}

@media screen and (min-width: 768px) {
  .Standard-form .form-indent {
    padding: 0 0 0 90px;
  }
}

@media screen and (min-width: 768px) {
  .Multi-step-form .Accordion .panel {
    font-size: 16px;
  }
  .Multi-step-form .Accordion .panel p {
    line-height: 24px;
  }
  .Multi-step-form .form-indent {
    padding: 0 0 0 60px;
  }
}

.form-element {
    margin-top: 1.2em !important;
}

div ~ fieldset {
    margin-top: 0.8em !important;
}

label ~ select {
    margin-top: 0.5em !important;
}

label ~ input {
    margin-top: 0.5em !important;
}

.radio-wrapper ~ .radio-wrapper {
    margin-top: 0.8em !important;
}

.checkbox-wrapper ~ .checkbox-wrapper {
    margin-top: 0.8em !important;
}

.inline-checkbox-wrapper {
    margin-top: 0;
    display: inline-block;
    padding-right: 1.0rem;
}

@media screen and (max-width: 767px) {
    .inline-checkbox-wrapper {
        margin-top: 0;
        display: block;
    }
}

.form-margin-fix {
    margin-top: 0 !important;
}
