html {
	min-height: 100%;
}
body {
	min-height: 100%;
	margin: 0;
}
div, p, button, a {
	box-sizing: border-box;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
}
.cf:before,  .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
.header {
	min-height: 84px;
	padding: 20px 0;
	background: #09567e;
}
.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1085px;
}
.logo {
	float: left;
	padding: 15px 0;
}
.logo a {
	display: block;
	text-align: center
}
.logo a img {
	vertical-align: bottom;
	float: left;
}
.logo a h1 {
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	font-family: 'MyriadPro-Semibold';
	margin: 0;
    padding: 0;
    text-transform: none;
	font-weight: normal;
	float: left;
}
.collage-logo {
	float: right;
	padding: 12px 0;
}
.collage-logo p {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	color: #66cccc;
	float: left;
	text-align: right;
	text-transform: capitalize;
	font-family: 'MyriadPro-Regular';
	padding: 10px 10px;
	margin-right: 10px;
	border-right: 2px solid #66cccc;
}
.gradient img {
	width: 100%;
	min-height: 30px;
}
h1 {
	font-size: 48px;
	line-height: 45px;
	color: #ff008c;
	text-align: center;
	text-transform: uppercase;
	font-family: 'MyriadPro-Bold';
}
.content {
	padding: 0px 0 50px;
}
.mac {
	text-align: center;
}
.mac img {
	max-width: 100%;
}
.btn-cover {
	text-align: center;
}
.survey-btn {
	position: relative;
	width: 380px;
	height: 97px;
	font-size: 36px;
	line-height: 45px;
	background: #ff008c;
	text-align: center;
	text-transform: uppercase;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	margin: 50px auto 70px;
	box-shadow: none;
	font-family: 'MyriadPro-Bold';
}
.survey-btn:hover {
	background-color: #66cccc;
}
.survey-btn:before {
	content: '';
	position: absolute;
	left: -60px;
	bottom: -20px;
	width: 160px;
	height: 80px;
	background: url('http://survey.thesurvey.com.au/rs/lgren/images/edusurv-btn.png') no-repeat;
	background-position: center center;
	background-size: cover;
}
.survey-btn:hover:before {
	content: '';
	background: url('http://survey.thesurvey.com.au/rs/lgren/images/edusurv-btn-h.png') no-repeat;
	background-position: center center;
	background-size: cover;
}
.survey-btn:after {
	content: 'Complete the Australian Careers Survey to Enter';
	position: absolute;
	left: 32%;
	bottom: -25px;
	color: #506270;
	font-size: 18px;
	line-height: 22px;
	width: 460px;
	font-family: 'MyriadPro-Regular';
}
.txt {
	font-size: 16px;
	line-height: 20px;
	font-family: 'MyriadPro-Regular';
	text-align: center;
	color: #444444;
	margin: 10px 0 15px;
}
.txt span {
	color: #fa931a;
}
.footer {
	min-height: 66px;
	padding: 18px 0;
	background-image: -webkit-linear-gradient(bottom, #074565 0%, #397797 100%);
	background-image: -moz-linear-gradient(bottom, #074565 0%, #397797 100%);
	background-image: -ms-linear-gradient(bottom, #074565 0%, #397797 100%);
	background-image: -o-linear-gradient(bottom, #074565 0%, #397797 100%);
	background-image: linear-gradient(bottom, #074565 0%, #397797 100%);
}
.address {
	margin: 0;
	float: left;
	margin-right: 15px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	font-family: 'MyriadPro-Regular';
}
.footer-links {
	float: right;
	margin: 8px 0 0;
	list-style-type: none;
}
.footer-links li {
	float: left;
	padding: 0 5px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-family: 'MyriadPro-Regular';
	list-style-type: none;
}
.footer-links li a {
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	font-family: 'MyriadPro-Regular';
}
.footer-links li a:hover, .footer-links li a:focus, .footer-links li a:active {
	color: #66cccc;
}
 @media screen and (max-width: 1199px) {
.txt {
	text-align: left;
}
h1 {
	font-size: 45px;
}
}
 @media screen and (max-width: 991px) {
.survey-btn:after {
	content: 'Complete the Australian Careers Survey to Enter';
	position: absolute;
	left: -50px;
	bottom: -55px;
}
.collage-logo img {
	clear: left;
}
h1 {
	font-size: 30px;
}
}
 @media screen and (max-width: 767px) {
.logo {
	float: none;
}

.logo a img {
	float: none;
}
.logo a h1 {
	float: none;
}
h1 {
	font-size: 30px;
	line-height: 35px;
}
.collage-logo {
	float: none;
	padding: 0;
	text-align: center;
}
.collage-logo p {
	float: none;
	max-width: 260px;
	border: none;
	margin: 0 auto 5px;
	border-bottom: 2px solid #66cccc;
	text-align: center;
}
.survey-btn {
	width: 200px;
	height: 57px;
	font-size: 24px;
	line-height: 30px;
}
.survey-btn:before {
	content: '';
	position: absolute;
	left: -45px;
	bottom: -15px;
	width: 120px;
	height: 60px;
}
.survey-btn:after {
	content: 'Complete the Australian Careers Survey to Enter';
	position: absolute;
	left: -50px;
	bottom: -65px;
	width: 280px;
}
.address {
	float: none;
}
.footer-links {
	float: none;
	padding: 0;
	margin-left: -5px;
}
}
