@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css?family=Catamaran:400,700|Aleo:400,700');
@import url('../fonts/FontAwesome/css/all.css');

/* Three Themes for buttons */

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		font-size: 13pt;
		line-height: 1.75em;
	   	background: #FEFFFF;
	}
	
	body, input, select, textarea
	{
		font-family: Aleo, serif;
		font-weight: normal;
		color: #222222;
		font-variant-numeric: lining-nums;
		font-feature-settings: lnum;
	}

	br.clear
	{
		clear: both;
	}

	strong, b
	{
		font-weight: bold;
	}

	em, i
	{
		font-style: italic;
	}
  	
	h1, h2, h3, h4, h5, h6
	{
		color: #283891;
		font-family: Catamaran, sans-serif;
		font-weight: 700;
	}

	h2
	{
		font-size: 1.55em;
		line-height: 1.2;
		margin: 1em 0 0 0;
		letter-spacing: -0.5px;
	}
	h2:first-child {
		margin-top: 0;
	}

	h3
	{
		font-size: 1.35em;
		line-height: 1.2;
		margin: 1em 0 0.5em 0;
	}
	h3:first-child {
		margin-top: 0;
	}

	h4
	{
		font-size: 1.15em;
		line-height: 1.2;
		margin: 1em 0 0.5em 0;
	}
	h4:first-child {
		margin-top: 0;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 0.875em;
	}
	
	p
	{
		line-height: 1.35em;
	}
	
	a
	{
		color: #0F75BD;
		-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:hover {
		color: #283890;
		text-decoration: none;
	}

	sub
	{
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup
	{
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-top: solid 1px #CFE3F2;
		clear: both;
	}
	
	blockquote {
		border-left: solid 0.5em #CFE3F2;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	#statement {
		font-family: Aleo, serif;
		font-weight: normal;
		font-size: 1.35em;
		font-style: italic;
		color: #0F75BC;
		margin: 0 0 0.5em 0;
	}
	
	#skel-layers-wrapper {
	}
	
	/*div.row > div:first-child {
		padding-left: 0 !important;
	}*/
	  	
	/* Section/Article */
	
		section,
		article
		{
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

		.subtitle
		{
			font-weight: 300;
			color: #0F75BC;
			text-align: left !important;
			line-height: 1.35em;
		}

		.image
		{
			display: inline-block;
			position: relative;
		}
		
			.image img
			{
				display: block;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}
			
			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.fit img, .image.featured img
			{
				display: block;
				width: 100%;
			}
			
			.image.left
			{
				float: left;
				margin: 0 2.5em 2em 0;
			}
			
				.image.left img
				{
					position: relative;
					top: 0.35em;
				}
			
			.image.right
			{
				float: right;
				margin: 0 0 2em 2.5em;
			}
			
				.image.left img
				{
					position: relative;
					top: 0.35em;
				}
			
			.image.centered
			{
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

	/* Button */

		input[type="submit"],
		input[type="reset"],
		input[type="button"],
		.button,
		.arrowbutton
		{
			font-family: Catamaran, sans-serif;
			display: inline-block;
			padding: 0.5em 1em;
			background: #0F75BC;
			text-decoration: none;
			font-size: 1.1em;
			color: #CFE3F2;
			outline: 0;
			border-radius: 3px;
			cursor: pointer;

			-moz-appearance: none;
			-webkit-appearance: none;
			-o-appearance: none;
			-ms-appearance: none;
			appearance: none;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}	

			input[type="submit"]:hover,
			input[type="reset"]:hover,
			input[type="button"]:hover,
			.button:hover,
			.arrowbutton:hover
			{
				background-color: #283891; /*+10%*/
				color: #FFFFFE;
			}
			
			input[type="submit"]:active,
			input[type="reset"]:active,
			input[type="button"]:active,
			.button:active,
			.arrowbutton:active
			{
				background-color: #9FCBE7; /*-10%*/
				color: #283891;
			}
			
			.arrowbutton {
				padding: 0.5em 3em 0.5em 1em;
				position: relative;
				/*height: 3em;*/
			}
			
			.arrowbutton:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: 'Font Awesome 5 Free';
				font-style: normal;
				font-weight: 900;
				font-size: 1.4em;
				text-transform: none !important;
				content: '\f101';
				color: #CFE3F2;
				display: block;
				height: 1.7em;
				line-height: 1.7em;
				pointer-events: none;
				position: absolute;
				right: 0;
				text-align: center;
				top: 0;
				width: 2em;
			}
			
			.button.icon
			{
				position: relative;
			}
			
				.button.icon:before
				{
					margin-right: 0.5em;
					position: relative;
					top: 0.1em;
				}

			input[type="submit"].theme1,
			input[type="reset"].theme1,
			input[type="button"].theme1,
			.button.theme1
			{
				background-color: #B25242;
				color: #FFFFFE;
				border-color: #7F170F;
			}

				input[type="submit"].theme1:hover,
				input[type="reset"].theme1:hover,
				input[type="button"].theme1:hover,
				.button.theme1:hover
				{
					background-color: #993929;
				}
				
				input[type="submit"].theme1:active,
				input[type="reset"].theme1:active,
				input[type="button"].theme1:active,
				.button.theme1:active
				{
					background-color: #7F1F0F;
				}

			input[type="submit"].theme2,
			input[type="reset"].theme2,
			input[type="button"].theme2,
			.button.theme2
			{
				background-color: #73A96F;
				color: #FFFFFE;
				border-color: #40763C;
			}

				input[type="submit"].theme2:hover,
				input[type="reset"].theme2:hover,
				input[type="button"].theme2:hover,
				.button.theme2:hover
				{
					background-color: #5A9056;
				}
				
				input[type="submit"].theme2:active,
				input[type="reset"].theme2:active,
				input[type="button"].theme2:active,
				.button.theme2:active
				{
					background-color: #40763C;
				}
			
			input[type="submit"].theme3,
			input[type="reset"].theme3,
			input[type="button"].theme3,
			.button.theme3
			{
				background-color: #5298B1;
				color: #FFFFFE;
				border-color: #1F657E;
			}

				input[type="submit"].theme3:hover,
				input[type="reset"].theme3:hover,
				input[type="button"].theme3:hover,
				.button.theme3:hover
				{
					background-color: #397F98;
				}
				
				input[type="submit"].theme3:active,
				input[type="reset"].theme3:active,
				input[type="button"].theme3:active,
				.button.theme3:active
				{
					background-color: #1F657E;
				}

			input[type="submit"].big,
			input[type="reset"].big,
			input[type="button"].big,
			.button.big
			{
				width: 100%;
				font-size: 2em;
				padding: 1.30em 0em 1.30em 0;
				font-weight: 300;
				text-align: center;
			}

			input[type="submit"].small,
			input[type="reset"].small,
			input[type="button"].small,
			.button.small
			{
				font-size: 0.9em;
				padding: 0.5em 0.75em;
			}

	/* List */

		ul
		{
			list-style: disc;
			padding-left: 1em;
		}

			ul li
			{
				padding-left: 0.25em;
				line-height: 1.35em;
			}

		ul.style1
		{
			list-style: none;
		}
		
			ul.style1 li
			{
				padding: 0.575em 0;
				border-top: 1px solid #e0e0e0;
			}
			
			ul.style1 a
			{
			}
				
				ul.style1 a:hover
				{
					text-decoration: none;
				}
			
			ul.style1 .first
			{
				padding-top: 0em;
				border-top: none;	
			}
		
		ul.style2 /*left column*/
		{
			list-style: none;
		}
		
			ul.style2 li
			{
				clear: both;
				padding: 2em 0em 1em 0em;
				border-top: 1px solid #CFE3F2;
			}
			
			ul.style2 a
			{
				text-decoration: none;
				color: #487348;
			}
			
				ul.style2 a:hover
				{
					text-decoration: underline;
				}
			
			ul.style2 h3
			{
				margin: 0;
			}
			
				ul.style2 h3 a
				{
					display: block;
					padding: 0.25em 0em 0.75em 0em;
					color: #0F75BC;
				}
			
			ul.style2 .first
			{
				padding-top: 0em;
				border-top: none;
			}

		ul.style3
		{
			list-style: none;
		}

			ul.style3 li
			{
				position: relative;
				line-height: 2em;
				padding: 0 0 0 48px;
				margin: 2.25em 0 0 0;
			}

				ul.style3 li:before
				{
					cursor: default;
					position: absolute;
					left: 0;
					top: 0;
					background: #7E8487;
					color: #fff;
					width: 32px;
					height: 32px;
					font-size: 20px;
					line-height: 32px;
					text-align: center;
				}

				ul.style3 li:first-child
				{
					margin-top: 0;
				}
				
		div.style3
		{
		}

			div.style3 > div
			{
				position: relative;
				line-height: 2em;
				padding: 18px 0 18px 48px;
				margin: 0 0 0 0;
			}

				div.style3 > div:before
				{
					cursor: default;
					position: absolute;
					left: 0;
					top: 18px;
					background: #FAF6B2;
					color: #0F75BC;
					width: 36px;
					height: 36px;
					font-size: 20px;
					line-height: 36px;
					text-align: center;
					border-radius: 50%;
					box-shadow: 0 0 18px #FAF6B2;
				}

				div.style3 > div:first-child
				{
					margin-top: 0;
				}
				
				div.style3 a {
					font-size: 1.35em;
					text-decoration: none;
					color: #FAF6B2;
				}
				
				div.style3 a:hover {
					color: #F4F6F6;
				}

		ul.actions
		{
			cursor: default;
			list-style: none;
		}

			ul.actions:last-child
			{
				margin-bottom: 0;
			}

			ul.actions li
			{
				display: inline-block;
				padding: 0 0 0 1em;
			}

				ul.actions li:first-child
				{
					padding: 0;
				}

			ul.actions.vertical li
			{
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child
				{
					padding: 0;
				}

		ol
		{
			list-style: decimal;
			padding-left: 3em;
		}

			ol li
			{
				padding-left: 0.25em;
				line-height: 1.35em;
			}

	/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		color: #17346a;
		display: block;
		font-size: 0.9em;
		font-weight: normal;
		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: #CFE3F2;
		border: none;
		border: solid 2px #CFE3F2;
		border-radius: 0;
		color: #283891; /*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 {
			background: #FAF6B2;
			border-color: #00003D;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: 'Font Awesome 5 Free';
			font-style: normal;
			font-weight: 900;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			color: rgba(0, 0, 0, 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: #222222;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: normal;
			padding-left: 1.75em;
			padding-right: 0.45em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: 'Font Awesome 5 Free';
				font-style: normal;
				font-weight: 900;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #FAF6B2;
				border: solid 2px #00003D;
				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: #0F75BC;
			border-color: #283891;
			color: #CFE3F2;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #0F75BC;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #EFF2F7 !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #EFF2F7 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #EFF2F7 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #EFF2F7 !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: #EFF2F7 !important;
		opacity: 1.0;
	}
	

		
	/* Table */

		table
		{
			width: 100%;
		}
		
		table tbody tr {
			border: solid 1px #CFE3F2;
			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: #222222;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #CFE3F2;
		}

		table tfoot {
			border-top: solid 2px #CFE3F2;
		}

		
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

		.icon:before
		{
			display: inline-block;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label
		{
			display: none;
		}
		
		.icon.fas:before {
		    font-family: "Font Awesome 5 Free";
			font-weight: 900;
		}		
		.icon.fa:before,
		.icon.far:before {
		    font-family: "Font Awesome 5 Free";
			font-weight: 400;
		}		
		.icon.fab:before {
		    font-family: "Font Awesome 5 Brands";
			font-weight: 400 ;
		}		
   	
    .featc .icon:before {
	    font-size: 70px;
	    color: rgba(255, 255, 255, 0.6);
		-moz-transition: color .25s ease-in-out;
		-webkit-transition: color .25s ease-in-out;
		-o-transition: color .25s ease-in-out;
		-ms-transition: color .25s ease-in-out;
		transition: color .25s ease-in-out;
    }
    .featc .icon:hover:before {
	    color: rgba(255, 255, 255, 1);
    }
    
    .featc a {
	    color: #FFFFFE;
	    text-decoration: none;
    }
    .featc a:hover {
	    text-decoration: underline;
    }

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
		position: relative;
	}
	
	#ss-wrapper {
		/*background-color: #CFE3F2;*/
		background: linear-gradient( 
            #28C1EF,
            #28C1EF 40%,
            #FAD50A 40%,
            #FAD50A 45%,
            #283891 45%,
            #283891 46%,
            #0F75BC 46%);
		padding: 1em 0;
		border-top: 2px solid #0F75BC;
	}
	
	#menu-wrapper
	{
		position: relative;
		top: 0;
	}		
		
	.homepage #menu-wrapper
	{
		position: relative;
		background: transparent;
		top: 0;
	}

		#menu-wrapper:before
		{
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		
		.menu-container {
			position: absolute;
			left: 0;
			top: 0;
			z-index: 2000;
			background: rgba(4, 79, 113, 0.8);
			width: 100%;
			overflow: visible;
			text-align: center;
		}
		
		.menu-pos {
			/*display: inline-block;
			margin: 0 auto;*/
		}
			
	#banner-wrapper
	{
		position: relative;
		width: 100%; 
		padding: 2em 0 2em 0;
	}
	
		#banner-wrapper:before
		{
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		
	/* Intro */
	#intro-wrapper {
		margin: 0;
		background: #283890;
		padding: 0.5em;
		color: #FFFFFE;
		border-top: 5px solid #00003D;
	}
	#intro {
		width: 90%;
		padding: 0.5em 1em;
		color: #FFFFFE;
	}
	#intro a {
		color: #FFFFFE;
	}
	#intro a:hover {
		color: #FAF6B2;
	}
	#intro h2,
	#intro h3,
	#intro h4 {
		color: #FFFFFE;
		font-weight: bold;
	}
	
	#featured-wrapper
	{
		position: relative;
		background: #0F75BC;
		padding: 2em 0 2em 0;
	}
	
	#main-wrapper
	{
		position: relative;
		background: #CFE3F2;
		padding: 2em 0 2em 0;
	}
	
	.left-sidebar #main-wrapper {
		background: #FEFFFF;
		/*border-top: 5px solid #00003D;*/
	}
	
	#main-wrapper .container {
		padding: 1em;
	}
	
	#footer-wrapper
	{
		position: relative;
		background: #00003D;
		border-top: 2px solid #FEFFFF;
		padding: 1em 0 1em 0;
	}
	
	#base-wrapper {
		background: #00003D;
	}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		z-index: 1;
	}
	
		#banner .image-full
		{
			line-height: 0;
			margin: 0;
		}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
		
	#hlogo {
		position: relative;
	}
	#hlogo a {
	}
	#hlogo img {
		display: block;
		margin: 0 auto;
		width: 611px;
		height: auto;
	}
	
	#header
	{
		padding: 1em 0 1em 0;
	}
	.left-sidebar #header {
		background: rgba(15, 117, 188, 0.1);
		border-bottom: 2px solid #0F75BC;
	}
	
		#header .container {
			position: relative;
		}

		#header h1
		{
			letter-spacing: -1px;
			text-align: right;
			font-size: 2.50em;
			font-weight: bold;
			color: #FFFFFE;
		}

			#header h1 a
			{
				text-decoration: none;
				color: #FFFFFE;
				/*outline: 0;*/
			}
		
		#header span
		{
			font-weight: 200;
			color: #727272;
		}
	
	#hstatement {
		text-align: right;
		font-size: 1.85em;
		font-weight: bold;
		text-transform: uppercase;
		color: #CFE3F2;
	}
	
	#hstatement a {
		color: #DDB312;
		text-decoration: none;
	}
	
	#hstatement a:hover {
		color: #C1C1F0;
	}
	
	/* Nav */

	#nav
	{
		position: relative;
		height: 3em;
		cursor: default;
	}
	
		#nav ul
		{
			text-align: center;
			padding-left: 0;
		}
		
			#nav > ul > li > ul
			{
				display: none;
			}

		#nav li
		{
			display: inline-block;
			margin: 0em 0.50em;
			line-height: 3em;
			font-size: 1.35em;
			padding-left: 0;
		}
		
		#nav a
		{
			text-decoration: none;
			font-size: 0.9em;
			color: #283891;
		}

		#nav li:hover a
		{
			color: #0F75BC;
		}
		
		#nav li:active a,
		#nav li.active a
		{
			color: #00003D;
		}

	.dropotron
	{
		background: #283891;
		min-width: 15em;
		border: 2px solid #00003D;
		list-style: none;
		/*padding: 0.5em;*/
		padding-left: 0;
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
	}
	
		.dropotron li
		{
			border-bottom: 1px solid #00003D;
			position: relative;
			padding: 0;
		}
		.dropotron li:last-child {
			border-bottom: none;
		}
		
			.dropotron li > a,
			.dropotron li > span
			{
				display: block;
				color: #FFFFFE;
				font-weight: normal;
				text-decoration: none;
				line-height: 2.8em;
				padding: 0 1em 0 1em;
				outline: 0;
			}

			.dropotron li:hover > a,
			.dropotron li:hover > span
			{
				background: #0F75BC;
				color: #FFFFFE;
			}
			
			.dropotron .opener:after {
				content: '\f101';
				color: #FAF6B2;
				display: block;
				position: absolute;
				right: 0.4em;
				text-align: center;
				top: 0.5em;
				height: 2em;
				width: 2em;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
				font-style: normal;
				text-transform: none !important;
			}
			
	/* Search */
	#hSearch {
		overflow: visible;
		position: absolute;
		width: 24%;
		height: 3em;
		top: 0;
		right: 0;
	}
	#hsrchf {
		display: inline-block;
		position: absolute;
		width: 200px;
		height: 40px;
		bottom: 0;
		right: 0;
		background-color: #CFE3F2;
		margin-bottom: 0;
		border-radius: 3px;
		border: 1px solid #C1C1C1;
	}
	#hsrchf input[type=submit] {
		display: none;
	}
	#hsrchf label {
		display: none;
	}
	#hsrchi {
		position: absolute;
		top: 2px;
		left: 22px;
		height: 36px;
		width: 138px;
		background-color: #CFE3F2 !important;
	}
	#hsi {
		height: 36px;
		width: 138px;
		border: 0 !important;
		padding: 2px;
		background-color: #CFE3F2 !important;
		color: #283891;
	}
	
	#hsi::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #283891 !important;
	}
	#hsi:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #283891 !important;
	   opacity:  1;
	}
	#hsi::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #283891 !important;
	   opacity:  1;
	}
	#hsi:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #283891 !important;
	}
	#hsi::-ms-input-placeholder { /* Microsoft Edge */
	   color:    #283891 !important;
	}
	.hsrchb {
		position: absolute;
		height: 40px;
		width: 40px;
		text-align: center;
		display: inline-block;
		padding: 0 !important;
		margin: 0;
		background: #C1C1C1;
		border-radius: 3px;
		text-decoration: none;
	}
	.hsrchb a {
		text-decoration: none;
	}
	.hsrchb .icon {
		color: #FFFFFE !important;
		font-size: 16px !important;
		line-height: 40px;
	}
	.hsrchb:hover {
		background: #222222;
	}
	.hsrchb:active {
		background: #2A2A2A;
	}
	
	#hsb {
		display: block;
		position: absolute;
		top: 4px;
		right: 4px;
		background-color: #AAAAAA;
		width: 32px;
		height: 32px;
	}
	#hsb:hover {
		background-color: #999999;
	}
	#hsb:active {
		background-color: #222222;
	}
	#hsb .icon:before {
		display: block;
		color: #FFFFFE;
		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;
	}		
	
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		overflow: hidden;
	}
	
	#featured h2 {
		margin-top: 0.5em;
		position: relative;
	}
	
	#featured h2:before
	{
		display: inline-block;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		text-decoration: none;
		font-style: normal;
		line-height: 1;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
		color: #00003D;

		position: absolute;
		left: 0;
		top: 0;
		font-size: 30px;
	}
	
	.featc {
		text-align: center;
	}
		
