@import url("https://fonts.googleapis.com/css?family=Ubuntu+Condensed");

/*
	Minimaxing by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
input, input:before, input:after, textarea {
	-webkit-user-select: initial !important;
	-khtml-user-select: initial !important;
	-moz-user-select: initial !important;
	-ms-user-select: initial !important;
	user-select: initial !important;
} 

select {
    font-size: 16px;
    padding: 10px;
    background-color: white;
    color: #bcc4cc;
    border-radius: 10px;
    border: 2px solid #bcc4cc;
}
.bold {
	font-weight: 900;
	text-shadow: 1px 1px rgba(0,0,0,0.25);
	padding-right: 1px;
}
/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	@-ms-viewport {
		width: device-width;
	}

	body {
		font-family: "Montserrat";
		color:#5c6668; /* #878e83;*/
		letter-spacing: -1px;
	}

	h1, h2, h3, h4 {
		color: #007897;
		font-weight: normal;
	}

	h1 {
		text-transform: lowercase;
	}

	h2 {
		text-transform: lowercase;
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

	h3, h4 {
		color: #283121;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #5d93a2;
		text-decoration: none;
	}

		a:hover {
			text-decoration: none;
		}

	* > p:last-child {
		margin-bottom: 0 !important;
	}

	section, article {
		margin: 0 0 60px 0;
	}

	section:last-child, article:last-child {
		margin-bottom: 0;
	}
	.hideNonMobile {
		display:none;
	}
/* Container */

	.container {
		margin: 0 auto;
		max-width: 100%;
		width: 1600px;
	}

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

			.container {
				width: 1600px;
			}

		}

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

			.container {
			/*	width: calc(100% - 70px);*/
			}
			.hpmainbg {
				height:auto !important;
			}
	

		}

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

			.container {
				/*width: calc(100% - 100px);*/
			}

		}

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

			.container {
				/*width: calc(100% - 40px);*/
			}

		}
		
/* Dropdown */

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

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

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0px;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0px 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: -12.5px;
			margin-left: -12.5px;
		}

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

			.row.gtr-25.gtr-uniform {
				margin-top: -12.5px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 12.5px;
				}

		.row.gtr-50 {
			margin-top: -25px;
			margin-left: -25px;
		}

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

			.row.gtr-50.gtr-uniform {
				margin-top: -25px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 25px;
				}

		/*.row {
			margin-top: -50px;
			margin-left: -50px;
		}*/

			.row > * {
				/*padding: 50px 0 0 50px;*/
			}

			.row.gtr-uniform {
				margin-top: -50px;
			}

				.row.gtr-uniform > * {
					padding-top: 50px;
				}

		.row.gtr-150 {
			margin-top: -75px;
			margin-left: -75px;
		}

			.row.gtr-150 > * {
				padding: 75px 0 0 75px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -75px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 75px;
				}

		.row.gtr-200 {
			margin-top: -100px;
			margin-left: -100px;
		}

			.row.gtr-200 > * {
				padding: 100px 0 0 100px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -100px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 100px;
				}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

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

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

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

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

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

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				/*.row {
					margin-top: -50px;
					margin-left: -50px;
				}*/

					.row > * {
						/*padding: 50px 0 0 50px;*/
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}
		@media screen and (min-width: 981px) and (max-width: 1400px) {
			#header nav {
				right: auto !important;
			}
			#header h1{
				/* display:none; */
				opacity: 0.2;
				left: initial !important;
				right: 130px;
			}
			#hometextcontainer {
				
			}
			
				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}
			
		}
		/* @media screen and (max-width: 1160px) { */
		@media screen and (max-width: 981px) {
			#logo1{
				display:none;
			}
		}
