@media only screen and (max-width: 1450px) {
	.rented-items {
		font-size: 1.5vw;
	}
	.item-cost {
		font-size: 1.5vw;
	}
	#municipality-select {
		font-size: 1.3vw;
	}
	.juicer-inside h2 {
		margin: 0px 0px 10px 0px;
		display: block;
	}
	.juicer-inside span {
		font-size: 1.5em;
		display: block;
		margin: 0px 0px 35px 0px;
	}
}
@media only screen and (max-width: 1100px) {
.awards-links{
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
	width: 85%;
	max-width: 1250px;
	margin: 15px auto 0px;
	text-align: left;
}
.awards-links-image {
    width: 90%;
    margin: 0 auto 40px;
    display: flex;
  }
.awards-links-text{
    width: 100%;
	padding-right:0;
	order: 2;
}
}

@media only screen and (max-width: 950px) {
	main {
    margin-top: 64px;
}
	header {
		padding: 10px 0px;
	}
	.logo {
		width: 280px;
		display: inline-block;
	}
	header h1 {
		font-size: 1.4em;
	}
	#hero {
		background-color: #333333;
	}
	#intro {
		padding: 7% 0px;
	}
	.intro-inner h2 {
		font-size: 2.3em;
		margin: 0px auto 30px;
		letter-spacing: .01em;
		text-align: center;
	}
	.intro-inner div .intro-img {
		display: block;
		width: 90%;
		margin: 10px auto 10px;
	}
	.awards-holder .inner h2 {
    font-size: 2.3em;
		margin: 0px auto 30px;
		letter-spacing: .01em;
		text-align: center;
}
.intro-data .inner p {
     font-size: 2.3em;
}
.intro-data {
  padding: 20px 0px;
}
.intro-data .inner .bullets {
  margin: 1em auto 1em;
  column-count: 1;	
}
.intro-data .inner .bullets li {
  font-size: 2.5vw;
}
	#lending {
		padding: 7% 0px 7%;
		text-align: right;
	}
	#lending .inside {
		position: relative;
		width: 85%;
	}
	.lending-copy {
		width: 50%;
	}
	.lending-copy a {
		padding: 12px 20px;
		font-size: 1em;
	}
	#lending h2 {
		font-size: 2.3em;
		line-height: 1.1em;
		margin: 0px 0px .55em;
	}
	.map {
		padding-bottom: 62%;
	}
	.lending-callout {
		left: 5%;
		font-size: 4.2vw;
		line-height: 1em;
	}
	#why-matters {
		background-color: #f1efef;
		padding: 2em 0px;
	}
	#why-matters .inside {
		width: 90%;
	}
	#why-matters h2 {
		font-size: 2.3em;
		text-align: center;
		margin: 0px auto 20px;
	}
	#why-matters table {
		box-shadow: 5px 5px 0px 0px rgba(24,123,125,.15);
	}
	#why-matters ul {
		margin: 0px;
		padding: 0px 0px 0px 15px;
		font-size: .9em;
		line-height: 1.3em;
	}
	#why-matters li {
		margin: 10px 0px;
	}
	.pdf-download-container a {
		margin-top: 7%;
		font-size: 2.2vw;
	}
	#pie-chart {
		padding: 7% 0px;
	}
	.pie-copy {
		width: 55%;
		padding-right: 5%;
	}
	.pie-chart-image {
		width: 40%;
	}
	.pie-chart-image h3 {
		font-size: 1.2em;
	}
	.pie-chart-image img {
		width: 85%;
	}
	.pie-chart-legend {
		width: 100%;
		margin: 10px auto 0px;
	}
	#budget {
		padding: 4% 0px 0em 0px;
	}
	#budget h2 {
		text-align: center;
		margin: 0px auto 20px;
	}
	table {
		box-shadow: 5px 5px 0px 0px rgba(24,123,125,.15);
	}
	#budget table thead th {
		width: 22%
	}
	#budget table thead th:first-child {
		width: 34%;
	}
	#budget table thead th:nth-child(2) {
		display: none;
	}
	#budget table tbody td:nth-child(2) {
		display: none;
	}
	.juicer-inside h2 {
		font-size: 2.3em;
		text-align: center;
	}
	.juicer-inside span {
		font-size: 1.5em;
		text-align: center;
	}
	.burger {
		top: 36px;
		right: 5%;
	}
	.burger-box {
		width: 26px;
		height: 34px;
		display: inline-block;
		position: relative;
	}
	.all-the-fixins, .all-the-fixins::before, .all-the-fixins::after {
		width: 26px;
		height: 3px;
	}
	.mmmmmm .all-the-fixins {
		transition-duration: 0.275s;
	}
	.mmmmmm .all-the-fixins::before {
		top: 7px;
	    transition: opacity 0.125s 0.275s ease;
	}
	.mmmmmm .all-the-fixins::after {
		top: 14px;
	}
	.accordion-section-title-nav.active ~ .mmmmmm .all-the-fixins {
		transform: translate3d(0, 7px, 0) rotate(135deg);
	}
	.accordion-section-title-nav.active ~ .mmmmmm .all-the-fixins::after {
		transform: translate3d(0, -14px, 0) rotate(-270deg);
	}
	nav ul {
		padding: 0px !important;
	}
	.navfix nav ul {
		background-color: rgba(0,90,160,0);
	}
	nav li {
		display: block;
		text-align: left;
		border-bottom: 1px solid rgba(3,98,119,.25);
	}
	nav li:first-child {
		display: block;
		padding: 1em 5% .9em 5%;
    	-webkit-transition: all ease-out .25s;
    	transition: all ease-out .25s;
		background-color: rgba(3,98,119,1);
		border-right: none;
		font-weight: 900 !important;
		font-size: 14px;
		color: #ffffff !important;
		text-transform: uppercase;
	}
	nav li:last-child {
		border-bottom: 0px solid rgba(0,150,220,.5);
	}
	nav li a {
		display: block;
		padding: 1em 5% 1.1em 5%;
    	-webkit-transition: all ease-out .25s;
    	transition: all ease-out .25s;
		background-color: rgba(0,90,160,0);
		border-right: none;
		font-weight: 500 !important;
		font-size: 18px;
		color: #ffffff !important;
	}
	nav li strong a {
		font-weight: 900 !important;
	}
	nav li a:hover {
		/* background-color: rgba(0,90,160,1); */
		background-color: rgba(3,98,119,.25);
		padding: 1em 5% 1.1em 7.5%;
	}
	.mobile-nav-link {
		display: block;
	}
	.share-mobile {
		display: block;
		text-align: center;
		color: rgba(255,255,255,1);
		font-size: 12px;
		line-height: 12px;
		text-transform: uppercase;
		font-weight: 400;
		letter-spacing: .1em;
		padding: 10px 7.5% 10px 7.5%;
    	-webkit-transition: all ease-out .25s;
    	transition: all ease-out .25s;
		background-color: rgba(3,98,119,1);
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.accordion-section-nav {
		text-align: right;
	}
	.accordion-section-title-nav {
		width: 0px;
		padding: 70px 50px 0px 0%;
		margin-right: 5%;
		display: inline-block;
	}
	.accordion-section-content-nav {
    	display: none;
    	padding: 0px 0px 0px 0px;
		margin-top: 0px;
    	overflow-y: auto;
    	text-align: left;
    	position: fixed;
		top: 64px;
		right: 0px;
		padding-top: 10px;
		bottom: 0px;
		z-index: 899;
		width: 100%;
		max-width: 325px;
		box-shadow: -1px 1px 4px 0px rgba(3,98,119,.2);
		background-color: rgba(66,190,200,.95);
		height: calc(100%-30px);
	}
	#municipality-select {
		font-size: 1.45vw;
	}
	.global-btn a {
  padding: 20px 30px;
  font-size: 2vw; 
}
	.headerintro .inner h1 {
	font-size: 4.5vw;
}
	.headerintro {
  width: 100%;
  padding: 30px 0px 10px;
  margin: 0;
}
	#info .inner h2 {
    font-size: 2.3em;
}
}

