/* http://getbootstrap.com/customize/?id=3791c24c44520ccef0d906d8811f53cb */

body {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height:177.777777%;
	color: #000;
	overscroll-behavior: none;
}
body.contentpane,
.mceContentBody.editorBody {
	background: #FFF !important;
}
body > div {
	background: #FFF;
}
a {
	color: #0019B8;
	text-decoration: none !important;
}
h1 a {
	color: #0019B8;	
}
a:hover {
	color:#000;
	-webkit-transition: color .15s linear;
	-moz-transition: color .15s linear;
	-o-transition: color .15s linear;
	transition: color .15s linear;
	text-decoration: none;
}
ul {
	margin:0;
	padding-left:20px;
}
.twocolumns {
	-webkit-columns:2 !important;
	-moz-columns:2 !important;
	columns:2 !important;
	padding:0;
	margin:0;
	list-style: none;
}
.twocolumns li {
	font-size: 90%;
	padding-bottom:10px;
	line-height: 130%;
}
ul.threecolumns {   
	-webkit-columns:3 !important;
	-moz-columns:3 !important;
	columns:3 !important;
	padding:0;
	margin:0;
	list-style: none;
}
ul.threecolumns li {
	font-size: 90%;
	padding-bottom:10px;
	line-height: 130%;
}
ol {
	margin:0;
	padding-left:20px;
}
li {
	line-height: inherit;
}
hr {
	border-color:#888888;
	border-style: solid;
}
h1 {
	color: #0005BB;
	font-size: 222.222222%;
	font-weight: 400;
	line-height: 100%;
	margin:0;
	padding:0;
}
h2 {
	color: #001AB8;
	font-size: 166.666666%;
	font-weight: 400;
	line-height: 100%;
	margin:0 0 10px;
	padding:0;
}
h3 {
	color:#001AB8;
	font-size: 122.222222%;
	font-weight: 400;
	line-height: 100%;
	margin:0 0 5px;
	padding:0;
}
h4 {
	color:#000;
	font-size: 100%;
	font-weight: 700;
	font-size: 122.222222%;
	margin:0;
	padding:0;
}
blockquote {
	font-size:94.44%;
	font-weight:600;
	line-height:130%;
	margin:20px 0;
	padding:10px 20px;
	border-left:5px solid #001AB8;
}
span.sep {
	padding:0 5px;
}
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#pop-print a,
input[type="submit"].btn,
input.btn,
button.btn,
a.btn {
	background: #FFF;
	color:#001AB8;
	text-transform: uppercase;
	padding:4px 12px 2px;
	border-radius: 15px;
	font-size: 93.75%;
	line-height: 150%;
	box-shadow: none;
	font-weight: 400;
	margin-top: 10px;
	border:2px solid #001F7F;
	font-weight: bold; 
}
#pop-print a:hover,
input[type="submit"].btn:hover,
input.btn:hover,
button.btn:hover,
a.btn:hover {
	color:#FFF;
	background:#001AB8;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
#pop-print a:focus,
input[type="submit"].btn:focus,
input.btn:focus,
button.btn:focus,
a.btn:focus  {
	outline:none;
	background: #FFF;
	color:#001AB8;
}
div.custom {
	width: 100%;
	padding:0;
}
.formResponsive .control-label {
	display:none;
}
a.note,
span.note {
	font-size: 85%;
	color:#777;
	font-style: italic;
	position: relative;
	top:-5px;
}
a.note {
	display: block;
	color:#001AB8;
	font-style: normal;
	margin-top:5px;
}
a.note:hover {
	color:#000;
}
.item-page img {
	max-width: 100%;
}
p.img_caption,
.wf_caption span {
	color:#666;
	font-size: 70%;
	line-height: 150%;
	border-bottom:1px dotted #666;
	padding:5px 0;
}
p.img_caption {
	position: relative;
	top:-30px;
}
span.spacer {
	padding:0 15px;
}
#pop-print {
	position: absolute;
	top: 30px;
	right:30px;
}
.icons {
	margin:25px 0;
}
.category-desc img {
	max-width: 100%;
}
@media print {
	#pop-print {
		display: none !important;
	}
}

