@charset "UTF-8";
/* Training Page Styles CSS */




/*
Content
===============================================
*/

#content {
	text-align:center;
}

	/* === Training Cennter ======== */
	#content form {
		display:block;
		background:url(../../images/bg-promo-box-grey-285x193.jpg) no-repeat;
		width:285px;
		height:193px;
		margin:20px auto 10px auto;
		text-align:center;
		vertical-align:middle;
		color:#d51d34; /* red */
	}

		#content form p {
			display:block;
			color:#d51d34; /* red */
			font-family:"Avenir-Heavy";
			font-size:1.8em;
			line-height:1.0em;
			text-transform:uppercase;
			letter-spacing:1px;
			text-align:center;
			margin-top:40px;
		}

		#content form input:first-of-type {
			-webkit-appearance:none;
			display:block;
			font-family:"Avenir-Heavy";
			font-size:1.8em;
			line-height:1.0em;
			text-align:center;
			color:#676767; /* grey40 */
			width:90%;
			margin:20px auto 10px auto;
			padding:5px 0px;
			border:none;
			-moz-border-radius:5px;
			border-radius:5px;
			-moz-box-shadow:inset 0px 1px 5px #888;
			-webkit-box-shadow:inset 0px 1px 5px #888;
			box-shadow:inset 0px 1px 5px #888;
		}
			
			#content form input:first-of-type::-webkit-input-placeholder {
				color:#d8d8d8; /* grey85 */
			}
			#content form input:first-of-type:-moz-placeholder {
				color:#d8d8d8; /* grey85 */
			}
			#content form input:first-of-type::-moz-placeholder {
				color:#d8d8d8; /* grey85 */
			}
			#content form input:first-of-type:-ms-input-placeholder {
				color:#d8d8d8; /* grey85 */
			}

		#content form input:last-of-type {
			-webkit-appearance:none;
			display:block;
			background:url(../../images/icon-hand-right-red-54x39.png) no-repeat;
			font-family:"Avenir-Roman";
			font-size:1.4em;
			line-height:1.0em;
			text-transform:uppercase;
			text-align:left;
			color:#fff; /* white */
			width:54px;
			height:39px;
			border:none;
			margin:0px auto;
			padding:8px 0px 0px 8px;
			cursor:pointer;
		}

			#content form input:last-of-type:hover {
				text-decoration:underline;
			}

	#content a.success {
		display:inline-block;
		text-align:center;
		margin-bottom:60px;
	}

	/* === Rows ======== */
	#content article {
		margin-bottom:60px;
	}
	
		#content article div:first-of-type {
			float:left;
			text-align:right;
			width:420px;
			padding-right:5px;
			color:#134777; /* medBlue */
		}
		
			#content article div:first-of-type h5 {
				font-family:"Avenir-Heavy";
				font-size:2.4em;
				line-height:1.1em;
				margin-bottom:18px;
			}
			
				#content article div:first-of-type h5 em {
					display:block;
					font-family:"Avenir-Roman";
					font-size:0.7em;
					color:#134777; /* medBlue */
				}	
			
			#content article div:first-of-type p {
				line-height:1.4em;
				color:#134777; /* medBlue */
				text-align:right;
			}	
			
			#content article div:last-of-type {
				float:right;
				width:550px;
				min-height:160px;
				padding-left:30px;
				border-left:#134777 solid 1px;
			}
			
				#content article div:last-of-type p {
					font-size:1.4em;
					text-align:left;
				}
				
					#content article div:last-of-type p strong {
						display:block;
						font-size:1.2em;
						color:#d51d34; /* red */
					}		
					
					#content article div:last-of-type p a {
						color:#d51d34; /* red */
					}