H1, H2, H3, H4, H5, H6 {
	font-weight: 700;
	color: #2E2E2E;
	letter-spacing: -1px;
	margin: 1em 0 0.3em;
	padding: 0;
	line-height: 1em;

}
H1 {
	font-size: 3rem;
}

H2 {
	font-size: 2.375rem;
}
H3 {
	font-size: 1.75rem;
	color: #6AAC54;
}
H4 {
	font-size: 1.5rem;
	color: #6AAC54;
}
H5 {
	font-size: 1.375rem;	
	color: #6AAC54;
}
H6 {
	font-size: 1.375rem;
}


P {
	line-height: 1.7rem;
	font-weight: 400;
	margin-top: 0.8rem;
	color: #000;
}

#contentWrapper p, #contentWrapper a:link, #contentWrapper li{
	font-size: 1rem;
}

hr {
	border-bottom: solid #F6FFF4 1px;
	border-top: solid #F6FFF4 1px;
}
table {
	color: #000;
	line-height: 1.7rem;
}

.blueRow tr:nth-child(even) {background: #F6FFF4}
.blueRow tr:nth-child(odd) {background: #FFF}



.contentBody ul li:before, .w115 ul li:before {
  content: '';
	background-image: url(https://charityedit.co.uk/stylesheets/images/temp/c247.png); 
	background-repeat: no-repeat;
	background-size: 1.375rem;
	height: 1.375rem;
	width: 1.375rem;
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 0rem;
	margin-right: 0.8em;
}

.contentBody ul li, .w111 ul li{
	margin-bottom: 0.5em;
}

li {
	font-size: 1rem;
 list-style: none;
	
}

td.other-page a {
	font-size: 1.5em;
	padding-bottom: 0.5em;
	display: inline-block;
}

.folder-reviews td.other-page {
    background-color: #F6FFF4;
    padding: 1em 4em;
    box-sizing: border-box;
}

.folder-reviews hr {
	display: none;
}

.folder-reviews .contentWrapper table{
	width: 80% !important;
}
.folder-reviews .contentWrapper table td:nth-child(odd){
	height: 1em !important;
}
.folder-reviews td.other-page + td{
	background-color: #F6FFF4;
}

blockquote {
padding: 1.5em;
background-color: #EEF8EB;
	margin: 0
}



a:link, a:visited {
	color: #6AAC54;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: underline;
}
.textcontent {
	font-size: 1em !important;
	color: #000000;
}
#breadCrumbFeatures {
	text-align: right;
	float: right;
	font-size: 0.875rem !important;
	padding: 16px 0  0;
}
#breadcrumbs {
	width: 70%;
	float: left;
	padding: 16px 0  0;
	font-size: 0.875rem !important;
	color: #6AAC54;
}
#breadcrumbs:empty {
	padding: 0px;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	text-decoration: none!important;
	color: #000;
	font-weight: 400 !important;
	/* font-size: 0.875rem; */
}
#breadcrumbs a:hover, #breadCrumbFeatures a:hover {
	text-decoration: underline !important;
	color: #848484;
	font-weight: 400 !important;
}
.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
	position: relative;
	z-index: 9;
}
#logintext {  /* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	width: 80px;
	float: right;
	text-align: right;
}
.tableBorder {  /*used for standard tables*/
	border-color: #050000;
	border-width: 1px;
	border-style: solid;
}
.tableHeading, .tableHeading a:link, .tableHeading a:visited, .tableHeading a:active, .tableHeading a:hover {
	background-color: #000;
	color: #FFFFFF;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	text-align: center;
}
.tableContent1 {
	background-color: #F6F6F6;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
	font-size: inherit;
	padding: 4px;
}
.tableContent2 {
	background-color: #E0E0E0;
	font-size: inherit;
	font-family: Lato, Helvetica, Arial, sans-serif !important;
}

.button {
  font-size: 1rem !important;
  padding: 0.6rem 1.5rem;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 900;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #7DCE6A;
  text-decoration: none;
  display: inline-block;
  margin: 0.2em;
}

.button:hover {
  color: #fff !important;
  background-color: #6AAC54;
  text-decoration: none;
}

input, textarea, select, button {
	background-color: #efefef;
}
.CollapsiblePanel .tableContent1 {
	background-color: #F0F1F5;
}


/* -------------------------------------- accordion ------------------------------------*/

.accordion, .accordion-row, .accordion-row-title, .accordion-row-body, .accordion-title {
	width: 100%;
	display: block;
}
.accordion {
	position: relative;
}
.accordion-title, .accordion-row-title {
	background-color: #EEF8EB;
	padding: 0.5em 3%;
	box-sizing: border-box;
}
.accordion-title {
	background-color: #fff;
	font-size: 2rem;
}
.accordion-row-title {
	font-weight: 700;
}
.accordion-row-opened {
	color: #000;
	position: relative;
}
.accordion-row-closed {
	color: #555;
	font-weight: 400;
	position: relative;
}
.accordion-row-body {
	background-color: #EEF8EB;
	padding: 0.5em 3%;
	box-sizing: border-box;
	margin: 0!important;
}
.accordion-row-opened::after {
	content: "-";
	right: 2%;
	position: absolute;
	font-size: 1.5em;
	color: #6AAC54;
}
.accordion-row-closed::after {
	content: "+";
	right: 2%;
	position: absolute;
	font-size: 1.5em;
	color: #6AAC54;
}
.accordion-row ol, .accordion-row ul {
	margin: 0;
	background-color: #EDEEF4;
}
.accordion-row ol li, .accordion-row ul li {
	display: list-item !important;
}


@media only screen and (max-width: 1200px) {
.CollapsiblePanel {
	width: 162px;
}
}

@media only screen and (max-width: 960px) {
.CollapsiblePanel {
	width: 135px;
}
}
