body
{
	font-family: 'roboto', arial, sans-serif;
}
.relative
{
	position: relative;
}
a
{
	transition: all 150ms ease;
	color: #cc1c36;
}
a:hover
{
	text-decoration: none;
}
header
{
	margin-bottom: 30px;
}
p
{
	margin-bottom: 20px;
	line-height: 1.6;
}
h1
{
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 0;
}
h2
{
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 15px;
}
table caption {
	padding-left: 0;
	padding: 8px 10px;
	font-size: 15pt;
	text-align: left;
	font-weight: 600;
}
table tr + tr {
	border-top: 1px solid #f1f1f1;
}
table td
{
	padding: 7px 10px;
}
table th
{
	padding: 8px 10px;
	background: #eee;
	font-size: 16px;
}
table .highlight td
{
	color: #cc1c36;
	font-weight: 700;
}
.city-demographics table th + th {
	width: 50%;
}
main
{
	margin-bottom: 80px;
}
main p img
{
	border-radius: 8px;
}
a.btn
{
	background: #cc1c36;
	display: inline-block;
	color: #fff;
	font-weight: 700;
	padding: 10px 18px;
	transition: all 150ms ease;
}
a.btn:hover,
a.btn:focus
{
	background: #ad162c;
	color: #fff;
}

/* ACC HEADER
==============================================*/

.acc-header
{
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */

	color: #8f9088;
	font-weight: 700;
	padding: 15px 0;
}
.acc-links
{
	float: right;
	margin-top: 0;
}
.acc-links li
{
	list-style: none;
	float: left;
	margin-left: 50px;
	font-size: 16px;
}
#main-menu>ul>li>a
{
	font-size: 16px;
}
.acc-links li.living a
{
	color: #2e962f;
}
.acc-links li.community a
{
	color: #7b3a60;
}
.acc-links li.explore a
{
	color: #f1411f;
}
.acc-links li.business a
{
	color: #2d88a6;
}
.acc-links li.development a
{
	color: #8f9088;
}
.acc-logo
{
	background: url(/common/img/acc-logo.png) no-repeat;
	background-size: 100% auto !important;
	width: 37px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	float: left;
}

/* NAVIGATION
==============================================*/

#nav-sub
{
	padding-left: 18px;
}
.navbar-nav
{
	margin-top: -10px;
}
.navbar-nav > li
{
	width: 100%;
	list-style-image: url(/common/img/bullet-arrow.png);
	display: list-item;
	border-bottom: 1px solid #dfdfdf;
	font-size: 15px;
}
.navbar-nav li a
{
	color: #55585e;
	padding: 12px 0 12px 4px;
}
.navbar-nav li a:hover
{
	color: #3e7ac0;
	text-decoration: none;
	background: none;
}
.navbar-nav li a:focus
{
	background: none;
}
.navbar-nav li.active a
{
	font-weight: 700;
}
.navbar-collapse
{
	padding: 0;
}
#nav-sub li .subnav
{
	padding-left: 25px;
}
#nav-sub li .subnav li
{
	margin-bottom: 14px;
	line-height: 1.1;
}
#nav-sub li .subnav li a
{
	font-weight: 400;
	font-size: 13px;
}


