h2.header {
	font-size: 6vw;
	padding: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.sectionTitle {
	font-size: 14px;
}

ul.circleStyle li.withDot {
	list-style-type: disc;
	font-size: 13px;
}

ul.dashStyle {
	list-style-type: none;
	font-size: 13px;
}

ul.dashStyle li:before {
  content: "-";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -1em;
}

.collapsible-header i {
    width: 3rem;
    display: inline-block;
	text-align: center;
	margin-right: 1rem;
}

.dsym-icon.icon-m {
	margin-left: 5px;
    font-size: 20px;
}

.sectionTitle .cell1 {
	float: left; 
	max-width: 18%; 
	min-width: 18%; 
	display: table-cell;
}

.sectionTitle .cell2 {
	float: left; 
	max-width: 79%; 
	min-width: 79%; 
	display: table-cell;
	margin-top: 4px;
}

.sectionTitle .cell3 {
	float: left; 
	max-width: 2%; 
	min-width: 2%; 
	display: table-cell;
	margin-top: 4px;
}

.collapsible li.active i.rotatingArrow {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}