body {
	min-width: 288px
}

.main {
	width:100%;
}

#planning .planning,
#guidelines .guidelines,
#submission .submission,
#insights .insights {
	opacity: 0.65;
	pointer-events: none; cursor:default;
}

.app-store-nav {
  background-color: #1767EF;
	background: -webkit-linear-gradient(left, rgba(20,196,251,0.95), rgba(23,103,239,0.95));
	background: -o-linear-gradient(left, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
	background: -moz-linear-gradient(left, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
	background: linear-gradient(to left, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
	border-bottom: none;
}

.sticky, .subnav, .subnav ul {border-bottom: none;}
.subnav .sub-title h2 a {color:#fff;}
.subnav ul li a {color:#fff;}
.subnav ul li a:hover {color:#eee;}
.subnav ul li a.active {color:#fff; font-weight:700; pointer-events: none; cursor:default;}
.subnav.enhance ul {border-top: 1px solid rgba(255,255,255,0.25);}
.subnav .sub-title h2:after {background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDM2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iMTAuMSwxNC42IDExLjIsMTMuNCAxOCwyMC4yIDI0LjgsMTMuNCAyNS45LDE0LjYgMTgsMjIuNiAiLz4NCjwvc3ZnPg==");}

.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;
	}

	.subnav.enhance ul {
	  background-color: #1767EF;
		background: -webkit-linear-gradient(left, rgba(20,196,251,0.95), rgba(23,103,239,0.95));
		background: -o-linear-gradient(left, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
		background: -moz-linear-gradient(left, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
		background: linear-gradient(to left, rgba(23,103,239,0.95), rgba(20,196,251,0.95));
		border-bottom: none;
	}
}


/*** INSIGHTS ***/
/*
.copy {
	position:absolute;
	top: 100px;
	left:840px;
}

.small-caps {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 11px;
	margin-bottom: 10px;
}

.developer-block {
	margin-bottom:2px !important;
}

.developer-block a {
	cursor:pointer;
}

.developer-block h3, .developer-block p {
  color: #333;
}

.bg-dark.developer-block h3, .bg-dark.developer-block p {
  color: #fff;
}

.developer-block  .block-link,
.bg-dark.developer-block  .block-link {
  color: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: 19px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.developer-block a:hover .block-link {
    text-decoration: underline;
  }

.developer-block .more:after {
    display: inline-block;
    width: 24px;
    height: 30px;
    position:absolute;
    background-color: transparent;
    background-position: -2px -2px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    content: "";
    vertical-align: top;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzNnB4IiB2aWV3Qm94PSIwIDAgMzYgMzYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDM2IDM2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiMwMDg4Y2MiIHBvaW50cz0iMTQuNjE1LDI1LjkzNCAxMy40NDksMjQuNzY3IDIwLjIxNywxNy45OTkgMTMuNDQ5LDExLjIzMyAxNC42MTUsMTAuMDY2IDIyLjU1MSwxNy45OTkgIi8+DQo8L3N2Zz4NCg==');
}
*/
