.site-alerts-alert {
    padding: 8px 10px;
    color: white;
    margin-bottom: 0px;
}
.site-alerts-alert p {margin:0}
.site-alerts-success {
    background-color: #4CAF50; /* green */
}

.site-alerts-info {
    background-color: #EEEEEE; /* GREY */
}

.site-alerts-warning {
    background-color: #E65300; /* yellow */
}

.site-alerts-danger {
    background-color: #f44336; /* red */
}

/* The close button */
.site-alerts-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.site-alerts-closebtn:hover {
    color: black;
}

.googleMapCanvas{border:0;height:400px;width:100%}.googleMapCanvas img{max-width:none!important}


.progressive-jackpots {
	background-image: url(https://www.potawatomi.com/application/files/1017/4596/2109/table-games-herohero-web.webp);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
}

.progressive-jackpots__panel {
	background: #fff;
	padding: 28px 36px 38px;
}

.progressive-jackpots__panel h2 {
	color: #222;
	font-size: 2.75rem;
	
	line-height: 1.15;
	margin: 0 0 18px;
}

.progressive-jackpots__pill {
	background: #d93030;
	border-radius: 999px;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	padding: 10px 18px;
	text-transform: uppercase;
}

.pj-carousel {
	margin-top: 26px;
}

.pj-carousel__viewport {
	overflow: hidden;
	width: 100%;
}

.pj-carousel__track {
	display: flex;
	margin: 0 -14px;
	transition: transform 260ms ease;
	will-change: transform;
}

.pj-carousel__slide {
	box-sizing: border-box;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 14px;
}

.stat-card {
	align-items: center;
	background: #fff;
	border: 1px solid #777;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 142px;
	padding: 22px 16px 18px;
	text-align: center;
	width: 100%;
}

.stat-card__label {
	color: #222;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 1.3;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.jackpot-value {
	color: #d93030;
	font-size: 2.625rem;
	font-weight: 800;
	line-height: 1;
}

.pj-carousel__controls {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 28px;
}

.pj-carousel__button {
	align-items: center;
	background: #fff;
	border: 1px solid #777;
	border-radius: 50%;
	color: #111;
	display: inline-flex;
	font-size: 2rem;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 4px;
	width: 42px;
}

.pj-carousel__button:hover,
.pj-carousel__button:focus {
	background: #f4f4f4;
	border-color: #111;
	outline: none;
}

.pj-carousel__button:disabled {
	cursor: default;
	opacity: 0.45;
}

@media (max-width: 991px) {
	.pj-carousel__slide {
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	.progressive-jackpots {
		padding: 36px 0;
	}

	.progressive-jackpots__panel {
		padding: 24px 18px 30px;
	}

	.progressive-jackpots__panel h2 {
		font-size: 2rem;
	}

	.progressive-jackpots__pill {
		font-size: 0.875rem;
	}

	.pj-carousel__slide {
		flex-basis: 100%;
		max-width: 100%;
	}

	.stat-card__label {
		font-size: 0.875rem;
		letter-spacing: 2px;
	}

	.jackpot-value {
		font-size: 2.125rem;
	}
}


