* {
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 0px;
  box-sizing: border-box;
}

body {
  width: 100%;
  *zoom: 1;
}
body:before, body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}

/* Fonts */
/* Colours */
/* Borders */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clearfix {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.visible-tablet {
  display: none !important;
}

.hidden-tablet {
  display: block !important;
}

.hide {
  display: none !important;
}

html, body {
  height: 100%;
}

html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font: 62.5% Helvetica, arial;
  font-weight: 300;
  min-width: 320px;
}

.main {
  flex: 1 0 auto;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4,
section.results .results-info .results-intro h3, .h4,
h5, .h5,
h6, .h6,
b {
  font-family: Helvetica, arial;
  font-weight: 700;
}

::selection {
  background: #30bae9;
  /* Safari */
  color: #fff;
}

::-moz-selection {
  background: #30bae9;
  /* Firefox */
  color: #fff;
}

.sprite-icons {
  content: "";
  position: absolute;
  background: url(../images/system/sprite-icons@2x.png) no-repeat 0 0/250px;
  text-indent: -99999px;
}

input {
  color: #1e276e;
  font-family: Helvetica, arial;
  font-weight: 300 !important;
}

/* placeholder text styling */
::-webkit-input-placeholder {
  color: #dcddde;
}

::-moz-placeholder {
  color: #dcddde;
}

/* firefox 19+ */
:-ms-input-placeholder {
  color: #dcddde;
}

/* ie */
input:-moz-placeholder {
  color: #dcddde;
}

/* transparent on click */
input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

/* firefox 19+ */
input:focus:-ms-input-placeholder {
  color: transparent;
}

/* ie */
input:-moz-placeholder {
  color: transparent;
}

/* Autofill colour fix */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 500px white inset;
}

h2 {
  font-size: 3.2em;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 50px;
}

p, .p, blockquote {
  color: #333;
  font-size: 2em;
  line-height: 30px;
  text-transform: none;
  margin-top: 0;
}
p.small, .p.small, blockquote.small {
  font-size: 1.6em;
}
p.smallest, .p.smallest, blockquote.smallest {
  font-size: 1.4em;
  line-height: 20px;
}
p:empty, .p:empty, blockquote:empty {
  display: none;
}

blockquote {
  padding: 42px 32px;
  font-size: 3em;
  line-height: 34px;
  background: #f3f3f5;
  border-radius: 10px;
}

hr {
  border: none;
  height: 5px;
  border-radius: 5px;
}

.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: block;
  float: none;
  overflow: hidden;
}

button {
  border: 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  max-width: 296px;
  height: 66px;
  font: 2em Helvetica, arial;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background: #1e276e;
  border-radius: 50px;
  border-radius: 50vh;
  padding: 20px 8px 20px 24px;
  float: left;
  text-decoration: none !important;
}
.button:focus {
  outline: none;
  box-shadow: 0 0 6px 3px #bbb;
}
.button:focus-within {
  box-shadow: 0 0 6px 3px #bbb;
}
.button input {
  position: absolute;
  left: -99999px;
}
.button:after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  flex-shrink: 0;
  background: url("../images/system/chevron.svg") no-repeat center center/40% 40%;
  border: 3px solid transparent;
  border-radius: 50%;
  transition: background-color 0.2s, border-color 0.2s;
}
.button:hover:after {
  border-color: #fff;
  background-color: #30bae9;
}
.button.inactive {
  background-color: #a7a9ac;
  cursor: default;
}
.button.inactive:after, .button.inactive:hover:after {
  background-color: transparent;
  border: 3px solid transparent;
}
.button.active:after {
  background: url("../images/system/tick.png") no-repeat center center;
  background-color: #486f24;
  border-color: white;
  border-radius: 50px;
}
.button[data-parent] {
  background-color: #30bae9;
}

.warning, .warning-alt {
  position: relative;
  border: 2px solid #1e276e;
  border-radius: 5px;
  padding: 22px 22px 22px 70px;
  font-size: 1.6em;
  line-height: 22px;
  color: #1e276e;
  min-height: 35px;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
}
.warning:before, .warning-alt:before {
  content: "!";
  display: block;
  background: #1e276e;
  color: #fff;
  position: absolute;
  top: 22px;
  left: 22px;
  width: 35px;
  height: 35px;
  text-align: center;
  font: 22px/35px Helvetica, arial;
  font-weight: 700;
  border-radius: 50%;
}
.warning a, .warning-alt a {
  text-decoration: underline;
  color: #1e276e;
}

.warning.important {
  background-color: #bbbed3;
  background-image: none;
  padding: 22px;
  min-height: 0;
}
.warning.important:before {
  content: "";
  display: none;
}

.warning-alt {
  color: #333 !important;
  font-size: 1.6em !important;
  line-height: 22px !important;
  background: #f3f3f5;
  position: relative;
  border: 0;
  min-height: 90px;
  margin: 0;
  padding: 22px;
}
.warning-alt:before {
  content: "";
  display: none;
}
.warning-alt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #1e276e;
}

section.question .example-text {
  clear: both;
  color: #a7a9ac;
  font-size: 1.6em;
  margin: 0 0 30px 0;
  padding-top: 20px;
  line-height: 1em;
}

input.button {
  border: none;
  text-align: left;
  font-family: Helvetica, arial;
  padding-left: 25px;
}

label {
  cursor: pointer;
  /* Label check radio */
}
label#label-home-welcome {
  margin-top: 30px;
  margin-bottom: 0;
  height: auto;
}
label.label-check-radio {
  position: relative;
  display: block;
  float: left;
  background: #fff;
  font-size: 16px;
  color: #1e276e;
  padding: 12px 10px 10px 26px;
  margin-right: 10px;
  height: 46px;
  transition: all 0.3s ease-in-out;
  border: 2px solid #1e276e;
  border-radius: 5px;
}
label.label-check-radio:focus-within {
  box-shadow: 0 0 6px 3px #bbb;
}
label.label-check-radio input {
  position: absolute;
  top: 15px;
  left: 10px;
}
label.label-check-radio span {
  display: inline-block;
  padding-left: 8px;
  line-height: 1.5;
}
label.label-check-radio:hover, label.label-check-radio.hover, label.label-check-radio.selected, label.label-check-radio.focused {
  border: 2px solid #1e276e;
}
label.label-check-radio.selected {
  background: #e4e5e6;
}
label.label-check-radio.focused {
  background: #fff;
}
label:empty {
  display: none !important;
}

.back-to-parent {
  margin-top: -10px !important;
  margin-bottom: 30px !important;
  font-size: 1.8em;
}
.back-to-parent a {
  color: #1e276e;
}

#label-home-welcome:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 3px;
  position: absolute;
  left: 10px;
  top: 16px;
}

#quiz_surveyOptIn {
  position: fixed;
  top: 0;
  left: -9999px;
}
#quiz_surveyOptIn:focus ~ section.welcome #label-home-welcome {
  outline: none;
  background-color: #e4e5e6 !important;
  box-shadow: 0 0 4px 2px #ddd;
}
#quiz_surveyOptIn:checked ~ section.welcome #label-home-welcome {
  background-color: #e4e5e6 !important;
}
#quiz_surveyOptIn:checked ~ section.welcome #label-home-welcome:before {
  content: "";
  background: #999 url(../images/system/tick.png) no-repeat center center/auto 7px;
}

.lt-ie9 header h1 {
  -ms-behavior: url(/js/backgroundsize.min.htc);
}

header {
  overflow: hidden;
  flex: 0 0 auto;
}
header div.container {
  overflow: visible;
}
header hr {
  height: 2px;
  background: #1e276e;
  margin-top: 0;
}
header .logo {
  text-indent: -9999px;
  background: url("../images/branding/logo.png") no-repeat left center/contain;
  min-height: 130px;
  display: inline;
  float: left;
  width: 92%;
  max-width: 480px;
  margin-left: 2.0408163265%;
}
header aside {
  margin-right: 2.0408163265%;
  float: right;
  color: #1e276e;
  padding-top: 25px;
}
header aside .social {
  display: inline;
  float: left;
  width: 28.5714285714%;
  margin: 0 0%;
  margin-top: 18px;
}
header aside h5, header aside .h5 {
  text-align: right;
  font-size: 4.1em;
  line-height: 0.9em;
}
header aside span {
  font-size: 1.5em;
  float: right;
}

