body,
html {
  font-size: 16px;
}

/* Make exit workflow text on one line */
#exit-workflow {
  width: auto !important;
}

/* Update padding on exit workflow button */
.exit-workflow-text {
  padding: 5px !important;
}

body,
html {
  background-color: #f2f3f5 !important;
  min-width: 300px !important;
}

/* Links */
a {
  color: #165c96;
  text-decoration: underline;
}

a:focus,
a:hover {
  color: #0b2f4c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* Text */
p,
li,
figcaption {
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  color: #1c1e23 !important;
}

@media (max-width: 799px) {
  p,
li,
figcaption {
    font-size: 0.875rem !important;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  color: #1c1e23 !important;
}

h1 {
  font-size: 2.5rem !important;
}

@media (max-width: 799px) {
  h1 {
    font-size: 1.75rem !important;
  }
}
h2 {
  font-size: 1.75rem !important;
}

@media (max-width: 799px) {
  h2 {
    font-size: 1.4219rem !important;
  }
}
h3 {
  font-size: 1.3125rem !important;
}

@media (max-width: 799px) {
  h3 {
    font-size: 1.1487rem !important;
  }
}
h4 {
  font-size: 1.125rem !important;
}

@media (max-width: 799px) {
  h4 {
    font-size: 0.9844rem !important;
  }
}
/* SimpliGov header */
#formHeaderDiv {
  height: 0;
  margin: -10px 0;
}

/* Hide section breadcrumb titles */
#section-breadcrumbs {
  visibility: hidden !important;
}

/* Hide calendar */
.datetimepicker {
  display: none !important;
}

/* Hide print icon */
#print-preview {
  display: none !important;
}

/* Form label */
.form-label {
  color: #1c1e23 !important;
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
}

@media (max-width: 799px) {
  .form-label {
    font-size: 0.875rem !important;
  }
}
/* Bold all labels except Boolean checkbox */
.label-check-box,
.label-datepicker,
.label-drop-down,
.label-file-upload,
.label-radio-button,
.label-text-area,
.label-text-box {
  font-weight: 700 !important;
}

/* Help text */
.sub-heading {
  color: #494f5c !important;
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

@media (max-width: 799px) {
  .sub-heading {
    font-size: 0.875rem !important;
  }
}
/* Form field error message styling */
.required-text,
.requiredLabelEmail,
.regexErrorLabel,
.datePickerFormatError {
  font-style: normal !important;
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  color: #b3000f !important;
}

@media (max-width: 799px) {
  .required-text,
.requiredLabelEmail,
.regexErrorLabel,
.datePickerFormatError {
    font-size: 0.875rem !important;
  }
}
/* Position form field error messages */
.workflowContent .formFieldWrapper .required-text,
.workflowContent .formFieldWrapper .truncateWithEllipsis {
  position: relative !important;
  margin-top: 0.25rem !important;
}

/* Color for field required asterisks */
.form-label-required span[role=presentation],
.form-label-required span[style="color: red;"] {
  color: #b3000f !important;
}

/* Make large text field border radius consistent with other fields */
textarea {
  border-radius: 3px !important;
}

/* Focus for all text fields */
input[type=text]:focus,
textarea:focus {
  border: 2px solid #165c96 !important;
}

/* Remove shadow on all text fields except the large text field */
input[type=text].textfield:focus {
  box-shadow: none !important;
}

/* Dropdown focus and shadow */
.select2-container--bootstrap.select2-container--open .select2-selection,
.select2-container--bootstrap .select2-selection:focus,
.select2-container--bootstrap .select2-dropdown {
  border: 2px solid #165c96 !important;
  box-shadow: none !important;
}

/* Make dropdown list highlighted text white */
.select2-results__option--highlighted {
  color: #fff !important;
}

/* Upload field messages */
.k-dropzone .k-upload-status,
.k-file-information,
.k-file-name,
.k-file-size,
.k-file-validation-message {
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 400;
  font-size: 1rem !important;
}

@media (max-width: 799px) {
  .k-dropzone .k-upload-status,
.k-file-information,
.k-file-name,
.k-file-size,
.k-file-validation-message {
    font-size: 0.875rem !important;
  }
}
/* Make upload light gray color darker */
.k-icon.k-i-check,
.k-file-group.k-icon,
.k-dropzone .k-upload-status,
.k-file-name,
.k-file-size {
  color: #494f5c !important;
}

/* Make upload success message darker */
.k-file-success .k-file-validation-message {
  color: #145a06 !important;
}

/* Make upload error message darker */
.k-file-invalid .k-file-validation-message {
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  color: #b3000f !important;
}

@media (max-width: 799px) {
  .k-file-invalid .k-file-validation-message {
    font-size: 0.875rem !important;
  }
}
/* Make upload "invalid files" error message darker */
.validation-text.fileUploadErrorLabel.truncateWithEllipsis {
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  color: #b3000f !important;
}

@media (max-width: 799px) {
  .validation-text.fileUploadErrorLabel.truncateWithEllipsis {
    font-size: 0.875rem !important;
  }
}
/* Modal error support for small screens */
.modal-dialog {
  min-width: 250px !important;
}

/* Reduce size of file upload area and darken border */
.k-upload-files {
  width: 350px !important;
  max-width: 100% !important;
  border-color: #494f5c !important;
}

@media (max-width: 400px) {
  .k-upload-files {
    width: auto !important;
  }
}
/* Increase size of drag and drop file upload target area */
.k-widget {
  width: 100% !important;
}

/* Make drag and drop file upload area hover text darker */
.k-dropzone-hint {
  color: #0b2f4c !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  margin-bottom: 2rem !important;
  width: 100% !important;
  text-align: center !important;
}

@media (max-width: 799px) {
  .k-dropzone-hint {
    font-size: 0.875rem !important;
  }
}
/* Add border to drag and drop file upload target area */
.k-dropzone-active {
  border: 0.15rem dashed #1c1e23 !important;
  padding-bottom: 2rem !important;
}

/* Reduce image size on small sceens */
img {
  max-width: 100% !important;
  height: auto !important;
}

/* Reduce width of every form field on small screens */
input,
.select2-container.select2-container--bootstrap {
  max-width: 100% !important;
}

/* Add spacing to example documents and Thank You page logo */
.example-document,
.mbta-logo.thank-you-page {
  margin-bottom: 20px !important;
}

/* Button size and font */
.form-submit-button,
.form-section-next,
.form-section-prev,
#divWorkflowContent .buttonPopup.blue,
.buttonPopup.blue.big,
#noBtn.buttonPopup.big {
  font-family: "Inter UI", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 500 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  padding: 0.6rem 1.6rem !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  border: 1px solid transparent !important;
  -webkit-border-radius: 0.25rem !important;
  border-radius: 0.25rem !important;
}

