@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,900|Courgette&display=swap'");
@import url("font-awesome.min.css");

/*
	Iconic by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/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;
}

.homepage.bluebg{
	background:#b2e9fe;
}

/* Basic */

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

	html {
		box-sizing: border-box;
	}

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

	body {
		background: #f5f7fa;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		line-height: 1.70em;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		color: #656b74;
		font-size: 16pt;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
		color: #313a45;
	}

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

	h2 {
		font-size: 1.5em;
		margin: 0 0 1.5em 0;
	}

	h3 {
		font-size: 1.1em;
		margin: 0 0 0.5em 0;
	}

	a {
		color: #3499B8;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

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

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

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

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

	br.clear {
		clear: both;
	}

/* 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.3333333333%;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		.row > .off-8 {
			margin-left: 66.6666666667%;
		}
		
		.row > .col-9 {
			width: 75%;
		}

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

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

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

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

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

		.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: -15px;
			margin-left: -15px;
		}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		@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-wide {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-wide {
					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: 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-normal {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-normal {
					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: -10px;
					margin-left: -10px;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

		@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-narrow {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-narrow {
					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: -7.5px;
					margin-left: -7.5px;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

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

			.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-narrower {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-narrower {
					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: -7.5px;
					margin-left: -7.5px;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

		}

		@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-mobile {
					order: -1;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

				.row > .off-12-mobile {
					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;
					}

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

		}

/* Container */

	.container {
		margin: 0 auto;
		width: 100%;
		padding:0 40px;
	}
	.container.narrow{
		width:80%;
	}


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

			.container {
				width: 1140px;
			}

		}

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

			.container {
				width: 960px;
			}

		}

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

			.container {
				width: 95%;
			}

		}

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

			.container {
				width: 95%;
			}

		}

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

			.container {
				width: 100%;
			}

		}

/* Sections/Articles */

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

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

/* Images */

	.image {
		display: inline-block;
	}

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

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

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

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

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

/* Lists */

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

		ol li {
			padding-left: 0.25em;
		}

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

		ul li {
			padding-left: 0.325em;
		}

	dl dt {
		display: block;
		margin: 0 0 1em 0;
	}

	dl dd {
		margin-left: 1.5em;
	}

/* Links */

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

		ul.links li {
			padding-top: 0.70em;
			padding-left: 0;
		}

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

		ul.links a {
			text-decoration: underline;
			color: #8e9399;
		}

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

/* Icons */

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

		ul.icons > li {
			cursor: default;
			display: block;
			position: relative;
			padding: 16px 0 0 80px;
			min-height: 48px;
			margin-top: 1.75em;
		}

			ul.icons > li:first-child {
				margin-top: 0;
			}

		ul.icons li a, ul.icons li span {
			display: block;
			text-decoration: none;
			color: #333d47;
		}

		ul.icons > li:before {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			background: #343e49;
			color: #FFF;
			border-radius: 100%;
			text-align: center;
			font-size: 22px;
			width: 64px;
			height: 64px;
			line-height: 64px;
		}

		ul.icons > li.fa-twitter:before {
			background: #389ebc;
		}

		ul.icons > li.fa-facebook:before {
			background: #3876bc;
		}

		ul.icons > li.fa-linkedin:before {
			background: #007BB6;
		}

/* Pennants */

	ul.pennants {
		list-style: none;
		padding-left: 0;
		margin: 0;
		text-align: center;
	}

		ul.pennants li {
			display: inline-block;
			width: 15em;
			padding: 1em;
			vertical-align: top;
		}
		
		ul.pennants li header h3{
			font-size:1.4em;
			font-weight:400;
		}
		ul.pennants img{
			width:100%;
		}

