.flexBoxCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
*,
:before,
:after {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline: 0;
  -webkit-user-select: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
}
@media screen and (max-width: 767px) {
  html {
    height: 100%;
  }
}
body {
  width: 100%;
  color: #575757;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  body {
    height: 100%;
  }
}
img {
  height: auto;
  width: auto;
}
ul,
ol {
  list-style: none;
  margin: 0;
}
a,
a:hover,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
  color: inherit;
}
.normal {
  display: block;
}
.ie {
  display: none!important;
}
.clearfix:after,
.clearfix:before {
  content: ' ';
  display: table;
  clear: both;
}
html.outdated-browser .headerContainer {
  display: none;
}
html.outdated-browser main {
  display: none;
}
html.outdated-browser nav {
  display: none;
}
.browserError {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}
.browserError h1 {
  font-size: 180px;
  line-height: 180px;
  font-weight: 600;
  color: #ef7700;
  margin: 0 auto 70px;
}
.browserError h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: normal;
  margin: 0 auto 10px;
}
.browserError h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}
.browserError h3 a {
  color: #005cb9;
}
.browserError h3 a:hover {
  color: #ef7700;
}
#loadScreen {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#loadScreen .loadImg {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 1s .6s;
  transition: opacity 1s .6s;
}
#loadScreen .loadImg span {
  height: 100%;
  width: 100%;
  max-height: 933px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/entry/09-blur.jpg);
}
#loadScreen h1 {
  width: 100%;
  font-size: 50px;
  line-height: 54px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-bottom: 120px;
  opacity: 1;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
#loadScreen h3 {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
  font-style: italic;
  font-weight: normal;
  position: absolute;
  text-align: center;
  bottom: 12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 1;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
