/*
	Colors
	
	White: #FFFFFF 
	Green: #617441 
	Light Green: #819b57 
	Off Grey: #405759 
	Tan: #f4f0eb 
	Gold: #e4c475 
	Dark Gold: #ddb552 
	Pale Blue: #d6e3e5 
	Blue: #183358 
	Dark Blue: #08253d 
	Light Grey: #666666
	Grey: #4d4d4d
	Yellow: #f1e1ba
*/

/*
	Font Sizes
	
	H0: 122px -> 89px
	H1: 91px -> 66px
	H2: 53px -> 39px
	H3: 38px -> 27px
	H4: 33px -> 24px
	H5: 28px -> 22px
	H6: 26px -> 20px
	
	Paragraph: 28px -> 20px
	Small Text: 24px -> 18px
	X Small Text: 22px -> 15px
	XX Small Text: 20px -> 14px
*/


/*Forms Styles*/
.fsPage {
	min-width: 100px !important;
}
.fsBody > div:nth-child(2) {
	display: none !important;
}
.fsBody > *{
	padding: 0px !important;
}
.fsBody .fsForm{
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
	max-width: unset !important;
}
.fsBody .fsForm .fsLabel, .fsBody .fsForm .fsOptionLabel, .fsBody .fsForm .fsMatrix th, .fsBody .fsForm .fsMatrixLabel {
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    /*font-weight: 400;*/
}
.fsBody .fsForm .fsLabel{
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	margin-bottom: 0px !important;
}
.fsRequiredMarker {
	color: red !important;
}
.fsSection {
    width: 100%;
    margin-bottom: 20px !important;
}
.fsBody .fsForm .fsSectionHeader{
	background-color: transparent !important;
	margin-bottom: 0px !important;
}
.fsSection .fsSectionHeading{
    font-size: 32px !important;
}
.fsBody .fsHidden, .fsBody .fsWorkflowHidden {
    padding: 0;
    margin: 0;
    display: none !important;
}
.fsBody .fs4Col, .fsBody .fs3Col, .fsBody .fs2Col, .fsBody .fs5Col, .fsBody .fs6Col {
    min-width: 10px !important;
}
body #main .fsFieldCell.fsSpan66 {
    width: 66.6%;
}
body #main .fsFieldCell.fsSpan33 {
    width: 33.3%;
}
body #main .fsFieldCell.fsSpan25 {
    width: 25%;
}
.fsBody .fsForm .fsCell {
    position: relative;
}
.fsFieldCell.fsSpan50 {
    width: 50% !important;
}
.fsLabel, .fsOptionLabel {
    color: #33333f !important;
    font-size: 19px !important;
}
.fsBody .fsForm textarea.fsRequired, .fsBody .fsForm textarea.fsField {
    border-color: #33333f !important;
    /*border-radius: 1px !important;*/
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
}
.fsBody .fsForm input[type=text].fsRequired, .fsBody .fsForm input[type=file].fsRequired, .fsBody .fsForm input[type=number].fsRequired, .fsBody .fsForm input[type=email].fsRequired, .fsBody .fsForm input[type=tel].fsRequired, .fsBody .fsForm select.fsRequired, .fsBody .fsForm input[type=text].fsField, .fsBody .fsForm input[type=file].fsField, .fsBody .fsForm input[type=number].fsField, .fsBody .fsForm input[type=email].fsField, .fsBody .fsForm input[type=tel].fsField, .fsBody .fsForm select.fsField, .fsBody .fsForm .fsSubFieldGroup select {
    border-color: #33333f !important;
    /*border-radius: 0px !important;*/
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;
    font-family: Lato, Arial, Helvetica, sans-serif !important;
}
.fsBody .fsForm input[type=number]{
	display: inline-flex;
    width: calc(96% - 5px);
    flex-grow: 1;
}

.fsSubFieldGroup .fsSubField.fsFieldAddress, .fsSubFieldGroup .fsSubField.fsFieldAddress2{
	width: calc(100% - 5px);
}
.fsSubFieldGroup .fsSubField.fsFieldCity, .fsSubFieldGroup .fsSubField.fsFieldState, .fsSubFieldGroup .fsSubField.fsFieldZip{
	width: calc(33.3% - 5px);
}
.fsSubmit {
	margin-top: 0px !important;
}
.fsSubmitButton {
    padding: 14px 57px 14px 57px !important;
    line-height: 18px !important;
    font-size: 18px !important;
    border-radius: 33px !important;
    background: #8d0000 !important;
    color: #FFFFFF !important;
    /*border: 1px solid rgb(0 0 0 / 0%) !important;
    border-bottom: rgb(0 0 0 / 0%) !important;
    border-right: rgb(0 0 0 / 0%) !important;*/
    font-family: Lato, Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    position: relative;
}
.fsSubmitButton:hover, .fsSubmitButton:focus {
    background: #9a6c05 !important;
    color: #FFFFFF !important;
    border-color: rgb(0 0 0 / 0%) !important;
}

.fsFieldCell hr {
    height: 1px !important;
}
@media screen and (max-width: 800px) {
    .fsFieldCell.fsSpan25, .fsFieldCell.fsSpan66, .fsFieldCell.fsSpan33, .fsFieldCell.fsSpan50 {
        width: 100% !important;
    }
}
