html, body, 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, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

a {
  outline: none !important;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  background: #fff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Arvo",serif;
  font-size: 17.92px;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #555;
}


.sitefinityDesktopCustomNav {
      display:none;
  }

.breadcrumb {

    width:0px;
    height:0px;
    visibility:hidden;
    position:absolute;
    left:-99999999px;
}


/*Home page inline styling*/


#promo_1 .promo_inner {
background:url("img/320/promo-bg-energy-320.jpg") top left no-repeat white;
background-size:auto;
text-indent:-99999px;
}

#promo_1 .promo_inner a{
background:url("img/320/promo-fg-energy-320.png") center center no-repeat;
display:block;
width:100%;
height:100%;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
#promo_1 .promo_inner {
background-image:url("img/320x2/promo-bg-energy-320x2.jpg");
background-size:800px, 280px;
}

#promo_1 .promo_inner a{
background-image:url("img/320x2/promo-fg-energy-320x2.png");
background-size:280px 280px;
}
}

.desktop #promo_1 .promo_inner {
text-indent:-99999px;
background:url("img/768/promo-bg-bottom-energy-768.png") bottom left repeat-x white;
}

.desktop #promo_1 .promo_inner .new{
text-indent:-99999px;
width:100%;
height:125px;
position:absolute;
background:url("img/768/promo-bg-top-energy-768.png") top left no-repeat;
}

.desktop #promo_1 .promo_inner a {
display:block;
width:100%;
height:100%;
position:absolute;
text-indent:-99999px;
background:url("img/320/promo-fg-energy-320.png") center center no-repeat;
}

@media screen and (min-height: 800px) {
.desktop #promo_1 .promo_inner a{
background:url("img/768/promo-fg-energy-768.png") center center no-repeat;
}
}


#promo_2 .promo_inner {
background:url("img/320/promo-bg-poty-320.png") top left no-repeat #fff;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
#promo_2 .promo_inner {
background-image:url("img/320x2/promo-bg-poty-320x2.png");
background-size:150px 100px;
}
}

#promo_2 .promo_inner a {
display:block;
width:100%;
height:100%;

text-indent:-99999px;
background:url("img/320/promo-fg-poty-320.png") center center no-repeat;
}
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
#promo_2 .promo_inner a {
background-image:url("img/320x2/promo-fg-poty-320x2.png");
background-size:280px, 280px;
}
}


@media screen and (min-height: 700px) {
.desktop #promo_2 .promo_inner a{
background:url("img/768/promo-fg-poty-768.png") center center no-repeat;
}
}



/*End of home page styling*/



.no-touch .overflow-hidden {
  overflow: scroll !important;
}

.no-touch .overflow-visible {
  overflow: visible !important;
}

.phone_number {
  color: #3c8b07;
  font-size: 22.4px;
  font-size: 2rem;
}

.page {
  *zoom: 1;
  margin: auto;
  max-width: 800px;
  position: relative;
  height: auto;
}

.page:before, .page:after {
  display: table;
  content: "";
}

.page:after {
  clear: both;
}

#wrapper {
  padding-bottom: 0;
  z-index: 10;
}

.edit_mode #wrapper {
  z-index: 0 !important;
}

#nav_social_links {
  display: none;
}

#wrapper, #primary_nav {
  position: relative;
  height: auto;
}

#primary_nav {
  z-index: 100;
  color: white;
}

#primary_nav a {
  color: white;
}

#primary_nav a:hover, #primary_nav a:active {
  color: #d9c99b;
}

#primary_nav a.cta:hover {
  color: white;
}

#primary_nav #menu {
  color: #d9c99b;
}

#primary_nav hgroup {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/lib/boxsizing.html);
  padding: 14px;
  background: #072a0c url("img/320/nav-bg-tile-dark-320.png") repeat;
  *zoom: 1;
}

#primary_nav hgroup:before, #primary_nav hgroup:after {
  display: table;
  content: "";
}

#primary_nav hgroup:after {
  clear: both;
}

#primary_nav hgroup h1 {
  float: left;
  background: url("img/320/Tropicana_Eng_Final_white_mobile_v1.png") no-repeat 0 0;
  display: block;
  width: 78px;
  height: 25px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#primary_nav hgroup h2 {
  position: relative;
  float: right;
  cursor: pointer;
  margin: 0;
  text-transform: uppercase;
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  font-size: 24.64px;
  font-size: 2.2rem;
  zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before" );
}

#primary_nav hgroup h2 .ie-before, #primary_nav hgroup h2:before {
  display: block;
  content: "";
  width: 16px;
  height: 1em;
  background: url("img/320/nav-menu-chevron-closed-320.png") center center no-repeat;
  position: absolute;
  left: -20px;
}

#primary_nav hgroup h2.open .ie-before, #primary_nav hgroup h2.open:before {
  background-image: url("img/320/nav-menu-chevron-open-320.png");
}

#primary_nav ul {
  font-size: 24.64px;
  font-size: 2.2rem;
  text-transform: uppercase;
  background: #008141 url("img/320/nav-bg-tile-light-320.png") repeat;
}

#primary_nav ul li a {
  display: block;
  border-top: 1px solid #04743e;
  margin: 0 14px;
  padding: 4.66667px 0;
}

#primary_nav ul ul {
  background: #0c9854 url("img/320/nav-bg-tile-light-320.png") repeat;
  text-indent: 14px;
}

#primary_nav ul ul ul {
  text-indent: 28px;
}

#primary_nav #side_nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/lib/boxsizing.html);
  position: absolute;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0px 3px 7px #000;
  -moz-box-shadow: 0px 3px 7px #000;
  box-shadow: 0px 3px 7px #000;
}

#primary_nav #side_nav > ul > li:first-child a, #primary_nav #side_nav > ul > li > ul > li:first-child > a {
  border: none;
}

#primary_nav #side_nav li {
  list-style: none;
}

#primary_nav #side_nav .nav > li ul {
  display: none;
}

#primary_nav #side_nav .nav .nav-selected, #primary_nav #side_nav .nav .nav-path-selected {
  color: #d9c99b;
  display: block;
}

#primary_nav #side_nav .nav .nav-selected > ul, #primary_nav #side_nav .nav .nav-path-selected > ul {
  display: none;
}

#site_scroll_controls, #scroll_controls, #top_level {
  display: none;
}

.touch #site_scroll_controls {
  display: none;
}

#back_to_top {
  z-index: 20;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url("img/320/link-back-to-top-chevron-320.png") no-repeat 0 0;
  display: block;
  width: 43px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#why_not {
  margin-bottom: 0;
  clear: both;
}

#why_not h1 {
  font-size: 35.84px;
  font-size: 3.2rem;
  padding-left: 14px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

#why_not .why_not_block > a {
  display: none;
}

#why_not .why_not_block p {
  border-bottom: 1px #bbb solid;
  padding: 7px 0;
  margin: 0 14px;
}

#why_not .why_not_block p:first-child {
  border-top: 1px #bbb solid;
}

.chunk {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/lib/boxsizing.html);
  position: relative;
}

.chunk.columnable {
  width: auto;
  white-space: nowrap;
}

#home_page footer {
  margin: 0;
}

#footer {
  background: #008141 url("img/320/nav-bg-tile-light-320.png") repeat;
  z-index: 0;
  position: relative;
  margin: 55px 0 0;
}

#footer ul {
  *zoom: 1;
}

#footer ul:before, #footer ul:after {
  display: table;
  content: "";
}

#footer ul:after {
  clear: both;
}

#footer ul li {
  float: left;
}

#footer #social_links {
  padding: 14px;
  text-align: center;
}

#footer #social_links ul {
  margin: auto;
  width: 300px;
}

#footer #social_links ul li {
  width: 24%;
  margin-left: 1%;
}

#footer #social_links ul li:first-child {
  margin-left: 24%;
}

#footer #social_links ul li a {
  font-size: 22.4px;
  font-size: 2rem;
  display: block;
  color: white;
  text-transform: uppercase;
  padding-top: 45px;
}

#footer #social_links ul #facebook_link a {
  background: url("img/320/social-facebook-icon-320.png") top center no-repeat;
}

#footer #social_links ul #twitter_link a {
  background: url("img/320/social-twitter-icon-320.png") top center no-repeat;
}

#footer #social_links ul #youtube_link a {
  background: url("img/320/social-youtube-icon-320.png") top center no-repeat;
}

#footer #social_links ul #contact_link a {
  background: url("img/320/social-contact-icon-320.png") top center no-repeat;
}

#footer #footer_nav {
  padding: 14px;
  background: #072a0c url("img/320/nav-bg-tile-dark-320.png") repeat;
  text-transform: uppercase;
  height: 3em;
}

#footer #footer_nav .HTMLBlock {
  *zoom: 1;
  float: left;
}

#footer #footer_nav .HTMLBlock:before, #footer #footer_nav .HTMLBlock:after {
  display: table;
  content: "";
}

#footer #footer_nav .HTMLBlock:after {
  clear: both;
}

#footer #footer_nav ul {
  float: left;
  line-height: 1em;
  *zoom: 1;
}

#footer #footer_nav ul:before, #footer #footer_nav ul:after {
  display: table;
  content: "";
}

#footer #footer_nav ul:after {
  clear: both;
}

#footer #footer_nav ul li {
  padding-right: 10px;
  display: block;
  float: none;
  line-height: 1.2em;
}

#footer #footer_nav ul li a {
  font-size: 15.68px;
  font-size: 1.4rem;
  color: white;
}

#footer #footer_nav ul li a.cta:hover, #footer #footer_nav ul li a.cta:active {
  color: white;
}

#footer #footer_nav ul li.mobile_link {
  display: none;
}

#footer #footer_nav .right {
  float: right;
  width: 150px;
}

#footer #footer_nav .right span {
  margin: 0;
  display: block;
  line-height: 1.3em;
}

#footer #footer_nav span {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  font-size: 15.68px;
  font-size: 1.4rem;
  line-height: 1em;
  float: right;
  color: #d9c99b;
  *zoom: 1;
}

#footer #footer_nav span:before, #footer #footer_nav span:after {
  display: table;
  content: "";
}

#footer #footer_nav span:after {
  clear: both;
}

.blank {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7e0f5), to(#f4f9fb));
  background-image: -webkit-linear-gradient(top, #b7e0f5, #f4f9fb);
  background-color: #f4f9fb;
  background-image: -moz-linear-gradient(top, #b7e0f5, #f4f9fb);
  background-image: -ms-linear-gradient(top, #b7e0f5, #f4f9fb);
  background-image: -o-linear-gradient(top, #b7e0f5, #f4f9fb);
  background-image: linear-gradient(top, #b7e0f5, #f4f9fb);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7e0f5', endColorstr='#f4f9fb',GradientType=0 );
}

.blank body {
  margin: 0;
  height: 100%;
  background: url("img/768/body-bg-768.png") bottom left repeat-x;
}

.blank body .page {
  max-width: none;
  width: 100%;
  background: url("img/768/page-bg-768.png") 0 0 repeat-x;
  padding-top: 100px;
}

.blank body .page .wrapper {
  width: 60%;
  margin: auto;
}

.blank body .page .wrapper ul, .blank body .page .wrapper ol {
  margin-left: 0;
}

.blank body .page .wrapper ul, .blank body .page .wrapper li {
  font-size: 24.64px;
  font-size: 2.2rem;
  color: #3c8b07;
  list-style: disc;
}

.blank body .page .wrapper .inner_wrap li {
  color: #555;
  font-size: 15.68px;
  font-size: 1.4rem;
  line-height: 1.3em;
}

.blank body .page .wrapper .inner_wrap p a {
  font-family: "Arvo",serif;
}

.blank body .page .wrapper .inner_wrap h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blank body .page .wrapper .inner_wrap .nav li {
  line-height: 1.1;
}

.blank body .page .wrapper .inner_wrap .nav li a {
  font-size: 24.64px;
  font-size: 2.2rem;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/lib/boxsizing.html);
  margin: 0;
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #3c8b07;
  text-rendering: optimizelegibility;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.desktop h1, .desktop h2, .desktop h3, .desktop h4, .desktop h5, .desktop h6 {
  color: #3c8b07;
}

h1 small, h2 small {
  font-weight: normal;
  color: #bfbfbf;
}

h1, .h1 {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  margin-bottom: 0.75em;
  font-size: 31.36px;
  font-size: 2.8rem;
  line-height: 1;
}

h2, .h2 {
  margin-bottom: 0.75em;
  font-size: 31.36px;
  font-size: 2.8rem;
  line-height: 1.2;
}

h3, .h3 {
  margin-bottom: 1em;
  font-size: 23.52px;
  font-size: 2.1rem;
  line-height: 1.3;
  color: #005425;
}

h4, .h4 {
  margin-bottom: 1.5em;
  font-size: 20.16px;
  font-size: 1.8rem;
  line-height: 1.25;
}

h5, .h5 {
  font-size: 17.92px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

h6, .h6 {
  margin-bottom: 1.5em;
  font-size: 15.68px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header h1, .header h2, .header h3 {
  float: left;
  margin-right: 14px;
}

.header h1 a, .header h2 a, .header h3 a {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  display: block;
  position: relative;
  top: 6px;
  float: right;
  padding: 4px 12px;
  font-size: 15.68px;
  font-size: 1.4rem;
  background-color: #f3f5f6;
}

.header h1:hover, .header h2:hover, .header h3:hover {
  background-color: #f3f5f6;
}

.header .a-rss, .header .a-rss:hover {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
  background: transparent url(../img/a-rss.html) no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

a {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  letter-spacing: 0px;
}

a:hover {
  text-decoration: none;
}

.intro p {
  font-family: "Arvo",serif;
}

p, ol, ul, dl, address {
  font-family: "Arvo",serif;
  margin-bottom: 0.75em;
  font-size: 15.68px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

small {
  font-size: 15.68px;
  font-size: 1.4rem;
}

ul, ol {
  margin: 0 0 1.5em -14px;
  padding: 0 0 0 14px;
}

li ul, li ol {
  margin: 0;
  font-size: 17.92px;
  font-size: 1.6rem;
}

blockquote {
  margin: 0 0 1.5em -14px;
  padding-left: 14px;
  border-left: 2px solid #c7ced6;
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  font-style: normal;
}

q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

cite {
  font-style: normal;
}

dl, dd {
  margin-bottom: 1.5em;
}

dt {
  font-weight: bold;
}

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}

.dl-horizontal dd {
  margin-left: 22.78%;
}

abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

ins {
  background-color: #f3f5f6;
  color: #555;
  text-decoration: none;
}

mark {
  background-color: #f3f5f6;
  color: #555;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: Monaco,Courier New,monospace;
  font-size: 15.68px;
  font-size: 1.4rem;
  line-height: 1.5em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub, sup {
  position: relative;
  font-size: 13.44px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

@font-face {
  font-family: 'Function Pro Condensed Bold';
  src: url("fonts/function_pro/FunctionPro-CondensedBold-webfont.eot");
  src: url("fonts/function_pro/FunctionPro-CondensedBold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/function_pro/FunctionPro-CondensedBold-webfont.woff") format("woff"), url("fonts/function_pro/FunctionPro-CondensedBold-webfont.ttf") format("truetype"), url("fonts/function_pro/FunctionPro-CondensedBold-webfont.svg#function_pro_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Function Pro Condensed Medium';
  src: url("fonts/function_pro/FunctionPro-Condensed-webfont.eot");
  src: url("fonts/function_pro/FunctionPro-Condensed-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/function_pro/FunctionPro-Condensed-webfont.woff") format("woff"), url("fonts/function_pro/FunctionPro-Condensed-webfont.ttf") format("truetype"), url("fonts/function_pro/FunctionPro-Condensed-webfont.svg#function_pro_condensedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
a {
  text-decoration: none;
  color: #005425;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #3c8b07;
}

.desktop h1 a, .desktop h2 a, .desktop h3 a, .desktop h4 a, .desktop h5 a, .desktop h6 a {
  color: #3c8b07;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: none;
}

::-moz-selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}

::selection {
  background-color: #d6dbe1;
  color: #2d353e;
  text-shadow: none;
}

.swatch {
  margin: 0 0 1.5em 0;
  padding: 0;
}

.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}

.swatch-row-one {
  background-color: #000;
}

.swatch-row-two {
  background-color: #fff;
}

.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}

.swatch-base span:nth-child(1) {
  background-color: rgba(45, 53, 62, 0.9);
}

.swatch-base span:nth-child(2) {
  background-color: rgba(45, 53, 62, 0.8);
}

.swatch-base span:nth-child(3) {
  background-color: rgba(45, 53, 62, 0.7);
}

.swatch-base span:nth-child(4) {
  background-color: rgba(45, 53, 62, 0.6);
}

.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}

.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}

.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}

.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}

.swatch-error span:nth-child(1) {
  background-color: rgba(218, 79, 73, 0.9);
}

.swatch-error span:nth-child(2) {
  background-color: rgba(218, 79, 73, 0.8);
}

.swatch-error span:nth-child(3) {
  background-color: rgba(218, 79, 73, 0.7);
}

.swatch-error span:nth-child(4) {
  background-color: rgba(218, 79, 73, 0.6);
}

.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9);
}

.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8);
}

.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7);
}

.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6);
}

.swatch-success span:nth-child(1) {
  background-color: rgba(91, 183, 91, 0.9);
}

.swatch-success span:nth-child(2) {
  background-color: rgba(91, 183, 91, 0.8);
}

.swatch-success span:nth-child(3) {
  background-color: rgba(91, 183, 91, 0.7);
}

.swatch-success span:nth-child(4) {
  background-color: rgba(91, 183, 91, 0.6);
}

.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 50, 0.9);
}

.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 50, 0.8);
}

.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 50, 0.7);
}

.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 50, 0.6);
}

.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  font-family: "Arvo",serif;
  font-size: 15.68px;
  font-size: 1.4rem;
  color: #9c8611;
}

.alert .alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 23.52px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}

.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}

.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}

.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}

.alert-inverse {
  background-color: #414141;
  border-color: #000;
  color: #fff;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}

.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.badge {
  padding: 1px 9px 2px;
  font-size: 13.44px;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  color: gray;
  background-color: #e6e6e6;
  -webkit-border-top-right-radius: 9px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 9px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}

.badge:hover {
  color: gray;
  text-decoration: none;
  cursor: pointer;
}

.badge-error {
  background-color: #da4f49;
  color: #fff;
}

.badge-error:hover {
  background-color: #9d2520;
  color: #fff;
}

.badge-warning {
  background-color: #faa732;
  color: #fff;
}

.badge-warning:hover {
  background-color: #c17305;
  color: #fff;
}

.badge-success {
  background-color: #5bb75b;
  color: #fff;
}

.badge-success:hover {
  background-color: #347834;
  color: #fff;
}

.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}

.badge-info:hover {
  background-color: #85c5e5;
}

.badge-inverse {
  background-color: #414141;
  color: #fff;
}

.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #fff;
}

.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #f3f5f6;
  border: 1px solid #b8c1cb;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 10px #d6dbe1;
  -moz-box-shadow: inset 0 1px 10px #d6dbe1;
  box-shadow: inset 0 1px 10px #d6dbe1;
}

.well p:last-child {
  margin-bottom: 0;
}

.well-large {
  padding: 22px;
}

.well-small {
  padding: 6px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid #fff;
}

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin-bottom: 1.5em;
}

figure img {
  margin-bottom: 0.375em;
}

figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 15.68px;
  font-size: 1.4rem;
  color: gray;
}

.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #c7ced6;
}

.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

form {
  margin: 0 0 1.5em 0;
}

form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}

form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #555;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}

form legend small {
  font-size: 15.68px;
  font-size: 1.4rem;
  color: #bfbfbf;
}

form p {
  margin-bottom: 0.75em;
}

form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}

form br {
  display: none;
}

label, input, button, select, textarea {
  font-size: 15.68px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}

input, button, select, textarea {
  font-family: "Arvo",serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/lib/boxsizing.html);
}

label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #555;
  cursor: pointer;
}

label input, label textarea, label select {
  display: block;
}

input, textarea, select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #fff;
  border: 1px solid #8c9bab;
  color: #555;
}

input:hover, textarea:hover, select:hover {
  border-color: #586879;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/lib/boxsizing.html);
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}