/*
		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

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

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -8.75px;
					margin-left: -8.75px;
				}

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

					.row.gtr-25.gtr-uniform {
						margin-top: -8.75px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 8.75px;
						}

				.row.gtr-50 {
					margin-top: -17.5px;
					margin-left: -17.5px;
				}

					.row.gtr-50 > * {
						padding: 17.5px 0 0 17.5px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -17.5px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 17.5px;
						}

				.row {
				}

					.row > * {

					}

					.row.gtr-uniform {
						margin-top: -35px;
					}

						.row.gtr-uniform > * {
							padding-top: 35px;
						}

				.row.gtr-150 {
					margin-top: -52.5px;
					margin-left: -52.5px;
				}

					.row.gtr-150 > * {
						padding: 52.5px 0 0 52.5px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -52.5px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 52.5px;
						}

				.row.gtr-200 {
					margin-top: -70px;
					margin-left: -70px;
				}

					.row.gtr-200 > * {
						padding: 70px 0 0 70px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -70px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 70px;
						}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

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

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -12.5px;
					margin-left: -12.5px;
				}

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

					.row.gtr-25.gtr-uniform {
						margin-top: -12.5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 12.5px;
						}

				.row.gtr-50 {
					margin-top: -25px;
					margin-left: -25px;
				}

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

					.row.gtr-50.gtr-uniform {
						margin-top: -25px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 25px;
						}

				.row {
					/*margin-top: -50px;
					margin-left: -50px;*/
				}

					.row > * {
						/*padding: 50px 0 0 50px;*/
					}

					.row.gtr-uniform {
						margin-top: -50px;
					}

						.row.gtr-uniform > * {
							padding-top: 50px;
						}

				.row.gtr-150 {
					margin-top: -75px;
					margin-left: -75px;
				}

					.row.gtr-150 > * {
						padding: 75px 0 0 75px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -75px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 75px;
						}

				.row.gtr-200 {
					margin-top: -100px;
					margin-left: -100px;
				}

					.row.gtr-200 > * {
						padding: 100px 0 0 100px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -100px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 100px;
						}

		}

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

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

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

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0px;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0px 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: -5px;
					margin-left: -5px;
				}

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

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: -10px;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 10px 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: -20px;
					margin-left: -20px;
				}

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

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: -30px;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 30px 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: -40px;
					margin-left: -40px;
				}

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

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url("images/icon-bubble.png") no-repeat;
		}

		article.blog-post .blog-post-image {
			width: 100%;
		}

	ul.small-image-list li {
		overflow: hidden;
		margin-bottom: 1.5em;
	}

		ul.small-image-list li img {
			width: 78px;
		}

	ul.big-image-list li {
		overflow: hidden;
		margin-bottom: 2em;
	}

		ul.big-image-list li img {
			width: 178px;
		}

	ul.link-list li {
		border-top: solid 1px #ced0b7;
		padding: 0.75em 0 0 0;
		margin: 0.75em 0 0 0;
	}

		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		background-image: -moz-linear-gradient(top, #008dad, #007b9d);
		background-image: -webkit-linear-gradient(top, #008dad, #007b9d);
		background-image: -ms-linear-gradient(top, #008dad, #007b9d);
		background-image: linear-gradient(top, #008dad, #007b9d);
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #007b9d;
		border-radius: 10px;
		text-transform: lowercase;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #006e8b;
		box-shadow: inset 0px 0px 0px 1px #18a8c8;
	}

		.button:hover {
			background-image: -moz-linear-gradient(top, #1b9fbe, #118eb1);
			background-image: -webkit-linear-gradient(top, #1b9fbe, #118eb1);
			background-image: -ms-linear-gradient(top, #1b9fbe, #118eb1);
			background-image: linear-gradient(top, #1b9fbe, #118eb1);
			background-color: #118eb1;
			box-shadow: inset 0px 0px 0px 1px #3ecceb;
		}

/* Header */

	#header-wrapper {

	}

	#header {
		position: relative;
		margin: 0;
		/*padding: 0 60px 0 40px;*/
		background-color: white;
		height: 120px;
	}

	#header h1 {
		position: absolute;
		left: 40px;
		top: 0;
		color: #002F6C;
		font-size: 2.4em;
		letter-spacing: -2px;
		line-height: 100px;
	}

	#header h1 a {
		color: #002F6C;
		text-decoration: none;
	}
	#header h1 a img{
		height:120px;
	}

	#header nav {
		position: absolute;
		right: 140px;
		top: 1px;
		line-height: 120px;
		font-size: 1em;
		letter-spacing: -1px;
	}

	#header nav a {
		display: inline-block;
		text-decoration: none;
		color: #002F6C;
		text-shadow: 1px 1px #ffffff;
		margin: 0 10px 0 10px;
		outline: 0;
	}

	#header nav a.current-page-item {
		color: #DDA100;
		border-bottom:10px solid #DDA100;
		height: 119px;
	}

	#header nav a:hover {
		color: #DDA100;
	}
	
	#header #logo1 {
		position: absolute;
		right: 80px;
	}
	#header #logo1 img{
		height:40px;
		margin-top:40px;
	}
	

/* Banner */
	#homebanner {
		position: relative;
		width:100%;
		/*height:85vh;*/
		min-height: 917px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url(../../images/home_banner1.jpg);
	}
	#bannertext {
		margin-top:30%;
		padding-left: 130px;
		color:#002F6C;
		font-size: 30px;
		line-height: 35px;
	}
	#bannertext span{
		font-size: 50px;
		line-height: 60px;
		font-weight: 800;
		
	}
	#bannerheading {
		margin-bottom:20px;
	}
	#bannerbutton {
		background-color:#002F6C;
		border-radius: 7px;
		color: white;
		font-size: 19px;
		line-height: 20px;
		font-weight: normal;
		text-align: center;
		width: 400px;
		padding: 20px 20px 20px 0px;
		margin-top: 20px;
		background-repeat: no-repeat;
		background-position-x: right;
		background-position-y: center;
		background-image: url(../../images/home_btn.png);
	}
	#bannderscroll {
		position: absolute;
   bottom: 70px;
    left: 50%;
	}
	