/* Profiles */

	ul.profiles {
		margin: 0;
		overflow: hidden;
		list-style: none;
		padding-left: 0;
	}

		ul.profiles li {
			overflow: hidden;
			display: block;
			padding: 1.5em 0em 1.8em 0em;
			border-style: solid;
			border-color: #555;
			border-color: rgba(255, 255, 255, 0.1);
			border-top-width: 2px;
			font-weight: 300;
			border-bottom:3px solid #15c6fc1a;
		}

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

			ul.profiles li:last-child {
				border-bottom:none;
			}

		ul.profiles .image {
			position: relative;
			overflow: hidden;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

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

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

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

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

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

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Forms */

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

	form input[type=text],
	form input[type=password],
	form select,
	form textarea {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		width: 100%;
		border: 0;
		padding: 0.70em;
		border-radius: 0.5em;
		background: #f5f7fa;
		outline: none;
	}

		form input[type=text]:focus,
		form input[type=password]:focus,
		form select:focus,
		form textarea:focus {
			background: #f0f2f5;
		}

	form textarea {
		height: 12em;
	}
	form textarea.text3rows{
		height:4em;
	}

	form ::-webkit-input-placeholder {
		color: #93989f !important;
	}

	form :-moz-placeholder {
		color: #93989f !important;
	}

	form ::-moz-placeholder {
		color: #93989f !important;
	}

	form :-ms-input-placeholder {
		color: #93989f !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

/* Tables */

	table {
		width: 100%;
	}

		table.style1 {
			width: 100%;
		}

			table.style1 tbody tr:nth-child(2n+2) {
				background: #f4f4f4;
			}

			table.style1 td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.style1 th {
				text-align: left;
				font-weight: 600;
				padding: 0.5em 1em 0.5em 1em;
			}

			table.style1 thead {
				background: #444;
				color: #fff;
			}

			table.style1 tfoot {
				background: #eee;
			}

/* Buttons */

	.button {
		-moz-transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
		-webkit-transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
		-ms-transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
		transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out;
		position: relative;
		display: inline-block;
		text-decoration: none;
		cursor: pointer;
		border: 0;
		border-radius: 0.5em;
		background: #FFF;
		color: #343e49 !important;
		outline: 0;
		line-height: 3em;
		text-align: center;
		font-weight: 600;
		padding: 0em 1.5em;
		border: solid 2px #ffffff;
	}

		.button.small {
			letter-spacing: -0.04em;
			font-size: 0.8em;
		}

		.button.large {
			font-size: 1.25em;
			color:#1a5083 !important;
		}

		.button:hover {
			background: rgba(255, 255, 255, 0.15);
			border-color: rgba(255, 255, 255, 0.35);
			color: #fff !important;
		}

		.button:active {
			background: #f6f4f4;
		}

		.button.alt {
			border-color: #343E49;
			background: #343E49;
			color: #FFF !important;
		}

			.button.alt:hover {
				border-color: #444E59;
				background: #444E59;
			}

			.button.alt:active {
				background: #242E39;
				border-color: #242E39;
			}

		.button.alt2 {
			border-color: #3499B8;
			background: #3499B8;
			color: #FFF !important;
		}

			.button.alt2:hover {
				border-color: #44a9c8;
				background: #44a9c8;
			}

			.button.alt2:active {
				background: #2489a8;
				border-color: #2489a8;
			}

		.resume {
			border-color: #3499B8;
			background: #006699;
			color: #FFF !important;
			padding:10px 40px;
		}
		span.resume a{
			text-decoration:none !important;
			color:#fff;
		}

			.resume:hover {
				border-color: #44a9c8;
				background: #3499B8;
			}


/* Main Title Heading */

	.title-heading {
		position: relative;
		margin: 2em 0;
	}

		.title-heading h2 {
			color: #FFF;
			font-size: 2em;
			margin: 0;
		}

		.title-heading p {
			position: absolute;
			right: 0;
			top: 0;
			color: #FFF;
			font-size: 1.25em;
		}

/* Header */

	header p {
		position: relative;
		top: -1.75em;
	}

/* Footer */

	footer {
		margin: 2em 0 0 0;
	}

/* Page Center Title */

	.title {
		position: absolute;
		top: 1px;
		left: 0;
		width: 100%;
	}
	.title.reviews, .title.questionaire{
		top:80px;
	}

		.title span {
			position: relative;
			display: inline-block;
			background: #3499b8;
			background-attachment: fixed;
			background-image: url("images/bg.svg");
			background-position: center center;
			background-repeat: repeat;
			border-radius: 0 0 0.5em 0.5em;
			font-weight: 600;
			font-size: 1.25em;
			color: #FFF;
			padding: 0.5em 2em 1em 2em;
			top:-5px;
		}

/* Pennant */

	.pennant {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		position: relative;
		display: inline-block;
		margin-bottom: 2em;
		width: 10em;
		height: 10em;
		line-height: 9.75em;
		border: solid 2px rgba(255, 255, 255, 0.35);
		border-radius: 100%;
		background-color: none;
	}

		.pennant:hover {
			background-color: rgba(255, 255, 255, 0.25);
		}

		.pennant span {
			height: 5em;
			display: inline-block;
			vertical-align: middle;
		}

			.pennant span:before {
				display: block;
				color: #fff;
				font-size: 108px;
			}

	.pennant2 {
		-moz-transition: background-color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out;
		position: relative;
		display: inline-block;
		margin-bottom: 2em;
		width: 8em;
		height: 8em;
		line-height: 9.75em;
		border: solid 2px rgba(255, 255, 255, 0.35);
		border-radius: 100%;
		background-color: none;
	}

		.pennant2:hover {
			background-color: rgba(255, 255, 255, 0.25);
		}

		.pennant2 span {
			height: 5em;
			display: inline-block;
			margin:30px 0 0 38px;
		}

			.pennant2 span:before {
				display: block;
				color: #fff;
				font-size: 108px;
			}

/* Icons */

	.icon {
		text-decoration: none;
	}

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

/* Wrappers */

	#header-wrapper {
		background: #1a1a1a;
		position: fixed;
		z-index: 10000;
		width: 100%;
		top: 0;
		left: 0;
		box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.15);
		min-height:80px;
	}
	#header-wrapper.blueborder{
		border-bottom:5px solid #9fe4f8;
		box-shadow:none;
		min-height:85px;
	}

	#banner-wrapper {
		color: #eee;
		color: rgba(255, 255, 255, 0.75);
	}

		#banner-wrapper h2, #banner-wrapper h3 {
			color: #fff;
		}

	#main-wrapper {
		position: relative;
		background: #3499b8;
		background-attachment: fixed;
		background-image: url("images/bg.svg");
		background-position: center center;
		background-repeat: repeat;
		overflow: hidden;
		padding: 4em 0 3em 0;
	}

	.homepage #main-wrapper {
		position: relative;
		padding: 10em 0 7em;
	}
	.homepage #main-wrapper.questionaire {
		position: relative;
		padding: 0em 0 4em;
	}

		.homepage #main-wrapper:before {
			content: '';
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background: url("images/highlight.png") no-repeat center center;
			background-size: 100% 100%;
		}

	#footer-wrapper {
		position: relative;
		background: #9fe4f8;
		padding: 8em 0 4em 0;
	}

	#featured-wrapper {
		position: relative;
		background: #343e49;
		padding: 8em 0 4em 0;
		color: #eee;
		color: rgba(255, 255, 255, 0.75);
	}

		#featured-wrapper h2, #featured-wrapper h3 {
			color: #fff;
		}

	#featured2-wrapper {
		position: relative;
		background: #fff;
		padding: 8em 0 4em 0;
		color: #eee;
	}

	#featured3-wrapper {
		position: relative;
		background: #b2e9fe;
		padding: 8em 0 4em 0;
		color: #eee;
	}

	#featured4-wrapper {
		position: relative;
		background: #e8e8e8;
		padding: 8em 0 4em 0;
		color: #eee;
	}
	#featured5-wrapper {
		position: relative;
		background: #f1f1f1;
		padding: 1em 0 4em 0;
		color: #eee;
	}
	#featured6-wrapper {
		position: relative;
		background: #e8e8e8;
		padding: 1em 0 4em 0;
		color: #eee;
	}
	#featured7-wrapper {
		position: relative;
		background: #9cc3e2;
		padding: 1em 0 4em 0;
		color: #eee;
	}
	.max900{
		max-width:903px;
	}

		#featured2-wrapper h2, #featured2-wrapper h3, #featured3-wrapper h3 {
			color: #252525;
		}
		
	#questionaire-wrapper {
		position: relative;
		background: #ffffff;
		padding: 8em 0 4em 0;
		color: #252525;
	}



