/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cookieconsent-popup {
    right: 0px;
}


/* edit settings dialog */
.cookieconsent-overlay {
    position: fixed !important;
    z-index: 9999999 !important;
    background: #5e6673 !important;
    opacity: 0.7 !important;
}

.cookieconsent-dialog {
    position: absolute;
    display: none;
    left: 0px;
    width: 100%;
    overflow: visible;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
}

.cookieconsent-dialog-content {
    padding: 34px;
    width: 750px;
    font-size: 13px;
    position: relative;
    float: left;
    margin: 0px;
    top: 0px !important;
    height: auto;
    overflow: visible;
    overflow-x: visible;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none;
    border-radius: 20px;
    background: #ffffff;
}

.cookieconsent-dialog-content h2 {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 25px 0;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 900;
    color: #211103;
    font-size: 23px;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-dialog-content p {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: -9px 0 25px 0;
    font-size: 16px;
    color: #504d43;
    font-weight: 300;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

.cookieconsent-dialog-close {
	position:absolute;
	top:5px;
	right:5px;
}
.cookieconsent-dialog-content h1 {
	font-size:23px;
	border-bottom:1px solid;
	border-color:inherit;
	margin:0 0 20px 0;
	line-height:1.6em;
}
.cookieconsent-dialog-content .cookieconsent-logo-link {
	position:absolute;
	bottom:3px;
	right:3px;
	background-color:#efefef;
	padding:0 5px;
	display:block;
}

.cookieconsent-button-wrap {
	margin:20px 0 5px;
	text-align:right;
}
.cookieconsent-button-wrap button {
	margin-left:3px;
}

.cookieconsent-level-changer {
	overflow:visible;
	margin:0 auto;
	text-align:center;
}
.cookieconsent-level-changer a {
	display:inline-block;
	height:150px;
	cursor:pointer;
	cursor:hand;
	position:relative;
	border:5px solid #b5b5b5;
	max-width:150px;
	text-decoration:none !important;
}
.cookieconsent-level-changer a:hover {
	filter: alpha(opacity=90);
	opacity:0.9;
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon {
	display:block;
	position:absolute;
	top:11px;
	left:10%;
	right:13%;
	height:75px;
}
.cookieconsent-level-changer a span.cookieconsent-level-button-icon div {
	display:block;
	background-color:#d1e0e9;
	position:absolute;
	bottom:0px;
	border:1px solid #fff;
}

.cookieconsent-level-changer a span.cookieconsent-level-button-title {
	display:block;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:45px;
	padding-top:10px;
	background-color:#b5b5b5;
	color:#fff;
	font-size:15px;
}
.cookieconsent-level-changer a.activated {
	border-color:#66a0c5;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-title {
	background-color:#66a0c5;
}
.cookieconsent-level-changer a.activated span.cookieconsent-level-button-icon div.activated {
	background-color:#66a0c5;
}

.cookieconsent-permission-panels {
	overflow:hidden;
	clear:both;
	margin-top:10px;
	border-top:1px solid #b5b5b5;
	padding-top:10px;
}
.cookieconsent-permission-panel-disallowed {
	float:left;
	width:49%;
}
.cookieconsent-permission-panel-allowed {
	float:right;
	width:49%;
}
.cookieconsent-permission-panel-title {
	font-size:16px;
	padding:10px 15px;
	font-weight:normal;
	text-align:center;
}
.cookieconsent-permission-panels ul {
	padding:15px;
	margin:0;
	list-style:circle;
}
.cookieconsent-permission-panels ul li {
	padding:0 0 4px 0;
	margin:0 0 0 20px;
	font-size:14px;
}

/* cookies warning */
.cookieconsent-popup {
position: fixed;
z-index: 1999;
right: 0px;
bottom: 30px;
width: 1120px;
padding: 30px 34px;
font-size: 13px;
-webkit-box-shadow: none;
box-shadow: none;
z-index: 9999999;
border-radius: 5px !important;
border: none;
background: #ffffff;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
box-shadow: 0 0 30px 0 rgba(27, 27, 27, 0.46);
}

.cookieconsent-popup .cookie-left {
    float: left;
    display: block;
    width: 90%;
    font-size: 16px;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
    color: #5e6673;
    line-height: 29px;
    margin: -7px 0 5px 0;
    font-size: 16px;
    color: #504d43;
    font-weight: 300;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
}

.cookieconsent-popup .cookie-left strong {
    color: #7ca33a;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    float: right;
    width: 8%;
    margin: 0px 0 0 0;
}

.cookieconsent-popup .cookieconsent-button-wrap button {
    width: 47% !important;
    border: none;
    position: relative;
    height: 30px !important;
    margin: 0 0 0px 0 !important;
    float: left;
    display: block;
    text-decoration: none !important;
    font-size: 10px;
    background: #e56700;
    padding: 10px 10px;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-popup .cookieconsent-button-wrap button:hover {
	background:#282625;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type {
    width: 45px !important;
    height: 45px !important;
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    border-radius: 30px;
    background: #ffffff;
    color: #fff;
    float: left;
    line-height: 1;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
    border: 1px solid #63248b;
    position: relative;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:hover {
    color: #ffffff;
    cursor: pointer;
    background: #63248b;
    color: #ffffff;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    font-size: 20px;
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type span {
	display:none !important;
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
    margin: 7px 0 25px 0 !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap p.ui-state-highlight {
    border: none;
    background: none;
    padding: 0px !important;
    text-transform: none;
    font-size: 14px;
    margin-bottom: 30px !important;
    margin-top: 0px !important;
    text-align: left !important;
    font-weight: 900;
    color: #211103;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 34px 0;
    border: none;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type {
    position: absolute;
    left: 396px;
    bottom: 23px;
    width: auto !important;
    background: none;
    padding: 0px;
    border-radius: 0px !important;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text {
    border-radius: 0px !important;
    line-height: 1;
    background: none;
    margin: 0;
    padding: 0px;
    text-decoration: underline !important;
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
    color: #63248b;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text:hover {
    color: #211103;
    opacity: 0.7;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels {
    border: none;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0px;
    margin: 0 0 40px 0;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    float: left;
    width: 48%;
    border-radius: 0px;
    height: auto;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all .cookieconsent-permission-panel-title {
    border: none;
    font-size: 14px;
    margin-bottom: 27px;
    text-align: left;
    padding: 0px;
    letter-spacing: 0;
    width: auto;
    background: none;
    height: auto;
    top: 0px;
    position: relative;
    line-height: 14px;
    float: left;
    display: block;
    text-transform: capitalize;
    font-weight: 900;
    color: #211103;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul {
    float: left;
    width: 100%;
    border-radius: 0px;
    background: none;
    border: none;
    padding: 0px;
    list-style-type: none;
    margin: -7px 0 0 0;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li {
    float: left;
    padding: 0px;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
    color: #5e6673;
    padding: 0 0px 0 25px;
    font-size: 14px;
    margin: 0 0 12px 0;
    position: relative;
    line-height: 25px;
    font-weight: 400;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    background: #000000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all:last-of-type{
	float:right;
}

.cookieconsent-dialog-content a.ui-corner-all.cookieconsent-logo-link {
    display: none;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all {
    float: left;
    width: 47% !important;
    display: block;
    margin: 0px !important;
    border: none;
    height: auto;
    max-width: none !important;
    text-align: left;
    height: 50px;
    position: relative;
    padding-left: 70px;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:hover {
	opacity:0.6;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type {
	cursor:default;
	pointer-events:none;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type span.cookieconsent-level-button-icon {
	background: #0c6bbb !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:after {
    height: 26px;
    left: 0px;
    width: 45px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    background: none;
    text-align: center;
    font-size: 18px;
    color: #62248b;
    top: 13px;
    position: absolute;
    display: none;
}

/*.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:hover:after {
    left: 29px;
}*/

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated:after {
    /* left: 0px; */
    /* width: 45px; */
    /* content: "\f00c"; */
    /* font-family: 'Font Awesome 5 Pro'; */
    /* background: none; */
    /* text-align: center; */
    /* font-size: 18px; */
    /* color: #ffffff; */
    /* top: 13px; */
    display: none;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon {
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    right: initial;
    cursor: pointer;
    font-family: 'Hepta Slab', serif;
    height: 45px;
    width: 100%;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    border-radius: 30px;
    background: #29245c !important;
    color: #63248b !important;
    float: left;
    line-height: 1;
    border: 1px solid #63248b;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated span.cookieconsent-level-button-icon {
    cursor: pointer;
    font-family: 'Hepta Slab', serif;
    height: 45px;
    width: 100%;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    text-transform: none;
    border-radius: 30px;
    background: #63248b !important;
    color: #ffffff !important;
    float: left;
    line-height: 1;
    border: 1px solid #63248b;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon div {
    display: none !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:last-of-type {
	float:right;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-title {
    width: auto;
    background: none;
    height: auto;
    top: 0px;
    position: relative;
    padding: 16px 0 0 22px;
    line-height: 14px;
    float: left;
    display: block;
    text-transform: capitalize;
    font-weight: 900;
    color: #ffffff;
    font-size: 17px;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: 0px;
    text-decoration: none !important;
    font-size: 10px;
    background: none;
    padding: 10px 24px;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link:hover {
    color: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link, .cookieconsent-popup a.cookieconsent-magic-button-related, .cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
    clear: both;
    float: left;
    width: auto;
    display: block;
    margin: -26px 10px 0 0;
    text-decoration: none !important;
    font-size: 10px;
    background: #e56700;
    padding: 10px 24px;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
	margin:0 0 0 0;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover, .cookieconsent-popup a.cookieconsent-magic-button-related:hover, .cookieconsent-dialog-content a.cookieconsent-toggle-magic-button:hover {
	background:#282625;
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button span.ui-icon {
	display:none;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-button-text {
    float: left;
    width: 100%;
    display: block;
    padding: 0px;
    text-align: right;
    color: #ffffff;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 11px;
    text-align: center;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-icon {
    position: absolute;
    top: 0px;
    margin: 0px;
    background-image: none;
    background: #eeeeee;
    left: 0px;
    height: 30px;
    width: 60px;
    border-radius: 100px;
	display:none;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-icon:after {
    content: "";
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    left: 4px;
    background: #282625;
    border-radius: 100%;
    top: 3px;
}

.cookieconsent-popup .cookieconsent-button-wrap button:hover span.ui-icon:after {
	left: 31px;
}

.cookieconsent-popup a.cookieconsent-magic-button-related {
	clear:none;
}

.cookieconsent-popup a.cookieconsent-magic-button-related .ui-icon {
    display: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover, .cookieconsent-popup a.cookieconsent-magic-button-related:hover {
	background:#282625;
}


.cookieconsent-dialog-content .cookieconsent-dialog-close span.ui-button-text {
    display: none;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close span.ui-icon {
    position: relative;
    left: 0px;
    top: 0px;
    display: block;
    -webkit-filter: brightness(10) grayscale(1);
    filter: brightness(10) grayscale(1);
    float: left;
    margin: -1px 0 0 7px;
    width: 15px;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close {
	display:none;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close:hover {
	background:#282625;
}

/* magic button */
.cookieconsent-toggle-magic-button {
	display:block;
	float:right;
	margin:5px 0 10px;
	text-decoration:underline;
}
.cookieconsent-toggle-magic-button .ui-icon {
	float:left;
	margin: 4px 2px 0 0;
}
.cookieconsent-magic-button-wrap {
	display:none;
}
.cookieconsent-magic-button-wrap .ui-state-highlight {
	margin:0 0 15px;
	padding:15px;
}
.cookieconsent-magic-button-wrap iframe {
	height:137px;
	width:100%;
}

/* policy links */
.cookieconsent-popup .cookieconsent-cookie-policy-link {
	display:block;
	float:left;
	clear:both;
	margin:5px 0 10px;
	text-decoration:underline;
}
.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
}


/* style amends and overwrites */
.cookieconsent-popup a.cookieconsent-magic-button-related {
    display: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link {
    line-height: 1;
    background: none;
    margin: 0;
    padding: 0px;
    text-decoration: underline !important;
    font-size: 14px;
    text-transform: none;
    font-weight: 700;
    color: #63248b;
    font-family: 'Laca Medium', 'Open Sans', sans-serif;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover {
    background: none;
    color: #211103;
    opacity: 0.7;
}

.cookieconsent-dialog-content a.cookieconsent-toggle-magic-button {
	display:none;
}

/* SEARCH FOR PHONES */
/* Media Queries XS - SM */
@media only screen
and (max-width: 767px) {

.cookieconsent-popup .cookie-left {
    width: 100%;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    float: right;
    width: 100%;
    margin: 18px 0px 6px;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link, .cookieconsent-popup a.cookieconsent-magic-button-related {
    width: 100%;
    text-align: center;
    margin: 12px 0 0px 0;
}

.cookieconsent-dialog {
    height: 100vh;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.cookieconsent-dialog-content {
    width: 100%;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all {
    width: 100% !important;
    margin: 4px 0 11px !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    float: left;
    width: 100%;
    border-radius: 0px;
    height: auto;
    margin: 0 0 14px 0;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels {
    margin: 0 0 15px 0;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap p.ui-state-highlight {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 20px;
}


}

/* SEARCH FOR IPAD PORTRAITS */
/* Media Queries SM - MD */
@media only screen
and (min-width : 768px)
and (max-width : 991px) {

.cookieconsent-popup .cookie-left {
    width: 61%;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    width: 31%;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link, .cookieconsent-popup a.cookieconsent-magic-button-related {
    margin: 20px 10px 0 0;
}

.cookieconsent-popup .cookieconsent-button-wrap button {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type {
    float: right;
    margin: 0 0 0 0 !important;
}

}

/* SEARCH FOR IPAD LANDSCAPE */
/* Media Queries MD - LG */
@media only screen
and (min-width : 992px)
and (max-width : 1200px) {

.cookieconsent-popup .cookie-left {
    width: 59%;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    width: 38%;
}




}