/*****************************************
*TOGGLE FUNCTION
******************************************/
	h2.toggle-title  {font-style: normal; padding: 10px;margin: 15px 0 0 0;cursor: pointer;clear: both;border-radius: 5px;margin-bottom: 15px;border: 1px solid #8cacb9;}
	h2.toggle-title:before{font-family: FontAwesome; content:'\f0ab'; margin-right: 10px; font-size: 24px;}
	h2.toggle-title:hover{color: #357396; }
	h2.toggle-title.active {border-radius 5px 5px 0 0; margin-bottom: 0;border: 1px solid #8cacb9;border-bottom: 0;border-radius: 5px 5px 0 0;}
	h2.toggle-title.active:before {content:'\f0aa';transition-property:content;-webkit-transition-property:content; transition-duration:1s; -webkit-transition-duration:1s;}
	.toggle-content {padding: 2%; border:1px solid #8cacb9;border-top: 0; border-radius: 0 0 5px 5px; }
	.toggle-content:after {content: "";display: table;clear: both;}

