/* 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;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
@font-face {
  font-family: 'Conv_FSERPROB-BOOK';
  src: url('../fonts/FSERPROB-BOOK.eot');
  src: local('☺'), url('../fonts/FSERPROB-BOOK.ttf') format('truetype'), url('../fonts/FSERPROB-BOOK.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_FSERPROB-DEMI';
  src: url('../fonts/FSERPROB-DEMI.eot');
  src: local('☺'), url('../fonts/FSERPROB-DEMI.ttf') format('truetype'), url('../fonts/FSERPROB-DEMI.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_FSERPROB-MEDIUM';
  src: url('../fonts/FSERPROB-MEDIUM.eot');
  src: local('☺'), url('../fonts/FSERPROB-MEDIUM.ttf') format('truetype'), url('../fonts/FSERPROB-MEDIUM.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_FSERPROB-BOLD';
  src: url('../fonts/FSERPROB-BOLD.eot');
  src: local('☺'), url('../fonts/FSERPROB-BOLD.ttf') format('truetype'), url('../fonts/FSERPROB-BOLD.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF';
  src: url('../fonts/FEDRASANSALTPRO-DEMILF.eot');
  src: local('☺'), url('../fonts/FEDRASANSALTPRO-DEMILF.ttf') format('truetype'), url('../fonts/FEDRASANSALTPRO-DEMILF.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font1 {
  font-family: 'Conv_FSERPROB-DEMI', "Times New Roman", serif !important;
}
/* COLORS */
/* FUNCTIONS */
/* LAYER */
a {
  text-decoration: none;
  color: black;
}
.btn-popups {
  position: fixed;
  bottom: 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: white;
}
.btn-popups.story-one {
  right: 144px;
}
.btn-popups.story-two {
  right: 120px;
}
.btn-popups.sourcing-one {
  right: 96px;
}
.btn-popups.sourcing-two {
  right: 72px;
}
.btn-popups.sourcing-three {
  right: 48px;
}
.btn-popups.creation-one {
  right: 24px;
}
.btn-popups.creation-two {
  right: 0;
}
.btn {
  cursor: pointer;
  width: 99px;
  height: 99px;
  background-repeat: no-repeat;
}
.btn.btn-play {
  background-image: url(../images/play.png);
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn.btn-play:hover {
  background-image: url(../images/play-hover.png);
}
.btn.btn-pause {
  margin: 15% auto 0;
  background-image: url(../images/pause.png);
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn.btn-pause:hover {
  background-image: url(../images/play.png);
}
body {
  font-family: "Conv_FSERPROB-DEMI", "Times New Roman", serif;
  color: white;
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
body > header {
  position: relative;
  z-index: 100;
  padding: 20px 40px;
  background-color: black;
}
body > header h1 {
  float: left;
  font-family: "Conv_FSERPROB-BOOK", "Times New Roman", serif;
}
body > header h1 span {
  vertical-align: top;
  padding-left: 30px;
  font-size: 20px;
  color: #666;
}
body > header nav {
  position: absolute;
  bottom: 25px;
  left: 150px;
}
body > header nav li {
  display: inline-block;
  margin-right: 8px;
}
body > header nav a {
  color: white;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
body > header nav a.active {
  color: #A2C07E;
}
body > header .brand {
  float: right;
  text-align: right;
}
body > header .brand .brand-desc {
  margin-top: 45px;
  font-size: 10px;
  color: white;
}
body section {
  position: absolute;
  top: 115px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
body .section-init {
  background-color: #000;
}
body .section-home {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .section-home .section-home-background {
  background-image: url(../images/bg_home.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
body .section-home .home-content {
  width: 100%;
  text-align: center;
}
body .section-home header {
  position: absolute;
  top: 13%;
  width: 100%;
  font-size: 32px;
  letter-spacing: 4px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #ffffff;
  font-family: "Conv_FSERPROB-BOOK", "Times New Roman", serif;
}
body .section-home header .header-top-logo {
  width: 436px;
  margin: 0 auto 15px;
}
body .section-home header .header-top-logo > div {
  float: left;
  width: 125px;
}
body .section-home header .line {
  height: 65px;
  border-bottom: 3px solid white;
}
body .section-home header .header-logo {
  margin: 0 30px;
  width: 105px;
  height: 76px;
  background-image: url(../images/journey_patchouli.png);
  background-repeat: no-repeat;
}
body .section-home footer {
  position: absolute;
  bottom: 13%;
  width: 100%;
  padding-top: 3%;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .section-home footer p {
  width: 320px;
  margin: 0 auto;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
body .section-home footer p a {
  display: block;
  padding: 18px 100px 15px;
  color: white;
  border: 2px solid white;
  font-size: 15px;
  text-align: center;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
body .section-home footer p:hover {
  background-color: white;
}
body .section-home footer p:hover a {
  color: black;
}
body .section-home footer .social-list {
  width: 74px;
  margin: 20px auto 0;
}
body .section-home footer .social-list li {
  float: left;
  margin-right: 38px;
}
body .section-home footer .social-list li:last-of-type {
  margin-right: 0;
}
body .section-home footer .social-list .social {
  display: block;
  height: 18px;
  width: 18px;
  background-position: center;
  background-repeat: no-repeat;
}
body .section-home footer .social-list .social.social-fb {
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-image: url(../images/social-fb.png);
}
body .section-home footer .social-list .social.social-fb:hover {
  background-image: url(../images/social-fb-hover.png);
}
body .section-home footer .social-list .social.social-twitter {
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-image: url(../images/social-twitter.png);
}
body .section-home footer .social-list .social.social-twitter:hover {
  background-image: url(../images/social-twitter-hover.png);
}
body .section-nav {
  left: -100%;
  width: 100%;
  overflow: hidden;
}
body .section-nav video {
  position: fixed;
  right: 100%;
  bottom: 0;
  top: 53px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .section-nav .item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .section-nav .item.item1 {
  left: 0;
  background-image: url(../images/nav-left.jpg);
  background-position: left;
}
body .section-nav .item.item2 {
  left: 33.33%;
  background-image: url(../images/nav-center.jpg);
  background-position: center;
}
body .section-nav .item.item3 {
  right: 0;
  background-image: url(../images/nav-right.jpg);
  background-position: right;
}
body .section-nav .item .btn {
  cursor: pointer;
  margin: 0 auto 0;
  display: block;
  position: relative;
  top: 35%;
  width: 99px;
  height: 99px;
  background-repeat: no-repeat;
}
body .section-nav .item .btn.btn-play {
  background-image: url(../images/play.png);
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .section-nav .item .btn.btn-play:hover {
  background-image: url(../images/play-hover.png);
}
body .section-nav .item .btn.btn-pause {
  margin: 15% auto 0;
  background-image: url(../images/pause.png);
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body .section-nav .item .btn.btn-pause:hover {
  background-image: url(../images/play.png);
}
body .section-nav .item article {
  position: absolute;
  bottom: 20%;
  left: 15%;
}
body .section-nav .item article .article-title {
  font-size: 39px;
  letter-spacing: 3px;
}
body .section-nav .item article .article-desc {
  margin: 20px auto 16px;
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
  font-size: 12px;
}
body .section-nav .item article .article-author {
  font-size: 18px;
  line-height: 1.5;
}
body .section-nav .item article .article-author-job {
  font-size: 12px;
}
.o-video-controls {
  display: none;
}
.o-video-controls .o-video-play {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 10px;
  margin-bottom: -5px;
}
.o-video-controls .o-video-play > span {
  display: block;
  width: 20px;
  height: 20px;
}
.o-video-controls .o-video-play > span.ico-play {
  background: url('../images/ico-play.png');
}
.o-video-controls .o-video-play > span.ico-pause {
  background: url('../images/ico-pause.png');
}
.o-video-controls .o-video-time {
  display: none;
}
.o-video-controls .o-center-ctn {
  position: absolute;
  left: 50%;
  top: 42%;
  margin-top: -50px;
  margin-left: -50px;
}
.o-video-controls .o-center-ctn .o-center {
  position: relative;
}
.o-video-controls .o-center-ctn .o-center-btn {
  position: absolute;
  cursor: pointer;
  width: 99px;
  height: 99px;
  background-repeat: no-repeat;
  top: -999999px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9999;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, background 0.5s ease-in-out;
}
.o-video-controls .o-center-ctn .o-center-btn.o-center-btn-play {
  margin: 15% auto 0;
  background-image: url(../images/pause.png);
}
.o-video-controls .o-center-ctn .o-center-btn.o-center-btn-play:hover {
  background-image: url(../images/play.png);
}
.o-video-controls .o-center-ctn .o-center-btn.o-center-btn-play.o-center-btn-play-active {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.o-video-controls .o-video-bar {
  display: inline-block;
  position: relative;
  height: 10px;
  width: 96%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
}
.o-video-controls .o-video-bar .o-video-key {
  position: absolute;
  top: -4px;
  display: block;
  width: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  height: 5px;
  margin-left: -2px;
  border-radius: 30px;
  border: 6px solid #666666;
  background-color: #ffffff;
  cursor: pointer;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.o-video-controls .o-video-bar .o-video-key.active .o-video-key-tooltip {
  top: -240px;
  opacity: 1;
  filter: alpha(opacity=100);
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.o-video-controls .o-video-bar .o-video-key.disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  top: -999999px;
}
.o-video-controls .o-video-bar .o-video-key .o-video-key-tooltip {
  width: 280px;
  height: 207px;
  margin-left: -135px;
  position: relative;
  top: -99999999px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  padding-bottom: 30px;
}
.o-video-controls .o-video-bar .o-video-key .o-video-key-tooltip .o-video-key-tooltip-ctn {
  cursor: default;
  width: 220px;
  height: 150px;
  padding: 40px 25px 20px 25px;
  background: white;
  display: block;
  left: 0;
  position: absolute;
}
.o-video-controls .o-video-bar .o-video-key .o-video-key-tooltip .o-video-key-tooltip-ctn .o-video-key-title {
  display: block;
  clear: left;
  float: left;
  color: #000000;
  font-size: 18px;
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
  padding-bottom: 18px;
  letter-spacing: 3px;
}
.o-video-controls .o-video-bar .o-video-key .o-video-key-tooltip .o-video-key-tooltip-ctn .o-video-key-desc {
  color: #666666;
  clear: left;
  line-height: 16px;
  display: block;
  float: left;
  font-size: 13px;
}
.o-video-controls .o-video-bar .o-video-key .o-video-key-tooltip .o-video-key-tooltip-ctn .o-video-key-btn {
  cursor: pointer;
  font-family: "Conv_FSERPROB-DEMI", 'Times New Roman', serif;
  font-weight: bold;
  color: #000000;
  clear: left;
  display: block;
  float: left;
  font-size: 13px;
  padding: 10px;
  border: 2px solid #000000;
  min-width: 170px;
  text-align: center;
  position: absolute;
  bottom: 31px;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.o-video-controls .o-video-bar .o-video-key .o-video-key-tooltip .o-video-key-tooltip-ctn .o-video-key-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.o-video-controls .o-video-bar .o-video-key .o-video-key-tooltip .o-video-key-tooltip-ctn:after {
  top: 100%;
  left: 50.5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 13px;
  margin-left: -13px;
}
.o-video-controls .o-video-main-ctn {
  position: absolute;
  bottom: 20px;
  width: 96%;
  left: 2%;
}
.o-video-controls .o-video-bar-progress {
  display: block;
  height: 10px;
  width: 0;
  background-color: white;
}
.o-video-controls .o-video-options-ctn {
  position: absolute;
  display: block;
  top: 38%;
  right: 0;
  width: 47px;
}
.o-video-controls .o-video-mute {
  display: block;
  float: left;
  background: url('../images/ico-right-sound-off.jpg');
  width: 47px;
  height: 47px;
}
.o-video-controls .o-video-mute > span {
  float: left;
  width: 47px;
  height: 47px;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: url('../images/ico-right-sound.jpg');
}
.o-video-controls .o-video-mute > span.ico-volume-off {
  opacity: 0;
  filter: alpha(opacity=0);
}
.o-video-controls .o-video-mute > span.ico-volume-up {
  opacity: 1;
  filter: alpha(opacity=100);
}
.o-video-controls .o-video-fullscreen {
  display: block;
  float: left;
  background: url('../images/ico-right-fullscreen-cancel.jpg');
  width: 47px;
  height: 47px;
}
.o-video-controls .o-video-fullscreen > span {
  float: left;
  width: 47px;
  height: 47px;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  background: url('../images/ico-right-fullscreen.jpg');
}
.o-video-controls .o-video-fullscreen > span.ico-fullscreen-cancel {
  opacity: 0;
  filter: alpha(opacity=0);
}
.o-video-controls .o-video-fullscreen > span.ico-fullscreen {
  opacity: 1;
  filter: alpha(opacity=100);
}
.o-video-controls .o-video-captions-ctn {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  font-family: Arial;
  opacity: 1;
  filter: alpha(opacity=100);
}
.o-video-controls .o-video-captions-ctn .o-video-captions {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
  -webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
}
.o-video-controls .o-video-people-ctn {
  position: absolute;
  text-align: left;
  font-size: 1.5em;
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', Arial;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.o-video-controls .o-video-people-ctn .o-people-key {
  position: absolute;
  text-align: left;
}
.o-video-controls .o-video-people-ctn .o-people-key .o-people-key-title {
  display: block;
  clear: both;
  float: left;
  font-size: 1.1em;
}
.o-video-controls .o-video-people-ctn .o-people-key .o-people-key-subtitle {
  display: block;
  clear: both;
  float: left;
  font-size: 0.9em;
}
.o-video-controls .o-video-people-ctn .o-people-key.right {
  text-align: right;
}
.o-video-controls .o-video-people-ctn .o-people-key.right .o-people-key-title,
.o-video-controls .o-video-people-ctn .o-people-key.right .o-people-key-subtitle {
  float: right;
}
.o-video-controls .o-video-hotspot {
  position: absolute;
  z-index: 999999;
  width: 70px;
  height: 70px;
  display: block;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.o-video-controls .o-video-hotspot.active {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99999999;
}
.o-video-controls .o-video-hotspot.disabled {
  opacity: 0;
  filter: alpha(opacity=0);
}
.o-video-controls .o-video-hotspot .o-video-hotspot-tooltip {
  width: 70px;
  height: 70px;
  display: block;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  padding-left: 30px;
  margin-left: -30px;
}
.o-video-controls .o-video-hotspot .o-video-hotspot-tooltip .o-video-hotspot-tooltip-ctn {
  width: 220px;
  height: 150px;
  padding: 40px 25px 20px 25px;
  background: white;
  display: block;
  position: absolute;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  margin-right: 40px;
}
.o-video-controls .o-video-hotspot .o-video-hotspot-tooltip .o-video-hotspot-tooltip-ctn .o-video-hotspot-title {
  display: block;
  clear: left;
  float: left;
  color: #000000;
  font-size: 18px;
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
  padding-bottom: 18px;
  letter-spacing: 3px;
}
.o-video-controls .o-video-hotspot .o-video-hotspot-tooltip .o-video-hotspot-tooltip-ctn .o-video-hotspot-desc {
  color: #666666;
  clear: left;
  line-height: 16px;
  display: block;
  float: left;
  font-size: 13px;
}
.o-video-controls .o-video-hotspot .o-video-hotspot-tooltip .o-video-hotspot-tooltip-ctn .o-video-hotspot-btn {
  cursor: pointer;
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  color: #000000;
  clear: left;
  display: block;
  float: left;
  font-size: 13px;
  padding: 10px;
  border: 2px solid #000000;
  min-width: 170px;
  text-align: center;
  position: absolute;
  bottom: 31px;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.o-video-controls .o-video-hotspot .o-video-hotspot-tooltip .o-video-hotspot-tooltip-ctn .o-video-hotspot-btn:hover {
  color: white;
  background-color: black;
}
.o-video-controls .o-video-hotspot .o-video-hotspot-tooltip .o-video-hotspot-tooltip-ctn:after {
  top: 12%;
  left: 104.5%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 13px;
  margin-left: -13px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.o-video-controls .o-video-hotspot .o-video-hotspot-tooltip-ctn {
  left: -259px;
  opacity: 1;
  filter: alpha(opacity=100);
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}
.o-video-controls .o-video-hotspot .o-video-btn-hotspot {
  position: relative;
  width: 70px;
  height: 70px;
  border: 2px solid white;
  border-radius: 35px;
}
.o-video-controls .o-video-hotspot .o-video-btn-hotspot .btn-plus {
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 7px;
  margin-left: 7px;
  width: 56px;
  height: 56px;
  border-radius: 30px;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 55px;
}
.o-video-controls .o-video-hotspot .o-video-btn-hotspot .btn-plus:hover {
  cursor: pointer;
  margin-top: 6px;
  margin-left: 6px;
  width: 58px;
  height: 58px;
  border-radius: 30px;
  background-color: white;
  color: black;
  text-align: center;
  line-height: 55px;
}
.section-page {
  position: absolute;
  top: -99999px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 9999999999999999999999;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 1s ease-in-out, left 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out, left 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out, left 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out, left 1s ease-in-out;
  transition: opacity 1s ease-in-out, left 1s ease-in-out;
}
.section-page .content-subtitle small {
  font-size: 0.65em;
  margin-top: -1px;
  margin-bottom: 3px;
  display: block;
}
.section-page .content-subtitle.content-subtitle-noborder {
  border-bottom: none;
}
.section-page .ps1 {
  font-size: 12px;
  line-height: 1.9;
  width: 95%!important;
  padding-top: 10px;
}
.section-page .overflow {
  top: 0;
  width: 100%;
}
.section-page .overflow > div {
  position: absolute;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.section-page .overflow > div .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.section-page .overflow > div .overlay .zoom {
  width: 100%;
  height: 100%;
  background-image: url(../images/zoom.png);
  background-repeat: no-repeat;
  background-size: 51px;
  background-position: center;
}
.section-page .overflow > div .overlay .zoom a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-page .overflow > div:hover .overlay {
  opacity: 1;
}
.section-page > div {
  position: absolute;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.section-page > div .overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.section-page > div .overlay .zoom {
  width: 100%;
  height: 100%;
  background-image: url(../images/zoom.png);
  background-repeat: no-repeat;
  background-size: 51px;
  background-position: center;
}
.section-page > div .overlay .zoom a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-page > div:hover .overlay {
  opacity: 1;
}
.section-page .white {
  background-color: #ffffff;
}
.section-page .style-title {
  top: 0;
  left: 0;
  height: 50%;
  width: 25%;
  background-color: black;
}
.section-page .style-title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.section-page .style-title p {
  padding-left: 6%;
  padding-right: 6%;
  width: 88%;
}
.section-page .style-title p span {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 95% bottom;
  font-size: 45px;
}
.section-page .style-1l-2h {
  height: 50%;
  width: 25%;
}
.section-page .style-3l-4h {
  height: 100%;
  width: 75%;
}
.section-page .style-1l-3h {
  height: 75%;
  width: 25%;
}
.section-page .style-05l-1h {
  height: 25%;
  width: 12.5%;
}
.section-page .style-04l-1h {
  height: 25%;
  width: 9%;
}
.section-page .style-18l-2h {
  height: 50%;
  width: 54%;
}
.section-page .style-1l-25h {
  height: 65%;
  width: 25%;
}
.section-page .style-25l-2h {
  height: 50%;
  width: 62.5%;
}
.section-page .style-2l-2h {
  height: 50%;
  width: 50%;
}
.section-page .style-1l-1h {
  height: 25%;
  width: 25%;
}
.section-page .style-15l-2h {
  height: 50%;
  width: 37.5%;
}
.section-page .style-16l-2h {
  height: 50%;
  width: 46%;
}
.section-page .style-3l-2h {
  height: 50%;
  width: 75%;
}
.section-page article p {
  margin: 0 0 2.2%;
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
  line-height: 1.6;
  font-size: 13px;
  color: black;
}
.section-page article .content-title {
  font-family: 'Conv_FSERPROB-DEMI', "Times New Roman", serif;
  font-size: 30px;
  color: #4c6634;
}
.section-page article .content-subtitle {
  padding-bottom: 18px;
  border-bottom: 1px solid black;
  margin-bottom: 7%;
  font-family: 'Conv_FSERPROB-DEMI', "Times New Roman", serif;
  font-size: 18px;
}
.section-page article .content-author {
  margin-bottom: 4px;
  color: #abb648;
}
.section-page .quote {
  width: 39px;
  height: 33px;
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
}
.section-page .desc-itw {
  padding: 0 6%;
  background-color: black;
}
.section-page .desc-itw .itw-author {
  margin-top: 4%;
  font-size: 30px;
  font-family: 'Conv_FSERPROB-DEMI', "Times New Roman", Times, serif;
}
.section-page .desc-itw p {
  margin-top: 4%;
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.7;
}
.section-page .desc-itw p span {
  display: block;
}
.section-page .video-container {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.section-page video {
  display: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  /* vertical center */
  left: 0;
  right: 0;
  /* horizontal center */
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 0;
}
.section-page .btn {
  position: absolute;
  top: 40%;
  left: 45%;
}
.section-page .btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-page .centered {
  display: inline-block;
  vertical-align: middle;
}
.section-page .bottomed {
  padding-bottom: 15%;
  display: inline-block;
  vertical-align: bottom;
}
.section-page .ico-right {
  right: 0;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  cursor: pointer;
  /** fix transition bug **/
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.section-page .ico-right.close {
  top: 8%;
}
.section-page .ico-right.close.close-black {
  background-image: url(../images/ico-right-close-black.jpg);
}
.section-page .ico-right.close.close-white {
  background-image: url(../images/ico-right-close-white.jpg);
}
.section-page .ico-right.next {
  top: 40%;
}
.section-page .ico-right.next.next-black {
  background-image: url(../images/ico-right-arrow-black.jpg);
}
.section-page .ico-right.next.next-white {
  background-image: url(../images/ico-right-arrow-white.jpg);
}
.section-page .ico-right.next.prev-white {
  background-image: url(../images/ico-right-arrow-white.jpg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-page .ico-right.next.prev-black {
  background-image: url(../images/ico-right-arrow-black.jpg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-page .ico-right.prev {
  opacity: 0;
  filter: alpha(opacity=0);
  top: 45%;
}
.section-page .ico-right.prev.prev-white {
  background-image: url(../images/ico-right-arrow-white.jpg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-page.story1 .style-title p span {
  padding-bottom: 0;
  padding-top: 0;
  font-size: 40px;
  line-height: 51px;
}
.section-page.story1 .style-1l-2h {
  top: 50%;
  left: 0;
  background-image: url(../images/chypres.jpg);
}
.section-page.story1 .style-3l-4h {
  background-color: white;
  top: 0;
  left: 25%;
  padding: 2.5% 5%;
}
.section-page.story1 .style-3l-4h article {
  float: left;
  width: 90%;
  max-width: 800px;
}
.section-page.story1 .style-3l-4h article .content-subtitle {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 2.5%;
}
.section-page.story1 .style-3l-4h aside {
  display: none;
  float: right;
  width: 15%;
}
.section-page.story1 .style-3l-4h aside div {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  width: 138px;
  height: 77px;
  padding: 8px;
  margin-bottom: 36px;
  margin-top: 50px;
}
.section-page.story1 .style-3l-4h aside div p {
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
  line-height: 1.4;
}
.section-page.story1 .style-3l-4h aside div.color1 {
  margin-top: 0;
  background-color: #3c5505;
}
.section-page.story1 .style-3l-4h aside div.color2 {
  background-color: #688400;
}
.section-page.story1 .style-3l-4h aside div.color3 {
  background-color: #9aad00;
  border-bottom: 0;
}
.section-page.story1 .style-3l-4h aside div.spacer-border {
  height: 2px;
  margin: 0;
  padding: 0;
  background-color: #000000;
}
.section-page.video1 video {
  min-height: auto;
}
.section-page.video1 .style-title p span {
  background-image: none;
}
.section-page.video1 .style-3l-2h.itw {
  top: 0;
  right: 0;
  background-image: url(../images/sourcingmodel.jpg);
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.section-page.video1 .style-3l-2h.itw video {
  height: 40%;
}
.section-page.video1 .style-3l-2h.itw2 {
  background-image: url(../images/phorto-marinah.jpg);
}
.section-page.video1 .style-3l-2h.content {
  background: white;
  top: 50%;
  left: 0;
  padding: 3% 7% 3% 3%;
}
.section-page.video1 .style-1l-2h {
  top: 50%;
  right: 0;
}
.section-page.video1 .style-1l-2h:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.section-page.video2 .style-1l-2h {
  top: 50%;
  left: 0;
  padding: 3% 7% 3% 3%;
  background: white;
}
.section-page.video2 .style-15l-2h:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.section-page.video2 .style-15l-2h.itw1 {
  top: 0;
  left: 25%;
  background-image: url(../images/itw1.jpg);
}
.section-page.video2 .style-15l-2h.itw1-desc {
  top: 0;
  right: 0;
}
.section-page.video2 .style-15l-2h.itw2-desc {
  top: 50%;
  left: 25%;
}
.section-page.video2 .style-15l-2h.itw2 {
  top: 50%;
  right: 0;
  background-image: url(../images/itw2.jpg);
}
.section-page.creation1 .style-1l-2h.top {
  top: 0;
  left: 25%;
  background-image: url(../images/crea1-1.jpg);
  background-position: center -80px;
}
.section-page.creation1 .style-1l-2h.middle {
  top: 25%;
  left: 50%;
  background-image: url(../images/git02.jpg);
  background-position: left;
}
.section-page.creation1 .style-1l-2h.top-right {
  right: 0;
  top: 0;
  background-image: url(../images/crea1-6.jpg);
}
.section-page.creation1 .style-1l-2h.bot-right {
  right: 0;
  bottom: 0;
  background-image: url(../images/git04.jpg);
  background-position: bottom;
}
.section-page.creation1 .style-1l-1h.top {
  top: 0;
  left: 50%;
  background-image: url(../images/git01.jpg);
}
.section-page.creation1 .style-1l-1h.bottom {
  bottom: 0;
  left: 50%;
  background-image: url(../images/git03.jpg);
  background-position: bottom;
}
.section-page.creation1 .it1 {
  background-image: url(../images/git1.jpg);
}
.section-page.creation1 .it2 {
  background-image: url(../images/git2.jpg);
}
.section-page.creation1 .it3 {
  background-image: url(../images/git3.jpg);
}
.section-page.creation1 .it4 {
  background-image: url(../images/git4.jpg);
}
.section-page.creation1 .it5 {
  background-image: url(../images/git5.jpg);
}
.section-page.creation1 .it6 {
  background-image: url(../images/git6.jpg);
}
.section-page.creation1 .it7 {
  background-image: url(../images/git7.jpg);
}
.section-page.creation1 .it8 {
  background-image: url(../images/git8.jpg);
}
.section-page.creation1 .it9 {
  background-image: url(../images/git9.jpg);
}
.section-page.creation1 .left-2 {
  left: 100%;
}
.section-page.creation1 .left-3 {
  left: 125%;
}
.section-page.creation1 .left-4 {
  left: 150%;
}
.section-page.creation1 .left-5 {
  left: 175%;
}
.section-page.creation1 .top-2 {
  top: 25%;
}
.section-page.creation1 .top-3 {
  top: 50%;
}
.section-page.creation1 .top-4 {
  top: 75%;
}
.section-page.creation1 .style-2l-2h {
  top: 50%;
  left: 0;
  padding: 3% 7% 3% 3%;
  background: white;
}
.section-page.creation2 .black {
  background-color: black;
}
.section-page.creation2 .black article p {
  color: white;
}
.section-page.creation2 .black article .content-subtitle {
  border-color: white;
}
.section-page.creation2 .style-18l-2h.top-left {
  top: 0;
  left: 25%;
  background-image: url(../images/creation2-1.jpg);
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top left;
}
.section-page.creation2 .style-18l-2h.top-right {
  top: 0;
  left: 125%;
  background-image: url(../images/creation2-3.jpg);
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top left;
}
.section-page.creation2 .style-18l-2h.bottom-left {
  bottom: 0;
  left: 25%;
  padding: 3% 3% 3% 3%;
}
.section-page.creation2 .style-18l-2h.bottom-left article p:last-of-type {
  width: 80%;
}
.section-page.creation2 .style-18l-2h.bottom-right {
  bottom: 0;
  left: 125%;
  padding: 3% 3% 3% 3%;
}
.section-page.creation2 .style-18l-2h.bottom-right article p:last-of-type {
  width: 80%;
}
.section-page.creation2 .style-1l-2h {
  bottom: 0;
  left: 0;
  padding: 3% 3% 3% 3%;
  background: white;
}
.section-page.creation2 .style-1l-2h article .content-subtitle {
  margin-bottom: 19%;
}
.section-page.creation2 .style-16l-2h {
  left: 79%;
}
.section-page.creation2 .style-16l-2h.top {
  top: 0;
  padding: 3% 3% 3% 3%;
}
.section-page.creation2 .style-16l-2h.top article p:last-of-type {
  width: 80%;
}
.section-page.creation2 .style-16l-2h.bottom {
  bottom: 0;
  background-image: url(../images/creation2-2.jpg);
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-page.consumer .black {
  background-color: black;
}
.section-page.consumer .white {
  color: black;
}
.section-page.consumer .style-title p span {
  background-image: none;
}
.section-page.consumer .style-04l-1h {
  top: 0;
  left: 25%;
}
.section-page.consumer .style-04l-1h:nth-of-type(n+8) {
  top: 25%;
}
.section-page.consumer .style-04l-1h.one {
  background-color: #e6bd19;
}
.section-page.consumer .style-04l-1h.two {
  background-color: #e69b19;
  left: 34%;
}
.section-page.consumer .style-04l-1h.three {
  background-color: #c05727;
  left: 43%;
}
.section-page.consumer .style-04l-1h.four {
  background-color: #c64c38;
  left: 52%;
}
.section-page.consumer .style-04l-1h.five {
  background-color: #e53e30;
  left: 61%;
}
.section-page.consumer .style-04l-1h.six {
  background-color: #c57d5a;
  left: 70%;
}
.section-page.consumer .style-04l-1h.seven {
  background-color: #b78c1f;
  left: 25%;
}
.section-page.consumer .style-04l-1h.eight {
  background-color: #75541d;
  left: 34%;
}
.section-page.consumer .style-04l-1h.nine {
  background-color: #702277;
  left: 43%;
}
.section-page.consumer .style-04l-1h.ten {
  background-color: #72a951;
  left: 52%;
}
.section-page.consumer .style-04l-1h.eleven {
  background-color: #e6e2e7;
  left: 61%;
}
.section-page.consumer .style-04l-1h.twelve {
  background-color: #fff;
  left: 70%;
}
.section-page.consumer .style-05l-1h {
  width: 10.8%;
}
.section-page.consumer .style-18l-2h {
  bottom: 0;
  left: 25%;
}
.section-page.consumer .style-18l-2h:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.section-page.consumer .style-18l-2h p {
  padding: 0 24%;
  font-size: 30px;
  line-height: 1.4;
}
.section-page.consumer .style-18l-2h p span {
  display: block;
}
.section-page.consumer .style-1l-2h {
  background: white;
  width: 54%;
}
.section-page.consumer .style-1l-2h.top {
  top: 0;
  left: 79%;
  background: black;
  width: 54%;
}
.section-page.consumer .style-1l-2h.top:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.section-page.consumer .style-1l-2h.top p {
  padding: 0 20%;
  font-size: 30px;
  line-height: 1.4;
}
.section-page.consumer .style-1l-2h.top p span {
  display: block;
}
.section-page.consumer .style-1l-2h.left-bot {
  bottom: 0;
  left: 0;
  padding: 3% 3% 3% 3%;
  background: white;
  width: 25%;
}
.section-page.consumer .style-1l-2h.left-bot article p:last-of-type {
  margin-top: 20%;
}
.section-page.consumer .style-1l-2h.right-bot {
  bottom: 0;
  left: 79%;
  background: #ffffff url(../images/consumer.jpg);
  -webkit-background-size: contain;
  -ms-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-page.consumer .style-05l-1h {
  top: 0;
  left: 133%;
  text-align: center;
  line-height: 1.9;
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
.section-page.consumer .style-05l-1h p {
  font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
}
.section-page.consumer .style-05l-1h:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.section-page.consumer .style-05l-1h span {
  display: block;
}
.section-page.consumer .style-05l-1h.two,
.section-page.consumer .style-05l-1h.seven {
  left: 143.9%;
}
.section-page.consumer .style-05l-1h.three,
.section-page.consumer .style-05l-1h.eight {
  left: 154.7%;
}
.section-page.consumer .style-05l-1h.four,
.section-page.consumer .style-05l-1h.nine {
  left: 165.5%;
}
.section-page.consumer .style-05l-1h.five,
.section-page.consumer .style-05l-1h.ten {
  left: 176.23%;
}
.section-page.consumer .style-05l-1h.six,
.section-page.consumer .style-05l-1h.seven,
.section-page.consumer .style-05l-1h.eight,
.section-page.consumer .style-05l-1h.nine,
.section-page.consumer .style-05l-1h.ten {
  top: 25%;
}
.section-page.consumer .style-05l-1h .arrow {
  position: absolute;
  width: 10px;
  height: 20px;
  background-repeat: no-repeat;
}
.section-page.consumer .style-05l-1h .arrow.arrow-black {
  background-image: url(../images/arrow-lt-black.png);
}
.section-page.consumer .style-05l-1h .arrow.arrow-black.arrow-right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-page.consumer .style-05l-1h .arrow.arrow-black.arrow-top {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-page.consumer .style-05l-1h .arrow.arrow-white {
  background-image: url(../images/arrow-lt-white.png);
}
.section-page.consumer .style-05l-1h .arrow.arrow-white.arrow-left {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-page.consumer .style-05l-1h .arrow.arrow-white.arrow-bot {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-page.consumer .style-05l-1h .arrow.arrow-position-right {
  top: 43%;
  right: 0;
}
.section-page.consumer .style-05l-1h .arrow.arrow-position-left {
  top: 43%;
  left: 0;
}
.section-page.consumer .style-05l-1h .arrow.arrow-position-center {
  left: 49%;
}
.section-page.consumer .style-05l-1h .arrow.arrow-position-center.center-top {
  top: -5px;
}
.section-page.consumer .style-05l-1h .arrow.arrow-position-center.center-bot {
  bottom: -5px;
}
.section-page.consumer .style-25l-2h {
  bottom: 0;
  left: 133%;
  width: 54%;
}
.section-page.consumer .style-25l-2h:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */
}
.section-page.consumer .style-25l-2h.desc-itw {
  padding: 0 14%;
}
.section-page.consumer .style-25l-2h.desc-itw p {
  line-height: 1.5;
}
.section-page.farming .black {
  background-color: black;
}
.section-page.farming .black article p {
  color: white;
}
.section-page.farming .black article .content-subtitle {
  border-color: white;
}
.section-page.farming .style-18l-2h.top-1,
.section-page.farming .style-18l-2h.top-2,
.section-page.farming .style-18l-2h.top-3,
.section-page.farming .style-18l-2h.top-4 {
  top: 0;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: top left;
}
.section-page.farming .style-18l-2h.top-1 {
  left: 25%;
  background-image: url(../images/farming-1.jpg);
}
.section-page.farming .style-18l-2h.top-2 {
  left: 125%;
  background-image: url(../images/farming-3.jpg);
}
.section-page.farming .style-18l-2h.top-3 {
  left: 225%;
  background-image: url(../images/farming-5.jpg);
}
.section-page.farming .style-18l-2h.top-4 {
  left: 325%;
  background-image: url(../images/farming-5.jpg);
}
.section-page.farming .style-18l-2h.bottom-1,
.section-page.farming .style-18l-2h.bottom-2,
.section-page.farming .style-18l-2h.bottom-3,
.section-page.farming .style-18l-2h.bottom-4 {
  bottom: 0;
  padding: 3% 3% 3% 3%;
}
.section-page.farming .style-18l-2h.bottom-1 article p:last-of-type,
.section-page.farming .style-18l-2h.bottom-2 article p:last-of-type,
.section-page.farming .style-18l-2h.bottom-3 article p:last-of-type,
.section-page.farming .style-18l-2h.bottom-4 article p:last-of-type {
  width: 80%;
}
.section-page.farming .style-18l-2h.bottom-1 {
  left: 25%;
}
.section-page.farming .style-18l-2h.bottom-2 {
  left: 125%;
}
.section-page.farming .style-18l-2h.bottom-3 {
  left: 225%;
}
.section-page.farming .style-18l-2h.bottom-4 {
  left: 325%;
}
.section-page.farming .style-1l-2h {
  bottom: 0;
  left: 0;
  padding: 3% 3% 3% 3%;
  background: white;
}
.section-page.farming .style-1l-2h article .content-subtitle {
  margin-bottom: 19%;
}
.section-page.farming .style-16l-2h.top-1,
.section-page.farming .style-16l-2h.top-2,
.section-page.farming .style-16l-2h.top-3 {
  top: 0;
  padding: 3% 3% 3% 3%;
}
.section-page.farming .style-16l-2h.top-1 article p + p,
.section-page.farming .style-16l-2h.top-2 article p + p,
.section-page.farming .style-16l-2h.top-3 article p + p {
  width: 80%;
}
.section-page.farming .style-16l-2h.top-1 article span,
.section-page.farming .style-16l-2h.top-2 article span,
.section-page.farming .style-16l-2h.top-3 article span {
  display: block;
}
.section-page.farming .style-16l-2h.top-1 {
  left: 79%;
}
.section-page.farming .style-16l-2h.top-2 {
  left: 179%;
}
.section-page.farming .style-16l-2h.top-3 {
  left: 279%;
}
.section-page.farming .style-16l-2h.bottom-1,
.section-page.farming .style-16l-2h.bottom-2,
.section-page.farming .style-16l-2h.bottom-3 {
  bottom: 0;
  -webkit-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-page.farming .style-16l-2h.bottom-1 {
  left: 79%;
  background-image: url(../images/farming-2.jpg);
}
.section-page.farming .style-16l-2h.bottom-2 {
  left: 179%;
  background-image: url(../images/farming-4.jpg);
}
.section-page.farming .style-16l-2h.bottom-3 {
  left: 279%;
  background-image: url(../images/farming-2.jpg);
}
.section-page.story1 .style-3l-4h article .content-subtitle {
  font-size: 17px;
  line-height: 24px;
}
.section-page.story1 .style-3l-4h article p {
  line-height: 1.5;
  font-size: 12px;
}
.section-page.story1 .style-3l-4h {
  padding: 2.5% 2.5%;
}
.section-page.story1 .style-3l-4h article {
  width: 96%;
}
@media screen and (max-width: 1200px) {
  .section-page {
    position: absolute;
  }
  .section-page .content-subtitle small {
    font-size: 0.65em;
  }
  .section-page .ps1 {
    font-size: 12px;
    line-height: 1.9;
  }
  .section-page .style-title p span {
    font-size: 35px;
  }
  .section-page article p {
    line-height: 1.6;
    font-size: 11px;
  }
  .section-page article .content-title {
    font-size: 30px;
  }
  .section-page article .content-subtitle {
    font-size: 16px;
  }
  .section-page article .content-author {
    margin-bottom: 4px;
  }
  .section-page .desc-itw .itw-author {
    font-size: 21px;
  }
  .section-page .desc-itw p {
    font-size: 11px;
    line-height: 1.7;
  }
  .section-page.story1 .style-title p span {
    font-size: 28px;
    line-height: 35px;
  }
  .section-page.story1 .style-3l-4h aside div p {
    font-family: 'Conv_FEDRASANSALTPRO-DEMILF', arial, helvetica, sans-serif;
    line-height: 1.4;
  }
  .section-page.consumer .style-18l-2h p {
    font-size: 21px;
    line-height: 1.4;
  }
  .section-page.consumer .style-1l-2h.top p {
    font-size: 21px;
    line-height: 1.4;
  }
  .section-page.consumer .style-05l-1h {
    line-height: 1.9;
    font-size: 11px;
    letter-spacing: 1px;
  }
  .section-page.consumer .style-25l-2h.desc-itw p {
    line-height: 1.5;
  }
  .section-page.story1 .style-3l-4h article .content-subtitle {
    font-size: 14px;
    line-height: 21px;
  }
  .section-page.story1 .style-3l-4h article p {
    line-height: 1.3;
    font-size: 11px;
  }
}
