@import url("avenir_lts.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic|Open+Sans+Condensed:300,700");



/* 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;
	}
	
	html {
	    scroll-behavior:smooth;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

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

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

	body {
		-webkit-text-size-adjust: none;
	}
	
/* Theme Customizations for gendocs */
.ajax { display: none; }

.prevnext { width: 100%; height: 50px; display: block; margin: 40px 0 0 0; text-transform: uppercase; font-size: 20px; }
.prev_link { float: left; }
.prev_url { font-weight: bold; }
.next_link { float: right; }
.next_url { font-weight: bold; float: left; margin-right: 5px; }

/* 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: 1750px;
		min-width: 1400px;
	}

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

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

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

	.container {
		width: 1400px;
	}

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

		.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;
		}

	}

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

		.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 (max-width: 980px) {
                        
		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

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

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

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

		.container {
			width: 95% !important;
		}

	}

	@media screen and (max-width: 736px  ) {
        /* 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;
		}

	}

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

		.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 {
	    display:flex;
	    flex-wrap:wrap;
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		-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 section {
    	height: 100%;
    	position: relative;
    	padding-bottom: 5em;
    }

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

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

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

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

	.row > * {
		padding: 0 0 0 3.5em;
	}

	.row {
		margin: 0 0 -1px -3.5em;
	}

	.row.uniform > * {
		padding: 3.5em 0 0 3.5em;
	}

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

	.row.\32 00\25 > * {
		padding: 0 0 0 7em;
	}

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

	.row.uniform.\32 00\25 > * {
		padding: 7em 0 0 7em;
	}

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

	.row.\31 50\25 > * {
		padding: 0 0 0 5.25em;
	}

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

	.row.uniform.\31 50\25 > * {
		padding: 5.25em 0 0 5.25em;
	}

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

	.row.\35 0\25 > * {
		padding: 0 0 0 1.75em;
	}

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

	.row.uniform.\35 0\25 > * {
		padding: 1.75em 0 0 1.75em;
	}

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

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

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

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

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

	.\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 (max-width: 1680px) {

		.row > * {
			padding: 0 0 0 2.5em;
		}

		.row {
			margin: 0 0 -1px -2.5em;
		}

		.row.uniform > * {
			padding: 2.5em 0 0 2.5em;
		}

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

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

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

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

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

		.row.\31 50\25 > * {
			padding: 0 0 0 3.75em;
		}

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

		.row.uniform.\31 50\25 > * {
			padding: 3.75em 0 0 3.75em;
		}

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

		.row.\35 0\25 > * {
			padding: 0 0 0 1.25em;
		}

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

		.row.uniform.\35 0\25 > * {
			padding: 1.25em 0 0 1.25em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	}

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

		.row > * {
			padding: 0 0 0 2em;
		}

		.row {
			margin: 0 0 -1px -2em;
		}

		.row.uniform > * {
			padding: 2em 0 0 2em;
		}

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

		.row.\32 00\25 > * {
			padding: 0 0 0 4em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 4em 0 0 4em;
		}

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

		.row.\31 50\25 > * {
			padding: 0 0 0 3em;
		}

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

		.row.uniform.\31 50\25 > * {
			padding: 3em 0 0 3em;
		}

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

		.row.\35 0\25 > * {
			padding: 0 0 0 1em;
		}

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

		.row.uniform.\35 0\25 > * {
			padding: 1em 0 0 1em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	}

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

		.row > * {
			padding: 0 0 0 2em;
		}

		.row {
			margin: 0 0 -1px -2em;
		}

		.row.uniform > * {
			padding: 2em 0 0 2em;
		}

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

		.row.\32 00\25 > * {
			padding: 0 0 0 4em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 4em 0 0 4em;
		}

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

		.row.\31 50\25 > * {
			padding: 0 0 0 3em;
		}

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

		.row.uniform.\31 50\25 > * {
			padding: 3em 0 0 3em;
		}

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

		.row.\35 0\25 > * {
			padding: 0 0 0 1em;
		}

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

		.row.uniform.\35 0\25 > * {
			padding: 1em 0 0 1em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	}

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

		.row > * {
			padding: 0 0 0 2em;
		}

		.row {
			margin: 0 0 -1px -2em;
		}

		.row.uniform > * {
			padding: 2em 0 0 2em;
		}

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

		.row.\32 00\25 > * {
			padding: 0 0 0 4em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 4em 0 0 4em;
		}

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

		.row.\31 50\25 > * {
			padding: 0 0 0 3em;
		}

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

		.row.uniform.\31 50\25 > * {
			padding: 3em 0 0 3em;
		}

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

		.row.\35 0\25 > * {
			padding: 0 0 0 1em;
		}

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

		.row.uniform.\35 0\25 > * {
			padding: 1em 0 0 1em;
		}

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

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

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

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

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

		.\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%;
		}

	}

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

		.row > * {
			padding: 0 0 0 2em;
		}

		.row {
			margin: 0 0 -1px -2em;
		}

		.row.uniform > * {
			padding: 2em 0 0 2em;
		}

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

		.row.\32 00\25 > * {
			padding: 0 0 0 4em;
		}

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

		.row.uniform.\32 00\25 > * {
			padding: 4em 0 0 4em;
		}

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

		.row.\31 50\25 > * {
			padding: 0 0 0 3em;
		}

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

		.row.uniform.\31 50\25 > * {
			padding: 3em 0 0 3em;
		}

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

		.row.\35 0\25 > * {
			padding: 0 0 0 1em;
		}

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

		.row.uniform.\35 0\25 > * {
			padding: 1em 0 0 1em;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	}

/* Basic */

	body {
		background: #ffffff;
	}

	body, input, select, textarea {
		color: #7e8487;
		font-family: 'AvenirLTStd-Medium', sans-serif;
		font-size: 13pt;
		font-weight: 400;
		line-height: 1.65em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		color: #004E7D;
		text-decoration: none;
	}

		a:hover {
			color: #BBB097 !important;
			text-decoration: none;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #004e7d;
		line-height: 1em;
		margin: 0 0 0.5em 0;
	}
	
	h1 {
	    font-family: 'AvenirLTStd-Heavy', sans-serif;
        font-weight:700;
	}
	h2, h3, h4, h5, h6 {
	    font-family: 'AvenirLTStd-Book', sans-serif;
        font-weight:700;
        color:#7e8487;
        letter-spacing: 2px;
	}

		h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
			font-weight: 300;
		}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

    h1 {
        font-size: 2.5em;
        line-height: 2em;
        letter-spacing: 0.14em;
    }

	h2 {
		font-size: 2em;
		line-height: 1.5em;
		letter-spacing: 0.14em;
	}

	h3 {
		font-size: 1.35em;
		line-height: 1.5em;
		letter-spacing: 0.14em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
		letter-spacing: 0.14em;
	}

	h5 {
		font-size: 0.9em;
		font-weight: 400;
		line-height: 1.5em;
		letter-spacing: 0.14em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
		letter-spacing: 0.14em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #e8eaeb;
		margin: 2em 0;
	}

	blockquote {
		border-left: solid 6px #e8eaeb;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		background: rgba(144, 150, 154, 0.075);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		line-height: 1.75em;
		margin: 0 0 2em 0;
		overflow-x: auto;
		padding: 1em 1.5em;
	}

	code {
		background: rgba(144, 150, 154, 0.075);
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}




