@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Caveat);

/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Brie Light';
font-style: normal;
font-weight: normal;
src: local('Brie Light'), url('../fonts/BRI293.woff') format('woff');
}

	body {
		background: #fff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #93999a;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: normal;
		letter-spacing: -0.025em;
		line-height: 1.75em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		border-bottom: dotted 1px;
		color: #6ec7f5;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #6ec7f5 !important;
		}

		a.icon:before {
			-moz-transition: color 0.2s ease-in-out;
			-webkit-transition: color 0.2s ease-in-out;
			-o-transition: color 0.2s ease-in-out;
			-ms-transition: color 0.2s ease-in-out;
			transition: color 0.2s ease-in-out;
		}		

		a.icon:hover:before {
			color: #6ec7f5 !important;
		}

	strong, b {
		color: #626c6e;
		font-weight: bold;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Caveat', cursive;
		color: #626c6e;
		font-weight: normal;
		letter-spacing: -0.05em;
		line-height: 1em;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.75em;
		line-height: 1.5em;
	}

	h3 {
		font-size: 1.55em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 1px #e2eaec;
		margin: 1em 0;
	}

		hr.major {
			margin: 6em 0;
		}

	blockquote {
		border-left: solid 4px #e2eaec;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: solid 1px #e2eaec;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	.footnote {
		font-size: 0.8em;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #bbbebf;
		margin: 0 0 1.5em 0;
		position: relative;
	}

	header h2 + p {
		font-size: 1.25em;
		line-height: 1.5em;
		margin-top: -1em;
	}

	header h3 + p {
		font-size: 1.1em;
		line-height: 1.5em;
		margin-top: -0.8em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin-top: -0.6em;
	}

	header.major {
		margin: 0 0 4em 0;
		text-align: center;
	}

		header.major h2 {
			font-size: 2.75em;
			line-height: 1.4em;
			margin: 0;
		}

		header.major p {
			margin: 0.5em 0 0 0;
		}

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #626c6e;
		display: block;
		font-size: 0.9em;
		font-weight: bold;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.075);
		border-radius: 6px;
		border: none;
		border: solid 1px #e2eaec;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #6ec7f5;
			box-shadow: 0 0 0 1px #6ec7f5;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			color: #e2eaec;
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #93999a;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: normal;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.075);
				border-radius: 6px;
				border: solid 1px #e2eaec;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #626c6e;
			border-color: #626c6e;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #6ec7f5;
			box-shadow: 0 0 0 1px #6ec7f5;
		}

	input[type="checkbox"] + label:before {
		border-radius: 6px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #bbbebf !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #bbbebf !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #bbbebf !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #bbbebf !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #bbbebf !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 6px;
		border: solid 1px #e2eaec;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.roandal {
		
	}

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}
	
	.icon a {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}	

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.alt {
			text-decoration: none;
		}

			.icon.alt:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			.icon.alt:before {
				color: #fff !important;
				text-shadow: 1px 0 0 #6ec7f5, -1px 0 0 #6ec7f5, 0 1px 0 #6ec7f5, 0 -1px 0 #6ec7f5;
			}

		.icon.major {
			border-radius: 100%;
			border: solid 1px #e2eaec;
			cursor: default;
			display: inline-block;
			height: 12em;
			line-height: 12em;
			margin: 0 0 2em 0;
			text-align: center;
			width: 12em;
		}

			.icon.major:before {
				font-size: 6em;
			}

		.icon.fa-paper-plane {
			text-indent: -0.75em;
		}

