html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Colours */
/* Fonts */
@font-face {
  font-family: 'VarelaRound';
  src: url("/fonts/varela-round/VarelaRound-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/varela-round/VarelaRound-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/varela-round/VarelaRound-Regular.woff") format("woff"), url("/fonts/varela-round/VarelaRound-Regular.ttf") format("truetype"), url("/fonts/varela-round/VarelaRound-Regular.svg#a6aa88f610a1a90a9669096bf6a6d032") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'AleoLight';
  src: url("/fonts/aleo-light/Aleo-Light-webfont.eot");
  src: url("/fonts/aleo-light/Aleo-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-light/Aleo-Light-webfont.woff") format("woff"), url("/fonts/aleo-light/Aleo-Light-webfont.ttf") format("truetype"), url("/fonts/aleo-light/Aleo-Light-webfont.svg#aleolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoLightItalic';
  src: url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.eot");
  src: url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.woff") format("woff"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.ttf") format("truetype"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.svg#aleolightitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoBold';
  src: url("/fonts/aleo-bold/Aleo-Bold-webfont.eot");
  src: url("/fonts/aleo-bold/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-bold/Aleo-Bold-webfont.woff") format("woff"), url("/fonts/aleo-bold/Aleo-Bold-webfont.ttf") format("truetype"), url("/fonts/aleo-bold/Aleo-Bold-webfont.svg#aleobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoRegular';
  src: url("/fonts/aleo-regular/Aleo-Regular-webfont.eot");
  src: url("/fonts/aleo-regular/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-regular/Aleo-Regular-webfont.woff") format("woff"), url("/fonts/aleo-regular/Aleo-Regular-webfont.ttf") format("truetype"), url("/fonts/aleo-regular/Aleo-Regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoRegularItalic';
  src: url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.eot");
  src: url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.woff") format("woff"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.ttf") format("truetype"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.svg#aleoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Dimentions */
/* mixins - sections */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#root {
  margin: 0 auto;
  max-width: 1024px;
  background-color: white;
}

.page, .page-main {
  background-color: #f2f2f2;
  font: 16px VarelaRound, Helvetica, Arial;
  color: #5a5b5f;
}
.page h1, .page-main h1 {
  font: 28px AleoLight, Helvetica, Arial;
  padding: 20px 0 40px 0;
}
.page h2, .page-main h2 {
  font: 28px AleoLight, Helvetica, Arial;
  padding: 20px 0 20px 0;
}
.page h3, .page-main h3 {
  font: 28px AleoLight, Helvetica, Arial;
  padding: 20px 0 20px 0;
}
.page p, .page-main p {
  font: 16px VarelaRound, Helvetica, Arial;
  line-height: 24px;
}
.page form, .page-main form {
  width: 70%;
  text-align: left;
  margin: 0 auto;
}
.page label, .page-main label {
  padding: 20px 0 5px 0;
  display: block;
  color: #5a5b5f;
}
.page textarea, .page-main textarea, .page input, .page-main input, .page select, .page-main select {
  font: 18px VarelaRound, Helvetica, Arial;
  color: #5a5b5f;
  width: 100%;
  padding: 10px;
  outline: none;
  border: 2px solid white;
}
.page select, .page-main select, .page textarea, .page-main textarea, .page input :focus, .page-main input :focus, .page input:focus, .page-main input:focus {
  outline: 0;
}
.page button, .page-main button {
  font: 18px VarelaRound, Helvetica, Arial;
  font-weight: bold;
  padding: 15px;
  color: white;
  background-color: #248490;
  border: none;
  cursor: pointer;
}
.page .form-error, .page-main .form-error {
  border: 3px solid #F08080;
  background-color: #F08080;
  padding: 10px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.page .field-error, .page-main .field-error {
  border: 3px solid #F08080;
}
.page .section, .page-main .section, .page .section-dark-grey, .page-main .section-dark-grey, .page .section-light-grey, .page-main .section-light-grey, .page .section-white, .page-main .section-white, .page-main .section-light-blue, .page-main .sign-up-main, .page-main .section-white-blue, .page-main .section-teal {
  padding: 50px 80px 50px 80px;
  text-align: center;
}
.page .section p, .page-main .section p, .page .section-dark-grey p, .page-main .section-dark-grey p, .page .section-light-grey p, .page-main .section-light-grey p, .page .section-white p, .page-main .section-white p, .page-main .section-light-blue p, .page-main .sign-up-main p, .page-main .section-white-blue p, .page-main .section-teal p {
  padding: 20px 0 20px 0;
  margin: 0 auto;
  width: 80%;
}
.page .section-dark-grey, .page-main .section-dark-grey {
  background-color: #5a5b5f;
  color: #f2f2f2;
}
.page .section-light-grey, .page-main .section-light-grey {
  background-color: #f2f2f2;
  color: #5a5b5f;
}
.page .section-white, .page-main .section-white {
  background-color: white;
  color: #5a5b5f;
}
.page .feature-block, .page-main .feature-block {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0 0;
}
.page .feature-block:before, .page-main .feature-block:before, .page .feature-block:after, .page-main .feature-block:after {
  content: " ";
  display: table;
}
.page .feature-block:after, .page-main .feature-block:after {
  clear: both;
}
.page .feature-block .feature, .page-main .feature-block .feature {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.page .feature-block .feature:last-child, .page-main .feature-block .feature:last-child {
  margin-right: 0;
}
.page .feature-block .feature p, .page-main .feature-block .feature p {
  color: #5a5b5f;
  font-size: 14px;
}
.page .feature-block .feature img, .page-main .feature-block .feature img {
  width: 100px;
}
.page .testimonial .testimonial-quote, .page-main .testimonial .testimonial-quote {
  font: 26px AleoLightItalic, Arial;
  line-height: 32px;
}
.page .testimonial .testimonial-person, .page-main .testimonial .testimonial-person {
  font: 18px VarelaRound, Helvetica, Arial;
}
.page .sign-up h2, .page-main .sign-up h2, .page-main .sign-up-main h2 {
  padding: 20px 0 10px 0;
}
.page .sign-up p, .page-main .sign-up p, .page-main .sign-up-main p {
  padding: 0 0 40px 0;
  font: 18px;
}
.page .result-box, .page-main .result-box {
  width: 70%;
  text-align: left;
  margin: 0 auto;
}
.page .result-box-label, .page-main .result-box-label {
  padding: 20px 0 5px 0;
  display: block;
  color: #5a5b5f;
}
.page .result-box-value, .page-main .result-box-value {
  background-color: white;
  font: 20px AleoLight, Helvetica, Arial;
  width: 100%;
  padding: 10px;
  outline: none;
  border: none;
}
.page .rate-table, .page-main .rate-table {
  width: 70%;
  background-color: white;
  margin: 0 auto;
}
.page .rate-table th, .page-main .rate-table th {
  font: 18px AleoLight, Helvetica, Arial;
  padding: 10px;
  text-align: center;
}
.page .rate-table td, .page-main .rate-table td {
  font: 14px VarelaRound, Helvetica, Arial;
  color: #5a5b5f;
  padding: 5px;
  border-bottom: 1px solid #d7e9eb;
  text-align: center;
}

#root {
  background-color: #d7e9eb;
}

.page-main a {
  color: #248490;
  text-decoration: none;
}
.page-main a:visited {
  color: #248490;
}
.page-main a:focus {
  color: #248490;
}
.page-main a:hover {
  color: #248490;
}
.page-main a:active {
  color: #248490;
}
.page-main a:hover, .page-main a:focus {
  text-decoration: underline;
}
.page-main button {
  background-color: #248490;
}
.page-main button:hover {
  background-color: #096971;
}
.page-main .section-light-blue, .page-main .sign-up-main {
  background-color: #d7e9eb;
  color: #248490;
}
.page-main .section-white-blue {
  background-color: white;
  color: #248490;
}
.page-main .section-teal {
  background-color: #248490;
  color: white;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Colours */
/* Fonts */
@font-face {
  font-family: 'VarelaRound';
  src: url("/fonts/varela-round/VarelaRound-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/varela-round/VarelaRound-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/varela-round/VarelaRound-Regular.woff") format("woff"), url("/fonts/varela-round/VarelaRound-Regular.ttf") format("truetype"), url("/fonts/varela-round/VarelaRound-Regular.svg#a6aa88f610a1a90a9669096bf6a6d032") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'AleoLight';
  src: url("/fonts/aleo-light/Aleo-Light-webfont.eot");
  src: url("/fonts/aleo-light/Aleo-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-light/Aleo-Light-webfont.woff") format("woff"), url("/fonts/aleo-light/Aleo-Light-webfont.ttf") format("truetype"), url("/fonts/aleo-light/Aleo-Light-webfont.svg#aleolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoLightItalic';
  src: url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.eot");
  src: url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.woff") format("woff"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.ttf") format("truetype"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.svg#aleolightitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoBold';
  src: url("/fonts/aleo-bold/Aleo-Bold-webfont.eot");
  src: url("/fonts/aleo-bold/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-bold/Aleo-Bold-webfont.woff") format("woff"), url("/fonts/aleo-bold/Aleo-Bold-webfont.ttf") format("truetype"), url("/fonts/aleo-bold/Aleo-Bold-webfont.svg#aleobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoRegular';
  src: url("/fonts/aleo-regular/Aleo-Regular-webfont.eot");
  src: url("/fonts/aleo-regular/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-regular/Aleo-Regular-webfont.woff") format("woff"), url("/fonts/aleo-regular/Aleo-Regular-webfont.ttf") format("truetype"), url("/fonts/aleo-regular/Aleo-Regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoRegularItalic';
  src: url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.eot");
  src: url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.woff") format("woff"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.ttf") format("truetype"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.svg#aleoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Dimentions */
/* mixins - sections */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Header */
#header {
  overflow: hidden;
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  color: #248490;
  max-width: 1024px;
  padding: 0px 15px 0px 30px;
}
#header a {
  color: #248490;
  text-decoration: none;
  font-size: 14px;
}
#header a:visited {
  color: #248490;
}
#header a:focus {
  color: #248490;
}
#header a:hover {
  color: #248490;
}
#header a:active {
  color: #248490;
}
#header a:hover, #header a:focus {
  text-decoration: underline;
}
#header .header-logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  padding: 10px 0px 0px 0px;
}
#header .header-logo:last-child {
  margin-right: 0;
}
#header .header-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
  margin-right: 0;
  padding: 20px 0px 0px 20px;
}
#header .header-nav:last-child {
  margin-right: 0;
}
#header .header-nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
#header .header-nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#header .header-nav ul li:first-child {
  padding-left: 0;
}
#header .header-nav ul li:last-child {
  padding-right: 0;
}
#header .header-nav ul li.last {
  padding-right: 0;
}
#header .header-search {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  height: 55px;
}
#header .header-search:last-child {
  margin-right: 0;
}
#header .header-search input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
#header .header-search input.gsc-input, #header .header-search .gsc-input-box, #header .header-search .gsc-input-box-hover, #header .header-search .gsc-input-box-focus {
  border-color: #d7e9eb;
  width: 140px;
}
#header .header-search .gsc-search-button {
  width: 10px;
}

