/* Global CSS Library for the new AA redesign */
html,
body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-width: 320px;
	position: relative;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

*,
:after,
:before {
	box-sizing: border-box;
}

.adLeaderboard {
	padding: 0;
	margin: 5px auto;
	width: 970px;
	height: 90px;
	min-height: 90px;
	overflow: hidden;
	text-align: center;
}

.adSkyscraper {
	padding: 0;
	margin: 0 5px;
	height: 600px;
	overflow: hidden;
}

#actorsaccess_siderail_right, #actorsaccess_logged-in_skyscraper {
	width: auto;
}

#mainContent {
	margin: 0;
	overflow: auto;
	flex-grow: 1;
}

.aa-page-content {
	margin: 25px 0;
	padding: 0 5px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

button,
a {
	cursor: pointer;
}

.aa-nav-link {
	color: #007AFF !important;
	text-decoration: none;
}

.aa-inactive-text {
	color: #808080;
	text-decoration: none;
}

.header-msg-banner {
	text-align: center;
	padding: 0 5px;
}

.alert-msg-container {
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	font-family: inherit;
	text-align: left;
	margin: 25px auto 0;
	display: none;
}

.alert-msg-container.alert-msg-error,
.alert-msg-container.alert-msg-warn,
.alert-msg-container.alert-msg-info {
	display: inline-block;
}

.msg-banner-title {
	font-weight: bold;
	display: none;
	margin-bottom: 8px;
}

.alert-msg-error .msg-banner-title {
	display: block;
}

.msg-banner-body {
	margin: 0;
	list-style: none;
	padding: 0;
}

.msg-banner-body li {
	margin-bottom: 5px;
}

.msg-banner-body li:last-child {
	margin-bottom: 0;
}

.aa-primary-color {
	color: #C0392B;
	text-decoration: none;
}

.aa-btn {
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
}

input.aa-btn {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.aa-btn-primary {
	border: 1px solid #C0392B;
	background-color: #C0392B;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.5px;
}

.aa-btn.btn-universal-action {
	font-size: 14px;
}

.aa-btn.btn-universal-positive {
	border-width: 2px;
	background-image: none;
}

.aa-btn-neutral {
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	background: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	padding: 0;
}

input.aa-btn-neutral {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.aa-pagination-selected {
	background-color: #C0392B;
	color: #FFFFFF;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	border-radius: 50%;
	text-align: center;
}

.aa-page-header-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	font-size: 50px;
	color: #000000;
}

.aa-container {
	font-size: 14px;
	line-height: 17px;
	color: #333;
	margin: 0 10px;
}

.aa-container h2 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 20px 0;
}

.aa-container p {
	margin: 0 0 20px 0;
	font-weight: 500;
	text-align: center;
}

.aa-container form {
	text-align: left;
}

.aa-input-container {
	position: relative;
	margin-bottom: 20px;
}

.aa-input-container > label {
	display: block;
	margin: 0 0 6px 0;
	line-height: 20px;
}

.aa-container .btn-universal-primary,
.aa-container .form-input-field {
	height: 36px;
	width: 100%;
}

.aa-input-container .form-input-field {
	margin: 0 0 3px 0;
}

.aa-container textarea {
	font-size: inherit;
	font-family: inherit;
	padding: 11px 10px;
	resize: vertical;
}

.aa-container .recaptcha {
	margin-bottom: 20px;
}

.aa-input-container .password-toggle-icon .form-input-field {
	margin-bottom: 0;
}

.aa-input-container .password-toggle-icon {
	margin-bottom: 3px;
}

.aa-input-container .error {
	color: #E74C3C;
	font-size: 14px;
}

.aa-success-circle {
	border: 3px solid #79BA30;
	border-radius: 50%;
	height: 110px;
	width: 110px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.aa-success-check {
	background-color: #79BA30;
	height: 83px;
	width: 77px;
}

.aa-btn-primary:active {
	background-color: #992D22;
}
.aa-btn.btn-universal-action:active {
	font-weight: normal;
}

.aa-btn-neutral:active {
	background: #FFFFFF;
	color: #C0392B;
}
a.aa-primary-color:active {
	opacity: .8;
}
.btn-universal-primary {
	background-color: #311B92;
	border: 1px solid #311B92;
}
.btn-universal-primary:hover, 
.btn-universal-primary:focus {
	background-color: #20115E;
	border: 1px solid #20115E;
}

@media (hover: hover) and (pointer: fine) {
	.aa-btn-primary:hover {
		background-color: #992D22;
	}
	.aa-btn.btn-universal-action:hover {
		font-weight: normal;
	}

	.aa-btn-neutral:hover {
		background: #FFFFFF;
		color: #C0392B;
	}
	a.aa-primary-color:hover {
		opacity: .8;
	}
}
