/*@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);*/
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,500,400italic,500italic);

/* 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, ol, ul, li, 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; 
	}

	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;
		width:100%
	}
	
	td {
		padding: 10px 10px 10px 10px;
		line-height: 1.3em;
	}

	body {
		-webkit-text-size-adjust: none;
	}

	img {
		max-width: 100%;
		height: auto;
		image-rendering: auto;
  		image-rendering: crisp-edges;
  		image-rendering: pixelated;
	}
	
/* 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;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1250px;
			min-width: 1000px;
		}

		.container.\37 5\25 {
			width: 750px;
		}

		.container.\35 0\25 {
			width: 500px;
		}

		.container.\32 5\25 {
			width: 250px;
		}

		.container {
			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: 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\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: #d4d9dd url("images/bg03.jpg");
		color: #474f51;
		font-size: 12pt;
		font-family: 'Alegreya Sans', sans-serif;
		line-height: 1.75em;
		font-weight: 400;
	}
	input, textarea, select {
		font-size: 1.1em; 
		font-family: 'Alegreya Sans', sans-serif;
		line-height: 1.75em;
		font-weight: 400;
	}
	ul, ol, p, dl {
		margin: 0 0 1em 0;
	}

	a {
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	section > :last-child,
	.last-child {
		margin-bottom: 0 !important;
	}

/* Multi-use */

	.link-list li {
		padding: 0.2em 0 0.2em 0;
	}

		.link-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.link-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

	.quote-list li {
		padding: 1em 0 1em 0;
		overflow: hidden;
	}

		.quote-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.quote-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		.quote-list li img {
			float: left;
		}

		.quote-list li p {
			margin: 0 0 0 0 /*90px*/;
			font-size: 1.2em;
			/*font-style: italic;*/
		}

		.quote-list li span {
			display: block;
			margin-left: 0 /*90px*/;
			font-size: 0.9em;
			font-weight: 400;
		}

	.check-list li {
		padding: 0.7em 0 0.7em 45px;
		font-size: 1.2em;
		background: url("images/icon-checkmark.png") 0px 1.05em no-repeat;
	}

		.check-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}
		
	.check-list2 li {
		padding: 0.7em 0 0.7em 25px;
		font-size: 1em;
		background: url("images/icon-checkmark2.png") 0px 1.05em no-repeat;
	}

		.check-list2 li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list2 li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

	.feature-image {
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}

		.feature-image img {
			display: block;
			width: 100%;
		}

	.bordered-feature-image {
		display: block;
		background: #fff url("images/bg04.png");
		padding: 10px;
		box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		margin: 0 0 1.5em 0;
		outline: 0;
	}

		.bordered-feature-image img {
			display: block;
			width: 100%;
		}

	.button-big {
		background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
		background-image: linear-gradient(top, #ed391b, #ce1a00);
		display: inline-block;
		background-color: #ed391b;
		color: #fff;
		text-decoration: none;
		font-size: 1.75em;
		font-weight: 300;
		padding: 15px 45px 15px 45px;
		outline: 0;
		border-radius: 10px;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	}

		.button-big:hover {
			background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
			background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
			background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
			background-image: linear-gradient(top, #fd492b, #de2a10);
			background-color: #fd492b;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

		.button-big:active {
			background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
			background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
			background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
			background-image: linear-gradient(top, #ce1a00, #ed391b);
			background-color: #ce1a00;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}



	.button-big2 {
		background-image: -moz-linear-gradient(top, #1bedce, #8aeef2);
		background-image: -webkit-linear-gradient(top, #1bedce, #8aeef2);
		background-image: -ms-linear-gradient(top, #1bedce, #8aeef2);
		background-image: linear-gradient(top, #1bedce, #8aeef2);
		display: inline-block;
		background-color: #1bedce;
		color: #fff;
		text-decoration: none;
		font-size: 1.75em;
		font-weight: 300;
		padding: 15px 45px 15px 45px;
		outline: 0;
		border-radius: 10px;
		box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
	}

		.button-big2:hover {
			background-image: -moz-linear-gradient(top, #2bfde8, #10dec3);
			background-image: -webkit-linear-gradient(top, #2bfde8, #10dec3);
			background-image: -ms-linear-gradient(top, #2bfde8, #10dec3);
			background-image: linear-gradient(top, #2bfde8, #10dec3);
			background-color: #fd492b;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

		.button-big2:active {
			background-image: -moz-linear-gradient(top, #8aeef2, #1bedce);
			background-image: -webkit-linear-gradient(top, #8aeef2, #1bedce);
			background-image: -ms-linear-gradient(top, #8aeef2, #1bedce);
			background-image: linear-gradient(top, #8aeef2, #1bedce);
			background-color: #8aeef2;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}









		.button2 {
				background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
				background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
				background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
				background-image: linear-gradient(top, #ed391b, #ce1a00);
				display: inline-block;
				background-color: #ed391b;
				color: #000;
				text-decoration: none;
				font-size: 1.75em;
				font-weight: 300;
				padding: 15px 45px 15px 45px;
				outline: 0;
				border-radius: 10px;
				box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
			}

		.button2:hover {
			background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
			background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
			background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
			background-image: linear-gradient(top, #fd492b, #de2a10);
			background-color: #fd492b;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

		.button2:active {
			background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
			background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
			background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
			background-image: linear-gradient(top, #ce1a00, #ed391b);
			background-color: #ce1a00;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}
		

		.button3 {
				background-image: -moz-linear-gradient(top, #33FFFF, #99FFFF);
				background-image: -webkit-linear-gradient(top, #33FFFF, #99FFFF);
				background-image: -ms-linear-gradient(top, #33FFFF, #99FFFF);
				background-image: linear-gradient(top, #33FFFF, #99FFFF);
				display: inline-block;
				background-color: #33FFFF;
				color: #000;
				text-decoration: none;
				font-size: 1.75em;
				font-weight: 300;
				padding: 15px 45px 15px 45px;
				outline: 0;
				border-radius: 10px;
				box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);
			}

		.button3:hover {
			background-image: -moz-linear-gradient(top, #99FFFF, #33FFFF);
			background-image: -webkit-linear-gradient(top, #99FFFF, #33FFFF);
			background-image: -ms-linear-gradient(top, #99FFFF, #33FFFF);
			background-image: linear-gradient(top, #99FFFF, #33FFFF);
			background-color: #99FFFF;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}

		.button3:active {
			background-image: -moz-linear-gradient(top, #99FFFF, #33FFFF);
			background-image: -webkit-linear-gradient(top, #99FFFF, #33FFFF);
			background-image: -ms-linear-gradient(top, #99FFFF, #33FFFF);
			background-image: linear-gradient(top, #99FFFF, #33FFFF);
			background-color: #99FFFF;
			box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		}
		
	table#t01 tr:nth-child(even) {
		 background-color: #f2f6f8;
		 border-bottom: #a4bcc4 thin dashed;
		 border-top: #a4bcc4 thin dashed;
	}
	table#t01 tr:nth-child(odd) {
		 background-color: #fff;
	}

/* Content */

	#content .quote-list li {
		border-bottom: solid 1px #e2e6e8;
	}

	#content .link-list li {
		border-bottom: solid 1px #e2e6e8;
	}

	#content .check-list li {
		border-bottom: solid 1px #e2e6e8;
	}

/* Footer */

	#footer .quote-list li {
		border-top: solid 1px #e0e4e6;
		border-bottom: solid 1px #b5bec3;
	}

	#footer .link-list li {
		border-top: solid 1px #e0e4e6;
		border-bottom: solid 1px #b5bec3;
	}

	#footer .check-list li {
		border-top: solid 1px #e0e4e6;
		border-bottom: solid 1px #b5bec3;
	}

/* Desktop */

	@media screen and (min-width: 737px) {

		/* Basic */

			body {
				min-width: 1200px;
			}

			section:last-child {
				margin-bottom: 0 !important;
			}

		/* Wrappers */

			#header-wrapper {
				background: #3B4346 url("images/bg01a.jpg");
				border-bottom: solid 1px #272d30;
				box-shadow: inset 0px -1px 0px 0px #51575a;
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
			}

			.subpage #header-wrapper {
				height: 155px;
			}

			#features-wrapper {
				background: #353D40 url("images/bg02.jpg");
				border-bottom: solid 1px #272e31;
				padding: 45px 0 45px 0;
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
			}

			#content-wrapper {
				background: #f7f7f7 url("images/bg04.png");
				border-top: solid 1px #fff;
				padding: 45px 0 45px 0;
			}

			#footer-wrapper {
				padding: 45px 0 45px 45px;
				text-shadow: 1px 1px 1px white;
			}

		/* Header */

			#header {
				min-height: 135px;
				position: relative;
			}

				#header h1 {
					position: absolute;
					left: 0;
					bottom: 35px;
					font-size: 2.75em;
				}

					#header h1 a {
						color: #fff;
						text-decoration: none;
					}

				#header h2 {
					position: absolute;
					right: 0;
					bottom: 75px;
					font-family:Arial, Helvetica, sans-serif, Verdana;
					font-size:75%;
					font-weight: 200;
					font-style:italic;
					color: #990000;
				}
				#header h3 {
					position: absolute;
					right: 0;
					bottom: 75px;
					font-family:Arial, Helvetica, sans-serif, Verdana;
					font-size:75%;
					font-weight: 300;
					color: #990000;
				}
				
				#header h4 {
					position: absolute;
					right: 0;
					bottom: 75px; 
					font-family:Arial, Helvetica, sans-serif, Verdana;
					font-size:75%;
					font-weight: 300;
					color: #c0d4e1;
				}
					#header h4 span {
					right: 0;
					bottom: 75px;
					font-family: 'Alegreya Sans', sans-serif;
					font-size:120%;
					font-weight: 400;
					font-style:italic;
					color: #c0d4e1;
				}
				
				#header nav {
					position: absolute;
					right: 0;
					bottom: 35px;
					font-weight: 200;
				}

					#header nav a {
						color: #c6c8c8;
						text-decoration: none;
						font-size: 1.4em;
						margin-left: 60px;
						outline: 0;
					}

						#header nav a:hover {
							color: #f6f8f8;
						}
					
		/* Banner */

			#banner {
				border-top: solid 1px #222628;
				box-shadow: inset 0px 1px 0px 0px #3e484a;
				padding: 35px 0 35px 0;
				color: #fff;
			}

				#banner .bordered-feature-image {
					margin-bottom: 0;
				}

				#banner p {
					/*font-size: 1.8em;*/
					font-size: 1.4em;
					font-weight: 200;
					line-height: 1.35em;
					/*line-height: 1.4em;*/
					padding-right: 1em;
					margin: 0 0 1em 0;
				}
				/*#banner p {
					font-size: 1.8 em;
					font-weight: 200;
					line-height: 1.35em;
					padding-right: 1em;
					margin: 0 0 1em 0;
				}*/


		/* Features */

			#features {
				color: #a0a8ab;
			}

				#features h2 {
					font-size: 1.25em;
					color: #fff;
					margin: 0 0 0.25em 0;
				}

				#features a {
					color: #e0e8eb;
				}

				#features strong {
					color: #fff;
				}

		/* Content */

			#content section {
				background: #fff;
				padding: 40px 30px 45px 30px;
				box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
				margin: 0 0 10% 0;
			}

			#content h2 {
				font-size: 1.65em;
				font-weight:500;
				/*color: #373f42;*/
				color: #6e8188;
				margin: 0 0 0.25em 0;
			}

			#content h3 {
				/*color: #96a9b5;
				color: #7992a1;*/
				color: #65899f;
				font-weight:400;
				font-size: 1.3em;
			}
			
			#content h4 {
				font-weight:500;
				font-size: 1.1em;
			}

			#content a {
				/*color: #ED391B;*/
				color: #ca2d13;
			}

			#content header {
				margin: 0 0 2em 0;
			}

		/* Footer */

			#footer {
				color: #546b76;
				text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
			}

				#footer h2 {
					font-size: 1.25em;
					color: #212f35;
					margin: 0 0 1em 0;
				}

				#footer a {
					color: #546b76;
				}

		/* Copyright */

			#copyright {
				border-top: solid 1px #b5bec3;
				box-shadow: inset 0px 1px 0px 0px #e0e4e7;
				text-align: center;
				padding: 45px 0 80px 0;
				color: #8d9ca3;
				text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
			}

				#copyright a {
					color: #8d9ca3;
				}

	}