/* Image */

	.image {
		border-radius: 6px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 6px;
			display: block;
		}

		.image .caption {
			background: #232626;
			background: rgba(35, 38, 38, 0.7);
			border-radius: 0 0 6px 6px;
			bottom: 0;
			color: #fff;
			font-size: 1.1em;
			font-weight: bold;
			left: 0;
			line-height: 1.5em;
			margin: 0;
			padding: 0.75em 1.25em;
			position: absolute;
			width: 100%;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #e2eaec;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 2em;
				}

		ul.actions {
			cursor: default;
			list-style: none;
			margin: 0 0 3em 0;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

		ul.major-icons {
			list-style: none;
			margin-top: -2.25em;
			padding-left: 0;
		}

			ul.major-icons li {
				text-align: center;
			}

				ul.major-icons li .icon {
					margin: 0 0 1.5em 0;
				}

				ul.major-icons li p {
					color: #626c6e;
					font-weight: bold;
				}

		ul.updates {
			list-style: none;
			padding: 0;
		}

			ul.updates li {
				margin: 0 0 1.3em 0;
				padding-left: 0;
			}

				ul.updates li:last-child {
					margin-bottom: 0;
				}

				ul.updates li p {
					margin: 0;
				}

				ul.updates li .timestamp {
					color: #bbbebf;
					display: block;
					font-size: 0.8em;
					margin: 0.25em 0 0 0;
				}

		ul.menu {
			list-style: none;
			padding: 0;
		}

			ul.menu li {
				border-left: solid 1px #e2eaec;
				display: inline-block;
				line-height: 1em;
				margin: 0 0 0 0.5em;
				padding: 0 0 0 1.0em;
			}

				ul.menu li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		ul.labeled-icons {
			list-style: none;
			padding: 0;
		}

			ul.labeled-icons li {
				margin: 0 0 2em 0;
				padding: 0 0 0 3.25em;
				position: relative;
			}

				ul.labeled-icons li:last-child {
					margin-bottom: 0;
				}

				ul.labeled-icons li .icon {
					border-radius: 100%;
					border: solid 1px #e2eaec;
					cursor: default;
					display: block;
					height: 2em;
					left: 0;
					line-height: 2em;
					position: absolute;
					text-align: center;
					top: -0.25em;
					width: 2em;
				}

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #e2eaec;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.075);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #626c6e;
			font-size: 0.9em;
			font-weight: bold;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #e2eaec;
		}

		table tfoot {
			border-top: solid 2px #e2eaec;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #e2eaec;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 6px;
		border: 0;
		box-shadow: inset 0 0 0 1px #e2eaec;
		color: #626c6e !important;
		cursor: pointer;
		display: inline-block;
		font-weight: bold;
		height: 3.35em;
		line-height: 3.5em;
		padding: 0 2.25em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover, input[type="submit"]:active,
		input[type="reset"]:hover,
		input[type="reset"]:active,
		input[type="button"]:hover,
		input[type="button"]:active,
		.button:hover,
		.button:active {
			box-shadow: inset 0 0 0 1px #6ec7f5;
			color: #6ec7f5 !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: rgba(110, 199, 245, 0.15);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		.button.big {
			font-size: 1.25em;
			padding: 0 2.5em;
			height: 2.75em;
			line-height: 2.75em;
			letter-spacing: -0.035em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		.button.special {
			background-color: #6ec7f5 !important;
			box-shadow: none !important;
			color: #ffffff !important;
		}

			input[type="submit"].special.icon:before,
			input[type="reset"].special.icon:before,
			input[type="button"].special.icon:before,
			.button.special.icon:before {
				color: #ffffff !important;
			}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #86d0f7 !important;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			.button.special:active {
				background-color: #56bef3 !important;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		.button.disabled,
		.button:disabled {
			background-color: #93999a !important;
			box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
			color: #fff !important;
			cursor: default;
			opacity: 0.25;
		}

			input[type="submit"].disabled.special, input[type="submit"]:disabled.special,
			input[type="reset"].disabled.special,
			input[type="reset"]:disabled.special,
			input[type="button"].disabled.special,
			input[type="button"]:disabled.special,
			.button.disabled.special,
			.button:disabled.special {
				background-color: #93999a !important;
			}

/* Header */

	#skel-layers-wrapper {
		padding-top: 3.5em;
	}

	#header {
		background: #fff;
		border-bottom: solid 1px #e2eaec;
		height: 3.5em;
		left: 0;
		line-height: 3.5em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		padding:3px 0 0 0;
	}

		#header h1 {
			height: inherit;
			left: 3em;
			line-height: inherit;
			position: relative;
			top: 0;
		}
		
		@media (max-width: 900px){#header h1{
			left: 1em;
			top: -0.4em;
		}}

			#header h1 a {
				font-family:'Brie Light';
				color:#2CAADF;
				text-decoration: none;
				border: 0;
				font-size: 2.2em;
				letter-spacing: 0.2em;
			}
			
			h1 a span {
				color:#06192C;
				}
				
					.logo-nav {
						display:inline-block;
						width:2.0em;
						height:2.0em;
						margin-left:10px;
						margin-top:0.3em;
						}
						
						.logo-img {
							width:4.0em;
							height:1.7em;
						}
						
						@media (max-width: 900px){.logo-img{
							width:2.5em;
							height:1.0em;
							margin:0 0 0.4em 0;							
							}}
						
						
					.fe {
						display:inline-block;
						
						}											

				/*#header h1 a:before {
					-moz-osx-font-smoothing: grayscale;
					-webkit-font-smoothing: antialiased;
					font-family: FontAwesome;
					font-style: normal;
					font-weight: normal;
					text-transform: none !important;
				}

				#header h1 a:before {
					color: #fff !important;
					text-shadow: 1px 0 0 #6ec7f5, -1px 0 0 #6ec7f5, 0 1px 0 #6ec7f5, 0 -1px 0 #6ec7f5;
				}

				#header h1 a:before {
					color: #2CAADF;
					content: '\f0c2';
					margin-right: 0.6em;
				}*/

		#header nav {
			position: absolute;
			right: 0;
			top: 0;
		}

			#header nav:after {
				clear: both;
				content: '';
				display: block;
			}

			#header nav ul {
				list-style: none;
				padding: 0;
			}

				#header nav ul li {
					display: block;
					float: left;
					padding: 0;
				}

					#header nav ul li > a, #header nav ul li > span {
						border: 0;
						color: #626c6e;
						display: block;
						font-weight: bold;
						padding: 0 1em;
					}

					#header nav ul li.special {
						border-left: solid 1px #e2eaec;
					}

						#header nav ul li.special > a, #header nav ul li.special > span {
							padding: 0 1.5em;
						}

						#header nav ul li.special > .icon:before {
							color: #c2cacc;
							margin-right: 0.5em;
						}

					#header nav ul li:not(.special) + .special {
						margin-left: 0.75em;
					}

			#header nav #menuPanel-content {
				display: none;
			}

