#cookie_accept {
	color: #262B3B;
	background-color: #FFF;
	padding: 15px;
	padding-bottom: 40px;
    font-weight: 300;
	position: fixed;
	right: 0;
	left: 0;
    bottom: -300px;
	z-index: 9998;
	max-width: 100%;
	display: flex;
	align-items: center;
}
#cookie_accept p {
	margin-bottom: 0.5rem;
	line-height: 1.5;
	margin-right: 15px;
	font-size: 14px;
}
#cookie_accept p:last-child {
	margin-bottom: 0;
}
#cookie_accept strong {
	font-weight: 700;
}
#cookie_accept a, #cookie_accept_settings a {
	font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #131126;
    text-decoration: underline;
    -webkit-transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
    transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
}
#cookie_accept a:hover, 
#cookie_accept a:active,
#cookie_accept a:focus,  
#cookie_accept_settings a:hover,
#cookie_accept_settings a:active,
#cookie_accept_settings a:focus {
	color: #02B1A8;
	-webkit-transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
    transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
}
#cookie_accept a.ca_btn, #cookie_accept_settings a.ca_btn, #cookie_accept_settings a.ca_btn_secondary {
    border-bottom: none;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
	padding: 15px 25px;
    line-height: 1.5;
    color: #FFFFFF;
    background-color: #02B1A8;
    margin-top: 5px;
	font-family: proxima-nova, sans-serif, Georgia, "Times New Roman", Times, serif;
	font-size:  14px;
	font-variant-caps: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	-webkit-transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
    transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
}
#cookie_accept a.ca_btn:hover, 
#cookie_accept a.ca_btn:active, 
#cookie_accept a.ca_btn:focus, 
#cookie_accept_settings a.ca_btn:hover, 
#cookie_accept_settings a.ca_btn:active, 
#cookie_accept_settings a.ca_btn:focus {
	background-color: #029890;
	-webkit-transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
    transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
}
#cookie_accept_settings a.ca_btn {
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}
#cookie_accept_settings a.ca_btn_secondary {
	background-color: #8695C2; 
	margin-top: 0.5rem;
	margin-right: 0.5rem;
}
#cookie_accept_settings a.ca_btn_secondary:hover,
#cookie_accept_settings a.ca_btn_secondary:active,
#cookie_accept_settings a.ca_btn_secondary:focus {
	background-color: #7586B9;
	-webkit-transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
    transition: all 300ms cubic-bezier(0, 0.1, 0.33, 0.99) 0ms;
}
#cookie_accept a.ca_close, #cookie_accept_settings a.ca_settings_close {
	border-bottom: none;
	color: #999;
	font: 14px/100% arial, sans-serif;
	position: absolute;
	text-shadow: 0 -1px 0 #000;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	text-align: center;
	cursor: pointer;
}
a.ca_close, a.ca_settings_close {
	text-decoration: none !important;
}
#cookie_accept a.ca_close:after, #cookie_accept_settings a.ca_settings_close:after {
	content: '✖';
	line-height: 30px;
}
#cookie_accept a.ca_settings {
	display: inline-block;
	text-align: center;
    white-space: nowrap;
    vertical-align: middle;
	margin-top: 5px;
	margin-left: 10px;
    line-height: 1.5;
}
#cookie_accept_settings_overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(50, 50, 50, 0.9);
	z-index: 9999;
	display: none;
	overflow: auto;
    overflow-y: scroll;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#cookie_accept_settings {
	background-color: #FFF;
	color: #262B3B;
	width: 90%;
	margin: 15% auto 0;
	padding: 30px;
	position: relative;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 40px 0 rgba(0,0,0,.25);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
#cookie_accept_settings h3 {
	margin-top: 0;
}
#cookie_accept_settings h3 + p {
	font-size: 105%;
}
#cookie_accept_settings h4 {
	color: #262B3B;
	margin-top: 0;
}
#cookie_accept_settings p {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
#cookie_accept_settings .ca_box {
	margin-top: 30px;
	padding: 25px;
	border: solid 1px rgba(19,17,38,0.57);
}
body.ca_open {
    overflow: hidden;
}

@media (min-width: 768px) {
	#cookie_accept {
		min-height: 70px;
		display: flex;
	    flex-direction: row;
	}
	#cookie_accept p {
		margin-left: 15px;
		margin-bottom: 0;
	}
	#cookie_accept .ca_controls {
		min-width: 280px;
		margin-left: 0;
	}
	#cookie_accept .ca_controls a.ca_settings {
		float: right;
		display: inline-block;
		padding: 0.375rem 0 0;
		margin-left: 0;
		margin-right: 20px;
	}
	#cookie_accept .ca_controls a.ca_btn {
		float: right;
		display: inline-block;
		margin-top: 0;
	}
	#cookie_accept_settings {
		width: 60%;
		margin: 10% auto 0;
	}
}
