/* previewer in formstack sometimes shows some weirdness - fix it here when embedded on page */
body.page #fsform-container .fsBody > div {
	padding: 1.5em;
}

.fsBody {
	background: #f9f9f9;
}

/* add logo to header of forms */
.fsBody .fsForm {
	background: #fff url('https://www.plu.edu/wp-content/themes/plu/library/images/logos/plu-horizontal-logo_formstack.png') 25px 15px no-repeat;
	border: 2px solid #e8e8e8;
	overflow: hidden;
	padding: 37px 25px 25px 25px;
	margin: 0 auto;
	position: relative;
}

/* add border line right under PLU logo in header */
.fsBody .fsPage {
	margin-top: 38px;
	min-width: auto;
}
.fsBody .fsPage:before {
	content: "";
	position: absolute;
	border-top: 2px solid rgb(232, 232, 232);
	width: 100%;
	display: block;
	left: 0;
	top: 58px;
}

/* form <p> tags */
.fsBody p {
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 15px;
}

/* fix display issue with forms from overlapping boundary on mobile */
.fsBody .fsSection {
	grid-template-columns: 100%;
}

/* fix 2, 3 and 4 column display issues to work correctly */
/* 2 */
.fsBody .fsSection.jcJLCZ {
	display: grid;
	column-gap: calc(20px);
	grid-template-columns: repeat(2, minmax(0px, 1fr));
}
/* 3 */
.fsBody .fsSection.gdPJGc {
	display: grid;
	column-gap: calc(20px);
	grid-template-columns: repeat(3, minmax(0px, 1fr));
}
/* 4 */
.fsBody .fsSection.cAuCJz {
	display: grid;
	column-gap: calc(20px);
	grid-template-columns: repeat(4, minmax(0px, 1fr));
}