/* Banner */

	#banner {
		background-attachment: fixed,fixed;
		background-image: url("images/overlay.png"), url("../images/banner.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
	}

		#banner h2, #banner h3, #banner h4, #banner h5, #banner h6, #banner strong, #banner b {
			color: #ffffff;
		}

		#banner a {
			color: #ffffff;
		}

		#banner input[type="submit"],
		#banner input[type="reset"],
		#banner input[type="button"],
		#banner .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#banner input[type="submit"]:hover,
			#banner input[type="reset"]:hover,
			#banner input[type="button"]:hover,
			#banner .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#banner input[type="submit"]:active,
			#banner input[type="reset"]:active,
			#banner input[type="button"]:active,
			#banner .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#banner ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#banner ul.menu li {
			border-color: #ffffff;
		}

		#banner ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#banner .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#banner:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#banner h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#banner p {
		font-size: 1.25em;
		line-height: 1.75em;
		color:#FFF;
		}

		#banner:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#banner .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 95%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
		}

			#banner .inner .actions {
				margin-bottom: 0;
			}

			#banner .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#banner .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#banner .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#banner .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#banner .more:hover {
				color: #bbbebf !important;
			}

				#banner .more:hover:before {
					color: #bbbebf !important;
				}

	body.is-loading #banner:after {
		opacity: 1.0;
	}

	body.is-loading #banner .inner {
		opacity: 0;
	}

	body.is-touch #banner {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}

/* Banner 2 */

	#banner2 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/banner2.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#banner2 h2, #banner2 h3, #banner2 h4, #banner2 h5, #banner2 h6, #banner2 strong, #banner2 b {
			color: #ffffff;
		}

		#banner2 a {
			color: #ffffff;
		}

		#banner2 input[type="submit"],
		#banner2 input[type="reset"],
		#banner2 input[type="button"],
		#banner2 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#banner2 input[type="submit"]:hover,
			#banner2 input[type="reset"]:hover,
			#banner2 input[type="button"]:hover,
			#banner2 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#banner2 input[type="submit"]:active,
			#banner2 input[type="reset"]:active,
			#banner2 input[type="button"]:active,
			#banner2 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#banner2 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#banner2 ul.menu li {
			border-color: #ffffff;
		}

		#banner2 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#banner2 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#banner2:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#banner2 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#banner2 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#banner2:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#banner2 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#banner2 .inner .actions {
				margin-bottom: 0;
			}

			#banner2 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#banner2 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#banner2 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#banner2 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#banner2 .more:hover {
				color: #bbbebf !important;
			}

				#banner2 .more:hover:before {
					color: #bbbebf !important;
				}

	body.is-loading #banner2:after {
		opacity: 1.0;
	}

	body.is-loading #banner2 .inner {
		opacity: 0;
	}

	body.is-touch #banner2 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #banner2 .more {
        display:none;
    }
}
	
/* Banner 3 */

	#banner3 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/banner3.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#banner3 h2, #banner3 h3, #banner3 h4, #banner3 h5, #banner3 h6, #banner3 strong, #banner3 b {
			color: #ffffff;
		}

		#banner3 a {
			color: #ffffff;
		}

		#banner3 input[type="submit"],
		#banner3 input[type="reset"],
		#banner3 input[type="button"],
		#banner3 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#banner3 input[type="submit"]:hover,
			#banner3 input[type="reset"]:hover,
			#banner3 input[type="button"]:hover,
			#banner3 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#banner3 input[type="submit"]:active,
			#banner3 input[type="reset"]:active,
			#banner3 input[type="button"]:active,
			#banner3 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#banner3 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#banner3 ul.menu li {
			border-color: #ffffff;
		}

		#banner3 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#banner3 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#banner3:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#banner3 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#banner3 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#banner3:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#banner3 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#banner3 .inner .actions {
				margin-bottom: 0;
			}

			#banner3 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#banner3 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#banner3 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#banner3 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#banner3 .more:hover {
				color: #bbbebf !important;
			}

				#banner3 .more:hover:before {
					color: #bbbebf !important;
				}

	body.is-loading #banner3:after {
		opacity: 1.0;
	}

	body.is-loading #banner3 .inner {
		opacity: 0;
	}

	body.is-touch #banner3 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	

	@media screen and (max-width: 480px) {
    #banner3 .more {
        display:none;
    }
}

