/* FOOTER */

.Footer{background:#f1f1f1;}
.Footer .frame{
	position:relative;
	overflow:hidden;}
	
.Footer .column:nth-child(1){width:20%;}
.Footer .column:nth-child(2){width:30%;}
.Footer .column:nth-child(3){width:50%;}



.Footer-Nav{
	float:left;
	width:115px;}
.Footer-Nav li{
	display:block;
	padding:0;
	margin-bottom:9px;}
.Footer-Nav li:last-child{margin-bottom:0;}
.Footer-Nav a{font-weight:700;}
.Footer-Nav a:hover{color:#005587;}


.Footer .contact-info{font-size:14px;}
.Footer .contact-info a{font-size:16px;}


.Footer .social {margin: 25px -7px 0;}
.Footer .social a {
	display: inline-block;
	vertical-align: top;
	margin: 0 7px; }
.Footer .social img {
	display: block;
	width: 32px;
	height: 32px; }


.Footer .Newsletter-Signup form{margin:15px 0 40px;}
.Footer .Newsletter-Signup input{
	display:inline-block;
	vertical-align:top;
	width:60%;}
.Footer .Newsletter-Signup button{
	display:inline-block;
	vertical-align:top;
	width:38%;
	margin-top:0;}

.Footer .Newsletter-Signup .links {
	white-space:nowrap;}

.Footer .Newsletter-Signup .links a {
	font-weight:700;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #dadada;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 14px; }

.Footer .Newsletter-Signup .links a:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0; }

.Footer .copyright{
	font-size:14px;
	color:#7c7c7c;}
.Footer .copyright .links{display:inline;}
.Footer .copyright a{
	color:#333;
	padding:0 0 0 20px;
	transition:color 0.25s;}
.Footer .copyright a:hover{color:#005587;}


@media(max-width:1160px){
	.Footer .signup form{margin:20px 0;}
	.Footer .copyright .links{display:block;}
	.Footer .copyright .links a{padding:0 20px 0 0;}
	.Footer .Newsletter-Signup .links a {font-size:12px;}
}

@media(max-width:1060px){
	.Footer .column:nth-child(1){display:none;}
	.Footer .column:nth-child(2){width:40%; display:inline-block;}
	.Footer .column:nth-child(3){width:60%; display:inline-block;}
}

@media(max-width:760px){
	.Footer .column{text-align:center;}
	.Footer .column:nth-child(2){width:auto; display:block; margin-bottom:40px;}
	.Footer .column:nth-child(3){width:auto; display:block; max-width:500px; margin:0 auto;}
}

@media(max-width:540px){
	.Footer .Newsletter-Signup .links{display:none;}
}

@media(max-width:480px){
	.Footer .Newsletter-Signup input{display:block; width:100%; margin-bottom:10px;}
	.Footer .Newsletter-Signup button{width:100%; box-sizing:border-box; text-align:center;}
}



/* 2019 FOOTER */

.Footer2 {
	background:#f1f1f1;
}

.Footer2 .frame{
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

.Footer2 .footer-nav,
.Footer2 .newsletter,
.Footer2 .contact-info,
.Footer2 .social,
.Footer2 .legal {
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}

.Footer2 .footer-nav,
.Footer2 .social,
.Footer2 .legal {
	width: 50%;
	clear: left;
	float: left;
}

.Footer2 .newsletter,
.Footer2 .contact-info {
	width: calc(50% - 20px);
	clear: right;
	float: right;
}

/* nav */

.Footer2 .footer-nav ul {
	float: left;
	width: calc(33.33% - 10px);
    margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
    line-height: 1.3;
}

.Footer2 .footer-nav li {
	font-weight: 700;
	padding: 5px 0;
	margin: 0;
	font-size:12px; 
	line-height:1.3;
}

.Footer2 .footer-nav a{font-weight:700;}
.Footer2 .footer-nav a:hover{color:#005587;}

/* contact */

.Footer2 .contact-info {
	position: relative;
	padding-right: 280px;
	margin-top: -30px;
}

.Footer2 .contact-info .address {
	position: absolute;
	top: 20px;
	right: 10px;
	width: 250px;
	
}

.Footer2 .contact-info .phone-email p {
	margin-bottom: 10px;
	font-size:12px; 
	line-height:1.3
}

.Footer2 .contact-info .address p {
	margin-bottom: 24px;
	font-size: 14px;
	line-height: 24px;
	font-size:12px; 
	line-height:1.3
}

/* social */

.Footer2 .social {
	margin-left: -8px;
}

.Footer2 .social a {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

/* legal */

.Footer2 .legal {
	font-size: 14px;
}

.Footer2 .legal a {
	padding-right: 20px;
}

.Footer2 .copyright {
	margin-top: 20px;
	color: #A6A6A6;
}

/* newsletter overrides */

.Footer2 .Newsletter-Signup form{margin:15px 0 15px;}
.Footer2 .Newsletter-Signup input{
	display:inline-block;
	vertical-align:top;
	width:60%;}
.Footer2 .Newsletter-Signup button{
	display:inline-block;
	vertical-align:top;
	width: 38%;
	padding: 13px;
	margin-top:0;}

.Footer2 .Newsletter-Signup .links {
	white-space:nowrap;}
.Footer2 .Newsletter-Signup .links a {
	font-weight:700;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #dadada;
	padding-right: 10px;
	margin-right: 5px;
	font-size: 14px; }
.Footer2 .Newsletter-Signup .links a:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0; }
	
.Footer2 .hs-email {
    display: inline-block;
    vertical-align: top;
    width: 60%;

}
.Footer2 .small-print{line-height:1.3; font-size:12px;}
.Footer2 .submitted-message {   margin: 30px 0;   font-weight: bold;   color: #26c571;}
.Footer2 .hs-email .input {
    width: 100%;
}

.Footer2 .hs-email input.hs-input {
    width: 100% !important;
}

.Footer2 .hs_submit.hs-submit {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    padding-left: 4px;
    margin-top: 0;
}

.Footer2 input.hs-button.primary.large {
    width: 100%;
    display: block;
    margin: 0;
}

@media(max-width:1060px){
	.Footer2 .footer-nav,
	.Footer2 .social,
	.Footer2 .legal {
		width: 40%;
	}

	.Footer2 .newsletter,
	.Footer2 .contact-info {
		width: 60%;
	}
}


@media(max-width:960px){
	.Footer2 .frame {max-width:600px; text-align:center; padding: 20px 0 60px;}
	.Footer2 .footer-nav,
	.Footer2 .newsletter,
	.Footer2 .contact-info,
	.Footer2 .social,
	.Footer2 .legal {width:auto; float:none;}
	.Footer2 .footer-nav {display:none;}
	.Footer2 .contact-info {padding:0;}
	.Footer2 .contact-info .address {position:static; width:auto; padding-top:20px;}
	.Footer2 .social {margin-left:0;}
	.Footer2 .social a {margin:0 10px;}
	.Footer2 .legal a {padding: 0 10px;}
}

@media(max-width:530px){
	.Footer2 .newsletter .links a {display:block; border-right:none; border-top:1px solid #dadada; padding:5px 0; margin:0; }
	.Footer2 .newsletter .links a:last-child {border-bottom:1px solid #dadada;}
}