@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('//federation.edu.au/__data/assets/css_file/0018/321336/lity.css');

html, body, header, footer, button, input, select, textarea {
	font-family: "Museo Sans",Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.42857143;
}

textarea {
	resize: none;
}

span.break {
	display: block;
}

#mobile-social {
	display: none;
	visibility: hidden;
}

#logo > a {
	height: 45px;
	width: 50%;
	display: inline-block;
	text-indent: -9999px;
	margin: 15px auto;
	background: #FFF url("//federation.edu.au/__data/assets/image/0004/280732/logo.png") top left/247px 45px no-repeat;
	float: left;
	text-indent: -9999px;
	position: relative;
}

#logo span a {
	display: inline-block;
	float: right;
	margin: 20px 7px;
	padding: 0px;
	font-size: 32px;
}

#logo span a:hover,
#logo span a:focus {
	text-decoration: none;
}

#logo span p {
	display: inline-block;
	float: right;
	margin: 14px 7px 14px 7px;
	padding: 0px;
	font-size: 32px;
	color: #337ab7;
}

#logo div a {
	display: inline-block;
	margin: 20px 6px;
	padding: 0px;
	font-size: 28px;
}

#logo div a:hover,
#logo div a:focus {
	text-decoration: none;
}

#logo div p {
	display: inline-block;
	margin: 10px 6px 10px 6px;
	padding: 0px;
	font-size: 28px;
	color: #337ab7;
}

#stripe-wrapper {
	background: #12619d url("//federation.edu.au/__data/assets/image/0006/280743/stripe.png") no-repeat -105px top;
	height: 8px;
}

img {
	max-width: 100%;
}

section.feature {
	padding: 45px 10px 50px;
}

section.details {
	padding: 45px 0px 60px;
	min-height: 400px;
}

section.feature {
	background-color: #175fab;
}

header .container {
	width: 1170px;
}

#page-wrapper .container,
section .container {
	width: 100%;
}

#page-footer {
	background-color: #175fab;
	margin: 0px -15px;
	text-align: center;
	padding: 40px;
}

#page-sub-footer {
	
}

#page-sub-footer p {
	font-size: 1.1em;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 25px;
}

#page-sub-footer .btn {
	color: #175fab;
	background-color: #FFF;
	border-color: #FFF;
	padding: 6px 14px;
	font-size: 1.1em;
	font-weight: 500;
	transition:0.3s;
}

#page-sub-footer .btn:focus, 
#page-sub-footer .btn:hover {
    color: #FFF;
    background-color: #0177bf;
    border-color: #FFF;
}

.dates {
	background-color: #175fab !important;
	border-color: #175fab !important;
	bottom: 0px;
	position: absolute;
	margin-bottom: 30px;
	font-size: 1.1em;
}

.dates:focus,
.dates:hover {
	background-color: #0177bf !important;
	border-color: #0177bf !important;
}

.btn-primary {
	border-color: #000;
	background-color: transparent;
	color: #000;
	border-radius: 8px;
	transition:0.3s;
}

.btn-primary:focus,
.btn-primary:hover {
	color: #FFF;
	background-color: #0177bf;
	border-color: #FFF !important;
}

.banner-img {
	background: #000 url("//federation.edu.au/__data/assets/image/0011/370388/Info-Day-Feauture-Banner-2.jpg") top center no-repeat;
	background-size: cover;
	min-height: 350px;
	margin-top: -1px;
	
}
.sr-only {
     display: none;
    visibility: hidden;
}
#mobile-heading {
    display: none;
    visibility: hidden;
}


.heading {
    margin-top:30px;
}



/*** Add triangle middle of section ***/

.feature,
#page-content {
	position: relative;
}

section::before,
section::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

.feature::after  {
	bottom: -15px;
	background: #175fab;
	left: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

#page-content::before,
#page-content::after {
	position: absolute;
	content: '';
	pointer-events: none;
}

#page-content::after  {
	bottom: -15px;
	background: #FFF;
	left: 50%;
	width: 30px;
	height: 30px;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
}

.feature-1 {
	padding-top: 17px;
	text-align: right;
}

.feature-2 {
	padding-left: 25px;
}
.feature-2 a {
    color: #F2F2F2;
}
.feature-2 a:hover,
.feature-2 a:focus {
    text-decoration:none;
}