div.main {
  display: block;
}
div.main form {
  clear: both;
}
div.main .question-numbers {
  clear: both;
  background: #1e276e;
  color: #fff;
}
div.main .question-numbers ul {
  height: 70px;
  text-align: center;
}
div.main .question-numbers ul li {
  float: left;
  height: 100%;
  display: inline;
  float: left;
  width: 10.2040816327%;
  margin: 0 0%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
div.main .question-numbers ul li.start, div.main .question-numbers ul li.results {
  display: inline;
  float: left;
  width: 14.2857142857%;
  margin: 0 0%;
}
div.main .question-numbers ul li.start span, div.main .question-numbers ul li.results span {
  display: block;
  border: none;
  padding: 0;
  width: auto;
  height: auto;
  line-height: 0.9em;
}
div.main .question-numbers ul li.start span:hover, div.main .question-numbers ul li.results span:hover {
  background: none !important;
}
div.main .question-numbers ul li.start, div.main .question-numbers ul li.start a {
  cursor: default !important;
}
div.main .question-numbers ul li.restart {
  cursor: pointer !important;
}
div.main .question-numbers ul li.restart:hover {
  background: url("../images/system/restart-arrow.png") no-repeat center center/22px 20px;
}
div.main .question-numbers ul li.restart:hover a {
  cursor: pointer;
  display: none;
}
div.main .question-numbers ul li.question {
  position: relative;
}
div.main .question-numbers ul li.question.active:after {
  bottom: 0px;
}
div.main .question-numbers ul li.question:before, div.main .question-numbers ul li.question:after {
  content: "";
  position: absolute;
}
div.main .question-numbers ul li.question:before {
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
}
div.main .question-numbers ul li.question:after {
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-bottom-color: #30bae9;
  transition: bottom 0.5s;
  bottom: -12px;
}
div.main .question-numbers ul li span {
  position: relative;
  width: 34px;
  height: 34px;
  line-height: 16px;
  padding: 7px;
  text-align: center;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #fff;
  display: block;
  cursor: default;
  border-radius: 50%;
  background: #1e276e;
  transition: background-color 0.3s;
}
div.main .question-numbers ul li span.complete {
  text-indent: -9999px;
  background: url("../images/system/tick.png") no-repeat 8px 10px #486f24;
}
div.main .question-numbers ul li span.active, div.main .question-numbers ul li span:hover {
  background-image: none;
  cursor: pointer;
  text-decoration: none;
  cursor: default;
  text-indent: 0;
  transition: background-color 0.3s;
}
div.main .question-numbers ul li span.active {
  background: #30bae9;
}

@media (max-width: 757px), (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  header {
    padding-bottom: 15px;
  }
  header .logo {
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
    min-height: 100px;
  }
  header aside {
    display: inline;
    float: left;
    width: 91.8367346939%;
    margin: 0 0%;
    margin-left: 4.0816326531%;
  }
  header aside h5, header aside .h5 {
    font-size: 2em;
    display: inline;
    margin-right: 5px;
  }
  header aside span {
    font-size: 1.6em;
    float: none;
  }
}
@media (max-width: 640px) {
  header .logo {
    min-height: 100px;
  }
}
@media (max-width: 500px) {
  header .logo {
    margin-top: 10px;
    min-height: 70px;
  }
  header aside {
    padding-top: 20px;
  }
}
@media (max-width: 320px) {
  header aside {
    padding-top: 10px;
  }
}
footer {
  flex-shrink: 0;
  background: #f3f3f5;
}
footer .container {
  position: relative;
}
footer .container hr {
  height: 5px;
  background: #a7a9ac;
  border-radius: 5px;
  border: none;
  margin-top: 0;
  margin-bottom: 20px;
}
footer .container span {
  float: left;
  clear: left;
  width: 70%;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
  margin-bottom: 20px;
  display: block;
  color: #333;
  clear: both;
}
footer .container span p {
  font-size: 1.4em;
  line-height: 20px;
  margin-bottom: 20px;
}
footer nav {
  margin-left: 2.0408163265%;
}
footer nav ul {
  list-style: none;
}
footer nav ul li {
  float: left;
  margin: 25px 20px 0 0;
}
footer nav ul li a {
  color: #1e276e;
  font-size: 1.8em;
}
footer a {
  color: #1e276e;
}
footer a:hover {
  text-decoration: none;
}
footer .powered-by {
  position: absolute;
  right: 0;
  padding: 14px 20px;
}
footer.full .container span {
  width: auto;
}
footer.full .powered-by {
  display: none;
}

@media (max-width: 757px) {
  footer hr {
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
  }
  footer .container #footerThanksCustom, footer .container #footerThanksGeneric, footer .container span {
    width: auto;
  }
  footer .container span {
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
  }
  footer .powered-by {
    clear: both;
    position: static;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  footer nav {
    margin-left: 4.0816326531%;
  }
}
nav {
  font-family: Helvetica, arial;
}

.grey-border {
  background: #fff !important;
}

#duk-form {
  position: relative;
}

fieldset#bronto-optin {
  display: block;
  margin-left: 0;
}
fieldset#bronto-optin span {
  font-size: 11px;
}
fieldset#bronto-optin input {
  margin-right: 6px !important;
}
fieldset#bronto-optin label[id*=-error] {
  margin-top: 0;
  margin-bottom: 20px;
}

p#bronto-text {
  margin-bottom: 10px;
}
p#bronto-text span {
  margin-bottom: 0;
  font-size: 16px;
}

