@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: baseline;
	font-family: 'Raleway', sans-serif;
}

html, body{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	font-size: 10px;
	font-weight: 400;
}

.clear{
	clear: both;
}

p{
	font-size: 1.6rem;
	color: #000;
	margin-bottom: 1.5rem;
}

a, a:hover, a:active, a:visited{
	color: inherit;
	font-size: 1em;
	text-decoration: none;
}

#dichiarazioni{
	font-size: 1.2rem;
}

#menu-top, .menu{
	height: 11rem;
	width: 100%;

	transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#menu-fad-container, #menu-fad-container-fixed{
	width: 100%;
	display: inline-block;
	height: 8rem;
	background: #A80F11;

	transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#menu-fad-container-fixed.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

#menu-fad{
	height: 8rem;
	padding-top: 1rem;
}

.menu-container{
	height: 100%;
	position: relative;
	display: table;
	width: calc(100% - (4.2% * 2));
	margin-left: 4.2%;
}

.menu-desktop{
	width: 100%;
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.menu-desktop ul{
	list-style: none;
	display: block;
	position: relative;
	width: 100%;

	-webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.menu-desktop ul li {
	display: inline-block;
	margin-right: 4%;
}

#menu-fad .menu-desktop ul li {
	margin-right: 2%;
}

.menu-desktop ul li:not(.li-button):not(.fadclosed) a {
	color: #666666;
	text-transform: uppercase;
	font-size: 1.4rem;
	text-decoration: none;
	padding: 0 .2rem .75rem .2rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
}

#menu-fad .menu-desktop ul li:not(.li-button):not(.fadclosed) a {
	color: #FFF;
}

li.fadclosed{
	float: right;
	margin-right: 0 !important;
}

.fadclosedmobile{
	position: absolute;
	top: 50%;
	right: 1.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

li.fadclosed p, .fadclosedmobile{
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: #000;
	cursor: default;
}

/*.menu-desktop ul li a:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 2px;
background-color: #A80F11;
opacity: 0;
width: 0;
left: 50%;
-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
-moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
-ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
-o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}*/

/*.menu-desktop ul li a.selected{
opacity: 0.5;
cursor: default;
}

.menu-desktop ul li:not(.li-button) a:not(.selected):hover:after {
width: 100%;
left: 0;
opacity: 1;
}*/

.menu-desktop ul li a.selected{
	cursor: default;
}

.menu-desktop ul li a.selected:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #A80F11;
	opacity: 0;
	width: 0;
	left: 50%;
	width: 100%;
	left: 0;
	opacity: 1;
}

#menu-fad .menu-desktop ul li a:after {
	background-color: #FFF;
}

.menu-desktop ul li:not(.li-button) a:not(.selected):hover{
	opacity: 0.5;
}

.menu-desktop ul li.li-button{
	margin-right: 0;
	position: absolute;
	right: 0;
	top: -1.5rem;
}

#esci{
	float: right;
	margin: 0;
}

#accedi-menu{
	background: #A80F11;
	font-size: 1.5rem;
	height: 5rem;
	width: 19rem;
	padding: 0;
	text-align: center;
	line-height: 5rem;
	border-radius: 4rem;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
}

#container-img{
	width: 100%;
	display: inline-block;
	position: relative;
	height: 50vH;
}

#container-img{
	background: url(../../img/img-header.jpg) center no-repeat;
	background-size: cover;
}

#container-info{
	width: 100%;
	display: inline-block;
	position: relative;
	background: #FFF;
	color: #000;
}

#container-testo {
	padding: 5rem 10rem;
	display: inline-block;
}

#container-testo p{
	/* text-align: justify; */
	margin-bottom: 2.5rem;
}

#container-testo h2{
	font-weight: 700;
	color: #A80F11;
	font-size: 4rem;
	margin-bottom: 4rem;
	text-transform: uppercase;
}

#container-testo h4{
	font-weight: 700;
	color: #A80F11;
	font-size: 2rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