/* Header */

	#header {
		position: relative;
		height: 3em;
		line-height: 3em;
	}

		#header h1 {
			font-size: 1.25em;
			color: #343e49;
			margin: 0;
		}

			#header h1 a {
				text-decoration: none;
				font-weight: 900;
				color: #343e49;
			}

/* Nav */

	#nav {
		position: absolute;
		right: 10%;
		top: 0;
		line-height: 3em;
		height: 3em;
	}

		#nav > ul {
			margin: 0;
		}

			#nav > ul > li {
				display: inline-block;
				margin-left: 1.5em;
			}

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

				#nav > ul > li > a, #nav > ul > li > span {
					display: block;
					color: #15c6fc;
					text-decoration: none;
					font-weight: 300;
					outline: 0;
					font-size: 0.9em;
				}
				
				#nav > ul > li > a:hover {
					color:#fff;
				}

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

	.dropotron {
		list-style: none;
		text-align: left;
		line-height: 2em;
		min-width: 12em;
		background: #1a1a1a;
		box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.15);
		line-height: 1em;
		padding: 0.85em 0 0.85em 0;
		border-radius: none;
	}

		.dropotron a, .dropotron span {
			-moz-transition: color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out;
			display: block;
			padding: 0.5em 1.5em 0.5em 1.5em;
			font-size: 0.9em;
			text-decoration: none;
			color: inherit;
		}

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

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

		.dropotron.level-0 {
			font-size: 1em;
			border-radius:none;
			box-shadow: 0 0.15em 0.15em 0 rgba(0, 0, 0, 0.15);
			margin: -0.1em 0 0 -1.1em;
			color:#3499B8;
		}

