.message-headline {
	font-weight:400;
	cursor: pointer;
	display: block;
}
.message-history {
	background-color: #5394BE; 
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px; 
	padding:5px 15px; 
	font-weight:200; 
	font-size:14px;
}
.message-center-body {
	background-color: #DAEBF5; 
	font-weight: 200; 
	border-top-left-radius:3px;
	border-top-right-radius:3px; 
	padding:15px;
}
.primary-message {
	background-color: #DAEBF5; 
	font-weight: 200; 
	border-top-left-radius:3px;
	border-top-right-radius:3px; 
	padding:15px 15px 0 15px;
}
.message-center-body ul li {
	padding: 0 0 15px 0;
	margin: 0;
	list-style: none;
	margin-left: -10px;
}
.message-center-body ul li a {
	text-decoration: underline;
}
.message-center-body ul li a:hover {
	color:#FF9300;
	text-decoration: underline;
}
.primary-message ul li {
	padding: 0;
	margin: 0 0 0 -10px;
	list-style: none;
}
.message-center-body ul li.red {
	color:#A00;
}
.message-center-body ul li.red a {
	color:#A00;
	text-decoration: underline;
}
.message-center-body ul li.red a:hover {
	color:#FF9300;
	text-decoration: underline;
}
.archived-messages, .close-messages {
	display: none;
}
.view-messages,.close-messages {
	color: #FFFFFF;
}
.full-message {
	font-weight: 200;
	display: none;
}
/* message-center2 */
.message-center-heading {
	margin: 0;
	padding: 5px 0px 4px 15px;
	background: #5394BE;
	color: #FFFFFF;
	border-radius: 3px 3px 0px 0px;
}
.message-center-heading .heading-message-icon-container {
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.message-center-heading .heading-message-icon-container .heading-message-badge {
	display: inline-block;
	background: #ff9000;
	color: #fff;
	font-size: 9px;
	padding: 2px 0 0;
	border-radius: 16px;
	width: 16px;
	height: 16px;
	text-align: center;
	position: absolute;
	top: -1px;
	right: -8px;
	z-index: 10;
}
.primary-message.primary-message2 {
	border-radius: 0px 0px 0px 0px;
}

/* promo-center - changed from above */
.promo-center {
    background: #076191;
    margin-bottom: 30px;
    padding: 5px 15px 0px;
    border-radius: 3px;
}

.promo-offers {
    border: 1px solid #BEBEBE !important;
    margin-bottom: 30px !important;
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
    padding-top: 1.4rem !important;
    padding-bottom: 0.625rem !important;
    background: rgb(255, 255, 255) !important;
}

    .promo-offers .promo-offers-description {
        background: rgb(255, 255, 255) !important;
    }

    .promo-offers .bank-account-offer.promo-offers-description {
        border: none;
        padding: 0px;
    }

 .promo-offers .button.tertiary {
    border: 1px solid #076191;
    background-color: #fff;
    color: #076191;
    padding-top: 10px;
    padding-bottom: 10px;
}

        .promo-offers .button.tertiary:focus, .promo-offers .button.tertiary:hover {
            background-color: #076191;
            color: #fff;
        }

    .promo-offers h3 {
        color: rgb(66, 66, 66) !important;
        font-weight: bold;
        font-size: 18.32px;
        font-weight: 700;
        line-height: 25.648px;
    }
    
    .promo-center-alert {
        background: #FF9900;
        margin-bottom: 30px;
        padding: 5px 15px 0px;
        border-radius: 3px;
    }
.promo-center-critical {
	background: #ff0000;
	margin-bottom: 30px;
	padding: 5px 15px 0px;
	border-radius: 3px;
}
.promo-center-warning {
	background: #e6ac00;
	margin-bottom: 30px;
	padding: 5px 15px 0px;
	border-radius: 3px;
}
.promo-center h3, .promo-center-alert h3, .promo-center-warning h3, .promo-center-critical h3 {
	color: #fff;
}
.promo-center .promo-desc {
    background: #daebf5;
    padding-top: 15px;
    padding-bottom: 3px;
    border-radius: 0 0 3px 3px;
}

.promo-desc-critical {
	background: #ffcccc;
	padding-top: 15px;
	padding-bottom: 3px;
	border-radius: 0 0 3px 3px;
}
.promo-desc-warning{
	background: #ffecb3;
	padding-top: 15px;
	padding-bottom: 3px;
	border-radius: 0 0 3px 3px;
}

.alerts-panel-overview {
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	margin-bottom: 1.25rem;
	padding: 1.25rem;
	background: #FFF8CC;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
}

@media only screen and (max-width: 1024px) {
	.message-center {
		margin-bottom: 15px;
	}
}