@charset "utf-8";
/* CSS Document */

/* Styles written by Jacob Bearce | jacob@weblinxinc.com | jacob@bearce.me */

#mobileNavWrapper {
	background: #1E86BB;
	bottom: 0;
	display: none;
	left: -999em;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 220px;
	z-index: 1;
	/* css3 */
	-webkit-transition: left 0s 0.25s;
	transition: left 0s 0.25s;
}

@media screen and (max-width: 639px) {
	#mobileNavWrapper {
		display: block;
	}
}

.navOpen #mobileNavWrapper {
	left: 0;
	/* css3 */
	-webkit-transition: none;
	transition: none;
}

	#mobileNavWrapper #mobileNav {
	}

		#mobileNavWrapper #mobileNav address {
			background: #03699D;
			padding: 15px 20px 20px;
		}

			#mobileNavWrapper #mobileNav address h6 {
				color: #FFF;
				font-size: 16px;
				font-size: 1rem;
				line-height: 1.25em;
				margin: 0;
				text-align: center;
				text-transform: uppercase;
			}

				#mobileNavWrapper #mobileNav address h6 a {
					color: #FFF;
					display: block;
					font-size: 1.5em;
					font-weight: 800;
				}

		#mobileNavWrapper #mobileNav nav {
			padding: 12px 0;
		}

			#mobileNavWrapper #mobileNav nav ul {
				color: #FFF;
				font-family: "Open Sans", sans-serif;
				font-size: 14px;
				font-size: 0.875rem;
				font-weight: 700;
				list-style: none;
				line-height: normal;
				margin: 0;
				padding: 0;
				text-transform: uppercase;
			}

				#mobileNavWrapper #mobileNav nav ul li {
					position: relative;
				}

					#mobileNavWrapper #mobileNav nav ul li a {
						border-bottom: 1px solid #03699D;
						color: #FFF;
						display: block;
						margin: 0 20px;
						padding: 8px 0;
					}

					#mobileNavWrapper #mobileNav nav ul li:last-child > a {
						border-bottom-width: 0;
					}

					#mobileNavWrapper #mobileNav nav ul li a:hover {
					}

					#mobileNavWrapper #mobileNav nav ul li > button {
						background: none;
						border: 0;
						height: 35px;
						padding: 0;
						position: absolute;
						right: 10px;
						text-indent: -999em;
						top: 0;
						width: 38px;
						/* css3 */
						-webkit-transition: -webkit-transform 0.25s;
						transition: transform 0.25s;
					}

					#mobileNavWrapper #mobileNav nav ul li.open > button {
						/* css3 */
						-webkit-transform: rotate(180deg);
						transform: rotate(180deg);
					}

						#mobileNavWrapper #mobileNav nav ul li > button:before,
						#mobileNavWrapper #mobileNav nav ul li > button:after {
							background: #FFF;
							content: "\0020";
							display: block;
							height: 4px;
							position: absolute;
							top: 16px;
							width: 12px;
						}

						#mobileNavWrapper #mobileNav nav ul li > button:before {
							left: 10px;
							/* css3 */
							-webkit-transform: rotate(45deg);
							transform: rotate(45deg);
						}

						#mobileNavWrapper #mobileNav nav ul li > button:after {
							right: 10px;
							/* css3 */
							-webkit-transform: rotate(-45deg);
							transform: rotate(-45deg);
						}

					#mobileNavWrapper #mobileNav nav ul li ul {
						background: #39B54A;
						max-height: 0;
						overflow: hidden;
						padding: 0;
						/* css3 */
						-webkit-transition: max-height 0.25s, padding 0.25s;
						transition: max-height 0.25s, padding 0.25s;
					}

					#mobileNavWrapper #mobileNav nav ul li.open > ul {
						max-height: 1000px;
						padding-bottom: 12px;
						padding-top: 12px;
						/* css3 */
						-webkit-transition: max-height 0.5s, padding 0.25s;
						transition: max-height 0.5s, padding 0.25s;
					}

						#mobileNavWrapper #mobileNav nav ul li ul li {
						}

							#mobileNavWrapper #mobileNav nav ul li ul li a {
								border-bottom-color: #049217;
							}

								#mobileNavWrapper #mobileNav nav ul li ul {
								}

									#mobileNavWrapper #mobileNav nav ul li ul li {
									}

										#mobileNavWrapper #mobileNav nav ul li ul li a {
										}

										#mobileNavWrapper #mobileNav nav ul li ul li ul {
											background: none;
											color: #FFF;
											font-weight: 400;
											padding: 0;
											text-align: left;
											text-transform: none;
										}

											#mobileNavWrapper #mobileNav nav ul li ul li ul li {
											}

												#mobileNavWrapper #mobileNav nav ul li ul li ul li a {
													padding-left: 10px;
													position: relative;
												}

												#mobileNavWrapper #mobileNav nav ul li ul li ul li:last-child a {
													border-bottom-width: 1px;
												}

													#mobileNavWrapper #mobileNav nav ul li ul li ul li a:before {
														content: "\002D";
														left: 0;
														position: absolute;
														top: 7px;
													}