/* System Messages */
#system-message-container {
	position: relative;
	top:30px;
}
.alert-message {
	display: none;
}
.alert-warning {
	background: #EEE;
	color:#1F1F1F;
	border-color:#1F1F1F;
}
form#finder-search input.inputbox {
	padding:3px 5px;
	border-color:#EEE;
}
form#finder-search button.btn {
	margin-top:-5px;
}


/* RSForm */
.formControlLabel {
	display: none;
}
.formResponsive .formHorizontal .formControls {
	margin-left:0 !important;
}
.formResponsive .formHorizontal .rsform-block {
	margin-bottom: 10px !important;
}
.form-Horizontal select, .form-Horizontal textarea, .form-Horizontal input[type="text"], .form-Horizontal input[type="password"], .form-control {
	padding:0px 10px !important;
	width:100% !important;
	font-size: 100% !important;
	height:40px !important;
	background: #FFF;
	margin-bottom:0 !important;
}
.formResponsive select, .formResponsive .chzn-container {
	height:40px !important;
	font-size: 100% !important;
	width: 75% !important;
}
.formResponsive .chzn-container-single .chzn-single {
	font-size: 100% !important;
	height:40px !important;
	padding-top:6px;
	background: #FFF;
	border:1px solid #CCC;
}
.formResponsive .chzn-container-single .chzn-single div b {
	position: relative;
	top:8px;
}
.formResponsive textarea {
	height: auto !important;
	min-height: 150px !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
}

/* User Forms */
form.user .control-label {
	display: none;
}
form.user input[type="text"], form.user input[type="password"] {
	margin-bottom:10px !important;
	width: 50% !important;
}
ul.user {
	list-style: none;
	margin:15px 0 0;
	padding:0;
}

/* Pagination */
.pagination ul {
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul {
	display: inline;
}
.pagination ul > li {
	display: inline;
	font-size: 82%;
	font-weight: 400;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 4px 10px;
}
.pagination ul > li > a, .pagination ul > li > span {
	float: left;
	line-height: 20px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}
.pagination ul > li.pagination-start > a, .pagination ul > li.pagination-start > span {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left-width: 1px;
}
.pagination ul > li.pagination-end > a, .pagination ul > li.pagination-end > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination ul li a [class*="icon-"] {
	opacity: 0.3;
}
.pagination ul li a:hover [class*="icon-"] {
	opacity: 0.5;
}
.display-limit {
	margin: 20px 0px;
	color:#666;
}

/* Navigation */
.navigation-wrapper {
	min-height:92px;
}
.navigation {
	position:relative;
	z-index:200;
	height:auto;
	min-height:90px;
	background:#FFF;
	box-shadow: 1px 6px 10px -4px rgba(0,0,0,0.5);
	border-top:6px solid #002DB2;
}
.navigation.affix {
	top:0px;
	position:fixed;
	width:100%;
}
.navigation .container {
}
.navigation .logo-content {
	padding:10px 0;
}
.navigation .navigation-content {
	text-align: right;
}
.navigation .topmenu .nav {
	float:right;
}
.navigation .topmenu .nav li {
	font-size: 77.777777%;
	font-weight: 400;
	padding:0px;
	line-height: 200%;
	display: inline;
	float:left;
	text-transform: uppercase
}
.navigation .topmenu .nav li a {
	padding:0;
	background:none;
	color:#0005B9;
}
.navigation .topmenu .nav li a:hover {
	color:#000;
}
.navbar-brand {
	display: block;
	border: 0;
	text-shadow: none;
	padding: 0;
	height: auto;
	float:none;
	width: 100%;
	max-width: 269px;
	position: relative;
	z-index: 20000;
}
.navbar-brand img {
	width: 100%;
}
.navbar-collapse {
	padding:0;
}
.navbar-default {
	background: none;
	border:0;
	border-radius: 0;
	box-shadow: none;
}
.navbar {
	min-height: 0;
	margin:0;
	padding:0;
}
.navbar .container-fluid {
	padding:0;
}
.navbar .mainmenu {
	clear:both;
}
.navbar .mainmenu .nav {
	margin-top:50px;
}
.navbar .mainmenu .nav li {
	font-size: 83.3333333%;
	padding:5px 0 10px;
	margin:0 0 0 30px;
	display: inline-block;
	color: #0005B9;
	cursor:pointer;
	text-transform: uppercase
}
.navbar .mainmenu .nav li.item-599 {
	display: none;
}
.navbar .mainmenu .nav li:hover {
	color: #000;	
}
.navbar .mainmenu .nav li a {
	padding:0;
	color: #0005B9;
	font-weight: 400;
	line-height: 130%;
}
.navbar .mainmenu .nav li a:hover {
	background:none;
	color:#000;
}
.navbar .mainmenu .nav li.active a,
.navbar .mainmenu .nav li.active a:hover {
	color: #000;
}
.navbar .mainmenu .nav-child {
	position: absolute;
	z-index: 1000;
	opacity:0;
	height: 0;
	min-width: 200px;
	overflow:hidden;
	border:0px;
	background: #FFF;
	padding:10px 25px 15px;
	margin-top:10px;
	margin-left:-15px;
	text-align: left;
	box-shadow: 4px 4px 4px 0px #666;
	font-size: 93.3333333% !important;
}
.navbar .mainmenu .nav-child:hover {
	max-height: 999px;
}
.navbar .mainmenu .nav-child li {
	display: block;
	background: #FFF;
	padding:0 0 10px 0;
	font-size: 100% !important;
	line-height: 150%;
	margin:0 0 10px 0;
	border:0;
	list-style: none;
	text-transform: none;
	border-bottom:1px solid #888;
	font-weight: 300;
	text-transform: uppercase;
}
.navbar .mainmenu .nav-child li:last-child {
	float:none;
	margin:0;
	margin-bottom:0px;
	padding-bottom:0;
	border-bottom: 0;
}
.navbar .mainmenu .nav-child li a {
	display: block;
	color: #0005B9 !important;
	white-space: nowrap;
	padding:0;
	line-height: 150%;
	font-weight: 400;
}
.navbar .mainmenu .nav-child li a:hover {
	color: #000 !important;
}

.navbar .mainmenu .nav-child li a span {
	display:inline;
}
.navbar .mainmenu .nav > li:hover > .nav-child,
.navbar .mainmenu .nav > li > a:focus + .nav-child {
	opacity:1;
	height:auto;
}
.navbar .mainmenu .nav > li.item-460 {
	display: none;
}

/* Banner */
.banner .banner-content {
	position: relative;
	max-width: 100%;
	padding:0;
}
div.moduletable.banner .custom img {
	width: 100%;
}
div.moduletable.title {
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.85);
	padding-top:23px;
	padding-bottom:23px;
}