/* form links <a> tags */
.fsBody .fsSection a {
	text-decoration: none;
	background-image: linear-gradient(to right, #ecbc5b, #fbba37);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	color: #333333;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.fsBody .fsSection a:hover,
.fsBody .fsSection a:focus {
	color: #000000;
	background-size: 0% 2px;
}

/* adjust spacing of fields */
.fsBody .fsFieldCell {
	margin-bottom: 10px;
}

/* input fields */
.fsBody input[type="text"],
.fsBody input[type="email"],
.fsBody input[type="textarea"],
.fsBody input[type="number"],
.fsBody input[type="tel"],
.fsBody textarea {
	font-size: 16px;
	padding: 5.5px 8px;
	line-height: 1.5;
	height: unset;
	background-color: #fff;
	border: 2px solid #cccccc;
	margin: 0 0 10px 0;
	box-shadow: none;
	transition: none;
}
.fsBody input[type="text"]:focus,
.fsBody input[type="text"]:active,
.fsBody input[type="email"]:focus,
.fsBody input[type="email"]:active,
.fsBody input[type="textarea"]:focus,
.fsBody input[type="textarea"]:active,
.fsBody input[type="number"]:focus,
.fsBody input[type="number"]:active,
.fsBody input[type="tel"]:focus,
.fsBody input[type="tel"]:active,
.fsBody textarea:focus,
.fsBody textarea:active {
	border-color: #999999;
	background-color: #f9f9f9;
}

/* select menus */
.fsForm select {
	padding: 5px;
	font-size: 16px;
	min-height: 39px;
	border: 2px solid #ccc;
	height: unset;
	color: #333;
	line-height: normal;
	margin-bottom: 10px;
} 

/* section titles */
.fsBody .fsSectionHeader {
	background: transparent;
	margin: 0 0 15px 0 !important;
	border-bottom: 2px solid #e8e8e8;
	padding: 0;
	border-radius: 0;
}
.fsBody .fsSectionHeader .fsSectionHeading {
	margin-bottom: 3px;
	text-align: left;
	font-size: 17px;
	font-weight: bold;
	color: #555555;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif, "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana;
}
.fsBody .fsSectionHeader .fsSectionText > p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
}

/* fieldsets */
.fsBody fieldset {
	margin: 0 0 10px 0;
	border: 1px solid #e8e8e8;
	padding: 0 15px 15px 15px;
	border-radius: 2px;
	background: #f9f9f9;
}

.fsBody fieldset .fsOptionLabel {
	font-size: 16px;
	display: flex;
	align-items: baseline;
	margin: 15px 10px 0 0;
}

.fsBody fieldset .fsOptionLabel input[type="checkbox"] {
	margin: 0px 7px 0px 0px;
	-webkit-appearance: checkbox;
	moz-appearance: checkbox;
	width: 13px;
	height: 13px;
}

.fsBody fieldset label {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 15px;
	line-height: normal;
}

.fsBody fieldset label input[type="radio"] {
	margin: 0px 7px 0px 0px;
	-webkit-appearance: radio;
	moz-appearance: radio;
	width: 13px;
	height: 13px;
}
.fsBody fieldset .fsOptionLabel input:before,
.fsBody fieldset label input[type="radio"]:before {
	display: none !important;
}

.fsBody fieldset input[type="text"] {
	margin-bottom: 0;
}

/* field labels */
.fsBody .fsLabel,
.fsBody label,
.fsBody .fsSubField label {
	color: #555555;
	margin-bottom: 6px;
	line-height: 1.4;
	font-size: 16px;
}
.fsBody .fsSupportingSubLabel {
	font-size: 14px !important;
}

.fsBody .fsLabel {
	font-weight: bold;
}

/* resize sublabel text to be bigger */
.fsBody .fsSupporting {
	font-size: 14px;
	margin-top: 6px;
	line-height: 1.4;
}

/* error/alert notices */
/* 'header' alert box */
.fsBody div[role="alert"] {
	margin: 45px 0 -20px 0;
	word-break: break-word;
}

.fsBody div[role="alert"] div {
	font-size: 15px;
}

.fsBody div[role="alert"] > a {
	font-size: 15px;
	margin-bottom: 6px;
}

.fsBody div[role="alert"] > a:hover,
.fsBody div[role="alert"] > a:focus {
	text-decoration: none;
	color: #222;
}

.fsBody div[role="alert"] > a:last-child {
	margin-bottom: 0;
}
/* field validation error boxes */
.fsBody div.fsValidationError[role="alert"] {
	margin: 0 0 5px 0;
}

/* progress bar */
.fsProgressBarContainer {
	height: 18px;
}
.fsProgressBarContainer .fsProgressBar {
	background-color: #999999;
}
.fsProgressBarContainer .fsProgressText {
	font-size: 10px;
	line-height: 3px;
	color: #111;
	font-weight: bold;
}

/* event/product field */
.fsBody .fsProductField__info__description {
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
}

.fsBody .fsProductField__fields__fixed-amount {
	font-size: 15px;
	color: #0d890d;
}

.fsBody .fsProductField__fields__quantity {
	margin-bottom: 5px;
}

.fsBody select[type="product"] {
	min-width: 45px;
}

/* '$' sign positioning */
.StyledCurrency-sc-yjeyan-0 {
	display: block !important;
	position: absolute;
	left: -13px;
	top: 38px;
	font-size: 15px !important;
	margin: 0;
	width: auto !important;
	line-height: unset !important;
	font-weight: bold;
}

/* 'apply discount' code button */
.ApplyDiscountCodeButton__StyledButton-sc-mr33qt-0 {
	color: #fff;
	background: #222;
	text-decoration: none;
	margin: 7px 0 3px 0;
	padding: 7px 6px 6px 6px;
	border: 1px solid #333;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 2px 	
}

/* required field asterisk */
.fsBody .fsRequiredLabel .fsRequiredMarker {
	color: red;
}

/* matrix tables */
.fsBody table {
	font-size: 15px;
}

.fsBody table td,
.fsBody table th {
	padding: 8px;
}

.fsBody table tr[role="radiogroup"] td input {
	appearance: auto;
	margin: 0;
}

.fsBody table tr[role="radiogroup"] td input:before {
	display: none;
}

/* popup tooltip (callout) */
.fsBody .fsCalloutBody {
	font-size: 12px;
}

/* save and resume */
.fsBody .fsSaveIncomplete {
	padding: 12px;
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	background: #000;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}

/* pagination (prev/next) and submit buttons */
.fsBody .fsSubmit,
.fsBody .fsPagination {
	margin-top: 10px;
	padding: 0;
}

.fsBody .fsPagination .fsPreviousButton,
.fsBody .fsPagination .fsNextButton,
.fsBody .fsSubmit .fsSubmitButton {
	background: #fbba37;
	font-size: 13px;
	letter-spacing: 0.2px;
	padding: 12px 14px;
	color: #000;
	border: none;
	border-radius: 3px;
	font-weight: bold;
	margin: 0;
	width: auto;
	height: auto;
	flex: none;
}

.fsBody .fsSubmit .fsSubmitButton[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

/* remove arrows on mobile and keep a consistent design */
.fsBody .fsPagination .fsPreviousButton:before, 
.fsBody .fsPagination .fsNextButton:before {
	display: none;
}
.fsBody .fsPagination .fsPreviousButton span, 
.fsBody .fsPagination .fsNextButton span {
	display: block !important;
}

/* date/time */
.fsBody .fsDateField .MuiInputBase-root,
.fsBody .fsDateField .MuiPickersInputBase-root {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fsBody .fsDateField .MuiPickersInputBase-root .MuiPickersSectionList-section {
	font-size: 14px;
}

.fsBody .fsDateField .MuiInputBase-root .MuiOutlinedInput-notchedOutline,
.fsBody .fsDateField .MuiPickersInputBase-root .MuiPickersOutlinedInput-notchedOutline {
	margin-bottom: 0;
	z-index: 1;
	background: transparent;
	border: 2px solid #ccc !important;
	padding: 0;
	border-radius: 3px;
}

.fsBody .fsDateField .MuiInputBase-root .MuiInputBase-input {
	border: 0;
	padding: 13px 0 1px 10px;
	height: unset;
	font-size: 15px;
	line-height: unset;
}
.fsBody .fsDateField .MuiInputBase-root .MuiInputBase-input:focus {
	background: transparent;
}

.fsBody .fsDateField .MuiPickersInputBase-root .fsDatePickerAdornment .MuiSvgIcon-root {
	font-size: 20px;
}

.MuiDateCalendar-root .MuiPickersDay-root:focus,
.MuiDateCalendar-root .MuiPickersDay-root:hover,
.MuiDateCalendar-root .MuiPickersYear-yearButton:focus,
.MuiDateCalendar-root .MuiPickersYear-yearButton:hover {
	color: #111;
}

.MuiDateCalendar-root .MuiPickersYear-yearButton {
	padding: unset;
}