/* Main */

	#main {
		position: relative;
		background: #FFF;
		border-radius: 0.5em;
		padding: 4em 2.5em 4em 2.5em;
	}

/* Banner */

	#banner {
		text-align: center;
	}

		#banner .major h2 {
			font-size: 3.5em;
			line-height: 1em;
			margin-bottom: 0.75em;
			text-shadow: 1px 1px 1px #000;
		}

		#banner .major p {
			top: -1em;
			font-size: 1.5em;
		}

		#banner section {
			margin: 0;
		}

/* Footer */

	#footer .title {
		text-align: center;
	}

	.homepage #footer .title span {
		background: #fff;
		color:#252525;
	}
/* Copyright */

	#copyright {
		position: relative;
		text-align: center;
		color: #3499b8;
		padding: 1em 0em;
	}

		#copyright span {
			color: #a1a6ac;
		}

/* Featured */

	#featured .title {
		text-align: center;
	}

		#featured .title span {
			background: #3499b8;
			background-attachment: fixed;
			background-image: url("images/bg.svg");
			background-position: center center;
			background-repeat: repeat;
		}

	#featured header .byline {
		display: block;
	}

	#featured p {
		line-height: 1.8em;
	}

	#featured2 .title {
		text-align: center;
	}

		#featured2 .title span {
			background: #343e49;
			background-attachment: fixed;
			background-position: center center;
			background-repeat: repeat;
		}

	#featured2 header .byline {
		display: block;
	}

	#featured2 p {
		line-height: 1.8em;
		color:#252525;
	}
	ul.skills li{
		color:#252525;
		padding:0;
		text-align:center;
	}

/* Wide */

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

		/* Basic */

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

		/* Pennant */

			.pennant span:before {
				font-size: 96px;
			}

		/* Wrappers */

			#main-wrapper {
				padding: 4em 0 3em 0;
			}

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

	}

/* Normal */

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

		/* Basic */

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

		/* Pennant */

			.pennant span:before {
				font-size: 84px;
			}

		/* Pennants */

			ul.pennants li {
				width: 48%;
				max-width: 100%;
				padding: 1em 2em;
			}

	}

/* Narrow */

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

		/* Icons */

			ul.icons > li {
				padding: 8px 0 0 64px;
			}

				ul.icons > li:before {
					font-size: 16px;
					width: 48px;
					height: 48px;
					line-height: 48px;
				}

				ul.icons > li:nth-last-child(1), ul.icons > li:nth-last-child(2) {
					margin-bottom: 0;
				}

	}

