html[data-site-busy="1"] #memberApplicationForm {
  opacity: 0.8;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#correspondence1Area .cossCorrHelperEmailsSection {
  margin-top: 2px;
}
#correspondence1Area .cossCorrHelperEmailsSection #correspondence1EmailType1EmailAddressTextbox {
  width: 100%;
}

.siteFieldList > * > .siteFieldList {
  display: block;
}

section.siteMainLevel > header h1 {
  text-transform: uppercase;
  font-size: 21px;
}

.educationArea > ul > li > span > .otherChooser > .cossChooser {
  width: 100%;
}

#endDateSelect, label[for=endDateSelect] {
  vertical-align: middle;
}

.otherField {
  margin-top: 1px;
  display: block;
}

@media (min-width: 600px) {
  #toolbarContainer > * {
    display: inline-block;
    margin: 0;
    vertical-align: top;
  }
  #toolbarContainer > *:last-child {
    text-align: right;
  }
}
@media (min-width: 1000px) {
  .personalInfoArea > * {
    display: inline-block;
    margin: 0 0 0 2em;
    width: 50%;
    vertical-align: top;
  }
  .educationArea > * {
    display: inline-block;
    margin: 0 0 0 2em;
    width: 50%;
    vertical-align: top;
  }
}
@media all and (max-width: 799px) {
  .personalInfoArea .siteFieldList > li {
    margin-top: 13px;
    padding: 0;
  }
  .personalInfoArea .siteFieldList > li label:first-child {
    margin: 0;
    width: 100%;
  }
  .educationArea .siteFieldList > li {
    margin-top: 13px;
    padding: 0;
  }
  .educationArea .siteFieldList > li label:first-child {
    margin: 0;
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
