/* brand styles */
html {
  min-height: 0;
  height: auto;
}

body {
  background-color: #fff;
  min-height: 0;
  height: auto;
}

#wrapper {
  min-height: 0;
  height: auto;
}

#page-wrapper {
  min-height: 0;
  display: block;
  max-width: 1366px;
}

#content {
  padding: 3rem 1rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.edit-obj .form-group label {
  font-size: 0.8125rem;
}
.edit-obj .form-group .custom-control-label {
  margin-bottom: 0;
}

.custom-control-inline {
  height: 36px;
}

label {
  font-size: 0.8125rem;
}

.btn {
  padding: 8px 17px;
  border-radius: 20px;
  border: 2px solid #cf000e;
}

.logo {
  text-align: center;
  display: block;
  max-width: 250px;
  margin: 0 auto;
}
.logo svg {
  max-width: 250px;
  max-height: 63px;
}

.guest-prod-registration .prod-reg-instructions {
  color: #3E3E40;
  font-size: 12pt;
}
@media (min-width: 992px) {
  .guest-prod-registration .prod-reg-instructions {
    padding: 0.25rem 23rem;
  }
}
.guest-prod-registration .prod-reg-instructions a {
  color: #3E3E40;
  text-decoration: underline;
}
.guest-prod-registration .progress-bar-container {
  margin: 3rem;
}
@media (max-width: 991.98px) {
  .guest-prod-registration .progress-bar-container {
    margin: 1rem;
  }
}
.guest-prod-registration .progress-bar-container svg {
  width: 100%;
  height: 50px;
}
@media (max-width: 991.98px) {
  .guest-prod-registration .progress-bar-container svg {
    height: 100px;
  }
  .guest-prod-registration .progress-bar-container svg text {
    font-size: 14px;
  }
}
.guest-prod-registration .progress-bar-container svg text {
  font-size: 10px;
}
@media (min-width: 768px) {
  .guest-prod-registration form#edit-registration {
    padding: 0 10rem;
  }
}
.guest-prod-registration form#edit-registration span.optLabel {
  color: #858585;
  opacity: 0.25;
  padding-left: 10px;
}
.guest-prod-registration form#edit-registration .section-header-with-back {
  display: flex;
  justify-content: space-between;
}
.guest-prod-registration form#edit-registration .section-header-with-back h2 {
  width: 70%;
}
.guest-prod-registration form#edit-registration .section-header-with-back div {
  width: 15%;
}
.guest-prod-registration form#edit-registration .section-header-with-back .back-link {
  cursor: pointer;
}
.guest-prod-registration form#edit-registration .section-header-with-back .back-link span.back-text {
  font-size: 0.75rem;
  padding-left: 5px;
}

body.csp-entry {
  font-family: helvetica, sans-serif;
  font-size: 16px;
  background: #f4f8fa;
}
body.csp-entry * {
  box-sizing: border-box;
}
body.csp-entry div.guest-csp-entry {
  background: #fff;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  box-shadow: 0 4px 8px 0 rgba(53, 105, 128, 0.3), 0 6px 20px 0 rgba(165, 200, 213, 0.41);
}
body.csp-entry div.guest-csp-entry div.form-container {
  padding: 40px;
}
body.csp-entry div.guest-csp-entry div.form-container form.csp-web-entry h1 {
  font-size: 28px;
}
body.csp-entry div.guest-csp-entry div.form-container form.csp-web-entry label {
  width: 100%;
  line-height: 20px;
  margin-bottom: 4px;
  text-transform: none;
  font-weight: normal;
  color: black;
}
body.csp-entry div.guest-csp-entry div.form-container form.csp-web-entry label sup {
  color: red;
}
body.csp-entry div.guest-csp-entry div.form-container form.csp-web-entry input:not([type=file]) {
  padding: 10px 15px;
  width: 100%;
  border-radius: 15px;
  background-clip: padding-box;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
}
body.csp-entry div.guest-csp-entry div.form-container form.csp-web-entry input:not([type=file]):focus {
  outline: none;
}
body.csp-entry div.guest-csp-entry div.form-container form.csp-web-entry .select2-selection {
  border-radius: 15px;
  background-clip: padding-box;
  border: 1px solid #cbd6e2;
  background-color: #f5f8fa;
}
body.csp-entry div.guest-csp-entry div.form-container form.csp-web-entry div.field {
  margin-bottom: 4px;
  width: 100%;
}
body.csp-entry div.guest-csp-entry div.form-container form.csp-web-entry label div.sub-label {
  font-size: smaller;
  color: #7C98B6;
}
body.csp-entry div.guest-csp-entry div.form-container div.row {
  margin-bottom: 18px;
  line-height: 24px;
}
body.csp-entry div.guest-csp-entry div.form-container button[type=submit] {
  background: #b51a2e;
  border-color: #b51a2e;
  color: #ffffff;
  font-family: helvetica;
  line-height: 12px;
  font-size: 12px;
  border-radius: 15px;
  border: 1px solid;
  padding: 12px 24px;
}
body.csp-entry div.guest-csp-entry div.logo-container {
  margin-bottom: 3px;
  line-height: 24px;
  padding: 15px;
}
body.csp-entry div.guest-csp-entry div.logo-container svg {
  width: 250px;
  max-width: 250px;
  display: block;
  margin: 0px auto;
}

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