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

body.cookie-overlay-shown {
    overflow: hidden !important;
    height: 100vh;
}

.cookieconsent-popup {
    right: 0px;
}

.cookie-overlay-shown .cookieconsent-popup {
    display: none;
}


/* edit settings dialog */
.cookieconsent-overlay {
    position: fixed !important;
    z-index: 9999999 !important;
    opacity: 1 !important;
    height: 100%;
    width: 100%;
    top: 0px;
    background: rgb(41 41 45 / 34%) !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: 30px;
    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;
    min-height: 494px;
    -moz-box-shadow: 0px 0px 43px 0px rgba(65 53 66 / 18%);
    text-align: center;
    -webkit-box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 19%);
    -moz-box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 18%);
    box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 18%);
    border-radius: 15px;
    max-height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
}

.cookieconsent-dialog-content h2 {
    float: left;
    width: 100%;
    display: block;
    font-size: 24px;
    color: #1c1740;
    font-weight: 600;
    line-height: 1.3;
    margin: -6px 0 30px 0;
    padding: 0 0 0 0;
    text-align: left;
    text-transform: capitalize;
}

.cookieconsent-dialog-content p {
    float: left;
    width: 100%;
    display: block;
    clear: both;
    margin: -8px 0 24px 0;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
    color: #4F576D;
    font-weight: 350;
}

.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.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: 15px;
    width: 1140px;
    padding: 20px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 9999999;
    border-radius: 0px;
    border: none;
    background: #ffffff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 13%);
    -moz-box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 13%);
    box-shadow: 0px 0px 49px 0px rgb(41 35 84 / 13%);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.cookieconsent-popup .cookie-left {
    float: left;
    display: block;
    width: auto;
    margin: 0px 0 0 0;
    line-height: 28px;
    color: #4F576D;
    font-size: 14px;
    font-weight: 400;
}

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

.cookieconsent-popup .cookieconsent-button-wrap {
    float: right;
    width: auto;
    margin: 0px 0 0 0;
    padding-left: 35px;
}

.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;
    background: #e56700;
    padding: 10px 10px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

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

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type {
    float: left;
    width: auto !important;
    height: 40px !important;
    border-radius: 0px;
    margin: 0px;
    outline: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    background: #1c1740;
    color: #ffffff;
    border-radius: 50px;
    text-align: center;
    min-width: 130px;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:hover {
    background: #ff6600;
    color: #ffffff;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:before {
    content: "Accept Cookies";
    font-family: filson-pro, sans-serif;
    font-weight: 100;
    font-size: 16px;
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    z-index: 3;
    position: relative;
    font-weight: 400;
    visibility: visible;
    font-size: 18px;
    line-height: 0.9;
    color: #0D3E5C;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:hover:before {
    color: #fff;
}

.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;
    margin-bottom: 27px !important;
    margin-top: 0px !important;
    text-align: left !important;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 600;
    margin-top: -4px !important;
    color: #1c1740;
}

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

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type {
    position: relative;
    left: 0px;
    bottom: 0px;
    width: auto !important;
    background: none;
    padding: 0px;
    border-radius: 0px !important;
    float: right;
    margin-left: 25px !important;
    height: auto !important;
    width: auto !important;
    font-size: 14px;
    margin-top: 12px !important;
}



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

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    float: left;
    width: 50%;
    border-radius: 0px;
    height: auto;
    margin-bottom: 30px;
    padding-right: 19px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all .cookieconsent-permission-panel-title {
    border: none;
    text-transform: capitalize;
    background: none;
    margin-bottom: 20px;
    text-align: left;
    padding: 0px;
    line-height: 1.3;
    margin-top: 0px;
    font-size: 14px;
    color: #1c1740;
    font-weight: 600;
}

.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: 0 0px 0 21px;
    font-size: 14px;
    margin: 0 0 12px 0;
    position: relative;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #4F576D;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ff6600;
    position: absolute;
    left: 0px;
    top: 11px;
    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: 50% !important;
    display: block;
    margin: 0px !important;
    border: none;
    height: auto;
    max-width: none !important;
    text-align: left;
    height: 36px;
    position: relative;
    padding-left: 56px;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: 1;
    margin-bottom: 30px !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:before {
	content:"";
	width:36px;
	height:36px;
	position:absolute;
	left:0px;
	top:0px;
    background: #e6e6ea;
	visibility: visible;
}