/* Section/Article */


	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #b8bfc2;
		font-style: italic;
		margin: 0 0 1.5em 0;
		position: relative;
	}

	header h2 + p {
		font-size: 1.25em;
		line-height: 1.5em;
		margin-top: -1em;
	}

	header h3 + p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin-top: -0.85em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin-top: -0.75em;
	}

	header.major {
		margin: 0 0 4em 0;
		text-align: center;
	}

		header.major h2 {
			font-size: 2.5em;
		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #575d60;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 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: rgba(144, 150, 154, 0.075);
		border: none;
		border: solid 2px #e8eaeb;
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		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: #857650;
		}

	.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 {
			content: '\f078';
			color: rgba(144, 150, 154, 0.5);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

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

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

	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: #7e8487;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			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: rgba(144, 150, 154, 0.075);
				border: solid 2px #e8eaeb;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

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

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #857650;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #b8bfc2;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #b8bfc2;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #b8bfc2;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #b8bfc2;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #b8bfc2;
		opacity: 1.0;
	}
	
	
	@media screen and (max-width: 63.9375em) {
	    #form abbr[title] {
          position: relative;
          
          text-decoration: underline dotted; 
        }
        
        #form abbr[title]:hover::after,
        #form abbr[title]:focus::after {
          content: attr(title);
          
          position: absolute;
          left: 0;
          bottom: -30px;
          width: 70vw;
/*          white-space: nowrap;*/
          
          background-color: #1e1e1e;
          color: #fff;
          border-radius: 3px;
          box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
          font-size: 14px;
          padding: 3px 5px;
        }

	}
	

