/*CSS Document*/

/*p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #000;
}*/
li {
	list-style: none;
	font-weight: normal;
}
.no-padding {
	padding: 0;
}
/* 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;
}
.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;
}
.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: 0;
	background-position: center;
	background-size: cover;
	z-index: -9000;
	background-image: url(../../images/top_image.jpg);
	background-repeat: no-repeat;
}
/* 'featured text' distance from top using padding*/
#top h1 {
	padding: 0;
	text-align: right;
	font-family: 'Open Sans', serif;
/*	font-size: 26pt;*/
	font-weight: 700;
	color: #0066cc;
}
#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;
}
.heading-1 {
	margin-top:35px;
}

@media(max-width:767px) {
	.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;
	}
	.heading-1 {
		margin-top:25px;
	}
}

/* Landscape Tablet Styles */

@media only screen and (min-width:960px) and (max-width:1024px) {
	.heading-1 {
		margin-top:30px;
	}
}

/* Portrait Tablet Styles */

@media only screen and (min-width:768px) and (max-width:959px) {
.top-nav li {
	padding: 32px 20px 30px;
}
#top h1 {
	padding: 24px 0;
	font-size: 46px;
}
#top h5 {
	font-size: 24px;
}
#features h1 {
	font-size: 48px;
}
.heading-1 {
	margin-top:30px;
}
}

/* 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%;
}
#top {
	padding: 20px 0 55px;
}
#top h1 {
	padding: 0;
	font-size: 36px;
}
#top h5 {
	font-size: 22px;
	margin-bottom: 40px;
}
#top .button {
	width: 80%;
	margin: 0 auto;
}
#top img {
	padding-top: 54px;
	margin-bottom: -56px;
}
#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;
}
.heading-1 {
	margin-top:25px;
}
}

/* PORTRAIT PHONE STYLES */ 

@media only screen and (max-width:479px) {
.logo {
	margin: 8px 0 0 0;
	width: 60%;
}
.select-menu {
	width: 100px;
}
#top {
	background-size: cover;
}
#top h1 {
	padding: 0;
	font-size: 30px;
	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;
}
.heading-1 {
	margin-top:25px;
}
}

/* SMALL PHONE */

@media only screen and (max-width:319px) {
.select-menu {
	width: 60px;
	font-size: 10px;
	height: 30px;
	top: 15px;
	right: 15px;
}
.top-wrap {
	height: 60px;
}
.logo {
	margin: 6px 0 0;
	padding: 0;
}
#top h1 {
	font-size: 24px;
	line-height: 30px;
	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;
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
.top-info h3 {
	font-size: 45px;
}
.top-info h3 span {
	font-size: 56px;
}
#aus_wide {
	padding: 20px;
	margin: 0px;
	font-size:24px;
	line-height:2em;
	align-text: center;
	text-align: center;
	color: white;
	background-color: #1b4a74;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;}
#aus_wide_ph {
	color:white;
	padding: 0px;
	margin: 0px;	
	font-size:24px;
}
.heading-1 {
	margin-top:10px;
}
}
