/************************************
Toolkit CSS
**************************************/
.toolkit-header {
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #fff;
	position: relative;
	text-align: center;
}

.toolkit-header .wrap {
	max-width: 800px;
}

.toolkit-header .toolkit-overlay {
	background-color: rgba(0,0,0,.60);
	padding: 100px 0 220px;
}

.toolkit-header h1.entry-title {
	font-size: 20px;
	font-size: 2rem;
	color: #fff;
	letter-spacing: 2px;
	margin-bottom: 10px;
	opacity: .6;
}

.toolkit-header h2.intro-hdline {
	color: #f4a71f;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 0;
}

.toolkit-header span.hdline {
	font-family: maple-web, sans-serif;
	font-size: 52px;
	font-size: 5.2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.toolkit-header strong {
	color: #f4a71f;
	display: block;
	font-size: 29px;
	font-size: 2.9rem;
	font-weight: 700;
	line-height: 1.3em;
	margin-top: 30px;
}

.toolkit-cta-container {
	background-image: url("../images/nrl-main-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	padding: 60px 0;
}

.toolkit .featured-cta {
	float: left;
	box-shadow: 0 10px 60px rgba(0,0,0,.14);
	width: 33.33%;
}

.toolkit .featured-cta .post-img.js-box {
    position: relative;
}

.toolkit .cta-content {
    background-color: #fff;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 30px;
}

.featured-cta .post-angle {
    background-image: url(../images/post-angle2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    height: 50px;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 8899;
}

.toolkit-form-container {
    float: left;
    margin-top: 100px;
    width: 100%;
}

.toolkit .toolkit-form-container .form {
    background-color: #fff;
	box-shadow: 0 10px 60px rgba(0,0,0,.14);
    padding: 80px;
    margin: 0 auto;
    max-width: 800px;
}

.toolkit .toolkit-form-container .form h4 {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 40px;
	text-align: center;
}

.toolkit-header .mouse {
    width: 25px;
    position: absolute;
    height: 36px;
    border-radius: 15px;
    border: 2px solid #888;
    border: 2px solid rgba(255,255,255,.27);
    bottom: 130px;
    left: 50%;
    margin-left: -12.5px;
    cursor: pointer;
    -webkit-transition: border-color .2s ease-in;
    -moz-transition: border-color .2s ease-in;
    transition: border-color .2s ease-in;
}

.toolkit-header .mouse .scroll {
    display: block;
    margin: 6px auto;
    width: 3px;
    height: 6px;
    border-radius: 4px;
    background: #b0b1b1;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: scroll;
    -moz-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

@media only screen and (max-width: 860px) {
	
	.toolkit-header h2.intro-hdline,
	.toolkit .cta-content h3 {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	
	.toolkit-header span.hdline {
		font-size: 42px;
		font-size: 4.2rem;
		line-height: .9em;
		display: block;
		margin-bottom: 20px;
	}
	
	.toolkit-header strong {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	
}

@media only screen and (max-width: 600px) {
	
	.toolkit .featured-cta {
		width: 100%;
	}
	
	.toolkit .toolkit-form-container .form h4 {
		font-size: 20px;
		font-size: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	
	.toolkit .toolkit-form-container .form {
		padding: 30px;
	}
}

	