@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Arvo);
@import url(reset.css);
@import url(font-awesome/css/font-awesome.min.css);
@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('modern-pictograms-fontfacekit/modernpics-webfont.eot');
    src: url('modern-pictograms-fontfacekit/modernpics-webfont.eot?#iefix') format('embedded-opentype'),
         url('modern-pictograms-fontfacekit/modernpics-webfont.woff') format('woff'),
         url('modern-pictograms-fontfacekit/modernpics-webfont.ttf') format('truetype'),
         url('modern-pictograms-fontfacekit/modernpics-webfont.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}

body {
	background: url(images/bg.png) repeat #fff;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 87.5%; /*14px*/
	color: #535353;
	line-height: 1.62em;	
	height: 100%;
	font-weight: normal;
	overflow-x: hidden;
		
	-webkit-text-size-adjust: 100%;
}

/* Grid */

.row:after,
.group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both;
  visibility: hidden;
}

.row { 
	margin-left: -4%; /* Remove left gutter */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	zoom: 1; /* IE7 */
	position: relative;
}

.col {
	display: block;
	float:left;
	margin-left: 4%; /* Gutter size */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	zoom: 1;
	width: 95.99999999996%;
}

.span1 {width: 4.33333333333%;}
.span2 {width: 12.66666666666%;}
.span3 {width: 20.99999999999%;}
.span4 {width: 29.33333333332%;}
.span5 {width: 37.66666666665%;}
.span6 {width: 45.99999999998%;}
.span7 {width: 54.33333333331%;}
.span8 {width: 62.66666666664%;}
.span9 {width: 70.99999999997%;}
.span10 {width: 79.3333333333%;}
.span11 {width: 87.66666666663%;}
.span12 {width: 95.99999999996%;}


/*
.span1 {width: 6.33333333333%;}
.span2 {width: 14.66666666666%;}
.span3 {width: 22.99999999999%;}
.span4 {width: 31.33333333332%;}
.span5 {width: 39.66666666665%;}
.span6 {width: 47.99999999998%;}
.span7 {width: 56.33333333331%;}
.span8 {width: 64.66666666664%;}
.span9 {width: 72.99999999997%;}
.span10 {width: 81.3333333333%;}
.span11 {width: 89.66666666663%;}
.span12 {width: 97.99999999996%;}
 */

img {
	max-width: 100%;
	height: auto;
}