/* Tablet */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
				min-width: 1000px;
			}

		/* Multi-use */

			.check-list li {
				font-size: 1em;
				line-height: 2em;
			}
			
 			/*.list li {
				padding: 1em 0 1em 0;
			}
			
				.list li p {
					margin: 0 0 0 40px;
					font-size: 1em;
					line-height: 1.8em;
				}

				.list li span {
					display: block;
					margin-left: 40px;
					font-size: 0.8em;
					font-weight: 400;
					line-height: 1.8em;
				}*/
				
			.quote-list li {
				padding: 1em 0 1em 0;
			}

				.quote-list li img {
					width: 60px;
				}

				.quote-list li p {
					margin: 0 0 0 0 /*80px*/;
					font-size: 1em;
					/*font-style: italic;*/
					line-height: 1.8em;
				}

				.quote-list li span {
					display: block;
					margin-left: 0 /*80px*/;
					font-size: 0.8em;
					font-weight: 400;
					line-height: 1.8em;
				}

			.feature-image {
				margin: 0 0 1em 0;
			}

			.button-big {
				font-size: 1.5em;
				padding: 10px 35px 10px 35px;
			}

		/* Banner */

			#banner p {
				font-size: 1.55em;
			}

		/* Header */

			#header h1 {
				font-size: 2.25em;
			}

			#header nav a {
				font-size: 1.1em;
			}

		/* Content */

			#content h2 {
				font-size: 1.4em;
				font-weight:700;
				color: #6e8188;
			}

			#content h3 {
				font-size: 1.2em;
				/*color: #7992a1;*/
				color: #65899f;
				font-weight:400;
			}
			
			#content h4 {
				font-weight:500;
				font-size: 1.1em;
			}

			#content header {
				margin: 0 0 1.25em 0;
			}

	}

