html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: default; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: inherit; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted black;
  cursor: help; }

.zoomable, .zoomable * {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: -ms-zoom-in;
  cursor: -o-zoom-in;
  cursor: zoom-in; }

.lightbox, .lightbox * {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: -ms-zoom-out;
  cursor: -o-zoom-out;
  cursor: zoom-out; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

a:hover, a:active {
  outline: none; }

small {
  font-size: 85%; }

strong, th {
  font-weight: bold; }

td, td img {
  vertical-align: top; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

input {
  cursor: auto; }

textarea {
  cursor: text; }

a, a *, .clickable, label, input[type=button], input[type=submit], input[type=reset], button, #nextPage, #previousPage, #nextPage *, #previousPage * {
  cursor: pointer; }

button, input, select, textarea {
  margin: 0; }

button {
  width: auto;
  overflow: visible; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

ins {
  background-color: #fcd700;
  color: black;
  text-decoration: none; }

mark {
  background-color: #fcd700;
  color: black;
  font-style: italic;
  font-weight: bold; }

/* ==========================================================================
	PAGES

	Styles related to the grids/layouts in the app.

	This is currently acting as a catch-all for grid-related styles that
	haven't found a permanent home.

	These styles should mostly be moved into layout specific styles
	eventually, but are used throughout the test data, so we'll move them as
	it makes sense to do so.
   ========================================================================== */
.grid {
  margin: 18px;
  padding: 0 32px;
  background: white; }

.container img,
.container video,
.column h1, .column h2, .column h3, .column h4, .column h5, .column h6, .column h7,
.container h1, .container h2, .container h3, .container h4, .container h5, .container h6, .container h7 {
  padding-left: 20px; }

.container hgroup {
  padding-bottom: 10px; }

.iphone .container hgroup {
  padding-bottom: 15px; }

p {
  padding-left: 20px;
  color: #333333;
  text-indent: 33px;
  text-align: justify; }
  p.noindent, p.caption, .keeptogether p {
    text-indent: 0; }
  p.caption {
    text-align: left; }
    .lightbox p.caption {
      color: #fff; }

.iphone .container img, .iphone .container hgroup, .iphone .column h1, .iphone .column h2, .iphone .column h3, .iphone .column h4, .iphone .column h5, .iphone .column h6, .iphone .column h7 {
  padding-left: 0; }

.iphone .column h4 {
  padding-left: 20px; }

.os-iphone grid.fixed.iphone.vertical {
  padding-left: 0;
  margin-right: 18px; }

.bgclear {
  background-color: transparent; }

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  font-weight: bold; }

h1 {
  font-family: sans-serif;
  font-size: 33px;
  line-height: 1em; }

p.caption {
  line-height: 1.2em;
  font-size: 90%;
  text-indent: 0; }

p.introduction:first-letter {
  font-size: 460%;
  font-weight: bold;
  font-family: serif;
  float: left;
  line-height: 0.95em;
  margin-right: -0.3em;
  margin-bottom: -0.2em;
  width: 1em;
  color: #c5e113; }

.hyperlink {
  color: #2561b1; }

a {
  color: #2561b1; }

.ubiquityadvertisingcover {
  background: #78b800 url("../../img/bg3.png") center center;
  background-size: cover;
  /*position:relative;*/
  /*padding: 100px;*/ }
  .ubiquityadvertisingcover p {
    text-align: left;
    text-indent: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    margin-bottom: 1.5em; }
  .ubiquityadvertisingcover h1, .ubiquityadvertisingcover h2, .ubiquityadvertisingcover h3, .ubiquityadvertisingcover h4, .ubiquityadvertisingcover h5, .ubiquityadvertisingcover h6, .ubiquityadvertisingcover h7 {
    line-height: normal;
    color: #fff; }
  .ubiquityadvertisingcover .wrapper {
    position: relative; }
  .ubiquityadvertisingcover .tableSim {
    display: table;
    height: 100%;
    width: 100%; }
  .ubiquityadvertisingcover .tableRowSim {
    display: table-row;
    height: 50%; }
  .ubiquityadvertisingcover .ipad .tableRowSim {
    height: auto; }
  .ubiquityadvertisingcover .tableCellSim {
    display: table-cell; }
  .ubiquityadvertisingcover .valigntop {
    vertical-align: top; }
  .ubiquityadvertisingcover .valignmiddle {
    vertical-align: middle; }
  .ubiquityadvertisingcover .valignbottom {
    vertical-align: bottom; }
  .ubiquityadvertisingcover .alignleft {
    text-align: left; }
  .ubiquityadvertisingcover .aligncenter {
    text-align: center; }
  .ubiquityadvertisingcover .alignright {
    text-align: right; }
  .ubiquityadvertisingcover .header img {
    max-height: 200px;
    max-width: 100%;
    padding-top: 10px; }
  .ubiquityadvertisingcover .logo {
    position: absolute;
    bottom: 10px;
    right: 32px; }
  .ubiquityadvertisingcover .logo img {
    height: 50px; }

.ubiquityadvertisingcover.w4 .column, .ubiquityadvertisingcover.w3 .column {
  margin-top: 235px;
  margin-bottom: 50px; }

.ubiquityadvertisingcover.w2 .column {
  margin-top: 201px;
  margin-bottom: 50px; }

.ubiquityadvertisingcover.w1 .column {
  margin-top: 115px;
  margin-bottom: 50px; }

.ubiquityadvertisingcover.iphone.vertical .column {
  margin-top: 75px;
  margin-bottom: 25px; }

.ubiquityadvertisingcover.iphone.horizontal .column {
  margin-top: 60px;
  margin-bottom: 10px; }

.ubiquityadvertisingcover.iphone.horizontal .header img {
  height: 50px;
  padding-top: 30px; }

.ubiquityadvertisingcover.iphone.vertical .header img {
  height: 50px;
  padding-top: 30px; }

.ubiquityadvertisingcover.iphone.horizontal .logo img, .ubiquityadvertisingcover.iphone.vertical .logo img {
  height: 30px; }

.ubiquityadvertisingcover.iphone.vertical .logo img {
  padding-bottom: 10px; }

.ubiquityadvertisingcover.iphone.horizontal .logo {
  bottom: 0px; }

.ubiquityadvertisingcover.iphone .paddedWrapper {
  margin-left: 10px; }

.dynamic {
  background: #78b800 url("../../img/bg3.png") center center;
  background-size: cover;
  /*position:relative;*/
  /*padding: 100px;*/ }
  .dynamic .container.title h1, .dynamic .container.title h2 {
    padding-left: 0; }
  .dynamic p {
    text-align: left;
    text-indent: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    margin-bottom: 1.5em; }
  .dynamic p.yourmove {
    border-radius: 20px 0 20px 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 24px 16px 9px 16px;
    margin: 0;
    box-shadow: inset 1px 1px 3px white, inset -1px -1px 3px black;
    font-family: 'Expletus Sans', cursive;
    font-size: 16px;
    line-height: 18px; }
  .dynamic p.yourmove .jazzy {
    display: block;
    color: #0063BD;
    /*font-family: 'Faster One', cursive;*/
    font-family: 'Expletus Sans', cursive;
    font-size: 44px;
    font-weight: bold; }
  .dynamic h1, .dynamic h2, .dynamic h3, .dynamic h4, .dynamic h5, .dynamic h6, .dynamic h7 {
    line-height: normal;
    color: #fff; }
  .dynamic h1 {
    display: inline;
    font-size: 150px;
    font-family: 'Kaushan Script', cursive;
    left: 15px;
    color: rgba(255, 255, 255, 0.4);
    position: relative; }
  .dynamic h2 {
    position: absolute;
    font-size: 50px;
    font-family: 'Kaushan Script', cursive;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-style: italic;
    bottom: 50px; }
  .dynamic .wrapper {
    position: relative; }
  .dynamic .tableSim {
    display: table;
    height: 100%;
    width: 100%; }
  .dynamic .tableRowSim {
    display: table-row;
    height: 50%; }
  .dynamic .ipad .tableRowSim {
    height: auto; }
  .dynamic .tableCellSim {
    display: table-cell; }
  .dynamic .valigntop {
    vertical-align: top; }
  .dynamic .valignmiddle {
    vertical-align: middle; }
  .dynamic .valignbottom {
    vertical-align: bottom; }
  .dynamic .alignleft {
    text-align: left; }
  .dynamic .aligncenter {
    text-align: center; }
  .dynamic .alignright {
    text-align: right; }
  .dynamic .header img {
    max-height: 200px;
    max-width: 100%;
    padding-top: 10px; }
  .dynamic .logo {
    position: absolute;
    bottom: 10px;
    right: 32px; }
  .dynamic .logo img {
    height: 50px; }

.dynamic.w4 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.dynamic.w4.no-page-1 .column {
  margin-top: 75px; }

.dynamic.w4 .container {
  margin-top: 30px; }

.dynamic.w3 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.dynamic.w3.no-page-1 .column {
  margin-top: 45px; }

.dynamic.w3 .container {
  margin-top: 0px; }

.dynamic.w2 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.dynamic.w2.no-page-1 .column {
  margin-top: 35px; }

.dynamic.w2 .container {
  margin-top: 0px;
  padding-top: 0px; }

.dynamic.w1 .column {
  margin-bottom: 50px; }

.dynamic.w1.no-page-1 .column {
  margin-top: 20px; }

.dynamic.iphone.vertical .column {
  margin-top: 0px;
  margin-bottom: 25px; }

.dynamic.iphone.vertical.no-page-1 .column {
  margin-top: 40px;
  margin-bottom: 25px; }

.dynamic.iphone.vertical .container {
  margin-top: 30px; }

.dynamic.iphone.vertical h1 {
  font-size: 50px; }

.dynamic.iphone.vertical h2 {
  bottom: 35px; }

.dynamic.iphone.vertical .header img {
  height: 30px;
  margin-top: 20px; }

.dynamic.iphone.vertical .logo img {
  padding-bottom: 10px; }

.dynamic.iphone.horizontal .column {
  margin-top: 10px;
  margin-bottom: 0px; }

.dynamic.iphone.horizontal.no-page-1 .column {
  margin-top: 40px;
  margin-bottom: 25px; }

.dynamic.iphone.horizontal .container {
  margin-top: 30px; }

.dynamic.iphone.horizontal h1 {
  font-size: 30px; }

.dynamic.iphone.horizontal h2 {
  bottom: 20px; }

.dynamic.iphone.horizontal .header img {
  height: 30px;
  margin-top: 20px; }

.dynamic.iphone.horizontal .logo {
  bottom: 0px; }

.dynamic.iphone.horizontal .logo img {
  padding-bottom: 0px; }

/*.dynamic.iphone.horizontal .column {*/
/*margin-top: 30px;*/
/*margin-bottom: 10px;*/
/*}*/
/*.dynamic.iphone.horizontal .header img {*/
/*height: 50px;*/
/*padding-top: 30px;*/
/*}*/
.dynamic.w1 h2 {
  font-size: 30px; }

.dynamic.iphone .logo img {
  height: 30px; }

.dynamic.iphone h1 {
  font-size: 30px; }

.dynamic.iphone h2 {
  font-size: 18px; }

.dynamic.iphone .paddedWrapper {
  margin-left: 10px; }

.semidynamic {
  background: #78b800 url("../../img/bg3.png") center center;
  background-size: cover;
  /*position:relative;*/
  /*padding: 100px;*/ }
  .semidynamic .container.title h1, .semidynamic .container.title h2 {
    padding-left: 0; }
  .semidynamic p {
    text-align: left;
    text-indent: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    margin-bottom: 1.5em; }
  .semidynamic p.yourmove {
    border-radius: 20px 0 20px 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 24px 16px 9px 16px;
    margin: 0;
    box-shadow: inset 1px 1px 3px white, inset -1px -1px 3px black;
    font-family: 'Expletus Sans', cursive;
    font-size: 16px;
    line-height: 18px; }
  .semidynamic p.yourmove .jazzy {
    display: block;
    color: #0063BD;
    /*font-family: 'Faster One', cursive;*/
    font-family: 'Expletus Sans', cursive;
    font-size: 44px;
    font-weight: bold; }
  .semidynamic h1, .semidynamic h2, .semidynamic h3, .semidynamic h4, .semidynamic h5, .semidynamic h6, .semidynamic h7 {
    line-height: normal;
    color: #fff; }
  .semidynamic h1 {
    display: inline;
    font-size: 150px;
    font-family: 'Kaushan Script', cursive;
    left: 15px;
    color: rgba(255, 255, 255, 0.4);
    position: relative; }
  .semidynamic h2 {
    position: absolute;
    font-size: 50px;
    font-family: 'Kaushan Script', cursive;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-style: italic;
    bottom: 50px; }
  .semidynamic .wrapper {
    position: relative; }
  .semidynamic .tableSim {
    display: table;
    height: 100%;
    width: 100%; }
  .semidynamic .tableRowSim {
    display: table-row;
    height: 50%; }
  .semidynamic .ipad .tableRowSim {
    height: auto; }
  .semidynamic .tableCellSim {
    display: table-cell; }
  .semidynamic .valigntop {
    vertical-align: top; }
  .semidynamic .valignmiddle {
    vertical-align: middle; }
  .semidynamic .valignbottom {
    vertical-align: bottom; }
  .semidynamic .alignleft {
    text-align: left; }
  .semidynamic .aligncenter {
    text-align: center; }
  .semidynamic .alignright {
    text-align: right; }
  .semidynamic .header img {
    max-height: 200px;
    max-width: 100%;
    padding-top: 10px; }
  .semidynamic .logo {
    position: absolute;
    bottom: 10px;
    right: 32px; }
  .semidynamic .logo img {
    height: 50px; }

.semidynamic.w4 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.semidynamic.w4.no-page-1 .column {
  margin-top: 75px; }

.semidynamic.w4 .container {
  margin-top: 30px; }

.semidynamic.w3 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.semidynamic.w3.no-page-1 .column {
  margin-top: 45px; }

.semidynamic.w3 .container {
  margin-top: 0px; }

.semidynamic.w2 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.semidynamic.w2.no-page-1 .column {
  margin-top: 35px; }

.semidynamic.w2 .container {
  margin-top: 0px;
  padding-top: 0px; }

.semidynamic.w1 .column {
  margin-bottom: 50px; }

.semidynamic.w1.no-page-1 .column {
  margin-top: 20px; }

.semidynamic.iphone.vertical .column {
  margin-top: 0px;
  margin-bottom: 25px; }

.semidynamic.iphone.vertical.no-page-1 .column {
  margin-top: 40px;
  margin-bottom: 25px; }

.semidynamic.iphone.vertical .container {
  margin-top: 30px; }

.semidynamic.iphone.vertical h1 {
  font-size: 50px; }

.semidynamic.iphone.vertical h2 {
  bottom: 35px; }

.semidynamic.iphone.vertical .header img {
  height: 30px;
  margin-top: 20px; }

.semidynamic.iphone.vertical .logo img {
  padding-bottom: 10px; }

.semidynamic.iphone.horizontal .column {
  margin-top: 10px;
  margin-bottom: 0px; }

.semidynamic.iphone.horizontal.no-page-1 .column {
  margin-top: 40px;
  margin-bottom: 25px; }

.semidynamic.iphone.horizontal .container {
  margin-top: 30px; }

.semidynamic.iphone.horizontal h1 {
  font-size: 30px; }

.semidynamic.iphone.horizontal h2 {
  bottom: 20px; }

.semidynamic.iphone.horizontal .header img {
  height: 30px;
  margin-top: 20px; }

.semidynamic.iphone.horizontal .logo {
  bottom: 0px; }

.semidynamic.iphone.horizontal .logo img {
  padding-bottom: 0px; }

/*.semidynamic.iphone.horizontal .column {*/
/*margin-top: 30px;*/
/*margin-bottom: 10px;*/
/*}*/
/*.semidynamic.iphone.horizontal .header img {*/
/*height: 50px;*/
/*padding-top: 30px;*/
/*}*/
.semidynamic.w1 h2 {
  font-size: 30px; }

.semidynamic.iphone .logo img {
  height: 30px; }

.semidynamic.iphone h1 {
  font-size: 30px; }

.semidynamic.iphone h2 {
  font-size: 18px; }

.semidynamic.iphone .paddedWrapper {
  margin-left: 10px; }

.webinpage {
  background: #78b800 url("../../img/bg3.png") center center;
  background-size: cover;
  /*position:relative;*/
  /*padding: 100px;*/ }
  .webinpage .container.title h1, .webinpage .container.title h2 {
    padding-left: 0; }
  .webinpage p {
    text-align: left;
    text-indent: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    margin-bottom: 1.5em; }
  .webinpage p.yourmove {
    border-radius: 20px 0 20px 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 24px 16px 9px 16px;
    margin: 0;
    box-shadow: inset 1px 1px 3px white, inset -1px -1px 3px black;
    font-family: 'Expletus Sans', cursive;
    font-size: 16px;
    line-height: 18px; }
  .webinpage p.yourmove .jazzy {
    display: block;
    color: #0063BD;
    /*font-family: 'Faster One', cursive;*/
    font-family: 'Expletus Sans', cursive;
    font-size: 44px;
    font-weight: bold; }
  .webinpage h1, .webinpage h2, .webinpage h3, .webinpage h4, .webinpage h5, .webinpage h6, .webinpage h7 {
    line-height: normal;
    color: #fff; }
  .webinpage h1 {
    display: inline;
    font-size: 150px;
    font-family: 'Kaushan Script', cursive;
    left: 15px;
    color: rgba(255, 255, 255, 0.4);
    position: relative; }
  .webinpage h2 {
    position: absolute;
    font-size: 50px;
    font-family: 'Kaushan Script', cursive;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-style: italic;
    bottom: 50px; }
  .webinpage .wrapper {
    position: relative; }
  .webinpage .tableSim {
    display: table;
    height: 100%;
    width: 100%; }
  .webinpage .tableRowSim {
    display: table-row;
    height: 50%; }
  .webinpage .ipad .tableRowSim {
    height: auto; }
  .webinpage .tableCellSim {
    display: table-cell; }
  .webinpage .valigntop {
    vertical-align: top; }
  .webinpage .valignmiddle {
    vertical-align: middle; }
  .webinpage .valignbottom {
    vertical-align: bottom; }
  .webinpage .alignleft {
    text-align: left; }
  .webinpage .aligncenter {
    text-align: center; }
  .webinpage .alignright {
    text-align: right; }
  .webinpage .header img {
    max-height: 200px;
    max-width: 100%;
    padding-top: 10px; }
  .webinpage .logo {
    position: absolute;
    bottom: 10px;
    right: 32px; }
  .webinpage .logo img {
    height: 50px; }

.webinpage.w4 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.webinpage.w4.no-page-1 .column {
  margin-top: 75px; }

.webinpage.w4 .container {
  margin-top: 30px; }

.webinpage.w3 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.webinpage.w3.no-page-1 .column {
  margin-top: 45px; }

.webinpage.w3 .container {
  margin-top: 0px; }

.webinpage.w2 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.webinpage.w2.no-page-1 .column {
  margin-top: 35px; }

.webinpage.w2 .container {
  margin-top: 0px;
  padding-top: 0px; }

.webinpage.w1 .column {
  margin-bottom: 50px; }

.webinpage.w1.no-page-1 .column {
  margin-top: 20px; }

.webinpage.iphone.vertical .column {
  margin-top: 0px;
  margin-bottom: 25px; }

.webinpage.iphone.vertical.no-page-1 .column {
  margin-top: 40px;
  margin-bottom: 25px; }

.webinpage.iphone.vertical .container {
  margin-top: 30px; }

.webinpage.iphone.vertical h1 {
  font-size: 50px; }

.webinpage.iphone.vertical h2 {
  bottom: 35px; }

.webinpage.iphone.vertical .header img {
  height: 30px;
  margin-top: 20px; }

.webinpage.iphone.vertical .logo img {
  padding-bottom: 10px; }

.webinpage.iphone.horizontal .column {
  margin-top: 10px;
  margin-bottom: 0px; }

.webinpage.iphone.horizontal.no-page-1 .column {
  margin-top: 40px;
  margin-bottom: 25px; }

.webinpage.iphone.horizontal .container {
  margin-top: 30px; }

.webinpage.iphone.horizontal h1 {
  font-size: 30px; }

.webinpage.iphone.horizontal h2 {
  bottom: 20px; }

.webinpage.iphone.horizontal .header img {
  height: 30px;
  margin-top: 20px; }

.webinpage.iphone.horizontal .logo {
  bottom: 0px; }

.webinpage.iphone.horizontal .logo img {
  padding-bottom: 0px; }

/*.webinpage.iphone.horizontal .column {*/
/*margin-top: 30px;*/
/*margin-bottom: 10px;*/
/*}*/
/*.webinpage.iphone.horizontal .header img {*/
/*height: 50px;*/
/*padding-top: 30px;*/
/*}*/
.webinpage.w1 h2 {
  font-size: 30px; }

.webinpage.iphone .logo img {
  height: 30px; }

.webinpage.iphone h1 {
  font-size: 30px; }

.webinpage.iphone h2 {
  font-size: 18px; }

.webinpage.iphone .paddedWrapper {
  margin-left: 10px; }

.closing {
  background: #78b800 url("../../img/bg3.png") center center;
  background-size: cover;
  /*position:relative;*/
  /*padding: 100px;*/ }
  .closing .container.title h1, .closing .container.title h2 {
    padding-left: 0; }
  .closing p {
    text-align: left;
    text-indent: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    margin-bottom: 1.5em; }
  .closing p.yourmove {
    border-radius: 20px 0 20px 0;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 24px 16px 9px 16px;
    margin: 0;
    box-shadow: inset 1px 1px 3px white, inset -1px -1px 3px black;
    font-family: 'Expletus Sans', cursive;
    font-size: 16px;
    line-height: 18px; }
  .closing p.yourmove .jazzy {
    display: block;
    color: #0063BD;
    /*font-family: 'Faster One', cursive;*/
    font-family: 'Expletus Sans', cursive;
    font-size: 44px;
    font-weight: bold; }
  .closing h1, .closing h2, .closing h3, .closing h4, .closing h5, .closing h6, .closing h7 {
    line-height: normal;
    color: #fff; }
  .closing h1 {
    display: inline;
    font-size: 150px;
    font-family: 'Kaushan Script', cursive;
    left: 15px;
    color: rgba(255, 255, 255, 0.4);
    position: relative; }
  .closing h2 {
    position: absolute;
    font-size: 50px;
    font-family: 'Kaushan Script', cursive;
    /*font-family: 'Josefin Sans', sans-serif;*/
    font-style: italic;
    bottom: 50px; }
  .closing .wrapper {
    position: relative; }
  .closing .tableSim {
    display: table;
    height: 100%;
    width: 100%; }
  .closing .tableRowSim {
    display: table-row;
    height: 50%; }
  .closing .ipad .tableRowSim {
    height: auto; }
  .closing .tableCellSim {
    display: table-cell; }
  .closing .valigntop {
    vertical-align: top; }
  .closing .valignmiddle {
    vertical-align: middle; }
  .closing .valignbottom {
    vertical-align: bottom; }
  .closing .alignleft {
    text-align: left; }
  .closing .aligncenter {
    text-align: center; }
  .closing .alignright {
    text-align: right; }
  .closing .header img {
    max-height: 200px;
    max-width: 100%;
    padding-top: 10px; }
  .closing .logo {
    position: absolute;
    bottom: 10px;
    right: 32px; }
  .closing .logo img {
    height: 50px; }

.closing.w4 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.closing.w4.no-page-1 .column {
  margin-top: 75px; }

.closing.w4 .container {
  margin-top: 30px; }

.closing.w3 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.closing.w3.no-page-1 .column {
  margin-top: 45px; }

.closing.w3 .container {
  margin-top: 0px; }

.closing.w2 .column {
  margin-top: 0px;
  margin-bottom: 50px; }

.closing.w2.no-page-1 .column {
  margin-top: 35px; }

.closing.w2 .container {
  margin-top: 0px;
  padding-top: 0px; }

.closing.w1 .column {
  margin-bottom: 50px; }

.closing.w1.no-page-1 .column {
  margin-top: 20px; }

.closing.iphone.vertical .column {
  margin-top: 0px;
  margin-bottom: 25px; }

.closing.iphone.vertical.no-page-1 .column {
  margin-top: 40px;
  margin-bottom: 25px; }

.closing.iphone.vertical .container {
  margin-top: 30px; }

.closing.iphone.vertical h1 {
  font-size: 50px; }

.closing.iphone.vertical h2 {
  bottom: 35px; }

.closing.iphone.vertical .header img {
  height: 30px;
  margin-top: 20px; }

.closing.iphone.vertical .logo img {
  padding-bottom: 10px; }

.closing.iphone.horizontal .column {
  margin-top: 10px;
  margin-bottom: 0px; }

.closing.iphone.horizontal.no-page-1 .column {
  margin-top: 40px;
  margin-bottom: 25px; }

.closing.iphone.horizontal .container {
  margin-top: 30px; }

.closing.iphone.horizontal h1 {
  font-size: 30px; }

.closing.iphone.horizontal h2 {
  bottom: 20px; }

.closing.iphone.horizontal .header img {
  height: 30px;
  margin-top: 20px; }

.closing.iphone.horizontal .logo {
  bottom: 0px; }

.closing.iphone.horizontal .logo img {
  padding-bottom: 0px; }

/*.closing.iphone.horizontal .column {*/
/*margin-top: 30px;*/
/*margin-bottom: 10px;*/
/*}*/
/*.closing.iphone.horizontal .header img {*/
/*height: 50px;*/
/*padding-top: 30px;*/
/*}*/
.closing.w1 h2 {
  font-size: 30px; }

.closing.iphone .logo img {
  height: 30px; }

.closing.iphone h1 {
  font-size: 30px; }

.closing.iphone h2 {
  font-size: 18px; }

.closing.iphone .paddedWrapper {
  margin-left: 10px; }

.back {
  background: #78b800 url("../../img/bg3.png") center center;
  background-size: cover;
  /*position:relative;*/
  /*padding: 100px;*/ }
  .back .column {
    position: absolute;
    left: -100%; }
  .back p {
    text-align: left;
    text-indent: 0;
    padding: 0;
    line-height: normal;
    color: #fff;
    margin-bottom: 1.5em; }
  .back .logo {
    max-height: 50%;
    max-width: 75%; }
  .back .tableSim {
    display: table;
    width: 100%;
    height: 100%; }
  .back .tableRowSim {
    display: table-row; }
  .back .tableCellSim {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.back.w4 .logo {
  width: 1286px; }

.back.w3 .logo {
  width: 940px; }

.back.w2 .logo {
  width: 614px; }

.back.w1 .logo {
  width: 288px; }

/* ==========================================================================
	CHROME
	
	Styles related to the chrome (interface) of the app.
   ========================================================================== */
.viewer {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

#dialog_container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px; }

.next.overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  right: 0;
  z-index: 2; }
  .next.overlay:hover {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("../../core/interface/img/arrow_right.png");
    bacground-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center; }

.prev.overlay {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  height: 100%;
  width: 32px;
  top: 0;
  left: 0;
  z-index: 2; }
  .prev.overlay:hover {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url("../../core/interface/img/arrow_left.png");
    bacground-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center; }

nav {
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 0;
  height: 0;
  left: 0;
  right: 0; }

.bottom_controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 30px;
  z-index: 20;
  width: 64px;
  margin: auto; }

.radial_controls {
  width: 60px;
  height: 20px;
  margin: 0 auto;
  padding: 0 0;
  z-index: 20; }

.radial_inner {
  position: relative;
  display: inner-block;
  width: 60px;
  height: 20px;
  margin: 0 0;
  padding: 0 0;
  clear: both;
  z-index: 20; }

.radial_toggle_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat 0px -16px;
  width: 64px;
  height: 32px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: absolute;
  left: 0px;
  top: 0px; }
  .radial_toggle_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.contents_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -63px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: -120px;
  top: -36px; }
  .contents_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.share_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -127px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: -70px;
  top: -95px; }
  .share_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.search_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -319px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: 0px;
  top: -118px; }
  .search_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.print_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -192px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: 70px;
  top: -95px; }
  .print_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.help_btn {
  -webkit-transform: translate3d(0, 0, 0);
  background: url("../../core/interface/img/icons.png") no-repeat -255px 0px;
  width: 64px;
  height: 64px;
  text-indent: -9999px;
  border: none;
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  left: 120px;
  top: -36px; }
  .help_btn:hover {
    -webkit-transform: scale(1.1);
    /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform: scale(1.1);
    /*Mozilla scale version*/
    -o-transform: scale(1.1);
    /*Opera scale version*/ }

.radial_button_hidden {
  left: 0px;
  top: 0px; }

.lightbox {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5); }
  .lightbox .container {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 8px;
    background: black;
    padding-left: 0px; }

/* ==========================================================================
	IPAD SPECIFIC CHROME STYLES
	
	Contains any chrome styling specific to the iPad.
   ========================================================================== */
.os-ipad button {
  -webkit-appearance: none; }

/* ==========================================================================
	IPHONE SPECIFIC CHROME STYLES
	
	Contains any chrome styling specific to the iPhone (normal and retna)
   ========================================================================== */
.os-iphone button {
  -webkit-appearance: none; }

.r16x9.w1, .container.w1 [ratio="16x9"] img {
  width: 308px;
  height: 173px; }

.r16x9.w2, .container.w2 [ratio="16x9"] img {
  width: 634px;
  height: 357px; }

.r16x9.w3, .container.w3 [ratio="16x9"] img {
  width: 960px;
  height: 540px; }

.r16x9.w4, .container.w4 [ratio="16x9"] img {
  width: 1286px;
  height: 723px; }

.r4x3.w1, .container.w1 [ratio="4x3"] img {
  width: 308px;
  height: 231px; }

.r4x3.w2, .container.w2 [ratio="4x3"] img {
  width: 634px;
  height: 476px; }

.r4x3.w3, .container.w3 [ratio="4x3"] img {
  width: 960px;
  height: 720px; }

.r4x3.w4, .container.w4 [ratio="4x3"] img {
  width: 1286px;
  height: 965px; }

.r5x4.w1, .container.w1 [ratio="5x4"] img {
  width: 308px;
  height: 246px; }

.r5x4.w2, .container.w2 [ratio="5x4"] img {
  width: 634px;
  height: 507px; }

.r5x4.w3, .container.w3 [ratio="5x4"] img {
  width: 960px;
  height: 768px; }

.r5x4.w4, .container.w4 [ratio="5x4"] img {
  width: 1286px;
  height: 1029px; }

.r1x1.w1, .container.w1 [ratio="1x1"] img {
  width: 308px;
  height: 308px; }

.r1x1.w2, .container.w2 [ratio="1x1"] img {
  width: 634px;
  height: 634px; }

.r1x1.w3, .container.w3 [ratio="1x1"] img {
  width: 960px;
  height: 960px; }

.r1x1.w4, .container.w4 [ratio="1x1"] img {
  width: 1286px;
  height: 1286px; }

.r4x5.w1, .container.w1 [ratio="4x5"] img {
  width: 308px;
  height: 385px; }

.r4x5.w2, .container.w2 [ratio="4x5"] img {
  width: 634px;
  height: 793px; }

.r4x5.w3, .container.w3 [ratio="4x5"] img {
  width: 960px;
  height: 1200px; }

.r4x5.w4, .container.w4 [ratio="4x5"] img {
  width: 1286px;
  height: 1608px; }

.r3x4.w1, .container.w1 [ratio="3x4"] img {
  width: 308px;
  height: 411px; }

.r3x4.w2, .container.w2 [ratio="3x4"] img {
  width: 634px;
  height: 845px; }

.r3x4.w3, .container.w3 [ratio="3x4"] img {
  width: 960px;
  height: 1280px; }

.r3x4.w4, .container.w4 [ratio="3x4"] img {
  width: 1286px;
  height: 1715px; }

.c1 {
  margin-left: 0px; }

.c2 {
  margin-left: 326px; }

.c3 {
  margin-left: 652px; }

.c4 {
  margin-left: 978px; }

.w1 {
  width: 308px; }

.w2 {
  width: 634px; }

.w3 {
  width: 960px; }

.w4 {
  width: 1286px; }

.w3.grid:not(.fixed):not(.sizetocontainer) {
  max-width: 1286px; }

.w2.grid:not(.fixed):not(.sizetocontainer) {
  max-width: 960px; }

.w1.grid:not(.fixed):not(.sizetocontainer) {
  max-width: 634px; }

.lightbox .container[class*="single"] {
  width: 308px; }
.lightbox .container[class*="double"] {
  width: 634px; }
.lightbox .container[class*="triple"] {
  width: 960px; }
.lightbox .container[class*="quad"] {
  width: 1286px; }
.lightbox .container img {
  width: 100%;
  height: auto; }

.column {
  width: 308px;
  font-size: 22px;
  line-height: 33px; }

orientation-horizontal .column {
  width: 390px; }

orientation-vertical .column {
  width: 200px; }

.grid {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased; }

.fixed.grid, .sizetocontainer.grid {
  max-width: none;
  max-height: none;
  min-width: none;
  min-height: none; }

html.js .hidden, html.no-js .hidden {
  display: none; }

.chrome, .viewer {
  position: absolute;
  display: block; }

.chrome {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }

.container.scroll {
  position: absolute;
  overflow: auto;
  overflow-x: hidden; }

.grid .scroll-fade:after {
  content: "\0020";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), white);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), white); }

