body {
    font-family: 'Poppins', sans-serif;
		font-size: 14px;
		height: 100vh;
		line-height: 1.85;
}
h1 {
	padding:0px 0px 0px 60px;
	margin-left:auto;
	margin-right:auto;
}
h2 {
	text-align:center;
}
ul {
	list-style-type:circle;
}
p {
	text-align:justify;
}
img {
	width:100%;
	height:auto;
}
.small-logo {
	width:120px;
	height:97px;
	bottom:10px;
}
.centercontent {
	max-width: 800px;
}
.customcontainer {
	margin-bottom: 40px;
}
.privacynotice {
	text-align: center;
}
.group-picture {
	width:100%;
	padding:0px 0px 0px 0px;
}
.law,.law-hover:hover {
	color:#fff!important;background-color:#00445F!important
}
.50pxmargintop {
	margin-top: 50px;
}
@media only screen and (min-width: 380px) {
	.group-picture {
	float:right;
	width:auto;
	padding:5px 0px 8px 8px;
	}
}
@media only screen and (min-width: 600px) {
	.portrait {
	float:right;
	width:auto;
	}
}
.companybuilding {
	width:100%;
	padding:0px 0px 0px 0px;
}
@media only screen and (min-width: 600px) {
	.companybuilding {
	float:right;
	width:auto;
	padding:5px 0px 8px 8px;
	}
}
.logo {
	padding:10px 10px 20px 10px;
}
div.bold p span {
	font-weight:bold;
}
div.italic p span {
	font-style:italic;
}
/* Slideshow */
.slideshow {
	margin-top: 20px;
	max-width:800px;
	}
.arrowwidth {
	width:100%;
	}
.flavortext {
	margin-bottom: 25px;
	}
.mySlides {
	display:none;
	}
.w3-left, .w3-right, .w3-badge {
	cursor:pointer;
	}
.w3-badge {
	height:13px;width:13px;padding:0;
	}
.Slide {
	width:100%;
	height:auto;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: left;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordionbutton {
    margin-top: 3px;
}
