  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* additional resets */
html { box-sizing:border-box; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; }
body { margin: 0; }
*, *:before, *:after { box-sizing:inherit; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display:block; }
audio, canvas, iframe, svg, video { vertical-align:middle; }
a, a:active { background-color:transparent; outline:0; }
sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; }
sub { bottom:-0.25em; }
sup { top:-0.5em; }
img { border:0; vertical-align:bottom; }
.clearfix:before, .clearfix:after { display:table; content:''; }
.clearfix:after { clear:both; }

hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  margin: 1em 20px; /* revise to match design */
  border-top: 2px solid #ccc; /* revise to match design */
}

body {
  background-color: #00395D;
  color: #00395D;
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

header {
  padding: 55px 0 34px;
}

header img {
  display: block;
  margin: 0 auto;
}

main {
  margin: 0 48px;
  max-width: 1030px;
  margin: 0 auto;
}

.quiz {
  display: none;
}

.quiz .tool-logo {
  max-width: 229px;
  display: block;
  margin: 0 auto 24px;
}

.results {
  display: none;
}

.results {
  padding: 48px 64px;
  margin: 0 0 48px 0;
  border-radius: 20px;
  background-color: #FFF;
}

.prompt-container {
  position: relative;
  padding: 48px 64px;
  margin: 0 0 48px 0;
  border-radius: 20px;
  min-height: 652px;
  background-color: #FFF;
}

#progress-bar {
  position: relative;
  z-index: 2;
  border-radius: 52px;
  height: 14px;
  border: 2px solid #E3E5E4;
  margin: 0;
}

.filler {
  position: absolute;
  z-index: 1;
  left: 0;
  height: 12px;
  width: 0;
  background-color: #008896;
  border-radius: 52px 0 0 52px;
  transition: all ease-in-out 1s;
}