.container .scroll {
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 40px; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px; }

::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5); }

.touch ::-webkit-scrollbar {
  width: 3px; }

html {
  font-size: 16px;
  line-height: 33px;
  font-family: sans-serif;
  color: #333333;
  background-color: #333666;
  background-image: url("../../core/interface/img/app_background.png"); }

html, body {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  word-wrap: break-word; }

.column, .container {
  position: absolute;
  overflow: hidden;
  top: 32px;
  bottom: 32px; }

.column {
  min-height: 99px; }

#previousPage, #nextPage {
  opacity: 0.5; }

.grid.trimleft {
  padding-left: 0; }

.grid.trimright {
  padding-right: 0; }

figure {
  display: block; }

.colapsed {
  position: absolute; }

.topfix {
  top: 0; }

.rightfix {
  right: 0; }

.bottomfix {
  bottom: 0;
  top: auto; }

.leftfix {
  left: 0; }

.overflow {
  overflow: visible; }

.error, .loading {
  position: absolute; }
  .error#nextPage, .error#previousPage, .loading#nextPage, .loading#previousPage {
    display: none; }

.hidden, .microdata {
  display: none; }

.group {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0; }

.center, .center * {
  text-align: center; }

.nocap .caption {
  display: none; }

.fill .caption {
  padding-left: 32px;
  padding-right: 32px; }

