::selection {
  color: white
  background: black /* Safari */
  }
::-moz-selection {
  color: white
  background: black /* Firefox */
}
.bioscloser {
  background-image: url(data:data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABJCAYAAABxcwvcAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAkxJREFUeNrc28FRwzAQBVA7FVAKJaSUlJASUgcnUQx3KIQZOjAKYxgISWRJ+3f/l2c0cHDWs+8A0ep7XpZlKl3zPB/OP/O9aRrgWvs55rXPPX0UP3BGurfydS64rOtQup99XfTzmtdD8TMVBeWhbvRThKotKAtV6fcuVEtBOaiN/dyEai0oA1XZz1WonoL0UI39/IPqLUgL1dnPHyiLgnRQRv38QFkVpIEy7ucLalp/WUaAMgb6XqdplZKHAgGl33+TpKGQQJf/3SSh0EDXvidJQXkA3frGLQHlBXRv70YN5QlUmgJQQnkDbZknUUFFABWRmKCigDYhMUBFAm1GioSKBqpCioBiAKpG8oRiAWpC8oBiAmpGQkKxAXUhAaGogLqRBKCSyTbIaC/FCJXM9oqGm04mqGQ6cTAeXzBAJfOxDGDOEwmVIMM90MQwAirBJqDA0aonVILO0cFDeg+ohD5s2CFjd2vUbp/XG+gRz/kZB3R8cId+wAr1BCj94gG0KTNJOpN2PQBVBvI7ABUHcoEaAQh/UjwIEBRqJCDckfpgQBCoEYHssweDAplCMQK904U02MILjGkWzowiW5qFNoJHBMWdMGOJ/dAHqAigNPJB0fkohXxQNJQEUHiQTAUoEkoKKCxxpwYUASUJ5B5NVAXyhJIGcsxwagN5QCHewXUHAkM9WhcOAwJBmb+DGw5kDGX+Di4NEKIfi8J0QNb99BamBbLsp6cwPZBVP62FZYAs+mkpLAfU209tYVmgnn5qCh/VgS76OW29/1OAAQCv8cLAexijOwAAAABJRU5ErkJggg==)
}
/* All Covers */
/* Baseline, Intro */
.storyCover {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "proxima-nova";
  -webkit-backface-visibility: hidden;
  overflow: hidden !important;
  text-align: center;
  background-color: #000;
}
.storyCover .storyCoverImageHolder {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 120%;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.titling {
  clear: both;
  height: auto;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
  text-transform: uppercase;
}
.storyCoverh1 {
  text-align: center;
  position: absolute;
  width: 80%;
  margin-left: 10%;
  height: 260px;
  z-index: 300;
  color: #fff;
  font-weight: bold;
  border-bottom: 12px solid #fff;
  border-top: 12px solid #fff;
  padding-left: 10px;
}
.storyCoverh1 h1 {
  font-size: 89px;
  margin-top: 70px !important;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.23s 0s linear;
  -moz-transition: all 0.23s 0s linear;
  -o-transition: all 0.23s 0s linear;
  -ms-transition: all 0.23s 0s linear;
  transition: all 0.23s 0s linear;
}
.storyCoverh2 {
  text-align: center;
  position: absolute;
  bottom: 1px;
  width: 80%;
  margin-left: 10%;
  z-index: 300;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-left: 10px;
}
.storyCoverh2 h2 {
  font-size: 24px;
  margin-top: 0px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
/* Intro */
.storyCover.coverStyle0 .titling {
  height: 400px;
}
/* Victims */
.storyCover.coverStyle1 {
  width: 100%;
  height: 650px;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  background-color: #000;
}
.storyCover.coverStyle1 img {
  display: block;
  width: 100%;
}
.storyCover.coverStyle1 .storyCoverImageHolder {
  position: relative;
}
.storyCover.coverStyle1 .titling {
  width: 550px !important;
  text-align: center;
  position: relative;
  top: 0px;
  z-index: 300;
  color: #fff;
  font-family: "proxima-nova";
  font-weight: bold;
  width: 700px;
  margin: 0 auto;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: translateY(-520px);
  -moz-transform: translateY(-520px);
  -o-transform: translateY(-520px);
  -ms-transform: translateY(-520px);
  transform: translateY(-520px);
}
.storyCover.coverStyle1 .titling h1 {
  font-size: 72px;
  text-transform: uppercase;
  margin-top: 20px !important;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 10px;
  border-bottom: 12px solid #fff;
}
.storyCover.coverStyle1 .titling h2 {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: -26px;
  display: block;
  letter-spacing: 1px;
  font-weight: 700;
}
/* Gangster */
.storyCover.coverStyle2 {
  background-color: #fff;
  height: 80%;
  text-align: left;
  margin-bottom: 40px;
  -webkit-backface-visibility: hidden;
}
.storyCover.coverStyle2 .storyCoverImageHolder {
  -webkit-transition: opacity 7s 0.8s ease-in-out;
  -moz-transition: opacity 7s 0.8s ease-in-out;
  -o-transition: opacity 7s 0.8s ease-in-out;
  -ms-transition: opacity 7s 0.8s ease-in-out;
  transition: opacity 7s 0.8s ease-in-out;
  height: 89%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.storyCover.coverStyle2 .storyCoverImageHolder2 {
  -webkit-transition: opacity 7s 0.8s ease-in-out;
  -moz-transition: opacity 7s 0.8s ease-in-out;
  -o-transition: opacity 7s 0.8s ease-in-out;
  -ms-transition: opacity 7s 0.8s ease-in-out;
  transition: opacity 7s 0.8s ease-in-out;
}
.storyCover.coverStyle2 .titling {
  text-align: left;
  position: absolute;
  bottom: 23%;
  left: 70px;
  z-index: 400;
  color: #000;
  font-family: "proxima-nova";
  font-weight: bold;
  width: 600px;
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.storyCover.coverStyle2 .titling h1 {
  font-size: 43px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 5px;
  border-bottom: 7px solid #000;
  line-height: 120%;
  width: 255px !important;
}
.storyCover.coverStyle2 .titling h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: -26px;
  display: block;
  letter-spacing: 1px;
  font-weight: 700;
  padding-top: 10px;
  width: 255px !important;
}
/* FBI Agent */
.storyCover.coverStyle3 {
  background-color: #fff;
  height: 80%;
  text-align: center;
  margin-bottom: 40px;
  -webkit-backface-visibility: hidden;
}
.storyCover.coverStyle3 .storyCoverImageHolder {
  height: 84%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.storyCover.coverStyle3 .titling {
  text-align: center;
  position: absolute;
  bottom: 22%;
  width: 100%;
  z-index: 400;
  color: #000;
  font-family: "proxima-nova";
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
}
.storyCover.coverStyle3 .titling h1 {
  font-size: 63px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 15px;
  border-bottom: 7px solid #fff;
  line-height: 120%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 545px !important;
}
.storyCover.coverStyle3 .titling h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: -26px;
  display: block;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 25px;
  color: #fff;
  text-align: center;
  width: 380px !important;
  margin: 0 auto;
}
/* Politician */
.storyCover.coverStyle4 {
  background-color: #fff;
  height: 80%;
  text-align: center;
  margin-bottom: 40px;
  -webkit-backface-visibility: hidden;
}
.storyCover.coverStyle4 .storyCoverImageHolder {
  height: 84%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.storyCover.coverStyle4 .titling {
  text-align: center;
  position: absolute;
  bottom: 22%;
  width: 100%;
  z-index: 400;
  color: #000;
  font-family: "proxima-nova";
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 50px, 0px);
  -moz-transform: translate3d(0px, 50px, 0px);
  -o-transform: translate3d(0px, 50px, 0px);
  -ms-transform: translate3d(0px, 50px, 0px);
  transform: translate3d(0px, 50px, 0px);
}
.storyCover.coverStyle4 .titling h1 {
  font-size: 63px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 15px;
  border-bottom: 7px solid #fff;
  line-height: 120%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 565px !important;
}
.storyCover.coverStyle4 .titling h2 {
  font-size: 26px;
  text-transform: uppercase;
  margin-top: -26px;
  display: block;
  letter-spacing: 1px;
  font-weight: 600;
  padding-top: 25px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 380px !important;
}
/* phone landscape */
@media only screen and (min-width : 321px) and (max-width : 570px) {
  .storyCover.coverStyle1 .titling {
    bottom: 345px;
    top: inherit;
    -webkit-transform: translateY(0px);
  }
  .storyCover.coverStyle1 .titling h1 {
    font-size: 24px;
    border-bottom: 4px solid #fff;
  }
  .storyCover.coverStyle1 .titling h2 {
    margin-top: -6px !important;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .storyCover.coverStyle1 .titling {
    top: inherit;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .storyCover.coverStyle1 .titling {
    top: inherit;
    -webkit-transform: translateY(-410px);
    -moz-transform: translateY(-410px);
    -o-transform: translateY(-410px);
    -ms-transform: translateY(-410px);
    transform: translateY(-410px);
  }
}
@media (max-width: 929px) {
  .narrativeCover {
    height: 410 p;
  }
}
@media (max-width: 1130px) {
  .storyCover.coverStyle1 {
    height: 550px;
  }
}
@media (min-width: 1206px) {
  .storyCover.coverStyle1 .titling {
    -webkit-transform: translateY(-620px);
    -moz-transform: translateY(-620px);
    -o-transform: translateY(-620px);
    -ms-transform: translateY(-620px);
    transform: translateY(-620px);
  }
}
@media (min-width: 1900px) {
  .storyCover.coverStyle1 .titling {
    -webkit-transform: translateY(-1200px);
    -moz-transform: translateY(-1200px);
    -o-transform: translateY(-1200px);
    -ms-transform: translateY(-1200px);
    transform: translateY(-1200px);
  }
}
@media (min-width: 1540px) and (max-width: 1900px) {
  .storyCover.coverStyle1 .titling {
    -webkit-transform: translateY(-950px);
    -moz-transform: translateY(-950px);
    -o-transform: translateY(-950px);
    -ms-transform: translateY(-950px);
    transform: translateY(-950px);
  }
}
@media (min-width: 2290px) {
  .storyCover.coverStyle1 .titling {
    -webkit-transform: translateY(-1550px);
    -moz-transform: translateY(-1550px);
    -o-transform: translateY(-1550px);
    -ms-transform: translateY(-1550px);
    transform: translateY(-1550px);
  }
}
@media (max-width: 1130px) {
  .storyCoverh1 h1 {
    font-size: 60px;
    margin-top: 86px !important;
  }
  .storyCover.coverStyle1 {
    height: 550px;
  }
  .liveNav {
    width: 680px;
  }
}
#coverFloater {
  height: 50%;
  width: 100%;
  margin-bottom: -180px;
  position: relative;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .storyCover .storyCoverImageHolder {
    display: block;
    background-attachment: scroll !important;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .storyCover .storyCoverh2 h2 {
    font-size: 22px;
  }
}
@media (max-width: 1130px) {
  .storyCover .storyCoverh1 h1 {
    font-size: 60px;
    margin-top: 86px !important;
  }
}
@media (max-width: 775px) {
  .storyCover .storyCoverh1 h1 {
    font-size: 45px;
    margin-top: 96px !important;
  }
}
/* Phones */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .storyCover {
    height: 260px;
  }
  .storyCover .storyCoverImageHolder {
    display: block;
    background-attachment: scroll !important;
    height: 370px !important;
  }
  .storyCover .storyCoverh2 {
    bottom: 117px;
  }
  .storyCover .storyCoverh2 h2 {
    font-size: 11px;
  }
  .storyCover .storyCoverh1 {
    top: 170px;
    height: 50px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
  }
  .storyCover .storyCoverh1 h1 {
    font-size: 24px;
    margin-top: 5px !important;
  }
  .storyCover.coverStyle1 {
    height: 210px;
    margin-top: 53px;
    margin-bottom: 20px !important;
  }
  .storyCover.coverStyle1 img {
    -webkit-transform: translateY(0px);
  }
  .storyCover.coverStyle1 .storyCoverImageHolder {
    height: 226px !important;
  }
  .storyCover.coverStyle1 .titling {
    width: 200px !important;
    bottom: 170px;
    top: inherit;
    -webkit-transform: translateY(0px);
  }
  .storyCover.coverStyle1 .titling h1 {
    font-size: 24px;
    border-bottom: 4px solid #fff;
  }
  .storyCover.coverStyle1 .titling h2 {
    margin-top: -5px !important;
  }
  .storyCover.coverStyle2 .titling {
    width: 270px;
    bottom: 20%;
    left: 20px;
  }
  .storyCover.coverStyle2 .titling h1 {
    font-size: 25px;
    border-bottom: 4px solid #000;
    width: 150px !important;
  }
  .storyCover.coverStyle2 .titling h2 {
    font-size: 12px;
    padding-top: 19px;
    width: 150px !important;
  }
  .storyCover.coverStyle3 .titling {
    margin-bottom: 0px;
    bottom: 31%;
    -webkit-transform: translate3d(0px, -20px, 0px);
    -moz-transform: translate3d(0px, -20px, 0px);
    -o-transform: translate3d(0px, -20px, 0px);
    -ms-transform: translate3d(0px, -20px, 0px);
    transform: translate3d(0px, -20px, 0px);
  }
  .storyCover.coverStyle3 .titling h1 {
    font-size: 28px;
    line-height: 120%;
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
    width: 270px !important;
  }
  .storyCover.coverStyle3 .titling h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -12px;
    display: block;
    width: 270px !important;
  }
  .storyCover.coverStyle4 {
    margin-bottom: 0px;
  }
  .storyCover.coverStyle4 .titling {
    bottom: 31%;
    -webkit-transform: translate3d(0px, -20px, 0px);
    -moz-transform: translate3d(0px, -20px, 0px);
    -o-transform: translate3d(0px, -20px, 0px);
    -ms-transform: translate3d(0px, -20px, 0px);
    transform: translate3d(0px, -20px, 0px);
  }
  .storyCover.coverStyle4 .titling h1 {
    font-size: 28px;
    line-height: 120%;
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
    width: 280px !important;
  }
  .storyCover.coverStyle4 .titling h2 {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: -12px;
    display: block;
    width: 270px !important;
  }
}
/* End Covers */
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 62.5%;
  height: 100%;
  background: #fff;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.hidden {
  display: none !important;
}
.opacity0 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.opacity1 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00;
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #00f;
}
#twojstest {
  margin: 0 auto;
  width: 200px;
  height: 200px;
}
.fauxSpacer {
  width: 280px;
  margin-right: 5%;
  height: 130px;
  display: block;
  float: right;
}
.fauxSpacer2 {
  width: 280px;
  margin-right: 5%;
  height: 430px;
  display: block;
  float: right;
}
.fauxTimeline {
  width: 100vw;
  height: 222px;
  display: block;
  position: relative;
  left: -7vw;
  background-image: url("/cms/data/templates/bulger/img/fauxtimeline.png");
  background-repeat: repeat-x;
}
.navigationbar {
  display: block;
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  text-align: center;
  z-index: 3010;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navigationbar.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.45s ease-in-out;
  -moz-transition: opacity 0.45s ease-in-out;
  -o-transition: opacity 0.45s ease-in-out;
  -ms-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out;
}
.navigationbar h3 {
  font-family: "proxima-nova";
  font-weight: 800;
  font-size: 1.7em;
  color: #2b2b2b;
  height: 100%;
  float: left;
  padding-top: 13px;
  cursor: pointer;
  text-transform: uppercase;
}
.navigationbar h3:nth-child(2) {
  padding-left: 0px;
}
.navigationbar h3:hover {
  color: #4d4d4d;
}
.navigationbar h3:first-child {
  padding-left: 20px;
  padding-right: 4px;
}
.navigationbar h3 a {
  color: #2b2b2b !important;
  text-decoration: none !important;
}
.navigationbar h3 a:visited {
  color: #2b2b2b !important;
  text-decoration: none !important;
}
.navigationbar .narrativeLink {
  float: left;
  height: 100%;
  padding-top: 13px;
  margin-left: 40px;
}
.navigationbar .featurenav {
  float: right;
  height: 100%;
  padding-top: 13px;
  margin-right: 0px;
}
.navigationbar .featurenav .updateNumber {
  position: relative;
  left: -18px;
  top: -8px !important;
  font-size: 1em;
  height: 16px;
  width: 16px;
  color: #d60a22;
  border: 2px solid #d60a22;
  -webkit-border-radius: 100px !important;
  border-radius: 100px !important;
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  margin-right: 0px !important;
  font-weight: bold;
}
.navigationbar .featurenav .prelaunch {
  display: none;
}
.navigationbar .featurenav a {
  color: #2b2b2b !important;
  text-decoration: none !important;
}
.navigationbar .featurenav a:visited {
  color: #2b2b2b !important;
  text-decoration: none !important;
}
.navigationbar li {
  float: left;
  height: 100%;
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 2px;
  font-size: 1.2em;
  color: #787878;
  position: relative;
  top: 0px;
  text-transform: uppercase;
  text-rendering: optimizelegibility;
}
.navigationbar li a {
  color: inherit !important;
  text-decoration: none !important;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.navigationbar li a.red {
  color: #e60007 !important;
}
.navigationbar li a.red:hover {
  color: #fb000c !important;
}
.navigationbar li:hover {
  color: #4f4f4f;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
.navigationbar li:last-child {
  margin-right: 15px;
}
.narrativeNavHolder {
  position: fixed;
  display: none;
  top: 40px;
  width: 100%;
  left: 0px;
  height: 300px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-image: -webkit-linear-gradient(hsla(0,0,100,0), hsla(0,0,100,0) 70%, hsla(0,0,100,0));
  background-image: -moz-linear-gradient(hsla(0,0,100,0), hsla(0,0,100,0) 70%, hsla(0,0,100,0));
  background-image: -o-linear-gradient(hsla(0,0,100,0), hsla(0,0,100,0) 70%, hsla(0,0,100,0));
  background-image: -ms-linear-gradient(hsla(0,0,100,0), hsla(0,0,100,0) 70%, hsla(0,0,100,0));
  background-image: linear-gradient(hsla(0,0,100,0), hsla(0,0,100,0) 70%, hsla(0,0,100,0));
  z-index: 3000;
}
.gradient {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-image: -webkit-linear-gradient(hsla(0,0,100,1), hsla(0,0,100,0.7) 70%, hsla(0,0,100,0));
  background-image: -moz-linear-gradient(hsla(0,0,100,1), hsla(0,0,100,0.7) 70%, hsla(0,0,100,0));
  background-image: -o-linear-gradient(hsla(0,0,100,1), hsla(0,0,100,0.7) 70%, hsla(0,0,100,0));
  background-image: -ms-linear-gradient(hsla(0,0,100,1), hsla(0,0,100,0.7) 70%, hsla(0,0,100,0));
  background-image: linear-gradient(hsla(0,0,100,1), hsla(0,0,100,0.7) 70%, hsla(0,0,100,0));
}
.narrativeNav {
  width: 910px;
  margin: 0 auto;
  margin-top: 12px;
}
.narrativeCard {
  width: 170px;
  margin-left: 5px;
  margin-right: 5px;
  background: #fff;
  height: 206px;
  position: relative;
  float: left;
  -webkit-user-select: none;
  -webkit-transform: translate3d(0px, -240px, 0px);
  -moz-transform: translate3d(0px, -240px, 0px);
  -o-transform: translate3d(0px, -240px, 0px);
  -ms-transform: translate3d(0px, -240px, 0px);
  transform: translate3d(0px, -240px, 0px);
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.13), 0px 0px 50px 30px rgba(255,255,255,0);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.13), 0px 0px 50px 30px rgba(255,255,255,0);
}
.narrativeCard.prelaunch {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.narrativeCard.prelaunch>.narrativeDescription {
  display: none;
}
.narrativeCard.prelaunch:after {
  display: block;
  width: 170px;
  height: 35px;
  background-color: #fff;
  content: "COMING SOON";
  color: #3d3d3d;
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 15px;
  position: relative;
  left: 0px;
  top: 0px;
  text-align: center;
  padding-top: 60px;
}
.narrativeCard:first-child {
  margin-left: 10px;
}
.narrativeCard:last-child {
  margin-right: 10px;
}
.narrativeCard:hover .narrativeTitle {
  color: #212121 !important;
  background-color: #fafafa !important;
}
.narrativeCard:active .narrativeTitle {
  color: #212121 !important;
  background-color: #fafafa !important;
}
.narrativeCard .narrativeTitle {
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 2.2em;
  margin-bottom: 5px;
  height: 60px;
  color: #2e2e2e;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding-top: 18px;
  padding-bottom: 9px;
  text-align: center;
}
.narrativeCard .narrativeDescription {
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 4px 13px;
}
.narrativeCard.gradient {
  -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.13), 0px 0px 50px 30px rgba(255,255,255,0.35);
  box-shadow: 0px 2px 3px rgba(0,0,0,0.15), 0px 0px 2px rgba(0,0,0,0.13), 0px 0px 50px 30px rgba(255,255,255,0.35);
}
.navEngage {
  -webkit-animation: navEngage 0.33s 0s 1 ease-in-out forwards;
  -moz-animation: navEngage 0.33s 0s 1 ease-in-out forwards;
  -o-animation: navEngage 0.33s 0s 1 ease-in-out forwards;
  -ms-animation: navEngage 0.33s 0s 1 ease-in-out forwards;
  animation: navEngage 0.33s 0s 1 ease-in-out forwards;
}
.navRemove {
  -webkit-animation: navRemove 0.18s 0s 1 ease-in-out forwards;
  -moz-animation: navRemove 0.18s 0s 1 ease-in-out forwards;
  -o-animation: navRemove 0.18s 0s 1 ease-in-out forwards;
  -ms-animation: navRemove 0.18s 0s 1 ease-in-out forwards;
  animation: navRemove 0.18s 0s 1 ease-in-out forwards;
}
.content {
  width: 100%;
  background: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.content.visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.35s ease-out;
  -moz-transition: opacity 0.35s ease-out;
  -o-transition: opacity 0.35s ease-out;
  -ms-transition: opacity 0.35s ease-out;
  transition: opacity 0.35s ease-out;
}
.content .quote {
  font-family: "proxima-nova";
  font-size: 2.2em;
  font-weight: 100 !important;
  line-height: 1.5em;
  float: left;
  width: 100%;
  text-align: center;
}
.content .quoteSource {
  font-family: "proxima-nova";
  font-size: 0.7em;
  text-align: right;
  line-height: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  clear: left;
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.narrativeCenter {
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-weight: NORMAL;
  text-rendering: optimizelegibility;
  font-size: 2.2em;
}
.narrativeCenter p {
  line-height: 1.83em;
  color: #404040;
  width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  padding-bottom: 40px;
}
.narrativeCenter p.bouncedLeft {
  -webkit-transform: translate3d(-250px, 0px, 0px);
  -moz-transform: translate3d(-250px, 0px, 0px);
  -o-transform: translate3d(-250px, 0px, 0px);
  -ms-transform: translate3d(-250px, 0px, 0px);
  transform: translate3d(-250px, 0px, 0px);
}
.narrativeCenter a {
  color: inherit !important;
  text-decoration: none !important;
}
.narrativeCenter h2 {
  font-family: proxima-nova;
  font-weight: 300;
  font-size: 1.3em;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-transition: opacity;
  background-color: #000;
  padding-left: 6%;
  padding-top: 63px;
  padding-bottom: 63px;
}
p.dropCap:first-letter {
  float: left;
  font-size: 6em;
  line-height: 0.4em;
  padding-top: 0.32em;
  padding-right: 0.18em;
  padding-left: 0.05em;
  position: relative;
  font-weight: 200;
  clear: none;
}
.narrativeLeft {
  width: 52%;
  max-width: 700px;
  display: block;
  margin-left: 7%;
  float: left;
  z-index: 100;
  padding-top: 4vh;
  margin-bottom: 5vh;
}
.narrativeLeft p {
  margin-top: 1.1em;
  margin-bottom: 1.1em;
  font-size: 2em;
  line-height: 1.8em;
  font-family: "adobe-garamond-pro", Georgia, serif;
  font-weight: NORMAL;
  color: #404040;
}
.topBar {
  border-top: 12px solid #000;
}
.topBarLight {
  border-top: 1px solid #ededed;
  padding-top: 40px !important;
}
#mainMapContainer {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 44px;
}
.leaflet-top {
  top: 50px;
}
.leaflet-bar-part-top {
  -webkit-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important;
}
.leaflet-bar-part-top {
  -webkit-border-radius: 0px 0px 0 0 !important;
  border-radius: 0px 0px 0 0 !important;
}
.leaflet-bar-part-bottom {
  -webkit-border-radius: 0px 0px 0 0 !important;
  border-radius: 0px 0px 0 0 !important;
}
.leaflet-bar {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.leaflet-popup-content-wrapper {
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
}
.leaflet-popup-content-wrapper b {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.leaflet-container .popupimage {
  margin-left: -21px;
  margin-top: 14px;
  display: block;
  position: relative;
}
.headers {
  background-color: #000;
  height: 240px;
  padding-top: 90px;
  text-align: center;
}
.headers h1 {
  font-size: 40px;
  font-family: "proxima-nova";
  font-weight: 200;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.headers h2 {
  font-family: "proxima-nova";
  font-weight: 600;
  width: 100%;
  color: #fff;
  background-color: none;
  padding-top: 13px;
  font-size: 15px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 23px;
  letter-spacing: 1px;
}
#mainLiveContainer {
  display: block;
  width: 100%;
  position: relative;
  min-height: 1500px;
}
#mainLiveContainer #dispatchTarget {
  min-height: 1500px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#mainLiveContainer .byline {
  padding-top: 23px;
  padding-bottom: 20px !important;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
#mainLiveContainer .switcherHolder {
  height: 80px;
  width: 388px;
  overflow: hidden;
  height: 41px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 38px;
  margin-bottom: 0px;
}
#mainLiveContainer .switcherHolder .switcherButton {
  width: 170px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 40px;
  border-bottom: 0px solid #000;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: "proxima-nova";
  text-align: center;
  padding-top: 10px;
  margin-right: 11px;
  margin-left: 12px;
  float: left;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
}
#mainLiveContainer .switcherHolder .switcherButton:hover {
  border-bottom: 5px solid #000;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
}
#mainLiveContainer .switcherHolder .switcherButton:active {
  color: #fff;
  border-bottom: 40px solid #000;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
}
#mainLiveContainer .switcherHolder .current .switcherButton {
  border-bottom: 2px solid #000;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.3);
}
#mainLiveContainer .switcherHolder .current .switcherButton:active {
  color: #000 !important;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  border-bottom: 2px solid #000;
  -webkit-transition: opacity 0.14s ease-in-out;
  -moz-transition: opacity 0.14s ease-in-out;
  -o-transition: opacity 0.14s ease-in-out;
  -ms-transition: opacity 0.14s ease-in-out;
  transition: opacity 0.14s ease-in-out;
}
.dispatchesImage {
  margin: 0 auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1023px;
}
.dispatchesImage ~ .byline {
  padding-top: 0px !important;
}
.dispatchesImage img {
  width: 1023px;
  position: relative;
  display: block;
}
.dispatchesImage img:hover ~ .fullWidthCaptionDispatches {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fullWidthCaptionDispatches {
  font-family: "proxima-nova", sans-serif;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  width: 100%;
  text-align: center;
  height: 30px;
  display: block;
  position: relative;
  bottom: 70px;
  z-index: 4000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s 0s ease-out;
  -moz-transition: all 0.6s 0s ease-out;
  -o-transition: all 0.6s 0s ease-out;
  -ms-transition: all 0.6s 0s ease-out;
  transition: all 0.6s 0s ease-out;
}
.fullWidthCaptionDispatches:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fullWidthCaptionDispatches p {
  line-height: 1.83em;
  font-size: 0.7em !important;
  color: #fff !important;
  width: 83% !important;
  margin: 0 auto;
  display: block;
  z-index: 4000 !important;
  padding-bottom: 0px !important;
}
.dispatch {
  padding-top: 44px;
}
.dispatch:first-child {
  padding-top: 38px !important;
}
.dispatch:first-child>.timestamp:nth-child(3) {
  color: #f00;
  border-bottom: 1px solid #f00;
}
.dispatch p {
  display: block;
  z-index: 100;
  padding-bottom: 31px;
  width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  font-size: 0.97em;
  line-height: 1.37em !important;
  margin-bottom: none !important;
  font-family: "proxima-nova", serif;
  font-weight: 300;
  text-rendering: optimizelegibility;
}
.dispatch p:first-child {
  padding-top: 1em;
}
.dispatch p a {
  color: inherit !important;
  text-decoration: underline !important;
}
.dispatch p a:visited {
  color: inherit !important;
  text-decoration: underline !important;
}
.dispatch p a:hover {
  color: #000 !important;
  text-decoration: underline !important;
}
.dispatch p a:active {
  color: #000 !important;
  text-decoration: underline !important;
}
.dispatch a {
  color: inherit !important;
  text-decoration: none !important;
}
.dispatch h2 {
  font-family: "proxima-nova";
  font-weight: 600;
  width: 100%;
  font-size: 19px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 40px;
  color: #fff;
  padding: 15px;
  margin-bottom: 3px !important;
  background-color: #000;
  cursor: default;
}
.dispatch h2 a {
  color: #fff !important;
  text-decoration: none !important;
  cursor: default;
}
.dispatch h2 a:visited {
  color: #fff !important;
  text-decoration: none !important;
}
.dispatch h2 a:hover {
  color: #fff;
  text-decoration: none;
  cursor: default;
}
.dispatch .timestamp {
  font-size: 13px;
  font-weight: 600;
  -webkit-font-smoothing: anitaliased;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 12px;
  margin-top: 13px;
  color: #000;
  text-transform: lowercase;
}
.dispatch .timestamp:nth-child(3) {
  margin-top: 8px;
}
.comments {
  width: 100%;
  display: block;
  height: 500px;
  margin: 0 auto;
  padding: 10px;
}
.comments.collapsed {
  height: 100px !important;
}
.comments .commentstitle {
  font-family: "proxima-nova";
  font-weight: 400;
  color: #000;
  padding: 10px;
  background-color: #000;
  margin: 0 auto;
  width: 200px;
  height: 60px;
  cursor: pointer;
}
.h1holder {
  width: 960px;
  padding-left: 35px;
  margin-left: auto;
  margin-right: auto;
}
.narrativeLeftLeadIn {
  width: 100%;
  display: block;
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 40px;
}
.narrativeLeftLeadIn p {
  width: 70%;
  max-width: 1000px;
  display: block;
  margin-left: 5%;
  margin-right: auto;
  z-index: 100;
  padding-top: 1em;
  font-size: 2.3em;
  line-height: 1.65em;
  font-family: "proxima-nova", serif;
  font-weight: 300;
  text-rendering: optimizelegibility;
}
p.narrativeCenterLeadIn {
  width: 100%;
  display: block;
  z-index: 100;
  padding-bottom: 40px;
  width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  font-size: 1.04em;
  line-height: 1.68em !important;
  margin-bottom: none !important;
  font-family: "proxima-nova", serif;
  font-weight: 300;
  text-rendering: optimizelegibility;
}
p.narrativeCenterLeadIn:first-child {
  padding-top: 1em;
}
p.narrativeCenterLeadIn a {
  color: inherit !important;
  text-decoration: none !important;
}
.creatavist-padding40 {
  padding-top: 58px !important;
}
.narrativeCenterLeadInFaux {
  width: 100%;
  display: block;
  z-index: 100;
  padding-top: 40px;
  padding-bottom: 40px;
}
.narrativeCenterLeadInFaux p {
  width: 680px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  padding-top: 1em;
  font-size: 2.3em;
  line-height: 1.65em;
  font-family: "proxima-nova", serif;
  font-weight: 300;
  text-rendering: optimizelegibility;
}
.narrativeCenterLeadInFaux a {
  color: inherit !important;
  text-decoration: none !important;
}
.photoStyle1Center,
.photoStyle1TopLeft,
.photoStyle1Top,
.photoStyle1TopRight,
.photoStyle1Right,
.photoStyle1BottomRight,
.photoStyle1Bottom,
.photoStyle1BottomLeft,
.photoStyle1Left {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  float: right;
  background-attachment: scroll;
  overflow: hidden;
}
.photoStyle1TopLeft,
.photoStyle1Left,
.photoStyle1BottomLeft,
.photoStyle1TopRight,
.photoStyle1Right,
.photoStyle1BottomRight {
  width: 7vw;
}
.photoStyle1Center,
.photoStyle1Top,
.photoStyle1Bottom {
  width: 22vw;
}
.photoStyle1TopLeft,
.photoStyle1Top,
.photoStyle1TopRight,
.photoStyle1BottomLeft,
.photoStyle1Bottom,
.photoStyle1BottomRight {
  height: 7vh;
}
.photoStyle1Left,
.photoStyle1Center,
.photoStyle1Right {
  height: 86vh;
}
.photoStyle1TopLeft img,
.photoStyle1Top img,
.photoStyle1TopRight img {
  margin-top: 0vh;
}
.photoStyle1Left img,
.photoStyle1Center img,
.photoStyle1Right img {
  margin-top: -7vh;
}
.photoStyle1BottomLeft img,
.photoStyle1Bottom img,
.photoStyle1BottomRight img {
  margin-top: -93vh;
}
.photoStyle1TopLeft img,
.photoStyle1Left img,
.photoStyle1BottomLeft img {
  float: right;
  margin-right: -29vw;
}
.photoStyle1Top img,
.photoStyle1Center img,
.photoStyle1Bottom img {
  float: right;
  margin-right: -7vw;
}
.photoStyle1TopRight img,
.photoStyle1Right img,
.photoStyle1BottomRight img {
  float: right;
}
.photoStyle1 {
  width: 36vw;
  height: 100vh;
  margin-right: 0px;
  margin-top: 3em;
  display: block;
  padding: 0px;
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
}
.photoStyle1Center:hover,
.photoStyle1TopLeft:hover,
.photoStyle1Top:hover,
.photoStyle1TopRight:hover,
.photoStyle1Right:hover,
.photoStyle1BottomRight:hover,
.photoStyle1Bottom:hover,
.photoStyle1BottomLeft:hover,
.photoStyle1Left:hover,
.photoStyle2Center:hover {
  -webkit-animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
  -moz-animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
  -o-animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
  -ms-animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
  animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
}
.unfolded > .photoStyle2Center {
  -webkit-animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
  -moz-animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
  -o-animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
  -ms-animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
  animation: photoStyle2CenterBounce 0.5s 0s 1 linear forwards;
}
.default > .photoStyle2Center {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: perspective(1200px) rotateX(-90deg) rotateY(-90deg);
  -moz-transform: perspective(1200px) rotateX(-90deg) rotateY(-90deg);
  -o-transform: perspective(1200px) rotateX(-90deg) rotateY(-90deg);
  -ms-transform: perspective(1200px) rotateX(-90deg) rotateY(-90deg);
  transform: perspective(1200px) rotateX(-90deg) rotateY(-90deg);
}
.photoStyle2Center,
.photoStyle2TopLeft,
.photoStyle2Top,
.photoStyle2TopRight,
.photoStyle2Right,
.photoStyle2BottomRight,
.photoStyle2Bottom,
.photoStyle2BottomLeft,
.photoStyle2Left {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  float: right;
  background-attachment: scroll;
  overflow: hidden;
}
.photoStyle2TopLeft,
.photoStyle2Left,
.photoStyle2BottomLeft,
.photoStyle2TopRight,
.photoStyle2Right,
.photoStyle2BottomRight {
  width: 7vw;
}
.photoStyle2Center,
width 22vw,
.photoStyle2Top,
.photoStyle2Bottom {
  width: 36vw;
}
.photoStyle2TopLeft,
.photoStyle2Top,
.photoStyle2TopRight,
.photoStyle2BottomLeft,
.photoStyle2Bottom,
.photoStyle2BottomRight {
  height: 7vh;
}
.photoStyle2Left,
.photoStyle2Center,
.photoStyle2Right {
  height: 86vh;
}
.photoStyle2TopLeft img,
.photoStyle2Top img,
.photoStyle2TopRight img {
  margin-top: 0vh;
}
.photoStyle2Left img,
.photoStyle2Center img,
.photoStyle2Right img {
  margin-top: -7vh;
}
.photoStyle2BottomLeft img,
.photoStyle2Bottom img,
.photoStyle2BottomRight img {
  margin-top: -93vh;
}
.photoStyle2TopLeft img,
.photoStyle2Left img,
.photoStyle2BottomLeft img {
  float: right;
  margin-right: -29vw;
}
.photoStyle2Top img,
.photoStyle2Center img,
.photoStyle2Bottom img {
  float: right;
  margin-right: -7vw;
}
.photoStyle2TopRight img,
.photoStyle2Right img,
.photoStyle2BottomRight img {
  float: right;
}
.photoStyle2 {
  width: 36vw;
  height: 100vh;
  margin-right: 0px;
  margin-top: 3em;
  display: block;
  padding: 0px;
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
}
.expanded > .photoStyle2Center {
  -webkit-transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
  -moz-transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
  -o-transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
  -ms-transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
  transform: perspective(1200px) rotateX(0deg) rotateY(0deg);
}
.photoStyle2Top,
.photoStyle2TopRight,
.photoStyle2Right,
.photoStyle2BottomRight,
.photoStyle2Bottom,
.photoStyle2BottomLeft,
.photoStyle2Left,
.photoStyle3 {
  width: 35vw;
  height: 280px;
  margin-right: 0em;
  margin-top: 32em;
  display: block;
  padding: 0px;
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
}
#at51880f58c5040 {
  width: 80%;
}
.photoStyle3SubContainer {
  display: block;
  margin: 0px;
  padding: 0px;
  position: relative;
  float: right;
  background-attachment: scroll;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.photoStyle4 {
  width: 32vw;
  height: 70vh;
  margin-right: 0px;
  margin-top: 3em;
  display: block;
  padding: 0px;
  float: right;
  position: relative;
  top: 0px;
  right: 0px;
  -webkit-transition: box-shadow 0.3s 0s ease-in;
  -moz-transition: box-shadow 0.3s 0s ease-in;
  -o-transition: box-shadow 0.3s 0s ease-in;
  -ms-transition: box-shadow 0.3s 0s ease-in;
  transition: box-shadow 0.3s 0s ease-in;
  -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0);
  box-shadow: 0px 0px 7px rgba(0,0,0,0);
  overflow: hidden;
  margin-right: 5%;
}
.photoStyle4:hover {
  -webkit-transition: box-shadow 0.3s 0s ease-out;
  -moz-transition: box-shadow 0.3s 0s ease-out;
  -o-transition: box-shadow 0.3s 0s ease-out;
  -ms-transition: box-shadow 0.3s 0s ease-out;
  transition: box-shadow 0.3s 0s ease-out;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.photoStyle4ImageContainer {
  float: right;
  position: relative;
  left: 0px;
  bottom: 50px;
}
.photoStyle4Caption {
  width: 100%;
  float: right;
  height: 30px;
  background-color: #fbfbfb;
  border: 1px solid #f1f1f1;
}
@-webkit-keyframes revealPopHover {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-animation-timing-function: ease-out;
    height: 180px;
    width: 180px;
  }

  20% {
    -webkit-transform: translate3d(20px, 0px, 0px);
    -webkit-animation-timing-function: ease-out;
    height: 180px;
    width: 180px;
  }

  75% {
    -webkit-transform: translate3d(-160px, 0px, 0px);
    -webkit-animation-timing-function: ease-out;
    height: 220px;
    width: 320px;
  }

  92% {
    -webkit-transform: translate3d(-145px, 0px, 0px);
    -webkit-animation-timing-function: ease-out;
    height: 195px;
    width: 295px;
  }

  92% {
    -webkit-transform: translate3d(-150px, 0px, 0px);
    -webkit-animation-timing-function: ease-out;
    height: 200px;
    width: 300px;
  }

  100% {
    -webkit-transform: translate3d(-150px, 0px, 0px);
    -webkit-animation-timing-function: ease-out;
    height: 200px;
    width: 300px;
  }
}
.blockRight {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  clear: both;
  display: block;
  height: 2px;
  position: relative;
  top: 55px;
  padding-right: 10px;
  width: 100%;
  max-width: 1223px;
  z-index: 400;
  margin-left: auto;
  margin-right: auto;
}
.blockRight .blockSubContainer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  position: static;
  float: right;
  width: 200px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
}
.blockCenter {
  width: 1023px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  padding-top: 1em;
  font-size: 2.3em;
  line-height: 1.65em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
}
.blockCenter text-rendering optimizelegibility #map {
  height: 180px;
}
.imageAttachedRightStatic {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 2px;
  position: relative;
  padding-right: 7px;
  width: 100%;
  max-width: 1023px;
  z-index: 400;
  margin-left: auto;
  margin-right: auto;
}
.imageAttachedRightStatic img {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  margin-left: 25px;
  margin-top: 0.7em;
  position: static;
  float: right;
  max-height: 500px;
  z-index: 500;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.imageAttachedRightStatic img:hover {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.17s;
  -moz-transition-duration: 0.17s;
  -o-transition-duration: 0.17s;
  -ms-transition-duration: 0.17s;
  transition-duration: 0.17s;
  -webkit-transform: translate3d(0px, -3px, 0px);
  -moz-transform: translate3d(0px, -3px, 0px);
  -o-transform: translate3d(0px, -3px, 0px);
  -ms-transform: translate3d(0px, -3px, 0px);
  transform: translate3d(0px, -3px, 0px);
  -webkit-box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
}
.imageAttachedRightStatic img:hover ~ .caption {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.imageAttachedRightStatic .caption {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-rendering: optimizelegibility;
  color: #000;
  z-index: -20;
  float: right;
  clear: right;
  position: relative;
  margin-top: 8px;
  margin-right: 2px;
  width: 215px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: right;
  -webkit-transform: translate3d(0px, -35px, 0px);
  -moz-transform: translate3d(0px, -35px, 0px);
  -o-transform: translate3d(0px, -35px, 0px);
  -ms-transform: translate3d(0px, -35px, 0px);
  transform: translate3d(0px, -35px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.imageAttachedLeftStatic {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 2px;
  position: relative;
  padding-right: 7px;
  width: 100%;
  max-width: 1023px;
  z-index: 400;
  margin-left: auto;
  margin-right: auto;
}
.imageAttachedLeftStatic img {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  margin-right: 25px;
  margin-top: 0.7em;
  position: static;
  float: left;
  height: auto;
  max-height: 600px;
  z-index: 500;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.imageAttachedLeftStatic img:hover {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
  -webkit-transform: translate3d(0px, -3px, 0px);
  -moz-transform: translate3d(0px, -3px, 0px);
  -o-transform: translate3d(0px, -3px, 0px);
  -ms-transform: translate3d(0px, -3px, 0px);
  transform: translate3d(0px, -3px, 0px);
  -webkit-box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
}
.imageAttachedLeftStatic img:hover ~ .caption {
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.imageAttachedLeftStatic .caption {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-rendering: optimizelegibility;
  color: #000;
  z-index: -20;
  float: left;
  clear: left;
  position: relative;
  margin-top: 8px;
  margin-left: 2px;
  width: 215px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-align: left;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform: translate3d(0px, -35px, 0px);
  -moz-transform: translate3d(0px, -35px, 0px);
  -o-transform: translate3d(0px, -35px, 0px);
  -ms-transform: translate3d(0px, -35px, 0px);
  transform: translate3d(0px, -35px, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.videoAttachedLeftStatic {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 2px;
  position: relative;
  padding-left: 10px;
  width: 100%;
  max-width: 1023px;
  z-index: 400;
  margin-left: auto;
  margin-right: auto;
}
.videoAttachedLeftStatic + p {
  position: relative;
}
.videoAttachedLeftStatic .videoHolder {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  margin-right: 25px;
  z-index: 500;
  margin-top: 0.7em;
  position: static;
  float: left;
  height: 360px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
}
.videoAttachedLeftStatic .videoHolder video {
  max-height: 360px;
}
.videoAttachedLeftStatic .videoHolder .videoLeft {
  position: relative;
  border: none;
}
.videoAttachedLeftStatic .videoHolder:hover {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.17s;
  -moz-transition: all 0.17s;
  -o-transition: all 0.17s;
  -ms-transition: all 0.17s;
  transition: all 0.17s;
  -webkit-transform: translate3d(0px, -3px, 0px);
  -moz-transform: translate3d(0px, -3px, 0px);
  -o-transform: translate3d(0px, -3px, 0px);
  -ms-transform: translate3d(0px, -3px, 0px);
  transform: translate3d(0px, -3px, 0px);
  -webkit-box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
}
.videoAttachedLeftStatic .videoHolder:hover ~ .caption {
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.videoAttachedLeftStatic .videoHolder img {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  top: -25px;
}
.videoAttachedLeftStatic .caption {
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 0.6em;
  text-rendering: optimizelegibility;
  color: #000;
  z-index: -20;
  float: left;
  clear: left;
  position: relative;
  margin-top: 3px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: 2px;
  width: 165px;
  text-align: left;
  -webkit-transform: translate3d(0px, -35px, 0px);
  -moz-transform: translate3d(0px, -35px, 0px);
  -o-transform: translate3d(0px, -35px, 0px);
  -ms-transform: translate3d(0px, -35px, 0px);
  transform: translate3d(0px, -35px, 0px);
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
}
.imageAttachedRightRevealPop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  display: block;
  height: 2px;
  position: relative;
  padding-right: 10px;
  width: 100%;
  max-width: 1123px;
  z-index: 400;
  margin-left: auto;
  margin-right: auto;
}
.imageAttachedRightRevealPop .imageHolder {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  margin-left: 25px;
  margin-top: 0.7em;
  position: static;
  float: right;
  height: 180px;
  width: 180px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  -webkit-transition: all 0.17s ease-in;
}
.imageAttachedRightRevealPop .imageHolder:hover {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.17s ease-out;
  -webkit-transform: translate3d(0px, -3px, 0px);
  -webkit-box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
}
.imageAttachedRightRevealPop .imageHolder img {
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: scale(0.55);
  -webkit-transition: all 0.17s ease-in-out;
  top: -25px;
}
.imageAttachedRightRevealPop.expanded .imageHolder {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  display: block;
  margin-left: 0px;
  margin-top: 0.7em;
  position: static;
  float: right;
  height: 250px;
  width: 380px;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
  box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
  -webkit-transition: all 0.17s ease-in;
}
.imageAttachedRightRevealPop.expanded .imageHolder:hover {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.17s ease-out;
  -webkit-transform: translate3d(0px, -3px, 0px);
  -webkit-box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
  box-shadow: 0px 4px 13px rgba(0,0,0,0.4);
}
.imageAttachedRightRevealPop.expanded .imageHolder img {
  -webkit-transform-origin: 0% 0%;
  -webkit-transform: scale(0.85);
  -webkit-transition: all 0.17s ease-in-out;
  top: -25px;
}
.imageSmallThumbnail.default {
  display: block;
  width: 80px;
  height: 80px;
  float: right;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: scale(0.8);
  border: 7px solid #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.imageSmallThumbnail.default .imageHolder {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: scale(1);
  cursor: pointer !important;
  -webkit-background-size: 150%;
  -moz-background-size: 150%;
  background-size: 150%;
}
.content,
.contentSubHolder,
.introFauxContainer,
.victimsFauxContainer {
  width: 100%;
  height: 100%;
}
.background {
  z-index: 4;
}
.foreground {
  background-color: #fff;
  z-index: 120;
  position: relative;
}
.originOpaque,
.storyCover .titling.originOpaque {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.32s;
  -moz-transition: all 0.32s;
  -o-transition: all 0.32s;
  -ms-transition: all 0.32s;
  transition: all 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -webkit-animation-name: bounceUp;
  -moz-animation-name: bounceUp;
  -o-animation-name: bounceUp;
  -ms-animation-name: bounceUp;
  animation-name: bounceUp;
  -webkit-animation-duration: 0.88s;
  -moz-animation-duration: 0.88s;
  -o-animation-duration: 0.88s;
  -ms-animation-duration: 0.88s;
  animation-duration: 0.88s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -moz-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -o-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -ms-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.simpleorigin {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.simplefade {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.opacityone {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.videoFullWidth {
  width: 100%;
  height: 530px;
  display: block;
  overflow: hidden !important;
  background-color: none;
  margin-bottom: 40px;
}
.videoFullWidth:hover {
  display: inherit;
}
.videoFullWidth:hover > .fullWidthCaption {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.8s 0s ease-in;
  -moz-transition: all 0.8s 0s ease-in;
  -o-transition: all 0.8s 0s ease-in;
  -ms-transition: all 0.8s 0s ease-in;
  transition: all 0.8s 0s ease-in;
}
.videoFullWidthContainer {
  width: 110%;
  position: relative;
  left: -5%;
  top: -300px;
}
.videoPlaceholderImage {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 600;
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.videoFloater {
  height: 50%;
  width: 100%;
  margin-bottom: -51px;
  position: relative;
}
.videoButtonVerticallyCentered {
  clear: both;
  height: 102px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.videoPlayButton {
  width: 102px;
  height: 102px;
  display: block;
  margin: 0 auto;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}
.videoPlayButton:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.mapCentered {
  margin: 0 auto;
  margin-bottom: 40px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1023px;
}
.mapCentered .mapContainer {
  width: 100%;
  height: 400px;
  display: block;
}
.audioNoScript {
  display: block;
  width: 200px;
  height: 40px;
  background-color: #2b2b2b;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.4);
  border-top: 1px solid rgba(255,255,255,0.4);
  cursor: pointer;
}
.audioNoScript .playButton {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #fff;
  margin-left: 17px;
  margin-top: 10px;
  float: left;
}
.audioNoScript .playseparator {
  width: 2px;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  border-right: 1px solid #000;
  height: 40px;
  background-color: #fff;
  margin-top: 0px;
  margin-left: 14px;
  float: left;
}
.audioNoScript .audioTitle {
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 0.6em;
  line-height: 1.2em;
  color: #fff;
  margin-top: 4px;
  position: relative;
  left: 8px;
}
.shareCenter {
  width: 680px;
  margin: 0 auto;
  height: 80px;
  display: block;
}
.shareCenter .buttonHolder {
  width: 104px;
  margin: 0 auto;
  height: 50px;
  display: block;
}
.shareCenter .buttonHolder:before {
  display: block;
  content: "";
  width: 285px;
  height: 1px;
  background-color: #000;
  position: relative;
  left: -289px;
  top: 20px;
}
.shareCenter .buttonHolder:after {
  display: block;
  content: "";
  width: 285px;
  height: 1px;
  background-color: #000;
  position: relative;
  left: 100px;
  top: 20px;
}
.shareCenter .buttonHolder .twitterButton,
.shareCenter .buttonHolder .facebookButton {
  display: block;
  height: 40px;
  width: 40px;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
}
.liveNav {
  padding-top: 45px;
  width: 1023px;
  margin: 0 auto;
  height: 120px;
  display: block;
  padding-bottom: 0px;
}
.liveNavButton {
  height: 35px;
  background-color: #000;
  color: #fff;
  padding: 4px;
  margin: 10px;
  font-family: "proxima-nova";
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding-top: 11px;
  display: block;
}
.liveNavButton:hover {
  background-color: #2b2b2b;
  cursor: pointer;
}
.liveNavPrevious {
  width: 120px;
  float: left;
}
.liveNavNext {
  width: 120px;
  float: right;
}
.liveNavButtonHolder {
  width: 290px;
  margin: 0 auto;
  height: 60px;
  display: block;
}
.firstPageNav {
  margin-right: 0px;
}
.lastPageNav {
  margin-left: 0px;
}
.footer {
  width: 100%;
  display: block;
  padding-top: 35px;
  height: 180px;
  background-color: #000;
  padding-left: 40px;
  text-align: left;
  font-family: "proxima-nova";
  margin-top: 50px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.footer p {
  float: left;
  clear: left;
  width: 190px;
  font-size: 13px;
  color: #fff;
  text-align: left;
  margin-bottom: 8px !important;
  margin-top: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.footer .cmention {
  float: right;
  margin-right: 50px;
  clear: none;
  text-align: right;
  width: 200px;
  height: 50px;
  position: relative;
  top: -65px !important;
}
.footer .wburlogo {
  display: block;
  width: 300px;
  height: 80px;
  margin: 0 auto;
  margin-top: -10px !important;
}
.audioCenter {
  width: 680px;
  height: 230px;
  background: none;
  font-family: "proxima-nova";
  font-size: 0.7em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 75px;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: center;
}
.audioCenter .playButton {
  width: 100px;
  height: 115px;
  padding: 0px;
  display: block;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
.audioCenter .playButton:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  cursor: pointer;
}
.audioCenter .playSeparator {
  width: 170px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ededed;
}
.audioCenter .audioTitle {
  padding-top: 0.3em;
  font-size: 1.3em;
  margin-top: 0px;
  color: #303030;
}
.audioCenter .scrubberBar {
  width: 100%;
  margin-top: 13px;
  height: 50px;
}
.liquid {
  display: block;
  width: 250px;
  height: 51px;
  border-top: 1px sold #2f2f2f;
  background-color: #000;
}
.liquidContent {
  display: block;
  padding-top: 0.8em;
  margin-left: 1.3em;
  font-size: 1.8em;
  color: #fff;
  font-weight: bold;
}
.fauxHolderLiquid {
  margin-top: 200px;
  margin-left: 200px;
}
.parallax {
  width: 100%;
  height: 530px;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.parallax:hover {
  display: inherit;
}
.parallax:hover > .fullWidthCaption {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.8s 0s ease-in;
  -moz-transition: all 0.8s 0s ease-in;
  -o-transition: all 0.8s 0s ease-in;
  -ms-transition: all 0.8s 0s ease-in;
  transition: all 0.8s 0s ease-in;
}
.parallax img {
  display: block;
  width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.staticImageWindow {
  width: 100%;
  height: 530px;
  display: block;
  margin-bottom: 40px;
  background-color: none;
  overflow: hidden;
}
.staticImageWindow>.fullWidthCaption {
  position: absolute;
  top: 100px;
}
.staticImageWindow:hover {
  display: inherit;
}
.staticImageWindow:hover > .fullWidthCaption {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.8s 0s ease-in;
  -moz-transition: all 0.8s 0s ease-in;
  -o-transition: all 0.8s 0s ease-in;
  -ms-transition: all 0.8s 0s ease-in;
  transition: all 0.8s 0s ease-in;
}
.staticImageWindow .staticImageHolder {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-attachment: fixed;
  background-color: transparent;
  background-repeat: no-repeat;
}
.fullWidthCaption {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  font-size: 16px;
  width: 100%;
  text-align: center;
  height: 30px;
  display: block;
  position: relative;
  top: 90%;
  z-index: 4000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s 0s ease-out;
  -moz-transition: all 0.6s 0s ease-out;
  -o-transition: all 0.6s 0s ease-out;
  -ms-transition: all 0.6s 0s ease-out;
  transition: all 0.6s 0s ease-out;
}
.fullWidthCaption p {
  line-height: 1.83em;
  color: #fff !important;
  width: 100% !important;
  display: block;
  z-index: 4000 !important;
  padding-bottom: 0px !important;
}
.dispatchesImage {
  margin: 0 auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 1023px;
}
.dispatchesImage img {
  width: 1023px;
  position: relative;
  display: block;
}
.dispatchesImage img:hover ~ .fullWidthCaptionDispatches {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.staticIMGContainer {
  margin: 0 auto;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.staticIMGContainer img {
  width: 100%;
  position: relative;
  display: block;
}
.staticIMGContainer img:hover ~ .fullWidthCaptionStatic {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fullWidthCaptionStatic {
  font-family: "proxima-nova", sans-serif;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
  font-size: 16px;
  width: 100%;
  text-align: center;
  height: 30px;
  display: block;
  position: relative;
  bottom: 60px;
  z-index: 4000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.6s 0s ease-out;
  -moz-transition: all 0.6s 0s ease-out;
  -o-transition: all 0.6s 0s ease-out;
  -ms-transition: all 0.6s 0s ease-out;
  transition: all 0.6s 0s ease-out;
}
.fullWidthCaptionStatic:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  -ms-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.fullWidthCaptionStatic p {
  line-height: 1.83em;
  color: #fff !important;
  width: 100% !important;
  display: block;
  z-index: 4000 !important;
  padding-bottom: 0px !important;
  font-weight: 400 !important;
}
.scrollingImageFullWidth {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 600px;
  z-index: 1;
  margin-bottom: 40px;
  background-color: transparent;
}
.mobilenav {
  display: none;
}
#mainBiosContainer {
  display: block;
  width: 100%;
  height: 240%;
  overflow: scroll;
}
#mainBiosContainer .grid {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#mainBiosContainer .grid:after {
  content: "";
  display: table;
  clear: both;
}
#mainBiosContainer .grid-unit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-color: #000;
}
#mainBiosContainer .grid-unit:hover>.biosimageholder {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-filter: grayscale(0%) contrast(100%);
  -ms-filter: grayscale(0%) contrast(100%);
  -o-filter: grayscale(0%) contrast(100%);
  -moz-filter: grayscale(0%) contrast(100%);
  filter: #808080;
  filter: grayscale(0%) contrast(100%);
}
#mainBiosContainer .grid-unit:hover>.innerContainer>.info {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#mainBiosContainer .grid-unit:hover>.innerContainer>.forceVisible {
  -webkit-transform: translate3d(0px, -6px, 0px);
  -moz-transform: translate3d(0px, -6px, 0px);
  -o-transform: translate3d(0px, -6px, 0px);
  -ms-transform: translate3d(0px, -6px, 0px);
  transform: translate3d(0px, -6px, 0px);
}
#mainBiosContainer .grid-unit:hover>.innerContainer>.forceVisible>.name {
  color: #000;
}
#mainBiosContainer .grid-unit:hover>.innerContainer>.forceVisible>.tag {
  color: #000;
}
#mainBiosContainer .grid-unit .innerContainer {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#mainBiosContainer .grid-unit .biosimageholder {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-filter: grayscale(100%) contrast(50%);
  -ms-filter: grayscale(100%) contrast(300%);
  -o-filter: grayscale(100%) contrast(300%);
  -moz-filter: grayscale(100%) contrast(300%);
  filter: grayscale(100%) contrast(300%);
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#mainBiosContainer .grid-unit .info {
  display: block;
  font-family: "proxima-nova";
  text-align: center;
  height: 100px;
  position: relative;
  -webkit-transform: translate3d(0px, 280px, 0px);
  -moz-transform: translate3d(0px, 280px, 0px);
  -o-transform: translate3d(0px, 280px, 0px);
  -ms-transform: translate3d(0px, 280px, 0px);
  transform: translate3d(0px, 280px, 0px);
  color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
}
#mainBiosContainer .grid-unit .info:hover {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  -ms-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
}
#mainBiosContainer .grid-unit .info .name {
  font-weight: 300;
  font-size: 33px;
  margin-bottom: 11px;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0,0,0,0.9) 0px 0px 15px, rgba(0,0,0,0.7) 0px -1px 1px;
}
#mainBiosContainer .grid-unit .info .tag {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  text-rendering: optimizelegibility;
  text-shadow: rgba(0,0,0,0.9) 0px 0px 15px, rgba(0,0,0,0.6) 0px -1px 1px;
}
#mainBiosContainer .grid-unit .info.victimbio .name {
  font-size: 25px;
  text-shadow: #000 0px 0px 12px, rgba(0,0,0,0.5) 0px -1px 3px, rgba(0,0,0,0.7) 0px -1px 1px;
}
#mainBiosContainer .grid-unit .info.victimbio .tag {
  text-shadow: #000 0px 0px 12px, rgba(0,0,0,0.9) 0px -1px 0px;
  font-size: 12px;
}
#mainBiosContainer .grid-unit .info.forceVisible {
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
#mainBiosContainer .grid-unit .info.forceVisible>.name {
  color: #c4c4c4;
  text-shadow: rgba(0,0,0,0) 0px 0px 15px, rgba(0,0,0,0) 0px -1px 3px, rgba(0,0,0,0) 0px -1px 1px;
}
#mainBiosContainer .grid-unit .info.forceVisible>.tag {
  color: #c4c4c4;
  text-shadow: rgba(0,0,0,0) 0px 0px 15px, rgba(0,0,0,0) 0px -1px 3px, rgba(0,0,0,0) 0px -1px 1px;
}
#mainBiosContainer .row {
  display: block;
  width: 101%;
  position: absolute;
  left: 0px;
}
#mainBiosContainer .titlerow1 {
  height: 4%;
  top: 44px;
  z-index: 1000;
}
#mainBiosContainer .titlerow1 .grid-unit {
  width: 100%;
  background-color: #fff;
  color: #fff;
}
#mainBiosContainer .titlerow1 .grid-unit .biosHeader {
  font-family: "proxima-nova";
  font-weight: 200;
  font-size: 28px;
  color: #000;
  text-align: centered;
  margin: 0 auto;
  color: #000;
  letter-spacing: 9px;
  padding-top: 2px;
}
#mainBiosContainer .row1 {
  height: 15%;
  top: 6%;
  margin-top: -1%;
}
#mainBiosContainer .row1 .grid-unit {
  width: 33.333333%;
  background-color: #000;
}
#mainBiosContainer .row1 .grid-unit:nth-child(1)>.biosimageholder {
  opacity: 0.45;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
}
#mainBiosContainer .row1 .grid-unit:nth-child(2)>.biosimageholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#mainBiosContainer .row1 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#mainBiosContainer .row1 .grid-unit:hover>.biosimageholder {
  opacity: 0.9 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important;
  filter: alpha(opacity=90) !important;
}
#mainBiosContainer .row2 {
  height: 14%;
  top: 19%;
  margin-top: -1%;
}
#mainBiosContainer .row2 .grid-unit {
  background-color: #000;
  width: 25%;
}
#mainBiosContainer .row2 .grid-unit:nth-child(1)>.biosimageholder {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
}
#mainBiosContainer .row2 .grid-unit:nth-child(2)>.biosimageholder {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#mainBiosContainer .row2 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#mainBiosContainer .row2 .grid-unit:nth-child(4)>.biosimageholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row2 .grid-unit:hover>.biosimageholder {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row3 {
  height: 14%;
  top: 32%;
  margin-top: -1%;
}
#mainBiosContainer .row3 .grid-unit {
  background-color: #000;
  width: 33.333333%;
}
#mainBiosContainer .row3 .grid-unit:nth-child(1)>.biosimageholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
#mainBiosContainer .row3 .grid-unit:nth-child(2)>.biosimageholder {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#mainBiosContainer .row3 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row3 .grid-unit:hover>.biosimageholder {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row4 {
  height: 12%;
  top: 44%;
  margin-top: -1%;
}
#mainBiosContainer .row4 .grid-unit {
  background-color: #000;
  width: 20%;
}
#mainBiosContainer .row4 .grid-unit:nth-child(1)>.biosimageholder {
  opacity: 0.37;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
  filter: alpha(opacity=37);
}
#mainBiosContainer .row4 .grid-unit:nth-child(2)>.biosimageholder {
  opacity: 0.52;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=52)";
  filter: alpha(opacity=52);
}
#mainBiosContainer .row4 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.76;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=76)";
  filter: alpha(opacity=76);
}
#mainBiosContainer .row4 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.87;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=87)";
  filter: alpha(opacity=87);
}
#mainBiosContainer .row4 .grid-unit:nth-child(4)>.biosimageholder {
  opacity: 0.95;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
}
#mainBiosContainer .row4 .grid-unit:nth-child(5)>.biosimageholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row4 .grid-unit:hover>.biosimageholder {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row5 {
  height: 5%;
  top: 55%;
}
#mainBiosContainer .row5 .grid-unit {
  width: 100%;
  background-color: #fff;
  color: #fff;
}
#mainBiosContainer .row5 .grid-unit .biosHeader {
  font-family: "proxima-nova";
  font-weight: 200;
  font-size: 28px;
  color: #000;
  text-align: centered;
  margin: 0 auto;
  color: #000;
  letter-spacing: 9px;
  padding-top: 2px;
}
#mainBiosContainer .row6 {
  height: 10.4%;
  top: 60.5%;
  margin-top: -1%;
}
#mainBiosContainer .row6 .grid-unit {
  background-color: #fff;
  width: 20%;
}
#mainBiosContainer .row6 .grid-unit>.innerContainer>.info {
  height: 66px;
}
#mainBiosContainer .row6 .grid-unit:nth-child(1)>.biosimageholder {
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
}
#mainBiosContainer .row6 .grid-unit:nth-child(2)>.biosimageholder {
  opacity: 0.37;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
  filter: alpha(opacity=37);
}
#mainBiosContainer .row6 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
#mainBiosContainer .row6 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.46;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=46)";
  filter: alpha(opacity=46);
}
#mainBiosContainer .row6 .grid-unit:nth-child(4)>.biosimageholder {
  opacity: 0.52;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=52)";
  filter: alpha(opacity=52);
}
#mainBiosContainer .row6 .grid-unit:nth-child(5)>.biosimageholder {
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
#mainBiosContainer .row6 .grid-unit:hover>.biosimageholder {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row7 {
  height: 10.4%;
  top: 70.6%;
  margin-top: -1%;
}
#mainBiosContainer .row7 .grid-unit {
  background-color: #fff;
  width: 20%;
}
#mainBiosContainer .row7 .grid-unit>.innerContainer>.info {
  height: 66px;
}
#mainBiosContainer .row7 .grid-unit:nth-child(1)>.biosimageholder {
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
#mainBiosContainer .row7 .grid-unit:nth-child(2)>.biosimageholder {
  opacity: 0.52;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=52)";
  filter: alpha(opacity=52);
}
#mainBiosContainer .row7 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.46;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=46)";
  filter: alpha(opacity=46);
}
#mainBiosContainer .row7 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
#mainBiosContainer .row7 .grid-unit:nth-child(4)>.biosimageholder {
  opacity: 0.37;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
  filter: alpha(opacity=37);
}
#mainBiosContainer .row7 .grid-unit:nth-child(5)>.biosimageholder {
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
}
#mainBiosContainer .row7 .grid-unit:hover>.biosimageholder {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row8 {
  height: 10.4%;
  top: 80.7%;
  margin-top: -1%;
}
#mainBiosContainer .row8 .grid-unit {
  background-color: #fff;
  width: 20%;
}
#mainBiosContainer .row8 .grid-unit>.innerContainer>.info {
  height: 66px;
}
#mainBiosContainer .row8 .grid-unit:nth-child(1)>.biosimageholder {
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
}
#mainBiosContainer .row8 .grid-unit:nth-child(2)>.biosimageholder {
  opacity: 0.37;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
  filter: alpha(opacity=37);
}
#mainBiosContainer .row8 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
#mainBiosContainer .row8 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.46;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=46)";
  filter: alpha(opacity=46);
}
#mainBiosContainer .row8 .grid-unit:nth-child(4)>.biosimageholder {
  opacity: 0.52;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=52)";
  filter: alpha(opacity=52);
}
#mainBiosContainer .row8 .grid-unit:nth-child(5)>.biosimageholder {
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
  filter: alpha(opacity=54);
}
#mainBiosContainer .row8 .grid-unit:hover>.biosimageholder {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row9 {
  height: 10.35%;
  top: 90%;
}
#mainBiosContainer .row9 .grid-unit {
  background-color: #fff;
  width: 20%;
}
#mainBiosContainer .row9 .grid-unit>.innerContainer>.info {
  height: 66px;
}
#mainBiosContainer .row9 .grid-unit:nth-child(1)>.biosimageholder {
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
}
#mainBiosContainer .row9 .grid-unit:nth-child(2)>.biosimageholder {
  opacity: 0.37;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
  filter: alpha(opacity=37);
}
#mainBiosContainer .row9 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
#mainBiosContainer .row9 .grid-unit:nth-child(3)>.biosimageholder {
  opacity: 0.46;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=46)";
  filter: alpha(opacity=46);
}
#mainBiosContainer .row9 .grid-unit:nth-child(4)>.biosimageholder {
  opacity: 0.52;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=52)";
  filter: alpha(opacity=52);
}
#mainBiosContainer .row9 .grid-unit:nth-child(5)>.biosimageholder {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#mainBiosContainer .row9 .grid-unit:hover>.biosimageholder {
  opacity: 1 !important;
  -ms-filter: none;
  filter: none;
}
.popuplayer {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 5000;
  -webkit-transition: all 0.16s linear;
  -moz-transition: all 0.16s linear;
  -o-transition: all 0.16s linear;
  -ms-transition: all 0.16s linear;
  transition: all 0.16s linear;
}
.biospopup {
  display: block;
  width: 390px;
  height: 460px;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  position: relative;
  top: 0px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
  -webkit-transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  -moz-transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  -o-transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  -ms-transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  transform: translate3d(0px, -1300px, 0px) rotate(-7deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nobioimage {
  height: 252px;
}
.bioactive {
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -o-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -webkit-transition: all 0.34s linear;
  -moz-transition: all 0.34s linear;
  -o-transition: all 0.34s linear;
  -ms-transition: all 0.34s linear;
  transition: all 0.34s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-name: straightenBounce;
  -moz-animation-name: straightenBounce;
  -o-animation-name: straightenBounce;
  -ms-animation-name: straightenBounce;
  animation-name: straightenBounce;
  -webkit-animation-duration: 0.35s;
  -moz-animation-duration: 0.35s;
  -o-animation-duration: 0.35s;
  -ms-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -moz-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -o-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -ms-animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  animation-timing-function: cubic-bezier(0, 0.35, 0.5, 1);
  -webkit-animation-delay: 0.29s;
  -moz-animation-delay: 0.29s;
  -o-animation-delay: 0.29s;
  -ms-animation-delay: 0.29s;
  animation-delay: 0.29s;
}
.biodeactivated {
  -webkit-transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  -moz-transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  -o-transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  -ms-transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  transform: translate3d(0px, 1300px, 0px) rotate(10deg);
  -webkit-transition: all 0.65s 0s;
  -moz-transition: all 0.65s 0s;
  -o-transition: all 0.65s 0s;
  -ms-transition: all 0.65s 0s;
  transition: all 0.65s 0s;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
  -moz-animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
  -o-animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
  -ms-animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
  animation-timing-function: cubic-bezier(0.29, 0.01, 1, 0.88);
}
.biosSimple {
  -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -o-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg);
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.fadeIn {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  -ms-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out;
}
.biospopupname {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-family: "proxima-nova";
  font-weight: 600;
  letter-spacing: 1px;
  width: 200px;
  position: relative;
  margin-top: -27px;
  padding: 5px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.biospopupbody {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 14px;
  line-height: 158%;
  width: 100%;
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 15px;
  text-align: justify;
}
.bioscloser {
  display: block;
  width: 30px;
  height: 30px;
  background-color: none;
  position: absolute;
  top: 0px;
  right: 0px;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 16px;
  color: rgba(0,0,0,0);
  cursor: pointer;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  line-height: 14px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: center center;
}
.biospopupimage {
  width: 100%;
  height: 220px;
  margin-bottom: 13px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.popupFloater {
  height: 50%;
  width: 100%;
  margin-bottom: -178px;
  position: relative;
}
.popupVerticallycentered {
  clear: both;
  height: 400px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.slideshowWrapper {
  margin: 0 auto;
  padding-top: 0px;
  margin-bottom: 47px;
  width: 1023px;
  position: relative;
  display: block;
  height: 650px;
  overflow: hidden;
}
.slideshowWrapper:hover>.slideshowControls {
  opacity: 0.17;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=17)";
  filter: alpha(opacity=17);
  -webkit-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  -o-transition: all 0.18s ease-out;
  -ms-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out;
}
.slideshowWrapper .slideshowControls {
  display: block;
  width: 100%;
  height: 200px;
  z-index: 3805;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 220px;
  left: 0px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slideshowWrapper .slideshowControls:hover {
  opacity: 0.17;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=17)";
  filter: alpha(opacity=17);
  -webkit-transition: all 0.18s ease-out;
  -moz-transition: all 0.18s ease-out;
  -o-transition: all 0.18s ease-out;
  -ms-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out;
}
.slideshowWrapper .slideshowControls .slideshowButton {
  diplay: block;
  width: 90px;
  height: 200px;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.slideshowWrapper .slideshowControls .left {
  float: left;
  margin-left: 20px;
}
.slideshowWrapper .slideshowControls .left:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slideshowWrapper .slideshowControls .right {
  float: right;
  margin-right: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slideshowWrapper .slideshowControls .right:hover {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.slideshowWrapper .imageContainer {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  display: block;
  position: relative;
  float: left;
}
.slideshowWrapper .imageContainer img {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 3800;
}
.slideshowWrapper .imageContainer .fullWidthCaptionStatic {
  max-width: 900px;
  z-index: 6000;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  color: #fff;
  bottom: 90px;
  font-size: 14px;
  margin: 0 auto;
}
.portraitSlideshowImage {
  height: 100%;
  text-align: center;
  width: 1023px;
  background-color: #c2c2c2;
}
.portraitSlideshowImage img {
  height: 100%;
  margin: 0 auto;
}
.slideshowMovingContainer {
  height: 650px;
  display: block;
  left: 0px;
  top: 0px;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#mainDocsContainer {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 44px;
}
.centerHolder {
  width: 1023px;
  margin: 0 auto;
  display: block;
  height: 100%;
}
.docListHolder {
  height: 100%;
  margin-top: 0px;
  width: 270px;
  float: left;
  position: relative;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.listHeader {
  width: 100%;
  font-family: "proxima-nova";
  font-weight: 600;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
  letter-spacing: 3px;
  border-bottom: 1px solid #ededed;
  z-index: 900;
  cursor: default;
  -webkit-user-select: none;
  text-transform: uppercase;
  background-color: rgba(255,255,255,0.92);
}
#docList {
  height: 100%;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-familt: "proxima-nova";
  text-align: left;
  display: block;
  z-index: 800;
  webkit-transform: translate3d(0px, 0px, 0px);
  webkit-transition: all 0.4s ease-in-out;
}
#docList li {
  font-size: 14px;
  list-style-type: none;
  padding-left: 13px;
  padding-right: 13px;
  padding-bottom: 1.1em;
  padding-top: 1.1em;
  line-height: 150%;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
#docList li:first-child {
  padding-top: 1.1em;
}
#docList li:last-child {
  padding-bottom: 1.1em;
  border-bottom: none;
}
#docList li:hover {
  cursor: pointer;
}
.slideoutRight {
  webkit-transform: translate3d(-300px, 0px, 0px);
  webkit-transition: all 0.4s ease-in-out;
}
.backtodoclist {
  display: none;
}
.line {
  display: block;
  height: 1px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #ededed;
}
.docsimage {
  width: 100%;
  display: block;
}
.docimageholder {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  display: block;
  -webkit-overflow-scrolling: touch;
}
.listActiveItem {
  background-color: #000 !important;
  color: #fff;
}
#docViewer {
  width: 753px;
  height: 100%;
  float: right;
  border-right: 1px solid #ededed;
  position: relative;
}
#mainTimelineContainerSuper {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 44px;
}
#mainTimelineContainerSuper {
  display: block;
  width: 100%;
  height: 100%;
}
#mainTimelineContainerSuper * {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media (max-width: 1130px) {
  .storyCoverh1 h1 {
    font-size: 60px;
    margin-top: 86px !important;
  }
  .narrativeCover {
    height: 550px;
  }
  .liveNav {
    width: 680px;
  }
}
@media (max-width: 1023px) {
  .dispatchesImage {
    width: 100%;
  }
  .dispatchesImage img {
    width: 100%;
  }
  .slideshowWrapper {
    width: 680px;
    height: 453px;
    -webkit-backface-visibility: hidden;
  }
  .slideshowWrapper .imageContainer img {
    width: 680px;
  }
  .slideshowWrapper .fullWidthCaptionStatic {
    bottom: 50px !important;
    width: 600px;
  }
  .portraitSlideshowImage {
    width: 680px;
  }
  .fullWidthCaptionDispatches {
    width: 100%;
  }
  .fullWidthCaptionStatic {
    width: 100%;
    font-size: 13px;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .headers {
    padding-top: 98px;
  }
  .headers h1 {
    font-size: 31px;
  }
}
@media (max-width: 986px) {
  .parallax,
  .videoFullWidth {
    height: 430px;
  }
}
@media (max-width: 929px) {
  .narrativeCover {
    height: 410px;
  }
  .narrativeNav {
    width: 550px;
  }
  .narrativeCard {
    margin-bottom: 10px;
  }
  .narrativeCard:nth-child(4) {
    -webkit-transform: translate3d(0px, -480px, 0px);
    -moz-transform: translate3d(0px, -480px, 0px);
    -o-transform: translate3d(0px, -480px, 0px);
    -ms-transform: translate3d(0px, -480px, 0px);
    transform: translate3d(0px, -480px, 0px);
    margin-left: 100px;
  }
  .narrativeCard:nth-child(5) {
    -webkit-transform: translate3d(0px, -480px, 0px);
    -moz-transform: translate3d(0px, -480px, 0px);
    -o-transform: translate3d(0px, -480px, 0px);
    -ms-transform: translate3d(0px, -480px, 0px);
    transform: translate3d(0px, -480px, 0px);
  }
}
@media (max-width: 860px) {
  .parallax,
  .videoFullWidth {
    height: 350px;
  }
}
@media (max-width: 775px) {
  .storyCoverh1 h1 {
    font-size: 45px;
    margin-top: 96px !important;
  }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .storyCoverImageHolder {
    display: block;
    background-attachment: scroll !important;
  }
  .slideshowControls {
    opacity: 0.11 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=11)" !important;
    filter: alpha(opacity=11) !important;
  }
  .videoFullWidth {
    height: 460px !important;
    margin-bottom: 40px;
    margin-top: -37px;
  }
  .videoFullWidthContainer {
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 430px !important;
  }
  .staticImageWindow {
    font-size: 30px;
    height: 500px;
    margin-top: -25px;
  }
  .staticImageWindow .staticImageHolder {
    height: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    background-attachment: scroll;
  }
  .fullWidthCaption {
    font-size: 14px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 400px;
    position: relative;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .fullWidthCaptionStatic {
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .biospopup {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .bioactive {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -o-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -webkit-transition: all 0.6s 0s ease-in-out;
    -moz-transition: all 0.6s 0s ease-in-out;
    -o-transition: all 0.6s 0s ease-in-out;
    -ms-transition: all 0.6s 0s ease-in-out;
    transition: all 0.6s 0s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  .backtodoclist {
    display: block;
    z-index: 2000;
    -webkit-user-select: none;
    height: 34px;
    text-align: center;
    padding-top: 10px;
    width: 46px;
    position: absolute;
    top: 100px;
    left: 0px;
    background-color: #fff;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
  }
  .backtodoclist:active {
    background-color: #ededed;
  }
  .centerHolder {
    width: 100%;
  }
  .docListHolder {
    width: 100%;
  }
  #docViewer {
    float: left;
  }
  .listHeader {
    padding-top: 26px;
    padding-bottom: 12px;
  }
  #docViewer {
    display: none;
  }
  #docList {
    padding-top: 50px;
  }
  #docList li {
    color: #000;
    border-bottom: 1px solid #ededed;
    padding-bottom: 1.2em;
    padding-top: 1.2em;
    font-weight: 200;
    font-size: 16px;
  }
  .leaflet-popup-content-wrapper {
    -webkit-transform-origin: 50% 100%;
    -webkit-transform: scale(0.65);
  }
  .leaflet-popup-close-button {
    display: none;
  }
  .slideshowWrapper {
    width: 270px;
    height: 180px;
  }
  .slideshowWrapper .slideshowControls {
    display: none;
  }
  .slideshowWrapper .imageContainer img {
    width: 270px;
  }
  .slideshowWrapper .fullWidthCaptionStatic {
    bottom: 40px !important;
    font-size: 9px !important;
    width: 230px;
  }
  .portraitSlideshowImage {
    width: 270px;
  }
  .shareCenter {
    width: 270px;
  }
  .shareCenter .buttonHolder {
    width: 104px;
    height: 50px;
    display: block;
  }
  .shareCenter .buttonHolder:before {
    width: 70px;
    left: -80px;
  }
  .shareCenter .buttonHolder:after {
    width: 70px;
    left: 108px;
  }
  .shareCenter .buttonHolder .twitterButton,
  .shareCenter .buttonHolder .facebookButton {
    display: block;
    height: 40px;
    width: 40px;
    float: left;
    margin-left: 6px;
    margin-right: 6px;
  }
  #mainBiosContainer .titlerow1 {
    height: 5.5%;
    top: 44px;
    z-index: 1000;
    padding-top: 12px;
  }
  #mainBiosContainer .grid-unit .biosHeader {
    font-family: "proxima-nova";
    font-weight: 200;
    font-size: 22px;
    color: #000;
    text-align: centered;
    margin: 0 auto;
    color: #000;
    letter-spacing: 9px;
    padding-top: 10px;
    padding-bottom: 1px;
  }
  #mainBiosContainer .grid-unit .info .name {
    font-weight: 400;
    font-size: 7px !important;
    margin-bottom: 5px;
  }
  #mainBiosContainer .grid-unit .info .tag {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2px !important;
    letter-spacing: 1px;
  }
  #mainBiosContainer .grid-unit .forceVisible .name {
    font-weight: 400;
    font-size: 8px !important;
    margin-bottom: 5px;
    color: #fff !important;
  }
  #mainBiosContainer .grid-unit .forceVisible .tag {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2px !important;
    letter-spacing: 1px;
    color: #fff !important;
  }
  .biospopup {
    -webkit-transform: translate3d(0px, 0px, 0px) scale(0.7);
    -moz-transform: translate3d(0px, 0px, 0px) scale(0.7);
    -o-transform: translate3d(0px, 0px, 0px) scale(0.7);
    -ms-transform: translate3d(0px, 0px, 0px) scale(0.7);
    transform: translate3d(0px, 0px, 0px) scale(0.7);
    -webkit-transform-origin: 20% 20%;
    -moz-transform-origin: 20% 20%;
    -o-transform-origin: 20% 20%;
    -ms-transform-origin: 20% 20%;
    transform-origin: 20% 20%;
  }
  .bioactive {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -o-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -webkit-transition: all 0.6s 0s ease-in-out;
    -moz-transition: all 0.6s 0s ease-in-out;
    -o-transition: all 0.6s 0s ease-in-out;
    -ms-transition: all 0.6s 0s ease-in-out;
    transition: all 0.6s 0s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  .straight {
    -webkit-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -moz-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -o-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -ms-transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    transform: translate3d(0px, 0px, 0px) rotate(0deg) scale(0.7);
    -webkit-transition: all 0.1s 0s ease-in-out;
    -moz-transition: all 0.1s 0s ease-in-out;
    -o-transition: all 0.1s 0s ease-in-out;
    -ms-transition: all 0.1s 0s ease-in-out;
    transition: all 0.1s 0s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  .biospopupbody {
    -webkit-overflow-scrolling: touch;
  }
  .footer {
    padding-left: 10px !important;
    margin-top: 15px;
  }
  .footer p {
    color: #fff !important;
  }
  .footer .wburlogo {
    display: none !important;
    margin-top: 0px;
    position: relative;
    top: -20px;
    left: 110px;
    width: 70px;
  }
  .footer .wburlogo a {
    width: 70px;
  }
  .footer .wburlogo svg {
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  .footer .cmention {
    width: 70px;
    height: 50px;
    position: relative;
    top: -87px !important;
    display: none !important;
  }
  .footer .cmention a {
    width: 70px;
  }
  .footer .cmention svg {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .fullWidthCaptionStatic {
    bottom: 40px !important;
  }
  .headers h1 {
    font-size: 27px;
    margin-top: -8px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .headers h2 {
    padding-left: 30px;
    font-size: 12px;
    padding-right: 30px;
    margin-top: 11px;
  }
  #mainLiveContainer .byline {
    padding-top: 26px;
  }
  .staticImageWindow {
    width: 100%;
    height: 220px;
    display: block;
    margin-bottom: 40px;
    background-color: none;
    overflow: hidden;
  }
  .staticImageWindow:hover {
    display: inherit;
  }
  .staticImageWindow:hover > .fullWidthCaption {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.8s 0s ease-in;
    -moz-transition: all 0.8s 0s ease-in;
    -o-transition: all 0.8s 0s ease-in;
    -ms-transition: all 0.8s 0s ease-in;
    transition: all 0.8s 0s ease-in;
  }
  .staticImageWindow .staticImageHolder {
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 220px;
    z-index: 1;
    background-attachment: scroll !important;
    background-color: transparent;
    background-repeat: no-repeat;
  }
  .nav {
    display: none !important;
  }
  .mobilenav {
    display: block !important;
  }
  .mobilenav .navigationbar {
    height: 54px;
    z-index: 3000;
  }
  .mobilenav .navigationbar h3 {
    padding-top: 18px;
  }
  .storyCoverImageHolder {
    display: block;
    background-attachment: scroll !important;
    height: 370px !important;
  }
  .menubutton {
    float: right;
    display: block;
    height: 100%;
    width: 54px;
    font-family: "proxima-nova";
    font-weight: 600;
    color: #2a2a2a;
    padding-top: 14px;
    font-size: 16px;
    padding-right: 25px;
  }
  .mobileMenu {
    display: block;
    height: 329px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(160px, 0px, 0px);
    -webkit-transform-origin: 100% 50%;
    width: 150px;
    background-color: #fff;
    position: fixed;
    top: 54px;
    right: 0px;
    -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,0.13);
    box-shadow: -1px 1px 2px rgba(0,0,0,0.13);
    z-index: 2000;
    -webkit-transition: 0.2s all ease-in;
  }
  .mobileMenu.active {
    display: block !important;
    -webkit-transform-origin: 100% 50%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -webkit-transition: 0.2s all ease-out;
  }
  .mobileMenu ul {
    padding-left: 0px;
  }
  .mobileMenu ul li {
    font-weight: 600;
    color: #000;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 95%;
    border-bottom: 1px solid #ededed;
    font-family: "proxima-nova";
  }
  .mobileMenu ul li:last-child {
    border-bottom: none;
  }
  .mobileMenu ul li.red {
    color: #e60007 !important;
  }
  .narrativeCenter {
    font-size: 2em;
  }
  .narrativeCenter p {
    line-height: 1.69em;
    color: #404040;
    width: 270px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    padding-bottom: 40px;
  }
  .narrativeCenter p.bouncedLeft {
    -webkit-transform: translate3d(-250px, 0px, 0px);
    -moz-transform: translate3d(-250px, 0px, 0px);
    -o-transform: translate3d(-250px, 0px, 0px);
    -ms-transform: translate3d(-250px, 0px, 0px);
    transform: translate3d(-250px, 0px, 0px);
  }
  .narrativeCenter a {
    color: inherit !important;
    text-decoration: none !important;
  }
  .narrativeCenter h2 {
    font-family: proxima-nova;
    font-weight: 300;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transition: opacity;
    background-color: #000;
    padding-left: 6%;
    padding-top: 56px;
    padding-bottom: 55px;
  }
  .narrativeLeftLeadIn {
    width: 100%;
    display: block;
    z-index: 100;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .narrativeLeftLeadIn p {
    width: 70%;
    max-width: 270px;
    display: block;
    margin-left: 5%;
    margin-right: auto;
    z-index: 100;
    padding-top: 1em;
    font-size: 2.1em;
    line-height: 1.65em;
    font-family: "proxima-nova", serif;
    font-weight: 300;
    text-rendering: optimizelegibility;
  }
  .audioCenter {
    width: 270px;
    height: 230px;
    background: none;
    font-family: "proxima-nova";
    font-size: 0.7em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 57px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 270px;
  }
  .audioCenter .scrubberBar {
    display: none !important;
  }
  .imageAttachedRightStatic {
    width: 100%;
  }
  .imageAttachedRightStatic img {
    width: 250px;
    margin-right: 25px;
    z-index: 500;
  }
  .imageAttachedRightStatic .caption {
    margin-right: 25px;
  }
  .imageAttachedRightStatic {
    width: 100%;
  }
  .imageAttachedRightStatic img {
    width: 250px;
    margin-left: 25px;
    z-index: 500;
  }
  .imageAttachedRightStatic .caption {
    margin-left: 25px;
  }
  .storyCoverh1 {
    top: 170px;
    height: 50px;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
  }
  .storyCoverh1 h1 {
    font-size: 24px;
    margin-top: 5px !important;
  }
  .storyCoverh2 {
    bottom: 117px;
  }
  .storyCoverh2 h2 {
    font-size: 11px;
  }
  .storyCover {
    height: 260px;
  }
  .videoFullWidth {
    height: 350px;
    margin-bottom: 5px;
    margin-top: -25px;
  }
  .videoFullWidthContainer {
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 270px;
  }
  .narrativeCenter h2 {
    font-size: 0.8em;
    padding-left: 0%;
    text-align: center;
  }
  .staticImageWindow {
    font-size: 30px;
  }
  .staticImageWindow .staticImageHolder {
    height: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .parallax {
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: -32px;
  }
  .parallax:hover {
    display: inherit;
  }
  .parallax:hover > .fullWidthCaption {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transition: all 0.8s 0s ease-in;
    -moz-transition: all 0.8s 0s ease-in;
    -o-transition: all 0.8s 0s ease-in;
    -ms-transition: all 0.8s 0s ease-in;
    transition: all 0.8s 0s ease-in;
  }
  .parallax img {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .fullWidthCaption {
    font-size: 10px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 79%;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
  .dispatch {
    display: block;
  }
  .dispatch p {
    width: 265px !important;
    font-size: 0.92em;
    padding-bottom: 20px;
  }
  .dispatch p:last-child {
    padding-bottom: 0px;
  }
  .dispatch p:first-child {
    margin-top: -24px;
  }
  .dispatch h2 {
    font-family: "proxima-nova";
    font-weight: 600;
    width: 100%;
    font-size: 17px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    padding: 15px;
    margin-bottom: 3px !important;
    background-color: #000;
  }
  #mainLiveContainer .switcherHolder {
    width: 296px;
  }
  #mainLiveContainer .switcherHolder .switcherButton {
    width: 128px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 11px;
  }
  .liveNav {
    width: 290px;
  }
}
/* phone landscape */
@media only screen and (min-width : 321px) and (max-width : 570px) {
  .narrativeCenter {
    font-size: 2em;
  }
  .narrativeCenter p {
    width: 460px;
  }
  .dispatch {
    display: block;
  }
  .dispatch p {
    width: 490px !important;
    font-size: 0.8em;
  }
  .dispatch p:first-child {
    margin-top: -24px;
  }
  .dispatch h2 {
    margin-top: 0px;
  }
  #mainLiveContainer .cmention {
    top: -50px !important;
  }
  .row5 {
    height: 7% !important;
    z-index: 3005;
  }
  .titlerow1 {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  #mainLiveContainer .byline {
    padding-top: 29px;
  }
  .storyCoverh2 h2 {
    font-size: 22px;
  }
  .staticImageWindow {
    font-size: 45px;
  }
  .staticImageWindow .staticImageHolder {
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
  }
  .parallax {
    margin-top: -30px;
    height: 450px;
  }
  .parallax .fullWidthCaption {
    font-size: 13px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 400px;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .centerHolder {
    width: 768px;
  }
  .featurenav li {
    padding-left: 8px;
    padding-right: 8px;
  }
  .docListHolder {
    width: 200px;
    border-left: none;
  }
  #docViewer {
    width: 568px;
    border-right: none;
    position: relative;
  }
  #docList {
    padding-left: 12px;
    padding-right: 14px;
  }
  #docList li {
    font-size: 12px;
    list-style-type: none;
    padding-bottom: 1.3em;
    line-height: 130%;
  }
  #docList li:hover {
    cursor: pointer;
  }
  .listActiveItem {
    font-weight: 600;
  }
  .slideshowControls {
    top: 120px !important;
  }
  .parallax {
    margin-top: -30px;
    height: 350px;
  }
  .parallax .fullWidthCaption {
    font-size: 12px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    top: 300px;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none;
  }
}

