.grid {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.one-fourth {
	width: 25%;
}

.three-fourths {
	width: 75%;
}

.inline-callout {
	background: #fff;
	padding: 10px 15px;
}
	.inline-callout.success {
		border-left: 3px solid #5e8e14;
		color: #5e8e14;
	}


/* =Header
--------------------------------------------------------------*/
#devs-header {
	background: #fff url(/img/cog-background-2x.png);
	background-size: 372px;
	margin-top: 50px;
}
.devs-header-text {
	background: url(/img/dev-portal-header.png) no-repeat right bottom;
	background-size: 435px 297px;
	padding: 70px 450px 50px 0;
}
	.devs-header-text h1 {
		color: #5e8e14;
		font: 22px "Open Sans", Helvetica, Arial, sans-serif;
		margin-bottom: 5px;
		text-transform: uppercase;
	}
		.devs-header-text h1 span {
    		background: url(../../../img/home-logo-green-2x.png) no-repeat;
    		background-size: 251px 45px;
    		display: inline-block;
    		height: 45px;
    		margin: 0 5px 0 0;
    		position: relative;
    		top: -20px;
    		text-indent: -9999em;
    		width: 251px;
		}
	.devs-header-text h2 {
		font-family: Open Sans, Arial, sans-serif;
	}
	.devs-header-text.register-app {
		background: none;
		padding: 50px 150px 30px;
		text-align: center;
	}
		.devs-header-text.register-app h1 {
			font-size: 44px;
		}
		.devs-header-text.register-app h2 {
			font-size: 20px;
		}
.split-cta * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media all and (max-width: 768px) {
	.devs-header-text {
		padding: 70px 40px 320px 40px;
		text-align: center;
		background-position: center bottom;
	}
}

@media all and (max-width: 600px) {
	.devs-header-text {
		padding-left: 0;
		padding-right: 0;
	}
}

@media all and (max-width: 500px) {
	.devs-header-text {
		padding: 70px 0 40px;
		background: none;
	}

	.devs-header-text h1 span {
		display: block;
		margin: 0 auto -10px;
	}
}

/* =Quick Docs - links to documentation under header
--------------------------------------------------------------*/
#devs-quickdocs {
	background: #f2fbe5;
	border-top: 1px solid #c4e394;
	border-bottom: 1px solid #c4e394;
}

.doc-link {
	display: block;
	padding: 40px 20px;
}

	.doc-link:hover {
		background: #fff;
		text-decoration: none;
	}

	.doc-link .doc-title {
		color: #5e8e14;
		display: inline-block;
		font-size: 16px;
		font-weight: normal;
		line-height: 26px;
	}

	.doc-link .noticon {
		background: #5e8e14;
		border-radius: 50%;
		color: #fff;
		margin-right: 10px;
		padding: 5px;
	}

	.doc-link p {
		color: #666;
		font-size: 14px;
		margin-top: 10px;
	}

#devs-getstarted {
	background: #f5f5f5;
	color: #999;
	padding: 10px;
}

	#devs-getstarted .core_container {
		text-align: center;
	}

@media all and (max-width: 768px) {
	#devs-quickdocs .one-fourth {
		width: 50%;
	}
}

@media all and (max-width: 500px) {
	#devs-quickdocs .one-fourth {
		width: 100%;
	}

	.doc-link {
		padding: 20px 0;
	}
}


/* =More Info - links to other areas
--------------------------------------------------------------*/
#devs-moreinfo h4 {
	font-size: 18px;
	font-weight: normal;
}
#devs-moreinfo p {
	font-size: 14px;
	margin: 8px 0 30px;
}
#devs-moreinfo .one-fourth {
	padding-left: 20px;
}
#devs-moreinfo .inline-callout {
	margin-top: 10px;
}

@media all and (max-width: 500px) {
	#devs-moreinfo .three-fourths {
		width: 100%;
	}

	#devs-moreinfo .one-fourth {
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
	}
}


/* =Forms
--------------------------------------------------------------*/
.form-field {
	margin-bottom: 1.5em;
	overflow: hidden;
}
.form-label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
	padding-right: 20px;
	width: 25%;
}
.form-input {
	width: 75%;
}
#register-app label {
	text-align: right;
	white-space: nowrap;
}
#register-app label,
#register-app input[type="text"],
#register-app textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	width: 100%;
}
#register-app select {
	font-size: 16px;
}
#register-app .signup_inner_button {
	padding: 10px 20px;
}
.form-footer {
	border-top: 1px solid #ececec;
	margin: 0 -43px -43px;
	padding: 30px 43px;
}