#headerWrapper {
	background: #FFF;
	border-bottom: 3px solid #ABCDEF;
	padding: 0 20px;
	position: relative;
	z-index: 999;
}

	#headerWrapper header {
		margin: 0 auto;
		position: relative;
		width: 1110px;
	}

	@media screen and (max-width: 1279px) {
		#headerWrapper header {
			max-width: 1110px;
			width: auto;
		}
	}

		#headerWrapper header > a {
			display: block;
			float: left;
			padding: 23px 0;
			width: 286px;
		}

		@media screen and (max-width: 959px) {
			#headerWrapper header > a {
				width: 240px;
			}
		}

		@media screen and (max-width: 852px) {
			#headerWrapper header > a {
				width: 186px;
			}
		}

		@media screen and (max-width: 767px) {
			#headerWrapper header > a {
				padding-bottom: 20px;
				padding-top: 20px;
				width: 136px;
			}
		}

		@media screen and (max-width: 639px) {
			#headerWrapper header > a {
				float: none;
				padding-bottom: 14px;
				padding-top: 14px;
				width: 50%;
			}
		}

		@media screen and (max-width: 479px) {
			#headerWrapper header > a {
				width: 100%;
			}
		}

			#headerWrapper header > a img {
				display: block;
				width: 100%;
			}

		#headerWrapper header > div {
			float: right;
			padding: 35px 0 0;
		}

		@media screen and (max-width: 767px) {
			#headerWrapper header > div {
				padding-top: 21px;
			}
		}

		@media screen and (max-width: 639px) {
			#headerWrapper header > div {
				float: none;
				padding-top: 0;
			}
		}

			#headerWrapper header > div > button {
				background: none;
				border: 0;
				color: #1E86BB;
				display: none;
				float: left;
				font-size: 14px;
				font-size: 0.875rem;
				font-weight: 800;
				margin: 0 0 14px -5px;
				padding: 5px 10px 5px 30px;
				position: relative;
				text-transform: uppercase;
			}

			@media screen and (max-width: 639px) {
				#headerWrapper header > div > button {
					display: block;
				}
			}

				#headerWrapper header > div > button:before,
				#headerWrapper header > div > button:after,
				#headerWrapper header > div > button em:before {
					background: #1E86BB;
					content: "\0020";
					height: 2px;
					left: 5px;
					position: absolute;
					width: 20px;
				}

				#headerWrapper header > div > button:before {
					top: 9px;
				}

				#headerWrapper header > div > button:after {
					top: 14px;
				}

				#headerWrapper header > div > button em:before {
					top: 19px;
				}

				#headerWrapper header > div > button em {
					font-style: normal;
				}

			#headerWrapper header > div form {
				float: right;
			}

			@media screen and (max-width: 639px) {
				#headerWrapper header > div form {
					margin: 6px 0 14px;
				}
			}

				#headerWrapper header > div form label {
					color: #39B54A;
					display: block;
					float: left;
					font-size: 13px;
					font-size: 0.8125rem;
					font-weight: 800;
					line-height: normal;
					margin: 0;
					padding: 0 10px;
					text-transform: uppercase;
				}

				@media screen and (max-width: 639px) {
					#headerWrapper header > div form label {
						padding: 0 8px;
					}
				}

				#headerWrapper header > div form div {
					background: #FFF;
					border: 1px solid #ABCDEF;
					float: left;
				}

					#headerWrapper header > div form div input[type=search],
					#headerWrapper header > div form div input[type=text] {
						background: none;
						border: 0;
						float: left;
						font-size: 12px;
						font-size: 0.75rem;
						line-height: normal;
						margin: 0;
						padding: 0 4px;
						width: 156px;
					}

					@media screen and (max-width: 639px) {
						#headerWrapper header > div form div input[type=search],
						#headerWrapper header > div form div input[type=text] {
							width: 86px;
						}
					}

					#headerWrapper header > div form div input[type=submit] {
						background: url("../img/icon-search.png") center center no-repeat;
						background-size: 13px 13px;
						border: 0;
						float: left;
						height: 17px;
						margin: 0;
						padding: 0;
						text-indent: -999em;
						width: 17px;
					}

					#headerWrapper header > div form div input[type=submit]:hover {
					}

					#headerWrapper header > div form div:after {
						clear: both;
						content: "\0020";
						display: block;
						visibility: hidden;
					}

				#headerWrapper header > div form:after {
					clear: both;
					content: "\0020";
					display: block;
					visibility: hidden;
				}

			#headerWrapper header > div nav {
				clear: both;
				float: right;
			}

			@media screen and (max-width: 639px) {
				#headerWrapper header > div nav {
					display: none;
				}
			}

				#headerWrapper header > div nav ul {
					color: #1E86BB;
					font-size: 16px;
					font-size: 1rem;
					font-weight: 800;
					line-height: normal;
					list-style: none;
					margin: 0;
					padding: 0;
					text-align: center;
					text-transform: uppercase;
				}

				@media screen and (max-width: 852px) {
					#headerWrapper header > div nav ul {
						font-size: 14px;
						font-size: 0.875rem;
					}
				}

				@media screen and (max-width: 767px) {
					#headerWrapper header > div nav ul {
						font-size: 13px;
						font-size: 0.8125rem;
					}
				}

					#headerWrapper header > div nav ul li {
						float: left;
					}

					#headerWrapper header > div nav ul li.mega-menu-columns-1 {
						position: relative;
					}

					@media screen and (max-width: 1023px) {
						#headerWrapper header > div nav > ul > li:first-child {
							display: none;
						}
					}

						#headerWrapper header > div nav ul li a {
							color: #1E86BB;
							display: block;
							padding: 35px 38px;
							position: relative;
							z-index: 2;
						}

						@media screen and (max-width: 1279px) {
							#headerWrapper header > div nav ul li a {
								padding-left: 28px;
								padding-right: 28px;
							}
						}

						@media screen and (max-width: 1079px) {
							#headerWrapper header > div nav ul li a {
								padding-left: 22px;
								padding-right: 22px;
							}
						}

						@media screen and (max-width: 959px) {
							#headerWrapper header > div nav ul li a {
								padding: 27px 16px;
							}
						}

						@media screen and (max-width: 852px) {
							#headerWrapper header > div nav ul li a {
								padding-bottom: 19px;
								padding-top: 19px;
							}
						}

						@media screen and (max-width: 767px) {
							#headerWrapper header > div nav ul li a {
								padding: 15px 12px;
							}
						}

						#headerWrapper header > div nav ul li:first-child a {
							padding-left: 0;
						}

						#headerWrapper header > div nav ul li:last-child a {
							padding-right: 0;
						}

							#headerWrapper header > div nav ul li.mega-menu-columns-1 > a:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-2 > a:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-3 > a:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-4 > a:after {
								border-bottom: 23px solid #39B54A;
								border-left: 23px solid transparent;
								border-right: 23px solid transparent;
								bottom: 0;
								content: "\0020";
								display: block;
								height: 0;
								left: -999em;
								margin-left: -23px;
								opacity: 0;
								position: absolute;
								width: 0;
								/* css3 */
								-webkit-transition: left 0s 0.25s, opacity 0.25s;
								transition: left 0s 0.25s, opacity 0.25s;
							}

						#headerWrapper header > div nav > ul > li > a:hover,
						#headerWrapper header > div nav > ul > li:hover > a {
							color: #39B54A;
						}

							#headerWrapper header > div nav ul li.mega-menu-columns-1:hover > a:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-1 > a:hover:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-2:hover > a:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-2 > a:hover:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-3:hover > a:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-3 > a:hover:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-4:hover > a:after,
							#headerWrapper header > div nav ul li.mega-menu-columns-4 > a:hover:after {
								left: 50%;
								opacity: 1;
								/* css3 */
								-webkit-transition: opacity 0.25s;
								transition: opacity 0.25s;
							}

						#headerWrapper header > div nav ul li > section {
							background: #39B54A;
							left: 0;
							opacity: 0;
							overflow: hidden;
							position: absolute;
							right: 0;
							text-align: left;
							top: -999em;
							z-index: 1;
							/* css3 */
							-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
							box-shadow: 0 0 6px rgba(0,0,0,0.2);
							display: -webkit-box;
							display: -webkit-flex;
							display: -moz-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-transition: opacity 0.25s, top 0s 0.25s;
							transition: opacity 0.25s, top 0s 0.25s;
						}

                        #headerWrapper header > div nav ul li.mega-menu-columns-1 > section {
                            right: auto;
                            width: 300px;
                        }
						
						#headerWrapper header > div nav ul li:hover > section {
							opacity: 1;
							top: 100%;
							/* css3 */
							-webkit-transition: opacity 0.25s;
							transition: opacity 0.25s;
						}

							#headerWrapper header > div nav ul li > section > div {
								background: #1E86BB;
								padding: 30px;
								/* css3 */
								-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
								box-shadow: 0 0 6px rgba(0,0,0,0.2);
							}

                            #headerWrapper header > div nav ul li.mega-menu-columns-1 > section > div {
                                width: 100%;
                            }

							#headerWrapper header > div nav ul li.mega-menu-columns-2 > section > div,
							#headerWrapper header > div nav ul li.mega-menu-columns-3 > section > div,
							#headerWrapper header > div nav ul li.mega-menu-columns-4 > section > div {
								float: left;
							}

							@media screen and (max-width: 959px) {
								#headerWrapper header > div nav ul li.mega-menu-columns-4 > section > div {
									display: none;
								}
							}

							#headerWrapper header > div nav ul li.mega-menu-columns-2 > section > div {
								width: 50%;
								/* css3 */
								-webkit-box-flex: 1 1 50%;
								-webkit-flex: 1 1 50%;
								-moz-box-flex: 1 1 50%;
								-ms-flex: 1 1 50%;
								flex: 1 1 50%;
							}

							#headerWrapper header > div nav ul li.mega-menu-columns-3 > section > div {
								width: 33.333333333333333333333333333333%;
								/* css3 */
								-webkit-box-flex: 1 1 33.333333333333333333333333333333%;
								-webkit-flex: 1 1 33.333333333333333333333333333333%;
								-moz-box-flex: 1 1 33.333333333333333333333333333333%;
								-ms-flex: 1 1 33.333333333333333333333333333333%;
								flex: 1 1 33.333333333333333333333333333333%;
							}

							#headerWrapper header > div nav ul li.mega-menu-columns-4 > section > div {
								width: 25%;
								/* css3 */
								-webkit-box-flex: 1 1 25%;
								-webkit-flex: 1 1 25%;
								-moz-box-flex: 1 1 25%;
								-ms-flex: 1 1 25%;
								flex: 1 1 25%;
							}

							.flexbox #headerWrapper header > div nav ul li.mega-menu-columns-2 > section > div,
							.flexboxlegacy #headerWrapper header > div nav ul li.mega-menu-columns-2 > section > div,
							.flexbox #headerWrapper header > div nav ul li.mega-menu-columns-3 > section > div,
							.flexboxlegacy #headerWrapper header > div nav ul li.mega-menu-columns-3 > section > div,
							.flexbox #headerWrapper header > div nav ul li.mega-menu-columns-4 > section > div,
							.flexboxlegacy #headerWrapper header > div nav ul li.mega-menu-columns-4 > section > div {
								float: none;
								width: auto;
							}

								#headerWrapper header > div nav ul li > section > div h6 {
									color: #FFF;
									font-size: 16px;
									font-size: 1rem;
									margin: 0;
									text-align: left;
								}

								#headerWrapper header > div nav ul li > section > div p {
									color: #FFF;
									font-size: 14px;
									font-size: 0.875rem;
									font-weight: 400;
									line-height: 22px;
									line-height: 1.5714285714285714285714285714286em;
									margin: 0 0 20px;
									margin-bottom: 1.4285714285714285714285714285714rem;
									text-transform: none;
								}

								#headerWrapper header > div nav ul li > section > div p:last-child {
									margin-bottom: 0;
								}

								#headerWrapper header > div nav ul li > section > div a.button {
									color: #FFF;
									display: block;
									font-size: 16px;
									font-size: 1rem;
									font-weight: 700;
									padding: 7px 10px;
									text-transform: uppercase;
								}

								#headerWrapper header > div nav ul li > section > div p:last-child a.button:last-child {
									margin-bottom: 0;
								}

							#headerWrapper header > div nav ul li > section > ul {
								color: #FFF;
								float: left;
								font-weight: 700;
								padding: 25px 30px;
								text-align: left;
								width: 25%;
							}

                            #headerWrapper header > div nav ul li.mega-menu-columns-1 > section > ul {
                                width: 100%;
                            }

							#headerWrapper header > div nav ul li.mega-menu-columns-2 > section > ul,
							#headerWrapper header > div nav ul li.mega-menu-columns-3 > section > ul,
							#headerWrapper header > div nav ul li.mega-menu-columns-4 > section > ul {
								float: left;
							}

							#headerWrapper header > div nav ul li.mega-menu-columns-2 > section > ul {
								width: 50%;
								/* css3 */
								-webkit-box-flex: 1 1 50%;
								-webkit-flex: 1 1 50%;
								-moz-box-flex: 1 1 50%;
								-ms-flex: 1 1 50%;
								flex: 1 1 50%;
							}

							#headerWrapper header > div nav ul li.mega-menu-columns-3 > section > ul {
								width: 33.333333333333333333333333333333%;
								/* css3 */
								-webkit-box-flex: 1 1 33.333333333333333333333333333333%;
								-webkit-flex: 1 1 33.333333333333333333333333333333%;
								-moz-box-flex: 1 1 33.333333333333333333333333333333%;
								-ms-flex: 1 1 33.333333333333333333333333333333%;
								flex: 1 1 33.333333333333333333333333333333%;
							}

							#headerWrapper header > div nav ul li.mega-menu-columns-4 > section > ul {
								width: 25%;
								/* css3 */
								-webkit-box-flex: 1 1 25%;
								-webkit-flex: 1 1 25%;
								-moz-box-flex: 1 1 25%;
								-ms-flex: 1 1 25%;
								flex: 1 1 25%;
							}

							.flexbox #headerWrapper header > div nav ul li.mega-menu-columns-2 > section > ul,
							.flexboxlegacy #headerWrapper header > div nav ul li.mega-menu-columns-2 > section > ul,
							.flexbox #headerWrapper header > div nav ul li.mega-menu-columns-3 > section > ul,
							.flexboxlegacy #headerWrapper header > div nav ul li.mega-menu-columns-3 > section > ul,
							.flexbox #headerWrapper header > div nav ul li.mega-menu-columns-4 > section > ul,
							.flexboxlegacy #headerWrapper header > div nav ul li.mega-menu-columns-4 > section > ul {
								float: none;
								width: auto;
							}

								#headerWrapper header > div nav ul li > section > ul li {
									float: none;
								}

									#headerWrapper header > div nav ul li > section > ul li a {
										color: #FFF;
										padding: 5px 0;
									}

									#headerWrapper header > div nav ul li > section > ul li a:hover {
									}

									#headerWrapper header > div nav ul li > section > ul li ul {
										color: #FFF;
										font-weight: 400;
										text-align: left;
										text-transform: none;
									}

										#headerWrapper header > div nav ul li > section > ul li ul li {
											padding: 0 0 0 20px;
											position: relative;
										}

											#headerWrapper header > div nav ul li > section > ul li ul li:before {
												content: "\002D";
												left: 9px;
												position: absolute;
												top: 4px;
											}

											#headerWrapper header > div nav ul li > section > ul li ul li a {
											}

											#headerWrapper header > div nav ul li > section > ul li ul li a:hover {
											}

							#headerWrapper header > div nav ul li > section:after {
								clear: both;
								content: "\0020";
								display: block;
								visibility: hidden;
							}

					#headerWrapper header > div nav ul:after {
						clear: both;
						content: "\0020";
						display: block;
						visibility: hidden;
					}

			#headerWrapper header > div:after {
				clear: both;
				content: "\0020";
				display: block;
				visibility: hidden;
			}

		#headerWrapper header:after {
			clear: both;
			content: "\0020";
			display: block;
			visibility: hidden;
		}