

* { -webkit-overflow-scrolling: touch; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


@-viewport {
  width: device-width; 

  
  max-width: auto;
  min-width: auto;

  
  
  zoom: auto; 

  max-zoom: 5; 
  min-zoom: 0.25; 

  
  
  user-zoom: fixed; 

  
  orientation: auto; 
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}


@font-face {
  font-family: 'OswaldReg';
  src: url('fonts/Oswald-Regular.ttf') format('truetype');
}


@font-face {
  font-family: 'OpenSansReg';
  src: url('fonts/OpenSans-Regular.ttf') format('truetype');
}

html {
  overflow: hidden;
}



body {
  font-family: OpenSansReg;
  font-size: 11px;
  background-color: white;
  width: 100%;
  height: 100%;
}

.missing-graphic {
  display: block;
  background: red;
  color: white;
  padding: 3px;
} 

.missing-graphic:before {
  content: "MISSING STATIC GRAPHIC: ";
}



body[locale-id = "ja"], 
body[locale-id = "ja"] h3,
body[locale-id = "ja"] .moreButton, 
body[locale-id = "zh_CN"],
body[locale-id = "zh_CN"] h3,
body[locale-id = "zh_CN"] .moreButton {
  font-size: 13px;
}

body[locale-id = "ja"] #footer, 
body[locale-id = "zh_CN"] #footer {
  font-size: 10px;
}

body[locale-id = "ja"] .menuSubTitle,
body[locale-id = "ja"] .nextSectionButtonSubtitle, 
body[locale-id = "zh_CN"] .menuSubTitle,
body[locale-id = "zh_CN"] .nextSectionButtonSubtitle {
  font-size: 11px;
}

body[locale-id = "ja"] .menuTitle, 
body[locale-id = "zh_CN"] .menuTitle {
  font-size: 24px;
}

body[locale-id = "ja"] .nextSectionButton, 
body[locale-id = "zh_CN"] .nextSectionButton {
  top: 12px;
}

body[locale-id = "ja"] h3, 
body[locale-id = "zh_CN"] h3 {
  margin-top: 36px;
  margin-bottom: 13px;
}



body[locale-id = "ja"],
body[locale-id = "ja"] .answer {
  font-family: Meiryo, sans-serif;
  font-style: normal;
}


body[locale-id = "ja"] .menuTitle, 
body[locale-id = "ja"] .tokenHeadline,
body[locale-id = "ja"] .tokenSubhead,
body[locale-id = "ja"] .moreButton,
body[locale-id = "ja"] .nextSectionButtonTitle,
body[locale-id = "ja"] .slide-btn,
body[locale-id = "ja"] .contact_link_button,
body[locale-id = "ja"] .location_label,
body[locale-id = "ja"] .question {
  font-family: Meiryo, sans-serif;
  font-weight: bold;
}

body[locale-id = "ja"] .menuButton img {
  top: 3px;
}



body[locale-id = "zh_CN"],
body[locale-id = "zh_CN"] .answer {
  font-family: Microsoft YaHei, sans-serif;
  font-style: normal;
}


body[locale-id = "zh_CN"] .menuTitle, 
body[locale-id = "zh_CN"] .tokenHeadline,
body[locale-id = "zh_CN"] .headline,
body[locale-id = "zh_CN"] .subhead,
body[locale-id = "zh_CN"] .tokenSubhead,
body[locale-id = "zh_CN"] .moreButton,
body[locale-id = "zh_CN"] .nextSectionButtonTitle,
body[locale-id = "zh_CN"] .slide-btn,
body[locale-id = "zh_CN"] .contact_link_button,
body[locale-id = "zh_CN"] .location_label,
body[locale-id = "zh_CN"] .question {
  font-family: Microsoft YaHei, sans-serif;
  font-weight: bold;
}

body[locale-id = "zh_CN"] .menuButton img {
  top: 5px;
}









h3 {
  font-size: 11px;
  margin-top:30px;
  margin-bottom:11px;
}

a {
  text-decoration: none;
  -border-bottom-style: solid;
  -border-bottom-width: 1px;
  color: inherit;
}

sup {
  font-weight: bold;
  padding: 0px 2px 0px 2px;
}
sup.tm { padding: 0px; }

