

/** STATIC TITLES **/
.static-titles				{ padding:60px 0px; }
.static-titles h1			{ text-transform:uppercase; font-size:2.5em; font-weight:400; }
.static-titles .sub-title	{ font-size:1.3em; }

.static-titles h1			{ color:#FFFFFF; text-shadow:0px 2px 3px rgba(0, 0, 0, 0.4);  }
.static-titles .sub-title	{ color:#FFFFFF; }



/** GENERAL **/
.static-wrapper						{ padding:60px 0px; font-size:1.3em; }
.static-wrapper h1,
.static-wrapper h2					{ text-transform:uppercase; }
.static-wrapper .static-left		{ float:left; width:55%; }
.static-wrapper .static-right		{ float:right; width:40%; }

.static-wrapper h1,
.static-wrapper h2,
.static-wrapper h3					{ color:#a2277b; }
.static-list li						{ color:#a2277b; }
.static-list li span				{ color:#333333; line-height:2em; }

.wrap-grey							{ background:#FAFAFA; }



/** STATIC FORMS 
.static-wrapper form			{ padding:20px; margin:0px 0px 30px 0px; }
.static-wrapper form .styledd	{ width:100%; }

.static-wrapper form			{ background:#EFEFEF; border:1px solid #CCCCCC; }
.static-wrapper form .styledd	{ background:#FFFFFF; }
**/
/** STATIC FORMS **/
.static-form-wrapper								{ padding:10px; }
.static-form-wrapper h1								{ text-transform:uppercase; font-weight:400; }
.static-form-wrapper h1 span						{ text-transform:none; font-weight:300; }
.static-form-wrapper .text							{ font-size:1.3em; margin:0px 0px 20px 0px; padding:0px 0px 20px 0px; }
.static-form-wrapper .form .form-row .form-label	{ display:none; }
.static-form-wrapper .form .form-half				{ width:48%; clear:none; }
.static-form-wrapper .form .form-half-left			{ float:left; clear:left; }
.static-form-wrapper .form .form-half-right			{ float:right; clear:right; }
.static-form-wrapper .form .form-full				{ display:block; clear:both; width:100%; }
.static-form-wrapper .form .form-textbox input,
.static-form-wrapper .form .form-textbox textarea	{ padding:15px; width:100%; }
.static-form-wrapper .form .styledd,
.static-form-wrapper .form .htmldd					{ padding:10px 15px; width:100%; }
.static-form-wrapper .form .form-textbox textarea	{ min-height:150px; }
.static-form-wrapper .form .form-button-row			{ text-align:right; text-transform:uppercase; }

.static-content.static-grey	.static-form-wrapper	{  }
.static-form-wrapper h1								{ color:#191548; }
.static-form-wrapper h1 span						{ color:#777777; }
.static-form-wrapper .text							{ color:#777777; border-bottom:1px solid #CCCCCC; }
.static-form-wrapper .form select,
.static-form-wrapper .form .htmldd,
.static-form-wrapper .form .styledd,
.static-form-wrapper .form .form-textbox input,
.static-form-wrapper .form .form-textbox textarea 	{ background:#FFFFFF; border:1px solid #CCCCCC; -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow:none; }

.form .form-field-error .form-textbox input, 
.form .form-field-error .form-textbox textarea, 
.form .form-field-error .form-textbox select, 
.form .form-field-error .form-textbox .htmldd, 
.form .form-field-error .form-textbox .styledd	{ border:1px solid #CCC; }



/** CONTACT CARD **/
.contact-card					{ padding:20px; text-align:center; }
.contact-card h2				{ text-transform:uppercase; font-size:; margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; }
.contact-card .details			{ margin:20px 0px 0px 0px; }
.contact-card h3				{ text-transform:uppercase; font-size:; }
.contact-card .tel				{ display:block; text-transform:uppercase; font-size:2em; margin:0px 0px 10px 0px; }
.contact-card .email			{ display:block; text-transform:uppercase; font-size:; padding:10px; margin:5px 0px 0px 0px; }

.contact-card					{ background:#a2277b; color:#FFFFFF; }
.contact-card h2				{ color:#FFFFFF; border-bottom:2px solid #e8ecb4; }
.contact-card h3				{ color:#e8ecb4; }
.contact-card .tel				{ color:#FFFFFF; }
.contact-card .email			{ background:#e8ecb4; color:#FFFFFF; }
.contact-card .email:hover		{ background:#FFFFFF; color:#a2277b; }



/** BACK TO TOP **/
.bttop		{ display:block; margin:20px 0px; padding:0px 0px 20px 0px; }

.bttop		{ border-bottom:1px dotted #CCCCCC; }



/** RESPONSIVE **/
@media screen and (max-width:760px){

	.static-wrapper .static-left,
	.static-wrapper .static-right		{ float:none; width:100%; }

}

@media screen and (max-width:660px){
	
	.static-titles										{ font-size:1em; }
	.static-titles h1									{ font-size:1.7em; }
	.static-content .static-col							{ width:100%; }
	.static-content .static-left,
	.static-content .static-right						{ float:none; clear:both; margin:20px 0px; }
	.static-form-wrapper .form .form-half				{ width:100%; clear:both; }
	.static-form-wrapper .form .form-half-left,
	.static-form-wrapper .form .form-half-right			{ float:none; clear:both; }
	.link-list											{ margin:0px 0px; }
	
}

@media screen and (max-width:350px){
.form .form-textbox input, .form .form-textbox textarea	{ min-width:0; }
}