/*TOL heading*/
#tolheadingtext {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	
	line-height: 35px;
	text-align:center;
	max-width: 1100px;
}
#tolheadingtext span{
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	
}
#tolheading {
	margin-bottom:20px;
	font-size: 50px;
}
.boxshadow {
	-webkit-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.39);
	-moz-box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.39);
	box-shadow: 2px 2px 8px -1px rgba(0,0,0,0.39);
}
.tolFilterTab h1 {
	color: #002F6C;
	font-size:20px;
	text-transform: none !important;
	margin-bottom:10px;
}
.tolbg {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/TreeOfLIfe-bg-2x.png);	
	background-size: cover;
}
.treeintro {
	padding:20px;
}
.treeintro img {
	width:100%
}
.tolbetter {
	margin-top:30px;
	color: #002F6C;
	font-size:30px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	display: table;
}
.tolbetter span{
	padding-top: 14px;
    padding-left: 10px;
    display: inline-block;
}
.tolbetter img{
	float:left;
	width:30px;
	
}
.dot {
	width:20px;
	height:20px;
	border-radius: 10px;
	float:left;
}
.dotC1 {	background-color:#d75047; }
.dotC2 {	background-color:#e27442; }
.dotC3 {	background-color:#ec953e; }
.dotC4 {	background-color:#fecf31; }
.dotC5 {	background-color:#b6c449; }
.dotC6 {	background-color:#3da6a3; }
.dotC7 {	background-color:#64b764; }
.dotC8 {	background-color:#1a97dc; }
.dotC9 {	background-color:#195698; }
.dotC10 {	background-color:#a14a81; }
.toldotlist {
	padding:20px 50px 30px 50px;
}
.toldotlist span {
	width: 90%;
	font-size:20px;
    padding-left: 10px;
    display: inline-block;
}
.tolresult {
	background-color: #f7f8fb;
	padding-bottom:50px;
}
.tolresultitem {
	/*width:375px;*/
	height:521px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-bottom: 30px;
}
.tolresultitem.t1{
	background-image: url(../../images/tol_tree_1.png);	
}
.tolresultitem.t1g{
	background-image: url(../../images/tol_tree_1g.png);	
}
.tolresultitem.t2{
	background-image: url(../../images/tol_tree_2.png);	
}
.tolresultitem.t2g{
	background-image: url(../../images/tol_tree_2g.png);	
}
.tolresultitem.t3{
	background-image: url(../../images/tol_tree_3.png);	
}
.tolresultitem.t3g{
	background-image: url(../../images/tol_tree_3g.png);	
}
.tolresultitem.t4{
	background-image: url(../../images/tol_tree_4.png);	
}
.tolresultitem.t4g{
	background-image: url(../../images/tol_tree_4g.png);	
}
.tolresultitem.t5{
	background-image: url(../../images/tol_tree_5.png);	
}
.tolresultitem.t5g{
	background-image: url(../../images/tol_tree_5g.png);	
}
.tolresultdetails {
	margin-top: 310px;
	text-align:center;
}
.toldCountry {
	color: #002F6C;
	font-size:30px;
	font-weight:bold;
}
.toldSurvival {
	color: #002F6C;
	font-size:30px;
	padding: 25px 0 25px 0;
}
.toldSurvival span{
	display: inline-block;
}

.toldSurvival .orange{
	color: #ec8b3e;
}
.toldSurvival .purple{
	color: #a1709b;
}
.toldSurvival .green{
	color: #54a0a9;
}
.toldSmallDetails {
	color: #646d6f;
	font-size:18px;
	padding:4px;
}
.toldSmallDetails span{
	color: #DDA100;
	display: inline-block;
	font-weight:bold;
}



#hpheadingtext {
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	font-size:25px;
	line-height: 35px;
	text-align:center;
	max-width: 1100px;
}
#hpheadingtext span{
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	
}
#hpheading {
	margin-bottom:20px;
	font-size: 50px;
}
.hpbg {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/hp_bg.png);	
	background-size: cover;
}
.hpsteps {
	padding-top:20px;
	padding-bottom:20px;
}
.hpstepicon {
	width:46px;
	height:46px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	float:left;
}
.hpstepicon.icon1 {
	background-image: url(../../images/hp_s1i.png);	
}
.hpstepicon.icon2 {
	background-image: url(../../images/hp_s2i.png);	
}
.hpstepicon.icon3 {
	background-image: url(../../images/hp_s3i.png);	
}
.hpstepicon.icon4 {
	background-image: url(../../images/hp_s4i.png);	
}
.hpstepicon.icon5 {
	background-image: url(../../images/hp_s5i.png);	
}
.hpstepicon.icon1.active {
	background-image: url(../../images/hp_s1ia.png);	
}
.hpstepicon.icon2.active {
	background-image: url(../../images/hp_s2ia.png);	
}
.hpstepicon.icon3.active {
	background-image: url(../../images/hp_s3ia.png);	
}
.hpstepicon.icon4.active {
	background-image: url(../../images/hp_s4ia.png);	
}
.hpstepicon.icon5.active {
	background-image: url(../../images/hp_s5ia.png);	
}
.hpstepstitle {
	margin-top: 0px;
    padding-left: 10px;
	color:#66737b;
	font-size:20px;
	line-height: 23px;
	float: left;
}
.hpstepstitle span{
	font-size:16px;
	
}
.hpmainbg {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/hp_mainbg.png);	
	background-size: cover;
	min-height:900px;
}
.hpmaincontainer {
	margin-top:50px;
	height:800px;
}
.hpmain {
	background-color:white;
	height:620px;
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;
	-webkit-box-shadow: 13px 13px 32px 1px rgba(0,0,0,0.27);
	-moz-box-shadow: 13px 13px 32px 1px rgba(0,0,0,0.27);
	box-shadow: 13px 13px 32px 1px rgba(0,0,0,0.27);
}
.hpbtncontainer {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}
.hpbtncontainer .hpbtn {
	color:#002f6c !important;
}
#btnReadmore {
	color:#002f6c !important;
}
.hpbtn {
	color:white;
	font-size:20px;
	border-radius: 10px;
	padding: 20px 40px 20px 40px;
	cursor:pointer;
	display: inline-block;
	margin-left:20px;
	margin-right:20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.hpbtn.arrow{
	padding: 20px 60px 20px 40px;
	margin-top:20px;
	margin-left:0px;
	background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-image: url(../../images/home_btn11.png);
}
.hpbtn.disabled {
    background-color: #d2d2d2 !important;
    color: #757575;
	cursor: auto;
}
.hpbtn.next{
	background-color:#ffcd00;
}
.hpbtn.prev{
	background-color:#5c6668;
	COLOR: WHITE !important;
}
.hpmain {
	font-size:20px;
	position: relative;
}
.hpmain.main1{
	padding:120px;
	font-size:20px;
	/* line-height: 22px;*/
	line-height: 25px;
	text-align: justify;
}
.hpmain.main1a{
	padding:50px;
	font-size:20px;
	/* line-height: 22px;*/
	line-height: 25px;
	overflow-x:auto;
}
.hpmain.main2{
	padding: 100px;
	font-size:20px;
	/* line-height: 22px;*/
	line-height: 25px;
	overflow-x:auto;
}
.hpmain h1 {
	color:#06366d;
	font-size:35px;
	text-transform: none;
	font-weight:bold;
	padding-bottom:30px;
	text-align: left;
}
.hpmain.main2 h1 {
	padding-bottom:20px;

}
.hpformlabel{
	padding-top:8px;
	padding-bottom:8px;
}
.hpformlabel.error {
	color:red;
}
.hpformitem {
	width:95%;
}
.hpmain textarea {
	margin: 0px;
    height: 230px;
    width: 100%;
    border: 1px solid #5c6668; /* #878e83;*/
    border-radius: 10px;
    margin-top: 20px;
	font-size:20px;
	padding:10px;
}

.chosen-container-single .chosen-single {
	color: #5c6668 !important;
}
.chosen-container .chosen-results {
	color: #5c6668 !important; /* #878e83;*/
}
.chosen-container .chosen-results .highlighted:hover, .chosen-container .chosen-results .result-selected {
	/* background: #5d93ae !important; */
	background: #002f6c !important;
	color: #ffffff !important;
	font-weight: 600;
}

.chosen-input {
	color: #5c6668 !important;
}

.chosen-switch {
	/* color: #5c6668 !important;
	 border: 2px solid #5c6668 !important; */
}

.hpmsgtip {
	float:left;
	font-size: 14px;
}
.hpmsgtip1 {
	float:right;
	font-size: 14px;
}
#hpcharNum {
    float: right;
    font-size: 14px;
    background-color: #ffcd00;
    border-radius: 10px;
    padding: 0 6px;
    color: white;
    font-weight: 800;
    margin-left: 10px;
}

#drawapp {
  position: relative;
  width: 520px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
canvas {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#certcontent {

	text-align:center;
	background: #fff;
	 border: 3px solid #fff;
}
#certtitle {
	font-size:32px;
	font-weight:bold;
	padding: 30px 0 0 0;
	color: #d39551;
}
#certtitle span {
	color: #23558f;
}
#certlogo {
	height:auto;
	margin-top:20px;
}
#certlogo img{
	width:200px;
}
canvas#canhand {
    width: 100%;
    position: relative;
	margin-bottom: 20px;
	max-width: 200px;
}
#certmsgholder h1{
	color:#d39551;
	font-weight:bold;
	font-size:20px;
	text-transform: none;
}
#certupport {
	color: #4a6e88;
}
#certsupportname {
    color: #114d91;
    font-size: 30px;
    padding: 10px 0;
}
#certmsg {
	margin-top: 10px;
}
#certsupportmsg1 {
	color:#454443;
}
#certsupportmsg2 {
	color: #4a6e88;
}
#certtree img {
	width:400px;
}
#certfootertitle {
 color:#23558f;
 font-size:16px;
}
#certfootertitle img {
	/*
	width:15px;
	float:left;
	*/
	width: 60px;

}
#certfootermsg {
	margin-top: 5px;
    margin-left: 4px;
}
#certfooterh {
	margin-left:auto;
	margin-right:auto;
	width: 450px;
}
#certfooter {
	color:#9899a9;
	padding-bottom: 10px;
	display: inline-block;
}
.certsubtitle {
	color:#d78e17;
	font-size:25px;
	margin-bottom: 20px;
}

