.dialog-backdrop [role="alertdialog"], .dialog-backdrop [role="dialog"] {
  box-sizing: border-box;
  min-height: 100vh;
}

.dialog_form .label_text {
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
  margin: 1em 0;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.dialog_form .label_info {
  box-sizing: border-box;
  font-size: 12px;
  display: block;
}

.dialog_form_item {
  border-bottom: 1px solid rgba(42, 42, 42, .24);
  margin: 40px 0;
  padding-bottom: 30px;
  font-size: 0;
}

.dialog_form_item.no-border, .dialog_form_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.dialog_form_item .wide_input {
  box-sizing: border-box;
  display: block;
}

.dialog_form_item .wide_input select, .dialog_form_item .wide_input label {
  box-sizing: border-box;
  color: rgba(42, 42, 42, .72);
  cursor: pointer;
  border: 1px solid #ccc;
  width: 100%;
  margin: 1em 0;
  padding: .5em 1em;
  font-size: 16px;
  display: block;
}

.dialog_form_item .wide_input input[type="radio"] {
  height: 48px;
  position: absolute;
  left: -10000px;
}

.dialog_form_item .wide_input label:hover, .dialog_form_item .wide_input label:focus {
  color: #2a2a2a;
  border-color: #2a2a2a;
}

.dialog_form_item .wide_input input[type="radio"]:checked ~ label {
  color: #2a2a2a;
  border-color: #2a2a2a;
}

.dialog_form_item .wide_input input[type="radio"]:focus ~ label {
  outline: none;
  box-shadow: 0 0 0 2px #000, 0 0 0 5px #b9dc0c;
}

.dialog_form_item .wide_input input[type="radio"]:checked ~ label:after {
  float: right;
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTkgMTYuMkw0LjggMTJsLTEuNCAxLjRMOSAxOSAyMSA3bC0xLjQtMS40TDkgMTYuMnoiIGZpbGw9IiMyYTJhMmEiLz48L3N2Zz4=");
  width: 1.5em;
  height: 1.5em;
}

.dialog_form_actions {
  text-align: center;
  padding: 0 20px 20px;
  overflow: hidden;
}

.dialog_form_actions button {
  color: #fff;
  cursor: pointer;
  background: #2a2a2a;
  border: none;
  padding: 8px 24px;
}

.dialog_form_actions .minor {
  color: rgba(42, 42, 42, .72);
  background: none;
  text-decoration: underline;
}

@media only screen and (min-width: 720px) {
  .dialog_form_actions .left {
    float: left;
  }

  .dialog_form_actions .right {
    float: right;
  }
}

.dialog_form_actions .dialog_form_actions_bottom {
  margin-top: 16px;
}

.dialog_close_button {
  float: right;
  height: 25px;
  position: absolute;
  top: 10px;
  left: 92%;
}

.dialog_close_button img {
  border: 0;
}

.dialog_desc {
  padding: 10px 20px;
}

.default_dialog h2 {
  font-size: 2.1rem;
}

@media only screen and (min-width: 720px) {
  .default_dialog h2 {
    font-size: 2.45rem;
  }
}

@media only screen and (min-width: 1280px) {
  .default_dialog h2 {
    font-size: 3.5rem;
  }
}

.dialog-backdrop {
  z-index: 9000;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  padding: calc(9.69vw - 15px) calc(29.79vw - 79.333px);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
}

.dialog-backdrop.active {
  display: block;
}

.dialog-backdrop .close-button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  position: absolute;
  top: .8em;
  right: 2.2em;
}

@media only screen and (min-width: 720px) {
  .dialog-backdrop .close-button {
    top: 2.2em;
  }
}

.dialog-backdrop .close-button .icon {
  filter: brightness(80%);
  font-size: 2.65em;
}

.no-scroll {
  overflow-y: auto !important;
}

.has-dialog {
  overflow: hidden;
}

.notes {
  width: 33%;
  min-width: 400px;
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
}

.info-modal-anchor:link {
  color: inherit;
}

.info-modal-anchor span {
  margin-left: .5em;
}