/* Mobile */

	/*#navPanel,*/ #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 1em; 
				line-height: 1.4em;
			}

		/* Multi-use */

			.link-list li {
				padding: 0.75em 0 0.75em 0;
			}

			.quote-list li p {
				margin-bottom: 0.5em;
			}

			.check-list li {
				font-size: 1em;
			}

			.button-big {
				font-size: 1.5em;
				padding: 10px 35px 10px 35px;
			}

		/* Wrappers */

			#header-wrapper {
				background: #3b4346 url("images/bg01a.jpg") top center;
				box-shadow: inset 0px -1px 0px 0px #272d30, inset 0px -2px 0px 0px #51575a;
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
			}

			#features-wrapper {
				background: #353d40 url("images/bg02.jpg");
				padding: 15px 15px 30px 15px;
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
			}
a
			#content-wrapper {
				background: #f7f7f7 url("images/bg04.png");
				padding: 5px;
			}

			.subpage #content-wrapper {
				padding-top: 44px;
			}

			#footer-wrapper {
				padding: 40px 15px 15px 15px;
				text-shadow: 1px 1px 1px white;
			}

		/* Header */

			#header {
				display: none;
			}

			#banner {
				position: relative;
				color: #fff;
				text-align: center;
				padding: 30px 30px 15px 30px;
				margin-top: 44px;
			}

				#banner .bordered-feature-image {
					/* display: none;  */
				}

				#banner p {
					font-size: 1.25em;
					font-weight: 200;
					line-height: 1.25em;
					margin: 0 0 1em 0;
				}

		/* Features */

			#features {
				color: #a0a8ab;
			}

				#features section {
					padding: 0 0 25px 0;
					margin: 0 0 25px 0;
					border-bottom: solid 1px #51575a;
					box-shadow: inset 0px -1px 0px 0px #272d30;
				}

				#features > div > div:last-child > section {
					padding-bottom: 0;
					margin-bottom: 0;
					border-bottom: 0;
					box-shadow: none;
				}

				#features h2 {
					font-size: 1.25em;
					color: #fff;
					margin: 0 0 0.25em 0;
				}

				#features a {
					color: #e0e8eb;
				}

				#features strong {
					color: #fff;
				}

		/* Content */

			#content section {
				background: #fff;
				box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
				padding: 30px 15px 30px 15px;
				margin: 0 0 5px 0;
			}

			#content h2 {
				font-size: 1.25em;
				font-weight:500;
				color: #373f42;
				margin: 0 0 0.1em 0;
			}

			#content h3 {
				/*color: #96a9b5;
				color: #7992a1;*/
				color: #65899f;
				font-size: 1em;
				font-weight:400;
			}
			
			#content h4 {
				font-weight:500;
				font-size: 1em;
			}

			#content a {
				/*color: #ED391B;*/
				color: #ca2d13;
			}

			#content header {
				margin: 0 0 1.25em 0;
			}

		/* Footer */

			#footer {
				color: #546b76;
				text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
			}

				#footer section {
					margin: 0 0 40px 0;
				}

				#footer h2 {
					font-size: 1.25em;
					color: #212f35;
					margin: 0 0 0.75em 0;
				}

				#footer a {
					color: #546b76;
				}

				#footer .link-list {
					margin: 0 0 30px 0 !important;
				}

		/* Copyright */

			#copyright {
				border-top: solid 1px #b5bec3;
				box-shadow: inset 0px 1px 0px 0px #e0e4e7;
				text-align: center;
				padding: 20px 30px 20px 30px;
				color: #8d9ca3;
				text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
			}

				#copyright a {
					color: #8d9ca3;
				}

		/* 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;
			}

			#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;
				color: #fff;
				background: url("images/bg04.jpg");
				box-shadow: inset 0px -20px 70px 0px rgba(200, 220, 245, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.6);
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);
			}

				#titleBar .title {
					display: block;
					text-align: center;
					font-size: 1.2em;
					font-weight: 400;
					line-height: 44px;
				}

				#titleBar .toggle {
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
				}

					#titleBar .toggle:after {
						content: '';
						display: block;
						position: absolute;
						top: 6px;
						left: 6px;
						color: #fff;
						background: rgba(255, 255, 255, 0.025);
						box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.05), inset 0px -8px 10px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
						text-shadow: -1px -1px 1px black;
						width: 49px;
						height: 31px;
						border-radius: 8px;
					}

					#titleBar .toggle:before {
						content: '';
						position: absolute;
						width: 20px;
						height: 30px;
						background: url("images/mobileUI-site-nav-opener-bg.svg");
						top: 15px;
						left: 20px;
						z-index: 1;
						opacity: 0.25;
					}

					#titleBar .toggle:active:after {
						background: rgba(255, 255, 255, 0.05);
					}

			#navPanel {
				-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;
				background: url("images/bg04.jpg") /*#b7d2e3*/;
				box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -2px 0px 25px 0px rgba(0, 0, 0, 0.5);
				text-shadow: -1px -1px 1px black;
			}

				#navPanel .link {
					display: block;
					color: #fff;
					text-decoration: none;
					font-size: 1.25em;
					line-height: 2em;
					padding: 0.5em 1.5em 0.5em 1.5em;
					border-top: solid 1px #373d40 /*#b7d2e3*/;
					border-bottom: solid 1px rgba(0, 0, 0, 0.4);
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link:last-child {
						border-bottom: 0;
					}
					
					#navPanel a {
						color: #c6c8c8;
						text-decoration: none;
						font-size: 1.4em;
						margin-left: 60px;
						outline: 0;
					}

						#navPanel a:hover {
							color: #f6f8f8; 
						}

			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);
			}
	}