/* blogbanner0 */

	#blogbanner0 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner0.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner0 h2, #blogbanner0 h3, #blogbanner0 h4, #blogbanner0 h5, #blogbanner0 h6, #blogbanner0 strong, #blogbanner0 b {
			color: #ffffff;
		}

		#blogbanner0 a {
			color: #ffffff;
		}

		#blogbanner0 input[type="submit"],
		#blogbanner0 input[type="reset"],
		#blogbanner0 input[type="button"],
		#blogbanner0 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner0 input[type="submit"]:hover,
			#blogbanner0 input[type="reset"]:hover,
			#blogbanner0 input[type="button"]:hover,
			#blogbanner0 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner0 input[type="submit"]:active,
			#blogbanner0 input[type="reset"]:active,
			#blogbanner0 input[type="button"]:active,
			#blogbanner0 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner0 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner0 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner0 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner0 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner0:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner0 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner0 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner0:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner0 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner0 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner0 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner0 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner0 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner0 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner0 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner0 .more:hover:before {
					color: #bbbebf !important;
				}

	body.is-loading #blogbanner0:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner0 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner0 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner0 .more {
        display:none;
    }
}

/* blogbanner1 */

	#blogbanner1 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner1.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner1 h2, #blogbanner1 h3, #blogbanner1 h4, #blogbanner1 h5, #blogbanner1 h6, #blogbanner1 strong, #blogbanner1 b {
			color: #ffffff;
		}

		#blogbanner1 a {
			color: #ffffff;
		}

		#blogbanner1 input[type="submit"],
		#blogbanner1 input[type="reset"],
		#blogbanner1 input[type="button"],
		#blogbanner1 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner1 input[type="submit"]:hover,
			#blogbanner1 input[type="reset"]:hover,
			#blogbanner1 input[type="button"]:hover,
			#blogbanner1 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner1 input[type="submit"]:active,
			#blogbanner1 input[type="reset"]:active,
			#blogbanner1 input[type="button"]:active,
			#blogbanner1 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner1 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner1 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner1 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner1 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner1:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner1 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner1 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner1:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner1 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner1 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner1 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner1 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner1 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner1 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner1 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner1 .more:hover:before {
					color: #bbbebf !important;
				}

	body.is-loading #blogbanner1:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner1 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner1 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner1 .more {
        display:none;
    }
}

/* blogbanner2 */

	#blogbanner2 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner2.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner2 h2, #blogbanner2 h3, #blogbanner2 h4, #blogbanner2 h5, #blogbanner2 h6, #blogbanner2 strong, #blogbanner2 b {
			color: #ffffff;
		}

		#blogbanner2 a {
			color: #ffffff;
		}

		#blogbanner2 input[type="submit"],
		#blogbanner2 input[type="reset"],
		#blogbanner2 input[type="button"],
		#blogbanner2 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner2 input[type="submit"]:hover,
			#blogbanner2 input[type="reset"]:hover,
			#blogbanner2 input[type="button"]:hover,
			#blogbanner2 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner2 input[type="submit"]:active,
			#blogbanner2 input[type="reset"]:active,
			#blogbanner2 input[type="button"]:active,
			#blogbanner2 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner2 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner2 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner2 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner2 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner2:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner2 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner2 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner2:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner2 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner2 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner2 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner2 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner2 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner2 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner2 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner2 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner2:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner2 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner2 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner2 .more {
        display:none;
    }
}

/* blogbanner3 */

	#blogbanner3 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner3.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner3 h2, #blogbanner3 h3, #blogbanner3 h4, #blogbanner3 h5, #blogbanner3 h6, #blogbanner3 strong, #blogbanner3 b {
			color: #ffffff;
		}

		#blogbanner3 a {
			color: #ffffff;
		}

		#blogbanner3 input[type="submit"],
		#blogbanner3 input[type="reset"],
		#blogbanner3 input[type="button"],
		#blogbanner3 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner3 input[type="submit"]:hover,
			#blogbanner3 input[type="reset"]:hover,
			#blogbanner3 input[type="button"]:hover,
			#blogbanner3 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner3 input[type="submit"]:active,
			#blogbanner3 input[type="reset"]:active,
			#blogbanner3 input[type="button"]:active,
			#blogbanner3 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner3 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner3 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner3 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner3 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner3:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner3 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner3 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner3:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner3 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner3 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner3 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner3 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner3 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner3 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner3 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner3 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner3:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner3 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner3 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner3 .more {
        display:none;
    }
}

/* blogbanner4 */

	#blogbanner4 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner4.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner4 h2, #blogbanner4 h3, #blogbanner4 h4, #blogbanner4 h5, #blogbanner4 h6, #blogbanner4 strong, #blogbanner4 b {
			color: #ffffff;
		}

		#blogbanner4 a {
			color: #ffffff;
		}

		#blogbanner4 input[type="submit"],
		#blogbanner4 input[type="reset"],
		#blogbanner4 input[type="button"],
		#blogbanner4 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner4 input[type="submit"]:hover,
			#blogbanner4 input[type="reset"]:hover,
			#blogbanner4 input[type="button"]:hover,
			#blogbanner4 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner4 input[type="submit"]:active,
			#blogbanner4 input[type="reset"]:active,
			#blogbanner4 input[type="button"]:active,
			#blogbanner4 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner4 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner4 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner4 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner4 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner4:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner4 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner4 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner4:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner4 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner4 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner4 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner4 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner4 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner4 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner4 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner4 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner4:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner4 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner4 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner4 .more {
        display:none;
    }
}

