/* CSS Document */
#main-wrapper {
	padding: 0;
	font-size: 0.9375rem;
	/* 15px */
}

#main #row-1>div {
	padding: 40px;
}

#main .content-block>div {
	max-width: 520px;
}

#brand-logo {
	display: block;
}

#default-logo {
	display: none;
}

.accountsignup header {
	margin-bottom: 2em;
	text-align: center;
}

.accountsignup header div img {
	display: inline-block;
	width: 220px;
}

@media only screen and (max-width: 470px) {
	.accountsignup header div img {
		width: 206px;
	}
}

.lt-ie9 .accountsignup header div {
	/*background-image: url(https://cdn.absoluteradio.co.uk/logos/ar-130x65-colour.png);*/
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 170%;
	margin: 0 0 0.75em;
}

footer {
	text-align: center;
	font-size: 80%;
	color: #989898;
}

.footer-logo img {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	max-width: 170px;
}

form ul li {
	padding: 1.25em 0 0;
}

form ul li.form-submit {
	margin-top: 1rem;
}

.form-checkbox input[type=checkbox] {
	display: inline-block;
	margin-right: 5px;
}

.form-checkbox label {
	display: inline;
	font-weight: 500;
}

form ul li.form-submit,
form p {
	width: 100%;
	float: left;
}

form p {
	margin: 2em 1.25em;
}

.form-firstname,
.form-surname {
	float: left;
}

.form-firstname {
	width: 48%;
	margin-right: 2%;
}

.form-surname {
	width: 50%;
}

input[type=radio] {
	display: none;
}

.lt-ie9 input[type=radio] {
	display: inline;
	border: none;
	padding: 1em 0 0 0;
}

input[type=radio]+label {
	display: block;
	float: left;
	text-align: center;
	margin: 1%;
	height: 3em;
	padding: 0.7em;
	width: 48%;
	background-color: #fff;
	color: #313334;
	border: 1px solid #d1d3d4;
}

.lt-ie9 input[type=radio]+label {
	display: inline;
	height: auto;
	width: auto;
	float: none;
	margin: 0 1em 0 0;
	padding: 0;
	border: none;
	text-align: left;
}

input[type=radio]:checked+label {
	border: 1px solid #00ff00;
	color: #00cc00;
}

#main .form-submit input[disabled] {
	background-color: #6E6678;
	color: #DEDCE0;
}

#main .form-submit input[disabled]:hover {
	background-color: #6E6678;
	color: #DEDCE0;
}

.account-finish-link,
.validate-button {
	display: inline-block;
	cursor: pointer;
	height: 48px;
	line-height: 3em;
	padding: 0 1.4em;
	font-size: 1.1em;
	font-weight: 300;
	background-color: #222222;
	color: #fff !important;
	-webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.2);
	margin: 1.5em 0 0;
}

.account-finish-link:hover,
.validate-button:hover {
	-webkit-box-shadow: inset 0 -47px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -47px 0 0 rgba(0, 0, 0, 0.1);
}

.copyright {
	display: block;
	clear: both;
	margin-top: 30px;
}

.cancelbutton {
	float: right;
	text-align: right;
	margin-top: 30px;
}

input[type="button"] {
	border-radius: 30px;
}


@media only screen and (max-width: 490px) {
	#main #row-1>div {
		padding-top: 0px;
	}

	.accountsignup header {
		margin: 2.5em 0 1em;
	}

	h1 {
		font-size: 160%;
		margin: 0 0 0.5em;
	}

	form ul li {
		padding: 1em 0 0;
	}

	form ul li.form-submit,
	form p {
		float: none;
		display: block;
	}

	input[type="button"] {
		width: 100%;
	}

	form p {
		margin: 0 0 1em;
	}

	form ul li.form-checkbox {
		margin-bottom: 0em;
	}
}

form ul li.form-checkbox.clearfix.show-password {
	padding-top: 8px;
	margin-bottom: 0;
}

#sso-brand-iframe {
	display: none;
}

.accountMessage,
.accountPhase {
	display: none;
	margin-top: 20px;
}

.newsletter-form h2 {
	font-size: 1.3em;
}

.gender__tooltip {
	position: relative;
}

.gender__heading {
	font-weight: 500;
	text-decoration: underline;
	cursor: pointer;
}

p.gender__heading {
	color: #9945FF;
}

p.gender__text {
	padding: 16px;
	margin-top: 12px;
}

.gender__text {
	background: #F5ECFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
	border-radius: 8px;
	padding: 10px 20px;
	margin-top: 2em;
}

.required-indicator {
	color: rgb(220, 48, 68);
}