#loadScreen .loadBox {
  height: 76px;
  width: 290px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 76px;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-weight: bold;
  opacity: 1;
  background: rgba(239, 119, 0, 0.8);
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
#loadScreen .loadBox span {
  position: relative;
  display: inline-block;
}
#loadScreen .loadBox span:nth-of-type(1) {
  -webkit-animation: moveletters 5s ease-in-out 1.8s infinite;
  animation: moveletters 5s ease-in-out 1.8s infinite;
}
#loadScreen .loadBox span:nth-of-type(2) {
  -webkit-animation: moveletters 5s ease-in-out 1.6s infinite;
  animation: moveletters 5s ease-in-out 1.6s infinite;
}
#loadScreen .loadBox span:nth-of-type(3) {
  -webkit-animation: moveletters 5s ease-in-out 1.4s infinite;
  animation: moveletters 5s ease-in-out 1.4s infinite;
}
#loadScreen .loadBox span:nth-of-type(4) {
  -webkit-animation: moveletters 5s ease-in-out 1.2s infinite;
  animation: moveletters 5s ease-in-out 1.2s infinite;
}
#loadScreen .loadBox span:nth-of-type(5) {
  -webkit-animation: moveletters 5s ease-in-out 1s infinite;
  animation: moveletters 5s ease-in-out 1s infinite;
}
#loadScreen .loadBox span:nth-of-type(6) {
  -webkit-animation: moveletters 5s ease-in-out 0.8s infinite;
  animation: moveletters 5s ease-in-out 0.8s infinite;
}
#loadScreen .loadBox span:nth-of-type(7) {
  -webkit-animation: moveletters 5s ease-in-out 0.6s infinite;
  animation: moveletters 5s ease-in-out 0.6s infinite;
}
@media screen and (max-width: 767px) {
  #loadScreen {
    display: none;
  }
}
@-webkit-keyframes moveletters {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(290px, 0px);
    transform: translate(290px, 0px);
  }
  31% {
    -webkit-transform: translate(290px, -60px);
    transform: translate(290px, -60px);
  }
  59% {
    -webkit-transform: translate(-290px, -60px);
    transform: translate(-290px, -60px);
  }
  60% {
    -webkit-transform: translate(-290px, 0px);
    transform: translate(-290px, 0px);
  }
  80% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@keyframes moveletters {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  30% {
    -webkit-transform: translate(290px, 0px);
    transform: translate(290px, 0px);
  }
  31% {
    -webkit-transform: translate(290px, -60px);
    transform: translate(290px, -60px);
  }
  59% {
    -webkit-transform: translate(-290px, -60px);
    transform: translate(-290px, -60px);
  }
  60% {
    -webkit-transform: translate(-290px, 0px);
    transform: translate(-290px, 0px);
  }
  80% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
.header {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.header .content {
  height: 100%;
}
.header h1 {
  color: #ffffff;
  font-weight: normal;
  display: block;
  position: absolute;
}
.logoContainer li img {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.headerContainer {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .headerContainer {
    display: none;
  }
}
.headerContainer .header {
  background-color: rgba(0, 92, 185, 0.85);
}
.headerContainer .header h1 {
  font-size: 20px;
  line-height: 70px;
  top: 0;
  right: 50px;
  margin: 0;
}
.headerContainer .header .logoContainer {
  height: 48px;
  width: 48px;
  margin-left: 50px;
  margin-top: 11px;
  display: block;
  position: relative;
}
.headerContainer .header .logoContainer li {
  height: 100%;
  width: 100%;
  margin: 0;
  display: block;
}
.mobileHeaderContainer {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobileHeaderContainer {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .mobileHeaderContainer {
    height: 50px;
  }
}
@media screen and (max-height: 400px) {
  .mobileHeaderContainer {
    height: 50px;
  }
}
.mobileHeaderContainer .header {
  background: rgba(255, 255, 255, 0.75);
}
.mobileHeaderContainer .header:before {
  background: rgba(87, 87, 87, 0.9);
}
.mobileHeaderContainer .header h1 {
  font-size: 20px;
  line-height: 24px;
  top: 23px;
  right: 50px;
  margin: 0;
  -webkit-transition: right .6s;
  transition: right .6s;
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  .mobileHeaderContainer .header h1 {
    font-size: 16px;
    line-height: 18px;
    top: 16px;
    right: 20px;
  }
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  .mobileHeaderContainer .header h1 {
    font-size: 16px;
    line-height: 18px;
    top: 16px;
    right: 20px;
  }
}
.mobileHeaderContainer .header .navTab {
  height: 42px;
  width: 0;
  overflow: hidden;
  display: block;
  position: absolute;
  padding: 10px 0;
  top: 50%;
  right: 40px;
  margin-top: -21px;
  cursor: pointer;
  -webkit-transition: width .6s, padding .6s;
  transition: width .6s, padding .6s;
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  .mobileHeaderContainer .header .navTab {
    right: 10px;
  }
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  .mobileHeaderContainer .header .navTab {
    right: 10px;
  }
}
.mobileHeaderContainer .header .navTab span,
.mobileHeaderContainer .header .navTab:before,
.mobileHeaderContainer .header .navTab:after {
  height: 2px;
  width: 32px;
  position: absolute;
  border-radius: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
}
.mobileHeaderContainer .header .navTab span {
  top: 50%;
  margin-top: -1px;
}
.mobileHeaderContainer .header .navTab:before {
  content: '';
  top: 10px;
}
.mobileHeaderContainer .header .navTab:after {
  content: '';
  bottom: 10px;
}
.mobileHeaderContainer .header .navTab.visibleNav span,
.mobileHeaderContainer .header .navTab.visibleNav:before,
.mobileHeaderContainer .header .navTab.visibleNav:after {
  background: #ef7700;
}
.mobileHeaderContainer .header .logoContainer {
  height: 48px;
  width: 48px;
  margin-left: 50px;
  margin-top: 11px;
  display: block;
  position: relative;
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  .mobileHeaderContainer .header .logoContainer {
    margin-left: 20px;
    height: 34px;
    width: 34px;
    margin-top: 8px;
  }
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  .mobileHeaderContainer .header .logoContainer {
    margin-left: 20px;
    height: 34px;
    width: 34px;
    margin-top: 8px;
  }
}
.mobileHeaderContainer .header .logoContainer li {
  height: 100%;
  width: 100%;
  margin: 0;
  display: block;
}
.mobileHeaderContainer .header.selectedPage h1 {
  right: 110px;
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  .mobileHeaderContainer .header.selectedPage h1 {
    right: 63px;
  }
}
@media screen and (orientation: portrait) and (max-width: 520px) {
  .mobileHeaderContainer .header.selectedPage h1 {
    right: 96px;
  }
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  .mobileHeaderContainer .header.selectedPage h1 {
    right: 63px;
  }
}
.mobileHeaderContainer .header.selectedPage .navTab {
  width: 52px;
  padding: 10px;
}
nav {
  width: 60px;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 20;
  overflow: hidden;
  padding: 40px 0 40px 10px;
  margin-top: -142px;
  -webkit-transition: width .6s;
  transition: width .6s;
}
@media screen and (max-width: 767px) {
  nav {
    width: 230px;
    height: 0;
    top: 70px;
    right: 50px;
    padding: 0;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-transition: height .6s;
    transition: height .6s;
  }
  nav.visibleNav {
    height: 163px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) and (max-height: 400px) {
  nav {
    right: 20px;
    top: 50px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) and (max-width: 400px) {
  nav {
    right: 20px;
    top: 50px;
  }
}
nav ul {
  width: 230px;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
}
nav ul:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(87, 87, 87, 0.9);
}
nav ul li {
  position: relative;
  display: block;
  line-height: 40px;
  font-size: 18px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 767px) {
  nav ul li {
    color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 767px) {
  nav ul li[data-section='1'] {
    display: none;
  }
}
nav ul li:last-child {
  border-bottom: none;
}
nav ul li span.sectionBar {
  height: 40px;
  width: 4px;
  background: #005cb9;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 767px) {
  nav ul li span.sectionBar {
    display: none;
  }
}
nav ul li span.sectionNumber {
  width: 50px;
  height: 40px;
  float: left;
  padding: 0 2px;
  display: inline-block;
  margin-right: 30px;
}
nav ul li span.sectionNumber img {
  vertical-align: top;
}
nav ul li span.navArrow {
  line-height: 40px;
  font-size: 18px;
  color: #ef7700;
  text-align: center;
}
footer {
  height: 60px;
  width: 100%;
  display: block;
  background-color: #575757;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 60px;
  z-index: 20;
}
footer .footerLogo {
  height: 60px;
  margin-left: 3%;
  padding-left: 50px;
  line-height: 60px;
  background: url(../img/ge-monogram_footer.svg) no-repeat 0 50%;
  background-size: auto 40px;
}
footer .copyright {
  position: absolute;
  right: 4%;
  top: 0;
  display: block;
}
@-webkit-keyframes rubberband {
  /*0% { -webkit-transform: skewX(0) translateX(0); transform: skewX(0) translateX(0); }*/
  0% {
    -webkit-transform: skewX(20deg) translateX(-50px);
    -ms-transform: skewX(20deg) translateX(-50px);
    transform: skewX(20deg) translateX(-50px);
  }
  100% {
    -webkit-transform: skewX(0deg) translateX(0);
    -ms-transform: skewX(0deg) translateX(0);
    transform: skewX(0deg) translateX(0);
  }
}
@-webkit-keyframes rubberband {
  /*0% { -webkit-transform: skewX(0) translateX(0); transform: skewX(0) translateX(0); }*/
  0% {
    -webkit-transform: skewX(20deg) translateX(-50px);
    transform: skewX(20deg) translateX(-50px);
  }
  100% {
    -webkit-transform: skewX(0deg) translateX(0);
    transform: skewX(0deg) translateX(0);
  }
}
@keyframes rubberband {
  /*0% { -webkit-transform: skewX(0) translateX(0); transform: skewX(0) translateX(0); }*/
  0% {
    -webkit-transform: skewX(20deg) translateX(-50px);
    transform: skewX(20deg) translateX(-50px);
  }
  100% {
    -webkit-transform: skewX(0deg) translateX(0);
    transform: skewX(0deg) translateX(0);
  }
}
#mobileBody {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url(../img/entry/09.jpg) no-repeat 50% 0;
  background-size: auto;
  display: none;
}
@media screen and (max-width: 1024px) {
  #mobileBody {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  #mobileBody {
    display: block;
  }
}
@media screen and (orientation: landscape) and (max-height: 640px) {
  #mobileBody {
    background-size: 100% auto;
  }
}
@media screen and (orientation: portrait) and (max-width: 520px) {
  #mobileBody {
    background-size: 257% auto;
  }
}
#mobileBody .mobileContent {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
#mobileBody .mobileContent:before {
  height: 100%;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 92, 185, 0);
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
#mobileBody .mobileContent .entryText {
  width: 80%;
  max-width: 500px;
  position: absolute;
  bottom: 8%;
  right: 50px;
  padding: 5px 20px 5px 0;
  opacity: 1;
  display: block;
  color: #575757;
  -webkit-transition: color .6s, opacity .6s, bottom .6s;
  transition: color .6s, opacity .6s, bottom .6s;
}
#mobileBody .mobileContent .entryText:before {
  height: 110%;
  height: calc(100% + 20px);
  width: 110%;
  width: calc(100% + 20px);
  content: '';
  position: absolute;
  top: -10px;
  right: -15px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: background .6s;
  transition: background .6s;
}
#mobileBody .mobileContent .entryText:after {
  height: 100%;
  width: 4px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #ef7700;
}
@media screen and (orientation: landscape) and (max-height: 767px) {
  #mobileBody .mobileContent .entryText {
    bottom: 4%;
  }
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  #mobileBody .mobileContent .entryText {
    bottom: 8%;
    right: 20px;
    padding: 0 15px 0 0;
  }
}
@media screen and (orientation: portrait) and (max-width: 520px) {
  #mobileBody .mobileContent .entryText {
    width: auto;
    bottom: 4%;
    padding-left: 10px;
  }
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  #mobileBody .mobileContent .entryText {
    padding: 0 15px 0 0;
    right: 20px;
  }
}
#mobileBody .mobileContent .entryText h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  text-align: right;
  position: relative;
  margin: 0 auto 5px;
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  #mobileBody .mobileContent .entryText h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  #mobileBody .mobileContent .entryText h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
#mobileBody .mobileContent .entryText p {
  position: relative;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  #mobileBody .mobileContent .entryText p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
  }
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  #mobileBody .mobileContent .entryText p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
  }
}
#mobileBody .mobileContent .entryText.selectedPage {
  bottom: -15%;
  opacity: 0;
}
#mobileBody .mobileContent #navIcons {
  width: 100%;
  position: absolute;
  top: 15%;
  left: -webkit-calc(100% + 50px);
  left: calc(100% + 50px);
  margin-top: 70px;
  display: block;
  -webkit-transform: skewX(20deg) translateX(-50px);
  -ms-transform: skewX(20deg) translateX(-50px);
  transform: skewX(20deg) translateX(-50px);
  -webkit-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