/* blogbanner5 */

	#blogbanner5 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner5.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner5 h2, #blogbanner5 h3, #blogbanner5 h4, #blogbanner5 h5, #blogbanner5 h6, #blogbanner5 strong, #blogbanner5 b {
			color: #ffffff;
		}

		#blogbanner5 a {
			color: #ffffff;
		}

		#blogbanner5 input[type="submit"],
		#blogbanner5 input[type="reset"],
		#blogbanner5 input[type="button"],
		#blogbanner5 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner5 input[type="submit"]:hover,
			#blogbanner5 input[type="reset"]:hover,
			#blogbanner5 input[type="button"]:hover,
			#blogbanner5 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner5 input[type="submit"]:active,
			#blogbanner5 input[type="reset"]:active,
			#blogbanner5 input[type="button"]:active,
			#blogbanner5 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner5 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner5 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner5 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner5 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner5:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner5 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner5 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner5:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner5 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner5 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner5 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner5 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner5 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner5 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner5 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner5 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner5:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner5 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner5 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner5 .more {
        display:none;
    }
}

/* blogbanner6 */

	#blogbanner6 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner6.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner6 h2, #blogbanner6 h3, #blogbanner6 h4, #blogbanner6 h5, #blogbanner6 h6, #blogbanner6 strong, #blogbanner6 b {
			color: #ffffff;
		}

		#blogbanner6 a {
			color: #ffffff;
		}

		#blogbanner6 input[type="submit"],
		#blogbanner6 input[type="reset"],
		#blogbanner6 input[type="button"],
		#blogbanner6 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner6 input[type="submit"]:hover,
			#blogbanner6 input[type="reset"]:hover,
			#blogbanner6 input[type="button"]:hover,
			#blogbanner6 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner6 input[type="submit"]:active,
			#blogbanner6 input[type="reset"]:active,
			#blogbanner6 input[type="button"]:active,
			#blogbanner6 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner6 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner6 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner6 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner6 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner6:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner6 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner6 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner6:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner6 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner6 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner6 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner6 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner6 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner6 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner6 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner6 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner6:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner6 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner6 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner6 .more {
        display:none;
    }
}

/* blogbanner7 */

	#blogbanner7 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner7.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner7 h2, #blogbanner7 h3, #blogbanner7 h4, #blogbanner7 h5, #blogbanner7 h6, #blogbanner7 strong, #blogbanner7 b {
			color: #ffffff;
		}

		#blogbanner7 a {
			color: #ffffff;
		}

		#blogbanner7 input[type="submit"],
		#blogbanner7 input[type="reset"],
		#blogbanner7 input[type="button"],
		#blogbanner7 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner7 input[type="submit"]:hover,
			#blogbanner7 input[type="reset"]:hover,
			#blogbanner7 input[type="button"]:hover,
			#blogbanner7 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner7 input[type="submit"]:active,
			#blogbanner7 input[type="reset"]:active,
			#blogbanner7 input[type="button"]:active,
			#blogbanner7 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner7 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner7 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner7 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner7 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner7:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner7 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner7 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner7:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner7 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner7 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner7 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner7 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner7 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner7 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner7 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner7 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner7:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner7 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner7 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner7 .more {
        display:none;
    }
}

/* blogbanner8 */

	#blogbanner8 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner8.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner8 h2, #blogbanner8 h3, #blogbanner8 h4, #blogbanner8 h5, #blogbanner8 h6, #blogbanner8 strong, #blogbanner8 b {
			color: #ffffff;
		}

		#blogbanner8 a {
			color: #ffffff;
		}

		#blogbanner8 input[type="submit"],
		#blogbanner8 input[type="reset"],
		#blogbanner8 input[type="button"],
		#blogbanner8 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner8 input[type="submit"]:hover,
			#blogbanner8 input[type="reset"]:hover,
			#blogbanner8 input[type="button"]:hover,
			#blogbanner8 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner8 input[type="submit"]:active,
			#blogbanner8 input[type="reset"]:active,
			#blogbanner8 input[type="button"]:active,
			#blogbanner8 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner8 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner8 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner8 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner8 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner8:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner8 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner8 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner8:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner8 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner8 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner8 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner8 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner8 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner8 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner8 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner8 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner8:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner8 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner8 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner8 .more {
        display:none;
    }
}

