a img {
	border: 0;
}
body {
	color: #333333;
	font-size:100%;
}
body.editor_only, html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
	font-family: 'Open Sans', sans-serif;
}
.font1 .pure-g [class *= "pure-u"], .pure-g .font1 [class *= "pure-u"], .font1 {
	font-weight: 400; 
	font-family: 'Alegreya', sans-serif;
}

body.editor_only p, body.editor_only ol, body.editor_only ul, body.editor_only table, body.editor_only blockquote, .content table, .content blockquote, .content p, .content ul, .content ol, h1,h2,h3,h4,h5 {
	font-size: 1.3125em;
	line-height:1.5em;
	font-weight: 300;
}
.content ul ul, .content ol ol, .content ul.unstyled {
	font-size: 1em;
}
.pform li p {
	font-size: .875em;
}

button, input, select, textarea {
	background: #fff;
	color: #210A12;
}
body.editor_only {
}
body.editor_only, .content {
	line-height: 1.5em;
}
body.editor_only .cke_widget_mask {
	max-height: 60%;
	display: inline-block;
}


strong, b {
	font-weight: 600;
}

.styled_font {

}

abbr {
	text-decoration: none;
}

img, iframe, embed, table {
	max-width: 100%;
}



body.editor_only .library_folder, body.editor_only .gallery_folder {
	background: #66669a;
	border: 1px solid silver;
	clear: both;
}

#c1 .cke_contents {}

body.editor_only > *, .linkthis > * {

}

