/*
* Created By: MDC Web Services
* Description: Template Stylesheet
* Revised: 12/12/2012
*/
@media (min-width: 980px) {
	.site-masthead {
		background-image:url('../img/banner-hialeah.jpg');
		background-repeat:no-repeat;
		background-color:#4785CE;
		background-position:50%;
		height:135px;
	}
	.site-masthead h1, .site-masthead h2 {
		background-color:#4077A0;
		padding:0 10px;
		width: auto;
		display: table;
		background: rgba(74, 134, 206, -3);
		color:#FFFFFF; /* color:#005994; color:#4077A0; */
		
	}
	.site-masthead h1 {
				
		padding-top:0;
		margin:0;
		font-size:34px;
		padding-bottom: 2px;
		letter-spacing:-1px;
		
	}
	.site-masthead h2 {
		line-height:11px;
		font-size:11px;
		
		margin:0;
		padding-top: 5px;
	}
	.site-masthead > .container {
		height: 135px;
		padding-top: 40px;
	}
}

.modal {
	width:810px;
	margin-left: -400px;
}