.r9-ccpa-container {
	position: fixed;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	top: 0;
	bottom: 20px;
	width : 100vw;
	height: 100vh;
	background-color: rgba(23, 35, 44, 0.7);
	opacity: 0;
	transition: opacity 0.25s;
}

.r9-ccpa-container.show {
	display: flex;
	opacity: 1;
	z-index: 100000;
}

.r9-ccpa-content {
	margin-top: 108px;
	flex: 0 0 auto;
	width: 454px;
	background-color: #fff;
	color: #17232c;
	border-radius: 3px;
	opacity: 1;
	padding: 80px 60px 5px;
	position: relative;
	box-shadow: 0 3px 12px 1px rgba(0,0,0,0.26);
}

.r9-ccpa-close:focus,
.r9-ccpa-content:focus {
	outline: none;
}

.r9-ccpa-body header {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 7px;
	line-height: 32px;
	color: #212a30;
}

.r9-ccpa-body main {
	color: #647585;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.231;
	padding-bottom: 50px;
	padding-top: 16px;
}

.r9-ccpa-body main a {
	cursor: pointer;
	color: #1e93f5;
	text-decoration: none;
}
.r9-ccpa-body main a:hover {
	text-decoration: underline;
}
.keel button.r9-ccpa-button,
button.r9-ccpa-button {
	cursor: pointer;
	color: #fff;
	background: #0b7b99;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 46px;
	width: 100%;
}

.keel .r9-ccpa-button:hover,
.r9-ccpa-button:hover {
	background-color: #0a6078;
}

.keel button.r9-ccpa-close,
button.r9-ccpa-close {
	cursor: pointer;
	white-space: nowrap;
	background: none;
	border: none;
	padding: 0;
	display: block;
	color: #0b7b99;
	font-size: 12px;
	font-weight: 600;
	margin: 16px auto;
}

.keel button.r9-ccpa-close:hover,
button.r9-ccpa-close:hover {
	color: #212a30;
}

.keel .r9-ccpa-body footer,
.r9-ccpa-body footer {
	margin-top: 17px;
	text-align: center;
}

.r9-ccpa-footnote {
	font-size: 80%;
	line-height: normal;
	color: #647787;
	padding-top: 50px;
}
.r9-ccpa-fine-print {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 50px;
	font-size: 10px;
	margin: auto;
	line-height: 1.9;
}

.keel .r9-ccpa-fine-print p,
.r9-ccpa-fine-print p {
	margin: 0px;
	color: #212a30;
	font-size: 10px;
}

.keel .r9-ccpa-fine-print a,
.r9-ccpa-fine-print a {
	margin: 0px;
	color: #647582;
	font-size: 10px;
	text-decoration: none;
}

.r9-ccpa-content a:hover {
	text-decoration: none;
}

.r9-ccpa-site-15 button.r9-ccpa-button {
	background-color: #2b9edf;
	background-image: none;
}

.r9-ccpa-site-15 button.r9-ccpa-button:hover {
	background-color: #036d85;
	background-image: none;
}

.r9-ccpa-site-15 button.r9-ccpa-close {
	font-weight: bold;
	color: #2b9edf;
}

.r9-ccpa-site-15 button.r9-ccpa-close:hover {
	color: #191c24;
}

.r9-ccpa-site-138 button.r9-ccpa-button{
	background-color: #191c24;
	font-weight: bold;
}

.r9-ccpa-site-138 .r9-ccpa-body main,
.r9-ccpa-site-138 a.r9-ccpa-privacy-link,
.r9-ccpa-site-138 button.r9-ccpa-close:hover{
	color: #191c24;
}

.r9-ccpa-site-138 button.r9-ccpa-close {
	color: #1e88e5;
}

.r9-ccpa-site-138 button.r9-ccpa-button:hover{
	background-color: #ffc300;
}

.r9-ccpa-site-3 button.r9-ccpa-button{
	background-color: #2b60b1;
	font-weight: 500;
}

.r9-ccpa-site-3 button.r9-ccpa-close {
	color: #1e88e5;
}

.r9-ccpa-site-3 button.r9-ccpa-close:hover {
	color: #191c24;
}

.r9-ccpa-site-3 button.r9-ccpa-button:hover{
	background-color: #1b4481;
	font-weight: 500;
}

