@charset "utf-8";
/* CSS Document */

 div,  span,  applet,  object,  iframe, 
h1,  h2,  h3,  h4,  h5,  h6,  p,  blockquote,  pre, 
a,  abbr,  acronym,  address,  big,  cite,  code, 
del,  dfn,  em,  img,  ins,  kbd,  q,  s,  samp, 
small,  strike,  strong,  sub,  sup,  tt,  var, 
b,  u,  i,  center, 
dl,  dt,  dd,  ol,  ul,  li, 
fieldset,  form,  label,  legend, 
table,  caption,  tbody,  tfoot,  thead,  tr,  th,  td, 
article,  aside,  canvas,  details,  embed,  
figure,  figcaption,  footer,  header,  hgroup,  
menu,  nav,  output,  ruby,  section,  summary, 
time,  mark,  audio,  video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* apply a natural box layout model to all elements */

 *,  *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

.pez_unselectable{
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none; 
 }
@font-face {

    font-family: 'adamcg_proregular';
    
    src: url('fonts/ADAMCG.eot');
    
    src: url('fonts/ADAMCG.eot?#iefix') format('embedded-opentype'),
     url('fonts/ADAMCG.woff2') format('woff2'),
     url('fonts/ADAMCG.woff') format('woff'),
     url('fonts/ADAMCG.ttf') format('truetype'),
     url('fonts/ADAMCG.svg#adamcg_proregular') format('svg');

    font-weight: normal;
    font-style: normal;
}
@font-face {

    font-family: 'Merriweather Regular';
    src: url('fonts/Merriweather-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Merriweather Sans';
    src: url('fonts/MerriweatherSans-Light.otf') format('opentype');
    font-weight: normal;
    font-size: normal;
}
/*
@font-face {
    font-family: 'Merriweather Sans';
    src: url('fonts/MerriweatherSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-size: normal;
}
*/
html {
    width:100%;    
}
body {
    background-color:rgb(0,0,0);
    margin:0;
    padding:0;
    text-align:center;  
    font-family: 'adamcg_proregular';
}


h1, h2,h3,h4 {
    font-family: 'adamcg_proregular';    
}
h1 {
    font-size:6em;
    letter-spacing: 8px;    
}
.clear {
    clear:both
}
.pez_bgBeige {
    background-color:#f3f4f5
}
.pez_hilite {
    font-size:24px !important
}

#pez_fader {
    display:block;
    z-index:1000;
    position:fixed;
    background-color:#000;
    width:100%;
    height:100%;
    text-align:center;
    top:0;
    left:0
}
.pez_fader-text{
    display: none; position: absolute;
    width:100%; max-width:900px; height:280px;
    font-size:33px; color:#FFF;
    margin:auto; left:0; right:0; top:0; bottom:0;
}
.pez_fader-text a{
    color:#FFF; text-decoration: none;
}
.pez_fader-text a:hover{
    text-decoration: underline;
}
#replay_btn{
    cursor: pointer;
}
#replay_btn, .pez_fader-text .pez_startBtn{
    float:left;
    width: 350px;
}
#index_btn{
    width: 350px;
}
.loading-ani{
    width:179px; height:142px;
    position: absolute; display: hidden;
    margin: auto; top:0; right:0; bottom:0; left:0;
    background: url(images/loading.gif) #000 no-repeat;
}

#pez_wrap {
    margin:10px; padding-bottom: 20px;
    text-align:center;
    position:relative;
    height:auto;   
    background-image:url('images/tileDots.png');
    background-repeat:repeat;
    border:3px solid #000;
    border-top:0;
    -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,1);
    box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,1);

}

/*header bar*/
#pez_header {

    height:47px;
    width:auto;
    background-image:url('images/denim.png');
    background-repeat:repeat;
    display:block
}
#pez_topLogo {
    float:left;
    margin:0
}
.social-float{
    width:290px;
    height:47px;
    display:block;
    position:absolute;
    top: 12px;
    right:12px;
    overflow: hidden;    
}
.facebook-float{
    position: absolute;
    top: 4px;
    right: 116px;
    display: block;
    width: 180px;
    height: 30px;    
}
.google-plus-float{
    position: absolute;
    top: -6px;
    right: 90px;
    display: block;
    width: 70px;
    height: 30px;    
}
.twitter-float{
    position: absolute;
    top: 4px;
    right: 14px;
    display: block;
    width: 90px;
    height: 30px;    
}
/*End header bar*/


.pez_content {
    width: 100%;
    text-align:center;
    position:relative;
    height:auto;
    padding: 15px 0px 0px;
}

/*title page stuff */
#pez_titleContent {
    margin:0 10px;
    text-align:center;
    position:relative;
    width:auto;
    height:92%;
    border:4px solid #000;
    background-image:url('images/tileDots.png');
    background-repeat:repeat;    
}

