

.outSideContent{
	width:95%;
	background-image:url("Posten-Creative-background-small.jpg");
	margin:auto;
}


.content{
	padding-top:.001em;
	width:85%;
	margin:auto;
	padding-bottom:1em;
}

.titleContainer{
	width:7em;
	margin:auto;
}
.title{
	margin:auto;
	width:7em;
	text-align:center;
	color:white;
	display:inline-block;
}
.title h1{
	width:100%;
	background-color:black;	
	font-size: 1em;
	margin-top:2em;
}

.sectionOneTitleContainer{
	width:100%;
	margin:auto;
	display:inline-block;
}
.sectionOneTitle{
	width:8em;
	margin:auto;
	text-align:center;
	font-size:.75em;
	color:white;
}
.sectionOneTitle h4{
	background-color:black;
}
.sectionOneText{
	text-align:center;
}
.sectionOneListContainer{
	width:15em;
	margin:auto;
	padding-top:2em;
}
.list{
	margin:-1em 0;
}
.listMedium{
	display:none;
}

.sectionTwoTitleContainer{
	width:100%;
	display:inline-block;	
}
.sectionTwoTitle{
	width:12em;
	text-align:center;
	font-size:.75em;
	color:white;
}
.sectionTwoTitle h4{
	background-color:black;
}

.sectionThreeTitleContainer{
	width:100%;
	display:inline-block;
}
.sectionThreeTitle{
	width:8em;
	text-align:center;
	font-size:.75em;
	color:white;
}
.sectionThreeTitle h4{
	background-color:black;
}

.sectionFourTitleContainer{
	width:100%;
	display:inline-block;
}
.sectionFourTitle{
	width:3em;
	text-align:center;
	font-size:.75em;
	color:white;
	
}
.sectionFourTitle h4{
	background-color:black;
}

.sectionTwoSmallImageContainer, .sectionThreeSmallImageContainer, .sectionFourSmallImageContainer{
	width:100%;
	display:block;
}
.sectionTwoLargeImageContainer, .sectionThreeLargeImageContainer, .sectionFourLargeImageContainer{
	display:none;
}

.sectionThreeImage{
	min-width:35%;
	max-width:40%;
	margin:auto;
}
.dottedLine{
	padding-top:1.5em;
	border-bottom:1px dotted black;
}
.line{
	margin:auto;
	width:95%;
}
.topLine{
	margin-bottom:.25em;
}
.bottomLine{
	margin-top:.5em;
}