@media screen and (orientation: portrait) and (max-width: 800px) {
  #mobileBody .mobileContent #navIcons {
    top: 8%;
  }
}
@media screen and (orientation: portrait) and (max-width: 520px) {
  #mobileBody .mobileContent #navIcons {
    top: 6%;
  }
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  #mobileBody .mobileContent #navIcons {
    margin-top: 50px;
  }
}
@media screen and (orientation: landscape) and (max-height: 640px) {
  #mobileBody .mobileContent #navIcons {
    top: 6%;
  }
}
@media screen and (orientation: landscape) and (max-height: 400px) {
  #mobileBody .mobileContent #navIcons {
    margin-top: 50px;
  }
}
#mobileBody .mobileContent #navIcons.showNavIcons {
  left: 0;
  -webkit-animation: rubberband 0.4s ease-out 0.5s 1 forwards;
  animation: rubberband 0.4s ease-out 0.5s 1 forwards;
}
#mobileBody .mobileContent #navIcons ul {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (orientation: portrait) and (max-width: 800px) {
  #mobileBody .mobileContent #navIcons ul {
    width: 75%;
  }
}
@media screen and (orientation: portrait) and (max-width: 520px) {
  #mobileBody .mobileContent #navIcons ul {
    width: 90%;
  }
}
#mobileBody .mobileContent #navIcons ul li {
  width: 25%;
  display: inline-block;
  float: left;
  margin: 0;
  position: relative;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}
