@import 'typography.css';
html, body {
}
body {
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #7e8289;
	font-family: 'RobotoLight', Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #919398;
	outline: none;
	outline-width: 0px;
	overflow: hidden;
}
a:hover {
	color: #919398;
}
a:outline {
outline: 0;
}
h1 {
	font-size: 26px;
	line-height: 28px;
}
h2 {
	font-size: 24px;
	line-height: 24px;
}
h3 {
	font-size: 20px;
	line-height: 20px;
}
h4 {
	font-size: 18px;
	line-height: 18px;
}
h5 {
	font-size: 16px;
	line-height: 16px;
}
hr {
	margin: 20px 0px 20px 0px;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ffffff;
}
input, select {
	font-weight: normal;
	font-size: 12px;
}
ul {
	list-style: none;
	margin: 0;
}
ul.bullet {
	list-style-image: url(/assets/images/bull.jpg);
	padding-left: 25px;
}
.shadow {
	box-shadow: inset 2px 2px 5px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.1);/*-moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, .1);
	box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, .1);*/
}
.test {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.errortext {color: red; }
* {
/*-webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;*/
}
#backUp, .touch-device #backUp:hover {
	background: url("../images/arrow-up-large.png") no-repeat center center;
	background-color: rgba(0, 0, 0, .2);
	bottom: 60px;
	display: none;
	height: 46px;
	position: fixed;
	right: 0;
	text-indent: -9999px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	width: 45px;
	z-index: 100;
}
#backUp:hover, .touch-device #backUp:active {
	background-color: #30795d;
}
.no-space [class*="span"] {
	margin-left: 0;
}
@font-face {
/*font-family: 'avenirBold';
    src: url('../fonts/avenirnextltpro-bold-webfont.eot');
    src: url('../fonts/avenirnextltpro-bold-webfont.eot') format('embedded-opentype'),
         url('../fonts/avenirnextltpro-bold-webfont.woff') format('woff'),
         url('../fonts/avenirnextltpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/avenirnextltpro-bold-webfont.svg#avenirnextltpro-bold-webfont') format('svg');*/
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
/*@font-face { font-family: 'futuraMd';
	src: url('../fonts/futura-webfont.svg') format('svg');
	}*/
}
.headerRow {
	z-index: 9999999;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: box-shadow 2s;
	-moz-transition: box-shadow 2s;
	-webkit-transition: box-shadow 2s;
	-ms-transition: box-shadow 2s;
	-o-transition: box-shadow 2s;
}
.headerRow.shadow {
	box-shadow: 0 5px 15px rgba(188, 0, 80, 1);
}
.headerRow .inner {
	color: #FFF;
	padding: 11px 0 0 20px;
}
.headerTop {
	margin: 18px 0 18px 0;
}
.container {
}
.navbarRow {
	background: #1f2f66;
	border-bottom: 4px solid #2d4596;
}
.navbar-inner {
	padding-left: 0;
}
.navbar {
	margin: 0;
}
.navbar .nav {
	margin: 0;
	/*display: table;*/
	width: 100%;
}
.navbar .nav li {
/*display: table-cell;
	width: 1%;
	float: none;*/
}
.navbar .nav li a {
	padding: 14px 10px 14px 10px;
	color: #efefef;
	font-family: 'RobotoCondensed', Arial, sans-serif;
	font-size: 14px;
	text-align: center;
}
.navbar .nav li a:hover {
	color: #fff;
	background: #2d4596;
}
.navbar .nav li:first-child a {
}
.navbar .nav li:last-child {
}
.navbar .brand {
	display: none;
	margin: 0 0 0 10px;
	color: #fff;
}
.navHit {
	cursor: pointer;
}
/*.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	color: #555555;
	background-color: yellow;
}
.dropdown-menu:before {
    border: none !important;
    content: "" !important;
}
.dropdown-menu:after {
    border: none !important;
    content: "" !important;
}
.dropdown-menu {
	border:none;
	background: blue;
}
.dropdown-menu li {
	border:none;
}
.dropdown-menu li > a {
	color: #f3c;
}
.dropdown-menu li > a:hover {
	background: #f3c;
	color: #000;
}*/







