select, input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}

select {
  width: auto;
  background-color: #fff;
  font-size: 14.56px;
  font-size: 1.3rem;
}

select[multiple], select[size] {
  height: auto;
}

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}

input[type="hidden"] {
  display: none;
}

.radio, .checkbox {
  padding-left: 18px;
  font-weight: normal;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.radio.inline, .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha(opacity=50);
  cursor: not-allowed;
}

input:focus, textarea:focus {
  border-color: #2d353e,40%;
  outline: 0;
  outline: thin dotted \9;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

::-webkit-input-placeholder {
  font-size: 15.68px;
  font-size: 1.4rem;
}

input:-moz-placeholder {
  font-size: 15.68px;
  font-size: 1.4rem;
}

.help-block, .help-inline {
  color: gray;
}

.help-block {
  display: block;
  margin-bottom: 0.75em;
}

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

.form-inline input, .form-inline textarea, .form-inline select {
  display: inline-block;
  margin-bottom: 0;
}

.form-inline label {
  display: inline-block;
}

.form-inline .radio, .form-inline .checkbox, .form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

.form-search input, .form-search textarea, .form-search select {
  display: inline-block;
  margin-bottom: 0;
}

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.form-search label {
  display: inline-block;
}

.form-search .radio, .form-search .checkbox, .form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-weight: bold;
  font-family: "Arvo",serif;
  font-size: 13.44px;
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#d9d9d9));
  background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #fff, #d9d9d9);
  background-image: -ms-linear-gradient(top, #fff, #d9d9d9);
  background-image: -o-linear-gradient(top, #fff, #d9d9d9);
  background-image: linear-gradient(top, #ffffff, #d9d9d9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#d9d9d9',GradientType=0 );
  border: 1px solid #ccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  *margin-left: .3em;
}

.btn:visited, .btn:hover {
  color: #404040;
  text-decoration: none;
}

input[type="submit"].btn:hover {
  border-color: #ccc;
}

.btn:first-child {
  *margin-left: 0;
}

.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
  filter: alpha(opacity=50);
  cursor: default;
}

.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#c72f29));
  background-image: -webkit-linear-gradient(top, #2d353e, #c72f29);
  background-color: #c72f29;
  background-image: -moz-linear-gradient(top, #2d353e, #c72f29);
  background-image: -ms-linear-gradient(top, #2d353e, #c72f29);
  background-image: -o-linear-gradient(top, #2d353e, #c72f29);
  background-image: linear-gradient(top, #2d353e, #c72f29);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d353e', endColorstr='#c72f29',GradientType=0 );
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #fff;
}

.btn-error:visited, .btn-error:hover {
  color: #fff;
}

.btn-info {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9edf7), to(#afd9ee));
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -moz-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -ms-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: -o-linear-gradient(top, #d9edf7, #afd9ee);
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#afd9ee',GradientType=0 );
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}

.btn-info:visited, .btn-info:hover {
  color: #247fad;
}

.btn-inverse {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#414141), to(#272727));
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -moz-linear-gradient(top, #414141, #272727);
  background-image: -ms-linear-gradient(top, #414141, #272727);
  background-image: -o-linear-gradient(top, #414141, #272727);
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#272727',GradientType=0 );
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #fff;
}

.btn-inverse:visited, .btn-inverse:hover {
  color: #fff;
}

.btn-primary {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#181c20));
  background-image: -webkit-linear-gradient(top, #2d353e, #181c20);
  background-color: #181c20;
  background-image: -moz-linear-gradient(top, #2d353e, #181c20);
  background-image: -ms-linear-gradient(top, #2d353e, #181c20);
  background-image: -o-linear-gradient(top, #2d353e, #181c20);
  background-image: linear-gradient(top, #2d353e, #181c20);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d353e', endColorstr='#181c20',GradientType=0 );
  border-color: #0d0f12;
  border-bottom-color: #020203;
  color: #fff;
}

.btn-primary:visited, .btn-primary:hover {
  color: #fff;
}

.btn-success {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bb75b), to(#449b44));
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -moz-linear-gradient(top, #5bb75b, #449b44);
  background-image: -ms-linear-gradient(top, #5bb75b, #449b44);
  background-image: -o-linear-gradient(top, #5bb75b, #449b44);
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bb75b', endColorstr='#449b44',GradientType=0 );
  border-color: #3c893c;
  border-bottom-color: #347834;
}

.btn-warning {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#faa732), to(#f39106));
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -moz-linear-gradient(top, #faa732, #f39106);
  background-image: -ms-linear-gradient(top, #faa732, #f39106);
  background-image: -o-linear-gradient(top, #faa732, #f39106);
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa732', endColorstr='#f39106',GradientType=0 );
  border-color: #da8205;
  border-bottom-color: #c17305;
}

.btn-extlarge {
  padding: 11px 22px;
  font-size: 23.52px;
  font-size: 2.1rem;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-large {
  padding: 11px 22px;
  font-size: 15.68px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn-small {
  padding: 6px 10px;
  font-size: 12.32px;
  font-size: 1.1rem;
  line-height: 16px;
}

.btn-mini {
  padding: 3px 5px;
  font-size: 12.32px;
  font-size: 1.1rem;
  line-height: 14px;
}

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}

.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

table th, table td {
  padding: 7px;
  vertical-align: middle;
  font-size: 15.68px;
  font-size: 1.4rem;
  line-height: 1.1em;
  text-align: left;
  font-family: "Arvo",serif;
}

table th, table th p {
  text-transform: uppercase;
  font-size: 21.28px;
  font-size: 1.9rem;
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  font-weight: normal;
  color: #3c8b07;
  line-height: 0.9em;
}

table th span, table th p span {
  font-family: "Arvo",serif;
  color: #404040;
  font-weight: normal;
  text-transform: none;
  font-size: 13.44px;
  font-size: 1.2rem;
}

table thead th {
  vertical-align: bottom;
}

table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
  border-top: 0;
}

table tbody + tbody {
  border-top: 2px solid #8c9bab;
}

table tbody tr td, table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  -moz-transition: background-color 0.25s 0 linear;
  -ms-transition: background-color 0.25s 0 linear;
  -o-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}

#primary_nav ul, #footer ul, .desktop #range_list_page #range_list, .desktop #product_list_page #product_list, #health_page #wrapper ul, #full_page #wrapper ul, #contact_page #wrapper ul, #health_page #wrapper ul.cta_list, #full_page #wrapper ul.cta_list, #contact_page #wrapper ul.cta_list, #product_page .intro ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#primary_nav ul li, #footer ul li, .desktop #range_list_page #range_list li, .desktop #product_list_page #product_list li, #health_page #wrapper ul li, #full_page #wrapper ul li, #contact_page #wrapper ul li, #health_page #wrapper ul.cta_list li, #full_page #wrapper ul.cta_list li, #contact_page #wrapper ul.cta_list li, #product_page .intro ul li li {
  font-weight: normal;
}

#primary_nav ul li .ie-before, #footer ul li .ie-before, .desktop #range_list_page #range_list li .ie-before, .desktop #product_list_page #product_list li .ie-before, #health_page #wrapper ul li .ie-before, #full_page #wrapper ul li .ie-before, #contact_page #wrapper ul li .ie-before, #product_page .intro ul li li .ie-before, #primary_nav ul li:before, #footer ul li:before, .desktop #range_list_page #range_list li:before, .desktop #product_list_page #product_list li:before, #health_page #wrapper ul li:before, #full_page #wrapper ul li:before, #contact_page #wrapper ul li:before, #health_page #wrapper ul.cta_list li:before, #full_page #wrapper ul.cta_list li:before, #contact_page #wrapper ul.cta_list li:before, #product_page .intro ul li li:before {
  display: none;
  content: "";
  width: auto;
  height: auto;
  background: none;
  position: static;
}

.cta, #contact_page #wrapper #intro_2 p a, #contact_page #wrapper #contact_chunk_1 .contact_column_2 a, .desktop #contact_page #wrapper p a {
  display: block;
  text-transform: uppercase;
  padding-left: 22px;
  font-size: 22.4px;
  font-size: 2rem;
  min-height: 15px;
  background: url("img/320/link-chevron-320.png") top left no-repeat;
}

.desktop .cta, .desktop #contact_page #wrapper #intro_2 p a, #contact_page #wrapper #intro_2 p .desktop a, .desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 a, #contact_page #wrapper #contact_chunk_1 .contact_column_2 .desktop a, .desktop #contact_page #wrapper p a {
  line-height: 1.1em;
  background: url("img/768/link-chevron-768.png") top left no-repeat;
  min-height: 25px;
  padding-left: 28px;
}

.desktop .cta:hover, .desktop #contact_page #wrapper #intro_2 p a:hover, #contact_page #wrapper #intro_2 p .desktop a:hover, .desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 a:hover, #contact_page #wrapper #contact_chunk_1 .contact_column_2 .desktop a:hover, .desktop #contact_page #wrapper p a:hover, .desktop .cta:active, .desktop #contact_page #wrapper #intro_2 p a:active, #contact_page #wrapper #intro_2 p .desktop a:active, .desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 a:active, #contact_page #wrapper #contact_chunk_1 .contact_column_2 .desktop a:active, .desktop #contact_page #wrapper p a:active {
  background: url("img/768/link-chevron-hover-768.png") top left no-repeat;
}

.desktop #range_list_page #range_list, .desktop #product_list_page #product_list {
  *zoom: 1;
  padding: 0;
  margin-bottom: 0;
  float: left;
}

.desktop #range_list_page #range_list:before, .desktop #product_list_page #product_list:before, .desktop #range_list_page #range_list:after, .desktop #product_list_page #product_list:after {
  display: table;
  content: "";
}

.desktop #range_list_page #range_list:after, .desktop #product_list_page #product_list:after {
  clear: both;
}

.desktop #range_list_page #range_list li, .desktop #product_list_page #product_list li {
  min-height: 0;
  display: block;
  float: none;
  margin-top: 10%;
}

@media only screen and (min-height: 800px) {
  .desktop #range_list_page #range_list li, .desktop #product_list_page #product_list li {
    margin-top: 15%;
  }
}
.desktop #range_list_page #range_list li .inner_wrap, .desktop #product_list_page #product_list li .inner_wrap {
  max-width: none;
  padding-left: 50px;
}

.desktop #range_list_page #range_list li .inner_wrap img, .desktop #product_list_page #product_list li .inner_wrap img {
  width: 250px;
  height: 430px;
  margin-right: 10px;
  margin-top: 0;
}

.desktop #range_list_page #range_list li .inner_wrap div, .desktop #product_list_page #product_list li .inner_wrap div {
  padding-top: 17%;
  float: left;
  width: 50%;
  clear: none;
}

.desktop #range_list_page #range_list li .inner_wrap div a, .desktop #product_list_page #product_list li .inner_wrap div a {
  display: inline;
}

.desktop #range_list_page #range_list li .inner_wrap div p, .desktop #product_list_page #product_list li .inner_wrap div p {
  width: 70%;
  overflow: visible;
  padding-top: 3px;
}

#range_list_page #range_list li, #product_list_page #product_list li, #product_page .intro {
  padding: 14px;
  min-height: 250px;
  list-style: none;
}

#range_list_page #range_list li .inner_wrap, #product_list_page #product_list li .inner_wrap, #product_page .intro .inner_wrap {
  *zoom: 1;
  margin: auto;
  position: relative;
  max-width: 400px;
}

#range_list_page #range_list li .inner_wrap:before, #product_list_page #product_list li .inner_wrap:before, #product_page .intro .inner_wrap:before, #range_list_page #range_list li .inner_wrap:after, #product_list_page #product_list li .inner_wrap:after, #product_page .intro .inner_wrap:after {
  display: table;
  content: "";
}

#range_list_page #range_list li .inner_wrap:after, #product_list_page #product_list li .inner_wrap:after, #product_page .intro .inner_wrap:after {
  clear: both;
}

#range_list_page #range_list li .inner_wrap img, #product_list_page #product_list li .inner_wrap img, #product_page .intro .inner_wrap img {
  float: left;
}

#range_list_page #range_list li .inner_wrap > div, #product_list_page #product_list li .inner_wrap > div, #product_page .intro .inner_wrap > div {
  padding-top: 15%;
  float: right;
  width: 50%;
}

#range_list_page #range_list li .inner_wrap > div a, #product_list_page #product_list li .inner_wrap > div a, #product_page .intro .inner_wrap > div a {
  display: inline;
}

#story_page .intro > h1, #health_page #wrapper .intro > h1, #full_page #wrapper .intro > h1, #contact_page #wrapper .intro > h1, #range_list_page .intro > h1, #product_list_page .intro > h1, #full_page #wrapper .chunk.panel1 h1, #product_page .intro h1 {
  color: white;
  width: 100%;
  background: #008141 url("img/320/nav-bg-tile-light-320.png") repeat;
  padding: 7px 14px;
  margin-bottom: 40px;
  letter-spacing: -1px;
  font-size: 26.88px;
  font-size: 2.4rem;
}

.ie7 #story_page .intro > h1, #story_page .ie7 .intro > h1, .ie7 #health_page #wrapper .intro > h1, #health_page #wrapper .ie7 .intro > h1, .ie7 #full_page #wrapper .intro > h1, #full_page #wrapper .ie7 .intro > h1, .ie7 #contact_page #wrapper .intro > h1, #contact_page #wrapper .ie7 .intro > h1, #full_page #wrapper .ie7 .chunk.panel1 > h1, .ie7 #range_list_page .intro > h1, #range_list_page .ie7 .intro > h1, .ie7 #product_list_page .intro > h1, #product_list_page .ie7 .intro > h1, .ie7 #full_page #wrapper .chunk.panel1 h1, #full_page #wrapper .chunk.panel1 .ie7 h1, .ie7 #product_page .intro h1, #product_page .intro .ie7 h1 {
  width: auto;
  margin-top: -1px;
}

#story_page .intro #list_anchor_cta, #health_page #wrapper .intro #list_anchor_cta, #full_page #wrapper .intro #list_anchor_cta, #contact_page #wrapper .intro #list_anchor_cta, #full_page #wrapper .chunk.panel1 #list_anchor_cta, #range_list_page .intro #list_anchor_cta, #product_list_page .intro #list_anchor_cta, #product_page .intro #list_anchor_cta {
  background: url("img/320/cta-scroll-down-chevron-320.png") no-repeat 0 0;
  display: block;
  width: 43px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin: auto;
  bottom: -21px;
}

#story_page .intro, #health_page #wrapper .intro, #full_page #wrapper .intro, #contact_page #wrapper .intro, #full_page #wrapper .chunk.panel1, #range_list_page .intro, #product_list_page .intro {
  position: relative;
  background: transparent;
  color: #3c8b07;
}

#story_page .intro .content_area, #health_page #wrapper .intro .content_area, #full_page #wrapper .intro .content_area, #contact_page #wrapper .intro .content_area, #full_page #wrapper .chunk.panel1 .content_area, #range_list_page .intro .content_area, #product_list_page .intro .content_area {
  padding: 14px;
}

#story_page .intro .content_area p, #health_page #wrapper .intro .content_area p, #full_page #wrapper .intro .content_area p, #contact_page #wrapper .intro .content_area p, #full_page #wrapper .chunk.panel1 .content_area p, #range_list_page .intro .content_area p, #product_list_page .intro .content_area p {
  text-align: center;
  text-transform: uppercase;
  font-size: 31.36px;
  font-size: 2.8rem;
}

#story_page .intro .content_area p strong, #health_page #wrapper .intro .content_area p strong, #full_page #wrapper .intro .content_area p strong, #contact_page #wrapper .intro .content_area p strong, #full_page #wrapper .chunk.panel1 .content_area p strong, #range_list_page .intro .content_area p strong, #product_list_page .intro .content_area p strong {
  font-weight: normal;
  color: #005425;
}

.desktop #health_page #wrapper dl dt, .desktop #full_page #wrapper dl dt, .desktop #contact_page #wrapper dl dt, .desktop #health_page #wrapper ul li, .desktop #full_page #wrapper ul li, .desktop #contact_page #wrapper ul li, .desktop #product_page .intro ul li, #health_page #wrapper dl dt, #full_page #wrapper dl dt, #contact_page #wrapper dl dt, #health_page #wrapper ul li, #full_page #wrapper ul li, #contact_page #wrapper ul li, #product_page .intro ul li {
  position: relative;
  font-weight: bold;
  background: url("img/320/list-decoration-leaf-320.png") no-repeat 0 2px;
  padding-left: 25px;
  margin-left: -25px;
}

.desktop #health_page #wrapper dl dt, .desktop #full_page #wrapper dl dt, .desktop #contact_page #wrapper dl dt, .desktop #health_page #wrapper ul li, .desktop #full_page #wrapper ul li, .desktop #contact_page #wrapper ul li, .desktop #product_page .intro ul li {
  background: url("img/768/list-decoration-leaf-768.png") no-repeat 0 2px;
  padding-left: 28px;
  margin-left: -28px;
}

.desktop #range_list_page .intro, .desktop #product_list_page .intro, .desktop #product_page .intro {
  background: none;
}

.desktop #range_list_page .intro h1, .desktop #product_list_page .intro h1, .desktop #product_page .intro h1 {
  display: none;
}

#product_page #nutrition table tbody tr.odd td, #product_page #nutrition table tbody tr.odd th {
  background-color: #e5f1eb;
}

#primary_nav hgroup h1 {
  margin-bottom: 0;
}

#wrapper {
  background: url("img/320/page-bg-320.jpg") 0 45px repeat-x #fff;
}

#wrapper:before {
  display: none;
}

.page #page_heading {
  background: url("img/320/nav-bg-tile-light-320.png");
  color: #fff;
  line-height: 1.5em;
  padding-left: 0.5em;
}

.page #list_anchor_cta {
  background: url("img/320/cta-scroll-down-chevron-320.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 88px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 43px;
  height: 42px;
}

.page .cta {
  background: url("img/320/link-chevron-320.png") no-repeat 0 3px transparent;
  padding-left: 25px;
}

#why_not {
  margin-bottom: 70px;
}

#home_page #wrapper #content_2, #home_page #wrapper #content_3, #home_page #wrapper #content_4, #home_page #wrapper #content_5, #home_page #wrapper #content_6, #home_page #wrapper #scroll_controls {
  display: none;
}

#home_page .node, #home_page #video_wrapper, #home_page #poster_1, #home_page canvas {
  display: none;
}

#home_page .mobile_poster {
  width: 100%;
  max-width: 100%;
  position: relative;
}

#home_page .mobile_poster > img {
  width: 100%;
}

#home_page .mobile_poster .mobile_poster_inner {
  position: absolute;
  top: 11%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

#home_page .mobile_poster .mobile_poster_inner > img {
  width: 70%;
}

#home_page .mobile_poster p {
  width: 265px;
  margin: 0 auto;
  position: relative;
}

#home_page .mobile_poster p span {
  display: block;
  padding: 0 8px;
  line-height: 2em;
  background: #321c14;
}

#home_page .mobile_poster p span a {
  text-align: left;
  display: block;
  width: 100%;
  height: 100%;
  background: url("img/320/promo-fg-story-button-320.png") center right no-repeat;
  font-family: "Arvo",serif;
  color: white;
}

#home_page .mobile_poster p span a:hover, #home_page .mobile_poster p span a:active {
  text-decoration: none;
}

#home_page #wrapper {
  padding-bottom: 0px;
}

#home_page .promo {
  position: relative;
}

#home_page .promo .promo_inner {
  height: 280px;
}

#home_page .cta_wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 87%;
  background: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#home_page .cta_wrapper #mobile_story_cta, #home_page .cta_wrapper #story_cta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home_page #content_1_node_3 p {
  line-height: 2em;
  color: #fff;
  float: left;
  position: absolute;
  left: 50%;
  top: 180px;
  margin: 0 0 0 -90px;
}

#home_page #content_1_node_3 p span {
  background: #321c14;
  line-height: 2em;
  padding: 0 8px;
  display: block;
  float: left;
  clear: both;
}

#home_page #content_1_node_3 p span.last {
  margin: 0 0 0 90px;
}

.desktop #home_page #wrapper {
  *zoom: 1;
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  margin-left: 200px;
}

.desktop #home_page #wrapper:before, .desktop #home_page #wrapper:after {
  display: table;
  content: "";
}

