.specialAlerts {
	display: none;
}

.alertsInner {
	margin: auto !important;
	margin:25px;
    width: 80%;
}

.alertsInner a {
    display: inline-block;
    color: #f0803e;
    font-size: 12.57px;
    line-height: 13px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 5px solid #40b7db;
    font-family: 'KievitPro-Regular';
    font-style: italic;
    font-weight: bold;
    margin-bottom: 15px;
}
.alertsInner img {
    display: block;
    margin: auto;
}

.alertsInner h2 {
	font-size: 30px;
	margin: auto;
	color: #fff;
	color: #008CBA;
	margin-top: 15px;
}

.description {
	color: #000;
	font-size: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.closeAlert { 
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: -27px;
    color: #fff;
    right: 15px;
}
.reveal-modal {
    margin-top: 25px !important;
}
.reveal-modal-bg {
    position: fixed !important;
}

@media only screen and (max-width: 40em) {
    .reveal-modal {
        width: auto !important;
       
    }

}