/* Content */
.mainbody.error-page {
	background:#FFF;
}
.mainbody .container {
	padding-top:40px;
}
#content {
	min-height: 500px;
}
#content .padding {
	margin:0;
	padding:0 0 40px;
}
#content .page-header {
	padding:0;
	margin:0;
	border:0;
}
#content .category-desc {
	border-bottom:1px dotted #142C52;
	padding-bottom:30px;
	margin-bottom:30px;	
}
#content .item-page .item-image {
	border-bottom:20px solid #002DA3;
	margin-bottom:30px;
}
#content .item-page .item-image.pull-left {
	width: 35%;
	padding-right:30px;
	border-bottom:0;
}
#content .item-page .item-image.pull-right {
	width: 35%;
	padding-left:30px;
	border-bottom:0;
}
#content .item-page div.create {
	margin-bottom:15px;
}
.category-desc .item-image {
	border-bottom:20px solid #002DA3;
}
div.items-leading > div {
	border-top:1px dotted #142C52;
	padding-top:30px;
	margin-top:30px;
}
div.items-leading > div:first-child {
	border-top:0;
	padding-top:0px;
	margin-top:0px;
}
div.items-leading .item-image {
	max-height: 350px;
	overflow: hidden;
}
div.items-leading .item-image p.img_caption {
	display: none;
}
div.create {
	font-weight: 600;
}
div.items-leading > div > .page-header {
	margin-bottom:15px !important;
}
div.items-leading > div p.readmore {
	margin-top:15px;
}
div.items-leading .item-image img,
div.item-page .item-image img {
	width: 100%;
}
div.items-leading .item-image img {
	margin-top:5px;
}
div.items-leading > div > .col-sm-4 {
	padding-left:0;
}
div.items-leading > div > .col-sm-8 {
	padding-right:0;
}
div.items-leading > div > .col-sm-12 {
	padding-right:0;
	padding-left:0;
}
div.items-leading > div > .col-sm-12 img {
	display: none;
}
#right {
	padding-top:50px;
}
#right .nav {
	border-bottom:1px solid #888;
	margin-bottom:60px;
}
#right .nav > li {
	font-size: 88.8888888%;
	border-top:1px solid #888;
	display: none;
	line-height:177.777777%;
}
#right .nav > li.active {
	display: block;
}
#right .nav > li > a {
	font-weight: 400;
	color:#0019B8;
	padding:5px 0;
}
#right .nav > li.current > a {
	font-weight: bold;
	color:#000;
}
#right .nav > li.item-588 > a,
#right .nav > li.item-592 > a {
	font-weight: 400;
	color:#0019B8;
}
#right .nav > li a:hover,
#right .nav > li.active a:hover {
	color:#000;
	background:none;
}
#right .nav > li > ul {
	padding-left:0px;
	font-size: 100%;
}
#right .nav > li > ul > li {
	list-style: none;
	text-align: left;
	border-top:1px solid #888;
	line-height:177.777777%;
}
#right .nav > li > ul > li > a {
	background: none !important;
	padding:0;
	color:#0019B8;
	padding:5px 0 !important;
	display: block;
}
#right .nav > li > ul > li.current > a {
	color:#000;
	font-weight: 700;
}
#right div.moduletable.contact {
	font-size: 111.111111%;
	background:url(../images/contact_us_bg.png) 0 50% no-repeat;
	min-height: 60px;
	padding-left:65px;
}
#right div.moduletable.contact h3 {
	font-size: 100%;
	font-weight: bold;
	color:#000;
	margin:0;
	padding:5px 0;
}

