/* Local overrides */

.section-how-to-buy-module
	> div:nth-child(4)
	> div
	> div.column.column-buy
	> div
	> p {
	margin-left: -10px;
	margin-right: -10px;
}

/* Montgomery card */
.modal-success-story .modal-content .modal-stats .modal-stat-label {
	max-width: 200px !important;
}
/* Local nav */
@media only screen and (max-width: 734px) {
	#ac-localnav > div > div.ac-ln-content > div.ac-ln-title > a {
		font-size: 17px;
	}
}
/* #main > section.section.section-hero.animate > div > h1 */
@media only screen and (max-width: 734px) {
	#main > section.section.section-hero.animate > div > h1 {
		font-size: 42px;
	}
}

/* section-how-to-buy-module */

.modal .section-how-to-buy-module .column-contact,
.section-how-to-buy-module .column-contact {
	padding: 0;
}

.section-how-to-buy-module .column-contact .typography-body-tight {
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

/* .section-success-story */

@media only screen and (min-width: 1069px) {
	.section-success-story .copy-wrapper {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-success-story .copy-wrapper {
		padding-right: 15px;
	}
}
