#rfpForm * {
	color: #3d4543;
	font-size: 16px;
	background-color: white;
	font-family: "PT Sans",sans-serif;
}
#rfpForm div.rfp_sectionName {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	font-family: 'ShadowsIntoLightW00-Reg', cursive;

}
#rfpForm label {
	color: #444;
	display: block;
	font-family: 'PT Sans W01 Bold', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	padding: 5px 0;
	width: 100%;
	cursor: pointer;
	/* text-transform: uppercase; */
}
#rfpForm table.rfp_table .td_formField label {
	display: inline !important;
	max-width: none !important;
	text-align: left !important;
	line-height: 32px;
	font-size:  16px !important;
}
#rfpForm table.rfp_table td.td_label {
	width: 200px !important;
}
#rfpForm label.req {
	color: #CD0F1E;
}
#rfpForm table.rfp_table {
	border: 0;
	margin-bottom: 0;
}
#rfpForm input[type="text"], #rfpForm input[type="email"], #rfpForm input[type="number"], #rfpForm input[type="url"], #rfpForm textarea, #rfpForm input.date {
	margin: 0 0 1rem 0;
	margin-bottom: 20px;
	color: #404a46;
	font-family: 'PT Sans W01 Regular';
	padding: 0 12px;
	border: 1px solid #bcbfb3;
	background: #fff;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
	box-shadow: none;
	border-radius: 0;
	display: block;
	box-sizing: border-box;
	transition: box-shadow 0.45s,border-color 0.45s;
	width: 80% !important;
	line-height: normal;
}
#rfpForm input.date {
	width: 70% !important;
	display: inline-block !important;
}
#rfpForm textarea {
	width: 400px !important;
	height: 80px !important;
}
input[type="file"], input[type="checkbox"], input[type="radio"] {
	margin: 0 0 1rem 0;
}
#rfpForm select {
	font-size: 16px;
	color: #404a46;
	font-weight: normal;
	padding: 7px 10px;
	height: 40px;
	border: 1px solid #bcbfb3;
	margin-bottom: 20px;
	cursor: pointer;
	width: auto !important;
	font-family: 'PT Sans W01 Regular';
	box-shadow: none;
	margin: 0 0 1rem 0;
	line-height: normal;
	border-radius: 0;
	box-sizing: border-box;
}
/* keep date pattern selects from being too narrow */
#td_formField_rfp_pattern select { width: 40% !important;}
#rfpForm input[type="submit"]:hover, #rfpForm input[type="reset"]:hover, #rfpForm input[type="button"]:hover {
	color: #ffda27 !important;
}
#rfpForm input[type="submit"], #rfpForm input[type="reset"], #rfpForm input[type="button"] {
	margin-bottom: 0px;
	width: auto !important;
	margin-left: 15px;
	display: inline-block;
	margin: 0px auto;
	padding: 10px !important;
	text-align: center;
	color: #fff;
	font-family: "PT Sans W01 Bold", sans-serif;
	font-size: 21px;
	text-transform: uppercase;
	text-align: center;
	border-style: solid;
	border-width: 0;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	position: relative;
	border-radius: 0;
	border-color: #007095;
	transition: background-color 300ms ease-out;
}
#rfpForm #label_rfp_sendemail {
	float: none;
	display: inline;
	padding-left: 10px;
}
#rfpForm #rfp_sendemail {
	float: left;
	margin-right: 10px;
	margin-top: 2px;
}
#rfpForm #table_rfp_dateinfosectionheader {
	background-color: #fff !important;
}
#table_rfp_dateinfosectionheader * {
	color: #3d4543 !important;
	font-size: inherit;
	font-weight: bold;
}
#rfpForm .dateinfosectionheader {
	background-color: #fff !important;
}
#rfpCalendar {
    background-color: white;
    border-radius: 0;
    box-shadow: none;
	border: solid 1px #ddd;
}
#rfpCalendar table {
	padding: 0;
	margin: 0;
	width: 200px !important;
	table-layout: auto;
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	line-height: 1.125rem;
}
#rfpCalendar .Day {
	font-size: 12px;
	color: #222 !important;
	width: auto !important;
	padding: 0 !important;
	vertical-align: middle !important;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	height: 0px;
	/* width: 20px; */
	text-align: center;
	line-height: 2em;
}
/* this is the month/year movers */
#rfpCalendar table:nth-child(2) td {
	border-bottom: 1px solid #c3c3c3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #343434 !important;
	text-decoration: none;
	text-align: center;
	background-color: rgb(227, 227, 227) !important;
}
/* this is the date headers */
#rfpCalendar table:nth-child(3) tr:first-child td {
	color: #fff !important;
	background-color: #343434;
	width: auto !important;
	padding: 0 !important;
	vertical-align: middle !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	/* width: 20px; */
	height: 21px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #C3C3C3;
}
#rfpCalendar a.CH {
	background-color: rgb(227, 227, 227) !important;
	color: #343434 !important;
}
#rfpCalendar a.currentDay:hover, #rfpCalendar a.today:hover {
    background-color: #ffff99;
    cursor: pointer;
}
#rfpCalendar a.currentDay, #rfpCalendar a.today {
	border: 0;
	background-color: #b5dce5 !important;
	font-size: 12px !important;
	color: #343434 !important;
}

#rfpForm input.roomDate { padding: 4px !important; }