@import url(https://use.typekit.net/mwm5qhe.css);
* {
  font-family:Soleil, sans-serif;
}
:root {
  --black: #000;
  --white: #fff;

  {# Primary color-profile Palette #}
  --primary-blue: #0076bb;
  --primary-gray: #4C4C4C;
  --primary-white: #FFFFFF;

  {# Secondary color-profile Palette #}
  --medium-blue: #006ab1;
  --dark-blue: #003c6a;
  --light-blue: #96d4e8;
  --green: #82c341;

  {# Tertiary Color Pallete #}
  --orange: #F58025;
  --light-gray: #E6E4E4;
  --gray: #B1B1B1;
  --dark-gray: #636363;
}
html, body {
  margin:0;
  padding:0;
  height:100%;  
  background:var(--white);
}
.container {
  height: 100%;
  display:flex;
  /*max-width: 720px;
  margin: 40px auto;
  padding: 28px;*/
}
.headlineBrow {
  color:var(--primary-blue);
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  display: inline-block;
}
h1 {
  margin: 0 0 60px;
  font-size: 4rem;
  color: var(--dark-gray);
  line-height: 1.125;
  width: 45%;
}
.intro {
  text-align: left;
  padding: 20px;
  border: 20px solid var(--light-gray);
  align-content: center;


  background: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/intro-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;

}
#introBtn {
  background: var(--green);
  color: var(--white);
  font-size: 1.625rem;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .25);
  padding: 1.125rem 6rem;
}
#introBtn:hover {
  /*opacity:.9;*/
}
.headlineBrow, h1, #introBtn {
  margin-left:6.25rem; /*100px*/
}
#intro h1 {
  text-shadow: 0px 0px 10px white;
}
{#
div#intro:after {
    content:'';
    background: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/intro-img.png);
    height: 100%;
    display: block;
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center right;
}
#}
.intro, .instructions, #survey {
  flex:auto;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

#instructions {
  display: grid;
  /*grid-template-columns: 60px 200px 1fr 480px;*/
  grid-template-columns: 60px 200px 1fr 15%;
  grid-template-rows: 100px 1fr 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;

  background-color:var(--medium-blue);
  position:relative;
}
.instruction-bg {
  background-image: url(https://info.zoll.com/hubfs/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/blocks-standard.png);
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 60px;
  right: 0;
  z-index: -1;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
}
.instruction-img {
  width:100%;
  max-width:520px;
  margin: 2rem 0;
}
#instructions #i1 {
  background:var(--primary-blue);
  grid-area: 1 / 1 / 2 / 2;
}
#instructions #i2 {
  background:var(--primary-blue);
  grid-area: 2 / 1 / 3 / 2;
}
#instructions #i3 {
  background:var(--light-blue);
  grid-area: 3 / 1 / 4 / 2;
  height:60px;
}
#instructions #i4 {
  background:var(--white);
  grid-area: 3 / 2 / 4 / 6;
  height:60px;
}
.mutedTop, .mutedBottom {
  color:var(--white);
  font-size: 1.5rem;
  text-shadow: 0px 1px 4px var(--dark-blue);
}
#startBtn {
  background-color:var(--green);
  right: 30%;
  position: absolute;
  bottom: 30px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: .5rem 4.75rem;
}
#startBtn:hover {
  /*opacity:.9;*/
}


#questions {
  height:100%;
}
.question {
  display: grid;
  /*grid-template-columns: 60px 200px 1fr 480px;*/
  grid-template-columns: 60px 140px 1fr 480px;
  grid-template-rows: 240px 1fr 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  /*height:100%;*/
  min-height:100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  background-color: var(--light-gray);
}
.q-title {
  margin-bottom: 8px;
  color: var(--primary-blue);
  font-size: 2.125rem;
  font-weight: 700;
  align-content: flex-end;
  padding-bottom: 3rem;
  position:relative;
}
.q-title:after {
  content: '';
  height: 4px;
  display: inline-block;
  width: 100%;
  max-width: 100px;
  background: var(--green);
  position: absolute;
  bottom: 1.5rem;
  left: 0;
}