.searchRow {
}
.search-wrap {
	text-align: right;
	margin: 10px 0 0 0 !important;
}
.searchRow form {
	margin: 0;
	padding: 0;
}
.search-wrap input {
	font-style: italic;
}
.searchBtn {
	height: 22px;
	color: #fff;
	background: #30795d;
}
.searchBtn:hover, .searchBtn:active {
	color: #fff;
	background: #3a8568;
}
.searchBtn i {
	color: #fff;
}
.rotatorRow {
	display: block;
	margin: 143px 0 0 0;
	padding: 0;
	background: #30795d;
}
.rotatorWrap {
	/*width: 980px;
	margin: 0 auto 0 auto;*/
	position: relative;
}
.featuresRow {
	padding: 20px 0 20px 0;
	background: #2d4596;
	color: #efefef;
	text-align: center;
}
.featureHome {
	font-size: 12px;
}
.featureHome p a {
	color: #fff;
	text-decoration: underline;
}
.featureHome img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 12px 0;
}
.featureHome strong {
	color: #fff;
}
.mbtn {
	display: inline-block;
	margin: 0;
	padding: 6px 10px 6px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	background: #4d64b1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mbtn:hover {
	color: #fff;
	text-decoration: none;
	background: #30795d;
}
.quoteRow {
	background: #30795d;
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5);
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5);
	box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .5);
}
.quoteBox {
	position: relative;
	padding: 20px;
	text-align: center;
	font-style: italic;
	font-family: 'RobotoLight', Arial, sans-serif;
	color: #fff;
}
.quoteBox blockquote {
}
.quoteBox blockquote p {
	font-size: 21px;
	margin-bottom: 14px;
}
.quoteBox cite {
	font-size: 16px;
	line-height: 18px;
	color: #6cc1a0;
}
.footerRow {
	background: #1a2c67;
	padding: 20px 0 20px 0;
}
.footerRow ul {
	margin: 0;
	list-style: none;
	text-align: center;
}
.footerRow ul li {
	display: inline-block;
}
.footerRow ul li span {
	padding: 0 8px 0 8px;
}
.footerRow ul li a {
	color: #fff;
	font-size: 12px;
}
.footerRow ul li a:hover {
	text-decoration: underline;
}
.copyright {
	margin: 10px 0 1px 0;
	font-size: 12px;
	color: #9daad4;
	text-align: center;
}
.smallbodytext1 {
	FONT-SIZE:9px; COLOR:#9daad4; text-align: center;
}
.subHeaderRow {
	margin: 143px 0 0 0;
	display: inline-block;
	background: #30795d;
}
.container {
}
.trailRow {
	z-index: 2;
	height: 32px;
	position: absolute;
	background: url(../images/trailBg.png);
	/*background: rgba(0, 0, 0, 0.9);*/

	color: #fff;
	font-size: 11px;
	padding: 4px 0 4px 20px;
}
.trailRow span {
	padding: 0 4px 0 4px;
}
.trail {
	text-transform: uppercase;
}
.pageTitle {
	margin: 40px 0 0 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: bold;
	font-size: 32px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
}
.trailRow a:link {
	color: #74b59c;
}
.trailRow a:hover {
	color: #74b59c;
	text-decoration: underline;
}
.contentRow {
}
.subNav {
	border: 1px solid #9acfbb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 12px;
}
.subNav {
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0 );
}
.subNav li {
	padding: 6px 0 6px 0;
	border-top: 1px dotted #99a0b9;
}
.subNav li:first-child {
	border: none;
}
.subNav li a {
	font-size: 18px;
	line-height: 21px;
	color: #30795d;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.subNav li a:hover {
	color: #1a2c67;
	text-decoration: none;
}
.container {
}
.contentRow {
	padding: 20px 0 20px 0;
	color: #333;
}
.contentRow img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.contentRow a {
	color: #247153;
	text-decoration: underline;
}
.contentRow a:hover {
	color: #1a2c67;
	text-decoration: underline;
}
.contentWrap {
}
.contentLeft {
	margin-left: 0 !important;
	margin-bottom: 20px;
}
.contentMid {
	float: right;
	margin-bottom: 20px;
}
.contentRight {
}
.contentRow h1 {
	font-size: 32px;
	line-height: 32px;
	color: #30795d;
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: bold;
}
.contentRow h2 {
	font-size: 30px;
	line-height: 30px;
	color: #1a2c67;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.contentRow h3 {
	font-size: 24px;
	line-height: 24px;
	color: #4d64b1;
	font-family: 'RobotoLight', Arial, sans-serif;
}
.contentRow h4 {
}
.contentRow h5 {
}
.contentRow h6 {
}
.featureSub {
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 12px;
	border: 1px solid #ddd;
}
.featureSub img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 12px 0;
}
.featureSub .mbtn {
	display: inline-block;
	margin: 0;
	padding: 6px 10px 6px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	background: #4d64b1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
}
.featureSub .mbtn:hover {
	color: #fff;
	text-decoration: none;
	background: #30795d;
}
.navbar-inner .btn {
	border: none;
}
.navHit.collapsed .btn-navbar {
	border: none !important;
	background-position: 0 -16px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}