/* blogbanner9 */

	#blogbanner9 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner9.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner9 h2, #blogbanner9 h3, #blogbanner9 h4, #blogbanner9 h5, #blogbanner9 h6, #blogbanner9 strong, #blogbanner9 b {
			color: #ffffff;
		}

		#blogbanner9 a {
			color: #ffffff;
		}

		#blogbanner9 input[type="submit"],
		#blogbanner9 input[type="reset"],
		#blogbanner9 input[type="button"],
		#blogbanner9 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner9 input[type="submit"]:hover,
			#blogbanner9 input[type="reset"]:hover,
			#blogbanner9 input[type="button"]:hover,
			#blogbanner9 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner9 input[type="submit"]:active,
			#blogbanner9 input[type="reset"]:active,
			#blogbanner9 input[type="button"]:active,
			#blogbanner9 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner9 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner9 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner9 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner9 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner9:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner9 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner9 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner9:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner9 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner9 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner9 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner9 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner9 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner9 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner9 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner9 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner9:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner9 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner9 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner9 .more {
        display:none;
    }
}

/* blogbanner10 */

	#blogbanner10 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner10.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner10 h2, #blogbanner10 h3, #blogbanner10 h4, #blogbanner10 h5, #blogbanner10 h6, #blogbanner10 strong, #blogbanner10 b {
			color: #ffffff;
		}

		#blogbanner10 a {
			color: #ffffff;
		}

		#blogbanner10 input[type="submit"],
		#blogbanner10 input[type="reset"],
		#blogbanner10 input[type="button"],
		#blogbanner10 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner10 input[type="submit"]:hover,
			#blogbanner10 input[type="reset"]:hover,
			#blogbanner10 input[type="button"]:hover,
			#blogbanner10 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner10 input[type="submit"]:active,
			#blogbanner10 input[type="reset"]:active,
			#blogbanner10 input[type="button"]:active,
			#blogbanner10 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner10 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner10 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner10 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner10 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner10:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner10 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner10 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner10:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner10 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner10 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner10 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner10 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner10 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner10 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner10 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner10 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner10:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner10 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner10 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner10 .more {
        display:none;
    }
}

/* blogbanner11 */

	#blogbanner11 {
		background-attachment: fixed,							fixed;
		background-image: url("images/overlay.png"), url("../images/blogbanner11.jpg");
		background-position: top left,						center center;
		background-repeat: repeat,							no-repeat;
		background-size: auto,							cover;
		color: #d7dada;
		height: calc(100vh - 3.5em);
		min-height: 35em;
		position: relative;
		text-align: center;
		overflow-y: hidden; // hide vertical
		overflow-x: hidden; // hide horizontal
		overflow:auto;
	}

		#blogbanner11 h2, #blogbanner11 h3, #blogbanner11 h4, #blogbanner11 h5, #blogbanner11 h6, #blogbanner11 strong, #blogbanner11 b {
			color: #ffffff;
		}

		#blogbanner11 a {
			color: #ffffff;
		}

		#blogbanner11 input[type="submit"],
		#blogbanner11 input[type="reset"],
		#blogbanner11 input[type="button"],
		#blogbanner11 .button {
			box-shadow: inset 0 0 0 1px #ffffff;
			color: #ffffff !important;
		}

			#blogbanner11 input[type="submit"]:hover,
			#blogbanner11 input[type="reset"]:hover,
			#blogbanner11 input[type="button"]:hover,
			#blogbanner11 .button:hover {
				background-color: rgba(255, 255, 255, 0.075);
			}

			#blogbanner11 input[type="submit"]:active,
			#blogbanner11 input[type="reset"]:active,
			#blogbanner11 input[type="button"]:active,
			#blogbanner11 .button:active {
				background-color: rgba(255, 255, 255, 0.2);
			}

		#blogbanner11 ul.labeled-icons li .icon {
			border-color: #ffffff;
		}

		#blogbanner11 ul.menu li {
			border-color: #ffffff;
		}

		#blogbanner11 ul.updates li .timestamp {
			color: #c0c4c5;
		}

		#blogbanner11 .icon.major {
			border-color: #ffffff;
			color: #ffffff;
		}

		#blogbanner11:after {
			-moz-transition: opacity 2.5s ease-in-out;
			-webkit-transition: opacity 2.5s ease-in-out;
			-o-transition: opacity 2.5s ease-in-out;
			-ms-transition: opacity 2.5s ease-in-out;
			transition: opacity 2.5s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-o-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			background: #626c6e;
			content: '';
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}

		#blogbanner11 h2 {
			font-size: 2.75em;
			line-height: 1.4em;
		}
		
		#blogbanner11 p {
		font-size: 1.15em;
		line-height: 1.75em;
		color:#FFF;
		}

		#blogbanner11:before {
			content: '';
			display: inline-block;
			height: 100%;
			vertical-align: middle;
		}

		#blogbanner11 .inner {
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-o-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			display: inline-block;
			max-width: 65%;
			opacity: 1;
			position: relative;
			vertical-align: middle;
			z-index: 2;
			
		}

			#blogbanner11 .inner .actions {
				margin-bottom: 0;
			}

			#blogbanner11 .inner .footnote {
				margin-bottom: 0;
				padding-top: 1.75em;
				position: absolute;
				width: 100%;
			}

		#blogbanner11 .more {
			text-decoration: none;
			background: #fff;
			border-radius: 2em 2em 0 0;
			border: 0;
			bottom: 0;
			color: #bbbebf;
			height: 3.25em;
			left: 50%;
			margin-left: -2em;
			overflow: hidden;
			position: absolute;
			text-indent: 4em;
			white-space: nowrap;
			width: 4em;
			z-index: 2;
		}

			#blogbanner11 .more:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#blogbanner11 .more:before {
				content: '\f078';
				display: block;
				height: 3em;
				left: 0;
				line-height: 3.75em;
				position: absolute;
				text-align: center;
				text-indent: 0;
				top: 0;
				width: 4em;
			}

			#blogbanner11 .more:hover {
				color: #bbbebf !important;
			}

				#blogbanner11 .more:hover:before {
					color: #bbbebf !important;
				}


	body.is-loading #blogbanner11:after {
		opacity: 1.0;
	}

	body.is-loading #blogbanner11 .inner {
		opacity: 0;
	}

	body.is-touch #blogbanner11 {
		background-attachment: scroll;
		background-position: top left, top 75%;
	}	
	
	@media screen and (max-width: 480px) {
    #blogbanner11 .more {
        display:none;
    }
}