/* AIHEC site */
.more {
	font-size: 75%;
	}
.morelink {
	font-size: 65%;
	color:#fff;
	padding-right:10%;
	}
.centerText {
	text-align:center;
}
.colorBlack {
	color: #fff;
	background-color: #000;
	border :#ccc thin solid;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
.black {
	color: #fff;
	background-color: #000;
}
.gray {
	background-color: #efeeee;
}
.grayLt {
	background-color: #f8f6f6;
}
.form {
    display: table;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	/*background-color: #faf7e4;*/
}
.formStudent {
    display: table;
	width: 100%;
	margin-left: 10px;
	margin-right: 5px;
	/*background-color: #faf7e4;*/
	background-color: fff;
}
.formMembership {
	display: table;
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	font: Verdana, Geneva, sans-serif normal;
}
.rowHead {
	display: table-header-group;
	font-weight: 400;
	font-size: 1.2em;
	text-align: center;
	background-color: #fff;
	color: #999;
}
.rowHeadcell1 {
    display:table-cell;
    width:60%;
	padding:20px 5px 5px 5px;
}
.rowHeadcell2 {
    display: table-cell;
    width: 10%;
	padding-bottom: 5px;
}
.rowHeadcell3 {
    display: table-cell;
    width: 70%;
	padding-bottom: 5px;
}
.rowHeadcell4 {
    display: table-cell;
    width: 15%;
	padding-bottom: 5px;
}
.rowHeadcell5 {
    display: table-cell;
    width: 50%;
	padding-bottom: 5px;
}
.rowGroup {
    display: table-row-group;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: .8em;
	line-height: 1.4em;
	/*background: #ccc;*/
}
.row3 {
    display: table-row;
}
.row2 {
    display: table-row;
	background-color: #fff;
}
.cell1 {
    display: table-cell;
    width: 100%;
	padding: 4px;
}
.cell2 {
    display: table-cell;
    width: 20%;
	padding: 5px;
	border: thin solid #ccc;
}
.cell3 {
    display: table-cell;
    width: 60%;
	padding: 5px;
	border: thin solid #ccc;
}
.cell4 {
    display: table-cell;
    width: 30%;
	padding: 5px;
	border: thin solid #ccc;
}
.cell5 {
    display: table-cell;
    width: 40%;
	padding: 5px;
	border: thin solid #ccc;
}
.cell6 {
    display: table-cell;
    width: 10%;
	padding: 5px;
	border: thin solid #ccc;
}
.cell7 {
    display: table-cell;
    width: 70%;
	padding: 5px;
	border: thin solid #ccc;
	text-align:left;
	font-size: .85em;
		color:#000;
}
.cell8 {
    display: table-cell;
    width: 15%;
	padding: 5px;
	border: thin solid #ccc;
	font-size: .85em;
	color:#000;
}
.cell20 {
    display: table-cell;
    width: 30%;
	padding: 5px;
}
.cell20a {
    display: table-cell;
    width: 30%;
	padding: 10px;
}
.cell21 {
    display: table-cell;
    width: 70%;
	padding: 5px;
}
.cell21a {
    display: table-cell;
    width: 70%;
	padding: 10px;
}
.cell22 {
    display: table-cell;
    width: 50%;
	padding: 5px;
}
.cell22a {
    display: table-cell;
    width: 50%;
	padding: 5px;
	border: thin solid #ccc;
}
.cell23a {
    display: table-cell;
    width: 40%;
	padding: 5px;
	border: thin solid #ccc;
}
.cell23 {
    display: table-cell;
    width: 40%;
	padding: 5px;
}
.cell24 {
    display: table-cell;
    width: 100%;
	padding: 5px;
}
.cell25 {
    display :table-cell;
    width: 10%;
	padding: 5px;
}
.cell26 {
    display: table-cell;
    width: 100%;
	padding: 5px;
	text-align: center;
}
.cell26a {
    display: table-cell;
    width: 100%;
	padding: 5px;
	text-align: right;
}
.cell27 {
    display: table-cell;
    width: 80%;
	padding: 5px;
}
.cell28 {
    display: table-cell;
    width: 20%;
	padding: 5px;
}
.cell28a {
    display: table-cell;
    width: 25%;
	padding: 5px;
	border: thin solid #ccc;
}
.cell29 {
    display: table-cell;
    width: 60%;
	padding: 5px;
}
.cell30 {
    display: table-cell;
    width: 25%;
	padding: 5px;
}
.cell31 {
    display: table-cell;
    width: 15%;
	padding: 5px;
}
.cell32 {
    display: table-cell;
    width: 12%;
	padding: 5px;
}
.coursecell5 {
    display: table-cell;
    width: 5%;
	padding: 5px;
	font-size: .9em;
	border: thin solid #ccc;
}
.coursecell10 {
    display: table-cell;
    width: 10%;
	padding: 5px;
	font-size: .9em;
	border: thin solid #ccc;
}
.coursecell15 {
    display: table-cell;
    width: 15%;
	padding: 5px;
	font-size: .9em;
	border: thin solid #ccc;
}
.coursecell20 {
    display: table-cell;
    width: 20%;
	padding: 5px;
	font-size: .9em;
	border: thin solid #ccc;
}
.coursecell25 {
    display: table-cell;
    width: 25%;
	padding: 5px;
	font-size: .9em;
	border: thin solid #ccc;
}
.coursecell35 {
    display: table-cell;
    width: 35%;
	padding: 5px;
	font-size: .9em;
	border: thin solid #ccc;
}
.coursecell40 {
    display: table-cell;
    width: 40%;
	padding: 5px;
	font-size: .9em;
	border: thin solid #ccc;
}
.coursecell45 {
    display: table-cell;
    width: 45%;
	padding: 5px;
	font-size: .9em;
	border: thin solid #ccc;
}
.cellButton {
    display: table-cell;
    width: 100%;
	padding: 5px;
	text-align: center;
}
.contactButton	{
	font-size: 1.1em;
	vertical-align: middle;
	color: #fff;
	background-color: #ed391b /*#0090b6*/;
	border-top: #f98d7b /*#99ccff*/ outset;
	border-right: #b51d04 /*#254b98*/ outset;
	border-bottom :#b51d04 /*#254b98*/ outset;
	border-left: #f98d7b /*#99ccff*/ outset;
	height: auto;
}
	.contactButton:hover {
		background-color: #fd492b;
	}
.printButton {
	font-size: 1em;
	vertical-align: middle;
	color: #fff;
	background-color: #000;
	border-top: #e2e1dc outset;
	border-right: #ffcc99 outset;
	border-bottom: #ffcc99 outset;
	border-left :#e2e1dc outset;
	padding: 6px;
	height: auto;
	text-decoration: none;
}
	.printButton a:link {
		color: #000;
		text-decoration: none;
	 }
	.printButton:hover {
		background-color: #550e02;
	}
.italic {
	 font-style: italic;
	 font-size: 1em;
 }
.bold {
	 font-weight: 500;
 }
.smallItalic {
	font-size: 0.75em;
	font-style: italic;
}
.smalltext {
	font-size: 0.75em;
}
.smalltext2 {
	font-size: 0.85em;
}
.tabletext {
	font-size: .95em;
}
.smalltextCaption {
	font-size: 0.8em;
	line-height: 1.2em;
	margin-top: -10px;
	color: #fff;
}
.smalltextCaptionK {
	font-size :0.8em;
	line-height: 1.2em;
	margin-top: -15px;
	color: #000;
}
.topspace10 {
	padding-top:10px;
}
.lineSpace {
	line-height: 20px;
}
.sup {
  font-size: smaller;
  position: relative;
  top: -0.5em;
}
.calendarDate {
	font-size: 1em;
	font-weight: 300;
}
.date {
	 font: Tahoma, Geneva, sans-serif .55% /*12px*/;
	 color: #999;
	 line-height: none;
}
.lower-alpha {
	list-style: lower-alpha;
}
.disc {
	list-style-type: disc;
}
.square {
	list-style-type: square;
}
.decimal {
	list-style-type: decimal;
}
.circle {
	list-style-type: circle;
}
.none {
	list-style: none;
}
.indent1 {
	padding-left: 10px;
}
.indent2 {
	padding-left: 20px;
}
.indent3 {
	padding-left: 30px;
}
.indent5 {
	padding-left: 50px;
}
.indentR {
	padding-right: 50px;
}
.indent6 {
	padding-left: 60px;
}
.indent10 {
	padding-left: 100px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlt {
	float: left;
	margin-right: 20px;
}
.shade {
	background-color: #f2f6f8;
}
.outline {
	border-top: #e2e1dc outset thin;
	border-right: #ffcc99 outset 2px;
	border-bottom: #ffcc99 outset 2px;
	border-left: #e2e1dc outset thin;
	padding-top: 2px;
}
.outline2 {
	border-top: #e2e1dc outset thin;
	border-right: #ffcc99 outset 2px;
	border-bottom: #ffcc99 outset 2px;
	border-left: #e2e1dc outset thin;
	padding-left: 5px;
	width: 95%;
	margin-left: 10px;
}
.outline3 {
	border-top: #e2e1dc outset thin;
	border-right: #ffcc99 outset 2px;
	border-bottom: #ffcc99 outset 2px;
	border-left: #e2e1dc outset thin;
	background: #f2f6f8; 
	padding-left: 5px;
	width: 95%;
}
.spaceL {
	padding-left: 20px;
}
.spaceB {
	padding-bottom: 10px;
}
.spaceB2 {
	padding-bottom: 20px;
}
.spaceT {
	padding-top: 10px;
}
.spaceT2 {
	padding-top: 20px;
}
.spaceT3 {
	padding-top: 30px;
}
.spaceR2 {
	padding-right: 20px;
}
.minusT {
	margin-top: -20px;
}
.right {
	position: absolute; 
	right: 0px;
	width: 300px;
    padding: 10px;
}
.quote {
	position: absolute; 
	right: 0px;
	width: 300px;
	margin-top: -20px;
}
p.clear {
     clear: both;
} 
.clear {
     clear: left;
}
.displayCenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.blue {
	color: #008fbf;
	font-weight: 400;
}
.black {
	color: #000;
	font-weight: 400;
}
.yellow {
	color: #ff3;
	font-weight: 400;
}
.formBand {
	background-color: #dee8ed;
}
.formBand2 {
	background-color: #f2f6f8;
}
.centerText {
	text-align: center;
}
top {
	vertical-align: top;
}
.colorBlack {
	color: #fff;
	background-color: #000;
	border: #ccc thin solid;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}
.gray2 {
	color: #000;
	background-color: #efeeee;
	margin: 0;
	padding: 0;
	border-top: #fff thin solid;
}
.colorgray {
	color: #000;
	background-color: #efeeee;
	border: #fff thin solid;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.gray2bottom {
	color: #000;
	background-color: #efeeee;
	margin: 0;
	padding: 0;
	border-bottom: #fff thin solid;
}
h6 {
	font-weight:400;
}
.sidebar {
	color:#000;
}
#nav2 {
	font-size: 1em;
	font-weight: 200;
	line-height: 1.35em;
	margin: 0 0 1em 0;
	color: #b7d2e3 /* #c6c8c8 #c0d4e1 #43a8c7 #0091ba #00c2df #00a7cf #f30*/;
	
	}
	#nav2 a {
		color: #b7d2e3;
		/*text-decoration:none;*/
		text-decoration:underline;
		padding-right: 2em;
	}
	
@media print {
	.printSection {
		font: 13pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.4;
		width: auto;
		margin: 10px;
		padding: 10px 40px;
	}
	h1 {
		font-size: 24pt;
	}
	h2 {
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 20pt;
		margin-top: 25px;
	}
	h3 {
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 17pt;
		margin-top: 15px;
	}
	h4 {
		font-family: Arial, Helvetica, sans-serif, Verdana;
		font-size: 15pt;
		margin-top: 10px;
	}
	#header-wrapper, .sidebar, .cellButton, #footer, #copyright, .link-list, .noPrint {
    	display: none !important;
  	}
	.noprint {
	 	display: none !important;
 	}	
}

