@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Raleway:400,400i,700,700i);

/* Basic */

	body {
		background: #FFFFFF;
	}

	body, input, select, textarea {
		color: #333333;
		font-family: 'Open Sans', sans-serif;
		font-size: 13pt;
		font-weight: 400;
		line-height: 1.65em;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		color: #2C616D;
		text-decoration: underline;
	}

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

	strong, b {
		color: #005985;
		font-weight: 700;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.35em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #166896;
		font-family: Raleway, sans-serif;
		font-weight: 700;
		line-height: 1em;
		margin: 1em 0 0 0;
	}

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

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

	h2 {
		font-size: 2em;
		line-height: 1.25em;
	}

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

	h4 {
		font-size: 1.1em;
		line-height: 1.35em;
		margin: 0 0 0.5em 0;
	}

	h5 {
		font-size: 0.9em;
		line-height: 1.35em;
		margin: 0 0 0.5em 0;
	}

	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 2px #E4F2F7;
		margin: 3em 0;
	}

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

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

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

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

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

	.align-right {
		text-align: right;
	}
	.special {
		font-size: larger;
		color: #005985;
	}

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}
	
	#sc1 h4 {
		color: #FEFFFF;
		font-family: Raleway, sans-serif;
		line-height: 1.68em;
		font-size: 1.5em;
		font-weight: normal;
		margin: 0.5em 0 1.5em 0;
		position: relative;
	}

	header p {
		color: #005985;
		font-family: Raleway, sans-serif;
		line-height: 1.5em;
		font-size: 1.42em;
		margin: 0 0 1.5em 0;
		position: relative;
	}

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

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

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

	header.major {
		margin: 1em 0 0 0;
		text-align: left;
	}

		header.major h2 {
			font-size: 2.5em;
			line-height: 1em;
			margin: 0 0 1em 0;
		}
	
	.homepage #main img {
		border: 0;
	}
	.homepage #main .image.fit {
		margin: 0;
	}
		
	/*#sc1 img, #sc2 img, #sc3 img, #sc4 img, #sc5 img, #sc6 img {
		border: 0;
	}
	#sc1 .image.fit,
	#sc2 .image.fit,
	#sc3 .image.fit,
	#sc4 .image.fit,
	#sc5 .image.fit,
	#sc6 .image.fit {
		margin: 0;
	}*/
		

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		padding: 0;
		font-weight: bold;
		/*color: #C28012;
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		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, 150, 154, 0.075);
		border: none;
		border: solid 2px #E4F2F7;
		border-radius: 0;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #005985;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

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

		.select-wrapper:before {
			content: '\f078';
			color: rgba(144, 150, 154, 0.5);
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

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

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

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-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: #333333;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #DFE5D5;
				border: solid 2px #005985;
				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: #2B4E54;
			border-color: #2B4E54;
			color: #ffffff;
			content: '\f00c';
		}

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

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

	::-webkit-input-placeholder {
		color: #B8BFC2 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #B8BFC2 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #B8BFC2 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #B8BFC2 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #B8BFC2 !important;
		opacity: 1.0;
	}

/* Box */
	.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 0 0 #e5e5e5;
		margin: 0 0 2em 0;
		padding: 3em;
	}

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

		.box.alt {
			background: none !important;
			border-radius: 0 !important;
			box-shadow: none !important;
			margin: 0 0 2em 0;
			padding: 0 2em 0 3.5em !important;
			position: relative;
		}
		
		.box.alt h3 {
			font-size: 2.5em;
			line-height: 1em;
			margin-bottom: 0.5em;
		}
		
		.box.alt p {
			font-size: 1.35em;
		}
		
	.features {
		position: relative;
	}
	
	.features .row {
		margin-top: 3em;
	}
		
