@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

h1, h2, h3, h4, h5, h6, p, ul, ol, table, form, hr, blockquote {
	margin-top: 1.25em;
}
.clear {
	clear: both;
}
img {
	border: none;
}
img[height] {
	height: auto !important;
}
.limited-width {
    margin-left: auto;
    margin-right: auto;
}
.horizontal-padding {
	padding-left: 2rem;
	padding-right: 2rem;
}
.vertical-padding {
	padding-top: 2rem;
	padding-bottom: 1rem;
}
.portfolio_company-client-stories {
	text-align: center;
}
.portfolio_company-client-story {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2em;
	color: #999;
	font-weight: bold;
}
.portfolio_company-client-story + .portfolio_company-client-story {
	margin-left: 2em;
}
.portfolio_company-client-story > a,
.portfolio_company-client-story > span {
	display: block;
	background-size: contain;
	color: inherit;
}
textarea,
input[type=text],
select {
	box-sizing: border-box;
	font-family: inherit;
	padding: 0.5em;
	border: 1px solid #6b6a6a;
	background: white;
	color: #333333;
	font-size: 0.8em;
	font-family: inherit;
}
input[type=submit],
input[type=reset],
button,
a.button {
	display: inline-block;
	color: white;
	background: #221973;
	border: 0.1em solid #221973;
	padding: 1.08em 2.6em;
	font-size: 1rem;
	cursor: pointer;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	text-decoration: none;
}
a.button {
	margin: 0.75em 0;
}
a.button:hover {
	background: #128f76;
}
input[type=submit]:hover {
	background-color: #0092D8 !important;
	color: white;
}
.shaded input[type=submit],
.shaded input[type=reset],
.shaded button,
.shaded a.button {
	color: white;
	background-color: #221973;
	border-color: #221973;
	text-decoration: none;
	margin-right: 10px;
}
input[type=submit].inverted,
input[type=reset].inverted,
button.inverted,
a.button.inverted   {
	background: #128f76;
}
.shaded.black {
	background-color: black;
	color: white;
}
.shaded.light input[type=submit],
.shaded.light input[type=reset],
.shaded.light button,
.shaded.light a.button {
	color: white;
	background-color: #4a6e0d;
	border-color: #4a6e0d;
}
input[type=submit].hollow,
input[type=reset].hollow,
button.hollow,
a.button.hollow {
	color: #4a6e0d;
	border-color: #4a6e0d;
	background-color: transparent;
}
input[type=submit].shaded.highlighted,
input[type=reset].shaded.highlighted,
button.shaded.highlighted,
a.button.shaded.highlighted,
input[type=submit].selected.highlighted,
input[type=reset].selected.highlighted,
button.selected.highlighted,
a.button.selected.highlighted,
input[type=submit].highlighted:hover,
input[type=reset].highlighted:hover,
button.highlighted:hover,
a.button.highlighted:hover {
	color: white;
	background-image: linear-gradient(to right, #243140 0%, #243140 20%, #434b54 40%, #243140 100%);
	transition: color 0.2s, background-color 0.2s, border-color 0.2s;
	text-decoration: none;
}
a.external::after {
	content: ' ';
	white-space: pre;
	display: inline-block;
	width: 2em;
	background: transparent url('../images/external-link.png') no-repeat scroll 100% 50%;
	background-size: contain;
}

.shaded {
	background-color: #e7e7e9;
	color: black;
}
.shaded.light {
	background-color: #f4f4f4;
	color: #333333;
}

.shaded.highlighted a {
	color: inherit;
}
.shaded.highlighted strong,
.shaded.highlighted h1,
.shaded.highlighted h2,
.shaded.highlighted h3 {
	color: black;
}
.btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}
@media screen and (max-width: 1024px) {


}
@media screen and (max-width: 800px) {

}
@media screen and (max-width: 517px) {
	h1, h2, h3, h4, h5, h6, p, ul, ol, table, form, hr, blockquote {
		font-size: 0.6em;
	}
	.vertical-padding {
		padding-top: 0rem;
		padding-bottom: 0rem;
	}
	.horizontal-padding {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	a.button {
		margin: 0.75em 0;
	}
	textarea, input[type="text"], select {
		font-size: 1.5em;
	}
}

