
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 62.5%; line-height: 1.25; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 2em; }
dd { margin: 0 0 0 2em; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
body {
    background: #111;
    color: #fff;
}
p {
    margin: 1em 0;
}
a, a:link, a:active, a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    
}
a:hover, a:active {
    color: #fff;
}
* {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
body, div, button, input, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
strong, h1, h2, h3, h4, h5 {
    font-weight: 700;
}
#ventSectionHolder {
  position: absolute;
  top: 52px;
  bottom: 0;
  width: 100%;
  overflow: hidden; }
  #ventSectionHolder section {
    width: 100%;
    height: 100%; }
#ventHeader {
  display: none;
  position: absolute;
  overflow: visible;
  top: 0;
  height: 52px;
  width: 100%;
  background-color: #333333;
  background: -moz-linear-gradient(-90deg, #333333, #111111);
  
  background: -ms-linear-gradient(-90deg, #333333, #111111);
  
  background: -webkit-linear-gradient(-90deg, #333333, #111111);
  
  background: -o-linear-gradient(-90deg, #333333, #111111);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111');
  
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#111111')";
  
  background: linear-gradient(#333333, #111111);
  
  -webkit-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #ventHeader.hidden {
    top: -52px;
    -webkit-transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
  #ventHeader h1, #ventHeader a {
    text-align: center;
    display: block;
    float: left;
    margin: 0;
    z-index: 7; }
  #ventHeader h1 {
    display: block;
    text-indent: -3333px !important;
    overflow: hidden;
    outline: none;
    background-repeat: no-repeat;
    text-transform: capitalize;
    font-size: 0;
    line-height: 0;
    background-image: url(../media/img/title.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 18%;
    height: 52px; }
  #ventHeader a {
    font-size: 1.6em;
    padding: 16px 0 0;
    height: 36px; }
  #ventHeader .icon {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    top: -3px;
    left: -3px; }
  #ventHeader .homeLink {
    background-color: #444444;
    background: -moz-linear-gradient(-90deg, #444444, #222222);
    
    background: -ms-linear-gradient(-90deg, #444444, #222222);
    
    background: -webkit-linear-gradient(-90deg, #444444, #222222);
    
    background: -o-linear-gradient(-90deg, #444444, #222222);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222')";
    
    background: linear-gradient(#444444, #222222);
    
    width: 14%; }
    #ventHeader .homeLink:hover, #ventHeader .homeLink:active {
      background: #444; }
  #ventHeader .libraryLink {
    background-color: #175d99;
    background: -moz-linear-gradient(-90deg, #175d99, #1f375b);
    
    background: -ms-linear-gradient(-90deg, #175d99, #1f375b);
    
    background: -webkit-linear-gradient(-90deg, #175d99, #1f375b);
    
    background: -o-linear-gradient(-90deg, #175d99, #1f375b);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#175d99', endColorstr='#1f375b');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#175d99', endColorstr='#1f375b')";
    
    background: linear-gradient(#175d99, #1f375b);
    
    width: 34%; }
    #ventHeader .libraryLink:hover, #ventHeader .libraryLink:active {
      background: #175d99; }
  #ventHeader .gameLink {
    background-color: #169989;
    background: -moz-linear-gradient(-90deg, #169989, #1e5b53);
    
    background: -ms-linear-gradient(-90deg, #169989, #1e5b53);
    
    background: -webkit-linear-gradient(-90deg, #169989, #1e5b53);
    
    background: -o-linear-gradient(-90deg, #169989, #1e5b53);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#169989', endColorstr='#1e5b53');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#169989', endColorstr='#1e5b53')";
    
    background: linear-gradient(#169989, #1e5b53);
    
    width: 34%; }
    #ventHeader .gameLink:hover, #ventHeader .gameLink:active {
      background: #169989; }
#ventHome {
  position: relative;
  text-align: center; }
  #ventHome H1 {
    display: block;
    text-indent: -3333px !important;
    overflow: hidden;
    outline: none;
    background-repeat: no-repeat;
    text-transform: capitalize;
    font-size: 0;
    line-height: 0;
    background-image: url("../media/img/landing_title.png");
    width: 503px;
    height: 125px;
    margin: 40px auto 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      #ventHome H1 {
        background-image: url("../media/img/landing_title@2x.png");
        background-size: 100%; } }
  #ventHome H2 {
    text-shadow: 0 0 4px #000;
    font-size: 17px;
    line-height: 1.5em;
    width: 535px;
    margin: 0 auto;
    padding: 0; }
  #ventHome a {
    margin: 30px 15px;
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 307px;
    height: 215px;
    overflow: hidden;
    text-align: center; }
    #ventHome a .graphic {
      display: block;
      clear: both;
      text-align: center; }
    #ventHome a .label {
      position: relative;
      top: 32px;
      width: 307px; }
      #ventHome a .label .icon {
        display: block;
        float: left; }
        #ventHome a .label .icon img {
          margin: 7px 10px 0 20px; }
      #ventHome a .label strong {
        font-size: 2.247em;
        font-weight: bold;
        display: block;
        text-align: left;
        margin-top: -10px; }
      #ventHome a .label span {
        display: block;
        text-align: left;
        font-size: 2.058em;
        font-weight: normal; }
  #ventHome a.libraryLink {
    left: 190px;
    background-color: #1b4979;
    
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDYxNCA0MzAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlMzY1YSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE3NWQ5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iNjE0IiBoZWlnaHQ9IjQzMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    
    background-image: -moz-linear-gradient(90deg, #1e365a 0%, #175d98 100%);
    
    background-image: -o-linear-gradient(90deg, #1e365a 0%, #175d98 100%);
    
    background-image: -webkit-linear-gradient(90deg, #1e365a 0%, #175d98 100%);
    
    background-image: linear-gradient(90deg, #1e365a 0%, #175d98 100%);
     }
    #ventHome a.libraryLink .graphic img {
      margin-top: 25px; }
    #ventHome a.libraryLink:active, #ventHome a.libraryLink:hover {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNTU4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlN2JjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
      
      background-image: -moz-linear-gradient(90deg, #2f558e 0%, #1e7bcc 100%);
      
      background-image: -o-linear-gradient(90deg, #2f558e 0%, #1e7bcc 100%);
      
      background-image: -webkit-linear-gradient(90deg, #2f558e 0%, #1e7bcc 100%);
      
      background-image: linear-gradient(90deg, #2f558e 0%, #1e7bcc 100%);
       }
  #ventHome a.gameLink {
    right: 190px;
    background-color: #1b796d;
    
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDYxNCA0MzAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNWI1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMTc5OTg4IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTc5OTg4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSI2MTQiIGhlaWdodD0iNDMwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    
    background-image: -moz-linear-gradient(90deg, #1e5b51 0%, #179988 99.02%, #179988 100%);
    
    background-image: -o-linear-gradient(90deg, #1e5b51 0%, #179988 99.02%, #179988 100%);
    
    background-image: -webkit-linear-gradient(90deg, #1e5b51 0%, #179988 99.02%, #179988 100%);
    
    background-image: linear-gradient(90deg, #1e5b51 0%, #179988 99.02%, #179988 100%);
     }
    #ventHome a.gameLink .graphic img {
      margin-top: 11px; }
    #ventHome a.gameLink:active, #ventHome a.gameLink:hover {
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmOGU4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMWVjY2I0IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWVjY2I0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
      
      background-image: -moz-linear-gradient(90deg, #2f8e80 0%, #1eccb4 99.02%, #1eccb4 100%);
      
      background-image: -o-linear-gradient(90deg, #2f8e80 0%, #1eccb4 99.02%, #1eccb4 100%);
      
      background-image: -webkit-linear-gradient(90deg, #2f8e80 0%, #1eccb4 99.02%, #1eccb4 100%);
      
      background-image: linear-gradient(90deg, #2f8e80 0%, #1eccb4 99.02%, #1eccb4 100%);
       }
.stepLinks, .pageLinks {
  position: relative;
  top: 0;
  -webkit-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 100;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); }
  .stepLinks.hidden, .pageLinks.hidden {
    top: -52px;
    -webkit-transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: top 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
#ventPages {
   }
  #ventPages .pageLinks {
    height: 48px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #1f375b; }
    #ventPages .pageLinks li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
    #ventPages .pageLinks a {
      display: block;
      float: left;
      text-align: center;
      font-size: 1.5em;
      font-weight: 400;
      color: #5b86a8;
      -webkit-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      padding: 13px 22px 10px 40px;
       }
      #ventPages .pageLinks a:nth-child(1) {
        padding-left: 15px; }
      #ventPages .pageLinks a .numBox {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        padding: 0 4px 1px;
        margin-right: 3px;
        background-color: #5b86a8;
        color: #1f375b;
        font-weight: 700; }
      #ventPages .pageLinks a.selected {
        color: #fff; }
        #ventPages .pageLinks a.selected .numBox {
          background-color: #fff; }
      #ventPages .pageLinks a:hover {
        color: #fff; }
        #ventPages .pageLinks a:hover .numBox {
          background-color: #fff; }
  #ventPages article {
    clear: both;
    width: 100%;
    top: 48px;
    bottom: 0;
    color: #000;
    position: absolute;
    left: 2000px;
    overflow-x: hidden;
    overflow-y: scroll;
    
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -ms-transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    #ventPages article.selected {
      left: 0px;
      -webkit-transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: left 1s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #ventPages article .pageContent {
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
      position: relative;
      overflow: hidden;
      left: 400px;
      width: 560px;
      padding: 0 20px;
      top: 0;
      margin-bottom: 3em; }
      #ventPages article .pageContent h3 {
        margin: 25px 0 0;
        text-transform: uppercase; }
      #ventPages article .pageContent h2 {
        margin: -.05em;
        font-size: 2.2em;
        color: #000; }
      #ventPages article .pageContent h4 {
        margin: 1em 0;
        font-size: 1.6em;
        color: #000; }
      #ventPages article .pageContent p {
        margin: 20px 0;
        font-size: 1.4em;
        line-height: 1.4em;
        color: #000; }
      #ventPages article .pageContent .nextStep {
        float: right;
        display: block;
        text-align: left;
        font-size: 1.2em;
        font-weight: 400;
        padding: 19px 20px 0px;
        text-transform: uppercase;
        background-repeat: no-repeat;
        width: 225px;
        height: 80px;
        color: #fff;
        margin: 0 -1em -1em 0;
        background-image: url(../media/img/next_ribbon.png);
        background-repeat: no-repeat;
        cursor: pointer; }
        #ventPages article .pageContent .nextStep:hover, #ventPages article .pageContent .nextStep:active {
          background-image: url(../media/img/next_ribbon_over.png); }
        #ventPages article .pageContent .nextStep em {
          font-size: 1.5em;
          text-transform: none;
          display: block;
          clear: both;
          font-style: normal;
          margin-top: 2px;
          font-weight: 700;
          pointer-events: none; }
    #ventPages article .pageImages {
      position: absolute;
      top: 0;
      left: 73px;
      overflow: visible;
      width: 304px; }
      #ventPages article .pageImages img {
        display: block;
        margin: 25px 0 0 0; }
      #ventPages article .pageImages a:hover img, #ventPages article .pageImages a:active img {
        opacity: .96; }
      #ventPages article .pageImages label {
        display: block;
        margin: .25em 0 25px;
        font-size: 1.0em; }
      #ventPages article .pageImages .ytplayer {
        margin: 0 0 25px; }
      #ventPages article .pageImages .youtube-popup {
        width: 304px;
        height: 220px;
        margin: 10px 0 20px; }
