/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

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

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

@font-face {
  font-family: 'latoregular';
  src: url("../fonts/lato-regular-webfont.eot");
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoitalic';
  src: url("../fonts/lato-italic-webfont.eot");
  src: url("../fonts/lato-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-italic-webfont.woff2") format("woff2"), url("../fonts/lato-italic-webfont.woff") format("woff"), url("../fonts/lato-italic-webfont.ttf") format("truetype"), url("../fonts/lato-italic-webfont.svg#latoitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoblack';
  src: url("../fonts/lato-black-webfont.eot");
  src: url("../fonts/lato-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-black-webfont.woff2") format("woff2"), url("../fonts/lato-black-webfont.woff") format("woff"), url("../fonts/lato-black-webfont.ttf") format("truetype"), url("../fonts/lato-black-webfont.svg#latoblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latobold_italic';
  src: url("../fonts/lato-bolditalic-webfont.eot");
  src: url("../fonts/lato-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bolditalic-webfont.woff2") format("woff2"), url("../fonts/lato-bolditalic-webfont.woff") format("woff"), url("../fonts/lato-bolditalic-webfont.ttf") format("truetype"), url("../fonts/lato-bolditalic-webfont.svg#latobold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_slabregular';
  src: url("../fonts/robotoslab-regular-webfont.eot");
  src: url("../fonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-regular-webfont.woff2") format("woff2"), url("../fonts/robotoslab-regular-webfont.woff") format("woff"), url("../fonts/robotoslab-regular-webfont.ttf") format("truetype"), url("../fonts/robotoslab-regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto_slabbold';
  src: url("../fonts/robotoslab-bold-webfont.eot");
  src: url("../fonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/robotoslab-bold-webfont.woff2") format("woff2"), url("../fonts/robotoslab-bold-webfont.woff") format("woff"), url("../fonts/robotoslab-bold-webfont.ttf") format("truetype"), url("../fonts/robotoslab-bold-webfont.svg#roboto_slabbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?1pyppw");
  src: url("../fonts/icomoon.eot?1pyppw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1pyppw") format("truetype"), url("../fonts/icomoon.woff?1pyppw") format("woff"), url("../fonts/icomoon.svg?1pyppw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .icon-general, .control:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.hide {
  display: none; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.center {
  margin-left: auto;
  margin-right: auto; }

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

* {
  box-sizing: border-box; }

html {
  font-size: 16px; }

body {
  min-width: 1024px;
  min-height: 768px;
  font-family: "latoregular";
  line-height: 1.4;
  color: #1A1A1A;
  background-color: #272225; }

h1 {
  margin-bottom: 40px;
  font-family: "roboto_slabbold";
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase; }

h2 {
  font-family: "roboto_slabbold";
  font-size: 2.75rem;
  text-transform: uppercase; }

h3 {
  font-family: "roboto_slabregular";
  font-size: 1.5rem; }

p {
  margin-bottom: 0.8em; }

ul {
  list-style-position: inside; }
  ul li {
    margin-bottom: 0.4em; }

.full-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-width: 1024px;
  min-height: 768px;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1000ms 0ms, visibility 0ms 0ms;
  -moz-transition: opacity 1000ms 0ms, visibility 0ms 0ms;
  -o-transition: opacity 1000ms 0ms, visibility 0ms 0ms;
  transition: opacity 1000ms 0ms, visibility 0ms 0ms; }
  .full-wrapper .home-screen, .full-wrapper .slide-container {
    -webkit-transition: all 550ms;
    -moz-transition: all 550ms;
    -o-transition: all 550ms;
    transition: all 550ms;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
  .full-wrapper .home-screen {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .full-wrapper .slide-container {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7); }
  .full-wrapper.article-open .home-screen {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform 550ms 0ms, opacity 550ms 0ms, visibility 0ms 550ms;
    -moz-transition: -moz-transform 550ms 0ms, opacity 550ms 0ms, visibility 0ms 550ms;
    -o-transition: -o-transform 550ms 0ms, opacity 550ms 0ms, visibility 0ms 550ms;
    transition: transform 550ms 0ms, opacity 550ms 0ms, visibility 0ms 550ms; }
  .full-wrapper.article-open .slide-container {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .full-wrapper.loading {
    opacity: 0;
    visibility: hidden; }
    .full-wrapper.loading .slide-container {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1024px;
  height: 768px; }

.home-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
  visibility: visible;
  opacity: 1; }
  .home-screen .main-nav:after {
    content: "";
    display: table;
    clear: both; }
  .home-screen .main-nav a {
    display: block;
    float: left;
    width: 25%;
    margin-bottom: 45px;
    text-decoration: none;
    font-family: "roboto_slabbold";
    font-size: 1.15em;
    text-align: center;
    text-transform: uppercase;
    color: inherit; }
    .home-screen .main-nav a img {
      display: block;
      width: 215px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 10px; }
    .home-screen .main-nav a p {
      display: block;
      max-width: 215px;
      margin-left: auto;
      margin-right: auto; }

.slide-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  counter-reset: articles;
  background-color: #fff; }

.control-container {
  -webkit-transform: translate(0, -44px);
  -moz-transform: translate(0, -44px);
  -o-transform: translate(0, -44px);
  transform: translate(0, -44px);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }

.control {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  text-decoration: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0ms 0ms, opacity 350ms 0ms, color 350ms 0ms;
  -moz-transition: visibility 0ms 0ms, opacity 350ms 0ms, color 350ms 0ms;
  -o-transition: visibility 0ms 0ms, opacity 350ms 0ms, color 350ms 0ms;
  transition: visibility 0ms 0ms, opacity 350ms 0ms, color 350ms 0ms; }
  .control:before {
    display: block;
    line-height: 62px;
    text-align: center;
    font-size: 1.25em; }
  .control.disabled {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0ms 350ms, opacity 350ms 0ms, color 350ms 0ms;
    -moz-transition: visibility 0ms 350ms, opacity 350ms 0ms, color 350ms 0ms;
    -o-transition: visibility 0ms 350ms, opacity 350ms 0ms, color 350ms 0ms;
    transition: visibility 0ms 350ms, opacity 350ms 0ms, color 350ms 0ms; }

.control--prev {
  left: 25px; }
  .control--prev:before {
    content: "\f053";
    margin-left: -3px; }

.control--next {
  right: 25px; }
  .control--next:before {
    content: "\f054";
    margin-right: -3px; }

.round-button {
  height: 42px;
  line-height: 38px;
  display: inline-block;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid;
  border-radius: 21px;
  font-family: "latoregular";
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  color: inherit; }

.attitude {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  overflow: hidden;
  counter-increment: articles; }
  .article-open .attitude {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms; }
  .attitude.current {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .attitude.previous {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  .attitude h2 {
    position: absolute;
    top: 45px;
    left: 50px; }
    .attitude h2:before {
      content: counter(articles) ". "; }
  .attitude.display-extra-content .highlight-topics, .attitude.display-extra-content .content-stripe, .attitude.display-extra-content .panel-container {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 500ms 0ms, visibility 0ms 500ms;
    -moz-transition: opacity 500ms 0ms, visibility 0ms 500ms;
    -o-transition: opacity 500ms 0ms, visibility 0ms 500ms;
    transition: opacity 500ms 0ms, visibility 0ms 500ms; }
  .attitude.display-extra-content .color-stripe {
    -webkit-transform: translate(0, -168px) scale(1, 2.225);
    -moz-transform: translate(0, -168px) scale(1, 2.225);
    -o-transform: translate(0, -168px) scale(1, 2.225);
    transform: translate(0, -168px) scale(1, 2.225); }
  .attitude.display-extra-content .extra-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 500ms 800ms, visibility 0ms 800ms;
    -moz-transition: opacity 500ms 800ms, visibility 0ms 800ms;
    -o-transition: opacity 500ms 800ms, visibility 0ms 800ms;
    transition: opacity 500ms 800ms, visibility 0ms 800ms; }
  .attitude .extra-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 500ms 0ms, visibility 0ms 500ms;
    -moz-transition: opacity 500ms 0ms, visibility 0ms 500ms;
    -o-transition: opacity 500ms 0ms, visibility 0ms 500ms;
    transition: opacity 500ms 0ms, visibility 0ms 500ms; }
  .attitude .color-stripe {
    -webkit-transform: translate(0, -168px) scale(1, 1);
    -moz-transform: translate(0, -168px) scale(1, 1);
    -o-transform: translate(0, -168px) scale(1, 1);
    transform: translate(0, -168px) scale(1, 1);
    -webkit-transition: all 400ms 450ms;
    -moz-transition: all 400ms 450ms;
    -o-transition: all 400ms 450ms;
    transition: all 400ms 450ms; }
  .attitude .highlight-topics, .attitude .content-stripe, .attitude .panel-container {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 500ms 900ms, visibility 0ms 900ms;
    -moz-transition: opacity 500ms 900ms, visibility 0ms 900ms;
    -o-transition: opacity 500ms 900ms, visibility 0ms 900ms;
    transition: opacity 500ms 900ms, visibility 0ms 900ms; }

.color-stripe {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 248px;
  background-color: #f0f0f0;
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center; }

.close-article {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  text-indent: 110%;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: inherit;
  z-index: 1; }
  .close-article:before, .close-article::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 100%;
    border-left: 1px solid;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center; }
  .close-article:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }
  .close-article::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }

.content-stripe {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  left: 125px;
  top: 340px;
  width: 475px;
  color: #1A1A1A; }
  .content-stripe p:last-child {
    margin-bottom: 0; }

.highlight-panels header {
  position: absolute;
  top: 154px;
  right: 0; }
  .highlight-panels header h3 {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .highlight-panels header .slide-main-image {
    display: block;
    height: 858px; }

.highlight-topics {
  counter-reset: markers;
  list-style: none; }

.marker img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0ms 350ms, opacity 350ms 0ms;
  -moz-transition: visibility 0ms 350ms, opacity 350ms 0ms;
  -o-transition: visibility 0ms 350ms, opacity 350ms 0ms;
  transition: visibility 0ms 350ms, opacity 350ms 0ms; }
.marker a {
  -webkit-transform: translate(-19px, -19px);
  -moz-transform: translate(-19px, -19px);
  -o-transform: translate(-19px, -19px);
  transform: translate(-19px, -19px);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
  position: absolute;
  top: -19px;
  left: -19px;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  font-family: "roboto_slabregular";
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  background-color: #ccc;
  color: #fff;
  counter-increment: markers;
  z-index: 1; }
  .marker a:before {
    content: counter(markers); }
.marker.open img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0ms 0ms, opacity 350ms 0ms;
  -moz-transition: visibility 0ms 0ms, opacity 350ms 0ms;
  -o-transition: visibility 0ms 0ms, opacity 350ms 0ms;
  transition: visibility 0ms 0ms, opacity 350ms 0ms; }

.arm-base {
  position: absolute;
  top: 0;
  left: 0;
  width: 59px;
  margin-left: -59px;
  border-top: 1px solid;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0ms 350ms, opacity 350ms 0ms;
  -moz-transition: visibility 0ms 350ms, opacity 350ms 0ms;
  -o-transition: visibility 0ms 350ms, opacity 350ms 0ms;
  transition: visibility 0ms 350ms, opacity 350ms 0ms; }
  .arm-base.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0ms 0ms, opacity 350ms 0ms;
    -moz-transition: visibility 0ms 0ms, opacity 350ms 0ms;
    -o-transition: visibility 0ms 0ms, opacity 350ms 0ms;
    transition: visibility 0ms 0ms, opacity 350ms 0ms; }
  .arm-base .arm-shaft {
    position: absolute;
    top: -1px;
    right: 100%;
    width: 250px;
    border-top: 1px solid;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right; }

.column {
  float: left;
  padding: 0 15px; }
  .column.column--1 {
    width: 16%; }
  .column.column--2 {
    width: 33%; }
  .column.column--3 {
    width: 50%; }
  .column.column--4 {
    width: 66%; }
  .column.column--5 {
    width: 83%; }
  .column.column--6 {
    width: 100%; }

.column--pro:before, .column--con:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-bottom: 15px;
  background-image: url("../img/pros-cons.svg");
  background-repeat: no-repeat;
  background-size: 60px; }

.column--pro:before {
  background-position: 00px  00px; }

.column--con:before {
  background-position: -30px  00px; }

.panel-container {
  position: absolute;
  bottom: 0;
  height: 280px;
  width: 600px; }

.panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 35px;
  font-family: "latoitalic";
  font-size: 0.94em;
  line-height: 1.5;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0ms 450ms, opacity 450ms 0ms;
  -moz-transition: visibility 0ms 450ms, opacity 450ms 0ms;
  -o-transition: visibility 0ms 450ms, opacity 450ms 0ms;
  transition: visibility 0ms 450ms, opacity 450ms 0ms; }
  .panel:after {
    content: "";
    display: table;
    clear: both; }
  .panel.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0ms 0ms, opacity 450ms 0ms;
    -moz-transition: visibility 0ms 0ms, opacity 450ms 0ms;
    -o-transition: visibility 0ms 0ms, opacity 450ms 0ms;
    transition: visibility 0ms 0ms, opacity 450ms 0ms; }
  .panel.panel--topic {
    text-align: right; }
    .panel.panel--topic .column {
      float: right; }
    .panel.panel--topic p, .panel.panel--topic ul {
      color: #1A1A1A; }
  .panel h4 {
    font-family: "roboto_slabbold";
    font-size: 1.63rem;
    margin-bottom: 0.25em; }
  .panel h5 {
    font-family: "roboto_slabbold";
    font-size: 1.15rem;
    text-transform: uppercase;
    margin-bottom: 0.3em; }

.extra-content {
  position: absolute;
  top: 250px;
  left: 35px;
  width: 610px;
  font-family: "latoitalic";
  font-size: 0.94em;
  color: #1A1A1A; }
  .extra-content li {
    margin-bottom: 0.6em; }
  .extra-content .column--pro {
    width: 60%; }
  .extra-content .column--con {
    width: 40%; }

.attitude--water {
  color: #7F47DD; }
  .attitude--water .highlight-panels header {
    right: 130px; }
    .attitude--water .highlight-panels header h3 {
      left: 0px; }
  .attitude--water .color-stripe {
    background-color: #CAFCC3; }
  .attitude--water .column--pro:before {
    background-position: 0px -75px; }
  .attitude--water .column--con:before {
    background-position: -30px -75px; }
  .attitude--water .marker a {
    background-color: #7F47DD; }
  .attitude--water .marker--water-01 img {
    left: 106px;
    top: 255px; }
  .attitude--water .marker--water-01 a {
    left: 50px;
    top: 293px; }
  .attitude--water .marker--water-02 img {
    left: 130px;
    top: 362px; }
  .attitude--water .marker--water-02 a {
    left: 157px;
    top: 385px; }
  .attitude--water .marker--water-03 img {
    left: 138px;
    top: 387px; }
  .attitude--water .marker--water-03 a {
    left: 126px;
    top: 435px; }
  .attitude--water #water-topic-01 {
    padding-right: 50px; }
  .attitude--water #water-topic-03 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
  .attitude--water .image-column {
    padding-top: 10px; }

.attitude--sunbath {
  color: #EF6A4B; }
  .attitude--sunbath .highlight-panels header {
    right: 100px; }
    .attitude--sunbath .highlight-panels header h3 {
      left: -5px; }
  .attitude--sunbath .color-stripe {
    background-color: #FCEB72; }
  .attitude--sunbath .column--pro:before {
    background-position: 0px -50px; }
  .attitude--sunbath .column--con:before {
    background-position: -30px -50px; }
  .attitude--sunbath .marker a {
    background-color: #EF6A4B; }
  .attitude--sunbath .marker--sunbath-01 img {
    left: 60px;
    top: 349px; }
  .attitude--sunbath .marker--sunbath-01 a {
    left: 55px;
    top: 373px; }
  .attitude--sunbath .marker--sunbath-02 img {
    left: 126px;
    top: 329px; }
  .attitude--sunbath .marker--sunbath-02 a {
    left: 230px;
    top: 315px; }
  .attitude--sunbath .marker--sunbath-03 img {
    left: 132px;
    top: 326px; }
  .attitude--sunbath .marker--sunbath-03 a {
    left: 170px;
    top: 335px; }
  .attitude--sunbath .panel--topic {
    padding-right: 100px; }
  .attitude--sunbath .sunbath-clock {
    float: left;
    margin-right: 20px; }
  .attitude--sunbath .read-more {
    margin-top: 25px; }

.attitude--breath {
  color: #4CB725; }
  .attitude--breath .highlight-panels header {
    right: 100px; }
    .attitude--breath .highlight-panels header h3 {
      left: -10px; }
  .attitude--breath .color-stripe {
    background-color: #86E6FC; }
  .attitude--breath .column--pro:before {
    background-position: 0px -25px; }
  .attitude--breath .column--con:before {
    background-position: -30px -25px; }
  .attitude--breath .marker a {
    background-color: #4CB725; }
  .attitude--breath .marker--breath-01 img {
    left: 136px;
    top: 155px; }
  .attitude--breath .marker--breath-01 a {
    left: 95px;
    top: 137px; }
  .attitude--breath .marker--breath-02 img {
    left: 136px;
    top: 183px; }
  .attitude--breath .marker--breath-02 a {
    left: 157px;
    top: 190px; }
  .attitude--breath .marker--breath-03 img {
    left: 138px;
    top: 233px; }
  .attitude--breath .marker--breath-03 a {
    left: 157px;
    top: 240px; }
  .attitude--breath .marker--breath-04 img {
    left: 138px;
    top: 234px; }
  .attitude--breath .marker--breath-04 a {
    left: 115px;
    top: 285px; }
  .attitude--breath .panel--intro .column {
    position: relative; }
  .attitude--breath .read-more {
    position: absolute;
    left: 100%;
    bottom: 10px;
    width: 145px;
    margin-left: 30px; }
  .attitude--breath #breath-topic-01 {
    padding-right: 50px; }
  .attitude--breath #breath-topic-02 {
    padding-right: 50px; }
  .attitude--breath #breath-topic-03 {
    padding-right: 100px; }

.attitude--exercise {
  color: #179CFF; }
  .attitude--exercise .highlight-panels header {
    right: 0px; }
    .attitude--exercise .highlight-panels header h3 {
      left: -60px; }
  .attitude--exercise .color-stripe {
    background-color: #C0B3FF; }
  .attitude--exercise .column--pro:before {
    background-position: 00px  00px; }
  .attitude--exercise .column--con:before {
    background-position: -30px  00px; }
  .attitude--exercise .marker a {
    background-color: #179CFF; }
  .attitude--exercise .marker--exercise-01 img {
    left: 128px;
    top: 88px; }
  .attitude--exercise .marker--exercise-01 a {
    left: 131px;
    top: 41px; }
  .attitude--exercise .marker--exercise-02 img {
    left: 146px;
    top: 305px; }
  .attitude--exercise .marker--exercise-02 a {
    left: 150px;
    top: 295px; }
  .attitude--exercise .marker--exercise-03 img {
    left: 167px;
    top: 349px; }
  .attitude--exercise .marker--exercise-03 a {
    left: 110px;
    top: 385px; }
  .attitude--exercise .panel--topic {
    padding-right: 50px; }

.attitude--eat {
  color: #EF6A4B; }
  .attitude--eat .highlight-panels header {
    right: 0px; }
    .attitude--eat .highlight-panels header h3 {
      left: -10px; }
  .attitude--eat .color-stripe {
    background-color: #CAFCC3; }
  .attitude--eat .column--pro:before {
    background-position: 0px -50px; }
  .attitude--eat .column--con:before {
    background-position: -30px -50px; }
  .attitude--eat .marker a {
    background-color: #EF6A4B; }
  .attitude--eat .marker--eat-01 img {
    left: 196px;
    top: 95px; }
  .attitude--eat .marker--eat-01 a {
    left: 136px;
    top: 55px; }
  .attitude--eat .marker--eat-02 img {
    left: 201px;
    top: 268px; }
  .attitude--eat .marker--eat-02 a {
    left: 196px;
    top: 260px; }
  .attitude--eat .marker--eat-03 img {
    left: 193px;
    top: 336px; }
  .attitude--eat .marker--eat-03 a {
    left: 196px;
    top: 333px; }
  .attitude--eat .panel--topic {
    padding-right: 100px; }

.attitude--rest {
  color: #EF6A4B; }
  .attitude--rest .highlight-panels header {
    right: 35px; }
    .attitude--rest .highlight-panels header h3 {
      left: -40px; }
  .attitude--rest .color-stripe {
    background-color: #5E54A8; }
  .attitude--rest .column--pro:before {
    background-position: 0px -50px; }
  .attitude--rest .column--con:before {
    background-position: -30px -50px; }
  .attitude--rest .marker a {
    background-color: #EF6A4B; }
  .attitude--rest .marker--rest-01 img {
    left: 153px;
    top: 93px; }
  .attitude--rest .marker--rest-01 a {
    left: 90px;
    top: 105px; }
  .attitude--rest .marker--rest-02 img {
    left: 153px;
    top: 93px; }
  .attitude--rest .marker--rest-02 a {
    left: 153px;
    top: 55px; }
  .attitude--rest .content-stripe {
    width: 440px;
    color: #fff; }
  .attitude--rest .panel--topic {
    padding-right: 100px; }

.attitude--balance {
  color: #4CB725; }
  .attitude--balance .highlight-panels header {
    right: 100px; }
    .attitude--balance .highlight-panels header h3 {
      left: 0px; }
  .attitude--balance .color-stripe {
    background-color: #86E6FC; }
  .attitude--balance .column--pro:before {
    background-position: 0px -25px; }
  .attitude--balance .column--con:before {
    background-position: -30px -25px; }
  .attitude--balance .marker a {
    background-color: #4CB725; }
  .attitude--balance .marker--balance-01 img {
    left: 142px;
    top: 285px; }
  .attitude--balance .marker--balance-01 a {
    left: 142px;
    top: 270px; }
  .attitude--balance .marker--balance-02 img {
    left: 140px;
    top: 346px; }
  .attitude--balance .marker--balance-02 a {
    left: 142px;
    top: 355px; }
  .attitude--balance .marker--balance-03 img {
    left: 140px;
    top: 343px; }
  .attitude--balance .marker--balance-03 a {
    left: 205px;
    top: 329px; }
  .attitude--balance .panel--topic {
    padding-right: 100px; }

.attitude--faith {
  color: #179CFF; }
  .attitude--faith .highlight-panels header {
    right: 0px; }
    .attitude--faith .highlight-panels header h3 {
      left: 0px; }
  .attitude--faith .color-stripe {
    background-color: #FCEB72; }
  .attitude--faith .column--pro:before {
    background-position: 00px  00px; }
  .attitude--faith .column--con:before {
    background-position: -30px  00px; }
  .attitude--faith .marker a {
    background-color: #179CFF; }
  .attitude--faith .marker--faith-01 img {
    left: 254px;
    top: 168px; }
  .attitude--faith .marker--faith-01 a {
    left: 230px;
    top: 40px; }
  .attitude--faith .marker--faith-02 img {
    left: 257px;
    top: 410px; }
  .attitude--faith .marker--faith-02 a {
    left: 256px;
    top: 135px; }
  .attitude--faith .marker--faith-03 img {
    left: 261px;
    top: 268px; }
  .attitude--faith .marker--faith-03 a {
    left: 232px;
    top: 308px; }
  .attitude--faith .panel--topic {
    padding-right: 100px; }
