/* styles in this stylesheet apply to individual groups */

/*
About/Splash
Location
Exhibitors
Programming
FAQ
Press
Contact
*/

#splashImgGrp {
  z-index: 2;
}

#splashImgGrp .parallax_layer_middle {
  background: #01aef0 url('images/BG.jpg') no-repeat scroll center;
  min-height: 6.25em;
  background-size: cover;
  height: 56.25em;
  top:-3.125em;
}

.blueHelicopter {
  width: 6.25em;
  position:absolute;
  left: 50%;
  top:55%;
  margin-left: 21.875em;
}

.redHelicopter {
  width: 6.25em;
  position:absolute;
  left: 50%;
  top:21%;
  margin-left: 12.5em;
}

.blueHelicopter img, .redHelicopter img {
  width: 100%;
}

.calaInfoCont {
  position:absolute;
  left: 50%;
  top:20%;
  margin-left: -0.625em;
}

  .calaLogoCont {
    width: 25em;
    height: 12.5em;
    position:absolute;
    left: -0.9375em;
    top:0;
    /*border: 1px solid green;*/
  }

    .calaLogo {
      width: 12.5em;
      position:absolute;
      left: 0;
      bottom: 0;
      /*border: 1px solid green;*/
    }

      .calaLogo img {
        width: 80%;
        height: 80%;
      }

  .calaTitle {
    width: 18.75em;
    position:absolute;
    left: 11.5625em;
    bottom: -1.625em;
    margin-left: 0.3125em;
    
    /*border: 1px solid green;*/
  }

  .calaTitle h1 {
    line-height: 0.95em;
    letter-spacing: -1px;
    font-size: 2.8em;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
  }

  .calaInfo {
    position:absolute;
    left: 0;
    top:210px;
    width: 25em;
  }

  .calaInfo  h1 {
    line-height: 1.1em;
    letter-spacing: 0.2px;
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 0.3125em;
  }

  .calaInfo  p {
    line-height: 1.1em;
    letter-spacing: -0.2px;
    font-size: 1.5em;
    font-weight: 300;
    margin-top: -0.4375em;
  }   

#splashContentGrp {
  height: 56.25em;
  z-index: 4;
}

.plantWoman {
  width:21.875em;
  position: absolute;
  margin-left: 5em;
  top:-38.1875em;
  /*border: 1px solid green;*/
}

.plantWoman img {
  width: 100%;
  height: 100%;
}

#splashContentGrp .parallax_layer_front {
  background-color: #FFFFFF;
}   

.specialAnn {
  display: none;
}

.specialAnn  h1 {
  line-height: 1.1em;
  letter-spacing: 0.2px;
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0.3125em;
}

.specialAnn  p {
  line-height: 1.1em;
  letter-spacing: -0.0125em;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: -0.4375em;
}


/* location groups styles */

#locationImgGrp {
  z-index: 3;
}

#locationImgGrp .parallax_layer_front {
  background-color: rgba(0,0,0,0.2);
}

#locationImgGrp .parallax_layer_back {
  background: #01aef0 url('images/pic9.jpg') no-repeat scroll center;
  min-height: 6.25em;
  background-size: cover;
}    

#locationContentGrp {
  height: 87.5em;
  z-index: 4;
}

#locationContentGrp .parallax_layer_front {
  background-color: #FFFFFF;
} 

#locationContentGrp div.yContainer:nth-of-type(1) {
    margin-bottom: 3em;
}

#locationContentGrp div.yContainer:nth-of-type(2) {
    margin-top: 0;
}

.ThinkTankAddress {
    width: 18.75em;
    margin: auto;
    text-align: left;
    left: 25%;
    margin-bottom: 2em;
  line-height: 1.1em;
  letter-spacing: -0.2px;
  font-size: 1.5em;
  font-weight: 300;
  margin-top: -0.4375em;
}

.drivDirCont p,
.pubTransCont p,
.parkingCont p {
    text-align: left;
    margin-top: -0.3125em;
    /*line-height: 125%;*/
}

