/* Don't pass '' to @options otherwise it upsets Firefox */
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
*:first-child + html .group {
  zoom: 1;
}
/* IE7 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*! Based on http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 25px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 25px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Don't pass '' to @options otherwise it upsets Firefox */
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
*:first-child + html .group {
  zoom: 1;
}
/* IE7 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* Don't pass '' to @options otherwise it upsets Firefox */
.group:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
*:first-child + html .group {
  zoom: 1;
}
/* IE7 */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
@font-face {
  font-family: 'ChevinStd-LightItalic';
  src: url('/static/wfc/fonts/2365A5_0_0.eot');
  src: url('/static/wfc/fonts/2365A5_0_0.eot#iefix') format('embedded-opentype'), url('/static/wfc/fonts/2365A5_0_0.woff') format('woff'), url('/static/wfc/fonts/2365A5_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ChevinStd-Medium';
  src: url('/static/wfc/fonts/2365A5_4_0.eot');
  src: url('/static/wfc/fonts/2365A5_4_0.eot#iefix') format('embedded-opentype'), url('/static/wfc/fonts/2365A5_4_0.woff') format('woff'), url('/static/wfc/fonts/2365A5_4_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ChevinStd-Light';
  src: url('/static/wfc/fonts/2365A5_5_0.eot');
  src: url('/static/wfc/fonts/2365A5_5_0.eot#iefix') format('embedded-opentype'), url('/static/wfc/fonts/2365A5_5_0.woff') format('woff'), url('/static/wfc/fonts/2365A5_5_0.ttf') format('truetype');
}
@font-face {
  font-family: 'ChevinStd-Thin';
  src: url('/static/wfc/fonts/2365A5_6_0.eot');
  src: url('/static/wfc/fonts/2365A5_6_0.eot#iefix') format('embedded-opentype'), url('/static/wfc/fonts/2365A5_6_0.woff') format('woff'), url('/static/wfc/fonts/2365A5_6_0.ttf') format('truetype');
}
body {
  color: #555252;
  font-size: 14px;
  line-height: 20px;
  font-family: "Lucida Grande", "Trebuchet", sans-serif;
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #c35436;
}
h1 {
  font-size: 42px;
  line-height: 54px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h2 {
  font-size: 23.97472px;
  line-height: 36px;
  font-family: "ChevinStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
h3,
h4,
h5,
h6 {
  font-size: 17.9998px;
  line-height: 26px;
  font-family: "ChevinStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
a,
a:visited {
  color: #c35436;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #873a25;
}
b,
strong {
  font-family: "ChevinStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 14px;
}
figcaption {
  font-size: 12.9234px;
  line-height: 20px;
  font-weight: bold;
}
legend {
  font-size: 20.000400000000003px;
  line-height: 30px;
  color: #3b3b3b;
}
.intro p {
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20.00000002px;
  line-height: 28px;
}
a.primary-action,
input[type=submit] {
  font-size: 18.00000006px;
  line-height: 26px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  background: #413736;
  padding: 5px 10px;
  border: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.breadcrumb {
  font-size: 12.00000004px;
}
.homepage h1 {
  font-size: 31.999799999999997px;
  line-height: 40px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}
#secondary-content h2 {
  font-size: 23.99999994px;
  line-height: 28px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
#secondary-content p {
  color: #000000;
  font-size: 13.00000002px;
  line-height: 18px;
}
#secondary-content ul {
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-size: 18.00000006px;
  line-height: 26px;
}
#secondary-content a,
#secondary-content a:visited {
  border-bottom: 1px dotted #3E8192;
  padding: 0 0 2px 0;
  color: #000000;
}
#secondary-content a:hover,
#secondary-content a:visited:hover {
  color: #ffffff;
}
#sidebar h3 {
  font-size: 20.00000002px;
  line-height: 24px;
  color: #3b3b3b;
  font-family: "ChevinStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar p,
#sidebar ul {
  font-size: 15.9992px;
  line-height: 22px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar a {
  font-size: 13.000399999999999px;
  line-height: 18px;
  font-weight: bold;
  color: #c35436;
}
#sidebar a:hover {
  text-decoration: underline;
}
footer span {
  font-size: 10.999799999999999px;
  line-height: 20px;
  font-family: "Lucida Grande", "Trebuchet", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}
footer nav a,
footer nav a:visited {
  font-size: 10.999799999999999px;
  line-height: 20px;
  font-family: "Lucida Grande", "Trebuchet", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-weight: bold;
}
footer .container nav a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#account-bar span,
#account-bar a,
#account-bar a.visited {
  color: #ffffff;
  font-size: 12.00000004px;
  line-height: 20px;
  font-family: "Lucida Grande", "Trebuchet", sans-serif;
  font-weight: normal;
  font-style: normal;
}
#account-bar a {
  font-weight: bold;
}
#account-bar a:hover {
  color: #ffffff;
  text-decoration: underline;
}
nav a,
nav a:visited {
  font-size: 17.9998px;
  line-height: 26px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #3b3b3b;
}
nav a:hover,
nav a:visited:hover {
  color: #c35436;
}
nav .current a {
  color: #c35436;
}
nav .sub-nav a {
  font-size: 15.99999996px;
  line-height: 22px;
  color: #c35436;
  font-family: "ChevinStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
nav .sub-nav a:hover {
  color: #873a25;
}
nav .sub-nav-tip a,
nav .sub-nav-tip span {
  font-size: 14px;
  line-height: 20px;
  color: #555252;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
a.concertina-close {
  font-size: 10.999799999999999px;
  color: #555252;
}
.step-number .step {
  font-size: 37.99999994px;
  line-height: 65px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: light;
  font-style: light;
  color: #ffffff;
}
.step-number h2 {
  font-size: 19.999999600000002px;
  line-height: 24px;
  color: #3b3b3b;
}
.step-content,
.resource-download {
  font-size: 13.00000002px;
  line-height: 19px;
}
.button-panel h3 {
  font-size: 20.00000002px;
  line-height: 28px;
}
.button-panel p {
  color: #555252;
}
.button-panel:hover p {
  color: #ffffff;
}
.caption {
  font-size: 13.00000002px;
  font-weight: bold;
}
thead td {
  font-weight: bold;
}
tbody td {
  font-size: 13.00000002px;
}
.website-alert > .website-alert-row > h1 {
  text-transform: uppercase;
  font-size: 17px;
}
.website-alert > .website-alert-row > p {
  font-size: 15px;
  color: #4e4849;
}
.website-alert > .website-alert-row > a {
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  color: #222;
}
.website-alert > .website-alert-row > a:hover {
  color: #d96b60;
}
form {
  margin: 30px 0;
  border: 2px solid #ddd;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
}
form p {
  margin: 0 0 20px 0;
}
form fieldset {
  border: 0;
}
form legend {
  padding: 0 0 15px 0;
}
form blockquote {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #efefef;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form input[type=text],
form input[type=url],
form input[type=email],
form input[type=number],
form input[type=password] {
  display: block;
  border: 1px solid #ccc;
  padding: 7px 10px;
  width: 300px;
  -moz-box-shadow: inset 2px 2px 3px 1px #ededed;
  -webkit-box-shadow: inset 2px 2px 3px 1px #ededed;
  box-shadow: inset 2px 2px 3px 1px #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form input[type=radio],
form input[type=checkbox] {
  margin: 0 5px;
}
form.error input[type=text],
form.error input[type=url],
form.error input[type=email],
form.error input[type=number],
form.error input[type=password] {
  border: 2px solid #f66;
  -moz-box-shadow: inset 2px 2px 3px 1px #ffeded;
  -webkit-box-shadow: inset 2px 2px 3px 1px #ffeded;
  box-shadow: inset 2px 2px 3px 1px #ffeded;
}
form select {
  padding: 3px 10px;
  line-height: 24px;
  max-width: 320px;
}
form label {
  display: block;
  margin: 0 0 3px 0;
}
form textarea {
  border: 1px solid #ccc;
  padding: 7px 10px;
  width: 300px;
  -moz-box-shadow: inset 2px 2px 3px 1px #ededed;
  -webkit-box-shadow: inset 2px 2px 3px 1px #ededed;
  box-shadow: inset 2px 2px 3px 1px #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
form span.wf-required {
  color: #251f1f;
  color: #bf43b2;
  color: #e99715;
}
form td {
  padding: 5px 0;
}
form td.common {
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
form #custentity_ah_home_number_fs input[type=text],
form #custentity_ah_work_number_fs input[type=text],
form #custentity_jah_home_number_fs input[type=text],
form #custentity_jah_work_number_fs input[type=text] {
  width: 102px;
  display: inline;
}
form input[type=submit].reset {
  background: #666666;
}
form .help-text {
  font-style: italic;
  color: #666666;
}
form .required-field {
  display: none;
}
form .errorlist {
  float: right;
  padding: 15px 0 0 0;
  color: #f00;
  font-size: 13px;
  list-style-type: none;
}
.contact-form {
  width: 600px;
}
/* TABS */
.tabs-nav {
  padding: 0;
  margin: 30px 0 0 0;
}
.tabs-nav li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.5);
  border: 1px #cccccc solid;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  border-bottom: 0;
  width: 120px;
  text-align: left;
}
.tabs-nav li.active {
  background: #fff;
  padding: 12px 20px 10px 20px;
  position: relative;
  top: 1px;
  -moz-box-shadow: -1px -1px 1px 1px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: -1px -1px 1px 1px rgba(100, 100, 100, 0.1);
  box-shadow: -1px -1px 1px 1px rgba(100, 100, 100, 0.1);
}
.tab-list {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.tab {
  padding: 40px 25px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  -moz-box-shadow: 0px 1px 2px 2px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0px 1px 2px 2px rgba(100, 100, 100, 0.1);
  box-shadow: 0px 1px 2px 2px rgba(100, 100, 100, 0.1);
}
#vertical-diagram-container {
  height: 2180px;
  width: 960px;
  margin: 0 0 40px 0;
  background: url('/static/wfc/img/diagrams/vertical-site-diagram.png') no-repeat;
  position: relative;
}
#vertical-diagram-container ol {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#vertical-diagram-container li {
  overflow: hidden;
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
#vertical-diagram-container li a {
  color: #555252;
}
#vertical-diagram-container li a:hover {
  color: #c35436;
}
#vertical-diagram-container li span {
  text-align: center;
  display: block;
  float: left;
  margin: 0 5px 0 0;
  height: 24px;
  width: 24px;
  font-size: 12px;
  line-height: 23px;
  border: 1px solid #666;
  color: #666;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.feature-detail span,
#vertical-diagram-container a:hover span,
#vertical-diagram-container a.active span {
  background: #c35436;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  font-weight: 400;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#legend {
  padding: 20px 0px 15px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
}
.feature-detail {
  background: #ffffff;
}
#legend {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
}
.feature-detail {
  visibility: hidden;
  position: absolute;
  width: 155px;
  padding: 20px 15px 15px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
}
.feature-detail.visible {
  visibility: visible;
}
.feature-detail dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.feature-detail dd {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.feature-detail strong {
  font-weight: 600;
}
.feature-detail span {
  position: absolute;
  top: -15px;
  left: 15px;
  height: 28px;
  width: 28px;
  font-size: 15px;
  line-height: 27px;
}
#apartment-wastewater {
  top: 453px;
  left: 305px;
}
#garden-wastewater {
  top: 585px;
  left: 305px;
}
#office-wastewater {
  top: 960px;
  left: 305px;
}
#harvesting {
  top: 1300px;
  left: 295px;
}
#purification {
  top: 1321px;
  left: 500px;
}
#eight-processes {
  top: 1452px;
  left: 650px;
}
#drinking-water {
  top: 1239px;
  left: 750px;
}
#air-cooling {
  top: 1056px;
  left: 668px;
}
#irrigation {
  top: 627px;
  left: 702px;
}
#in-home {
  top: 361px;
  left: 715px;
}
#smart-meters {
  top: 839px;
  left: 315px;
}
#gate-meter {
  top: 1397px;
  left: 315px;
}
#legend {
  width: 230px;
  position: relative;
  top: 120px;
}
#legend.fixed {
  position: fixed;
  top: 15px;
}
#legend h2 {
  display: none;
}
#toggle-nav {
  margin: 10px 0 30px 5px;
}
#toggle-nav a {
  font-size: 11px;
  line-height: 15px;
  color: #555252;
  text-transform: uppercase;
  border: 1px solid #cccccc;
}
#toggle-nav a:hover {
  color: #c35436;
}
#toggle-nav a#all-features {
  border-left: 0;
  border-right: 0;
  padding: 5px 12px;
}
#toggle-nav a#prev-feature {
  -webkit-border-top-left-radius: 70px;
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-topleft: 70px;
  -moz-border-radius-bottomleft: 70px;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') -17px 0 no-repeat;
  padding: 5px 8px 5px 20px;
}
#toggle-nav a#next-feature {
  -webkit-border-top-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
  -moz-border-radius-topright: 70px;
  -moz-border-radius-bottomright: 70px;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') 18px -30px no-repeat;
  padding: 5px 20px 5px 8px;
}
#key span {
  font-size: 13px;
  display: block;
  padding: 5px 0 5px 70px;
}
#key .recycled-water {
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') 0 -67px no-repeat;
}
#key .waste-water {
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') 0 -107px no-repeat;
}
#key .drinking-water {
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') 0 -145px no-repeat;
}
#key .electricity-key {
  background: url('/static/wfc/img/diagrams/yellow-marker.png') 4px 7px no-repeat;
}
#purification-diagram h2 {
  display: none;
}
#purification-diagram ol {
  background: url('/static/wfc/img/diagrams/purification-diagram.png') no-repeat center top;
  width: 670px;
  height: 656px;
  position: relative;
  list-style-type: none;
}
#purification-diagram li {
  position: absolute;
  width: 100px;
  line-height: 17px;
}
#purification-diagram #pd-screen {
  top: 145px;
  left: 592px;
}
#purification-diagram #pd-anaerobic {
  top: 275px;
  left: 592px;
}
#purification-diagram #pd-aerobic {
  top: 407px;
  left: 592px;
}
#purification-diagram #pd-chemical {
  top: 542px;
  left: 592px;
}
#purification-diagram #pd-filter {
  top: 542px;
  left: 3px;
  text-align: right;
}
#purification-diagram #pd-uv {
  top: 407px;
  left: 3px;
  text-align: right;
}
#purification-diagram #pd-osmosis {
  top: 275px;
  left: 3px;
  text-align: right;
}
#purification-diagram #pd-chlorination {
  top: 153px;
  left: 3px;
  text-align: right;
}
.click-area {
  display: block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 75px;
  height: 75px;
}
.diagram-caption {
  display: none;
  position: absolute;
}
#d-house-diagram {
  background: url('/static/wfc/img/diagrams/home/house_base.jpg') no-repeat;
  width: 960px;
  height: 678px;
  position: relative;
}
#d-water-usage-monitor-link {
  top: 163px;
  left: 243px;
}
#d-water-billing-link {
  top: 155px;
  left: 490px;
}
#d-recycled-water-pipe-link {
  top: 260px;
  left: 190px;
}
#d-drinking-water-pipe-link {
  top: 260px;
  left: 275px;
}
#d-waste-water-link {
  top: 365px;
  left: 600px;
}
#d-water-collection-link {
  top: 465px;
  left: 390px;
}
#d-boundary-kit-link {
  top: 480px;
  left: 470px;
}
#d-water-usage-monitor {
  background: url('/static/wfc/img/diagrams/home/water-monitoring-caption.png') no-repeat;
  width: 260px;
  height: 188px;
  top: 42px;
  left: 45px;
}
#d-water-billing {
  background: url('/static/wfc/img/diagrams/home/monthly-billing-caption.png') no-repeat;
  width: 310px;
  height: 135px;
  top: 85px;
  left: 505px;
}
#d-recycled-water-pipe {
  background: url('/static/wfc/img/diagrams/home/recycled-water-caption.png') no-repeat;
  width: 235px;
  height: 154px;
  top: 175px;
  left: 30px;
}
#d-drinking-water-pipe {
  background: url('/static/wfc/img/diagrams/home/drinking-water-caption.png') no-repeat;
  width: 209px;
  height: 212px;
  top: 273px;
  left: 120px;
}
#d-waste-water {
  background: url('/static/wfc/img/diagrams/home/wastewater-caption.png') no-repeat;
  width: 304px;
  height: 91px;
  top: 375px;
  left: 616px;
}
#d-water-collection {
  background: url('/static/wfc/img/diagrams/home/water-collection-caption.png') no-repeat;
  width: 234px;
  height: 154px;
  top: 487px;
  left: 295px;
}
#d-boundary-kit {
  background: url('/static/wfc/img/diagrams/home/boundary-kit-caption.png') no-repeat;
  width: 227px;
  height: 127px;
  top: 504px;
  left: 475px;
}
#d-factory-diagram {
  background: url('/static/wfc/img/diagrams/factory/factory-base.jpg') no-repeat;
  width: 960px;
  height: 679px;
  position: relative;
}
#d-flow-balance-tank-link {
  top: 100px;
  left: 280px;
}
#d-bioreactor-link {
  top: 130px;
  left: 385px;
}
#d-membrane-filtration-link {
  top: 204px;
  left: 430px;
}
#d-disinfection-link {
  top: 204px;
  left: 540px;
}
#d-storage-tank-a-link {
  top: 295px;
  left: 600px;
}
#d-storage-tank-b-link {
  top: 265px;
  left: 780px;
}
#d-drinking-water-link {
  top: 415px;
  left: 585px;
}
#d-flow-balance-tank {
  background: url('/static/wfc/img/diagrams/factory/balance-tank-caption.png') no-repeat;
  width: 168px;
  height: 140px;
  top: 22px;
  left: 197px;
}
#d-bioreactor {
  background: url('/static/wfc/img/diagrams/factory/bioreactor-caption.png') no-repeat;
  width: 397px;
  height: 115px;
  top: 151px;
  left: 53px;
}
#d-disinfection {
  background: url('/static/wfc/img/diagrams/factory/disinfection-caption.png') no-repeat;
  width: 124px;
  height: 189px;
  top: 81px;
  left: 548px;
}
#d-membrane-filtration {
  background: url('/static/wfc/img/diagrams/factory/membrane-filtration-caption.png') no-repeat;
  width: 471px;
  height: 296px;
  top: 216px;
  left: 122px;
}
#d-storage-tank-a {
  background: url('/static/wfc/img/diagrams/factory/storage-tank-a-caption.png') no-repeat;
  width: 253px;
  height: 197px;
  top: 162px;
  left: 611px;
}
#d-storage-tank-b {
  background: url('/static/wfc/img/diagrams/factory/storage-tank-b-caption.png') no-repeat;
  width: 183px;
  height: 165px;
  top: 162px;
  left: 681px;
}
#d-drinking-water {
  background: url('/static/wfc/img/diagrams/factory/drinking-water-caption.png') no-repeat;
  width: 352px;
  height: 216px;
  top: 428px;
  left: 597px;
}
.diagram-container {
  position: relative;
}
.diagram-link-area {
  display: block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
#d-system-diagram {
  background: url('/static/wfc/img/diagrams/system/system-base.jpg') no-repeat;
  width: 960px;
  height: 679px;
}
#d-home-water-link {
  background: url('/static/wfc/img/diagrams/system/home.png') no-repeat;
  width: 327px;
  height: 196px;
  top: 139px;
  left: 168px;
}
#d-local-factory-link {
  background: url('/static/wfc/img/diagrams/system/local-water-centre.png') no-repeat;
  width: 405px;
  height: 250px;
  top: 232px;
  left: 530px;
}
.faded {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.image-content-full-width {
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 60px;
}
.image-content-full-width img {
  width: 100%;
}
.intro-with-bg {
  margin-bottom: 50px;
  position: relative;
}
.intro-with-bg img {
  position: absolute;
  right: 0px;
  top: 50%;
  z-index: -1;
  height: 393px;
  width: auto;
}
a.cta-button {
  font-size: 27px;
  line-height: 30px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #c35436;
  border: 1px solid #c35436;
  border-radius: 5px;
  padding: 12px 27px;
  display: inline-block;
}
a.cta-button:hover,
a.cta-button:focus,
a.cta-button:visited,
a.cta-button:active {
  text-decoration: none;
  color: #9b432b;
  border-color: #9b432b;
}
.banner-narrow {
  max-height: 200px;
}
.body-text {
  margin-bottom: 50px;
}
.body-text section {
  width: 75%;
}
.body-text h2 {
  font-size: 42px;
  line-height: 54px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555252;
}
.body-text p {
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.quote-with-image {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 100px;
}
.quote-with-image .container {
  overflow: auto;
}
.quote-with-image .has-image {
  width: 75%;
  float: left;
}
.quote-with-image .quote-text {
  font-size: 38px;
  line-height: 44px;
  font-family: "ChevinStd-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555252;
  margin-bottom: 25px;
}
.quote-with-image .quote-text:before {
  content: "";
  display: block;
  background: url('/static/wfc/img/openingquote.png') no-repeat;
  background-size: 63px 46px;
  background-position: 0px 0px;
  width: 63px;
  height: 46px;
  padding-bottom: 15px;
}
.quote-with-image .quote-text:after {
  content: "";
  display: inline-block;
  background: url('/static/wfc/img/closingquote.png') no-repeat;
  background-size: 30px 22px;
  background-position: 0px 0px;
  width: 30px;
  height: 22px;
  padding-bottom: 4px;
}
.quote-with-image .breakline {
  width: 50px;
  height: 2px;
  margin-bottom: 25px;
  display: block;
  background-color: #c35436;
}
.quote-with-image .author-text {
  font-size: 21px;
  line-height: 25px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #c35436;
}
.quote-with-image .quote-image-container {
  width: 25%;
  float: left;
}
.quote-with-image .quote-image {
  width: 195px;
  height: 195px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 60px;
}
.quote-with-image .quote-image img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.table-col-50 {
  width: 50%;
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}
.table-col-50 + .table-col-50 {
  padding-right: 0px;
  padding-left: 10px;
}
.table-col-100 {
  width: 100%;
  clear: both;
}
.tables-wrapped {
  margin-bottom: 50px;
}
.tables-wrapped h3 {
  margin-bottom: 10px;
}
.tables-wrapped p {
  font-size: 18px;
  line-height: 21px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555252;
}
.tables-wrapped table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
}
.tables-wrapped table thead {
  background-color: #f0ebeb;
}
.tables-wrapped td {
  padding: 8px 20px 8px 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555252;
}
.tables-wrapped table thead td {
  font-family: "ChevinStd-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.help-banner {
  background-color: #fff;
  padding: 35px 0;
}
.help-banner section {
  margin: 0;
}
.help-banner .icon-container {
  overflow: auto;
  float: left;
  margin-right: 20px;
}
.help-banner .large-help-icon {
  background: url('/static/wfc/img/help_icon.png') no-repeat;
  background-size: 90px 90px;
  width: 90px;
  height: 90px;
  display: block;
}
.help-banner .text-container p {
  font-size: 38px;
  line-height: 45px;
  font-family: "ChevinStd-Thin", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555252;
  margin: 0;
}
.help-banner .text-container a {
  color: #413736;
  border-bottom: none;
}
.help-banner .text-container a:hover {
  color: #413736;
  text-decoration: none;
  border-bottom: 1px dotted #413736;
}
.nav-collapse {
  display: inline-block;
}
.ie7 .nav-collapse {
  display: inline;
}
h1 {
  margin: 0 0 30px 0;
}
h2 {
  margin: 40px 0 20px 0;
}
body {
  background: url('/static/wfc/img/ricepaper.gif') #ededed;
}
p {
  margin: 0.5em 0;
}
p a,
p a:active,
p a:visited {
  border-bottom: dotted 1px #c35436;
  padding: 0 0 2px 0;
}
.file-title {
  margin: 0 5px 0 0;
}
.homepage h1 {
  margin: 0 0 20px 0;
}
#container {
  text-align: center;
  background: transparent;
}
.container,
#content {
  width: 960px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.full_width_page #content {
  width: auto;
  min-width: 960px;
  background: none;
  padding: 0;
}
.full_width_page #content.content_full_width {
  margin-top: -30px;
}
#content {
  padding: 15px 20px 100px 20px;
  background: url('/static/wfc/img/silhouette.gif') no-repeat right bottom;
  overflow: hidden;
}
#main-content {
  float: left;
  width: 670px;
  margin: 0 50px 0 0;
}
#main-content img,
#feature-content img {
  border: 10px solid #ffffff;
  -moz-box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.1);
}
section {
  margin: 0 0 30px 0;
}
section.wrap {
  overflow: hidden;
}
#sidebar {
  float: left;
  width: 220px;
  margin: 0 0 40px 0;
}
header {
  padding: 0 0 15px 0;
}
footer {
  background: url('/static/wfc/img/footer-strip.gif') #635353;
  padding: 45px 0 25px 0;
  text-align: left;
  height: 120px;
}
header li,
footer li {
  list-style-type: none;
  display: inline-block;
  padding: 0 5px;
}
.ie7 header li,
.ie7 footer li {
  display: inline;
}
.breadcrumb {
  overflow: hidden;
  margin-bottom: 15px;
}
.breadcrumb-links {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.5);
  float: left;
  padding: 2px 8px;
  -moz-box-shadow: inset 1px 1px 2px 2px #ededed;
  -webkit-box-shadow: inset 1px 1px 2px 2px #ededed;
  box-shadow: inset 1px 1px 2px 2px #ededed;
}
#account-bar {
  padding: 4px 0;
  background: url('/static/wfc/img/header-strip.gif');
}
#account-bar span,
#account-bar a {
  margin: 0 5px 0 0;
}
#account-bar .container {
  text-align: right;
}
#brand-bar {
  padding: 0 20px 10px 20px;
  margin: 0 0 -2px 0;
  background: url('/static/wfc/img/nav-shadow.png') no-repeat -150px bottom;
}
nav ul {
  padding: 30px 0 10px 0;
  margin: 0 0 0 -20px;
}
a.brand {
  color: #666666;
  font-size: 21px;
  line-height: 30px;
  font-family: "ChevinStd-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: bold;
}
li.main-nav-item {
  position: relative;
  border-top: 5px solid transparent;
  padding: 10px;
}
#brand-bar + li {
  margin: 0 0 0 10px;
}
li.main-nav-item .sub-nav {
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  padding: 25px 25px 10px 25px;
  border-bottom: 10px solid #d9d7d6;
  z-index: 100;
  top: 40px;
  overflow: hidden;
  width: 420px;
}
li.main-nav-item .sub-nav.with-tip {
  width: 645px;
}
li.main-nav-item .sub-nav.single-sub-item {
  width: 240px;
}
li.main-nav-item .sub-nav.single-sub-item .sub-nav-links {
  width: 240px;
}
.main-nav-item .left {
  left: -20px;
}
.main-nav-item .mid {
  left: -100px;
}
.main-nav-item .mid-right {
  right: -200px;
}
.main-nav-item .right {
  right: -100px;
}
.main-nav-item:hover .sub-nav {
  visibility: visible;
}
li.main-nav-item.has-sub-nav:hover {
  border-top: 5px solid #413736;
  background: #ffffff;
  color: #c35436;
}
.sub-nav-links {
  width: 420px;
  float: left;
  overflow: hidden;
}
.sub-nav-links a {
  display: block;
  margin: 0 20px 16px 0;
  float: left;
  width: 160px;
}
.sub-nav-tip {
  width: 225px;
  float: left;
  overflow: hidden;
}
.sub-nav-tip img {
  float: left;
  width: 65px;
  height: 65px;
  border: 5px solid #ffffff;
  background: #ddd;
  margin: 3px 10px 3px 3px;
  -moz-box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(100, 100, 100, 0.2);
}
.sub-nav-tip a {
  color: #555252;
}
.sub-nav-tip span {
  color: #555252;
}
.sub-nav-links a.home-owners {
  background: url('/static/wfc/img/nav-icon-sprite.png') no-repeat 0 0px;
  padding-left: 30px;
}
.sub-nav-links a.retailers {
  background: url('/static/wfc/img/nav-icon-sprite.png') no-repeat 0 -48px;
  padding-left: 30px;
}
.sub-nav-links a.managers {
  background: url('/static/wfc/img/nav-icon-sprite.png') no-repeat 0 -148px;
  padding-left: 30px;
}
.sub-nav-links a.renters {
  background: url('/static/wfc/img/nav-icon-sprite.png') no-repeat 0 -98px;
  padding-left: 30px;
}
.copyright {
  margin: 0 60px 0 0;
}
footer nav {
  display: inline;
}
footer nav a {
  margin: 0 10px 0 0;
}
.colophon {
  float: right;
}
#sidebar header {
  margin: 0 0 5px 0;
  padding: 0;
}
#sidebar img {
  width: 35px;
  height: 35px;
  margin: 0 10px 5px 0;
  float: left;
}
#sidebar h3 {
  margin: 5px 0 0 0;
}
.sidebar-panel {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: -2px -2px 4px 4px #efefef;
  -webkit-box-shadow: -2px -2px 4px 4px #efefef;
  box-shadow: -2px -2px 4px 4px #efefef;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 40px 0;
  padding: 15px;
}
.sidebar-panel ul {
  padding: 0 0 0 20px;
}
.concertina {
  border-bottom: 1px solid #dedede;
}
.concertina h3:first-child {
  cursor: pointer;
  background: url('/static/wfc/img/open-close-sprite.png') no-repeat 0 17px;
  padding: 15px 0 0 35px;
  margin: 0 0 15px 0;
}
.concertina h3.open {
  background: url('/static/wfc/img/open-close-sprite.png') no-repeat 0 -34px;
}
.concertina.last {
  margin: 0 0 40px 0;
}
.concertina .concertina-content {
  margin: 0 0 15px 35px;
  padding: 0 20px 10px 0;
}
.concertina a.concertina-close {
  float: right;
}
.homepage #content {
  width: auto;
  background: none;
  padding: 0;
}
#feature-content {
  overflow: hidden;
  padding: 0 0 30px 0;
}
#feature-content img {
  width: 290px;
  float: left;
  margin: 0 20px 20px 0;
}
#secondary-content {
  background: url('/static/wfc/img/silhouette-large-blend.png') repeat-x center 0;
  padding: 130px 0 30px 0;
  overflow: hidden;
  position: relative;
  margin: 0;
}
#secondary-content .soup {
  background: transparent;
  position: absolute;
  top: 394px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#secondary-content section {
  width: 290px;
  margin: 0 30px 0 0;
  float: left;
}
#secondary-content h2 {
  margin: 0 0 10px 0;
}
#secondary-content ul {
  list-style-type: none;
  padding: 0;
}
#secondary-content li {
  padding: 0 0 5px 25px;
  background: url('/static/wfc/img/feature-list-bullet.png') no-repeat left 2px;
}
#secondary-content .feature-cta-item {
  text-align: center;
  width: 260px;
  margin: 0 30px 80px;
}
#secondary-content .feature-cta-item .image-content {
  margin-bottom: 20px;
  height: 87px;
}
#secondary-content .feature-cta-item .image-content img {
  vertical-align: middle;
}
#secondary-content .feature-cta-item .image-content .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#secondary-content .feature-cta-item h2 {
  font-size: 32px;
  margin-bottom: 25px;
}
#secondary-content .feature-cta-item .breakline {
  width: 50px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