/* Icon */

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

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

		.icon > .label {
			display: none;
		}
		
		.icon.major {
			/*background: #666;*/
			border-radius: 3px;
			color: #ffffff;
			cursor: default;
			display: inline-block;
			height: 2.5em;
			line-height: 2.5em;
			margin: 0 1em 1em 0;
			width: 2.5em;
			text-align: center;
			float: left;
			-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
			transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		}
		
		.box .alt .icon.major {
			display: inline-block;
			float: left;
			margin-right: 1em;
		}

			.icon.major:before {
				font-size: 1.5em;
			}

			.icon.major.accent1 {
				background: #005985;
				color: #ffffff;
			}
			.icon.major.accent1:hover {
				color: #005985;
				background: #ffffff;
			}

			.icon.major.accent2 {
				background: #FCCC30;
				color: #ffffff;
			}
			.icon.major.accent2:hover {
				color: #FCCC30;
				background: #ffffff;
			}

			.icon.major.accent3 {
				background: #395808;
				color: #ffffff;
			}
			.icon.major.accent3:hover {
				color: #395808;
				background: #ffffff;
			}

			.icon.major.accent4 {
				background: #169116;
				color: #ffffff;
			}
			.icon.major.accent4:hover {
				color: #169116;
				background: #ffffff;
			}

			.icon.major.accent5 {
				background: #2C616D;
				color: #ffffff;
			}
			.icon.major.accent5:hover {
				color: #2C616D;
				background: #ffffff;
			}
		
		
/* Image */

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

		.image img {
			display: block;
			border: solid 6px #E8EAEB;
		}
		
		.image .caption {
			color: #333;
			display: block;
			text-align: right;
			font-size: 0.75em;
			font-style: italic;
			padding: 3px 6px 1em 0;
			line-height: 0.9em;
		}

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

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

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

			.image.fit img {
				display: block;
				width: 100%;
			}
			
		.image .homecap {
			font-family: Raleway, sans-serif;
			font-weight: 700;
			position: absolute;
			height: 2em;
			width: 100%;
			left: 0;
			bottom: 0;
			font-size: 1.5em;
			text-align: center;
			color: #FFFFFF;
			background: rgba(0, 0, 0, 0.4);
			line-height: 2em;
			overflow: hidden;
		}
	/* Figures */
		
		figure {
			text-align: center;
			font-style: italic;
			font-size: smaller;
			text-indent: 0;
			padding: 0.5em;
		}
					
		figure.left {
			float: left;
			width: 42%;
			margin: 0.5em 0.5em 0.5em 0;
		}
					
		figure.right {
			float: right;
			width: 42%;
			margin: 0.5em 0 0.5em 0.5em;
		}
					
		figure.full {
			margin: 0.5em 0;
		}

/* 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 2px #E4F2F7;
				padding: 1em 0;
			}

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

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

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

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

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

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

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

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

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

				div.icon-bullets div:before {
					background: #00346B;
					color: #ffffff;
					cursor: default;
					display: block;
					height: 2em;
					left: 0;
					line-height: 2em;
					position: absolute;
					text-align: center;
					top: 0;
					width: 2em;
					border-radius: 50%;
				}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	dl {
		margin: 0 0 2em 0;
	}

/* Table */

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

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

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

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

		table td {
			padding: 0.75em 0.75em;
		}
		
		table td p {
			margin: 0 0 1em 0;
		}
		
		table td p:last-child {
			margin: 0;
		}

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

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

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

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #E4F2F7;
				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;
			}

		table.prod {
			border-collapse: collapse;
		}

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

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

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

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

			table.prod tfoot {
				border-top: 0;
			}
			
			table.prod .prodhead td {
				background: #005985;
				color: #FFF;
				font-family: Raleway, sans-serif;
				font-weight: 700;
				border-bottom: solid 1px #005985;
			}
			
			table.prod .proddate td {
				background: #005985;
				color: #FFF;
				font-family: Raleway, sans-serif;
				border-top: solid 1px #005985;
				border-bottom: solid 1px #005985;
				text-align: center;
			}
			
			table.prod .prodin {
				background-color: #395808;
			}

		/* Fix table settings for Google search results */
		.gsc-control-cse table tbody tr {
			border: 0;
		}

			.gsc-control-cse table tbody tr:nth-child(2n + 1) {
				background-color: transparent;
			}

		.gsc-control-cse table td {
			padding: initial;
		}
		
		.gsc-control-cse table td p {
			margin: initial;
		}
		
		.gsc-control-cse table td p:last-child {
			margin: initial;
		}

		.gsc-control-cse table th {
			color: initial;
			font-size: initial;
			font-weight: initial;
			padding: initial;
			text-align: left;
		}

		.gsc-control-cse table thead {
			border-bottom: 0;
		}

		.gsc-control-cse table tfoot {
			border-top: 0;
		}
		