#container-testo ul{
	padding-left: 3.5rem;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

#scroll-button{
	position: fixed;
	right: 2.5rem;
	bottom: 2.5rem;
	height: 5rem;
	width: 5rem;
	padding: 1rem;
	border-radius: 50%;
	z-index: 5;
	background: #A80F11 url(../../img/arrow-up.png) center no-repeat;
	background-size: contain;
	background-origin: content-box;
	visibility: hidden;
	cursor: pointer;
	opacity: 0;
	border: 1px solid #FFF;

	-webkit-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: opacity 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#scroll-button.show{
	visibility: visible;
	opacity: 0.5;
}


#container-sponsor {
	padding: 5rem 5rem;
	display: inline-block;
	background: #eeeeee;
}

#container-email{
	width: 100%;
	height: 5.5rem;
	line-height: 5.5rem;
	text-align: center;
	/* padding-left: 3rem; */
	border-radius: 3rem;
	background: #FFF;
	position: relative;
	color: #A80F11;
	font-size: 1.5rem;
	font-weight: 500;
}

#container-email img{
	position: absolute;
	left: 0;
	top: 0;
	height: 5.5rem;
	width: 5.5rem;
}

.container-sponsors{
	width: 100%;
	display: inline-block;
	margin-top: 7rem;
}

.container-sponsors.first{
	width: 100%;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 7rem;
}

.container-sponsors h4{
	margin-bottom: 2.5rem;
	font-weight: 700;
	font-size: 2rem;
	color: #A80F11;
	text-transform: uppercase;
}

.sponsors{
	display: inline-block;
	position: relative;
	width: 100%;
	padding: .5rem 2;
	border-radius: 2.5rem;
	background: #FFF;
	text-align: center;
}

.sponsors + .sponsors{
	margin-top: 1.5rem;
}

.sponsors img{
	max-width: 100%;
	max-height: 8rem;
}

#articolo{
	font-size: 1.3rem;
}

.btn-fad{
	color: #FFF;
	border: 1px solid #FFF;
	background: #A80F11;
	margin: 2.5rem 0;
	text-transform: uppercase;
	font-weight: 700;

	-webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.btn-fad:hover, .btn-fad:active{
	color: #A80F11;
	border: 1px solid #A80F11;
	background: #fff;
}

.error{
	color: rgb(221,44,0);
}

.error-reg{
	font-weight: 700;
}

#modal-accedi .modal-header, .modal-fad .modal-header{
	border: 0;
	padding-bottom: 0;
	text-align: center;
}

#modal-accedi .modal-content, .modal-fad .modal-content{
	border: 2px solid #A80F11;
}

#modal-accedi .close, .modal-fad .close {
	opacity: 1;
	font-size: 3rem;
}

#modal-accedi .modal-title, .modal-fad .modal-title {
	padding-bottom: 1.5rem;
	font-size: 2rem;
	border-bottom: 1px solid #A80F11;
}

#modal-accedi .modal-footer, .modal-fad .modal-footer {
	border: 0;
	text-align: center;
	position: relative;
}

#modal-accedi .modal-footer .btn{
	margin-top: 0;
	margin-bottom: 0;
}

#container-modulo{
	width: 100%;
	display: inline-block;
	position: relative;
	padding: 5rem 0;
}

.moduli{
	padding: 0 4.2%;
	width: 100%;
	position: relative;
	display: inline-block;
}

.moduli + .moduli{
	margin-top: 2.5rem;
}

.modulu-titolo, .capitolo{
	width: 100%;
	padding: 3rem 0;
	position: relative;
}

.modulu-titolo.hidden-modulo{
	padding: 0;
}

.modulu-titolo h4{
	font-size: 3rem;
	font-weight: 700;
	color: #A80F11;
	text-transform: uppercase;
}

.capitolo-modulo{
	padding: 0 0 0 4.2%;
	width: 100%;
	position: relative;
	display: table;
}

