

/**************************/
/*******FREE SPEECH********/
/**************************/

#freeSpeech .grid4 img{
	padding-left: 25px
}

#freeSpeech .grid6 {
	padding: 20px;
}

#understandingFreeExpression .verticalContent .row-responsive {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#understandingFreeExpression .freedomOfExpression .grid5 {
	padding: 35px;
}

#freeSpeech .topContent {
	padding: 0px 25px 10px;
	float: left;
	display: block;
	width: 100%;
}
@media only screen and (max-width:768px){
	#freeSpeech .topContent {
		padding: 0px;

	}
}
@media only screen and (max-width:768px){
	#freeSpeech .topContent h2{
		font-size: 1.7em;

	}
}

#freeSpeech .accordionSections {
	padding: 10px 25px;
	float: left;
	display: block;
	width: 100%;
}

@media only screen and (max-width:768px){
	#freeSpeech .accordionSections {
		padding: 0px;	
	}
}



#freeSpeech .quickLinks {
	padding: 5% 8%;
	display: block;
	float: left;
	width: 100%;
}
#freeSpeech .quickLinks h4{
	margin:10px 0px 10px 0px;
}
#freeSpeech .quickLinks h5{
	margin:10px 0px;
}
#freeSpeech .quickLinks p{

	margin: 15px 0px;
}






