@import url('https://fonts.googleapis.com/css?family=Encode+Sans');
@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
	color: #0a0a0a;
	font-family: 'Raleway', sans-serif;
	font-size: 110%;
}
.text-grey {
	color: #aaa;
}
.text-bigger {
	font-size: 200%;
}
.inline-block {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
h1, h2, h3 {
	margin-bottom: 2rem;
	font-family: 'Raleway', sans-serif;
}
h1 {
	font-family: 'Encode Sans', sans-serif;
	margin-bottom: 0;
	font-size: 200%;
}
h2 {
	font-family: 'Encode Sans', sans-serif;	
	margin-bottom: 0;
	font-size: 170%;
}
h3 {
	margin-bottom: 0.5rem;
}
#logo {
	max-width:100%;
	width:300px;
}
a, .button.hollow {
	color: #005681;
}
.button.primary {
	border:1px solid #fff;
}
.mt-1 {
	margin-top: 1rem;
}
.mt-3 {
	margin-top: 3rem;
}
.-mt-2 {
	margin-top: -2rem;
}
.mr-1 {
	margin-right: 1rem;
}
.button.hollow {
	color: #005681;
	border-color: #005681;
	font-size: 100%;
}
.hamburger-menu a {
	color: #4d4d4d;
	font-weight: bold;
}
.hamburger-menu .menu-icon {
	margin-left: 0.5rem;
}
.menu-icon:after {
	background-color: #4d4d4d;
	box-shadow: 0 7px 0 #4d4d4d, 0 14px 0 #4d4d4d;
}
.callout.primary {
	background-color: #005681;
	background-image: url('./background.jpg');
	background-position: center center;
	background-size: cover;
	border: none;
	color: #fefefe;
}
.callout.secondary {
	background-color: #0071a0;
	border: none;
	color: #fefefe;
}
.callout.tertiary {
	background-color: #b9d2e0;
	border: none;
	color: #005681;
}
.callout.quaternary {
	background-color: #ababab;
	border: none;
	color: #fff;
}
.callout a {
	color: #fff;
}
.quote {
	font-family: 'Encode Sans', sans-serif;
	font-style: italic;
	font-size: 150%;
	margin-bottom: 1rem !important;
}
.no-margin {
	margin: 0;
}
.py-1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
#content {
	position: relative;
	margin-top: -1rem;
	padding-top: 3rem;
	padding-bottom: 2rem;
	background-color: #f3f5f4;
}
.logos {
	margin-top: 1rem;
}
.logos .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem;
	background: #fff;
	overflow: hidden;
}
.logos.large .logo {
	padding: 2rem;
}
.logos .logo img {
	max-height: 100%;
	max-width: 100%;
}
@keyframes autoscroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-240px * 13))}
}
.slideshow {
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideshow::before,
.slideshow::after {
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	content: "";
	height: 120px;
	position: absolute;
	width: 100px;
	z-index: 2;
}
.slideshow::after {
	 right: 0;
	 top: 0;
	 transform: rotateZ(180deg);
 }
.slideshow::before {
	 left: 0;
	 top: 0;
 }
.slideshow .slideshow-container {
	display: flex;
	animation: 100s autoscroll linear infinite;
	margin-top: 0;
}
.slideshow .slide {
	height: 120px;
	width: 200px;
	min-width: 200px;
	margin-right: 40px;
	display: flex;
	justify-content: center;
}
#homepage-columns  .column  {
	display: block;
	background-color: #efefef;
	background-position: center center;
	background-size: cover;
	color: #0a0a0a;
	border: 1px solid #ccc;
}
#homepage-columns  .column:hover  {
	background-image: url('../background.jpg');
	color: #fefefe;
}
#homepage-columns  .column .image{
	width: 100%;
	height: 15rem;
	background-position: center center;
	background-size: cover;
}
#homepage-columns  .column h5, #homepage-columns  .column p {
	padding: 1rem 1rem;
	margin: 0;
}
#footer .button {
	margin: 0.5rem 1rem;
}
#footer .meta {
	margin-top: 1rem;
	font-size: 0.9rem;
}
#md-logo {
	width: 300px;
	max-width: 100%;
}
.content-table {
	margin: -.5rem -.625rem 0;
}
.content-table tbody tr td:first-child {
	white-space: nowrap;
}
.content-table tbody tr:last-child td {
	padding-bottom: 1rem;
}
.content-table tbody, .content-table tbody tr:nth-child(even) {
	background-color: transparent;
}
.content-table tr td {
	vertical-align: top;
}
.content-table.no-padding tr td {
	padding-top: 0;
	padding-bottom: 0;
}
.content-table tr td ul {
	list-style: none;
	margin: 0;
}

.timeline {
	font-size: 0.9rem;
}
.timeline .timeline-item {
	text-align: center;
}
.timeline .timeline-item-icon {
	font-size: 2rem;
	background-color: #fff;
	color: #005681;
	width: 4rem;
	height: 4rem;
	margin: 0 auto 0.5rem;
	padding: 0.5rem;
	border-radius: 50%;
	border: 2px solid #005681;
}
.timeline .timeline-item h6 {
	font-weight: bold;
}
.timeline .timeline-item p {
	margin: 0;
}

@media (max-width: 500px) {
	.xsmall-12 {
		width: 100% !important;
	}
	.xsmall-9 {
		width: 75% !important;
	}
	.xsmall-6 {
		width: 50% !important;
	}
	.xsmall-3{
		width: 25% !important;
	}
	#footer .button {
		margin: 0.5rem 0;
		width: 100%;
	}
}
		