#certto {
    font-size: 22px;
    font-weight: 800;
    color: #114d91;
}
#certfooterimg img {
    width: 100%;
	padding-left: 30px;
}

 .lightbox-target {
	 position: fixed;
	 top: -100%;
	 width: 100%;
	 background: rgba(0, 0, 0, .7);
	 opacity: 0;
	 overflow: hidden;
}
 .lightbox-target .content {
	 width: 90%;
	 height: 90%;
	 color: #333;
	 margin: auto;
	 position: absolute;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 box-sizing: border-box;
	 max-height: 0%;
	 max-width: 0%;
	max-height:910px;
	overflow-x:auto;
  /* Add animation */
  -webkit-animation-name: example; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 0.5s;
}

 .lightbox-target:target {
	 z-index: 10002;
	 opacity: 1;
	 top: 0;
	 bottom: 0;
}
 .lightbox-target:target .content {
	 max-height: 100%;
	 max-width: 580px;
}
 .lightbox-target:target .lightbox-close {
	 top: 5%;
	 display:none;
}
 .lightbox-close {
	display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: #002F6C;
    color: #fff;
    position: absolute;
    top: 10%;
    right: 5%;
}
.lightbox-close:after {
    content: " ";
    display: block;
    height: 30px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 26px;
    top: 10px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 .lightbox-close:before {
    content: " ";
    display: block;
    height: 30px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 26px;
    top: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hpmain.main4{
	position: relative;
    color: white;
    text-align: center;
    font-size: 34px;
	background-color:#002f6c;
}
.hpmain.main4 img{
	padding-top: 70px;
    width: 70px;
	padding-bottom: 60px;
}
#confirmmsg {
	font-size: 20px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
}



.globbg{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/global_bg.png);	
	background-size: cover;
	padding-top:120px;
}
.globaltext {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
}
.globalcount {
    background-color: white;
    color: #fccd0a;
    font-size: 50px;
    padding: 30px 50px;
    display: inline-block;
    border-radius: 20px;
}
.globalupdatetext {
	font-size: 14px;
	margin-bottom:100px;
}
.globalfiltertext h1 {
	font-size:25px;
	text-align:center;
	color:#002F6C;
	padding:50px 0 20px 0;
	font-weight:bold;
	text-transform:none;
}

.globresultitem {
    padding: 30px;
}
.globCountry {
	color:#002F6C;
	font-size: 30px;
	margin-bottom: 20px;
    font-weight: 800;
}
.globresultdetails {
	height: 450px !important;
	padding: 20px;
}
.globttle {
    font-weight: 800;
    color: #002F6C;
    font-size: 32px;
    padding: 10px 0;
}
.globmsg {
    font-size: 20px;
    line-height: 24px;
    overflow: auto;
    height: 90px;
}
.globhand {
}
.globhand img{
	width: 60%;
    left: -10px;
    position: relative;
	margin-left:auto;
	margin-right:auto;
	display: grid;
}
/* Add animation (Chrome, Safari, Opera) */
@-webkit-keyframes example {
  from {top:-100px;opacity: 0;}
  to {top:0px;opacity:1;}
}