/* HOME HERO
==============================================*/
a.logo
{
	background: #cc1c36 url(/common/img/logo-retail-ad-2.png) center center no-repeat;
	background-size: 180px auto;
	padding: 0;
	width: 250px;
	height: 140px;
	display: block;
	position: absolute;
    top: 0;
    left: 15px;
    text-indent: -9999px;
    border-radius: 0 0 70px 20px;
}
.hero
{
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.hero-container .container
{
	height: 100%;
}
.hero-caption {
	background: rgba(40,40,40,0.85);
	color: #fff;
	font-size: 48px;
	font-weight: 500;
	display: block;
	width: 48%;
	padding: 25px 40px 32px 50px;
	line-height: 1.1;
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	float: right;
	border-radius: 12px 12px 12px 60px;
}
.hero .overlay
{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.hero .contact-us
{
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	background: #cc1c36;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 16px 30px 19px 30px;
	line-height: 1;
	font-size: 18px;
	border-radius: 0 0 12px 12px;	
	transition: all 150ms ease;
	z-index: 99;
}
.hero .contact-us:hover
{
	color: #fff;
	background: #ad162c;
}

/* HOME TEMPLATE
==============================================*/

.home-feature-block .block-title
{
	background: #cc1c36;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 24px;
	font-size: 20px;
	font-weight: 500;
	display: block;
	border-radius: 0 12px 0 12px;
	position: absolute;
	bottom: 0;
	line-height: 1.1;
	z-index: 99;
}
.home-feature-block {
  	position: relative;
  	border-radius: 12px 80px 12px 12px;
  	overflow: hidden;
}
.home-template main .col-sm-4
{
	padding-left: 10px;
	padding-right: 10px;
}
.mainstreets-home
{
	margin-top: 0px;
}
.mainstreets-home ul
{
	padding-left: 0;
}
.mainstreets-home li
{
	display: block;
	float: left;
	padding: 0;
	/* border-bottom: 1px solid #dfdfdf; */
	font-size: 16px;
	margin-right: 3%;
}
.mainstreets-home li a
{
	/* color: #003657; */
}
.mainstreets-home .mainstreets-heading h2
{
	font-size: 24px;
	padding-left: 15px;
	margin-bottom: 20px
}
.mainstreets-home h2
{
	color:#cc1c36;
	text-transform: normal;
	padding-bottom: 8px;
	font-size: 20px;
	font-weight: 700;
	display: block;
	margin-top: 0;
    line-height: 1;
    margin-bottom: 5px;
   /* border-bottom: 2px dotted #969696; */
	width: 100%;
}
.mainstreets-home .mainstreet-content
{
	font-size: 14px;
}
.mainstreets-home .mainstreet-img
{
	margin-bottom: 25px;
}


/* DEFAULT TEMPLATE
==============================================*/

main ul
{
	margin-bottom: 20px;
}
main li
{
	margin-bottom: 12px;
}
.layout-default .hero,
.layout-mainstreets .hero
{
	height: 300px;
}
.why-adelaide table img
{
	border-radius: 50px;
}
.why-adelaide table td
{
	padding: 14px 10px;
	text-align: center;
}
main .page-img
{
	width: 30%;
	float: right;
	margin-left: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
}
main .page-video
{
	width: 40%;
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 5px;
}
main .page-video a
{
	text-align: center;
	display: block;
	position: relative;
}
main .page-video img
{
	width: 100%;
	border-radius: 10px;
}
main .page-video .play-btn
{
	position: absolute;
	top: 85px;
	font-size: 80px;
	z-index: 99;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	color: #fff;
  text-shadow: 0 0 25px rgba(0,0,0,0.6);
}
.hidden-vimeo-video
{
	display: none;
}
.fancybox-inner
{
	overflow: hidden !important; 
}


/* MAINSTREETS TEMPLATE
==============================================*/

.template-mainstreets ul
{
	padding-left: 0;
}
.mainstreet-img
{
	display: block;
	border-radius: 10px 40px 10px 10px;
	overflow: hidden;
	margin-top: 4px;
	margin-bottom: 35px;
}
.mainstreets-list,
.success-stories-list,
.news-list
{
	margin-top: 10px;
	padding-left: 0;
}
.mainstreets-list li,
.success-stories-list li,
.news-list li
{
	margin-bottom: 15px;
	list-style: none;
	margin-bottom: 35px;
	min-height: 400px;
}
.success-stories-list li,
.news-list li
{
	min-height: 0;	
}
.layout-mainstreets .hero
{
	height: 170px;
}
.template-mainstreets-entry .mainstreet-img
{
	margin-top: -200px;
	border-radius: 0 0 12px 12px;
}
.layout-mainstreets a.logo
{
	width: 265px;
	height: 140px;
}
.latest-news .entry-date
{
	margin-bottom: 10px;
	color: #888;
}
.mainstreet-map
{
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 45%;
  height: 300px;
}
.mainstreets-vid
{
	height: 264px;
}

.connector-wrap {
	visibility: visible;
	pointer-events: none !important;
}
svg[data-index] {
	pointer-events: none !important;
	overflow: visible;
}
svg[data-index] line {
	pointer-events: none !important;
}
svg[data-index] circle {
	pointer-events: all !important;
	visibility: visible;
	z-index: 999999;
	cursor: pointer;
}



 /*==========  ACC FOOTER  ==========*/
#footer {
    background: none repeat scroll 0 0 #ECEEEF;
    border-top: 1px solid #DDD;
	margin-top: 50px;
    padding-bottom: 30px;
}
#footer .container .sixteen.columns {
	width: 100%;
}
#footer .social h2 {
    text-align: center;
    font-size: 26px;
    color: #004a77;
    padding-bottom: 10px;
    padding-top: 40px;
    font-weight: 600;
	padding-bottom: 0;
}
#footer .follow-companies {
    text-align: center;
    margin-bottom: 20px;
	margin-bottom: 0;
}
#footer .follow-companies .follow-company {
    display: inline-block;
    margin-right: 32px;
    text-align: center;
    padding-right: 32px;
}
#footer .follow-companies .follow-company {
    display: inline-block;
    margin-right: 32px;
    text-align: center;
    padding-right: 32px;
    float: right;
    text-align: right;
    padding-right: 0;
    margin-right: 0;
}
#footer .follow-company h4 {
    font-size: 14px;
    font-weight: bold;
}
#footer .follow-company h4 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 1.5em;
color: #012942;
}
#footer a {
	color: #126ba2;

}
#footer .follow-company
{
	float: right;
	margin-top: 35px;
}
#footer .follow-company img {
    margin-right: 5px;
    width: 35px;
    opacity: 0.6;
}
#footer .follow-company a:hover img {
	opacity: 1;
}
#footer .follow-company a:last-child img {
	margin-right: 0;
}
.follow-companies .follow-company:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 !important;
}
#footer .five h3 {
    color: #222428;
    border-bottom: 1px dotted #dddede;
    padding: 18px 30px 6px;
    font-size: 20px;
	line-height: 34px;
    font-weight: bold;
    margin-bottom: 20px;
	margin-top: 0;
}
#footer .footer-box {
    padding: 0 30px;
}
#footer .five {
    box-shadow: 0 0 3px #C9CACA;
    border-radius: 7px;
    width: 30%;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 10px;
	float: left;
	margin-left: 10px;
	min-height: 290px;
	overflow: hidden;
	padding-bottom: 10px;
}
#footer .five:first-child {
	margin-left: 0;
}
#footer .five:last-child {
	margin-right: 0;
}
#footer .launch.button {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    border-radius: 2px;
    padding: 12px 20px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 1px;
    background: #004a77;
    transition: all 150ms ease;
}
.footer-logo {
    padding-top: 35px;
    border-right: 1px dotted #dddede;
    padding-right: 25px;
    margin-right: 25px;
    width: 132px;
}
.bottom-footer .mobile {
    display: none;
}
.footer-nav {
    display: inline-block;
}
.footer-nav ul {
	list-style: none outside;
position: relative;
    top: 20px;
}
.bottom-footer li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	margin-bottom: 12px;
    display: inline-block;
    color: #012942;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    font-size: 12px;
}
.footer-nav {
	padding-bottom: 20px;
}
.footer-nav a {
    color: #012942;
    text-decoration: none;
}




