h1 {
	font-family: "skolar-sans-latin-condensed",sans-serif !important;
	font-weight: 800 !important;
}

h2 {
	font-family: "skolar-sans-latin-condensed",sans-serif !important;
	font-weight: 700 !important;
	margin-top: 10px !important;
}

h3 {
	font-family: "skolar-sans-latin-condensed",sans-serif !important;
	font-weight: 900 !important;
}

h4 {
	font-family: "skolar-sans-latin-condensed",sans-serif !important;
	font-weight: 600 !important;
}

p {
	font-family: "ff-tisa-web-pro",serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}

li {
	font-family: "ff-tisa-web-pro",serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

.title {
	margin-top: 15px;
	margin-bottom: 10px;
}

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

.grey-link {
	color: #777 !important;
}

.grey-link:hover {
	color: #282828 !important;
	text-decoration: none !important;
}

.white-link, .social-link {
	color: #fff !important;
}

.black-link {
	color: #000 !important;
}

.facebook-link:hover {
	color: #3b5998 !important;
}

.flickr-link:hover {
	color: #ff0084 !important;
}

.github-link:hover {
	color: #4183c4 !important;
}

.google-link:hover {
	color: #dc4e41 !important;
}

.instagram-link:hover {
	color: #3f729b !important;
}

.linkedin-link:hover {
	color: #0077b5 !important;
}

.pinterest-link:hover {
	color: #bd081c !important;
}

.twitter-link:hover {
	color: #55acee !important;
}

.vine-link:hover {
	color: #00b488 !important;
}

.fa-vine {
	color: #282828 !important;
}

.fa-stack {
	margin-top: -12px;
	margin-left: -2px;
	margin-right: -2px;
}

.youtube-link:hover {
	color: #cd201f !important;
}

.sand {
	color: #cea562;
}

.sea {
	color: #315b81;
}

.sky {
	color: #629ace;
}

.corporate-link:hover {
	color: #cea562 !important;
}

.local-link:hover {
	color: #315b81 !important;
}

.targeted-link:hover {
	color: #629ace !important;
}

#credits span.name {
	font-weight: bold;
}

#credits span.role {
	font-size: 14px;
	color: rgb(128, 128, 128);
}

.labelled-data {
	font-family: "ff-tisa-web-pro",serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

.title-link {
	font-family: "skolar-sans-latin-condensed",sans-serif !important;
	font-weight: 600 !important;
}

.brand-icon {
	width: 100%;
}

.brand-greyscale figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.brand-greyscale figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

#brands hr {
	margin-bottom: 10px !important;
	margin-top: 0px !important;
}