.display-chunks {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.chunk {
  width: 10%;
  height: 12px;
  border-right: 2px solid #E3E5E4;
}

.chunk:last-child {
  border-right: none;
}

.intro {
  margin-top: 48px;
  margin-bottom: 48px;
}

.intro .tool-logo {
  position: relative;
  z-index: 3;
  display: block;
  margin: -95px auto 0;
}

.intro p {
  max-width: 618px;
  margin: 48px auto;
  text-align: center;
  color: #FFF;
}

.intro .button {
  margin: 24px auto;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

label span {
  color: #FFF;
}

ul {
  list-style-type: none;
}

.border-container {
  border-radius: 20px;
  padding: 48px;
}

.placeholder {
  z-index: 1;
  position: relative;
  margin-top: -48px;
}

.placeholder img {
  display: block;
  margin: 0 auto;
}

.prompt {
  display: none;
  margin: 48px 0 102px;
}

.prompt .one-half:nth-child(2) {
  margin-top: 5px;
}

.prompt.active {
  display: block;
}

h3 {
  font-size: 24px;
  margin: 0 0 24px 0;
  line-height: 34px;
}

.prompt[data-index="0"] p em {
  font-size: 18px;
  line-height: 24px;
}

.slider-container p,
.label-container {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 142.7%;
  color: #505050;
}

.slider-container {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: .5px;
  background: #797D83;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #F58220;
  border-radius: 0;
  border: 1px solid #FFF;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #F58220;
  border-radius: 0;
  border: 1px solid #FFF;
  cursor: pointer;
}

label span {
  color: #797D83;
}

.controls {
  text-align: center;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.buttons {
  display: inline-flex;
  margin: 0 auto 24px;
}

.button {
  font-family: 'Titillium Web', sans-serif;
  cursor: pointer;
  background-color: #F58220;
  max-width: 180px;
  text-align: center;
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding: 6px 0;
  transition: all ease-in-out 100ms;
}

.button:hover {
  transform: scale(105%);
}

.button a {
  text-decoration: none;
  color: #FFF;
}

.grid {
  display: flex;
  margin-left: -48px;
}

.wrap {
  flex-wrap: wrap;
}

.item {
  padding-left: 48px;
}

.one-half {
  width: 50%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-thirds {
  width: 66.666%;
}

.one-third {
  width: 33.3333%;
}

.icon-grid .one-quarter {
  width: auto;
  padding-right: 24px;
}

.button.next {
  width: 83px;
  margin: 0 12px;
}

.button.back {
  width: 83px;
  background-color: transparent;
  margin: 0 12px;
  border: 2px solid #505050;
  color: #505050;
}

.controls a {
  color: #505050;
}

label {
  display: flex;
}

label input {
  margin-right: 18px;
}

.input-container {
  margin: 0 0 32px 0;
}

.input-container p {
  margin: 0;
}

.results h4 {
  font-family: 'Titillium Web';
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  line-height: 115.7%;
  color: #008896;
  margin: 0 0 12px 0;
}

.results .two-thirds h5 {
  font-weight: 800;
  font-size: 40px;
  line-height: 38.48px;
  color: #00395D;
  margin: 0 0 12px 0;
}

.results .two-thirds p {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  color: #505050;
  margin: 0;
}

.callout {
  background-color: #E3E5E4;
  border-radius: 13px;
  padding-bottom: 5px;
}

.callout img {
  padding: 18px 24px;
}

.callout .grid {
  margin-left: 0;
  padding: 18px 18px 0;
}

.callout .grid:first-of-type {
  border-top: 3px solid #FFF;
}

.callout .item {
  padding: 0;
}

.callout .item:first-child {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  color: #505050;
}

.callout .item:last-child {
  font-weight: 800;
  font-size: 65px;
  line-height: 1;
  text-align: right;
  color: #008896;
  position: relative;
  top: -8px;
}

.gradient-bar {
  padding: 64px 0;
  margin: 0 auto 64px;
  max-width: 90%;
}

.bar-img {
  display: block;
  width: 100%;
}

.pin {
  width: 27px;
  height: 27px;
  border-radius: 50%;
}

.circle {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle img {
  display: none;
  width: 14px;
}

.normal .normal .circle img,
.pre-hypertension-a .pre-hypertension-a .circle img,
.pre-hypertension-b .pre-hypertension-b .circle img,
.hypertension .hypertension .circle img {
  display: block;
}

.normal .normal .circle,
.pre-hypertension-a .pre-hypertension-a .circle,
.pre-hypertension-b .pre-hypertension-b .circle,
.hypertension .hypertension .circle {
  animation: pulse 820ms linear infinite;
}

@keyframes pulse {
  0% {
   transform: scale(1, 1);
  }

  50% {
   transform: scale(1.5, 1.5);
  }

  100% {
  transform: scale(1, 1);
  }
}

#zayo-iframe {
  height: 620px;
}

.meta {
  position: absolute;
  width: 160px;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  margin-top: 12px;
}

.meta div {
  font-family: 'Titillium Web';
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #505050;
  margin-bottom: 6px;
}

.meta span {
  display: block;
  font-family: 'Titillium Web';
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #505050;
  margin-bottom: 6px;
}

.markers {
  position: relative;
  top: -20px;
}

.marker {
  position: absolute;
  top: 2px;
}

.marker:nth-child(1) .circle {
  background-color: #00395D;
}

.marker:nth-child(2) .circle {
  background-color: #008896;
}

.marker:nth-child(3) .circle {
  background-color: #F58220;
}

.marker:nth-child(1) {
  left: 0;
}

.marker:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

.marker:nth-child(3) {
  right: 0;
}

.form h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #00395D;
}

.form {
  text-align: center;
  margin: 12px 0;
}

.gated {
  display: none;
}

.gated.active {
  display: block;
}

.hidden {
  display: none;
}

.possible-diagnosis {
  display: none;
}

.possible-treatment {
  display: none;
  margin-bottom: 48px;
}

.normal .normal,
.pre-hypertension-a .pre-hypertension-a,
.pre-hypertension-b .pre-hypertension-b,
.hypertension .hypertension {
  display: block;
}

.gated h4 {
  text-transform: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 30px;
  color: #00395D;
}

.gated p {
  text-transform: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #505050;
  margin: 0 0 42px 0;
}

.icon-grid .one-half{
  margin-bottom: 48px;
}

.icon-grid .one-half:nth-child(3),
.icon-grid .one-half:nth-child(4){
  margin-bottom: 0;
}

.icon-grid .grid {
  margin-left: 0;
}

.icon-grid .grid .item {
  padding: 0;
}

.icon-grid .grid .one-quarter {
  padding-right: 24px;
}

.icon-grid h5 {
  font-family: 'Titillium Web';
  font-weight: 700;
  font-size: 18px;
  line-height: 140.68%;
  text-transform: uppercase;
  color: #008896;
  margin: 0;
}

.icon-grid p {
  margin: 0;
}

footer {
  padding: 24px;
}

small {
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
}

.label-container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #797D83;

}

/* Hide the browser's default radio button */
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #F58220;
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.label-container input:checked ~ .checkmark {
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.label-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.label-container .checkmark:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #F58220;
}

.alert {
  display: none;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0,0,0,0.3);
  align-items: center;
  justify-content: center;
}

.alert-message {
  width: 400px;
  height: 180px;
  background-color: #FFF;
  padding: 48px;
}

.alert-message div:first-child {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  margin:0 0 12px 0;
  text-align: center;
  color: #003A70;
}

.alert-message .button {
  margin: 0 auto;
}

.alert.active {
  display: flex;
}

.save-my-report {
  text-align: center;
  cursor: pointer;
  display: flex;
  text-align:center;
  color: #FFF;
  align-items: center;
  position: relative;
  justify-content: center;
}

.save-menu {
  display: none;
  position: absolute;
  left: 100%;
  margin-left: 13px;
  top: -4px;
  background-color: #00AEC7;
  width: 140px;
  padding: 12px 20px 12px;
  text-align: left;

}

.save-menu span {
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0 0;

}

.save-menu span a {
  color: #FFF;
  text-decoration: none;
}

.save-menu span:hover {
  text-decoration: underline;
}

.save-my-report.active .save-menu  {
  display: block;
}

.copied {
  font-size: 14px;
  border-radius: 6px;
  display: none;
  top: -42px;
  background-color: #E31C79;
  padding: 3px 6px !important;
  color: #FFF;
  position: absolute;
  font-weight: bold;
  cursor: default;
}

.follow-up {
  display: flex;
  justify-content: center;
}

.follow-up .button {
  margin: 0 12px 0;
  padding: 9px 12px;
  max-width: 200px;
}

.save-my-report {
  background-color: transparent;
  border: 2px solid #008896;
  color:  #008896
}

.range-slider p {
  margin: 12px 0 8px;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  outline: none;
  padding: 0;
  margin: 0;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #F58220;
  padding: 5px 10px;
  margin-left: 8px;
  top: 5px;
}

.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #F58220;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #797D83;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

#sheet-form {
  display: none;
}

