/* CSS Document */

@media (max-width: 480px){
	
	/*.logo{
		top: 0px;
		right: 5px;
		width: 77px;
		height: 99px;
		margin: 0;
		z-index: 2;
		background-size: 77px 99px;
	}*/
	
	.hero-text{
		position: relative;	
		padding-top: 100px;
	}
	
	.logo {
	text-align: left;
	text-indent: -12345px;
	overflow: hidden;
	background: url(../img/MQ-Jubilee-logo.png);
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
	height: 112px;
	margin: 0;
	z-index: 2;
	}
	
	a.logo{
		border: none;
		text-decoration: none;
	}

	h1.transparent-bg, .transparent-bg.not-transparent-mobile{
		background: none;
		padding: 0;
		
	}
	
	h1.transparent-bg{
		margin: 40px 0 20px 0;
		width: 90%;
		line-height: 1.2em;	
	}
	
	.float-left, .float-right{
		float: none;	
		padding: 0;
		width: 100%;
	}
	
	form.search .input-append input{
		width: 230px	
	}
	
	.q5{
		bottom: 50px;	
	}
	
	
		



	/* start mac overrides */
	
	.q5-top{
		bottom: 30px;
		right: 5px;
		top: inherit;
			
	}
	
	.hide-mobile{
		display: none;	
	}
	
	#wrapper{
		width: 100%;
		border: none;	
		margin: 0;
	}
	
	#nav_third{
		display: none;	
	}
	
	#wrapper_bottom{
		display: none;	
	}
	
	#banner-nav{
		display: none;	
	}
	
	#content{
		padding: 0;
	}
	
	#logo {
		padding: 15px 0 20px 20px;
		width: 200px;
		margin: 0 auto;
	}
	
	#banner{
		display: none;	
	}
	
	/* end mac overrides */
	
	.tag-line strong{
		font-size: 11px;	
	}
	
	.holder{
		height: auto;	
		overflow: hidden;
	}
	
	img.call-to-action{
		width	: 100%;
		height: auto;
	}
	
	.appnitro h2 {
		font-size: 24px;	
	}
	
	.form-padding {
		padding: 20px;	
	}
	
	.hidden-mobile{
		display: block;	
		margin: 20px auto;
	}
	
	.container{
		width: 320px;
		padding-bottom: 140px;
		margin: 0 auto;
	}
	
	.container-padding{
		padding: 0 20px;	
	}
	

	
	.call-to-action{
		margin-bottom: 15px;	
	}
	
	.heading{
		width: 75%;
		height: auto;
		padding-top: 10px;	
	}
	
	.lead-text {
		margin-top: 20px;
		width: 100%;
	}
	
	.lead-text p{
		margin-bottom: 10px;
	}

	
	.appnitro {
		width: 100%;
		position: static;
		top: inherit;
		left: inherit;
		overflow: auto;
		display: block;
		margin-bottom: 40px;
	}
	
	.tag-line{
		font-size: 14px;
	}
	
	#content{
		background: url(../img/mobile-background-480.jpg) no-repeat bottom #4084d5;
	
	}
	
	.form-container{
		width: 100%;	
	}
	
	.rotate {

		/* Safari */
		-webkit-transform: none;
		
		/* Firefox */
		-moz-transform: none;
		
		/* IE */
		-ms-transform: none;
		
		/* Opera */
		-o-transform: none;
		
		transform: none;
		
		/* Internet Explorer */
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
	}
	
	
	.copyright, .cricos{
		font-size: 11px;	
	}
	.copyright{
		width: 40%;
	}
	
	.cricos {
		position: relative;
		float: right;
		right: 5px;
		bottom: 3px;
	}
	
	p{
		font-size: 14px;
	}
	
	.privacy a {
		margin-left: 0px;
	}
	
	.form-container{
		position: static;	
	}
	#form {
    	position: static;
	}
	
	a:link img, .public a:visited, a:hover img, a:active img, a:link  {
		border: none;
		text-decoration: none;
	}
	
	.career-path .cricos, .career-opportunity .cricos {
		color: #77787b;
	}
	
	.career-opportunity .lead-text p, .career-path .lead-text p{
		width: 75%;
	}
	
	.career-opportunity p.tag-line, .career-path p.tag-line{
		width: 100%;	
	}
	
	.career-path img.call-to-action, .study-destination img.call-to-action {
		width: auto;	
		display: block;
	}
	
}

@media (min-width: 481px){
	.logo{
		display: none;	
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {  	select { 		-webkit-appearance: menulist-button; 	} }