/**************************************************

    Cookie Consent

**************************************************/

body .cc-window {
    padding: 20px !important;
}

body .cc-window .cc-message {
    padding-right: 0;
    width: 100%;
}

body .cc-window .cc-message a {
    border: none;
    color: #7f8082;
    text-decoration: underline;
    font-size: 16px;
    font-weight: normal;
}

body .cc-window .cc-message a:hover {
    text-decoration: none;
}

body .cc-window .cc-message h3 {
    font-weight: bold;
    font-size: 1.3em;
    color: #008c8c;
    text-transform: initial;
    margin: 10px 0 10px 0;
}

body .cookie-options {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5em;
	max-height: 60vh;
	overflow: auto;
}

body .cookie-details {
	margin: 15px 0 5px 0;
	font-size: 16px;
	line-height: 22px;
	color: #333;
}

body .cookie-options label {
    font-size: 16px;
    margin-top: 10px!important;
    color: #666!important;
}

.margin-text {
    margin-top: 10px !important;
}

body .cookie-options input {
    width: auto;
    margin-right: 10px;
    margin-top: 10px!important;
}

body .cc-window .cc-link {
    opacity: 1;
    padding: 0;
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

.cc-btn {
    padding: 3px 50px;
    border-width: 1px;
    margin: 1px;
    cursor: pointer;
}

.cc-btn+.cc-btn {
    margin-left: 0;
}

.cc-banner .cc-btn:last-child {
    min-width: auto;
}

.cc-window.cc-banner {
    -ms-flex-align: normal;
    -webkit-box-align: normal;
    align-items: normal;
    top: 0;
    margin: auto;
    width: 680px;
    height: min-content;
    background-color: #ffffff;
    color: #7f8082;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.cc-compliance>.cc-btn {
    -ms-flex: 0;
    -webkit-box-flex: 0.34;
    flex: 0.34 1 0%;
    border-radius: 20px;
    max-height: 32px;
}

.cc-compliance {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    width: 100%;
    flex-direction: row-reverse;
}

.cc-compliance>.cc-btn.accept-all,
.cc-compliance>.cc-btn.accept-as-is,
.cc-compliance>.cc-btn.deny-all {
    background-color: #008c8c;
    color: #fff;
}

.cc-compliance>.cc-btn.accept-all:hover,
.cc-compliance>.cc-btn.accept-as-is:hover,
.cc-compliance>.cc-btn.deny-all:hover {
    background-color: #fff;
    color: #008c8c;
}

.blurAll  {
    filter: blur(5px);
}

@media only screen and (min-width: 1240px) {
    body .cc-window.cc-banner {
        padding: 0;
    }
}

@media only screen and (max-width: 700px) {
    body .cc-window.cc-banner {
        width: auto;
        height: auto;
        bottom: unset;
        top: unset;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        overflow: scroll;
    }

    .cc-banner .cc-btn.accept-all {
        margin: 10px 0 0;
    }

    .cc-window .cc-message {
        margin-bottom: 0;
    }

    .cc-compliance {
        -webkit-box-direction: column;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

@media only screen and (max-width: 950px) and (orientation: landscape) {
	body .cookie-options {
		max-height: 55vh;
	}
	.cc-compliance {
		-ms-flex-flow: row;
		flex-flow: row;
	}
	.cc-banner .cc-btn.accept-all {
		margin: 0;
	}
	.cc-window.cc-banner {
		min-width: 680px;
		width: 90%;
	}
}
