@font-face {    font-family: 'HelveticaNeue-Bold';    src: url('/media/fonts/HelveticaNeue-Bold.eot');    src: url('/media/fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),    url('/media/fonts/HelveticaNeue-Bold.woff') format('woff'),    url('/media/fonts/HelveticaNeue-Bold.ttf') format('truetype'),    url('/media/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');    font-weight: normal;    font-style: normal;}.mpp-hero {
  height: 549px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding-top: 367px;  
  overflow: hidden;
}
.mpp-hero .plaque {
  background: #FFFFFF;  background: rgba(255,255,255,0.65) !important;
  border: 0 none;
  height: auto;
  margin: 0 auto;
  outline-offset: -7px;
  padding: 10px !important;
  text-align: center;
  width: auto;
  position: absolute;
  z-index: 9;  bottom:55px;  width:100%;
}  
.mpp-hero .plaque h2 {
  margin: 0 auto;
  font-size: 23px;
  line-height: 26px;
  color: #000000;
  font-family: 'NewtextITCStd-Regular';
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 2px;
  padding-bottom: 2px;
}
.mpp-hero .plaque p {
  color: #000000;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.725;
  margin: 0 auto 3px;
  text-transform: uppercase;
  width: 75%;
  overflow: hidden;
  height: 15px;  font-family: "HelveticaNeue-Bold";
}  
/* Completely hide empty <p> tags so they don't push down content */
.mpp-hero .plaque p:empty{
  display: none;
}
.mpp-hero .plaque button {
  margin-top: 13px;
}
.mpp-hero .plaque .inner {
  border: 0 none !important;
  padding-top: 0px !important;
}
.mpp-hero .plaque-body {
  height: 100%;
  width: auto !important;
}
.mpp-hero .btn_explore {
  text-align: center;  position: absolute;  bottom:0;  width:100%;
}
.mpp-hero #explore {
  margin: 15px auto;
  outline-offset: -7px;
  position: relative;
  text-align: center;
  z-index: 9;
}
.field-mobile-template .mpp-hero {
  padding: 98px 0 0;
  height: 280px;
}
.field-mobile-template .plaque {
  height: auto;
  width: 250px;
  padding: 0;
  height: 117px;
}
.field-mobile-template .plaque .inner {
  height: 100%;
  width: 100%;
  display: table;
}
.field-mobile-template .plaque-body {
  display: table-cell;
  vertical-align: middle;
}
.field-mobile-template .plaque .hero-plaque-line:nth-child(2) p {
  margin-top: 5px;
}
.field-mobile-template .plaque .hero-plaque-line p:empty {
  display: none;
}
.field-mobile-template .plaque p {
  width: auto;
  line-height: 14px;
  margin: 0;
}
.field-mobile-template .plaque h2 {
  border-bottom: none;
  font-size: 18px;
  padding: 0 10px;
  margin: 0 auto;
}
.field-mobile-template .plaque h2 a {
  border-bottom: none;
}
.field-mobile-template button {
  float: none;
}

.hero-plaque-video-background {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
}
.mpp-hero #hero-plaque, .mpp-hero .btn_explore {
    opacity: 0;
    filter: alpha(opacity=0);
}
.mpp-hero .plaque .inner {
    border: 0;
    padding: 0;
    display: table;
    width: 100%;
}
.mpp-hero .plaque .inner .plaque-body {
    display: table-cell;
    vertical-align: middle;
}
html.ie7 .mpp-hero #hero-plaque,html.ie8 .mpp-hero #hero-plaque{ background: transparent; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/export/cms/plaque-bg-ie-65.png',sizingMethod="scale"); }html.ie7 .mpp-hero .plaque p,html.ie8 .mpp-hero .plaque p {  display:inline;  font-family: Helvetica,Arial,"Lucida Grande",sans-serif;}html.ie8 .mpp-hero .plaque h2 {  opacity: 1;  background:white;  filter: progid:DXImageTransform.Microsoft.Chroma(color='white'),alpha(opacity=100);  -ms-filter: "progid:DXImageTransform.Microsoft.Chroma(color='white')","alpha(opacity=100)";}