.desktop #home_page #wrapper:after {
  clear: both;
}

.desktop #home_page .promo {
  width: 250px;
  position: absolute;
  height: 50%;
}

.desktop #home_page .promo .promo_inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

.desktop #home_page #promo_2 {
  top: 50%;
}

.desktop #home_page #story_hero {
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  position: absolute;
}

#slingshot_button {
  width: 300px;
}

#story_page #promo_story, #home_page #promo_story {
  position: relative;
}

.desktop #story_page #promo_story, .desktop #home_page #promo_story {
  position: static;
}

#story_page .content, #home_page .content {
  max-width: 100%;
}

.desktop #story_page, .desktop #home_page {
  max-width: auto;
  background: none;
}

.desktop #story_page #wrapper, .desktop #home_page #wrapper {
  background: #391d15;
}

#story_page #wrapper {
  background: transparent;
}

#story_page .content {
  position: relative;
}

#story_page .background {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#story_page .node {
  position: relative;
  z-index: 1;
  padding: 0 15px;
  box-sizing: border-box;
}

#story_page .node a {
  color: #fff;
  font-family: 'Arvo', sans-serif;
  text-decoration: underline;
}

#story_page .intro {
  *zoom: 1;
}

#story_page .intro:before, #story_page .intro:after {
  display: table;
  content: "";
}

#story_page .intro:after {
  clear: both;
}

#story_page h2 {
  color: #fff;
  *zoom: 1;
}

#story_page h2:before, #story_page h2:after {
  display: table;
  content: "";
}

#story_page h2:after {
  clear: both;
}

#story_page .content_bottom {
  position: absolute;
  bottom: 0;
  background: #559496;
  margin: 0 0 0 -15px;
  padding: 15px;
}

#story_page p {
  *zoom: 1;
  color: #fff;
  margin: 0;
}

#story_page p:before, #story_page p:after {
  display: table;
  content: "";
}

#story_page p:after {
  clear: both;
}

#story_page .overlay.story h2 {
  background: #559496;
  float: left;
  padding: 5px 10px 5px 15px;
  margin: 30px 0 0 -15px;
}

#story_page .overlay.story p:before {
  *zoom: 1;
}

#story_page .overlay.story p:before:before, #story_page .overlay.story p:before:after {
  display: table;
  content: "";
}

#story_page .overlay.story p:before:after {
  clear: both;
}

#story_page #content_2 .lines {
  position: absolute;
  width: 225px;
  top: 150px;
  left: 90px;
  z-index: 2;
}

#story_page #content_2_node_1 {
  padding: 15px;
  margin: 0;
}

#story_page #content_2_node_1 h1 {
  background: url("img/320x2/story-scene2-title-768.png") no-repeat 0 0;
  display: block;
  width: 275px;
  height: 160px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}

#story_page #content_2_node_2, #story_page #content_3_node_2, #story_page #content_4_node_2, #story_page #content_5_node_2 {
  margin: 18px 0 0;
}

#story_page #content_2_node_2 p, #story_page #content_3_node_2 p, #story_page #content_4_node_2 p, #story_page #content_5_node_2 p {
  *zoom: 1;
  margin-bottom: 15px;
}

#story_page #content_2_node_2 p:before, #story_page #content_2_node_2 p:after, #story_page #content_3_node_2 p:before, #story_page #content_3_node_2 p:after, #story_page #content_4_node_2 p:before, #story_page #content_4_node_2 p:after, #story_page #content_5_node_2 p:before, #story_page #content_5_node_2 p:after {
  display: table;
  content: "";
}

#story_page #content_2_node_2 p:after, #story_page #content_3_node_2 p:after, #story_page #content_4_node_2 p:after, #story_page #content_5_node_2 p:after {
  clear: both;
}

#story_page #content_2_node_2 p span, #story_page #content_3_node_2 p span, #story_page #content_4_node_2 p span, #story_page #content_5_node_2 p span {
  background: #242d00;
  display: block;
  color: #fff;
  padding: 12px;
}

#story_page #content_2_node_2 {
  z-index: 3;
}

#story_page #content_2_node_2 span.first {
  width: 17em;
}

#story_page #content_2_node_2 span.last {
  margin-left: 15px;
  width: 17em;
}

#story_page #content_2_node_3 {
  background: url("img/320x2/story-bg-tropadvert-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_2_node_3 h2 span {
  background: url("img/768/story-scene2-hotspot1-768.png") no-repeat 0 0;
  display: block;
  width: 134px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_2_node_4 {
  background: url("img/320x2/story-bg-grove-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_2_node_4 h2, #story_page #content_2_node_4 .content_bottom {
  background: #636c42;
}

#story_page #content_2_node_4 h2 span {
  background: url("img/768/story-scene2-hotspot2-768.png") no-repeat 0 0;
  display: block;
  width: 88px;
  height: 80px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_2_node_5 {
  background: url("img/320x2/story-bg-founder-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_2_node_5 h2, #story_page #content_2_node_5 .content_bottom {
  background: #acad66;
}

#story_page #content_2_node_5 h2 span {
  background: url("img/768/story-scene2-hotspot3-768.png") no-repeat 0 0;
  display: block;
  width: 101px;
  height: 89px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_3 {
  background: #441b07;
}

#story_page #content_3 .lines {
  position: absolute;
  width: 149px;
  top: 140px;
  left: 96px;
  z-index: 2;
}

#story_page #content_3_node_1 {
  padding: 70px 0 0 15px;
  position: relative;
}

#story_page #content_3_node_1 h1 {
  background: url("img/320x2/story-scene3-title-768.png") no-repeat 0 0;
  display: block;
  width: 140px;
  height: 172px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}

#story_page #content_3_node_2 {
  z-index: 3;
}

#story_page #content_3_node_2 p span {
  background: #4c321f;
  width: 16em;
}

#story_page #content_3_node_2 p span.last {
  margin-left: 85px;
  width: 12em;
}

#story_page #content_3_node_3 {
  background: url("img/320x2/story-bg-gettingstarted-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_3_node_3 h2, #story_page #content_3_node_3 .content_bottom {
  background: #4c321f;
}

#story_page #content_3_node_3 h2 span {
  background: url("img/768/story-scene3-hotspot1-768.png") no-repeat 0 0;
  display: block;
  width: 98px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_3_node_4 {
  background: url("img/320x2/story-bg-picking2-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_3_node_4 h2, #story_page #content_3_node_4 .content_bottom {
  background: #242d00;
}

#story_page #content_3_node_4 h2 span {
  background: url("img/768/story-scene3-hotspot2-768.png") no-repeat 0 0;
  display: block;
  width: 115px;
  height: 47px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_3_node_5 {
  background: url("img/320x2/story-bg-sow-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_3_node_5 h2, #story_page #content_3_node_5 .content_bottom {
  background: #391d15;
}

#story_page #content_3_node_5 h2 span {
  background: url("img/768/story-scene3-hotspot3-768.png") no-repeat 0 0;
  display: block;
  width: 84px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_4 .background.three20 {
  display: block;
}

#story_page #content_4 .background.four80 {
  display: none;
}

#story_page #content_4 .lines {
  position: absolute;
  width: 300px;
  top: 187px;
  z-index: 3;
  right: 2%;
}

#story_page #content_4_node_1 h1 {
  background: url("images/spacer.gif") no-repeat 0 0;
  display: block;
  width: 272px;
  height: 220px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_4_node_2 {
  position: relative;
  z-index: 4;
}

#story_page #content_4_node_2 p span {
  background: #dfe2e1;
  color: #005425;
  width: 15em;
  margin: 0 0 0 15px;
}

#story_page #content_4_node_2 p span a {
  color: #005425;
}

#story_page #content_4_node_2 p span.second {
  width: 14em;
  margin: 0;
}

#story_page #content_4_node_2 p span.last {
  margin-left: 130px;
  width: 5em;
  margin: 0 0 0 150px;
}

#story_page #content_4_node_3 {
  background: url("img/320x2/story-bg-1000hours2-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_4_node_3 h2, #story_page #content_4_node_3 .content_bottom {
  background: #fff8ee;
}

#story_page #content_4_node_3 h2 p, #story_page #content_4_node_3 .content_bottom p {
  color: #f15c23;
}

#story_page #content_4_node_3 h2 span {
  background: url("img/768/story-scene4-hotspot1-orange-768.png") no-repeat 0 0;
  display: block;
  width: 84px;
  height: 74px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_4_node_4 {
  background: url("img/320x2/story-bg-harvest-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_4_node_4 h2, #story_page #content_4_node_4 .content_bottom {
  background: #acad66;
}

#story_page #content_4_node_4 h2 span {
  background: url("img/768/story-scene4-hotspot2-768.png") no-repeat 0 0;
  display: block;
  width: 97px;
  height: 46px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_4_node_5 {
  background: url("img/320x2/story-bg-blood-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_4_node_5 h2, #story_page #content_4_node_5 .content_bottom {
  background: #b4b4b9;
}

#story_page #content_4_node_5 h2 span {
  background: url("img/768/story-scene4-hotspot3-768.png") no-repeat 0 0;
  display: block;
  width: 82px;
  height: 70px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_5 .lines {
  position: absolute;
  width: 256px;
  top: 81px;
  left: 40px;
  z-index: 2;
}

#story_page #content_5_node_1 {
  padding: 15px 15px 0;
}

#story_page #content_5_node_1 h1 {
  background: url("img/320x2/story-scene5-title-768.png") no-repeat 0 0;
  display: block;
  width: 190px;
  height: 120px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}

#story_page #content_5_node_2 {
  margin: 15px 0 0;
  z-index: 3;
}

#story_page #content_5_node_2 p span {
  background: #d4b978;
  color: #005425;
  width: 15em;
  margin: 0 0 0 15px;
}

#story_page #content_5_node_2 p span a {
  color: #005425;
}

#story_page #content_5_node_2 p span.second {
  width: 13em;
  margin: 0;
}

#story_page #content_5_node_2 p span.last {
  margin-left: 50px;
  width: 13em;
}

#story_page #content_5_node_3 {
  background: url("img/320x2/story-bg-onlythebest-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_5_node_3 h2, #story_page #content_5_node_3 .content_bottom {
  background: #827061;
}

#story_page #content_5_node_3 h2 span {
  background: url("img/768/story-scene5-hotspot1-768.png") no-repeat 0 0;
  display: block;
  width: 83px;
  height: 49px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_5_node_4 {
  background: url("img/320x2/story-bg-pressedperfection-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_5_node_4 h2, #story_page #content_5_node_4 .content_bottom, #story_page #content_5_node_4 p {
  background: #5d7ed0;
  color: white;
}

#story_page #content_5_node_4 h2 a, #story_page #content_5_node_4 .content_bottom a, #story_page #content_5_node_4 p a {
  color: white;
}

#story_page #content_5_node_4 h2 span {
  background: url("img/768/story-scene5-hotspot2-768.png") no-repeat 0 0;
  display: block;
  width: 126px;
  height: 49px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_5_node_5 {
  background: url("img/320x2/story-bg-tastetest-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_5_node_5 h2, #story_page #content_5_node_5 .content_bottom {
  background: #94848f;
}

#story_page #content_5_node_5 h2 span {
  background: url("img/768/story-scene5-hotspot3-768.png") no-repeat 0 0;
  display: block;
  width: 118px;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_6 {
  overflow: hide;
}

#story_page #content_6 .lines {
  position: absolute;
  width: 70%;
  top: 14%;
  right: 6.5%;
  z-index: 1;
}

#story_page #content_6_node_1 {
  padding: 30px 0 0 25px;
  height: 230px;
}

#story_page #content_6_node_1 h1 {
  background: url("img/320x2/story-scene6-title-768.png") no-repeat 0 0;
  display: block;
  width: 135px;
  height: 125px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain;
}

#story_page #content_6_node_2 {
  background: url("img/320x2/story-bg-foryou-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_6_node_2 h2, #story_page #content_6_node_2 .content_bottom, #story_page #content_6_node_2 p {
  background: #f4f7f8;
  color: #305053;
}

#story_page #content_6_node_2 h2 a, #story_page #content_6_node_2 .content_bottom a, #story_page #content_6_node_2 p a {
  color: #305053;
}

#story_page #content_6_node_2 h2 span {
  background: url("img/768/story-scene6-hotspot1-blue-768.png") no-repeat 0 0;
  display: block;
  width: 52px;
  height: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#story_page #content_6_node_3 {
  background: url("img/320x2/story-bg-woodland-320x2.jpg") no-repeat 0 0 transparent;
  background-size: 100%;
  position: relative;
  height: 350px;
}

#story_page #content_6_node_3 h2, #story_page #content_6_node_3 .content_bottom {
  background: #4c321f;
}

#story_page #content_6_node_3 h2 span {
  background: url("img/768/story-scene6-hotspot2-768.png") no-repeat 0 0;
  display: block;
  width: 144px;
  height: 49px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.desktop #story_page {
  background: none;
}

.desktop #story_page #video_wrapper, .desktop #story_page canvas {
  display: block;
}

.desktop #story_page #scroll_controls {
  display: none;
}

.touch .desktop #story_page #scroll_controls {
  display: none;
}

#story_page .intro h1 {
  margin: 0;
}

#story_page #video_wrapper, #story_page canvas {
  display: none;
}

#health_page #wrapper .chunk, #full_page #wrapper .chunk, #contact_page #wrapper .chunk {
  margin: 14px 14px 70px 14px;
}

#health_page #wrapper .intro, #full_page #wrapper .intro, #contact_page #wrapper .intro {
  padding: 0;
  margin: 0 0 70px 0;
}

#health_page #wrapper #why_not, #full_page #wrapper #why_not, #contact_page #wrapper #why_not {
  margin: 0;
}

#health_page #wrapper dl, #full_page #wrapper dl, #contact_page #wrapper dl {
  padding-left: 28px;
}

#health_page #wrapper ul, #full_page #wrapper ul, #contact_page #wrapper ul {
  padding-left: 28px;
}

#health_page #wrapper ul li, #full_page #wrapper ul li, #contact_page #wrapper ul li {
  margin-bottom: 14px;
}

#health_page #wrapper ul li p, #full_page #wrapper ul li p, #contact_page #wrapper ul li p {
  font-weight: normal;
  margin: 0;
}

#health_page #wrapper ul.cta_list, #full_page #wrapper ul.cta_list, #contact_page #wrapper ul.cta_list {
  font-weight: normal;
  padding: 0;
}

#health_page #wrapper .additional_info, #full_page #wrapper .additional_info, #contact_page #wrapper .additional_info {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  font-size: 20.16px;
  font-size: 1.8rem;
  background: #e5f1eb;
  padding: 7px 14px 7px 28px;
  line-height: 1.2em;
  zoom: expression(this.runtimeStyle.zoom="1", this.insertBefore( document.createElement("span"), this.firstChild ).className="ie-before" );
}

#health_page #wrapper .additional_info .ie-before, #health_page #wrapper .additional_info:before, #full_page #wrapper .additional_info .ie-before, #full_page #wrapper .additional_info:before, #contact_page #wrapper .additional_info .ie-before, #contact_page #wrapper .additional_info:before {
  display: block;
  content: "";
  width: 15px;
  height: 16px;
  background: url("img/320/icon-info-320.png") no-repeat 0 0;
  position: absolute;
  left: 7px;
}

.desktop #health_page, .desktop #full_page, .desktop #contact_page {
  *zoom: 1;
}

.desktop #health_page:before, .desktop #health_page:after, .desktop #full_page:before, .desktop #full_page:after, .desktop #contact_page:before, .desktop #contact_page:after {
  display: table;
  content: "";
}

.desktop #health_page:after, .desktop #full_page:after, .desktop #contact_page:after {
  clear: both;
}

.desktop #health_page #wrapper, .desktop #full_page #wrapper, .desktop #contact_page #wrapper {
  *zoom: 1;
}

.desktop #health_page #wrapper:before, .desktop #health_page #wrapper:after, .desktop #full_page #wrapper:before, .desktop #full_page #wrapper:after, .desktop #contact_page #wrapper:before, .desktop #contact_page #wrapper:after {
  display: table;
  content: "";
}

.desktop #health_page #wrapper:after, .desktop #full_page #wrapper:after, .desktop #contact_page #wrapper:after {
  clear: both;
}

.desktop #health_page #wrapper .chunk, .desktop #full_page #wrapper .chunk, .desktop #contact_page #wrapper .chunk {
  margin: 0;
  width: 680px;
  float: left;
  *zoom: 1;
}

.desktop #health_page #wrapper .chunk .inner_wrap, .desktop #full_page #wrapper .chunk .inner_wrap, .desktop #contact_page #wrapper .chunk .inner_wrap {
  margin: 0 50px 0 50px;
}

.desktop #health_page #wrapper .chunk.panel1, .desktop #full_page #wrapper .chunk.panel1, .desktop #contact_page #wrapper .chunk.panel1 {
  margin: 0;
  color: #555;
}

.desktop #health_page #wrapper .chunk.panel1 .inner_wrap, .desktop #full_page #wrapper .chunk.panel1 .inner_wrap, .desktop #contact_page #wrapper .chunk.panel1 .inner_wrap {
  margin-left: 0;
}

.desktop #health_page #wrapper .chunk.panel1 h1, .desktop #full_page #wrapper .chunk.panel1 h1, .desktop #contact_page #wrapper .chunk.panel1 h1 {
  color: #3c8b07;
  background: none;
  font-size: 35.84px;
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.desktop #health_page #wrapper .chunk.panel1 h3, .desktop #full_page #wrapper .chunk.panel1 h3, .desktop #contact_page #wrapper .chunk.panel1 h3 {
  margin-top: 10px;
}

.desktop #health_page #wrapper .chunk:before, .desktop #health_page #wrapper .chunk:after, .desktop #full_page #wrapper .chunk:before, .desktop #full_page #wrapper .chunk:after, .desktop #contact_page #wrapper .chunk:before, .desktop #contact_page #wrapper .chunk:after {
  display: table;
  content: "";
}

.desktop #health_page #wrapper .chunk:after, .desktop #full_page #wrapper .chunk:after, .desktop #contact_page #wrapper .chunk:after {
  clear: both;
}

.desktop #health_page #wrapper .chunk ul li, .desktop #full_page #wrapper .chunk ul li, .desktop #contact_page #wrapper .chunk ul li {
  width: 40%;
  float: left;
  margin-right: 42px;
}

.desktop #health_page #wrapper .chunk .additional_info, .desktop #full_page #wrapper .chunk .additional_info, .desktop #contact_page #wrapper .chunk .additional_info {
  display: none;
}

#contact_page #wrapper #intro_1 {
  margin: 30px 0 0;
  *zoom: 1;
}

#contact_page #wrapper #intro_1:before, #contact_page #wrapper #intro_1:after {
  display: table;
  content: "";
}

#contact_page #wrapper #intro_1:after {
  clear: both;
}

#contact_page #wrapper #intro_1 h1 {
  background: url("img/320/page-contact-us-title-320.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 124px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: top center;
  background-size: contain;
}

#contact_page #wrapper #intro_1 p {
  font-size: 1em;
  margin: 35px auto 0;
  padding-left: 55px;
  text-align: right;
  color: #555;
  text-transform: none;
  width: 10em;
  *zoom: 1;
}

#contact_page #wrapper #intro_1 p:before, #contact_page #wrapper #intro_1 p:after {
  display: table;
  content: "";
}

#contact_page #wrapper #intro_1 p:after {
  clear: both;
}

#contact_page #wrapper #intro_2 {
  margin: 85px 0 0;
  padding: 14px 14px 0;
  *zoom: 1;
}

#contact_page #wrapper #intro_2:before, #contact_page #wrapper #intro_2:after {
  display: table;
  content: "";
}

#contact_page #wrapper #intro_2:after {
  clear: both;
}

#contact_page #wrapper #intro_2 p {
  font-size: 1em;
  text-align: left;
  text-transform: none;
  color: #555;
}

#contact_page #wrapper #intro_2 p a {
  background-position: 0px 3px;
}

#contact_page #wrapper #intro_2 p:last-child {
  margin: 0;
}

#contact_page #wrapper .contact_column_1 {
  margin-bottom: 70px;
}

#contact_page #wrapper #contact_chunk_1 .contact_column_1 {
  display: none;
}