/* Narrower */

	#navPanel, #titleBar {
		display: none;
	}

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

			html, body {
				overflow-x: hidden;
			}

		/* Profiles */

			ul.profiles {
				text-align: center;
				margin: 0;
			}

				ul.profiles > li {
					display: inline-block;
					text-align: center;
					border-top-width: 0;
					border-left-width: 2px;
					padding: 0 1.5em;
					vertical-align: top;
				}

				ul.profiles.four > li {
					width: 23%;
				}

				ul.profiles.three > li {
					width: 100%;
				}

				ul.profiles.two > li {
					width: 48%;
				}

				ul.profiles > li:first-child {
					border-left-width: 0;
				}

				ul.profiles > li .image {
					max-width: 240px;
					margin: 0 auto;
				}

			ul.icons > li {
				display: inline-block;
				width: 48%;
				margin: 0 0 2em 0;
				vertical-align: top;
			}

				ul.icons > li:nth-last-child(1), ul.icons > li:nth-last-child(2) {
					margin-bottom: 0;
				}

		/* Wrappers */

			#header-wrapper {
				display: none;
			}

			#main-wrapper {
				padding: 1em 0 3em 0;
			}

			.homepage #main-wrapper {
				padding: 5em 0;
			}

		/* Featured */

			#featured ul.style1 {
				margin-top: 3em;
			}

		/* Nav Panel */

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

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 84px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				background: #1a1a1a;
				box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.15);
			}

				#titleBar .title {
					display: block;
					text-align: center;
					line-height: 44px;
					font-size: 1.10em;
					font-weight: 900;
					color: #343e49;
				}

				#titleBar .toggle {
					position: absolute;
					left: 5px;
					top: 5px;
					width: 80px;
					height: 60px;
					z-index: 1;
					background: url("images/menu.png") 0px 0px no-repeat;
				}

					#titleBar .toggle:after {
						content: '';
						display: block;
						width: 20px;
						height: 12px;
						position: absolute;
						left: 10px;
						top: 15px;
						background: url("images/toggle.svg") 0px 0px no-repeat;
						opacity: 0.6;
					}

					#titleBar .toggle:active:after {
						opacity: 0.75;
					}

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

				#navPanel .link {
					display: block;
					color: #888;
					color: rgba(255, 255, 255, 0.75);
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border-top: solid 1px rgba(255, 255, 255, 0.05);
					padding: 0 1em 0 1em;
				}

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

					#navPanel .link.depth-0 {
						color: #fff;
					}

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

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

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

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

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

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

			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);
			}
			
			.pennant2 span {
				margin: 12px 0 0 2px;
			}
			.title.reviews{
				top:40px;
			}

	}
/* Mobile */

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

		/* Basic */

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

			h2 {
				font-size: 1.25em;
				margin: 0 0 1.5em 0;
			}

			h3 {
				font-size: 1.1em;
				margin: 0 0 0.5em 0;
				text-align:center;
			}

		/* Buttons */

			.button {
				line-height: 2.5em;
				display: block;
				width: 100%;
				padding: 0em 1.5em;
				font-size: 1em !important;
				letter-spacing: 0 !important;
			}

		/* Profiles */

			ul.profiles > li {
				width: 100% !important;
				border-left-width: 0;
				border-top-width: 2px;
				padding: 2em 0 0 0;
				margin: 1em 0 0 0;
			}

				ul.profiles > li:first-child {
					border-top-width: 0;
					padding-top: 0;
					margin-top: 0;
				}

		/* Icons */

			ul.icons > li {
				display: block;
				width: 100%;
				margin: 1em 0 0 0 !important;
			}

		/* Pennants */

			ul.pennants li {
				width: 100%;
				padding: 0.5em 0;
			}

		/* Main Title Heading */

			.title-heading {
				margin: 1.5em 0 1em 0;
				text-align: center;
			}

				.title-heading h2 {
					font-size: 1.5em;
				}

				.title-heading p {
					position: relative;
					font-size: 1em;
				}
				
		/* Wrappers */

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

			.homepage #main-wrapper {
				padding: 2.5em 20px 2.5em 20px;
			}

			#footer-wrapper {
				padding: 6em 20px 2em 20px;
			}

			#featured-wrapper {
				padding: 6em 20px 2em 20px;
			}

		/* Banner */

			#banner .major h2 {
				font-size: 2.5em;
				line-height: 1.1em;
				margin-bottom: 1em;
			}

			#banner .major p {
				top: -1em;
				font-size: 1.25em;
				margin: 0;
			}

		/* Main */

			#main {
				border-radius: 0;
				padding: 2em 20px;
			}

		/* Copyright */

			#copyright {
				padding: 2em 0em;
			}
			
				
				#titleBar .toggle {
					position: absolute;
					left: 5px;
					top: 5px;
					width: 40px;
					height: 60px;
					z-index: 1;
					background: url("images/menu-sml.png") 0px 0px no-repeat;
				}
				.spacer50{
					display:block;
					margin-left:0!important;
				}
				
	}

