/*FONTS*/
@font-face {
    font-family: notoSerif;
    src: url(/fonts/NotoSerif-Regular.ttf);
}
@font-face {
    font-family: notoSerifItalic;
    src: url(/fonts/NotoSerif-Italic.ttf);
}
@font-face {
    font-family: notoSerifBold;
    src: url(/fonts/NotoSerif-Bold.ttf);
}
@font-face {
    font-family: notoSerifBoldItalic;
    src: url(/fonts/NotoSerif-BoldItalic.ttf);
}
@font-face {
	font-family: oleoScript;
    src: url(/fonts/OleoScript-Regular.ttf);
}

html, body, div, p, input, form, strong, li, ul, ol, h1, h2, h3, h4{
	font-family: 'Arial', Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
html, body{
	background-color: #fff;
	/*height: 100%;*/
	height: auto;
	width: 100%;
}
input::-moz-focus-inner { 
  border: 0; 
}
/*BASIC STYLES*/

p.int_head {
	font-family: Arial;
	color: #333233;
	font-size: 22px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
}
p.int {
	font-family: Arial;
	color: #333233;
	font-size: 15px;
	font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
}
p.int_footer {
	font-family: Arial;
	color: #333233;
	font-size: 12px;
	font-weight: normal;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 40px;
}
a.no {
	font-family: Arial;
	color: #b01010;
	font-size: 13px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 30px;
	text-decoration: none;
}
a.no:hover {
	text-decoration: underline;
}



/******/
#hdr{
	width: 100%;
	
	display: inline-flex;
	padding: 65% 0 0 ;
	background-image: url(/images/bg-join-the-women.jpg);
	background-repeat: no-repeat;
	background-size:contain;
	
	max-width: 914px;
	height: auto;

	background-position: 50% 0px;
	
}
img.hdr{
	height: 100%;
	width: 100%;
}

/******/
.comment{
	width: 500px;
	float: left;
	/*margin-right: 20px;*/
	margin-left: 10px;
	font-size: 13px;
	margin-top: 20px;
}
.comment ul {
	margin-bottom: 20px;	
}
.comment ul li{
	list-style: none;
	padding: 0px 0px 12px 40px;
	background-image: url(/images/check-box.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.comment ul li:last-child{
	padding: 0px 0px 0px 40px;
}
.comment h2{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 20px;
	
}
.comment h2.joinTheWomen{
	font-size: 17px;
	margin-bottom: 4px;
	margin-top: 20px;
}
.comment p{
	margin-bottom: 15px;	
}
/******/
.formBox {
	/*float: left;*/
	float: right;
	display: block;
	background-color: #d3b5d6;
	width: 325px;
	padding: 10px 13px;
	color: #3d2149;
	
	margin-bottom: 20px;
	/*margin-left: 10px;*/
	margin-right: 20px;
	
	margin-top: 20px;
}
.formBox h2{
	margin-bottom:10px;
	font-family: oleoScript;
	color: #ffe673;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}
.formBox p{
	font-size: 13px;
	margin-bottom: 20px;
}
.formBox input{
	border: 1px solid #f4ecf4;
	margin-bottom: 10px;
	padding: 9px 8px;
	background-color: #ecdbf1;
}

.formBox input[type="email"],
.formBox input[type="text"]{
	font-style: italic;
	color: #3d2149;
}
.formBox input[type="email"]:focus,
.formBox input[type="text"]:focus{
	font-style:normal;
}
.formBox input#cons_first_name{
	width: 130px;
	margin-right: 10px;
}
.formBox input#cons_last_name{
	width: 130px;
}
.formBox input#cons_email{
	width: 177px;
	margin-right: 10px;
}
.formBox input#cons_zip_code{
	width: 82px;
}
.formBox input#ACTION_SUBMIT_SURVEY_RESPONSE[type=submit]{
	font-family: notoSerifBold;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display:block;
	cursor: pointer;
	background-image: url(/images/bttn-bg-take-the-pledge.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 43px;
	width: 173px;
	color: #3d2149;
	font-style: normal;
	text-align: center;
	/*ROUNDED*/
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px; /* future proofing */
	-khtml-border-radius: 21px; /* for old Konqueror browsers */
	/*SHADOW*/
	-webkit-box-shadow: 2px 2px 2px 0px #777;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:    2px 2px 2px 0px #777;  /* Firefox 3.5 - 3.6 */
	box-shadow:         2px 2px 2px 0px #777;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
	
}
.formBox input#ACTION_SUBMIT_SURVEY_RESPONSE[type=submit]:hover{
	background-image: url(/images/bttn-bg-take-the-pledge-over.gif);	
	
	
}


/**********************/
/* PHONE STYLES*/
@media only screen
and (max-width: 914px)
{
	body,html{
		width: auto;	
	}

	.comment,.formBox {
		width: auto;
		margin: 10px;
	}
	.formBox input,
	.formBox input#cons_first_name,
	.formBox input#cons_last_name,
	.formBox input#cons_zip_code,
	.formBox input#cons_email,
	.formBox input#ACTION_SUBMIT_SURVEY_RESPONSE[type="submit"]{
		width: 90%;	
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	
	
	
}












