#rfpForm label {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
}

#rfpForm .rfp_sectionName {
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px !important;
	background-color: #afbd22;
	border-radius: 6px 6px 0px 0px;
	line-height: 40px;
	font-weight: normal !important;
	text-transform: uppercase;	
	padding-left: 10px !important;

}

#rfpForm td#td_formField_rfp_pattern #rfp_pattern_2
{
	display: inline;
}
#rfpForm td#td_formField_rfp_pattern #rfp_startDay
{
	display: inline;
	width: 30%;
}
#rfpForm td#td_formField_rfp_pattern label
{
	display: inline;
}
#rfpForm td#td_formField_rfp_pattern #rfp_endDay
{
	display: inline;
	width: 30%;
}

#rfpForm td#td_formField_rfp_pattern #rfp_numDays
{
	display: inline;
	width: 30%;
}

#rfpForm .button {
	font-family: 'Montserrat', sans-serif;
	border-radius: 6px;
	background-color: #00afdb;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border: none;
	display: inline-block;
}

#rfpForm tr#tr_rfp_dateinfosectionheader {
	background-color: #fff !important;
}
/* Recaptcha CSS */
#g-recaptcha {
    margin: 20px 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#g-recaptcha > div {
    margin: 5px auto;
}

/* Other custom CSS */