.storyBody[data-section = "system"] sup { color: #D91206; }
.storyBody[data-section = "architecture"] sup { color: #20ab27; }
.storyBody[data-section = "applications"] sup { color: #713578; }
.storyBody[data-section = "about"] sup { color: #29ABE2; }

.storyBody[data-section = "system"] sup.tm { color: inherit; }
.storyBody[data-section = "architecture"] sup.tm { color: inherit; }
.storyBody[data-section = "applications"] sup.tm { color: inherit; }
.storyBody[data-section = "about"] sup.tm { color: inherit; }

.storyBody[data-section = "system"] a {
  border-bottom: 1px solid #D91206;
}

.storyBody[data-section = "system"] h3, 
.storyBody[data-section = "system"] a:hover {
  color: #D91206;
}

.storyBody[data-section = "architecture"] a {
  border-bottom: 1px solid #20ab27;
}

.storyBody[data-section = "architecture"] h3, 
.storyBody[data-section = "architecture"] a:hover {
  color: #20ab27;
}

.storyBody[data-section = "applications"] a {
  border-bottom: 1px solid #E38624;
}

.storyBody[data-section = "applications"] h3, 
.storyBody[data-section = "applications"] a:hover {
  color: #E38624;
}

.storyBody[data-section = 'about'] a {
  border-bottom: 1px solid #29ABE2;
}

.storyBody[data-section = "about"] h3, 
.storyBody[data-section = 'about'] a:hover{
  color: #29ABE2;
}





.storyBody img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.storyBody .fader {
  margin-bottom: 40px;
}
.storyBody .slide-btns {
  margin-top: 20px;
}

.storyBody .interactive {
  padding-top: 20px;
}

.storyBody .interactive * {
  background-repeat: no-repeat;
}

.storyBody .interactive iframe {
  overflow: hidden;
}



p {
  margin-top: 0px;
}

ul {
  margin-left: -10px;
}

li {
  margin-bottom: 7px;
}

#fontloader_oswald {
  font-family: OswaldReg;
  visibility: hidden;
}

#fontloader_opensans {
  font-family: OpenSansReg;
  visibility: hidden;
}



#cover {
  display: none;
  position:absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}



#greaterThan {
  position: absolute;
  top: 48px;
  right: 128px;
}

@media all and (max-width: 950px) {
  #greaterThan {
    left: 760px;
  }
    
}

#sectionMenuWrapper {
  width: 100%;
  min-width: 700px;
}

#sectionMenu {
  position:absolute;
  top: 46px;
  left: 100px;
  width: 100%;
  min-width: 700px;
  white-space: nowrap;
}

.menuButton {
  color: #aaaaaa;
  padding-right: 10px;  
}

.menuButton a, 
.menuButton img {
  color: inherit;
  transition: 500ms;
}

.menuButton img {
  position: relative;
  top: 2px;
}

.menuTitle {
  font-family: OswaldReg;
  font-size: 21px;
  transition: 500ms;
}

.menuSubTitle {
  position: absolute;
  font-size: 9px;
  top: 96px;
  text-transform: uppercase;
  display: none;
}

.menuButton#system a:hover {
  color: #d91206 !important;
}
.menuButton#architecture a:hover {
  color: #29abe2 !important;
}
.menuButton#applications a:hover {
  
}
.menuButton#about img:hover {
  background-color: #29ABE2 !important;
}



#arrowWrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 110px;
}

.arrow {
  position: absolute;
}

#leftArrow {
  left:0px;
}

#rightArrow {
  right: 0px;
}



#tokenMenuWrapper {
  position: absolute;
  left: 100px;
  top: 110px;
  bottom: 20px;
}

.tokenMenu {
  position: absolute;
  top: 40px;
  bottom: 0px;
}

iframe {
  border:0;
}

#jswarning {
  font-family: OpenSansReg;
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0px;
  -text-align: center;
  padding: 5px 0 5px 100px;
  background: #888888;
}

.token {
  position: absolute; 
  -display: inline-block;
  -border:1px solid red;
  top: 0px;
  xwidth: 200px;
  width: 240px;
  xbackground-color: #ffffff;
}

#switcher {
  position: absolute;
  top: 20px;
  right: 10px;
  
  -background:orange;
  text-align:right;
  z-index:99;
}

#switcher a {
  color: #AAA;
  xcolor: #FFFFFF;
  font-style: italic;
  position:relative;
}