#secondary-content .feature-cta-item p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
#secondary-content .feature-cta-item a.cta-button {
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 7px 35px 5px;
}
.step-number {
  width: 200px;
  overflow: hidden;
  float: left;
}
.step-number h2 {
  width: 100px;
  margin: 0 15px 0 80px;
  padding: 10px 0 0 0;
}
.step-number .step {
  background: url('/static/wfc/img/step-item-bg.png') no-repeat center center;
  display: block;
  height: 65px;
  width: 65px;
  text-align: center;
  float: left;
  margin: 0 15px 0 0;
}
.step-content {
  margin: 0 0 0 220px;
  padding: 3px 0 0 0;
}
.step-content-ctr {
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #cccccc;
}
.resource-download {
  background: #fafafa;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  border: 1px solid #cccccc;
  margin: 40px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
a.button-panel,
a.button-panel-tables {
  display: block;
  float: left;
  width: 170px;
  margin: 0 10px 20px 0;
  padding: 20px;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.5);
  color: #413736;
  background-size: auto 39px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 1px 1px 2px 2px #ededed;
  -webkit-box-shadow: inset 1px 1px 2px 2px #ededed;
  box-shadow: inset 1px 1px 2px 2px #ededed;
}
a.button-panel h3,
a.button-panel-tables h3 {
  color: #413736;
}
a.button-panel:hover,
a.button-panel-tables:hover {
  background: #413736;
  color: #ffffff;
}
a.button-panel:hover h3,
a.button-panel-tables:hover h3 {
  color: #ffffff;
}
.image-content-left {
  float: left;
  margin: 0 30px 0 0;
}
.image-size-200x150 {
  width: 220px;
}
.image-size-150x150 {
  width: 170px;
}
.text-content-left {
  float: left;
}
.text-size-200x150 {
  width: 420px;
}
.text-size-150x150 {
  width: 470px;
}
.concertina .text-size-150x150 {
  width: 400px;
}
.concertina .text-size-200x150 {
  width: 350px;
}
.image-content-right {
  float: right;
  margin: 0 0 0 30px;
}
.text-content-right {
  float: right;
}
td {
  padding: 0 20px 0 0;
}
thead td {
  padding: 0 20px 5px 0;
  border-bottom: 1px solid #cccccc;
}
tbody {
  border-top: 5px solid transparent;
}
.website-alert {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.1);
  display: table;
  width: 100%;
}
.website-alert > .website-alert-row {
  display: table-row;
}
.website-alert > .website-alert-row > * {
  display: table-cell;
}
.website-alert > .website-alert-row > h1 {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #d96b60;
  color: #ffffff;
  line-height: 56px;
  padding: 0 25px;
  vertical-align: middle;
}
.website-alert > .website-alert-row > p {
  width: 100%;
  padding: 10px 25px;
  vertical-align: middle;
}
.website-alert > .website-alert-row > a {
  line-height: 56px;
  padding: 0 25px;
  vertical-align: middle;
}
.website-alert > .website-alert-row > a:after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  margin: 0 0 0 7px;
  background: url('/static/wfc/img/alert-btn-icon.png') no-repeat 0 0px;
}
.ie7 #content,
.ie8 #content {
  position: relative;
}
.ie7 header,
.ie8 header {
  position: relative;
  z-index: 2;
}
.ie7 a.main-nav-item + div,
.ie8 a.main-nav-item + div {
  top: 135px;
}
.ie7 a.button-panel,
.ie8 a.button-panel,
.ie7 a.button-panel-tables,
.ie8 a.button-panel-tables,
.ie7 .breadcrumb-links,
.ie8 .breadcrumb-links {
  border: 1px solid #ededed;
}
#vertical-diagram-container {
  height: 2180px;
  width: 960px;
  margin: 0 0 40px 0;
  background: url('/static/wfc/img/diagrams/vertical-site-diagram.png') no-repeat;
  position: relative;
}
#vertical-diagram-container ol {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
#vertical-diagram-container li {
  overflow: hidden;
  font-size: 13px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