@media screen and (orientation: portrait) and (max-width: 800px) {
  #mobileBody .mobileContent #navIcons ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media screen and (orientation: portrait) and (max-width: 400px) {
  #mobileBody .mobileContent #navIcons ul li {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  #mobileBody .mobileContent #navIcons ul li {
    font-size: 20px;
    line-height: 20px;
  }
}
#mobileBody .mobileContent #navIcons ul li img {
  width: 100%;
  margin: -10px 0 -25px;
}
@media screen and (orientation: landscape) and (max-height: 450px) {
  #mobileBody .mobileContent #navIcons ul li img {
    margin-bottom: -10px;
  }
}
@media screen and (orientation: portrait) and (max-width: 450px) {
  #mobileBody .mobileContent #navIcons ul li img {
    margin-bottom: -10px;
  }
}
#mobileBody .mobileContent #navIcons ul li.selectedPage {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
  opacity: 0;
}
#mobileBody .mobileContent .iFrameContainer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  z-index: 10;
  background-color: rgba(239, 119, 0, 0);
  -webkit-transition: opacity 0.6s, background-color 0.6s;
  transition: opacity 0.6s, background-color 0.6s;
}
#mobileBody .mobileContent .iFrameContainer iframe {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
}
#mobileBody .mobileContent .iFrameContainer.selectedPage {
  opacity: 1;
  background-color: #ef7700;
}
#mobileBody.loadedBody .mobileContent {
  background-color: rgba(255, 255, 255, 0.5);
}
#mobileBody.loadedBody .mobileContent:before {
  background-color: rgba(0, 92, 185, 0.85);
}
#mobileBody.loadedBody .mobileContent .entryText {
  color: #ffffff;
}
#mobileBody.loadedBody .mobileContent .entryText:before {
  background: rgba(255, 255, 255, 0);
}
main {
  max-width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  main {
    display: none;
  }
}
section {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  background: #ffffff;
}
section .subSection {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
section .subSection:last-child {
  background: #ffffff;
}
section .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
img.hiddenImage {
  position: relative;
  display: block;
  visibility: hidden;
  margin: 0 auto;
}
h1.centerHeader {
  width: 100%;
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  margin: -23px 0 0;
  z-index: 1;
  top: 50%;
}
h1.centerHeader.twoLines {
  margin-top: -38px;
}
h1.centerHeader span {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  display: block;
}
#plantAnim {
  height: 1600px;
  position: relative;
  display: block;
}
#plantAnim .plantAnimContainer {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#plantAnim .plantAnimContainer .plantSequence {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /*img {
				height: 100%;
				width: auto;
				max-height: 933px;
				position: relative;
				display: block;
			}*/
}
#plantAnim .plantAnimContainer .plantSequence span {
  height: 100%;
  width: 100%;
  max-height: 933px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#plantAnim .plantAnimContainer .plantSequence#plant9 span {
  background-image: url(../img/entry/09.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#plant10 span {
  background-image: url(../img/entry/10.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#plant11 span {
  background-image: url(../img/entry/11.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#plant12 span {
  background-image: url(../img/entry/12.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#plant13 span {
  background-image: url(../img/entry/13.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#plant14 span {
  background-image: url(../img/entry/14.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#plant15 span {
  background-image: url(../img/entry/15.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#plant16 span {
  background-image: url(../img/entry/16.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#plant17 span {
  background-image: url(../img/entry/17.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#transition1 span {
  background-image: url(../img/entry/transition/1.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#transition2 span {
  background-image: url(../img/entry/transition/2.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#transition3 span {
  background-image: url(../img/entry/transition/3.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#transition4 span {
  background-image: url(../img/entry/transition/4.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#transition5 span {
  background-image: url(../img/entry/transition/5.jpg);
}
#plantAnim .plantAnimContainer .plantSequence#transition6 span {
  background-image: url(../img/entry/transition/6.jpg);
}
@media screen and (max-width: 1200px) and (min-height: 701px) {
  #plantAnim .plantAnimContainer .plantSequence#transition6 span {
    background-size: 100% auto;
  }
}
@media screen and (max-height: 700px) and (min-height: 601px) and (min-width: 1020px) {
  #plantAnim .plantAnimContainer .plantSequence#transition6 span {
    background-size: auto 100%;
  }
}
@media screen and (max-height: 600px) {
  #plantAnim .plantAnimContainer .plantSequence#transition6 span {
    background-size: auto 100%;
  }
}
#plantAnim .plantAnimContainer .plantSequence#transition6-last span {
  background-image: url(../img/introduction/01.jpg);
}
@media screen and (max-width: 1200px) and (min-height: 701px) {
  #plantAnim .plantAnimContainer .plantSequence#transition6-last span {
    background-size: 100% auto;
  }
}
@media screen and (max-height: 700px) and (min-height: 601px) and (min-width: 1020px) {
  #plantAnim .plantAnimContainer .plantSequence#transition6-last span {
    background-size: auto 100%;
  }
}
@media screen and (max-height: 600px) {
  #plantAnim .plantAnimContainer .plantSequence#transition6-last span {
    background-size: auto 100%;
  }
}
#plantAnim .plantAnimContainer .transitionContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
#plantAnim .plantAnimContainer .transitionContainer .transitionContent {
  height: 80%;
  height: calc(100% - 100px);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#plantAnim .plantAnimContainer .plantTextContainer {
  width: 100%;
  height: 90%;
  height: calc(100% - 100px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 5;
}
#plantAnim .plantAnimContainer .plantTextContainer .content {
  height: 100%;
  max-width: 1100px;
}
#plantAnim .plantAnimContainer .plantTextContainer .content .entryText {
  width: 50%;
  max-width: 500px;
  position: absolute;
  bottom: 0;
  right: 50px;
  padding: 5px 20px 5px 0;
  opacity: 0;
  display: block;
}
#plantAnim .plantAnimContainer .plantTextContainer .content .entryText:before {
  height: 110%;
  height: calc(100% + 30px);
  width: 110%;
  width: calc(100% + 30px);
  content: '';
  position: absolute;
  top: -15px;
  right: -15px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.6);
}
#plantAnim .plantAnimContainer .plantTextContainer .content .entryText:after {
  height: 100%;
  width: 4px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #ef7700;
}
#plantAnim .plantAnimContainer .plantTextContainer .content .entryText h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  text-align: right;
  position: relative;
  margin: 0 auto 5px;
}
#plantAnim .plantAnimContainer .plantTextContainer .content .entryText p {
  position: relative;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.teaserBar {
  width: 100%;
  height: 20%;
  position: fixed;
  left: 0;
  right: 0;
  background: #ef7700;
  z-index: 4;
}
.scrollArrow {
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 50px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 12;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  background-color: #005cb9;
  cursor: pointer;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.scrollArrow i {
  width: 100%;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  display: block;
}
@media screen and (max-height: 570px) {
  .scrollArrow {
    height: 50px;
    width: 50px;
    border-radius: 25px;
  }
  .scrollArrow i {
    font-size: 26px;
    line-height: 51px;
  }
}
.scrollArrowText {
  width: 200px;
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #005cb9;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  z-index: 11;
}
@media screen and (max-height: 570px) {
  .scrollArrowText {
    font-size: 16px;
    line-height: 20px;
  }
}
#exit {
  z-index: 10;
}
#exit .turbineContainer {
  height: 100%;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#exit .turbineContainer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: block;
}
@media screen and (max-height: 620px) {
  #exit .turbineContainer img {
    height: 95%;
    height: calc(100% - 120px);
    margin-bottom: -5%;
  }
}
#exit #H-iconAnim {
  height: 1800px;
  overflow: hidden;
  z-index: 1;
}
#exit #H-iconAnim .transTurbine {
  height: 100%;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#exit #H-iconAnim .transTurbine img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: block;
}
@media screen and (max-height: 620px) {
  #exit #H-iconAnim .transTurbine img {
    height: 95%;
    height: calc(100% - 120px);
    margin-bottom: -5%;
  }
}
#exit #H-iconAnim .orangeOverlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ef7700;
  opacity: .7;
}
#exit #H-iconAnim #H-iconContainer {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}
#exit #H-iconAnim #H-iconContainer .H-iconContent {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon {
  min-height: 200px;
  max-height: 600px;
  position: relative;
  display: block;
}
@media screen and (max-height: 620px) {
  #exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon {
    height: 95%;
    height: calc(100% - 120px);
    margin-bottom: -5%;
  }
}
#exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon img.hiddenTurbine {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: block;
  visibility: hidden;
}
@media screen and (max-height: 620px) {
  #exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon img.hiddenTurbine {
    height: 100%;
  }
}
#exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon .H-icon-group {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon .H-icon-group span {
  min-height: 60px;
  min-width: 60px;
  height: 10%;
  width: 5%;
  background-color: #ffffff;
  position: absolute;
  display: block;
  border-radius: 8px;
}
#exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon .H-icon-bracket {
  height: 40px;
  width: 40px;
  position: absolute;
}
#exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon .H-icon-bracket img {
  width: 100%;
  display: block;
}
#exit #H-iconAnim #H-iconContainer .H-iconContent .H-icon h1 {
  width: 100%;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 50%;
  margin-bottom: -210px;
}
#exit #revealTurbine .scrollFixedHeader {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 865px) {
  #exit #revealTurbine .scrollFixedHeader h1 span {
    width: 495px;
  }
}
#exit #revealTurbine .explodedTurbine {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#exit #revealTurbine .clarification {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 80px;
  right: 0;
  left: 0;
  font-size: 16px;
  line-height: 18px;
  text-align: right;
  opacity: .7;
  font-style: italic;
  padding-right: 50px;
}
.videoHeader {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  color: #ffffff;
  z-index: 10;
}
.videoHeader span {
  height: 80px;
  width: 80px;
  display: block;
  margin: 20px auto 0;
  background: url(../img/playButton.svg) no-repeat 0 0;
  background-size: 100% 100%;
  cursor: pointer;
}
.videoHeader span:hover {
  opacity: .5;
}
.videoHeader h2 {
  font-size: 42px;
  line-height: 45px;
  font-weight: normal;
  margin: 0 auto;
}
.videoHeader h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  display: block;
  margin: 5px auto 0;
}
.videoHeader h4 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  display: block;
  margin: 15px auto 0;
}
#videoOverlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1100;
  background: #000000;
  display: none;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