#ventGame {
  overflow: hidden;
   }
  #ventGame .gameActivity {
    position: relative;
    top: 0; }
  #ventGame .gameActivity > * {
    position: absolute;
    top: 0; }
  #ventGame .gameActivity canvas, #ventGame .sampleDot {
    pointer-events: none; }
  #ventGame #gameContent {
    width: 778px;
    height: 572px;
    position: absolute;
    top: 48px;
    overflow: visible; }
  #ventGame #step1, #ventGame #step2 {
    overflow: visible;
    background: url(../media/img/ocean_surface2.jpg) no-repeat;
    -webkit-background-position: top left;
    -moz-background-position: top left;
    -ms-background-position: top left;
    -o-background-position: top left;
    background-position: top left;
    -webkit-background-size: 978px 572px;
    -moz-background-size: 978px 572px;
    -ms-background-size: 978px 572px;
    -o-background-size: 978px 572px;
    background-size: 978px 572px; }
  #ventGame #step3, #ventGame #step4 {
    background: url(../media/img/ocean_sideview2.jpg) no-repeat; }
  #ventGame .probeDropHolder {
    overflow: visible; }
  #ventGame .sampleDotHolder {
    position: relative;
    top: 0;
    opacity: .9; }
  #ventGame .sampleDot {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    border-radius: 100%; }
    #ventGame .sampleDot.routeSample {
      -webkit-transform: translate(-6px, -6px);
      -moz-transform: translate(-6px, -6px);
      -ms-transform: translate(-6px, -6px);
      -o-transform: translate(-6px, -6px);
      transform: translate(-6px, -6px);
      width: 10px;
      height: 10px; }
  #ventGame #step3 .sampleDotHolder {
    opacity: .9; }
  #ventGame #step3 .routeDotHolder {
    opacity: .5 !important; }
  #ventGame #step4 .sampleDotHolder {
    opacity: .5; }
  #ventGame .dropArrow {
    position: absolute;
    top: 110px;
    background: url(../media/img/surface_arrow.png) no-repeat top center;
    -webkit-background-size: 44px 48px;
    -moz-background-size: 44px 48px;
    -ms-background-size: 44px 48px;
    -o-background-size: 44px 48px;
    background-size: 44px 48px;
    width: 48px;
    height: 44px;
    margin-left: -24px;
    cursor: move; }
  #ventGame .draggableShip {
    cursor: move;
    position: absolute;
    top: 23px; }
    #ventGame .draggableShip.ui-state-disabled {
      cursor: default; }
  #ventGame #step4 .draggableShip:after {
    content: '';
    height: 320px;
    position: relative;
    left: 80px;
    display: block;
    border-left: 1px dashed #fff; }
  #ventGame #step4 .draggableShip.ui-state-disabled:after {
    content: none; }
  #ventGame #found_vent {
    position: relative;
    display: block;
    border: none;
    font-size: 1.2em;
    font-weight: 400;
    padding: 30px;
    margin: 0 0 0 -61px;
    color: #FFF;
    width: 213px;
    background-color: #a53913;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
    background-color: #bf4713;
    background: -moz-linear-gradient(0, #bf4713, #7d2011);
    
    background: -ms-linear-gradient(0, #bf4713, #7d2011);
    
    background: -webkit-linear-gradient(0, #bf4713, #7d2011);
    
    background: -o-linear-gradient(0, #bf4713, #7d2011);
    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf4713', endColorstr='#7d2011');
    
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf4713', endColorstr='#7d2011')";
    
    background: linear-gradient(#bf4713, #7d2011);
    
    border-radius: 0px; }
    #ventGame #found_vent:after {
      content: "h";
      display: block;
      text-indent: -3333px !important;
      overflow: hidden;
      outline: none;
      background-repeat: no-repeat;
      text-transform: capitalize;
      font-size: 0;
      line-height: 0;
      background-image: url(../media/img/ribbon_back2.png);
      width: 25px;
      height: 17px;
      position: absolute;
      bottom: -17px;
      left: 0px;
      z-index: 2;
      cursor: pointer; }
    #ventGame #found_vent .youtube-popup {
      width: 215px;
      height: 117px;
      background-position: 50% 50%;
      background-size: 101% auto;
      margin: 10px 0 20px; }
    #ventGame #found_vent a.youtube-popup {
      display: block;
      width: 215px;
      height: 117px;
      background-image: url(../media/pics/vent_video_th.jpg);
      margin: 12px 0 9px; }
    #ventGame #found_vent p {
      color: #fff;
      margin: -16px 0 16px; }
  #ventGame .resultOverlayHolder {
    position: absolute;
    top: 0; }
  #ventGame .resultOverlay {
    position: absolute;
    display: none; }
    #ventGame .resultOverlay#result_smoker {
      top: 190px;
      left: -60px;
      opacity: .7; }
    #ventGame .resultOverlay#result_vent {
      top: 300px;
      left: -170px;
      opacity: .7; }
    #ventGame .resultOverlay#result_plume {
      top: 195px;
      left: -100px;
      opacity: 50%; }
  #ventGame button.subroute {
    position: absolute;
    height: 14px;
    background-color: #fff;
    margin-top: -7px;
    border: none !important;
    outline: none !important;
    
    -webkit-transform-origin: 0 7px;
    -moz-transform-origin: 0 7px;
    -ms-transform-origin: 0 7px;
    -o-transform-origin: 0 7px;
    transform-origin: 0 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -ms-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    
    -webkit-box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.5);
    -moz-box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.5);
    -ms-box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.5);
    -o-box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.5);
    box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.5);
    opacity: 0; }
    #ventGame button.subroute:hover, #ventGame button.subroute:active, #ventGame button.subroute.selected {
      background-color: #fffc00;
      opacity: .9; }
    #ventGame button.subroute.selected {
      opacity: 1.0;
      background-color: #ff4b00;
      -webkit-box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.8);
      -moz-box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.8);
      -ms-box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.8);
      -o-box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.8);
      box-shadow: 0 0 0px 5px rgba(129, 35, 17, 0.8); }
  #ventGame #startOver {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.2em;
    margin: 0; }
  #ventGame .stepLinks {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1e5b53;
    width: 100%;
    height: 48px;
    z-index: 9; }
    #ventGame .stepLinks li {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto; }
    #ventGame .stepLinks a {
      display: block;
      float: left;
      text-align: center;
      font-size: 1.5em;
      letter-spacing: 110%;
      font-weight: 400;
      color: #6b9e97;
      -webkit-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      margin-right: 20px;
      padding: 14px 22px 10px 40px;
       }
      #ventGame .stepLinks a:nth-child(1) {
        padding-left: 15px; }
      #ventGame .stepLinks a .numBox {
        display: inline-block;
        vertical-align: baseline;
        zoom: 1;
        *display: inline;
        *vertical-align: auto;
        padding: 0 4px 1px;
        margin-right: 3px;
        background-color: #6b9e97;
        color: #1e5b53;
        font-weight: 700; }
      #ventGame .stepLinks a.selected {
        color: #fff; }
        #ventGame .stepLinks a.selected .numBox {
          background-color: #fff; }
      #ventGame .stepLinks a.completed {
        background: url(../media/img/step_check@2x.png) no-repeat right 12px;
        -webkit-background-size: 16px 17px;
        -moz-background-size: 16px 17px;
        -ms-background-size: 16px 17px;
        -o-background-size: 16px 17px;
        background-size: 16px 17px; }
  #ventGame #gameStatusBar {
    background-color: #383838;
    height: 48px;
    width: 100%;
    position: absolute;
    top: 572px;
    left: 0;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.7);
    -o-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.7);
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.7); }
    #ventGame #gameStatusBar .gameStatusItem {
      display: block;
      float: left;
      overflow: visible;
      margin: 10px 20px; }
    #ventGame #gameStatusBar label {
      margin: 10px;
      font-size: 1.2em;
      font-weight: 700; }
    #ventGame #gameStatusBar .statusTextDisplay {
      display: inline-block;
      vertical-align: baseline;
      zoom: 1;
      *display: inline;
      *vertical-align: auto;
      width: 72px;
      font-size: 1.2em;
      padding: 3px 0;
      font-weight: 700;
      text-align: center;
      border: 2px solid #112222;
      background-color: #0b8673;
      color: #0c4b43;
      
      border-radius: 0px;
      background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxMzUzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjMGI4NjczIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM1OGRhYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9Ijg2JSIgc3RvcC1jb2xvcj0iIzBiODY3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxMzUzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
      
      background-image: -moz-linear-gradient(90deg, #013533 0%, #0b8673 13.84%, #58dac9 50%, #0b8673 86.16%, #013533 100%);
      
      background-image: -o-linear-gradient(90deg, #013533 0%, #0b8673 13.84%, #58dac9 50%, #0b8673 86.16%, #013533 100%);
      
      background-image: -webkit-linear-gradient(90deg, #013533 0%, #0b8673 13.84%, #58dac9 50%, #0b8673 86.16%, #013533 100%);
      
      background-image: linear-gradient(90deg, #013533 0%, #0b8673 13.84%, #58dac9 50%, #0b8673 86.16%, #013533 100%);
      
      margin-top: 1px; }
    #ventGame #gameStatusBar #tempKey {
      width: 340px; }
      #ventGame #gameStatusBar #tempKey > label {
        float: left;
        margin: 5px 10px; }
      #ventGame #gameStatusBar #tempKey .tempKeyHolder {
        float: left;
        overflow: visible;
        width: 180px;
        margin-top: 2px; }
        #ventGame #gameStatusBar #tempKey .tempKeyHolder span {
          display: block;
          width: 19px;
          height: 11px;
          margin: 0;
          padding: 0;
          float: left;
          margin-right: 1px; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp8 {
            background-color: #cc0000; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp7 {
            background-color: #ff3300; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp6 {
            background-color: #ff6600; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp5 {
            background-color: #ffcc00; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp4 {
            background-color: #ffff00; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp3 {
            background-color: #ccff33; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp2 {
            background-color: #99ff33; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp1 {
            background-color: #33ffff; }
          #ventGame #gameStatusBar #tempKey .tempKeyHolder span.temp0 {
            background-color: #3399ff; }
        #ventGame #gameStatusBar #tempKey .tempKeyHolder label {
          float: left;
          color: #ccc;
          font-weight: 400;
          font-size: 9px;
          padding: 0;
          margin: 4px 0; }
        #ventGame #gameStatusBar #tempKey .tempKeyHolder label.tempMax {
          float: right; }
  #ventGame section {
    display: none;
    clear: both;
    height: 572px;
    color: #000; }
    #ventGame section p {
      color: #000; }
    #ventGame section.selected {
      display: block; }
  #ventGame .nextStep, #ventGame .gameResult .startOver {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: left;
    font-size: 1.2em;
    font-weight: 400;
    padding: 19px 45px 0px;
    margin: 0 -32px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    width: 263px;
    height: 80px;
    color: #fff;
    background-image: url(../media/img/next_ribbon.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 4; }
    #ventGame .nextStep:hover, #ventGame .nextStep:active, #ventGame .gameResult .startOver:hover, #ventGame .gameResult .startOver:active {
      background-image: url(../media/img/next_ribbon_over.png); }
    #ventGame .nextStep em, #ventGame .gameResult .startOver em {
      font-size: 1.5em;
      text-transform: none;
      display: block;
      clear: both;
      font-style: normal;
      margin-top: 2px;
      font-weight: 700;
      pointer-events: none; }
    #ventGame .nextStep:after, #ventGame .gameResult .startOver:after {
      content: "";
      display: block;
      text-indent: -3333px !important;
      overflow: hidden;
      outline: none;
      background-repeat: no-repeat;
      text-transform: capitalize;
      font-size: 0;
      line-height: 0;
      background-image: url(../media/img/ribbon_back2.png);
      width: 25px;
      height: 17px;
      position: absolute;
      bottom: 9px;
      left: 6px;
      z-index: 2;
      cursor: pointer; }
  #ventGame .gameInstructions {
    display: block;
    position: relative;
    left: 778px;
    width: 246px;
    height: 572px;
    background-color: #414141;
    
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
    -ms-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.6);
    color: #fff;
    overflow: visible;
    z-index: 3; }
    #ventGame .gameInstructions h3 {
      position: absolute;
      top: 0;
      left: -27px;
      width: 30px;
      height: 55px;
      font-size: 1.2em;
      padding: 10px;
      margin-top: 0;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      background-color: #aaa700;
      background: -moz-linear-gradient(-90deg, #aaa700, #696600);
      
      background: -ms-linear-gradient(-90deg, #aaa700, #696600);
      
      background: -webkit-linear-gradient(-90deg, #aaa700, #696600);
      
      background: -o-linear-gradient(-90deg, #aaa700, #696600);
      
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa700', endColorstr='#696600');
      
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa700', endColorstr='#696600')";
      
      background: linear-gradient(#aaa700, #696600);
      
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }
      #ventGame .gameInstructions h3 .numBox {
        display: block;
        color: #696600;
        background-color: #fff;
        width: 100%;
        font-size: 2em;
        padding-bottom: 1px;
        margin-top: 8px; }
    #ventGame .gameInstructions .instructionContent {
      padding: 10px;
      padding-left: 36px; }
      #ventGame .gameInstructions .instructionContent h4 {
        font-size: 2.25em;
        margin: .25em 0 .75em 0; }
      #ventGame .gameInstructions .instructionContent p {
        font-weight: 700;
        font-size: 1.5em;
        color: #fffc00;
        line-height: 140%;
        margin: 1em 0; }
        #ventGame .gameInstructions .instructionContent p.notes {
          font-weight: 400;
          color: #fff; }
      #ventGame .gameInstructions .instructionContent button {
        font-size: 17px; }
      #ventGame .gameInstructions .instructionContent .gameResult h4 {
        font-size: 2em; }
      #ventGame .gameInstructions .instructionContent .gameResult a.startOver {
        position: relative;
        left: -34px;
        bottom: auto; }
        #ventGame .gameInstructions .instructionContent .gameResult a.startOver em {
          display: inline;
          position: relative;
          top: 5px;
          left: 10px; }
        #ventGame .gameInstructions .instructionContent .gameResult a.startOver .icon {
          display: inline-block;
          vertical-align: baseline;
          zoom: 1;
          *display: inline;
          *vertical-align: auto;
          position: relative;
          top: -2px;
          left: -10px; }
      #ventGame .gameInstructions .instructionContent .gameResult .ytplayer {
        margin-bottom: 10px; }
  #ventGame .gameHints {
    margin: 2em 1em 1em 0; }
    #ventGame .gameHints dt {
      font-size: 1.2em;
      font-weight: 700;
      margin: 1em 0 .5em;
      text-decoration: underline;
      padding-left: 25px;
      background-image: url(../media/img/list_arrow.png);
      background-repeat: no-repeat;
      background-position: 0 0;
      cursor: pointer; }
      #ventGame .gameHints dt.open {
        background-image: url(../media/img/list_arrow_open.png);
        background-position: 0px 2px; }
      #ventGame .gameHints dt:hover, #ventGame .gameHints dt:active {
        color: #fffc00; }
    #ventGame .gameHints dd {
      font-size: 1.2em;
      line-height: 140%; }
  #ventGame #expeditionWelcome {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 572px;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center; }
    #ventGame #expeditionWelcome .graphic {
      display: block;
      margin: 100px auto 30px; }
    #ventGame #expeditionWelcome h2 {
      font-size: 24px;
      font-weight: 700; }
    #ventGame #expeditionWelcome p {
      font-size: 15px;
      color: #fffc00;
      margin: 20px auto;
      width: 75%;
      line-height: 1.8em;
      font-weight: 700; }
    #ventGame #expeditionWelcome .nextStepWelcome {
      display: block;
      margin: 1em auto;
      padding: 19px 20px 0px;
      background-repeat: no-repeat;
      width: 225px;
      height: 80px;
      color: #fff;
      background-image: url(../media/img/next_ribbon.png);
      background-repeat: no-repeat;
      cursor: pointer; }
      #ventGame #expeditionWelcome .nextStepWelcome:hover, #ventGame #expeditionWelcome .nextStepWelcome:active {
        background-image: url(../media/img/next_ribbon_over.png); }
      #ventGame #expeditionWelcome .nextStepWelcome em {
        font-size: 2.4em;
        text-transform: none;
        display: block;
        clear: both;
        font-style: normal;
        margin-top: .2em;
        font-weight: 700;
        pointer-events: none; }