.capitolo-modulo:before{
	content: "";
	position: absolute;
	left: 2%;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #cccaca;
}

.capitolo-titolo{
	width: 75%;
	padding: 4rem 0;
	display: table-cell;
}

.capitolo-titolo h5{
	font-size: 2rem;
	color: #A80F11;
}

.capitolo-modulo .capitolo-titolo h5{
	color: #000;
}

.capitolo-quiz{
	width: 25%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cerchio-materiale{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	/*float: left;*/
}

.cerchio-materiale.materiale-1{
	background: #A80F11 url(../../img/fad/materiale.png) center no-repeat;
	background-size: contain;
}

.capitolo-quiz a{
	display: inline-block;
}

.capitolo-quiz a + a{
	margin-left: 2rem;
}

.capitolo-quiz a.disabled{
	cursor: default;
}

.capitolo-quiz a>img{
	height: 5rem
}

body.fixed{
	overflow-y: hidden;
}

#container-visualizzatore{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 150;
	background: rgba(0,0,0,0.5);
	display: none;
}

#visualizzatore{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 80%;
	background: #FFF;
	display: none;
}

#container-slides{
	width: 20%;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	background: #e5e5e5;
	display: none;
	z-index: 1;
}

#slides{
	position: relative;
	width: 100%;
	height: calc(100% - 7.5rem);
	padding: 2.5rem;
	margin-bottom: 7.5rem;
	overflow-y: auto;
}

#container-close {
	position: absolute;
	display: inline-block;
	right: -2.5rem;
	top: 3rem;
	width: 5rem;
	height: 5rem;
	z-index: 100;
	background: #a2a1a1;
	border-radius: 50%;
	-webkit-transition: background-color .35s,-webkit-transform .175s cubic-bezier(.215,.61,.355,1),opacity .175s cubic-bezier(.215,.61,.355,1);
	-webkit-transition: background-color .35s, opacity .175s cubic-bezier(.215,.61,.355,1), -webkit-transform .175s cubic-bezier(.215,.61,.355,1);
	transition: background-color .35s, opacity .175s cubic-bezier(.215,.61,.355,1), -webkit-transform .175s cubic-bezier(.215,.61,.355,1);
	transition: background-color .35s, transform .175s cubic-bezier(.215,.61,.355,1),opacity .175s cubic-bezier(.215,.61,.355,1);
	transition: background-color .35s, transform .175s cubic-bezier(.215,.61,.355,1),opacity .175s cubic-bezier(.215,.61,.355,1), -webkit-transform .175s cubic-bezier(.215,.61,.355,1);
}

.cross1, .cross2{
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 2.5rem;
	height: 3px;
	background: #FFF;
	-webkit-transition: background-color .35s, -webkit-transform .300s cubic-bezier(.215,.61,.355,1), opacity .300s cubic-bezier(.215,.61,.355,1), top .300s cubic-bezier(.215,.61,.355,1);
	-webkit-transition: background-color .35s, opacity .175s cubic-bezier(.215,.61,.355,1), top .300s cubic-bezier(.215,.61,.355,1), -webkit-transform .300s cubic-bezier(.215,.61,.355,1);
	transition: background-color .35s, opacity .175s cubic-bezier(.215,.61,.355,1), top .300s cubic-bezier(.215,.61,.355,1), -webkit-transform .300s cubic-bezier(.215,.61,.355,1);
	transition: background-color .35s, transform .300s cubic-bezier(.215,.61,.355,1), opacity .175s cubic-bezier(.215,.61,.355,1), top .300s cubic-bezier(.215,.61,.355,1);
	transition: background-color .35s, transform .300s cubic-bezier(.215,.61,.355,1), opacity .175s cubic-bezier(.215,.61,.355,1), top .300s cubic-bezier(.215,.61,.355,1), -webkit-transform .300s cubic-bezier(.215,.61,.355,1);
	-webkit-transform: translateY(0) translateZ(0);
	transform: translateY(0) translateZ(0);
}

