* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "AvenirNextLTW01-Medium", "Avenir Next", sans-serif;
	font-size: 16px;
	line-height: 1;
}

img {
	max-width: 100%;
}

/*/////////////////////////////////////////
// BEGIN: General
/////////////////////////////////////////*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

p {
    font-weight: 400;
}

body {
	background: url(../images/background_be-in-the-know_rays.png) repeat center top / cover #FFE;
}

#signup-container {
    width: 100%;
    /*max-width: 960px;*/
    max-width: 100%;
    margin: 0 auto;
    
}

header #planned-parenthood-logo {
    margin: 0;
    padding: 4% 0 0;
}

/* END: General */

/* BEGIN: Header */
.header-container {
	text-align: center;
}

.defy-info-container {
    text-align: center;
}

.defy-info-container p {
    color: white;
    font-size: 22px;
}

.defy-info-container strong {
	color: black;
	background: white;
	display: inline-block;
	padding: 0.2em;
}


.defy-info-container p br {
	display: none;
}

.defy-info-container {
    margin: 6% 0 4%;
}
/* END: Header */

/* BEGIN: Sign Up Form */
#section_body form {
    width: 100%;
    max-width: 368px;
    margin: 0 auto;
}

#section_body form:after {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

#contact label{
	display: none;
}

#contact input {
	font-style: italic;
	font-size: 18px;
	letter-spacing: 0.025em;
	padding: 0.45em 0 .45em 0.5em;
	font-weight: 100;
	width: 100%;
	max-width: 368px;
	margin: .4em 0;
}

#contact .has-error input {
	background-color: rgb(195, 119, 118);
}

#contact .form-error {
    display: block;
    margin-bottom: 0.4em;
    color: rgb(185, 74, 72);
}

#contact input[type="submit"] {
    display: inline-block;
    text-indent: -99999999999px;
    max-width: 190px;
    line-height: 2.2;
    background-color: transparent;
    background-image: url(../images/button_join-us.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid transparent;
    float: right;
}
/* END: Sign Up Form */

/* BEGIN: Form Terms */
#contact_terms {
	max-width: 396px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
    padding: 2% 0 0;
}

#contact_terms p {
    color: rgba(255,255,255,.5);
    font-size: 13px;
    line-height: 1.2;
}
/* END: Form Terms */

/* BEGIN: Footer */
footer p {
	padding: 0% 0 5px;
    text-align: center;
    display: none;
}
/* END: Footer */

.section{
	position: relative;
}

.blue-pattern {
    background-image: url(../images/background_be-in-the-know_bottom.png);
    background-position: center top;
    background-size: cover;
    position: absolute;
    padding-top: 10%;
    padding-bottom: 10%;
    top: -10vw;
    z-index: -1;
    /* height: 100vh; */
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

/*@media screen and (max-width: 1200px) {
	.blue-pattern {
		background-size: cover;
	}
}*/

/* BEGIN: Mobile */
@media screen and (max-width: 640px) {

	body {
		background: url(../images/mobile_background_be-in-the-know_rays.png) repeat center 45% / cover #FFE;
	}

	/* BEGIN: Header */
	header #planned-parenthood-logo {
	    margin: 0;
	    padding: 4% 0 0;
	    width: 34%;
	    margin: 0 auto;
	}

	.header-container h1 img {
	    width: 90%;
	    margin-top: -4%;
	}

	#signup-container {
	    width: 100%;
	    max-width: 960px;
	    max-width: 100%;
	    margin: 0 auto;
	}

	.defy-info-container {
	    margin: 6% auto 4%;
	    padding: 0 3%;
	    width: 60%;
	    text-align: left;
	}

	.defy-info-container p {
	    /*font-size: 2.8vw;*/
	    font-size: 14px;
	}

	/* END: Header */

	/* BEGIN: Form */
	#section_body form {
	    width: 60%;
	    max-width: none;
	    margin: 0 auto;
	}

	#contact input {
	    /*font-size: 2.8vw;*/
	    font-size: 12px;
	    max-width: none;
    	width: 100%;
	}

	#contact input[type="submit"] {
		/*max-width: none;
    	width: 54%;*/
		max-width: none;
		width: 160px;
		line-height: 3;
	}
	/* END: Form */

	/* BEGIN: Contact Terms */
	#contact_terms {
	    max-width: 100%;
	    width: 80%;
	    margin: 2% auto 0;
	}

	#contact_terms p {
		color: white;
		line-height: 1.35;
		/*font-size: 1.7vw;*/
		font-size: 10px;

	}
	/* END: Contact Terms */

	.blue-pattern {
	    background-image: url(../images/mobile_background_be-in-the-know_bottom.png);
	    top: -14vw;
	}
}
/* END: Mobile */