body {
  color: black;
  font-family: Arial;
  background-color: white;
  margin: 0 8px;
  padding: 0;
}

textarea {
  color: black;
  font-family: Arial;
}

input {
  color: black;
  font-family: Arial;
}

select {
  color: black;
  font-family: Arial;
}

.steps {
  color: black;
  font-family: Arial;
}

.ccc-hdr h2.h3 {
  font-weight: normal;
}

.p--alert {
  text-transform: none;
  color: red;
  margin: 2em 0 0;
}

@media (min-width: 520px) {
  .p--alert {
    margin-left: 100px;
  }
}

a:link {
  font-family: Arial;
}

a:visited {
  font-family: Arial;
}

a:active {
  font-family: Arial;
}

.steptable {
  border-right: black thin solid;
  border-top: black thin solid;
  MARGIN: 0px;
  border-left: black thin solid;
  color: black;
  border-bottom: black thin solid;
  font-family: Arial;
  background-color: white;
}

.blaze {
  font-weight: bolder;
  color: black;
  font-family: Arial;
  background-color: #efefef;
}

.detailstext {
  font-weight: bolder;
  color: black;
  background-color: white;
}

.description {
  background-color: #f7f3f0;
  padding: 1em;
}

.description h4:first-child,
.description p:first-child {
  margin-top: 0;
}

.description p:last-child {
  margin-bottom: 0;
}

.description.plaintext {
  white-space: pre-wrap;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 95%;
}

div.margin {
  margin-left: 40px;
}

dt.label {
  font-weight: bold;
}

dl.inline dd {
  display: inline;
  margin: 0;
}

dl.inline dd:after {
  display: block;
  content: '';
  margin-bottom: 1em;
}

dl.inline dt {
  display: inline-block;
  min-width: 100px;
}

.multiline {
  display: block !important;
  padding-left: 32px;
}

.hidden {
  display: none;
}

dd.follow-on:after {
  margin-bottom: 0px !important;
}

dd.space-before {
  margin-top: 1em;
}

dd.extra-space-before {
  padding-top: 1em;
}

dd ul.other-names {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

dt.hidden {
  display: none;
}

header,
footer,
nav,
section,
main {
  display: block;
}

.header {
  padding: 8px 4px 2px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo {
  margin: 0 5% 0 0;
}

.header-heading {
  margin: 0;
  font-size: 20px;
}

@media (min-width: 576px) {
  .header-heading {
    font-size: 32px;
  }
}

footer {
  padding: 2px 4px 12px;
  text-align: right;
}

main {
  padding-bottom: 18px;
}

.footer-copyright {
  font-size: 13px;
  font-style: italic;
}

.invisible {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

form {
  margin-left: auto;
  padding-bottom: 4px;
}

@media (min-width: 520px) {
  form {
    margin-left: 100px;
  }
}

.p--intro + form {
  padding-top: 48px;
}

.p--alert + form {
  padding-top: 14px;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 370px;
  margin-bottom: 5px;
}

.form-group--buttons {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 20px;
}

@media (min-width: 520px) {
  .form-group--buttons {
    max-width: 100%;
    margin: 16px 0 32px;
  }
}

@media (min-width: 992px) {
  .form-group--buttons {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 22px 0 44px;
  }
}

.label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  padding-right: 8px;
  margin-right: 1px;
  font-weight: bolder;
  color: black;
  font-family: Arial;
  background-color: white;
}

@media (min-width: 520px) {
  .label {
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
  }
}

@media (max-width: 380px) {
  form input[type=text] {
    max-width: 194px;
  }
}

.form-help {
  -webkit-flex: 0 1 228px;
  -ms-flex: 0 1 228px;
  flex: 0 1 228px;
  margin-left: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5px;
  margin-top: 1px;
}

@media (min-width: 520px) {
  .form-help {
    margin-left: 180px;
  }
}

.form-help a + a {
  margin-left: 2px;
}
#ccc h3,
#ccc h2 {
  line-height: 1.15 !important;
  font-family: Georgia,"Times New Roman",Times,serif !important;
  font-weight: normal !important;
}

#ccc .ccc-link + .ccc-link {
  border-width: 0;
  text-decoration: underline;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 8px !important;
  margin-right: 8px !important;
}

#ccc .ccc-notify-button {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #111125 !important;
  font-weight: 700 !important;
}

#ccc .ccc-notify-buttons {
  padding-left: 16px;
}

#ccc #ccc-notify p {
  opacity: 1;
}

@media (min-width: 768px) {
  #ccc #ccc-recommended-settings,
  #ccc #ccc-reject-settings {
    width: 48%;
  }
}