#g1 {
  background:var(--medium-blue);
  grid-area: 1 / 1 / 2 / 2;
}
#g2 {
  background:var(--primary-blue);
  grid-area: 2 / 1 / 3 / 2;
}
#g3 {
  background:var(--light-blue);
  grid-area: 3 / 1 / 4 / 2;
  height:60px;
}
#g4 {
  background:var(--white);
  grid-area: 3 / 2 / 4 / 6;
  height:60px;
}
.submitBtn, .nextBtn {
  position: absolute;
  font-size: 1.25rem;
  font-weight: bold;
  padding: .5rem 4.75rem;
  bottom: -20px;
  right: 0;
}
#submitBtn:hover {
  background-color:var(--green);
}
.questionBlock, .feedbackBlock {
  position:relative;
  background-color:var(--light-gray);
}
.q-question {
  color: var(--dark-gray);
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.q-image {
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: -1;
}



.div5, .progress { grid-area: 1 / 2 / 2 / 3; }
.div6 { grid-area: 2 / 2 / 3 / 3; } /* to be blank */
.div7, .q-title { grid-area: 1 / 3 / 2 / 4; }
.div8, .questionBlock, .feedbackBlock, .instruction-container { grid-area: 2 / 3 / 3 / 4; }
.div9, .q-image {
  grid-area: 1 / 4 / 3 / 5;
}


.radios {
  display: flex;
  gap: 2rem;
  margin-bottom: 12px;
}
.radio {
  flex: 0 1 72px;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  height: 72px;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--white);
  position: relative;
  width:72px;
}
input[type="radio"] {
  display:none;
}
.radios:has(input:checked) label.radio  {
  background:var(--gray);
  color:var(--light-gray)
}
.radios label.radio:has(input:checked) {
  background:var(--green);
  color:var(--white);
}
.a1,
.answerSelected.a1{
  background:var(--white);
  color:var(--light-blue);
}
.a2 {
  background:var(--light-blue);
}
.a3 {
  background:var(--primary-blue);
}
.a4 {
  background:var(--medium-blue);
}
.a5 {
  background:var(--dark-blue);
}
.radios:has(input:checked) + button,
.radios label.radio:has(input:checked):after {
  background:var(--green);
}
.radio:after,
.answerSelected:after {
  content: '';
  display: block;
  background-color: var(--gray);
  mask-repeat: no-repeat;
  position: absolute;
  bottom: -92px;
  left: 0;
  width: 72px;
  height: 72px;
}
.a1:after {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-1.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-1.svg);
}
.a2:after {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-2.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-2.svg);
}
.a3:after {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-3.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-3.svg);
}
.a4:after {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-4.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-4.svg);
}
.a5:after {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-5.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-5.svg);
}
button {
  background:var(--gray);
  color: #fff;
  border: 0;
  padding: 8px 12px;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
}
button.secondary {
  background: var(--green);
  color: var(--white);
  /*border: 1px solid rgba(79, 70, 229, 0.12);*/
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.feedback {
  width: auto;
  height: calc(100% - 60px);
  color:var(--primary-gray);
  margin-bottom: 1rem;
}
.feedback a {
  color:var(--primary-blue);
  text-decoration:none;
}
.answerSelectedBox {
  /*width: 70px;*/
  height: calc(100% - 60px);
  float: left;
  margin-right: 2rem;
}
.answerSelected {
  width:72px;
  height:72px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 1.75rem;
  color: var(--white);
  position:relative;
}
.answerHeading {
  font-weight:600;
  margin-bottom:1rem;
}
.answerBody {
  display: flow-root;
}
.answerBody p {
  margin-top:0;
}
.answerLink {
  padding-top: 1rem;
}
.footnote {
  float: left;
  height: 60px;
  font-size: .5rem;
  width: 50%;
  color: var(--gray);
}
.muted {
  color: var(--muted);
  font-size: 13px;
}
.hidden {
  display: none !important;
}
#final {
  height:100%;
}
.results {
  background: var(--medium-blue);
  /*display: inline-block;*/
  display:inline-flex;
  height: calc(100% - 60px);
  float: left;
  width: calc(100% - 60px);
  align-items: center;
  gap: 1rem;
  overflow: hidden;

  background-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/blocks-end.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
#finalResults:after {
    content: '';
    background-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/logo-end.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 30px;
    right: 0;
}

