﻿@media print {
  #casreWrapper {
    width: 7.5in;
  }
  #casreHeader {
    width: 7.5in;
    height: 1.75in;
  }
  #casreHeader #headerBackground {
    width: 7.5in;
  }
  #casreHeader #headerHeadline {
    width: 4in;
  }
  #headerSubtext {
    display: none;
  }
  * {
    max-width: 7.5in;
  }
  .PageBreak {
    page-break-before: always;
  }
}
.noBorder {
  border: none;
}
#casreWrapper {
  /* Left Column Group:*/
  /* end Left Column Group */
  /* Right Column Group: */
  /* end Right Column Group */
}
#casreWrapper #Header {
  position: relative;
  width: 1060px;
  height: 212px;
  background: url('../images/CASRE_hero_bg.png') no-repeat 0 50%;
  margin: 19px auto 32px;
}
#casreWrapper #Header #Hero {
  position: absolute;
  left: 46px;
  top: -19px;
}
#casreWrapper #Header h1 {
  position: absolute;
  left: 363px;
  top: 36px;
  margin: 0;
  /*color: rgb(171, 0, 10);*/
  color: #b8001f;
  font-family: "HelveticaNeueW01-77BdCn";
  font-size: 70px;
  font-weight: normal;
  line-height: 1;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#casreWrapper #Header h2 {
  position: absolute;
  left: 363px;
  top: 112px;
  margin: 0;
  /*color: rgb(204, 204, 204);
            color: rgba(255, 255, 255, 0.8);*/
  color: #FFF;
  font-family: "HelveticaNeueW01-47LtCn";
  font-size: 32px;
  font-weight: normal;
  line-height: 32px;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
#casreWrapper #Header #headerSpecs {
  position: absolute;
  left: 365px;
  top: 160px;
  margin: 0;
  /*color: rgb(210,210,210);*/
  color: #FFF;
  font-family: "HelveticaNeueW01-67MdCn";
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
}
#casreWrapper #casreSpacer {
  width: 100%;
  height: 5px;
}
#casreWrapper .Summary {
  font-family: "HelveticaNeueW01-67MdCn";
  font-size: 18px;
}
#casreWrapper .Summary span {
  color: #ab000a;
  font-family: inherit;
  font-size: inherit;
}
#casreWrapper #casreHeadline {
  margin: 10px 0 10px 0;
}
#casreWrapper .fieldImage {
  position: absolute;
  left: -6px;
  width: 200px;
  height: 150px;
  border: 5px solid #FFFFFF;
  box-shadow: 0 0 6px #C0C0C0;
  margin: 6px;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 110%;
  overflow: hidden;
  transition: all 0.5s ease 0.2s;
  z-index: 10;
}
#casreWrapper .fieldImage .caption {
  opacity: 0;
  position: absolute;
  bottom: -28px;
  transition: all 0.4s ease 0.4s;
}
#casreWrapper .fieldImage:hover,
#casreWrapper .fieldImage.active {
  width: 600px;
  height: 450px;
  background-size: 100%;
  z-index: 20;
}
#casreWrapper .fieldImage:hover .caption,
#casreWrapper .fieldImage.active .caption {
  opacity: 1;
  bottom: -36px;
  background: #fff;
  border-radius: 12px;
  padding: 5px 12px;
  box-shadow: 0 0 6px #808080;
}
#casreWrapper .fieldImage:first-of-type {
  /*margin-top: 16px;*/
}
#casreWrapper .Threebytwo {
  background-size: 115%;
}
#casreWrapper .Threebytwo:hover {
  height: 400px;
}
#casreWrapper a.additionalPhotos {
  display: block;
  margin: 10px 0;
}
#casreWrapper .rightCol #video > iframe {
  margin: 20px 0;
}
#casreWrapper div.imageBox {
  border-width: 1px;
  border-top-style: dashed;
  border-color: #d0d0d0;
  padding: 30px 0;
  margin-top: 20px;
}
#casreWrapper div.imageBox div.imageBoxLeft {
  display: inline-block;
  width: 322px;
  border-right: 1px dashed #d0d0d0;
  text-align: center;
  margin-bottom: 2em;
}
#casreWrapper div.imageBox div.imageBoxRight {
  display: inline-block;
  width: 323px;
  text-align: center;
  margin-bottom: 2em;
}
#casreWrapper div.imageBox img {
  max-width: 75%;
}