/** ADDED **/

.anchor{
	display:block;
	position:relative;
	top:-85px;
	visibility:hidden;
}
	
/************ GALLARY ********************/

h3.categories{
	font-family: 'Courgette', cursive;
	text-align:center;
	font-weight:normal;
	margin:0;
	width:100%;
	font-size:1.6em;
}

.grid-block-container {
	margin: 0 auto; 
}

.grid-block {
	position: relative;
	float: left;
	width: 416px;
	height: 413px;
	margin: 0 10px 60px 10px;
	border:5px solid #ffffff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-mox-border-radius: 3px;
	box-shadow:0px 1px 5px 0px #000;
	overflow:hidden;
}

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

	.container{
		padding:0;
	}
	.grid-block-container {
		margin: 0 auto; 
		width:100%;
	}

	.grid-block {
		position: relative;
		width: 100%;
		height: 355px;
		margin: 0 0 20px;
		border:5px solid #ffffff;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-mox-border-radius: 3px;
		box-shadow:0px 1px 5px 0px #000;
		overflow:hidden;
	}

}

/* CORPORATE */
.C-img1{
	background:#fff url(../../websites/tigertechinc.jpg) no-repeat;
	background-size:contain;
}
.C-img2{
	background:#fff url(../../websites/cps.jpg) no-repeat;
	background-size:contain;
}
.C-img3{
	background:#fff url(../../websites/nral.jpg) no-repeat;
	background-size:contain;
}
.C-img4{
	background:#fff url(../../websites/tlo.jpg) no-repeat;
	background-size:contain;
}
.C-img5{
	background:#fff url(../../websites/ampselectric.jpg) no-repeat;
	background-size:contain;
}
.C-img6{
	background:#fff url(../../websites/generatorsnwi.jpg) no-repeat;
	background-size:contain;
}
.C-img7{
	background:#fff url(../../websites/crediautofinancial.jpg) no-repeat;
	background-size:contain;
}
.C-img8{
	background:#fff url(../../websites/idealleasing.jpg) no-repeat;
	background-size:contain;
}
.C-img9{
	background:#fff url(../../websites/rubiconbio.jpg) no-repeat;
	background-size:contain;
}
.C-img10{
	background:#fff url(../../websites/guzmanconstruct.jpg) no-repeat;
	background-size:contain;
}
.C-img11{
	background:#fff url(../../websites/loganconstruction.jpg) no-repeat;
	background-size:contain;
}
.C-img12{
	background:#fff url(../../websites/premierpm.jpg) no-repeat;
	background-size:contain;
}
.C-img13{
	background:#fff url(../../websites/ifs.jpg) no-repeat;
	background-size:contain;
}
.C-img14{
	background:#fff url(../../websites/ASAP.jpg) no-repeat;
	background-size:contain;
}
.C-img15{
	background:#fff url(../../websites/Inventory.jpg) no-repeat;
	background-size:contain;
}

/* E-COMMERCE */
.EC-img1{
	background:#fff url(../../websites/theoilonline.jpg) no-repeat;
	background-size:contain;
}
.EC-img2{
	background:#fff url(../../websites/fantasyfountains.jpg) no-repeat;
	background-size:contain;
}
.EC-img3{
	background:#fff url(../../websites/silence-in-a-can.jpg) no-repeat;
	background-size:contain;
}
.EC-img4{
	background:#fff url(../../websites/findcoco.jpg) no-repeat;
	background-size:contain;
}
.EC-img5{
	background:#fff url(../../websites/sea.jpg) no-repeat;
	background-size:contain;
}