@media only screen and (max-width: 700px) {
	main {
    margin-top: 91px;
}
	header {
		padding: 15px 0px;
	}
	.header-inside {
  width: 90%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.shareThis-holder-main-pg {
  width: 100%;
  float: none;
  padding: 0.2em 0px 0;
}
	.logo {
		width: 220px;
		display: inline-block;
	}
	header h1 {
		font-size: 1.1em;
	}
	#hero {
		background-color: #333333;
	}
	.intro-data .inner p {
     font-size: 5.3vw;

}
	#intro {
		padding: 8% 0px 6%;
	}
	.intro-inner h2 {
		font-size: 5.3vw;
		margin: 0px auto 30px;
		letter-spacing: .01em;
		text-align: center;
	}
	.intro-inner div {
		font-size: 2.5vw;
		line-height: 1.3em;
		display: block;
		width: 100%;
		margin: 0px auto 0px;
	}
	.intro-inner div .intro-img {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		margin: 20px 4% 10px 0px;
	}
	.intro-inner div .intro-copy {
		display: inline-block;
		vertical-align: middle;
		width: 65%;
		margin: 10px auto 10px;
	}
	.intro-data .inner .bullets li {
  font-size: 3vw;
}
	.juicer-inside h2 {
		font-size: 5.3vw;
		letter-spacing: .01em;
		text-align: center;
	}
	.juicer-inside span {
		font-size: 2.5vw;
		line-height: 1.5em;
	}
	#lending {
		padding: 8% 0px 2%;
		text-align: center;
	}
	.lending-copy {
		width: 95%;
		margin: 0px auto 15px;
		text-align: center;
		display: block;
		font-size: 2.5vw;
		line-height: 1.4em;
		padding-bottom: 75%;
		position: relative;
		z-index: 25;
	}
	#lending h2 {
		text-align: center;
		margin: 0px auto .65em;
		font-size: 5.3vw;
	}
	.map {
		position: absolute;
		right: 0%;
		top: auto;
		bottom: -3%;
		transform: translateY(0%);
		padding-bottom: 80%;
		width: 100vw;
		z-index: 20;
	}
	.lending-callout {
		position: absolute;
		left: 40%;
		top: auto;
		bottom: 25%;
		width: 65%;
		transform: translate(-35%, 0px);
		z-index: 21;
		text-align: left;
		font-size: 7.75vw;
		line-height: 1em;
	}
	.lending-footnote {
		position: relative;
		z-index: 5000;
		font-weight: 500;
	}
	#why-matters h2 {
		margin: 0px auto .65em;
		font-size: 5.3vw;
		text-align: center;
	}
	.awards-holder .inner h2 {
    font-size: 5.3vw;
		margin: 0px auto 30px;
}
	.pdf-download-container a {
		margin-top: 5%;
		font-size: 3.4vw;
		line-height: 1.1em;
		width: 85%;
		padding: 3.5% 7.5% 4%;
	}
	#budget table thead th {
		width: 30%
	}
	#budget table thead th:first-child {
		width: 40%;
	}
	#budget table thead th:nth-child(5) {
		display: none;
	}
	#budget table tbody td:nth-child(5) {
		display: none;
	}
	.accordion-section-content-nav {
		top: 66px;
	}
	#municipality-select {
		font-size: 2.5vw;
	}
	.rented-items {
		font-size: 3.1vw;
	}
	.item-cost {
		font-size: 3.1vw;
	}
	#why-matters table {
		display: none !important;
	}
	.mobile-table {
		display: block;
		width: 85%;
		margin: 0px auto;
	}
	.mobile-table .white-box {
		display: block;
		background-color: #ffffff;
		margin-bottom: 2em;
		box-shadow: 5px 5px 0px 0px rgba(24,123,125,.15);
	}
	.mobile-table .white-box .blue-header {
		padding: 20px;
		color: #ffffff;
		background-color: #0667cd;
		font-weight: 700;
		text-align: center;
		font-size: 1.2em;
	}
	.mobile-table .white-box .red-header {
		padding: 20px;
		color: #ffffff;
		background-color: #df4144;
		font-weight: 700;
		text-align: center;
		font-size: 1.2em;
	}
	.mobile-table-copy {
		padding: 2em;
	}

	#pie-chart .table {
		display: block;
	}
	#pie-chart h2 {
		text-align: center;
	}
	#pie-chart .table .row {
		display: block;
	}
	.pie-copy {
		width: 100%;
		padding-right: 0%;
		display: block;
		font-size: 1.1em;
		line-height: 1.4em;
		margin-bottom: 2em;
		text-align: center;
	}
