@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/*@import url("font-awesome.min.css");*/

/*
BRANDING
Red (#99393D)
Dark Blue (#2E2A43)
Grey (#A3A8B2)
dark grey (#53565b)

*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
    table {width:100%;}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}


	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

    hr {
    border-top:none;
    border-bottom: thin solid #53565b;
    border-right:none;
    border-left:none;
    background:transparent;
    height:1em;
    margin: 1em 0;
    padding:0;
    clear:both;
}
	body {
		-webkit-text-size-adjust: none;
	}

/* ---------------Global Styles--------------- */
.formtextRequired:after {
    content: '*';
}
#editAnywhere {display:none;}
body {}

a {}
a:hover {}
a:visited {}

h1 {font-size: 2.5em; font-weight: 700; line-height: 1.5em; padding-top:0.5em;}
h2 {font-size: 2em; font-weight: 700; line-height: 1.5em; padding-top:0.5em;}
h3 {font-size: 1.75em; font-weight: 700; line-height: 1.5em;padding-top:0.5em;}
h4 {font-size: 1.5em; font-weight: 700; line-height: 1.5em;padding-top:0.5em;}
h5 {font-size: 1.25em; font-weight: 700; line-height: 1.5em;padding-top:0.5em;}
h6 {font-size: 1em; font-weight: 700; line-height: 1.5em;padding-top:0.5em;}
p { padding: 0.5em 0;}

.photo_left {float:left; margin: 0 12px 20px 0px;}
.photo_right {float:right; margin: 0 0px 20px 12px;}



/* Home Page ------------------------------ */

