hr {
	margin-top: 0px !important;
}

.footer-container-wrapper{
	margin: auto 0;	
	vertical-align: bottom;
	bottom: 0;
}

.HW-Footer {
	background-color: #005470;
	width: 100%;
	padding: 60px;
	/* overflow: auto; */
	display: flex;
	flex-flow: row wrap-reverse;
	box-sizing: border-box;
}

.HW-Footer .HWFinfo {
	order: 2;
	width: auto;
	height: auto;
	display: inline-block;
	vertical-align: top;
	justify-content: flex-end;
	flex-grow: 1;
	flex-shrink: 2;
}

.HW-Footer .HWFinfo #menuBar {
	order: 1;
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: flex-end;
}

.HWFinfo .findUs {
	display: inline-block;
	overflow: auto;
	box-sizing: border-box;
	vertical-align: top;
	width: auto;
	/* 	margin-right: 30px; */
	/* 	background-color: orchid; */
}

a.footerSubLink {
	color: white;
}

.social {
	display: inline;
}

.social .socialIcons {
	padding-right: 0px !important;
}

.social .socialIcons img {
	width: 40px;
	height: 40px;
	color: white;
	display: inline-block;
	padding-top: 20px;
	padding-right: 10px;
}

.footerH1 {
	display: block;
	color: white;
	font-family: 'alternate-gothic-condensed-a', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 30px;
}

a .footerH1:hover {
	color: #6FB0C7;
}

.footerH2 {
	color: white;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-decoration: none;
}

a.footerH2 {
	margin-left: 0px;
}

.HW-Footer a:link {
	color: white;
	text-decoration: none;
	font-weight: 500;
}

.HW-Footer a:hover {
	color: #6FB0C7;
	font-weight: 500;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	max-width: 300px !important;
}

.menuFooter {
	/* display: inline-block; */
	color: white;
	box-sizing: border-box;
	height: auto;
	width: 100%;
	vertical-align: top;
	text-align: right;
	padding-bottom: 30px;
}

.menuFooter .footerMenuStyle, .HW-Footer ul, .HW-Footer li {
	display: inline-block;
	color: #FFFFFF !important;
	font-family: sans-serif;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: 500;
	text-decoration: none;
	list-style-type: none;
}


.menuFooter a {
	color: white !important;
}

.menuFooter a:hover, .menuFooter a:active {
	color: #6FB0C7 !important;
}

.HWFlogo {
	position: absolute;
	display: inline;
	vertical-align: bottom;
	right: 60px;
	bottom: 60px;
}

#HWLogo {
	display: relative;
	bottom: 0;
	width: 30vw;
	height: auto;
	float: right;
	clear: right;
	margin-right: 15px;
	margin-bottom: 15px;
}

#menuBar.HWFinfo {
	align-content: right;
}

p.copyright {
	vertical-align: bottom;
	margin-top: 20px;
	color: white;
	display: block;
	font-size: 0.75em;
	text-align: right;
	margin-right: 15px;
}

.footerMenuStyle li.hs-menu-item.hs-menu-depth-1 {
	padding: 0px !important;
	margin-bottom: 0px; 
}

/* tablet */
@media screen and (min-width: 575px) and (max-width: 992px) {
	#HWLogo {
		width: 40vw;
	}

	.menuFooter {
		text-align: left;
	}

	.footerMenuStyle a:link {
		color: white;
		text-decoration: none;
		font-weight: 500;
		padding-right: 30px !important;
		padding-left: 0 !important;
	}

	.locations {
		display: inline-flex;
		gap: 60px;
		margin-bottom: 200px;
		/* 		justify-content: flex-end; */
		/* 		float: right;; */
	}

	.menuFooter {
		padding-bottom; 0;
	}

	.footerH1, .footerH2 {
		/* 		text-align: right; */
		padding-right: 0 !important;
	}

	.social {
		float: left;
		margin-left: -10px;
	}

	.social .socialIcons img {
		padding-right: 0;
		/* 		padding-left: 15px; */
	}

	.footerH1 {
		margin-bottom: 0;
	}
}

/* mobile */
@media screen and (max-width: 574px) {
	.findUs{
		font-size:0.9em;
	}

	.social .socialIcons img {
		width: 40px;
		height: 40px;
		color: white;
		display: inline-block;
		padding-top: 10px;
		padding-right: 10px;
	}

	.locations {
		font-size: .9em;
		line-height: .9em;
		display: none;
	}

	.HWFinfo .menuFooter .footerMenuStyle{
		margin: 0;
		padding: 0;
		text-align: right;
		line-height: 3em;
	}

	.menuFooter .footerMenuStyle  li{
		display: block;
	}

	#firstLocation.footerH1 {
		display: none;
	}

	#HWLogo {
		width: 50vw;
	}

	.HWFlogo {
		position: absolute;
		display: inline;
		vertical-align: bottom;
		bottom: 30px;
		left: 0;
	}
	
	.social {
		position: absolute;
		display: inline;
		vertical-align: bottom;
		bottom: 200px;
		right: 60px;
	}

	.menuFooter {
		margin-bottom: 150px;
	}
	
}