.pie-chart-image {
	width: 100%;
	display: block;
	vertical-align: middle;
	text-align: center;
}
.pie-chart-image h3 {
	color: #036277;
	margin-top: 0px;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.3em;
}
.pie-chart-image img {
	width: 85%;
	margin: 0px auto;
}
.pie-chart-legend {
	margin-top: 15px;
	display: block;
	width: 100%;
	max-width: 540px;
	margin: 15px auto 0px;
	font-weight: 400;
}
.pie-chart-legend span {
	display: block;
	background-size: 12px 12px;
	background-position: left 4px;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	color: #666666;
	line-height: 1.3em;
	margin-bottom: 15px;
}
	.global-btn {
  width:50%;
		max-width: none;
}
	.global-btn a {
  font-size: 3vw;
		padding: 20px 20px;
}
	.headerintro .inner h1 {
	font-size: 5.5vw;
}
	#info .inner h2 {
    font-size: 5.3vw;
}
	.awards-holder h2 {
	font-size: 5.3em;
}
}

@media only screen and (max-width: 520px) {
	header {
		padding: 16px 0px;
		text-align: center;
	}
	.logo {
		width: 200px;
		display: inline-block;
		margin-bottom: 10px;
	}
	header h1 {
		position: static;
		font-size: 6vw;
		transform: translateY(0%);
	}
	.banner-area-sub {
		padding-bottom: 130%;
	}
	.slide-background {
		background-position: top center;
		background-color: transparent;
	}
	.banner-area-sub .slide-inside {
		width: 90%;
		position: absolute;
		top: 74%;
		left: 50%;
	}
	.slide-copy {
		width: 85%;
	}
	.quote {
		font-size: 4.7vw;
		line-height: 1.3em;
		display: block;
		margin-bottom: 1.2em;
	}
	.quote-name {
		font-size: 3.8vw;
		line-height: 1.3em;
	}
	.quote-job {
		font-size: 3.2vw;
		line-height: 1.3em;
	}
	.slide1 {
		background-image: url(../images/main/banners/mobile/slide1m.jpg);
		text-align: center;
	}
	.slide2 {
		background-image: url(../images/main/banners/mobile/slide2m.jpg);
		text-align: center;
	}
	.slide3 {
		background-image: url(../images/main/banners/mobile/slide3m.jpg);
		text-align: center;
	}
	.intro-inner h2 {
		font-size: 6.3vw;
		margin: 0px auto .5em;
		letter-spacing: .01em;
		text-align: center;
	}
	.intro-inner div {
		font-size: 3vw;
		line-height: 1.3em;
		display: block;
		width: 100%;
		margin: 0px auto 0px;
	}
	.intro-inner div .intro-img {
		display: inline-block;
		vertical-align: middle;
		width: 40%;
		margin: 20px 2% 10px 0px;
	}
	.intro-inner div .intro-copy {
		display: inline-block;
		vertical-align: middle;
		width: 54%;
		margin: 10px auto 10px;
	}
	.lending-copy {
		font-size: 3vw;
		line-height: 1.3em;
	}
	#lending h2 {
		text-align: center;
		font-size: 6.3vw;
		margin: 0px auto .5em;
	}
	.lending-callout {
		bottom: 22%;
	}
	#why-matters h2 {
		font-size: 6.3vw;
		margin: 0px auto .5em;
		text-align: center;
	}
	.awards-holder .inner h2 {
    font-size: 6.3vw;
		margin: 0px auto 30px;
}
	#budget h2 {
		font-size: 6.3vw;
		margin: 0px auto .5em;
		text-align: center;
	}
	.juicer-inside h2 {
		font-size: 6.3vw;
		margin: 0px auto .5em;
	}
	.juicer-inside span {
		font-size: 3.6vw;
		line-height: 1.45em;
	}
	table {
		width: 100%;
		box-shadow: 0px 5px 0px 0px rgba(24,123,125,.15);
	}
	.pie-copy {
		width: 100%;
		padding-right: 0%;
		display: block;
		font-size: 3vw;
		line-height: 1.4em;
		margin-bottom: 2em;
		text-align: center;
	}
	.pie-chart-image h3 {
		color: #036277;
		margin-top: 0px;
		font-weight: 300;
		font-size: 1.2em;
		line-height: 1.3em;
	}
	.pie-chart-legend {
		display: block;
		width: 100%;
		max-width: 540px;
		margin: 15px auto 0px;
		font-weight: 400;
	}
	.pie-chart-legend span {
		display: block;
		padding-left: 14px;
		background-size: 8px 8px;
		font-size: 3.6vw;
		line-height: 1.3em;
		margin-bottom: 15px;
	}
	table thead th {
		padding: 10px 0px;
	}
	#budget table thead th {
		width: 22%;
		padding: 10px 0px;
		font-size: .9em;
	}
	#budget table thead th:first-child {
		width: 32%;
	}