#header-login-popup {
  left: 100px;
  background-color: #f2f2f2;
  width: 400px;
}

#header-more-popup div {
  padding-bottom: 10px;
}

#header-flag-popup div {
  padding-bottom: 5px;
  cursor: pointer;
}

.dropdown {
  background-color: white;
  position: absolute;
  z-index: 1;
  padding: 5px 10px 10px 10px;
  display: none;
}
.dropdown a {
  color: #248490;
  text-decoration: none;
  font-size: 14px;
}
.dropdown a:visited {
  color: #248490;
}
.dropdown a:focus {
  color: #248490;
}
.dropdown a:hover {
  color: #248490;
}
.dropdown a:active {
  color: #248490;
}
.dropdown a:hover, .dropdown a:focus {
  text-decoration: underline;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Colours */
/* Fonts */
@font-face {
  font-family: 'VarelaRound';
  src: url("/fonts/varela-round/VarelaRound-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/varela-round/VarelaRound-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/varela-round/VarelaRound-Regular.woff") format("woff"), url("/fonts/varela-round/VarelaRound-Regular.ttf") format("truetype"), url("/fonts/varela-round/VarelaRound-Regular.svg#a6aa88f610a1a90a9669096bf6a6d032") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'AleoLight';
  src: url("/fonts/aleo-light/Aleo-Light-webfont.eot");
  src: url("/fonts/aleo-light/Aleo-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-light/Aleo-Light-webfont.woff") format("woff"), url("/fonts/aleo-light/Aleo-Light-webfont.ttf") format("truetype"), url("/fonts/aleo-light/Aleo-Light-webfont.svg#aleolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoLightItalic';
  src: url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.eot");
  src: url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.woff") format("woff"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.ttf") format("truetype"), url("/fonts/aleo-light-italic/Aleo-LightItalic-webfont.svg#aleolightitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoBold';
  src: url("/fonts/aleo-bold/Aleo-Bold-webfont.eot");
  src: url("/fonts/aleo-bold/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-bold/Aleo-Bold-webfont.woff") format("woff"), url("/fonts/aleo-bold/Aleo-Bold-webfont.ttf") format("truetype"), url("/fonts/aleo-bold/Aleo-Bold-webfont.svg#aleobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoRegular';
  src: url("/fonts/aleo-regular/Aleo-Regular-webfont.eot");
  src: url("/fonts/aleo-regular/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-regular/Aleo-Regular-webfont.woff") format("woff"), url("/fonts/aleo-regular/Aleo-Regular-webfont.ttf") format("truetype"), url("/fonts/aleo-regular/Aleo-Regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AleoRegularItalic';
  src: url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.eot");
  src: url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.woff") format("woff"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.ttf") format("truetype"), url("/fonts/aleo-regular-italic/Aleo-Italic-webfont.svg#aleoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Dimentions */
/* mixins - sections */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Footer */
html, body {
  height: 100%;
}

#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -220px;
}
#root #root_footer {
  height: 220px;
}

#footer {
  clear: both;
  position: relative;
  height: 220px;
}

/* Footer */
#footer {
  overflow: hidden;
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  background-color: #5a5b5f;
  color: #f2f2f2;
  padding: 50px 80px 50px 80px;
  text-align: center;
  font-size: 14px;
  text-align: left;
  max-width: 1024px;
}
#footer .footer-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  overflow: hidden;
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 0 0px;
}
#footer .footer-nav:last-child {
  margin-right: 0;
}
#footer .footer-nav ul {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
#footer .footer-nav ul:last-child {
  margin-right: 0;
}
#footer .footer-nav ul li {
  padding: 0px 0px 15px 0px;
}
#footer .footer-nav ul li a {
  color: #f2f2f2;
}
#footer .footer-nav ul li a:visited {
  color: #f2f2f2;
}
#footer .footer-nav ul li a:focus {
  color: #f2f2f2;
}
#footer .footer-nav ul li a:hover {
  color: #f2f2f2;
}
#footer .footer-nav ul li a:active {
  color: #f2f2f2;
}
#footer .footer-social {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  padding: 10px 20px 50px 20px;
  margin: 0px 5px 0 5px;
  text-align: center;
}
#footer .footer-social:last-child {
  margin-right: 0;
}
#footer .footer-social img {
  padding-bottom: 10px;
}
#footer .footer-contact {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  padding: 10px 0px 0 20px;
  font-size: 12px;
}
#footer .footer-contact:last-child {
  margin-right: 0;
}
#footer .footer-contact .footer-address {
  line-height: 20px;
}

#feature-chart {
  table-width: 80%;
}