#videoOverlay.show {
  opacity: .85;
}
#videopopup {
  width: 100%;
  max-width: 900px;
  background: none;
  position: fixed;
  display: none;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1101;
  opacity: 0;
  background: #000000;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.3s linear;
  transition: transform 0.4s ease-out, opacity 0.3s linear;
}
@media screen and (max-height: 750px) {
  #videopopup {
    max-width: 750px;
  }
}
#videopopup.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
#videopopup .closeVideo {
  position: absolute;
  top: -50px;
  right: -10px;
  font-size: 20px;
  line-height: 30px;
  padding: 10px;
  color: #ffffff;
  -webkit-cursor: pointer;
  cursor: pointer;
}
#videopopup .closeVideo:hover {
  color: #ef7700;
}
#videopopup .fluidVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  height: 0;
  margin: 0;
}
#videopopup .fluidVideo iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@-webkit-keyframes loadEntryText {
  0% {
    -webkit-transform: translateY(30%);
    -ms-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes loadEntryText {
  0% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes loadEntryText {
  0% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes bounceArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceArrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  25% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
  75% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  80% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
body.documentLoaded #loadScreen {
  background: none;
}
body.documentLoaded #loadScreen .loadImg {
  opacity: 0;
}
body.documentLoaded #loadScreen h1,
body.documentLoaded #loadScreen h3,
body.documentLoaded #loadScreen .loadBox {
  opacity: 0;
}
body.documentLoaded .plantTextContainer .entryText {
  -webkit-animation: loadEntryText 1s ease-in-out 1.6s 1 forwards;
  animation: loadEntryText 1s ease-in-out 1.6s 1 forwards;
}
body.documentLoaded .scrollArrow {
  -webkit-animation: bounceArrow 1s linear 2.6s 3;
  animation: bounceArrow 1s linear 2.6s 3;
}
body.activeSkrollr nav:hover {
  width: 240px;
}
body.desktopDevice nav ul li:hover {
  font-weight: bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