/* SPECIALTY SERVICES */
.SS-img1{
	background:#fff url(../../websites/jacquelyngioertz.jpg) no-repeat;
	background-size:contain;
}
.SS-img2{
	background:#fff url(../../websites/wildlymagical.jpg) no-repeat;
	background-size:contain;

}
.SS-img3{
	background:#fff url(../../websites/goddessesonfire.jpg) no-repeat;
	background-size:contain;
}
.SS-img4{
	background:#fff url(../../websites/restyleinteriors.jpg) no-repeat;
	background-size:contain;
}
.SS-img5{
	background:#fff url(../../websites/fieldlineups.jpg) no-repeat;
	background-size:contain;
}
.SS-img6{
	background:#fff url(../../websites/barringtonfamilydental.jpg) no-repeat;
	background-size:contain;
}
.SS-img7{
	background:#fff url(../../websites/hairbycamjade.jpg) no-repeat;
	background-size:contain;
}
.SS-img8{
	background:#fff url(../../websites/foothill-scientific.jpg) no-repeat;
	background-size:contain;
}
.SS-img9{
	background:#fff url(../../websites/smacna-socal.jpg) no-repeat;
	background-size:contain;
}
.SS-img10{
	background:#fff url(../../websites/uniquegaragedoor.jpg) no-repeat;
	background-size:contain;
}
.SS-img11{
	background:#fff url(../../websites/iaone.jpg) no-repeat;
	background-size:contain;
}
.SS-img12{
	background:#fff url(../../websites/baconwagner.jpg) no-repeat;
	background-size:contain;
}
.SS-img13{
	background:#fff url(../../websites/chobicircus.jpg) no-repeat;
	background-size:contain;
}
.SS-img14{
	background:#fff url(../../websites/darts.jpg) no-repeat;
	background-size:contain;
}
.SS-img15{
	background:#fff url(../../websites/mktmetrics.jpg) no-repeat;
	background-size:contain;
}

/* ARTISTS */
.A-img1{
	background:#fff url(../../websites/joelheger.jpg) no-repeat;
	background-size:contain;
}
.A-img2{
	background:#fff url(../../websites/betsystewart.jpg) no-repeat;
	background-size:contain;

}

.grid-block:hover {
	border:5px solid #cccccc;
}

.caption {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../images/trans-black-50.png);
	width: 100%;
	height: 100%;
}

.caption h4 {
	background: #f5f5f5;
	margin: 30% 30% 0;
	padding: 5px 10px;
	text-align:center;
	cursor:pointer;
	font-size:0.6em;
	color: #01a7d1;	
	border-radius:50%;
}
.details{
	position:absolute;
	bottom:1px;
	background:#d4e0ee;
	height:105px;
	width:100%;
	text-align:center;
}
.details h2{
	font-size:1em;
	color:#343e49 !important;
	margin:0;
}
.details p{
	font-size:0.8em;
	letter-spacing:-0.5px;
	color:#252525;
	padding:0 10px;
	margin:0;
}
.center{
	margin:0 auto;
}	
.center80{
	margin:0 auto;
	width:80%;
}	
	
.spacer50{
	margin-left:50px;
	color:#006699;
	font-weight:normal;
	font-size:0.8em;
	text-decoration:underline;
}	
/*spam */
#sp1{
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.error{
	color:#cc0000;
}
.success{
	color:#339933;
}

/* Reviews */
.review-star{
	background:url(../../images/yellow-star.png);
	height:48px;
	width:48px;
}
.review-star:hover{
	background:url(../../images/rotating-yellow-star.gif);
}
p.reviewtext{
	font-style:italic;
	line-height:1.4em !Important;
	padding:10px 40px 0 50px;
	background:url(images/quote.png)no-repeat;
	text-align:left;
}
p.sig{
	font-size:0.8em;
	margin:20px 40px 0 0;
	text-align:right;
}

.padT20{
	padding-top:20px;
}
.padB10{
	padding-bottom:10px;
}
.padB100{
	padding-bottom:100px;
}
.padB500{
	padding-bottom:500px;
}
.margT20{
	margin-top:20px;
}
.margB10{
	margin-bottom:10px;
}