.navHit.collapsed .btn.btn-navbar {
	border: none !important;
	background: url('../images/menu-mobile.png') no-repeat;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}
.navHit .btn.btn-navbar {
	border: none !important;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 12px 12px 0 0;
	/*background-position: 0 -16px;*/
	background: url('../images/menu-mobile.png') no-repeat;
	background-position: 0 -16px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform 250ms ease-out 0s;
	-moz-transition: -moz-transform 250ms ease-out 0s;
	-o-transition: -o-transform 250ms ease-out 0s;
	transition: transform 250ms ease-out 0s;
}
.btn.btn-navbar:hover {
}
.navbar .btn-navbar .icon-bar {
	display: none;
}
 @media (min-width: 768px) and (max-width: 979px) {
}
@media (max-width: 767px) {
}
@media (min-width: 1200px) {
.navbar .nav li a {
	padding-left: 14px;
	padding-right: 14px;
	font-size: 16px;
}
}
@media (min-width: 768px) and (max-width: 979px) {
.searchRow {
}
/*body{background: #f3c;}*/
}
@media (max-width: 767px) {
}
@media (max-width: 640px) {
/*body{background: #cc0;}*/
.logo-wrap {
	text-align: center;
}
}
@media (max-width: 480px) {
/*body{background: #f3c;}*/
}
@media (max-width: 470px) {
}
@media (max-width: 979px) {
body {/*background: yellow;*/
	padding: 0;
}
.headerRow {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.logo-wrap {
	text-align: center;
	padding: 0 20px 12px 20px;
}
.main-nav li {
	border-right: none;
}
.navbar .brand {
	display: inline-block;
}
.nav-collapse .dropdown-menu {
	margin: 0;
}
.headerRow {
}
.subHeaderRow {
	margin-top: 0;
}
.navbar li {
	border: none;
}
.navbar .nav li a {
	background: #2d4596;
	padding-left: 20px;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	border-top: 1px solid #263d8b;
	margin: 0;
}
.navbar .nav li a:hover {
	background: #3e5297;
}
.search-wrap {
	display: block;
	float: none;
	margin: 0 auto 10px auto;
	text-align: center;
}
.headerRow {
	position: relative;
}
.rotatorRow {
	margin: 0 0 20px 0;
}
.rotatorWrap {
	width: 100%;
	height: auto;
}
.rotator {
	width: 100%;
	height: auto;
}
.featuresRow {
	padding: 0;
}
.featureHome {
	padding: 20px 0 20px 0;
	border-bottom: 1px solid white;
}
.featuresRow,  .quoteRow {
	margin-bottom: 20px;
}
.trailRow {
}
.subHeaderRow {
	min-height: 100px;
	overflow: hidden;
}
.subHeaderRow img {
	height: 100px !important;
	max-width: 800px !important;
	margin-left: -200px;/*height: auto;
		width: 100%;*/
}
.pageTitle {
	margin-top: 12px;
	font-size: 21px;
}
.contentRow [class*="span"] {
	float: left;
	display: block;
}
.contentRow .container {
	padding: 0 20px 0 20px;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
body {/*background: red;*/
}
.container {
	width: 980px;
}
/*.rotator {
	overflow: hidden;
	height: 370px;
	background: #efefef;
	}*/

}
