#vertical-diagram-container li a {
  color: #555252;
}
#vertical-diagram-container li a:hover {
  color: #c35436;
}
#vertical-diagram-container li span {
  text-align: center;
  display: block;
  float: left;
  margin: 0 5px 0 0;
  height: 24px;
  width: 24px;
  font-size: 12px;
  line-height: 23px;
  border: 1px solid #666;
  color: #666;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
.feature-detail span,
#vertical-diagram-container a:hover span,
#vertical-diagram-container a.active span {
  background: #c35436;
  color: #ffffff;
  text-align: center;
  border: 1px solid #ffffff;
  font-weight: 400;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
}
#legend {
  padding: 20px 0px 15px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
}
.feature-detail {
  background: #ffffff;
}
#legend {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.75);
}
.feature-detail {
  visibility: hidden;
  position: absolute;
  width: 155px;
  padding: 20px 15px 15px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  -moz-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(100, 100, 100, 0.2);
}
.feature-detail.visible {
  visibility: visible;
}
.feature-detail dt {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.feature-detail dd {
  font-size: 12px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.feature-detail strong {
  font-weight: 600;
}
.feature-detail span {
  position: absolute;
  top: -15px;
  left: 15px;
  height: 28px;
  width: 28px;
  font-size: 15px;
  line-height: 27px;
}
#apartment-wastewater {
  top: 453px;
  left: 305px;
}
#garden-wastewater {
  top: 585px;
  left: 305px;
}
#office-wastewater {
  top: 960px;
  left: 305px;
}
#harvesting {
  top: 1300px;
  left: 295px;
}
#purification {
  top: 1321px;
  left: 500px;
}
#eight-processes {
  top: 1452px;
  left: 650px;
}
#drinking-water {
  top: 1239px;
  left: 750px;
}
#air-cooling {
  top: 1056px;
  left: 668px;
}
#irrigation {
  top: 627px;
  left: 702px;
}
#in-home {
  top: 361px;
  left: 715px;
}
#smart-meters {
  top: 839px;
  left: 315px;
}
#gate-meter {
  top: 1397px;
  left: 315px;
}
#legend {
  width: 230px;
  position: relative;
  top: 120px;
}
#legend.fixed {
  position: fixed;
  top: 15px;
}
#legend h2 {
  display: none;
}
#toggle-nav {
  margin: 10px 0 30px 5px;
}
#toggle-nav a {
  font-size: 11px;
  line-height: 15px;
  color: #555252;
  text-transform: uppercase;
  border: 1px solid #cccccc;
}
#toggle-nav a:hover {
  color: #c35436;
}
#toggle-nav a#all-features {
  border-left: 0;
  border-right: 0;
  padding: 5px 12px;
}
#toggle-nav a#prev-feature {
  -webkit-border-top-left-radius: 70px;
  -webkit-border-bottom-left-radius: 70px;
  -moz-border-radius-topleft: 70px;
  -moz-border-radius-bottomleft: 70px;
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') -17px 0 no-repeat;
  padding: 5px 8px 5px 20px;
}
#toggle-nav a#next-feature {
  -webkit-border-top-right-radius: 70px;
  -webkit-border-bottom-right-radius: 70px;
  -moz-border-radius-topright: 70px;
  -moz-border-radius-bottomright: 70px;
  border-top-right-radius: 70px;
  border-bottom-right-radius: 70px;
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') 18px -30px no-repeat;
  padding: 5px 20px 5px 8px;
}
#key span {
  font-size: 13px;
  display: block;
  padding: 5px 0 5px 70px;
}
#key .recycled-water {
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') 0 -67px no-repeat;
}
#key .waste-water {
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') 0 -107px no-repeat;
}
#key .drinking-water {
  background: url('/static/wfc/img/diagrams/diagram-sprite.png') 0 -145px no-repeat;
}
#key .electricity-key {
  background: url('/static/wfc/img/diagrams/yellow-marker.png') 4px 7px no-repeat;
}
#purification-diagram h2 {
  display: none;
}
#purification-diagram ol {
  background: url('/static/wfc/img/diagrams/purification-diagram.png') no-repeat center top;
  width: 670px;
  height: 656px;
  position: relative;
  list-style-type: none;
}
#purification-diagram li {
  position: absolute;
  width: 100px;
  line-height: 17px;
}
#purification-diagram #pd-screen {
  top: 145px;
  left: 592px;
}
#purification-diagram #pd-anaerobic {
  top: 275px;
  left: 592px;
}
#purification-diagram #pd-aerobic {
  top: 407px;
  left: 592px;
}
#purification-diagram #pd-chemical {
  top: 542px;
  left: 592px;
}
#purification-diagram #pd-filter {
  top: 542px;
  left: 3px;
  text-align: right;
}
#purification-diagram #pd-uv {
  top: 407px;
  left: 3px;
  text-align: right;
}
#purification-diagram #pd-osmosis {
  top: 275px;
  left: 3px;
  text-align: right;
}
#purification-diagram #pd-chlorination {
  top: 153px;
  left: 3px;
  text-align: right;
}
.click-area {
  display: block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 75px;
  height: 75px;
}
.diagram-caption {
  display: none;
  position: absolute;
}
#d-house-diagram {
  background: url('/static/wfc/img/diagrams/home/house_base.jpg') no-repeat;
  width: 960px;
  height: 678px;
  position: relative;
}
#d-water-usage-monitor-link {
  top: 163px;
  left: 243px;
}
#d-water-billing-link {
  top: 155px;
  left: 490px;
}
#d-recycled-water-pipe-link {
  top: 260px;
  left: 190px;
}
#d-drinking-water-pipe-link {
  top: 260px;
  left: 275px;
}
#d-waste-water-link {
  top: 365px;
  left: 600px;
}
#d-water-collection-link {
  top: 465px;
  left: 390px;
}
#d-boundary-kit-link {
  top: 480px;
  left: 470px;
}
#d-water-usage-monitor {
  background: url('/static/wfc/img/diagrams/home/water-monitoring-caption.png') no-repeat;
  width: 260px;
  height: 188px;
  top: 42px;
  left: 45px;
}
#d-water-billing {
  background: url('/static/wfc/img/diagrams/home/monthly-billing-caption.png') no-repeat;
  width: 310px;
  height: 135px;
  top: 85px;
  left: 505px;
}
#d-recycled-water-pipe {
  background: url('/static/wfc/img/diagrams/home/recycled-water-caption.png') no-repeat;
  width: 235px;
  height: 154px;
  top: 175px;
  left: 30px;
}
#d-drinking-water-pipe {
  background: url('/static/wfc/img/diagrams/home/drinking-water-caption.png') no-repeat;
  width: 209px;
  height: 212px;
  top: 273px;
  left: 120px;
}
#d-waste-water {
  background: url('/static/wfc/img/diagrams/home/wastewater-caption.png') no-repeat;
  width: 304px;
  height: 91px;
  top: 375px;
  left: 616px;
}
#d-water-collection {
  background: url('/static/wfc/img/diagrams/home/water-collection-caption.png') no-repeat;
  width: 234px;
  height: 154px;
  top: 487px;
  left: 295px;
}
#d-boundary-kit {
  background: url('/static/wfc/img/diagrams/home/boundary-kit-caption.png') no-repeat;
  width: 227px;
  height: 127px;
  top: 504px;
  left: 475px;
}
#d-factory-diagram {
  background: url('/static/wfc/img/diagrams/factory/factory-base.jpg') no-repeat;
  width: 960px;
  height: 679px;
  position: relative;
}
#d-flow-balance-tank-link {
  top: 100px;
  left: 280px;
}
#d-bioreactor-link {
  top: 130px;
  left: 385px;
}
#d-membrane-filtration-link {
  top: 204px;
  left: 430px;
}
#d-disinfection-link {
  top: 204px;
  left: 540px;
}
#d-storage-tank-a-link {
  top: 295px;
  left: 600px;
}
#d-storage-tank-b-link {
  top: 265px;
  left: 780px;
}
#d-drinking-water-link {
  top: 415px;
  left: 585px;
}
#d-flow-balance-tank {
  background: url('/static/wfc/img/diagrams/factory/balance-tank-caption.png') no-repeat;
  width: 168px;
  height: 140px;
  top: 22px;
  left: 197px;
}
#d-bioreactor {
  background: url('/static/wfc/img/diagrams/factory/bioreactor-caption.png') no-repeat;
  width: 397px;
  height: 115px;
  top: 151px;
  left: 53px;
}
#d-disinfection {
  background: url('/static/wfc/img/diagrams/factory/disinfection-caption.png') no-repeat;
  width: 124px;
  height: 189px;
  top: 81px;
  left: 548px;
}
#d-membrane-filtration {
  background: url('/static/wfc/img/diagrams/factory/membrane-filtration-caption.png') no-repeat;
  width: 471px;
  height: 296px;
  top: 216px;
  left: 122px;
}
#d-storage-tank-a {
  background: url('/static/wfc/img/diagrams/factory/storage-tank-a-caption.png') no-repeat;
  width: 253px;
  height: 197px;
  top: 162px;
  left: 611px;
}
#d-storage-tank-b {
  background: url('/static/wfc/img/diagrams/factory/storage-tank-b-caption.png') no-repeat;
  width: 183px;
  height: 165px;
  top: 162px;
  left: 681px;
}
#d-drinking-water {
  background: url('/static/wfc/img/diagrams/factory/drinking-water-caption.png') no-repeat;
  width: 352px;
  height: 216px;
  top: 428px;
  left: 597px;
}
.diagram-container {
  position: relative;
}
.diagram-link-area {
  display: block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
#d-system-diagram {
  background: url('/static/wfc/img/diagrams/system/system-base.jpg') no-repeat;
  width: 960px;
  height: 679px;
}
#d-home-water-link {
  background: url('/static/wfc/img/diagrams/system/home.png') no-repeat;
  width: 327px;
  height: 196px;
  top: 139px;
  left: 168px;
}
#d-local-factory-link {
  background: url('/static/wfc/img/diagrams/system/local-water-centre.png') no-repeat;
  width: 405px;
  height: 250px;
  top: 232px;
  left: 530px;
}
.faded {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#secondary-content h2 {
  color: #000000;
}
#secondary-content p {
  color: #000000;
}
#secondary-content ul {
  color: #000000;
}
#secondary-content a,
#secondary-content a:visited {
  border-bottom-color: #000000;
  color: #000000;
}
#secondary-content a:hover,
#secondary-content a:visited:hover {
  color: #4d4d4d;
}
#purification-diagram ol {
  width: 648px;
  height: 680px;
}
#purification-diagram #pd-screen {
  top: 142px;
  left: 577px;
}
#purification-diagram #pd-anaerobic {
  top: 294px;
  left: 577px;
}
#purification-diagram #pd-aerobic {
  top: 446px;
  left: 577px;
}
#purification-diagram #pd-chemical {
  top: 634px;
  left: 322px;
}
#purification-diagram #pd-filter {
  top: 448px;
  left: -7px;
  text-align: right;
}
#purification-diagram #pd-uv {
  top: 296px;
  left: -7px;
  text-align: right;
}
#purification-diagram #pd-chlorination {
  top: 151px;
  left: -7px;
  text-align: right;
}
#secondary-content {
  padding: 160px 0 22px 0;
}
#content {
  background: url('/static/wfc/img/silhouette.png') no-repeat right -30px bottom;
}
#account-bar {
  height: 21px;
  background-image: none;
  background-color: #140808;
  padding: 4px 0;
}
footer {
  margin-top: -9px;
  padding: 130px 0 25px 0;
  height: 50px;
}
footer .colophon {
  position: absolute;
  top: -84px;
  right: 0;
}
footer .flow-footer-logo {
  position: absolute;
  top: -84px;
  left: 18px;
}
