/* Homepage design */
.hp_bg_image {
	background: url('../img/hp_hero_img.jpg') no-repeat  left center / cover;
	font-family: Arvo;
	height: 345px;
	padding-top: 50px;
} 

.hp_bg_text {
	margin: 0 0 0 10%;
	width: 516px;
	color: #FFFFFF;
	font-family: Arvo;
	font-size: 34px;
	line-height: 42px;
}

.hp_bg_button, .hp_learn_button {
	height: 41px;
	padding: 5px 15px;
	border-radius: 6px;
	background-color: #FF7430;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-weight: bold;
}

/* Help Section Design Changes */
.hp_dd_main {
	margin-top: 25px;
}
.hp_dd_section{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding: 0 5%;
	text-align: left;
}
.hp_right_div{
	width: 49%;
	display: inline-block;
	margin: 3% 0;
}

.hp_right_div .hp_child_right{
	padding-right: 20%;
	font-size: 1.1em;
}

.hp_right_div .hp_child_right .hp_child_right_data{
	padding: 25px 0;
	border-bottom: 1px solid #dcdfe1;
}
.hp_right_div .hp_child_right_data:first-child {
	border-top: 1px solid #dcdfe1;
	}
.hp_right_div .hp_child_right .hp_child_right_data{
	color: #2aabc7;
	font-family: "Source Sans Pro";
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
}

.hp_blue_block {
	display: inline-block;
	padding-bottom: 25px;
	height: 135px;
	width: 100%;
	text-align: center;
	background-color: #00ACC7;
}

.hp_inside_blue_block {
	margin: auto;
	width: 80%;
	height: inherit;
}

.hp_fact_col {
	float: left;
	width: 31%;
	text-align: left;
	padding: 10px;
}

.hp_fact_col a {
	font-weight: unset;
	color: #FFFFFF;
}

.hp_fact_col a:hover {
	color: #FFFFFF;
}

.hp_fact_text {
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 18px;	
}

.hp_fact_title {
	font-family: Arvo;
	font-size: 50px;
	line-height: 61px;
}

/* Get Help Section */
.hp_text_block {
	display: inline-block;
	margin: 31px 0;
	width: 100%;
	text-align: center;
}

.hp_text_block * {
	width: 90%;
	margin: 0 auto;
	display: inline-block;
}

.hp_black_title {
	height: 60px;
	color: #333333;
	font-family: Arvo;
	font-size: 34px;
	line-height: 60px;
}

.hp_blue_text a {
	color: #00ACC7;
	font-family: "Source Sans Pro";
	font-size: 20px;
	line-height: 25px;
}

.hp_text {
	margin-top: 8px;
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 20px;
}


/* Home Popover Collapsible Banner */
	
#popup .close-button {
	cursor: pointer;
	color: #c7c4c4;
}

@media (min-width: 767px) {
	#popup {
		max-height : 130px;
		height: 100%;
		background-color:#fff;
		padding: 20px;
		position: relative;
		display: flex;
	}
	#popup .part1{
		width: 43%;
		display: inline-block;
		vertical-align: top;
		padding-left: 5%;
		border-right: 1px solid #b7b7b7;
		align-self: center;
	}
	#popup .part1 img{
		width: 40%;
		margin-left:20px ;
	}
	#popup .part2{
		width: 55%;
		display: inline-block;
		padding-left: 55px;
		align-self: center;
	}
	#popup .part2 h5{
		color: #000;
		font-family: Arvo;
		font-weight: 400;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.popup-border-bottom{
		border-bottom: 4px solid #76c7da;
	}
	
	#popup p.close-button {
		position: absolute;
		top: 0;
		right: 2%;
		cursor: pointer;
		font-size: 40px;
		color: #c7c4c4;
	}
	
	#popup p.close-mobile {
		display: none;
	}

}


/* Floating card tiles */
.hp_cards_container {
    position: absolute;
    margin: 20px auto;
    z-index: 1;
	width: 100%;
	font-family: "Source Sans Pro";
	text-align: center;
}