.feature-2 sub {
    color: #FFF !important;
}

.feature h2,
.feature h3,
.feature p {
	color: #F2F2F2;
}

.feature h2 {
	font-size: 2.8em;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: 300;
}

.feature h3 {
	font-size: 1.7em;
}

.feature p {
	font-size: 1.1em;
}

.feature .btn {
	color: #FFF;
	border-color: #FFF;
	margin: 0px 50px 0px 0px;
	padding: 6px 25px;
	font-size: 16px;
}

.feature .btn-primary:focus,
.feature .btn-primary:hover {
	color: #000;
	background-color: #FFF;
	border-color: #CCC;
}

.feature-2 div {
	margin: 20px 0px 15px;
}

span.contact-phone {
	display: inline-block;
	margin-top: 5px;
	border: 1.5px solid #F2F2F2;
	border-radius: 8px;
	padding: 6px 20px;
	transition:0.3s;
	margin-bottom: 5px;
	margin-right: 20px;
}

span.contact-phone:hover,
span.contact-phone:focus,
button.callback:hover,
button.callback:focus {
	background-color: #0177bf !important;
}

span.contact-phone i {
	margin-right: 15px;
}

button.callback {
    padding: 6px 20px !important;
    margin: 0 20px 0 0 !important;
    border-radius: 8px;
    background-color: transparent !important;
    font-size: 1.6em !important;
    line-height: 1.42857143;
}

button.callback .fa-phone {
    margin-right: 12px;
}

.contact-phone .fa-arrow-left {
    margin-right: 2px;
    font-size: 16px;
    vertical-align: middle;
    padding: 0px 0 7px;
}

a.contact-phone {
	font-size: 1.6em;
	color: #FFF;
	vertical-align: middle;
	margin: 0px;
}

a:hover.contact-phone,
a:focus.contact-phone {
	text-decoration: none;
}

span.apply-now {
	display: inline-block;
	margin-top: 5px;
	border: 1.5px solid #F2F2F2;
	border-radius: 8px;
	padding: 6px 20px;
	margin-right: 20px;
	transition:0.3s;
}

span.apply-now:hover,
span.apply-now:focus {
	background-color: #0177bf;
}

span.apply-now i {
	margin-right: 15px;
	font-size:0.9em;
}

a.apply-now {
	font-size: 1.6em;
	color: #FFF;
	vertical-align: middle;
	margin: 0px;
}

a:hover.apply-now,
a:focus.apply-now {
	text-decoration: none;
}

/*.details-wrapper-2 a,
.details-wrapper-2 a:hover,
.details-wrapper-2 a:active,
.details-wrapper-2 a:focus,{
    cursor: none;
    background-color: rgba(55,55,55,0.9) !important;
    border-color: rgba(55,55,55,0.9) !important;
    color: rgba(255,255,255,0.5) !important;
}*/

.details-wrapper-1,
.details-wrapper-2,
.details-wrapper-3,
.details-wrapper-4
 {
	padding: 10px 30px;
}

.details-wrapper-1,
.details-wrapper-3
 {
	padding-left: 15%;
}

.details-wrapper-2,
.details-wrapper-4
 {
	padding-right: 15%;
}

.details h4,
.details p,
.details a {
	color: #F2F2F2;
}

.details h4 {
	font-size: 2.2em;
	font-family: "Museo Slab","Museo Sans",Helvetica,Arial,sans-serif;
}

.details p {
	font-size: 1.2em;
	width: 65%;
}

.details-1,
.details-2,
.details-3,
.details-4
 {
	min-height: 240px;
}

