/* Local Overrides */

/* Nav height */
#ac-localnav {
	--r-localnav-title-vertical-offset: 14px;
}
@media (max-width: 1023px) {
	#ac-localnav.medium-ac-ln-collapsible {
		--r-localnav-menu-tray-padding-top: 0px;
	}
}

@media only screen and (max-width: 400px) {
	br.custom_xs-show {
		display: block;
	}
}

@media only screen and (min-width: 401px) {
	br.custom_xs-show {
		display: none;
	}
}

.modal-success-story .modal-content .modal-hero.australia .modal-hero-copy,
.modal-success-story .modal-content .modal-hero.scotland .modal-hero-copy,
.modal-success-story .modal-content .modal-hero.singapore .modal-hero-copy {
	max-width: 620px;
}

.section-resources .resource-item .icon-wrapper {
	max-width: 210px;
}

/* How to buy section */

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

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