﻿/* Generic */
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	background-color: #333;
	color: #666;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	font-family: 'Roboto', sans-serif;
}

content h1,
content h2,
content h3,
content h4 {
	color: #000;
}

a, a:hover, a:active {
	text-decoration: none;
	color: #74ac00;
	-moz-transition: all ease-in-out 0.15s;
	-o-transition: all ease-in-out 0.15s;
	-webkit-transition: all ease-in-out 0.15s;
	transition: all ease-in-out 0.15s;
	cursor: pointer;
	border: none;
}

.main-content a, .main-content a:hover, .main-content a:active {
	color: #578100;
	text-decoration: underline;
}

a img {
	border: none;
}

input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
	-webkit-appearance: none;
	background-color: #95c03c;
	color: #fff;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 20px;
	height: 42px;
	cursor: pointer;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
	background-color: #74ac00;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
	border-radius: 0;
	-webkit-appearance: none;
	background-color: #fff;
	border: none;
	padding: 10px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 42px;
}

p.error, .field-validation-error {
	color: #f00;
}

input[type=text].error,
input[type=password].error,
input[type=email].error,
textarea.error,
select.error {
	border-color: #f00;
}

input:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=submit]:focus,
textarea:focus,
button:focus {
	outline: none;
}

::selection {
	background-color: #95c03c;
	color: #fff;
}

::-moz-selection {
	background-color: #95c03c;
	color: #fff;
}

.explanatory-text {
	font-size: 12px;
}

.autocomplete {
	position: absolute;
	background-color: #fff;
	display: block;
	margin: 0;
	padding: 0;
	box-shadow: rgba(0,0,0,0.2) 0 5px 10px;
	-moz-transition: ease-in-out all 0.2s;
	-o-transition: ease-in-out all 0.2s;
	-webkit-transition: ease-in-out all 0.2s;
	transition: ease-in-out all 0.2s;
	z-index: 2;
}

.autocomplete.loading li, .autocomplete.typing li {
	opacity: 0.5;
}

.autocomplete li {
	display: block;
	margin: 0;
	padding: 5px 8px;
	cursor: pointer;
}

.autocomplete li:hover {
	background-color: #95c03c;
	color: #fff;
}