.caption.left {
  text-align: left; }
.caption.right {
  right: 0;
  text-align: right; }

.insetcap .caption {
  position: absolute; }
.insetcap.ul .caption {
  top: 0;
  left: 0; }
.insetcap.ur .caption {
  top: 0;
  right: 0; }
.insetcap.ll .caption {
  bottom: 0;
  left: 0; }
.insetcap.lr .caption {
  bottom: 0;
  right: 0; }

.fullbleed {
  position: absolute;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: auto; }

.os-ipad, .os-ipad .grid, .os-iphone, .os-iphone .grid {
  -webkit-font-smoothing: antialiased; }

html.offline .no-offline, html.offline [data-requires~="no-offline"] {
  display: none; }
html.offline [data-requires~="offline"] {
  display: block; }

html.no-offline [data-requires~="no-offline"] {
  display: block; }
html.no-offline [data-requires~="offline"] {
  display: none; }

.r {
  background: #ff9999 !important; }

.g {
  background: #99ff99 !important; }

.b {
  background: #9999ff !important; }

.c {
  background: #99ffff !important; }

.m {
  background: #ff99ff !important; }

.y {
  background: #ffff99 !important; }

.ad.grid.w1 {
  width: 100px; }

.ad.grid.w2 {
  width: 200px; }

.ad.grid.w3 {
  width: 300px; }

.ad.grid.w4 {
  width: 400px; }

.ad.grid.w5 {
  width: 500px; }

.ad.grid.w6 {
  width: 600px; }

.ad.grid.w7 {
  width: 700px; }

.ad.grid.w8 {
  width: 800px; }

.ad.grid.w9 {
  width: 900px; }

.ad.grid.w10 {
  width: 1000px; }

.ad.grid.w11 {
  width: 1100px; }

.ad.grid.w12 {
  width: 1200px; }

.ad.grid {
  background: none; }

.grid.ipad {
  min-width: 99999px;
  width: 99999px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none; }

.os-ipad .grid {
  min-width: 99999px;
  width: 99999px;
  opacity: 1 !important; }
.os-ipad .grid.fixed.ipad.horizontal {
  height: 644px;
  width: 960px;
  min-width: 960px;
  padding: 0 32px; }
.os-ipad .grid.fixed.ipad.vertical {
  height: 900px;
  width: 634px;
  min-width: 634px;
  padding: 0 67px; }

.os-ipad.fullscreen .grid.fixed.ipad.horizontal {
  height: 748px; }
.os-ipad.fullscreen .grid.fixed.ipad.vertical {
  height: 1004px; }

.grid.iphone {
  min-width: 99999px;
  width: 99999px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none; }

.os-iphone .vertical div {
  line-height: 16px;
  font-size: 12px; }
  .os-iphone .vertical div.column {
    width: 300px; }
.os-iphone .vertical p {
  line-height: 16px;
  font-size: 12px; }
.os-iphone .horizontal div {
  line-height: 16px;
  font-size: 12px; }
  .os-iphone .horizontal div.column {
    width: 460px; }
.os-iphone .horizontal p {
  line-height: 16px;
  font-size: 12px; }
.os-iphone .grid {
  min-width: 99999px;
  width: 99999px;
  opacity: 1 !important; }
.os-iphone .grid.fixed.iphone.horizontal {
  height: 268px;
  width: 480px;
  min-width: 468px;
  padding: 0px 0px; }
  .os-iphone .grid.fixed.iphone.horizontal .container {
    width: 480px; }
.os-iphone .grid.fixed.iphone.vertical {
  height: 416px;
  width: 320px;
  min-width: 308px;
  padding: 0px 0px; }

.os-iphone.fullscreen .grid.fixed.iphone.horizontal {
  height: 300px; }
.os-iphone.fullscreen .grid.fixed.iphone.vertical {
  height: 460px; }
  .os-iphone.fullscreen .grid.fixed.iphone.vertical div.column {
    width: 300px; }

.ipc1 {
  margin-left: 0; }

.ipw_v {
  width: 300px; }

.ipw_h {
  width: 460px; }

.grid.ipod {
  min-width: 99999px;
  width: 99999px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none; }

.os-ipod div {
  font-size: 12px; }
.os-ipod .grid {
  min-width: 99999px;
  width: 99999px;
  opacity: 1 !important; }
.os-ipod .grid.fixed.ipod.horizontal {
  height: 268px;
  width: 960px;
  min-width: 960px;
  padding: 0 -460px; }
.os-ipod .grid.fixed.ipod.vertical {
  height: 416px;
  width: 960px;
  min-width: 960px;
  padding: 0 -466.667px; }

.os-ipod.fullscreen .grid.fixed.ipod.horizontal {
  height: 300px; }
.os-ipod.fullscreen .grid.fixed.ipod.vertical {
  height: 460px; }

.contents_panel {
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none; }
  .contents_panel h1 {
    margin-left: 8px; }
  .contents_panel .lFloatclear {
    float: left;
    clear: both; }
  .contents_panel .clearDiv {
    height: 0;
    clear: both; }
  .contents_panel .contentslist {
    background: #000;
    padding-top: 10px;
    max-width: 422px;
    margin: 1.5em auto 1.5em;
    position: relative; }
  .contents_panel .contentitem {
    background: #303030;
    background: -webkit-linear-gradient(top, #303030, #242424);
    background: -moz-linear-gradient(top, #303030, #242424);
    background: -o-linear-gradient(top, #303030, #242424);
    background: -ms-linear-gradient(top, #303030, #242424);
    background: linear-gradient(top, #303030, #242424);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303030', endColorstr='#242424');
    max-width: 422px;
    cursor: pointer;
    border-top: 1px solid #4d4d4d;
    border-bottom: 2px solid #000;
    margin-bottom: 0px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px 8px 8px 8px;
    cursor: pointer; }
  .contents_panel .contentitem:hover, .contents_panel .contentitem:active {
    background: #242424;
    background: -webkit-linear-gradient(top, #242424, #303030);
    background: -moz-linear-gradient(top, #242424, #303030);
    background: -o-linear-gradient(top, #242424, #303030);
    background: -ms-linear-gradient(top, #242424, #303030);
    background: linear-gradient(top, #242424, #303030);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#303030'); }
  .contents_panel .contentitem img {
    cursor: pointer;
    width: 64px;
    height: 64px;
    float: right;
    margin-left: 8px;
    margin-bottom: 8px; }
  .contents_panel .contenttitle {
    display: block;
    font-weight: lighter;
    font-size: 1em;
    color: #aeaeae;
    padding: 5px 8px 5px 0;
    cursor: pointer; }
  .contents_panel .tocDesc {
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1.25em;
    color: #909090;
    font-size: .75em;
    margin-right: 80px;
    text-align: left; }
  .contents_panel .author {
    float: right;
    clear: both;
    color: #909090;
    padding: 0;
    margin: 0;
    font-size: 75%;
    font-style: italic; }

.os-iphone .contents_thumb {
  display: none; }

.share_panel .addthis_toolbox a {
  display: block;
  float: left;
  width: 45%;
  margin: 0 0 1px 2%;
  padding: 1%;
  font-size: 85%;
  white-space: nowrap;
  line-height: 33px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 2px solid #000;
  background: #303030;
  background: -webkit-linear-gradient(top, #303030, #242424);
  background: -moz-linear-gradient(top, #303030, #242424);
  background: -o-linear-gradient(top, #303030, #242424);
  background: -ms-linear-gradient(top, #303030, #242424);
  background: linear-gradient(top, #303030, #242424);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#303030', endColorstr = '#242424'); }
.share_panel .addthis_toolbox a:hover {
  background: #242424;
  background: -webkit-linear-gradient(top, #242424, #303030);
  background: -moz-linear-gradient(top, #242424, #303030);
  background: -o-linear-gradient(top, #242424, #303030);
  background: -ms-linear-gradient(top, #242424, #303030);
  background: linear-gradient(top, #242424, #303030);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#242424', endColorstr = '#303030'); }
.share_panel .action {
  float: left;
  margin-right: 20px;
  color: #dfdfdf;
  vertical-align: baseline; }
.share_panel #yourmessage {
  width: 100%; }
.share_panel .share {
  display: block;
  min-width: 200px;
  float: left;
  margin-bottom: 10px; }
.share_panel label {
  display: block;
  font-size: 100%;
  margin-top: 10px; }
.share_panel .url {
  font-size: 75%;
  line-height: 8px; }

.help_panel .fingerSwipe {
  height: 100px;
  margin: 3px; }
  .help_panel .fingerSwipe img {
    width: 100px;
    height: 100px; }
  .help_panel .fingerSwipe h4 {
    margin: 30px 30px; }

.search_panel .search2 {
  display: none; }
.search_panel .search {
  width: 99%;
  position: relative; }
.search_panel .action {
  float: left;
  margin-right: 20px;
  color: #dfdfdf;
  vertical-align: baseline; }
.search_panel #searchtype {
  padding: 3px; }
.search_panel input, .search_panel label {
  vertical-align: baseline; }
.search_panel label {
  margin-left: 10px; }
.search_panel .searchoptions {
  float: left;
  margin-top: 24px;
  margin-bottom: 24px; }
.search_panel .previousblock {
  float: left;
  position: relative;
  left: -20px; }
.search_panel .nextblock {
  float: right;
  position: relative;
  right: -20px; }
.search_panel .previousblock p, .search_panel .nextblock p, .search_panel .previousblock img, .search_panel .nextblock img {
  display: block;
  float: left;
  text-indent: 0;
  margin-right: 6px;
  color: #dfdfdf;
  font-variant: small-caps; }
.search_panel .contentslist {
  background: #000;
  padding: 30px;
  padding-top: 10px;
  max-width: 422px;
  margin: 1.5em auto 1.5em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative; }
.search_panel .contentitem {
  background: #303030;
  background: -webkit-linear-gradient(top, #303030, #242424);
  background: -moz-linear-gradient(top, #303030, #242424);
  background: -o-linear-gradient(top, #303030, #242424);
  background: -ms-linear-gradient(top, #303030, #242424);
  background: linear-gradient(top, #303030, #242424);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#303030', endColorstr = '#242424');
  max-width: 422px;
  cursor: pointer;
  border-top: 1px solid #4d4d4d;
  border-bottom: 2px solid #000;
  margin-bottom: 1px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 8px 8px 8px;
  cursor: pointer; }
.search_panel .contentitem:hover, .search_panel .contentitem:active {
  background: #242424;
  background: -webkit-linear-gradient(top, #242424, #303030);
  background: -moz-linear-gradient(top, #242424, #303030);
  background: -o-linear-gradient(top, #242424, #303030);
  background: -ms-linear-gradient(top, #242424, #303030);
  background: linear-gradient(top, #242424, #303030);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#242424', endColorstr = '#303030'); }
.search_panel .contentitem img {
  cursor: pointer;
  width: 64px;
  height: 64px;
  float: right;
  margin-left: 8px;
  margin-bottom: 8px; }
.search_panel .contenttitle {
  display: block;
  font-weight: lighter;
  font-size: 1em;
  color: #aeaeae;
  padding: 5px 8px 5px 0;
  cursor: pointer; }
.search_panel .h_divider {
  background: url(../../img/h-divider-gradient.png) no-repeat;
  max-width: 422px;
  height: 3px;
  margin-top: 9px;
  margin-bottom: 9px; }
.search_panel .resultdesc {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.25em;
  color: #909090;
  font-size: .75em;
  margin-right: 80px;
  text-align: left; }
.search_panel .resultsTitle {
  margin-bottom: 24px;
  color: #909090;
  font-size: 75%;
  margin: 5px 8px; }
.search_panel .keyword {
  color: #CC3333; }

/***
 VARIABLES
***/
/*************************************************/
.articlebarholder {
  position: absolute;
  height: 16px;
  left: 36px;
  right: 36px;
  top: 0px;
  padding: 0px 0px;
  padding-bottom: 4px;
  margin: 0px 0px;
  z-index: 10;
  text-align: center;
  background-color: #333;
  border: solid 1px #333;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.articlebar_line {
  position: absolute;
  left: 3px;
  right: 3px;
  padding: 3px;
  margin: 0px auto; }

.articlebar_article, .articlebar_indicator {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  top: -4px;
  height: 14px;
  background-color: #666666;
  border: solid 1px #333;
  border-top: none;
  border-bottom: none;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  font-size: 10px;
  color: #000;
  line-height: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #666666;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#595959');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#595959');
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #8c8c8c), color-stop(0.5, #666666), color-stop(0.49, #595959));
  background-image: -webkit-linear-gradient(top, #8c8c8c 0%, #666666 50%, #595959 51%, #595959 100%);
  background-image: -moz-linear-gradient(top, #8c8c8c 0%, #666666 50%, #595959 51%, #595959 100%);
  background-image: linear-gradient(top, #8c8c8c 0%, #666666 50%, #595959 51%, #595959 100%); }

.articlebar_article div, .articlebar_indicator div {
  margin-left: -999em;
  position: absolute;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-align: left; }

.articlebar_article:hover, .articlebar_indicator:hover {
  background-color: #aaaaaa;
  background-color: #aaaaaa;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#9d9d9d');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7b7b7', endColorstr='#9d9d9d');
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #d0d0d0), color-stop(0.5, #aaaaaa), color-stop(0.49, #9d9d9d));
  background-image: -webkit-linear-gradient(top, #d0d0d0 0%, #aaaaaa 50%, #9d9d9d 51%, #9d9d9d 100%);
  background-image: -moz-linear-gradient(top, #d0d0d0 0%, #aaaaaa 50%, #9d9d9d 51%, #9d9d9d 100%);
  background-image: linear-gradient(top, #d0d0d0 0%, #aaaaaa 50%, #9d9d9d 51%, #9d9d9d 100%); }

.articlebar_article:hover div, .articlebar_indicator:hover div {
  position: absolute;
  top: 20px;
  z-index: 99;
  margin-left: 0; }

.articlebar_currentarticle, .articlebar_indicator {
  background-color: #333333;
  background-color: #333333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#262626');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#262626');
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #595959), color-stop(0.5, #333333), color-stop(0.49, #262626));
  background-image: -webkit-linear-gradient(top, #595959 0%, #333333 50%, #262626 51%, #262626 100%);
  background-image: -moz-linear-gradient(top, #595959 0%, #333333 50%, #262626 51%, #262626 100%);
  background-image: linear-gradient(top, #595959 0%, #333333 50%, #262626 51%, #262626 100%); }

/**
	The tooltip that shows the article title.
*/
.articlebar_label {
  background-color: #000000;
  color: #ffffff;
  border: solid 1px #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 6px; }

.articlebar_label p {
  padding: 4px 4px;
  color: #fff;
  font-weight: normal;
  text-indent: none;
  text-align: left; }

/**
	The indicator holder div.
	This moves and provides a way to show a line or some other 
*/
.articlebar_indicator {
  background-color: #4c83a9;
  position: absolute;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 3px;
  border: none;
  background-color: #4c83a9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a90b5', endColorstr='#447597');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a90b5', endColorstr='#447597');
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #7da7c5), color-stop(0.5, #4c83a9), color-stop(0.49, #447597));
  background-image: -webkit-linear-gradient(top, #7da7c5 0%, #4c83a9 50%, #447597 51%, #447597 100%);
  background-image: -moz-linear-gradient(top, #7da7c5 0%, #4c83a9 50%, #447597 51%, #447597 100%);
  background-image: linear-gradient(top, #7da7c5 0%, #4c83a9 50%, #447597 51%, #447597 100%); }

.articlebar_indicator div {
  opacity: 0; }

.articlebar_indicator:hover div {
  opacity: 1; }

/**
	The actual indicator text div, 
	attached to the indicator holder.
	It is positioned relative to the indicator holder, 
	allowing them to move as one component.
*/
.articlebar_pagetext {
  position: absolute;
  top: 16px;
  left: 0px;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  width: 40px;
  height: 18px;
  background-color: #000;
  color: #ffffff;
  border: solid 2px #ffffff; }

.contents_panel, .print_panel, .help_panel, .search_panel, .share_panel {
  color: #dfdfdf;
  z-index: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none; }
  .contents_panel .bg, .print_panel .bg, .help_panel .bg, .search_panel .bg, .share_panel .bg {
    background: black;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: auto;
    padding: 8px;
    z-index: 1; }
  .contents_panel p, .print_panel p, .help_panel p, .search_panel p, .share_panel p {
    text-indent: 0; }
  .contents_panel .cancel, .print_panel .cancel, .help_panel .cancel, .search_panel .cancel, .share_panel .cancel {
    display: block;
    margin-top: 15px;
    font-size: 75%;
    text-decoration: underline;
    color: #9d9d9d; }
  .contents_panel .cancel:hover, .contents_panel .cancel:active, .print_panel .cancel:hover, .print_panel .cancel:active, .help_panel .cancel:hover, .help_panel .cancel:active, .search_panel .cancel:hover, .search_panel .cancel:active, .share_panel .cancel:hover, .share_panel .cancel:active {
    color: #dfdfdf; }
  .contents_panel .h_divider, .print_panel .h_divider, .help_panel .h_divider, .search_panel .h_divider, .share_panel .h_divider {
    background: url(../../img/h-divider-gradient.png) no-repeat center;
    max-width: 422px;
    height: 3px;
    margin-top: 9px;
    margin-bottom: 9px; }
  .contents_panel .topRow, .print_panel .topRow, .help_panel .topRow, .search_panel .topRow, .share_panel .topRow {
    width: 100%;
    margin-bottom: 24px; }
  .contents_panel .nowrap, .print_panel .nowrap, .help_panel .nowrap, .search_panel .nowrap, .share_panel .nowrap {
    white-space: nowrap; }
  .contents_panel .lFloatclear, .print_panel .lFloatclear, .help_panel .lFloatclear, .search_panel .lFloatclear, .share_panel .lFloatclear {
    float: left;
    clear: both; }
  .contents_panel .floatleft, .print_panel .floatleft, .help_panel .floatleft, .search_panel .floatleft, .share_panel .floatleft {
    float: left; }
  .contents_panel .floatright, .print_panel .floatright, .help_panel .floatright, .search_panel .floatright, .share_panel .floatright {
    float: right; }
  .contents_panel .clearDiv, .print_panel .clearDiv, .help_panel .clearDiv, .search_panel .clearDiv, .share_panel .clearDiv {
    height: 0;
    clear: both; }
  .contents_panel p.inline, .print_panel p.inline, .help_panel p.inline, .search_panel p.inline, .share_panel p.inline {
    color: #dfdfdf;
    display: inline; }
  .contents_panel .floatright, .print_panel .floatright, .help_panel .floatright, .search_panel .floatright, .share_panel .floatright {
    float: right; }
  .contents_panel .floatleft, .print_panel .floatleft, .help_panel .floatleft, .search_panel .floatleft, .share_panel .floatleft {
    float: left; }
  .contents_panel h1, .print_panel h1, .help_panel h1, .search_panel h1, .share_panel h1 {
    display: block;
    color: #aeaeae;
    font-size: 90%;
    font-weight: lighter;
    letter-spacing: 1px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: .5em;
    text-align: left;
    text-transform: uppercase; }
  .contents_panel ul, .print_panel ul, .help_panel ul, .search_panel ul, .share_panel ul {
    width: 90%;
    max-width: 600px;
    margin: 0 auto; }
  .contents_panel li, .print_panel li, .help_panel li, .search_panel li, .share_panel li {
    font-family: 'Lora', serif;
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    border: 1px solid #666;
    background-color: #fff;
    margin: 5px;
    -moz-border-radius: 1em 1em 1em 1em;
    border-radius: 1em 1em 1em 1em; }
    .contents_panel li h3, .print_panel li h3, .help_panel li h3, .search_panel li h3, .share_panel li h3 {
      font-family: 'Lora', serif;
      font-size: 1.3em;
      color: #333;
      text-align: center;
      padding: 6px 0 0 0;
      margin: 0 auto;
      font-weight: bold; }
    .contents_panel li h4, .print_panel li h4, .help_panel li h4, .search_panel li h4, .share_panel li h4 {
      font-size: 1em;
      color: #333;
      text-align: center;
      padding: 3px 0 0 0;
      margin: 0 auto;
      font-weight: normal; }
  .contents_panel .close, .print_panel .close, .help_panel .close, .search_panel .close, .share_panel .close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: url("../../img/close2.png");
    padding: 10px; }
  .contents_panel .button, .print_panel .button, .help_panel .button, .search_panel .button, .share_panel .button {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
    background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ededed', endColorstr = '#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 9px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff; }
  .contents_panel .button:hover, .print_panel .button:hover, .help_panel .button:hover, .search_panel .button:hover, .share_panel .button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dfdfdf', endColorstr = '#ededed');
    background-color: #dfdfdf; }
  .contents_panel .button:active, .print_panel .button:active, .help_panel .button:active, .search_panel .button:active, .share_panel .button:active {
    position: relative;
    top: 1px; }

.share_panel_inner, .print_panel_inner, .contents_panel_inner, .help_panel_inner, .search_panel_inner, .searchresultscontainer {
  background: #212121;
  padding: 8px;
  padding-bottom: 24px;
  max-width: 422px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  -moz-box-shadow: 2px 2px 3px #000;
  -webkit-box-shadow: 2px 2px 3px #000;
  box-shadow: 2px 2px 3px #000;
  border: 2px solid #333;
  border-radius: 5px; }

.os-iphone .no-ios {
  display: none; }

.os-ipad .no-ios {
  display: none; }

.os-iphone .ios-only {
  display: block; }

.os-ipad .ios-only {
  display: block; }

.ios-only {
  display: none; }

body.os-iphone .ios-only {
  display: block; }

.panel_visible {
  visibility: visible;
  display: block;
  opacity: 1; }
