/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */

 
.am-footer .am-footer-content-wrapper {
	 background: #ffffff;
	 border-left: 1px solid #dbdbdb;
	 border-right: 1px solid #dbdbdb;
	 border-top: 4px solid #ededed;
} 
.am-footer-content {
	 color: #303030;;
} 
.am-footer .am-footer-content a {
	 color: #303030;
}

.am-header .am-header-content-wrapper {
	border-width: 0;
    border-style: none;
    border-color: #688296;
    background: none;
}
.am-header {
	background: none;
}

.am-header-line {
	height: 4px;
	background: #ededed;
	border: none;
}
.am-body {
	background: none;
}

.home-page-buttons {
	width=100%; 
	background-color:#002953; 
	color: white; 
	border: 1px solid #002953; 
	border-radius:2px; 
	padding: 20px; 
	font-size:20px; 
	text-align:center; 
	text-decoration: 
	none; display: block;
}

.button-sm {
	background-color: #006987;
    color: white;
    border: 1px solid #006987;
    border-radius: 2px;
    padding: 5px 50px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
}
.width-50 {
	width: 44%;
    display: inline-block;
    border: 1px solid #ededed;
    padding: 20px;
    min-height: 200px;
}

/*
.am-header .am-header-content .am-header-content-logo {
	width:100%;
} */

@media all and (max-width: 796px) {
	 .width-50 {
	    width: 92%;
	}
}


/* University Custom CSS */
/* amember.css changed background image */
/* Boxes on login/register page */

.width-50 {
	background: white;
	border-color: #dbdbdb;
	border-width: 1px;
}

/* Remove grey line between uni logo and main body */

.am-header-line {
	display:none;
}

/* Extend width of header to fit logo */
.am-header .am-header-content-wrapper {
	max-width: 1200px;
}

/* Remove outer border from boxes */
.am-body .am-body-content-wrapper {
	background:transparent; 
	border-color:transparent;
}

/* Remove small Register text
.am-body-content-top {
	display:none;
} */

/* h1 change Register and University of Swansea Psychometric tests colour to white*/
.h1 {
	color:white;
}

/* main home page make the 'not registerd yet' link more prominent */
.am-signup-link {
	background: #f9f9f9;
	margin-left: 20%;
	width: 54%;
    font-size: 120%;
    padding: 10px 20px;
    border-radius: 2px;
	box-shadow: 0 1px 3px #ddd;
	border: 1px solid #ddd;
}
/* delete 'built on amember' credits in footer */
.am-credits {display:none;}

.element input[type=submit] {
    background: repeat-x top left #006987;
    border: 1px solid #006987;
    padding: 0.5em 2em;
	border-radius: 2px;
    color: #ffffff;
    font-size: 1.4em;
}

