h1, h2, h3, h4 {
      margin:0;
      font-weight:300;
}

h1 {
      font-size: 50px;
  	  font-weight:300;
		  color: #6B0F0F;
		  padding-top:0;
}

h2 {
      font-size: 30px;
      font-weight:300;
      color: #6B0F0F;
}

h3 {
      font-size: 26px;
      color: #1A1A1A;
}


p {
      margin: 7px 0;
}


table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
	font-size: 1em
}

table th, table td {
	padding: 8px;
	vertical-align: top;
	border-top: 1px solid #ddd;
	line-height: 1.5em;
	text-align: left;
}

table th {
	font-weight: bold;
	border: 0
}

table thead th {
	vertical-align: bottom;
}

table  tr:first-child th,table tr:first-child td,table thead:first-child tr:first-child th,table thead:first-child tr:first-child td
	{
	border-top: 0;
}

table tbody+tbody {
	border-top: 2px solid #666666;
}

table tbody tr td,table tbody tr th {
	-webkit-transition: background-color 0.25s 0 linear;
	-moz-transition: background-color 0.25s 0 linear;
	-ms-transition: background-color 0.25s 0 linear;
	-o-transition: background-color 0.25s 0 linear;
	transition: background-color 0.25s 0 linear;
}


tr:nth-child(even){
	background-color: #f2f2f2
}

/* button1 — large primary CTA (enrol / buy) — Forest Green */
a.button1 {
      background: #2D6A4F;
      color: #FEFCF8;
      display: inline-block;
      padding: 40px 40px;
      font-size: 24px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 4px;
 transition: all 0.3s ease;
}

a.button1:hover {
      background: #1B4332;
      color: #FEFCF8;
      text-decoration: none;
      padding: 40px 60px;
}



/* button3a — secondary CTA — Forest Green */
a.button3a {

    background: #2D6A4F;
	border-radius: 10px;
	border: none;
	color: #FEFCF8;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 25px;
	display: inline-block;
	margin: 0px 0px;
	transition: all 0.3s ease;
}

a.button3a:hover {
	cursor:pointer;
	text-decoration: none;
	background: #1B4332;
	color: #FEFCF8;
	padding: 10px 35px;
}

/* button3phone — phone link button — white on crimson */
a.button3phone {
    background: #FEFCF8;
	border: none;
	color: #6B0F0F;
	font-size: 40px;
    padding: 10px 0px;
	font-weight: bold;
	display: inline-block;
	margin: 0px 0px;
}

a.button3phone:hover {
	text-decoration: none;
}

/* button4 — primary brand button — Deep Crimson, gold-on-hover */
a.button4 {

    background: #6B0F0F;
	border-radius: 10px;
	border: none;
	color: #FEFCF8;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 25px;
	display: inline-block;
	margin: 0px 0px;
	transition: all 0.3s ease;
}

a.button4:hover {
	cursor:pointer;
	text-decoration: none;
	background: #C5963A;
	color: #6B0F0F;
	padding: 10px 35px;
}



/* button5 — primary brand button — Deep Crimson, gold-on-hover */
a.button5 {

    background: #6B0F0F;
	border-radius: 10px;
	border: none;
	color: #FEFCF8;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 25px;
	display: inline-block;
	margin: 0px 0px;
	transition: all 0.3s ease;
}

a.button5:hover {
	cursor:pointer;
	text-decoration: none;
	background: #C5963A;
	color: #6B0F0F;
	padding: 10px 35px;
}


.title1 {
      font-size: 50px;
      font-weight: 300;
		  color: #6B0F0F;
		  margin-left: 20px;
}

.title2yellow {
      font-size: 30px;
      color: #C5963A;
}

.title2red {
      font-size: 30px;
      color: #6B0F0F;
}

.title2green {
      font-size: 30px;
      color: #2D6A4F;
}

.title2white {
      font-size: 30px;
      color: #FEFCF8;
}

.title2black {
      font-size: 30px;
      color: #1A1A1A;
}


ul.list2 {
      color: #6B0F0F;
      font-weight: 700;
}

ul.list2 li {
      list-style-type: circle;
      margin: 3px 0;
}

ul.list1 {
      margin: 0;
      padding: 0;

}

ul.list1 li {
      list-style: none;
      background: url(../images/list-bg.jpg) no-repeat left 3px;
      font-size: 22px;
      padding: 3px 0 3px 35px;
      margin-bottom: 5px;
}
