@font-face {
  font-family: 'speedbump';
  src: url('speedbump.eot?87449873');
  src: url('speedbump.eot?87449873#iefix') format('embedded-opentype'),
       url('speedbump.woff?87449873') format('woff'),
       url('speedbump.ttf?87449873') format('truetype'),
       url('speedbump.svg?87449873#speedbump') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="speedbump-icon-"]:before, [class*=" speedbump-icon-"]:before {
  font-family: "speedbump";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.speedbump-icon-twitter:before { content: '\e800'; } /* '' */
.speedbump-icon-facebook:before { content: '\e801'; } /* '' */
.speedbump-icon-mail:before { content: '\e802'; } /* '' */

.speedbump-prevent-scroll {
	height: 100%;
}
.speedbump-active .speedbump-prevent-scroll {
	position: fixed;
	width: 100%;
}
.speedbump-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,0.8);
}
.speedbump {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	text-align: center;
	color: #888;
	-webkit-font-smoothing: antialiased;
}
.speedbump,
.speedbump * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.speedbump .speedbump-hero {
	position: relative;
	padding: 80px 20px;
	background-color: #333;
}
.speedbump .speedbump-hero .speedbump-hero-image {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0.5;
	z-index: 0;
}
.speedbump .speedbump-hero h1 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	font-weight: normal;
	position: relative;
	z-index: 1;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0px 0px 40px #000;
}
.speedbump .speedbump-body {
	background-color: #fff;
	padding-top: 20px;
}
.speedbump .speedbump-body p {
	font-size: 16px;
	margin-bottom: 1em;
}
.speedbump .speedbump-signup {
	padding: 0 30px 20px 30px;
}
.speedbump .speedbump-signup-top {
	display: none;
}
.speedbump .speedbump-button {
	display: block;
	height: 48px;
	line-height: 48px;
	background-color: #004878;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	-webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.speedbump .speedbump-button:hover {
	opacity: 0.9;
}
.speedbump .speedbump-button .speedbump-icon {
	font-size: 150%;
	position: absolute;
	left: 10px;
	top: 27px;
}
.speedbump .speedbump-button .speedbump-icon:before {
	position: absolute;
	margin-top: -15px;
}
.speedbump .speedbump-facebook {
	background-color: #3a5998;
}
.speedbump .speedbump-twitter {
	background-color: #2ba9e1;
}
.speedbump .alt-options {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	height: 54px;
	line-height: 54px;
}
.speedbump .alt-options .alt-options-section {
	justify-content: center;
	align-items: center;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
 }
.speedbump .speedbump-no-thanks span,
.speedbump .speedbump-login-link span {
	display: block;
	width: 100%;
	height: 100%;
	color: #999999;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: color 200ms ease-out;
    -moz-transition: color 200ms ease-out;
    -o-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}
.speedbump .speedbump-no-thanks span:hover,
.speedbump .speedbump-login-link span:hover {
	color: #666666;
}
.speedbump .speedbump-no-thanks {
	border-top: 1px #eeeeee solid;
	border-right: 1px #eeeeee solid;
}
.speedbump .speedbump-login-link {
	border-top: 1px #eeeeee solid;
}

@media only screen and (min-width: 481px) {
	.speedbump {
		top: 25px;
		left: 50%;
		margin-left: -240px;
		right: auto;
		bottom: auto;
		margin-bottom: 25px;
		width: 480px;
	}
	.speedbump .speedbump-hero {
		overflow: hidden;
		border-radius: 3px 3px 0 0;
		padding: 110px 40px;
	}
	.speedbump .speedbump-hero h1 {
		font-size: 26px;
	}
	.speedbump .speedbump-body {
		border-radius: 0px 0px 3px 3px;
	}
	.speedbump .speedbump-signup-top,
	.speedbump .speedbump-signup-bottom {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
	}
	.speedbump .speedbump-button {
		-webkit-box-flex: 1;
		-moz-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		height: 60px;
		line-height: 60px;
	}
	.speedbump .speedbump-signup > .speedbump-button {
		display: none;
	}
	.speedbump .speedbump-signup-bottom .speedbump-button {
		font-size: 14px;
	}
	.speedbump .speedbump-button .speedbump-icon {
		display: inline-block;
		padding-right: 1.5em;
		position: relative;
		left: auto;
		top: auto;
	}
	.speedbump .speedbump-signup-bottom .speedbump-button:first-child {
		margin-right: 5px;
	}
	.speedbump .speedbump-signup-bottom .speedbump-button:last-child {
		margin-left: 5px;
	}
}