*, ::after, ::before {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: 100%/1.5 "Publico","Georgia",serif;
	color: #0b0b0b;
	min-width: 280px;
}

div {
	display: block;
}

#footer {
	padding-bottom: 100px;
	clear: both;
	overflow: hidden;
	display: block;
	box-sizing: inherit;
	margin: auto;
	padding: 0;
	border: 0;
	width:940px;
}

#footer-nav {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	display: block;
}

.footer-nav__list {
	padding-bottom: 36px;
	font-family: "Colfax","Helvetica","Arial",sans-serif;
	width: 20%;
	list-style: none;
	font-size: 0.875em;
}

.footer-nav__item {
	margin-bottom: 4px;
}

.footer-nav__link:visited {
	color: #888;
	border-color: #888;
}

.footer-nav__link:hover {
	text-decoration: underline;
}

.footer-nav__link {
	color: #428bdd;
	text-decoration: none;
}

a {
	background-color: transparent;
}

#footerBtn{
	color: #888;
	background-color: white;
	border-color: #888;
	font-size: 0.75rem;
	margin-left: auto;
	margin-right: auto;
	display: block;
	outline: 0;
	border-radius: 3px;
	border: 2px solid;
	font-family: "Colfax","Helvetica","Arial",sans-serif;
	font-weight: bold;
	line-height: 1;
	padding: 1.25em 1.5em;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;
}

#footerBtn:hover{
	background-color: #888;
	color: white;
}

#footerBtn:focus{
	background-color: #888;
	color: white;
}

#footer-links {
	font-family: "Colfax","Helvetica","Arial",sans-serif;
	font-size: 0.875em;
	width: 100%;
	padding-top: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}

#footer-links_expanded {
	font-family: "Colfax","Helvetica","Arial",sans-serif;
	font-size: 0.875em;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	max-height: 800px;
	transition: max-height 0.5s ease-in-out;
}

#footer-headline {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 26px;
	margin-top: 10px;
	color: #888;
}

#footer-logo {
	width: auto;
	height: 30px;
	margin-bottom: -10px;
	margin-left: 3px;
}

.linksSections {
	width: 25%;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}

.linksSections_titles {
	font-size: 14px;
	margin-bottom: 10px;
	color: #666;
}

.linksSections_list {
	list-style: none;
}

.linksSections_listItem {
	margin-bottom: 8px;
}

.linksSections_link {
	font-family: "Colfax","Helvetica","Arial",sans-serif;
	color: #666;
	text-decoration: none;
	line-height: 1.2;
	font-size: 14px;
	padding-right: 20px;
	margin-bottom: 5px;
	display: block;
	background-color: transparent;
}

.linksSections_link:hover {
	text-decoration: underline;
}

#footer-copyright {
	display: inline-block;
	width: 100%;
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}

#footer-copyright p {
	font-family: "Colfax","Helvetica","Arial",sans-serif;
	text-align: center;
	font-size: 0.875em;
	color: #888;
}