.change .cross1 {
	top: 1.75rem;
	-webkit-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.change .cross2 {
	top: 3rem;
	-webkit-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

.img-slide{
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	opacity: 0.4;
	-webkit-transition: opacity 300ms cubic-bezier(.215,.61,.355,1);
	transition: opacity 300ms cubic-bezier(.215,.61,.355,1);
}

.img-slide.selected{
	/*-webkit-filter: grayscale(100%);
	filter: grayscale(100%);*/
	opacity: 1;
	cursor: default;
}

.img-slide + .img-slide{
	margin-top: 1rem;
}

#container-zoom{
	width: 100%;
	height: 100%;
	padding-left: 20%;
	position: relative;
}

#container-materiale{
	width: 100%;
	height: 100%;
	padding: 5rem;
}

#img-1,
#img-2{
	position: absolute;
	display: none;
	z-index: 1;
}

#indice-container{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 7.5rem;
	width: 20%;
	background: #3c3b3b;
	z-index: 3;
}

#wrapper{
	width: 100%;
	position: relative;
	height: 100%;
	padding: calc((7.5rem - 3.5rem) / 2) 5%;
}

#indice{
	height: 3.5rem;
	padding: 0 2rem;
	line-height: 3.5rem;
	border-radius: 3.5rem;
	border: 2px solid #FFF;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	float: left;
}

#container-frecce{
	height: 3.5rem;
	display: inline-block;
	float: right;
	position: relative;
	width: 8rem;
}

.frecce{
	height: 3.5rem;
	width: 3.5rem;
	border-radius: 3.5rem;
	border: 2px solid #FFF;
	float: left;
	cursor: pointer;
	padding: .5rem;
	background: url(../../img/arrow-up.png) center no-repeat;
	background-size: contain;
	background-origin: content-box;
}

.frecce + .frecce{
	margin-left: 1rem;
}

#freccia-left{
	float: left;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#freccia-right{
	float: right;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

h2.quiz-capitolo{
	font-size: 3rem;
	color: #A80F11;
	margin-bottom: 5rem;
	font-weight: 700;
}

.container-fad{
	padding: 5rem 4.2%;
	width: 100%;
	position: relative;
	display: inline-block;
}

.container-domanda, .container-questionario{
	width: 100%;
	padding: 4.5rem 4rem;
	background: #fafafa;
	border: 1px solid #d1d1d1;
	position: relative;
	margin-bottom: 2.5rem;
}

p.domanda-testo{
	font-size: 1.8rem;
	color: #000;
	margin-bottom: 1.5rem;
}

.container-domanda span.numero-domanda{
	position: absolute;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #A80F11;
	color: #FFF;
	top: -1.5rem;
	left: 1.5rem;
	text-align: center;
	line-height: 3rem;
	font-size: 1.2rem;
}

.box span.numero-domanda{
	position: absolute;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #A80F11;
	color: #FFF;
	top: -1.5rem;
	left: 1.5rem;
	text-align: center;
	line-height: 3rem;
	font-size: 1.2rem;
}

.g-label span{
	font-size: 1.4rem;
}

.error{
	color: rgb(221,44,0);
}

.container-soddisfazione{
	width: 100%;
	display: table;
	position: relative;
}

.domanda-soddifazione{
	display: table-cell;
	width: 75%;
	position: relative;
}

.domanda-soddifazione .domanda-testo{
	margin: 0;
}

