/**
 * 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;
    z-index: 9999999;
    background: #ffffff;
    opacity: 0.4;
}

.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: 35px;
    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: 0px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
    -moz-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
    box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
}

.cookieconsent-dialog-content h2 {
    float: left;
    width: 100%;
    display: block;
    font-size: 26px;
    margin: 0 0 30px 0;
    text-transform: capitalize;
    color: #3b3b3b;
    line-height: 23px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0.02em;
}

.cookieconsent-dialog-content p {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: -8px 0 15px 0;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    color: #788087;
    line-height: 28px;
}

.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;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(50, 180, 50, 0.3);
}
.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: 0px;
    width: 100%;
    padding: 25px 25px;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9999999;
    border-radius: 0px;
    border: none;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
    -moz-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
    box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
}

.cookieconsent-popup .cookie-left {
    float: left;
    display: block;
    width: 72%;
    font-family: 'Nunito Sans',sans-serif;
    color: #666666;
    line-height: 25px;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #788087;
    font-weight: 300;
}

.cookieconsent-popup .cookie-left a {
    font-weight: 700;
    color: #dea36d;
}

.cookieconsent-popup .cookie-left a:hover {
    font-weight: 700;
    color: #1b1b1b;
}

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

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

.cookieconsent-popup .cookieconsent-button-wrap button {
    width: 100% !important;
    border: none;
    position: relative;
    height: 40px !important;
    margin: 0 0 0px 0 !important;
    float: left;
    display: block;
    text-decoration: none !important;
    font-size: 10px;
    background: #ffffff;
    padding: 10px 24px;
    border-radius: 0;
    color: #838689;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
    -moz-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
    box-shadow: 0px 0px 16px 0px rgba(77,89,97,0.37);
}

.cookieconsent-popup .cookieconsent-button-wrap button:hover {
	    background: #dea36d;
	    -webkit-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0);
    -moz-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0);
    box-shadow: 0px 0px 16px 0px rgba(77,89,97,0);
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type {
    float: right;
    margin: 0 0 0 0;
    background: #dea36d;
	    -webkit-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0);
    -moz-box-shadow: 0px 0px 16px 0px rgba(77,89,97,0);
    box-shadow: 0px 0px 16px 0px rgba(77,89,97,0);
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:hover {
	background:#3b3b3b;
}

.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;
    color: #282625;
    text-transform: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 25px !important;
    margin-top: 7px !important;
    text-align: left !important;
    color: #788087;
}

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

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels {
    border: none;
    float: left;
    width: 100%;
    height: auto;
    display: block;
    padding: 0px;
    margin: 0 0 30px 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;
    border-radius: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    display: block;
    height: auto;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #dea36d;
    line-height: 13px;
    margin: 0 0 30px 0;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    background: none;
    text-align: left;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all .cookieconsent-permission-panel-title:after {
content: "";
    left: 0px;
    bottom: -24px;
    height: 2px;
    display: block;
    width: 24px;
    position: absolute;
    background: #dea36d;
}

.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;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li {
    float: left;
    padding: 0 0px 0 30px;
    margin: 0 0 16px 0;
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
    color: #788087;
    line-height: 24px;
    text-align: left;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li:before {
    position: absolute;
    left: 0px;
    top: -1px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
	visibility: visible;
	width:auto;
	height: auto;
	background: none !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all.cookieconsent-permission-panel-allowed ul li:before {
    content: "\f00c";
    color: #47d32b;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all.cookieconsent-permission-panel-disallowed ul li:before {
    content: "\f00d";
    color: #ee3535;
}

.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: 3px 0 4px !important;
    border: none;
    height: auto;
    max-width: none !important;
    text-align: right;
    height: 34px;
    position: relative;
    padding-left: 81px;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type {
    cursor: pointer;
    pointer-events: none;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated {
}

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

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 5px;
    top: 4px;
    background: #3b3b3b;
    border-radius: 50%;
    visibility: visible;
}

/*.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: 29px;
    background: #dea36d;
}

.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;
    height: 100%;
    width: 60px;
    border-radius: 100px;
    overflow: hidden;
    background: #ebebeb;
    right: initial;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated span.cookieconsent-level-button-icon {
    background: #ffcb9b;
}

.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 {
    float: right;
    width: 100%;
    background: none;
    display: block;
    color: #3b3b3b;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    height: auto;
    top: 0px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 12px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:hover span.cookieconsent-level-button-title {
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    clear: both;
    width: auto;
    display: block;
    margin: 0px;
    text-decoration: none !important;
    background: #dea36d;
    color: #ffffff;
    padding: 14px 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    height: 46px;
    text-transform: capitalize;
    border-radius: 0px;
    float: left;
    text-align: center;
    min-width: 160px;
    width: 475px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link:hover {
	background:#3b3b3b;
}

.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: #98aa33;
    padding: 10px 24px;
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
font-family: 'Nunito 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;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    font-family: 'Nunito Sans'', sans-serif;
    color: #838689;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type span.ui-button-text {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.cookieconsent-popup .cookieconsent-button-wrap button:hover span.ui-button-text {
	color:#ffffff;
}

.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: invert(1) brightness(10000);
    filter: invert(1) brightness(10000);
    float: left;
    margin: -1px 0 0 6.7px;
    width: 16px;
    height: 16px;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close {
    position: absolute;
    right: 35px;
    width: auto;
    margin: 0px;
    top: 35px;
    display: block;
    height: 30px;
    width: 30px;
    border: none;
    background: #dea36d;
    border-radius: 50%;
}

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

/* 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 {
    background: none;
    margin: 17px 0 0px;
    color: #8f989d;
    padding: 0px;
    text-decoration: underline !important;
    text-transform: capitalize;
    font-size: 13px;
    float: left;
    line-height: 12px;
    font-weight: 600;
}

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

.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%;
    font-size: 12px;
}

.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: 100%;
    overflow: hidden;
}

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

.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;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    width: auto;
    height: auto;
}

}

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

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

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

.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: 70%;
}

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




}