/* Box */

	.box {
		border: solid 2px #e8eaeb;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

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

		.icon > .label {
			display: none;
		}
		

/* Image */

	.image {
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
			border: solid 6px #e8eaeb;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

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

			.image.fit img {
				display: block;
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}
	ul ul {
	    margin: 0 0 0 0;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 2px #e8eaeb;
				padding: 1em 0;
			}

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

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 2em;
				}

		ul.icon-bullets {
			list-style: none;
			padding-left: 0;
		}

			ul.icon-bullets li {
				margin: 2em 0 0 0;
				padding: 0 0 0 3em;
				position: relative;
			}

				ul.icon-bullets li:before {
					background: #857650;
					color: #ffffff;
					cursor: default;
					display: block;
					height: 2em;
					left: 0;
					line-height: 2em;
					position: absolute;
					text-align: center;
					top: 0;
					width: 2em;
				}

		ul.labeled-icons {
			list-style: none;
			padding-left: 0;
		}

			ul.labeled-icons li {
				margin: 2em 0 0 0;
				padding: 0 0 0 3em;
				position: relative;
			}

				ul.labeled-icons li:first-child {
					margin-top: 0.75em;
				}

				ul.labeled-icons li .icon {
					font-size: 1em;
					left: 0;
					position: absolute;
					top: 0;
				}

					ul.labeled-icons li .icon:before {
						background: #857650;
						color: #ffffff;
						cursor: default;
						display: block;
						height: 2em;
						line-height: 2em;
						text-align: center;
						width: 2em;
					}

				ul.labeled-icons li a {
					color: inherit;
					text-decoration: none;
				}

		ul.actions {
        	cursor: default;
			list-style: none;
			padding-left: 0;
		}

		.row section ul.actions {
            position: absolute;
        	left: 0;
        	bottom: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

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

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #e8eaeb;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 150, 154, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #575d60;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #e8eaeb;
		}

		table tfoot {
			border-top: solid 2px #e8eaeb;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #e8eaeb;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background: transparent; 
		border: solid 2px #B1A37E; 
		border-radius: 0;
		color: #857650 !important; 
		cursor: pointer;
		display: inline-block;
		font-family: 'AvenirLTStd-Heavy', sans-serif;
		font-weight: 400;
		height: 3em;
		line-height: 2.75em;
		padding: 0 1.65em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}
/*	
	.nothome input[type="submit"],
	.nothome input[type="reset"],
	.nothome input[type="button"],
	.nothome .button {
	    background: #004E7D;
	    border: solid 2px #004E7D; 
	    color: #fff !important; 
	}
*/
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			color: #81734E !important;
            background-color: #E0DACB;
		}

    /*
        .nothome input[type="submit"]:hover,
		.nothome input[type="reset"]:hover,
		.nothome input[type="button"]:hover,
		.nothome .button:hover {
			color: #fff !important; 
			background-color:#81734E;
			border: solid 2px #81734E; 
		}
	*/	
		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			color: #81734E !important;
			background-color:#E0DACB;
		}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			.button.icon:before {
				margin-right: 0.5em;
				color: #857650;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.25em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #857650;
			color: #ffffff !important;
			border-color: #857650;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #004e7d;
				border-color: #004e7d;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #45c9f5;
				border-color: #45c9f5;
			}

			input[type="submit"].special.icon:before,
			input[type="reset"].special.icon:before,
			input[type="button"].special.icon:before,
			.button.special.icon:before {
				color: #fac6bd;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #7e8487 !important;
			color: #ffffff !important;
			border-color: #7e8487 !important;
			cursor: default;
			opacity: 0.25;
		}

/* Wrapper */

	.wrapper {
		padding: 6em 0;
	}

		.wrapper.style1 {
			background: #f7f9f9;
		}

		.wrapper.style2 {
			background: #ffffff;
		}

    /* -- Header Styles -- */
    #top_bar { margin-top: 0;  background: #004e7d; height: 34px; }
    .nothome #top_bar { position:fixed; top:0; left:0; width:100%; z-index:999;}
    .nothome #main { padding-top: 10em;}
    #utility_menu { position: absolute; right: 160px; color: #fff; text-align:right; line-height: 34px;  }
    #utility_menu a { display: inline-block; padding: 0 9px; font-size: 14px; border-right: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); text-decoration: none;}
    #utility_menu a:last-child {border-right:0px;}
    #utility_menu a:hover {background: rgba(255,255,255,0.12);}
    #site_search { position: absolute; top: 0px; right: 0px; width: 152px; height: 34px; overflow:hidden; background: rgba(255,255,255,0.3);  }
    #site_search #search_box_input { box-sizing: content-box; margin:0px; display: block; background: none; color: #fff; font-size: 14px; outline: 0; border: 0; position: absolute; top: 0px; width: 110px; text-align:left; left: 42px ; padding: 5px 0px 3px; line-height: 26px; height: 26px; }
    #site_search #search_button { width: 32px; height: 34px; line-height: 34px; text-align:center; cursor: pointer; position: absolute; left:0px; top:0px; font-size:18px; color: #fff; background: none ; border: none; }
    #site_search #search_box_input::-webkit-input-placeholder { color:#fff;} #site_search #search_box_input:-ms-input-placeholder { color:#fff;} #site_search #search_box_input:-moz-placeholder { color: #fff;  opacity:  1; } #site_search #search_box_input::-moz-placeholder { color: #fff;  opacity:  1; }
    #site_search #search_button span.fa { position: relative; top: -1px; }


