body {
	min-width: 288px
}

.main {
	width:100%;
}

#ac-localnav.ac-localnav-scrim .ac-ln-background {
  background-color: #1767EF;
	background: -webkit-linear-gradient(left, rgba(20,196,251,0.95), rgba(23,103,239,0.95));
	background: linear-gradient(to left, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
}

@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
	/* Blur Navigation Bar */
	#ac-localnav.ac-localnav-scrim .ac-ln-background {
		background: -webkit-linear-gradient(left, rgba(20,196,251,0.85), rgba(23,103,239,0.85));
		background: linear-gradient(to left, rgba(23,103,239,0.85), rgba(20,196,251,0.85));
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px)
	}
}

#ac-localnav.ac-localnav-scrim .ac-ln-background:after {
	background-color: transparent;
}

#ac-localnav .ac-ln-title, #ac-localnav .ac-ln-title a {
	color: white;
}

#ac-localnav .ac-ln-menu-link {
	color: white;
}

#ac-localnav.no-touch .ac-ln-menu-link:hover {
	color: #eee;
}

#ac-localnav .ac-ln-menucta-chevron::before, #ac-localnav .ac-ln-menucta-chevron::after {
	background: white;
}

#insights .link-insights,
#planning .link-planning,
#guidelines .link-guidelines,
#submissions .link-submissions {
	color: rgba(255, 255, 255, 0.6);
	pointer-events: none;
}

.bg-light {
	background-color: #fafafa;
}


.router-strip h5 {
	font-size: 24px;
	line-height: 1.33333;
	font-weight: 300;
	letter-spacing: normal;
	color: #333;
	margin-top: 0.5em
}

.router-strip .col-25 {
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 1
}

.router-wrapper {
	overflow:hidden;
}

.router {
	padding-top: 40px;
	padding-bottom: 40px;
}

.router h4 {
	font-size: 40px;
	font-weight: 300;
}

.router h4 small {
	font-size: 24px;
}

.router p {
	font-size: 18px;
}

.router .col-50:first-of-type {
	padding-top: 60px;
}

.router-strip p {
	max-width:210px;
	margin-left: auto;
	margin-right: auto;
}

@media all and (min-width: 768px) and (max-width:1023px) {
	.router-strip .col-25 {
		width:50%;
	}

	.router h4 {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 200;
		letter-spacing: 0em
	}
}

@media all and (max-width: 767px) {
	.router-strip .col-25 {
		width:100%;
	}

	.router h4 {
		font-size: 32px;
		line-height: 1.125;
		font-weight: 200;
		letter-spacing: 0em
	}

	.router img {
		margin: 0 auto;
	}

	.router .router-copy {
		padding-top: 0;
		padding-left: 10px;
	}

	.router .router-copy h4 small {
		display:block;
	}

}


/** RESOURCES **/
#planning .small-caps {
	font-size: 18px;
}

@media all and (max-width:767px) {
	#planning .small-caps img {
		display:block;
		margin-bottom: 1em;
	}
}

.app-store-article {
	display:block;
	border-radius:3px;
	padding:24px;
	margin-bottom: 1.5em;
	color: #0088cc;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition: background-color 0.2s ease;
	-o-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.app-store-article p {
	margin-bottom:0.5em;
}

.app-store-article .smaller {
	color:#333;
	margin-bottom:0;
}

.app-store-article:hover {
	text-decoration: none;
	background-color: #fafafa;
}
@media all and (min-width: 768px) and (max-width:1023px) {
	#resources h2 .margin-right-small {
		margin-right:0.85em !important;
	}
}

@media all and (max-width: 767px) {
	.grid {
		max-width: 400px;
	}
	.center {
		margin-left: auto;
		margin-right: auto;
	}
	.app-store-article {
		padding:10px;
	}

	#resources h2 img {
		display:block;
		margin-bottom:1em;
	}
}