/*Search*/
#sr_searchform {
    /* div enclosing search form */
  }
  #sr_searchbox {
    /* searchbox input element */
    border-radius: 4px;
    font-size: 11pt;
    padding: 5px;
    border: 1px solid #D7DDE3;
    box-shadow: inset 0px 1px 2px #CED1D5;
	margin-top: 50px;
  }
  #sr_searchbutton {
    /* searchbutton input element */
    border-radius: 4px;
    font-size: 10pt;
    padding: 5px;
    background-color: #eee;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 0px 1px 1px #fff;
    color: #000;
	margin-left: 5px;
  }
  .sr_count {
    /* div enclosing search result counter */
    color: #8496A8;
    margin: 20px 0px 20px 0px;
  }
  .sr_container {
    /* div enclosing list of results */
    margin-top: 20px;
  }
  .sr_item {
    /* div enclosing each result item */
    margin: 0px 0px 20px 0px;
  }
  .sr_link {
    /* link tag of search result title */
    font-size: 13pt;
  }
  .sr_link_key {
    /* keyword within link tag of search result title */
    font-weight: bold;
  }
  .sr_url {
    /* div tag of search result url */
    color: #339933;
  }
  .sr_url_key {
    /* keyword within search result url */
    font-weight: bold;
  }
  .sr_text {
    /* div tag of search result page excerpt */
  }
  .sr_text_key {
    /* keyword within search result page excerpt */
    font-weight: bold;
  }
  .sr_pages {
    /* div enclosing result page numbers */
    padding: 10px 0px 10px 0px;
  }
  .sr_currpage {
    /* span enclosing current page number */
    padding: 7px 10px;
    background-color: #eee;
    border-radius: 4px;
    color: #8496A8;
  }
  .sr_page {
    /* link tag with result page numbers*/
    padding: 7px 10px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
  }
  .sr_page:hover {
    /* link tag with result page numbers*/
    background-color: #EBEEF1;
  }
  .sr_powered {
    /* div enclosing Findberry branding text at the bottom */
    padding: 20px 0px 20px 0px;
    color: #8496A8;
  }

  /* Special effects */
  #sr_searchbutton:hover, .sr_page:hover {
    box-shadow: 0px 0px 4px #CFD1D6;
  }
  #sr_searchbutton, .sr_currpage, .sr_page:hover {
    border: 1px solid #D7DDE3;
    background-image: linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -o-linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -moz-linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -webkit-linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -ms-linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
    	color-stop(0.3, #E8E8E8),
    	color-stop(1, #FDFDFD)
    );
  }
  #sr_searchbox:hover {
    box-shadow: inset 0px 2px 3px #CED1D5;
    border-color: #9AA9B8;
  }
  /*END search*/

