
/** GENERAL **/
.static-title .sub-header					{ text-transform:none; display:block; clear:both; padding:10px 0px; font-size:0.6em; }
.mailing-list-banner						{ dislay:block; width:100%; clear:both; height:300px; }
.mailing-list-margins						{ dislay:block; width:100%; clear:both; width:90%; max-width:999px; margin:30px auto; }
.mailing-list-banner .mailing-list-margins	{ position:relative; margin:0px auto; height:300px; }
.mailing-list-banner h1						{ position:absolute; bottom:20px; left:0; padding:10px; font-family:Times New Roman, Times, serif; font-size:3em; text-transform:uppercase; }

.static-title .sub-header					{ color:#222222; }
.mailing-list-banner						{ border-bottom:1px solid #CCCCCC; background:#FFFFFF url(static/mailing-list-banner.jpg) no-repeat 50% 50%; }
.mailing-list-banner h1						{ color:#C40638; background:rgb(255,255,255); background:rgba(255,255,255,0.8); }


/** WALKTHROUGH **/
.mailing-step				{ width:47%; max-width:652px; margin:20px auto 60px auto; }
.mailing-step-odd			{ float:right; clear:right; }
.mailing-step-even			{ float:left; clear:left; }
.mailing-step .title		{ font-size:1.8em; text-transform:uppercase; margin:0px 0px 20px 0px; padding:0px 0px 10px 0px; }
.mailing-step .text			{ padding:10px 0px 30px 0px; font-size:1.1em; }
.mailing-step .title span	{ text-transform:none; }
.mailing-step .image		{ clear:both; width:100%; text-align:center; }
.mailing-step .image img	{ width:100%; max-width:652px; }

.mailing-step .title		{ color:#ad172b; border-bottom:1px dotted #CCCCCC; }
.mailing-step .title span	{ color:#333333; }


/** MAILING LIST COLS **/
.mailing-list-left		{ float:left; width:40%; }
.mailing-list-left h2	{ margin:0px 0px 20px 0px; padding:0px 0px 20px 0px; }
.mailing-list-wrapper	{ float:right; width:50%; }

.mailing-list-left h2	{ color:#C40638; border-bottom:1px dotted #CCCCCC; }

/** FORM **/
.form-row.form-row-strech							{ width:47%; clear:none !important; }
.form-row.form-row-strech.form-row-last				{ width:100%; clear:both !important; }
.form-row.form-row-strech.form-row-strech-odd		{ float:left; }
.form-row.form-row-strech.form-row-strech-even		{ float:right; }
.form .styledd										{ width:100%; }

.form .styledd										{ background-color:#FFFFFF; }


/** RESPONSIVE **/

@media screen and (max-width:900px){

	.mailing-step		{ width:95%; }
	.mailing-step-odd 	{ float:none; clear:both; }
	.mailing-step-even 	{ float:none; clear:both; }
	.mailing-step .text	{ height:auto !important; }

}

@media screen and (max-width:730px){

	.mailing-list-left		{ float:none; clear:both; width:100%; margin:0px 0px 60px 0px; }
	.mailing-list-wrapper	{ float:none; clear:both; width:100%; }

}

@media screen and (max-width:600px){

	.mailing-list-banner							{ margin:-15px 0px 0px 0px; }
	.form-row.form-row-strech						{ float:none; width:100%; clear:both !important; }
	.form-row.form-row-strech.form-row-strech-odd,
	.form-row.form-row-strech.form-row-strech-even	{ float:none; }

}