/***** General ******/

@media only screen and (max-width: 850px) {
  #FormControls #pnlZoneBoxHolder .colZoneContainer {
    width: 100% !important;
    display: block !important;
  }
}


h1 {

}
 
h2 {
  text-transform: uppercase;
  color: black;
  font-size: 25pt;
  font-weight: bold;
}

h3 {

}

h4 {

}


p {

}


/******* Page Banners *******/

.Page-Banner {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
}

.Page-Banner .TextContainer {
  width: 80%;
  margin-right: 0;
  margin-top: 0;
  float: none;
  max-width: 500px;
  bottom: 50px !important;
  position: absolute;
  left: 40px;
}


.Page-Banner .TextContainer h5 {
  color: white;
  font-weight: bold;
  font-size: 22pt;
    text-transform: uppercase;
}

.Page-Banner .TextContainer p {
  font-size: 11pt;
  color: white;
  line-height: 14pt;
}