#homepage_slideshow { position: relative; height: 530px; padding: 0; background: #222 url('graphics/design/loading.png') 50% 50% no-repeat;   }
#homepage_slideshow .wrapper { position: relative; height: 100%; opacity: 0.0001; transition: opacity 0.3s ease;}
#homepage_slideshow .wrapper.active { opacity: 1;}
#slides_cycle { position: relative; width: 100% !important; height: 100% !important; }
.slide { position: absolute; left:0px; top:0px; width: 100% !important; height: 100% !important; }
.slide .caption { position: absolute; width: 100%; top: 95px; bottom:100px; }
.slide .outer { display: table; height: 93% !important; width: 100%; margin:0 ; padding:0;}
.slide .inner { display: table-cell; text-align: center; vertical-align: middle; height: 100%; width: 100%; margin:0; padding:0;}
.slide .caption_bg { width: 94%; max-width: 640px; margin: 0 auto; vertical-align: middle; padding: 20px 10px 40px; background-color:rgba(0,0,0,0.4);}
.slide h1 { color: #fff; font-size: 48px; line-height: 1.3em; font-weight: 700; margin: 0 auto; padding: 0 20px 0; line-height: 1.38em; text-shadow: 1px 2px 3px rgba(0,0,0,0.5);}
.slide h2 { color:#fff;  font-size:30px; padding:0px; margin: 0px; font-weight: normal; text-shadow: 1px 2px 3px rgba(0,0,0,0.5); }
.slide .slide_buttons { font-size: 18px; line-height: 30px; padding: 10px 0 0;}
.slide a.morebutton { margin: 0px auto; display: inline-block; }
#slide_prev, #slide_next { display:none; cursor: pointer; position: absolute; z-index: 200; top: 50%; margin-top: -20px; line-height: 40px; height: 40px; width: 40px; color: #fff; font-size: 26px; text-shadow: 1px 2px 3px rgba(0,0,0,0.4); text-align:center; }
#homepage_slideshow:hover #slide_prev, #homepage_slideshow:hover #slide_next { display: block;}
#slide_prev { left: 10px; }
#slide_next { right: 10px; }

/* ---------------General Module Styles--------------- */

.moduleDetail {}
.moduleLister {}
div.listerItem { clear: both; margin: 1.0em 0 1.5em 0; padding-bottom: 1.5em;border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
div.listerItem:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* common elements across modules */
.label { font-weight: bold; margin-right:10px; } /* form required vs form optional*/
.title {}
.description {}
.blurb {}
.thumbnail {}
.info {}
.author {}
.date {}
.time {}
.filter {float:right;}
.imageLink {float:left;}
.tags {background: #eee; display: block; margin-bottom: 10px; text-indent: 8px;}
.utilityLinks {}

.moduleLister .thumbnail { width: 200px; float: left; margin-right: 20px; }

.errorMessage{ font-weight:bold; color:#f00; }

/* End General Module Styles */

/* Pagination */
.pagination { clear: both; display: block; }
.pagination a, .pagination a:link, .pagination a:visited { text-decoration:none; }
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow { border:solid 1px #ccc; margin:0; padding:4px 6px; font-size:11px; margin-right:2px; display:inline; display:inline-block; }
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover { border:solid 1px #000; color:#000; }
.pagination .prevnextCurrent {background:#ccc; color:#000; font-weight:bold; padding:4px 6px; }
.pagination a.prevnextLink { border:1px solid #ccc; padding:4px 6px 4px; margin-right:2px; font-size:11px; display:block; }
/* End Pagination */

/* Send Page Styles */
.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }
/* End Send Page Styles */

/* ModuleBegin::gendocs */
.webpageModule.moduleDetail { }
/* ModuleEnd::gendocs */



/* ModuleBegin::events */
/* ---- Events Lister ---- */
.eventsModule.moduleLister {}

/* ---- Events Detail ---- */
.eventsModule.moduleDetail {}
	.eventsModule .date {}
	.eventsModule .label {}
	.eventsModule .time {}
	.eventsModule .location { margin: 1em 0; }
	.eventsModule .map {}
	.eventsModule .address {}
	.eventsModule .directions {}
	.eventsModule .contactInfo {}
	.eventsModule .name {}
	.eventsModule .phone {}
	.eventsModule .email {}
	.eventsModule .rsvp {}
	.eventsModule .ticketsWrapper {}
	.eventsModule .ticket {}
	.eventsModule .description {}
	.eventsModule .utilityLinks {}
    .eventsModule.moduleDetail .thumbnail {width:300px; float:right; margin-left: 20px;}


/* ---- Events Small Calendar ---- */
body#calendarIframe { font-size: 12px; background: transparent; }
.cal { padding: 5px; text-align: center; position:relative; background: transparent;}
#calendarIframe .cal { width: 275px; }
.calPrev { position: absolute; top: 4px; left: 15px; }
.calNext { position: absolute; top: 4px; right: 15px; }
.calMonth { position: relative; top: 0; left: 0; text-align: center; font-weight: bold; margin-left: 20px; margin-right: 20px; }
.calPrev a, .calNext a, .calMonth a { text-decoration: none; }
.calPrev a:hover, .calNext a:hover, .calMonth a:hover { text-decoration: underline; }
.calGrid { margin-top: 10px; clear: both; width: 100%; text-align: center; margin-left: auto; margin-right: auto; }
.calGrid td { font-size: 8pt; padding: 6px 0; text-align: center; border-bottom:1px solid #ddd; }
.calGrid tr.calWeek { font-weight: bold; text-align: center; }
.calDayOn a { font-weight: bold; text-decoration: underline; }
.calDayOn a:hover { text-decoration: none; }
.calGrid td.calTodayOff, .calGrid td.calTodayOn { background-color: #eee; color: #000; font-weight: bold; }
.calGrid td.calTodayOn a { text-decoration: underline; color: white; font-weight: bold; }
.calBottom { text-align: left;  }
.calMonthGlance { padding: 5px 0px 3px 0px; }
.calBottom a {  }


/* ---- Events Month at a Glance ---- */
#calendarDetail {margin-top: 7px; ; padding-bottom: 30px; width:100%; }
#calendarDetail table { width: 100%; table-layout: fixed;  text-align: center; }
#calendarDetail .calendarMonths { vertical-align: middle; padding-top: 3px; padding-left: 12px; width:100%; }
#calendarDetail a { text-decoration: none; }
#calendarDetail a:hover { text-decoration: underline; }
#calendarDetail .calendarMonths a { display: block; font-weight: bold; font-size: small; padding: 5px 0px 5px 0px; }
#calendarDetail .calendarMonths a:hover { color: #000; }
#calendarDetail .calendarDays { table-layout: fixed; background: #fff; width:100%; }
#calendarDetail .calendarDays td { background:none; border-bottom:1px solid rgba(0,0,0,.05); }
#calendarDetail .calendarDays .title { font-size: medium; font-weight: bold; color: #fff; padding: 10px 0px 10px 0px; background: #333; }
#calendarDetail .calendarDays .prevLink, #calendarDetail .calendarDays .nextLink { background: #333; color:#fff; }
#calendarDetail .title a { font-size: small; }
#calendarDetail .calendarDays .prevLink a, #calendarDetail .calendarDays .nextLink a{ font-size: small; color: #fff; }
#calendarDetail .calendarDays td { font-size:small; line-height:  1.1em; }
#calendarDetail .calendarDays .weekdays { height: 30px; line-height: 30px;background-color: #E8E8E8; }
#calendarDetail .calendarDays .emptyDay { height: 100px; text-align: left; vertical-align: top; background-color: #eee; background-color: rgba(0,0,0,.02); }
#calendarDetail .calendarDays .eventToday { height: 100px; text-align: left; vertical-align: top;background-color:#eee; background-color: rgba(0,0,0,.05); padding-left: 5px; padding:5px;}
#calendarDetail .calendarDays .eventOff { height: 100px; text-align: left; vertical-align: top; padding-left: 5px;  padding:5px;}
#calendarDetail .calendarDays .eventOn { height: 100px; text-align: left; vertical-align: top; padding-left: 5px; padding:5px; }

/* ---- Events Box ---- */
.eventsModule.moduleLister.box { }
.eventsModule.moduleLister.box .listItem { padding-bottom: 10px; }
.eventsModule.moduleLister.box .date { color: #777; }

/* ---- Events Registration ----- */
#registrationSummary td { padding:1px 10px; }
/* ModuleEnd::events */



/* ModuleBegin::news */
.newsModule.moduleDetail {}
.newsModule.moduleLister {}
.newsModule .copyright { padding: 1em 0em; text-align: center; font-size: smaller; }
.newsModule .blurb {}
.newsModule .thumbnail {}
/* ModuleEnd::news */



/* ModuleBegin::blog */
.blogModule {}
.blogModule .info {margin-bottom: 20px; }
.blogModule .author {}
.blogModule .date {}
.blogModule .thumbnail img { width:350px; max-width:100%; }
.blogModule .tags {} 
.blogModule .comment { padding: 10px; background: #f4f4f4; margin-bottom: 15px; border: 1px solid #ccc; }
.blogModule .comment .info { color: #333; font-weight: 600; margin-bottom: 10px; }

/* ---- Blog Lister ----- */
.blogModule.moduleLister {}
.blogModule.moduleLister h2 { margin-bottom:5px; }
.blogModule .listerItem {}
.blogModule .blurb {}

/* ---- Blog Detail ------- */
.blogModule.moduleDetail {}
.blogModule.moduleDetail h1 { margin-bottom: 5px; }
.blogModule.moduleDetail .fullText {}

/* ---- Blog Archives ------ */
.blogModule.archive .month { padding-left:10px; }
.blogModule.archive .year { font-weight: bold; }
/* ModuleEnd::blog */


/* ---- Features ------- */
.features-module a {text-decoration:none;}


.image-left {float:left;margin-right:20px;max-width:40%;}
.image-right {float:right;margin-left:20px;max-width:40%;}


/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1200px;
		min-width: 960px;
	}

	.container.\37 5\25 {
		width: 720px;
	}

	.container.\35 0\25 {
		width: 480px;
	}

	.container.\32 5\25 {
		width: 240px;
	}

	.container {
		width: 960px;
	}

	@media screen and (min-width: 737px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1200px;
		}
		
		#header .container {
			width: 1500px;
			max-width:1500px;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1250px;
		}

		.container.\37 5\25 {
			width: 750px;
		}

		.container.\35 0\25 {
			width: 500px;
		}

		.container.\32 5\25 {
			width: 250px;
		}

		.container {
			width: 96%; max-width: 1000px;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 0 0 0 40px;
	}

	.row {
		margin: 0 0 -1px -40px;
	}

	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 80px;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 60px;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 20px;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 10px;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (min-width: 737px) {

		.row > * {
			padding: 25px 0 0 25px;
		}

		.row {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform > * {
			padding: 25px 0 0 25px;
		}

		.row.uniform {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.uniform.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.uniform.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.uniform.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28desktop\29 + *,
		.\31 1u\24\28desktop\29 + *,
		.\31 0u\24\28desktop\29 + *,
		.\39 u\24\28desktop\29 + *,
		.\38 u\24\28desktop\29 + *,
		.\37 u\24\28desktop\29 + *,
		.\36 u\24\28desktop\29 + *,
		.\35 u\24\28desktop\29 + *,
		.\34 u\24\28desktop\29 + *,
		.\33 u\24\28desktop\29 + *,
		.\32 u\24\28desktop\29 + *,
		.\31 u\24\28desktop\29 + * {
			clear: left;
		}

		.\-11u\28desktop\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28desktop\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28desktop\29 {
			margin-left: 75%;
		}

		.\-8u\28desktop\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28desktop\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28desktop\29 {
			margin-left: 50%;
		}

		.\-5u\28desktop\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28desktop\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28desktop\29 {
			margin-left: 25%;
		}

		.\-2u\28desktop\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28desktop\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.row > * {
			padding: 20px 0 0 20px;
		}

		.row {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.uniform.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28tablet\29, .\39 u\24\28tablet\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28tablet\29, .\38 u\24\28tablet\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28tablet\29, .\37 u\24\28tablet\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28tablet\29, .\36 u\24\28tablet\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28tablet\29, .\35 u\24\28tablet\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28tablet\29, .\34 u\24\28tablet\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28tablet\29, .\33 u\24\28tablet\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28tablet\29, .\32 u\24\28tablet\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28tablet\29, .\31 u\24\28tablet\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28tablet\29 + *,
		.\31 1u\24\28tablet\29 + *,
		.\31 0u\24\28tablet\29 + *,
		.\39 u\24\28tablet\29 + *,
		.\38 u\24\28tablet\29 + *,
		.\37 u\24\28tablet\29 + *,
		.\36 u\24\28tablet\29 + *,
		.\35 u\24\28tablet\29 + *,
		.\34 u\24\28tablet\29 + *,
		.\33 u\24\28tablet\29 + *,
		.\32 u\24\28tablet\29 + *,
		.\31 u\24\28tablet\29 + * {
			clear: left;
		}

		.\-11u\28tablet\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28tablet\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28tablet\29 {
			margin-left: 75%;
		}

		.\-8u\28tablet\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28tablet\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28tablet\29 {
			margin-left: 50%;
		}

		.\-5u\28tablet\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28tablet\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28tablet\29 {
			margin-left: 25%;
		}

		.\-2u\28tablet\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28tablet\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 15px 0 0 15px;
		}

		.row {
			margin: -15px 0 -1px -15px;
		}

		.row.uniform > * {
			padding: 15px 0 0 15px;
		}

		.row.uniform {
			margin: -15px 0 -1px -15px;
		}

		.row.\32 00\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\32 00\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\32 00\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\31 50\25 > * {
			padding: 22.5px 0 0 22.5px;
		}

		.row.\31 50\25 {
			margin: -22.5px 0 -1px -22.5px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 22.5px 0 0 22.5px;
		}

		.row.uniform.\31 50\25 {
			margin: -22.5px 0 -1px -22.5px;
		}

		.row.\35 0\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.\35 0\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 7.5px 0 0 7.5px;
		}

		.row.uniform.\35 0\25 {
			margin: -7.5px 0 -1px -7.5px;
		}

		.row.\32 5\25 > * {
			padding: 3.75px 0 0 3.75px;
		}

		.row.\32 5\25 {
			margin: -3.75px 0 -1px -3.75px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 3.75px 0 0 3.75px;
		}

		.row.uniform.\32 5\25 {
			margin: -3.75px 0 -1px -3.75px;
		}

		.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28mobile\29 + *,
		.\31 1u\24\28mobile\29 + *,
		.\31 0u\24\28mobile\29 + *,
		.\39 u\24\28mobile\29 + *,
		.\38 u\24\28mobile\29 + *,
		.\37 u\24\28mobile\29 + *,
		.\36 u\24\28mobile\29 + *,
		.\35 u\24\28mobile\29 + *,
		.\34 u\24\28mobile\29 + *,
		.\33 u\24\28mobile\29 + *,
		.\32 u\24\28mobile\29 + *,
		.\31 u\24\28mobile\29 + * {
			clear: left;
		}

		.\-11u\28mobile\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28mobile\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28mobile\29 {
			margin-left: 75%;
		}

		.\-8u\28mobile\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28mobile\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28mobile\29 {
			margin-left: 50%;
		}

		.\-5u\28mobile\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28mobile\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28mobile\29 {
			margin-left: 25%;
		}

		.\-2u\28mobile\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28mobile\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	body {
		background: #fff;
		font-family: 'Open Sans', sans-serif;
		font-weight: 300;
		color: #53565b;
	}

	form input, form select, form textarea {
		-webkit-appearance: none;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	a {
		color: #99393D;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	section, article {
		margin-bottom: 3em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

	header > p {
		margin-top: 0.75em;
	}

	.image {
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
			border: 10px solid #FFFFFF;
		}

		.image.full {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

	.button, .webpagebutton a, a.webpagebutton {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		display: inline-block;
		background: #99393D;
		border: 0;
		outline: 0;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		font-weight: 700;
		color: #FFF;
		white-space: nowrap;
	}

		.button:before, .webpagebutton a:before, a.webpagebutton:before {
			margin-right: 0.5em;
			font-size: 1em !important;
		}

		.button:hover, .webpagebutton a:hover, a.webpagebutton:hover {
			background-color: #99393D;
			opacity: 0.8;
		}

		.button:active, .webpagebutton a:active, a.webpagebutton:active {
			background-color: #99393D;
		}

		.button.alt {
			background: #53565b;
		}

			.button.alt:hover {
				opacity: 0.8;
			}

			.button.alt:active {
				background-color: #99393D;
			}

	ul.style1 li {
		padding: 1.30em 0em;
		border-top: 1px solid rgba(144, 144, 144, 0.25);
	}

	ul.style1 a {
		color: #A3A8B2;
	}

		ul.style1 a:hover {
			text-decoration: none;
		}

	ul.style1 .first {
		padding-top: 0em;
		border-top: none;
	}

	ul.style2 li {
		padding: 2em 0 1em 0;
		border-top: 2px solid rgba(144, 144, 144, 0.25);
	}

	ul.style2 h3 {
		padding: 0 0 0.75em 0;
		font-size: 1.00em;
		font-weight: 600;
		color: #53565b;
	}

	ul.style2 .meta {
		font-size: 0.70em;
		color: #9b9b9b;
	}

		ul.style2 .meta a {
			color: #9b9b9b;
		}

	ul.style2 .date {
		padding: 0 1em 0 0;
		border-right: 1px solid #e5e5e5;
		font-size: 0.90em;
		color: #a2a2a2;
	}

	ul.style2 .comments {
		padding: 0 0 0 1em;
		font-size: 0.90em;
	}

		ul.style2 .comments a {
			color: #a2a2a2;
		}

			ul.style2 .comments a:hover {
				text-decoration: none;
			}

	ul.style2 .first {
		padding-top: 0;
		border-top: none;
	}

	ul.contact {
		padding-top: 2em;
	}

		ul.contact li {
			position: relative;
			padding: 0 0 2.2em 5em;
			width:33%;
			line-height: 2.2em;
			float:left;
			list-style:none;
			margin:0 0;
		}

			ul.contact li:first-child {
				padding-top: 0;
				border-top: 0;
			}

		ul.contact a {
			color: #A3A8B2;
		}

			ul.contact a:hover {
				text-decoration: none;
			}

		ul.contact li span {
			position: absolute;
			left: 0;
			top: 0;
			font-size: 1.1em;
		}

			ul.contact li span:before {
				display: inline-block;
				background: #99393D;
				width: 43px;
				height: 43px;
				line-height: 43px;
				text-align: center;
				font-size: 20px;
				color: #FFFFFF;
			}

		ul.contact li:first-child span {
			top: 0;
		}

	.box {
		border-top: 2px solid rgba(144, 144, 144, 0.25);
	}

		.box:first-child {
			border-top: 0 !important;
			margin-top: 0 !important;
			padding-top: 0 !important;
		}

		.box.post {
			overflow: hidden;
		}

			.box.post .image img {
				border: none;
			}

	.actions li {
		display: inline-block;
	}

    @keyframes bounce {
      from { transform: translate3d(0, 0, 0);     }
      to   { transform: translate3d(0, 20px, 0); }
    }

	.pennant {
		position: relative;
		display: inline-block;
		width: 9em;
		margin: 3em 0em;
		cursor: default;
	}

		.pennant:before {
			content: '';
			position: absolute;
			top: -3em;
			left: 0;
			border-bottom: solid 7em #99393D;
			border-left: solid 4.5em transparent;
			border-right: solid 4.5em transparent;
		}

		.pennant span {
			display: block;
			margin: 0 auto;
			text-align: center;
			font-size: 2.4em;
		}

		.pennant .icon {
			position: relative;
			z-index: 2;
			color: #FFF;
		}
        .pennant:hover{
            animation: bounce 0.5s;
            animation-direction: alternate;
            animation-iteration-count: infinite;
            }
/* Icons */

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon .label {
			display: none;
		}

/* Wrappers */

	#header-wrapper {
		position: fixed;
        z-index:999;
	    width:100%;
	    background-color:transparent;
	    transition: background-color 1s;
        transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
	}
    #header-wrapper.sticky {
        background-color:#fff;
        box-shadow: 2px 2px 4px #ccc;
        transition: background-color 1s;
        transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    }
    #header-wrapper .container {
        margin: 0 auto;
    }
	#main-wrapper {
		overflow: hidden;
	}

	#footer-wrapper {
		position: relative;
		background: #53565b;
	}

		#footer-wrapper:before {
			content: '';
			position: absolute;
			display: block;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-image: url("graphics/assets/css/images/bg01.png");
			opacity: 0.2;
		}

	.wrapper-style1 {
		overflow: hidden;
		background: #f7f7f7 url("graphics/assets/css/images/bg01.png");
		box-shadow: inset 0px 15px 8px -10px rgba(0, 0, 0, 0.03), inset 0px -15px 8px -10px rgba(0, 0, 0, 0.03);
	}

		.wrapper-style1 header {
			text-align: center;
		}

		.wrapper-style1 h3 {
			font-weight: 700;
			color: #53565b;
		}

	.wrapper-style2 {
		overflow: hidden;
	}

/* Header */

	#header {
		position: relative;
		z-index: 2;
	}

/* Banner */

	#banner {
		position: relative;
		overflow: hidden;
		text-align: center;
		color: #ffffff;
		z-index: 1;
	}

		#banner h2 {
			font-weight: 700;
		}

		#banner p {
			font-weight: 300;
			color: #dadbdd;
		}

/* Footer */

	#footer {
		position: relative;
		color: #A3A8B2;
	}

		#footer header h2 {
			font-weight: 700;
			color: #FFFFFF;
		}

/* Main */

	#main header h2 {
		font-weight: 700;
		color: #53565b;
	}

/* Intro */

	#intro {
		overflow: hidden;
		text-align: center;
	}

		#intro h3 {
			letter-spacing: -1px;
			font-weight: 700;
			color: #53565b;
		}

		#intro .actions {
			overflow: hidden;
		}

		#intro .icon {
			color: #FFF;
		}