section {
  display: none;
}
section.welcome {
  min-height: 0 !important;
  padding-top: 86px;
}
section.welcome .intro {
  display: inline;
  float: left;
  width: 44.8979591837%;
  margin: 0 0%;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
  margin-bottom: 50px;
}
section.welcome .intro h1, section.welcome .intro .h1 {
  margin-top: 40px;
  clear: both;
  float: left;
  font-size: 2.2em;
}
section.welcome .intro h2, section.welcome .intro .h2 {
  height: 0;
  padding-bottom: 20%;
  background: url("../images/branding/product-logo.png") no-repeat top left/contain;
  text-indent: -9999px;
  margin-top: 0;
}
section.welcome .intro img {
  height: auto;
  max-width: 100%;
  margin-top: 0;
}
section.welcome .intro p {
  margin-top: 40px;
  clear: both;
  float: left;
}
section.welcome .intro .button {
  width: 100%;
  margin-top: 50px;
}
section.welcome .hero {
  display: inline;
  float: left;
  width: 44.8979591837%;
  margin: 0 0%;
  margin-left: 4.0816326531%;
  margin-right: 2.0408163265%;
}
section.fallback-error div.container {
  color: #ec1d25;
  font-size: 2em;
}
section.fallback-error div.container b, section.fallback-error div.container ul {
  margin-left: 6.1224489796%;
  margin-right: 6.1224489796%;
}
section.fallback-error div.container ul {
  margin-top: 16px;
  list-style: disc inside;
  padding: 0;
  margin-bottom: 72px;
}
section.question .container, section.email-report .container, section.results-info .container {
  padding: 50px 0;
}
section.question header, section.email-report header, section.results-info header {
  background: #30bae9;
  color: #fff;
  padding: 0;
}
section.question header div.container, section.email-report header div.container, section.results-info header div.container {
  padding: 50px 0;
}
section.question header div.container h1, section.question header div.container .h1, section.email-report header div.container h1, section.email-report header div.container .h1, section.results-info header div.container h1, section.results-info header div.container .h1 {
  font-size: 4em;
}
section.question header div.container h1, section.question header div.container .h1, section.question header div.container details, section.email-report header div.container h1, section.email-report header div.container .h1, section.email-report header div.container details, section.results-info header div.container h1, section.results-info header div.container .h1, section.results-info header div.container details {
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
}
section.question header div.container details, section.email-report header div.container details, section.results-info header div.container details {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #fff;
  margin-top: 10px;
}
section.question header div.container details summary::-webkit-details-marker, section.email-report header div.container details summary::-webkit-details-marker, section.results-info header div.container details summary::-webkit-details-marker {
  display: none;
}
section.question header div.container details summary:before, section.email-report header div.container details summary:before, section.results-info header div.container details summary:before {
  content: "i";
  font-family: courier;
  font-size: 16px;
  line-height: 16px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  display: inline-flex;
  margin-right: 6px;
  justify-content: center;
}
section.question header div.container details span, section.email-report header div.container details span, section.results-info header div.container details span {
  display: none;
  margin-top: 10px;
}
section.question header div.container details p, section.email-report header div.container details p, section.results-info header div.container details p {
  display: block;
  float: none;
  margin-top: 10px !important;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
section.question p, section.email-report p, section.results-info p {
  margin: 0 0 40px;
}
section.question.dob fieldset label, section.question.age fieldset label, section.question .email-details fieldset label, section.email-report.dob fieldset label, section.email-report.age fieldset label, section.email-report .email-details fieldset label, section.results-info.dob fieldset label, section.results-info.age fieldset label, section.results-info .email-details fieldset label {
  clear: left;
  float: left;
  display: inline;
  float: left;
  width: 24.4897959184%;
  margin: 0 0%;
  margin-right: 4.0816326531%;
  font: 2em Helvetica, arial;
  font-weight: 700;
  color: #1e276e;
}
section.question.dob fieldset label input[type=text], section.question.dob fieldset label input[type=tel], section.question.dob fieldset label input[type=email], section.question.age fieldset label input[type=text], section.question.age fieldset label input[type=tel], section.question.age fieldset label input[type=email], section.question .email-details fieldset label input[type=text], section.question .email-details fieldset label input[type=tel], section.question .email-details fieldset label input[type=email], section.email-report.dob fieldset label input[type=text], section.email-report.dob fieldset label input[type=tel], section.email-report.dob fieldset label input[type=email], section.email-report.age fieldset label input[type=text], section.email-report.age fieldset label input[type=tel], section.email-report.age fieldset label input[type=email], section.email-report .email-details fieldset label input[type=text], section.email-report .email-details fieldset label input[type=tel], section.email-report .email-details fieldset label input[type=email], section.results-info.dob fieldset label input[type=text], section.results-info.dob fieldset label input[type=tel], section.results-info.dob fieldset label input[type=email], section.results-info.age fieldset label input[type=text], section.results-info.age fieldset label input[type=tel], section.results-info.age fieldset label input[type=email], section.results-info .email-details fieldset label input[type=text], section.results-info .email-details fieldset label input[type=tel], section.results-info .email-details fieldset label input[type=email] {
  width: 100%;
  margin: 0;
  margin-top: 6px;
  float: none;
}
section.question.dob fieldset label, section.question.age fieldset label, section.email-report.dob fieldset label, section.email-report.age fieldset label, section.results-info.dob fieldset label, section.results-info.age fieldset label {
  clear: none;
  display: inline;
  float: left;
  width: 12.2448979592%;
  margin: 0 0%;
  margin-right: 4.0816326531%;
}
section.question.dob fieldset label.error, section.question.age fieldset label.error, section.email-report.dob fieldset label.error, section.email-report.age fieldset label.error, section.results-info.dob fieldset label.error, section.results-info.age fieldset label.error {
  display: none !important;
}
section.question.dob .warning, section.question.age .warning, section.email-report.dob .warning, section.email-report.age .warning, section.results-info.dob .warning, section.results-info.age .warning {
  clear: both;
  float: left;
  margin: 20px 0 0;
  margin-left: 0%;
  margin-right: 0%;
}
section.question.dob #ageHelp p, section.question.age #ageHelp p, section.email-report.dob #ageHelp p, section.email-report.age #ageHelp p, section.results-info.dob #ageHelp p, section.results-info.age #ageHelp p {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 22px;
}
section.question.dob #ageHelp p:last-of-type, section.question.age #ageHelp p:last-of-type, section.email-report.dob #ageHelp p:last-of-type, section.email-report.age #ageHelp p:last-of-type, section.results-info.dob #ageHelp p:last-of-type, section.results-info.age #ageHelp p:last-of-type {
  margin-bottom: 0;
}
section.question.dob .button.next, section.question.age .button.next, section.email-report.dob .button.next, section.email-report.age .button.next, section.results-info.dob .button.next, section.results-info.age .button.next {
  clear: both;
  margin-top: 20px;
}
section.question .email-details fieldset, section.email-report .email-details fieldset, section.results-info .email-details fieldset {
  padding: 30px 0 0;
}
section.question .email-details fieldset label, section.email-report .email-details fieldset label, section.results-info .email-details fieldset label {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
section.question .email-details .signup-validator, section.email-report .email-details .signup-validator, section.results-info .email-details .signup-validator {
  display: block;
  position: absolute !important;
  right: -28px;
  top: 54px;
  margin-right: 0;
  margin-bottom: 0;
}
section.question .email-details input.error ~ .signup-validator, section.email-report .email-details input.error ~ .signup-validator, section.results-info .email-details input.error ~ .signup-validator {
  background: url(../images/system/validation-cross.png) no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
}
section.question .email-details input.valid ~ .signup-validator, section.email-report .email-details input.valid ~ .signup-validator, section.results-info .email-details input.valid ~ .signup-validator {
  background: url(../images/system/validation-tick.png) no-repeat 0 0/contain;
  width: 19px;
  height: 13px;
}
section.question .email-opt-ins, section.email-report .email-opt-ins, section.results-info .email-opt-ins {
  margin: 10px 0 0;
}
section.question .email-opt-ins .privacy-toggle, section.email-report .email-opt-ins .privacy-toggle, section.results-info .email-opt-ins .privacy-toggle {
  margin-top: 20px;
  font-weight: 700;
  color: #1e276e;
  text-decoration: underline;
}
section.question .email-opt-ins .privacy-toggle:hover, section.email-report .email-opt-ins .privacy-toggle:hover, section.results-info .email-opt-ins .privacy-toggle:hover {
  text-decoration: none;
}
section.question .email-opt-ins .privacy-statement, section.email-report .email-opt-ins .privacy-statement, section.results-info .email-opt-ins .privacy-statement {
  display: none;
  padding-top: 44px;
}
section.question .email-opt-ins .privacy-statement .close, section.email-report .email-opt-ins .privacy-statement .close, section.results-info .email-opt-ins .privacy-statement .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: 700;
  font-size: 24px;
  width: auto;
  color: #1e276e;
}
section.question .email-opt-ins .privacy-statement p, section.email-report .email-opt-ins .privacy-statement p, section.results-info .email-opt-ins .privacy-statement p {
  margin-bottom: 0;
}
section.question .email-opt-ins #privacy:checked ~ .privacy-statement, section.email-report .email-opt-ins #privacy:checked ~ .privacy-statement, section.results-info .email-opt-ins #privacy:checked ~ .privacy-statement {
  display: block;
}
section.question .email-opt-ins fieldset .warning, section.email-report .email-opt-ins fieldset .warning, section.results-info .email-opt-ins fieldset .warning {
  margin: 26px 0 0;
  font-size: 1em;
  line-height: 1.4em;
}
section.question .email-opt-ins h3, section.question .email-opt-ins .h3, section.email-report .email-opt-ins h3, section.email-report .email-opt-ins .h3, section.results-info .email-opt-ins h3, section.results-info .email-opt-ins .h3 {
  display: block;
  color: #1e276e;
  font: 2em Helvetica, arial;
  font-weight: 700;
  margin: 40px 0 10px;
}
section.question .email-opt-ins label, section.email-report .email-opt-ins label, section.results-info .email-opt-ins label {
  color: #333;
}
section.question.waist .with-diagram .diagram img, section.email-report.waist .with-diagram .diagram img, section.results-info.waist .with-diagram .diagram img {
  margin-top: 50px;
  width: 100%;
}
section.question.waist .with-diagram p, section.email-report.waist .with-diagram p, section.results-info.waist .with-diagram p {
  margin-top: 0;
}
section.question.waist .with-diagram .with-input span, section.email-report.waist .with-diagram .with-input span, section.results-info.waist .with-diagram .with-input span {
  float: left;
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
  width: auto;
}
section.question.waist .with-diagram .with-input input, section.email-report.waist .with-diagram .with-input input, section.results-info.waist .with-diagram .with-input input {
  width: 120px;
}
section.question.waist .with-diagram .with-input .unit, section.email-report.waist .with-diagram .with-input .unit, section.results-info.waist .with-diagram .with-input .unit {
  margin-left: 10px;
}
section.question.waist .warning, section.email-report.waist .warning, section.results-info.waist .warning {
  margin-left: 0%;
  margin-right: 0%;
}
section.question.bmi p, section.email-report.bmi p, section.results-info.bmi p {
  margin-top: 50px !important;
}
section.question.bmi .field-wrap, section.email-report.bmi .field-wrap, section.results-info.bmi .field-wrap {
  float: left;
  padding-right: 0;
  width: 100%;
}
section.question.bmi .field-wrap .tooltip-info p, section.email-report.bmi .field-wrap .tooltip-info p, section.results-info.bmi .field-wrap .tooltip-info p {
  width: 100%;
  margin: 0 !important;
}
section.question.bmi fieldset .input, section.email-report.bmi fieldset .input, section.results-info.bmi fieldset .input {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
section.question.bmi fieldset .input > span, section.email-report.bmi fieldset .input > span, section.results-info.bmi fieldset .input > span {
  display: block;
  color: #1e276e;
  font: 2em Helvetica, arial;
  font-weight: 700;
}
section.question.bmi fieldset .unit-selector, section.email-report.bmi fieldset .unit-selector, section.results-info.bmi fieldset .unit-selector {
  margin-top: 14px;
  margin-bottom: 0;
}
section.question.bmi fieldset .with-input, section.email-report.bmi fieldset .with-input, section.results-info.bmi fieldset .with-input {
  width: 580px;
  float: left;
}
section.question.bmi fieldset .with-input span, section.email-report.bmi fieldset .with-input span, section.results-info.bmi fieldset .with-input span {
  width: auto;
  margin-right: 20px;
}
section.question.bmi fieldset .with-input input, section.email-report.bmi fieldset .with-input input, section.results-info.bmi fieldset .with-input input {
  width: 120px;
}
section.question.bmi .result, section.email-report.bmi .result, section.results-info.bmi .result {
  width: 39.5%;
  float: left;
}
section.question.bmi .result div .button, section.email-report.bmi .result div .button, section.results-info.bmi .result div .button {
  margin-top: 22px;
}
section.question fieldset, section.email-report fieldset, section.results-info fieldset {
  margin: auto;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
  border: 0;
}
section.question fieldset label span, section.email-report fieldset label span, section.results-info fieldset label span {
  padding-right: 10px;
}
section.question fieldset label span span.error, section.email-report fieldset label span span.error, section.results-info fieldset label span span.error {
  color: #ec1d25 !important;
}
section.question fieldset input[type=text], section.question fieldset input[type=email], section.question fieldset input[type=tel], section.email-report fieldset input[type=text], section.email-report fieldset input[type=email], section.email-report fieldset input[type=tel], section.results-info fieldset input[type=text], section.results-info fieldset input[type=email], section.results-info fieldset input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #e4e5e6;
  border-radius: 5px;
  text-align: center;
  display: inline;
  float: left;
  width: 14.2857142857%;
  margin: 0 0%;
  margin-left: 4.0816326531%;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 20px;
}
section.question fieldset input[type=text].error, section.question fieldset input[type=email].error, section.question fieldset input[type=tel].error, section.email-report fieldset input[type=text].error, section.email-report fieldset input[type=email].error, section.email-report fieldset input[type=tel].error, section.results-info fieldset input[type=text].error, section.results-info fieldset input[type=email].error, section.results-info fieldset input[type=tel].error {
  border-color: #ec1d25;
}
section.question fieldset input[type=text].valid, section.question fieldset input[type=email].valid, section.question fieldset input[type=tel].valid, section.email-report fieldset input[type=text].valid, section.email-report fieldset input[type=email].valid, section.email-report fieldset input[type=tel].valid, section.results-info fieldset input[type=text].valid, section.results-info fieldset input[type=email].valid, section.results-info fieldset input[type=tel].valid {
  border-color: #486f24;
}
section.question fieldset label.error, section.email-report fieldset label.error, section.results-info fieldset label.error {
  font: 16px/22px Helvetica, arial;
  font-weight: 700;
  color: #ec1d25 !important;
  clear: both;
  display: block;
  float: left;
  margin: 10px 0 0;
}
section.question fieldset label.error.valid, section.email-report fieldset label.error.valid, section.results-info fieldset label.error.valid {
  margin: 0;
  display: none;
}
section.question fieldset .unit-selector, section.email-report fieldset .unit-selector, section.results-info fieldset .unit-selector {
  font-family: Helvetica, arial;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 20px;
}
section.question fieldset .unit-selector.larger-margin, section.email-report fieldset .unit-selector.larger-margin, section.results-info fieldset .unit-selector.larger-margin {
  margin-top: 65px;
}
section.question fieldset .unit-selector input[type=radio] + label, section.email-report fieldset .unit-selector input[type=radio] + label, section.results-info fieldset .unit-selector input[type=radio] + label {
  cursor: pointer;
  margin-left: 80px;
  padding-top: 10px;
  position: relative;
  font: 2em Helvetica, arial;
  color: #1e276e;
}
section.question fieldset .unit-selector input[type=radio] + label.first, section.email-report fieldset .unit-selector input[type=radio] + label.first, section.results-info fieldset .unit-selector input[type=radio] + label.first {
  margin-left: 60px;
}
section.question fieldset .unit-selector input[type=radio] + label:before, section.email-report fieldset .unit-selector input[type=radio] + label:before, section.results-info fieldset .unit-selector input[type=radio] + label:before {
  cursor: pointer;
  content: "";
  margin-top: 10px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: -50px;
  top: 0;
  border: 5px solid #1e276e;
  border-radius: 50px;
}
section.question fieldset .unit-selector input[type=radio]:checked + label:before, section.email-report fieldset .unit-selector input[type=radio]:checked + label:before, section.results-info fieldset .unit-selector input[type=radio]:checked + label:before {
  margin-top: 0;
  width: 20px;
  height: 20px;
  left: -60px;
  border: 10px solid #1e276e;
}
section.question fieldset .unit-selector label span, section.email-report fieldset .unit-selector label span, section.results-info fieldset .unit-selector label span {
  line-height: 1.3em;
}
section.question fieldset .with-input, section.email-report fieldset .with-input, section.results-info fieldset .with-input {
  display: inline;
  float: left;
  width: 61.2244897959%;
  margin: 0 0%;
  margin-top: 20px;
}
section.question fieldset .with-input span, section.email-report fieldset .with-input span, section.results-info fieldset .with-input span {
  font-size: 2em;
  font-weight: 700;
  color: #1e276e;
  display: inline;
  float: left;
  width: 36.6666666667%;
  margin: 0 0%;
  margin-top: 20px;
  text-align: right;
}
section.question fieldset .with-input input, section.email-report fieldset .with-input input, section.results-info fieldset .with-input input {
  display: inline;
  float: left;
  width: 26.6666666667%;
  margin: 0 0%;
  margin-right: 2.0408163265%;
}
section.question fieldset .with-input.bmi, section.email-report fieldset .with-input.bmi, section.results-info fieldset .with-input.bmi {
  padding: 0 18px;
  border: 2px solid #e4e5e6;
  border-radius: 5px;
  background: #fff;
  font-family: Helvetica, arial;
  width: 100%;
  min-width: 290px;
}
section.question fieldset .with-input.bmi span, section.email-report fieldset .with-input.bmi span, section.results-info fieldset .with-input.bmi span {
  margin-right: 0;
}
section.question fieldset .with-input.bmi input, section.email-report fieldset .with-input.bmi input, section.results-info fieldset .with-input.bmi input {
  margin: 0;
  border: none;
}
section.question .button, section.email-report .button, section.results-info .button {
  margin-right: 2.0408163265%;
  margin-bottom: 20px;
}
section.question .button.larger-margin, section.email-report .button.larger-margin, section.results-info .button.larger-margin {
  margin-top: 20px;
}
section.question .with-diagram .diagram, section.email-report .with-diagram .diagram, section.results-info .with-diagram .diagram {
  display: inline;
  float: left;
  width: 24.4897959184%;
  margin: 0 0%;
  margin-left: 2.0408163265%;
  width: 34.6%;
}
section.question .with-diagram fieldset, section.email-report .with-diagram fieldset, section.results-info .with-diagram fieldset {
  display: inline;
  float: left;
  width: 57.1428571429%;
  margin: 0 0%;
  margin-left: 4.0816326531%;
}
section.question .with-diagram fieldset h6, section.question .with-diagram fieldset .h6, section.email-report .with-diagram fieldset h6, section.email-report .with-diagram fieldset .h6, section.results-info .with-diagram fieldset h6, section.results-info .with-diagram fieldset .h6 {
  color: #30bae9;
  font-size: 2em;
  margin-bottom: -10px;
}
section.question .with-diagram fieldset p, section.email-report .with-diagram fieldset p, section.results-info .with-diagram fieldset p {
  margin: 20px 0;
}
section.question .with-diagram fieldset .button, section.email-report .with-diagram fieldset .button, section.results-info .with-diagram fieldset .button {
  margin-top: 40px;
  margin-left: 0;
}
section.question .with-diagram .with-input, section.email-report .with-diagram .with-input, section.results-info .with-diagram .with-input {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}
section.question .with-diagram .with-input span, section.email-report .with-diagram .with-input span, section.results-info .with-diagram .with-input span {
  font-size: 2em;
  font-weight: 700;
  color: #1e276e;
  display: inline;
  float: left;
  width: 57.8947368421%;
  margin: 0 0%;
  margin-top: 20px;
}
section.question .with-diagram .with-input input, section.email-report .with-diagram .with-input input, section.results-info .with-diagram .with-input input {
  display: inline;
  float: left;
  width: 36.8421052632%;
  margin: 0 0%;
}
section.email-report .intro, section.results-info .intro {
  margin: auto;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
}
section.email-report .intro p, section.results-info .intro p {
  margin: 0 0 20px;
}
section.email-report .intro a, section.results-info .intro a {
  color: #30bae9;
}
section.email-report .email-details, section.email-report .email-opt-ins, section.results-info .email-details, section.results-info .email-opt-ins {
  margin: auto;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
  max-width: 580px;
}
section.email-report .email-details fieldset, section.results-info .email-details fieldset {
  margin: 0;
}
section.email-report .email-details fieldset input[type=text], section.email-report .email-details fieldset input[type=email], section.email-report .email-details fieldset input[type=tel], section.results-info .email-details fieldset input[type=text], section.results-info .email-details fieldset input[type=email], section.results-info .email-details fieldset input[type=tel] {
  width: 80%;
  display: block;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-bottom: 20px;
}
section.email-report .email-details fieldset .choose-option, section.results-info .email-details fieldset .choose-option {
  margin-top: 30px;
  font: 2em Helvetica, arial;
  color: #1e276e;
  float: right;
}
section.email-report .email-details .field-wrap, section.results-info .email-details .field-wrap {
  padding-right: 0;
}
section.email-report .email-details .field-wrap .tooltip-icon, section.results-info .email-details .field-wrap .tooltip-icon {
  top: 44px;
  margin-top: 0;
}
section.email-report .email-details .field-wrap .tooltip-info, section.results-info .email-details .field-wrap .tooltip-info {
  margin-top: 0;
}
section.email-report .email-details .field-wrap label .input-validate-wrap, section.results-info .email-details .field-wrap label .input-validate-wrap {
  position: relative;
}
section.email-report .email-details .field-wrap label .input-validate-wrap .signup-validator, section.results-info .email-details .field-wrap label .input-validate-wrap .signup-validator {
  top: 50%;
  margin-top: -7px;
}
section.email-report .email-details .field-wrap label p.small, section.results-info .email-details .field-wrap label p.small {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}
section.email-report .email-opt-ins .warning p, section.results-info .email-opt-ins .warning p {
  margin-top: 0;
}
section.email-report .email-opt-ins p, section.results-info .email-opt-ins p {
  font-size: 16px;
}
section.email-report .email-opt-ins p.thanks, section.results-info .email-opt-ins p.thanks {
  color: #1e276e;
  font: 2em/40px Helvetica, arial !important;
  background: url("../images/system/submitting-tick.png") no-repeat center left/36px 36px;
  padding-left: 52px;
  height: 36px;
  display: block;
}
section.email-report .email-opt-ins p.thanks.submitting, section.results-info .email-opt-ins p.thanks.submitting {
  background: url("../images/system/submitting.gif") no-repeat center left/36px 36px;
}
section.email-report .email-opt-ins fieldset, section.results-info .email-opt-ins fieldset {
  margin: 20px 0 0;
  padding: 0;
}
section.email-report .email-opt-ins fieldset label, section.results-info .email-opt-ins fieldset label {
  width: auto;
  display: block;
  clear: both;
  font-size: 1.6em;
  margin-bottom: 14px;
}
section.email-report .email-opt-ins fieldset label input[type=checkbox], section.results-info .email-opt-ins fieldset label input[type=checkbox] {
  margin-right: 6px;
}
section.email-report .email-opt-ins fieldset label .dummy-checkbox, section.results-info .email-opt-ins fieldset label .dummy-checkbox {
  border-radius: 50%;
  border: 4px solid #1e276e;
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  padding-right: 0px;
  margin-right: 3%;
  margin-left: 0;
  margin-bottom: 41px;
}
section.email-report .email-opt-ins fieldset label .dummy-checkbox.checked, section.results-info .email-opt-ins fieldset label .dummy-checkbox.checked {
  background: url("../images/system/blue-tick.png") no-repeat center center;
}
section.email-report .email-opt-ins .get-results, section.results-info .email-opt-ins .get-results {
  width: 420px;
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 100%;
}
section.email-report .email-opt-ins input.get-results, section.results-info .email-opt-ins input.get-results {
  width: 100%;
}
section.email-report .email-opt-ins a.get-results, section.results-info .email-opt-ins a.get-results {
  clear: both;
  margin-left: 0;
}
section.email-report .skip-to-results-wrap, section.results-info .skip-to-results-wrap {
  clear: both;
  padding: 0;
  overflow: hidden;
}
section.email-report .skip-to-results-wrap p, section.results-info .skip-to-results-wrap p {
  display: block;
}
section.email-report a.skip-to-results, section.results-info a.skip-to-results {
  color: #1e276e;
}
section.email-report a.skip-to-results:hover, section.results-info a.skip-to-results:hover {
  text-decoration: none;
}
section.email-report input.skip-to-results, section.results-info input.skip-to-results {
  display: none;
}
section.results.current {
  display: block;
}
section.results hr {
  clear: both;
  background: #bbbed3;
}
section.results header {
  padding: 0;
  background: #30bae9;
  color: #fff;
  margin-bottom: 12px;
  overflow: visible;
}
section.results header div.container h1, section.results header div.container .h1 {
  position: relative;
  padding: 40px 0;
  font-size: 4em;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
  text-align: center;
  font-weight: normal;
}
section.results header div.container h1 span, section.results header div.container .h1 span {
  font-size: 1.8em;
  text-transform: uppercase;
  position: relative;
  bottom: -7px;
}
section.results header div.container h1:after, section.results header div.container .h1:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 12px solid transparent;
  border-top-color: #30bae9;
  bottom: -24px;
  left: 50%;
  margin-left: -12px;
}
section.results header div.container h1.pos0:after, section.results header div.container .h1.pos0:after {
  left: 0%;
}
section.results header div.container h1.pos1:after, section.results header div.container .h1.pos1:after {
  left: 1%;
}
section.results header div.container h1.pos2:after, section.results header div.container .h1.pos2:after {
  left: 2%;
}
section.results header div.container h1.pos3:after, section.results header div.container .h1.pos3:after {
  left: 3%;
}
section.results header div.container h1.pos4:after, section.results header div.container .h1.pos4:after {
  left: 4%;
}
section.results header div.container h1.pos5:after, section.results header div.container .h1.pos5:after {
  left: 5%;
}
section.results header div.container h1.pos6:after, section.results header div.container .h1.pos6:after {
  left: 6%;
}
section.results header div.container h1.pos7:after, section.results header div.container .h1.pos7:after {
  left: 7%;
}
section.results header div.container h1.pos8:after, section.results header div.container .h1.pos8:after {
  left: 8%;
}
section.results header div.container h1.pos9:after, section.results header div.container .h1.pos9:after {
  left: 9%;
}
section.results header div.container h1.pos10:after, section.results header div.container .h1.pos10:after {
  left: 10%;
}
section.results header div.container h1.pos11:after, section.results header div.container .h1.pos11:after {
  left: 11%;
}
section.results header div.container h1.pos12:after, section.results header div.container .h1.pos12:after {
  left: 12%;
}
section.results header div.container h1.pos13:after, section.results header div.container .h1.pos13:after {
  left: 13%;
}
section.results header div.container h1.pos14:after, section.results header div.container .h1.pos14:after {
  left: 14%;
}
section.results header div.container h1.pos15:after, section.results header div.container .h1.pos15:after {
  left: 15%;
}
section.results header div.container h1.pos16:after, section.results header div.container .h1.pos16:after {
  left: 16%;
}
section.results header div.container h1.pos17:after, section.results header div.container .h1.pos17:after {
  left: 17%;
}
section.results header div.container h1.pos18:after, section.results header div.container .h1.pos18:after {
  left: 18%;
}
section.results header div.container h1.pos19:after, section.results header div.container .h1.pos19:after {
  left: 19%;
}
section.results header div.container h1.pos20:after, section.results header div.container .h1.pos20:after {
  left: 20%;
}
section.results header div.container h1.pos21:after, section.results header div.container .h1.pos21:after {
  left: 21%;
}
section.results header div.container h1.pos22:after, section.results header div.container .h1.pos22:after {
  left: 22%;
}
section.results header div.container h1.pos23:after, section.results header div.container .h1.pos23:after {
  left: 23%;
}
section.results header div.container h1.pos24:after, section.results header div.container .h1.pos24:after {
  left: 24%;
}
section.results header div.container h1.pos25:after, section.results header div.container .h1.pos25:after {
  left: 25%;
}
section.results header div.container h1.pos26:after, section.results header div.container .h1.pos26:after {
  left: 26%;
}
section.results header div.container h1.pos27:after, section.results header div.container .h1.pos27:after {
  left: 27%;
}
section.results header div.container h1.pos28:after, section.results header div.container .h1.pos28:after {
  left: 28%;
}
section.results header div.container h1.pos29:after, section.results header div.container .h1.pos29:after {
  left: 29%;
}
section.results header div.container h1.pos30:after, section.results header div.container .h1.pos30:after {
  left: 30%;
}
section.results header div.container h1.pos31:after, section.results header div.container .h1.pos31:after {
  left: 31%;
}
section.results header div.container h1.pos32:after, section.results header div.container .h1.pos32:after {
  left: 32%;
}
section.results header div.container h1.pos33:after, section.results header div.container .h1.pos33:after {
  left: 33%;
}
section.results header div.container h1.pos34:after, section.results header div.container .h1.pos34:after {
  left: 34%;
}
section.results header div.container h1.pos35:after, section.results header div.container .h1.pos35:after {
  left: 35%;
}
section.results header div.container h1.pos36:after, section.results header div.container .h1.pos36:after {
  left: 36%;
}
section.results header div.container h1.pos37:after, section.results header div.container .h1.pos37:after {
  left: 37%;
}
section.results header div.container h1.pos38:after, section.results header div.container .h1.pos38:after {
  left: 38%;
}
section.results header div.container h1.pos39:after, section.results header div.container .h1.pos39:after {
  left: 39%;
}
section.results header div.container h1.pos40:after, section.results header div.container .h1.pos40:after {
  left: 40%;
}
section.results header div.container h1.pos41:after, section.results header div.container .h1.pos41:after {
  left: 41%;
}
section.results header div.container h1.pos42:after, section.results header div.container .h1.pos42:after {
  left: 42%;
}
section.results header div.container h1.pos43:after, section.results header div.container .h1.pos43:after {
  left: 43%;
}
section.results header div.container h1.pos44:after, section.results header div.container .h1.pos44:after {
  left: 44%;
}
section.results header div.container h1.pos45:after, section.results header div.container .h1.pos45:after {
  left: 45%;
}
section.results header div.container h1.pos46:after, section.results header div.container .h1.pos46:after {
  left: 46%;
}
section.results header div.container h1.pos47:after, section.results header div.container .h1.pos47:after {
  left: 47%;
}
section.results header div.container h1.pos48:after, section.results header div.container .h1.pos48:after {
  left: 48%;
}
section.results header div.container h1.pos49:after, section.results header div.container .h1.pos49:after {
  left: 49%;
}
section.results header div.container h1.pos50:after, section.results header div.container .h1.pos50:after {
  left: 50%;
}
section.results header div.container h1.pos51:after, section.results header div.container .h1.pos51:after {
  left: 51%;
}
section.results header div.container h1.pos52:after, section.results header div.container .h1.pos52:after {
  left: 52%;
}
section.results header div.container h1.pos53:after, section.results header div.container .h1.pos53:after {
  left: 53%;
}
section.results header div.container h1.pos54:after, section.results header div.container .h1.pos54:after {
  left: 54%;
}
section.results header div.container h1.pos55:after, section.results header div.container .h1.pos55:after {
  left: 55%;
}
section.results header div.container h1.pos56:after, section.results header div.container .h1.pos56:after {
  left: 56%;
}
section.results header div.container h1.pos57:after, section.results header div.container .h1.pos57:after {
  left: 57%;
}
section.results header div.container h1.pos58:after, section.results header div.container .h1.pos58:after {
  left: 58%;
}
section.results header div.container h1.pos59:after, section.results header div.container .h1.pos59:after {
  left: 59%;
}
section.results header div.container h1.pos60:after, section.results header div.container .h1.pos60:after {
  left: 60%;
}
section.results header div.container h1.pos61:after, section.results header div.container .h1.pos61:after {
  left: 61%;
}
section.results header div.container h1.pos62:after, section.results header div.container .h1.pos62:after {
  left: 62%;
}
section.results header div.container h1.pos63:after, section.results header div.container .h1.pos63:after {
  left: 63%;
}
section.results header div.container h1.pos64:after, section.results header div.container .h1.pos64:after {
  left: 64%;
}
section.results header div.container h1.pos65:after, section.results header div.container .h1.pos65:after {
  left: 65%;
}
section.results header div.container h1.pos66:after, section.results header div.container .h1.pos66:after {
  left: 66%;
}
section.results header div.container h1.pos67:after, section.results header div.container .h1.pos67:after {
  left: 67%;
}
section.results header div.container h1.pos68:after, section.results header div.container .h1.pos68:after {
  left: 68%;
}
section.results header div.container h1.pos69:after, section.results header div.container .h1.pos69:after {
  left: 69%;
}
section.results header div.container h1.pos70:after, section.results header div.container .h1.pos70:after {
  left: 70%;
}
section.results header div.container h1.pos71:after, section.results header div.container .h1.pos71:after {
  left: 71%;
}
section.results header div.container h1.pos72:after, section.results header div.container .h1.pos72:after {
  left: 72%;
}
section.results header div.container h1.pos73:after, section.results header div.container .h1.pos73:after {
  left: 73%;
}
section.results header div.container h1.pos74:after, section.results header div.container .h1.pos74:after {
  left: 74%;
}
section.results header div.container h1.pos75:after, section.results header div.container .h1.pos75:after {
  left: 75%;
}
section.results header div.container h1.pos76:after, section.results header div.container .h1.pos76:after {
  left: 76%;
}
section.results header div.container h1.pos77:after, section.results header div.container .h1.pos77:after {
  left: 77%;
}
section.results header div.container h1.pos78:after, section.results header div.container .h1.pos78:after {
  left: 78%;
}
section.results header div.container h1.pos79:after, section.results header div.container .h1.pos79:after {
  left: 79%;
}
section.results header div.container h1.pos80:after, section.results header div.container .h1.pos80:after {
  left: 80%;
}
section.results header div.container h1.pos81:after, section.results header div.container .h1.pos81:after {
  left: 81%;
}
section.results header div.container h1.pos82:after, section.results header div.container .h1.pos82:after {
  left: 82%;
}
section.results header div.container h1.pos83:after, section.results header div.container .h1.pos83:after {
  left: 83%;
}
section.results header div.container h1.pos84:after, section.results header div.container .h1.pos84:after {
  left: 84%;
}
section.results header div.container h1.pos85:after, section.results header div.container .h1.pos85:after {
  left: 85%;
}
section.results header div.container h1.pos86:after, section.results header div.container .h1.pos86:after {
  left: 86%;
}
section.results header div.container h1.pos87:after, section.results header div.container .h1.pos87:after {
  left: 87%;
}
section.results header div.container h1.pos88:after, section.results header div.container .h1.pos88:after {
  left: 88%;
}
section.results header div.container h1.pos89:after, section.results header div.container .h1.pos89:after {
  left: 89%;
}
section.results header div.container h1.pos90:after, section.results header div.container .h1.pos90:after {
  left: 90%;
}
section.results header div.container h1.pos91:after, section.results header div.container .h1.pos91:after {
  left: 91%;
}
section.results header div.container h1.pos92:after, section.results header div.container .h1.pos92:after {
  left: 92%;
}
section.results header div.container h1.pos93:after, section.results header div.container .h1.pos93:after {
  left: 93%;
}
section.results header div.container h1.pos94:after, section.results header div.container .h1.pos94:after {
  left: 94%;
}
section.results header div.container h1.pos95:after, section.results header div.container .h1.pos95:after {
  left: 95%;
}
section.results header div.container h1.pos96:after, section.results header div.container .h1.pos96:after {
  left: 96%;
}
section.results header div.container h1.pos97:after, section.results header div.container .h1.pos97:after {
  left: 97%;
}
section.results header div.container h1.pos98:after, section.results header div.container .h1.pos98:after {
  left: 98%;
}
section.results header div.container h1.pos99:after, section.results header div.container .h1.pos99:after {
  left: 99%;
}
section.results header div.container h1.pos100:after, section.results header div.container .h1.pos100:after {
  left: 100%;
}
section.results .risk-scale {
  margin-top: 10px;
  overflow: hidden;
  border-radius: 30px;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
}
section.results .risk-scale li {
  float: left;
  display: block;
  width: 25%;
  height: 60px;
  padding: 18px 20px;
  line-height: 24px;
  text-align: center;
  font-size: 1.6em;
  background: #f3f3f5;
}
section.results .risk-scale li > span {
  height: 26px;
  line-height: 1em;
  padding-top: 6px;
  background: #fff;
  display: block;
  color: #a7a9ac;
  border-radius: 30px;
}
section.results .risk-scale li.active.low {
  background-color: #486f24;
}
section.results .risk-scale li.active.increased {
  background-color: #fdde42;
}
section.results .risk-scale li.active.moderate {
  background-color: #f68b1f;
}
section.results .risk-scale li.active.high {
  background-color: #ec1d25;
}
section.results .risk-scale li.active > span {
  color: #1e276e;
}
section.results .results-info {
  clear: both;
  float: left;
  margin-top: 50px;
  padding-bottom: 60px;
  display: block;
  margin-left: 2.0408163265%;
  margin-right: 2.0408163265%;
}
section.results .results-info blockquote span {
  color: #30bae9;
}
section.results .results-info .explore {
  list-style: none;
}
section.results .results-info .explore li {
  display: block;
  float: left;
  width: 22%;
  margin-right: 4%;
}
section.results .results-info .explore li img {
  width: 100%;
}
section.results .results-info .explore li.last {
  margin-right: 0;
}
section.results .results-info .explore li span {
  margin-top: 20px;
  display: block;
  font-size: 1.6em;
  line-height: 22px;
  color: #1e276e;
}
section.results .results-info .results-intro h2 {
  font-size: 3em;
  color: #1e276e;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: none;
}
section.results .results-info .results-intro h3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
section.results .results-info .results-intro blockquote, section.results .results-info .results-intro .callout {
  border: 5px solid #0375e0;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
  font-size: 1em;
  background: none;
}
section.results .results-info .results-intro blockquote p:last-child, section.results .results-info .results-intro .callout p:last-child {
  margin-bottom: 0;
}
section.results .results-info h3, section.results .results-info .h3 {
  font-size: 3em;
  color: #1e276e;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: none;
}
section.results .results-info h4, section.results .results-info .results-intro h3, section.results .results-info .h4 {
  float: left;
  font-size: 2em;
  color: #333;
  margin-top: 14px;
  margin-bottom: 10px;
  text-transform: none;
}
section.results .results-info p {
  clear: both;
  margin-left: 0;
  margin-right: 0;
}
section.results .results-info .gene-scores {
  margin-right: 4%;
}
section.results .results-info .gene-scores, section.results .results-info .lifestyle-scores {
  float: left;
  width: 48%;
}
section.results .results-info .gene-scores p, section.results .results-info .lifestyle-scores p {
  margin-bottom: 0;
}
section.results .results-info .risk-table {
  width: 100%;
  font-size: 2em;
  color: #1e276e;
  margin-bottom: 10px;
  border-spacing: 0;
}
section.results .results-info .risk-table caption {
  margin-bottom: 22px;
  border: 0;
  font-size: 0.8em !important;
  text-align: left;
}
section.results .results-info .risk-table th {
  padding-bottom: 2px;
  padding-top: 14px;
  text-align: left;
  line-height: 1.4em;
  font-weight: 700;
}
section.results .results-info .risk-table th.top {
  padding-top: 0;
}
section.results .results-info .risk-table th span {
  color: #30bae9;
}
section.results .results-info .risk-table tr.highlight {
  background: #30bae9;
  color: #fff;
}
section.results .results-info .risk-table tr.highlight td {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
section.results .results-info .risk-table tr.highlight td.score {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
section.results .results-info .risk-table th.score-header {
  font-size: 16px;
  text-align: right;
  padding-top: 0;
  padding-right: 0;
  color: #30bae9;
  font-weight: 300;
}
section.results .results-info .risk-table th.score-header.invisible {
  visibility: hidden;
}
section.results .results-info .risk-table td {
  width: auto;
  padding: 1px 0 1px 6px;
}
section.results .results-info .risk-table td.score {
  font-family: Arial;
  width: 30px;
  padding-left: 0 !important;
  padding-right: 6px;
}
section.results .results-info .risk-table td.score span {
  width: 100%;
  height: 30px;
  line-height: 1.5em;
  text-align: center;
  display: block;
  border-radius: 50%;
}
section.results .results-info .email-details {
  margin: 0;
}
section.results .results-info .email-details fieldset {
  padding-top: 0;
  margin: 0;
}
section.results .results-info .email-details fieldset label {
  position: relative;
}
section.results .results-info .email-details fieldset input {
  text-align: left;
}
section.results .results-info .email-opt-ins {
  margin-left: 0;
}
section.results .results-info .share-results {
  margin-top: 22px;
  clear: both;
}
section.results .results-info .share-results a {
  float: left;
  display: block;
  height: 56px;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-right: 20px;
  padding: 20px 0;
  color: #fff;
  border-radius: 5px;
  width: 218px;
  transition: background-color ease-in-out 0.2s;
  text-decoration: none;
}
section.results .results-info .share-results a.facebook {
  background: #3b5998 url("../images/system/facebook-share.png") no-repeat 22px center/8px 18px;
  text-indent: 40px;
}
section.results .results-info .share-results a.twitter {
  background: #55acee url("../images/system/twitter-tweet.png") no-repeat 22px center/18px 14px;
  text-indent: 50px;
}
section.results .results-info .share-results a.email {
  background: #12296b url("../images/system/email-share.png") no-repeat 70px center/18px 14px;
  text-indent: 96px;
}
section.results .results-info .share-results a:hover {
  opacity: 0.8;
  text-decoration: none;
}
section .field-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-right: 10px;
}
section .field-wrap .tooltip-info {
  position: relative;
  display: block;
  font-size: 16px;
  color: #fff;
  background: #1e276e;
  margin: 16px 0 30px;
  padding: 22px;
  border-radius: 5px;
  clear: both;
  float: left;
  width: 100%;
  text-decoration: none;
}
section .field-wrap .tooltip-info::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  margin-left: -9px;
  border: 6px solid transparent;
  border-bottom-color: #1e276e;
}
section .field-wrap .tooltip-info p {
  margin-bottom: 0;
  font-size: 16px;
  margin: 0 !important;
  color: #fff;
  line-height: 22px;
  float: none;
}
section .field-tip {
  position: relative;
}
section .field-tip .tooltip-icon {
  color: #fff;
  background: #1e276e;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 35px;
  height: 35px;
  margin-top: -18px;
  font: 22px/35px Helvetica, arial;
  font-weight: 700;
  border-radius: 50%;
  transition: background-color ease-in-out 0.2s;
  text-decoration: none;
}
section .field-tip .tooltip-icon:hover {
  background: rgba(30, 39, 100, 0.6);
  text-decoration: none;
}
section .field-tip input[type=text], section .field-tip input[type=email] {
  padding-right: 46px !important;
}