@media screen and (max-width: 768px) {
  header {
    margin: 0;
    padding: 48px 0 24px;
  }
  .intro {
    margin-top: 0;
  }
  .intro .tool-logo {
    margin: 0 auto 24px;
  }
  .border-container {
    padding-top: 0px;
    padding: 0 24px 24px 24px;
  }

  .placeholder {
    margin-top: 0;
  }

  .grid {
    display: block;
    margin: 0;
  }

  .one-half,
  .one-third,
  .two-thirds,
  .three-quarters,
  .one-quarter {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #zayo-iframe {
    height: 750px;
  }

  .prompt-container {
    padding: 32px 24px;
  }

  .results {
    padding: 32px 24px;
  }

  .possible-diagnosis {
    margin-bottom: 32px;
  }

  .callout {
    max-width: 324px;
    margin: 0 auto;
  }

  .gradient-bar {
    max-width: 100%;
  }

  .marker .meta {
    display: none;
  }

  .normal .marker.normal .meta,
  .hypertension .marker.hypertension .meta,
  .pre-hypertension-a .marker.pre-hypertension-a .meta,
  .pre-hypertension-b .marker.pre-hypertension-b .meta {
    display: block;
  }

  .marker.normal .meta {
    position: relative;
    margin-top: 12px;
    width: 150px;
    text-align: left;
    left: 0;
    transform: none;
    top: 0;
  }

  .marker.hypertension .meta {
    position: relative;
    margin-top: 12px;
    width: 140px;
    text-align: right;
    left: -113px;
    transform: none;
    top: 0;
  }

  .marker.hypertension .meta * {
    text-align: right;
  }

  .marker.normal .meta * {
    text-align: left;
  }

}