body.editor_only a, .content a {color: #2977bb;}
body.editor_only a:hover, .content a:hover {color: #000;}

body.editor_only a.viewer {
	display: block;
	background: #e4e4e4;
	position: relative;
	padding: 40px 20px;
}
body.editor_only a.viewer:before {
	content: 'Linked document embedded here';
	position: absolute;
	top: 20px;
	left: 20px;
}

a[href^="tel:"], a.tel, a[href^="tel:"]:hover, a.tel:hover {
	color: inherit;
	text-decoration: none;
	cursor: default;
}
a.btn, input.btn {
	display: inline-block;
	color: #fff !important;
	min-width: 170px;
	padding: .75em 2em .75em 1em;
	text-align: center;
	border-radius: 1em;
	font-weight: 400;
	text-decoration: none;
	transition: .5s;
	background: #ff5500;
	position: relative;
}
input.btn {
	padding: .5em 1em;
}
a.btn::after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: .75em solid transparent;
	border-bottom: .75em solid transparent;
	border-left: .75em solid #000;
	position: absolute;
	right: .75em;
	top: 50%;
	margin-top: -.75em;
}
a.btn:hover {
	color: #000 !important;
}


h1,h2,h3,h4,h5 {
	line-height:1.5em;
	color: #333333;
	clear: both;
}
h1,h2 {
	font-weight: 400;
	color: #000;
}
h1 {
	margin: 5px 0 10px 0;
	font-size: 2.5em;
}
h1 .smlr, h2 .smlr {
	display: inline-block;
}

h1 .smlr {
	font-size: 0.6em;
}
h2 {
	margin:5px 0;
	font-size: 1.75em;
}
h2 .smlr {
	font-size: 0.714286em;
}
h1:first-child, h2:first-child, p:first-child {
	margin-top: 0;
}
h1 strong,h2 strong {
	font-weight: 600;
}
h3 {
	margin:5px 0;
	font-weight: 400;
	font-size:1.5em;
}
h3 strong {
	font-weight: 600;
}
h4,h5,h6 {
	font-weight: 600;
	margin:5px 0;
}

p.top {
	font-size: 1.5em;
	line-height:1.65em;
	font-family: 'Alegreya', sans-serif;
}

p.large {
	font-size: 1.5em;
}
p.larger {
	font-size: 2.5em;
	letter-spacing: 2px;
}


p {
	margin: .9em 0;
}
p:last-child {
	margin-bottom: 0;
}

.embed-narrow {
	max-width: 450px;
	text-align: center;
	margin: 1em auto;
	clear: both;
}
.embed-align-center {
	margin: 1em auto;
	clear: both;
}

.highlite, .highlight {
	font-size: 1.375em;
	padding: 14px 20px;
	font-weight: 300;
	line-height: 1.5em;
	clear: both;
	background: #ff5500;
	color: #fff;
}
.highlite .smlr {
	font-size: 0.75em;
	line-height: 1em;
}
.highlite a, .highlight a {
	color: inherit;
}

.wrapper {

}

table.styled {
	border: none;
	border-collapse: separate;
	margin: 1em 0;
	width: 100%;
}

table.styled caption {
	background: #E22A31;
	padding: 10px;
	color: #ffffff;
	font-size: 1.2em;
}

table.styled th, table.styled td {
	padding: 6px 10px;
	margin:0;
	text-align:left;
	vertical-align: top;
}

table.styled th {
	background-color:#338cc8;
	color: #fff;
	font-weight: 400;
	font-size: 1.0625em;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.styled tr td {
	font-size: .875em;
}
table.styled tr:nth-child(odd) td {
	background: url('/ajax/rgba.php?r=0&g=0&b=0&a=5');
	background: rgba(0,0,0,.05);
}

table.styled tr:hover td {
	background: url('/ajax/rgba.php?r=255&g=255&b=76&a=10');
	background: rgba(255, 255, 76, .1);
}
table.styled strong {
	font-weight: 600;
}
img.styled, figure.styled {
	padding: 3px;
	background: #ffffff;
}
.styled figcaption {
	color: #000;
}
table.styled tr p:first-child {
	margin-top: 0;
}
table.styled tr p:last-child {
	margin-bottom: 0;
}


blockquote {
	border-left: 10px solid #333333;
	margin: 1.5em 0;
	padding: 1.5em 10px 2.5em 60px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 1.125em;
	font-weight: 300;
	background: #ffffff;
	background: rgba(255,255,255,.7);
	position: relative;
	clear: both;
	z-index: 1;
}
blockquote:before, blockquote:after {
	color: #15AF53;
	content: open-quote;
	font-size: 6em;
	margin-right: 0.25em;
	font-family: Arial;
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: -1;
}
blockquote:before {

}
blockquote:after {
	content: close-quote;
	float: right;
	margin: .25em .25em;
	position: relative;
	top: 0;
}
blockquote p {

}
blockquote sub, blockquote footer {
	margin-top: 20px;
}

table.datatable {
	background:#eee;
	margin-bottom:1em;
	border:1px solid #aaa;
}

table.datatable th, table.datatable  td {
	padding:4px;
	margin:0;
}

table.datatable th {
	background:#ddd;
	text-align:center;
	font-weight:bold;
}

table.datatable tr:hover td {
	background:#ffd;
}

.img-center {
	float: none;
	margin: 0;
	text-align: center;
}

.image-center > figure {
	display: inline-block;
}
.image-captioned
	{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 5px;
	background: #EDEDED;
}

.image-captioned > figcaption, .image-captioned > img, .image-captioned > a {
	display: block;
	text-align: center !important;
	margin: 0 auto;
	max-width: 100%;
	clear: both;
	float: none !important;
}

.image-captioned {

}

.image-captioned > figcaption {
	background: #EDEDED;
	display: block;
	font-size: .875em;
	line-height: 2em;
	vertical-align: middle;
	text-shadow: 0 !important;
}

.clean
{
    border: 0;
    background: none;
    padding: 0;
}

.clean > figcaption
{
    margin-top: .5em;
    font-size: .7em;
    text-align: right;
}
.img_float_left, .img_float_right {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 31%;
}
.standard .img_float_left, .standard .img_float_right {
	max-width: 41.5%
}
.img_float_left {
	margin:0 2% 10px 0;
	clear: left;
	float: left;
}
ol.styled .img_float_left {
	clear: none;
}
.img_float_left:after {
	clear: left;
}
.img_float_right {
	margin:0 0 10px 2%;
	clear: right;
	float: right;
}
ol.styled .img_float_right {
	clear: none;
}
.img_float_right:after {
	clear: right;
}
.img_float_left:after, .img_float_right:after {
	content: '';
	width: 100%;
	display: table;
}

.images {
	position: relative;
	clear: both;
	margin-left: -1%;
	margin-right: -1%;
}
.images + .images {
	margin-top: -2%;
}
body.editor_only .images {
	margin-left: 0;
	margin-right: 0%;
}
body.editor_only .images:hover {
	background: #fff9c9;
}
body.editor_only .images:hover:before {
	position: absolute;
	width: 100%;
	bottom: 10px;
	right: 0;
	text-align: center;
	content: 'Add images here and they will be stacked in rows of 3';
	z-index: 2;
}
.images .cke_widget_inline {
	display: initial !important;
	float: left;
	max-width: 32%;
	min-width: 32%;
	margin-left: 1%;
	margin-top: 1%;
}
.images img {
	display: inline-block;
	max-width: 32%;
	min-width: 32%;
	float: left;
	margin-left: 1%;
	margin-top: 1%;
}
.images .cke_widget_inline img {
	max-width: 100%;
	min-width: 100%
	float: none;
	margin-left: 0;
	margin-top: 0;
	z-index: 1;
}
.images img:nth-child(3n) {

}

time {
	display: inline;
}

hr { 
	padding: 0; 
	margin: 25px 0;
	border: none; 
	border-top: 1px solid #333; 
	color: #333; 
	text-align: center; 
}


ul.unstyled, .unstyled li, dl.unstyled, .unstyled dd, .unstyled dt {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}


ul.styled {
	margin: 15px auto;
	padding-left: 0;
	clear: both;
	font-size: 1.111111em;
}
ul.styled > li {
	position:relative; /* Create a positioning context */
	margin: 0 10px 0 0;
	line-height: 1.66666667em;
	padding: 0 0 0 40px;
	list-style:none; /* Disable the normal list */
	clear: both;
	display: inline-block;
}
ul.styled > li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 23px;
	height: 21px;
	background: transparent url('/userfiles/design/heart.png') 50% 50% no-repeat;
}


ol.styled {
	counter-reset:li; /* Initiate a counter */
	margin-left:0; /* Remove the default left margin */
	padding-left:0; /* Remove the default left padding */
	overflow: hidden;
}
ol.styled > li {
	position:relative; /* Create a positioning context */
	margin:0 0 24px 40px; /* Give each list item a left margin to make room for the numbers */
	padding: 20px 29px; /* Add some spacing around the content */
	list-style:none; /* Disable the normal item numbering */
	min-height: 40px;
	background: #F5F5F5;
	clear: both;

}
ol.styled > li:before {
	content:counter(li); /* Use the counter as content */
	counter-increment:li; /* Increment the counter by 1 */
	/* Position and style the number */
	position:absolute;
	top:-4px;
	left:-40px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:56px;
	height:56px;
	border-radius: 28px;
	border: 4px solid #fff;
	font-size: 25px;
	/* Some space between the number and the content in browsers that support
	generated content but not positioning it (Camino 2 is one example) */
	margin-right:8px;
	line-height:48px;
	color:#ffffff;
	background: #690736;
	font-weight:normal;
	text-align:center;
	z-index: 2;
}
ol.styled > li:after{
	content: '';
	clear: both;
	display: table;
}


ol.styled li h2 {
	margin: -20px 0 0 0;
	padding: 0 29px 0 0;
	background: #fff;
	width: 105%;
	font-size: 1em;
}

ol.styled li h2.normal {
	margin-left: -29px;
	padding-left: 29px;
}
ol.styled li h2 strong {
	display: inline-block;
	color: #fff;
	margin: 0 0 0 -29px;
	background: #0E636A;
	padding: 0 29px;
	line-height: 48px;
	font-weight: 400; 
	position: relative;
}
ol.styled li h2 strong:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: -22px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 0 24px 22px;
	border-color: transparent transparent transparent #0E636A;
}
ol.styled li p:last-child {
	margin-bottom: 0;
}

ol.styled li hr {
	border-top: 10px solid #fff;
	border-bottom: 0;
	margin: 0 -29px;
}


*.inline {
	display: inline-block;
}

.clear {
	clear:both;
}

.clearfix {

}
.clearfix:after, .images:after {
	content:"";
	display:table;
	clear:both;
}