.hp_card {
	display: inline-block;
	margin-right: 16px;
	height: 225px;
	width: 212px;
	border: 1px solid #00ACC7;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 0 10px;
}


.hp_card img {
	margin: 16px auto 0 auto;
	text-align: center;
	height: 34px;
}

.hp_card_title {
	margin-top: 5px;
	color: #88C13D;
	font-size: 20px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}

.hp_card_title a {
	color: #88C13D;
}

.hp_card_subtitle {
	margin-top: 18px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

.hp_card_text {
	margin-top: 14px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}


/* Blue quote block */
.hp_blue_quote_block {
    position: relative;
	margin-top: 150px;
	height: 389px;
	width: 100%;
	background-color: #00ACC7;
	display: inline-block;
}


.hp_large_quote {
	margin: 163px auto 25px auto;
	width: 703px;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	font-size: 24px;
	line-height: 34px;
	text-align: center;
}

.hp_quote {
	margin: auto;
	width: 200px;
}

.quote_image {
	float: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
	line-height: 1;
	margin-bottom: 10px;
	height: 62px;
	width: 62px;
	overflow: hidden;
	margin: auto;
}

.hp_quote_author {
	float: right;
	margin-top: 20px;
	height: 41px;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 18px;
}


.what-type-of-help-do {
	height: 45px;
	width: 832px;
	color: #333333;
	font-family: Arvo;
	font-size: 34px;
	line-height: 45px;
	text-align: center;
}

.get-the-resources-yo {
	height: 75px;
	width: 620px;
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}


.hp_dd_title {
	margin-top: 37px;
	color: #333333;
	font-family: Arvo;
	font-size: 40px;
	line-height: 50px;
	width: 90%;
	margin-bottom:15px;
}

.hp_dd_text {
	width:90%;
	margin: 0;
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 18px;
	line-height: 30px;

}

.hp_dropdown {
	margin-top: 25px;
	border-radius: 6px 0 0 6px;
	font-size: 14px;
	line-height: 34px;
	width: 428px;
	border: 1px solid #DCDFE1;
	background-color: #FFFFFF;
	padding: 8px 20px;
}

.hp_dd_button {
	margin-top: 25px;
	height: 41px;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px 15px;
}

.hp_dropdown_url {
	text-align: center;
	margin: 0 0 30px 0;
}

.hp_dropdown_div {
	margin-bottom: 46px;
}

.hp_line {
	width: 100%;
	border: 1px solid #DCDFE1;
	margin-bottom: 46px;
}

/* Learn Block */
.hp_learn_block {
	margin: auto;
	width: 1060px;
	text-align: center;
	margin-bottom: 56px;
}

.hp_learn_video {
	width: 474px;
	text-align: center;
}

.hp_learn_copy {
	width: 450px;
	text-align: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hp_learn_title {
	margin: 11px 0px;
	height: 72px;
	color: #333333;
	font-family: Arvo;
	font-size: 30px;
	line-height: 37px;
}

.hp_learn_text {
	height: 100px;
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 24px;
}


/* Green blocks - Advocate for change & Partner with us */
.hp_green_blocks {
	margin: auto;
	width: 950px;
	text-align: center;
	height: 460px;
}

.advocate_for_change {
	float: left;
	margin-right: 13px;
}

.advocate_for_change, .partner_with_us {
	text-align: left;
	float: left;
	border: 1px solid #DCDFE1;
}

.partner_with_us {
	float: right;
	text-align: left;
}

.advocate_copy {
	padding: 27px;
	height: 236px;	
}

.advocate_image, .partner_image {
	height: 171px;
	border: 1px solid #DCDFE1;
	background-color: #88C13D;
	text-align: center;
	padding: 35px;
}

.partner_image {
	padding: 45px;
}

.advocate_title {
	color: #333333;
	font-family: Arvo;
	font-size: 20px;
	line-height: 34px;
}

.advocate_text {
	width: 369px;
	margin-bottom: 11px;
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 24px;
}

.advocate_links li, .advocate_links a {
	color: #07ACC8;
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

.advocate_links li {
	color: #88C13D;
}

/* SMS Block for HomePage */
.hp_block_container {
	background-image: url('../img/phone_aqua_large.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	height: 450px;
	width: 100%;
	padding: 25px;
	margin-bottom: 46px;
}

.hp_block_optin {
	background-color: #FFFFFF;
	border: 1px solid #ECEBEB;
	position: relative;
	margin-left: 50%;
	max-width: 559px;
}

.hp_block_headline {
	margin: 25px 0px 0px 30px;	
	height: 36px;
	color: #333333;
	font-family: Arvo;
	font-size: 30px;
	line-height: 37px;
}

.hp_block_subheadline {
	height: 15px;
	color: #333333;
	font-family: Arvo;
	font-size: 12px;
	margin: 0px 33px;
}

.hp_block_text {
	margin: 15px 30px;
	height: 36px;
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 24px;
}


.hp_block_optin .sms_text_field{
	margin-bottom: 20px;
	height: 34px;
	width: 263px;
	border: 1px solid #DCDFE1;
	border-radius: 6px;
	background-color: #FFFFFF;
	font-size: 18px;
	padding: 0 12px;	
}

.hp_block_optin form input[type="submit"] {
	height: 50px;
	max-width: 175px;
	border-radius: 6px;
	background-color: #FF7430;
	font-size: 20px;
	padding: 5px 15px;
}

.from_the_blog {
	margin: auto;
	width: 950px;
	text-align: center;
	height: 330px;
}


.from_the_blog_title, .from_the_newsroom_title {
	text-align: left;
	color: #333333;
	font-family: Arvo;
	font-size: 24px;
	line-height: 40px;
}

.hp_blog_card {
	height: 236px;
	width: 294px;
	margin: 0 15px 0 0;
	border: 1px solid #DCDFE1;
	background-color: #FFFFFF;
	float: left;
}

.hp_blog_card_img {
	height: 130px;
	width: 294px;
	background-position: left center;
	background-repeat: no-repeat;
    background-size: cover;
}

.hp_title_override {
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 18px;
	margin-top: 20px;
	padding: 10px;
}

/* Donate Block */

.donate-block {
	background-color: #FFF !important;
}

.donate-block .donate-amount {
    float: none;
    height: 140px;
}

.donate-block .intro h1 {
	height: 40px;
	color: #333333;
	font-family: Arvo;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
}

.donate-block .intro p {
	height: 41px;
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 18px;
	line-height: 23px;
	text-align: center;
}


/* Donate block buttons */
.donate-block {
	padding: 40px !important;
}

.donate-block .donate-amount {
	margin: 0 0 0 0px !important;
	width: 95% !important;
	text-align: center;
}

.donate-block .amount:last-child .dollar {
	font-size: 16px !important;
	padding: 10px !important; 
}

.donate-block .dollar {
	height: 34px !important;
	width: 151px !important;
	border: 1px solid #88C13D !important;
	border-radius: 8px !important;
	background-color: #FFFFFF;
	color: #88C13D;
	font-family: "Source Sans Pro" !important;
	font-size: 24px !important;
	text-align: center !important;
	display: inline-block !important;
	margin-bottom: 10px !important;
	padding: 5px !important;
}

.donate-block .amount {
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 12px;
	text-align: center;
	margin-right: 30px;
	width: 17% !important;
	float: none !important;
	display: inline-block;
	vertical-align: top;
}

.donate-block .amount .purpose {
	padding: 0 !important;
	width: 151px;
	display: inline-block;
}


a.donate-submit {
	height: 36px !important;
	width: 151px !important;
	border-radius: 8px !important;
	background-color: #FF7430;
	color: #FFFFFF;
	font-family: "Source Sans Pro" !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	text-align: center !important;
	padding: 5px 10px;
}


.blue_line {
	height: 8px;
	width: 1040px;
	transform: scaleY(-1);
	background-color: #00ACC7;
	width: 100%;
}


/* Footer Join Us Form */

hr {
	max-width: unset !important;
}

.hp_footer {
	height: 220px;
	width: 100%;
	background-color: #EFF8FA;
	padding: 30px 0 50px 0;
}

.hp_footer_join {
	float: left;
	text-align: left;
	margin-left: 8%;
	background-color: #EFF8FA;
}

.hp_join_form input[type=text] {
	height: 34px;
	width: 313px;
	border: 1px solid #00ACC7;
	border-radius: 8px;
	background-color: #FFFFFF;
	color: #AEB5BC;
	font-family: "Source Sans Pro";
	font-size: 16px;
	line-height: 18px;
}

button.arrow_forward {
	background: url(../img/arrow_forward.svg) transparent no-repeat !important;  
    margin: -12px 0 0 -38px;
	border: none;
    height: 16px;
    width: 16px;
    border: 0;
	line-height: 20px;
}

.hp_join_form button:hover {
	border: none;
	background: url(../img/arrow_forward.svg) transparent no-repeat !important;  
}

.hp_footer .social-media-links {
	list-style-type: none;
	margin-left: -46px;
}

.hp_footer .social-media-links li {
	float: left;
	margin-right: 10px;
}

.hp_footer .item span {
	font-size: 1.5em;
}

.hp_footer_connect {
	height: 28px;
	width: 198px;
	color: #333333;
	font-family: Arvo;
	font-size: 18px;
}


/* Footer Support Section*/
.hp_footer_support {
	text-align: left;
	float: right;
	margin-right: 4%;
} 

.hp_support_title {
	height: 34px;
	width: 198px;
	color: #333333;
	font-family: Arvo;
	font-size: 18px;
	line-height: 21px;
}

.hp_support_text {
	height: 30px;
	width: 442px;
	color: #333333;
	font-family: "Source Sans Pro";
	font-size: 14px;
	line-height: 18px;
}

/* Footer Columns & Links Section */
.hp_footer_links {
	padding: 30px 0 20px 0;
	height: 239px;
	width: 100%;
	background-color: #00ACC7;
	display: inline-block;
}

.hp_logo {
	vertical-align: top;
	font-size: 50px;
	color: #FFFFFF; 
	display: inline-block;
	margin-right: 7%;
}

.hp_logo:before {
	margin-left: 0 !important;
}

.hp_footer_columns {
	width: 100%;
	margin: 30px auto 0 auto;
	text-align: center;
	vertical-align: top;
}

.hp_footer_group { 
	margin: 0 8%;
	vertical-align: top;
}

.hp_footer_col { 
	color: #FFFFFF;
	vertical-align: top;
	font-family: "Source Sans Pro";
	font-size: 12px;
	line-height: 18px;
	margin-right: 0%;
	display: inline-block;
	text-align: left;
}

.hp_footer_col a {
	color: #FFFFFF;
}

.hp_footer_col a:hover {
	color: #CCCCCC !important;
}


.hp_footer_col:not(:last-child) {
	margin-right: 13%;
}

.hp_thanks_text {
	margin: 14px 8%;
	text-align: left;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	font-size: 12px;
	line-height: 14px;
}



/* Footer Bottom */
.hp_footer_bottom {
	height: 71px;
	width: 100%;
	background-color: #EFF8FA;
	padding: 16px 0;
}

.hp_footer_bottom_group {
	margin: 0 8%;
	text-align: center;
}

.hp_footer_terms, .hp_footer_copyright {
	display: inline-block;
	height: 22px;
	color: #999999;
	font-family: "Source Sans Pro";
	font-size: 12px;
	line-height: 15px;
}

.hp_footer_terms {
	float: left;
}

.hp_footer_copyright {
	text-align: right;
	float: right;
}

.hp_footer_terms a {
	color: #999999;
}


/* Footer cols get messed up */
@media (max-width: 1080px) {
	.hp_logo, .hp_footer_col:not(:last-child) {
		margin-right: 8%;
	}
	
	.hp_footer_group {
		margin: 0 8%;
	}	
}


@media (max-width: 924px) {

	.hp_footer_group {
		margin: 0 4%;
	}
	
	.hp_footer_bottom_group {
		margin: 0 4%;
	}

	.hp_thanks_text {
		margin: 0 4%;
	}
	
	.hp_footer_copyright {
		width: 300px;
	}

	.donate-block .donate-amount {
		padding: 0 !important;
	}

	
	.hp_footer_join {
		margin-left: 4%;
		float: left; 
		display: inline-block;
		width: 46%;
	}
	
	.hp_footer_support {
		margin-right: 4%;
		float: left; 
		display: inline-block;
		width: 46%;
	}
	
	form.hp_join_form {
		margin: 10px 0 0 0 !important;
	}
	
	.hp_join_form input[type="text"] {
		width: 300px;
	}
	
	.hp_support_text {
		width: 300px;
		height: 50px;
	}
}



@media (min-width: 992px) {
	.donate-block .amount:first-child {
		margin-left: auto !important;
	}
	
	.donate-block .amount:last-child{
		margin-right: auto;
	}
}



@media (min-width: 280px) and (max-width: 767px) {
	
	/* Footer Join Section */
	.hp_footer {
		height: 630px;
	}

	.hp_footer_join {
		width: 90%;
		margin: 40px 4% 60px 4%;
	}
	
	.hp_footer_connect {
		height: 41px;
		color: #333333;
		font-family: Arvo;
		font-size: 32px;
		line-height: 40px;
		display: block;
	}
	
	.hp_join_form input[type="text"] {
		height: 64px;
		width: 94%;
		border: 1px solid #00ACC7;
		border-radius: 8px;
		background-color: #FFFFFF;
		display: block;
	}
	
	.hp_footer .item span {
		font-size: 2.5em;
	}
	
	button.arrow_forward {
		margin: 0px;
		display: inline-block;
		margin: -86px 0 0 85%;
	}

	/* Footer Support */
	.hp_footer_support {
		margin-left: 4%;
		float: none;
		display: inline-block;
		width: 90%;
	}

	.hp_support_title {
		height: 41px;
		font-size: 32px;
	}

	.hp_support_text {
		height: 115px;
		width: 90%;
		font-size: 24px;
		line-height: 34px;
	}
	
	a.donate-submit {
		height: 50px !important;
		width: 175px !important;
		background-color: #FF7430;
		padding: 12px 15px;
	}
	
	/* Footer Links & Cols */
	.hp_footer_links {
		height: unset;
	}
 
	.hp_footer_col {
		margin-bottom: 42px;
		width: 125px;
		font-size: 12px;
		line-height: 14px;
	}
	
	.hp_footer_col {
		margin-right: 0% !important;
	}
	
	.hp_thanks_text {
		margin: 0 4%;
		height: 22px;
		font-size: 12px;
		line-height: 14px;
	}
	
	.hp_logo {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.col_1 {
		margin-left: 30%
	}
	
	/* Popover Banner */
	#popup .part2 {
		width: 100%;
		text-align: center;
		border: none;
		padding: 10px;
	}

	#popup .part1 {
		display: none;
	}
	
	#popup p.close-mobile {
		margin-top: 10px;
		display: block !important;
		font-size: 16px;
	}
	
	#popup p.close-mobile:hover {
		background-color: #88c13d;
	}
	
	#popup p.close-button {
		display: none;
	}

	/* Footer Bottom */
	.hp_footer_bottom {
		height: unset;
		padding: 16px 0 !important;
	}
	
	.hp_footer_bottom_group {
		text-align: left; 	
	}
	
	.hp_footer_terms {
		height: 22px;
		margin-bottom: 22px;
	}
	
	.hp_footer_copyright {
		height: 22px;
	}
	
	.hp_footer_terms, .hp_footer_copyright {
		text-align: left;
		width: 90%;
		float: none;
		font-size: 16px;
		line-height: 20px;
	}
	

	/* Donate block buttons */
	.donate-block .amount:first-child {
		margin-left: 0% !important;
	}
	
	.donate-block .amount {
		padding: 0 10px !important;
		margin: 0 0 30px 0 !important;
		width: 44% !important;
		height: 110px;
		float: unset;
	}
	
	.donate-block .donate-amount {
		height: 220px;
	}

	.donate-block .dollar {
		width: 140px !important;
	}
	
	.donate-block .amount .purpose {
		width: 90% !important;
	}
	
	.donate-block {
		padding: 40px 0 !important;
	}
	
	.donate-container a.donate-submit {
		margin: 60px 0 50px 0;
	}
	
	.donate-block .intro {
		height: unset;
		float: unset !important;
	}
	 
	.intro .content h1 {
		margin-bottom: 0px;
		height: 100%;
		color: #333333;
		font-family: Arvo;
		font-size: 40px;
		line-height: 50px;
		text-align: center;
	}
	
	.intro .content p {
		height: unset;
		color: #333333;
		font-family: "Source Sans Pro";
		font-size: 30px;
		line-height: 34px;
		text-align: center;
	}

	/* From the Blog */
	.from_the_blog {
		width: 100%;
		height: unset;
		display: inline-block;
	}

	
	.from_the_newsroom_title, .from_the_blog_title{
		height: unset;
		width: 95%;
		display: inline-block;
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.hp_blog_card {
		margin: 0 0 17px 0;
		padding: 0;
		height: unset;
		float: none;
		display: inline-block;
		vertical-align: middle;
		width: 95%;
	}

	.hp_blog_card_img, .hp_title_override {
		display: inline-block;
		vertical-align: middle;
	}
	
	.hp_title_override {
		margin-top: unset;
		margin-right: 2%;
		font-size: 14px;
		line-height: 16px;
		width: 63%;
	}
	
	.hp_blog_card_img {
		width: 30%;
		margin-right: 3%;
		background-size: contain;
	}
	
	/* Advocate */
	.hp_green_blocks {
		width: 95%;
		height: unset;
		margin-bottom: 40px;
	}
	
	.advocate_for_change, .partner_with_us {
		float: none;
		margin: 0 0 15px 0;
	}
	
	.advocate_copy {
		height: unset;
	}

	.advocate_text {
		width: unset;
	}
	
	.advocate_links ul {
		margin-left: -26px;
	}
	
	
	/* CTA Block */
	.hp_block_container {
		padding: 0;
		height: 660px;
		background-size: 250% 45%;
		background-position: left top;	
	}
	
	.hp_block_optin {
		display: inline-block;
		width: 100%;
		margin: 250px 0 0 0; 
	}
	
	.hp_block_headline, .hp_block_subheadline, .hp_block_text {
		margin-left: 23px;
		width: unset;
		height: unset;
	}
	
	.hp_block_text {
		margin-bottom: 35px;
	}
	
	.hp_block_optin form input[type="submit"] {
		float: none;
	}
	
	.homepage .cta_block_signup_form {
		margin: 0 23px;
	}
	
	
	/* HP Video & Learn Section */
	.hp_learn_block {
		width: unset;
	}
	
	.hp_learn_video, .hp_learn_copy {
		float: none;
		width: 90%;
		margin-left: 15px;
	}	
	
	.hp_learn_title, .hp_learn_text {
		height: unset;
		text-align: center;
	}
	
	.hp_learn_copy form {
		text-align: center;
	}
	
	.hp_learn_button {
		display: inline-block;
		width: 180px;
		height: 50px;
	}

	/* Help Drop Down Menu Section */
	.hp_dd_section {
		text-align: left;
	}
	
	.hp_dd_title {
		width: 100%;
	}
	
	.hp_dd_text {
		width: 100%;
	}
	
	.hp_dropdown {
		width: 90%;
		margin-left: 15px;
	}
	
	.hp_dd_button {
		height: 50px;
		width: 150px;
		display: inline-block;
	}

	/* HP Block Quote */
	/* Floating card tiles */	
	
	.hp_large_quote {
		width: 95%;
	}
	
	.hp_blue_quote_block {
		margin-top: 120%;
		height: 500px;
	}
	
	.hp_cards_container {
	}
	
	.hp_card {
		margin: 0 0 17px 0;
		height: unset;
		width: 90%;
		border: 1px solid #00ACC7;
		background-color: #FFFFFF;
		padding: 20px;
	}
	
	.hp_card_title {
		font-family: "Source Sans Pro";
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
	}
	
	.hp_card img {
		width: 14vw;
		height: unset;
	}
	
	.hp_card_text, .hp_card_subtitle {
		font-size: 16px;
		line-height: 20px;
	}

	/* Get Help Section */
	.hp_text_block {
		margin-top: 35px;
	}
	
	.hp_black_title {
		width: 100%;
		font-size: 30px;
		line-height: 34px;
		text-align: center;
	}

	.hp_blue_text {
		color: #00ACC7;
		font-size: 30px;
		line-height: 34px;
		text-align: center;
	}

	.hp_text {
		width: unset;
		font-size: 18px;
		line-height: 20px;
	}

	
	/* HP BG Section */
	.hp_blue_block {
		height: unset;
		width: 100%;
		background-color: #00ACC7;
	}

	.hp_inside_blue_block {
		width: unset;
	}
	
	.hp_bg_button {
		width: 215px;
		height: 50px;		
	}

	.hp_fact_col {
		width: 50%;
		margin: unset;
		padding: 10px;
	}
	
	.hp_fact_col:last-child {
		display: none;
	}
	
	.hp_fact_title {
		font-size: 50px;
		line-height: 60px;
		text-align: center;
	}

	.hp_fact_text {
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}

	.hp_bg_text {
		margin: 193px 0 0 5%;
		width: 90%;
		color: #333333;
		font-family: Arvo;
		font-size: 30px;
		line-height: 40px;
	}
	
	.hp_bg_white {
		height: 400px;
	}
	
	.hp_bg_image {
		background-image: url('../img/hp_hero_img_mobile.jpg') !important;
		height: 200px;
		background-position: right center;
	}
}


@media (max-width: 420px) {
	.col_1 {
		margin-left: 2%;
	}
	
	.col_2 {
		margin-left: 10%;
	}
	
	.hp_blog_card_img {
		height: 80px;
	}	
}



/* Responsive - card tiles cover block quote */
@media (max-width: 620px) {
	.hp_blue_quote_block {
		margin-top: 142%;
	}
	.hp_dd_section{
		width: 100%;
		text-align: center;
	}
	.hp_right_div{
		width: 100%;
		text-align: left;
		margin-top: 30px;
	}
	.hp_right_div .hp_child_right{
		padding-right: 0;
	}
	.hp_right_div .hp_child_right_data:last-child {
		border: none;
	}
	.hp_right_div .hp_child_right .hp_child_right_data {
		font-size: 16px;
		padding: 15px;
	}
}

@media (max-width: 420px) {
	.hp_blue_quote_block {
		margin-top: 170%;
	}
}

@media (max-width: 360px) {
	.hp_blue_quote_block {
		margin-top: 195%;
	}	
}

@media (max-width: 320px) {
	.hp_blue_quote_block {
		margin-top: 215%;
	}	
	
	/* Google captcha is too wide */
	.hp_block_headline, .hp_block_subheadline, .hp_block_text, .cta_block_signup_form {
		margin-left: 10px !important;
	}
	
	.hp_bg_text {
		font-size: 28px;
		line-height: 38px;
	}
}