/*CSS Document*/
/*===  see style.css  =======================================*/
/* empty <div class="space#"> for spacing using margin-bottom */
.space10 {
	margin-bottom: 10px;
}
.space15 {
	margin-bottom: 15px;
}
.space20 {
	margin-bottom: 20px;
}
.space25 {
	margin-bottom: 25px;
}
.space30 {
	margin-bottom: 30px;
}
.space35 {
	margin-bottom: 35px;
}
.space40 {
	margin-bottom: 40px;
}
.space50 {
	margin-bottom: 50px;
}
.space60 {
	margin-bottom: 60px;
}
.space70 {
	margin-bottom: 70px;
}
.space80 {
	margin-bottom: 80px;
}
.space90 {
	margin-bottom: 90px;
}
.space10-top {
	margin-top: 10px;
}
.space15-top {
	margin-top: 15px;
}
.space20-top {
	margin-top: 20px;
}
.space25-top {
	margin-top: 25px;
}
.space30-top {
	margin-top: 30px;
}
.space35-top {
	margin-top: 35px;
}
.space40-top {
	margin-top: 40px;
}
.space50-top {
	margin-top: 50px;
}
.space60-top {
	margin-top: 60px;
}
.space70-top {
	margin-top: 70px;
}
.space80-top {
	margin-top: 80px;
}
.space90-top {
	margin-top: 90px;
}

/*===  .video hides scrollbars if uncommented  ===*/
/*.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe, .video object, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.top-wrap {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9999;
	background: #ffffff;
	border-bottom: 1px solid #f6f6f6;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.logo {
	margin-bottom: 3px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 6px;
}
.logo a {
	opacity: 1;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	transition: opacity .25s ease-in-out;
}
.logo a:hover {
	opacity: 0.5;
}
div.logo {
	margin: 6px 0 0;
	padding: 0;
	width: 240px;
}
.top-nav {
	display: table;
	float: left;
	margin-bottom: 0;
}
.top-nav li {
	float: left;
	padding: 42px 20px 36px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.top-nav li a {
	color: #2d86d2;
}
.top-nav li a:hover {
	color: #fff;
	background: #2d86d2;
	border-radius: 4px;
	padding: 10px 14px;
	margin-left: -14px;
	margin-right: -14px;
}
.current, .top-nav a:hover {
	color: #fff;
}
.select-menu {
	display: none;
	background: 0;
	padding: none;
	border: 0;
}

/* Visible area of BG image padding-bottom & padding-top controls depth */
#top {
	padding: 30px 0 30px 0;
	background-position: center;
	background-size: cover;
	z-index: -9000;
	background-image: url(../../images/top_image.jpg);
	background-repeat: no-repeat;
	height:511px;
}
/* 'featured text' distance from top using padding*/
#top h1 {
	padding: 0;
	text-align: right;
	font-family: 'Open Sans', serif;
	font-size: 36pt;
	font-weight: 700;
	color: #2f85c5;
}
#top p {
	padding: 16px 0 0;
	/*font-size: 16px;*/
	text-align: right;
	font-weight: 400;
	color: #6c727b;
	margin-bottom: 30px;
}
#top .button {
	float: right;
	padding: 14px 20px;
	background: #0066cc;
	color: #fff;
	/*font-size: 20px;*/
	font-weight: 400;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#top .button:hover {
	background: #004080;
}
.centerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#features {
	background: #fff;
	padding: 40px 0 20px;
}
#features h1 {
	text-align: center;
	font-family: 'Open Sans', serif;
	/*font-size: 60px;*/
	font-weight: 400;
	color: #404040;
	padding-bottom: 50px;
}
.featureList {
	padding-top: 40px;
	float: left;
	vertical-align: middle;
	width: 100%;
}
.featureList img {
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 70px;
}
.featureList h4 {
	font-size: 22px;
	font-weight: 400;
	color: #0066cc;
	margin-top: 0;
	font-family: 'Open Sans', serif;
}
.featureList p {
	font-size: 14px;
	line-height: 18px;
	color: #404040;
	margin-top: -6px;
}
.button {
	padding: 10px 16px;
	background: #0066cc;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	margin-left: 12px;
}
.button:hover {
	background: #004080;
}
#top-contact {
	padding: 0;
	background-position: center;
	background-size: cover;
	z-index: -9000;
	background-image: url(../../images/world_map_contact.png);
	background-repeat: no-repeat;
}
#contact {
	background: #ffffff;
	padding: 40px 0 80px;
	text-align: left;
}
.contact-info img {
	float: left;
	padding: 0 20px 1.5em 0;
}
.contact-info p {
	color: #2d86d2;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 36px;
}
.contact-info li em {
	background: #ffffff;
	color: #c80012;
	padding: 12px 12px 8px;
	margin-right: 15px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
}
.contact-info a {
	color: #2d86d2;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.contact-info span {
	font-weight: 600;
	font-size: 20px;
	color: #1e4271;
}
.contact-info a:hover {
	color: #ffffff;
	background-color: #2f85c5;
}
.inner {
	position: relative;
}
.inner i {
	color: #999;
	position: absolute;
	top: 16px;
	left: 12px;
}
#contactForm {
	width: 100%;
	height: auto;
	padding: 0;
}
.statusMessage, .successmessage, .errormessage {
	display: none;
	margin: auto;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	top: 0;
	background: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
.statusMessage p {
	margin: 0;
	padding: 20px;
	color: #000;
}
.successmessage p {
	margin: 0;
	padding: 20px;
	color: #00b034;
}
.success-ico {
	color: #00b034;
	font-size: 25px;
	float: left;
	padding-right: 7px;
	margin-top: 5px;
}
.error-ico {
	color: red;
	font-size: 25px;
	float: left;
	padding-right: 7px;
	margin-top: 5px;
}
.errormessage p {
	margin: 0;
	padding: 20px;
	color: red;
}
#contactForm ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contactForm ul li {
	margin: .9em 0 0 0;
	padding: 0
}
#contactForm *:focus {
	border: 1px solid #2d86d2;
	outline: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"] {
	background: #ffffff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	font-weight: 400;
	display: block;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 6px;
	height: 46px;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	padding-left: 12px;
}
textarea {
	background: #ffffff;
	font-family: inherit;
	border: 1px solid #ccc;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #000;
	font-weight: 400;
	display: block;
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 6px;
	height: 126px;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	padding-top: 11px;
	padding-left: 12px;
}
input[type="submit"], input[type="button"] {
	margin: 10px auto 0;
	padding: 14px 20px;
	color: #fff;
	background: #0066cc;
	font-size: 20px;
	-webkit-appearance: none;
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	border: none;
	letter-spacing: 1px;
	font-weight: 200;
	font-family: 'Open Sans', serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="button"]:hover, input[type="button"]:active {
	cursor: pointer;
	color: #ffffff;
	border: none;
}
input[type="submit"]:active, input[type="button"]:active {
	color: #ffffff;
	background: #002d5a;
}
input[type="button"] {
	background: red;
}