/* Add animation (Standard syntax) */
@keyframes example {
  from {top:-100px;opacity: 0;}
  to {top:0px;opacity:1;}
}

.championbg {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/champion_bg.png);	
	background-size: cover;
	padding-top:30px;
}
.championcol {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../images/champion_col.png);	
	background-size: cover;
	padding-top:120px;
	height: 900px;
}
.championcol h1 {
	font-size:30px;
	text-align:center;
	color:#002F6C;
	padding:50px 0 20px 0;
	text-transform:none;
}
.championcol h1 span{
	font-weight:bold;
}
.colorSelector{
	position:absolute;
	left:20px;
	top: 55px;
	z-index: 10000;
}
.coloritem{
	width:20px;
	height:20px;
	border-radius:10px;
	margin:5px;
	cursor:pointer;
}
.coloritem.selected{
	border:2px solid black !important;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
}
.coloritem.c1{
	background-color: #d75047;
	border:2px solid #d75047;
}
.coloritem.c2{
	background-color: #e27442;
	border:2px solid #e27442;
}
.coloritem.c3{
	background-color: #ec953e;
	border:2px solid #ec953e;
}
.coloritem.c4{
	background-color: #fecf31;
	border:2px solid #fecf31;
}
.coloritem.c5{
	background-color: #b6c449;
	border:2px solid #b6c449;
}
.coloritem.c6{
	background-color: #64b764;
	border:2px solid #64b764;
}
.coloritem.c7{
	background-color: #3da6a3;
	border:2px solid #3da6a3;
}
.coloritem.c8{
	background-color: #1a97dc;
	border:2px solid #1a97dc;
}
.coloritem.c9{
	background-color: #195698;
	border:2px solid #195698;
}
.coloritem.c10{
	background-color: #a14a81;
	border:2px solid #a14a81;
}
.coloritem.c11{
	background-color: #ffffff;
	border:2px solid #a14a81;
}
.coloritem.c12{
	background-color: #000000;
	border:2px solid #a14a81;
}

.drawSelector {
    height: 50px;
	/* width: 300px; */
	width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.drawitem{
	width:40px;
	height:40px;
	padding:5px;
	border-radius:10px;
	/* margin:10px 0 10px 10px; */
	margin:10px 0 10px 5px;
	cursor:pointer;
	float: left;
	text-align: center;
	border:2px solid #d2cecd;
}
.drawitem.selected{
	border:2px solid black !important;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.34);
	
}
.drawitem div {
	background-size: cover;
	width:25px;
	height:25px;
}
.drawitem.d1 div{
	background-image: url(/images/paint_eraser.png);
}
.drawitem.d2 div{
	background-image: url(/images/paint_back.png);
}
.drawitem.d3 div{
	background-image: url(/images/paint_redo.png);
}
.drawitem.b1 div{
	background-color: #9c813d; 
	background-image: url('/images/paint_hand.png');	
}


.lineSelector {
    height: 40px;
    width: 112px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: auto;
    padding: 0px;
    float: left;
    border-radius: 10px;
    border: 2px solid #d2cecd;
}
.lineitem {
    width: 36px;
    height: 36px;
    padding: 5px;
    border-radius: 10px;
    margin: 0;
    cursor: pointer;
    float: left;
    text-align: center;
}
.lineitem.selected{
	background-color:#AAAAAA;
}
.lineitem div {
	background-color:black;
	border-radius: 20px;
    margin: auto;
}
.lineitem.l1 div{
	width: 8px;
    height: 8px;
    margin-top: 9px;
}
.lineitem.l2 div{
	width: 12px;
    height: 12px;
    margin-top: 7px;
}
.lineitem.l3 div{
    width: 15px;
    height: 15px;
    margin-top: 5px;
}
}




.colorgold {
	color:#ffcd00;
}
.scrollcontainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
    text-align: center;
	left: -50%;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  top: 10px;
  left: 85px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #DDA100;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  color: #DDA100;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 1;

}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
	
	
	
	
	
	
	#banner-wrapper {
		background: #c8d2bc url(images/bg1.png);
		padding: 2em 0;
	}

	#banner {
		position: relative;
		width: 100%;
		padding: 6em 0;
		border-radius: 10px;
		background-image: url(images/banner.jpg);
		background-size: cover;
		text-align: center;
		box-shadow: inset 0 0 0 20px #fff;
	}

	#banner h2 {
		font-size: 3.3em;
		color: #fff;
		text-align: center;
		letter-spacing: -2px;
		margin: 0;
	}

	#banner span {
		display: block;
		left: 0;
		margin: 0.5em 0 0 0;
		font-size: 1.6em;
		color: #fff;
		letter-spacing: -1px;
		text-transform: lowercase;
		opacity: 0.8;
	}