/*********************************************************************************/
/* Third Column                                                                        */
/*********************************************************************************/
	#thirdcol {
		font-size: 12pt;
		margin-top: 5em;
		padding: 0.5em 0.5em 0.5em 1.5em;
		border-left: 1px solid #CFE3F2;
	}
	
	#thirdcol h2 {
		margin: 1em 0 0.25em 0;
		font-size: 2em;
	}
	
	#thirdcol h2:first-child {
		margin-top: 0;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		overflow: hidden;
		color: #CFE3F2;
	}
	
		#footer h2, #footer h3, #footer h4, #footer h5
		{
			/*letter-spacing: -1px;*/
			color: #CFE3F2;
		}
		
		#footer a {
			color: #CFE3F2;
		}
		#footer a:hover {
			color: #FAF6B2;
		}
		#footer a.button {
			color: #FFFFFE;
		}
		#footer a.button:hover {
			color: #FFFFFE;
		}
	
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
	#footer-base {
		padding: 0.5em 0;
	}

	#copyright {
		text-align: center;
		color: #FFFFFE;
		clear: both;
		font-size: 0.85em;
	}
	#copyright:before {
		display: block;
		margin: 0 auto;
		width: 94%;
		height: 1px;
		background: #0F75BC;
		content: " ";
	}
	#copyright a {
		color: #FFFFFE;
	}
	#copyright a:hover {
		color: #CFE3F2;
	}
	#copyright p {
		display: inline-block;
		margin: 0;
		padding: 0.5em 0;
		line-height: 2.4em;
	}