/*===  footer is now in style.css  =====================*/
.bottom-social {
	display: table;
	float: right;
	margin-bottom: 0;
}
.bottom-social li {
	float: left;
	padding: 14px 30px 10px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
}
.bottom-social li a {
	color: #666666;
}
.bottom-social li a:hover {
	color: #fff;
	background: #2d86d2;
	border-radius: 4px;
	padding: 10px 18px;
	margin-left: -18px;
	margin-right: -18px;
}
#aus_wide_ph {
	color:white;
	padding: 0px;
	margin: 0px;	
	font-size:36px;
}
#top img {
	padding-top: 0px;
	margin-bottom: 0px;
}
.heading-1 {
	margin-top:35px;
}
.heading-single {
	margin-top:30px;
}

@media(max-width:767px) {
	div.logo {
		margin: 6px 0 0;
		padding: 0;
		width: 326px;
	}
	#top {
	padding: 0;
	background-position: center;
	background-size: cover;
	z-index: -9000;
	background-image: url(../../images/top_image.jpg);
	background-repeat: no-repeat;
	height:511px;
	}
	.top-nav {
		display: none;
		margin: 0;
	}
	.select-menu {
		display: block;
		background: -webkit-linear-gradient(#fff, #fff);
		background: -moz-linear-gradient(#fff, #fff);
		background: linear-gradient(#fff, #fff);
		width: 80px;
		padding: 5px 10px;
		font-size: 14px;
		font-family: 'Open Sans', serif;
		border: 1px solid #b2b2b2;
		-webkit-border-radius: none;
		-moz-border-radius: none;
		border-radius: none;
		height: 36px;
		margin: 0;
		position: fixed;
		top: 15px;
		right: 20px;
		color: #b2b2b2;/*!important*/
	}
	.heading-1 {
		margin-top:25px;
	}
	.heading-single {
		margin-top:30px;
	}
}

/* Landscape Tablet Styles */

@media only screen and (min-width:960px) and (max-width:1024px) {
	div.logo {
		margin: 6px 0 0;
		padding: 0;
		width: 240px;
	}
	.heading-1 {
		margin-top:30px;
	}
	.heading-single {
		margin-top:30px;
	}
}

/* Portrait Tablet Styles */

@media only screen and (min-width:768px) and (max-width:959px) {
	div.logo {
		margin: 6px 0;
		padding: 0;
		width: 240px;
	}
	.top-nav li {
		padding: 32px 20px 30px;
	}
	#top {
	background-size: cover;
	height:747px;
	}
	#top h1 {
		padding: 24px 0;
		font-size: 56px;
	}
	#top h5 {
		font-size: 24px;
	}
	#features h1 {
		font-size: 48px;
	}
	.heading-1 {
		margin-top:30px;
	}
	.heading-single {
		margin-top:30px;
	}
	/* size and position of nurse image*/
	.nurse-img {
	margin-bottom:-20px;
	width: 402px;
	}
}