/* Main */

	#main {
		background: #fff;
	}
	
	
	#homeimg1 {
		background-repeat: no-repeat;
		background-image: url(../../images/home_img1.jpg?v=1);
		background-size: cover;
		height: 800px;
	}
	#homeimgtext1 {
		padding:60px;
	}
	#hometextcontainer {
		border:1px solid #DDA100;
		
		padding:50px 80px 50px 80px;
		color:#002F6C;
		font-size: 18px;
		line-height: 25px;
				text-align: justify;
	}
	#hometextcontainer.large {
		padding: 10px 80px 10px 80px;
	}
	.htext1{
		font-size: 50px;
		line-height: 60px;
		font-weight: 800;
		
	}
	.htext2{
		font-size: 50px;
		line-height: 60px;
		font-weight: 100;
		
	}
	.atext1 {
		font-size: 33px;
		line-height: 45px;
		font-weight: 800;
		text-align:left;
	}
	.atext1 span{
		    color: #ffcd00;
	}
	.txt1heading {
		margin-bottom:20px;
	}
	
	
	
	.separatehead {
		background-color: #002F6C;
	}
	.sh{
		width:600px;
		padding:20px 0 20px 0;
		margin-left:auto;
		margin-right:auto;
	}
	.sh_img{
		float:left;
	}
	.sh_txt{
		font-size:50px;
		color:white;
		padding-left: 100px;
		padding-top: 25px;
	}
	
	/*HOME INTRO*/
	.home_intro_img {
		padding:100px 30px 30px 30px;
		
	}
	.home_intro_img div{
		margin-left:auto;
		margin-right:auto;
	}
	.home_intro_img img{
		width:100%;
		border-radius: 10px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.home_intro_txt {
		color:#5c6668;
		font-size: 18px;
		line-height: 25px;
		background-color: #ffffff8f;
	}
	.home_intro_txt b {
		font-weight: 800;
	}
	.home_intro_txt1 {
		padding-left:40px;
		padding-right:80px;
		padding-top:100px;
		text-align: justify;
	}
	.home_intro_txt2 {
		padding-left:80px;
		padding-right:40px;
		padding-top:100px;
		text-align: justify;
	}
	.home_intro_txt3 {
		padding-left:40px;
		padding-right:80px;
		padding-top: 110px;
		padding-bottom: 40px;
		text-align: justify;
	}
	.txt2heading {
		margin-top:30px;
		margin-bottom:30px;
	}
	
	.itext1{
		color:#002F6C;
		font-size: 30px;
		line-height: 33px;
		font-weight: 800;
		
	}
	.itext2{
		color:#002F6C;
		font-size: 30px;
		line-height: 33px;
		font-weight: 100;
		text-align:left;
	}
	.footericonfb span {
    color: #003476;
}
.footercontainer img {
    float: left;
}
.footericonfb {
    display: inline-block;
    height: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    color: grey;
    padding-top: 45px;
    margin: 0 20px;
}
	
	#aboutimg1 {
		background-repeat: no-repeat;
		background-image: url(../../images/About-photo-01.png);
		background-size: cover;
		height: 800px;
	}
	#aboutimg2 {
		background-repeat: no-repeat;
		background-image: url(../../images/About-photo-02.png);
		background-size: cover;
		height: 800px;
	}
	#aboutimg3 {
		background-repeat: no-repeat;
		background-image: url(../../images/who_gicc_booklet_cover.jpg);
		background-size: contain;
		height: 800px;
		background-position-y: bottom;
	}
	#aboutimgtext1 {
		padding:60px;
		height: 800px;
	}
	#abouttextcontainer {
		border:1px solid #DDA100;
		height: 680px;
		padding:50px 80px 50px 80px;
		color:#002F6C;
		font-size: 18px;
		line-height: 25px;
		overflow-x: auto;
	}
	
	
/* Footer */
	.footercontainer {
		margin-left:auto;
		margin-right:auto;
	}
	#separatefoot {
		text-align:center;
		background-color:white;
		width:100%;
		border-top:1px solid silver;
	}
	#footer-wrapper {
		padding: 0 0 0 0;
	}

/* Copyright */

	#copyright {
		text-align: center;
		color: white;
		background-color:#002F6C;
		padding: 10px 0 10px 0;
		font-size:15px;
	}

		#copyright a {
			color: white;
			white-space: nowrap;
		}


