.masthead {
background-color: #dfdfdf;
background-image: url('/sites/default/files/header1.jpg');
background-repeat: no-repeat;
background-position: center center;
}

.intro-ee {
	background-color: #d4374a;
}

.open-prog-ee {
	background: url('/sites/default/files/exec-ed-open.jpg') no-repeat center;
	background-size: 100%;
}

.custom-prog-ee {
	background: url('/sites/default/files/exec-ed-custom.jpg') no-repeat center;	
	background-size: 100%;
}

.meet-team-ee {
	background: url('/sites/default/files/exec-ed1.jpg') no-repeat center;	
	background-size: 100%;
}

.specialist-ee {
	background: url('/sites/default/files/compass.gif') no-repeat center;	
	background-size: 100%;
}

.newbuild1 {
	background: url('/sites/default/files/newbuild.png') no-repeat center;
	background-size: 100%;
	width:100%;
	float:left;
}

.newbuild2 {
	background: url('/sites/default/files/newbuild2.png') no-repeat center;	
	background-size: 100%;
}

.box.box-white {
	background-color: #fff;
}

.white {
	color: #fff;
}

.white a:hover {
	color: #fff;
}

h1.teaser-title a:after {
	margin-left: 0;
}

.centreImage {
	margin: 0 auto;
	display:block;
}

.poll .vote-form {
	text-align: left;
}

.poll .vote-form .choices {
	text-align: left;
	margin: 0;
	display: block;
}

.poll .bar .foreground {
	background-color: #d94c5d;
}

.pad-left {
	padding-left:2%;
}

.pad-right {
	padding-right:2%;
}

html.js input.form-autocomplete {
  background-image: url('throbber.gif');
  background-position: 100% 5px; /* LTR */
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-position: 100% -27px; /* LTR */
}