#can-spam-content {
	margin:24px;
	margin-bottom: 28px;
	font-family: Lato;
}
#can-spam-content .can-spam-header {
	font-family: Lato;
	font-weight: 700;
	font-size: 24px;
	text-align: center;
	padding-bottom: 18px;
	color: #6ca314;
	background: -webkit-gradient(linear, left top, left bottom, from(#a9cd70), to(rgba(113, 172, 19, 1)));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}
#can-spam-content .can-spam-text {
	font-size: 10px;
	padding-bottom: 24px;
}
#can-spam-content .can-spam-footer {
	color: white;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 24px;
	text-align: center;
}
#can-spam-content .can-spam-input {
	text-align: center;
}
#cboxClose {
	top: 10px;
	right: 10px;
}
#can-spam-content .subscribe-confirm.unibut {
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 2px;
	margin-left: 15px;
	line-height: 10px;
	font-family: Lato;
}
#can-spam-content .subscribe-confirm input[type="text"] {
	line-height: 15px;
	font-family: Lato;
}
#can-spam-error, #can-spam-success {
		display: none;
		text-align: center;
		font-family: Lato;
		font-size: 14px;
		margin-top:4px;
		font-weight: 600;
		color: red;
}

#can-spam-success {
	font-size: 19px;
	color: white;
}


#cboxTopLeft {
	border-top-left-radius: 15px;
}
#cboxTopRight {
	border-top-right-radius: 15px;
}
#cboxBottomLeft {
	border-bottom-left-radius: 15px;
}
#cboxBottomRight {
	border-bottom-right-radius: 15px;
}
#cboxLoadedContent {
	border-radius: 15px;
}

#cboxTopLeft, 
#cboxBottomLeft, 
#cboxTopRight, 
#cboxBottomRight, 
#cboxTopCenter, 
#cboxBottomCenter,
#cboxMiddleLeft, 
#cboxMiddleRight {
	background: rgba(0,0,0,0.6);
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
}
#cboxClose {
	display: none !important;
	right: 10px;
}
.can-spam #cboxContent {
	color: #bbb;
	background: #515151;
	font-family:Lato;
}

.disabled {
	 pointer-events: none;
   cursor: default;
}