/* Header */

	#page-wrapper {
		padding-top: 3em;position: relative;
	}

	body.landing #page-wrapper {
		padding-top: 0;
	}

	#header {
		background: #ffffff;
		border-bottom: solid 1px rgba(0, 0, 0, 0.125);
		box-shadow: 0 0.05em 0.125em 0 rgba(0, 0, 0, 0.075);
		color: #7e8487;
		cursor: default;
		height: 6.25em;
		left: 0;
		line-height: 6.25em;
		position: fixed;
		top: 30px;
		width: 100%;
		z-index: 999;
	}

		#header h1 {
			color: #575d60;
			height: inherit;
			left: 1.25em;
			line-height: inherit;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
			z-index: 10001;
		}

			#header h1 a {
				font-size: 1.25em;
			}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 1.25em;
			top: 0;
			vertical-align: middle;
		}

			#header nav > ul {
				list-style: none;
				margin: 0;
				padding-left: 0;
				
			}

				#header nav > ul > li {
					display: inline-block;
					margin-left: 0.75em;
					padding-left: 0;
					position:relative;
					
				}
				#header nav > ul li {
				    padding-left:0;
				    min-width: max-content;
				}

					#header nav > ul > li > ul {
					    position: absolute;
                        top: 4em;
                        left: 0;
                    	background: #ffffff;
                    	border: solid 1px #e8eaeb;
                    	box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.075);
                    	color: #7e8487;
                    	list-style: none;
                    	margin: -0.75em 0 0 -1px;
                    	min-width: calc(100% + 50px);
                    	padding: 0.75em 0.75em;
                    	font-size: 0.9em;
                    	line-height: 2.25em;
                    	text-align:left;
                    	z-index:5;
                    }
                    .nothome #header nav > ul > li > ul {
                        top: 5em;
                        font-size:inherit;
                        min-width: 14em;
                        
                    }
                    #header nav > ul > li > ul:before {
                        -moz-transform: rotate(45deg);
                    	-webkit-transform: rotate(45deg);
                    	-ms-transform: rotate(45deg);
                    	transform: rotate(45deg);
                    	background: #ffffff;
                    	border: 0;
                    	border-color: #e8eaeb;
                    	border-left-width: 1px;
                    	border-style: solid;
                    	border-top-width: 1px;
                    	content: '';
                    	display: block;
                    	height: 1em;
                    	left:46%;
                    	position: absolute;
                    	top: -0.5em;
                    	width: 1em;
                    }
                    
                    #header nav > ul > li.item1 > ul {
                        left:-30%;
                    }
                    
                    #header nav > ul > li.item2 > ul {
                        left:-60%;
                    }
                    #header nav > ul > li.item3 > ul {
                        left:-120%;
                    }
                    #header nav > ul > li.item4 > ul {
                        left:-70%;
                    }
                    #header nav > ul > li.item5 > ul {
                        left:-50%;
                    }
                    
                    #header nav > ul > li.item6 > ul {
                        left:-120%;
                    }
                    #header nav > ul > li.item7 > ul {
                        left:auto;   
                        right:0;
                    }
                    
                    #header nav > ul > li.item8 > ul {
                        left:-25%;
                    }
                    #header nav > ul > li.item9 > ul {
                        left:-65%;
                    }
                    #header nav > ul > li.item10 > ul {
                        left:-90%; 
                    }
                    
                    
                    
                    #header nav > ul > li > ul > li > ul {
                        position: absolute;
                        top:.61rem;
                        left:101%;
                        background: #ffffff;
                    	border: solid 1px #e8eaeb;
                    	box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.075);
                    	color: #7e8487;
                    	list-style: none;
                    	margin: -0.75em 0 0 -1px;
                    	min-width: 14em;
                    	padding: 0.75em 0.75em;
                    	font-size: 0.9em;
                    	display:block;
                    	line-height: 2.25em;
                    	z-index:6;
                    }
                    
                    #header nav > ul > li > ul > li > ul > li:hover {
                        background:#BBB097;
                    }
                    /**This doesn't look good on the homepage, only internal
                    #header nav > ul > li.item7 > ul > li > ul,
                    #header nav > ul > li.item8 > ul > li > ul,
                    #header nav > ul > li.item9 > ul > li > ul,
                    #header nav > ul > li.item10 > ul > li > ul,
                    #header nav > ul > li.item11 > ul > li > ul {
                        left:auto;
                        right:101%;
                    }*/
                    
                    #header nav > ul > li > ul > li:hover > a,
                    #header nav > ul > li > ul > li:hover > ul > li:hover a{
                        background:#BBB097;
                        -moz-transition: none;
                    	-webkit-transition: none;
                    	-ms-transition: none;
                    	transition: none;
                    	text-decoration: none;
                    	color:#fff !important;
                    }
                    
                    #header nav > ul > li > ul > li:hover {
                        background: #BBB097;
                    }
                    
                    #header nav > ul > li,
                    #header nav > ul > li > ul > li {
                        position:relative;
                    }
					#header nav > ul > li > ul,
					#header nav > ul > li > ul > li ul {
						display: none;
					}
					#header nav > ul > li:hover > ul,
					#header nav > ul > li:hover > ul > li:hover ul{
					    display:block;   
					}
                    
					#header nav > ul > li a {
						-moz-transition: color 0.2s ease-in-out;
						-webkit-transition: color 0.2s ease-in-out;
						-ms-transition: color 0.2s ease-in-out;
						transition: color 0.2s ease-in-out;
						color: inherit;
						display: inline-block;
						text-decoration: none;
						padding: 0 2px;
					}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

					#header nav > ul > li.active a {
						color: #857650 !important;
					}

		#header.alt {
			background: none;
			border: none;
			box-shadow: none;
			color: #cccecf;
			height: 50px;
			line-height: 50px;
			top:50px;
			position: absolute;
		}

			#header.alt #logo {
				position: absolute; top: 75px; display:block; left:50%; width: 282px; margin-left: -141px ; text-align:center;
			}

			#header.alt nav {
				left: 0;
				text-align: center;
				width: 100%;
			}

				#header.alt nav > ul > li {
					margin: 0 .5em;
				}

					#header.alt nav > ul > li a:hover {
						color: #ffffff !important;
					}

					#header.alt nav > ul > li.active a {
						color: #ffffff !important;
					}
	#header.interior #logo { display:block; width: 200px;padding:2px 0 0 10px;}
	#header.interior #logo img { display:block; height: 88px; width: 100%; object-fit: contain; object-position: left 50% }
	
	.hasChild {
	    float:right;
	    min-width:30px;
	    text-align:right;
	    margin-top:10px;
	}

	.dropotron {
		background: #ffffff;
		border: solid 1px #e8eaeb;
		box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 0.075);
		color: #7e8487;
		list-style: none;
		margin: -0.75em 0 0 -1px;
		min-width: 12em;
		padding: 0.75em 0;
	}
	

	@media screen and (min-width: 1500px) {
	
	    .dropotron.level-1 li.lastrow { /* width: 210px; */}
	}

		.dropotron.level-0 {
			font-size: 0.9em;
			margin: -1em 0 0 0;
			top: 130px!important;
		}

			.dropotron.level-0:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				background: #ffffff;
				border: 0;
				border-color: #e8eaeb;
				border-left-width: 1px;
				border-style: solid;
				border-top-width: 1px;
				content: '';
				display: block;
				height: 1em;
				left: 50%;
				margin-left: -0.5em;
				position: absolute;
				top: -0.5em;
				width: 1em;
			}

		.dropotron li {
			border-top: solid 1px #e8eaeb;
			padding: 0;
		}

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

			.dropotron li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-ms-transition: none;
				transition: none;
				color: #7e8487;
				display: block;
				line-height: 2.25em;
				padding: 0 1em;
				text-decoration: none;
			}

			.dropotron li:hover > a, .dropotron li.active > a {
				background:#BBB097;/* #4ecdf6 */
				color: #ffffff !important;
			}