.slideshow-wrapper {
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
.slideshow {
	text-align: center;
	position: relative;
}

.slideshow button.slick-arrow {
	display: inline-block;
	padding: 15px;
	background: none;
	border: none;
	color: #cc1c36;
	font-size: 50px;
	overflow: hidden;
	position: absolute;
	top: 50%;

	padding: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.slideshow button.slick-arrow.slick-prev {
	left: 0;
	margin-left: -40px;
	margin-top: -46px;
}
.slideshow button.slick-arrow.slick-next {
	right: 0;
	margin-right: -40px;
	margin-top: -46px;
}
.slideshow button.slick-arrow .text {
	text-indent: -99999px;	
	display: inline-block;
}
.slideshow .slick-dots li {
	list-style-type: none;
}
.slideshow .slick-dots {
	padding: 0;
}
.slick-dots li {
	list-style-type: none;
	width: auto;
	display: inline-block;
	margin: 0 5px;
	width: 40px;
	height: 40px;
}
.slick-dots li button {
	overflow: hidden;
	color: #fff;
	background: #cc1c36;
	border: none;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 5px;
	font-size: 20px;
	margin-top: 5px;
}
.slick-dots li button .text {
	text-indent: -99999px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.slideshow iframe {
	max-width: 100%;
}
.page_listing {
	padding-top: 0.5em;
}
.page_listing .row > div:first-child img {
	height: auto !important;
	display: block;
	margin-bottom: 1em;
}
.page_listing .row p { 
	line-height: 1.9em;
}
.page_listing .row {
	margin-bottom: 2.2em;
}
.page_listing .row p + a.btn {
	font-weight: 600;
	padding: 0.45em 0.9em;
}

 /*==========  MEDIA QUERIES  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.home-feature-block .block-title
	{
		font-size: 18px;
		padding: 10px 24px;
	}
	.hero-caption
	{
		font-size: 42px;
		width: 53%;
	}
	.layout-mainstreets a.logo {
		width: 220px;
		height: 140px;
		background-size: 150px auto;
		border-radius: 0 0 70px 20px;
	}
	.navbar
	{
		margin-top: -20px;
	}
	main .page-video .play-btn
	{
		top: 68px;
		font-size: 70px;
	}
	.mainstreets-home li
	{
		height: 60px;
	}
	.mainstreets-vid
	{
		height: 222px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.slideshow iframe {
		height: 300px;
		width: 598px;
	}
	.home-feature-block {
	  border-radius: 12px 40px 12px 12px;
	}
	.home-feature-block .block-title
	{
		padding: 10px 15px;
		font-size: 14px;
	}
	.hero-caption
	{
		font-size: 38px;
		width: 47%;
	}
	a.logo
	{
		width: 245px;
		height: 145px;
		background-size: 170px auto;
		border-radius: 0 0 70px 20px;
	}
	.layout-mainstreets a.logo {
		width: 160px;
		height: 115px;
		background-size: 115px auto;
		border-radius: 0 0 50px 20px;
	}
	.layout-mainstreets .navbar
	{
		margin-top: -60px;
	}
	#main-menu.open
	{
		top: 50px !important; 
		border-top: 0 !important;
	}
	main .page-video .play-btn {
		top: 55px;
		font-size: 50px;
	}
	.mainstreets-vid {
	  height: 175px;
	}
	#footer .social h2 {
		font-size: 30px;
	}
	#footer .five {
		width: 100%;
		display: block;
		min-height: 190px;
		margin: 10px !important;
	}
	#footer .follow-companies {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#footer .follow-companies .follow-company {
		width: 45%;
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
		padding-bottom: 10px;
	}
	.bottom-footer li {
		display: block;
		margin-top: 10px;
	    font-size: 14px;
	    line-height: 15px;
	    margin-right: 0;
	}
	.bottom-footer {
		text-align: center;
	}
	.footer-nav ul {
		padding: 0;
		margin: 0;
	}
	.bottom-footer .footer-logo {
	    display: none !important;
	}
	.bottom-footer img.mobile {
	    display: block;
	    margin: 0 auto;
	    padding: 20px 0;
	    vertical-align: top;
	    width: 40px;
	}
	#footer .follow-company
	{
		width: 100%;
		margin-top: 25px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#footer .follow-companies .follow-company {
		width: 100%;
		display: block;
	float: none;
	text-align: center;
	}
	
	#footer .follow-companies .follow-company {
		padding-bottom: 0;
	}
	#footer .social h2 {
		padding-top: 25px;
	}
	header
	{
		margin-bottom: 0px;
	}
	.home-feature-block .block-title
	{
		padding: 18px 30px;
		font-size: 20px;
	}
	.home-feature-block
	{
		margin-bottom: 30px;
	}
	.hero .overlay
	{
		display: none;
	}
	.hero-caption
	{
		border-radius: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		top: auto;
		width: 100%;
		font-size: 22px;
		transform: none;
		padding: 15px 30px;
		text-align: center;
	}
	/*
	a.logo {
	  	width: 180px;
	  	height: 110px;
	  	background-size: 125px auto;
	  	border-radius: 0 0 50px 15px;
	}
	*/
	a.logo,
	.layout-mainstreets a.logo {
	  	width: 100%;
	  	height: 74px;
	  	background-size: 105px auto;
	  	border-radius: 0;
	  	left: 0;
	}
	.layout-default .hero, .layout-mainstreets .hero
	{
		background-position-y: 73px !important;
		background-repeat: no-repeat;
	}
	.layout-mainstreets a.logo
	{
		z-index: 999;
	}
	.hero .contact-us
	{
		padding: 19px 5px 21px 15px;
		font-size: 16px;
		display: none;
	}
	.mainstreets-home li
	{
		width: 100%;
	}
	.mainstreets-home .mainstreets-list li
	{
		min-height: auto;
	}
	.hero,
	.layout-default .hero, 
	.layout-mainstreets .hero
	{
		height: 250px;	
	}
	
	.navbar-wrapper
	{
		padding: 0;
	}
	nav
	{
		margin-right: -15px;
		margin-left: -15px;
	}
	.navbar {
	  background-color: #f1f1f1;
	  border-bottom: 1px solid #e1e1e1;
	  border-radius: 0;
	  margin-bottom: 30px;
	  margin-top: 0;
	}
	.navbar-toggle
	{
		padding: 0;
		margin: 0;
		width: 100%;
		border: 0;
		height: 50px;
		border-radius: 6px;
	}
	#nav-sub {
	  padding-left: 45px;
	  display: block;
	  width: 100%;
	  margin: 0;
	  padding-right: 30px;
	}
	#nav-sub li.last
	{
		border-bottom: 0;
		margin-bottom: 20px;
	}
	.navbar-collapse
	{
		max-height: none;
	}
	.navbar-nav>li
	{
		font-size: 16px
	}
	.navbar-nav>li>a
	{
		line-height: 25px;
	}
	span.toggle-title {
	  font-weight: 700;
	  color: #004a77;
	  font-size: 18px;
	}
	main
	{
		padding: 0 10px;
	}
	.mainstreets-home .mainstreets-heading h2
	{
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: center;
		padding-left: 0;
	}
	.mainstreets-home {
	  margin-top: 0px;
	}
	.mainstreets-home li
	{
		padding: 8px 0;
	}
	.mainstreets-home li a {
		font-weight: 500;
	}
	.template-mainstreets-entry .mainstreet-img
	{
		margin-top: 0;
		border-radius: 8px;
	}
	.mainstreets-list li,
	.success-stories-list li,
	.news-list li
	{
		margin-bottom: 30px;
	}
	.mainstreets-list li span,
	.success-stories-list li span,
	.news-list li span
	{
		display: block;
	}
	.mainstreet-img
	{
		margin-bottom: 20px;
	}
	.mainstreets-home li
	{
		height: auto;
	}
	.template-mainstreets
	{
		overflow-x: hidden;
	}
	.template-mainstreets .navbar-wrapper
	{
		padding: 0;
	}
	.template-mainstreets .col-sm-3
	{
		margin: 0;
	}
	.layout-mainstreets .template-mainstreets-entry .navbar
	{
		margin-top: -177px;
	}
	h1
	{
		margin-bottom: 15px;
		font-size: 28px;
	}
	h2
	{
		font-size: 24px;
	}
	.mainstreet-map
	{
		width: 100%;
		margin-right: 0;
	}
	.acc-header
	{
		padding: 10px 0;
	}
	.acc-nav-toggler.navbar-toggle
	{
		top: 3px !important;
	}
	main p img
	{
		width: 100% !important;
	}
	main .page-video {
	  width: 100%;
	  height: 180px;
	  overflow: hidden;
	  border-radius: 10px;
	}
	main .page-video .play-btn {
	  top: 68px;
	  font-size: 65px;
	}
	.mainstreets-vid {
	  height: 220px;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.slideshow iframe {
		height: 116px;
		width: 280px;
	}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

.off-screen-text {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}
iframe:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-ms-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}
