/* CSS Document */
.privacy {
	padding: 20px;
	/*border-top: solid 1px #444;*/
	clear: both;

}

.privacy .more-information-holder {	display: none;}
.privacy .more-information-holder.expand {	display: block;}

.privacy h2 a {font-weight: normal; position: relative;}
.privacy h2 a:after {
    content: "\f054";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    right: -20px;
    top: 2px;
	font-size: 12px;
}

.privacy h2 a.expand::after {
    content: "\f078";
}

h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-bottom: 6px;
    line-height: 20px;
    margin: 0;
}