/* Small */

	#navPanel, #titleBar, .hideNonMobile {
		display: none;
	}

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

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

		/* Page Wrapper */

			#page-wrapper {
				padding-top: 44px;
			}

		/* Header */

			#header-wrapper {
				background-image: -moz-linear-gradient(top, #008dab, #007294);
				background-image: -webkit-linear-gradient(top, #008dab, #007294);
				background-image: -ms-linear-gradient(top, #008dab, #007294);
				background-image: linear-gradient(top, #008dab, #007294);
				background-color: #007294;
			}

			#header {
				display: none;
			}

			#banner {
				padding: 6em 0;
			}

				#banner h2 {
					font-size: 2.5em;
				}
	#hometextcontainer{
		height:auto;
	}
	#homebanner {
		position: relative;
		width:100%;
		min-height:auto;
		background-size:  cover;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: top;
		background-image: url(../../images/home_banner1m.png);
	}
	#bannertext {
		margin-top: 20%;
		padding: 50px;
		color: #002F6C;
		font-size: 35px;
		line-height: 45px;
	}
	#bannderscroll{
		display:none;
	}
	#bannertext span{
		font-size: 55px;
		line-height: 60px;
		font-weight: 800;
		
	}
	#bannerheading {
		margin-bottom:20px;
	}
	#bannerbutton{
		    margin-left: auto;
    margin-right: auto;
    font-size: 29px;
    line-height: 35px;
    width: 95%;
    padding: 40px 20px 40px 0px;
    margin-top: 60px;
		
	}
	#homeimg1 {
		display:none;
	}
	#homeimgtext1 {
		padding: 100px 60px 100px 60px;
    height: auto;
	}
	.hideMobile {
		display:none;
	}
	.hideMobile1 {
		display:none !important;
	}
	.hideNonMobile {
		display:block;
	}
	.home_intro_img div {
		width:auto;
	}
	.home_intro_img img
	{
		width:100%;
	}
	.home_intro_txt1, .home_intro_txt2, .home_intro_txt3 {
		padding-top: 50px;
		padding-left: 40px;
		padding-right: 40px;
		font-size:30px;
		line-height:35px;
	}
	
	.footercontainer img{
		width:100%
	}
	.homeorgbtn {
		margin-top:90px;
		float:left;
		text-align: center;
		
	}
	.homeorgbtn img{
		 border-radius: 50%;
		 width:80%;
	}
	.homeorgbtn.active img{
		border:4px solid #DDA100;
	}
	.clear {
		clear:both;
	}
	
	
	#tolheadingtext {
	margin-top: 120px;
    margin-bottom: 60px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	
	line-height: 35px;
	text-align:center;
	max-width: 1100px;
	}
	#tolheadingtext span{
		font-size: 55px;
		line-height: 60px;
		font-weight: 800;
		
	}
	#tolheading {
		margin-bottom:20px;
	}
	.toldotlist {
		padding: 20px 50px 30px 150px;
	}
	.dot {
		width: 40px;
		height: 40px;
		border-radius: 20px;
	}
	.toldotlist span {
		font-size: 30px;
	}
	.tolFilterTab {
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.tolresultdetails {
		margin-top: 310px;
	}
	#hpheadingtext {
	margin-top: 120px;
    margin-bottom: 60px;
	margin-left:auto;
	margin-right:auto;
	color:white;
	
	line-height: 35px;
	text-align:center;
	max-width: 1100px;
	}
	#hpheadingtext span{
		font-size: 55px;
		line-height: 60px;
		font-weight: 800;
		
	}
	#hpheading {
		margin-bottom:20px;
	}
	.hpsteps {
		display:none;
	}
	.hpsteps.active {
		display:inline-block;
		margin-left: 20px;
	}
	.hpmainbg {
		height: auto;
	}
	.hpmaincontainer {
		margin:0px;
		height:auto;
	}
	.hpmain {
		width: 95%;
		height:auto;
	}
	.hpmain.main1 {
		padding: 40px;
	}
	.hpmain.main2 {
		padding: 40px;
	}
	.hpmain h1{
		line-height: 35px;
	}
	.hpbtncontainer {
		margin-bottom: 30px;
	}
	.hpformlabel.empty {
		display:none;
	}
	.hpformitem.pad {
		padding-top:10px;
	}
	#certfooter {
		font-size: 14px;
		padding: 4px 0 10px 0;
	}
	#certfootertitle {
		font-size: 18px;
	}
	#certfooterh {
		width: auto;
	}
	#confirmmsg {
		font-size: 16px;
		width: auto;
		padding: 30px 10px;
	}
	
	.championmcard {
		margin: 0px 20px;
		padding:20px;
		background-color:white;
		border-radius:20px;
	}
	.championmcard h1 {
		font-size:30px;
		text-align:center;
		color:#002F6C;
		padding:20px 0 20px 0;
		text-transform:none;
	}
	.championmcard h1 span{
		font-weight:bold;
	}
	.championbg {
		padding-bottom:30px;
	}
	.championmcardt {
		color:#ffcd00;
		font-size:20px;
		padding-top:10px;
		padding-bottom:3px;
		font-weight:bold;
	}
	.championmcardm {
		font-size:20px;
		font-weight:bold;
	}
	
	
	#page-wrapper {
		overflow: hidden;
		height: auto;
	}
	.hpmain.main4 {
		font-size: 26px;
	}
	#footer-wrapper
	{
	/*	padding:20px;*/
	}
	
	#aboutimg1 {
		display:none;
	}
	#aboutimg2 {
		display:none;
	}
	#aboutimg3 {
		display:none;
	}
	#aboutimgtext1 {
		padding: 100px 60px 100px 60px;
    height: auto;
	}
	
	.footericonfb {
		font-size: 12px;
		float: left;
	}
	.footercontainer img {
		width: 50%;
		float: left;
	}
	
	#drawapp {
	  width: 350px;
	  height: 350px;
	}
	.colorSelector{
		width:70px;
	}
	.coloritem {
		float:left;
	}
	
		/* Nav */
			#titleBar img{
				height:100px;
				padding-left:30px;
			}
			#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: 100px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				color: #fff;
				font-size: 1.25em;
				background-color: white;
			}

				#titleBar .title {
					line-height: 44px;
				}

				#titleBar .toggle {
					position: absolute;
					top: 0;
					right: 0;
					width: 80px;
					height: 60px;
				}

					#titleBar .toggle:after {
						content: '';
						position: absolute;
						left: 4px;
						top: 4px;
						color: #002F6C;
						text-align: center;
						line-height: 31px;
						font-size: 0.8em;
						width: 100px;
						height: 70px;

					}

					#titleBar .toggle:before {
						content: '';
						position: absolute;
						width: 40px;
						height: 60px;
						background: url("images/method-draw-image.svg");
						background-repeat: no-repeat;
						background-size: contain, cover;
						top: 30px;
						left: 0;
					}

					#titleBar .toggle:active:after {
						background: rgba(0, 0, 0, 0.2);
					}

			#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%;
				right: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				color: #fff;
			}

				#navPanel .link {
					display: block;
					color: #002f6c;
					border-top: solid 1px rgba(255, 255, 255, 0.1);
					border-bottom: solid 1px rgba(0, 0, 0, 0.2);
					height: 55px;
					line-height: 55px;
					padding: 0 15px 0 15px;
					text-decoration: none;
				}

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

					#navPanel .link:last-child {
						border-bottom: 0;
					}

				#navPanel .MobileLangBreak {
					border-top: 2px solid rgba(0,0,0,0.2);
				}

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

	}






/* Small */

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

#certtree img {
	width:300px;
}
#certfootertitle {
    font-size: 14px;
	padding: 0;
}
#certfooter {
    font-size: 12px;
    padding: 4px 0 10px 0;
}

