h1 {
    line-height: 1.2;
    overflow-wrap: break-word;
}
/* Header/Logo Title */
.header {
  background: url('https://turbifycdn.com/ty/cdn/yhst-172776117-1/top.jpg');
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  width: 100%;
  height:33px;
  padding:50px;
  text-align: center;
  position:absolute;
  z-index: -1;
}
#topSearch {
  float: right;
  position: static;
  width: 500px;
}
#superbarContainer {
    border-bottom: 1px solid #ffffff;
}
/*Footer Image*/
 .footer {
    background: url('https://turbifycdn.com/ty/cdn/yhst-172776117-1/footer.jpg')
repeat-x;
    left: 0;
    bottom: 35px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 240px;
    text-align: center;
    position: absolute;
    z-index: -1;
}
/* footer */
.footerBoxes .col111 {
     color: #ffffff;
}
.newsletter input[type='email'] {
display:none;
}
.newsletter input[type='submit'] {
display:none;
} 


