#footer {
		padding-bottom: 20px;
    background: #172432;
    color: rgba(255,255,255,.8);
    flex-shrink: 0;
    font-family: Roboto,font-sans;
		position: relative;
		font-size: 14px;
}

#footer .row:before {
    display: table;
    content: " ";
}

#footer .row:before {
    display: table;
    content:" ";
}
#footer .top {
	padding: 40px 0;
	color: #fff;
}

#footer .top h5 {
	margin-top: 40px;
	font-size: 1.1em;
	font-weight: 700;
	color: #fff;
}

#footer .top ul a {
    font-size: .95em;
    color: #b2b4b6;
    line-height: 2em;
}

#footer .top ul a:hover {
	color: #fff;
}

#footer a {
    color: inherit;
    text-decoration: none;
    transition: .2s;
}

#footer .top ul {
    list-style: none;
}

#footer .top ul {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

#footer .hbspt-form input[type=text], #footer .hbspt-form input[type=email] {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 12px;
	height: 42px;
	font-size: 1em;
	margin-bottom: 10px;
	border-radius: .25rem;
	color: #495057;
	width: calc(100% - 120px);
}

#footer .submitted-message {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px; 
}

#footer .hbspt-form input[type=submit] {
	/* padding: 10px 12px; */
	padding: 1.3rem 2.1rem;
	background-color: #00bf88;
	border-color: #00bf88;
	border-radius: 20px;
	color: #fff;
	font-weight: 700;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	border: 0;

}

@media screen and (min-width: 1200px) {
	#footer .hbspt-form input[type=submit] {
		transition: .2s;

	}
}
#footer .hbspt-form input[type=submit]:hover {
	background-color: #218838;
	border-color: #1e7e34;
}

#footer .hbspt-form input[type=submit]:active {
	border-color: transparent;
}
/* #label-email-c7aa76e1-6d32-4c29-a127-5698ec00dfa2, */
.hbspt-form {
	text-align: left;
	position: relative;
}
.hbspt-form div>label
{
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizelegibility;
	line-height: 1.7em;
	margin: 40px 0 1rem;
	display: none;
}
.hbspt-form {
	font-family: 'Roboto', sans-serif;
}

.hbspt-form label {
	font-size: 14px;
	margin-top: 0;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
#footer ul.hs-error-msgs {
	margin: 0 !important;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
	#footer .hbspt-form input[type=submit]{
		font-size: 14px;
	}
}
#footer .hbspt-form input[type=email]:focus {
	box-shadow: none;
	border: 3px solid #00bf88;
}

#footer-social a i {
	font-size: 30px;
}
#footer-social li {
	padding-right: 5px;
	padding-left: 5px;
}
#footer-social a {
	margin-right: 10px;
}

@media screen and (max-width: 691px) {

	#footer .top ul {
		margin: 20px 0 !important;
	}
	#footer ul.hs-error-msgs {
		margin: 0 !important;
	}

	#footer .m-centered {
		text-align: center;
	}
}

#cop {
	font-size: .9em;
	color: rgb(104, 107, 116);
}

.cop_link {
	cursor: pointer;
	color: rgb(104, 107, 116);
	margin-left: 5px;
	text-decoration: none;
	outline: none !important;
}

#footer a.cop_link:hover {
	color: rgb(251, 251, 252);
}

@media screen and (max-width: 993px) {
	#footer .hbspt-form input[type=submit] {
		position: relative;
		width: 100%;
		top: inherit;
		right: inherit;
		margin-bottom: 10px;
	}
	#footer .hbspt-form input[type=text], #footer .hbspt-form input[type=email]  {
		width: 100%;
	}
}

@media screen and (min-width: 667px) {
	#footer .top > .row {
		flex-wrap: nowrap !important;
	}
}