.score {
  font-size: 20px;
  font-weight: 700;
  flex: 0 1 25%;
  justify-content: right;
  display: flex;
  position:relative;
}
.totalScore {
  width: 200px;
  z-index: 1;
  position: relative;
}
.totalScore span {
  background-color: var(--green);
  color: var(--white);
  padding: .5rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.totalNumber {
  background-color: var(--white);
  color: var(--green);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  font-weight: 400;
  height:200px;
  z-index: 1;
  position: relative;
}
.awarenessLvl {
  color:var(--white);
  margin-bottom: 8px;
  font-size: 2.125rem;
  font-weight: 700;
  padding-bottom: 3rem;
  position: relative;
}
.awarenessLvl:after {
    content: '';
    height: 4px;
    display: inline-block;
    width: 100%;
    max-width: 100px;
    background: var(--green);
    position: absolute;
    bottom: 1.5rem;
    left: 0;
}

.scoreMeaning {
  color:var(--white);
  font-size:1.25rem;
}
#f1 {
  background:var(--primary-blue);
  width: 60px;
  height: calc(100% - 60px);
  display: inline-block;
  float: left;
}
#f2 {
  background:var(--light-blue);
  height: 60px;
  display: inline-block;
  width: 60px;
  float: left;
}
#f3 {
  background:var(--white);
  height: 60px;
  display: inline-block;
  width: calc(100% - 60px);
  float: left;
}

.totalScore:before {
  content: '';
  mask-repeat: no-repeat;
  width: 240px;
  height: 240px;
  position: absolute;
  background-color: var(--primary-blue);
  z-index: 0;
  bottom: -180px;
  left: -100px;
  mask-repeat: no-repeat;
}

.face-5 .totalScore:before {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-1.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-1.svg);
}
.face-10 .totalScore:before {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-2.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-2.svg);
}
.face-15 .totalScore:before {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-3.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-3.svg);
}
.face-20 .totalScore:before {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-4.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-4.svg);
}
.face-25 .totalScore:before {
  -webkit-mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-5.svg);
  mask-image: url(//210798.fs1.hubspotusercontent-na1.net/hubfs/210798/raw_assets/public/ZOLL%20Quizzes/static/CPR%20Rank/images/face-5.svg);
}
#restartBtn {
  background-color: var(--green);
  right: 30%;
  position: absolute;
  bottom: 30px;
  font-size: 1.25rem;
  font-weight: bold;
  padding: .5rem 4.75rem;
}
.progress {
  display: inline-flex;
  align-items: center;
  position: relative;
  left: -70px;
}
.progText {
  color:var(--light-blue);
  transform: rotate(-90deg);
  /*display: inline-flex;*/
  position: absolute;
  left: 0px;
}
.progressBar {
  height: 92px;
  width: 92px;
  color:var(--gray);
  background: var(--white);
  border: 4px solid var(--white);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-left: 54px;
}
.progressBar:before {
  content: '';
  background: var(--green);
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.progressBar.p-20:before,
.progressBar.bar-20:before {
  height: 20%;
}
.progressBar.p-40:before,
.progressBar.bar-40:before {
  height: 40%;
}
.progressBar.p-60:before,
.progressBar.bar-60:before {
  height: 60%;
  color:var(--white);
}
.progressBar.p-80:before,
.progressBar.bar-80:before {
  height: 80%;
  color:var(--white);
}
.progressBar.p-100:before,
.progressBar.bar-100:before {
  height: 100%;
  color:var(--white);
}
.progressBar.p-60,.progressBar.bar-60,
.progressBar.p-80,.progressBar.bar-80,
.progressBar.p-100,.progressBar.bar-100 {
  color:var(--white);
}