/* Primary button colors */
.form-submit-button,
.form-section-next,
#divWorkflowContent .buttonPopup.blue,
.buttonPopup.blue.big {
  color: #fff !important;
  background-color: #165c96 !important;
  border-color: #165c96 !important;
}

/* Secondary button colors */
.form-section-prev,
#noBtn.buttonPopup.big {
  color: #165c96 !important;
  background-color: #fff !important;
  border-color: #165c96 !important;
}

/* Primary button active, focus, and hover */
.form-submit-button:active,
.form-submit-button:focus,
.form-submit-button:hover,
.form-section-next:active,
.form-section-next:focus,
.form-section-next:hover,
#divWorkflowContent .buttonPopup.blue:active,
#divWorkflowContent .buttonPopup.blue:focus,
#divWorkflowContent .buttonPopup.blue:hover,
.buttonPopup.blue.big:active,
.buttonPopup.blue.big:focus,
.buttonPopup.blue.big:hover,
.form-section-prev:active,
.form-section-prev:focus,
.form-section-prev:hover {
  color: #fff !important;
  background-color: #0f416a !important;
  border-color: #0e3b61 !important;
}

/* Secondary button active, focus, and hover */
.form-section-prev:active,
.form-section-prev:focus,
.form-section-prev:hover,
#noBtn.buttonPopup.big:active,
#noBtn.buttonPopup.big:focus,
#noBtn.buttonPopup.big:hover {
  color: #0b2f4c !important;
  background-color: #cee0f4 !important;
  border-color: #0e3b61 !important;
}

/* Button focus effects */
.form-submit-button:focus,
.form-submit-button:active:focus,
.form-section-next:focus,
.form-section-next:active:focus,
#divWorkflowContent .buttonPopup.blue:focus,
#divWorkflowContent .buttonPopup.blue:active:focus,
.buttonPopup.blue.big:focus,
.buttonPopup.blue.big:active:focus,
.form-section-prev:focus,
.form-section-prev:active:focus,
#noBtn.buttonPopup.big:focus,
#noBtn.buttonPopup.big:active:focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

/* Primary button active focus and hover effects */
.form-submit-button:active:focus,
.form-submit-button:active:hover,
.form-section-next:active:focus,
.form-section-next:active:hover,
#divWorkflowContent .buttonPopup.blue:active:focus,
#divWorkflowContent .buttonPopup.blue:active:hover,
.buttonPopup.blue.big:active:focus,
.buttonPopup.blue.big:active:hover {
  color: #fff !important;
  background-color: #0b2e4a !important;
  border-color: #061827 !important;
  outline: none !important;
}

/* Back and next button placement */
.form-section-buttons {
  text-align: left !important;
  margin-left: 10px !important;
  margin-top: 24px !important;
}

/* Secondary button active focus and hover effects */
.form-section-prev:active:focus,
.form-section-prev:active:hover,
#noBtn.buttonPopup.big:active:focus,
#noBtn.buttonPopup.big:active:hover {
  background-color: #cee0f4;
  border-color: #061827;
  outline: none !important;
}

