.update-nag, #wpfooter {
	display: none;
}

#jumplead_header {
	background-image: -webkit-linear-gradient(316deg,#172a73 0,#c49a6f 100%);
    background-image: linear-gradient(134deg,#172a73 0,#c49a6f 100%);
	height: 260px;
	text-align: center;
}

#jumplead_header img {
	height: 240px;
	padding-top: 20px;
}

.jumplead header a {
	color: #FFF;
	margin: 0 10px;
	text-decoration: none;
	font-size: 120%;
	font-weight: normal;
}

.jumplead header a:hover {
	color: #FFF;
}

.jumplead header .links {
	float: right;
	line-height: 80px;
}

#jumplead_logo {
	float: left;
	border: 0;
	margin: 0 10px 0 0;
	padding: 0;
	width: 80px;
	height: 80px;
}

.jumplead h2,
.jumplead-splash header h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.65);
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 100;
	vertical-align: baseline;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.jumplead h2 {
	line-height: 80px;
}


/* Footer */
.jumplead footer {
	text-align: center;
}

.jumplead footer .copyright {
	float: left;
}
.jumplead footer .links {
	float: right;
}

/* Splash Page */
.jumplead-splash {
	text-align: center;
}

.jumplead-splash section {
	overflow: hidden;
}

.jumplead-splash h2 {
	text-align: center;
	font-size: 3em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	border: 0;
}


.jumplead-splash h3 {
	line-height: 1.8em;
	font-size: 1.8em;
}

.jumplead-splash h4 {
	padding: 10px;
	margin: 40px 0 0 0;
	font-size: 1.6em;
}

.jumplead-splash .videobox {
	background-color: #FFF;
	margin: 0;
	padding: 0 0 1em;
	border: 0;
}
.jumplead-splash .videobox .video {
	max-width: 80%;
	margin: 0 auto;
	padding: 2em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.jumplead-splash .video iframe {
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: 100%;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.jumplead-splash .grid {
	padding: 0 1em;
}

.jumplead-splash .grid .clear {
	display: none;
}

.jumplead-splash .grid .feature {
	float: left;
	margin: 1em 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.jumplead-splash .grid .feature hgroup {
	margin: 0 0 1em;
	padding: 3% 5% 1%;
	border: 0;
}
.jumplead-splash .grid .feature h2,
.jumplead-splash .grid .feature h3 {
	text-shadow: none;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

.jumplead-splash .grid .feature h3 {
	color: #aaa;
	font-weight: normal;
}

.jumplead-splash .grid .feature h2 {
	text-decoration: none;
	color: #2290bf;
}

.jumplead-splash .grid .feature img {
	max-width: 100%;

}
.jumplead-splash .grid .feature p {
	font-size: 1.1em;
}

@media (min-width: 60em) {
	.jumplead-splash .grid .feature {
		display: inline;
		width: 32%;
		float: left;
		margin-right: 1%;
	}

	.jumplead-splash .grid .clear:nth-child(3n)  {
		display: block;
	}
}

@media (max-width: 60em) and (min-width: 45em) {
	.jumplead-splash .grid .feature {
		float: left;
		width: 48%;
		margin-right: 1%;
	}

	.jumplead-splash .grid .feature:nth-child(4n) {
		float: right;
		margin-right: 0;
	}

	.jumplead-splash .grid .clear:nth-child(4n)  {
		display: block;
	}
}
