.contact-banner{
		background-color:#f5f5f5; width:100%; height:175px; color:#888; font-size:16px; font-family:Open Sans;
	}

	.contact-banner-styling{
		width:960px; margin:0 auto; line-height:40px; padding-top:45px;
	}

	#contact-submit-button{
		background-color: #2980b9;
		width:580px;
		height:80px;
		line-height:80px; 
		font-size:36px; 
		font-family:Open Sans; 
		font-weight:300;
		color: white;
		border-radius: 7px;
	}

	#contact-submit-button:hover{
		background-color:#4ba2db; 
	}

	.form-stacked{
		width:590px; margin:0 auto;
	}

	.xlarge{
		border: 1px solid #d4d4d4;
		height: 55px;
		width: 550px !important;
		margin: 0 0 0 0;
		font-size: 18px;
		background: #FFF;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-moz-box-shadow: inset 0 0 3px #EEF5F7;
		-webkit-box-shadow: inset 0 0 3px #EEF5F7;
		padding-left: 13px;
		padding-right: 13px;
		color: #3e3e3e;
		font-family: 'Open Sans',Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
		-webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		-o-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
		color: #3e3e3e;
	}

	.xlarge:focus{
		border:1px solid #2778bf;
	}

	.xxlarge{
		border: 1px solid #d4d4d4;
		width: 550px !important;
		height: 239px;
		display: block;
		overflow: auto;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-moz-box-shadow: inset 0 0 3px #EEF5F7;
		-webkit-box-shadow: inset 0 0 3px #EEF5F7;
		background: #FFF;
		padding-left: 13px;
		padding-right: 13px;
		font-size: 18px;
		padding-top: 13px;
		font-family: 'Open Sans',Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
		-webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;-o-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
		color: #3e3e3e;
	}

	.xxlarge:focus{
		border:1px solid #2778bf;
	}

	@media screen and (max-width: 960px){
		#responsive-logo{
			height: inherit;
		}

		.container{
			width: inherit !important;
		}

		.contact-banner{
			height: inherit;
			font-size: 12px;
		}

		.contact-banner-styling{
			width: 90%;
			padding: 20px;
		}

		.xxlarge{
			width: 280px !important;
		}

		.xlarge{
			width: 280px !important;
		}

		.form-stacked{
			width: 310px;
			margin: 0 auto;
			padding-left: 0px;
		}

		#contact-submit-button{
			width: 310px;
		}

		.input{
			width: 310px;
		}

		.breadcrumb{
			display: none;
		}
	}