/* Main */

	#main {
		padding: 3.5em 0 4.5em 0;
	}

		#main > section.feature {
			border-top: solid 1px #e2eaec;
			padding: 6.5em 0 4.5em 0;
		}

			#main > section.feature:first-child {
				border-top: 0;
				padding-top: 0;
			}

			#main > section.feature:last-child {
				padding-bottom: 0;
			}

			#main > section.feature.major {
				padding-left: 6em;
				padding-right: 6em;
				text-align: center;
			}

				#main > section.feature.major .icon {
					margin: 0 0 3em 0;
				}

				#main > section.feature.major h2 {
					font-size: 2.25em;
					line-height: 1.4em;
					margin-bottom: 0.7em;
				}

				#main > section.feature.major p {
					font-size: 1.25em;
					line-height: 1.75em;
				}

		#main > section:not(.feature) + section.feature {
			margin-top: 6.5em;
		}

		#main > section.feature + section:not(.feature) {
			border-top: solid 1px #e2eaec;
			padding-top: 6.5em;
		}

/* Footer */

	#footer {
		background: #f7f9fa;
		border-top: solid 1px #e2eaec;
		padding: 6.5em 0;
		color: #93999a;
	}

		#footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer strong, #footer b {
			color: #626c6e;
		}

		#footer a {
			border: 0;
			color: inherit;
		}

		#footer input[type="submit"],
		#footer input[type="reset"],
		#footer input[type="button"],
		#footer .button {
			box-shadow: inset 0 0 0 1px #d2dadc;
			color: #626c6e !important;
		}

			#footer input[type="submit"]:hover, #footer input[type="submit"]:active,
			#footer input[type="reset"]:hover,
			#footer input[type="reset"]:active,
			#footer input[type="button"]:hover,
			#footer input[type="button"]:active,
			#footer .button:hover,
			#footer .button:active {
				color: #6ec7f5 !important;
				box-shadow: inset 0 0 0 1px #6ec7f5;
			}

		#footer ul.labeled-icons li .icon {
			border-color: #d2dadc;
		}

		#footer ul.menu li {
			border-color: #d2dadc;
		}

		#footer ul.updates li .timestamp {
			color: #bbbebf;
		}

		#footer .icon.major {
			border-color: #d2dadc;
		}

		#footer .icon.alt:before {
			color: #f7f9fa !important;
		}
		
		#footer .accreditations {
			border-top: solid 1px #d2dadc;
			color: #bbbebf;
			margin-top: 4.5em;
			overflow: hidden;
			padding-top: 1.875em;
			text-align: center;
			margin-bottom: 1.2em;
		}

			#footer .accreditations p {
				display: inline-block;
				font-size: 0.8em;
				margin: 0;
			}
			
			#footer .accred {
				margin: 0 0 0.7em 0;
			}						

		#footer .copyright {
			border-top: solid 1px #d2dadc;
			color: #bbbebf;
			margin-top: 0.0em;
			overflow: hidden;
			padding-top: 4.875em;
			text-align: center;
		}

			#footer .copyright p {
				display: inline-block;
				font-size: 0.8em;
				margin: 0;
			}

			#footer .copyright .menu {
				display: inline-block;
				font-size: 0.8em;
				margin: 0 0 0 0.25em;
			}