.pubTransCont h1,
.parkingCont h1 {
    text-align: left;
    margin-bottom: 0.25em;
    line-height: 120%;
}

.parkingCont h1 {
    margin-top: 1.2em;    
}

.drivDirCont h1 {
    margin-bottom: 0.3em;    
}

.drivDirCont p.bold {
    margin-top: 0.6em;    
    margin-bottom: 0.7em;}

.pubTransCont,
.parkingCont {
    margin-top: ;
}

.parkingCont p.bold {
    margin-top: 2.2em;
}


/* Exhibitor groups styles */

#exhibitorImgGrp {
  z-index: 2;
}

#exhibitorImgGrp .parallax_layer_front {
  background-color: rgba(0,0,0,0.3);
}

#exhibitorImgGrp .parallax_layer_back {
  background: #01aef0 url('images/pic11.jpg') no-repeat scroll center;
  min-height: 6.25em;
  background-size: cover;
  }   

#exhibitorContentGrp {
  height: 81.25em;
  z-index: 4;
}

.exhibitorNames a {
  line-height: 1.5em;
  letter-spacing: 0.2px;
  font-size: 1.5em;
  font-weight: 300;
  /*border: 1px solid red;*/
  margin-top: 0.2em;
  margin-bottom: 0;
}

a.blk:hover,
a.blk:active {
    color: #FFFFFF;
    background-color: black;
}

a.blu:hover,
a.blu:active {
    color: #FFFFFF;
    background-color: #01aef0;
}

#exhibitorContentGrp .parallax_layer_front {
  background-color: #FFFFFF;
}
  


/* programming groups styles */

#programmingImgGrp {
  z-index: 2;
}

#programmingImgGrp .parallax_layer_front {
  background-color: rgba(0,0,0,0.2);
}

#programmingImgGrp .parallax_layer_back {
  background: #01aef0 url('images/pic12.jpg') no-repeat scroll center;
  min-height: 6.25em;
  background-size: cover;
}

#programmingContentGrp {
  height: 137.5em;
  z-index: 4;
}

#programmingContentGrp .parallax_layer_front {
  background-color: #FFFFFF;
}


/* FAQ groups styles */

#faqImgGrp {
  z-index: 2;
}

#faqImgGrp .parallax_layer_front {
  background-color: rgba(0,0,0,0.1);
}

#faqImgGrp .parallax_layer_back {
  background: #01aef0 url('images/pic8.jpg') no-repeat scroll center;
  min-height: 6.25em;
  background-size: cover;
}

#faqContentGrp {
  height: 62.5em;
  z-index: 4;
}

#faqContentGrp .parallax_layer_front {
  background-color: #FFFFFF;
}


/* press groups styles */

#pressImgGrp {
  z-index: 2;
}

#pressImgGrp .parallax_layer_front {
  background-color: rgba(0,0,0,0.0);
}

#pressImgGrp .parallax_layer_back {
  background: #01aef0 url('images/pic13.jpg') no-repeat scroll center;
  min-height: 6.25em;
  background-size: cover;
}

#pressContentGrp {
  height: 43.75em;
  z-index: 4;
}

#pressContentGrp .parallax_layer_front {
  background-color: #FFFFFF;
}


/* contact groups styles */

#contactImgGrp {
  z-index: 2;
}

#contactImgGrp .parallax_layer_front {
  background-color: rgba(0,0,0,0.1);
}

#contactImgGrp .parallax_layer_back {
  background: #01aef0 url('images/pic4.jpg') no-repeat scroll center;
  min-height: 6.25em;
  background-size: cover;
}

#contactContentGrp {
  height: 37.5em;
  z-index: 4;
}

#contactContentGrp .parallax_layer_front {
  background-color: #FFFFFF;
  /*border: 1px solid red;*/
}

#endImgGrp {
  height: 53.125em;
  z-index: 4;
}

#endImgGrp .parallax_layer_front {
  background: #01aef0 url('images/BG-v2.jpg') no-repeat scroll center;
  background-size: cover;
  top:0;
  /*border: 1px solid blue;*/
}
