html,body{
	background-color: #fff !important;
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#privacy_container{
	max-width: 800px;
	margin: 0px auto;
	padding: 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #59636d;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}
#privacy_container h1{
	font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 5px;
}
#privacy_container h2{
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 10px;
}
#privacy_container h3{
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    padding-top: 20px;
}
#privacy_container h4 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
#privacy_container .box{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
#privacy_container p{
	margin-bottom: 15px;
}
#privacy_container p:last-child{
	margin-bottom: auto;
}
#privacy_container ul#services_list{
	list-style: none;
	margin-top: 30px;
}
#privacy_container ul#services_list li{
	width: 50%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#privacy_container ul#services_list li:nth-child(2n+1){
	clear: left;
}
#privacy_container ul#services_list li:nth-child(2n){
	clear: right;
	float: right;
}
#privacy_container ul#services_list li.full{
	width: auto;
	float: none;
	clear: none;
}
#privacy_container .row{
	margin-left: -15px;
	margin-right: -15px;
}
#privacy_container .row:after,
#privacy_container .row:before{
	content: '';
	display: table;
	clear: both;
}
#privacy_container .box_service{
	border: solid 1px #ccc;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,.2);
	margin-bottom: 10px;
	
}
#privacy_container .box_service h3{
	padding: 13px 25px 13px 10px;
	cursor: pointer;
}
#privacy_container .box_service h3 i{
	float: left;
}
#privacy_container .box_service h3 span{
	display: block;
	padding-left: 18px;
}
#privacy_container .box_service .box_service_content{
	padding: 13px;
	border-top: dotted 1px #ccc;
}
#privacy_container .hidden{
	display: none !important;
}
#privacy_container hr {
    margin-bottom: 15px;
    border: none;
    border-bottom: solid 1px #ccc;
}
@media (max-width : 767px){
	#privacy_container ul#services_list li{
		width: auto;
		float: none;
	}
}