table thead th:first-child {
	width: 40%;
	text-align: left;
	padding: 10px 10px !important;
}
table tbody th {
	font-weight: 300;
	text-align: left;
	padding: 10px;
	border-right: 1px solid rgba(24,123,125,.1);
	font-size: .8em;
	line-height: 1.2em;
}
table tbody th strong {
	font-size: 1.1em;
}
table tbody tr:last-child {
	font-weight: 900;
	border-top: 3px solid #036277;
	border-bottom: 0px solid #036277;
}
table tbody tr:last-child th {
	border-right: 1px solid rgba(24,123,125,0);
}
table tbody td {
	text-align: center;
	padding: 10px 0px;
}
table .table-year {
	font-weight: 300;
	font-size: .75em;
	line-height: 1em;
	display: block;
	margin-bottom: -13px;
}
table sup {
	font-weight: 300;
	font-size: .75em;
	line-height: 1em;
}
.footnote {
	display: block;
	text-align: center;
	width: 90%;
	margin: 10px auto 0px auto;
	font-size: .75em;
	line-height: 1em;
	font-weight: 600;
	color: #ffffff;
}
	.accordion-section-content-nav {
		top: 98px;
		max-width: 100%;
	}
	#municipality-select {
		width: 100%;
		font-size: 2.95vw;
	}
	.rented-items {
		font-size: 3.2vw;
		margin-bottom: 1em;
	}
	.item-cost {
		font-size: 3.2vw;
		margin-bottom: 1em;
	}
	.mobile-table .white-box {
		font-size: 3.2vw;
		box-shadow: 5px 5px 0px 0px rgba(24,123,125,.10);
	}
	.headerintro .inner h1 {
	font-size: 6.5vw;
}
	#info .inner h2 {
    font-size: 6.3vw;
}
	.awards-holder h2 {
	font-size: 6.3vw;
		margin: 0px auto .5em;
}
}

