
/* ## footer ## */

.footer {
	padding: 50px 20px 10px 20px;
	color: #fff;
	text-align: left;
	border-top: 1px solid #dde3ec;
	background-image: url(/cms/images/layout/homepage/footer-bg.png);
}

	.footer .contentWrpr {		
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		grid-gap: 50px;
	}
		.footer .contentWrpr a {
			color:#fff;
			text-decoration:none;
		}

		.footer .contentWrpr h3 {
			color: #44b1e4;
			margin-top: 0;
			margin-bottom: 20px;
			font-size:1.4em;
			background:none;
		}

		.footer .contentWrpr .ui-widget-content {
			background: none;
			padding:10px 20px;
		}

		.footer .contentWrpr .sep {
			height: 1px;
			background: #44b1e4;
			margin-bottom: 20px;
		}
		.footer .logoWrpr {
			width: 30%;
		}
	.footer .logoWrpr .logo {
		margin-bottom:30px;
	}

		.footer .logoWrpr .logoText {
			line-height:1.5em;
			max-width:360px;
		}

	.footer .addressWrpr {
		width: 20%;
	}
	.footer .qlinksWrpr {
		width: 20%;
	}
	.footer .socialWrpr {
		width: 30%;
	}

		.footer .socialWrpr .follow-us a {
			background: #fff;
			width: 45px;
			height: 45px;
			border-radius: 50%;
			text-align: center;
			margin: 0px 3px;
		}

			.footer .socialWrpr a svg.icon {
				fill: #185394;
				width:25px;
				height:25px;
				position:relative;
				top:7px;
				left:1px;
			}

			.footer-links {
				margin: 0 0 15px;
			}





.footer .socialWrpr .signUp input {
	padding: 14px 20px;
	margin-right: -7px;
	border-radius: 4px 0px 0px 4px;
	border: solid 1px #44b1e4;
	background: #fff;
	color: #000000;
	font-size: 0.875em;
}

.footer .socialWrpr .signUp .btn {
	background: #44b1e4;
	text-transform: initial;
	font-weight: normal;
	font-size: 0.875em;
	padding: 16px 25px;
}

.footer-heading {display:block; font-size:1.5em; font-weight:bold; margin:0 0 30px 0;}
.footer-heading a {text-decoration:none;}

.footer-links {}
.footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.footer-links ul li {margin:2px 0;}
.footer-links a { text-decoration:none;}
.footer-links a:hover,
.footer-links a:focus {text-decoration:underline;}
.sub-footer {
	margin-top:60px;

}
	.sub-footer .container {
		padding: 40px 0 40px;
		border-top: solid 1px #44b1e4;
	}

	.sub-footer .grid-12 {
		display:flex;
		justify-content:space-between;
		align-items:center;
		grid-gap:20px;
		padding:0;
	}

	.sub-footer-links {
		margin-bottom: 5px;
	}
.sub-footer-links ul {margin:0px; padding:0px; list-style-type:none;}
.sub-footer-links ul li {display:inline-block; margin:0 10px;}
.sub-footer-links a {font-size:1em; color:#fff; text-decoration:none; font-weight:initial;}
.sub-footer-links a:hover,
.sub-footer-links a:focus {text-decoration:underline;}

.sub-footer-heading {font-size:.75em; margin-bottom:30px;}
.sub-footer-heading a{color: #113363; text-decoration: none;}
.copyright { font-size:1em;}
.copyright a {color:#113363; text-decoration:none; display:inline-block; margin-bottom:5px;}
.copyright a:hover,
.copyright a:focus {text-decoration:underline;}

/* ## Footer Email Signup ## */

.email-signup {margin:0 0 20px;}
.email-signup .inner {position:relative;}
.email-signup p { margin:0 0 10px 0; }
.email-signup .formee input[type="text"] {margin:0px;}
.email-signup .btn {position:absolute; right:0px; top:0px; height:100%;}

.follow-us {}
.follow-us a {text-decoration:none; color:#113363; display:inline-block; font-size:2em; margin:0 10px;}
.follow-us a:hover,
.follow-us a:focus {color:#333;}


/* =================================================================
                        Media Queries
===================================================================*/


@media only screen and (min-width:48em){
	.follow-us a {margin:0 15px;}
	
}