#contact_page #wrapper #contact_chunk_1 .contact_column_2 a {
  background-position: 0 3px;
}

#contact_page #wrapper #contact_chunk_1 .contact_column_2 span {
  display: none;
}

.desktop #contact_page #wrapper p {
  margin-right: 14px;
}

.desktop #contact_page #wrapper h1 {
  line-height: 1em;
  margin-bottom: 1em;
}

.desktop #contact_page #wrapper .intro {
  *zoom: 1;
}

.desktop #contact_page #wrapper .intro p {
  width: 240px;
  margin-bottom: 21px;
}

.desktop #contact_page #wrapper .intro:before, .desktop #contact_page #wrapper .intro:after {
  display: table;
  content: "";
}

.desktop #contact_page #wrapper .intro:after {
  clear: both;
}

.desktop #contact_page #wrapper .intro h1 {
  display: none;
}

.desktop #contact_page #wrapper .intro .content_area {
  width: 40%;
}

.desktop #contact_page #wrapper .intro .content_area p {
  text-align: left;
  font-size: 15.68px;
  font-size: 1.4rem;
  color: #555;
  text-transform: none;
  font-family: "Arvo",serif;
}

.desktop #contact_page #wrapper .intro #intro_1 {
  float: left;
  height: 100%;
  background: url("img/768/contact-us-page-fruit-768.png") center 85% no-repeat;
}

.desktop #contact_page #wrapper .intro #intro_1 h1 {
  background: url("img/768/contact-us-page-heading-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 188px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: top left;
  margin-bottom: 25px;
}

.desktop #contact_page #wrapper .intro #intro_1 p {
  width: 200px;
  text-align: right;
  font-size: 17.92px;
  font-size: 1.6rem;
  color: #555;
  margin-top: 20px;
  text-indent: 1em;
  text-align: left;
  padding-left: 85px;
}

.desktop #contact_page #wrapper .intro #intro_2 {
  float: left;
  margin-top: 100px;
  margin-left: 28px;
}

.desktop #contact_page #wrapper .intro #intro_2 p {
  font-size: 15.68px;
  font-size: 1.4rem;
}

.desktop #contact_page #wrapper .intro #intro_2 p a {
  width: 165px;
}

.desktop #contact_page #wrapper #contact_chunk_1 {
  padding: 0;
}

.desktop #contact_page #wrapper #contact_chunk_1 .contact_column_1 {
  float: left;
  display: block;
  width: 45%;
  margin-right: 5%;
}

.desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 {
  float: left;
  width: 50%;
}

.desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 p {
  padding-left: 28px;
  margin-bottom: 28px;
}

.desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 p a {
  position: relative;
  left: -28px;
}

.desktop #contact_page #wrapper #contact_chunk_2 {
  background: url("img/768/contact-us-page-apple-768.png") right 90% no-repeat;
  padding: 0;
}

.desktop #contact_page #wrapper #contact_chunk_2 .contact_column_1 {
  float: left;
  width: 42%;
  margin-right: 10%;
  display: block;
}

.desktop #contact_page #wrapper #contact_chunk_2 .contact_column_2 {
  float: left;
  width: 48%;
}

.desktop #contact_page #wrapper #contact_chunk_3 {
  padding: 0;
}

.desktop #contact_page #wrapper #contact_chunk_3 .contact_column_1 {
  float: left;
  width: 42%;
  margin-right: 10%;
  display: block;
}

#health_page #wrapper .intro #intro_1 h1 {
  background: url("img/320/health-page-heading-320.png") no-repeat 0 0;
  display: block;
  width: 212px;
  height: 170px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  background-size: contain;
}

#health_page #wrapper .intro #intro_1 p {
  text-align: center;
  font-size: 15.68px;
  font-size: 1.4rem;
  color: #555;
  text-transform: none;
}

#health_page #wrapper #intro_2 {
  margin: 50px 0 0;
}

#health_page #wrapper #intro_2 p {
  text-align: left;
  font-size: 15.68px;
  font-size: 1.4rem;
  color: #555;
  text-transform: none;
}

#health_page #wrapper #health_chunk_1 {
  background: url("img/320/health-page-bg-orange-320.jpg") no-repeat top center transparent;
  padding: 150px 0 0;
}

#health_page #wrapper #health_chunk_1 p a {
  font-family: 'Arvo', sans-serif;
  color: #005425;
  text-decoration: underline;
}

.desktop #health_page #wrapper .intro {
  background: url("img/768/health-page-fruit-768.png") 77% 80% no-repeat;
}

.desktop #health_page #wrapper .intro h1 {
  display: none;
}

.desktop #health_page #wrapper .intro .content_area {
  width: 40%;
}

.desktop #health_page #wrapper .intro .content_area p {
  text-align: left;
  font-size: 15.68px;
  font-size: 1.4rem;
  color: #555;
  text-transform: none;
  font-family: "Arvo",serif;
}

.desktop #health_page #wrapper .intro #intro_1 h1 {
  background: url("img/768/health-page-heading-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 163px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: top left;
  margin-bottom: 25px;
  margin-top: 25px;
}

.desktop #health_page #wrapper .intro #intro_1 p {
  text-align: right;
  font-size: 17.92px;
  font-size: 1.6rem;
  color: #555;
}

.desktop #health_page #wrapper #health_chunk_1 {
  background: url("img/768/health-page-juice-768.png") 90% 100% no-repeat;
  padding: 0;
}

.desktop #health_page #wrapper #health_chunk_1 p {
  margin-right: 0;
}

.desktop #health_page #wrapper #health_chunk_1 p a {
  font-family: "Arvo",serif;
  color: #005425;
  text-decoration: underline;
}

.desktop #health_page #wrapper #health_chunk_1 dl {
  float: left;
  width: 45%;
  clear: left;
  margin-right: 28px;
  margin-bottom: 0;
}

#full_page #wrapper .chunk {
  margin: 0 14px;
}

#full_page #wrapper .chunk.panel1 {
  padding: 0;
  margin: 0 14px;
}

#full_page #wrapper .chunk.panel1 h1 {
  line-height: 1.5em;
  margin: 0 0 90px -14px;
  padding-right: 14px;
  box-sizing: content-box;
}

#full_page #wrapper .chunk a {
  font-family: Arvo, sans-serif;
  font-size: 15.68px;
  font-size: 1.4rem;
}

#full_page #wrapper .chunk h3 {
  margin: 3em 0 1em;
}

.desktop #full_page #wrapper .chunk a {
  font-family: Arvo, sans-serif;
}

.desktop #full_page #wrapper .chunk ol {
  list-style: decimal outside;
  margin: 0 0 20px 1%;
}

.desktop #full_page #wrapper .chunk ol li {
  width: 99%;
  font-weight: normal;
}

.desktop #full_page #wrapper .chunk ul {
  margin: 20px 0 20px;
}

.desktop #full_page #wrapper .chunk ul li {
  margin-bottom: 5px;
  float: none;
  font-weight: normal;
  width: 100%;
}

#range_list_page .intro .content_area {
  margin: 50px 0 15px;
}

#range_list_page .intro .content_area h1 {
  background: url("img/320/ranges-page-heading-320.png") no-repeat 0 0;
  display: block;
  width: 188px;
  height: 88px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  background-size: contain;
}

#range_list_page .intro .content_area p {
  padding-left: 50px;
  width: 150px;
  color: #555;
  margin: 20px auto 0px;
  font-size: 17.92px;
  font-size: 1.6rem;
  text-align: left;
  text-transform: none;
}

#range_list_page .intro .content_area p span {
  text-indent: -20px;
  display: block;
  width: 170px;
}

#range_list_page .intro .content_area p + p {
  margin: 0 auto;
  text-indent: 0;
  padding-left: 100px;
  width: 170px;
}

#range_list_page #range_list {
  margin: 35px 0 1.5em;
  padding: 0;
  list-style: none;
}

#range_list_page #range_list .chunk {
  margin: 0 0 35px;
}

#range_list_page #range_list li {
  clear: both;
  display: block;
}

#range_list_page #range_list li .inner_wrap {
  clear: both;
  height: 250px;
}

#range_list_page #range_list li .inner_wrap > a {
  width: 50%;
}

#range_list_page #range_list li .inner_wrap a {
  display: block;
  float: left;
}

#range_list_page #range_list li .inner_wrap > div {
  float: left;
  padding: 55px 0 0;
}

#range_list_page #range_list li .inner_wrap > div h2 {
  width: 100%;
  height: 1.2em;
  margin-bottom: 0.125em;
}

.desktop #range_list_page .intro .content_area {
  background: url("img/768/range-page-fruit-768.png") 59% 72% no-repeat;
  height: 100%;
  margin-top: 0;
}

.desktop #range_list_page .intro .content_area h1 {
  display: block;
  background: url("img/768/ranges-page-heading-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 140px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: left top;
  margin-top: 30px;
  margin-bottom: 40px;
}

.desktop #range_list_page .intro .content_area p {
  text-align: left;
  color: #555;
  text-transform: none;
  font-size: 17.92px;
  font-size: 1.6rem;
  width: 210px;
  text-indent: 0;
  padding: 0 0 0 40px;
  margin: 0 0 0.5em 0;
}

.desktop #range_list_page .intro .content_area p span {
  text-indent: 0;
  width: 210px;
}

.desktop #range_list_page #range_list .chunk {
  margin: 0;
}

.desktop #range_list_page #range_list li > a {
  width: 290px;
}

#product_list_page .intro .content_area {
  margin: 50px 0 15px;
}

#product_list_page .intro .content_area h1 {
  background: url("img/320/ranges-page-tropicana-energy-heading-320.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 185px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto 35px;
  background-position: top center;
  background-size: contain;
}

#product_list_page .intro .content_area.classics h1 {
  background-image: url("img/320/ranges-page-classics-heading-320.png");
  width: 160px;
  height: 95px;
}

#product_list_page .intro .content_area.orange-creations h1 {
  background-image: url("img/320/ranges-page-orange-creations-heading-320.png");
}

#product_list_page .intro .content_area.exotic-creations h1 {
  background-image: url("img/320/ranges-page-exotic-creations-heading-320.png");
  width: 150px;
  height: 104px;
}

#product_list_page .intro .content_area.apple-creations h1 {
  background-image: url("img/320/ranges-page-apple-creations-heading-320.png");
  width: 171px;
  height: 101px;
}

#product_list_page .intro .content_area.premium-edition h1 {
  background-image: url("img/320/ranges-page-premium-heading-320.png");
  width: 204px;
  height: 90px;
}

#product_list_page .intro .content_area.essentials h1 {
  background-image: url("img/320/ranges-page-essentials-heading-320.png");
  width: 174px;
  height: 121px;
}

#product_list_page .intro .content_area.trop50 h1 {
  background-image: url("img/320/ranges-page-trop50-heading-320.png");
  width: 184px;
  height: 134px;
}

#product_list_page .intro .content_area.single-serve h1 {
  background-image: url("img/320/ranges-page-single-serve-heading-320.png");
  width: 200px;
  height: 112px;
}

#product_list_page .intro .content_area.multipacks h1 {
  background-image: url("img/320/ranges-page-multipack-heading-320.png");
  width: 173px;
  height: 69px;
}

#product_list_page .intro .content_area.tropicana-kids h1 {
  background-image: url("img/320/ranges-page-tropicana-kids-heading-320.png");
  width: 190px;
  height: 103px;
}

#product_list_page .intro .content_area.tropicana-energy h1 {
  background-image: url("img/320/ranges-page-tropicana-energy-heading-320.png");
  width: 170px;
  height: 105px;
}

#product_list_page .intro .content_area p {
  text-transform: none;
  color: #555;
  font-size: 17.92px;
  font-size: 1.6rem;
}

#product_list_page .intro .content_area p em {
  font-size: 8.96px;
  font-size: 0.8rem;
  line-height: 1.2em;
  font-style: normal;
  display: block;
}

#product_list_page #product_list {
  margin: 40px 0 0;
  padding: 0;
}

#product_list_page #product_list li .inner_wrap > a {
  float: left;
  display: block;
  width: 50%;
}

#product_list_page #product_list li .inner_wrap > a img {
  float: none;
}

#product_list_page #product_list li .inner_wrap > div {
  width: 49%;
  float: left;
}

#product_list_page #product_list li h2 {
  line-height: 1em;
}

#product_list_page #product_list li h2 a {
  font-size: 40.32px;
  font-size: 3.6rem;
}

#product_list_page #product_list li a {
  font-size: 26.88px;
  font-size: 2.4rem;
}

.desktop #product_list_page .intro .orange h1, .desktop #product_list_page .intro .classics h1, .desktop #product_list_page .intro .orange-creations h1, .desktop #product_list_page .intro .exotic-creations h1, .desktop #product_list_page .intro .apple-creations h1, .desktop #product_list_page .intro .premium-edition h1, .desktop #product_list_page .intro .essentials h1, .desktop #product_list_page .intro .trop50 h1, .desktop #product_list_page .intro .single-serve h1, .desktop #product_list_page .intro .multipacks h1, .desktop #product_list_page .intro .tropicana-kids h1, .desktop #product_list_page .intro .tropicana-energy h1 {
  display: block;
  margin-bottom: 40px;
}

.desktop #product_list_page .intro .orange p, .desktop #product_list_page .intro .classics p, .desktop #product_list_page .intro .orange-creations p, .desktop #product_list_page .intro .exotic-creations p, .desktop #product_list_page .intro .apple-creations p, .desktop #product_list_page .intro .premium-edition p, .desktop #product_list_page .intro .essentials p, .desktop #product_list_page .intro .trop50 p, .desktop #product_list_page .intro .single-serve p, .desktop #product_list_page .intro .multipacks p, .desktop #product_list_page .intro .tropicana-kids p, .desktop #product_list_page .intro .tropicana-energy p {
  text-align: right;
  margin-right: 25%;
  color: #555;
  text-transform: none;
  font-size: 17.92px;
  font-size: 1.6rem;
  width: 250px;
  text-indent: 0;
  float: right;
  margin-bottom: 0.5em;
}

.desktop #product_list_page .intro .orange p span, .desktop #product_list_page .intro .classics p span, .desktop #product_list_page .intro .orange-creations p span, .desktop #product_list_page .intro .exotic-creations p span, .desktop #product_list_page .intro .apple-creations p span, .desktop #product_list_page .intro .premium-edition p span, .desktop #product_list_page .intro .essentials p span, .desktop #product_list_page .intro .trop50 p span, .desktop #product_list_page .intro .single-serve p span, .desktop #product_list_page .intro .multipacks p span, .desktop #product_list_page .intro .tropicana-kids p span, .desktop #product_list_page .intro .tropicana-energy p span {
  padding-left: 3em;
}

.desktop #product_list_page .intro .orange p em, .desktop #product_list_page .intro .classics p em, .desktop #product_list_page .intro .orange-creations p em, .desktop #product_list_page .intro .exotic-creations p em, .desktop #product_list_page .intro .apple-creations p em, .desktop #product_list_page .intro .premium-edition p em, .desktop #product_list_page .intro .essentials p em, .desktop #product_list_page .intro .trop50 p em, .desktop #product_list_page .intro .single-serve p em, .desktop #product_list_page .intro .multipacks p em, .desktop #product_list_page .intro .tropicana-kids p em, .desktop #product_list_page .intro .tropicana-energy p em {
  font-size: 8.96px;
  font-size: 0.8rem;
  line-height: 1.2em;
  font-style: normal;
}

.desktop #product_list_page .intro .orange {
  margin-top: 90px;
}

.desktop #product_list_page .intro .orange h1 {
  background: url("img/768/range-page-heading-orange-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 270px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
}

.desktop #product_list_page .intro .classics {
  margin-top: 180px;
}

.desktop #product_list_page .intro .classics h1 {
  background: url("img/768/range-page-heading-classics-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 190px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
}

.desktop #product_list_page .intro .orange-creations {
  margin-top: 120px;
}

.desktop #product_list_page .intro .orange-creations h1 {
  background: url("img/768/range-page-heading-orange-creations-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 236px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 50px;
}

.desktop #product_list_page .intro .exotic-creations {
  margin-top: 170px;
}

.desktop #product_list_page .intro .exotic-creations h1 {
  background: url("img/768/range-page-heading-exotic-creations-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 207px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 50px;
}

.desktop #product_list_page .intro .apple-creations {
  margin-top: 170px;
}

.desktop #product_list_page .intro .apple-creations h1 {
  background: url("img/768/range-page-heading-apple-creations-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 201px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 50px;
}

.desktop #product_list_page .intro .premium-edition {
  margin-top: 140px;
}

.desktop #product_list_page .intro .premium-edition h1 {
  background: url("img/768/range-page-heading-premium-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 180px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 60px;
}

.desktop #product_list_page .intro .premium-edition p {
  text-indent: -15px;
  text-align: left;
  margin-right: 18%;
  width: 305px;
}

.desktop #product_list_page .intro .essentials {
  margin-top: 110px;
}

.desktop #product_list_page .intro .essentials h1 {
  background: url("img/768/range-page-heading-essentials-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 241px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 50px;
}

.desktop #product_list_page .intro .essentials p {
  text-indent: -15px;
  text-align: left;
  margin-right: 15%;
  width: 320px;
}

.desktop #product_list_page .intro .trop50 {
  margin-top: 70px;
}

.desktop #product_list_page .intro .trop50 h1 {
  background: url("img/768/range-page-heading-trop50-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 267px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 40px;
}

.desktop #product_list_page .intro .trop50 p {
  text-indent: -15px;
  text-align: left;
  margin-right: 13%;
  width: 280px;
}

.desktop #product_list_page .intro .single-serve {
  margin-top: 90px;
}

.desktop #product_list_page .intro .single-serve h1 {
  background: url("img/768/range-page-heading-single-serve-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 224px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 40px;
}

.desktop #product_list_page .intro .single-serve p {
  text-indent: -15px;
  text-align: left;
  margin-right: 13%;
  width: 275px;
}

.desktop #product_list_page .intro .multipacks {
  margin-top: 150px;
}

.desktop #product_list_page .intro .multipacks h1 {
  background: url("img/768/range-page-heading-multipack-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 137px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 50px;
}

.desktop #product_list_page .intro .multipacks p {
  text-indent: -15px;
  text-align: left;
  margin-right: 13%;
  width: 275px;
}

.desktop #product_list_page .intro .tropicana-kids {
  margin-top: 150px;
}

.desktop #product_list_page .intro .tropicana-kids h1 {
  background: url("img/768/range-page-heading-tropicana-kids-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 205px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 50px;
}

.desktop #product_list_page .intro .tropicana-kids p {
  text-indent: -15px;
  text-align: left;
  margin-right: 16%;
  width: 230px;
}

.desktop #product_list_page .intro .tropicana-energy {
  margin-top: 120px;
}

.desktop #product_list_page .intro .tropicana-energy h1 {
  background: url("img/768/ranges-page-tropicana-energy-heading-768.png") no-repeat 0 0;
  display: block;
  width: 100%;
  height: 205px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: center top;
  margin-bottom: 40px;
}

.desktop #product_list_page .intro .tropicana-energy p {
  text-indent: 0;
  text-align: left;
  margin-right: 16%;
  width: 370px;
}

.desktop #product_list_page .intro .tropicana-energy p em {
  display: block;
  line-height: 1.5em;
  margin-top: 1.2em;
}

.desktop #product_list_page #product_list h2 {
  line-height: 1.1em;
}

.desktop #product_list_page #product_list p a {
  font-size: 22.4px;
  font-size: 2rem;
}

#product_page .slingshot-button {
  display: none;
}

#product_page #nutrition > h1 {
  width: 50%;
}

#product_page #nutrition p {
  text-align: left;
  margin: 0.5em;
}

#product_page #nutrition .nutrition_number p, #product_page #nutrition .nutrition_percent p {
  text-align: center;
}

#product_page #nutrition table {
  margin: 28px 0 7px 0;
}

#product_page #nutrition table + p, #product_page #nutrition table p {
  margin: 0;
  text-align: left;
  line-height: 1.1em;
}

#product_page #nutrition #detailed_info_cta {
  display: none;
}

#product_page #nutrition .unit {
  text-transform: lowercase;
  display: block;
}