#certtitle {
	font-size: 28px;
	padding: 30px 0 30px 20px;
}
#certmsgholder h1 {
    font-size: 13px;
}
	#hometextcontainer{
		height:auto;
		padding: 30px;
	}
	#homebanner {
		position: relative;
		width:100%;
		min-height:auto;
		background-size:  cover;
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: top;
		background-image: url(../../images/home_banner1m.png);
	}
	#bannertext {
		margin-top: 20%;
		padding: 25px;
		color: #002F6C;
		font-size: 22px;
		line-height: 30px;
	}
	#bannderscroll{
		display:none;
	}
	#bannertext span{
		font-size: 25px;
		line-height: 40px;
		font-weight: 900;
		text-shadow: 1px 1px rgba(0,0,0,0.25);
		
	}
	#bannerheading {
		margin-bottom:20px;
	}
	#bannerbutton{
		margin-left: auto;
		margin-right: auto;
		font-size: 14px;
		line-height: 25px;
		width: 95%;
		padding: 20px 10px 20px 0px;
		margin-top: 60px;
		
	}
	#homeimg1 {
		display:none;
	}
	#homeimgtext1 {
		padding: 30px 30px 50px 50px;
		height: auto;
	}
	.hideMobile {
		display:none;
	}
	.hideMobile1 {
		display:none !important;
	}
	.hideNonMobile {
		display:block;
	}
	.home_intro_img {
		padding: 30px 20px 30px 40px;
	}
	.home_intro_img div {
		width:auto;
	}
	.home_intro_img img
	{
		width:100%;
	}
	.home_intro_txt1, .home_intro_txt2, .home_intro_txt3 {
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 30px;
		font-size: 20px;
		line-height: 28px;
	}
	
	.footercontainer img{
		margin-left:auto;
		margin-right:auto;
	}
	.homeorgbtn {
		margin-top:40px;
		float:left;
		text-align: center;
		
	}
	.homeorgbtn img{
		 border-radius: 50%;
		 width:80%;
	}
	.homeorgbtn.active img{
		border:4px solid #DDA100;
	}
	.clear {
		clear:both;
	}
	.htext1, .htext2 {
		    font-size: 30px;
			line-height: 40px;
	}
	.sh {
		width:auto;
	}
	.sh_txt {
		font-size: 27px;
		width: 300px;
		padding-top: 21px;
	}
	.sh_img {
		margin-left: 24px;
	}
	.sh_img img {
		height: 100px;
	}
	.itext1, .itext2 {
		font-size: 20px;
	}
	#navPanel .link {
		font-size:14px;
	}
	
	
	#tolheadingtext {
		margin-top:30px;
		margin-bottom:30px;
		margin-left:auto;
		margin-right:auto;
		color:white;
		line-height: 30px;
		text-align:center;
		max-width: 1100px;
	}
	#tolheadingtext span{
		font-size: 25px;
		line-height: 40px;
		font-weight: 800;
		
	}
	#tolheading {
		margin-bottom:20px;
		font-size: 25px;
	}

	.toldotlist {
		padding: 20px 50px 30px 80px;
	}
	.dot {
		width: 20px;
		height: 20px;
		border-radius: 10px;
	}
	.toldotlist span {
		font-size: 20px;
	}
	.chosen-switch {
		font-size: 12px !important;
		padding: 6px 0 0 0 !important;
	}

	.tolresultdetails {
		padding-right: 20px;
		margin-top: 285px;
	}
	
	#hpheadingtext {
		margin-top:30px;
		margin-bottom:30px;
		margin-left:auto;
		margin-right:auto;
		color:white;
		line-height: 30px;
		text-align:center;
		max-width: 1100px;
	}
	#hpheadingtext span{
		font-size: 25px;
		line-height: 40px;
		font-weight: 800;
		
	}
	#hpheading {
		margin-bottom:20px;
		font-size: 25px;
	}
	
	
	#aboutimg1, #aboutimg2, #aboutimg3  {
		display:none;
	}
	#aboutimgtext1 {
		padding: 30px 30px 50px 50px;
		height: auto;
	}
.hpmsgtip,.hpmsgtip1,#hpcharNum {
	font-size: 12px;
}
.hpbtn {
	padding: 20px 30px 20px 30px;
    margin-left: 10px;
    margin-right: 10px;

}
#separatefoot {
    width: auto;
}

#certfooterimg img {
	padding-left: 0px;
}

	#copyright {
		font-size: 0.75em;
	}
	.globaltext{
		font-size: 20px;
	}
	.globresultitem {
		padding: 10px 20px 50px 40px;
	}
		/* Basic */

			body {
				font-size: 13pt;
			}

			h2 {
				font-size: 1.4em;
			}

			h3 {
				font-size: 1.2em;
			}

			h4 {
				font-size: 1em;
			}

		/* Reusable */

			ul.small-image-list li img {
				width: 100px;
			}

			ul.big-image-list li img {
				width: 100px;
			}

			ul.link-list {
				margin: 0 0 1em 0;
			}

			article.blog-post .comments {
				display: block;
				position: relative;
				top: -0.5em;
				margin: 0 0 0.5em 0;
			}

			.button {
				font-size: 1em;
			}

			.blog-post-image {
				width: 100%;
			}

		/* Banner */

			#banner-wrapper {
				background: #c8d2bc url(images/bg1.png);
				padding: 20px 0;
			}

			#banner {
				box-shadow: inset 0 0 0 10px #fff;
				padding: 4em 1em;
			}

				#banner h2 {
					font-size: 2em;
					letter-spacing: -2px;
					line-height: 1.25em;
				}

				#banner span {
					font-size: 1.25em;
					letter-spacing: -1px;
					line-height: 1.25em;
				}

		/* Main */

			#main {
				padding: 40px 0;
			}

		/* Footer */

			#footer-wrapper {
				
			}

		/* Copyright */

			#copyright {
				text-align: center;
				color: white;
				line-height: 1.5em;
			}

				#copyright a {
					color: white;
				} 

	}
	@media screen and (max-width: 550px) {
			#drawapp {
			  width: 300px;
			  height: 300px;
			}
			.coloritem {
				margin: 3px;
			}
	}