p {
	margin-bottom: 1.62em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

.nobr {
	white-space: nowrap;
}

h1, h2, h3, h4 {
	color: #FFFFCC;
	margin-bottom: 1em;
}

ul {
	padding-left: 1.5em;
	list-style-type: square;
}

a {
	color: #5eb2e2;
}

a:hover {
	border-bottom: 1px solid #c6e9fd;
}

.icon {
	font-family: 'ModernPictogramsNormal';
	font-weight: normal;
}

.ie-glow {
	display: none;
}

.hide-mobile {
	display: none;
}

hr {
	margin-left: -10%;
	height: 1px;
	border: 0;
	background: #eee;
	margin-bottom: 2.43em;
}

.container {
	width: 85%;
	max-width: 980px;
	min-width: 875px; /*Used if browser doesn't support media queries*/
	margin: 0 auto;
	zoom: 1;
	position: relative;
}

.masthead {
	background: url(images/masthead-bg.png) repeat-x bottom #fff;
	overflow: hidden;
	/*height: 149px;*/
}

.shadow {
	position: absolute;
	width: 100%;
	height: 20px;
	z-index: 2;
	
	-moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
}

.logo {
	margin: 44px 0 40px;
	width: 327px;
}
	.logo a:hover {
		border: 0;
	}
	@media screen and (max-width:1100px) {
		.logo {
			width: 260px;	
		}
	}
	@media screen and (max-width:950px) {
		.logo {
			margin-left: 5%;
		}
	}

.nav {
	padding-left: 0;
	list-style: none;
}
	.nav-container {
		position: absolute;
		right: -12px;
		bottom: 16%/*28px*/;
	}
	.nav li {
		float: left;
		margin-left: 8px;
		font-size: 17px;
		font-weight: 300;
	}
	.nav li a {
		color: #666;
		padding: 6px 12px;
		
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}
	.nav li a:hover {
		border: 0;

		text-shadow: 1px 1px 1px #ffffff, 0px 1px 15px #83BEFF;
		
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		transition: all .5s;
	}
	.nav li.active a {		
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		background: #99CAFF;
		border-bottom: 1px solid #fff;
		color: #fff;
		font-weight: 400;
		
		-moz-box-shadow:    inset 0px 1px 3px 0px #3F7AE0;
		-webkit-box-shadow: inset 0px 1px 3px 0px #3F7AE0;
		box-shadow:         inset 0px 1px 3px 0px #3F7AE0;
		
		text-shadow: 0px 1px 3px #3F7AE0;
	}
	.nav li.active a:hover {	
		cursor: default;
	}
	.nav-homeTitle {
		display: none;
	}
	@media screen and (max-width:1150px) {
		.nav li {
			font-size: 15px;
			margin-left: 5px;
		}
	}
	@media screen and (max-width:950px) {
		.nav-container {
			right: 3%;
		}
	}
	/* If using more than 3 menu items, change the two media queries below max-width to 900px and 742px */
	@media screen and (max-width:800px) {
		.nav-container {
			width: 55%;
			bottom: -30%;
			right: 0;
		}
		.nav li {
			width: 33%;
			float: left;
			margin: 0;
			padding: 10px 0;
			text-align: center;
			border-left: 1px solid #E7E7E7;
			position: relative;
		}
		.nav li:after {
			position: absolute;
			top: 0;
			left: 0;
			width: 1px;
			height: 100%;
			background: #fff;
			content: "";
			display: block;
		}
		.nav-homeTitle {
			display: inline;
		}
	}
	@media screen and (max-width:800px) {
		.nav li {
			border: 0;
		}
		.nav li:after {
			display: none;
		}
	}
	@media screen and (max-width:800px) {
		.nav-container {
			position: relative;
			z-index: 2;
			width: 100%;
			right: auto;
			
			background-image: -o-linear-gradient(-90deg, #001B2F 0%, #00375D 100%);
			background-image: -moz-linear-gradient(-90deg, #001B2F 0%, #00375D 100%);
			background-image: -webkit-linear-gradient(-90deg, #001B2F 0%, #00375D 100%);
			background-image: -ms-linear-gradient(-90deg, #001B2F 0%, #00375D 100%);
			background-image: linear-gradient(-180deg, #001B2F 0%, #00375D 100%);	
		}
		.nav li {
			width: 33.333333333%;
			padding: 0;
		}
		.nav li a {
			color: #fff;
			padding: 10px 0;
			display: block;
			border-left: 1px solid #005899;
			border-bottom: 1px solid #005899;
		}
		.nav li a:hover {
			text-shadow: 0px 1px 15px #83BEFF;
			background: #000;
			border-left: 1px solid #005899;
			border-bottom: 1px solid #005899;
		}
		.nav li.active a {
			-ms-border-radius: 0;
			-o-border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			border-radius: 0;
			border-left: 1px solid #005899;
			border-bottom: 1px solid #005899;
		}
		.nav li.active a:hover {
			background: #99CAFF;
			text-shadow: 0px 1px 3px #3F7AE0;
		}
		.nav li:nth-child(3n+3) a {
			border-right: 1px solid #005899;
		}
	}
	@media screen and (max-width:800px) {
		.nav li {
			width: 50%;
		}
		.nav li:nth-child(2n+2) a {
			border-right: 1px solid #005899;
		}
	}

.banner-container {
	overflow: hidden;
	
	background: #001a2e; /* Old browsers */
	background: -moz-linear-gradient(top,  #001a2e 0%, #00375d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001a2e), color-stop(100%,#00375d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #001a2e 0%,#00375d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #001a2e 0%,#00375d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #001a2e 0%,#00375d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #001a2e 0%,#00375d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001a2e', endColorstr='#00375d',GradientType=0 ); /* IE6-9 */
}

.banner {
	position: relative;
	overflow: hidden;
}

.client-login {
	font-size: 14px;
	line-height: 1.62em;
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	padding: 4%;
	text-align: right;
	color: #fff;
	z-index: 2;
	background: url(images/login-bg.png) repeat;
}

.client-login a {
	color: #c6e9fd;
}

.client-login a:hover {
	color: #ddf2fd;
}

.login-header {
	font-size: 32px;
	margin-bottom: 1.1em;
	
	-moz-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	-ms-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

.login-header .icon {
	display: none;
	float: left;
}


.login-table {
	width: 100%;
}

.login-table td {
	padding-bottom: 14px;
}

.client-login .field {
	background: url('images/field-bg.png') repeat;
	/*background-color: rgba(255, 255, 255, 0.36);*/
	border: none;
	border-top: 1px solid #222;
	padding: 10px 6%;
	color: #fff;
	width: 88%;
	font-size: 15px;
	display: block;
	
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	
	-ms-transition: all .4s;
	-o-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.client-login .field:hover, .client-login .field:focus {
	background-color: rgba(255, 255, 255, 0.36);
}

.field::-webkit-input-placeholder { /* WebKit browsers */
    color:    #f5f5f5;
}
.field:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #f5f5f5;
}
.field::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #f5f5f5;
}
.field:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #f5f5f5;
}

.placeholder {
	color:    #f5f5f5;
}

.label-cell {
	font-size: 35px;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	-ms-text-shadow: 1px 1px 1px #000;
	-o-text-shadow: 1px 1px 1px #000;
	text-shadow: 1px 1px 1px #000;
}

.label-cell .icon {
	margin-left: -20%;
}

.field-cell {
	width: 80%;
}

input[type=submit].main-btn {
	width: 100%;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.main-btn, .main-btn:active {
	color: #fff;
	font-weight: normal;
	padding: 7px;
	position: relative;
	cursor: pointer;
	display: block;
	text-align: center;
	font-size: 18px;
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	
	background: rgb(162,211,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyZDNmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2Njk5ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(162,211,255,1) 0%, rgba(102,153,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,211,255,1)), color-stop(100%,rgba(102,153,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(162,211,255,1) 0%,rgba(102,153,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(162,211,255,1) 0%,rgba(102,153,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(162,211,255,1) 0%,rgba(102,153,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(162,211,255,1) 0%,rgba(102,153,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d3ff', endColorstr='#6699ff',GradientType=0 ); /* IE6-8 */
	
	
	border-top: 1px solid #C9E5FE;
	border-left: 1px solid #7BABFF;
	border-right: 1px solid #7BABFF;
	border-bottom: 1px solid #3F7AE0;
	
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	-ms-box-shadow: 0 1px 3px #000;
	-o-box-shadow: 0 1px 3px #000;
	box-shadow: 0 1px 3px #000;
	
	-moz-text-shadow: 0 1px 3px #407BE0;
	-webkit-text-shadow: 0 1px 3px #407BE0;
	-o-text-shadow: 0 1px 3px #407BE0;
	-ms-text-shadow: 0 1px 3px #407BE0;
	text-shadow: 0 1px 3px #407BE0;
}

.main-btn:hover, .main-btn:focus {
	border-bottom: 1px solid #3F7AE0;
	
	background: rgb(175,218,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmZGFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YWE2ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(175,218,255,1) 0%, rgba(122,166,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,218,255,1)), color-stop(100%,rgba(122,166,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(175,218,255,1) 0%,rgba(122,166,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(175,218,255,1) 0%,rgba(122,166,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(175,218,255,1) 0%,rgba(122,166,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(175,218,255,1) 0%,rgba(122,166,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afdaff', endColorstr='#7aa6ff',GradientType=0 ); /* IE6-8 */
	
}

.main-btn:active {	
	background: rgb(162,211,255);
}

.banner-header {
	position: absolute;
	left: 5%;
	top: 18%;
	width: 55%;
	font-family: 'Arvo';
	font-size: 39px;
	color: #fff;
	line-height: 1.4em;
	z-index: 2;
		
	-moz-text-shadow: 1px 1px 3px #000, 0 0 10px #000;
	-webkit-text-shadow: 1px 1px 3px #000, 0 0 10px #000;
	-ms-text-shadow: 1px 1px 3px #000, 0 0 10px #000;
	-o-text-shadow: 1px 1px 3px #000, 0 0 10px #000;
	text-shadow: 1px 1px 3px #000, 0 0 10px #000;
}

.forgot {
	font-size: 13px;
	color: #B5DFFF;
}

.main {
	border-left: 1px solid #f3f3f3;
	overflow: hidden;
}

.content {
	float: left;
	width: 50%;
	padding: 2em 5% 3em 5%;
}

.sidebar {
	background: #81D99D;
	padding: 2.5em 4% 9999px 4%;
	margin-bottom: -9999px;
	width: 25%;
	float: right;
	text-align: right;
	overflow: visible;
}

.intro {
	font-size: 23px;
	line-height: 1.62em;
	color: #003A52;
}
	.intro h2 {
		font-size: 1.3em;
	}

.bodycopy {
	padding-top: 2em;
}

.sidebar-img {
	border: 4px solid #eee;
	margin-bottom: 1.62em;
	
	-moz-box-shadow: 0 0 3px #54a670;
	-webkit-box-shadow: 0 0 3px #54a670;
	-o-box-shadow: 0 0 3px #54a670;
	-ms-box-shadow: 0 0 3px #54a670;
	box-shadow: 0 0 3px #54a670;
}

.contact-box {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkNGU2ZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAyMzg1ZSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(29,78,111,0.8) 0%, rgba(2,56,94,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,78,111,0.8)), color-stop(100%,rgba(2,56,94,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(29,78,111,0.8) 0%,rgba(2,56,94,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(29,78,111,0.8) 0%,rgba(2,56,94,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(29,78,111,0.8) 0%,rgba(2,56,94,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(29,78,111,0.8) 0%,rgba(2,56,94,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1d4e6f', endColorstr='#cc02385e',GradientType=0 ); /* IE6-8 */
	
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	-ms-border-radius: 4px 0 0 0;
	-o-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
	
	font-size: 14px;
	line-height: 1.62em;
	color: #fff;
	padding: .62em 1em;
	position: fixed;
	right: 0;
	bottom: 0;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-align: left;
	z-index: 998;
	
	-moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
	-o-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
	
	-moz-text-shadow: 1px 1px 1px #082F4E;
	-webkit-text-shadow: 1px 1px 1px #082F4E;
	-o-text-shadow: 1px 1px 1px #082F4E;
	-ms-text-shadow: 1px 1px 1px #082F4E;
	text-shadow: 1px 1px 1px #082F4E;
}
/*
.contact-box:before {
	position: absolute;
	content: "";
	display: block;
	bottom: -22px;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: none;
	border-right: 24px solid transparent;
	border-top:  26px solid #7797A6;
	border-left: none;
	z-index: -2;
}
*/

.si img {
	width: 50px;
	margin-bottom: 1.62em;
}

.si:hover {
	border: 0;	
}

a .email-address {
	font-size: 1em;
	color: #fff;
	
	font-family: arial, sans-serif;
}

.contact-box p {
	margin-bottom: 0;
}

.contact-box .icon {
	font-size: 27px;
	font-weight: normal;
	margin-right: .3em;
	vertical-align: middle;
}

.contact-box a {
	color: #fff;
}

.contact-box a:hover {
	color: #f2f2f2;
}

.contact-box .email-address {
	font-size: 14px;
	/*margin-bottom: 1em;*/
	float: right;
}

.contact-box .phone-number {
	font-size: 16px;
	float: left;
	margin-right: 1.5em;
}
	.contact-box .phone-number > a:hover {
		border-bottom: none;
	}

.copyright {
	font-weight: normal;
}

.footer {
	font-family: arial, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1.2em;
	font-size: .9em;
	
	-moz-text-shadow: 1px 1px 0 #53a76d;
	-webkit-text-shadow: 1px 1px 0 #53a76d;
	-ms-text-shadow: 1px 1px 0 #53a76d;
	-o-text-shadow: 1px 1px 0 #53a76d;
	text-shadow: 1px 1px 0 #53a76d;
}

.footer .icon {
	font-size: 25px;
	margin-right: .5em;
}

.footer .phone-number {
	font-size: 1.75em;
	margin-bottom: .5em;
	display: block;
	color: inherit;
}
	.footer .phone-number:hover {
		border-bottom: none;
	}

.intro-bg {
	position: absolute;
	width: 100%;
	padding: 2em 0;
	border-bottom: 1px solid #f3f3f3;
	z-index: -1;
	background-color: rgba(255, 255, 255, 0.80);
}


.bio {
	margin-bottom: 2.43em;
}
	.bio-name {
		font-weight: normal;
		font-size: 1.62em;
		margin-bottom: .3em;
	}
	.bio-position {
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: .9em;
		font-weight: bold;
		color: #aaa;
		margin-bottom: 1em;
	}
	.bio-photo {
		margin: 0 1.62em 0 0;
		border: 3px solid transparent;
		float: left;
		width: 20%;
		
		-moz-box-shadow: 0 0 3px #ccc;
		-webkit-box-shadow: 0 0 3px #ccc;
		-o-box-shadow: 0 0 3px #ccc;
		-ms-box-shadow: 0 0 3px #ccc;
		box-shadow: 0 0 3px #ccc;
	}
	
.hud {
	background: #fff;
	background-image: -o-linear-gradient(-90deg, #FFFFFF 26%, #F2F2F2 100%);
	background-image: -moz-linear-gradient(-90deg, #FFFFFF 26%, #F2F2F2 100%);
	background-image: -webkit-linear-gradient(-90deg, #FFFFFF 26%, #F2F2F2 100%);
	background-image: -ms-linear-gradient(-90deg, #FFFFFF 26%, #F2F2F2 100%);
	background-image: linear-gradient(-180deg, #FFFFFF 26%, #F2F2F2 100%);
	
	border: 5px solid #EEEEEE;
	margin-bottom: 1.62em;
	text-align: left;
	width: 100%;
	
	-moz-box-shadow: 0 0 3px #54a670;
	-webkit-box-shadow: 0 0 3px #54a670;
	-o-box-shadow: 0 0 3px #54a670;
	-ms-box-shadow: 0 0 3px #54a670;
	box-shadow: 0 0 3px #54a670;
}
	.hud h3 {
		background: #005D98;
		background-image: -o-linear-gradient(-90deg, #005D98 0%, #0075C0 100%);
		background-image: -moz-linear-gradient(-90deg, #005D98 0%, #0075C0 100%);
		background-image: -webkit-linear-gradient(-90deg, #005D98 0%, #0075C0 100%);
		background-image: -ms-linear-gradient(-90deg, #005D98 0%, #0075C0 100%);
		background-image: linear-gradient(-180deg, #005D98 0%, #0075C0 100%);
		
		text-shadow: 0px 2px 3px #00548B;
		
		-moz-box-shadow:    0px 1px 0px 0px #FFFFFF, inset 0px 1px 3px 0px #004B7B;
		-webkit-box-shadow: 0px 1px 0px 0px #FFFFFF, inset 0px 1px 3px 0px #004B7B;
		box-shadow:         0px 1px 0px 0px #FFFFFF, inset 0px 1px 3px 0px #004B7B;
		
		position: relative;
		border-bottom: 1px solid #fff;	
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
		padding: 3px 10px;
	}
	.hud h3 .icon {
		position: absolute;
		left: 10px;
		font-size: 19px;
		color: #A7E4BB;
		text-shadow: 0px 2px 3px #00548B;
	}
	.hud p {
		font-size: 11px;
		color: #737373;
		line-height: 15px;
		text-shadow: 0px 1px 0px #FFFFFF;
		margin-left: 12px;
		margin-right: 12px;
	}
	
img.fullWidthImg {
	width: 164%;
	max-width: none;
	z-index: 5;
	position: relative;
}
	@media screen and (max-width:742px) {
		img.fullWidthImg {
			max-width: 100%;
		}
	}

/********* Responsive Media Queries **********/

@media screen and (max-width:1050px) {
	.banner-header {
		font-size: 32px;
	}
	.login-header {
		font-size: 26px;
	}
}

@media screen and (max-width:950px) {
	.container {
		width: 100%;
		min-width: 320px;
	}
}

@media screen and (max-width:845px) {
	.royalSlider {
		width: 830px;
	}
	.banner {
		height: 300px;
	}
}

@media screen and (max-width:742px) { /* Major Breakpoint */
	.sidebar {
		float: none;
		width: 80%;
		padding-right: 2em;
	}
	.client-login {
		float: none;
		width: 100%;
		padding: 0;
		position: static;
	}
	.login-header {
		cursor: pointer;
		padding: .6em 5%;
		margin: 0;
		
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
		-webkit-transition: all .3s; 
		transition: all .3s; 
	}
	.login-header:hover, .login-header:focus {
		background: #000;
	}
	.login-header .icon {
		display: block;
		float: left;
	}
	.toggle-area {
		padding: 1.62em 5%;
	}
	.content {
		float: none;
		width: 80%;
		
	}
	.banner {
		height: auto;
	}
	.banner-header {
		width: 60%;
		top: 1em;
	}
	.contact-box {
		top: 0;
		left: 0;
		right: auto;
		bottom: auto;
		width: 96%;
		padding: .4em 2%;
		margin: 0;
		
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		border-radius: 0;
	}
	.logo {
		margin-top: 68px;
		margin-bottom: 28px;
	}
	.hide-mobile {
		display: none;
	}
	.contact-box .phone-number {
		float: left;
	}
	.contact-box .email-address {
		float: right;
	}
}

@media screen and (max-width:600px) {
	.banner-header {
		width: 90%;
		font-size: 30px;
	}
	.content {
		width: 90%;
	}
}

@media screen and (max-width:400px) {
	.logo {
		width: 85%;
	}
	
}



/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
}



/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
}