/* Promo Box */
.c7n-promo-box {
	display:block;
	opacity:0; /* set to 1 in ckeditor */
    position: fixed;
    bottom: 2%;
    left: 1%;
    background: #fff;
    padding: 20px;
    z-index: 1000;
    width: 370px;
    box-shadow: 4px 5px 10px #00000026;
}
.c7n-promo-box .c7n-promo-close {
	position: absolute;
	width: 17px;
	height: 17px;
	top: 10px;
	right: 10px;
	cursor: pointer;
	z-index: 998;
}
.c7n-promo-box .c7n-promo-close:hover {
	color: #d39801;
}
.c7n-promo-button {
	color: #d39801;
	border: 1px solid #000;
	background-color: #fff;
	padding: 5px;
	text-align: center;
	width: auto;
	min-width: 150px;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	font-size: 0.9em;
}
.c7n-promo-button:hover {
	color: #fff;
	background-color: #1ea7df;
}
/* Promo Overrides */
#footer, #footerLinks {
    z-index: 1;
}
.c7n-promo-box .fa {
    padding:0;
}
.c7n-promo-box p,
.c7n-promo-box h1,
.c7n-promo-box h2,
.c7n-promo-box h3,
.c7n-promo-box a{
    color: #000;
}