/* Home */
.slideshow {
	position: relative;
	width: 100%;
	height:100vh;
	top:-92px;
}
.slideshow-content {
	position: relative;
	padding:0 !important;
}

/* Tagline */
.tagline-content {
	background:#FFF;
	padding:45px 0;
	text-align: center;
}
div.moduletable .tagline-title {
	color:#0025B5;
	font-size: 333.333333%;
	line-height: 120%;
}
div.moduletable .tagline-title.sub {
	color:#0025B5;
	font-size: 144.444444%;
	text-transform: uppercase;	
	text-align: center;
}

/* Feature */
.feature-content {
	padding:0;
	background:#FFF;
}
.feature div.moduletable {
	width: 19.76%;
	display: inline-block;
}
.feature div.moduletable a {
	display: block;
	position: relative;
}
.feature div.moduletable a img {
	width: 100%;
}
.feature div.moduletable a h3 {
	background:rgba(255,255,255,.7);
	color:#001AB8;
	padding:15px 15px;
	margin:0;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	text-align: center;
}

/* Footer Area */
.footer {
}
.footer .container {
}
.footer .row .footer-content {
	padding-top:30px;
	padding-bottom:30px;
	text-align: center;
	border-top:6px solid #002DB2;
	background: #FFF;
	color:#545454;
	font-size: 66.6666666%;
	line-height: 130%;
	min-height: 190px;	
}
.footer img {
	margin-bottom: 30px;
}
.footer a.email {
	font-size: 125%;
	font-weight: bold;
	display: inline-block;
	margin-bottom:15px;
}


/* start smaller desktop width styles */
@media (max-width: 1199px) {
#right div.moduletable.contact {
	font-size: 100%;
}
.feature div.moduletable {
	width: 19.72%;
	font-size: 80%;
}
.feature div.moduletable a h3 {
	padding:15px 10px;
}
}

/* start tablet width styles */
@media (max-width: 991px) {
.navigation .logo-content {
	padding:15px 0 15px 15px;
}
.navigation .topmenu {
	display: none;
}
.navbar .mainmenu .nav {
	margin-top:0;
}
#right div.moduletable.contact {
	font-size: 100%;
	min-height: 60px;
	background:none;
	padding-left:0;
}
#right div.moduletable.contact h3 {
	background:url(../images/contact_us_bg.png) 0 0 no-repeat;
	background-size:contain;
	font-size: 100%;
	font-weight: bold;
	color:#000;
	margin:0;
	padding:5px 0 5px 55px;
}
#right .nav > li > ul > li {
	line-height: 150%;
}
div.moduletable .tagline-title {
	font-size: 277.777777%;
}
.feature div.moduletable {
	width: 19.63%;
}

} /* end tablet width styles */