.soddisfazione-risposte{
	display: table-cell;
	width: 25%;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

.options-container{
	position: relative;
	display: inline-block;
	float: right;
}

.soddisfazione-options{
	width: 2.5rem;
	height: 2.5rem;
	background: #FFF;
	border: 1px solid #A80F11;
	border-radius: 50%;
	margin: 0 .5rem;
	float: left;
	position: relative;
}

.soddisfazione-options>span{
	position: relative;
	line-height: 2.3rem;
	z-index: 2;
	color: #A80F11;
}

.soddisfazione-options:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0);
	-webkit-transition: all .350s cubic-bezier(.215,.61,.355,1), background-color .150s, -webkit-transform .350s cubic-bezier(.215,.61,.355,1);
	transition: all .350s cubic-bezier(.215,.61,.355,1), background-color .150s, -webkit-transform .350s cubic-bezier(.215,.61,.355,1);
	transition: all .350s cubic-bezier(.215,.61,.355,1), background-color .150s, transform .350s cubic-bezier(.215,.61,.355,1);
	transition: all .350s cubic-bezier(.215,.61,.355,1), background-color .150s, transform .350s cubic-bezier(.215,.61,.355,1), -webkit-transform .350s cubic-bezier(.215,.61,.355,1);
}

.soddisfazione-options.selected>span{
	color: #FFF;
}

.soddisfazione-options.selected{
	border-color: #A80F11;
}

.soddisfazione-options.selected:before{
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
	background: #A80F11;
}

#domanda-area .g-glyp{
	top: inherit;
	bottom: 3rem;
	color: #A80F11;
	cursor: pointer;
	-webkit-transition: all .350s cubic-bezier(.215,.61,.355,1), opacity .500s cubic-bezier(.215,.61,.355,1);
	transition: all .350s cubic-bezier(.215,.61,.355,1), opacity .500s cubic-bezier(.215,.61,.355,1);
}

.domanda-faq{
	color: #A80F11;
	font-size: 2rem;
}

.risposta-faq{
	font-size: 1.4rem;
	margin: 0;
	margin-top: 2rem;
}

#container-footer{
	height: 10rem;
	background: #A80F11;
	color: #FFF;
}

#footer{
	height: 100%;
	position: relative;
	display: table;
	width: 100%;
	padding: 0 4.2%;
}

#footer>div{
	width: 100%;
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

#footer>div>p{
	margin: 0;
	font-size: 1.4rem;
	color: #FFF;
}

#footer>div>p a{
	text-decoration: underline;
}

#password-dim{
	font-style: italic;
	font-weight: 300;
	color: rgb(102, 102, 102);
	font-size: 1.4rem;
	cursor: pointer;
}

.indice-val{
	margin: 0;
	margin-top: 1.5rem;
}

.fad-color{
	color: #A80F11;
}

.info{
	font-size: 1.2rem;
}

.info img{
	height: 55px;
	margin-bottom: 1rem;
}
/*
.info a{
text-decoration: underline;
}
*/

#cookie_policy {
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #A80F11;
	padding: 15px 0;
	width: 100%;
	font-size: 1em;
	text-align: center;
}

#cookie_policy p{
	font-size: 1.2rem;
	margin: 0;
	color: #FFF;
}

#cookie_policy span {
	font-size: 1em;
	cursor: pointer;
	text-decoration: underline;
}

#cookie-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #FFF;
	z-index: 9999;
}

#cookie-container>div{
	width: 100%;
	height: 100%;
	padding: 5%;
	overflow-y: auto;
}

#close-cookie-container{
	font-size: 5rem;
	position: absolute;
	top: 2.5%;
	right: 2.5%;
	cursor: pointer;
	font-weight: bold;
}

.title_privacy {
	font-size: 1.5em;
	margin: 1% 0 2%;
	font-weight: bold;
}

#titolo-header{
	width: 100%;
	height: 100%;

	background: url(../../img/titolo_header.png) center no-repeat;
	background-size: contain;
}

#cookie-container h2 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

#cookie-container h3 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

#cookie-container h4 {
	font-size: 1.3em;
	font-weight: 700;
}

#cookie-container p {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

#cookie-container ul{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	padding-left: 3rem;
}

#cookie-container a{
	color: #009EE0;
	font-weight: 700;
}

#cookie-container .table{
	font-size: 1.3em;
}