@media only screen and (max-width: 385px) {
	.quote {
		font-weight: 400;
	}
	.quote-name {
		font-size: 3.8vw;
		line-height: 1.1em;
	}
	.quote-job {
		font-size: 3.2vw;
		line-height: 1.1em;
		font-weight: 400;
	}
	#intro {
		padding: 12% 0px 12%;
	}
	.intro-inner h2 {
		font-size: 6.3vw;
		margin: 0px auto .5em;
		letter-spacing: .01em;
		text-align: center;
	}
	.intro-inner div {
		font-size: 4vw;
		line-height: 1.3em;
		display: block;
		width: 100%;
		margin: 0px auto 0px;
	}
	.intro-inner div .intro-img {
		display: inline-block;
		vertical-align: middle;
		width: 60%;
		margin: 10px 2% 5px 0px;
	}
	.intro-inner div .intro-copy {
		display: block;
		vertical-align: middle;
		width: 85%;
		margin: 0px auto 10px;
	}
	#lending {
		padding: 12% 0px 6%;
		text-align: center;
	}
	.lending-copy {
		width: 90%;
		font-size: 4vw;
		line-height: 1.3em;
	}
	.pie-copy {
		font-size: 4vw;
		line-height: 1.4em;
	}
	.pie-chart-image h3 {
		font-size: 1.4em;
		line-height: 1.3em;
	}
	.pie-chart-legend span {
		font-size: 4.2vw;
		line-height: 1.3em;
	}
	.map {
		position: absolute;
		right: 0%;
		top: auto;
		bottom: -3%;
		transform: translateY(0%);
		padding-bottom: 80%;
		width: 100vw;
		z-index: 20;
	}
	.lending-callout {
		bottom: 17%;
		width: 70%;
		transform: translate(-35%, 0px);
		font-size: 8.25vw;
		line-height: 1em;
	}
	.pdf-download-container a {
		margin-top: 5%;
		font-size: 5.2vw;
		line-height: 1.2em;
		width: 80%;
		padding: 5% 10% 6%;
	}
	.pdf-download-container a br {
		display: inline-block;
	}

	footer {
		padding: 40px 0px 40px 0px;
	}
	#footer-inside {
		width: 80%;
		margin: 0px auto;
		font-size: 3.75vw;
		line-height: 1.5em;
	}
	.footer-social li {
		width: 20px;
		margin: 0px 10px;
	}
	.page-footnotes {
		width: 100%;
		margin: 30px auto 20px;
		font-size: .8em;
		line-height: 1.35em;
	}
	#municipality-select {
		width: 100%;
		font-size: 2.8vw;
	}
	.rented-items {
		font-size: 3.2vw;
		margin-bottom: 1em;
	}
	.item-cost {
		font-size: 3.2vw;
		margin-bottom: 1em;
	}
	.mobile-table .white-box {
		font-size: 4.2vw;
	}
	.mobile-table .white-box .blue-header {
		font-size: 1.2em;
		line-height: 1em;
	}
	.mobile-table .white-box .red-header {
		font-size: 1.2em;
		line-height: 1em;
	}
	.burger {
		top: 32px;
		right: 5%;
	}
	.juicer-inside h2 {
		margin: -20px auto .5em;
		line-height: 1.2em;
	}
	.juicer-inside span {
		margin: 0px auto 1.5em;
	}
}

@media only screen and (max-height: 570px) {
	.mobile-nav-link {
		display: block;
	}
	.share-mobile {
		position: static;
	}
}