
@media (max-width: 767px) {
  #banner .searchform input.submit {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#banner .searchform input.submit:hover {
  background-position: -700px -50px;
}
#banner #top a {
  display: none;
  background: transparent url('sprites-global.png') no-repeat -650px 0;
  text-indent: -9999px;
  width: 18px;
  height: 9px;
  margin-top: 65px;
}
#banner #top a:hover {
  background-position: -650px -50px;
}
#banner #pageAncestor {
  display: none;
}
#banner.minimized .secondary-navigation,
#banner.minimized .contact-navigation,
#banner.minimized #search {
  display: none;
}
#banner.minimized #top a {
  display: block;
}
#banner.search_selected .searchform label {
  color: #a6a8ab;
}
#banner.search_selected .searchform .search-body {
  display: block;
}
#content {
  position: relative;
  z-index: 2;
  margin-top: 130px;
  padding-top: 120px;
  min-height: 900px;
}
@media (max-width: 767px) {
  #content {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content h1 {
  margin-bottom: 50px;
}
#content > .container {
  margin-bottom: 110px;
}
#content .overImage {
  position: relative;
  *zoom: 1;
  padding: 40px 0 120px 0;
  background-color: #ffffff;
  min-height: 600px;
}
@media (max-width: 767px) {
  #content .overImage {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#content .overImage:before,
#content .overImage:after {
  display: table;
  content: "";
  line-height: 0;
}
#content .overImage:after {
  clear: both;
}
#content .overImage h1 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}
#content h3.label,
#content h3.label a {
  color: #696a6d;
}
.collapsed {
  display: none !important;
}
#page {
  margin-top: 90px;
}
#page .sidebar,
#page .entry-content {
  padding-top: 40px;
}
.page-basic h1 {
  text-align: center;
}
#nav-below .nav-previous .meta-nav {
  display: none;
}
#nav-below .nav-next .meta-nav {
  display: none;
}
.post-list article {
  float: left;
  width: 33.3333333%;
  position: relative;
}
@media (max-width: 767px) {
  .post-list article {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.post-list article .entry {
  height: 240px;
  padding: 20px;
  margin: 0 5px 5px 0;
  background-color: #eeeeee;
  overflow: hidden;
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.post-list article .entry a {
  text-decoration: none;
  cursor: text;
  color: inherit;
}
.post-list article .entry .entry-meta {
  margin: 0 0 10px;
}
.post-list article .entry .entry-meta h6 {
  font-family: avalon_demi, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #696a6d;
}
.post-list article .entry .entry-meta p {
  color: #696a6d;
}
.post-list article .entry .entry-date {
  font-family: avalon_demi, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #696a6d;
}
.post-list article .entry .entry-title h1 {
  font-size: 24px;
  line-height: 30px;
  text-align: left !important;
  margin-bottom: 10px !important;
}
.post-list article .entry .entry-summary {
  display: none;
}
.post-list article .entry.focus {
  background-color: #dcdcdc;
}
.post-list article .entry.focus a {
  text-decoration: underline;
  cursor: pointer;
}
.post-list article .entry.focus h6 a {
  text-decoration: none;
}
.post-list article .entry.focus a:hover {
  color: #a6a8ab;
}
.post-list article .entry.focus .entry-title {
  display: none;
}
.post-list article .entry.focus .entry-summary {
  display: block;
}
.post-list article .entry.focus .entry-summary .cta_button {
  display: inline-block;
  background: #222222;
  color: #ffffff;
  text-transform: uppercase;
  width: 160px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-family: avalon_demi, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -80px;
  text-rendering: optimizelegibility;
}
.post-list article .entry.focus .entry-summary .addthis_toolbox {
  position: absolute;
  bottom: 20px;
}
.person {
  display: block;
  float: left;
  overflow: hidden;
  width: 25%;
  color: #ffffff;
  background: #ffffff;
  text-decoration: none;
}
.person .label {
  background: #000000;
  overflow: hidden;
  height: 48px;
  padding: 8px 20px 0;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media (max-width: 767px) {
  .person .label {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.person .label h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.person .label p {
  margin: 0;
  font-size: 12px;
}
.person span {
  display: block;
  min-width: 240px;
}
.person img {
  display: block;
  width: 100%;
  min-height: 240px;
}
.person:hover {
  text-decoration: none;
  color: #a6a8ab;
  background: #000000;
}
.person:hover img {
  opacity: 0.8;
}
.person:hover .label {
  height: 58px;
  margin-top: -10px;
}
#george-e-h-cadman-qc .label h4,
#george-e-h-cadman-qc .label p {
  display: inline;
}
#george-e-h-cadman-qc .label p {
  padding-left: 5px;
}


#bg {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a6a8ab;
}
@media (max-width: 767px) {
  #bg {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#bg img {
  position: fixed;
  top: 0;
  left: 0;
  max-width: none;
}
@media (max-width: 767px) {
  #bg img {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
#bg_shadow {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #bg_shadow {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home #content {
  padding-top: 0;

}
.home #content .entry-content {
  margin-bottom: 0;
}
.home article {

  position: relative;
  width: 100%;
  height: auto px;
}
@media (max-width: 767px) {
  .home article {
    -webkit-transform: translate3d(0, 0, 0);
  }
}


.home article h2,
.home article h3,
.home article h4,
.home article h5,
.home article h6,
.home article p,
.home article a,
.home article li,
.home article dt,
.home article dd {
  color: #ffffff;
  text-align: center;
}
.home article p {
  font-size: 18px;
  line-height: 26px;
}
.home article a.home_next {
  display: block;
  position: absolute;

  left: 50%;
  width: 200px;
  margin-left: -100px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home article a.home_next {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.home article a.home_next:after {
  content: "";
  display: block;
  background: transparent url('sprites-global.png') no-repeat -200px 0;
  width: 100px;
  height: 50px;
  overflow: hidden;
  margin: 20px auto;
}
.home article a.home_next:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.home article a.home_next:hover:after {
  background-position: -200px -50px;
}
.home.selected article {
  background: rgba(0, 0, 0, 0.66);
}
.home #screen_A h2 {
  font-size: 102px;

}
.home #screen_B {
    text-align: center;

}
.home #screen_C {

}

@media (max-width: 767px) {
.home #screen_A h2 {
  font-size: 42px;
  line-height: 100px;
}
}