/* Banner */

    #cycle_banners { width: 100%; position:relative;}
  
    
	.banner {
		display:block;
		background-color: #333c40;
		background-image: url("../png/overlay.png"), url("../jpg/banner.jpg");
		background-position: top left,							center center;
		background-repeat: repeat,								no-repeat;
		background-size: auto,								cover;
		color: #cccecf;
		padding: 14em 0 3em 0;
		text-align: center;
		text-decoration:none;
		width: 100%;
		position: relative;
	}
    
    
    .banner > .container {display:block;}
    
		.banner :last-child {
			margin-bottom: 0;
			margin-top: 20px;
		}

		.banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
			color: #ffffff;
		}
        
        .banner .logo { 
            padding: 0.5em 1em; 
            font-family: 'AvenirLTStd-Heavy', sans-serif;
			font-size: 1.2em;
			font-weight: 700;
        }
        
        /*
		.banner .logo a {
			background: #4ecdf6;
			color: #ffffff;
			display: inline-block;
			font-family: 'AvenirLTStd-Heavy', sans-serif;
			font-size: 1.75em;
			font-weight: 700;
			padding: 0.5em 1em;
			cursor: pointer;
			text-decoration: none;
		}
        
        .banner .logo a:hover {
            color: #fff !important;
        }
        */
        
		.banner header {
			margin: 2em 0 0 0; min-height: 200px;
		}

			.banner header h2 {
				font-size: 2.25em;
				font-family: 'AvenirLTStd-Book', sans-serif;
				text-transform:uppercase;
				text-shadow: 1px 2px 3px rgba(0,0,0,0.7);
			}
            
            .banner header h2 + p {
        		font-size: 1.25em;
        		line-height: 1.5em;
        		margin-top: -1em;
        		letter-spacing:4px;
        		text-shadow:1px 2px 3px rgba(0,0,0,0.7);
        		color:#fff;
        		
        	}
            
			.banner header p {
				font-size: 1em;
				font-style: normal;
			}

        /* Prev/Next Controls */
        .cyclePrev, .cycleNext, .cyclePause, .cycleResume { z-index:999; position: absolute; top: 50%; margin-top: -20px;height: 40px; width: 40px; border-radius: 3px; text-align:center; line-height: 40px; color: #fff; font-size: 32px; opacity: 0; filter: alpha(opacity=0); z-index: 800; cursor: pointer; }
        .cyclePrev { left: 10px;  }
        .cycleNext { right: 10px;  }
        .cyclePause { right: 54px; font-size: 20px;  }
        #cycle_banners.cyclePaused .cyclePause { display:none;}
        .cycleResume { right: 54px; font-size: 20px; display:none;}
        #cycle_banners.cyclePaused .cycleResume { display:block;}
        #cycle_banners:hover .cyclePrev, #cycle_banners:hover .cycleNext, #cycle_banners:hover .cyclePause, #cycle_banners:hover .cycleResume { opacity: .7; filter: alpha(opacity=70) }

/* Intro */

	#intro {
		text-align: center;
	}

		#intro h2 {
			font-size: 2.5em;
			margin: 0 auto;
			width: 70%;
		}

		#intro footer {
			border-top: solid 2px #e8eaeb;
			margin: 2em 0 0 0;
			padding: 2em 0 0 0;
		}

			#intro footer p {
				display: inline-block;
				margin: 0;
				text-align: right;
				vertical-align: top;
				width: 64%;
				float: left;
			}

			#intro footer .actions {
				display: inline-block;
				margin: 0 0 0 2em;
				vertical-align: top;
			}
