.sr-app {
	--sr-blue: #002b4f;
	--sr-brown: #765b35;
	--sr-green: #28543d;
	--sr-cream: #f7f4ee;
	--sr-line: #d8d2c6;
	--sr-field-border: #555351;
	--sr-focus: var(--senat-focus, #765b35);
	--sr-focus-halo: var(--senat-focus-halo, var(--sr-focus));
	--sr-focus-ring-shadow: none;
	--sr-text: #303030;
	--sr-muted: #555351;
	color: var(--sr-text);
	letter-spacing: 0;
	margin: 0 auto 48px;
	max-width: 1021px;
}

.sr-app *,
.sr-app *::before,
.sr-app *::after {
	box-sizing: border-box;
	letter-spacing: 0;
}

.sr-app [hidden] {
	display: none !important;
}

.sr-app__header {
	margin-bottom: 24px;
}

.sr-app__eyebrow {
	color: var(--sr-brown);
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.sr-app__title {
	font-size: 56px;
	line-height: 1.05;
	margin: 0 0 12px;
}

.sr-app__lead {
	color: var(--sr-muted);
	font-size: 17px;
	line-height: 1.6;
	max-width: 760px;
}

.sr-app--lookup {
	margin-bottom: 72px;
	max-width: 1020px;
}

.sr-app--complete {
	max-width: 1020px;
}

.sr-lookup-main {
	min-width: 0;
}

.sr-lookup-title {
	color: #555351;
	font-size: 48px;
	font-weight: 300;
	line-height: 56px;
	margin: 0 0 20px;
	overflow-wrap: anywhere;
}

.sr-lookup-lead {
	color: var(--sr-muted);
	display: grid;
	font-size: 18px;
	gap: 12px;
	line-height: 1.5;
	margin: 0 0 20px;
	max-width: 1200px;
	overflow-wrap: anywhere;
}

.sr-app .sr-lookup-lead p {
	margin: 0;
	margin-block: 0 !important;
}

.sr-app--lookup .sr-lookup-form {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.sr-lookup-fields {
	align-items: start;
	display: grid;
	gap: 24px 32px;
	grid-template-columns: repeat(2, minmax(260px, 360px));
	max-width: 100%;
	width: 752px;
}

.sr-app--lookup .sr-field {
	grid-column: auto;
}

.sr-app--lookup .sr-field label {
	color: var(--sr-text);
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.sr-app--lookup .sr-field :is(
	input:not([type]),
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="number"],
	input[type="date"],
	input[type="time"],
	input[type="search"],
	input[type="url"],
	input[type="password"]
) {
	border-color: var(--sr-field-border);
	border-radius: 4px;
	color: var(--sr-muted);
	font-size: 18px;
	font-weight: 500;
	height: 56px;
	min-height: 56px;
	padding: 0 14px;
}

.sr-app--lookup .sr-field__hint {
	color: #625a53;
	font-size: 14px;
	line-height: 1.35;
	margin: 8px 0 0;
}

.sr-app--lookup .sr-lookup-submit {
	align-self: start;
	grid-column: 1 / -1;
	height: auto;
	justify-self: start;
	letter-spacing: 0;
	min-height: 56px;
	max-width: 100%;
	min-width: 0;
	margin-top: 0;
	padding: 14px 24px;
	text-transform: uppercase;
	white-space: normal;
}

.sr-app--lookup .sr-result {
	margin-top: 60px;
}

.sr-steps {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.sr-steps__item {
	background: #fff;
	border: 1px solid var(--sr-line);
	border-radius: 6px;
	color: var(--sr-muted);
	font-size: 14px;
	font-weight: 700;
	padding: 12px;
}

.sr-steps__item.is-active,
.sr-steps.is-complete .sr-steps__item {
	background: var(--sr-blue);
	border-color: var(--sr-blue);
	color: #fff;
}

.sr-result {
	margin-bottom: 18px;
}

.sr-reservation-card {
	background: #fff;
	border: 0;
	border-radius: 8px;
	display: grid;
	gap: 30px;
	margin-bottom: 18px;
	padding: 30px 42px;
}

.sr-form,
.sr-panel {
	background: transparent;
}

.sr-panel {
	border: 0;
	border-radius: 0;
	margin: 0 0 70px;
	padding: 0;
}

.sr-panel--reservation-details {
	margin-bottom: 20px;
}

.sr-panel--notes {
	margin-bottom: 50px;
}

.sr-app .sr-form__title {
	color: #625a53;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.1;
	margin: 60px 0 70px !important;
}

.sr-panel legend,
.sr-panel__head h3,
.sr-reservation-card h3,
.sr-thanks h3 {
	color: #555351;
	font-size: 26px;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
}

.sr-lookup-section {
	display: grid;
	gap: 14px;
	min-width: 0;
}

.sr-lookup-section--status {
	gap: 14px;
}

.sr-reservation-card__status {
	align-items: center;
	background: #877129;
	border-radius: 4px;
	color: #fff;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	min-height: 43px;
	padding: 8px 22px;
	width: 100%;
}

.sr-reservation-card__status strong {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	white-space: nowrap;
}

.sr-reservation-card__status span {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-align: right;
}

.sr-reservation-card--confirmed .sr-reservation-card__status {
	background: #3d7759;
}

.sr-reservation-card--needs_info .sr-reservation-card__status,
.sr-reservation-card--reschedule_pending .sr-reservation-card__status {
	background: #3d5877;
}

.sr-reservation-card--cancelled .sr-reservation-card__status,
.sr-reservation-card--prepared_expired .sr-reservation-card__status,
.sr-reservation-card--rejected .sr-reservation-card__status {
	background: #8d3c31;
}

.sr-lookup-details {
	display: grid;
	gap: 16px;
	margin: 0;
}

.sr-lookup-details__row {
	align-items: start;
	border-bottom: 1px solid var(--sr-brown);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-bottom: 6px;
}

.sr-lookup-details dt,
.sr-lookup-details dd {
	color: #353535;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	min-width: 0;
}

.sr-lookup-details dd {
	font-weight: 700;
	text-align: right;
}

.sr-lookup-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
	width: 100%;
}

.sr-lookup-cutoff-message {
	background: #f7f4ef;
	border-left: 4px solid var(--sr-brown);
	color: #353535;
	font-size: 18px;
	line-height: 1.5;
	padding: 18px 20px;
}

.sr-lookup-cutoff-message > :first-child {
	margin-top: 0;
}

.sr-lookup-cutoff-message > :last-child {
	margin-bottom: 0;
}

.sr-lookup-manage-button {
	min-height: 56px;
	min-width: 278px;
	text-transform: uppercase;
}

.sr-text-action,
.sr-inline-link {
	background: transparent;
	border: 0;
	border-bottom: 1px solid currentColor;
	border-radius: 0;
	color: var(--sr-brown);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.4px;
	line-height: 28px;
	padding: 0 0 4px;
	text-transform: uppercase;
	transition: color .2s ease;
}

.sr-text-action:hover,
.sr-inline-link:hover {
	color: #5f4728;
	outline: none;
}

.sr-text-action--danger {
	color: #b52619;
}

.sr-lookup-cancel-button {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	line-height: 20px;
	min-height: 56px;
	min-width: 278px;
	padding: 10px 42px;
	text-align: center;
}

.sr-lookup-cancel-button:hover {
	background: rgba(181, 38, 25, .06);
	color: #8f1f18;
}

.sr-inline-link {
	font-size: inherit;
	font-weight: 700;
	letter-spacing: 0;
	line-height: inherit;
	padding-bottom: 0;
	text-transform: none;
}

.sr-lookup-contact {
	margin-top: 10px;
}

.sr-lookup-contact p {
	color: #555351;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.sr-panel legend {
	display: block;
	padding: 0;
	width: 100%;
}

.sr-panel__head {
	display: grid;
	gap: 20px;
	margin-bottom: 20px;
}

.sr-app .sr-panel__head p,
.sr-app .sr-lecture-topics > legend {
	color: var(--sr-muted);
	font-size: 18px;
	line-height: 1.5;
	margin: 0 !important;
}

.sr-app .sr-panel--choice > p {
	color: var(--sr-muted);
	font-size: 18px;
	line-height: 1.5;
	margin: 20px 0 !important;
}

.sr-alert {
	border-radius: 6px;
	margin-bottom: 0;
	padding: 24px 36px;
}

.sr-alert--info {
	background: #fff;
	border-left: 0;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.sr-alert--error {
	background: #fff0f0;
	border-left: 4px solid #b42318;
}

.sr-choice-grid,
.sr-fieldset-grid,
.sr-calendar-layout {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sr-choice {
	align-items: center;
	background: #fff;
	border: 0;
	border-radius: 8px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	min-height: 72px;
	padding: 20px 42px;
	text-align: center;
	transition: background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease;
}

.sr-choice input {
	position: absolute;
	opacity: 0;
}

.sr-choice.is-selected {
	background: var(--sr-brown);
	box-shadow: none;
}

.sr-choice__title {
	color: var(--sr-text);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
}

.sr-choice.is-selected .sr-choice__title {
	color: #fff;
}

.sr-choice__text,
.sr-field__hint,
.sr-muted {
	color: var(--sr-muted);
}

.sr-field {
	align-content: start;
	display: grid;
	gap: 8px;
	position: relative;
}

.sr-field--radio-group {
	border: 0;
	margin: 0;
	padding: 0;
}

.sr-field > label,
.sr-field > span {
	color: #353535;
	font-size: 14px;
	font-weight: 400;
}

.sr-fieldset-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 32px;
	row-gap: 20px;
}

.sr-field {
	grid-column: span 2;
}

.sr-field--wide {
	grid-column: 1 / -1;
}

.sr-guardian-toggle {
	grid-column: 1 / -1;
	margin-top: -2px;
}

.sr-guardian-fields {
	display: grid;
	gap: 20px 32px;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sr-guardian-fields .sr-field {
	grid-column: auto;
}

.sr-guardian-divider {
	background: rgba(85, 83, 81, .2);
	grid-column: 1 / -1;
	height: 1px;
	margin: 8px 0 2px;
	width: 100%;
}

.sr-field--split {
	align-items: center;
	color: var(--sr-muted);
	display: flex;
	font-weight: 400;
	grid-column: auto;
	min-height: auto;
	padding-top: 50px;
}

.sr-field--split > span {
	color: #555351;
	font-size: 18px;
	font-weight: 300;
}

.sr-required {
	color: inherit;
}

.sr-field input,
.sr-field select,
.sr-field textarea,
.sr-lookup-form input,
.sr-manage input,
.sr-manage textarea,
.sr-contact-admin textarea {
	background: transparent;
	border: .6px solid var(--sr-field-border);
	border-radius: 4px;
	color: var(--sr-text);
	font: inherit;
	font-size: 18px;
	min-height: 56px;
	padding: 14px;
	width: 100%;
}

.sr-number-control {
	display: block;
	position: relative;
	width: 100%;
}

.sr-number-control__step {
	background: transparent;
	border: 0;
	cursor: pointer;
	font-size: 0;
	height: 50%;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 24px;
	z-index: 2;
}

.sr-number-control__step--up {
	top: 0;
}

.sr-number-control__step--down {
	bottom: 0;
}

.sr-number-control__step:focus {
	outline: 0;
}

.sr-number-control:has(input:disabled) .sr-number-control__step,
.sr-number-control:has(input[readonly]) .sr-number-control__step {
	cursor: default;
	pointer-events: none;
}

.sr-picker-field {
	display: block;
	position: relative;
	width: 100%;
}

.sr-picker-field__input {
	padding-right: 52px;
}

.sr-field .sr-picker-field__native {
	border: 0;
	height: 32px;
	margin: 0;
	min-height: 0;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.sr-picker-field__button {
	align-items: center;
	background: transparent;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	height: 32px;
	justify-content: center;
	margin: 0;
	padding: 4px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.sr-picker-field__button::before {
	background: var(--sr-brown);
	content: "";
	height: 24px;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	pointer-events: none;
	width: 24px;
}

.sr-picker-field--date .sr-picker-field__button::before {
	-webkit-mask-image: url("../icons/calendar.svg");
	mask-image: url("../icons/calendar.svg");
}

.sr-picker-field--time .sr-picker-field__button::before {
	-webkit-mask-image: url("../icons/clock.svg");
	mask-image: url("../icons/clock.svg");
}

.sr-picker-field:has(input:disabled) .sr-picker-field__button,
.sr-picker-field:has(input[readonly]) .sr-picker-field__button {
	cursor: default;
	pointer-events: none;
}

.sr-date-picker-menu {
	background: #fff;
	border: .6px solid var(--sr-field-border);
	border-radius: 4px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
	left: 0;
	margin-top: 6px;
	padding: 14px;
	position: absolute;
	top: 100%;
	width: 276px;
	z-index: 20;
}

.sr-date-picker-menu[hidden] {
	display: none;
}

.sr-date-picker-menu__header {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 32px 1fr 32px;
	margin-bottom: 12px;
}

.sr-date-picker-menu__title {
	color: var(--sr-text);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}

.sr-date-picker-menu__nav {
	align-items: center;
	background: transparent;
	border: .6px solid var(--sr-field-border);
	border-radius: 4px;
	color: var(--sr-text);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 0;
	height: 32px;
	justify-content: center;
	line-height: 0;
	padding: 0;
	width: 32px;
}

.sr-date-picker-menu__nav::before {
	border-color: currentColor;
	border-style: solid;
	border-width: 1.6px 1.6px 0 0;
	content: "";
	display: block;
	height: 8px;
	width: 8px;
}

.sr-date-picker-menu__nav:disabled {
	color: #aaa;
	cursor: not-allowed;
	opacity: .55;
}

.sr-date-picker-menu__nav--prev::before {
	transform: translateX(2px) rotate(-135deg);
}

.sr-date-picker-menu__nav--next::before {
	transform: translateX(-2px) rotate(45deg);
}

.sr-date-picker-menu__weekdays,
.sr-date-picker-menu__grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
}

.sr-date-picker-menu__weekdays {
	color: var(--sr-muted);
	font-size: 13px;
	gap: 4px;
	margin-bottom: 6px;
	text-align: center;
}

.sr-date-picker-menu__day {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: var(--sr-text);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 15px;
	height: 32px;
	justify-content: center;
	padding: 0;
	width: 32px;
}

.sr-date-picker-menu__day.is-outside {
	color: #888;
}

.sr-date-picker-menu__day:hover,
.sr-date-picker-menu__day:focus,
.sr-date-picker-menu__day.is-selected {
	background: #f4efe4;
	outline: 0;
}

.sr-date-picker-menu__day.is-selected {
	box-shadow: inset 0 0 0 2px var(--sr-brown);
}

.sr-date-picker-menu__day:disabled {
	color: #aaa;
	cursor: default;
	opacity: .55;
}

.sr-date-picker-menu__day:disabled:hover {
	background: transparent;
}

html.senat-keyboard-focus .sr-app .sr-date-picker-menu__nav:focus,
html.senat-keyboard-focus .sr-app .sr-date-picker-menu__day:focus {
	outline: 4px solid var(--sr-focus);
	outline-offset: -2px;
}

.sr-time-picker-menu {
	background: #fff;
	border: .6px solid var(--sr-field-border);
	border-radius: 4px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
	display: grid;
	gap: 2px;
	left: 0;
	margin-top: 6px;
	max-height: 220px;
	overflow-y: auto;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 20;
}

.sr-time-picker-menu[hidden] {
	display: none;
}

.sr-time-picker-menu__option {
	background: transparent;
	border: 0;
	border-radius: 3px;
	color: var(--sr-text);
	cursor: pointer;
	font: inherit;
	font-size: 18px;
	line-height: 1.4;
	min-height: 40px;
	padding: 8px 10px;
	text-align: left;
	width: 100%;
}

.sr-time-picker-menu__option:hover,
.sr-time-picker-menu__option:focus,
.sr-time-picker-menu__option[aria-selected="true"] {
	background: #f4efe4;
	outline: 0;
}

html.senat-keyboard-focus .sr-app .sr-time-picker-menu__option:focus {
	outline: 4px solid var(--sr-focus);
	outline-offset: -2px;
}

.sr-field select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6L8 11L13 6' stroke='%23765B35' stroke-width='1.6'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	padding-right: 44px;
}

.sr-field select:not(:disabled),
.sr-field input[type="date"]:not(:disabled),
.sr-field input[type="time"]:not(:disabled),
.sr-field--checkbox label:has(input[type="checkbox"]:not(:disabled)),
.sr-field--checkbox input[type="checkbox"]:not(:disabled),
.sr-inline-check:has(input[type="checkbox"]:not(:disabled)),
.sr-inline-check input[type="checkbox"]:not(:disabled),
.sr-feedback-topics label:has(input[type="checkbox"]:not(:disabled)),
.sr-feedback-topics input[type="checkbox"]:not(:disabled),
.sr-weekdays label:has(input[type="checkbox"]:not(:disabled)),
.sr-weekdays input[type="checkbox"]:not(:disabled) {
	cursor: pointer;
}

.sr-field input::placeholder,
.sr-field textarea::placeholder {
	color: #777;
	opacity: 1;
}

.sr-field.has-error input,
.sr-field.has-error select,
.sr-field.has-error textarea,
.sr-field.has-error .sr-picker-field__input {
	border-color: #b42318;
}

.sr-app :is(a, button, input, select, textarea, [tabindex]):focus-visible {
	box-shadow: none;
	outline: 0;
}

.sr-field input:focus,
.sr-field select:focus,
.sr-field textarea:focus,
.sr-lookup-form input:focus,
.sr-manage input:focus,
.sr-manage textarea:focus,
.sr-contact-admin textarea:focus {
	background: transparent;
	box-shadow: none;
	outline: 0;
}

html.senat-keyboard-focus .sr-app :is(input, select, textarea):focus {
	background: rgba(255, 255, 255, .32);
	border-color: var(--sr-focus);
	box-shadow: none;
	outline: 4px solid var(--sr-focus);
	outline-offset: 2px;
}

html.senat-keyboard-focus .sr-app :is(a, button, [tabindex]):focus {
	box-shadow: none;
	outline: 4px solid var(--sr-focus);
	outline-offset: 2px;
}

html.senat-keyboard-focus .sr-app .sr-topic-card__button:focus {
	outline-offset: -6px;
}

html.senat-keyboard-focus .sr-app :is(.sr-button, .sr-icon-button):focus {
	background: #6c512a;
	color: #fff;
}

html.senat-keyboard-focus .sr-app :is(.sr-text-action, .sr-inline-link):focus {
	color: #5f4728;
}

html.senat-keyboard-focus .sr-app .sr-text-action--danger:focus {
	color: #8f1f18;
}

html.senat-keyboard-focus .sr-app .sr-lookup-cancel-button:focus {
	background: rgba(181, 38, 25, .06);
	border-color: #8f1f18;
	color: #8f1f18;
}

html.senat-keyboard-focus .sr-app .sr-time:focus,
html.senat-keyboard-focus .sr-app .sr-school-suggestions button:focus {
	background: #f4efe4;
}

html.senat-keyboard-focus .sr-app .sr-modal__actions .sr-button--secondary:focus {
	background: transparent;
	color: #8f1f18;
}

html.senat-keyboard-focus .sr-app .sr-field.has-error :is(input, select, textarea):focus {
	border-color: #b42318;
}

html.senat-keyboard-focus .sr-app .sr-choice:has(input:focus) {
	box-shadow: none;
	outline: 4px solid var(--sr-focus);
	outline-offset: 2px;
}

html.senat-keyboard-focus .sr-app .sr-choice input:focus,
html.senat-keyboard-focus .sr-app .sr-weekdays input:focus {
	box-shadow: none;
	outline: 0;
}

.sr-field--checkbox label,
.sr-inline-check,
.sr-weekdays label {
	display: flex;
	gap: 8px;
}

.sr-field--checkbox label {
	align-items: flex-start;
}

.sr-inline-check,
.sr-weekdays label {
	align-items: center;
}

.sr-consent-label {
	color: var(--sr-muted);
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

.sr-consent-text {
	font-size: inherit;
	line-height: inherit;
}

.sr-consent-text a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.sr-inline-check {
	color: var(--sr-muted);
	font-size: 14px;
	font-weight: 400;
	margin-top: 2px;
}

.sr-field--checkbox input,
.sr-inline-check input,
.sr-weekdays input {
	height: 24px;
	margin: 0;
	min-height: auto;
	padding: 0;
	width: 24px;
}

.sr-field--checkbox input[type="checkbox"],
.sr-inline-check input[type="checkbox"],
.sr-feedback-topics input[type="checkbox"] {
	appearance: none;
	background: transparent;
	border: .6px solid #555351;
	border-radius: 4px;
	display: inline-grid;
	flex: 0 0 24px;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	padding: 0;
	place-content: center;
}

.sr-field--checkbox input[type="checkbox"]::before,
.sr-inline-check input[type="checkbox"]::before,
.sr-feedback-topics input[type="checkbox"]::before {
	border-bottom: 2px solid #555351;
	border-left: 2px solid #555351;
	content: "";
	height: 6px;
	opacity: 0;
	transform: rotate(-45deg) translate(1px, -1px);
	width: 12px;
}

.sr-field--checkbox input[type="checkbox"]:checked::before,
.sr-inline-check input[type="checkbox"]:checked::before,
.sr-feedback-topics input[type="checkbox"]:checked::before {
	opacity: 1;
}

.sr-field__error {
	color: #b42318;
	font-size: 14px;
	margin: 0;
	margin-block: 0 !important;
	min-height: 1.2em;
}

.sr-field__error:empty {
	display: none;
}

@media (min-width: 761px) {
	.sr-form .sr-fieldset-grid {
		row-gap: 20px;
	}

	.sr-form .sr-preference-fields {
		row-gap: 20px;
	}

	.sr-form .sr-field:not(.sr-field--checkbox) > .sr-field__error {
		line-height: 1.35;
		pointer-events: auto;
		position: static;
		width: 100%;
	}

	.sr-form .sr-preference-group .sr-field:not(.sr-field--checkbox) > .sr-field__error {
		margin-top: 2px;
		pointer-events: auto;
		position: static;
		width: auto;
	}

	.sr-form .sr-field.sr-field--radio-group > .sr-field__error {
		margin-top: 2px;
		pointer-events: auto;
		position: static;
		width: auto;
	}
}

.sr-calendar {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 8px;
	box-sizing: border-box;
	height: 390px;
	padding: 20px;
}

.sr-calendar__bar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	min-height: 48px;
}

.sr-calendar__bar strong {
	color: #3d3c3a;
	font-size: 20px;
	font-weight: 600;
}

.sr-icon-button {
	align-items: center;
	background: var(--sr-brown);
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	height: 48px;
	justify-content: center;
	padding: 0;
	transition: background-color .2s ease;
	width: 48px;
}

.sr-icon-button svg {
	display: block;
	height: 13px;
	width: 21px;
}

.sr-icon-button--next svg {
	transform: rotate(180deg);
}

.sr-icon-button:hover {
	background: #6c512a;
}

.sr-icon-button:disabled,
.sr-icon-button[aria-disabled="true"] {
	background: #b9afa0;
	cursor: not-allowed;
}

.sr-icon-button:disabled:hover,
.sr-icon-button[aria-disabled="true"]:hover {
	background: #b9afa0;
}

.sr-calendar__weekdays,
.sr-calendar__grid {
	display: grid;
	gap: 24px 6px;
	grid-template-columns: repeat(7, minmax(0, 1fr));
}

.sr-calendar__grid {
	min-height: 231px;
}

.sr-calendar__grid.is-six-weeks {
	row-gap: 10px;
}

.sr-calendar__weekdays {
	color: var(--sr-muted);
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 24px;
	text-align: center;
}

.sr-calendar__weekdays span {
	white-space: nowrap;
}

.sr-calendar-day {
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--sr-muted);
	cursor: default;
	font-size: 18px;
	font-weight: 400;
	height: 27px;
	justify-self: center;
	overflow: visible;
	position: relative;
	width: 48px;
}

.sr-calendar-day.has-slots {
	background: transparent;
	color: #3d3c3a;
	cursor: pointer;
	font-weight: 700;
}

.sr-calendar-day.is-selected {
	background: transparent;
	color: #fff;
	isolation: isolate;
	z-index: 0;
}

.sr-calendar-day.is-selected::before {
	background: var(--sr-brown);
	border-radius: 50%;
	content: "";
	height: 48px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 48px;
	z-index: -1;
}

.sr-calendar-day:disabled {
	cursor: not-allowed;
	opacity: 1;
}

.sr-calendar-day:disabled:not(.has-slots),
.sr-calendar-day.is-past {
	color: #747474;
	font-weight: 300;
}

.sr-calendar-day.is-muted {
	color: #747474;
	font-weight: 300;
}

.sr-times {
	align-items: center;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 390px;
	padding: 20px;
}

.sr-visit-slot-field.has-error .sr-times,
.sr-times.has-error {
	border-color: #b42318;
}

.sr-visit-date-field.has-error .sr-calendar {
	border-color: #b42318;
}

.sr-app .sr-term-note {
	align-items: center;
	color: var(--sr-muted);
	display: flex;
	gap: 8px;
	line-height: 1.45;
	margin: 18px 0 0 !important;
	font-size: 20px;
	font-weight: 500;
}

.sr-term-note span {
	align-items: center;
	background: var(--sr-brown);
	border: 1px solid var(--sr-brown);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex: 0 0 23px;
	font-size: 17px;
	line-height: 1;
	font-weight: 800;
	height: 23px;
	margin-bottom: 1px;
	justify-content: center;
	padding-bottom: 1px;
	transform: translateY(1px);
	width: 23px;
}

.sr-panel__head--lecture {
	margin-top: 70px;
}

.sr-panel__head--lecture + .sr-field--checkbox {
	margin-top: 0;
}

.sr-field--lecture-toggle label {
	font-size: 18px;
	align-items: center;
	line-height: 1.55;
}

.sr-field--lecture-toggle span {
	color: var(--sr-muted);
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}

.sr-field--lecture-toggle input[type="checkbox"] {
	margin-top: 0;
}

.sr-lecture-topics {
	gap: 20px;
	margin-top: 20px;
}

.sr-app .sr-lecture-topics > legend {
	margin: 0 0 20px !important;
}

.sr-lecture-unavailable {
	margin-top: 16px;
	text-align: left;
}

.sr-radio-list {
	display: grid;
	gap: 14px;
}

.sr-radio-option {
	align-items: center;
	color: #555351;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	gap: 8px;
	line-height: 1.5;
}

.sr-radio-option input[type="radio"] {
	appearance: none;
	border: .6px solid #555351;
	border-radius: 50%;
	cursor: pointer;
	flex: 0 0 24px;
	height: 24px;
	margin: 0;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	padding: 0;
	position: relative;
	width: 24px;
}

.sr-field.has-error .sr-radio-option input[type="radio"] {
	border-color: #b42318;
}

.sr-radio-option input[type="radio"]:checked::after {
	background: #555351;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

.sr-times h4 {
	color: #3d3c3a;
	font-family: inherit;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
}

.sr-times__grid,
.sr-topic-list {
	display: grid;
	gap: 20px;
}

.sr-times__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	width: min(100%, 380px);
}

.sr-visit-term-field {
	display: flex;
	flex-direction: column;
}

.sr-visit-term-field > .sr-field__error {
	display: block;
	line-height: 1.35;
	margin-block-start: 8px !important;
	min-height: 1.35em;
	width: 100%;
}

.sr-visit-term-field > .sr-field__error:empty {
	display: block;
	visibility: hidden;
}

.sr-time {
	background: #fff;
	border: 1px solid var(--sr-brown);
	border-radius: 4px;
	color: #3d3c3a;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	height: 40px;
	line-height: 1.2;
	min-height: 40px;
	padding: 0 14px;
	text-align: center;
}

.sr-app .sr-time {
	font-weight: 600 !important;
}

.sr-topic-card {
	background: #f7f5f3;
	border: 2px solid transparent;
	border-radius: 8px;
	color: #555351;
	display: grid;
	height: auto;
	line-height: 1.2;
	min-height: 0;
	overflow: hidden;
	transition: background-color .2s ease, border-color .2s ease;
	width: 100%;
}

.sr-topic-card__button {
	background: transparent;
	border: 0;
	border-radius: 6px;
	color: inherit;
	cursor: pointer;
	display: block;
	font: inherit;
	line-height: 1.2;
	padding: 20px 42px;
	text-align: left;
	width: 100%;
}

.sr-time:hover {
	background: #f4efe4;
}

.sr-time.is-selected {
	background: var(--sr-brown);
	border-color: var(--sr-brown);
	color: #fff;
}

.sr-topic-card.is-selected {
	background: #fff;
	border-color: var(--sr-brown);
	color: #555351;
}

.sr-topic-card span {
	color: inherit;
	line-height: 1.5;
	opacity: 1;
}

.sr-people-row {
	align-items: start;
	display: grid;
	gap: 32px;
	grid-column: 1 / -1;
	grid-template-columns: minmax(0, 1fr) max-content 200px 200px;
}

.sr-people-row .sr-field {
	grid-column: auto;
}

@media (min-width: 761px) {
	.sr-form .sr-people-row .sr-field:not(.sr-field--checkbox) > .sr-field__error {
		left: auto;
		line-height: 1.35;
		pointer-events: auto;
		position: static;
		top: auto;
		width: auto;
	}
}

.sr-topic-card__head {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: 24px minmax(0, 1fr) 20px;
	width: 100%;
}

.sr-topic-card__head strong {
	align-items: center;
	color: #555351;
	display: flex;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	min-height: 24px;
	overflow-wrap: anywhere;
}

.sr-topic-card__radio {
	border: .6px solid #555351;
	border-radius: 50%;
	box-sizing: border-box;
	display: grid;
	flex: 0 0 24px;
	height: 24px;
	place-items: center;
	position: relative;
	width: 24px;
}

.sr-topic-card.is-selected .sr-topic-card__radio::after {
	background: #555351;
	border-radius: 50%;
	content: "";
	display: block;
	height: 10px;
	width: 10px;
}

.sr-topic-card__toggle {
	border-bottom: 2px solid var(--sr-brown);
	border-right: 2px solid var(--sr-brown);
	display: block;
	height: 14px;
	justify-self: end;
	transform: rotate(45deg);
	transition: transform .28s ease;
	width: 14px;
}

.sr-topic-card.is-open .sr-topic-card__toggle {
	transform: rotate(225deg);
}

.sr-topic-card__meta {
	display: grid;
	gap: 4px;
}

.sr-topic-card__body {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	overflow: hidden;
	transition: grid-template-rows .28s ease, opacity .2s ease, visibility 0s linear .28s;
	visibility: hidden;
}

.sr-topic-card.is-open .sr-topic-card__body {
	grid-template-rows: 1fr;
	opacity: 1;
	transition: grid-template-rows .28s ease, opacity .2s ease;
	visibility: visible;
}

.sr-topic-card__body-inner {
	display: grid;
	gap: 20px;
	min-height: 0;
	overflow: hidden;
	padding: 0 42px;
	transition: padding-bottom .28s ease;
}

.sr-topic-card.is-open .sr-topic-card__body-inner {
	padding-bottom: 20px;
}

.sr-topic-card__meta span,
.sr-topic-card__description {
	color: #555351;
	font-size: 18px;
	line-height: 1.5;
}

.sr-topic-card__meta span {
	align-items: center;
	display: flex;
	gap: 8px;
}

.sr-topic-card__meta span::before {
	background-color: var(--sr-brown);
	content: "";
	flex: 0 0 24px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	height: 24px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 24px;
}

.sr-topic-card__meta-item--group::before {
	-webkit-mask-image: url("../icons/group.svg");
	mask-image: url("../icons/group.svg");
}

.sr-topic-card__meta-item--duration::before {
	-webkit-mask-image: url("../icons/clock.svg");
	mask-image: url("../icons/clock.svg");
}

.sr-topic-card__meta-item--participants::before {
	-webkit-mask-image: url("../icons/users.svg");
	mask-image: url("../icons/users.svg");
}

.sr-form input[type="date"]::-webkit-calendar-picker-indicator,
.sr-form input[type="time"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
	filter: brightness(0) saturate(100%) invert(36%) sepia(17%) saturate(1058%) hue-rotate(356deg) brightness(91%) contrast(86%);
	margin-left: auto;
	opacity: 1;
	width: 16px;
}

.sr-form input[type="number"]::-webkit-inner-spin-button,
.sr-form input[type="number"]::-webkit-outer-spin-button,
.sr-lookup-form input[type="number"]::-webkit-inner-spin-button,
.sr-lookup-form input[type="number"]::-webkit-outer-spin-button {
	cursor: pointer;
}

.sr-topic-card__description {
	display: block;
}

.sr-panel--education-topic .sr-empty {
	font-weight: 700;
	text-align: left;
}

.sr-panel--education-preferences .sr-panel__head {
	margin-bottom: 20px;
}

.sr-app[data-reservation-type="education"] .sr-panel--reservation-details {
	margin-bottom: 70px;
}

@media (prefers-reduced-motion: reduce) {
	.sr-topic-card,
	.sr-topic-card__body,
	.sr-topic-card__body-inner,
	.sr-topic-card__toggle {
		transition: none;
	}
}

.sr-education-info {
	border-left: 6px solid var(--sr-brown);
	color: #555351;
	display: grid;
	gap: 10px;
	margin: 0 0 30px;
	padding: 0 0 0 30px;
}

.sr-education-info__title {
	align-items: center;
	display: flex;
	gap: 8px;
}

.sr-education-info__icon {
	align-items: center;
	border: .6px solid #555351;
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 14px;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	line-height: 1;
	width: 24px;
}

.sr-education-info strong {
	font-weight: 700;
}

.sr-education-info__title strong {
	font-size: 20px;
	line-height: 28px;
}

.sr-app .sr-education-info p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0 !important;
}

.sr-term-mode {
	border: 0;
	margin: 0 0 30px;
	padding: 0;
}

.sr-term-mode legend {
	color: #555351;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 0;
}

.sr-term-mode__options {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

.sr-term-mode label {
	align-items: center;
	color: #555351;
	cursor: pointer;
	display: inline-flex;
	font-size: 18px;
	gap: 8px;
	line-height: 1.5;
}

.sr-term-mode input[type="radio"] {
	appearance: none;
	background: transparent;
	border: .6px solid #555351;
	border-radius: 50%;
	cursor: pointer;
	flex: 0 0 24px;
	height: 24px;
	margin: 0;
	max-height: 24px;
	max-width: 24px;
	min-height: 24px;
	min-width: 24px;
	padding: 0;
	position: relative;
	width: 24px;
}

.sr-term-mode input[type="radio"]:checked::after {
	background: #555351;
	border-radius: 50%;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}

html.senat-keyboard-focus .sr-app .sr-term-mode label:has(input:focus) {
	outline: 4px solid var(--sr-focus);
	outline-offset: 2px;
}

.sr-education-preferences {
	display: grid;
	gap: 30px;
}

@media (min-width: 960px) {
	.sr-education-preferences {
		align-items: start;
		column-gap: 64px;
		grid-template-columns: repeat(2, max-content);
	}
}

.sr-preference-group {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

.sr-preference-group legend {
	color: #3d3c3a;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

.sr-preference-group legend + .sr-preference-fields,
.sr-preference-group legend + .sr-weekdays__grid {
	clear: both;
}

.sr-preference-fields {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, 200px);
	justify-content: start;
}

.sr-preference-group .sr-field {
	grid-column: auto;
}

.sr-preference-group .sr-field input[type="date"],
.sr-preference-group .sr-field input[type="time"] {
	font-weight: 500;
	min-width: 0;
	padding-right: 14px;
}

.sr-preference-group .sr-field input[type="date"]::-webkit-calendar-picker-indicator,
.sr-preference-group .sr-field input[type="time"]::-webkit-calendar-picker-indicator {
	cursor: pointer;
}

.sr-preference-group--weekdays {
	grid-column: 1 / -1;
}

.sr-weekdays__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.sr-weekdays label {
	align-items: center;
	border: 1px solid var(--sr-brown);
	border-radius: 4px;
	color: #3d3c3a;
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	position: relative;
	text-align: center;
	text-transform: lowercase;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.sr-weekdays label:hover {
	background: #f7f5f3;
}

.sr-weekdays label:has(input:checked) {
	background: var(--sr-brown);
	color: #fff;
}

.sr-weekdays label:has(input:checked):hover {
	background: var(--sr-brown);
	color: #fff;
}

html.senat-keyboard-focus .sr-app .sr-weekdays label:has(input:focus) {
	box-shadow: none;
	outline: 4px solid var(--sr-focus);
	outline-offset: 2px;
}

.sr-weekdays input[type="checkbox"] {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.sr-form textarea[name="notes"] {
	min-height: 260px;
}

.sr-panel--notes .sr-field + .sr-field--checkbox {
	margin-top: 20px;
}

.sr-panel__head--education-note h3 {
	margin-bottom: 0;
}

.sr-empty,
.sr-loading,
.sr-selected-term {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--sr-muted);
	font-size: 18px;
	line-height: 1.5;
	padding: 0;
	text-align: center;
}

.sr-selected-term {
	display: grid;
	gap: 4px;
	color: var(--sr-text);
	font-size: 20px;
	font-weight: 600;
	margin-top: auto;
	padding-top: 24px;
	text-align: center;
	width: 100%;
}

.sr-selected-term strong {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.35;
}

.sr-selected-term span {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
}

.sr-weekdays {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

.sr-weekdays legend {
	color: #3d3c3a;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

.sr-button {
	background: var(--sr-brown);
	border: 1px solid var(--sr-brown);
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1.4px;
	line-height: 20px;
	min-height: 56px;
	padding: 10px 42px;
	text-decoration: none;
	text-transform: uppercase;
}

.sr-button:hover {
	background: #6c512a;
	color: #fff;
}

.sr-button--secondary {
	background: var(--sr-blue);
	border-color: var(--sr-blue);
}

.sr-button--danger {
	background: #b42318;
	border-color: #b42318;
	margin-top: 12px;
}

.sr-button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.sr-form__actions,
.sr-modal__actions {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	margin-top: 18px;
}

.sr-form__actions {
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	margin-top: 0;
}

.sr-form__actions .sr-button {
	min-width: 376px;
}

.sr-form__actions .sr-button--secondary {
	background: var(--sr-brown);
	border-color: var(--sr-brown);
}

.sr-form__actions .sr-button--secondary:hover {
	background: #6c512a;
	border-color: #6c512a;
}

.sr-form__error-summary {
	color: #6b4a24;
	background: var(--sr-cream);
	border: 1px solid var(--sr-line);
	border-left: 4px solid var(--sr-brown);
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	margin: 0 0 24px;
	max-width: 760px;
	padding: 12px 14px;
	width: 100%;
}

.sr-form__error-summary:focus-visible {
	outline: 3px solid var(--sr-brown);
	outline-offset: 3px;
}

.sr-modal[hidden] {
	display: none;
}

.sr-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 40px 16px;
	position: fixed;
	z-index: 9999;
}

.sr-modal__backdrop {
	background: rgba(0, 0, 0, 0.62);
	inset: 0;
	position: absolute;
}

.sr-modal__dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
	max-height: calc(100vh - 80px);
	max-width: 848px;
	overflow: auto;
	padding: 30px 40px;
	position: relative;
	width: calc(100% - 32px);
}

.sr-modal__dialog:focus {
	outline: none;
}

.sr-modal__header {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 14px;
}

.sr-modal__header h3 {
	color: #625a53;
	font-size: 28px;
	line-height: 1.15;
	margin: 0;
}

.sr-modal__close {
	align-items: center;
	background: transparent;
	border: 0;
	color: var(--sr-brown);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 32px;
	font-size: 32px;
	height: 32px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 32px;
}

.sr-modal__lead {
	color: #4d4d4d;
	font-size: 16px;
	line-height: 1.55;
	margin: 0 0 24px;
}

.sr-summary__list {
	margin: 0;
}

.sr-summary__row {
	align-items: center;
	border-bottom: 1px solid rgba(128, 98, 52, 0.55);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(200px, 1fr) minmax(220px, 1.25fr);
	min-height: 49px;
	padding: 10px 0;
}

.sr-reservation-card dl {
	display: grid;
	gap: 10px 18px;
	grid-template-columns: minmax(140px, 0.45fr) minmax(0, 1fr);
}

.sr-reservation-card .sr-lookup-details {
	gap: 16px;
	grid-template-columns: 1fr;
}

.sr-summary__row dt,
.sr-reservation-card dt {
	color: #303030;
	font-weight: 400;
}

.sr-summary__row dd,
.sr-reservation-card dd {
	margin: 0;
}

.sr-summary__row dd {
	color: #303030;
	font-weight: 800;
	text-align: right;
}

.sr-modal__actions {
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.sr-modal__actions .sr-button {
	min-height: 56px;
	min-width: 278px;
}

.sr-modal__actions .sr-button--secondary {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #b42318;
	border-radius: 0;
	color: #b42318;
	min-height: 34px;
	min-width: 0;
	padding: 0 0 6px;
}

.sr-modal__actions .sr-button--secondary:hover {
	background: transparent;
	color: #8f1f18;
}

.sr-thanks {
	background: #fff;
	border: 0;
	border-radius: 8px;
	box-shadow: none;
	max-width: none;
	padding: 30px 42px;
	width: 100%;
}

.sr-app--complete .sr-thanks {
	margin: 0;
}

.sr-thanks__heading {
	align-items: center;
	display: flex;
	gap: 14px;
	margin-bottom: 26px;
}

.sr-thanks__heading h3 {
	color: var(--sr-green);
	font-size: 28px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.sr-thanks__icon {
	align-items: center;
	border: 1px solid var(--sr-green);
	border-radius: 50%;
	color: var(--sr-green);
	display: inline-flex;
	flex: 0 0 24px;
	font-size: 15px;
	font-weight: 800;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.sr-thanks__copy {
	color: #555351;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 26px;
}

.sr-thanks__copy p {
	margin: 0;
}

.sr-thanks__copy p + p {
	margin-top: 12px;
}

.sr-thanks__data {
	display: grid;
	gap: 8px;
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 26px;
}

.sr-thanks__data div {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.sr-thanks__data dt,
.sr-thanks__data dd {
	color: #555351;
	margin: 0;
}

.sr-thanks__data dd {
	font-weight: 700;
}

.sr-thanks__button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 56px;
	min-width: 304px;
	text-transform: uppercase;
}

.sr-thanks__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sr-status {
	background: var(--sr-green);
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	padding: 6px 10px;
}

.sr-manage {
	border-top: 1px solid var(--sr-line);
	margin-top: 18px;
	padding-top: 18px;
}

.sr-manage form,
.sr-contact-admin {
	display: grid;
	gap: 12px;
	margin-top: 14px;
}

.sr-lookup-contact .sr-contact-admin {
	margin-top: 20px;
}

.sr-lookup-contact .sr-contact-admin label {
	color: #353535;
	display: grid;
	font-size: 14px;
	gap: 8px;
}

.sr-lookup-contact .sr-contact-admin textarea {
	border: .6px solid var(--sr-field-border);
	border-radius: 4px;
	color: var(--sr-muted);
	font-size: 18px;
	min-height: 130px;
	padding: 14px;
	width: 100%;
}

.sr-lookup-contact .sr-contact-admin .sr-button {
	justify-self: start;
	min-width: 278px;
	width: auto;
}

.sr-inline-result {
	color: var(--sr-green);
	font-size: 15px;
	line-height: 1.45;
	margin: 0;
}

.sr-inline-result--error {
	color: #b52619;
}

.sr-lookup-contact .sr-contact-success {
	background: #2f6f4e;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 20px;
	padding: 16px 20px;
}

.sr-lookup-contact .sr-contact-success[hidden] {
	display: none;
}

.sr-lookup-modal .sr-modal__backdrop {
	background: rgba(61, 60, 58, .8);
	border: 0;
	cursor: pointer;
	padding: 0;
}

.sr-lookup-modal__dialog {
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
	display: grid;
	gap: 20px;
	max-width: 848px;
	padding: 30px 40px;
}

.sr-lookup-modal__dialog--cancel {
	max-width: 848px;
}

.sr-lookup-cancel-consequence {
	background: #f7f4ef;
	border-left: 4px solid #b42318;
	color: #555351;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 16px 20px;
}

.sr-lookup-modal--cancel .sr-button--danger {
	margin-top: 0;
}

.sr-lookup-modal .sr-modal__header {
	margin-bottom: 0;
}

.sr-lookup-modal .sr-modal__header h3 {
	color: #555351;
	font-size: 26px;
	font-weight: 300;
	line-height: 32px;
}

.sr-lookup-modal .sr-modal__close {
	font-size: 30px;
	font-weight: 300;
}

.sr-lookup-modal .sr-modal__lead,
.sr-lookup-modal__note {
	color: #555351;
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.sr-lookup-manage-form {
	display: grid;
	gap: 32px;
}

.sr-lookup-manage-form .sr-field {
	gap: 8px;
}

.sr-lookup-manage-form .sr-field__error {
	line-height: 1.35;
	margin: 0;
	pointer-events: none;
	position: static;
	width: 100%;
}

.sr-lookup-manage-form :is(input:not([type="checkbox"]), select, textarea) {
	border: .6px solid var(--sr-field-border);
	border-radius: 4px;
	color: var(--sr-muted);
	font-size: 18px;
	font-weight: 500;
	min-height: 56px;
	padding: 14px;
	width: 100%;
}

.sr-lookup-manage-form textarea {
	min-height: 132px;
	resize: vertical;
}

.sr-lookup-guardian-fields {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sr-lookup-manage-form select {
	appearance: none;
	background-image: linear-gradient(45deg, transparent 50%, var(--sr-brown) 50%), linear-gradient(135deg, var(--sr-brown) 50%, transparent 50%);
	background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
	background-repeat: no-repeat;
	background-size: 7px 7px, 7px 7px;
	cursor: pointer;
	padding-right: 44px;
}

.sr-lookup-people-row {
	align-items: end;
	display: grid;
	gap: 32px;
	grid-template-columns: minmax(220px, 1fr) auto 200px 200px;
}

.sr-lookup-people-row__label {
	color: #555351;
	font-size: 18px;
	line-height: 56px;
	white-space: nowrap;
}

.sr-school-suggestions {
	background: #fff;
	border: 1px solid var(--sr-line);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	display: grid;
	left: 0;
	max-height: 260px;
	overflow: auto;
	position: absolute;
	right: 0;
	top: calc(100% + 2px);
	z-index: 20;
}

.sr-school-suggestions button {
	background: #fff;
	border: 0;
	border-bottom: 1px solid var(--sr-line);
	cursor: pointer;
	padding: 10px 12px;
	text-align: left;
}

.sr-school-suggestions button:hover,
.sr-school-suggestions button.is-active {
	background: var(--sr-cream);
}

.sr-organization-search-status {
	font-size: 14px;
	margin: 8px 0 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

@media (max-width: 1320px) {
	.sr-lookup-fields {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-height: 900px) and (min-width: 783px) {
	.sr-modal {
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.sr-modal__dialog {
		max-height: calc(100vh - 48px);
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.sr-modal__header {
		margin-bottom: 10px;
	}

	.sr-modal__lead {
		margin-bottom: 18px;
	}

	.sr-summary__row {
		min-height: 43px;
		padding-bottom: 7px;
		padding-top: 7px;
	}
}

@media (max-width: 760px) {
	.sr-steps,
	.sr-choice-grid,
	.sr-fieldset-grid,
	.sr-guardian-fields,
	.sr-lookup-guardian-fields,
	.sr-people-row,
	.sr-calendar-layout,
	.sr-preference-fields,
	.sr-weekdays__grid,
	.sr-times__grid,
	.sr-reservation-card dl {
		grid-template-columns: 1fr;
	}

	.sr-lookup-form,
	.sr-reservation-card {
		padding: 18px;
	}

	.sr-term-note {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.sr-term-note span {
		align-self: flex-start;
	}

	.sr-app__title,
	.sr-form__title,
	.sr-lookup-title {
		font-size: 32px;
	}

	.sr-lookup-lead {
		margin-bottom: 28px;
	}

	.sr-lookup-fields {
		grid-template-columns: 1fr;
	}

	.sr-reservation-card {
		padding: 24px 18px;
	}

	.sr-reservation-card__status,
	.sr-lookup-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sr-lookup-cancel-button,
	.sr-lookup-manage-button {
		min-width: 0;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.sr-reservation-card__status span {
		text-align: left;
	}

	.sr-lookup-details__row {
		display: grid;
		gap: 4px;
	}

	.sr-lookup-details dd {
		text-align: left;
	}

	.sr-lookup-people-row {
		align-items: stretch;
		gap: 32px;
		grid-template-columns: 1fr;
	}

	.sr-lookup-people-row__label {
		line-height: 1.5;
	}

	.sr-lookup-submit {
		width: 100%;
	}

	.sr-app .sr-form__title {
		margin: 48px 0 34px !important;
	}

	.sr-panel {
		margin-bottom: 50px;
	}

	.sr-panel--reservation-details {
		margin-bottom: 20px;
	}

	.sr-panel--notes {
		margin-bottom: 40px;
	}

	.sr-topic-card__button {
		padding: 18px 20px;
	}

	.sr-topic-card__body-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sr-topic-card__head {
		grid-template-columns: 24px minmax(0, 1fr) 18px;
	}

	.sr-topic-card__head strong {
		font-size: 18px;
	}

	.sr-topic-card__meta span,
	.sr-topic-card__description {
		font-size: 16px;
	}

	.sr-field {
		grid-column: 1 / -1;
	}

	.sr-field--split {
		padding-top: 0;
	}

	.sr-alert {
		padding: 20px;
	}

	.sr-form__actions,
	.sr-modal__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sr-form__actions {
		margin-top: 0;
	}

	.sr-form__actions .sr-button {
		min-width: 0;
		width: 100%;
	}

	.sr-modal {
		padding: 16px;
	}

	.sr-modal__dialog {
		max-height: calc(100vh - 32px);
		padding: 24px 18px;
		width: 100%;
	}

	.sr-summary__row {
		gap: 4px;
		grid-template-columns: 1fr;
	}

	.sr-summary__row dd {
		text-align: left;
	}

	.sr-modal__actions .sr-button {
		min-width: 0;
		width: 100%;
	}

	.sr-thanks {
		padding: 28px 20px;
	}

	.sr-thanks__actions,
	.sr-thanks__button {
		width: 100%;
	}
}

@media (max-width: 420px) {
	.sr-calendar__weekdays,
	.sr-calendar__grid {
		column-gap: clamp(0px, calc(6vw - 19.2px), 6px);
	}

	.sr-calendar__weekdays {
		font-size: clamp(14px, calc(4vw + 1.2px), 18px);
	}

	.sr-calendar-day {
		font-size: clamp(15px, calc(3vw + 5.4px), 18px);
		width: clamp(32px, calc(16vw - 19.2px), 48px);
	}

	.sr-calendar-day.is-selected::before {
		height: clamp(36px, calc(12vw - 2.4px), 48px);
		width: clamp(36px, calc(12vw - 2.4px), 48px);
	}
}

.sr-app button,
.sr-app input[type="button"],
.sr-app input[type="reset"],
.sr-app input[type="submit"],
.sr-app .sr-button,
.sr-app .sr-thanks__button,
.sr-app .sr-icon-button {
	font-weight: 400 !important;
}

.sr-app .sr-calendar-day.has-slots {
	font-weight: 700 !important;
}

.sr-app .sr-calendar-day:disabled:not(.has-slots),
.sr-app .sr-calendar-day.is-muted {
	font-weight: 300 !important;
}

.sr-feedback {
	margin-inline: auto;
	max-width: 920px;
}

.sr-feedback--message-success {
	margin-inline: 0;
}

.sr-feedback--message-success .sr-alert--success {
	padding-inline: 0;
}

.sr-feedback--message h2 + .sr-alert--error {
	margin-top: 20px;
}

.sr-feedback__header {
	margin-bottom: 32px;
}

.sr-feedback-step__title,
.sr-feedback--message h2 {
	font-size: clamp(30px, 4vw, 38px);
	hyphens: none;
	line-height: 1.26;
	overflow-wrap: normal;
	word-break: normal;
}

.sr-feedback__eyebrow {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.sr-feedback-progress {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 0 0 32px;
	padding: 0;
}

.sr-feedback .sr-feedback-progress > li {
	align-items: center;
	border-bottom: 3px solid #d8dee5;
	counter-increment: none;
	display: flex;
	justify-content: center;
	padding: 0 0 10px;
}

.sr-feedback .sr-feedback-progress > li::before {
	content: none;
}

.sr-feedback-progress li span {
	align-items: center;
	background: #eef1f4;
	border-radius: 50%;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	padding-bottom: 2px;
	width: 34px;
}

.sr-feedback-progress li[aria-current="step"],
.sr-feedback-progress li.is-complete {
	border-color: #0274be;
}

.sr-feedback-progress li[aria-current="step"] span,
.sr-feedback-progress li.is-complete span {
	background: #0274be;
	color: #fff;
}

.sr-feedback-form {
	display: grid;
	gap: 28px;
}

.sr-feedback-step {
	background: #fff;
	border: 1px solid #dfe5eb;
	border-radius: 8px;
	padding: clamp(22px, 4vw, 40px);
}

.sr-feedback-step + .sr-feedback-step {
	margin-top: 8px;
}

.sr-feedback.is-enhanced .sr-feedback-step + .sr-feedback-step {
	margin-top: 0;
}

.sr-feedback-rating {
	border: 0;
	margin: 28px 0 0;
	padding: 24px 0 0;
}

.sr-feedback-rating legend,
.sr-feedback-topics legend {
	font-weight: 700;
	padding: 0;
}

.sr-feedback-rating__scale {
	display: grid;
	gap: 8px;
	margin-top: 16px;
}

.sr-feedback-rating__scale--5 {
	grid-template-columns: repeat(5, minmax(38px, 1fr));
}

.sr-feedback-rating__scale--10 {
	grid-template-columns: repeat(10, minmax(38px, 1fr));
}

.sr-feedback-rating__scale--11 {
	grid-template-columns: repeat(11, minmax(38px, 1fr));
}

.sr-feedback-rating__scale label {
	cursor: pointer;
	position: relative;
}

.sr-feedback-rating__scale input[type="radio"] {
	height: 1px;
	opacity: 0;
	position: absolute;
	width: 1px;
}

.sr-feedback-rating__scale span {
	align-items: center;
	background: #f1f4f6;
	border: 2px solid transparent;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	min-height: 44px;
	padding-bottom: 2px;
}

.sr-feedback-rating__scale input[type="radio"]:checked + span {
	background: #0274be;
	color: #fff;
}

.sr-feedback-rating__scale input[type="radio"]:focus-visible + span {
	border-color: #111;
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.sr-feedback-rating__anchors {
	display: flex;
	font-size: 13px;
	justify-content: space-between;
	margin-top: 7px;
}

.sr-feedback-rating.has-error {
	border-left: 4px solid #b32d2e;
	padding-left: 16px;
}

.sr-feedback-topics {
	border: 0;
	border-top: 1px solid #e3e7eb;
	display: grid;
	gap: 12px;
	margin: 32px 0 0;
	padding: 28px 0 0;
}

.sr-feedback-topics label {
	align-items: flex-start;
	display: flex;
	gap: 10px;
}

.sr-feedback-topics input[type="checkbox"] {
	margin-top: 2px;
}

.sr-feedback-step__title + .sr-feedback-textarea {
	margin-top: 14px;
}

.sr-feedback-textarea + .sr-feedback-textarea {
	margin-top: 24px;
}

.sr-feedback-textarea textarea {
	width: 100%;
}

.sr-feedback__error-summary {
	background: #fcf0f1;
	border-left: 4px solid #b32d2e;
	padding: 16px 18px;
}

.sr-feedback-navigation,
.sr-feedback-admin__exports,
.sr-feedback-admin__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sr-feedback-navigation {
	justify-content: space-between;
}

.sr-feedback__thanks {
	margin-top: 32px;
}

.sr-feedback__signature {
	font-weight: 700;
}

@media (max-width: 700px) {
	.sr-feedback-rating__scale {
		grid-template-columns: repeat(5, minmax(38px, 1fr));
	}

	.sr-feedback-rating__scale--11 {
		grid-template-columns: repeat(6, minmax(38px, 1fr));
	}

	.sr-feedback-navigation .sr-button,
	.sr-feedback-submit {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.sr-feedback-rating__scale--11 {
		grid-template-columns: repeat(4, minmax(44px, 1fr));
	}
}