#product_page #nutrition_topline {
  margin-top: 28px;
  *zoom: 1;
}

#product_page #nutrition_topline:before, #product_page #nutrition_topline:after {
  display: table;
  content: "";
}

#product_page #nutrition_topline:after {
  clear: both;
}

#product_page #nutrition_topline .nutrition_tab {
  float: left;
  width: 18%;
  z-index: 100;
  padding: 10px 0;
  margin-left: 1.2%;
  text-align: center;
  background: #c3e0de;
  overflow: hidden;
  -webkit-border-radius: 100%/30%;
  -moz-border-radius: 100%/30%;
  border-radius: 100%/30%;
  position: relative;
}

#product_page #nutrition_topline .nutrition_tab:first-child {
  margin-left: 0;
}

#product_page #nutrition_topline .nutrition_tab h4 {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  font-size: 13.44px;
  font-size: 1.2rem;
  margin: 0 0 0.5em 0;
  letter-spacing: 0;
}

#product_page #nutrition_topline .nutrition_tab .nutrition_number p {
  font-family: "Function Pro Condensed Bold",Helvetica,Arial,sans-serif;
  font-size: 31.36px;
  font-size: 2.8rem;
  margin: 5px;
  color: #3c8b07;
  line-height: 1em;
}

#product_page #nutrition_topline .nutrition_tab .nutrition_percent p {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  color: #3c8b07;
  font-size: 20.16px;
  font-size: 1.8rem;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #dceef8;
  height: 3em;
  width: 3em;
  line-height: 3em;
  margin: 0 auto -1em auto;
  position: relative;
}

#product_page .chunk {
  margin: 14px;
}

#product_page #why_not {
  margin-left: 0;
  margin-top: 56px;
}

#product_page #description {
  margin-top: 42px;
}

#product_page #ingredients p {
  text-align: center;
}

#product_page #ingredients .lots-of-ingredients p {
  font-size: 12.32px;
  font-size: 1.1rem;
  margin-top: 0.5em;
}

#product_page #ingredients .inner_wrap {
  text-align: center;
}

#product_page #ingredients img {
  height: auto;
}

#product_page .intro {
  padding: 0;
  margin: 0;
  min-height: 0;
}

#product_page .intro .inner_wrap {
  padding: 14px;
}

#product_page .intro img {
  margin-bottom: 7px;
  margin: 0 auto;
}

#product_page .intro h1 {
  line-height: 1.5em;
}

#product_page .intro h2 {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
  margin-bottom: 7px;
}

#product_page .intro h3 {
  font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
}

#product_page .intro #product_description {
  width: 100%;
  float: left;
  clear: left;
  padding-top: 56px;
}

#product_page .intro #product_description #slingshot_wrapper {
  display: none;
}

#product_page .intro #list_anchor_cta {
  clear: left;
}

#product_page .intro ul {
  margin-left: 25px;
  margin-top: 28px;
  padding: 0;
}

#product_page .intro ul li {
  margin-bottom: 1em;
}

.desktop #product_page {
  margin-top: 0;
}

.desktop #product_page .slingshot-button {
  display: block;
}

.desktop #product_page .chunk {
  margin: 0;
}

.desktop #product_page .intro {
  padding: 0;
}

.desktop #product_page .intro p {
  margin-bottom: 1.5em;
}

.desktop #product_page .intro img {
  width: 250px;
  height: 430px;
  padding: 0;
}

.desktop #product_page .intro h1 {
  display: block !important;
  color: #3c8b07;
  background: none;
  padding: 0;
  letter-spacing: 0;
  font-size: 35.84px;
  font-size: 3.2rem;
  line-height: 1em;
}

.desktop #product_page .intro .inner_wrap {
  margin: 0;
  max-width: none;
}

.desktop #product_page .intro #secondary_header {
  display: none;
}

.desktop #product_page .intro #product_description {
  margin-top: 35px;
  width: 50%;
  float: left;
  clear: none;
  padding-top: 0;
}

.desktop #product_page .intro #product_description #slingshot_wrapper {
  display: block;
}

.desktop #product_page #ingredients p {
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.desktop #product_page #nutrition .inner_wrap {
  float: left;
  width: 75%;
  margin: 35px 0 0 40px;
}

.desktop #product_page #nutrition .inner_wrap p {
  margin: 0 0 1em 0;
}

.desktop #product_page #nutrition .inner_wrap > p {
  text-align: left;
}

.desktop #product_page #nutrition .inner_wrap #nutrition_topline {
  margin-bottom: 40px;
}

.desktop #product_page #nutrition .inner_wrap #nutrition_topline h4 {
  font-size: 20.16px;
  font-size: 1.8rem;
}

.desktop #product_page #nutrition .inner_wrap #nutrition_topline .nutrition_number p {
  margin: 0;
  font-size: 42.56px;
  font-size: 3.8rem;
  color: #3c8b07;
}

.desktop #product_page #nutrition .inner_wrap #nutrition_topline .nutrition_percent p {
  font-size: 38.08px;
  font-size: 3.4rem;
  color: #3c8b07;
  height: 1.7em;
  width: 1.7em;
  line-height: 1.7em;
  margin: 0 auto -0.5em auto;
}

.desktop #product_page #nutrition .inner_wrap .popup-content {
  display: none;
}

.desktop #product_page #nutrition .inner_wrap table + p {
  text-align: right;
}

.desktop #product_page #nutrition .inner_wrap #detailed_info_cta {
  display: block;
  margin: 50px auto 0 auto;
  text-align: left;
  width: 54%;
}

.desktop #product_page #why_not {
  margin-top: 0;
}

.edit_mode #primary_nav #side_nav {
  position: static;
}

.edit_mode #home_page .content, .edit_mode #story_page .content {
  position: static;
}