.touch .button:hover:after {
  background-color: transparent;
  border: 3px solid transparent;
}
.touch .button.active:hover:after {
  background-color: #78BB2E;
  border: 3px solid #fff;
}
.touch #duk-form {
  min-height: calc(100vh - 136px);
}

.homeScreenPrompt {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.2em;
  color: #333;
  padding: 10px 0;
  background: #fff;
  text-align: center;
  opacity: 0.8;
  display: none;
}
.homeScreenPrompt img {
  vertical-align: middle;
  margin-left: 5px;
}
.homeScreenPrompt img.retina {
  display: none;
}
.homeScreenPrompt img.regular {
  display: inline;
}
.homeScreenPrompt div {
  display: inline-block;
  margin: 0 auto;
}

input[type=submit] {
  position: absolute;
  visibility: hidden;
  left: -99999px;
}

input::-ms-clear {
  display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  a.link {
    background-image: url("../images/system/light-blue-chevron@2x.png");
    background-size: 10px 18px;
  }

  .button.active:after {
    background-image: url("../images/system/tick@2x.png");
    background-size: 13px 9px;
  }
}
.no-js #quiz_surveyOptIn:checked ~ section.welcome #start-survey {
  background-color: #1e276e;
}
.no-js #quiz_surveyOptIn:checked ~ section.question, .no-js #quiz_surveyOptIn:checked ~ section.email-report {
  display: block;
}
.no-js .button {
  font-size: 1.7em;
}
.no-js .button input {
  position: static;
  display: block;
  margin: 0 20px;
}
.no-js .button.next {
  display: none;
}
.no-js .button[data-parent-name] {
  display: none;
}
.no-js .button[data-parent] {
  display: flex !important;
}
.no-js .button[type=submit] {
  font-weight: 700 !important;
  position: static;
  visibility: visible;
}
.no-js .button:after {
  display: none;
}
.no-js section {
  display: block;
}
.no-js section.welcome {
  display: block;
  position: relative;
  padding-top: 30px !important;
}
@media (min-width: 758px) {
  .no-js section.welcome .intro {
    width: 70%;
  }
}
.no-js section.welcome img {
  display: none !important;
}
.no-js section.bmi .result {
  display: none;
}
.no-js section.question, .no-js section.email-report {
  display: none;
}
.no-js section.email-report .email-details select, .no-js section.results .email-details select {
  width: 50%;
  margin-bottom: 20px;
}
.no-js section.email-report .email-opt-ins fieldset label input[type=checkbox], .no-js section.results .email-opt-ins fieldset label input[type=checkbox] {
  display: inline;
  margin-right: 10px;
}
.no-js section.email-report .email-opt-ins fieldset label .dummy-checkbox, .no-js section.results .email-opt-ins fieldset label .dummy-checkbox {
  display: none;
}
.no-js section.email-report .email-opt-ins a.get-results, .no-js section.results .email-opt-ins a.get-results {
  display: none;
}
.no-js section.email-report .email-opt-ins input.get-results, .no-js section.results .email-opt-ins input.get-results {
  display: block;
  margin-left: 0px;
  height: 72px;
  font-family: Helvetica, arial;
}
.no-js section.email-report input.skip-to-results, .no-js section.results input.skip-to-results {
  display: block;
  border: none;
  margin-left: 0px;
  margin-top: 20px;
  height: 72px;
  font-family: Helvetica, arial;
  text-transform: capitalize;
}
.no-js section.email-report a.skip-to-results, .no-js section.results a.skip-to-results {
  display: none;
}
.no-js section.results .results-info nav {
  display: none;
}
.no-js section.results .results-info .results-content {
  width: 100%;
}
.no-js section.results .results-info .results-content h5, .no-js section.results .results-info .results-content .h5 {
  display: block;
  padding: 20px;
  background: #11296b;
  margin-bottom: 20px;
  font-size: 2.2em;
}
.no-js section.results .results-info .results-content h5 a, .no-js section.results .results-info .results-content .h5 a {
  color: #fff !important;
  text-decoration: none;
  cursor: default;
}
.no-js section.results .results-info .results-content .what-to-do h5, .no-js section.results .results-info .results-content .what-to-do .h5 {
  margin-bottom: 20px;
}
.no-js section.results .results-info .results-content .someone-like-you h5, .no-js section.results .results-info .results-content .someone-like-you .h5 {
  margin-bottom: 20px;
}
.no-js .unit-selector {
  display: none;
}
.no-js .choose-option {
  display: none;
}
.no-js .homeScreenPrompt {
  display: none;
}