/* EFFECT 5 
	.effect5
		{
			position:relative;
			-webkit-box-shadow:0 1px 4px rgba (0, 0, 0, 0.3), 0 0 40px rgba(0,0,0,0.1) inset;
			-moz-box-shaeow:0 1px 4px rgba (0, 0, 0, 0.3), 0 0 40px rgba(0,0,0,0.1) inset;
			box-shaeow:0 1px 4px rgba (0, 0, 0, 0.3), 0 0 40px rgba(0,0,0,0.1) inset;
		}
	.effect5:before, .effect5:after
		{
			content:"";
			position:absolute;
			z-index:-1;
			-webkit-box-shadow:0 0 20px rgba (0,0,0,0.8);
			-moz-box-shadow:0 0 20px rgba (0,0,0,0.8);
			-box-shadow:0 0 20px rgba (0,0,0,0.8);
			top:50%;
			bottom:0;
			left:10px;
			right:10px;
			-moz-border-radius:100px /10px;
			border-radius:100px / 10px;
		}
	.effect5:after
		{
			right:10px;
			left:auto;
			-webkit-transform:skew (8deg) rotate(3deg);
			-moz-transform:skew (8deg) rotate(3deg);
			-ms-transform:skew (8deg) rotate(3deg);
			-o-transform:skew (8deg) rotate(3deg);
			transform:skew (8deg) rotate(3deg);
		}
*/



