*{
	margin:0px;
	padding:0px;
	list-style:none;
}

body{
	font-size:62.5%;
	font-family:'Open Sans', sans-serif;
	background: #232b2d;
}
img {
	max-width: 100%;
}


#headWrapper{
	background-color:#232b2d;
}

#documentHeader{
	max-width:96em;
	margin:0px auto;
}

#documentHeader h1{
	float:left;
}

#socialIconsEmailPhone{
	margin-top:6em;
	float:right;
}

#socialIconsEmailPhone li{
	float:left;
	margin-left:1em;
	font-size:1em;
	color:#FFF;
}
#socialIconsEmailPhone img {
	margin-top: -10px;
	margin-right: .1em;
}

#mainNavigation{
	margin-top:1.4em;
	float:right;
	clear:right;
}
#menuBtn {
	font-size: 1.2em;
	background: #e5193b;
	display: none;
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #FFF;
	padding-left: 1em;
	cursor: pointer;
}


#mainNavigation ul li{
	float:left;
	text-align:center;
}
#mainNavigation ul li a{
	width:6em;
	padding:0.2em 0em;
	display:block;
	font-size:1.2em;
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	line-height:2em;
	transition:all 0.3s ease;
}

#mainNavigation ul li a:hover{
	background-color:#0099ff;
	padding:0em 0em 0.4em 0em;

}

#headWrapper section h2{
	font-size:1.6em;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	line-height:2.6em;
	font-weight: normal;
}
#contantWrapper {
	background: #313b3d;
	padding-top: 1.5em;
	padding-bottom: 2em;
}
#services {
	max-width: 96em;
	margin: 0px auto 3em;
}
#services article {
	float: left;
	width: 33.333%;
	text-align: center;
}

#services article h2 {
	font-size: 1.4em;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 0.4em;
	font-weight: normal;
}
#services article p {
	font-size: 1em;
	color: #9b9e9f;
	text-transform: uppercase;
	margin-bottom: 1em;
}
#services article a {
	font-size: 1.4em;
	color: #FFF;
	background: #232b2d;
	text-decoration: none;
	padding: .25em 0.75em;
	margin-top: 0.5em;
	text-align: center;
	border-radius: 5px;
	transition:all 0.2s ease;
}
#services article a:hover {
	padding: .25em 1em;
}
#policiesSection, .indexSection {
	margin: 0em auto 0px;
	max-width: 96em;
}

.indexSection h2{
	text-align:center;
	margin:2em 0em 1em;
	color:#fff;
	text-transform:uppercase;
	font-weight:normal;	
	font-size:1.6em;
}

.indexSection img{
	width:24.5%;
}

#policiesSection img {
	border: 1% solid #6e787a;
	border-radius: 2px;
	float: left;
	margin-right: 1.5625%;
	width: 46.5625%;

}
#policiesSectionContent {
	float: right;
	width: 51.0416%;
}

#policiesSection p {
	font-size: 1.2em;
	color: #FFF;
	margin-bottom: 1em;
}
#policiesSection h2 {
	font-weight: normal;
	color: #FFF;
	font-size: 1.6em;
	margin-bottom: 0.25em;
}
#policiesSection li {
	list-style: disc inside;
	color: #FFF;
	font-size: 1.2em;
}
#footer {
	background: #232b2d;
}

footer {
	max-width: 96em;
	margin: 0px auto;
	color: #FFF;
	padding: 1em 0em;
}
footer p {
	font-size: 1.1em;
}


footer a {
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}


.leftMarginRemove{
	margin-right:0px;
}


/*General CSS*/
.hide{
	display:none;
}









.clearLeft{
	clear:left;
}
.clearRight{
	clear:right;
}
.clearBoth{
	clear:both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


@media screen and (max-width:840px){
	#policiesSection h2#OPAP{
		display:block;
		padding-top:1em;
		clear:both;
	}
}

@media screen and (max-width:610px){
	.indexSection img{
		width:24%;
	}
	
	#documentHeader h1{
		float:none;
		width:100%;
		text-align:center;
	}
	
	#socialIconsEmailPhone{
		display:none;
	}
	
	#mainNavigation{
		float:none;
	}
	#menuBtn{
		display:none;
	}
	
	
	#mainNavigation ul{
		width:100%;
		display:block;
	}
	#mainNavigation ul li{
		float:left;
		text-align:center;
		width:25%;
	}
	#mainNavigation ul li a{
		width:100%;
	}
	#mainNavigation ul li a:hover{
		
	}
	
	#services{
		margin:0em;
	}
	#services article{
		display:none;
	}
	
	#policiesSection{
		padding:0em 1em;
	}
	
	#policiesSection img{
		float:none;
		width:100%;
		margin-bottom:1em;
	}
	
	#footer p{
		width:100%;
		display:block;
		float:none;
		text-align:center;
		margin:1em 0em;
	}
}