.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated:before {
	background:#ff6600;
}

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

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:before {
    background: rgba(230, 230, 234, 100%) !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:after {
    color: #89869e !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:after {
    height: 14px;
    left: 0px;
    width: 36px;
    content: "\f00c";
	font-family: 'Font Awesome 5 Pro';
	font-weight:normal;
    background: none;
    text-align: center;
    font-size: 14px;
        color: transparent;
    top: 11px;
    position: absolute;
    font-weight: 400;
	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 {
    color: #ffffff;
}


.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon {
    position: relative;
    top: 0px;
    left: 0px;
    height: 36px;
    width: 100%;
    border-radius: 0px;
    overflow: hidden;
    background: rgb(112 112 112 / 14%);
    right: initial;
    border-radius: 0px;
    background: none !important;
}


.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: left;
    width: auto;
    background: none;
    display: block;
    text-transform: none;
    font-weight: 400;
    top: 0px;
    position: relative;
    padding: 10px 0 0 0;
    line-height: 14px;
    font-size: 14px;
    color: #4F576D;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    clear: both;
    float: none;
    width: auto;
    display: inline-block;
    margin: 0px;
    text-decoration: none !important;
    border-radius: 0px;
    text-transform: none;
    text-align: center;
    padding: 0px;
    line-height: 1;
    font-size: 16px;
    font-weight: 350;
    color: #0D3E5C;
    text-decoration: none !important;
    padding-left: 47px;
    position: relative;
    box-shadow: none !important;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 34px;
    height: 26px;
    background: url(/wp-content/uploads/2022/08/cookie-icon.png) no-repeat center center;
    background-size: contain;
	visibility: visible;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link:hover {
    color: #9bc842;
}

.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;
    font-weight: 800;
    text-transform: uppercase;
}

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

.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;
    font-weight: 400;
    text-align: center;
    font-family: filson-pro, sans-serif;
    font-size: 18px;
    line-height: 0.9;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-icon {
    position: relative;
    top: 0px;
    margin: 0px;
    background-image: none;
    background: none;
    left: 0px;
    height: auto;
    width: auto;
    border-radius: 0px;
    display: block;
    text-indent: 0 !important;
}

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


.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 {
    position: absolute;
    top: 21px;
    box-shadow: none;
    color: #ee3e3e;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 21px;
    opacity: 1;
    display: block;
    background: none;
    padding: 0px;
    background: none !important;
}


.cookieconsent-dialog-content .cookieconsent-dialog-close:before {
    content: "\f00d";
	font-family: 'Font Awesome 5 Pro';
	font-weight:normal;
}

.cookieconsent-dialog-content .cookieconsent-dialog-close:hover {
	opacity:0.6;
}

/* 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: 23px 0 0px;
    padding: 0px;
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #ff6600;
    border-radius: 0px;
    letter-spacing: -0.01em;
    position: absolute;
    left: 30px;
    width: auto;
    bottom: 30px;
    display: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link:hover {
    color: #1c1740
}

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

/* new functionality */
.cookieconsent-popup {
    padding: 16px 25px;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    padding-left: 25px;
}

.cookieconsent-popup .cookie-left {
    max-width: calc(100% - 300px);
}

.cookieconsent-edit-settings button.cta-button {
    float: right !important;
    border-radius: 25px;
    font-size: 16px;
    font-family: filson-pro, sans-serif;
}

.cookieconsent-edit-settings button.cta-button i:before {
    color: #0D3E5C;
}

.cookieconsent-edit-settings button.cta-button:hover i:before {
    color: #fff;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    float: left;
    margin-top: 14px;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    margin-bottom: 29px;
}



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

.cookieconsent-dialog {
    top: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.cookieconsent-dialog-content {
    width: 100vw;
    height: 100%;
    border-radius: 0;
    overflow-y: scroll;
    max-height: 100vh;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    left: 0px;
    top: 0px;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    font-size: 13px;
}

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

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-permission-panels .ui-corner-all {
    width: 100%;
    padding-right: 0px;
}

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

.cookieconsent-popup {
    width: 100%;
    padding: 19px;
    bottom: 0px;
    border-radius: 0px;
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.cookieconsent-popup a.cookieconsent-cookie-policy-link {
    display: none;
}

.cookieconsent-popup .cookie-left {
    width: 100%;
    font-size: 14px;
    margin: -6px 0 10px 0px;
    text-align: center;
}

.cookieconsent-popup .cookieconsent-button-wrap {
    padding-left: 0px;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row-reverse;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type {
    margin-top: 0px !important;
}

.cookieconsent-popup .cookie-left {
    max-width: calc(100% - 0px);
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link {
    margin-top: 0;
    width: 100%;
    text-align: left;
}

.cookieconsent-edit-settings button.cta-button {
    float: left !important;
    margin-top: 25px;
}

}


@media only screen
and (min-width : 768px)
and (max-width : 991px) {

.cookieconsent-popup {
    width: 730px;
}

}

@media only screen
and (min-width : 992px)
and (max-width : 1200px) {

.cookieconsent-popup {
    width: 930px;
}

}


@media only screen
and (max-device-width : 767px)
and (orientation : landscape) {


}






/* NEW STyling */
.cookieconsent-popup.container-fluid {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgb(0 0 0 / 50%);
    border-radius: 0;
    backdrop-filter: blur(4px);
    border: none !important;
    font-family: filson-pro, sans-serif;
}

.cookieconsent-dialog-content {
    border-radius: 0;
}

.cookieconsent-overlay {
    background: rgb(0 0 0 / 50%)!important;
    backdrop-filter: blur(4px);
}

.cookieconsent-popup.container-fluid .inner {
    background: #fff;
    padding: 65px 70px;
    text-align: center;
    border-radius: 10px;
}

.cookieconsent-popup.container-fluid .inner .cookie-left {
	max-width: none;
}

.cookieconsent-popup.container-fluid .inner .cookie-left .icon{
	float: left;
	width:100%;
	height: 70px;
	position: relative;
	background: url(/wp-content/uploads/2022/08/cookie-icon.png) no-repeat center center;
	background-size: contain;
	margin-bottom: 35px;
}

.cookieconsent-popup.container-fluid .inner .cookie-left h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: #0D3E5C;
    margin: 0 0 23px 0;
    font-weight: 350;
    font-size: 30px;
    line-height: 42px;
}

.cookieconsent-popup.container-fluid .inner .cookie-left p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 325;
    margin-bottom: 25px;
}

.cookieconsent-popup.container-fluid .inner .cookieconsent-button-wrap {
    float: left;
    width: 100%;
    padding: 0;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}

.cookieconsent-dialog .cookieconsent-dialog-content {
    min-height: auto;
    width: 945px;
    max-width: 90%;
    padding: 50px 45px;
    border: none !important;
    border-radius: 10px !important;
    font-family: filson-pro, sans-serif;
}

.cookieconsent-dialog .cookieconsent-dialog-content h2 {
    color: #0D3E5C;
    font-size: 24px;
    line-height: 35px;
    margin-top: -8px;
}

.cookieconsent-dialog .cookieconsent-dialog-content > p {
    font-size: 16px;
    line-height: 26px;
    margin: -10px 0 50px 0;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap {
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap > p.ui-state-highlight {
    display: none !important;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer {
	display: block;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all {
    width: 100% !important;
    position: relative;
    margin: 0 0 40px 0 !important;
    height: auto;
    padding: 0 240px 0 0;
    opacity: 1 !important;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all .cookieconsent-level-button-icon {
	float: left;
	width: 100%;
	height: auto;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all .cookieconsent-level-button-icon span.cookieconsent-level-button-title {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0;
    color: #0D3E5C;
    letter-spacing: 0.02em;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all .cookieconsent-level-button-icon span.cookieconsent-level-button-desc {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    color: #4F576D;
    font-weight: 350;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type {
    padding-bottom: 40px;
    border-bottom: solid 1px #ccc !important;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:before {
    content: 'Enable';
    right: 89px;
    left: auto;
    padding: 0;
    width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    height: 45px;
    line-height: 41px;
    border: solid 1px #0D3E5C;
    top: 0;
    color: #0D3E5C;
    font-family: filson-pro, sans-serif;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 5px;
    background: #fff !important;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:after {
    content: 'Disable';
    right: 0;
    left: auto;
    padding: 0;
    width: 90px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.02em;
    height: 45px;
    line-height: 41px;
    border: solid 1px #0D3E5C;
    top: 0;
    color: #fff;
    font-family: filson-pro, sans-serif;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-right: 5px;
    background: #0D3E5C !important;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated:after{
	background: #fff !important;
	color: #0D3E5C;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated:before{
	background: #0D3E5C !important;
	border-color: #0D3E5C;
	color: #fff;
}

.cookieconsent-popup.container-fluid .inner .cookieconsent-button-wrap button.ui-button-text-icon-primary {
    padding: 8px 30px;
    height: 50px !important;
    width: auto !important;
    position: relative;
    float: left;
    border-radius: 100px !important;
    border: solid 1px #ccc !important;
    margin: 0 5px !important;
    text-transform: none !important;
    font-family: filson-pro, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.cookieconsent-popup.container-fluid .inner .cookieconsent-button-wrap button.ui-button-text-icon-primary:last-of-type {
    border-color: transparent !important;
    background: #9bc842;
}

.cookieconsent-popup.container-fluid .inner .cookieconsent-button-wrap button.ui-button-text-icon-primary:last-of-type:hover{
    background: #0D3E5C;
    color: #ffffff;
}

.cookieconsent-popup.container-fluid .inner .cookieconsent-button-wrap button.ui-button-text-icon-primary:first-of-type {
	background: #fff;
    color: #9bc842;
    border: solid 1px #9bc842!important;
}

.cookieconsent-popup.container-fluid .inner .cookieconsent-button-wrap button.ui-button-text-icon-primary:first-of-type:hover {
    background: #0D3E5C;
    color: #fff;
    border: solid 1px #0D3E5C !important;
}

.cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text {
    color: #9bc842;
}

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

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:before, 
.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:after {
    opacity: 0.3 !important;
}

.cookieconsent-edit-settings button.cta-button i {
    margin: 0 5px 0 0;
}

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

.cookieconsent-popup.container-fluid .inner .cookie-left p a {
	color: #0D3E5C;
}

.cookieconsent-popup.container-fluid .inner .cookie-left p a:hover {
	color: #9bc842;
}



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

.cookieconsent-popup.container-fluid .inner .cookieconsent-button-wrap button.ui-button-text-icon-primary {
    padding: 8px 20px;
    height: 50px !important;
    margin: 0 3px !important;
}

.cookieconsent-popup .cookieconsent-button-wrap button span.ui-button-text, .cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:before {
    font-size: 14px;
}

.cookieconsent-popup.container-fluid .container.h-100 > .row > .col-12 {
    height: 100% !important;
}

.cookieconsent-popup.container-fluid {
    padding: 0;
    height: 100% !important;
    bottom: 0;
    top: auto;
    border: none !important;
    align-items: end;
    align-content: end;
	backdrop-filter: blur(2px);
}

.cookieconsent-popup.container-fluid .container.h-100 {
    max-width: none;
    padding: 0;
    height: auto !important;
}

.cookieconsent-popup.container-fluid .inner {
    padding: 70px 30px;
    height: 100% !important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
	
.cookieconsent-popup.container-fluid .inner .cookie-left .icon {
    height: 50px;
    margin-bottom: 25px;
}
	
.cookieconsent-popup.container-fluid .inner .cookie-left p {
    font-size: 14px;
    line-height: 30px;
}

.cookieconsent-popup.container-fluid .inner .cookie-left {
    margin-top: auto!important;
}

.cookieconsent-popup.container-fluid .inner .cookieconsent-button-wrap {
    margin-bottom: auto!important;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all {
    margin: 0 0 40px 0 !important;
    padding: 0 0 60px;
}
	
.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type {
    padding-bottom: 100px;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:after,
.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:before {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0px;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:before, 
.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:first-of-type:after {
    bottom: 40px;
}

.cookieconsent-dialog .cookieconsent-dialog-content {
    min-height: auto;
    width: 945px;
    max-width: 100%;
    padding: 30px;
    padding-bottom: 70px;
    height: 100%;
}

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:after {
    left: 79px;
}

}


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

.cookieconsent-dialog .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all .cookieconsent-level-button-icon span.cookieconsent-level-button-desc {
    font-size: 14px;
    line-height: 28px;
}

}

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