/* Menu Panel */

	#menuPanel {
		background: #fff;
		border-left: solid 1px #e2eaec;
		box-shadow: 0 0 6px 0 rgba(20, 40, 64, 0.1);
		cursor: default;
		padding: 2.25em 1.5em;
	}

		#menuPanel h2 {
			font-size: 1.85em;
			margin: 0 0 0.5em 0;
		}

		#menuPanel .closer {
			text-decoration: none;
			display: block;
			height: 4em;
			overflow-x: hidden;
			position: absolute;
			right: 0;
			text-indent: 8em;
			top: 0;
			white-space: nowrap;
			width: 8em;
		}

			#menuPanel .closer:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			#menuPanel .closer:before {
				-moz-transition: color 0.2s ease-in-out;
				-webkit-transition: color 0.2s ease-in-out;
				-o-transition: color 0.2s ease-in-out;
				-ms-transition: color 0.2s ease-in-out;
				transition: color 0.2s ease-in-out;
				color: #c2cacc;
				content: '\f00d';
				display: block;
				height: 4em;
				line-height: 4em;
				position: absolute;
				right: 1.5em;
				text-align: center;
				text-indent: 0;
				top: 0;
			}

			#menuPanel .closer:hover:before {
				color: #6ec7f5;
			}

		#menuPanel #menuPanel-content {
			cursor: default;
		}

			#menuPanel #menuPanel-content a, #menuPanel #menuPanel-content span {
				border: 0;
				color: inherit;
			}

			#menuPanel #menuPanel-content ul {
				list-style: none;
				margin: 0;
				padding: 0;
				position: relative;
			}

				#menuPanel #menuPanel-content ul li {
					padding: 0 0 0 1em;
				}

					#menuPanel #menuPanel-content ul li:before {
						background: #e2eaec;
						content: '';
						display: block;
						height: 1px;
						left: 0;
						position: absolute;
						width: 100%;
					}

					#menuPanel #menuPanel-content ul li > a, #menuPanel #menuPanel-content ul li > span {
						display: block;
						line-height: 3.5em;
					}

			#menuPanel #menuPanel-content > ul > li {
				padding-left: 0;
			}

				#menuPanel #menuPanel-content > ul > li:first-child:before {
					display: none;
				}

				#menuPanel #menuPanel-content > ul > li > a, #menuPanel #menuPanel-content > ul > li > span {
					color: #626c6e;
				}
				
/* Social Links */
.social-icons {
	position: fixed;
	right: 0;
	top: 45%;
	width: 32px;
	z-index: 9;
}
.social-icons a {
	background: #626c6e;
	height: 32px;
	width: 32px;
	margin-bottom: 0px;
	line-height: 32px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	position: relative;
	border-bottom: none;
}
.social-icons a:hover {
	background: #6ec7f5;
	color: #FFF !important;
}
/*.social-icons a span {
	background: #333;
	padding: 6px 10px;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	position: absolute;
	right: 130%;
	top: 3px;
	margin-right: 7px;
	border-radius: 1px;
	white-space: nowrap;
	line-height: 1;
	font-style: italic;
	opacity: 0;
	visibility: hidden;
	transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-webkit-transition: left 0.3s ease;
}
.social-icons a span:after {
	content: "";
	position: absolute;
	right: 0;
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 4px;
	margin-right: -8px;
	top: 50%;
	margin-top: -4px;
}
.social-icons a:hover span {
	opacity: 1;
	visibility: visible;
	right: 100%;
}*/
.social-icons a:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.social-icons a:last-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .social-icons {
    display:none;
  }
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #444;
	margin: 0 3px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ed1e79;
}

.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	background: url('../images/arrow.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}

.cd-top {
  z-index:10000;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(110, 199, 245, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #DD1935;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* CSS Styles (Copy this into the style.css file of your theme) */
.tooltip { display:inline; position:relative }
.tooltip:hover { text-decoration:none }
.tooltip:hover:after {
	color:#FFF;
	font-size: 11px;
	background:#000;
	background:rgba(0,0,0,.8);
	content:attr(data-title);
	padding:10px 12px;
	white-space:nowrap;
	display:block;
	position:absolute;
	left:30%;
	bottom:18px;
	z-index:8
}
.tooltip:hover:before {
    border:solid;
    border-color:rgba(0,0,0,.8) transparent;
    border-width:6px 6px 0 6px;
    content:"";
    display:block;
    position:absolute;
	left:50%;
	bottom:12px;
    z-index:9
}

.bubble 
{
position: relative;
display:inline-block;
max-width:100%;
min-height:1.5em;
padding: 20px;
background: #FFFFFF;
border: #6ec7f5 solid 4px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin-bottom: 15px;
}

.bubble:after 
{
content: "";
position: absolute;
bottom: -13px;
left: 10%;
border-style: solid;
border-width: 15px 15px 0;
border-color: #FFFFFF transparent;
display: block;
width: 0;
z-index: 1;
}

.bubble:before 
{
content: "";
position: absolute;
bottom: -19.5px;
left: calc(10% - 3px) ;
border-style: solid;
border-width: 18px 18px 0;
border-color: #6ec7f5 transparent;
display: block;
width: 0;
z-index: 0;
}

.bubble-quote {
padding:0 0 0 10%;
line-height:1.1em;
}

.table h3 {
padding-top:12px; line-height:0em;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}