/* start nav button styles */
@media (max-width: 991px) {
.navigation .row {
	margin:0;
}
.navigation .container {
	padding:0;
	width: 100%;
}
.navigation-content {
	width: 100%;
	padding:0;
}
.navigation .navigation-content {
	position: absolute;
	top:49px;
}
.navbar-header {
	margin:0 !important;
}
.navbar-toggle {
	border: 0;
	margin:0;
	background:none;
	position: relative;
	top:-5px;
	right:15px;
}
.navbar-toggle:hover {
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-toggle .icon-bar {
	background: #0025B5 !important;
	height: 4px;
	width: 40px;
	margin-top:6px;
	border-radius: 2px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;	
}
.navbar-collapse {
	border:0;
	background: #213098;
	position: absolute;
	right:0px;
	left:0;
	z-index: 10000;
	width: 100%;
	margin-left:0 !important;
}
.navbar-collapse .navbar {
	margin-bottom:0;
}
.navbar .nav {
	border-top: 4px solid #0083B6;
	border-bottom:4px solid #0083B6;
	padding:10px 15px 10px;
	margin-top:0;
}
.navbar .nav li {
	display: block !important;
	padding:0 0 10px 0;
	font-size: 100%;
	line-height: 150%;
	margin:0 0 10px 0 !important;
	border:0;
	list-style: none;
	text-transform: none;
	border-bottom:1px solid #0083B6;
	text-align: left;
	color: #0083B6 !important;
}
.navbar .nav li:last-child {
	margin-bottom:0px;
	padding-bottom:0;
	border-bottom: 0;
}
.navbar .nav li a,
.navbar .nav li.active a {
	display: block;
	color: #FFF !important;
	white-space: nowrap;
	padding:0;
	line-height: 150%;
	font-weight: 400;
}
.navbar .nav li a:hover,
.navbar .nav li.active a:hover {
	color:#0083B6;
}
.navbar .nav li .nav-child {
	display: none;
}
} /* end nav button styles */

/* start smartphone width styles */

@media (max-width: 812px) {
.pagination ul > li {
	display: none;
}
.pagination ul > li.pagination-start,
.pagination ul > li.pagination-end,
.pagination ul > li.pagination-prev,
.pagination ul > li.pagination-next {
	display: inline;
}
div.moduletable .tagline-title {
	font-size: 222.222222%;
}
} 
@media (max-width: 767px) {
.navigation .logo-content {
	padding:15px 0 15px 15px;
}
.navbar-toggle {
	top:-10px;
}
.feature div.moduletable {
	width: 100% !important;
	font-size: 111.1111111%;
}
.feature div.moduletable a h3 {
	padding:15px 10px;
}
#right {
	padding-top:0;
}
#right div.moduletable.contact {
	font-size: 111.111111%;
	background:url(../images/contact_us_bg.png) 0 50% no-repeat;
	min-height: 60px;
	padding-left:65px;
	margin-bottom:30px;
}
#right div.moduletable.contact h3 {
	font-size: 100%;
	background:none;
	font-weight: bold;
	color:#000;
	margin:0;
	padding:5px 0;
}
div.moduletable .tagline-title {
	margin:0 30px;
}
div.moduletable.banner .custom {
	overflow-x: hidden;
	text-align: center;
}
div.moduletable.banner .custom img {
	height: 200px;
	width: auto;
	text-align: center;
}
div.moduletable.title {
	position: relative;
	background:rgba(0,5,187,0.85);
	padding-top:23px;
	padding-bottom:23px;
}
div.moduletable.title h1 {
	color:#FFF;
	font-size: 162%;
}
div.item-page h2 {
	font-size: 137%;
}
.slideshow {
	height:50vh;
}
}
@media (max-width: 736px) {
}
@media (max-width: 667px) {
}
@media (max-width: 414px) {

}
/* end smartphone width styles */