.details-inner
{
	min-height: 282px;
	padding: 10px 25px;
	background: -moz-linear-gradient(left, rgba(10,10,10,0.9) 24%, rgba(255,255,255,0) 85%);
	background: -webkit-linear-gradient(left, rgba(10,10,10,0.9) 24%,rgba(255,255,255,0) 85%);
	background: linear-gradient(to right, rgba(10,10,10,0.9) 24%,rgba(255,255,255,0) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#ffffff',GradientType=1 );
}

.details-1 {
	background: #000 url("//federation.edu.au/__data/assets/image/0011/375752/why-chose-feduni.jpg") top center no-repeat;
	background-size: cover;
}

.details-2 {
	background: #000 url("//federation.edu.au/__data/assets/image/0003/375753/high-achievers.jpg") top center no-repeat;
	background-size: cover;
}

.details-3 {
	background: #000 url("//federation.edu.au/__data/assets/image/0016/321118/Infoday_Gippsland_Campus.jpg") top center no-repeat;
	background-size: cover;
}

.details-4 {
	background: #000 url("//federation.edu.au/__data/assets/image/0004/375754/find-out-more.jpg") top center no-repeat;
	background-size: cover;
}





footer {
	background-color: #373737;
	min-height: 130px;
}

.footer-main {
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
}

#page-meta {
	color: #AAA;
	font-size: 12px;
	line-height: 1.4em;
	margin-top: 25px;
	padding-left: 9px;
	text-align: center;
}

#page-meta span {
	border-right: 1px solid #6A6A6A;
	margin-right: 6px;
	padding-right: 6px;
}

#page-meta a:link, #page-meta a:visited {
	color: #FFF;
}

#page-meta .web-feedback,
#page-meta .copyright,
#page-meta .imp-numbers {
    border-right: 0;
}

#page-meta strong {
	font-weight: 300;
}

@media (min-width: 1900px) {
	header .container {
		width: 1540px;
	}
	
	.banner-img {
		height: 690px;
	}
	.heading > h1 {
		display: none;
	visibility: hidden;
	}
	.details-wrapper-1,
	.details-wrapper-3 {
		padding-left: 13%;
	}

	.details-wrapper-2,
	.details-wrapper-4 {
		padding-right: 13%;
	}
}