.crawlableVersion a:hover:after, 
.interactiveVersion a:hover:after {
  content: "switch to interactive version"; 
  position:absolute;
  top:0px;
  right:0px;
  background:white;
  width:300px;

  color: #AAA;
}

.interactiveVersion a:hover:after {
  content: "switch to crawlable version"; 
}

.toc {
  -border: 1px solid #FF0000;
  left: 650px;
  position: absolute;
  overflow: auto;
  top: 40px;
  width: 300px;
  bottom:0;
  transition: 1s;
}

.static {
  -left: 610px;
  width: 620px; 
  overflow: auto;
}

.toc .token {
  position: static; 
  xdisplay: inline-block;
  margin-bottom:10px;
  -background:#eee;
}

.toc .token[isopen="false"] {
  border-left: 3px solid #EEE; 
  -border-left-width: 3px;
  -border-left-style: solid;
  -border-left-color: #DDD;
  padding-left: 10px;
}

.toc .token[isopen="false"]:hover {
  border-left: 3px solid orange;
}

.notSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.useHandCursor {
  cursor: pointer;
}

.useDefaultCursor {
  cursor: default;
}

.horizontalLayout {
  
  xfloat: left;       
  display:-moz-inline-stack;  
  display:inline-block;   
  zoom:1;           
  *display:inline;
  
  xmargin-right: -4px;
  
  xpadding-right: 10px;
}

.tokenHeadline, 
.headline {
  font-family: OswaldReg;
  font-size: 17px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.tokenSubhead, 
.subhead {
  font-family: OswaldReg;
  font-size: 13px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.tokenTeaser, 
.teaser {
  padding-right: 20px;
}

.moreButton {
  font-family: OswaldReg;
  font-size: 12px;
  padding-left: 8px;
  white-space: nowrap;
}

.storyBody {
  line-height: 1.6;
  padding-top: 20px;
  padding-right: 20px;
  overflow-y: hidden; 
  overflow-x: hidden;
  cursor: auto;
}

body.ios .storyBody {
  overflow: auto;
}

.storyBody table {
  font-size: 11px;
}


::selection {
  background: #ffffff;
}

::-moz-selection {
  background: #dddddd;
}

.storyScroller {
  position: absolute;
  width: 590px;
  height: 48px;
}

.storyScrollArrow {
  cursor: auto;
  position: absolute;
  background-color: #bebebe;
  opacity: 0.5;
  width: 24px;
  height: 24px;
}

.nextSectionButton {
  position: absolute;
  left: 32px;
  top: 10px;
}

.nextSectionButtonTitle {
  font-family: OswaldReg;
  font-size: 17px;
  padding-right: 10px;
}

.nextSectionButtonSubtitle {
  font-size: 9px;
}

.blocked {
  background-color: #000000;
  opacity: 0.5;
}



#locales {
  position: absolute;
  right: 3px;
  top: 2px;
  
  font-size: 12px;
  
  text-align: right;
  padding: 0 5px 5px 5px;
  
  
}

#locales:hover {
  background: rgba(255, 255, 255, 0.6);
  border-radius:3px;
}


#footer {
  position: absolute;
  right: 0px;
  bottom: 2px;
  padding-left: 10px;
}

.footerButton {
  padding-right: 10px;  
}

.footerButton a {
  color: #AAAAAA;
}

.footerButton:hover a {
  color: #666;
}

#locales:hover .footerButton {
  display: block;
}

#locales .footerButton {
  display: none;
}

#locales .footerButton[data-is-current-locale] {
  transition: 1s;
  display: block;
}

#locales .footerButton[data-is-current-locale] a {
  color: #666;
}

#locales #dropdown {
  position: absolute;
  top: 3px;
  right: 4px;
  color: #AAAAAA;
  font-size: 8px;
}

#locales:hover #dropdown {
  
}













.contact_emails a {
  font-family: OswaldReg;
  font-size: 13px;
  border-width: 1px;
  border-bottom-style: solid;
}

.contact_link_button {
  padding-right: 30px; 
  padding-top: 10px;
  padding-bottom: 20px;
  color: #888888;
}

.location_browser {
  position: relative;
  width: 580px;
  padding-top: 10px;
}

.location_browser #location_divider {
  position: relative;
  top: 33px;
  width: 146px;
  border-width: 2px;
  border-bottom-style: dotted;
  color: #29ABE2;
  display: none;
}

.location {
  clear: both;
}