.edit_mode #contact_page #wrapper #contact_chunk_1 .contact_column_1 {
  display: block;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  pre, blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }
}
@media only screen and (min-width: 480px) {
  #home_page .mobile_poster .cta_wrapper {
    left: 61%;
    top: 71%;
  }

  #health_page #wrapper .intro #intro_1 h1 {
    background: url("img/320x2/health-page-heading-320x2.png") no-repeat 0 0;
    display: block;
    width: 100%;
    height: 300px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: top center;
  }

  #health_page #health_chunk_2 {
    background: url("img/320x2/health-page-bg-orange-320x2.jpg") no-repeat top center transparent;
    background-size: 50% auto;
    padding: 45% 0 0;
  }

  #range_list_page .intro .content_area h1 {
    background: url("img/320x2/ranges-page-heading-320x2.png") no-repeat 0 0;
    display: block;
    width: 100%;
    height: 200px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: top center;
  }

  #product_list_page .intro h1 {
    display: block;
    background-size: contain;
    background-position: top center;
  }

  #product_list_page .intro.orange h1 {
    background-image: url("img/320x2/ranges-page-orange-heading-320x2.png");
    height: 245px;
  }

  #product_list_page .intro.classics h1 {
    background-image: url("img/320x2/ranges-page-classics-heading-320x2.png");
    height: 190px;
  }

  #product_list_page .intro.orange-creations h1 {
    background-image: url("img/320x2/ranges-page-orange-creations-heading-320x2.png");
    height: 250px;
  }

  #product_list_page .intro.exotic-creations h1 {
    background-image: url("img/320x2/ranges-page-exotic-creations-heading-320x2.png");
    height: 190px;
  }

  #product_list_page .intro.apple-creations h1 {
    background-image: url("img/320x2/ranges-page-apple-creations-heading-320x2.png");
    height: 170px;
  }

  #product_list_page .intro.premium-edition h1 {
    background-image: url("img/320x2/ranges-page-premium-heading-320x2.png");
    height: 175px;
  }

  #product_list_page .intro.essentials h1 {
    background-image: url("img/320x2/ranges-page-essentials-heading-320x2.png");
    height: 270px;
  }

  #product_list_page .intro.trop50 h1 {
    background-image: url("img/320x2/ranges-page-trop50-heading-320x2.png");
    height: 280px;
  }

  #product_list_page .intro.single-serve h1 {
    background-image: url("img/320x2/ranges-page-single-serve-heading-320x2.png");
    height: 250px;
  }

  #product_list_page .intro.multipacks h1 {
    background-image: url("img/320x2/ranges-page-multipack-heading-320x2.png");
    height: 160px;
  }

  #product_list_page .intro.tropicana-kids h1 {
    background-image: url("img/320x2/ranges-page-tropicana-kids-heading-320x2.png");
    height: 180px;
  }

  #product_list_page .intro.tropicana-energy h1 {
    background-image: url("img/320x2/ranges-page-tropicana-energy-heading-320x2.png");
    height: 180px;
  }

  #product_list_page .intro p {
    width: 70%;
    margin: 0 auto;
  }

  #product_list_page #product_list {
    margin: 80px 0 0;
  }

  #story_page .node {
    position: relative;
    z-index: 1;
    padding: 0 15px;
    box-sizing: border-box;
    background-position: center;
  }

  #story_page #content_2 .lines {
    top: 165px;
  }

  #story_page #content_4 .lines {
    top: 137px;
    right: 36%;
  }

  #story_page #content_6 .lines {
    top: 19%;
  }

  #story_page #content_1_node_3, #story_page #content_1_node_4, #story_page #content_1_node_5, #story_page #content_2_node_3, #story_page #content_2_node_4, #story_page #content_2_node_5, #story_page #content_3_node_3, #story_page #content_3_node_4, #story_page #content_3_node_5, #story_page #content_4_node_3, #story_page #content_4_node_4, #story_page #content_4_node_5, #story_page #content_5_node_3, #story_page #content_5_node_4, #story_page #content_5_node_5 {
    background-position: center center;
  }

  #story_page h2 {
    color: #fff;
    *zoom: 1;
  }

  #story_page h2:before, #story_page h2:after {
    display: table;
    content: "";
  }

  #story_page h2:after {
    clear: both;
  }

  #story_page .content_bottom {
    position: absolute;
    bottom: 15px;
    background: #559496;
    margin: 0 15px 0 0;
    padding: 15px;
  }

  #story_page p {
    *zoom: 1;
    color: #fff;
    margin: 0;
  }

  #story_page p:before, #story_page p:after {
    display: table;
    content: "";
  }

  #story_page p:after {
    clear: both;
  }

  #story_page #content_2_node_1 h1 {
    background: url("img/320x2/story-scene2-title-768.png") no-repeat 0 0;
    display: block;
    width: 305px;
    height: 175px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #story_page #content_3_node_1 h1 {
    width: 190px;
  }

  #story_page #content_4 .background.three20 {
    display: none;
  }

  #story_page #content_4 .background.four80 {
    display: block;
  }

  #story_page #content_4 h1 {
    height: 170px;
  }

  #story_page #content_6_node_1 {
    height: 370px;
  }

  #story_page #content_6_node_1 h1 {
    width: 200px;
    height: 220px;
  }

  #footer #footer_nav {
    height: 1em;
  }

  #footer #footer_nav .HTMLBlock {
    *zoom: 1;
    float: left;
  }

  #footer #footer_nav .HTMLBlock:before, #footer #footer_nav .HTMLBlock:after {
    display: table;
    content: "";
  }

  #footer #footer_nav .HTMLBlock:after {
    clear: both;
  }

  #footer #footer_nav ul {
    float: left;
    line-height: 1em;
  }

  #footer #footer_nav ul li {
    padding-right: 10px;
    display: block;
    float: left;
    line-height: 1.2em;
  }

  #footer #footer_nav .right {
    float: right;
    width: auto;
  }

  #footer #footer_nav .right span {
    margin: 0 15px 0 0;
    display: inline-block;
    float: left;
    line-height: 1.3em;
  }

  #footer #footer_nav span {
    font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
    font-size: 15.68px;
    font-size: 1.4rem;
    line-height: 1em;
    float: right;
    color: #d9c99b;
    *zoom: 1;
  }

  #footer #footer_nav span:before, #footer #footer_nav span:after {
    display: table;
    content: "";
  }

  #footer #footer_nav span:after {
    clear: both;
  }
}
@media only screen and (min-width: 600px) {
  #home_page #promo_story .mobile_poster::before {
    width: 401px;
    height: 440px;
    margin: 0 0 0 -200px;
  }

  #home_page #promo_story #content_1_node_3 {
    top: 74%;
  }

  #home_page #promo_story .node p span {
    font-size: 120%;
    padding: 8px 15px;
  }

  #home_page #promo_story .node p span.last {
    margin-left: 49%;
    white-space: nowrap;
  }

  #home_page #promo_story #content_1_node_4 {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    width: 32px;
    height: 31px;
    left: 70%;
    top: 85%;
  }

  #health_page #wrapper .intro .content_area h1 {
    background: url("img/320x2/health-page-heading-320x2.png") no-repeat 0 0;
    display: block;
    width: 100%;
    height: 250px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: top center;
  }

  #health_page #wrapper #health_chunk_2 {
    background: url("img/320x2/health-page-bg-orange-320x2.jpg") no-repeat top center transparent;
    background-size: auto;
    padding: 300px 0 0;
  }

  #range_list_page .intro .content_area h1 {
    background: url("img/320x2/ranges-page-heading-320x2.png") no-repeat 0 0;
    display: block;
    width: 100%;
    height: 180px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: top center;
  }

  #product_list_page .intro h1 {
    width: 100%;
    background-position: top center;
    background-size: contain;
  }

  #product_list_page .intro.orange h1 {
    background-image: url("img/320x2/ranges-page-orange-heading-320x2.png");
    height: 245px;
  }

  #product_list_page .intro.classics h1 {
    background-image: url("img/320x2/ranges-page-classics-heading-320x2.png");
    height: 190px;
  }

  #product_list_page .intro.orange-creations h1 {
    background-image: url("img/320x2/ranges-page-orange-creations-heading-320x2.png");
    height: 250px;
  }

  #product_list_page .intro.exotic-creations h1 {
    background-image: url("img/320x2/ranges-page-exotic-creations-heading-320x2.png");
    height: 190px;
  }

  #product_list_page .intro.apple-creations h1 {
    background-image: url("img/320x2/ranges-page-apple-creations-heading-320x2.png");
    height: 170px;
  }

  #product_list_page .intro.premium-edition h1 {
    background-image: url("img/320x2/ranges-page-premium-heading-320x2.png");
    height: 175px;
  }

  #product_list_page .intro.essentials h1 {
    background-image: url("img/320x2/ranges-page-essentials-heading-320x2.png");
    height: 270px;
  }

  #product_list_page .intro.trop50 h1 {
    background-image: url("img/320x2/ranges-page-trop50-heading-320x2.png");
    height: 280px;
  }

  #product_list_page .intro.single-serve h1 {
    background-image: url("img/320x2/ranges-page-single-serve-heading-320x2.png");
    height: 250px;
  }

  #product_list_page .intro.multipacks h1 {
    background-image: url("img/320x2/ranges-page-multipack-heading-320x2.png");
    height: 160px;
  }

  #product_list_page .intro.tropicana-kids h1 {
    background-image: url("img/320x2/ranges-page-tropicana-kids-heading-320x2.png");
    height: 180px;
  }

  #product_list_page .intro.tropicana-energy h1 {
    background-image: url("img/320x2/ranges-page-tropicana-energy-heading-320x2.png");
    height: 180px;
  }

  #contact_page #wrapper #intro_1 h1 {
    background: url("img/320x2/page-contact-us-title-320x2.png") no-repeat 0 0;
    display: block;
    width: 100%;
    height: 260px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: top center;
  }

  #story_page #content_4 .lines {
    top: 217px;
    right: 53%;
  }

  #story_page #content_4_node_1 {
    height: 250px;
  }

  #story_page #content_6_node_1 {
    height: 460px;
  }

  #story_page #content_6_node_1 h1 {
    width: 215px;
    height: 215px;
  }
}
@media only screen and (min-width: 768px) {
  #health_page #wrapper .intro .content_area h1 {
    background: url("img/320x2/health-page-heading-320x2.png") no-repeat 0 0;
    display: block;
    width: 100%;
    height: 340px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: top center;
  }

  #story_page #content_2_node_1 h1 {
    height: 200px;
  }

  #story_page #content_3_node_1 h1 {
    width: 200px;
    height: 170px;
  }

  #story_page #content_4_node_1 h1 {
    height: 250px;
  }

  #story_page #content_5_node_1 h1 {
    width: 360px;
    height: 195px;
  }

  #story_page #content_6_node_1 {
    height: 500px;
  }

  #story_page #content_6_node_1 h1 {
    width: 265px;
    height: 250px;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) {
  .desktop #scroll_controls div {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4zIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, transparent 67%, transparent 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(67%, transparent), color-stop(100%, transparent));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, transparent 67%, transparent 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, transparent 67%, transparent 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.3) 0%, transparent 67%, transparent 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0) 100%);
  }

  .lt-ie9 .desktop #scroll_controls div, .desktop #scroll_controls .lt-ie9 div {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
  }

  .desktop #popup_wrapper {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, transparent 68%, transparent 90%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(35%, rgba(0, 0, 0, 0.65)), color-stop(68%, transparent), color-stop(90%, transparent));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, transparent 68%, transparent 90%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, transparent 68%, transparent 90%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, transparent 68%, transparent 90%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0) 90%);
  }

  .lt-ie9 .desktop #popup_wrapper, .desktop .lt-ie9 #popup_wrapper {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  }

  .desktop #home_page #promo_story #content_1_node_4 #story_cta, .desktop #site_scroll_controls #site_next a, .desktop #site_scroll_controls #site_prev a, .desktop #scroll_controls #next a, .desktop #scroll_controls #prev a {
    background: url("img/768/story-scroll-controls-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 40px;
    height: 41px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    outline: none;
  }

  #primary_nav ul, #footer ul, .desktop #range_list_page #range_list, .desktop #product_list_page #product_list, #health_page #wrapper ul, #full_page #wrapper ul, #contact_page #wrapper ul, #health_page #wrapper ul.cta_list, #full_page #wrapper ul.cta_list, #contact_page #wrapper ul.cta_list, #product_page .intro ul li, .desktop #footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #primary_nav ul li, #footer ul li, .desktop #range_list_page #range_list li, .desktop #product_list_page #product_list li, #health_page #wrapper ul li, #full_page #wrapper ul li, #contact_page #wrapper ul li, #health_page #wrapper ul.cta_list li, #full_page #wrapper ul.cta_list li, #contact_page #wrapper ul.cta_list li, #product_page .intro ul li li, .desktop #footer ul li {
    font-weight: normal;
  }

  #primary_nav ul li .ie-before, #footer ul li .ie-before, .desktop #range_list_page #range_list li .ie-before, .desktop #product_list_page #product_list li .ie-before, #health_page #wrapper ul li .ie-before, #full_page #wrapper ul li .ie-before, #contact_page #wrapper ul li .ie-before, #product_page .intro ul li li .ie-before, #primary_nav ul li:before, #footer ul li:before, .desktop #range_list_page #range_list li:before, .desktop #product_list_page #product_list li:before, #health_page #wrapper ul li:before, #full_page #wrapper ul li:before, #contact_page #wrapper ul li:before, #health_page #wrapper ul.cta_list li:before, #full_page #wrapper ul.cta_list li:before, #contact_page #wrapper ul.cta_list li:before, #product_page .intro ul li li:before, .desktop #footer ul li:before {
    display: none;
    content: "";
    width: auto;
    height: auto;
    background: none;
    position: static;
  }

  .cta, #contact_page #wrapper #intro_2 p a, #contact_page #wrapper #contact_chunk_1 .contact_column_2 a, .desktop #contact_page #wrapper p a {
    display: block;
    text-transform: uppercase;
    padding-left: 22px;
    font-size: 22.4px;
    font-size: 2rem;
    min-height: 15px;
    background: url("img/320/link-chevron-320.png") top left no-repeat;
  }

  .desktop .cta, .desktop #contact_page #wrapper #intro_2 p a, #contact_page #wrapper #intro_2 p .desktop a, .desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 a, #contact_page #wrapper #contact_chunk_1 .contact_column_2 .desktop a, .desktop #contact_page #wrapper p a {
    line-height: 1.1em;
    background: url("img/768/link-chevron-768.png") top left no-repeat;
    min-height: 25px;
    padding-left: 28px;
  }

  .desktop .cta:hover, .desktop #contact_page #wrapper #intro_2 p a:hover, #contact_page #wrapper #intro_2 p .desktop a:hover, .desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 a:hover, #contact_page #wrapper #contact_chunk_1 .contact_column_2 .desktop a:hover, .desktop #contact_page #wrapper p a:hover, .desktop .cta:active, .desktop #contact_page #wrapper #intro_2 p a:active, #contact_page #wrapper #intro_2 p .desktop a:active, .desktop #contact_page #wrapper #contact_chunk_1 .contact_column_2 a:active, #contact_page #wrapper #contact_chunk_1 .contact_column_2 .desktop a:active, .desktop #contact_page #wrapper p a:active {
    background: url("img/768/link-chevron-hover-768.png") top left no-repeat;
  }

  .desktop #range_list_page #range_list, .desktop #product_list_page #product_list {
    *zoom: 1;
    padding: 0;
    margin-bottom: 0;
    float: left;
  }

  .desktop #range_list_page #range_list:before, .desktop #product_list_page #product_list:before, .desktop #range_list_page #range_list:after, .desktop #product_list_page #product_list:after {
    display: table;
    content: "";
  }

  .desktop #range_list_page #range_list:after, .desktop #product_list_page #product_list:after {
    clear: both;
  }

  .desktop #range_list_page #range_list li, .desktop #product_list_page #product_list li {
    min-height: 0;
    display: block;
    float: none;
    margin-top: 10%;
  }

  .desktop #range_list_page #range_list li .inner_wrap, .desktop #product_list_page #product_list li .inner_wrap {
    max-width: none;
    padding-left: 50px;
  }

  .desktop #range_list_page #range_list li .inner_wrap img, .desktop #product_list_page #product_list li .inner_wrap img {
    width: 250px;
    height: 430px;
    margin-right: 10px;
    margin-top: 0;
  }

  .desktop #range_list_page #range_list li .inner_wrap div, .desktop #product_list_page #product_list li .inner_wrap div {
    padding-top: 17%;
    float: left;
    width: 50%;
    clear: none;
  }

  .desktop #range_list_page #range_list li .inner_wrap div a, .desktop #product_list_page #product_list li .inner_wrap div a {
    display: inline;
  }

  .desktop #range_list_page #range_list li .inner_wrap div p, .desktop #product_list_page #product_list li .inner_wrap div p {
    width: 70%;
    overflow: visible;
    padding-top: 3px;
  }

  #range_list_page #range_list li, #product_list_page #product_list li, #product_page .intro {
    padding: 14px;
    min-height: 250px;
    list-style: none;
  }

  #range_list_page #range_list li .inner_wrap, #product_list_page #product_list li .inner_wrap, #product_page .intro .inner_wrap {
    *zoom: 1;
    margin: auto;
    position: relative;
    max-width: 400px;
  }

  #range_list_page #range_list li .inner_wrap:before, #product_list_page #product_list li .inner_wrap:before, #product_page .intro .inner_wrap:before, #range_list_page #range_list li .inner_wrap:after, #product_list_page #product_list li .inner_wrap:after, #product_page .intro .inner_wrap:after {
    display: table;
    content: "";
  }

  #range_list_page #range_list li .inner_wrap:after, #product_list_page #product_list li .inner_wrap:after, #product_page .intro .inner_wrap:after {
    clear: both;
  }

  #range_list_page #range_list li .inner_wrap img, #product_list_page #product_list li .inner_wrap img, #product_page .intro .inner_wrap img {
    float: left;
  }

  #range_list_page #range_list li .inner_wrap > div, #product_list_page #product_list li .inner_wrap > div, #product_page .intro .inner_wrap > div {
    padding-top: 15%;
    float: right;
    width: 50%;
  }

  #range_list_page #range_list li .inner_wrap > div a, #product_list_page #product_list li .inner_wrap > div a, #product_page .intro .inner_wrap > div a {
    display: inline;
  }

  #story_page .intro > h1, #health_page #wrapper .intro > h1, #full_page #wrapper .intro > h1, #contact_page #wrapper .intro > h1, #range_list_page .intro > h1, #product_list_page .intro > h1, #full_page #wrapper .chunk.panel1 h1, #product_page .intro h1 {
    color: white;
    width: 100%;
    background: #008141 url("img/320/nav-bg-tile-light-320.png") repeat;
    padding: 7px 14px;
    margin-bottom: 40px;
    letter-spacing: -1px;
    font-size: 26.88px;
    font-size: 2.4rem;
  }

  .ie7 #story_page .intro > h1, #story_page .ie7 .intro > h1, .ie7 #health_page #wrapper .intro > h1, #health_page #wrapper .ie7 .intro > h1, .ie7 #full_page #wrapper .intro > h1, #full_page #wrapper .ie7 .intro > h1, .ie7 #contact_page #wrapper .intro > h1, #contact_page #wrapper .ie7 .intro > h1, #full_page #wrapper .ie7 .chunk.panel1 > h1, .ie7 #range_list_page .intro > h1, #range_list_page .ie7 .intro > h1, .ie7 #product_list_page .intro > h1, #product_list_page .ie7 .intro > h1, .ie7 #full_page #wrapper .chunk.panel1 h1, #full_page #wrapper .chunk.panel1 .ie7 h1, .ie7 #product_page .intro h1, #product_page .intro .ie7 h1 {
    width: auto;
    margin-top: -1px;
  }

  #story_page .intro #list_anchor_cta, #health_page #wrapper .intro #list_anchor_cta, #full_page #wrapper .intro #list_anchor_cta, #contact_page #wrapper .intro #list_anchor_cta, #full_page #wrapper .chunk.panel1 #list_anchor_cta, #range_list_page .intro #list_anchor_cta, #product_list_page .intro #list_anchor_cta, #product_page .intro #list_anchor_cta {
    background: url("img/320/cta-scroll-down-chevron-320.png") no-repeat 0 0;
    display: block;
    width: 43px;
    height: 42px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin: auto;
    bottom: -21px;
  }

  #story_page .intro, #health_page #wrapper .intro, #full_page #wrapper .intro, #contact_page #wrapper .intro, #full_page #wrapper .chunk.panel1, #range_list_page .intro, #product_list_page .intro {
    position: relative;
    background: transparent;
    color: #3c8b07;
  }

  #story_page .intro .content_area, #health_page #wrapper .intro .content_area, #full_page #wrapper .intro .content_area, #contact_page #wrapper .intro .content_area, #full_page #wrapper .chunk.panel1 .content_area, #range_list_page .intro .content_area, #product_list_page .intro .content_area {
    padding: 14px;
  }

  #story_page .intro .content_area p, #health_page #wrapper .intro .content_area p, #full_page #wrapper .intro .content_area p, #contact_page #wrapper .intro .content_area p, #full_page #wrapper .chunk.panel1 .content_area p, #range_list_page .intro .content_area p, #product_list_page .intro .content_area p {
    text-align: center;
    text-transform: uppercase;
    font-size: 31.36px;
    font-size: 2.8rem;
  }

  #story_page .intro .content_area p strong, #health_page #wrapper .intro .content_area p strong, #full_page #wrapper .intro .content_area p strong, #contact_page #wrapper .intro .content_area p strong, #full_page #wrapper .chunk.panel1 .content_area p strong, #range_list_page .intro .content_area p strong, #product_list_page .intro .content_area p strong {
    font-weight: normal;
    color: #005425;
  }

  .desktop #health_page #wrapper dl dt, .desktop #full_page #wrapper dl dt, .desktop #contact_page #wrapper dl dt, .desktop #health_page #wrapper ul li, .desktop #full_page #wrapper ul li, .desktop #contact_page #wrapper ul li, .desktop #product_page .intro ul li, #health_page #wrapper dl dt, #full_page #wrapper dl dt, #contact_page #wrapper dl dt, #health_page #wrapper ul li, #full_page #wrapper ul li, #contact_page #wrapper ul li, #product_page .intro ul li {
    position: relative;
    font-weight: bold;
    background: url("img/320/list-decoration-leaf-320.png") no-repeat 0 2px;
    padding-left: 25px;
    margin-left: -25px;
  }

  .desktop #health_page #wrapper dl dt, .desktop #full_page #wrapper dl dt, .desktop #contact_page #wrapper dl dt, .desktop #health_page #wrapper ul li, .desktop #full_page #wrapper ul li, .desktop #contact_page #wrapper ul li, .desktop #product_page .intro ul li {
    background: url("img/768/list-decoration-leaf-768.png") no-repeat 0 2px;
    padding-left: 28px;
    margin-left: -28px;
  }

  .desktop #range_list_page .intro, .desktop #product_list_page .intro, .desktop #product_page .intro {
    background: none;
  }

  .desktop #range_list_page .intro h1, .desktop #product_list_page .intro h1, .desktop #product_page .intro h1 {
    display: none;
  }

  #product_page #nutrition table tbody tr.odd td, .desktop .popup.site table tbody tr.odd td, #product_page #nutrition table tbody tr.odd th, .desktop .popup.site table tbody tr.odd th {
    background-color: #e5f1eb;
  }

  .desktop #popup_wrapper {
    overflow: visible;
    z-index: 90;
    display: block;
    position: fixed;
    width: 680px;
    height: 630px;
  }

  .desktop #popup_wrapper.touch {
    position: absolute;
  }

  .desktop #popup_wrapper.site_popup {
    width: 360px;
    height: 420px;
    background: none;
  }

  .desktop #wrapper {
    background: transparent;
  }

  .desktop #slingshot_button {
    width: 350px;
  }

  .desktop #why_not {
    clear: none;
    margin-bottom: 0;
  }

  .desktop .popup {
    position: relative;
    width: 580px;
    height: 530px;
    overflow: visible;
    background-color: white;
    margin: 50px;
  }

  .desktop .popup .overlay_trigger {
    position: absolute;
    top: 239px;
  }

  .desktop .popup #overlay_next {
    right: -10px;
    background: url("img/768/popup-next-btn-768.png") no-repeat 0 0;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }

  .desktop .popup #overlay_prev {
    left: -15px;
    background: url("img/768/popup-prev-btn-768.png") no-repeat 0 0;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }

  .desktop .popup .close_button {
    position: absolute;
    top: 10px;
    right: 15px;
    background: url("img/768/popup-close-btn-768.png") no-repeat 0 0;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }

  .desktop .popup.site {
    margin: 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 28px 14px 14px 14px;
    width: 360px;
    height: 420px;
  }

  .desktop .popup.site .close_button {
    background: url("img/768/site-popup-close-btn-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: top center;
  }

  .desktop .popup.site .close_button:hover, .desktop .popup.site .close_button:active {
    background-position: bottom center;
  }

  .desktop .popup.site table {
    padding-bottom: 14px;
  }

  .desktop .popup.site table + p, .desktop .popup.site table p {
    margin: 0;
    text-align: left;
    line-height: 1.1em;
  }

  .desktop .popup.story h2 {
    position: absolute;
    left: 4px;
    top: 20px;
  }

  .desktop .popup.story h2 span {
    margin: 14px;
  }

  .desktop .popup.story p {
    position: absolute;
    bottom: 0;
    margin-bottom: 28px;
  }

  .desktop .popup.story p span {
    font-size: 14.56px;
    font-size: 1.3rem;
    padding: 10.5px 14px;
    position: relative;
    display: block;
    color: white;
  }

  .desktop .popup.story p span a {
    color: white;
    text-decoration: underline;
    font-family: "Arvo",serif;
    font-size: 14.56px;
    font-size: 1.3rem;
  }

  .desktop #content_2_node_3_overlay {
    background: url("img/768/story-scene2-popup1-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_2_node_3_overlay h2 {
    background: #559496;
  }

  .desktop #content_2_node_3_overlay h2 span {
    background: url("img/768/story-scene2-hotspot1-768.png") no-repeat 0 0;
    display: block;
    width: 134px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_2_node_3_overlay p span {
    background: #559496;
  }

  .desktop #content_2_node_3_overlay p span.first {
    top: 28px;
    width: 20em;
    left: 14px;
  }

  .desktop #content_2_node_3_overlay p span.second {
    top: 14px;
    width: 25em;
    left: 170px;
  }

  .desktop #content_2_node_3_overlay p span.last {
    width: 22em;
    left: 100px;
  }

  .desktop #content_2_node_4_overlay {
    background: url("img/768/story-scene2-popup2-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_2_node_4_overlay h2 {
    background: #636c42;
  }

  .desktop #content_2_node_4_overlay h2 span {
    background: url("img/768/story-scene2-hotspot2-768.png") no-repeat 0 0;
    display: block;
    width: 88px;
    height: 80px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_2_node_4_overlay p span {
    background: #636c42;
  }

  .desktop #content_2_node_4_overlay p span.first {
    left: 14px;
    top: 14px;
    width: 25em;
  }

  .desktop #content_2_node_4_overlay p span.last {
    width: 25em;
    left: 175px;
  }

  .desktop #content_2_node_5_overlay {
    background: url("img/768/story-scene2-popup3-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_2_node_5_overlay .close_button {
    background-image: url("img/768/popup-close-btn-black-768.png");
  }

  .desktop #content_2_node_5_overlay h2 {
    background: #acad66;
  }

  .desktop #content_2_node_5_overlay h2 span {
    background: url("img/768/story-scene2-hotspot3-768.png") no-repeat 0 0;
    display: block;
    width: 101px;
    height: 89px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_2_node_5_overlay p span {
    background: #acad66;
  }

  .desktop #content_2_node_5_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 22em;
  }

  .desktop #content_2_node_5_overlay p span.last {
    left: 175px;
    width: 25em;
  }

  .desktop #content_3_node_3_overlay {
    background: url("img/768/story-scene3-popup1-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_3_node_3_overlay .close_button {
    background-image: url("img/768/popup-close-btn-brown-768.png");
  }

  .desktop #content_3_node_3_overlay h2 {
    background: #4c321f;
  }

  .desktop #content_3_node_3_overlay h2 span {
    background: url("img/768/story-scene3-hotspot1-768.png") no-repeat 0 0;
    display: block;
    width: 98px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_3_node_3_overlay p span {
    background: #4c321f;
  }

  .desktop #content_3_node_3_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 25em;
  }

  .desktop #content_3_node_3_overlay p span.last {
    left: 150px;
    width: 26em;
  }

  .desktop #content_3_node_4_overlay {
    background: url("img/768/story-scene3-popup2-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_3_node_4_overlay h2 {
    background: #242d00;
  }

  .desktop #content_3_node_4_overlay h2 span {
    background: url("img/768/story-scene3-hotspot2-768.png") no-repeat 0 0;
    display: block;
    width: 115px;
    height: 47px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_3_node_4_overlay p span {
    background: #242d00;
  }

  .desktop #content_3_node_4_overlay p span.first {
    top: 28px;
    left: 14px;
    width: 26em;
  }

  .desktop #content_3_node_4_overlay p span.second {
    top: 14px;
    left: 160px;
    width: 26em;
  }

  .desktop #content_3_node_4_overlay p span.last {
    left: 100px;
    width: 24em;
  }

  .desktop #content_3_node_4_overlay p span.last a {
    display: block;
    padding-right: 60px;
    background: url("img/320/cta-right-popup-320.png") no-repeat 95% 50%;
  }

  .desktop #content_3_node_5_overlay {
    background: url("img/768/story-scene3-popup3-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_3_node_5_overlay .close_button {
    background-image: url("img/768/popup-close-btn-brown-768.png");
  }

  .desktop #content_3_node_5_overlay h2 {
    background: #391d15;
  }

  .desktop #content_3_node_5_overlay h2 span {
    background: url("img/768/story-scene3-hotspot3-768.png") no-repeat 0 0;
    display: block;
    width: 84px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_3_node_5_overlay p span {
    background: #391d15;
  }

  .desktop #content_3_node_5_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 25em;
  }

  .desktop #content_3_node_5_overlay p span.last {
    left: 150px;
    width: 26em;
  }

  .desktop #content_4_node_3_overlay {
    background: url("img/768/story-scene4-popup1-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_4_node_3_overlay h2 {
    background: #fff8ee;
  }

  .desktop #content_4_node_3_overlay h2 span {
    background: url("img/768/story-scene4-hotspot1-orange-768.png") no-repeat 0 0;
    display: block;
    width: 84px;
    height: 74px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_4_node_3_overlay p span {
    color: #f15c23;
    background: #fff8ee;
  }

  .desktop #content_4_node_3_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 25em;
  }

  .desktop #content_4_node_3_overlay p span.last {
    left: 150px;
    width: 26em;
  }

  .desktop #content_4_node_4_overlay {
    background: url("img/768/story-scene4-popup2-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_4_node_4_overlay h2 {
    background: #acad66;
  }

  .desktop #content_4_node_4_overlay h2 span {
    background: url("img/768/story-scene4-hotspot2-768.png") no-repeat 0 0;
    display: block;
    width: 97px;
    height: 46px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_4_node_4_overlay p span {
    background: #acad66;
  }

  .desktop #content_4_node_4_overlay p span.first {
    top: 28px;
    left: 14px;
    width: 22em;
  }

  .desktop #content_4_node_4_overlay p span.second {
    top: 14px;
    left: 200px;
    width: 23em;
  }

  .desktop #content_4_node_4_overlay p span.last {
    left: 110px;
    width: 26em;
  }

  .desktop #content_4_node_5_overlay {
    background: url("img/768/story-scene4-popup3-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_4_node_5_overlay h2 {
    background: #b4b4b9;
  }

  .desktop #content_4_node_5_overlay h2 span {
    background: url("img/768/story-scene4-hotspot3-768.png") no-repeat 0 0;
    display: block;
    width: 82px;
    height: 70px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_4_node_5_overlay p span {
    background: #b4b4b9;
  }

  .desktop #content_4_node_5_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 27em;
  }

  .desktop #content_4_node_5_overlay p span.last {
    left: 150px;
    width: 26em;
  }

  .desktop #content_5_node_3_overlay {
    background: url("img/768/story-scene5-popup1-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_5_node_3_overlay h2 {
    background: #827061;
  }

  .desktop #content_5_node_3_overlay h2 span {
    background: url("img/768/story-scene5-hotspot1-768.png") no-repeat 0 0;
    display: block;
    width: 83px;
    height: 49px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_5_node_3_overlay p span {
    background: #827061;
  }

  .desktop #content_5_node_3_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 31em;
  }

  .desktop #content_5_node_3_overlay p span.last {
    left: 175px;
    width: 25em;
  }

  .desktop #content_5_node_4_overlay {
    background: url("img/768/story-scene5-popup2-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_5_node_4_overlay h2 {
    background: #5d7ed0;
  }

  .desktop #content_5_node_4_overlay h2 span {
    background: url("img/768/story-scene5-hotspot2-768.png") no-repeat 0 0;
    display: block;
    width: 126px;
    height: 49px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_5_node_4_overlay p span {
    color: white;
    background: #5d7ed0;
  }

  .desktop #content_5_node_4_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 31em;
  }

  .desktop #content_5_node_4_overlay p span.last {
    left: 175px;
    width: 25em;
  }

  .desktop #content_5_node_5_overlay {
    background: url("img/768/story-scene5-popup3-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_5_node_5_overlay .close_button {
    background-image: url("img/768/popup-close-btn-grey-768.png");
  }

  .desktop #content_5_node_5_overlay h2 {
    background: #94848f;
  }

  .desktop #content_5_node_5_overlay h2 span {
    background: url("img/768/story-scene5-hotspot3-768.png") no-repeat 0 0;
    display: block;
    width: 118px;
    height: 45px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #content_5_node_5_overlay p span {
    color: white;
    background: #94848f;
  }

  .desktop #content_5_node_5_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 21em;
  }

  .desktop #content_5_node_5_overlay p span.last {
    left: 175px;
    width: 25em;
  }

  .desktop #content_6_node_2_overlay {
    background: url("img/768/story-scene6-popup1-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_6_node_2_overlay .close_button {
    background-image: url("img/768/popup-close-btn-sea-blue-768.png");
  }

  .desktop #content_6_node_2_overlay h2 {
    background: #f4f7f8;
  }

  .desktop #content_6_node_2_overlay h2 span {
    padding: 0 28px;
    background: url("img/768/story-scene6-hotspot1-blue-768.png") no-repeat 0 0;
    display: block;
    width: 52px;
    height: 56px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center;
  }

  .desktop #content_6_node_2_overlay p span {
    color: #305053;
    background: #f4f7f8;
  }

  .desktop #content_6_node_2_overlay p span.first {
    top: 28px;
    left: 14px;
    width: 26em;
  }

  .desktop #content_6_node_2_overlay p span.second {
    top: 14px;
    left: 14px;
    width: 28em;
    left: 130px;
  }

  .desktop #content_6_node_2_overlay p span.last {
    left: 85px;
    width: 24em;
  }

  .desktop #content_6_node_2_overlay p span.last a {
    color: #305053;
    display: block;
    padding-right: 30px;
    background: url("img/768/story-popup-cta-blue-768.png") no-repeat 98% 50%;
  }

  .desktop #content_6_node_2_overlay p span.last .ie-after {
    display: none !important;
  }

  .desktop #content_6_node_3_overlay {
    background: url("img/768/story-scene6-popup2-bg-768.png") center center no-repeat transparent;
  }

  .desktop #content_6_node_3_overlay .close_button {
    background-image: url("img/768/popup-close-btn-brown-768.png");
  }

  .desktop #content_6_node_3_overlay h2 {
    background: #4c321f;
  }

  .desktop #content_6_node_3_overlay h2 span {
    background: url("img/768/story-scene6-hotspot2-768.png") no-repeat 0 0;
    display: block;
    width: 144px;
    height: 49px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center center;
  }

  .desktop #content_6_node_3_overlay p span {
    background: #4c321f;
  }

  .desktop #content_6_node_3_overlay p span.first {
    top: 14px;
    left: 14px;
    width: 26em;
  }

  .desktop #content_6_node_3_overlay p span.last {
    left: 165px;
    width: 26em;
  }

  .desktop #home_page #content_2, .desktop #home_page #content_3, .desktop #home_page #content_4, .desktop #home_page #content_5, .desktop #home_page #content_6, .desktop #home_page #scroll_controls {
    display: block;
  }

  .desktop #home_page .mobile_poster {
    display: none;
  }

  .desktop #home_page #video_wrapper, .desktop #home_page #poster_1, .desktop #home_page canvas {
    display: block;
  }

  .desktop #home_page #wrapper {
    -webkit-backface-visibility: hidden;
    margin-left: 200px;
  }

  .desktop #home_page #wrapper #videoBG {
    position: absolute;
    -webkit-transform: translateZ(0);
  }

  .desktop #home_page #video_wrapper {
    position: absolute;
  }

  .desktop #home_page #scroll_controls {
    display: none;
  }

  .desktop #home_page img {
    position: absolute;
    max-width: none;
  }

  .desktop #home_page .node {
    display: block;
    width: auto;
    height: auto;
    position: absolute;
  }

  .desktop #home_page .node .overlay {
    display: none;
  }

  .desktop #home_page .node p {
    position: relative;
  }

  .desktop #home_page .node p span {
    font-size: 14.56px;
    font-size: 1.3rem;
    padding: 10.5px 14px;
    background: black;
    position: relative;
    display: block;
  }

  .desktop #home_page .node h1, .desktop #home_page .node h2, .desktop #home_page .node p, .desktop #home_page .node a {
    color: white;
  }

  .desktop #home_page .node.hotspot a {
    padding-bottom: 10px;
    zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("span") ).className="ie-after" );
  }

  .desktop #home_page .node.hotspot a .ie-after, .desktop #home_page .node.hotspot a:after {
    content: '';
    background: url("img/768/story-popup-cta-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 21px;
    height: 21px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center top;
    display: block;
    position: absolute;
    bottom: -21px;
    width: 100%;
    left: 0;
  }

  .desktop #home_page .node.hotspot a:hover .ie-after, .desktop #home_page .node.hotspot a:hover:after {
    background-position: center bottom;
  }

  .desktop #home_page .canvas_content {
    position: absolute;
  }

  .desktop #home_page #promo_story #content_1_node_1 {
    top: 15%;
    left: 40%;
  }

  .desktop #home_page #promo_story #content_1_node_1 h1 {
    background: url("img/768/story-scene1-title-768.png") no-repeat 0 0;
    display: block;
    width: 401px;
    height: 225px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #promo_story #content_1_node_2 {
    top: 55%;
    left: 42%;
    background: none;
  }

  .desktop #home_page #promo_story #content_1_node_2 h2 {
    background: url("img/768/story-scene1-subtitle-768.png") no-repeat 0 0;
    display: block;
    width: 361px;
    height: 44px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #promo_story #content_1_node_3 {
    top: 70%;
    right: 19%;
  }

  .desktop #home_page #promo_story #content_1_node_3 p {
    position: static;
    left: 0;
    top: 0;
    margin: 0;
  }

  .desktop #home_page #promo_story #content_1_node_3 p span {
    font-size: 15.68px;
    font-size: 1.4rem;
    position: relative;
    margin: 0;
    width: 6em;
    background: #4c321f;
    line-height: 1.3em;
    padding-top: 10.5px;
	padding-bottom:10.5px;
	padding-left:20px;
	padding-right:35px;
  }

  .desktop #home_page #promo_story #content_1_node_3 p span.first {
    top: 14px;
    width: 11em;
    left: -110px;
  }

  .desktop #home_page #promo_story #content_1_node_4 {
    top: 72%;
    right: 18%;
    background: transparent;
    height: auto;
    left: auto;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    white-space: normal;
    width: auto;
  }

  .desktop #home_page #promo_story #content_1_node_4 #story_cta {
    position: static;
    background-position: top right;
  }

  .desktop #home_page #promo_story #content_1_node_4 #story_cta:hover, .desktop #home_page #promo_story #content_1_node_4 #story_cta:active {
    background-position: bottom right;
  }

  .desktop #home_page #content_teaser {
    background: red;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100px;
  }

  .desktop #home_page #content_2_node_1 {
    top: 10%;
    left: 10%;
  }

  .desktop #home_page #content_2_node_1 h1 {
    background: url("img/768/story-scene2-title-768.png") no-repeat 0 0;
    display: block;
    width: 305px;
    height: 176px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_2_node_2 {
    top: 38%;
    left: 15%;
  }

  .desktop #home_page #content_2_node_2 p span {
    width: 23em;
    background: #242d00;
  }

  .desktop #home_page #content_2_node_2 p span.first {
    width: 17em;
    top: 14px;
    left: -50px;
  }

  .desktop #home_page #content_2_node_3 {
    top: 77%;
    left: 20%;
  }

  .desktop #home_page #content_2_node_3 a {
    background: url("img/768/story-scene2-hotspot1-shadow-768.png") no-repeat 0 0;
    display: block;
    width: 134px;
    height: 51px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_2_node_3 a .ie-after, .desktop #home_page #content_2_node_3 a:after {
    content: '';
    background: url("img/768/story-popup-cta-shadow-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 21px;
    height: 23px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center top;
    display: block;
    position: absolute;
    bottom: -23px;
    width: 100%;
  }

  .desktop #home_page #content_2_node_3 a:hover .ie-after, .desktop #home_page #content_2_node_3 a:hover:after {
    background-position: center bottom;
  }

  .desktop #home_page #content_2_node_4 {
    top: 65%;
    left: 50%;
  }

  .desktop #home_page #content_2_node_4 a {
    background: url("img/768/story-scene2-hotspot2-shadow-768.png") no-repeat 0 0;
    display: block;
    width: 89px;
    height: 82px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_2_node_5 {
    top: 75%;
    left: 80%;
  }

  .desktop #home_page #content_2_node_5 a {
    background: url("img/768/story-scene2-hotspot3-shadow-768.png") no-repeat 0 0;
    display: block;
    width: 97px;
    height: 82px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_2_node_5 a .ie-after, .desktop #home_page #content_2_node_5 a:after {
    content: '';
    background: url("img/768/story-popup-cta-shadow-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 21px;
    height: 23px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center top;
    display: block;
    position: absolute;
    bottom: -23px;
    width: 100%;
  }

  .desktop #home_page #content_2_node_5 a:hover .ie-after, .desktop #home_page #content_2_node_5 a:hover:after {
    background-position: center bottom;
  }

  .desktop #home_page #content_3_node_1 {
    top: 19%;
    left: 12%;
    background: none;
  }

  .desktop #home_page #content_3_node_1 h1 {
    background: url("img/768/story-scene3-title-768.png") no-repeat 0 0;
    display: block;
    width: 191px;
    height: 172px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_3_node_2 {
    top: 48%;
    left: 32%;
  }

  .desktop #home_page #content_3_node_2 p span {
    width: 12em;
    background: #4c321f;
  }

  .desktop #home_page #content_3_node_2 p span.first {
    width: 19em;
    top: 14px;
    left: -130px;
  }

  .desktop #home_page #content_3_node_3 {
    top: 73%;
    left: 26%;
  }

  .desktop #home_page #content_3_node_3 a {
    background: url("img/768/story-scene3-hotspot1-768.png") no-repeat 0 0;
    display: block;
    width: 98px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_3_node_4 {
    bottom: 10%;
    left: 46%;
  }

  .desktop #home_page #content_3_node_4 a {
    background: url("img/768/story-scene3-hotspot2-768.png") no-repeat 0 0;
    display: block;
    width: 115px;
    height: 47px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_3_node_5 {
    top: 73%;
    right: 12%;
  }

  .desktop #home_page #content_3_node_5 a {
    background: url("img/768/story-scene3-hotspot3-768.png") no-repeat 0 0;
    display: block;
    width: 84px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_4_node_1 {
    top: 21%;
    left: 11%;
    background: none;
  }

  .desktop #home_page #content_4_node_1 h1 {
    background: url("img/768/story-scene4-title-768.png") no-repeat 0 0;
    display: block;
    width: 272px;
    height: 158px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_4_node_2 {
    top: 45%;
    left: 34%;
  }

  .desktop #home_page #content_4_node_2 p {
    color: #005425;
  }

  .desktop #home_page #content_4_node_2 p span {
    width: 5em;
    background: #dfe2e1;
  }

  .desktop #home_page #content_4_node_2 p span.first {
    width: 15em;
    top: 28px;
    left: -135px;
  }

  .desktop #home_page #content_4_node_2 p span.second {
    width: 14em;
    top: 14px;
    left: -150px;
  }

  .desktop #home_page #content_4_node_3 {
    top: 55%;
    left: 51%;
  }

  .desktop #home_page #content_4_node_3 a {
    background: url("img/768/story-scene4-hotspot1-shadow-768.png") no-repeat 0 0;
    display: block;
    width: 85px;
    height: 75px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_4_node_3 a .ie-after, .desktop #home_page #content_4_node_3 a:after {
    content: '';
    background: url("img/768/story-popup-cta-shadow-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 21px;
    height: 23px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center top;
    display: block;
    position: absolute;
    bottom: -23px;
    width: 100%;
  }

  .desktop #home_page #content_4_node_3 a:hover .ie-after, .desktop #home_page #content_4_node_3 a:hover:after {
    background-position: center bottom;
  }

  .desktop #home_page #content_4_node_4 {
    bottom: 20%;
    left: 65%;
  }

  .desktop #home_page #content_4_node_4 a {
    background: url("img/768/story-scene4-hotspot2-shadow-768.png") no-repeat 0 0;
    display: block;
    width: 98px;
    height: 47px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_4_node_4 a .ie-after, .desktop #home_page #content_4_node_4 a:after {
    content: '';
    background: url("img/768/story-popup-cta-shadow-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 21px;
    height: 23px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center top;
    display: block;
    position: absolute;
    bottom: -23px;
    width: 100%;
  }

  .desktop #home_page #content_4_node_4 a:hover .ie-after, .desktop #home_page #content_4_node_4 a:hover:after {
    background-position: center bottom;
  }

  .desktop #home_page #content_4_node_5 {
    top: 55%;
    right: 10%;
  }

  .desktop #home_page #content_4_node_5 a {
    background: url("img/768/story-scene4-hotspot3-shadow-768.png") no-repeat 0 0;
    display: block;
    width: 82px;
    height: 72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_4_node_5 a .ie-after, .desktop #home_page #content_4_node_5 a:after {
    content: '';
    background: url("img/768/story-popup-cta-shadow-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 21px;
    height: 23px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center top;
    display: block;
    position: absolute;
    bottom: -23px;
    width: 100%;
  }

  .desktop #home_page #content_4_node_5 a:hover .ie-after, .desktop #home_page #content_4_node_5 a:hover:after {
    background-position: center bottom;
  }

  .desktop #home_page #content_5_node_1 {
    top: 15%;
    left: 12%;
    background: none;
  }

  .desktop #home_page #content_5_node_1 h1 {
    background: url("img/768/story-scene5-title-768.png") no-repeat 0 0;
    display: block;
    width: 261px;
    height: 162px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_5_node_2 {
    top: 40%;
    left: 26%;
    background: none;
  }

  .desktop #home_page #content_5_node_2 p {
    color: #005425;
  }

  .desktop #home_page #content_5_node_2 p span {
    width: 13em;
    background: #d4b978;
  }

  .desktop #home_page #content_5_node_2 p span.first {
    width: 20em;
    top: 28px;
    left: -40px;
  }

  .desktop #home_page #content_5_node_2 p span.second {
    width: 13em;
    top: 14px;
    left: -80px;
  }

  .desktop #home_page #content_5_node_3 {
    top: 70%;
    left: 20%;
    background: none;
  }

  .desktop #home_page #content_5_node_3 a {
    background: url("img/768/story-scene5-hotspot1-768.png") no-repeat 0 0;
    display: block;
    width: 83px;
    height: 49px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_5_node_4 {
    bottom: 10%;
    left: 35%;
    background: none;
  }

  .desktop #home_page #content_5_node_4 a {
    background: url("img/768/story-scene5-hotspot2-768.png") no-repeat 0 0;
    display: block;
    width: 126px;
    height: 49px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_5_node_5 {
    top: 70%;
    right: 10%;
    background: none;
  }

  .desktop #home_page #content_5_node_5 a {
    background: url("img/768/story-scene5-hotspot3-shadow-768.png") no-repeat 0 0;
    display: block;
    width: 119px;
    height: 47px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_5_node_5 a .ie-after, .desktop #home_page #content_5_node_5 a:after {
    content: '';
    background: url("img/768/story-popup-cta-shadow-sprite-768.png") no-repeat 0 0;
    display: block;
    width: 21px;
    height: 23px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center top;
    display: block;
    position: absolute;
    bottom: -23px;
    width: 100%;
  }

  .desktop #home_page #content_5_node_5 a:hover .ie-after, .desktop #home_page #content_5_node_5 a:hover:after {
    background-position: center bottom;
  }

  .desktop #home_page #content_6_node_1 {
    top: 10%;
    left: 15%;
  }

  .desktop #home_page #content_6_node_1 h1 {
    background: url("img/768/story-scene6-title-768.png") no-repeat 0 0;
    display: block;
    width: 262px;
    height: 249px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_6_node_2 {
    top: 60%;
    left: 24%;
  }

  .desktop #home_page #content_6_node_2 a {
    background: url("img/768/story-scene6-hotspot1-768.png") no-repeat 0 0;
    display: block;
    width: 52px;
    height: 56px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #home_page #content_6_node_3 {
    top: 71%;
    left: 36%;
  }

  .desktop #home_page #content_6_node_3 a {
    background: url("img/768/story-scene6-hotspot2-768.png") no-repeat 0 0;
    display: block;
    width: 144px;
    height: 49px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b7e0f5), to(#f4f9fb));
    background-image: -webkit-linear-gradient(top, #b7e0f5, #f4f9fb);
    background-color: #f4f9fb;
    background-image: -moz-linear-gradient(top, #b7e0f5, #f4f9fb);
    background-image: -ms-linear-gradient(top, #b7e0f5, #f4f9fb);
    background-image: -o-linear-gradient(top, #b7e0f5, #f4f9fb);
    background-image: linear-gradient(top, #b7e0f5, #f4f9fb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7e0f5', endColorstr='#f4f9fb',GradientType=0 );
    height: 100%;
    font-size: 70%;
  }

  .desktop #site_scroll_controls {
    display: block;
  }

  .desktop #site_scroll_controls div {
    position: fixed;
    bottom: 5px;
    z-index: 80;
    padding: 5px;
  }

  .desktop #site_scroll_controls #site_next {
    right: 20px;
  }

  .desktop #site_scroll_controls #site_next a {
    background-image: url("img/768/story-scroll-controls-green-sprite-768.png");
    background-position: top right;
  }

  .desktop #site_scroll_controls #site_next a:hover, .desktop #site_scroll_controls #site_next a:active {
    background-position: bottom right;
  }

  .desktop #site_scroll_controls #site_prev {
    left: 220px;
  }

  .desktop #site_scroll_controls #site_prev a {
    background-image: url("img/768/story-scroll-controls-green-sprite-768.png");
    background-position: top left;
  }

  .desktop #site_scroll_controls #site_prev a:hover, .desktop #site_scroll_controls #site_prev a:active {
    background-position: bottom left;
  }

  .desktop body {
    height: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    background: url("img/768/body-bottom-bg-768.jpg") 0 150% repeat-x;
  }

  .sitefinityMobileNav {
        display:block;
    }


    .desktop .sitefinityMobileNav {
        display:none!important;
    }

    .desktop .sitefinityDesktopCustomNav {
        display:block;
    }



  .desktop.ie7 body {
    overflow-x: hidden;
  }

  .desktop .page {
    background: url("img/768/page-bg-768.png") 0 -60px repeat-x;
  }

  .desktop #primary_nav {
    position: fixed;
    left: 0;
    width: 200px;
    background: #009600;
    z-index: 100;
    height: 100%;
    overflow: hidden;
    background: #072a0c url("img/320/nav-bg-tile-dark-320.png") repeat;
    top: 0;
  }

  .desktop #primary_nav hgroup h1 {
    float: left;
    margin: 28px 21px;
    background: url("img/768/Tropicana_Eng_Final_white_v1.png") no-repeat 0 0;
    display: block;
    width: 149px;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #primary_nav ul li a {
    font-size: 24.64px;
    font-size: 2.2rem;
    line-height: 1em;
    font-family: "Function Pro Condensed Medium",Helvetica,Arial,sans-serif;
    display: block;
    margin: 0 14px;
    padding: 4.66667px 0;
  }

  .desktop #primary_nav .nav-selected, .desktop #primary_nav .nav-path-selected {
    color: #d9c99b;
  }

  .desktop #primary_nav .nav-selected h3 a {
    color: #d9c99b;
  }

  .desktop #primary_nav #side_nav {
    display: block;
    position: static;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .desktop #primary_nav #side_nav .dynamic.cta_wrapper {
    margin: 0 14px 0 0;
  }

  .desktop #primary_nav #side_nav .dynamic.cta_wrapper a {
    display: inline;
    min-height: 18px;
    font-size: 17.92px;
    font-size: 1.6rem;
    line-height: 1.1em;
    margin: 0;
  }

  .desktop #primary_nav #side_nav .dynamic.cta_wrapper a.first {
    background: url("img/768/nav-back-cta-768.png") left center no-repeat;
    padding-left: 25px;
    margin-left: 0;
  }

  .desktop #primary_nav #side_nav .dynamic.cta_wrapper a.first.second-level, .desktop #primary_nav #side_nav .dynamic.cta_wrapper a.first.third-level {
    margin-left: -14px;
  }

  .desktop #primary_nav #side_nav .dynamic.cta_wrapper a.first:hover, .desktop #primary_nav #side_nav .dynamic.cta_wrapper a.first:active {
    color: #d9c99b;
    background: url("img/768/nav-back-cta-hover-768.png") left center no-repeat;
  }

  .desktop #primary_nav #side_nav .dynamic.cta_wrapper a.second {
    background: url("img/768/nav-crumb-cta-768.png") left center no-repeat;
    padding-left: 18px;
    margin-left: 7px;
  }

  .desktop #primary_nav #side_nav .dynamic.cta_wrapper a.second:hover, .desktop #primary_nav #side_nav .dynamic.cta_wrapper a.second:active {
    color: #d9c99b;
  }

  .desktop #primary_nav #side_nav .nav ul {
    position: absolute;
    left: 200px;
    top: 0;
    display: block;
  }

  .desktop #primary_nav #side_nav .nav ul li a {
    font-size: 17.92px;
    font-size: 1.6rem;
    line-height: 0.8em;
    margin: 0 28px;
    letter-spacing: 1px;
  }

  .desktop #primary_nav #side_nav .nav ul h3 {
    margin: 0;
    padding: 4.66667px 0;
  }

  .desktop #primary_nav #side_nav .nav ul h3 a {
    color: #d9c99b;
    font-size: 24.64px;
    font-size: 2.2rem;
    margin: 0 14px;
    font-size: inherit;
  }

  .desktop #primary_nav #side_nav .nav ul ul {
    display: none;
  }

  .desktop #primary_nav #side_nav #nav_social_links {
    margin: 14px 0 0 11px;
    display: block;
    *zoom: 1;
  }

  .desktop #primary_nav #side_nav #nav_social_links:before, .desktop #primary_nav #side_nav #nav_social_links:after {
    display: table;
    content: "";
  }

  .desktop #primary_nav #side_nav #nav_social_links:after {
    clear: both;
  }

  .desktop #primary_nav #side_nav #nav_social_links div {
    float: left;
    margin-right: 7px;
  }

  .desktop #primary_nav #side_nav #nav_social_links #nav_facebook_link a {
    background: url("img/768/nav-social-fb-768.png") no-repeat 0 0;
    display: block;
    width: 34px;
    height: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #primary_nav #side_nav #nav_social_links #nav_twitter_link a {
    background: url("img/768/nav-social-twitter-768.png") no-repeat 0 0;
    display: block;
    width: 34px;
    height: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #primary_nav #side_nav #nav_social_links #nav_youtube_link a {
    background: url("img/768/nav-social-youtube-768.png") no-repeat 0 0;
    display: block;
    width: 34px;
    height: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  .desktop #primary_nav hgroup {
    padding: 0;
  }

  .desktop #primary_nav hgroup h2 {
    display: none;
  }

  .desktop #primary_nav ul {
    padding: 0;
    margin: 0;
    width: 200px;
    position: relative;
    background: none;
  }

  .desktop #primary_nav ul li {
    background: none;
    border: 0;
  }

  .desktop #primary_nav ul li h3 {
    text-indent: 0;
  }

  .desktop #primary_nav ul li a {
    text-indent: 0;
    border: none;
  }