@media (min-width: 1600px) and (max-width: 1899px) {
	header .container {
		width: 1540px;
	}
	
	.banner-img {
		min-height: 600px !important;
	}

	.details-wrapper-1,
	.details-wrapper-3 {
		padding-left: 11%;
	}

	.details-wrapper-2,
	.details-wrapper-4 {
		padding-right: 11%;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {
	span.break {
		display: inline;
	}
	
	header .container {
		width: 100%;
	}
	
	.banner-img {
		min-height: 460px;
	}
	
	
	.details h4 {
		font-size: 2.1em;
	}

	.details p {
		font-size: 1.1em;
	}
	
	.details-wrapper-1,
	.details-wrapper-3 {
		padding-left: 8%;
	}

	.details-wrapper-2,
	.details-wrapper-4 {
		padding-right: 8%;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	span.break {
		display: inline;
	}
	
	header .container {
		width: 100%;
	}
	
	.banner-img {
		min-height: 370px;
	}
	
	.heading {
	    max-width:22%;
	}
	
	.details h4 {
		font-size: 2em;
	}

	.details p {
		font-size: 1.1em;
	}
	
	.details-wrapper-1,
	.details-wrapper-3 {
		padding-left: 4%;
	}

	.details-wrapper-2,
	.details-wrapper-4 {
		padding-right: 4%;
	}
	
	.details-1,
	.details-2,
	.details-3,
	.details-4 {
		min-height: 290px;
		background-position:-182px;
	}

	.details-inner
	{
		min-height: 290px;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	span.break {
		display: inline;
	}
	
	header .container {
		width: 100%;
	}
	
    .heading {
	    max-width:22%;
	}
	
	.feature h2 {
		font-size: 2.5em;
	}
	
	.feature h3 {
		font-size: 1.5em;
	}
		
	.details h4 {
		font-size: 2em;
	}

	.details p {
		font-size: 1.1em;
	}
	
	.details-wrapper-1,
	.details-wrapper-3 {
		padding-left: 3%;
	}

	.details-wrapper-2,
	.details-wrapper-4 {
		padding-right: 3%;
	}
	
	.details-wrapper-1,
	.details-wrapper-2,
	.details-wrapper-3,
	.details-wrapper-4 {
		padding: 10px 20px;
		
	}
	
	.details-1,
	.details-2,
	.details-3,
	.details-4 {
		min-height: 290px;
		background-position: 67%;
	}

	.details-inner
	{
		min-height: 385px;
	}

}

@media (max-width: 767px) {
	span.break {
		display: inline;
	}
	
	header .container {
		width: 100%;
	}
	
	section.details {
		padding-bottom: 40px;
	}
		
    .heading {
	    max-width:22%;
	}
	
	.feature > .container > .row > div
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.details > .container > .row > div
	{
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.dates {
		margin-bottom: 35px;
	}
	
	.feature-1 {
		padding-top: 5px;
		text-align: center;
	}
	
	.feature-1 img {
		padding-bottom: 20px;
	}
	
	.panel .panel-body {
        padding-left: 15px;
        padding-right: 15px;
	}
	.form-container .input-group {
	    margin: 0 0 20px;
	    padding: 0;
	}
	
	.feature h2 {
		font-size: 2.5em;
	}
	
	.feature h3 {
		font-size: 1.5em;
	}
		
	.details-wrapper-1,
	.details-wrapper-2,
	.details-wrapper-3,
	.details-wrapper-4 {
		padding: 15px;
	}

}

@media (max-width: 690px) {
		

	
	.details h4 {
		font-size: 1.7em;
	}
	.details p {
		font-size: 1em;
	}
	.heading {
	    max-width:22%;
	}
}

@media (max-width: 600px) {

	
	#logo > a {
		background-position: top center;
		float: none;
		width: 100%;
		display: block;
		margin: 15px auto 0px;
	}
	
	#logo > span {
		display: none;
		visibility: hidden;
	}
	
	#logo div a,
	#logo div p {
		font-size: 24px;
	}
	
	#mobile-social {
		display: block;
		visibility: visible;
		text-align: center;
	}
	.heading {
	    max-width:22%;
	}
	.banner-img {
		background-position: 100%;
	}
	.feature h2 {
		font-size: 2em;
	}
	
	.feature h3 {
		font-size: 1.3em;
	}
}

@media (max-width: 500px) {
	#logo > a {
		background-position: top center;
		float: none;
		width: 100%;
		display: block;
	}
	
	#logo > span {
		clear: both;
		text-align: center;
	}
	
	.feature > .container > .row > div,
	.details > .container > .row > div
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.banner-img {
		background-color: #f1f1f1;
	}
	
	.heading {
		display: none;
		visibility: hidden;
	}
	
	#mobile-heading {
		display: block;
		visibility: visible;
		margin: 0 auto;
		background-color: #252525;
		padding: 15px 0px;
	}
	
	#mobile-heading > h2 {
		font-family: "Museo Slab","Museo Sans",Helvetica,Arial,sans-serif;
		font-size: 2.4em;
		font-weight: 300;
		vertical-align: middle;
		color: #F2F2F2;
		line-height: 1em;
		margin: 15px auto;
		text-align: center;
	}
	
	.feature-1 img {
		max-width: 100%;
	}
	
	.feature-2 {
		padding-left: 15px;
	}
	
	a.apply-now,
	a.contact-phone,
	button.callback {
	    font-size: 1.4em !important;
	}
	
	.btn {
		white-space: normal;
	}

	.feature .btn {
		padding: 6px 12px;
	}
	
	.panel .panel-body {
        padding-left: 15px;
        padding-right: 15px;
	}
	.form-container .input-group {
	    margin: 0 0 20px;
	    padding: 0;
	}
	
	.details-1,
	.details-2,
	.details-3,
	.details-4,
	.details-inner {
		min-height: 304px;
		
	}
	.details-1,
	.details-2,
	.details-3,
	.details-4 {
	    background-position: -265px;
	}
}

@media (max-width: 350px) {	
    
	a.apply-now,
	a.contact-phone,
	button.callback {
	    font-size: 1.2em !important;
	}
	.details-1,
	.details-2,
	.details-3,
	.details-4 {
	    background-position: -300px;
	}
	.details h4 {
		font-size: 1.6em;
	}
	
	.details p {
		font-size: 1em;
	}
	
	.dates {
		padding: 5px 12px;
		margin-bottom: 30px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	#logo > a {
		background-image: url("//federation.edu.au/__data/assets/image/0005/280733/logo@2x.png");
		background-size: 247px 45px;
	}
	
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('//federation.edu.au/__data/assets/image/0008/131885/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('//federation.edu.au/__data/assets/image/0005/131882/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('//federation.edu.au/__data/assets/image/0004/131881/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('//federation.edu.au/__data/assets/image/0007/131884/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('//federation.edu.au/__data/assets/image/0009/131886/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('//federation.edu.au/__data/assets/image/0006/131883/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}