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: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	display: block;
	overflow-x: auto;
	    margin-bottom: 16px;
}
@font-face {
	font-family: "Aglet";
	src: url("/policies/cookie/fonts/1.woff2") format("woff");
	font-weight: 300;
}
@font-face {
	font-family: "Aglet";
	src: url("/policies/cookie/fonts/2.woff2") format("woff");
	font-weight: 500;
}
@font-face {
	font-family: "Aglet";
		 src: url("/policies/cookie/fonts/3.woff2") format("woff");
		 font-weight: 600;
	}
	body{
		 font-family: "Aglet";
		 font-weight: 300;
		 font-size: 18px;
		 letter-spacing: .025em;
		 line-height: 1.5;
	}
	h3{
		 font-weight: 600;
		 font-size: 24px;
		 margin-bottom: 16px;
	}
	h4{
		 font-weight: 600;
		 font-size: 20px;
		 margin-bottom: 16px;
	}
	p{
		 margin-bottom: 16px;
	}
	a{
		 text-decoration: underline;
		 color: #618a4b;
		 font-size: 18px;
		 letter-spacing: .025em;
		 line-height: 1.5;
	}
	ul{
		 list-style: disc;
	     margin-left: 16px;
	}
	.logo-container-pf {
		 position: absolute;
		 background-color: #2F4324;
		 z-index: 100;
		 margin: auto;
		 left: 0;
		 right: 0;
		 width: 90px;
		 text-align: center;
		 height: 125px;
		 border-bottom-right-radius: 75px;
		 border-bottom-left-radius: 75px;
	}
	.logo-container-pf img {
		 width: 65px;
		 margin-top: 12px;
	}		 
	.sectionTitle{
		 background-color: #618a4b;
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 flex-direction: column;
		}
	.sectionTitle span.bgText{
		 font-size: 3em;
		 font-weight: 400;
		 color: rgba(47, 67, 36, 0.5);
		 text-align: center;
		 text-transform: uppercase;
		 line-height: normal;
		 margin-top: -35px;
	}
	.sectionTitle span.titleText{
		 font-size: 6em;
		 color: #2f4324;
		 font-weight: 600;	
	}
	.sectionContent{
		 background-color: #2f4324;
	}
	.sectionTable{
		 background-color: #618a4b;
	}
	.sectionTitle, .sectionContent, .sectionTable{
		 min-height: 350px;
		 padding: 32px;
		 margin: auto;
		 color: hsla(0,0%,100%,.7);;
	}
	.container{
		 max-width: 1140px;
		 margin: auto;
	}
	.sectionTable a{
		 color: #2f4324;
	}
	table.tablePrivacy thead{
		 background-color: #2f4324;
	}
	table.tablePrivacy thead tr th{
		 border: 1px solid #2f4324;
		 padding: 16px;
		 vertical-align: middle;
		 text-align: left;
	}
	table.tablePrivacy tbody tr td{
		 border: 1px solid #2f4324;
		 padding: 16px;
	}

	footer{
		 background-color: #2f4324;
		 color: hsla(0,0%,100%,.7);
		 padding: 32px;
	}
	footer .container{
		 display: flex;
	     justify-content: center;
	     align-items: center;
	}
	footer img{
		 height: 125px;
	}
	footer .containerFooter{
		 margin-left: 16px;
	}
	footer .containerFooter b{
		 font-weight: 600;
	}
	footer .containerFooter p{
			 margin-bottom: 10px;
	}
	footer .containerFooter ul{
		 list-style: none;
		 margin: 0px;
		 text-transform: uppercase;
	}
	footer .containerFooter a{
		 text-decoration: none;
		 color: hsla(0,0%,100%,.7);
	}
	footer .containerFooter a:hover{
		 text-decoration: underline;
	}
@media(max-width: 480px){
	footer .container{
		 flex-direction: column;
	}
	footer .container .containerFooter{
		 margin-left: 0px;
	}
	footer .container img{
		 margin-bottom: 16px;
	}
	.titles h1 div {
		display: inline-block;
		word-break: break-word;
	}
}