/* Set k-button opacity */
.k-upload-files .k-upload-status,
.k-button.k-flat,
button.close {
  opacity: 1 !important;
}

/* Remove default dark hover effect */
.k-button.k-state-hover::before,
.k-button:hover::before {
  opacity: 0 !important;
}

/* Remove ease transition */
.k-button.k-flat {
  transition: none !important;
}

/* k-button */
.k-button.k-button-icon {
  text-align: center !important;
  white-space: wrap !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  font-size: 14px !important;
  color: #165c96 !important;
  background-color: #fff !important;
}

/* Modal close button */
button.close {
  text-align: center !important;
  white-space: wrap !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #165c96 !important;
  background-color: #fff !important;
  text-shadow: none !important;
  padding: 0 0.451em !important;
  line-height: 1.5 !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  font-size: 1.5rem !important;
}

/* k-button and close button active, focus, and hover */
.k-button.k-button-icon:active,
.k-button.k-button-icon:focus,
.k-button.k-button-icon:hover,
button.close:active,
button.close:focus,
button.close:hover {
  color: #0e3b61 !important;
  background-color: #cee0f4 !important;
}

/* k-button and close button focus settings */
.k-button.k-button-icon:focus,
.k-button.k-button-icon:active:focus,
button.close:focus,
button.close:active:focus {
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
}

/* k-button and close button active focus and hover effects */
.k-button.k-button-icon:active:focus,
.k-button.k-button-icon:active:hover,
button.close:active:focus,
button.close:active:hover {
  color: #0e3b61 !important;
  background-color: #cee0f4 !important;
  outline: none !important;
}

/* Alert base */
.error-alert-item,
.info-alert-item {
  overflow: hidden;
  position: relative;
}

.error-alert-item__top,
.info-alert-item__top {
  display: flex;
  padding-left: 3rem;
}

.error-alert-item__top-text-container,
.info-alert-item__top-text-container {
  flex: 1 1 auto;
  padding: 1rem;
}

.error-alert-item__top-text-container p:last-child,
.info-alert-item__top-text-container p:last-child {
  margin-bottom: 0 !important;
}

.error-alert-item__icon,
.info-alert-item__icon {
  align-content: center;
  left: 1.25rem;
  pointer-events: none;
  position: absolute;
  top: 1.2rem;
  height: 2rem;
  width: 2rem;
}

.error-alert-item__effect,
.info-alert-item__effect {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.375em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.275em;
  color: inherit;
}

/* Error alert colors */
.error-alert-item {
  background-color: #f2dede;
  border-left: 0.25rem solid #b3000f;
}

/* Info alert colors */
.info-alert-item {
  background-color: #e2ecf9;
  border-left: 0.25rem solid #0b2f4c;
}

/* Photo grid h2 */
.h2-graphic {
  font-size: 1.75rem !important;
  line-height: 2.2313rem !important;
  margin-top: 1.8813rem !important;
  margin-bottom: 0.6563rem !important;
}

@media (max-width: 799px) {
  .h2-graphic {
    font-size: 1.4219rem !important;
    line-height: 1.8129rem !important;
    margin-top: 1.5285rem !important;
    margin-bottom: 0.5332rem !important;
  }
}
/* Add border to photo guide */
.picture-guide {
  border: 1px solid #e9eaed !important;
}

/* Photo guide padding and width */
@media (max-width: 799px) {
  .picture-guide {
    padding: 0 19px 29px;
    max-width: 515px;
  }
}
@media (max-width: 629px) {
  .picture-guide {
    padding: 0 19px 29px;
    max-width: 337px;
  }
}
@media (min-width: 800px) {
  .picture-guide {
    padding: 0 24px 29px;
    max-width: 591px;
  }
}
/* Container for example pictures */
.flex-container {
  display: flex;
  flex-flow: row wrap;
  gap: 21px;
}

@media (max-width: 799px) {
  .flex-container {
    gap: 19px;
  }
}
/* Container for individual pictures and list */
.outer-box {
  flex-basis: 183px;
  margin: 0;
}

@media (max-width: 799px) {
  .outer-box {
    flex-basis: 147px;
  }
}
/* Example pictures */
.example-picture {
  width: 183px;
  margin: 0;
  padding: 0;
}

@media (max-width: 799px) {
  .example-picture {
    width: auto;
  }
}
/* Example photos list styling */
.caption {
  list-style: none;
  margin-left: 0;
  padding: 11px 0 0;
}

.accepted {
  color: #145a06;
}

.denied {
  color: #b3000f;
}

/* Hide zip code, birthday, enrollment, and school error fields */
#form-element-wrapper_108,
#form-element-wrapper_180,
#form-element-wrapper_183,
#form-element-wrapper_184 {
  visibility: hidden;
  height: 0;
  margin: -20px 0;
}

/* Style form instructions required documents */
.h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1.3125rem !important;
  font-weight: 700 !important;
  margin-top: 0 !important;
}

@media (max-width: 799px) {
  .h3 {
    font-size: 1.1487rem !important;
  }
}

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