/* Layout Tables */
		
		table.layouttab {
			width: auto;
		}

		table.layouttab tbody tr {
			border: 0;
		}

			table.layouttab tbody tr:nth-child(2n + 1) {
				background-color: transparent;
			}

		table.layouttab td {
			padding: 0 0 1em 1em;
			vertical-align: top;
		}
		
		table.layouttab tr td:first-child {
			padding-left: 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: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: #005985;
		border-radius: 6px;
		color: #DFE5D5 !important;
		cursor: pointer;
		display: inline-block;
		font-family: Raleway, sans-serif;
		font-weight: 400;
		height: 3em;
		line-height: 2.75em;
		padding: 0 1.35em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		border: 0;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			color: #DFE5D5 !important;
			background-color: #00346B;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			color: #FEFFFF !important;
			background-color: #395808;
		}

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

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

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

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

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

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

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.button.special:hover {
				background-color: #395808;
				color: #DFE5D5 !important;
			}

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

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

		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: #999999 !important;
			color: #EEEEEE !important;
			border-color: #999999 !important;
			cursor: default;
			opacity: 0.25;
		}

/* Wrapper */

	.wrapper {
		padding: 0;
	}

		.wrapper.style0 {
			background: #FFFFFF;
		}
	
		.wrapper.style1 {
			background: #00346B;
			padding: 1em 0;
		}
		.wrapper.style1 p,
		.wrapper.style1 h3,
		.wrapper.style1 a {
			color: #FEFFFF;
		}

		.wrapper.style2 {
			background: #D1E9FB;
			padding: 0;
		}

		.wrapper.style3 {
			background: #FFFFFF;
			padding: 0 0 1em 0;
		}
		
		.homepage .wrapper.style3 {
			background: #00346B;
			padding: 1em 0;
		}
		.homepage .wrapper.style3 p,
		.homepage .wrapper.style3 b,
		.homepage .wrapper.style3 strong {
			color: #FEFFFF;
		}
		.homepage .wrapper.style3 a {
			color: #DFE5D5;
		}
		.homepage .wrapper.style3 a:hover {
			color: #FEFFFF;
		}

		.wrapper.style4 {
			background: #00346B;
			padding: 1em 0;
		}

/* Header */

	#skel-layers-wrapper {
		padding-top: 6em;
	}
	.homepage #skel-layers-wrapper {
		padding-top: 0;
	}

	#header {
		background: #166896;
		/*border-bottom: solid 1px rgba(0, 0, 0, 0.125);
		box-shadow: 0 0.05em 0.125em 0 rgba(0, 0, 0, 0.2);*/
		color: #FEFFFF;
		cursor: default;
		height: 6em;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

		#header img {
			padding: 4px 0 0 24px;
		}

		#header h1 {
			font-family: 'Open Sans', sans-serif;
			color: #FEFFFF;
			height: inherit;
			left: 26px; /*1.25em*/
			line-height: 6em;
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
		}

			#header h1 a {
				font-size: 2em;
				font-weight: 400;
				color: #FEFFFF;
			}
			#header h1 a:hover {
				color: #DFE5D5 !important;
			}
			
			#header h1 a span {
				font-size: 1em;
				color: #DFE5D5;
			}
			#header h1 a:hover span {
				color: #DFE5D5;
			}
			
		#header #slogo h1 {
			display: none;
		}
		
		#header #slogo {
		    position: relative;
		    left: 26px;
		    top: 0;
		    height: 6em;
		    width: 6em;
		    display: table;
		    cursor: pointer;
		}

		#header #slogo {
			background-size: auto 5em;
			background-position: 0 0.5em;
			background-repeat: no-repeat;
			/*padding-left: 6em;*/
		}

	.homepage #header {
		background: linear-gradient(rgba(0, 52, 107, 0.8), rgba(0, 52, 107, 0.8) 92%, rgba(0, 52, 107, 0));
		top: 0;
		height: 7em; /*was 3*/
		z-index: 10000;
	}
		.homepage #header #slogo {
		    height: 9em;
		    width: 9em;
			background-size: auto 8em;
		}

		#header nav {
			font-family: Raleway, sans-serif;
			position: absolute;
			right: 1.25em;
			top: 3.5em;
			padding: 0.5em;
		}
		
	/*.homepage #header nav {
		top: 0;
		right: 0;
		width: 100%;
		text-align: center;
	}*/

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

				#header nav > ul > li {
					display: inline-block;
					margin-left: 1.5em;
					padding-left: 0;
					font-size: 1.35em;
				}

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

					#header nav > ul > li a {
						-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: #DFE5D5;
						display: inline-block;
						text-decoration: none;
					}
					
					#header nav > ul > li a:hover {
						color: #FEFFFF !important;
					}

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

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

