@CHARSET "UTF-8";

div#cccwr
{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	z-index: 99999;
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}

div#cccwr div {	
	font-size: 0.85rem;	
	margin: 0;
	text-align: left
}

div#cccwr .ccc-intro
{
	margin-top: 0.6em;
}

.ccc-outer {
	color: #FFFFFF;
}

.ccc-expand,
.ccc-inner h2,
.ccc-triangle {
	display: none !important;
}

.ccc-inner {
	background-color: #002b58;
    border-top: 1px solid #fe9c00;
}

.ccc-content {
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.ccc-content {
		padding: 10px 50px 10px;
	}	
}

.ccc-content:after
{
	display: table;
	clear: both;
	content: " ";
}

.ccc-content p
{
	margin-top: 0.5em;
	float: left;
	max-width: 80%;
	margin-bottom: 0;
}

.ccc-icon {
	background-position: 0 -18px;
	height: 34px;
	left: 0;
	position: absolute;
	text-indent: -999em;
	top: 0;
	width: 40px
}

.ccc-close {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	background-color: white;
    color: black;
	float: right;
}

button.ccc-close
{
	border: none;	
	font-size: 0.85rem;
	line-height: 0.8rem;
}

button.ccc-close:hover,
button.ccc-close:focus,
button.ccc-close:active
{
	background-color: #fe9c00;
    color: white;
}

.ccc-inner ul {
	margin: 8px 0;
	padding: 0 0 0 12px
}

.ccc-inner a {
	color: #fe9c00;
}

.ccc-inner a,.ccc-inner a:hover {
	text-decoration: none
}

#cccwr button {
	cursor: pointer;
	margin-top: 10px;
}

@media screen and (min-width: 1118px) {
	#cccwr button {
		margin-top: 0;
	}	
}

.ccc-inner .ccc-button {
	background-color: #666;
	border: 1px solid #666;
	border-radius: 3px;
	box-shadow: inset 0 0 2px #fff;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}