/* Responsive */
@media (min-width: 980px) {
  .bmi p {
    display: inline;
    float: left;
    width: 91.8367346939%;
    margin: 0 0%;
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
    margin-top: 75px;
    margin-bottom: 0;
  }

  .get-results {
    margin-top: 56px;
  }

  section.email-report .skip-to-results-wrap p {
    margin: 0;
  }
}
@media (max-width: 979px) {
  .visible-tablet {
    display: block !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  section.question header div.container h1, section.question header div.container .h1, section.email-report header div.container h1, section.email-report header div.container .h1 {
    font-size: 4em;
  }
  section.question.waist .with-diagram .diagram, section.email-report.waist .with-diagram .diagram {
    width: 40%;
    max-width: 500px;
    margin: 20px auto 0;
    float: none;
  }
  section.question.waist .with-diagram .diagram .warning, section.question.waist .with-diagram .diagram .waist-image-mobile, section.email-report.waist .with-diagram .diagram .warning, section.email-report.waist .with-diagram .diagram .waist-image-mobile {
    margin-left: 2.0408163265%;
    margin-right: 2.0408163265%;
  }
  section.question.waist .with-diagram .diagram .warning, section.email-report.waist .with-diagram .diagram .warning {
    margin-top: 20px;
  }
  section.question.waist .with-diagram .diagram .waist-image-mobile, section.email-report.waist .with-diagram .diagram .waist-image-mobile {
    background: #f6f6f7;
  }
  section.question.waist .with-diagram .diagram img, section.email-report.waist .with-diagram .diagram img {
    margin: 50px auto 40px;
    max-width: 360px;
  }
  section.question.waist .with-diagram fieldset, section.email-report.waist .with-diagram fieldset {
    width: auto;
    margin-left: 2.0408163265%;
    margin-right: 2.0408163265%;
  }
  section.question.waist .with-diagram fieldset h6, section.question.waist .with-diagram fieldset .h6, section.email-report.waist .with-diagram fieldset h6, section.email-report.waist .with-diagram fieldset .h6 {
    font-size: 1.2em;
  }
  section.question.waist .with-diagram fieldset .with-input, section.email-report.waist .with-diagram fieldset .with-input {
    margin-top: 0;
    margin-bottom: 0;
  }
  section.question.waist .with-diagram fieldset .with-input span, section.email-report.waist .with-diagram fieldset .with-input span {
    width: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
  }
  section.question.waist .with-diagram fieldset .with-input input, section.email-report.waist .with-diagram fieldset .with-input input {
    display: block;
    margin-bottom: 20px;
  }
  section.question.waist .with-diagram fieldset .with-input label.error, section.email-report.waist .with-diagram fieldset .with-input label.error {
    margin-top: 0;
    margin-bottom: 20px;
  }
  section.question.waist .with-diagram fieldset .button, section.email-report.waist .with-diagram fieldset .button {
    float: left;
    width: 280px;
    margin-top: 0;
  }
  section.question.bmi p, section.email-report.bmi p {
    display: inline;
    float: left;
    width: 91.8367346939%;
    margin: 0 0%;
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
    margin-top: 75px;
    margin-bottom: 0;
  }
  section.question.bmi fieldset, section.email-report.bmi fieldset {
    padding-top: 0;
    margin-left: 2.0408163265%;
    margin-right: 2.0408163265%;
  }
  section.question.bmi .input .with-input, section.email-report.bmi .input .with-input {
    width: 100%;
    clear: left;
  }
  section.question.bmi .input .button, section.email-report.bmi .input .button {
    width: 250px;
    clear: both;
  }
  section.question.bmi .result, section.email-report.bmi .result {
    width: 100%;
    max-width: 372px;
  }
  section.question.bmi .result div label span, section.email-report.bmi .result div label span {
    display: block;
    float: left;
    text-align: left;
    width: auto;
  }
  section.question.bmi .result div label input, section.email-report.bmi .result div label input {
    margin-left: 0;
    display: block;
    float: left;
  }
  section.question.bmi .result div .button, section.email-report.bmi .result div .button {
    width: 280px;
    margin-left: 0;
    margin-top: 24px;
  }
  section.question fieldset #diabetes_dob-month, section.question fieldset #diabetes_dob-year, section.email-report fieldset #diabetes_dob-month, section.email-report fieldset #diabetes_dob-year {
    margin-left: 2.04082%;
  }

  section.email-report .email-details, section.email-report .email-opt-ins {
    max-width: 500px;
    width: 100%;
  }
  section.email-report .email-details fieldset, section.email-report .email-opt-ins fieldset {
    padding-top: 20px;
  }
  section.email-report .email-details {
    clear: both;
  }
  section.email-report .email-details fieldset {
    padding-bottom: 0;
  }
  section.email-report .email-details fieldset input[type=text], section.email-report .email-details fieldset input[type=email] {
    margin-right: 0;
    width: 83%;
  }
  section.email-report .email-opt-ins fieldset label .dummy-checkbox {
    margin-left: 0;
  }
  section.email-report .email-opt-ins .get-results {
    margin-left: 0%;
    margin-top: auto;
  }

  section.results .results-info nav ul li a {
    font-size: 1.7em;
  }
}
@media (max-width: 757px), (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  a.link {
    display: inline-block;
    line-height: 18px;
    height: 18px;
  }

  .button {
    font-size: 2.1em;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container {
    max-width: 100%;
  }

  .visible-phone {
    display: block !important;
  }

  .hidden-phone {
    display: none !important;
  }

  div.main .question-numbers ul li {
    display: inline;
    float: left;
    width: 8.1632653061%;
    margin: 0 0%;
  }
  div.main .question-numbers ul li.start, div.main .question-numbers ul li.results {
    display: inline;
    float: left;
    width: 20.4081632653%;
    margin: 0 0%;
  }
  div.main .question-numbers ul li.start span, div.main .question-numbers ul li.results span {
    font-size: 1.2em;
  }
  div.main .question-numbers ul li.question span {
    width: 16px;
    height: 16px;
    padding: 2px;
    text-indent: -9999px;
  }
  div.main .question-numbers ul li.question span.complete {
    background-color: #486f24 !important;
  }
  div.main .question-numbers ul li.question span.active {
    background-color: #30bae9 !important;
  }

  section.welcome {
    padding-top: 50px;
    padding-bottom: 0;
  }
  section.welcome .intro {
    margin-left: 0%;
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
    height: auto;
    padding-bottom: 25px;
  }
  section.welcome .intro h2, section.welcome .intro .h2 {
    width: 70%;
    padding-bottom: 13%;
    font-size: 2.5em;
  }
  section.welcome .intro img {
    width: 70%;
  }
  section.welcome .intro p {
    display: inline;
    float: left;
    width: 91.8367346939%;
    margin: 0 0%;
    margin-top: 15px;
  }
  section.welcome .intro #label-home-welcome {
    margin-top: 22px;
    margin-bottom: 10px;
  }
  section.welcome .intro .button {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  section.welcome .intro h1, section.welcome .intro .h1, section.welcome .intro h2, section.welcome .intro .h2, section.welcome .intro img, section.welcome .intro p, section.welcome .intro #label-home-welcome, section.welcome .intro .button {
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
  }
  section.welcome .hero {
    position: static;
    max-width: 300px;
    min-width: 180px;
    float: none;
    display: table;
    margin: 35px auto 0;
  }
  section.welcome .hero.microsite {
    margin-bottom: 0;
  }
  section.welcome aside.quiz-count {
    display: block;
    width: 71.42857%;
    margin: 0 auto;
    float: none;
    clear: both;
    margin-bottom: 40px;
  }
  section.question header div.container, section.email-report header div.container {
    padding: 25px 0;
  }
  section.question header div.container h1, section.question header div.container .h1, section.email-report header div.container h1, section.email-report header div.container .h1 {
    font-size: 4em;
  }
  section.question header div.container h1, section.question header div.container .h1, section.question header div.container details, section.email-report header div.container h1, section.email-report header div.container .h1, section.email-report header div.container details {
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
  }
  section.question .container, section.email-report .container {
    padding: 4%;
    width: auto;
  }
  section.question .intro, section.email-report .intro {
    margin: 30px 0 0;
    padding-top: 0;
  }
  section.question .example-text, section.question .button, section.email-report .example-text, section.email-report .button {
    margin-left: 0;
  }
  section.question fieldset, section.email-report fieldset {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }
  section.question fieldset input[type=text], section.email-report fieldset input[type=text] {
    float: none;
    display: block;
    width: 272px;
    margin: auto 20px 20px;
  }
  section.question fieldset .unit-selector, section.email-report fieldset .unit-selector {
    margin: 43px 0;
  }
  section.question fieldset .with-input span, section.email-report fieldset .with-input span {
    display: inline;
    float: left;
    width: 91.8367346939%;
    margin: 0 0%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.question fieldset .with-input .secondary-unit + .unit, section.email-report fieldset .with-input .secondary-unit + .unit {
    padding-right: 0;
  }
  section.question.dob fieldset label, section.question.age fieldset label, section.email-report.dob fieldset label, section.email-report.age fieldset label {
    margin-left: 0;
    margin-right: 16px;
    min-width: 75px;
  }
  section.question.dob fieldset label input, section.question.dob fieldset label #diabetes_dob-month, section.question.dob fieldset label #diabetes_dob-year, section.question.age fieldset label input, section.question.age fieldset label #diabetes_dob-month, section.question.age fieldset label #diabetes_dob-year, section.email-report.dob fieldset label input, section.email-report.dob fieldset label #diabetes_dob-month, section.email-report.dob fieldset label #diabetes_dob-year, section.email-report.age fieldset label input, section.email-report.age fieldset label #diabetes_dob-month, section.email-report.age fieldset label #diabetes_dob-year {
    margin-left: 0;
  }
  section.question.bmi fieldset, section.email-report.bmi fieldset {
    margin-left: 0;
    margin-right: 0;
  }
  section.question.bmi p, section.email-report.bmi p {
    display: inline;
    float: left;
    width: 91.8367346939%;
    margin: 0 0%;
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
    margin-top: 30px !important;
    margin-bottom: 0;
  }
  section.question.bmi .result div, section.email-report.bmi .result div {
    width: 100%;
    clear: both;
  }
  section.question.bmi .result div .button, section.email-report.bmi .result div .button {
    margin-top: 20px;
  }
  section.question.bmi .result label.bmi span, section.question.bmi .result label.bmi input, section.email-report.bmi .result label.bmi span, section.email-report.bmi .result label.bmi input {
    float: left !important;
  }
  section.question.bmi .result label.bmi span, section.email-report.bmi .result label.bmi span {
    width: auto !important;
  }
  section.question .button, section.email-report .button {
    float: left;
    width: 280px;
  }
  section.question.waist .with-diagram .diagram, section.email-report.waist .with-diagram .diagram {
    margin-top: 0;
    width: 50%;
  }
  section.question.waist .with-diagram .diagram .warning, section.question.waist .with-diagram .diagram .waist-image-mobile, section.email-report.waist .with-diagram .diagram .warning, section.email-report.waist .with-diagram .diagram .waist-image-mobile {
    margin: 0;
  }
  section.question.waist .with-diagram fieldset, section.email-report.waist .with-diagram fieldset {
    margin: 0;
  }
  section.email-report .email-details, section.results-info .email-details {
    margin-left: 0;
    margin-right: 0;
  }
  section.email-report .email-details fieldset label, section.results-info .email-details fieldset label {
    width: 90%;
  }
  section.email-report .email-details .field-wrap .tooltip-info, section.results-info .email-details .field-wrap .tooltip-info {
    width: 90%;
  }
  section.email-report .email-opt-ins, section.results-info .email-opt-ins {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    clear: both;
  }
  section.email-report .email-opt-ins .get-results, section.results-info .email-opt-ins .get-results {
    margin-top: 40px;
  }

  section.results header div.container h1, section.results header div.container .h1 {
    margin-left: 0%;
    margin-right: 0%;
    padding: 30px 4.08163%;
  }
  section.results hr {
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
  }
  section.results .risk-scale {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  section.results .risk-scale li {
    font-size: 1.3em;
    padding: 11px 12px;
  }
  section.results .risk-scale li > span {
    width: 100%;
    max-width: 380px;
    display: table;
    margin: 0 auto;
    height: 39px;
    padding-top: 8px;
    font-size: 12px;
  }
  section.results .risk-scale li > span b {
    display: block;
  }
  section.results .risk-scale li .separator {
    display: none;
  }
  section.results .results-info {
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
  }
  section.results .results-info .gene-scores, section.results .results-info .lifestyle-scores {
    width: 100%;
    margin-right: 0;
  }
  section.results .results-info .gene-scores .risk-table th.score-header, section.results .results-info .lifestyle-scores .risk-table th.score-header {
    padding-right: 0;
  }
  section.results .results-info .gene-scores .risk-table td.score, section.results .results-info .lifestyle-scores .risk-table td.score {
    padding-right: 6px;
  }
  section.results .results-info .gene-scores {
    margin-bottom: 40px;
  }
  section.results .results-info .share-results a {
    width: 56px;
    background-position: center center !important;
    text-indent: -9999px !important;
    margin-right: 12px;
  }
  section.results .results-info .share-results a:hover {
    opacity: 1;
  }
  section.results .results-info nav {
    min-height: 0 !important;
  }

  footer nav ul li a {
    font-size: 1.4em;
  }
}
@media (max-width: 320px) {
  section.welcome .intro .button {
    margin-top: 30px;
  }
  section.question.bmi input:nth-of-type(2) {
    margin-bottom: 0 !important;
  }

  div.main .question-numbers ul {
    height: 60px;
  }
}
@media (max-width: 480px) {
  p, blockquote {
    font-size: 16px;
    line-height: 1.375em;
  }

  blockquote {
    padding: 22px;
  }

  .warning, .warning-alt {
    font-size: 14px;
    line-height: 1.425em;
  }

  input[type=text], input[type=tel], input[type=email] {
    height: 48px;
    padding: 10px !important;
  }

  .button {
    font-size: 16px;
    height: 40px;
    margin-right: 0;
    width: 100%;
    padding: 0 4px 0 16px;
  }
  .button:after {
    width: 26px;
    height: 26px;
    background-size: 60% 60%;
  }

  section .field-tip .tooltip-icon {
    background-size: 200px;
    width: 29px;
    height: 29px;
    line-height: 32px;
    margin-top: -15px;
  }
  section .field-tip .tooltip-icon:hover {
    background-position: -40px 0;
  }
  section.welcome {
    padding-top: 30px;
  }
  section.welcome .intro h2, section.welcome .intro .h2, section.welcome .intro img {
    width: auto;
    margin: 0 auto;
    max-width: 92%;
  }
  section.welcome .intro h2, section.welcome .intro .h2 {
    padding-bottom: 25%;
    background-position: center center;
  }
  section.welcome .intro img {
    margin-left: 4.0816326531%;
    margin-right: 4.0816326531%;
  }
  section.welcome .intro p, section.welcome .intro #label-home-welcome {
    margin-top: 22px;
  }
  section.welcome .intro .button {
    margin-top: 30px;
  }
  section.question header, section.email-report header {
    font-size: 2.4em;
    line-height: 30px;
  }
  section.question header div.container h1, section.question header div.container .h1, section.email-report header div.container h1, section.email-report header div.container .h1 {
    font-size: 1.2em;
  }
  section.question header div.container, section.email-report header div.container {
    padding: 20px 0;
  }
  section.question fieldset label input[type=text], section.question fieldset label input[type=email], section.question fieldset label input[type=tel], section.email-report fieldset label input[type=text], section.email-report fieldset label input[type=email], section.email-report fieldset label input[type=tel] {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  section.question fieldset .with-input, section.email-report fieldset .with-input {
    width: 100%;
  }
  section.question fieldset .with-input span.unit, section.email-report fieldset .with-input span.unit {
    font-size: 16px;
    margin-top: 16px;
    margin-right: 0;
    padding-right: 14px;
  }
  section.question fieldset .with-input input, section.email-report fieldset .with-input input {
    width: 75px !important;
  }
  section.question fieldset .with-input.bmi, section.email-report fieldset .with-input.bmi {
    min-width: 0;
    padding-right: 56px;
  }
  section.question fieldset .with-input.bmi span, section.email-report fieldset .with-input.bmi span {
    margin: 15px 0;
  }
  section.question fieldset .with-input.bmi .result, section.email-report fieldset .with-input.bmi .result {
    width: 100%;
  }
  section.question fieldset .with-input.bmi input, section.email-report fieldset .with-input.bmi input {
    width: 100px !important;
  }
  section.question fieldset .unit-selector, section.email-report fieldset .unit-selector {
    margin: 10px 0;
  }
  section.question fieldset .unit-selector label, section.email-report fieldset .unit-selector label {
    display: block;
    margin-bottom: 10px;
    clear: both;
  }
  section.question.dob fieldset label, section.email-report.dob fieldset label {
    font-size: 16px;
    line-height: 1.375em;
  }
  section.question.bmi fieldset .input, section.email-report.bmi fieldset .input {
    margin-bottom: 40px;
  }
  section.question.bmi fieldset .input > span, section.email-report.bmi fieldset .input > span {
    font-size: 16px;
  }
  section.question.bmi .result, section.email-report.bmi .result {
    width: 100%;
    max-width: 296px;
  }
  section.question.bmi .result div label span, section.email-report.bmi .result div label span {
    font-size: 16px;
    line-height: 1.375em;
    margin-top: 16px;
    margin-bottom: 12px;
  }
  section.question.bmi .result div .button, section.email-report.bmi .result div .button {
    margin-right: 0;
    width: 100%;
  }
  section.question.bmi .field-wrap p, section.email-report.bmi .field-wrap p {
    font-size: 14px;
    line-height: 1.425em;
  }
  section.question .email-details .signup-validator, section.email-report .email-details .signup-validator {
    top: 48px;
  }
  section.question .button, section.email-report .button {
    width: 100%;
  }
  section.question.waist .with-diagram .diagram, section.email-report.waist .with-diagram .diagram {
    min-width: 240px;
  }
  section.question.waist .with-diagram .diagram img, section.email-report.waist .with-diagram .diagram img {
    margin: 30px auto 10px;
  }
  section.question.waist .with-diagram fieldset .with-input span, section.email-report.waist .with-diagram fieldset .with-input span {
    font-size: 16px;
    margin-top: 14px;
  }
  section.question.waist .with-diagram fieldset .with-input #diabetes_waist-measurement, section.email-report.waist .with-diagram fieldset .with-input #diabetes_waist-measurement {
    margin-bottom: 10px;
  }
  section.question.waist .with-diagram fieldset input, section.email-report.waist .with-diagram fieldset input {
    clear: both;
  }
  section.question.waist .with-diagram fieldset .button, section.email-report.waist .with-diagram fieldset .button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section.email-report .intro, section.results-info .intro {
    margin-top: 10px;
    width: 100%;
  }
  section.email-report .email-details fieldset, section.results-info .email-details fieldset {
    padding-top: 10px;
  }
  section.email-report .email-details fieldset label, section.results-info .email-details fieldset label {
    font-size: 16px;
    line-height: 1.375em;
    margin-bottom: 10px;
  }
  section.email-report .email-details fieldset label.error, section.results-info .email-details fieldset label.error {
    font-size: 14px;
    line-height: 1.425em;
    margin: 6px 0;
  }
  section.email-report .email-details .field-wrap .tooltip-icon, section.results-info .email-details .field-wrap .tooltip-icon {
    top: 38px;
  }
  section.email-report .email-opt-ins h3, section.email-report .email-opt-ins .h3, section.results-info .email-opt-ins h3, section.results-info .email-opt-ins .h3 {
    font-size: 16px;
  }
  section.email-report .email-opt-ins fieldset label, section.results-info .email-opt-ins fieldset label {
    width: 94%;
  }
  section.email-report .email-opt-ins a.get-results, section.results-info .email-opt-ins a.get-results {
    width: 100%;
    max-width: 300px;
  }
  section.email-report .skip-to-results-wrap a.skip-to-results, section.results-info .skip-to-results-wrap a.skip-to-results {
    font-size: 1em;
    background-size: 8px 14px;
  }
  section.email-report .skip-to-results-wrap p, section.results-info .skip-to-results-wrap p {
    margin-top: 0;
  }
  section.results header div.container h1, section.results header div.container .h1 {
    font-size: 2.4em;
    line-height: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.results .risk-scale li {
    padding: 11px 6px;
  }
  section.results .risk-scale li > span {
    font-size: 11px;
  }
  section.results .results-info {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  section.results .results-info p {
    font-size: 16px;
    line-height: 1.375em;
    margin-bottom: 20px;
  }
  section.results .results-info h3, section.results .results-info .h3 {
    font-size: 2em;
  }
  section.results .results-info h4, section.results .results-info .results-intro h3, section.results .results-info .h4 {
    margin-top: 0;
    font-size: 16px;
  }
  section.results .results-info .results-intro h2 {
    font-size: 20px;
  }
  section.results .results-info .results-intro h3 {
    line-height: 1.4;
    margin-bottom: 10px !important;
  }
  section.results .results-info .results-intro blockquote, section.results .results-info .results-intro .callout {
    font-size: 16px;
    line-height: 1.375em;
    padding: 22px;
  }
  section.results .results-info .share-results a {
    width: 46px;
    height: 46px;
  }
  section.results .results-info nav p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section.results .results-info .gene-scores .risk-table, section.results .results-info .lifestyle-scores .risk-table {
    font-size: 16px;
  }
  section.results .results-info .gene-scores .risk-table caption, section.results .results-info .lifestyle-scores .risk-table caption {
    font-size: 1em !important;
  }
  section.results .results-info .gene-scores .risk-table td.score span, section.results .results-info .lifestyle-scores .risk-table td.score span {
    width: 100%;
    height: 26px;
    line-height: 1.75em;
  }
  section.results .results-info .explore {
    overflow: hidden;
    margin-bottom: -40px;
  }
  section.results .results-info .explore li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  section.results .results-info .explore li:nth-child(2n+1) {
    margin-right: 4%;
  }
  section.results .results-info .email-opt-ins a.get-results {
    width: 100%;
  }

  .restart {
    background: url("../images/system/restart-arrow.png") no-repeat center center/22px 20px;
  }
  .restart a {
    text-indent: -9999px;
    background: none !important;
  }

  div.main .question-numbers ul li.question {
    background-size: contain !important;
  }

  .field-wrap {
    padding-right: 0;
  }
}

/*# sourceMappingURL=twenty-thirteen.css.map */