.location .location_label {
  font-family: OswaldReg;
  font-size: 13px;
  text-align: right;
  color: #888888;
  float:left;
  width: 140px;
  padding-top: 5px;
}

.location .offices .office {
  float: right;
  width: 420px;
  margin-bottom:20px;
}

.location .offices .office .company_name {
  font-family: OswaldReg;
  font-size: 17px;
  color: #888888;
}

.location .offices .office .company_address {
  padding-top: 10px;
}



.faq {
  padding-bottom: 10px; 
}

.faq .question {
  font-family: OswaldReg;
  font-size: 13px;
  color: #888888;
  padding-top: 10px;
}

.faq .answer {
  font-style: italic;
  -color: #20ab27;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 30px;
  padding-right: 20px;
  
  display: none;
  opacity: 0;
}

.static .faq .answer { 
  display: block;
  opacity: 1;
}





#printLogo {
  display: none;
}



.interactive {
  display: none;
  position: relative;
  overflow: hidden;
}

.fader,
.fader-static {
  
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.fader {
  display: none;
}

.fader #header {
  height: 40px;
}

.storyBody .fader #play,
.storyBody .fader #pause {
  background-color: #CCCCCC;
}

.storyBody[data-section = "system"] .fader #play:hover,
.storyBody[data-section = "system"] .fader #pause:hover {
  background-color: #D91206;
}
.storyBody[data-section = "architecture"] .fader #play:hover,
.storyBody[data-section = "architecture"] .fader #pause:hover {
  background-color: #20AB27;
}

.fader .slide-btns {
  position: absolute;
  padding-left: 16px;
}

.fader .slide-btn {
  font-family: OswaldReg;
  font-size: 12px;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  height: 24px;
  color: #CCCCCC;
}

.storyBody[data-section = "system"] .fader .slide-btn:hover,
.storyBody[data-section = "system"] .fader .selected {
  color: #D91206;
}
.storyBody[data-section = "architecture"] .fader .slide-btn:hover,
.storyBody[data-section = "architecture"] .fader .selected {
  color: #20ab27;
}

.fader .slide,
.fader .slide-background {
  position: absolute;
  display: none;
}

.menu_icon {
  background-image: url(/assets/logo-gray-bg.png);
}

.menu_icon:hover, .focusSection .menu_icon {
  background-image: url(/assets/logo-multi-bg.png);
}

.menuButton[id="system"] .menuTitle.focusSection { color: #D91206; }
.menuButton[id="architecture"] .menuTitle.focusSection { color: #20ab27; }
.menuButton[id="applications"] .menuTitle.initialColor { color: #713578; }

.localePick * {
  vertical-align: top;
}
.localeName {
  display: inline;
  width:200px;
  
  text-align: right;
}
.language {
  display: inline;
  width:200px;
  
  text-align: right;
}
.flagImg {
  padding-left:5px;
  padding-right:3px;
  display: none;
}

.language {
  
}



@media print {

  #locales,
  #footer, 
  #arrowWrapper, 
  #jswarning, 
  #switcher, 
  #infoGraphics, 
  .toc, 
  .token, 
  .storyScroller {
    display: none !important;
  }

  
  .fader {
    xpage-break-inside: avoid;
    display: none !important;
    xdisplay: none;
  }

  .fader-static {
    display: block !important;
    xdisplay: block;
  }

  .interactive {
    display: none !important;
  }

  .interactive-static {
    display: block !important;
  }

  .tokenMenu {
    left: 0 !important;
  }

  .tokenMenu[isopen="true"]
  .token[isopen="true"] {
    display: block !important;
    left: 0 !important;
  }

  .storyBody, .static {
    overflow: visible;
  }

  .static .token {
    display: block !important;
  }

  .storyBody {
    color: black !important;
  }

  #printLogo {
    display: inline-block;
  }

  .menu_icon {
    display: none;
  }

  .faq .answer {
    display: block !important;
    opacity: 1 !important;
  }

  
  
  .tokenMenu[isopen=true].allCollapsed {
    position: relative;
  }

  .tokenMenu[isopen=true].allCollapsed .token {
    position: static;
    float: left;
    display: inline-block !important;
    margin-bottom:30px;
    -border:1px solid red;
    border-left: 3px solid #AAA;
    padding-left: 5px;
    page-break-inside: avoid;
  }

}

