footer {
	font-size: 15px;
}

.social-icons {
	display: flex;
	margin-top: 12px;
}

.social-icons a {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: #549485;
	border-radius: 50%;
}

.social-icons a:hover {
	background: #428172;
}

.social-icons a:not(:first-child) {
	margin-left: 9px;
}

.secure-site-logo {
	max-width: 120px;
}

.opacity-35 {
	opacity: .35;
}

.form-rounded {
	border-radius: 20px;
	border: none;
	font-size: 0.875rem;
	height: calc(1.5em + .75rem + 6px);
	padding-left: 20px;
	padding-right: 20px;
}

.form-rounded-tall {
	height: calc(1.5em + .75rem + 12px);
	border-radius: 30px;
}

.form-rounded::placeholder {
	opacity: .65;
}

#footer-newsletter-msg {
	position: relative;
  top: 15px;
}