a {text-decoration: none;}
.popup {
    text-align: center;
    border: 2px solid #d83f00;
    padding: 10px;
}
.cc-header{
    font-family: 'AvantGarde-Bold' !important;
    text-transform: uppercase;
    color:#d83f00;
    margin: 5px 0;
    text-align: center;
}
.cc-message{
    font-family: 'ITCAvantGardePro' !important;
    font-weight: 400;
}
.cc-link{
	margin: 0;
	padding: 0;
	display: block;
    text-transform: capitalize;
    color: black;
    text-decoration: none;
    font-family: 'ITCAvantGardePro' !important;
	line-height: 40px;
    font-weight: 400;
}
.cc-link:hover{
	margin: 0;
	padding: 0;
	display: block;
    text-transform: capitalize;
    color: black;
    text-decoration: none;
    font-family: 'ITCAvantGardePro' !important;
	line-height: 40px;
    font-weight: 400;
}
a.cc-btn.cc-dismiss, a.cc-btn.cc-dismiss:hover{
	margin: 0;
	padding: 0;
	display: block;
    border: none;
    color: white;
    text-transform: uppercase;
	line-height: 40px;
    font-family: 'AvantGarde-Bold' !important;
	font-weight: 700;
}
.cc-window.cc-floating{
    padding: 1em;
}