/*Icons*/
a i {
	margin-left: 10px;
}

.useful-links p i {
	margin-right: 10px;
	margin-left: 0px;
}


/*Index page*/
#FeatureRowImage-feature-row {
	border-radius: 2px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.collection-grid-item__title-wrapper::before {
	border-radius: 2px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.collection-grid-item__overlay {
	border-radius: 2px;
}

#custom-infographic-section .feature-row__image-wrapper {
	max-width: 150px !important;
}

.custom-table-img {
	max-width: 100px;
}

.custom-table-tick {
	max-width: 50px;
}

.custom-image-cell {
	width: 100px;
}

#work-with-us-table-section th, #work-with-us-table-section td {
	border: none;
}

#work-with-us-table-section th {
	font-size: 1.2em;
}


/*Announcement Bar*/
.announcement-bar {
	overflow: hidden;
}

.announcement-bar__message p {
	width: 50%;
	float: left;
	text-align: left;
	color: #fff;
	margin-top: 10px;
	font-size: 0.9em;
}

.announcement-bar__message a {
	/*width: 50%;*/
	float: right;
	color: #fff;
	text-align: right;
	padding-left: 20px;
	margin-top: 10px;
	font-size: 0.9em;
}

.announcement-bar--link:hover {
	background-color: #319769 !important;
	opacity: 0.7;
	color: #fff !important;
}


/*NDIS Logo*/
#ndis-logo-section .logo-bar__image {
	max-height: 120px;
}

#ndis-logo-header {
	max-width: 60px;
	margin-right: 10px;
}


/*Sector Pages*/
.page-container .rte img {
	border-radius: 2px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}


/*Product pages*/
.logo-bar__image {
	max-height: 160px;
	border-radius: 2px;
}

.product-links-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: -55px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.custom-page-header {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	margin-top: -35px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.2s;
}

.custom-page-header h1 {
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.custom-page-header .page-width {
	position: relative;
	z-index: 1;
}

.custom-page-header .custom-overlay {
	position: absolute;
	background-color: #111;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
}


@media only screen and (min-width: 750px) {
	.custom-page-header {
		margin-top: -55px;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.custom-hide-for-small {
		display: block !important;
	}
}

@media only screen and (max-width: 749px) {
	.site-header__logo img {
		max-width: 120px !important;
	}

	.custom-hide-for-small {
		display: none !important;
	}

	.announcement-bar__message a {
		width: 100%;
		display: inline-block;
		float: none;
		color: #fff;
		text-align: center;
		padding-left: 0px;
	}
}


/*Useful links*/
.useful-links p {
	margin-bottom: 10px;
}


/*Contact Page*/
input, textarea {
	border-radius: 2px;
}

.contact-page-map {
	margin-top: 50px;
	margin-bottom: -55px;
}


/*Footer*/
#google-reviews-row {
	width: 100%;
}

.google-reviews {
	max-height: 60px;
}

@media only screen and (max-width: 749px) {

}