@media only screen and (max-width : 568px) {

	.r9-ccpa-content {
		margin-top: 20px;
		width: 320px;
	}
}

@media only screen and (max-width : 320px) {

	.r9-ccpa-content {
		margin-top: 20px;
		width: 300px;
		padding: 60px 40px 5px;
	}

	.r9-ccpa-fine-print {
		padding-top: 40px;
	}
}

.r9-ccpa-site-128 .r9-ccpa-content,
.r9-ccpa-site-130 .r9-ccpa-content,
.r9-ccpa-site-132 .r9-ccpa-content {
	box-sizing: border-box;
}

.r9-ccpa-site-128 header,
.r9-ccpa-site-130 header,
.r9-ccpa-site-132 header {
	background-color: #fff;
	background-image: none;
}

.r9-ccpa-site-128 footer,
.r9-ccpa-site-130 footer,
.r9-ccpa-site-132 footer {
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}

body.le-grand-k .r9-ccpa-content,
body.flexi-builder.k4b-themed .r9-ccpa-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.le-grand-k .r9-ccpa-button,
body.flexi-builder.k4b-themed .r9-ccpa-button {
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-weight: bold;
}

body.le-grand-k-momondo .r9-ccpa-button,
body.flexi-builder.mm-themed .r9-ccpa-button,
.r9-ccpa-site-128 .r9-ccpa-button,
.r9-ccpa-site-130 .r9-ccpa-button,
.r9-ccpa-site-132 .r9-ccpa-button {
	background-color: #1b93c2;
	font-weight: bold;
}

body.le-grand-k-momondo .r9-ccpa-button:hover,
body.flexi-builder.mm-themed .r9-ccpa-button:hover,
.r9-ccpa-site-128 .r9-ccpa-button:hover,
.r9-ccpa-site-130 .r9-ccpa-button:hover,
.r9-ccpa-site-132 .r9-ccpa-button:hover{
	background-color: #102a8b;
}

body.le-grand-k-momondo .r9-ccpa-close,
body.flexi-builder.mm-themed  .r9-ccpa-button:hover,
.r9-ccpa-site-128 .r9-ccpa-close,
.r9-ccpa-site-130 .r9-ccpa-close,
.r9-ccpa-site-132 .r9-ccpa-close{
	color: #1b93c2;
}


#r9-ccpa .r9-ccpa-switch {
	position: relative;
	display: inline-block;
	float: right;
	width: 54px;
	height: 22px;
	margin-right:40px;
}

/* Hide default HTML checkbox */
#r9-ccpa .r9-ccpa-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
#r9-ccpa .r9-ccpa-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

#r9-ccpa .r9-ccpa-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

#r9-ccpa input:checked + .r9-ccpa-slider {
	background-color: #0b7b99;
}

#r9-ccpa input:focus + .r9-ccpa-slider {
	box-shadow: 0 0 1px #0b7b99;
}

#r9-ccpa input:checked + .r9-ccpa-slider:before {
	-webkit-transform: translateX(32px);
	-ms-transform: translateX(32px);
	transform: translateX(32px);
}

#r9-ccpa .r9-ccpa-slider.r9-ccpa-round {
	border-radius: 34px;
}

#r9-ccpa .r9-ccpa-slider.r9-ccpa-round:before {
	border-radius: 50%;
}

#r9-ccpa .r9-ccpa-switch .r9-ccpa-slider:after {
	content:"OFF";
	position: absolute;
	left: 54px;
	padding-left:10px;
	width: 30px;
	line-height: 22px;
	font-weight: bold;
	color: #ccc;
	text-align:right;
}

#r9-ccpa .r9-ccpa-switch input:checked + .r9-ccpa-slider:after {
	content:"ON";
	color: #0b7b99;
}

.r9-ccpa-main-text {
	margin-bottom: 30px;
}


.r9-ccpa-close-button {
    background-color: transparent;
    border: none;
    position: absolute;
    cursor: pointer;
    right: 5px;
    top: 10px;
}

.r9-ccpa-close-button svg {
    width: 25px;
    height: 25px;
    color: #e0e7ed;
    stroke: #e0e7ed;
    stroke-width: 2px;
}