/* Responsive enhancements for the public home page only. Desktop layout is unchanged. */
.home-blue-background {
	position: absolute;
	top: 0;
	width: 100%;
	height: 719px;
	border-bottom: 1px solid #8ed7e1;
	background: #19a0c4;
}

.home-hero {
	width: 810px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

.home-menu-toggle {
	display: none;
}

@media only screen and (max-width: 959px) {
	body {
		padding-bottom: 20px;
		background: #19a0c4;
		-webkit-text-size-adjust: 100%;
	}

	.home-blue-background {
		display: none;
	}

	.container,
	.container.page {
		box-sizing: border-box;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.container .column,
	.container .columns {
		box-sizing: border-box;
		float: none;
		display: block;
		width: 100% !important;
		margin-right: 0;
		margin-left: 0;
	}

	.top-strip-ext {
		height: 6px;
		margin-bottom: 12px;
	}

	.home-navigation {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 0;
	}

	.home-navigation .three.columns {
		width: 188px !important;
	}

	.home-navigation .thirteen.columns {
		position: static;
		width: auto !important;
	}

	.logo,
	.logo a {
		margin-bottom: 0;
	}

	.home-menu-toggle {
		position: absolute;
		top: 0;
		right: 20px;
		display: inline-flex;
		align-items: center;
		gap: 8px;
		min-height: 44px;
		margin: 0;
		padding: 8px 10px;
		border-color: rgba(255, 255, 255, 0.7);
		background: transparent;
		box-shadow: none;
		color: #fff;
		font-size: 14px;
		text-shadow: none;
	}

	.home-menu-icon {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 18px;
		height: 14px;
		border-top: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		flex: 0 0 18px;
	}

	.home-menu-icon::after {
		position: absolute;
		top: 4px;
		left: 0;
		width: 100%;
		height: 2px;
		background: currentColor;
		content: "";
	}

	.home-menu-toggle:hover,
	.home-menu-toggle:focus {
		border-color: #fff;
		background: rgba(0, 0, 0, 0.08);
		color: #fff;
	}

	ul.tabs.home {
		position: absolute;
		top: 61px;
		right: 20px;
		left: 20px;
		z-index: 20;
		display: none;
		float: none;
		margin: 0;
		padding: 8px;
		border-radius: 4px;
		background: #fff;
		box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
		text-align: left;
	}

	ul.tabs.home.is-open {
		display: block;
	}

	ul.tabs.home li,
	ul.tabs.home li.login {
		float: none;
		height: auto;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #eee;
		color: #777;
		font-size: 12px;
		line-height: 16px;
	}

	ul.tabs.home li:last-child {
		border-bottom: 0;
	}

	ul.tabs.home li a,
	ul.tabs.home li.login a {
		display: inline-block;
		box-sizing: border-box;
		min-height: 44px;
		margin: 0;
		padding: 12px 8px 0;
		width: auto;
		background: transparent;
		color: #00a0c6;
		font-size: 16px;
		line-height: 20px;
	}

	ul.tabs.home li.login a {
		width: 100%;
		border-radius: 3px;
		background: #9acf35;
		color: #fff;
		text-align: center;
	}

	.container.navigation:not(.home-navigation) {
		padding-right: 0;
		padding-left: 0;
	}

	.home-hero {
		box-sizing: border-box;
		width: 100%;
		padding-top: 28px;
	}

	h4.home {
		font-size: 32px;
		line-height: 38px;
	}

	p.home {
		margin: 0 auto 16px;
		max-width: 520px;
		font-size: 19px;
		line-height: 27px;
	}

	.button-large {
		box-sizing: border-box;
		width: 260px;
		max-width: 100%;
		min-height: 48px;
		white-space: nowrap;
	}

	p.nocredit {
		line-height: 32px;
	}

	.home-hero-image,
	.home-seen-in,
	.home-feature-media img {
		display: block;
		max-width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
	}

	.home-seen-in {
		margin-top: 0;
	}

	.home-press-strip {
		z-index: 1;
		padding-top: 14px;
		background: #fff;
	}

	.home-press-strip .row {
		margin-bottom: 0;
	}

	.container.page {
		border: 0;
		background: #f7f7f5;
	}

	.home-feature-row {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 32px;
	}

	.home-feature-row .home-feature-copy {
		order: 1;
		text-align: center;
	}

	.home-feature-row .home-feature-media {
		order: 2;
	}

	.home-feature-row h4 {
		margin-top: 0 !important;
		margin-bottom: 8px !important;
		font-size: 24px;
		line-height: 30px;
	}

	.home-feature-row h5 {
		font-size: 16px;
		line-height: 24px;
	}

	.home-statistics {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		margin-bottom: 52px !important;
	}

	.home-statistics::before,
	.home-statistics::after {
		display: none;
		content: none;
	}

	.home-statistics .four.columns {
		width: auto !important;
	}

	.home-statistics .home-box {
		height: 100%;
		box-sizing: border-box;
	}

	.home-statistics h2 {
		font-size: 36px;
		line-height: 42px;
	}

	.home-statistics h5 {
		font-size: 14px;
		line-height: 21px;
	}

	.container.page > .row:not(.home-feature-row):not(.home-statistics) .one.columns {
		margin-bottom: 10px;
		text-align: left !important;
	}

	.container.page > .row:not(.home-feature-row):not(.home-statistics) h4,
	.container.page > .row:not(.home-feature-row):not(.home-statistics) h5 {
		line-height: 1.4;
	}

	#footer {
		line-height: 24px;
		text-align: center;
	}

	#footer li {
		display: block;
		margin: 0;
		padding: 2px 0;
		font-size: 13px;
	}
}

@media only screen and (max-width: 479px) {
	.container,
	.container.page {
		padding-right: 15px;
		padding-left: 15px;
	}

	.home-navigation .three.columns {
		width: 150px !important;
	}

	.logo a {
		width: 150px;
		background-size: 150px auto;
	}

	.home-menu-toggle span:not(.home-menu-icon) {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.home-menu-toggle {
		right: 15px;
	}

	ul.tabs.home {
		right: 15px;
		left: 15px;
	}

	h4.home {
		font-size: 29px;
		line-height: 35px;
	}

	p.home {
		font-size: 17px;
		line-height: 24px;
	}

}