#mapCredit {
  width: 400px;
  text-align: left;
  position: absolute;
  bottom: 56px;
  left: 28px;
  color: #ccc;
  text-shadow: 1px 1px 2px #000;
  opacity: .60; }
html {
  overflow: hidden;
  background-color: #000;
  height: 100%;
  margin: 0;
  padding: 0; }
body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background-image: url(../media/img/background.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #000; }
  body.section1, body.section2 {
    background: none; }
#main {
  -webkit-user-select: none;
  -ms-touch-action: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  
  position: relative;
  top: 0;
  left: 0;
  width: 1024px;
  height: 672px;
  overflow: hidden; }
  #main #ventMain {
    width: 100%;
    height: 100%; }
  #main.section0 {
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #main.section1 {
    background-color: #eee;
    -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #main.section2 {
    background-color: #414141;
    -webkit-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  #main a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none; }
    #main a:active {
      outline: none; }
  #main button {
    color: #ddd;
    font-weight: 700;
    border: 2px solid #666;
    
    background-color: #333;
    
    padding: .3em .6em;
    margin: .5em 0;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    #main button:active, #main button:hover {
      color: #eee;
      border: 2px solid #999;
      
      background-color: #222;
       }
    #main button:disabled {
      opacity: .50;
      background-color: #555;
      pointer-events: none; }
a.youtube-popup {
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-size: 101% auto;
  box-shadow: inset 0 0 55px rgba(0, 0, 0, 0.45); }
  a.youtube-popup:after {
    content: 'play icon';
    display: block;
    text-indent: -3333px !important;
    overflow: hidden;
    outline: none;
    background-repeat: no-repeat;
    text-transform: capitalize;
    font-size: 0;
    line-height: 0;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-image: url(../media/img/play_btn.png);
    background-position: 50% 50%;
    opacity: .8; }
  a.youtube-popup:hover {
    box-shadow: inset 0 0 35px rgba(0, 0, 0, 0.4);
    -webkit-transition: box-shadow 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: box-shadow 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: box-shadow 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: box-shadow 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: box-shadow 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    a.youtube-popup:hover:after {
      opacity: 1.0;
      -webkit-transition: opacity 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -moz-transition: opacity 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -ms-transition: opacity 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: opacity 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.3 cubic-bezier(0.25, 0.46, 0.45, 0.94); }
