@media screen {

/* glue: 0.2.9.1 hash: 10659fb57b */
.sprite-glue-vert-FooterBackground,
.sprite-glue-vert-TopHeaderBackground,
.sprite-glue-vert-SubpageHeaderBackground,
.sprite-glue-vert-TopNavBackground{background:url('../img/glue-vert.png') repeat-x;}
.sprite-glue-vert-FooterBackground{background-position:0px 0px;height:150px;}
.sprite-glue-vert-TopHeaderBackground{background-position:0px -150px;height:100px;}
.sprite-glue-vert-SubpageHeaderBackground{background-position:0px -250px;height:100px;}
.sprite-glue-vert-TopNavBackground{background-position:0px -350px;height:50px;}

/* glue: 0.2.9.1 hash: 507cee0a09 */
.sprite-glue-AmbsLogo,
.sprite-glue-TopNavDivider,
.sprite-glue-Icon_LinkedIn,
.sprite-glue-IconFacebook{background-image:url('../img/glue2.png');background-repeat:no-repeat}
.sprite-glue-AmbsLogo{background-position:0px 0px;width:400px;height:25px;}
.sprite-glue-TopNavDivider{background-position:0px -25px;width:2px;height:50px;}
.sprite-glue-Icon_LinkedIn{background-position:-2px -25px;width:20px;height:20px;}
.sprite-glue-IconFacebook{background-position:-22px -25px;width:20px;height:20px;}

.sprite-glue-vert-TopHeaderBackground, #footer-menu a, #footer-subscribe-form label {
	color: #eee;
}
.sprite-glue-vert-FooterBackground {
	color: #697080;
}

.sprite-glue-AmbsLogo {
	display: block;
	margin-top: 50px;
}
#search-form {
	white-space:nowrap;
	margin-top:50px;
}

#top-nav > li > a {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #333;
}
#top-nav > li > a:focus, #top-nav > li > a:hover {
	color: #1d82b6;
}
#top-nav .divider-vertical {
	height: 50px;
	border: none;
}

.sprite-glue-IconFacebook, .sprite-glue-Icon_LinkedIn {
	display:block;
	margin: 15px 0 15px 10px;
}

#home-main-img {
	background: #1273a8 url('../img/HomeMainImage.jpg') no-repeat center center;
	height: 450px;
}

#home-masthead {
	color: #fff;
	margin-top: 75px;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}

#masthead {
	background: url('../img/SubpageHeader.jpg') no-repeat;
	height: 100px;
}
#masthead h2 {
	color: #000;
}

#content-area {
	margin-top:2em;
}

#main-content {
	margin: 0 0 4em;
}

#sidebar-bg {
	background: #f6f6f8;
}
#sidebar {
	padding: 1em 1em 2em;
}
#sidebar input[type="text"], #sidebar input[type="tel"], #sidebar input[type="email"] {
	width: 85%;
	display: block;
}
#sidebar-job-list {
	margin-bottom: 1em;
}
#sidebar-job-list li {
	line-height: 23px;
}

#footer-subscribe-form {
	padding-top: 1.5em;
}
#footer-subscribe-form h3 {
	font-size: 18px;
	line-height: 100%;
	margin: 3px 0.5em 0 0;
}

#search, #foot-sub-email {
	background: #697080;
	border-color: #888;
	color: #000;
}
#search:-moz-placeholder, #foot-sub-email:-moz-placeholder {
	color: #222;
}
#search:-ms-input-placeholder, #foot-sub-email:-ms-input-placeholder {
	color: #222;
}
#search::-webkit-input-placeholder, #foot-sub-email::-webkit-input-placeholder {
	color: #222;
}
#foot-sub-email {
	margin-left: 1em;
}

.lead {
	font-size: 15px;
	line-height: 23px;
}

.semibold {
	font-weight: 600;
}

.btn-primary {
	font-weight: bold;
}

caption {
	text-align:left;
	font-size: 16px;
	color: #1d82b6;
	margin-bottom: 1em;
}

thead {
	background: #2f3e55;
	color: #fff;
}

.table-bordered th {
	border-color: #2f3e55;
}

.tel {
	white-space: nowrap;
}

blockquote p {
	font-size:15px;
}


} /* END screen */
@media print {

	.noprint,
	#search-form,
	#top-nav,
	#social-btns,
	#getintouch-form,
	#footer-subscribe-form,
	#footer-menu,
	.divider-vertical {
		display:none
	}
	.hide-text{font-size:inherit;color:#000;line-height:100%}

}
/* from phones to desktop (base mobile styles) */
@media (max-width: 979px) {

	#search-form input {
		width: 150px;
	}
	.sprite-glue-vert-TopNavBackground, #top-nav .divider-vertical {
		height: 35px;
	}
	#top-nav > li > a {
		font-size: 13px;
		padding: 8px 5px;
	}
	.sprite-glue-IconFacebook, .sprite-glue-Icon_LinkedIn {
		margin: 8px 0 0 15px;
	}
	#home-main-img {
		height: 350px
	}
	#home-masthead {
		margin-top: 0;
		font-size: 45px;
	}

}
/* portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
/* landscape phone to portrait tablet */
@media (max-width: 767px) {

	#search-form {
		margin-top:-30px;
	}
	#search-form input {
		width: 70px;
	}
	#search-form button, #top-nav .divider-vertical, #social-btns {
		display: none;
	}
	#top-nav > li > a {
		padding: 8px 10px;
	}
	.sprite-glue-vert-TopNavBackground {
		background: #efefef;
		height: auto;
	}
	.navbar {
		margin-bottom: 0;
	}
	#home-masthead {
		margin-top: 50px;
	}
	#masthead, .sprite-glue-vert-SubpageHeaderBackground {
		height: auto;
	}
	#masthead {
		margin-left: 1em;
	}
	#home-blocks .span4 {
		margin-bottom:2em;
		clear:both;
	}
	#home-blocks img {
		float:left;
		margin: 0 1em 2em 0;
	}
	#main-content {
		margin-bottom: 0;
	}
	#getintouch-form select {
		width: auto;
	}
	.sprite-glue-vert-FooterBackground {
		height: auto;
	}
	#footer-subscribe-form h3 {
		margin-top: 0;
		margin-left: .5em;
	}

}
/* landscape phones and down */
@media (max-width: 480px) {
	
	.sprite-glue-vert-TopHeaderBackground {
		height: 45px;
	}
	.sprite-glue-AmbsLogo {
		margin:0;
		width: 225px;
	}
	#search-form, #home-main-img, #home-blocks img, #footer-subscribe-form h3, #footer-subscribe-form .btn {
		display: none;
	}
	#top-nav > li > a {
		padding: 3px 10px;
	}
	#content-area {
		margin-top: 0;
	}
	#footer-subscribe-form {
		padding: .5em;
	}

}
