@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,900,700,100,500);
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.uppercase {
  text-transform: uppercase;
}
.normal {
  font-weight: normal;
  font-style: normal;
}
.bold {
  font-weight: bold;
}
.block {
  display: block;
}
.zero {
  margin: 0;
  padding: 0;
}
.underline {
  text-decoration: underline;
}
.nounderline {
  text-decoration: none;
}
.debug {
  outline: 1px dashed red;
}
.hide {
  display: none;
}
.borderbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.notext {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.tool {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding-top: 20px;
  overflow: hidden;
  color: #4f4f4f;
  height: 600px;
}
.tool h1 {
  color: #008ccc;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1em;
}
.tool h2 {
  color: #008ccc;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 16px;
  line-height: 1em;
}
.tool h3 {
  color: #008ccc;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 16px;
  line-height: 1em;
}
.tool p {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
}
.tool p.note {
  background: #fffbe1;
  color: #b35d08;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 12px 16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.tool input[type=button],
.tool input[type=reset] {
  background: #008ccc url(/styles/img/gbs/icon-arrow-submit.png) no-repeat right 10px center;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 8px 26px 8px 16px;
  cursor: pointer;
  float: right;
  background-color: #008ccc;
}
.tool input[type=button]:hover,
.tool input[type=reset]:hover {
  opacity: .5;
}
.tool input[type=button].back,
.tool input[type=reset].back {
  float: left;
  background: #008ccc url(/styles/img/gbs/icon-arrow-back.png) no-repeat 10px center;
  padding: 8px 16px 8px 26px;
}
.tool .calculating {
  text-align: center;
  z-index: 1;
  display: none;
  margin-top: 100px;
}
.tool .calculating .loadani {
  width: 64px;
  height: 64px;
  background: url(/styles/img/gbs/loading.gif) no-repeat 0 0;
  margin: auto;
}
.tool .screen {
  padding-bottom: 20px;
  position: absolute;
  top: 80px;
}
.tool .screen:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.tool .screen.hide {
  left: 1000px;
  display: block;
}
.tool .screen .bio {
  background: url(/styles/img/gbs/dots-h.png) repeat-x 0 bottom;
  margin-bottom: 12px;
}
.tool .screen .bio h3 {
  float: left;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #636363;
  line-height: 1em;
  margin: 0;
  padding: 0;
  margin: 0 10px 6px 0;
}
.tool .screen .bio h3 + a {
  float: left;
  color: #008ccc;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.tool .screen .bio p {
  clear: both;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #636363;
}
.tool .screen a.switch {
  background: #f5f5f3 url(/styles/img/gbs/icon-globe.png) no-repeat 8px center;
  line-height: 28px;
  display: block;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #616161;
  margin-bottom: 12px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 0 12px 0 35px;
}
.tool .screen a.switch span {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.tool .screen a.switch:hover {
  text-decoration: none;
  opacity: .6;
}
.tool .screen.input > div,
.tool .screen.input .form > div {
  margin-bottom: 12px;
}
.tool .screen.input > div:after,
.tool .screen.input .form > div:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.tool .screen.input > div > label,
.tool .screen.input .form > div > label {
  float: left;
  width: 70px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  color: #008ccc;
  position: relative;
}
.tool .screen.input > div a.tooltip,
.tool .screen.input .form > div a.tooltip {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/styles/img/gbs/icon-tooltip.png) no-repeat 0 0;
  vertical-align: -3px;
}
.tool .screen.input > div div.tooltip,
.tool .screen.input .form > div div.tooltip {
  display: none;
  position: absolute;
  left: 10px;
  top: -25px;
  width: 400px;
  background: #ededed;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #636363;
  line-height: 1.2em;
  padding: 12px 27px 12px 12px;
}
.tool .screen.input > div div.tooltip .tail,
.tool .screen.input .form > div div.tooltip .tail {
  width: 14px;
  height: 14px;
  background: url(/styles/img/gbs/icon-tail.png) no-repeat 0 0;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.tool .screen.input > div div.tooltip a.close,
.tool .screen.input .form > div div.tooltip a.close {
  width: 15px;
  height: 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(/styles/img/gbs/icon-close.png) no-repeat 0 0;
  position: absolute;
  top: 6px;
  right: 6px;
}
.tool .screen.input > div div.warning,
.tool .screen.input .form > div div.warning {
  background: #fffbe1;
  color: #b35d08;
  padding: 6px 12px;
  margin-top: 12px;
}
.tool .screen.input > div div.error,
.tool .screen.input .form > div div.error {
  background: #f47d20;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2em;
  position: absolute;
  left: 10px;
  top: -35px;
  padding: 6px 12px;
  display: none;
  max-width: 90%;
}
.tool .screen.input > div div.error p,
.tool .screen.input .form > div div.error p {
  margin: 0;
  padding: 0;
  text-wrap: none;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.tool .screen.input > div div.error .tail,
.tool .screen.input .form > div div.error .tail {
  width: 14px;
  height: 14px;
  background: url(/styles/img/gbs/icon-tail.png) no-repeat -14px 0;
  position: absolute;
  bottom: -14px;
  left: 12px;
}
.tool .screen.input > div div.error.lg,
.tool .screen.input .form > div div.error.lg {
  width: 250px;
  top: -50px;
}
.tool .screen.input > div div.error.lg p,
.tool .screen.input .form > div div.error.lg p {
  white-space: normal;
}
.tool .screen.input > div label + div,
.tool .screen.input .form > div label + div,
.tool .screen.input > div .input,
.tool .screen.input .form > div .input {
  float: left;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  min-width: 398px;
}
.tool .screen.input > div label + div input,
.tool .screen.input .form > div label + div input,
.tool .screen.input > div .input input,
.tool .screen.input .form > div .input input {
  background: #fff;
}
.tool .screen.input > div label + div input,
.tool .screen.input .form > div label + div input,
.tool .screen.input > div .input input,
.tool .screen.input .form > div .input input,
.tool .screen.input > div label + div .select,
.tool .screen.input .form > div label + div .select,
.tool .screen.input > div .input .select,
.tool .screen.input .form > div .input .select {
  border: 1px solid #dadada;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  padding: 0 8px;
  width: 30px;
  margin-right: 8px;
}
.tool .screen.input > div label + div input[type=radio],
.tool .screen.input .form > div label + div input[type=radio],
.tool .screen.input > div .input input[type=radio],
.tool .screen.input .form > div .input input[type=radio],
.tool .screen.input > div label + div .select[type=radio],
.tool .screen.input .form > div label + div .select[type=radio],
.tool .screen.input > div .input .select[type=radio],
.tool .screen.input .form > div .input .select[type=radio] {
  border: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  height: 22px;
  width: 22px;
  padding: 0;
  color: #dadada;
  margin-right: 8px;
  vertical-align: bottom;
}
.tool .screen.input > div label + div input[type=checkbox],
.tool .screen.input .form > div label + div input[type=checkbox],
.tool .screen.input > div .input input[type=checkbox],
.tool .screen.input .form > div .input input[type=checkbox],
.tool .screen.input > div label + div .select[type=checkbox],
.tool .screen.input .form > div label + div .select[type=checkbox],
.tool .screen.input > div .input .select[type=checkbox],
.tool .screen.input .form > div .input .select[type=checkbox] {
  border: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  color: #dadada;
  height: 16px;
  width: 16px;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin-right: 8px;
  margin-top: 2px;
}
.tool .screen.input > div label + div label,
.tool .screen.input .form > div label + div label,
.tool .screen.input > div .input label,
.tool .screen.input .form > div .input label {
  width: auto;
  float: none;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.tool .screen.input > div label + div label.strong,
.tool .screen.input .form > div label + div label.strong,
.tool .screen.input > div .input label.strong,
.tool .screen.input .form > div .input label.strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #008ccc;
  position: relative;
}
.tool .screen.input > div label + div .select,
.tool .screen.input .form > div label + div .select,
.tool .screen.input > div .input .select,
.tool .screen.input .form > div .input .select {
  overflow: hidden;
  width: 200px;
}
.tool .screen.input > div label + div .select select,
.tool .screen.input .form > div label + div .select select,
.tool .screen.input > div .input .select select,
.tool .screen.input .form > div .input .select select {
  width: 230px;
  height: 29px;
  border: 0;
  font-weight: bold;
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: url(/styles/img/gbs/icon-arrow-select.png) no-repeat 187px center;
}
.tool .screen.input > div .input + .input,
.tool .screen.input .form > div .input + .input {
  margin-top: 12px;
  float: none;
}
.tool .screen.input > div.full label,
.tool .screen.input .form > div.full label {
  float: none;
  width: auto;
}
.tool .screen.input > div.full label + div,
.tool .screen.input .form > div.full label + div {
  float: none;
}
.tool .screen.input > div.full label + div .select,
.tool .screen.input .form > div.full label + div .select {
  overflow: hidden;
  width: auto;
}
.tool .screen.input > div.full label + div .select select,
.tool .screen.input .form > div.full label + div .select select {
  width: 110%;
  height: 29px;
  border: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background-position: 430px center;
}
.tool .screen.input > div.full .input,
.tool .screen.input .form > div.full .input {
  float: none;
}
.tool .screen.input > div.full .note,
.tool .screen.input .form > div.full .note {
  margin: 12px 0;
}
.tool .screen.input > div.full ul,
.tool .screen.input .form > div.full ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px;
}
.tool .screen.input > div.full ul li,
.tool .screen.input .form > div.full ul li {
  overflow: hidden;
  margin-bottom: 10px;
}
.tool .screen.input > div.full ul li input,
.tool .screen.input .form > div.full ul li input {
  float: left;
  margin-right: 8px;
}
.tool .screen.input > div.full ul li label,
.tool .screen.input .form > div.full ul li label {
  float: left;
  width: 85%;
}
.tool .screen.results .data {
  display: none;
}
.tool .screen.results .note p {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.tool .screen.results .bio {
  padding-bottom: 2px;
}
.tool .screen.results .results {
  min-height: 100px;
}
.tool .screen.results .results p {
  width: 230px;
}
.tool .screen.results .results h3 {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
.tool .screen.results .results h3 span {
  display: block;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
.tool .screen.results .disclaimer {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 300;
  margin-bottom: 30px;
}
.tool .credits {
  clear: both;
  border-top: 1px solid #dadada;
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tool .credits p {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #959595;
  width: auto;
}
