﻿


.body-content h1.formHeader
{
	color: #000;
	font-size: 35px;
	font-family: Montserrat-Heavy;
	padding-bottom: 8px;
}

.formHeaderText
{
	    font-size: 16px;
    margin-bottom: 35px;
    line-height: 27px;

}




.body-content a.formSectionLink
{
	font-size: 28px;
    color: #5383ad;
    font-family: Montserrat-Medium;
    margin-top: 20px;
    margin-bottom: 0px;
    border-bottom: 2px solid #c18f29;
    display: block;
    width: 100%;
}






.body-content a.formSectionLink:hover
{
	text-decoration:none;
}


.sf-fieldWrp,
.sfFormDropdown
{
	
	padding: 3px;
	display:block;
	margin-bottom: 5px;
	clear:both;
}

.sf-fieldWrp.offColor,
.offColor
{
	background-color: #efefef;
	
}



.sf-fieldWrp label
{
	margin:0;
    font-weight: normal;
    font-size: 14px;
    width: 260px;
    margin-right: 24px;
    line-height: 24px;
    display:block;
}


.sf-fieldWrp input[type=text],
.sf-fieldWrp input[type=email]
{
	margin:0;
    font-weight: normal;
    font-size: 14px;
    width: 290px;
    margin-right: 24px;
    line-height: 24px;
    display:block;
    height: 38px;
    border: 2px solid #a4b3c5;
    padding: 3px;
}

.sf_2cols_1_50 .sf-fieldWrp label
{
	
    xxwidth: 45%;

}

.sf-fieldWrp.MainContactField  label
{
	
    width: 10%;

}


.sf-fieldWrp textarea
{
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    width: 290px;
    margin-right: 24px;
    line-height: 24px;
    display: block;
    padding: 3px;
    border: 2px solid #a4b3c5;
   
    
}

.sf-fieldWrp h1
{
	padding:0;
	
}

.sf_colsOut.sf_2cols_1_50
{
margin-bottom: 10px;
}

.sf-fieldWrp h3
{
	background-color: #5383ad;
	color: #fff;
	padding: 5px;
	padding-left: 5px;
	margin-bottom: 11px;
	font-size: 16px;
}











.twoCol label
{
width: 261px;
}
.sf-fieldWrp
{
align-items: center;
}
.sf-fieldWrp select
{
height: 24px;
}
.newletterWrapper label
{
	width: 100%;
}

.sf-Checkboxes
{
	margin-top: 20px;
	border-top: solid 1px #c18f29;
	padding-top: 15px;
}

.sf-Checkboxes strong
{
	    color: #5383ad;
    font-size: 16px;
    padding-bottom: 10px;
    
}



.formSubmitWrapper button[type='submit']
{
    background: transparent;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.9px;
    font-weight: 400;
    font-family: Montserrat-Medium;
    line-height: 1;
    min-width: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: normal;
    -moz-transition: background-color 0.2s ease,border-color 0.2s ease;
    -o-transition: background-color 0.2s ease,border-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease,border-color 0.2s ease;
    transition: background-color 0.2s ease,border-color 0.2s ease;
    border: solid 2px #C39428;
    color: #C39428;
    padding: 8px 20px;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
    margin-top: 20px;
}
.formSubmitWrapper button[type='submit']:hover
{
    background: #C39428;
    color: #fff !important;
    border: solid 2px #c18f29;
    text-decoration: none;
}
