/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #a97209; }

body { margin: 0; font-size: 1em; line-height: 1.4; overflow-x: hidden; }
::-moz-selection { background: #96C0E6; color: #fff; text-shadow: none; }
::selection { background: #96C0E6; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #7E7AA4; }
a:hover { color:  #7E7AA4; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }


button, input, select, textarea { 
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	outline: none;
}

button:focus, input:focus, select:focus, textarea:focus {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; cursor: pointer;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

button, input, select, textarea, checkbox, radio, lable {
	border: 2px inset threedface;
}


/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==== primary styles =====================================================
   Author: Tower Marketing
   ========================================================================== */

/*General Resets*/

.cb {
	clear: both;
}

.last {
	margin: 0 !important;
	padding: 0 !important;
}

.first {
	margin: -10px 0px 10px 0px !important;
}

.second {
	margin-top: 0px !important;
}


.float-l {
	float: left;
}

.float-r {
	float: right;
}

/*General Font*/

@font-face {
    font-family: 'UniversLightCondensedRegular';
    src: url('assets/fonts/univers_light_condensed-webfont.eot');
    src: url('assets/fonts/univers_light_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/univers_light_condensed-webfont.woff') format('woff'),
         url('assets/fonts/univers_light_condensed-webfont.ttf') format('truetype'),
         url('assets/fonts/univers_light_condensed-webfont.svg#UniversLightCondensedRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

h1 {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	font-size: 42px;
	font-weight: normal;
	line-height: 44px;
	margin: 5px 0 0;
	padding: 0;
	color:  #0F004E;
	clear: both;
}

h2 {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 25px;
	margin: 30px 0 10px 0;
	padding: 0;
	clear: both;
	color: #DFECD3;
}

.entry-title {margin-top:0px;}
.type-page {margin-bottom:15px;} 
.page-title {margin-top:0; margin-bottom:15px;}
.nav-previous, .nav-next {margin-bottom:10px;}

.body-content h2 {
	color:  #0F004E;
}


h3 {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	font-size: 20px;
	font-weight: lighter;
	line-height: 25px;
	margin: 5px 0 10px;
	padding: 0;
	clear: both;
	color: #0F004F;	
}

h4 {
	font-family: 'UniversLightCondensedRegular',arial,sans-serif;
	color: #0F004E;
	font-weight: normal;
	margin: 30px 0 0;
	font-size: 20px;
	line-height: 20px;
}

h5 {
	border-bottom: 1px solid #3B7101;
	color: #3B7101;
	font-family: 'UniversLightCondensedRegular',arial,sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 25px;
	margin: 0 0 10px;
	padding: 0;
}

.flexslider p {
	color: #454545;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 10px 0 20px;
}

span.slide-right-bottom-text{
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	font-size: 20px;
	color: #0F004F;	

}

.hot-block-section p {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #fff;
	float: left;
	margin: 0;
}

.home-shorts-block p {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #454545;
	float: left;
	margin: 0;
}

.body-content p {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #454545;
	margin: 10px 0 0 0;
}

.footer p {
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #454545;
	margin: 0 0 10px 0;
}

.home-shorts-block span {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	font-size: 25px;
	font-weight: lighter;
	line-height: 25px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
	color: #0F004E;
}

.passone {
	margin-bottom:20px;
}

.passtwo {
	margin-top:20px;
}

/*Navigation*/
.nav {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	float: right;
	margin: 21px 0 0 0;
	width: 665px;
	position: relative;
	z-index: 2;
	clear: right;
}

.menu-top-menu-container {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	float: right;
	margin: 21px 0 0 0;
	width: 665px;
	position: relative;
	z-index: 2;
	clear: right;
}

.menu {
    font-size: 19px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    float: right;
}

.menu li {
	display: block;
	float: left;
	position: relative;
	margin: 0;
}

.menu li a {
    display: block;
    position: relative;
    padding: 8px 14px;
    text-decoration: none;
    color: #0F004E;
}

.menu li a:hover {
	background: #0F004E;
	color: #FFFFFF;
}

.submenu {
	font-family: tahoma,arial,sans-serif;
	display: none;
	position: absolute;
    margin: 0;
    padding: 5px 0 10px;
    list-style: none;
    background: #0F004E;
}

.submenu li {
	clear: both;
	float: none;
}

.menu li:hover ul.submenu{
	display: block
}

.menu ul li a {
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	margin-left: 1px;
	min-width: 78px;
	padding: 2px 13px;
	text-decoration: none;
	white-space: nowrap;}

ul.menu li:hover a {
	background: #0F004E;
	color: #ffffff;
}

.menu ul li a:hover {
	color: #96C0E6;
}

.sub-menu {
	font-family: tahoma,arial,sans-serif;
	display: none;
	position: absolute;
    margin: 0;
    padding: 5px 0 10px;
    list-style: none;
    background: #0F004E;
}

.sub-menu li {
	clear: both;
	float: none;
}

.menu li:hover ul.sub-menu{
	display: block
}



/*Breadcrumbs*/

#breadcrumbs {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	display: inline-block;
	float: left;
	position: relative;
	height: 40px;
}

#crumbs {
	margin: 9px 30px 0;
	padding: 0;
}

.breadcrumb {
	margin: 10px 30px 0;
	padding: 0;
	color:#fff;
	font-size:15px!important;
}

.breadcrumb a {
	color:#fff;
	text-decoration:none;
}

.breadcrumb a:hover {
	color:#fff;
}

.sep {
	color:#fff;	
}


ul#crumbs li, ul#crumbs li a {
	font-size: 15px!important;
}

ul#crumbs li {
	display:inline;
}

.c-breadcrumb a, .c-breadcrumb span {
	color:#FFFFFF;
	text-decoration: none;
}

.c-breadcrumb a:hover {
	color: #fff;
}

.last-breadcrumb {
	color:#fff;
	cursor:pointer;
}

/*Layout*/

.site-container {
	width:100%;
	height: auto;
	float: left;
	position: absolute;
	display: block;
	background: #fff;
}

.header-container {
	height: 350px;
	width: 100%;
	margin: 0 auto;
	background: #DCE8F6;
}

.header {
	width: 900px;
	height:auto;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 135px;
	height: 135px;
	margin: 10px 0 0 0;
	background: url(assets/images/logo.png);
}

.blue-bar {
	float: right;
	width: 625px;
	height: 50px;
	background: #0F004E;
	padding: 0 15px 0 25px;
}

.blue-bar li {list-style-type:none;}

.tag-line {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	float: left;
	margin: 13px 0;
	font-size: 17px;
	color: #FFF;
	font-style: oblique;
}

.blue-bar-links {
	color: #FFFFFF;
	float: left;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	list-style: none outside none;
	margin: 16px 0 0 80px;
	padding: 0;
}

.providers a {color:#C03 !important;}

.blue-bar-links li {
	float: left;
}

.blue-bar-links a {
	color: #fff;
	text-decoration: none;	
	padding: 3px;
	margin: 0 5px;
}

.blue-bar-links a:hover {
	text-decoration: underline;
}

.search-bar {
	float: right;
	margin: 12px 0 0;
}

.search-bar input[type="text"] {
	border: medium none;
	color: #7E7AA4;
	float: left;
	font-style: oblique;
	height: 25px;
	outline: medium none;
	padding: 3px 10px;
	width: 150px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.search-bar input[type="submit"] {
	background: url(assets/images/search-btn.png) no-repeat scroll center center #FFFFFF;
	border: medium none;
	float: left;
	height: 25px;
	outline: medium none;
	padding: 0;
	width: 25px;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.phone-number {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	float: right;
	margin: 3px 15px 0 0;
	font-size: 23px;
	color: #7E7AA4;
	clear: right;
	width: 220px;
	text-align: right;
}

.phone-number li { list-style-type:none;}

.content-container {
	width: 100%;
	height: auto;
	float: left;
	background: #0F004E;
	position: relative;
	z-index: 1;
}

.content-neg-mar {
	margin: -200px auto 0;
	width: 900px;
}

.pre-content {
	width: 100%;
	float: left;
}

.slide-right {
	float: right;
	width: 38%;
	height: 235px;
	position: relative;
	padding: 3% 8% 0 4%;
}

.slide-right-bottom {
	/*position: absolute;
	bottom: 0;*/
}

a.slider-btn {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #7E7AA4;
	font-size: 20px;
	text-decoration: none;
	float: left;
	margin: 0;
}

.slider-btn-plus {
	font-size: 42px;
	font-weight: lighter;
	line-height: 0;
	position: relative;
	top: 5px;
}

.slider-btn:hover {
	color: #0F004E;
}

.hot-block-section {
	width: 100%;
	margin: 10px 0 30px 0;
}

.hot-block-left {
	float: left;
	padding: 4% 0 0 5%;
	width: 45%;
	position: relative;
	height: auto;
}

.hot-block-right {
	float: right;
	padding: 4% 5% 0 3%;
	width: 42%;
	position: relative;
	height: auto;
}

.hot-list {
	font-family: tahoma,arial,sans-serif;
	margin: 0 60px 0 0;
	padding: 0;
	float: left;
	font-size: 12px;
	list-style: none;
}

.hot-list-content {
	width: 100%;
}

.hot-list a {
	color: #fff;
	text-decoration: none;	
	padding: 1px 0;
	display: block;
}

.hot-list a:hover {
	text-decoration: underline;
	color: #96C0E6;
}

.hot-block-link {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #DFECD3;
	font-size: 17px;
	text-decoration: none;
	float: left;
	margin: 20px 0 0 0;
}

.hot-block-link-plus {
	font-size: 24px;
	font-weight: lighter;
	line-height: 0;
	position: relative;
	top: 2px;
	color: #FFF;
}

.hot-block-link:hover {
	color: #fff;
}

.internal-header {
	border: 10px solid #FFFFFF;
	height: 180px;
	width: 880px;
	position: relative;
}

.header-image-1 {
	/*background: url(assets/images/header-1.jpg) no-repeat scroll 0 0 transparent;*/
	background-color:#FFF;
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-image-2 {
	/*background: url(assets/images/header-2.jpg) no-repeat scroll 0 0 transparent;*/
	background-color:#FFF;
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-image-3 {
	/*background: url(assets/images/header-3.jpg) no-repeat scroll 0 0 transparent;*/
	background-color:#FFF;
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-image-4 {
	/*background: url(assets/images/header-4.jpg) no-repeat scroll 0 0 transparent;*/
	background-color:#FFF;
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-image-5 {
	/*background: url(assets/images/header-5.jpg) no-repeat scroll 0 0 transparent;*/
	background-color:#FFF;
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-image-6 {
	/*background: url(assets/images/header-6.jpg) no-repeat scroll 0 0 transparent;*/
	background-color:#FFF;
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-image-7 {
	background: url(assets/images/header-1.jpg) no-repeat scroll 0 0 transparent;
	background-color:#FFF;
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-image-wf {
	/*background: url(assets/images/header-waterfall.jpg) no-repeat scroll 0 0 transparent;*/
	background-color:#FFF;
	height: 100%;
	width: 100%;
	position: absolute;
}

.header-copy {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 290px;
}

.content {
	width: 100%;
	background: #DFECD3;
	float: left;
}

.home-shorts-block {
	display: block;
	margin: 0 0 0 12px;
	padding: 20px 0;
	width: 888px;
	overflow: auto;
}

.home-short {
	float: left;
	margin: 0 10px 0 0;
	width: 275px;
	text-decoration: none;
	padding: 5px;
	background: none;
	cursor: pointer;
	background: #DFECD3;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
	behavior: url(/assets/pie/PIE.php);
	z-index: 1;
	position: relative;
	display:block;
}

.home-short-text {
	float: left;
	margin: 0 0 0 10px;
	width: 145px;
}

.home-short-link {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #7E7AA4;
	font-size: 17px;
	text-decoration: none;
	float: left;
	margin: 10px 0 0 0;
}

.home-short-link-plus {
	font-size: 27px;
	font-weight: lighter;
	line-height: 0;
	position: relative;
	top: 3px;
	color: #7E7AA4;
}

.home-short:hover .home-short-link {
	color: #7E7AA4;
}

.home-short:hover {
	background: #FFFFFF;
	background: rgba(255, 255, 255, .9);
}

.body-content {
	padding: 30px;
}

.table-list {
	width: 100%;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #454545;
	margin: 0;
}

.table-list td {
	padding: 5px 10px;
}

table.table-list tr:nth-child(odd) {
	background: #FFF;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
}

table.table-list tr:nth-child(even) {
}

.with-side {
	float: left;
	width: 550px;
}

ul.bullet {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #454545;
    margin: 10px 0 0;
    padding: 0 0 0 40px;
}

.side-bar {
	background: #fff;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	float: left;
	margin: 30px 0;
	padding: 20px 30px;
	width: 200px;
	behavior: url(assets/pie/PIE.php);
	z-index: 1;
	position: relative;
}


.side-bar ul {
	list-style: none outside none;
	margin: 0 0 0 5px;
	padding: 0;		
}

.side-nav li {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #7E7AA4;
	font-size: 20px;
}

.side-nav ul li {
	font-size: 12px;
	margin: 10px 0;
}

.side-nav ul li a {
	font-family: tahoma,arial,sans-serif;
	color: #0F004E;
	text-decoration: none;
}

.side-nav ul li a:hover {
	color: #96C0E6;
}

.address {
	float: left;
	margin: 0 0 30px 0;
}

.address p {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #0F004E;
	font-size: 17px;
	line-height: 20px;
	margin: 0;
}

.map-link {
	background: url(assets/images/two-river-map.jpg);
	height: 200px;
	width: 200px;
	border: 1px solid #0F004E;
	float: left;
	position: relative;
	text-decoration: none;
}

.map-link:hover {
	border-color: #96C0E6;
}

.map-text {
	background: #CCC;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	bottom: 0;
	color: #454545;
	font-family: 'UniversLightCondensedRegular',arial,sans-serif;
	padding: 0 10px;
	position: absolute;
}

.landing-list {
	list-style: none outside none;
	margin: 30px 0 0 70px;
	padding: 0;
	width: 25%;
}

.landing-list li {
	font-size: 18px;
	margin: 10px 0;
}

.landing-list li a {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #0F004E;
	text-decoration: none;
	display: block;
}

.landing-list li a:hover {
	color: #96C0E6;
}

.text-link {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #0F004E;
	font-size: 15px;
	text-decoration: underline;
}

.text-link:hover {
	text-decoration: none;
}

.content-btn {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #0F004E;
	font-size: 25px;
	text-decoration: none;
	float: left;
	margin: 10px 0 0 0;
}

.content-btn-plus {
	font-size: 30px;
	font-weight: lighter;
	line-height: 0;
	position: relative;
	top: 2px;
}

.content-btn:hover {
	color: #96C0E6;
}

.gallery {
	margin: 15px 0 0 0;
}

/*Contact From*/

.contact-form {
	margin: 30px 0 0 0;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
	color: #454545;
}

.form-column {
	width: 46%;
}

.form-field {
	height: 25px;
	margin: 0 0 20px;
	width: 100%;
}

.input-name {
	float: left;
	margin: 4px 0 0;
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
}

.input-text {
	float: right;
	width: 60%;
	height: 19px;
	outline: medium none;
	padding: 3px 5px;
}

.state {
	float: right;
	width: 65.3%;
	height: 25px;
}

.zip-input-text {
	float: right;
	width: 60%;
	height: 19px;
	outline: medium none;
	padding: 3px 5px;
}

.phone-wrapper {
	float: right;
	width: 65.3%;
}

.phone3-input-text {
	float: left;
	width: 22px;
	margin: 0 10px 0 0;
	height: 19px;
	outline: medium none;
	padding: 3px 5px;
}

.phone4-input-text {
	float: left;
	width: 28px;
	height: 19px;
	outline: medium none;
	padding: 3px 5px;
}

.input-captia {
	float: left;
	width: 28px;
	height: 19px;
	outline: medium none;
	padding: 3px 5px;
}

.lower-form {
	float: left;
	width: 100%;
	position: relative;
}

.checkbox-column {
	float: left;
	width: 80%;
}

.checkbox-container {
	float: left;
	margin: 3px 20px 3px 0;
}

.checkbox-container label {
	padding: 0 0 0 5px;
}

.form-submit {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	font-size: 20px;
	border: 0 none;
	bottom: 0;
	color: #FFFFFF;
	height: 35px;
	position: absolute;
	right: 0;
	width: 80px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); 
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
	background: #04004E;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#04004E), to(96c0e6));
	background: -webkit-linear-gradient(#04004E, #96c0e6);
	background: -moz-linear-gradient(#04004E, #96c0e6);
	background: -ms-linear-gradient(#04004E, #96c0e6);
	background: -o-linear-gradient(#04004E, #96c0e6);
	background: linear-gradient(#04004E, #96c0e6);
	-pie-background: linear-gradient(#04004E, #96c0e6);
	behavior: url(assets/pie/PIE.php);
	z-index: 1;
}

.form-submit:hover {
	color: #fff
}

.validate {
	color: #ff0000;
}

.sitemap-link {
	color: #0F004E;
	display: block;
	font-family: 'UniversLightCondensedRegular',arial,sans-serif;
	text-decoration: none;
	margin: 10px 0;
	font-size: 18px;
}

.sitemap-link:hover {
	color: #96C0E6;
}

#sitemap ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 70px;
}

#wp-realtime-sitemap-pages {
	padding: 0;
	margin: -15px 0 0 33px;
}

#wp-realtime-sitemap-pages ul.children {
	margin-top:-2px;
}

#wp-realtime-sitemap-pages ul {
	list-style: none;
}

#wp-realtime-sitemap-pages li a{
	color: #0F004E;
	display: block;
	font-family: 'UniversLightCondensedRegular',arial,sans-serif;
	text-decoration: none;
	margin: 10px 0;
	font-size: 18px;
}

#wp-realtime-sitemap-pages li a:hover {
	color: #96C0E6;
}

#list0 li a {
	margin-top: 0;
}

#sitemap ul li ul {
	padding: 0 0 0 40px;
	margin: 0;
}

/*Footer*/
.footer-container {
	float: left;
	height: auto;
	width: 100%;
	background: #fff;
}

.footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: auto;
}

.footer-block {
	float: left;
	width: 195px;
	margin: 0 40px 0 0;
}

.footer-block ul {
	font-family: tahoma,arial,sans-serif;
	margin: 0;
	width: 50%;
	padding: 0;
	float: left;
	font-size: 11px;
	list-style: none;
}

.footer-block li {float:none!important; list-style-type:none;}

.footer-block li a {
	color: #454545!important;
	text-decoration: none!important;	
	display: block!important;
	padding:0!important;
}

.footer-block a:hover {
	color: #96C0E6!important;
	text-decoration: underline!important;
	background-color:transparent!important;
}

.quick-links {
	font-family: tahoma,arial,sans-serif;
	margin: 0;
	width: 50%;
	padding: 0;
	float: left;
	font-size: 11px;
	list-style: none;
}

.quick-links a {
	color: #454545;
	text-decoration: none;	
	display: block;
}

.quick-links a:hover {
	color: #96C0E6;
	text-decoration: underline;
}

.footer-dowload-link {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #0F004E;
	font-size: 17px;
	text-decoration: none;
	float: left;
}

.footer-download-link-plus {
	font-size: 27px;
	font-weight: lighter;
	line-height: 0;
	position: relative;
	top: 2px;
}

.footer-dowload-link:hover {
	color: #96C0E6;
}

.footer-accred {
	width: 100%;
	margin: 0 0 10px 0;
	overflow: auto;
}

/*Video.js Overrides*/

.vjs-default-skin .vjs-fullscreen-control{
	width:0;
	cursor:default!important;
	float:right
}

.vjs-default-skin .vjs-fullscreen-control div{
	width:0;
	height:0;
	margin:0;
	display: none;
}

.vjs-default-skin .vjs-volume-control {
	float: right;
	width: 7em;
}

/*Sphyder Search Results*/
.search-results {
	font-family: tahoma,arial,sans-serif;
	font-size: 12px;
}

#common_report {
	font-style: italic;
	margin: 0 0 10px 0;
}

#result_report {
	margin: 0 0 10px 0;
}

#results {

}

#results a.title {
	font-family:'UniversLightCondensedRegular',arial,sans-serif;
	color: #0F004E;
	font-size: 15px;
	text-decoration: underline;
}

#results a.title:hover {
	text-decoration: none;
}

#results.description {
	color: #454545
}

#results.url {
	color: #454545
}

#other_pages {
	font-family: tahoma,arial,sans-serif
}

#other_pages a {
	color: #0F004E;
	font-size: 15px;
	text-decoration: underline;
}

#other_pages a:hover {
	text-decoration: none;
}



/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */



/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}