/* Alerts */
#alert { background: #857650; line-height: 20px; padding: 15px 0; color: #fff; }
#alert p { display: inline; margin:0px; }

/* Resources */
#resources {padding-bottom: 8em !important;}
a.resource { display:block; margin-bottom :15px;  text-decoration:none; padding: 1em; -moz-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background: transparent; color: #857650 !important;}
a.resource:hover { background-color: #E0DACB; color: #857650 !important;}
a.resource img { display:block; width: 100%; max-width: 150px; margin: 0 auto; height: 150px; object-fit: contain; object-position: 50% 50%;}
a.resource h3 { text-align:center; margin:20px 0 0;}

/* Stat Counters */
#statistics { position: relative; padding: 2em 0 5em; color: #fff; background: #000;background-position: center center;
background-size: auto, auto, cover, cover;background-attachment: fixed, fixed, fixed, fixed;
background-repeat: repeat, repeat, no-repeat, no-repeat;background-color: rgba(21, 27, 33, 0.6);  
background-image: -moz-linear-gradient(top, rgba(21, 27, 33, 0.6), rgba(21, 27, 33, 0.6)), url('../png/overlay.png'), -moz-linear-gradient(45deg, rgba(22, 244, 207, 0.65), rgba(101, 50, 229, 0.65)), url('../jpg/cta.jpg'); 
background-image: -webkit-linear-gradient(top, rgba(21, 27, 33, 0.6), rgba(21, 27, 33, 0.6)), url('../png/overlay.png'), -webkit-linear-gradient(45deg, rgba(22, 244, 207, 0.65), rgba(101, 50, 229, 0.65)), url('../jpg/cta.jpg'); background-image: -ms-linear-gradient(top, rgba(21, 27, 33, 0.6), rgba(21, 27, 33, 0.6)), url('../png/overlay.png'), -ms-linear-gradient(45deg, rgba(22, 244, 207, 0.65), rgba(101, 50, 229, 0.65)), url(../jpg/cta.jpg); background-image: linear-gradient(top, rgba(21, 27, 33, 0.6), rgba(21, 27, 33, 0.6)), url('../png/overlay.png'), linear-gradient(45deg, rgba(22, 244, 207, 0.65), rgba(101, 50, 229, 0.65)), url('../jpg/cta.jpg');}
#statistics h2 { color :#fff;}
#statistics_disclaimer { position: absolute; right: 20px; bottom: 0px; color: #fff; font-style:italic; font-size: 80%;}
#statistics_disclaimer p {margin-bottom: 8px;}
.stat_box { text-align:center; }
.stat_box span.icon { font-size: 60px; line-height: 60px; display:block; margin-bottom:9px;}
.stat_box .stat_line { font-size: 60px; line-height: 60px; margin-bottom: 20px;}
.stat_box h3 { color: #fff;}
.stat_box  p {margin:0px;}

#sponsors h2 {margin-top: 35px;}

    .eventTicketTypeTitle { margin: 20px auto; white-space: nowrap; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; width: 100%; text-align: center; padding: 10px; }                       
    .ticketTypeSummary td {padding:  5px 10px; }
    .ticketTypeSummary .ticketPriceTotal { text-align: right; font-size: 20px; font-weight: bold; }
    .ticketTypeSummary .ticketPriceTotal td { border-top: 1px solid #CCC; }
    .ticketQuantity, td.ticketTotal  { text-align: center; }
    tr.odd.repeatSection td { background: #eee; }
    table.ticketTypeSummary { width: 100%; }
    tr.repeatSection td { padding: 5px 30px;}
    tr.sectionHeader td { background: #eee; padding: 0px 10px; }
    .sectionHeader td h3 { margin: 5px; }
    tr.odd.repeatSection { border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
    tr.odd.repeatSection.last { border-bottom: 1px solid #ccc; }
    tr.odd.repeatSection.first { border-top: 1px solid #ccc; }

body > .addthis-smartlayers { display: none !important;}

/*** Flexisel ***/

.nbs-flexisel-container { position:relative; max-width:100%;}
.nbs-flexisel-ul { position:relative; width:99999px; margin:0px; padding:0px; list-style-type:none;    text-align:center;  }
.nbs-flexisel-inner { position: relative; overflow: hidden; width:100%; padding: 0 70px; box-sizing: border-box; }
.nbs-flexisel-item { float:left; margin:0px; padding:0px; position:relative; line-height:0px; height: 215px; }
.nbs-flexisel-item span { display:block; position: absolute; top: 50%; left:18px; right:18px; transform: translateY(-50%);}
.nbs-flexisel-item span a { display:block;}
.nbs-flexisel-item img { width: 100% !important; max-width: 100%; height: auto !important; margin: 0 auto; cursor: pointer; position: relative; margin-top: 10px; margin-bottom: 10px; }

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right { display:block; padding:0;  position: absolute; cursor: pointer; z-index: 4; top:0; bottom:0; line-height: 258px; font-size: 42px; width: 70px; text-align:center; background: #fff; color: #0669ac; font-family: 'FontAwesome'; }
.nbs-flexisel-nav-left { left: 0px; }
.nbs-flexisel-nav-left:before { content: "\f100"; font-weight: 900; }
.nbs-flexisel-nav-left.disabled { opacity: 0.4; }
.nbs-flexisel-nav-right { right: 0px; }
/*.nbs-flexisel-nav-right:before { content: "\f101";  font-weight: 900; }*/
.nbs-flexisel-nav-right.disabled { opacity: 0.4;}

/* Main */

	#main .container > section {
		border-top: solid 6px #e8eaeb;
		margin: 5em 0 0 0;
		padding: 5em 0 0 0;
	}

		#main .container > section:first-child {
			border-top: solid 1px transparent;
			margin-top: 0;
			padding-top: 0;
		}

/* Footer */

	#footer {
		background: #004e7d;
		color: #cccecf;
		font-size: 0.9em;
		padding: 6em 0;
	}

		#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
			color: #ffffff;
		}

		#footer ul.alt li {
			border-top-color: #6195B4;
		}

			#footer ul.alt li a {
				color: inherit;
				text-decoration: none;
			}

		#footer .copyright {
			color: #848a8c;
			font-size: 0.9em;
			margin: 2em 0 0 0;
			padding: 0;
			text-align: center;
		}

			#footer .copyright li {
				border-left: solid 1px #e8eaeb;
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
			
			#footer .social {  height: 30px; line-height: 30px; text-align: center;}
            #footer .social a { text-decoration: none; display: inline-block; background: #857650; color: #fff !important; font-size: 24px; text-align:center; height: 40px; line-height: 40px; width: 40px; margin: 0 5px; border-radius: 100% 100%;}
            #footer .social a:hover {background: #E0DACB !important; transition: all 0.3s ease;}
            
           /* a.icon.fa-facebook:hover { background: #3b5998 !important; transition: all 0.3s ease;}
            a.icon.fa-twitter:hover { background: #00aced !important; transition: all 0.3s ease;}
            a.icon.fa-linkedin:hover { background: #007bb5 !important; transition: all 0.3s ease;}
            a.icon.fa-instagram:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important; transition: all 0.3s ease;}
            a.pinterest:hover { background: #cb2027 !important; transition: all 0.3s ease;}
            a.google:hover { background: #dd4b39 !important; transition: all 0.3s ease;}
            a.icon.fa-youtube:hover { background: #ed1c24 !important; transition: all 0.3s ease;} */
            
            .container .social {line-height: 45px;}
            .container .social a {text-decoration: none; display: inline-block; font-size: 24px; text-align:center; height: 40px; line-height: 40px; width: 40px; margin: 0 5px; border-radius: 100% 100%;}

            

/* Wide */

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

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}


	}

