﻿
.phase3.pageBody_password #wrapper #pageHolder #pageContent .password-content-area
{
	visibility: hidden;
}

.phase3 .menuTiles .tile.search
{
	display: none; 
}

.phase3 .menuTiles .tile.enquiries 
{
	display: none; 
}


#messageB ul {
    font-size: 1em; 
}

#messageB ul li {
    font-size: 16px; 
    color: #4D4D4D;
}

.docsBlock {
    display: flex
;
}

.docsBlock a {
    display: table-cell;
    width: 20%;
    background: #b01c2e;
    color: #fff;
    height: 100px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 10px;
    vertical-align: middle;
    font-size: 12px;
    margin: 8px;
    border: #fff 1px solid;
    position: relative;
	text-align: center;
}
	
	.docsBlock a::before {
    content: "\f016";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 70px;
    color: #ffffff47;
    position: absolute;
    margin-top: -2px;
    left: 105px;
    top: 15px;
}

.phase3 #pageContent .login-signup .login-status {
    max-width: 250px;
}

li.colour-overrde-standard.three {
    display: none;
}

/* TOGGLE STYLING */
 #staffStudentRadio {
	max-width: 850px; width: 100%; margin: 0 20%;
}
.four { width: 32.26%; max-width: 32.26%;}

.col {
  display: block; 
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-of-type { margin-left: 0; }

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
 #staffStudentRadio input {
	 display: none;
}
 #staffStudentRadio label {
	 position: relative;
  color: #fff;
  background-color: #aaa;
  font-size: 26px;
  text-align: center;
  height: 100px;
  line-height: 60px;
  display: block;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#staffStudentRadio input:checked + label {
  border: 3px solid #333;
  background-color: #b0142e;
}

#staffStudentRadio input:checked + label{
  background-color: #b0142e;
  z-index: 999;
}

 

.phase3 .login-signup p input.hasDatepicker { position:relative }
.phase3 .login-signup p input + img.ui-datepicker-trigger {
    top: 31px !important;
    right: 20px;
    position: absolute;
	left:auto;
}

.phase3 #pageContent .login-signup .hasDatepicker + img + .login-status {
    right: 45px; 
}


@media only screen and (max-width: 767px) {
	
	.docsBlock {
		display: inline;
	} 
	
	 #staffStudentRadio { margin: 0 0; }
	 
	 #staffStudentRadio label {
		font-size: 14px;
		width: 120px;
		max-width: 120px;
	}
	
	#banner .accountLists li a {
		color: #971889; 
		font-size: 14px !important; 
		font-weight: bold;
		width: 32px; 
		text-align: center !important;
	}
	.phase3.pageBody_students.pageBody_students_home #pageHolder {
		padding-top: 50px;
		width: 100%; 
	}
    .pageBody_Mobile #PrimaryNavfull .accountLists {
        top: 0;
        width: 33px !important;
    }
	    .phase3 div#pageHolder {
		padding-top: 100px;
		width: 100%; 
    }
	.phase3.pageBody_messageboard .pageContent_messageboard {
        top: 20px !important;
    }
	
	.pageBody_Mobile #pageContent .v2_search_main.as-panels, .pageBody_Mobile #pageContent .v2_search_panel.as-opened {
		max-height: 270px !important;
	}
	/* total panel height (Main panel + 53px)*/
	.pageBody_Mobile .v2_search_panel_wrapper {
		height: 323px !important;
	}
	/* button position (Main panel + 10px)*/
	.pageBody_Mobile #srchWrap {
		height: 280px !important;
		margin-top: -4px;
	}
	/* map panel height (usually fixed)*/
	.pageBody_Mobile.searchMapVisible #srchWrap {
		height: 425px !important;
	}
	/* button position (usually fixed)*/
	.pageBody_Mobile #pageContent .v2buttonWrapper {
		bottom: -35px !important;
	}
	
}