/* Slideshow container */
	.slideshow-container {
	  max-width: 1000px;
	  position: relative;
	  margin: auto;
	}

/* Hide the images by default */
	.mySlides {
	  display: none;
	}

/* Next & previous buttons */
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  margin-top: -22px;
	  padding: 16px;
	  color: white;
	  font-weight: bold;
	  font-size: 18px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  user-select: none;
	}

/* Position the "next button" to the right */
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}

/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
	  background-color: rgba(0,0,0,0.8);
	}

/* Caption text */
	.text {
	  color: #f2f2f2;
	  font-size: 15px;
	  padding: 8px 12px;
	  position: absolute;
	  bottom: 5px;
	  width: 100%;
	  text-align: center;
	  border: 1px #ccc solid !important;
	  background-color: #333;
	}
	

/* Number text (1/3 etc) */
	.numbertext {
	  color: #f30 /*#f2f2f2*/;
	  font-size: 12px;
	  padding: 8px 12px;
	  position: absolute;
	  top: 0;
	}

/* The dots/bullets/indicators */
	.dot {
	  cursor: pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}

	/*.active,*/ .dot:hover {
	  background-color: #717171;
	}

/* Fading animation */
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}

	@-webkit-keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	@keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
/* expand collapse */
	 .rowX { vertical-align: top; height:auto !important; }
	 .listX {display:none; }
	 .show {display: none; }
	 .hide:target + .show {display: inline; }
	 .hide:target {display: none; }
	 .hide:target ~ .listX {display:inline; }
	 @media print { .hide, .show { display: none; } }
	 