.starRating:not(old){
  display        : inline-block;
  width          : 7.5em;
  height         : 1.5em;
  overflow       : hidden;
  vertical-align : bottom;
}
.starRating:not(old) > input{
  margin-right : -100%;
  opacity      : 0;
}
.starRating:not(old) > label{
  display         : block;
  float           : right;
  position        : relative;
  background      : url('../../images/yellow-star-empty.png');
  background-size : contain;
}
.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 1.5em;
  height          : 1.5em;
  background      : url('../../images/yellow-star.png');
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}
.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}

.rev{
	color:#023544;
}
.rev span{
	font-size:0.8em;
}

/* GO TO TOP */
#totop{
	position:fixed;
	right:10px;
	bottom:10px;
	height:53px;
	width:40px;
	background:url(../../images/totop.png);
}

/* QUESTIONNAIRE */

.q{
	color:#1d6ebb;
	font-size:1.2em;
}
.q span{
	font-size:0.8em;
}
figure {
  flex:1;
  flex-direction:column;
  justify-content:center;
  counter-increment:count;
}
.toggle {
  display:flex;
  position:relative;
  width:7.5rem;
  height:2.5rem; 
  background:#f5f7fa;
  align-self:center;
  user-select:none;
  margin:0.5rem;
  color:#252525;
}

.toggle:after, .toggle:before {
  flex:1;
  text-align:center;
  line-height:2.5rem;
}
.toggle:after {
  content:"NO";
}
.toggle:before {
  content:"YES";
}

input#d, input#e { display:none; }

label {
  position:absolute;
  top:0; left:0; right:0; bottom:0;
  perspective:1000; 
  cursor:pointer;
}

.card {
  position:relative;
  background:limegreen;
  transition:.4s;
  width:50%;
  height:2.5rem;
  pointer-events:none;
}

input#d:checked + label .card { background:#3499B8; }
input#e:checked + label .card { background:#3499B8; }


.slide2 { overflow:hidden; }
.slide2 .card {
  transform:translate(0);
  background:transparent;
  box-shadow:
    -3.75rem 0 #3499B8,
    3.75rem 0 #3499B8;
}
.slide2 input#d:checked + label .card {
  transform:translateX(3.75rem);
  background:transparent;
}
.slide2 input#e:checked + label .card {
  transform:translateX(3.75rem);
  background:transparent;
}

.checkbox-container{
	display:block;
	width:100%;
	margin:10px 0;
}
.checkbox-label {
    display: block;
    position: relative;
    float:left;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: 24px;
    clear: both;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 24px;
    width: 24px;
    background-color: #f5f7f8;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #ccc;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: ##f5f7f8;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #ccc;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #009BFF;
  border-width: 0 2px 2px 0;
  background-color: #f5f7f8;
  border-radius: 0;
}


.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.input-title{
	margin-left:40px;
	color:#666;
	line-height:1em;
}
input.shorter{
	max-width:300px;
	display:block;
	margin-bottom:10px;
}
/* SERVICES */
#featured2 p.services{
	line-height:1.3em;
}
span.price{
	font-size:1.3em;
	color:#21759b;
	margin-left:20px;
}
ul.servicelist{
	margin-left:40px;
	color:#21759b;
}
hr.svcs{
	height:15px;
	background:#ddd;
	margin:0;
}
a.darklink{
	color:#21759b;
	font-weight:600;
	text-decoration:none;
}
a.darklink:hover{
	text-decoration:underline;
}

/* Pricing Table */


.pt-container {
  margin: 0 auto;
  padding: 50px 0;
  max-width: 960px;
  width: 100%;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 900px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
  font-size:0.83em;
}

.pricing-features {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 50px 0 25px;
}

.pricing-features-item {
  border-top: 1px solid #e1f1ff;
  font-size: 12px;
  line-height: 1.5;
  padding: 15px 0;
  text-align:left;
}

.pricing-features-item:last-child {
  border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
  color: #48aaff;
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.pricing-price span{
	font-size:0.7em;
}
.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  color: #348EFE;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover,
.pricing-button:focus {
  background-color: #e1f1ff;
}

.pricing-button.is-featured {
  background-color: #48aaff;
  color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
  background-color: #269aff;
}