.desktop #primary_nav ul li:nth-child(2){

	display:none;
	}

  .desktop .page {
    margin: 0;
    max-width: none;
    position: static;
  }

  .desktop #wrapper {
    *zoom: 1;
    margin: 0 0 0 200px;
    padding: 0 0 0 100px;
    max-width: none;
    background: url("img/768/body-bg-768.png") bottom left repeat-x;
  }

  .desktop #wrapper:before, .desktop #wrapper:after {
    display: table;
    content: "";
  }

  .desktop #wrapper:after {
    clear: both;
  }

  .desktop #pagination {
    position: fixed;
    left: 336px;
    bottom: 5px;
    z-index: 80;
  }

  .desktop #pagination .paginator {
    float: left;
    width: 13px;
    height: 12px;
    margin-right: 10px;
    background: url("img/768/site-pagination-sprite-768.png") top center no-repeat;
    cursor: pointer;
  }

  .desktop #pagination .paginator:hover, .desktop #pagination .paginator.active {
    background-position: bottom center;
  }

  .desktop .chunk, .desktop .column {
    width: 680px;
    height: 580px;
    position: relative;
    float: left;
    overflow: visible;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .desktop .chunk h1, .desktop .column h1 {
    font-size: 35.84px;
    font-size: 3.2rem;
    margin: 40px 0 10px 0;
  }

  .desktop #list_anchor_cta {
    display: none !important;
  }

  .desktop #why_not {
    clear: none;
    *zoom: 1;
    margin-top: 0;
  }

  .desktop #why_not:before, .desktop #why_not:after {
    display: table;
    content: "";
  }

  .desktop #why_not:after {
    clear: both;
  }

  .desktop #why_not .why_not_block {
    margin-left: 20px;
    float: left;
    width: 50%;
  }

  .desktop #why_not .why_not_block > a {
    display: block;
    padding: 1px 9px 16px 3px;
    margin-left: 10px;
    background: url("img/768/why-not-img-bg-768.png") 0 0 no-repeat;
  }

  .desktop #why_not .why_not_block > a img {
    width: 250px;
    height: 170px;
    display: block;
  }

  .desktop #why_not .why_not_block p {
    border: none;
    margin-bottom: 15px;
  }

  .desktop #scroll_controls div {
    position: fixed;
    top: 50%;
    top: -webkit-calc(50% - 23px);
    top: -moz-calc(50% - 23px);
    top: -o-calc(50% - 23px);
    top: -ms-calc(50% - 23px);
    top: calc(50% - 23px);
    z-index: 80;
    padding: 5px;
  }

  .desktop #scroll_controls #next {
    right: 20px;
  }

  .desktop #scroll_controls #next a {
    background-position: top right;
  }

  .desktop #scroll_controls #next a:hover, .desktop #scroll_controls #next a:active {
    background-position: bottom right;
  }

  .desktop #scroll_controls #prev {
    left: 220px;
  }

  .desktop #scroll_controls #prev a {
    background-position: top left;
  }

  .desktop #scroll_controls #prev a:hover, .desktop #scroll_controls #prev a:active {
    background-position: bottom left;
  }

  .touch .desktop #scroll_controls {
    display: none;
  }

  .desktop #top_level {
    display: block;
  }

  .desktop #back_to_top {
    display: none;
  }

  .desktop #footer {
    z-index: 100;
    background: none;
    height: auto;
    min-height: 140px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 200px;
  }

  .desktop #footer ul {
    float: none;
    line-height: 1.5em;
    *zoom: 1;
  }

  .desktop #footer ul:before, .desktop #footer ul:after {
    display: table;
    content: "";
  }

  .desktop #footer ul:after {
    clear: both;
  }

  .desktop #footer ul li {
    float: none;
  }

  .desktop #footer #social_links {
    display: none;
  }

  .desktop #footer #footer_nav ul {
    float: none;
  }

  .desktop #footer #footer_nav li {
    float: none;
    font-size: 1.4rem;
    line-height: 1.5em;
  }

  .desktop #footer #footer_nav li.desktop_link {
    display: none;
  }

  .desktop #footer #footer_nav li.mobile_link {
    display: block;
  }

  .desktop #footer #footer_nav a:hover, .desktop #footer #footer_nav a:active {
    color: #d9c99b;
  }

  .desktop #footer #footer_nav span {
    float: left;
    line-height: 1.5em;
    width: 100%;
  }

  .desktop #footer #footer_nav .right {
    float: left;
    width: 150px;
  }

  .desktop #footer #footer_nav .right span.slvzr-first-child {
    display: block;
  }

  .desktop #footer #footer_nav ul li a[href='/sitemap'] {
    display: block;
  }

  .desktop .content, .desktop #video_wrapper {
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .desktop .popover .content {
    position: relative;
    float: none;
    width: auto;
    height: auto;
  }

  .desktop.touch #pagination .paginator:hover {
    background-position: top center;
  }

  .desktop.touch #pagination .paginator.active {
    background-position: bottom center;
  }

  .desktop #health_page #wrapper #intro_2 {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 800px) {
  .desktop #range_list_page #range_list li, .desktop #product_list_page #product_list li {
    margin-top: 15%;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 800px) {
  .desktop #site_scroll_controls div {
    bottom: 30px;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 700px) {
  .desktop body {
    background-position: 0 125%;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 800px) {
  .desktop body {
    background-position: 0 100%;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 1400px) {
  .desktop body {
    background-position: 0 100%;
    background-image: url("img/768/body-bottom-double-bg-768.jpg");
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 600px) {
  .desktop .page {
    background-position: 0 -40px;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 640px) {
  .desktop .page {
    background-position: 0 -20px;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 680px) {
  .desktop .page {
    background-position: 0 0;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 700px) {
  .desktop #primary_nav #side_nav .dynamic.cta_wrapper {
    margin: 0 14px 42px 0;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 800px) {
  .desktop #primary_nav #side_nav .nav ul li a {
    line-height: 1.3em;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 700px) {
  .desktop #pagination {
    bottom: 25px;
  }
}
@media only screen and (min-width: 800px) and (min-height: 580px) and (min-height: 800px) {
  .desktop #pagination {
    bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .desktop #story_page #content_3_node_2, .desktop #home_page #content_3_node_2 {
    left: 26%;
  }

  .desktop #story_page #content_4_node_2, .desktop #home_page #content_4_node_2 {
    left: 28%;
  }

  .desktop #story_page #content_4_node_3, .desktop #home_page #content_4_node_3 {
    left: 42%;
  }

  .desktop #story_page #content_4_node_4, .desktop #home_page #content_4_node_4 {
    left: 55%;
  }

  .desktop #story_page #content_4_node_5, .desktop #home_page #content_4_node_5 {
    right: 10%;
  }

  .desktop #story_page #content_5_node_2, .desktop #home_page #content_5_node_2 {
    left: 22%;
  }
}
@media only screen and (min-width: 1382px) {
  .desktop #story_page #promo_story #content_1_node_4, .desktop #home_page #promo_story #content_1_node_4 {
    right: 20%;
  }

  .desktop #story_page #content_3_node_2, .desktop #home_page #content_3_node_2 {
    left: 22%;
  }

  .desktop #story_page #content_4_node_2, .desktop #home_page #content_4_node_2 {
    left: 24%;
  }

  .desktop #story_page #content_4_node_3, .desktop #home_page #content_4_node_3 {
    left: 35%;
  }

  .desktop #story_page #content_4_node_4, .desktop #home_page #content_4_node_4 {
    left: 50%;
  }

  .desktop #story_page #content_4_node_5, .desktop #home_page #content_4_node_5 {
    right: 22%;
  }

  .desktop #story_page #content_5_node_2, .desktop #home_page #content_5_node_2 {
    left: 18%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .page .cta {
    background: url("img/320x2/link-chevron-320x2.png") no-repeat 0 3px transparent;
    background-size: 15px 15px;
    padding-left: 25px;
  }

  #wrapper {
    background: url("img/320x2/page-bg-320x2.jpg") 0 45px repeat-x #fff;
    background-size: 320px 279px;
  }

  #primary_nav hgroup {
    background-image: url("img/320x2/nav-bg-tile-dark-320x2.png");
    background-size: 25px, 25px;
  }

  #primary_nav hgroup h1 {
    background-image: url("img/320/Tropicana_Eng_Final_white_mobile_v1.png");
    background-size: contain;
  }

  #primary_nav hgroup h2 .ie-before, #primary_nav hgroup h2:before {
    background-image: url("img/320x2/nav-menu-chevron-closed-320x2.png");
    background-size: contain;
  }

  #primary_nav hgroup h2.open .ie-before, #primary_nav hgroup h2.open:before {
    background-image: url("img/320x2/nav-menu-chevron-open-320x2.png");
    background-size: contain;
  }

  #primary_nav ul {
    background-image: url("img/320x2/nav-bg-tile-med-320x2.png");
    background-size: 25px, 25px;
  }

  #primary_nav ul ul {
    background-image: url("img/320x2/nav-bg-tile-light-320x2.png");
    background-size: 25px, 25px;
  }

  #back_to_top {
    background-image: url("img/320x2/link-back-to-top-chevron-320x2.png");
    background-size: 41px, 41px;
  }

  #story_page .intro h1, #health_page #wrapper .intro h1, #full_page #wrapper .intro h1, #contact_page #wrapper .intro h1, #full_page #wrapper .chunk.panel1 h1, #range_list_page .intro h1, #product_list_page .intro h1 {
    background-image: url("img/320x2/nav-bg-tile-med-320x2.png");
    background-size: 25px, 25px;
  }

  #story_page .intro #list_anchor_cta, #health_page #wrapper .intro #list_anchor_cta, #full_page #wrapper .intro #list_anchor_cta, #contact_page #wrapper .intro #list_anchor_cta, #full_page #wrapper .chunk.panel1 #list_anchor_cta, #range_list_page .intro #list_anchor_cta, #product_list_page .intro #list_anchor_cta {
    background-image: url("img/320x2/cta-scroll-down-chevron-320x2.png");
    background-size: 41px, 41px;
  }

  #health_page #wrapper .intro #intro_1 h1 {
    background: url("img/320x2/health-page-heading-320x2.png") no-repeat 0 0;
    display: block;
    width: 212px;
    height: 140px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #health_page #wrapper #health_chunk_2 {
    background: url("img/320x2/health-page-bg-orange-320x2.jpg") no-repeat top center transparent;
    padding: 260px 0 0;
  }

  #range_list_page .intro .content_area h1 {
    background-image: url("img/320x2/ranges-page-heading-320x2.png");
  }

  #product_list_page .intro .content_area {
    margin: 0 auto 35px;
  }

  #product_list_page .intro .content_area h1 {
    background-size: contain;
  }

  #product_list_page .intro .content_area.orange h1 {
    background: url("img/320x2/ranges-page-orange-heading-320x2.png") no-repeat 0 0;
    display: block;
    width: 165px;
    height: 135px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #product_list_page .intro .content_area.classics h1 {
    background-image: url("img/320x2/ranges-page-classics-heading-320x2.png");
  }

  #product_list_page .intro .content_area.orange-creations h1 {
    background-image: url("img/320x2/ranges-page-orange-creations-heading-320x2.png");
  }

  #product_list_page .intro .content_area.exotic-creations h1 {
    background-image: url("img/320x2/ranges-page-exotic-creations-heading-320x2.png");
  }

  #product_list_page .intro .content_area.apple-creations h1 {
    background-image: url("img/320x2/ranges-page-apple-creations-heading-320x2.png");
  }

  #product_list_page .intro .content_area.premium-edition h1 {
    background-image: url("img/320x2/ranges-page-premium-heading-320x2.png");
  }

  #product_list_page .intro .content_area.essentials h1 {
    background-image: url("img/320x2/ranges-page-essentials-heading-320x2.png");
  }

  #product_list_page .intro .content_area.trop50 h1 {
    background-image: url("img/320x2/ranges-page-trop50-heading-320x2.png");
  }

  #product_list_page .intro .content_area.single-serve h1 {
    background-image: url("img/320x2/ranges-page-single-serve-heading-320x2.png");
  }

  #product_list_page .intro .content_area.multipacks h1 {
    background-image: url("img/320x2/ranges-page-multipack-heading-320x2.png");
  }

  #product_list_page .intro .content_area.tropicana-kids h1 {
    background-image: url("img/320x2/ranges-page-tropicana-kids-heading-320x2.png");
  }

  dl dt .ie-before, dl dt:before {
    background-image: url("img/320x2/list-decoration-leaf-320x2.png");
    background-size: 20px, 15px;
  }

  .additional_info .ie-before, .additional_info:before {
    background-image: url("img/320x2/icon-info-320x2.png");
    background-size: 15px, 16px;
  }

  #footer {
    background-image: url("img/320x2/nav-bg-tile-dark-320x2.png");
    background-size: 25px, 25px;
  }

  #footer #social_links {
    background-image: url("img/320x2/nav-bg-tile-med-320x2.png");
    background-size: 25px, 25px;
  }

  #footer #social_links ul #facebook_link a {
    background-image: url("img/320x2/social-facebook-icon-320x2.png");
    background-size: 39px, 39px;
  }

  #footer #social_links ul #twitter_link a {
    background-image: url("img/320x2/social-twitter-icon-320x2.png");
    background-size: 39px, 39px;
  }

  #footer #social_links ul #youtube_link a {
    background-image: url("img/320x2/social-youtube-icon-320x2.png");
    background-size: 39px, 39px;
  }

  #footer #social_links ul #contact_link a {
    background-image: url("img/320x2/social-contact-icon-320x2.png");
    background-size: 39px, 39px;
  }
}
.ie7.desktop #primary_nav #side_nav .dynamic.cta_wrapper {
  margin-left: 14px;
  margin-top: 14px;
}