/* Featured */

	#featured header h2 {
		letter-spacing: -1px;
		font-weight: 700;
	}

/* Copyright */

	#copyright {
		text-align: center;
		
	}

		#copyright span {
			position: relative;
			display: inline-block;
			
		}
		
		#copyright span a{
			color: #fff;
			
		}

/* Desktop */

	@media screen and (min-width: 737px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
				line-height: 1.75em;
			}

			.button, .webpagebutton a, a.webpagebutton {
				padding: 1em 2em 1em 2em;
				font-size: 0.90em;
			}

				.button.big {
					min-width: 14em;
					padding: 1.2em 2em 1.2em 2em;
					font-size: 1.4em;
				}

			.box.post {
				margin-top: 5em;
				padding-top: 4em;
			}

				.box.post .actions li {
					margin-right: 0.20em !important;
				}

				.box.post .image.left {
					margin-right: 3em;
				}

				.box.post .icon-comment-alt:before {
					padding-right: 10px !important;
				}

			.box.featured-post {
				padding: 0em 0.50em;
			}

				.box.featured-post .content {
					padding: 0em 0.50em;
				}

			.actions {
				margin: 3em 0 0 0;
			}

				.actions li {
					display: inline-block;
					margin: 0 0.75em 0 0.75em;
				}

					.actions li:first-child {
						margin-left: 0;
					}

					.actions li:last-child {
						margin-right: 0;
					}

			.actions-centered {
				text-align: center;
			}

			.triangle {
				margin: 0 auto 2em auto;
				width: 9em;
				padding: 0;
				height: 0;
			}

			.triangleNest {
				margin-left: -0.5em;
				padding-top: 1.5em;
				font-size: 2.3em;
			}

		/* Wrappers */

			#header-wrapper {
				
			}

			#main-wrapper {
				padding: 8em 0em;
			}

			#footer-wrapper {
				padding: 8em 0em;
			}

			.wrapper-style1 {
				padding: 8em 0em;
			}

				.wrapper-style1 h3 {
					margin: 0 0 1em 0;
					font-size: 1.3em;
				}

			.wrapper-style2 {
				padding: 4em 0em;
			}

		/* Header */

			#header {
			
			}

				#header .inner {
					position: relative;
					height: 5.25em;
			

				}

					#header .inner:before {
						content: '';
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
					
					}

				#header h1 {
					position: absolute;
                    display: block;
                    margin: 0;
                    padding: 1em 1em;
                    font-size: 1.75em;
                    line-height: 1em;
					background: transparent url('graphics/DiamondLogoMasked.png') no-repeat left 50%;
					background-size: contain;
					width: 250px;
					height:150px;
					transition: height 1s;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
				}
				.sticky #header h1,
                .interiorpage #header h1 {
                      height:75px;  
                      transition: height 1s;
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
                    }
    				#header h1 a {
    					text-decoration: none;
    					font-weight: 700;
    					color: transparent;
    					display: block; position: absolute; left:0px; top:0px; right:0px; bottom:0px;
    				}

		/* Nav */

			#nav {
				position: absolute;
				right: 2em;
				top: 0;
				line-height: 75px;
				
			}
                #nav > ul { margin:0px; }
				#nav > ul > li {
					float: left;
					padding: 0 1.5em 0 1.5em;
					list-style:none;
					margin: 0 0;
				}

					#nav > ul > li > a, #nav > ul > li > span {
						text-decoration: none;
						font-size: 1.2em;
						border-radius: 6px;
						outline: 0;
						font-weight:bold;
					}
                    .homepage #nav > ul > li > a, #nav > ul > li > span {
                        color: #FFF;
                         text-shadow: 1px 1px 4px #000000;
                    }
                    .interiorpage  #nav > ul > li > a, #nav > ul > li > span, 
                    .homepage .sticky #nav > ul > li > a, #nav > ul > li > span {
                        color: #2E2A43;
                        text-shadow: 0px 0px 0px #fff;
                    }
                    
					#nav > ul > li.current_page_item > a {
						font-weight: 700;
					}

					#nav > ul > li:last-child {
						padding-right: 0;
					}

					#nav > ul > li > ul {
						display: none;
					}

			.dropotron {
				line-height: 1em;
				margin: 0;
				background: rgba(73, 79, 88, 0.95);
				padding: 1.25em 1.5em 1.25em 1.5em;
				min-width: 16em;
				box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
			}

				.dropotron:after {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url("graphics/assets/css/images/bg01.png");
					opacity: .4;
				}

				.dropotron a, .dropotron span {
					-moz-transition: all 0.25s ease-in-out;
					-webkit-transition: all 0.25s ease-in-out;
					-ms-transition: all 0.25s ease-in-out;
					transition: all 0.25s ease-in-out;
					color: #ccc;
					color: rgba(255, 255, 255, 0.65);
					position: relative;
					display: block;
					z-index: 20000;
					text-decoration: none;
					padding: 1em 0 1em 0;
				}

				.dropotron li {
					border-top: solid 2px rgba(144, 144, 144, 0.25);
				}

					.dropotron li:first-child {
						border-top: 0;
					}

					.dropotron li:hover > a, .dropotron li:hover > span {
						color: #fff;
					}

		/* Banner */

			#banner {
				padding: 13em 0;
			}

				#banner h2 {
					font-size: 2.5em;
				}

				#banner p {
					padding-top: 1em;
					font-size: 2em;
				}

		/* Footer */

			#footer header {
				margin-bottom: 3em;
			}

				#footer header h2 {
					font-size: 1.3em;
				}

			#footer .button {
				margin-top: 2em;
			}

			#footer-links {
				margin-top: 5em;
			}

		/* Main */

			#main header {
				margin-bottom: 2em;
			}

				#main header h2 {
					font-size: 1.3em;
				}

			#main .image.left {
				margin-bottom: 1em !important;
			}

		/* Intro */

			#intro h3 {
				padding-bottom: 1em;
				font-size: 1.7em;
			}

			#intro p {
				font-size: 1.25em;
				line-height: 1.75em;
			}

			#intro .first {
				padding: 2em 3em;
			}

			#intro .middle {
				padding: 2em 3em;
				border-left: 2px solid rgba(144, 144, 144, 0.25);
				border-right: 2px solid rgba(144, 144, 144, 0.25);
			}

			#intro .last {
				padding: 2em 3em;
			}

			#intro .actions {
				margin-top: 5em;
			}

		/* Featured */

			#featured .row-padding {
				margin-bottom: 4em;
			}

			#featured header {
				margin-bottom: 4em;
			}

				#featured header h2 {
					font-size: 2.5em;
				}

				#featured header p {
					padding-top: 0.50em;
					font-size: 1.8em;
				}

			#featured .button {
				margin-top: 2em;
			}

		/* Copyright */

			#copyright span {
				margin-top: 6em;
				padding: 1.8em 7em;
				font-size: 0.90em;
			}

	}