/* Search */
#hSearch {
	overflow: visible;
	position: absolute;
	top: 0.5em;
	right: 1.25em;
}
#hsrchf {
	display: inline-block;
	position: absolute;
	width: 200px;
	height: 40px;
	top: 0;
	right: 0;
	background-color: #00346B;
	margin-bottom: 0;
	border-radius: 3px;
}
#hsrchf input[type=submit] {
	display: none;
}
#hsrchf label {
	display: none;
}
#hsrchi {
	position: absolute;
	top: 2px;
	left: 22px;
	height: 36px;
	width: 138px;
	background-color: #00346B !important;
}
#hsi {
	height: 36px;
	width: 138px;
	border: 0 !important;
	padding: 2px;
	background-color: #00346B !important;
	color: #FEFFFF;
}

#hsi::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #FEFFFF !important;
}
#hsi:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #FEFFFF !important;
   opacity:  1;
}
#hsi::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #FEFFFF !important;
   opacity:  1;
}
#hsi:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #FEFFFF !important;
}
#hsi::-ms-input-placeholder { /* Microsoft Edge */
   color:    #FEFFFF !important;
}
.hsrchb {
	position: absolute;
	height: 40px;
	width: 40px;
	text-align: center;
	display: inline-block;
	padding: 0 !important;
	margin: 0;
	background: #00346B;
	border-radius: 3px;
	text-decoration: none;
}
.hsrchb a {
	text-decoration: none;
}
.hsrchb .icon {
	color: #FEFFFF !important;
	font-size: 16px !important;
	line-height: 40px;
}
.hsrchb:hover {
	background: #005985;
}
.hsrchb:active {
	background: #395808;
}

#hsb {
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
	background-color: #D1E9FB;
	width: 32px;
	height: 32px;
}
#hsb:hover {
	background-color: #FEFFFF;
}
#hsb:active {
	background-color: #DFE5D5;
}
#hsb .icon:before {
	display: block;
	color: #00346B;
	position: relative;
	line-height: 32px;
}
#htb { /* share button */
	top: 0;
	right: 0;
}
#hfb { /* facebook */
	top: 0;
	right: 96px;
}
#htw { /* twitter */
	top: 0;
	right: 144px;
}
#hig { /* instagram */
	top: 0;
	right: 48px;
}
.btn-label {
	clip: rect(0 0 0 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
}
.btn-sub {
	display: none;
}	
	
	
	/* Dropdowns */
	.dropotron {
		font-family: Raleway, sans-serif;
		background: #166896;
		/*border: solid 1px #395808;*/
		box-shadow: 0 0.15em 0.25em 0 rgba(0, 0, 0, 1);
		color: #DFE5D5;
		list-style: none;
		margin: -0.75em 0 0 -1px;
		min-width: 12em;
		padding: 0.75em 0;
		border-radius: 6px;
	}

		.dropotron.level-0 {
			font-size: 0.9em;
			margin: 1em 0 0 0;
		}

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

		.dropotron li {
			border-top: solid 1px #E2BEC0;
			padding: 0;
			position: relative;
			text-align: left;
		}

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

			.dropotron li > a {
				-moz-transition: none;
				-webkit-transition: none;
				-o-transition: none;
				-ms-transition: none;
				transition: none;
				color: #FEFFFF;
				display: block;
				line-height: 2.25em;
				padding: 0 1em;
				text-decoration: none;
				font-size: 16px;
			}

			.dropotron li:hover > a, .dropotron li.active > a {
				background: #DFE5D5;
				color: #166896 !important;
			}
			
			.dropotron .opener:after {
				content: '\f054';
				color: #E2BEC0; /*rgba(255, 255, 255, 0.6);*/
				display: block;
				position: absolute;
				right: 0;
				text-align: center;
				top: 0.25em;
				height: 2.25em;
				width: 1em;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

/* Banner */

	#banner {
		background-color: #2B4E54;
		color: #cccecf;
		padding: 16em 0 14em 0;
		text-align: center;
	}
/*
		background-image: url("images/overlay.png"), url("../media/pages/background.jpg");
		background-position: top left,							center center;
		background-repeat: repeat,								no-repeat;
		background-size: auto,								cover;
*/
		#banner :last-child {
			margin-bottom: 0;
		}

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

		#banner .logo {
			background: #005985;
			color: #ffffff;
			display: inline-block;
			font-family: Raleway, sans-serif;
			font-size: 1.75em;
			font-weight: 700;
			padding: 0.5em 1em;
		}

		#banner header {
			margin: 2em 0 0 0;
			position: relative;
		}

			#banner header h2 {
				font-size: 2.25em;
			}

			#banner header p {
				font-size: 1.25em;
				font-style: normal;
			}
	
	.banr {
		text-align: right;
	}
	.banl {
		text-align: left;
	}