.ie7.desktop #primary_nav #side_nav .dynamic.cta_wrapper.third-level {
  margin-left: 28px;
}

.ie7.desktop #primary_nav ul li {
  line-height: 1em !important;
}

.ie7 #home_page .mobile_poster p {
  width: 280px;
}

.ie7 #footer #footer_nav .right span {
  float: right;
  width: 150px;
  text-align: right;
}

.ie7.desktop #product_page .intro ul li {
  padding-left: 26px;
  margin-left: -24px;
}

.ie7.desktop #product_page .intro h1 {
  margin-top: 40px;
  margin-bottom: 10px;
}

.ie7.blank body .page .wrapper ul {
  padding-left: 18px;
}

.lt-ie9.desktop #home_page .mobile_poster p {
  width: 305px;
}

.grid {
  margin-bottom: 1.5em;
  border-bottom: 1px dashed #c7ced6;
}

.grid:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}

.furniture-letter {
  overflow: hidden;
}

.furniture-letter span {
  display: block;
  float: left;
  margin: 0 12px 0 0;
  height: 44px;
  width: 44px;
  background-color: #2d353e;
  color: #fff;
  font-size: 35.84px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .grids-two .grid {
    width: 43.03%;
    margin-bottom: 0;
    border-bottom-width: 0;
  }

  .grids-two .grid-1 {
    float: left;
  }

  .grids-two .grid-2 {
    float: right;
  }

  .grids-three .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%;
  }

  .grids-four .grid-a {
    float: left;
    width: 31.64%;
    margin-right: 2.53%;
  }
}
@media only screen and (min-width: 992px) {
  .grids-three .grid {
    float: left;
    width: 31.64%;
    margin: 0 2.53% 0 0;
    border-bottom-width: 0;
  }

  .grids-three .grid-3 {
    float: right;
    margin-right: 0;
  }

  .grids-three .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75em;
  }

  .grids-four .grid {
    float: left;
    width: 20.25%;
    margin: 0 6.32% 0 0;
    border-bottom-width: 0;
  }

  .grids-four .grid-4 {
    float: right;
    margin-right: 0;
  }

  .grids-four .grid .grid-a {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.full {
  margin-bottom: 1.5em;
  padding: 1.5em;
  background-color: #f3f5f6;
  border-top: 2px solid #c7ced6;
  border-bottom: 2px solid #c7ced6;
}

.full .grids {
  width: 90%;
  margin: 0 auto;
  padding: 1.5em 0;
}

@media only screen and (min-width: 768px) {
  .special .grids-three .grid-a, .special .grids-four .grid-a {
    width: 43.03%;
  }
}
@media only screen and (min-width: 992px) {
  .special .grids-three .grid-a, .special .grids-four .grid-a {
    width: 100%;
  }
}

.klaro .cookie-notice:not(.cookie-modal-notice){
  z-index:1200 !important;
}
.customKlaro span br {
  content: "";
  height: 0;
  display: block;
}
.customKlaro .cookie-notice .cn-body > p{
  max-width:75%;
}
.customKlaro p {
  font-size: 13px;
  font-weight: normal;
  line-height: 140%;
}
.customKlaro p .cookieNoticeTitle {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 12px 0;
  font-family:FSMatthewWeb-Bold;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-learn-more {
  display: inline-block;
  flex-grow: 1;
}
.klaro.customKlaro .cm-link.cn-learn-more {
  background-color: #046ab5;
  color: #FFFFFF;
  width: 115px;
  display: block;
  padding: 7px 10px;
  text-align: center;
  border-radius: 4px;
  flex-grow: unset !important;
  font-size: 12px;
  font-family: Arial,Verdana,Sans-serif;
}
#klaro .klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{
  margin-top:-40px;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-buttons button.cm-btn{
  font-size:13px;
  line-height:22px;
}
.klaro .cookie-notice .cm-btn{
  background-color:#414141 !important;
  border:1px solid #414141 !important;
}
.klaro .cookie-notice .cm-btn.cm-btn-success{
  background-color:#027956 !important;
  border:1px solid #027956 !important;
}
@media (max-width: 1023px){ 
  .customKlaro .cookie-notice .cn-body > p{
      max-width:100%;
  }
  #klaro .klaro.customKlaro .cookie-notice:not(.cookie-modal-notice) .cn-body .cn-ok{
      margin-top:0px;
  }   
}
@media (max-width: 384px){
  .klaro.customKlaro .cm-link.cn-learn-more{
      width:100%;
  }
}
