* {
	margin: 0;
	padding: 0;
}

html {
	min-width: 320px;
	width: 100%;
}

body {
	font-family: "AvenirNextLTW01-Medium", "Avenir Next", sans-serif;
	font-size: 16px;
	line-height: 1;
	background: url(../images/mobile_background_defy_spots.png) repeat center bottom / cover #FFF;
}

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;
}

a img {
	border: none;
	outline: none;
}

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


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

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

.defy-info-container {
    position: relative;
    max-width: 416px;
    height: 74px;
    margin: 0 auto 7.4%;
    padding-top: 0.3%;
    text-align: center;
    background: url(../images/background_info-container.png) no-repeat center top / 100% transparent;
}

.defy-info-container .time-date {
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 1%;
    left: 1.75%;
    height: 26px;
    width: 97%;
    background: url(../images/background_info-container_time-date.png) no-repeat center top / 100% transparent;
}

.defy-info-container .fb-live {
	display: inline-block;
	position: absolute;
	z-index: -1;
    bottom: 5%;
    right: 0.4%;
    height: 37%;
    width: 32%;
    background: url(../images/background_info-container_fb.png) no-repeat center top / 100% transparent;
}

.defy-info-container p {
	line-height: 1.4;
	letter-spacing: .02em;
	font-size: .95em;
	padding-top: 0.08em;
}

.defy-info-container p a, 
.defy-info-container p span,
.defy-info-container p time{
	color: white;
}

.defy-info-container .defy-signup {
	text-align: center;
	width: 100%;
	margin-top: 3.25%;
	position: absolute;
	text-transform: uppercase;
	background: url(../images/background_info-container_signup-container.png) no-repeat center top / 50% transparent;
	min-height: 32px;
	line-height: 1.6;
}

.defy-info-container .defy-signup a {
    color: white;
}

header p.defy-signup a {
	font-size: 14px;
	font-weight: 700;
	font-family: "Avenir LT W01_95 Black_1475562", sans-serif;
	text-transform: uppercase;
}
/* END: Header */


/* BEGIN: Section */
#section_body img.defy-fist {
    display: block;
	width: auto;
	margin: 4.5% auto 0;
}

#section_body h2 {
	max-width: 710px;
	margin: -2% auto 3%;
	color: #fff;
	font-size: 18px;
	/*font-weight: 500;*/
	font-family: "Avenir Next LT W01 Demi", sans-serif;
}

#section_body h2 em {
	text-transform: uppercase;
}

/* BEGIN: Steps Container */
.steps-container:after {
	content: "";
	display: table;
	width: 100%;
	clear: both;
}

.steps-container .step{
	width: 33.3%;
	width: calc(100%/3.05);
	float: left;
	text-align: center;
}

#section_body ol.steps-container {
    max-width: 755px;
    margin: 0 auto;
    padding-bottom: 0;
    color: #fff;
    /*font-weight: 100;*/
    list-style: none;
    padding-bottom: 3%;
}

#section_body ol.steps-container h3 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#section_body ol.steps-container img.subheader {
    display: block;
    max-width: 115px;
	margin: -5px auto 5%;
}

#section_body ol.steps-container p {
    font-size: 14px;
}

#section_body ol.steps-container p br {
    display: none;
}
/* END: Section */


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

section#section_body {
    position: relative;
}

.pink-pattern {
    background-image: url(../images/background_defy-steps.png);
    background-position: center top;
    background-size: cover;
    position: absolute;
    padding-top: 8%;
    top: 61%;
    z-index: -1;
    /* height: 100vh; */
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
	html {
		overflow-x: hidden;
	}

	body {
		background: url(../images/mobile_background_defy_spots.png) repeat center bottom / cover #FFF;
		overflow-x: hidden;
	}

	/* BEGIN: Global */
	#defy-container {
	    max-width: 640px;
	    margin: 0 auto;
	    /*background-image: url(../images/mobile_background_idefy-live_full.png);*/
	    background-position: 50% 68%;
	    /*overflow: hidden;*/
	    height: 100vh;
	}

	.section {
		position: relative;
		display: block;
		width: 100%;
		font-weight: 600;
	}

	.eyebrow {
		text-align: center;
		display: block;
		margin: 2em 0;
	}
	/* END: Global */

	/* BEGIN: Header */

	#planned-parenthood-logo {
	    text-align: center;
	    margin: 2% 0;
	}

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

	.header-container h1{
		text-align: center;
	}

	
	/* END: Header */

	.defy-info-container {
	    text-align: center;
	    margin: 0 auto;
	    /*padding: .5em 0;*/
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 86%;
	    /*background-image: url(../images/mobile_background_sign-up-for-updates.png);*/
	    background-position: top center;
	    background-size: contain;
	    font-weight: 600;
	    background-repeat: no-repeat;
	    /*height: 130px;
	    height: 23%;
	    width: 65%;*/
	    max-height: 74px;
	    height: 100%;
	    /*width: 100%;*/
	    padding: 1.5%;
	}

	.defy-info-container .time-date {
		/*width: 182px;*/
		top: 2.75%;
	}

	.defy-info-container .fb-live {
		bottom: 9%;
		right: 0.5%;
		height: 38%;
		width: 33%;
	}

	.defy-info-container p {
	    padding-top: 0;
	    font-size: 2.35vw;
	    /*font-size: 10px;*/
	    font-size: 14px;
	}

	/*.defy-info-container .defy-signup {
	    margin-top: 3.25%;
	    padding-top: 0;
	}

	.defy-info-container .defy-signup a {
		font-size: 2.35vw;
		font-size: 14px;
	}*/

	/* BEGIN: Fist */
	.start-defying span {
	    text-transform: uppercase;
	    font-style: italic;
		font-weight: 700;
		font-family: "Avenir LT W01_95 Black_1475562", sans-serif;
	}

	#section_body img.defy-fist {
	    width: 50%;
	    margin: 18% auto 0;
	    display: block;
	}

	/* END: Fist */

	#section_body h2 {
		width: 85%;
	    /*font-size: 2.8vw;*/
		font-size: 16px;
		margin-top: 0%;
	}

	.steps-container {
	    /*background-image: url(../images/background_defy-steps.png);*/
	    /*background-blend-mode: multiply;*/
	    padding: 3% 0 5%;
	}

	.step .subheader {
	    display: block;
	    margin: 0 auto;
	}

	#section_body ol.steps-container img.subheader {
		width: 70%;
	}

	#section_body ol.steps-container h3 {
		/*font-size: 2.35vw;*/
		font-size: 14px;
	    /*font-weight: 400;*/
	    text-transform: uppercase;
	}

	.step h3 span{
		/*font-weight: 700;*/
		font-family: "Avenir Next LT W01 Bold", "Avenir Next", sans-serif;
		font-style: italic;
	}

	.step h4 {
	    font-size: 2.5em;
	}

	#section_body ol.steps-container p {
	    padding: 0 22.5%;
	    text-align: left;
	    /*font-size: 2.35vw;*/
	    font-size: 12px;
	}
	/* END: Steps Container */

	.pink-pattern {
	    background-image: url(../images/mobile_background_defy-steps.png);
	    top: 78%;
    	padding-bottom: 5%;
	}
}

@media screen and (max-width: 375px) {
	.defy-info-container .fb-live {
		width: 31%;
	}
}

@media screen and (max-width: 340px) {
	.defy-info-container p, .defy-info-container .defy-signup a {
	    font-size: 12px;
	}

	.defy-info-container .fb-live {
		bottom: 20%;
	}
}