/* Normal */

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

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}

		/* Image */

			.image img {
				border-width: 3px;
			}

		/* Wrapper */

			.wrapper {
				padding: 4em 0;
			}

		/* Banner */


		/* Main */

			#main .container > section {
				border-top: solid 3px #e8eaeb;
				margin: 4em 0 0 0;
				padding: 4em 0 0 0;
			}

		/* Footer */

			#footer {
				padding: 4em 0;
			}

	}

/* Narrow */

	#navPanel, #navButton {
		display: none;
	}
    @media screen and (max-width: 1024px) {
        #header.interior #logo img {
			    height:44px;
			}
    }
    
	@media screen and (max-width: 980px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 11pt;
			}

			h2 br, h3 br, h4 br, h5 br, h6 br {
				display: none;
			}

		/* Section/Article */

			section.features .intro, article.features .intro {
				padding-left: 4em;
				padding-right: 4em;
				text-align: center;
			}

				section.features .intro p, article.features .intro p {
					margin: 0;
				}

				section.features .intro .icon-bullets, article.features .intro .icon-bullets {
					display: inline-block;
					margin: 0 0 4em 0;
				}

			header.major {
				margin: 0 0 3em 0;
			}

				header.major h2 {
					font-size: 2em;
				}

		/* Wrapper */

			.wrapper {
				padding: 3em 0;
			}

		/* Header */

			#page-wrapper {
				padding-top: 0;
			}

			#header {
				/*display: none; */
			}
			#header nav { display: none; }

		/* Banner */

		/* Intro */

			#intro {
				padding-left: 4em;
				padding-right: 4em;
			}

				#intro br {
					display: none;
				}

				#intro h2 {
					font-size: 2em;
				}

				#intro footer p {
					text-align: center;
				}

				#intro footer .actions {
					display: block;
					margin: 2em 0 0 0;
				}

		/* Footer */

			#footer {
				padding: 4em 0;
			}

		/* 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-bottom: 1px;
			}
            #utility_menu {
                display:none;
            }
			#navButton {
				-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: 5em;
				right: 0;
				position: fixed;
				top: 25px;
				width: 5em;
				z-index: 998;
			}

				#navButton .toggle {
					text-decoration: none;
					height: 100%;
					right: 0;
					position: absolute;
					top: 0;
					width: 100%;
					border: 0;
					text-decoration: none;
				}

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

					#navButton .toggle:before {
						content: '\f0c9';
						background: rgba(144, 150, 154, 0.85);
						color: rgba(255, 255, 255, 0.75);
						display: block;
						font-size: 16px;
						height: 2em;
						right: 0.5em;
						line-height: 2em;
						position: absolute;
						text-align: center;
						top: 0.5em;
						width: 3.25em;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
				-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%;
				right: -275px;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: #2c3437;
				color: #cccecf;
				padding: 0 1em 0 1em;
				box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1);
			}

				#navPanel .link {
					border-bottom: 0;
					border-top: solid 1px #474f53;
					color: #cccecf !important;
					display: block;
					height: 44px;
					line-height: 44px;
					text-decoration: none;
				}

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

					#navPanel .link.depth-0 {
						color: #ffffff !important;
					}

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

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

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

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

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

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

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

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
			}
			#header.interior #logo img {
			    height:44px;
			}
			#top_bar {
			    margin-top: 0;
			}
			#header {
			    height: 3.25em;
			    line-height: 3.25em;
			    }

	}

/* Mobile */

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

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
			}

			h2 {
				font-size: 1.5em;
				line-height: 1.5em;
			}

			h3 {
				font-size: 1.25em;
				line-height: 1.5em;
			}

			h4 {
				font-size: 1em;
				line-height: 1.5em;
			}

		/* Section/Article */

			header.major {
				margin: 2em 0 2em 0;
			}

				header.major h2 {
					font-size: 1.5em;
				}

				header.major p {
					font-size: 1em;
				}

		/* Banner */
            #header.alt #logo {top:0px;}
			.banner {
				padding:8em 2em 4em 2em;
			}

				.banner header h2 {
					font-size: 1.5em;
				}

		/* Intro */

			#intro h2 {
				font-size: 1.5em;
			}

		/* Main */

			#main {
				padding: 2em 1em;
			}

		/* Footer */

			#footer {
				padding: 3em 1em;
			}

				#footer .copyright li {
					border-left: 0;
					display: block;
					margin-left: 0;
					padding-left: 0;
				}

	}