.pez_centreBox {
    height:470px;
    width:95%;
    max-width:1024px;
    display:block;
    color:#fff;
    text-align:left;
    margin:auto;
    font-family: 'adamcg_proregular';
    position:absolute;
    left:0; right:0; top:0; bottom:0;
}
.pez_centreBox a {
    text-decoration:none;
    color:#000
}
.pez_centreBox ul{
    float:left;
    margin-top:-1.4em
}
.pez_centreBox li{
    display:inline-block;
    margin-right:20px
}

.pez_titleBox {
    height:auto;
    background-image:url('images/denim.png');
    background-repeat:repeat;
    display:block;
    color:#fff;
    text-align:left;
    margin:0 auto;
    border:8px solid #fff;
    padding:30px 60px 20px 60px;  
    overflow: auto;  
}
.pez_titleBox p {
    line-height:1.4em
}
.next_video_box p{

    font-size: 24px;
    width: 500px;
    float: left;
    position: relative;

}
.next_video_box h1{
    font-size: 28px;
    margin-bottom: 19px;
}
.count-down-break:before{
    content:" - ";
}
.count-down-break{
    display: inline-block;
}
.pez_startBtn {
    background-image:url('images/grey_denim.png');
    background-repeat:repeat;
    padding:5px;
    width:200px;
    float:right;
    text-align:center;
    color:#fff;
    font-size:26px;
    letter-spacing: 1px;    
}
.pez_startBtn a {

}
#credit_box{
    height:578px;
}
.pez_creditBtn{
    width: 81px; height: 19px;
    background: none repeat scroll 0% 0% #000;
    display: block; position: absolute;
    right: 0px; top: -19px;
    cursor: pointer;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 2px;
}

/*End title page stuff */

/*Nav stuff */
.pez_topNav {
    z-index:200;
    margin:0 auto; padding-top:10px;
    background:url('images/tileDots.png') repeat;
    left:0; right:0;   position:relative;
    font-family: 'adamcg_proregular';
    width:100%; max-width:1024px;
    height:auto;
    display:block;
    text-align:center;    
}

.pez_overlayNav{
    background:url('images/tileDots.png') #FFF repeat;
    border-left:2px #000 solid;
    border-right:2px #000 solid;
    border-bottom:2px #000 solid; 
    padding:10px;
}





.pez_topNav a{
    text-decoration:none;
    color:#000
}
.pez_topNav ul{
    display:inline-block;    
}
.pez_topNav li{
    display:inline-block;
    margin-right:20px
}

.nav-btn{
    height: 17px; position: absolute;
    display: block; cursor: pointer;
    margin: 0; padding:0;
    right:0;

}

#plan_nav .nav-btn{
    right: 10px;
}
.pez-logo-float{
    height: 30px;
    width: auto;
    position: absolute;
    left: 8px;
    top: 8px;
}
.pez-logo-float img{
    height: 100%; width: auto;
}

#mute_btn{
    background: #000 url("images/muteBtn.png") no-repeat;
    width:46px;
    top:0;
}
#transcript_btn{
    background: #000 url("images/transcriptBtn.png") no-repeat;
    width: 101px;
    top:20px;
}

/* VIDEO THINGS */


.pez_videoHolder{
    z-index:1;
    position:relative;
    display:block;
    height:auto;
    width:100%;
    max-width:1024px;
    text-align:center;
    margin:0 auto;
    background: #000;
    cursor: pointer;
}
.pez_videoHolder img{
    width: 100%; height: auto;
    position: relative;
}

#pez_planVideo{
    border:2px #000 solid;  
    width: 96%;
    margin-top: -58px !important;
    max-width: 1400px;
}


#pez_videoPlayer {
    height:auto;
    width:100%;
    position:relative;
    margin:0px auto -5px;
    background-color:#000;
    position: absolute;
    top:0; left:0;
}

/* Video Controls */
#pez_playBtn {
    display:inline-block;
    float:left;
    cursor:pointer;
    margin:0;
    padding:0
}