/* Intro */

	#intro {
		color: #FEFFFF;
	}
	
	#intro h2, #intro h3, #intro h4 {
		color: #FEFFFF;
	}
	
	#intro b, #intro strong {
		color: #FEFFFF;
	}
	
	#intro a {
		color: #FEFFFF;
	}
	#intro a:hover {
		color: #DFE5D5;
	}
	
	#intro p:last-child {
		margin-bottom: 0;
	}
	
	#intro .button {
		background-color: #DFE5D5;
		color: #005985 !important;
	}

		#intro .button:hover {
			color: #DFE5D5 !important;
			background-color: #005985;
		}

		#intro .button:active {
			color: #FEFFFF !important;
			background-color: #395808;
		}
		
	#introcol {
		padding-top: 2em;
	}
		
	#glmapwrap {
		width: 732px;
		margin: 0 auto;
		border-left: 16px solid #FFFFFF;
		border-right: 16px solid #FFFFFF;
		border-top: 16px solid #FFFFFF;
		border-radius: 16px 16px 0 0;
	}

/* Main */

	#main .container > section {
		margin: 2em 0 0 0;
	}
	.homepage #main .container > section {
		margin: 0;
	}

		#main .container > section:first-child {
			margin-top: 0;
			padding-top: 0;
		}

/* Footer */

	#footer {
		background: #00346B;
		color: #FEFFFF;
		font-size: 0.9em;
		padding: 2em 0 3em 0;
		clear: both;
	}
	
	#footer .row {
		margin: 0 !important;
	}
		
		#footer a {
			color: #FEFFFF;
		}
		
		#footer a:hover {
			color: #DFE5D5 !important;
		}

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

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

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

		#footer .copyright {
			color: #FEFFFF;
			font-size: 0.9em;
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
			#footer .copyright p {
				padding: 0;
				margin: 0;
			}
			
			#footer .copyright a {
				color: #FEFFFF;
			}
			#footer .copyright a:hover {
				color: #DFE5D5 !important;
				text-decoration: none;
			}
			
			#footer .copyright ul {
    			list-style-type: none;
    			margin: 0;
    			padding: 0;
    			display: block;
			}
			
			#footer .copyright li {
				border-left: solid 1px #D1E9FB;
				display: inline-block;
				list-style: none;
				margin-left: 1.5em;
				padding-left: 1.5em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}
				
		#footer .image img {
			border: 0;
		}

.callout {
	float: right;
	margin: 0 0 0 1.6em;
	width: 40%;
	padding: 1.4em;
	border: 1px solid #005985;
	background: #DFE5D5;
	color: #005985;
	border-radius: 6px;
}

/* Region Map */
#region_wrap {
}
#reg_map {
	width: 900px;
	height: 778px;
}
/* Season Sections */
.seassec {
	border-bottom: 2px solid #266B93;
}
.seaspic {
	height: 300px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.seastext {
	height: 150px;
	width: 100%;
	color: #FFFFFE;
	text-transform: uppercase;
	font-family: Raleway, sans-serif;
	font-size: 1.55em;
	font-weight: 700;
	line-height: 1.45em;
	text-align: center;
	display: table;
	padding: 0 18px 0 18px;
}
.seastext span {
	display: table-cell;
	vertical-align: middle;
}
.seaslink {
	text-decoration: none;
}
.seasicon {
	height: 150px;
	width: 100%;
	position: relative;
	background-color: #D1E9FB;
}
.seasicon img {
	max-height: 100%;  
	max-width: 100%; 
	width: auto;
	height: auto;
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	margin: auto;
}
