.apl-alert-messages-container {

}
.apl-alert-messages {

}
.apl-alert-messages.alert-cv {
	background: #000; /* black */
	/*background: #005cbb;*/ /* ACG dark blue */
	/*background: #2e8be8;*/ /* ACG light blue */
	color: #fff; /* white */
	/*color: #ff0000;*/ /* red */
}
.apl-alert-messages.alert-major {
	background: #ffff00; /* yellow */
	color: #000; /* black */
	/*color: #ff0000;*/ /* red */
}
.apl-alert-messages.alert-minor,
.apl-alert-messages.alert-default {
	background: #64ccc9; /* teal */
	color: #000; /* black */
	/*background: #3399ff;*/ /* blue medium */
	/*color: #ffffff;*/ /* white */
}
.apl-alert-messages.alert-minor:nth-child(even),
.apl-alert-messages.alert-default:nth-child(even) {
	background: #a2aaad; /* Semi-medium Grey  */
	color: #000; /* black */
	/*background: #005CB8;*/ /* blue dark */
	/*color: #ffffff;*/ /* white */
}
.apl-alert-messages .apl-responsive-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
.apl-kickstart-custom .apl-alert-messages.alert-cv .apl-responsive-wrap .apl-alert-messages-inner {
	padding: 10px 0;
}
.apl-alert-messages .apl-alert-messages-inner {
	/*border: 2px solid transparent;*/
	/*padding: 5px 10px;*/
}
.apl-alert-messages.alert-major .apl-alert-messages-inner {
	border-color: #ff0000;
}
.apl-alert-messages.alert-minor .apl-alert-messages-inner,
.apl-alert-messages.alert-default .apl-alert-messages-inner {
	border-color: #005CB8;
}
.apl-alert-messages.alert-minor:nth-child(even) .apl-alert-messages-inner,
.apl-alert-messages.alert-default:nth-child(even) .apl-alert-messages-inner {
	border-color: #3399FF;
}
.apl-alert-messages h2 {
	background: transparent;
	color: inherit;
	font-family: inherit;
	text-align: center;
	margin: 0;
	padding: 0;
}
.apl-alert-messages h2 a {
	display: block;
	background: transparent;
	color: inherit;
	font-family: inherit;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.apl-alert-messages.alert-cv h1 {
	font-size: 100%;
	text-align: left;
	background: transparent;
	color: inherit;
	font-family: inherit;
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: bold;
}
.apl-alert-messages.alert-cv h2 {
	font-size: 90%;
	line-height: 1.4;
	text-align: left;
}
.apl-alert-messages.alert-cv h2 a .alert-more-info{
	text-decoration: underline;
	margin-left: 10px;
}

@media only screen and (max-width: 1023px) {

	.apl-kickstart-custom .apl-alert-messages.alert-cv .apl-responsive-wrap .apl-alert-messages-inner {
		padding: 20px 0;
	}
}
