/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */



.cookie-consent-content {
	display: none;
}

.cookie-consent-content .collapse, .modal, .visible {
	display: block;
}
.cookie-consent-content .modal.modal-default {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000000;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.cookie-content {
	font-family: "Neo Sans", Helvetica, Arial, sans-serif;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #333;
	color: #d3d2d2;
	font-size: 0.75rem;
	z-index: 99;
}

.cookie-content[data-cookie-consent-step="1"] p {
	color: white;
	margin-left: 0;
}

.SitecoreIsInPrevieworEdit .cookie-content {
	display: none;
	position: relative;
}

.cookie-content .row {
	max-width: 70%;
	margin: 3em auto;
}

.cookie-content .small-12.large-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.cookie-content[data-cookie-consent-step="2"] .small-12.large-12 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.cookie-content .pure-u-3-4 {
	width: 70%;
	margin: 0 1em;
}

.cookie-content .pure-u-1-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 15%;
	margin: 0 1em;
}

.cookie-content .small-6.large-6
{
	text-align: left;
}

.cookie-content .bg-inverse h3 {
	color: #fff;
	line-height: normal;
	font-weight: 600;
	font-size: 3em;
	text-transform: none;
	margin: 0 0;
	text-align: left;
	padding-bottom: 0.2em;
}

.cookie-content button {
	padding: 0.7em 0.7em;
	border: 0 solid #005b99;
	background: #005b99;
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	text-align: center;
}

.cookie-content a {
	border-bottom: 2px solid #0080be;
}

.cookie-content .cookie-text-link {
	margin: 1em auto;
    margin-top: 2em;
	text-align: center;
}

.cookie-content .display-inline {
	font-size: 1.7em;
	color: #fff;
	text-align: left;
	margin: 0.2em 0em;
	float: left;
	
}

.cookie-content .display-inline input {
	padding: 0;
    margin: 0;
    vertical-align: middle;

}

.cookie-title-description {
	text-align: justify;
}

.cookie-content .more-cookie {
	text-transform: none;
	text-decoration: underline;
	color: #fff;
	font-weight: 400;
	line-height: 2em;
	font-size: 1.5em;
}

.cookie-content .small-6.large-6 .pure-u-3-4 img {
    height: 5em;
    width: auto;
    margin: 1em auto;
    float: left;
	
}

.cookie-content[data-cookie-consent-step="2"] .small-6.large-6 .pure-u-3-4 img {
    display: none;
}

.cookie-content p {
	color: #fff;
	line-height: 2em;
	font-size: 1.5em;
	text-align: justify;
	margin-bottom: 0em;
}

.cookie-content[data-cookie-consent-step="2"] {
	display: none;
}

label.cookie-title {
    padding-left: 0.5em;
	font-weight: bold;
}


@media screen and (max-width:1279px) {
	.cookie-content .row {
		max-width: 90%;
	}

	
	.cookie-content .small-12.large-12 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.cookie-content[data-cookie-consent-step="2"] .small-12.large-12 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}
	
	.cookie-content .pure-u-3-4 {
		width:100%;
		margin: 0.5em 0;
		
	}
	
	.cookie-content .small-12.large-12 .pure-u-3-4 {
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	
	.cookie-content .pure-u-1-4 {
		width:100%;
		margin: 1em 0;
	}
	
}

@media screen and (max-height: 639px) and (orientation: landscape) {
  .cookie-content[data-cookie-consent-step="2"] {
		height:-webkit-fit-content;
		height:-moz-fit-content;
		height:fit-content;
		max-height:100vh;
		overflow-y: scroll;
  }
	
}

@media screen and (max-width:639px) {
	
	.cookie-content[data-cookie-consent-step="2"] {
		height:-webkit-fit-content;
		height:-moz-fit-content;
		height:fit-content;
		max-height:65vh;
		overflow-y: scroll;
	}
	
	.cookie-content .small-12.large-12 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cookie-content .pure-u-3-4 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	
	.cookie-content .row {
		margin: 3em auto;
	}
	
	.cookie-content .display-inline {
        font-size: 12px;
    }
}