#pez_scrubber{
    background-image:url('images/grey_denim.png');
    background-repeat:repeat;
    cursor: pointer;
    overflow:hidden;
    text-align:left;
    width:100%; max-width:1024px;
    position:relative;
    z-index:201;`
 
}
.pez-tall-scrubber{
    display:inline-block;
    height:40px;
    margin:10px 0 0 0;
}
.pez-thin-scrubber{
    display:block;
    height:13px;
    margin:0 auto;    
    padding: 0 24px 0 0;
}

#pez_scrubBar {
    display:block;
    width:1%;
    height:100%;
    background-image:url('images/denim.png');
    background-repeat:repeat;
    position:relative;    
}
.scrub-time{
    font-size:13px;
    position: absolute;
    bottom: 5px;
    color:#FFF;
    display: block;
    z-index: 10;
}
.pez-thin-scrubber .scrub-time{
    font-size: 11px;
    bottom: 0px;
}
#pez_current_time{
    left:5px;
}
#pez_total_time{
    right:5px;
}



/* MAP JUNK */


.pez_middleContent {
    width:100%; height:auto;
    position:relative;
    display:block;
    margin:0 auto;
    text-align:center;
    max-width:1350px;    
}

#pez_planMapBox{
    z-index:1;
    width:98%;
    height:100%;
    overflow:hidden;
    text-align:center;
    margin:0 auto;
    position:relative;
    margin-bottom:20px;
    top:-41px
}

#pez_mapHolder{
    z-index: 10;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1117px;
    height: auto;
    margin: 0px auto;
    top: 503px;
    left: 0px;
    right: 0px;
}

.pez_marker{
    position:absolute;
    z-index:20;    
}
.skip_marker{
    cursor: pointer;
}
.pez_overlay{
    top:0; left:0; z-index: 10;
    width: 100%; height: auto;
}

/* TRANSCRIPT */
.transcript-holder{
    font-family: 'Merriweather Sans';
    width: 100%;
    max-width: 745px;
    margin: 0 auto;
    background: #F6F6F7;
    text-align: left;
    
    line-height: 29px;
    font-size: 16px;

    overflow: hidden;
    height:1px;


}
.landing-transcript .transcript-text{
    padding-top:270px;
}
.transcript-text{
    padding:50px;
    width: 100%;
    height: auto;
}
.transcript-holder p{
    margin-bottom:25px;
}

/* INDEX PAGE */
.indexThumbHolder{
    width:100%; height:auto;
    margin:30px auto;
    text-align: center;
}
.indexThumb{
    width:210px; height:auto;
    display: inline-block;
    position: relative;
    margin:4px;
    cursor: pointer;
}
.next_video_box .indexThumb{
    float:right;
}
.thumbTitle{
    font-family: "adamcg_proregular";
    width: 100%; height: auto;
    padding: 4px;
    text-align: center;
    border-bottom: 5px solid #000;
    background: url("images/grey_denim.png") repeat scroll 0% 0% transparent;
    color: #000;
    font-size: 23px;
}
.thumbVideo{
    width:210px; height:120px;
    border: 5px solid #FFF;
    display: block; position: relative;
}

.nomargin{
    margin: 0px !important;
}


.pez_grey{color:#BDBDBD}
dl {margin-bottom:20px}
dd {display:inline-block}
dt {font-size:1.2em}

@media screen and (max-width: 1054px){
    #pez_planVideo{
    margin-top: 0px !important;
    width: 100%;
     }
    .pez_content{
        padding:20px;
    }

	h1 {
        font-size:5em;
        letter-spacing: 1px;
    }
    .pez_centreBox {
        height:auto;
        width:90%;
        margin:50px auto;
        position:relative;
    }
    #credit_box{
        position: absolute; top:37px;
    }
    .next_video_box p{
        width: auto;
        float: none;
    }
    .next_video_box .indexThumb{
        float:none;
    }
    .pez_titleBox{
        text-align: center;
        padding: 16px;
    }
    #pez_mapHolder{
        top:415px;
    }
    #transcript_btn{
        top: 0;
        right: 62px !important;
    }
}
@media screen and (max-width: 600px){
    .pez_topNav li{
        margin: 0 5px;
    }
	h1 {
        font-size:2em;
        letter-spacing: 1px;
        margin-bottom: 25px;
    }
	.pez_centreBox {
        min-width:280px;    
    }
	.pez_centreBox ul{
        float:left;
        margin-top:-3em
    }
    .pez_titleBox{
        text-align: center;
        padding: 16px;
    }
    .pez-logo-float {
        height: 23px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 4px;
        margin: 0 auto;
        right: 0;
        text-align: center;
    }
    .indexThumb{
        margin-bottom:20px;
    }
    #pez_header{
        height:60px;
    }
    .social-float{
       
        top: 25px;
        margin:0 auto; left:0; right:0;
        overflow: hidden;    
    }
    .transcript-text{
        padding: 30px 15px;
        line-height: 25px;
        font-size: 14px;
    }
    .landing-transcript .transcript-text{
        padding-top:50px;
    }
    .pez_fader-text{
        top: 8px;
        width: 95%;
        margin: 0px auto;
        height: auto;
    }
    .next_video_box{
        padding:6px;
    }
    .next_video_box h1 {
        margin-bottom: 19px;
    }
    .next_video_box p{
        font-size: 15px;
        width: auto;
        float: none;
        margin-bottom: 17px;
    }
    .count-down-break:before{
        content:" ";
    }
    .count-down-break{
        display: block;
    }

    #replay_btn{
        float:none;
    }
    .pez_startBtn{
        width: auto !important; height: auto;
    }
    .pez-thin-scrubber{
        height:40px;
    }
    #credit_box{
        top:7px; margin: 0 auto;
        font-size: 12px;
    }
    #pez_fader{
        overflow: auto;
    }
    .credit_btn{
        margin: 10px auto;
        left: 0;
        right: 0;
        float: none !important;
    }


}