.home-alert-box{
	background: #dc3545 !important;
	text-align: center;
	padding: 15px 0 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}

.home-alert-box p {
	color: #ffffff;
	font-size: 1.15em;
	margin: 0 !important;
	font-size: 1.25em;
	padding-bottom: 0 !important;
	font-weight: normal;
}

.home-alert-box p a{
	color: #ffffff;
	font-weight: bold;
	padding: 0 0 5px 0;
	text-decoration: underline;
	border-bottom: none;
}
.home-alert-box p a:hover{
	background: none;
	text-decoration: underline;
	color: #FFFFFF;
}
.home-alert-box .fa-exclamation-circle{
	display: inline-block;
	margin:-13px 15px 0 15px;
	font-size: 2em;
}

@media (max-width: 480px) {
	.home-alert-box{
		flex-direction: column;
	}
}

.websitePopUpAlert{
	
	background: linear-gradient(180deg, #FF1744 0%, #A20B27 100%);
	padding: 15px 15px 20px 15px;
	border-radius: 16px;
	z-index: 5000;
	display:none;
	
}
.websitePopUpAlert .alertIcon{
	display:block;
	text-align:center;
}
.websitePopUpAlert .closeAlertModal{
	text-shadow:none;
	color:#FFFFFF;
	opacity: .5;
}

.websitePopUpAlert h2{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 20px;
}
.websitePopUpAlert p{
	font-size: 1.75rem;
    color: #ffffff;
    font-weight: 400;
}

.websitePopUpAlert a{
	color: #ffcaca;
	border-bottom: none;
}

.websitePopUpAlert a:hover{
	color: #ffffff;
}