/* LANDSCAPE PHONE STYLES */ 

@media only screen and (max-width:767px) {
	.top-wrap {
		height: 75px;
	}
	.select-menu {
		width: 150px;
	}
	.logo {
		margin: 8px 0 0 0;
		width: 40%;
	}
	div.logo {
		margin: 6px 0 0;
		padding: 0;
		width: 326px;
	}
	#branch-office-01 img.logo {
		width:280px;
	}
	#branch-office-02 img.logo {
		width:280px;
	}
	#branch-office-03 img.logo {
		width:280px;
	}
	#top {
	background-size: cover;
	height:485px;
	}
	#top h1 {
		padding: 0;
		font-size: 46px;
	}
	#top h5 {
		font-size: 22px;
		margin-bottom: 40px;
	}
	#top .button {
		width: 80%;
		margin: 0 auto;
	}
	#top img {
		padding-top: 0px;
		margin-bottom: 0px;
	}
	#blueBreak h2 {
		font-size: 36px;
	}
	#features h1 {
		font-size: 48px;
		padding-bottom: 0;
	}
	ul.top-social {
		margin-top: -70px;
		margin-right: -20px;
	}
	.top-social li {
		padding: 37px 15px 30px;
	}
	/* size and position of nurse image*/
	.nurse-img {
		margin-top: 0;
		margin-bottom:-20px;
		width: 0px;
	}
	.nurse-tag {
		margin-top: 0;
		margin-bottom:-20px;
		width: 0px;
	}
	/*
	===  .video hides scrollbars  ===========================
	*/
	.video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		 hidden;
	}
	.video iframe, .video object, .video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.heading-1 {
		margin-top:25px;
	}
	.heading-single {
		margin-top:30px;
	}
}

/* PORTRAIT PHONE STYLES */ 

@media only screen and (max-width:479px) {
	.logo {
		margin: 8px 0 0 0;
		width: 60%;
	}
	div.logo {
		margin: 6px 0 0;
		padding: 0;
		width: 326px;
	}
	.select-menu {
		width: 100px;
	}
	#top {
		background-size: cover;
		height:631px;
	}
	#top h1 {
		padding: 0;
		font-size: 40px;
		line-height: 36px;
	}
	#top .button {
		width: 100%;
		font-size: 22px;
		padding: 20px 12px;
	}
	.featureList {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.featureList img {
		float: none;
		padding-top: 0;
		padding-right: 20px;
		padding-left: 0;
		padding-bottom: 10px;
	}
	.featureList h4 {
		margin-top: 20px;
	}
	input[type="submit"], input[type="button"] {
		width: 90%;
		font-size: 18px;
		margin: 20px auto 0;
	}
	#top img {
	padding-top: 0px;
	margin-top: -24px;
	margin-bottom: 0px;
	}
	.heading-1 {
		margin-top:25px;
	}
	.heading-single {
		margin-top:30px;
	}
}

/* SMALL PHONE */

@media only screen and (max-width:321px) {
	.select-menu {
		width: 60px;
		font-size: 10px;
		height: 30px;
		top: 15px;
		right: 15px;
	}
	.top-wrap {
		height: 60px;
	}
	.logo {
		margin: 6px 0 0;
		padding: 0;
	}
	div.logo {
		margin: 6px 0 0;
		padding: 0;
		width: 270px;
	}
	#branch-office-01 img.logo {	
		width: 240px;
	}
	#branch-office-03 img.logo {	
		width: 240px;
	}
	div#branch-office-03 {
		font-size:11pt;
	}
	div#branch_group {
		padding:10px 0;
	}
	#top {
	background-size: cover;
	height:686px;
	}
	#top h1 {
		font-size: 44px;
		line-height: 44px;
		padding: 0;
	}
	#contact {
		padding: 80px 0;
	}
	#contact h1 {
		font-size: 26px;
		margin-bottom: 8px;
	}
	#contact h3 {
		font-size: 20px;
		margin: 0 0 30px;
	}
	input[type="submit"], input[type="button"] {
		font-size: 14px;
	}
	.contact-info li em {
		padding: 12px 12px 8px;
		margin-right: 15px;
	}
	.contact-info li {
		font-size: 13px;
		font-weight: 400;
		margin-bottom: 24px;
	}
	#aus_wide_ph {
		color:white;
		padding: 0px;
		margin: 0px;	
		font-size:28px;
	}
	#top img {
	padding-top: 0px;
	padding-bottom: 20px;
	margin-bottom: -56px;
	}
	.heading-1 {
		margin-top:10px;
	}
	.heading-single {
		margin-top:30px;
	}
}