/* Tablet */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
				width: 96%; max-width: 1000px;
				font-size: 10pt;
			}
			
			#nav > ul > li {
					padding: 0 .7em 0 .7em;
				}

                #nav > ul > li > a, #nav > ul > li > span {
						font-size: 0.9em;
                }
                
            #header h1 { height: 75px; }

			.button, .webpagebutton a, a.webpagebutton {
				padding: 1em 1.50em 1em 1.50em;
			}

				.button.big {
					min-width: 14em;
					padding: 1.2em 2em 1.2em 2em;
					font-size: 1.4em;
				}

		/* Wrappers */

			#main-wrapper, #footer-wrapper {
				padding: 5em 0em 3em;
			}

			.wrapper-style1 {
				padding: 6em 0em;
			}

			.wrapper-style2 {
				padding: 3em 0em;
			}

		/* Banner */

			#banner {
				padding: 8em 0;
			}

	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 10pt;
				line-height: 1.75em;
			}



			section, article {
				clear: both;
			}

			.button, .webpagebutton a, a.webpagebutton {
				display: block;
				padding: 1em 2em 1em 2em;
				font-size: 1.1em;
				margin: 2em 0 0 0;
			}

				.button.big {
					padding: 1.2em 2em 1.2em 2em;
					font-size: 1.4em;
					margin-top: 1em;
				}

			.box.post {
				margin-top: 3em;
				padding-top: 2em;
			}

				.box.post .image img {
					border: none;
				}

				.box.post .actions {
					margin-top: 2em;
				}

			.actions li {
				display: block;
				margin-bottom: 0.50em;
			}

			.triangle {
				margin: 0 auto 2em auto;
				width: 9em;
				padding: 0;
				height: 0;
			}

			.triangleNest {
				margin-left: -0.5em;
				padding-top: 1.5em;
				font-size: 2.3em;
			}
			
			
		ul.contact li {float: none; width: auto;}	
		
        
        #homepage_slideshow { height: 250px;}
        
		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-top: 44px;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: #53565b;
				text-align: right;
			}

				#titleBar:before {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url("graphics/assets/css/images/bg01.png");
					opacity: 0.2;
				}

				#titleBar .title {
					position: relative;
					text-decoration: none;
					font-size: 1.1em;
					font-weight: 700;
					color: #fff;
					background: transparent; /* #99393D;*/
					text-align: right;
					display: inline-block;
					height: 30px;
					line-height: 30px;
					padding: 0 15px 0 15px;
					margin: 7px 0 0 0;
					z-index: 1;
				}

				#titleBar .toggle {
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
					z-index: 1;
				}

					#titleBar .toggle:before {
						content: '';
						display: block;
						position: absolute;
						left: 14px;
						top: 16px;
						background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="12px" viewBox="0 0 18 12" zoomAndPan="disable"><rect x="0" y="0" width="18" height="2" style="fill:rgb(255,255,255);" /><rect x="0" y="5" width="18" height="2" style="fill:rgb(255,255,255);" /><rect x="0" y="10" width="18" height="2" style="fill:rgb(255,255,255);" /></svg>') 0 0 no-repeat;
						width: 18px;
						height: 12px;
						opacity: 0.35;
					}

					#titleBar .toggle:active:before {
						opacity: 1.0;
					}

			#navPanel {
				background-color: #32373d;
				background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.075));
				background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.075));
				background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.075));
				background-image: linear-gradient(left, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.075));
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				box-shadow: inset -1px 0px 0px rgba(0, 0, 0, 0.15);
			}

				#navPanel:before {
					content: '';
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-image: url("graphics/assets/css/images/bg01.png");
					opacity: 0.2;
				}

				#navPanel nav {
					position: relative;
					z-index: 1;
				}

				#navPanel .link {
					display: block;
					color: #999;
					font-size: 1.1em;
					text-decoration: none;
					padding: 0 1.5em 0 1.5em;
					line-height: 44px;
					height: 44px;
					border-top: solid 1px rgba(255, 255, 255, 0.075);
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					color: #fff;
					font-weight: 700;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Wrappers */

			#header-wrapper {
				display: none;
			}

				.homepage #header-wrapper {
					display: block;
				}

			#main-wrapper {
				margin: 0em 0em 1em 0em !important;
				padding: 15px 15px;
			}

				.homepage #main-wrapper {
					margin-top: 3em !important;
				}

			#footer-wrapper {
				overflow: hidden;
				padding: 15px 15px;
			}

		/* Header */

			#header, #nav {
				display: none;
			}

		/* Banner */

			#banner {
				margin: 0 auto;
				padding: 4em 0;
			}

				#banner h2 {
					line-height: 1.5em !important;
					font-size: 2em;
					margin: 0 0 0.25em 0;
					padding: 0 50px 0 50px;
				}

				#banner p {
					line-height: 1.75em !important;
					font-size: 1.1em;
					padding: 0 20px 0 20px;
				}

		/* Footer */

			#footer {
				margin: 3em 0em !important;
			}

				#footer section {
					margin-bottom: 3em !important;
				}

				#footer header {
					margin-bottom: 2em;
				}

					#footer header h2 {
						font-size: 1.3em;
					}

				#footer .button {
					margin-top: 2em;
				}

			#footer-links {
				margin-top: 3em;
			}

		/* Main */

			#main section {
				margin-bottom: 3em !important;
			}

			#main header {
				margin-bottom: 3em;
			}

				#main header h2 {
					font-size: 1.3em;
				}

			#main .image.left {
				float: none;
				display: block;
				width: 100%;
			}

		/* Intro */

			#intro {
				margin: 1em 0em 0em 0em !important;
				padding: 40px;
			}

				#intro h3 {
					margin: 0 0 1em 0;
				}

				#intro section {
					border-top: 2px solid rgba(144, 144, 144, 0.25);
					margin-bottom: 3em !important;
					padding-top: 3em;
				}

					#intro section.first {
						border-top: 0;
						padding-top: 0;
					}

		/* Featured */

			#featured {
				margin: 3em 0em 1em 0em !important;
				padding: 15px 15px;
			}

				#featured section {
					margin-bottom: 3em !important;
				}

				#featured header {
					margin-bottom: 2em;
				}

					#featured header h2 {
						line-height: 1.75em;
						font-size: 1.8em;
					}

		/* Copyright */

			#copyright {
				overflow: hidden;
			}

				#copyright span {
					margin-top: 2em;
					padding: 1.8em 2em;
					line-height: 2em;
					font-size: 0.90em;
				}

	}
	
	
	
/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #646464;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0 0 1em 0;
	}
  form .sigPad { margin: 1em 0;}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #f8f8f8;
		border-radius: 6px;
		border: solid 1px #ccc;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
		margin: 0 0 1.2em 0;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #82a8e0;
			box-shadow: 0 0 0 2px #82a8e0;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			color: #e5e5e5;
			content: '\f078';
			display: block;
			height: 3em;
			line-height: 3em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 3em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 3em;
	}

	textarea {
		padding: 0.75em 1em;
	}

/*	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #777;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.55em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #f8f8f8;
				border-radius: 6px;
				border: solid 1px #e5e5e5;
				content: '';
				display: inline-block;
				height: 1.8em;
				left: 0;
				line-height: 1.725em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.8em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #666;
			border-color: #666;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #82a8e0;
			box-shadow: 0 0 0 1px #82a8e0;
		}

	input[type="checkbox"] + label:before {
		border-radius: 6px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}
*/
	::-webkit-input-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #999 !important;
		opacity: 1.0;
	}
	
	/* Date picker */
	.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	background:#eee;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* ModuleBegin::broadcastemail */
.enewsWrapper div { }
.enewsWrapper span { display: block; }
.enewsText { }
.enewsEmail { }
/* ModuleEnd::broadcastemail */