@font-face {
font-family: 'Roboto', sans-serif;	src: url("static/fonts/brown-regular.eot");
	font-weight: normal;
	font-style: normal;
}

@font-face {
font-family: 'Roboto', sans-serif;	src: url("static/fonts/brown-bold.eot");
	font-weight: bold;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
font-family: 'Roboto', sans-serif;	font-weight: normal;
	text-rendering: optimizeLegibility
}

a {
	color: #5BBCC9;
}

a:hover {
	color: #092930;
	text-decoration: none;
}

a.dark-link:hover {
	color: #ccc;
	text-decoration: none;
}

/* Nav menu mods */
.navbar.vacpump-mods {
font-family: 'Roboto', sans-serif;	padding-top: 1em;
	padding-left: 0em;
	padding-right: 0em;
	background-color: white;
	font-size: 1.2rem;
}

.navbar.vacpump-mods .nav-item {
	align: center;
	margin-left: 20px;
}

.nav-badge {
	font-weight: 600;
	color: #5BBCC9;
}

.nav-wordmark {
	margin-top: 5px;
}

/* IF nav is expanded ... */
@media (max-width: 767px) {
	.nav-link.toggled {
		text-decoration: underline;
		text-decoration-color: #5BBCC9;
	}

	.nav-link.toggled-inverse {
		text-decoration: underline;
		text-decoration-color: solid rgba(0,0,0,0.3);
	}

	.carousel.vacpump-mods {
		margin-top: 15px;
	}

	.page-header {
		margin-top: 0.5em;
		margin-bottom: 0.75em;
	}
}

/* ELSE IF nav is collapsed ... */
@media (min-width: 768px) {
	.navbar.vacpump-mods.top-margin {
		margin-top: 1.1em;
	}

	.nav-link.toggled {
		height: 2.2em;
		border-bottom: 3px solid #5BBCC9;
	}

	.nav-link.toggled-inverse {
		height: 2.2em;
		border-bottom: 3px solid rgba(0,0,0,0.3);
	}

	.mobile-breadcrumb {
		display: none;
	}

	.carousel.vacpump-mods {
		margin-top: 30px;
	}

	.page-header {
		margin-top: 0.75em;
		margin-bottom: 0.75em;
	}
}

.carousel-caption.vacpump-mods {
	padding: 0.5em 0.5em 0.5em 0.5em;
	background-color:rgba(0, 0, 0, 0.65);
}

a.carousel-link {
	color: #fff;
	text-decoration: none;
}

a.carousel-link:hover {
	color: #5BBCC9;
	text-decoration: none;
}

/* By default, Bootstrap hides carousel captions on small mobile devices.
   This addresses that. */
@media (max-width: 575px) {
	.carousel-title {
		font-size: 1em;
		font-weight: 600;
	}

	.carousel-text {
		font-size: 0.9em;
	}
}


.services-icon {
	overflow: hidden;
	position: relative;
	margin: 0 auto 30px auto;
}

.services-icon-part {
	position: absolute;
	top: 0;
	left: 0;
}

.services-icon-spacer {
	display: block;
	height: auto;
	width: 100%;
}

.services-icon-clouds {
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

@keyframes clouds {
	0%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	50% {
			-webkit-transform: translate3d(50px, 0, 0);
			-moz-transform: translate3d(50px, 0, 0);
			-ms-transform: translate3d(50px, 0, 0);
			-o-transform: translate3d(50px, 0, 0);
			transform: translate3d(50px, 0, 0);
	}
}

.services-icon-clouds.is-moving {
	-webkit-animation: clouds 7.5s linear infinite;
	-moz-animation: clouds 7.5s linear infinite;
	animation: clouds 7.5s linear infinite;
}

.issue-header {
font-family: 'Roboto', sans-serif;	margin-top: 1em;
	font-size: 1.2em;
}

.footer-break {
	margin-top: 2.5em;
}

.footer-logo {
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

.issue-area {
	font-weight: bold;
}

.staff-h4 {
	color: #666;
}

.card.staff {
	border: none;
	margin-top: 2em;
}

.staff-image {
	width: 200px;
}

.staff-title {
	font-weight: 600;
	color: #5BBCC9;
	margin-top: -0.5em;
}

a.staffLink {
	color: inherit;
}

a.staffLink:hover {
	color: #78909C;
}

.staff-description {
	color: #78909C;
}

.twitter {
	width: 25px;
	padding-bottom:8px;
	padding-right: 5px;
	padding-top:7px;
}

/* MailChimp Form Embed Code - Horizontal Super Slim - 12/16/2015 v10.7
Adapted from: http://blog.heyimcat.com/universal-signup-form/ */

#mc_embed_signup form {text-align:center; padding:10px 0 10px 0;}
.mc-field-group { display: inline-block; } /* positions input field horizontally */
#mc_embed_signup input.email {font-family:"Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif; font-size: 15px; border: 1px solid #ABB0B2;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #343434; background-color: #fff; box-sizing:border-box; height:32px; padding: 0px 0.4em; display: inline-block; margin: 0; width:300px; vertical-align:top;}
#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup .clear {display: inline-block;} /* positions button horizontally in line with input */
#mc_embed_signup .button {border: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; letter-spacing: .03em; color: #fff; background-color: #FF5722; box-sizing:border-box; height:32px; line-height:32px; padding:0 18px; display: inline-block; margin: 0; transition: all 0.23s ease-in-out 0s;}
#mc_embed_signup .button:hover {background-color:#d53300; cursor:pointer;}
#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
@media (max-width: 768px) {
		#mc_embed_signup input.email {width:100%; margin-bottom:5px;}
		#mc_embed_signup .clear {display: block; width: 100% }
		#mc_embed_signup .button {width: 100%; margin:0; }
}
