/* CSS Document */

h1 {
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
	text-align: center;
	letter-spacing: 1px;
}
p, ul {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.85);
	text-align: center;
	letter-spacing: 1px;
}
.Button, .FORM_button_submit {
	cursor: pointer;
	line-height: normal;
	position: relative;
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #1366a1;
	border: none;
	background: #ffffff;
	letter-spacing: 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}
.Button:Hover, .Button:Active, .FORM_button_submit:Hover, .FORM_button_submit:Active {
	background: #292929;
	color: #fff;
	-webkit-transition: background-color 500ms ease-out;
	-moz-transition: background-color 500ms ease-out;
	transition: background-color 500ms ease-out;
}
.FORM_button_reset {
	display: none;
}
.FORM_button_submit {
	right: 5px;
}
#FORM_1604 .FORM_field {
	border-radius: 3px;
	border: none;
}
.MainLower p {
	color: #292929;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	text-shadow: none;
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
.CTA p {
	font-size: 42px;
	font-weight: 700;
	line-height: 46px;
	text-shadow: none;
	max-width: 900px;
	margin: 0 auto;
}
.TopRight {
	text-align: right;
	font-family:palatino linotype,book antiqua,palatino,serif;
	font-size:36px;
	line-height: 36px;
	padding: 47px 20px;
}
#Band_175 div.CPANEL_BandContentArea {
    background-color: rgba(0,20,41,.8)!important;
}

@media only screen and (max-width: 700px) {
	.TopRight {	text-align: center; padding: 20px 20px; }
	h1 { font-size: 34px; line-height: 40px; }
	p { font-size: 22px; line-height: 32px; }
	.CTA p { font-size: 32px; line-height: 36px; }
	#Band_171 div#Container171.ACWP1_ContentContainer { padding: 40px 10px 40px 10px!important; }
}

@media only screen and (min-width: 1070px) {
	#Band_171 div.CPANEL_BandContentArea/*, #Band_174 div.CPANEL_BandContentArea*/ {
	background-attachment: fixed;
	}
	#Band_175 { display: none; }
}
@media only screen and (min-width: 700px) {
	#Band_175 { display: none; }
}
