body {

	line-height:18px;
}

img {border: 0px}


h1,h2,h3,h4,h5{ margin:0px 0px 4px 0px; padding:4px 0px; margin-top:8px }
h1{ font: normal normal Arial; line-height:28px }
h2{ line-height:24px }
h3{ line-height:21px }
h4{ line-height:18px }
h5{ line-height:16px }
p{ padding:0px 0px 0px 0px; margin:0px 0px 12px 0px; }
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
}
cite {
  	display: block;
  	font-size: 80%;
	font-style: italic;
	border: none;
}
cite:before {
  content: '\2014 \00A0';
}

/*Basic content*/
.mceContentBody h1{
	color:#2a2526;
	margin:0;
	padding:0;
}
.mceContentBody h2{
	color:#e89c1f;
	margin:0 0 35px;
	padding:0;
}
.mceContentBody h3{
	color:#2a2526;
	margin:0 0 30px;
	padding:0;
}
.mceContentBody h4{
	color:#2a2526;
	margin:0 0 35px;
	padding:0;
}
.mceContentBody h5{
	color:#e89c1f;
	margin:0 0 15px;
	padding:0;
}
.mceContentBody p{
	color:#000;
	margin:0 0 30px;
	padding:0;
}

.mceContentBody ul{
	margin:0 0 45px;
	padding:0 0 0 35px;
	list-style-type: none;
}

.mceContentBody ul li{
	position: relative;
	color:#000;
	margin:0 0 15px;
	padding:0 0 0 23px;
}

.mceContentBody ul li:before{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	content:"";
	width: 6px;
	height:6px;
	position: absolute;
	left:0;
	top:12px;
	background-color:#e89c1f;
}
.mceContentBody ul li:last-child{
	margin-bottom:0;
}

/*Buttons*/
.primary-btn, .primary-btn2, .secondary-btn, .secondary-btn2 {
	-webkit-transition: all .25s ease 0s;
	-moz-transition: all .25s ease 0s;
	-o-transition: all .25s ease 0s;
	transition: all .25s ease 0s;
	text-align: center;
	padding: 12px 10px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.primary-btn:hover, .primary-btn2:hover, .secondary-btn:hover, .secondary-btn2:hover {
	text-decoration: none;
}
.primary-btn {
	background: #79232e;
	text-transform: uppercase;
	color: #e89c1f;
}
.primary-btn:hover {
	background: #591921;
	color: #fff;
}
.primary-btn2 {
	background: #6a1f29;
	color: #fff;
}
.primary-btn2:hover {
	background: #e89c1f;
}
.secondary-btn, .secondary-btn2 {
	background: #e89c1f;
}
.secondary-btn {
	color: #fff;
}
.secondary-btn:hover {
	background: #79232e;
}
.secondary-btn2 {
	color: #6a1f29;
	text-transform: uppercase;
}
.secondary-btn2:hover {
	background: #591921;
	color: #fff;
}