/* Mobile (Portrait) */

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

		/* Basic */

			html, body {
				min-width: 320px;
			}

			body, input, select, textarea {
				font-size: 11pt;
			}

		/* Section/Article */

			section.features .intro, article.features .intro {
				padding-left: 0;
				padding-right: 0;
				text-align: left;
			}

				section.features .intro .icon-bullets, article.features .intro .icon-bullets {
					display: block;
				}

		/* List */

			ul.actions {
				margin: 0 0 2em 0;
			}

				ul.actions li {
					display: block;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

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

					ul.actions li > * {
						margin: 0 !important;
						width: 100%;
					}

						ul.actions li > *.icon:before {
							margin-left: -2em;
						}

				ul.actions.small li {
					padding: 0.5em 0 0 0;
				}

					ul.actions.small li:first-child {
						padding-top: 0;
					}

		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				padding: 0;
			}

		/* Wrapper */

			.wrapper {
				padding: 6em 1em 2em 1em !important;
			}

		/* Banner */

			.banner {
				padding:8em 2em 4em 2em;
			}

		/* Intro */

			#intro {
				text-align: left;
			}

				#intro footer p {
					text-align: left;
					float: none;
					width: 100%;
				}

	}
	
	
	
	
    #newsHeadline{
        line-height: 55px;
    }
    
    /* Events Glance  */
  @media only screen and (max-width: 600px) {
    .glance_inner a {
      margin-bottom: 10px;
      display: none;
    }
    
    .dayNum {
      padding: 5px;
      margin: 0;
    }
    
    .activeday.day .dayNum {
      background-color: #4d84a4;
      padding: 5px;
    }

    .revealEvents {
      min-width: 265%;
      margin-top: 1rem;
      margin: 1rem auto;
      margin-right: -18rem;
    }
    
    .cal.largeCalendar .calGrid td {
      height: 50px;
    }  

  }
  
/* Definitions */
.definition {
    -moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #004E7D;
	text-decoration: none;
	cursor: pointer;
}
.definition:hover {
    color: #BBB097 !important;
	text-decoration: none;
}
.definitionLink {
    margin: 1rem auto;
    text-align: center;
}

ol ul {
    margin: 0;
}