.autocomplete-clear {
	display: block;
	position: absolute;
	right: 45px;
	top: 0;
	bottom: 0;
	background-image: url(/Images/autocompleteClear.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.5;
	width: 45px;
	height: 100%;
	cursor: pointer;
	-moz-transition: ease-in-out all 0.2s;
	-o-transition: ease-in-out all 0.2s;
	-webkit-transition: ease-in-out all 0.2s;
	transition: ease-in-out all 0.2s;
}

.autocomplete-clear:hover {
	opacity: 1;
}

.autocomplete-clear.hide {
	opacity: 0;
}

/* Common elements */
.block-links {
	overflow: hidden;
}

.block-link {
	display: block;
	position: relative;
	width: 25%;
	height: 248px;
	float: left;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #95c03c;
	background-size: cover;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

	.block-link.block-link-33 {
		width: 33%;
	}

	.block-link.block-link-50 {
		width: 50%;
	}

	.block-link.no-caption {
		background-size: cover;
	}

.block-link .frost-container {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	height: 60px;
}

.block-link .frosted-background {
	background-size: auto 248px;
	-moz-transition: all ease-in-out 0.6s;
	-o-transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	transition: all ease-in-out 0.6s;
}


.block-link .caption {
	color: #e3e3e3;
	background-color: rgba(50,50,50,0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	height: 60px;
	z-index: 4;
}

.error-message {
	color: #f00;
	display: block;
	margin: 5px 0;
	clear: both;
}

.block-link:hover, .block-link:hover .frosted-background {
	/*background-size: auto 280px;*/
}

.block-link.no-caption:hover {
	background-size: contain;
}

.block-link:hover .caption {
	background-color: rgba(20,20,20,0.9);
}

.block-link .caption .title {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.block-link .caption .detail {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.single-line-search:after {
	content: '';
	clear: both;
	display: table;
}

.single-line-search input[type=text] {
	border: 1px solid #e3e3e3;
	border-right: none;
	background-color: #f9f9f9;
	float: left;
	width: 50%;
	float: left;
}

.success, .fail {
	padding: 10px 30px;
	color: #333;
}

.success {
	border: 1px solid #95c03c;
	background-color: #eaf6d1;
}

.fail {
	border: 1px solid #f00;
	background-color: #ffecec;
}

/* Form Builder */
.form {
	-moz-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

.form.loading {
	opacity: 0.5;
}

.form-inner {
	border: 1px solid #e3e3e3;
	background-color: #f3f3f3;
	padding: 30px;
}

.form-description {
	margin-bottom: 20px;
}

.form-inner h3 {
	margin-top: 0;
}

.form-inner fieldset {
	display: block;
	overflow: hidden;
	border: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.form-inner input[type='text'],
.form-inner input[type='password'],
.form-inner input[type='email'],
.form-inner textarea,
.form-inner select {
	border: 1px solid #e3e3e3;
	padding: 5px;
	height: auto;
	width: 50%;
}

.form-inner input[type=text].error,
.form-inner input[type=password].error,
.form-inner input[type=email].error,
.form-inner textarea.error,
.form-inner select.error {
	border-color: #f00;
}

.form-inner input[type='text'].small,
.form-inner input[type='password'].small,
.form-inner input[type='email'].small,
.form-inner select.small {
	width: 25%;
}

.form-inner input[type='text'].large,
.form-inner input[type='password'].large,
.form-inner input[type='email'].large,
.form-inner select.large {
	width: 100%;
}

.form-inner textarea {
	width: 100%;
}

.form-inner .field {
	float: left;
	width: 75%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}

.form-inner label {
	display: block;
	float: left;
	width: 25%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 30px;
	padding-top: 4px;
	box-sizing: border-box;
}

.form-inner fieldset > label {
	font-weight: 600;
	color: #333;
}

.form-inner .mandatory > label {
	background-image: url(/Images/mandatory.png);
	background-repeat: no-repeat;
	background-position: right 7px;
}

.form-inner .field label {
	padding: 0;
	width: auto;
}

.form-inner .form-buttons {
	margin-top: 30px;
	margin-left: 25%;
	padding-left: 10px;
}


.form-inner .horizontal,
.form-inner .vertical {
	overflow: hidden;
	margin-top: 5px;
}

.form-inner .horizontal .radio-item,
.form-inner .horizontal .checkbox-item {
	float: left;
	margin-right: 10px;
}

.form-inner .vertical .radio-item,
.form-inner .vertical .checkbox-item {
	float: none;
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
}

.form-inner input[type=checkbox] {
	float: left;
}

.form-inner input[type=radio] {
	float: left;
}

.validation-message {
	display: none;
	color: #f00;
}

/* Layout */
.body-container {
	background-color: #e3e3e3;
	background-image: url('/Images/background.png');
	background-position: center top;
	background-repeat: repeat-x;
	padding-bottom: 30px;
}

.content-container {
	max-width: 990px;
	padding: 0 30px;
	margin: auto;
	position: relative;
}

header {
	height: 160px;
	position: relative;
}

.vicwalks-logo {
	background-image: url('/Images/vicWalksLogo.png');
	background-repeat: no-repeat;
	display: block;
	width: 166px;
	height: 87px;
	position: absolute;
	top: 40px;
}

.vicwalks-logo > span {
	display: none;
}

.mobile-nav {
	display: none;
}

header nav {
	position: absolute;
	left: 200px;
	right: 260px;
	top: 70px;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

header > nav:after {
	content: '';
	display: inline-block;
	width: 100%;
}

header nav div {
	display: inline-block;
	text-align: justify;
	position: relative;
	height: 30px;
}

header nav div a {
	color: #333;
}

header nav .subnav {
	display: none;
	background-color: #95c03c;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 0;
	right: auto;
	z-index: 6;
	min-width: 200px;
}

header nav div:hover .subnav, header .subnav:hover {
	display: block;
}


header nav .subnav a {
	display: block;
	font-size: 14px;
	padding: 10px 20px;
	border-bottom: 1px solid #afd85c;
	text-align: left;
	color: #fff;
}

header nav .subnav a:last-child {
	border-bottom: none;
}

header nav .subnav a:hover {
	background-color: #74ac00;
}

header nav div:hover .subnav {
	display: block;
}

.site-search {
	position: absolute;
	right: 0;
	top: 60px;
}

.search-link, .show-nav-button {
	display: none;
}

.site-search input[type=text] {
	background-color: #f9f9f9;
	border: 1px solid #e3e3e3;
	width: 220px;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.site-search input[type=text]:focus {
	border-color: #999;
	/*width: 260px;*/
}

.site-search .button {
	display: block;
	width: 42px;
	height: 42px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	background-image: url('/Images/search.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
}

footer {
	background-color: #333;
	color: #adadad;
}

.link-columns {
	overflow: hidden;
	padding: 40px 0;
}

.link-column {
	width: 16.666%;
	float: left;
}

.heading-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 18px;
}


.link-column ul, .link-column ul li {
	display: block;
	margin: 0;
	padding: 0;
}

.link-column ul {
	margin-right: 30px;
}

.link-column ul li {
	padding: 6px 0;
}

.link-column ul li a {
	color: #adadad;
	line-height: 10px;
}

.link-column ul li a:hover {
	color: #fff;
}

footer hr {
	display: block;
	border: none;
	background-color: #4c4c4c;
	height: 1px;
}

.footer-content {
	height: 140px;
	margin-top: 30px;
	position: relative;
}

.support-by {
	position: absolute;
}

.vichealth-logo {
	display: block;
	background-image: url('/Images/vicHealthLogo.png');
	background-repeat: no-repeat;
	height: 66px;
	width: 205px;
	background-size: contain;
}

.other-links {
	position: absolute;
	top: 35px;
	left: 220px;
	right: 310px;
	text-align: right;
}

.other-links a {
	display: inline-block;
	border-right: 1px solid #4c4c4c;
	padding-right: 10px;
	margin-right: 10px;
	color: #fff;
}

.other-links a:last-child {
	border: none;
	margin-right: 0;
	padding-right: 0;
}

.copyright {
	position: absolute;
	top: 60px;
	text-align: right;
	right: 310px;
}

footer .social-links {
	overflow: hidden;
	position: absolute;
	top: 35px;
	right: 0;
}

footer .social-links a {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-left: 10px;
}

footer .social-links a:first-child {
	margin-left: 0;
}

footer .social-links a > span {
	display: none;
}

.instagram {
	background-image: url('/Images/instagram.png');
}

.facebook {
	background-image: url('/Images/facebook.png');
}

.linkedin {
	background-image: url('/Images/linkedin.png?d=3');
}

.googleplus {
	background-image: url('/Images/googleplus.png');
}

.pinterest {
	background-image: url('/Images/pinterest.png');
}

.youtube {
	background-image: url('/Images/youtube.png');
}

/* Home */
.carousel, .carousel-item {
	position: relative;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	padding: 0;
	margin-bottom: 40px;
	color: #fff;
}

.carousel-item a {
	color: #fff;
}

.carousel, .carousel-item, .carousel-items, .carousel .slider, .carousel .frosted-background {
	height: 480px;
}

.carousel-items {
	position: relative;
	overflow: hidden;
}

.carousel .carousel-item {
	/*-moz-transition: all ease-in-out 0.6s;
	-o-transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	transition: all ease-in-out 0.6s;*/
	background-size: auto 480px;
	background-repeat: no-repeat;
	width: 990px;
	float: left;
}

/*.carousel:hover .carousel-item {
	background-size: auto 550px;
}*/

.carousel-text {
	position: absolute;
	right: 95px;
	top: 80px;
	font-size: 24px;
	font-weight: 300;
	width: 400px;
	-moz-transition: all ease-in-out 0.6s;
	-o-transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	transition: all ease-in-out 0.6s;
	opacity: 0;
}

.current .carousel-text {
	opacity: 1;
}

.carousel-text h1, .carousel-text h2 {
	margin: 0;
	font-size: 36px;
	font-weight: 900;
}

.carousel-text p {
	margin: 0;
}

.carousel-nav a {
	display: block;
	position: absolute;
	top: 200px;
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	-moz-transition: all ease-in-out 0.1s;
	-o-transition: all ease-in-out 0.1s;
	-webkit-transition: all ease-in-out 0.1s;
	transition: all ease-in-out 0.1s;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.carousel .slider {
	-moz-transition: all ease-in-out 0.6s;
	-o-transition: all ease-in-out 0.6s;
	-webkit-transition: all ease-in-out 0.6s;
	transition: all ease-in-out 0.6s;
	position: absolute;
	width: 1800px;
}

/*.carousel-nav a:hover {
	-moz-transform: scale(1.3,1.3);
	-ms-transform: scale(1.3,1.3);
	-o-transform: scale(1.3,1.3);
	-webkit-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}*/

.carousel-nav a > span {
	display: none;
}

.carousel-nav .prev {
	background-image: url('/Images/leftArrow.png');
	left: 30px;
}

.carousel-nav .next {
	background-image: url('/Images/rightArrow.png');
	right: 30px;
}

.carousel .frost-container, .carousel .tip {
	height: 85px;
}

.carousel .frost-container {
	position: absolute;
	overflow: hidden;
	width: 100%;
	bottom: 0;
}

.carousel .frosted-background {
	background-position: center bottom;
	top: auto;
}

.carousel .tip {
	position: absolute;
	bottom: 0;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
}

.tip-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 30px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(50,50,50,0.8);
}

.frosted-background {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	left: -5px;
	right: -5px;
	top: -5px;
	bottom: -5px;
	background-position: center bottom;
	background-size: cover;
}

/*.carousel:hover .frosted-background {
	background-size: auto 550px;
}*/

/*
	Logo Carousel
}*/

#LogoSlider ul, #LogoSlider2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#LogoCarousel, #LogoCarousel2, #LogoSlider .carousel-item, #LogoSlider2 .carousel-item {
	height: 200px;
}

	#LogoSlider ul li, #LogoSlider2 ul li {
		margin: 0;
		padding: 0;
		height: 100px;
		width: 33%;
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		box-sizing: border-box;
	}

		/*#LogoSlider ul li > img, #LogoSlider ul li > a, #LogoSlider2 ul li > img, #LogoSlider2 ul li > a {
			max-height: 70px;
			max-width: 90%;
			vertical-align: middle;
			display: inline-block;
		}*/

		#LogoSlider ul li img, #LogoSlider2 ul li img {
			max-height: 70px;
			max-width: 90%;
			vertical-align: middle;
			display: inline-block;
		}

		/*#LogoSlider ul li > a img, #LogoSlider2 ul li > a img {
			height: 100%;
		}*/

#LogoSlider .carousel-item h2, #LogoSlider2 .carousel-item h2 {
	color: #333;
}

.home-content-section {
	overflow: hidden;
	margin-bottom: 40px;
}

.news {
	background-color: #333;
	width: 50%;
	float: left;
}

.news-heading {
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	background-color: #333;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 65px;
}

.news-heading .arrow {
	background-image: url('/Images/rightArrow.png');
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	top: 18px;
	right: 30px;
	width: 30px;
	height: 30px;
	background-size: auto 20px;
}

.news-heading:hover {
	color: #fff;
	background-color: #444;
}

.news-heading h2 {
	margin: 0;
	font-weight: normal;
}

.news article {
	color: #999;
	border-top: 1px solid #4c4c4c;
	padding: 30px;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	overflow: hidden;
	position: relative;
	height: 140px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news-date {
	position: absolute;
}

.date-calendar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fff;
	width: 70px;
	height: 80px;
	text-align: center;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	padding-top: 5px;
}

.date-calendar span {
	display: block;
}

.date-calendar .year {
	font-size: 12px;
}

.date-calendar .day {
	font-size: 30px;
	font-weight: bold;
}

.date-calendar .month {
	font-size: 12px;
	text-transform: uppercase;
}

.new-description {
	float: left;
	padding-left: 100px;
}

.news article:hover {
	background-color: #444;
}

.news article h3 {
	color: #fff;
	margin: 0;
	font-weight: 400;
	margin-bottom: 5px;
}

.news article p {
	margin: 0;
}

.walking-maps {
	width: 50%;
	background-color: #fff;
	float: left;
	position: relative;
	height: 485px;
}

.walking-maps-search {
	position: absolute;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	padding-right: 13px;
	background-color: rgba(85,85,85,0.8);
	height: 66px;
	z-index: 3;
}

.walking-maps-search-container {
	position: relative;
	float: right;
	background-color: #fff;
	width: 70%;
	margin-left: 25%;
	height: 40px;
	top: 13px;
}

.walking-maps-search-container .autocomplete {
	top: 40px;
	border-top: 1px solid #999;
}

.walking-maps-search input[type=text] {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}

.walking-maps-search .button {
	position: absolute;
	background-color: #95c03c;
	color: #fff;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	padding: 10px;
	width: 45px;
}

.walking-maps-search .button:hover {
	background-color: #74ac00;
}

.walking-maps-logo {
	display: block;
	background-image: url('/Images/walkingMapsLogo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 25%;
	height: 43px;
	position: absolute;
	left: 0;
	top: 11px;
}

.walking-maps-logo > span {
	display: none;
}

.walks {
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.walks, .slider, .walks article {
	height: 485px;
}

.walks .slider {
	-moz-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 480px;
}

.walks article {
	display: block;
	background-color: #fff;
	height: 485px;
	width: 495px;
	position: relative;
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
	overflow: hidden;
	float: left;
}

.walk-image, .walks article .frosted-background {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 345px;
}

.walks article .frost-container {
	position: absolute;
	width: 100%;
	top: 0;
	height: 66px;
	overflow: hidden;
}

/*.walks article .frosted-background {
	background-size: auto 485px;
	background-position: center 20px;
	position: absolute;
	top: 0;
	height: 66px;
}*/

.walks article .caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	height: 140px;
	z-index: 2;
}

.walks article .caption h3 {
	margin: 0;
	color: #333;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

.walks article .caption h3 a {
	color: #333;
}

.walking-maps-nav {
	position: absolute;
	bottom: 140px;
	right: 0;
	background-color: #95c03c;
	z-index: 4;
}

.walking-maps-nav a {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.walking-maps-nav a:hover {
	background-color: #74ac00;
}

.walking-maps-nav a.prev {
	background-image: url('/Images/leftArrow.png');
}

.walking-maps-nav a.next {
	background-image: url('/Images/rightArrow.png');
}

.walking-maps-nav a > span {
	display: none;
}

.home-newsletter-subscribe, .home-social {
	height: 315px;
	position: relative;
}

.home-newsletter-subscribe {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.home-newsletter-subscribe h2 {
	color: #333;
	margin: 0;
	margin-bottom: 10px;
}

.home-newsletter-subscribe .subscriber {
	position: relative;
	width: 100%;
	margin-top: 30px;
}

.home-newsletter-subscribe input[type=text],
.home-newsletter-subscribe input[type=email] {
	width: 80%;
	float: left;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.subscription-error {
	color: #f00;
}

.subscribe-form {
	-moz-transition: ease-in-out all 0.2s;
	-o-transition: ease-in-out all 0.2s;
	-webkit-transition: ease-in-out all 0.2s;
	transition: ease-in-out all 0.2s;
	opacity: 1;
}

.subscribe-form.loading {
	opacity: 0.5;
}

.home-newsletter-subscribe button {
	width: 20%;
}

.home-social {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
}

.home-social article {
	background-size: auto 100%;
	background-repeat: no-repeat;
	min-height: 55px;
	padding-left: 70px;
	margin-bottom: 10px;
	position: relative;
}

.social-heading {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	color: #000;
	line-height: 53px;
}

.home-social article img {
	height: 55px;
	position: absolute;
	left: 0;
	top: 0;
}

.home-social article:last-child {
	margin-bottom: 0;
}

/* Content layout */
.heading-area,
.heading-area .shade,
.heading-area .frost-container {
	height: 240px;
}

.heading-area {
	overflow: hidden;
	background-color: #4c4c4c;
	position: relative;
	color: #fff;
}

.heading-area a {
	color: #fff;
}

.header-image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 25%;
	background-size: cover;
}

.heading-area .frost-container {
	position: relative;
	overflow: hidden;
}

.heading-area .frosted-background {
	background-size: auto;
	background-position: 5px 5px;
}

.heading-area .shade {
	position: absolute;
	left: 25%;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
}

.breadcrumb-title {
	position: absolute;
	left: 40px;
	right: 330px;
	bottom: 30px;
}

.breadcrumb {
	margin-bottom: 5px;
	color: #ccc;
}

.page-title {
	display: block;
	font-size: 26px;
	font-weight: 600;
	max-width: 380px;
}

.content-area {
	background-color: #f2f2f2;
	margin-bottom: 40px;
}

.content-area:after {
	content: '';
	display: table;
	clear: both;
}

.side-nav {
	width: 25%;
	float: left;
	background-color: #f2f2f2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
	font-size: 1em;
}

.side-nav img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.side-nav nav a {
	display: block;
	color: #444;
	font-size: 14px;
	font-weight: 600;
	background-image: url('/Images/navBullet.png');
	background-position: 30px center;
	background-repeat: no-repeat;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	padding: 10px 20px;
	padding-left: 55px;
}

.side-nav nav a:hover {
	background-color: #f9f9f9;
}

.side-nav a.selected {
	background-color: #95c03c;
	color: #fff;
	background-image: url('/Images/navBulletSelected.png');
}

.side-nav a.selected:hover {
	background-color: #95c03c;
}

.side-nav nav nav a, .side-nav nav nav a.selected {
	background-image: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.side-nav > nav > nav {
	/*border-bottom: 1px solid #f00;*/
	background-color: #dcdcdc;
	/*padding-bottom: 10px;*/
	padding-bottom: 5px;
}

.side-nav > nav nav {
	display: none;
}

.side-nav > nav nav.open,
.side-nav > nav nav.open nav {
	display: block;
}

.side-nav nav > nav a {
	padding-left: 55px;
}

.side-nav nav > nav > nav a {
	padding-left: 75px;
	font-size: 12px;
}

.side-nav nav > nav > nav > nav a {
	padding-left: 85px;
	font-size: 0.9em;
}

.side-nav nav > nav > nav > nav > nav a {
	padding-left: 95px;
}

.main-content {
	display: block;
	width: 75%;
	float: right;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.padded-content {
	padding: 40px;
}

	.padded-content + .padded-content {
		padding-top: 0;
	}

	.padded-content img {
		max-width: 100%;
		height: auto;
	}

.main-content h1 {
	margin-top: 0;
}

.make-donation, .make-donation .arrow {
	height: 65px;
	line-height: 66px;
}

.make-donation {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #95c03c;
	color: #fff;
	position: absolute;
	display: block;
	right: 30px;
	bottom: 0;
	padding: 0 30px;
	padding-right: 60px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.make-donation:hover {
	background-color: #74ac00;
}

.make-donation .arrow {
	display: block;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	width: 30px;
	background-image: url('/Images/rightArrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 30px;
}

.social-share {
	position: absolute;
	top: 30px;
	right: 30px;
}

.share-options {
	width: 162px;
}

.social-share > span {
	float: left;
	display: block;
	line-height: 28px;
	margin-right: 10px;
	text-transform: uppercase;
	color: #e3e3e3;
}

.social-share a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	margin-left: 5px;
	background-size: 100% auto;
}

.social-share a > span {
	display: none;
}

.toc {
	border-bottom: 1px solid #e3e3e3;
	padding-top: 0;
	margin-bottom: 30px;
	margin-top: 30px;
}

.toc ul {
	display: block;
	margin: 0;
	padding: 0;
}

.toc ul li {
	display: block;
	margin: 0;
	margin-bottom: 7px;
	padding: 0;
	background-image: url(/Images/tocBullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 18px;
	padding-left: 30px;
}

.toc ul li:last-child {
	margin-bottom: 0;
}

/* Content Sections */
.padded-content.header {
	padding-bottom: 0;
}

.content-sections {
	padding-top: 0;
}

.content-sections > div {
	overflow: hidden;
	margin-bottom: 30px;
}

.content-sections img {
	max-width: 100%;
	display: block;
	margin: 0;
}

.content-sections .caption {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	padding: 10px;
	width: 100%;
	background-color: #333;
	font-size: 12px;
	color: #aaa;
}

.content-sections h2 {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 10px;
	margin-top: 0;
}

.content-sections .image-container {
	display: block;
	margin-bottom: 20px;
}

.content-sections .separatebelow .html-content {
	padding: 0;
}

.content-sections .center .image-container {
	margin: auto;
	margin-bottom: 20px;
}

.content-sections .left .image-container {
}

.content-sections .right .image-container {
	float: right;
}

.content-sections .right .html-content {
	clear: right;
}

.content-sections .left.wrap .image-container {
	float: left;
	margin-right: 20px;
}

.content-sections .right.wrap .image-container {
	float: right;
	margin-left: 20px;
}

.content-sections .wrap .html-content {
	clear: none;
	padding: 0;
}

.content-section-links {
	float: none;
	clear: both;
}

/* Landing */
.landing-sections article {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #e3e3e3;
	padding: 20px 40px;
	padding-right: 90px;
	color: #999;
	position: relative;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.landing-sections article:hover {
	background-color: #eefcd1;
}

.landing-sections article a {
	color: #999;
}

.landing-sections article h2 {
	margin: 0;
	color: #95c03c;
	font-size: 26px;
}

.landing-sections article .arrow {
	background-color: #95c03c;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50px;
	background-image: url('/Images/rightArrow.png');
	background-repeat: no-repeat;
	background-position: -5px center;
	background-size: auto 40px;
}

/* Case Study */
.case-study-item {
	border-top: 1px solid #e3e3e3;
}

.case-study-item a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	min-height: 170px;
	padding: 40px;
	padding-left: 160px;
	display: block;
	background-image: url(/Images/arorw);
}

.case-study-item a:hover {
	background-color: #eefcd1;
}

.case-study-item p {
	color: #666;
}

.case-study-item h2 {
	margin: 0;
	font-size: 26px;
}

.case-study-item .case-study-image {
	display: block;
	width: 90px;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 40px;
	top: 40px;
}

/* Action Groups */
.filter {
	border-bottom: 1px solid #e3e3e3;
	/*overflow: hidden;*/
}

.filter:after {
	content: '';
	display: table;
	clear: both;
}

.filter .search-container {
	width: 50%;
	float: left;
	position: relative;
}

.filter .distance-container {
	float: left;
	padding-left: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.filter .search-container input, .filter .distance-container select {
	border: 1px solid #e3e3e3;
	padding: 10px;
}

.filter .search-container .autocomplete-clear {
	right: 30px;
}

.filter .search-container input {
	width: 300px;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	background-color: #f9f9f9;
}

.filter .distance-container select {
	background-color: #f9f9f9;
	margin-left: 10px;
}

.filter .button-container {
	float: right;
}

.wags {
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	opacity: 1;
	padding-top: 20px;
}

.wags-no-results {
	text-align: center;
	border: 2px solid #e3e3e3;
	margin: 20px;
	margin-top: 0;
	padding: 30px;
	display: none;
}

.wags-no-results.show {
	display: block;
}

.wags:after {
	content: '';
	display: table;
	clear: both;
}

.wags.loading {
	opacity: 0.5;
}

.wags article {
	display: block;
	padding: 20px;
	padding-right: 10px;
	padding-top: 0;
	width: 50%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.wags article > div {
	border: 1px solid #e3e3e3;
	background-color: #f2f2f2;
}

.wags article:nth-child(even) {
	padding-left: 10px;
	padding-right: 20px;
}

.wags article:last-child {
	border-bottom: none;
}

.wags article .title {
	margin: 0;
	color: #74ac00;
}

.wags article .subtitle {
	margin: 0;
	font-weight: 400;
}

.wags article p {
	margin: 0;
}

.wags article .thumb-img {
	width: 80px;
	height: 80px;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 10px;
	right: 10px;
}

.wags article .wag-head {
	position: relative;
	background-color: #95c03c;
	color: #fff;
	padding: 20px 30px;
}

.wags article.has-thumb .wag-head {
	min-height: 60px;
}

.wags article.has-thumb .wag-head h2 {
	margin-right: 70px;
}

.wags article .wag-head a h2 {
	color: #fff;
	font-weight: 400;
}


.wags article .wag-content {
	padding: 20px 30px;
}

/* Newsletter */
.newsletter-group {
	margin-bottom: 20px;
}

.newsletter-group:after {
	content: '';
	display: table;
	clear: both;
}

.newsletter-group h2 {
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.newsletter-group a {
	display: block;
	margin: 5px 0;
}

/* Resources */
.resources article {
	border-top: 1px solid #e3e3e3;
	padding: 5px 0;
	padding-left: 50px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: left 15px;
	background-image: url(/Images/FileTypeIcons/unknown.png);
}

.resources .link {
	background-image: url(/Images/FileTypeIcons/link.png);
}

.resources .doc {
	background-image: url(/Images/FileTypeIcons/word.png);
}

.resources .pdf {
	background-image: url(/Images/FileTypeIcons/acrobat.png);
}

.resources article h2 {
	margin-bottom: 0;
	font-size: 16px;
}

.resources article .submission-date {
	color: #333;
	font-weight: 600;
	font-size: 13px;
}

/* Search */
.search-form {
	margin-bottom: 20px;
}

.search-form form {
	overflow: hidden;
}

.search-result-summary {
	padding-top: 20px;
}

.no-search-results {
	border: 1px solid #e3e3e3;
	background-color: #f9f9f9;
	padding: 30px;
	text-align: center;
}

.highlight {
	background-color: #fff19e;
}

.search-results {
}

.search-results article {
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0;
}

.search-results article h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
}

.search-results article p {
	margin: 0;
}

.search-results article:last-child {
	border-bottom: none;
}

/* News landing */
.news-items article {
	border-bottom: 1px solid #e3e3e3;
	padding: 25px 30px;
	position: relative;
	min-height: 80px;
}

.news-items article h2,
.news-items p {
	margin: 0;
}

.news-items .date-calendar {
	position: absolute;
	margin-right: 30px;
	border: 2px solid #666;
	color: #666;
}

.news-items .news-item-content {
	margin-left: 100px;
}

/* News item page */
.news-item-page .header h1 {
	margin-bottom: 0;
}

.news-item-page .header strong {
	color: #333;
}

.news-landing-date {
	color: #333;
	margin: 5px 0;
}

.news-item-page img {
	float: right;
}

/* Audit Home Page */
.audit-items {
	margin: 20px 0;
}

.audit-items a:last-child .audit-item {
	border-bottom: 1px solid #e3e3e3;
}

.audit-items a {
	display: block;
}

.audit-item {
	position: relative;
	border-top: 1px solid #e3e3e3;
	padding-left: 200px;
	min-height: 100px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 38px;
}

.audit-item .thumbnail {
	display: block;
	width: 160px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 10px;
	background-repeat: no-repeat;
	background-size: cover;
}

.audit-item h2 {
	border: none;
	margin: 0;
}

/* Audit Section Page */
.audit-question .images {
	margin: 20px -20px;
}

.audit-question .images:after {
	content: '';
	display: table;
	clear: both;
}

.audit-question .images .thumbnail-container {
	width: 33%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}

.audit-question .images .thumbnail-container .thumbnail {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

.newsletter-subscriber {
	margin-top: 30px;
}

.newsletter-subscriber:after {
	content: '';
	display: table;
	clear: both;
}

.newsletter-subscriber input {
	border: 1px solid #e3e3e3;
	border-right: none;
	width: 300px;
	float: left;
}

/* Tablet Horizontal */
@media (max-width: 1024px) {
	header {
		height: 130px;
	}

	.vicwalks-logo {
		background-size: contain;
		background-image: url('/Images/vicWalksLogo-retina.png');
		top: 30px;
		height: 75px;
	}

	.content-container {
		padding: 0 20px;
	}

	header nav {
		font-size: 14px;
		top: 60px;
		left: 170px;
		right: 250px;
	}

	.site-search {
		top: 40px;
	}

	.block-link {
		-moz-transition: none;
		-o-transition: none;
		-webkit-transition: none;
		transition: none;
	}

	.block-link, .block-link:hover, .block-link:hover .frosted-background {
		background-size: cover;
	}

	.vichealth-logo {
		background-image: url('/Images/vicHealthLogo-retina.png');
	}

	.walking-maps-logo {
		background-image: url('/Images/walkingMapsLogo-retina.png');
	}

	.carousel .carousel-item, .carousel:hover .carousel-item, .frosted-background, .carousel:hover .frosted-background {
		background-size: cover;
	}

	.carousel-nav a {
		background-size: contain;
	}

	.walks article .caption {
		position: relative;
	}

	.walking-maps-nav {
		bottom: 140px;
	}

	.side-nav nav a {
		background-image: none;
		padding: 10px 20px;
	}

	.side-nav a.selected {
		background-image: none;
	}

	.filter .search-container {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}

	.filter .search-container input {
		width: 100%;
	}

	/*.filter .button-container {
		float: left;
		margin-left: 10px;
	}*/

	.filter .distance-container {
		margin-left: 0;
		padding-left: 0;
	}

	.filter .search-container .autocomplete-clear {
		right: 0;
	}

	.filter .distance-container select, .filter .button-container button {
		height: 40px;
	}


	.footer-content {
		height: 160px;
	}

	.support-by {
		left: 20px;
	}

	footer .social-links {
		right: 20px;
	}

	.other-links {
		text-align: center;
		top: 100px;
		left: 0;
		right: 0;
	}

	.copyright {
		left: 0;
		right: 0;
		top: 130px;
		text-align: center;
	}
}

/* Tablet Vertical */
@media (max-width: 768px) {
	.content-container {
		padding: 0;
	}

	header {
		padding: 0 30px;
	}

	header nav {
		left: 200px;
		right: 80px;
	}

	.carousel {
		margin-bottom: 20px;
	}

	.site-search {
		display: none;
	}

	.block-links {
		margin: 0 20px;
	}

	.block-link {
		height: 200px;
		margin-bottom: 0;
	}

	.search-link {
		display: block;
		position: absolute;
		right: 20px;
		top: 50px;
		width: 30px;
		height: 30px;
		background-image: url('/Images/search-retina.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	.search-link > span {
		display: none;
	}

	.block-link .frosted-background {
		background-size: auto 200px;
	}

	.news article {
		height: 150px;
		padding: 20px;
	}

	.new-description {
		padding-left: 90px;
	}

	.link-column {
		width: 33.333%;
		margin-bottom: 30px;
	}

	.walks, .slider, .walks article {
		height: 515px;
	}

	.walks article .caption {
		height: 150px;
		padding: 20px;
	}

	.home-newsletter-subscribe {
		padding: 0 20px;
	}

	.home-newsletter-subscribe input[type=text],
	.home-newsletter-subscribe input[type=email] {
		width: 70%;
	}

	.home-newsletter-subscribe button {
		width: 30%;
	}

	.link-columns {
		padding: 20px;
	}

	.walking-maps-logo {
		width: 30%;
	}


	.carousel .tip {
		font-size: 16px;
	}

	.tip-content {
		padding: 20px;
	}

	.form-inner label {
		float: none;
		width: auto;
		margin-bottom: 5px;
	}

	.form-inner .mandatory > label {
		background-position: left 7px;
		padding-left: 20px;
	}

	.form-inner .field {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.form-inner .horizontal .radio-item {
		width: 33%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0;
		padding-right: 10px;
	}

	/*
	Logo Carousel
}*/

	/*#LogoSlider ul li, #LogoSlider2 ul li {
		width: 48%;
		margin: 0;
	}*/

	#LogoSlider ul li img, #LogoSlider2 ul li img {
		max-height: 40px;
	}

	#LogoCarousel, #LogoCarousel2, #LogoSlider .carousel-item, #LogoSlider2 .carousel-item {
		height: 200px;
	}

	#LogoSlider ul li, #LogoSlider2 ul li {
		height: 80px;
	}

	#LogoSlider .carousel-item, #LogoSlider2 .carousel-item {
		padding: 20px;
		box-sizing: border-box;
	}

	.bottom-content {
		margin: 0 20px;
	}
}

/* Mobile Horizontal */
@media (max-width: 680px) {
	.padded-content {
		padding: 20px;
	}

	.show-nav-button {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		right: 80px;
		top: 50px;
		background-image: url('/Images/navMenu-retina.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}

	.show-nav-button > span {
		display: none;
	}

	header {
		height: 80px;
	}

	.breadcrumb-title {
		right: 90px;
	}

	.search-link, .show-nav-button {
		top: 28px;
		width: 24px;
		height: 24px;
	}

	.vicwalks-logo {
		left: 20px;
		top: 10px;
		height: 60px;
	}

	header nav {
		display: none;
	}

	.landing-sections {
		display: none;
	}

	.mobile-nav {
		display: block;
		position: fixed;
		left: -75%;
		top: 0;
		bottom: 0;
		right: 0;
		/*opacity: 0;*/
		width: 75%;
		background-color: #74ac00;
		z-index: 5;
		-moz-transition: left ease-in-out 0.2s;
		-o-transition: left ease-in-out 0.2s;
		-webkit-transition: left ease-in-out 0.2s;
		transition: left ease-in-out 0.2s;
	}

	.mobile-nav a {
		color: #fff;
		display: block;
		text-align: left;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		padding: 10px 20px;
	}

	.show-nav .mobile-nav {
		left: 0;
		box-shadow: rgba(0,0,0,0.3) 0 10px 30px;
	}

	header nav div {
		display: block;
		text-align: left;
		height: auto;
	}

	header nav div a {
		color: #fff;
	}

	header nav div:hover .subnav {
		display: none;
	}

	.show-nav header nav {
		opacity: 1;
		left: 0;
		box-shadow: rgba(50,50,50,0.5) 0 0 30px;
	}



	header nav a:hover {
		color: #fff;
		background-color: #95c03c;
	}

	.block-link, .block-link.block-link-33, .block-link.block-link-50 {
		width: 50%;
	}

	.block-link, .block-link .frosted-background {
		background-size: cover;
	}

	.news, .walking-maps {
		width: 100%;
	}

	.news article {
		height: auto;
		min-height: 120px;
	}

	.home-newsletter-subscribe, .home-social {
		width: 100%;
		height: auto;
	}

	.home-newsletter-subscribe .subscriber {
		position: relative;
		left: 0;
	}

	.home-social {
		padding-left: 20px;
		margin-top: 30px;
	}

	.link-columns {
		display: none;
	}

	footer hr {
		display: none;
	}

	.carousel, .carousel-item, .carousel-items, .carousel .slider, .carousel .frosted-background {
		height: 300px;
	}

	.carousel .carousel-item, .carousel .frosted-background {
		background-size: cover;
	}

	.carousel-text {
		width: 70%;
		top: 50px;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 20px;
	}

	.carousel-text h1, .carousel-text h2 {
		font-size: 30px;
	}

	.carousel-nav a {
		top: 120px;
		width: 24px;
		height: 24px;
	}

	.carousel-nav .prev {
		left: 10px;
	}

	.carousel-nav .next {
		right: 10px;
	}

	.footer-content {
		margin-top: 20px;
	}

	.home-content-section {
		margin: 20px 0;
	}

	.home-content-section:last-child {
		margin-bottom: 0;
	}

	.side-nav, .main-content {
		float: none;
		width: 100%;
	}

	.main-content {
		clear: both;
		background-color: #fff;
	}

	.side-nav nav a {
		background-image: url('/Images/navBullet.png');
		background-position: 20px center;
		padding-left: 45px;
	}

	.filter {
		padding: 20px;
	}

	.wags article {
		padding: 20px;
	}

	.side-nav a.selected {
		background-image: url('/Images/navBulletSelected.png');
	}

	.heading-area .shade {
		top: auto;
		left: 0;
		height: 80px;
	}

	.make-donation {
		top: -50px;
		right: 0;
		font-size: 18px;
		padding: 0 20px;
		padding-right: 55px;
		height: 50px;
		line-height: 52px;
	}

	.make-donation .arrow {
		height: 100%;
		background-size: auto 20px;
	}

	.header-image {
		width: 100%;
		background-position: center center;
		bottom: 80px;
	}

	.social-share {
		top: 0;
		bottom: 0;
		right: 20px;
	}

	.social-share > span {
		cursor: pointer;
		display: block;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 50px;
		margin-top: 15px;
		background-image: url('/Images/share.png');
		margin-right: 0;
		background-size: auto 15px;
		background-repeat: no-repeat;
		background-position: right center;
		text-transform: none;
		padding: 10px 0;
		padding-right: 25px;
	}

	.social-share a {
		margin-left: 10px;
	}

	.social-share a:first-child {
		margin-left: 0;
	}

	.share-options {
		display: none;
		background-color: #fff;
		position: absolute;
		top: 15px;
		right: 0;
		padding: 10px;
		width: 116px;
	}

	.breadcrumb-title {
		bottom: 15px;
		left: 20px;
	}

	.page-title {
		font-size: 20px;
	}

	.body-container {
		padding-bottom: 20px;
	}

	.content-area {
		margin-bottom: 20px;
	}

	.side-nav {
		padding-top: 20px;
	}

	.heading-area {
		height: 200px;
	}

	.home-social article .tweet-content {
		padding-right: 20px;
	}

	.wags {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.wags article,
	.wags article:nth-child(even) {
		width: 100%;
		float: none;
		padding: 20px;
		padding-bottom: 0;
	}

	footer .social-links {
		text-align: center;
		width: auto;
		margin: 20px auto;
		position: relative;
		right: auto;
		top: auto;
		display: table;
	}

	footer .social-links a {
		display: inline-block;
	}

	.support-by {
		position: relative;
		width: 50%;
		left: 0;
		margin: auto;
		margin-bottom: 20px;
	}

	.other-links {
		position: relative;
		top: 0;
		margin-bottom: 20px;
		padding: 0 20px;
	}

	.other-links a {
		border-right: none;
		padding-right: 0;
		margin-right: 15px;
	}

	.copyright {
		position: relative;
		top: 0;
		padding-bottom: 20px;
	}

	.case-study-item a {
		padding: 20px;
		padding-left: 130px;
		min-height: 130px;
	}

	.case-study-item .case-study-image {
		left: 20px;
		top: 20px;
	}

	.audit-question .images {
		margin: 0;
	}

	.audit-question .images .thumbnail-container {
		float: none;
		width: 100%;
		margin: 0;
		margin-top: 20px;
		padding: 0;
	}

	.newsletter-subscriber input {
		border: 1px solid #e3e3e3;
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	#LogoSlider ul li img, #LogoSlider2 ul li img {
		max-height: 40px;
	}

	#LogoCarousel, #LogoCarousel2, #LogoSlider .carousel-item, #LogoSlider2 .carousel-item {
		height: 260px;
	}

	#LogoSlider ul li, #LogoSlider2 ul li {
		height: 80px;
		width: 48%;
	}
}

/* Mobile Vertical */
@media (max-width: 460px) {
	.vichealth-logo {
		width: 100%;
	}

	.block-links {
		margin-bottom: 0;
	}

	.block-link, .block-link.block-link-33, .block-link.block-link-50 {
		width: 100%;
		margin-bottom: 20px;
	}

	.block-links .block-link:last-child {
		margin-bottom: 0;
	}

	.content-sections .left.wrap .image-container,
	.content-sections .right.wrap .image-container {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	.content-sections img { 
		width: 100%;
	}

	.form-inner input[type='text'],
	.form-inner input[type='password'],
	.form-inner input[type='email'],
	.form-inner textarea,
	.form-inner select {
		width: 100%;
	}

	.form-inner {
		padding: 20px;
	}

	.form-inner .horizontal .radio-item {
		width: auto;
		float: none;
		margin-bottom: 5px;
		overflow: hidden;
	}
}

.g-recaptcha {
	visibility: hidden;
}

.accordion {
	margin-top: 30px !important;
}

	.accordion .ui-accordion-content {
		padding-top: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.accordion .ui-accordion-header {
		background-color: #fff;
		background-position: right 10px center;
		background-repeat: no-repeat;
		background-image: url(/Images/arrowDown.png);
		border: none;
		font-size: 20px !important;
		font-weight: bold !important;
		color: #666 !important;
		background-color: #f2f2f2;
		padding: 10px !important;
	}
.accordion .ui-accordion-header.ui-accordion-header-active {
	background-image: url(/Images/arrowUp.png);
}

	.accordion .ui-widget-content {
		border: none !important;
	}

	.accordion .ui-accordion-header-icon {
		display: none;
	}