@charset "UTF-8";
/* line 3, ../sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  line-height: 1;
}

/* line 17, ../sass/base/_typography.scss */
h1 {
  margin: 0 0 20px;
  font-family: "proxima-nova", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #555;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 17, ../sass/base/_typography.scss */
  h1 {
    font-size: 20px;
  }
}

/* line 34, ../sass/base/_typography.scss */
h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #555;
}

/* line 43, ../sass/base/_typography.scss */
h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #555;
}

/* line 52, ../sass/base/_typography.scss */
h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}

/* line 61, ../sass/base/_typography.scss */
p,
ol,
ul {
  margin: 0 0 20px;
  line-height: 1.4;
}

/* line 68, ../sass/base/_typography.scss */
a {
  color: red;
  text-decoration: none;
  word-wrap: break-word;
}
/* line 73, ../sass/base/_typography.scss */
a:active, a:focus, a:hover {
  color: blue;
  text-decoration: underline;
  outline: 0;
}

/* line 3, ../sass/layout/_page.scss */
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  line-height: 1.4;
  color: #555;
  background: #999;
}
@media (max-width: 767px) {
  /* line 3, ../sass/layout/_page.scss */
  body {
    font-size: 16px;
  }
}
@media print {
  /* line 3, ../sass/layout/_page.scss */
  body {
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    background: #fff;
  }
}
/* line 25, ../sass/layout/_page.scss */
body.no-scroll {
  overflow: hidden;
}

/* line 30, ../sass/layout/_page.scss */
a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
/* line 35, ../sass/layout/_page.scss */
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}
@media print {
  /* line 30, ../sass/layout/_page.scss */
  a {
    text-decoration: none;
  }
}

/* line 46, ../sass/layout/_page.scss */
img {
  width: 100%;
  height: auto;
}

/* line 51, ../sass/layout/_page.scss */
input[type="radio"] {
  display: none;
}

/* line 55, ../sass/layout/_page.scss */
input[type="radio"] + label span.checkbox {
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #bbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 55, ../sass/layout/_page.scss */
  input[type="radio"] + label span.checkbox {
    width: 20px;
    height: 20px;
  }
}
@media print {
  /* line 55, ../sass/layout/_page.scss */
  input[type="radio"] + label span.checkbox {
    border-color: #000;
  }
}
/* line 73, ../sass/layout/_page.scss */
input[type="radio"] + label span.checkbox span {
  display: none;
}

/* line 78, ../sass/layout/_page.scss */
input[type="radio"]:checked + label span.checkbox {
  position: relative;
  background-color: #2196f3;
  border: 1px solid #2196f3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: default;
}
@media print {
  /* line 78, ../sass/layout/_page.scss */
  input[type="radio"]:checked + label span.checkbox {
    border-color: #000;
  }
}
/* line 62, ../sass/config/_mixins.scss */
input[type="radio"]:checked + label span.checkbox:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 62, ../sass/config/_mixins.scss */
  input[type="radio"]:checked + label span.checkbox:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }
}

/* line 110, ../sass/layout/_page.scss */
span.blue-lite {
  color: #9fcedf;
}
/* line 114, ../sass/layout/_page.scss */
span.red-dark {
  color: #890c16;
}
/* line 118, ../sass/layout/_page.scss */
span.yellow {
  color: #e6b32f;
}

/* line 123, ../sass/layout/_page.scss */
.wf-loading * {
  opacity: 0;
  visibility: hidden;
}

/* line 128, ../sass/layout/_page.scss */
.wf-active * {
  opacity: 1;
  visibility: visible;
}

/* line 133, ../sass/layout/_page.scss */
.doan {
  opacity: 0 !important;
}

/* line 137, ../sass/layout/_page.scss */
.running {
  opacity: 1 !important;
}

/* line 142, ../sass/layout/_page.scss */
.page > .container {
  padding-left: 0;
  padding-right: 0;
  background: #eee;
  -moz-box-shadow: 0 0 7px 0 #666;
  -webkit-box-shadow: 0 0 7px 0 #666;
  box-shadow: 0 0 7px 0 #666;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 142, ../sass/layout/_page.scss */
  .page > .container {
    width: 100%;
  }
}

/* line 157, ../sass/layout/_page.scss */
.header {
  position: relative;
  padding: 40px 0;
  background-image: -moz-linear-gradient(top, #0a2933, #327e9c);
  background-image: -ms-linear-gradient(top, #0a2933, #327e9c);
  background-image: -o-linear-gradient(top, #0a2933, #327e9c);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0a2933), to(#327e9c));
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#0a2933', EndColorStr='#327e9c', GradientType=0);
  overflow: hidden;
}
@media print {
  /* line 157, ../sass/layout/_page.scss */
  .header {
    padding: 0;
  }
}
/* line 167, ../sass/layout/_page.scss */
.header:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-image: url('../img/tri_gray.png?1703081327');
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 23px;
  float: left;
}
/* line 182, ../sass/layout/_page.scss */
.header #icons {
  position: absolute;
  top: 15px;
  right: 55px;
  z-index: 101;
}
@media print {
  /* line 182, ../sass/layout/_page.scss */
  .header #icons {
    display: none;
  }
}
/* line 193, ../sass/layout/_page.scss */
.header .print {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 41px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #1c6a94;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: hidden;
  float: left;
}
/* line 209, ../sass/layout/_page.scss */
.header .logo {
  margin-left: 40px;
}
@media (max-width: 991px) {
  /* line 209, ../sass/layout/_page.scss */
  .header .logo {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  /* line 209, ../sass/layout/_page.scss */
  .header .logo {
    margin: 0;
    text-align: center;
  }
}
/* line 221, ../sass/layout/_page.scss */
.header .logo img {
  width: 200px;
  height: auto;
}
@media (max-width: 991px) {
  /* line 221, ../sass/layout/_page.scss */
  .header .logo img {
    width: 175px;
  }
}
@media print {
  /* line 221, ../sass/layout/_page.scss */
  .header .logo img {
    width: 150px;
    height: auto;
  }
}
/* line 235, ../sass/layout/_page.scss */
.header .logo .black {
  display: none;
}
@media print {
  /* line 235, ../sass/layout/_page.scss */
  .header .logo .black {
    margin: 0 auto 30px;
    display: block;
  }
}
@media print {
  /* line 244, ../sass/layout/_page.scss */
  .header .logo .white {
    display: none;
  }
}
/* line 251, ../sass/layout/_page.scss */
.header h1 {
  margin: -20px 0 45px 100px;
  padding: 25px 25px 25px 30px;
  width: 100%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  background: #b4202f;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
}
@media (max-width: 1199px) {
  /* line 251, ../sass/layout/_page.scss */
  .header h1 {
    margin: -10px 0 45px 50px;
    padding: 20px 20px 20px 25px;
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  /* line 251, ../sass/layout/_page.scss */
  .header h1 {
    margin-left: 25px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 251, ../sass/layout/_page.scss */
  .header h1 {
    margin: 15px 0 35px 15px;
    padding-left: 20px;
    font-size: 30px;
  }
}
@media print {
  /* line 251, ../sass/layout/_page.scss */
  .header h1 {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 30px;
    text-align: center;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
  }
}
/* line 292, ../sass/layout/_page.scss */
.header h1:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 240px;
  margin-top: -85px;
  width: 170px;
  height: 170px;
  background-image: url('../img/clipboard.png?1703081327');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
}
@media (max-width: 1199px) {
  /* line 292, ../sass/layout/_page.scss */
  .header h1:before {
    right: 220px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  /* line 292, ../sass/layout/_page.scss */
  .header h1:before {
    right: 70px;
    margin-top: -60px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  /* line 292, ../sass/layout/_page.scss */
  .header h1:before {
    right: 35px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  /* line 292, ../sass/layout/_page.scss */
  .header h1:before {
    right: 25px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
}
/* line 336, ../sass/layout/_page.scss */
.header h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 9px;
  background-image: url('../img/red_bg.png?1703081327');
  background-repeat: repeat-x;
}
/* line 349, ../sass/layout/_page.scss */
.header h1 span {
  font-family: "rockwell", sans-serif;
}
@media (max-width: 500px) {
  /* line 349, ../sass/layout/_page.scss */
  .header h1 span {
    display: block;
  }
}
@media print {
  /* line 349, ../sass/layout/_page.scss */
  .header h1 span {
    font-family: sans-serif;
  }
}
@media print {
  /* line 360, ../sass/layout/_page.scss */
  .header h1 span.hidden {
    font-family: sans-serif;
    display: inline !important;
  }
}
/* line 369, ../sass/layout/_page.scss */
.header .intro {
  margin: 20px auto;
  width: 72%;
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 369, ../sass/layout/_page.scss */
  .header .intro {
    width: 85%;
  }
}
@media (max-width: 991px) {
  /* line 369, ../sass/layout/_page.scss */
  .header .intro {
    margin: 20px 0;
    padding: 0 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 369, ../sass/layout/_page.scss */
  .header .intro {
    padding: 0 15px;
    width: 100%;
  }
}
/* line 389, ../sass/layout/_page.scss */
.header .intro .lead {
  line-height: 1.3;
  font-size: 24px;
  letter-spacing: 1.5px;
}
@media (max-width: 1199px) {
  /* line 389, ../sass/layout/_page.scss */
  .header .intro .lead {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 389, ../sass/layout/_page.scss */
  .header .intro .lead {
    font-size: 19px;
    letter-spacing: 0;
  }
}
@media print {
  /* line 389, ../sass/layout/_page.scss */
  .header .intro .lead {
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 0;
  }
}
/* line 412, ../sass/layout/_page.scss */
.header .intro h2 {
  margin: 40px auto;
  padding: 15px 20px;
  font-family: "rockwell", sans-serif;
  font-size: 48px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #053d5b;
  display: table;
}
@media (max-width: 1199px) {
  /* line 412, ../sass/layout/_page.scss */
  .header .intro h2 {
    margin: 30px auto;
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  /* line 412, ../sass/layout/_page.scss */
  .header .intro h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  /* line 412, ../sass/layout/_page.scss */
  .header .intro h2 {
    font-size: 28px;
  }
}
@media print {
  /* line 412, ../sass/layout/_page.scss */
  .header .intro h2 {
    margin: 0 auto 20px;
    padding: 0;
    font-family: sans-serif;
    font-size: 26px;
  }
}
/* line 450, ../sass/layout/_page.scss */
.header .intro ul {
  list-style: none;
}
@media (max-width: 767px) {
  /* line 450, ../sass/layout/_page.scss */
  .header .intro ul {
    padding-left: 15px;
  }
}
/* line 458, ../sass/layout/_page.scss */
.header .intro li {
  position: relative;
  padding-left: 25px;
}
/* line 62, ../sass/config/_mixins.scss */
.header .intro li:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: 'FontAwesome';
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
}

/* line 473, ../sass/layout/_page.scss */
section.topics {
  padding: 40px 50px;
  overflow: auto;
}
@media (max-width: 1199px) {
  /* line 473, ../sass/layout/_page.scss */
  section.topics {
    padding: 40px 25px 25px;
  }
}
@media (max-width: 991px) {
  /* line 473, ../sass/layout/_page.scss */
  section.topics {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  /* line 473, ../sass/layout/_page.scss */
  section.topics {
    padding: 30px 0 50px;
  }
}
@media print {
  /* line 473, ../sass/layout/_page.scss */
  section.topics {
    padding: 0;
    border-color: #000;
    border-style: solid;
    border-width: 2px 0;
  }
}
/* line 498, ../sass/layout/_page.scss */
section.topics .title {
  padding-left: 30px;
  width: 60%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 42px;
  color: #b4202f;
  float: left;
}
@media (max-width: 1199px) {
  /* line 498, ../sass/layout/_page.scss */
  section.topics .title {
    padding-left: 0;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  /* line 498, ../sass/layout/_page.scss */
  section.topics .title {
    margin: 0 auto 30px;
    width: 269px;
    font-size: 26px;
    text-align: center;
    float: none;
  }
}
@media print {
  /* line 498, ../sass/layout/_page.scss */
  section.topics .title {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
}
/* line 532, ../sass/layout/_page.scss */
section.topics .title p {
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 532, ../sass/layout/_page.scss */
  section.topics .title p {
    margin-bottom: 0;
  }
}
/* line 541, ../sass/layout/_page.scss */
section.topics .questions {
  margin-bottom: 5px;
  font-family: "rockwell", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1199px) {
  /* line 541, ../sass/layout/_page.scss */
  section.topics .questions {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  /* line 541, ../sass/layout/_page.scss */
  section.topics .questions {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 541, ../sass/layout/_page.scss */
  section.topics .questions {
    margin-bottom: 0;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 28px;
    text-transform: none;
    display: inline;
  }
}
/* line 569, ../sass/layout/_page.scss */
section.topics .yes-no {
  width: 350px;
  font-weight: bold;
  color: #fff;
  float: right;
}
@media (max-width: 1199px) {
  /* line 569, ../sass/layout/_page.scss */
  section.topics .yes-no {
    width: 275px;
  }
}
@media (max-width: 991px) {
  /* line 569, ../sass/layout/_page.scss */
  section.topics .yes-no {
    width: 250px;
  }
}
@media (max-width: 767px) {
  /* line 569, ../sass/layout/_page.scss */
  section.topics .yes-no {
    padding: 0 10px;
    width: 100%;
  }
}
/* line 588, ../sass/layout/_page.scss */
section.topics .yes-no p {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 588, ../sass/layout/_page.scss */
  section.topics .yes-no p {
    float: left;
  }
}
/* line 598, ../sass/layout/_page.scss */
section.topics .yes-no .checklist {
  padding: 17px 0 17px 15px;
  background: #053d5b;
  border-bottom: 4px solid #eee;
}
@media (max-width: 767px) {
  /* line 598, ../sass/layout/_page.scss */
  section.topics .yes-no .checklist {
    border: 0;
    width: 65%;
    text-align: left;
  }
}
@media print and (max-width: 767px) {
  /* line 598, ../sass/layout/_page.scss */
  section.topics .yes-no .checklist {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  /* line 613, ../sass/layout/_page.scss */
  section.topics .yes-no .checklist span {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 613, ../sass/layout/_page.scss */
  section.topics .yes-no .checklist span {
    display: inline;
  }
}
@media (max-width: 767px) {
  /* line 624, ../sass/layout/_page.scss */
  section.topics .yes-no .choices {
    width: 35%;
  }
}
/* line 630, ../sass/layout/_page.scss */
section.topics .yes-no .yes,
section.topics .yes-no .no {
  width: 50%;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  background: #1c6a94;
  float: left;
}
@media (max-width: 1199px) {
  /* line 630, ../sass/layout/_page.scss */
  section.topics .yes-no .yes,
  section.topics .yes-no .no {
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  /* line 630, ../sass/layout/_page.scss */
  section.topics .yes-no .yes,
  section.topics .yes-no .no {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 630, ../sass/layout/_page.scss */
  section.topics .yes-no .yes,
  section.topics .yes-no .no {
    font-size: 16px;
  }
}
/* line 656, ../sass/layout/_page.scss */
section.topics .yes-no .yes {
  border-right: 2px solid #eee;
}
@media (max-width: 767px) {
  /* line 656, ../sass/layout/_page.scss */
  section.topics .yes-no .yes {
    border-left: 2px solid #eee;
    border-right: 0;
  }
}
@media print {
  /* line 656, ../sass/layout/_page.scss */
  section.topics .yes-no .yes {
    border-left: 0;
  }
}
/* line 669, ../sass/layout/_page.scss */
section.topics .yes-no .no {
  border-left: 2px solid #eee;
}
@media print {
  /* line 669, ../sass/layout/_page.scss */
  section.topics .yes-no .no {
    border-left: 0;
  }
}
/* line 679, ../sass/layout/_page.scss */
section.question {
  position: relative;
}
@media print {
  /* line 679, ../sass/layout/_page.scss */
  section.question {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
@media print {
  /* line 687, ../sass/layout/_page.scss */
  section.question:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
/* line 694, ../sass/layout/_page.scss */
section.question h2 {
  position: relative;
  padding: 15px 0 15px 175px;
  width: 60%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 28px;
  color: #fff;
  z-index: 100;
}
@media (max-width: 1199px) {
  /* line 694, ../sass/layout/_page.scss */
  section.question h2 {
    padding-left: 125px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  /* line 694, ../sass/layout/_page.scss */
  section.question h2 {
    padding-left: 100px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 694, ../sass/layout/_page.scss */
  section.question h2 {
    padding: 35px 15px 30px;
    font-size: 20px;
    text-align: center;
  }
}
@media print {
  /* line 694, ../sass/layout/_page.scss */
  section.question h2 {
    margin: 30px 0 20px;
    padding: 0;
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
  }
}
/* line 731, ../sass/layout/_page.scss */
section.question h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 9px;
  background-position: -3px 0;
  background-repeat: repeat-x;
}
/* line 745, ../sass/layout/_page.scss */
section.question .num {
  position: absolute;
  top: -25px;
  left: 40px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  font-family: "rockwell", sans-serif;
  font-size: 90px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  /* line 745, ../sass/layout/_page.scss */
  section.question .num {
    top: -15px;
    left: 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  /* line 745, ../sass/layout/_page.scss */
  section.question .num {
    top: 13px;
    left: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  /* line 745, ../sass/layout/_page.scss */
  section.question .num {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    display: block;
  }
}
@media print {
  /* line 745, ../sass/layout/_page.scss */
  section.question .num {
    display: none;
  }
}
/* line 797, ../sass/layout/_page.scss */
section.question .title {
  font-size: 46px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1199px) {
  /* line 797, ../sass/layout/_page.scss */
  section.question .title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  /* line 797, ../sass/layout/_page.scss */
  section.question .title {
    font-size: 30px;
  }
}
@media print {
  /* line 797, ../sass/layout/_page.scss */
  section.question .title {
    font-size: 20px;
    text-transform: none;
    display: inline;
  }
}
/* line 817, ../sass/layout/_page.scss */
section.question .checklist {
  position: relative;
  margin: -105px 50px 0;
  padding: 145px 0 35px 100px;
  background: #fff;
}
@media (max-width: 1199px) {
  /* line 817, ../sass/layout/_page.scss */
  section.question .checklist {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  /* line 817, ../sass/layout/_page.scss */
  section.question .checklist {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  /* line 817, ../sass/layout/_page.scss */
  section.question .checklist {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }
}
@media print {
  /* line 817, ../sass/layout/_page.scss */
  section.question .checklist {
    margin: 0;
    padding: 0;
  }
}
/* line 852, ../sass/layout/_page.scss */
section.question .checklist:before {
  content: '';
  position: absolute;
  top: 35px;
  right: -50px;
  width: 100%;
  height: 40px;
}
/* line 861, ../sass/layout/_page.scss */
section.question .checklist h3 {
  margin-bottom: 15px;
  width: 55%;
  font-family: "rockwell", sans-serif;
  font-size: 22px;
  color: #b4202f;
}
@media (max-width: 767px) {
  /* line 861, ../sass/layout/_page.scss */
  section.question .checklist h3 {
    margin-bottom: 40px;
    padding-right: 15px;
    width: 100%;
    font-size: 18px;
  }
}
@media print {
  /* line 861, ../sass/layout/_page.scss */
  section.question .checklist h3 {
    width: 100%;
    font-family: sans-serif;
    font-size: 16px;
  }
}
/* line 886, ../sass/layout/_page.scss */
section.question .checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 892, ../sass/layout/_page.scss */
section.question .checklist li {
  margin: 7px 0;
  width: 100%;
  line-height: 1.2;
  display: inline-block;
}
/* line 900, ../sass/layout/_page.scss */
section.question .checklist li:first-of-type .checkboxes span {
  position: relative;
}
/* line 905, ../sass/layout/_page.scss */
section.question .checklist li:first-of-type .checkboxes span.yes:before, section.question .checklist li:first-of-type .checkboxes span.no:before {
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 905, ../sass/layout/_page.scss */
  section.question .checklist li:first-of-type .checkboxes span.yes:before, section.question .checklist li:first-of-type .checkboxes span.no:before {
    top: -35px;
  }
}
@media print {
  /* line 905, ../sass/layout/_page.scss */
  section.question .checklist li:first-of-type .checkboxes span.yes:before, section.question .checklist li:first-of-type .checkboxes span.no:before {
    display: none;
  }
}
/* line 924, ../sass/layout/_page.scss */
section.question .checklist li:first-of-type .checkboxes span.yes:before {
  content: 'Yes';
}
/* line 930, ../sass/layout/_page.scss */
section.question .checklist li:first-of-type .checkboxes span.no:before {
  content: 'No';
}
/* line 938, ../sass/layout/_page.scss */
section.question .checklist li .topic {
  width: 50%;
  display: inline-block;
}
/* line 943, ../sass/layout/_page.scss */
section.question .checklist li .checkboxes {
  width: 350px;
  display: inline-block;
  float: right;
}
@media (max-width: 1199px) {
  /* line 943, ../sass/layout/_page.scss */
  section.question .checklist li .checkboxes {
    width: 275px;
  }
}
@media (max-width: 991px) {
  /* line 943, ../sass/layout/_page.scss */
  section.question .checklist li .checkboxes {
    width: 250px;
  }
}
@media (max-width: 767px) {
  /* line 943, ../sass/layout/_page.scss */
  section.question .checklist li .checkboxes {
    width: 35%;
  }
}
/* line 961, ../sass/layout/_page.scss */
section.question .checklist li .checkboxes span.yes, section.question .checklist li .checkboxes span.no {
  width: 50%;
  height: 30px;
  text-align: center;
  float: left;
}
@media (max-width: 767px) {
  /* line 961, ../sass/layout/_page.scss */
  section.question .checklist li .checkboxes span.yes, section.question .checklist li .checkboxes span.no {
    height: 20px;
  }
}
/* line 974, ../sass/layout/_page.scss */
section.question .checklist li .checkboxes label {
  margin-bottom: 0;
  height: 30px;
}
@media (max-width: 767px) {
  /* line 974, ../sass/layout/_page.scss */
  section.question .checklist li .checkboxes label {
    height: 20px;
  }
}
/* line 987, ../sass/layout/_page.scss */
section.question.one .checklist {
  margin-top: -50px;
  padding-top: 90px;
}
@media print {
  /* line 987, ../sass/layout/_page.scss */
  section.question.one .checklist {
    margin-top: 0;
    padding-top: 0;
  }
}
/* line 996, ../sass/layout/_page.scss */
section.question.one .checklist:before {
  top: -20px;
}
/* line 1003, ../sass/layout/_page.scss */
section.question.blue h2 {
  background: #1c6a94;
}
/* line 1006, ../sass/layout/_page.scss */
section.question.blue h2:after {
  background-image: url('../img/blue_bg.png?1703081327');
}
/* line 1011, ../sass/layout/_page.scss */
section.question.blue .num {
  background: #053d5b;
}
/* line 1016, ../sass/layout/_page.scss */
section.question.blue .checklist:before {
  background: #1c6a94;
}
/* line 1023, ../sass/layout/_page.scss */
section.question.red h2 {
  background: #b4202f;
}
/* line 1026, ../sass/layout/_page.scss */
section.question.red h2:after {
  background-image: url('../img/red_bg.png?1703081327');
}
/* line 1031, ../sass/layout/_page.scss */
section.question.red .num {
  background: #890c16;
}
/* line 1036, ../sass/layout/_page.scss */
section.question.red .checklist:before {
  background: #b4202f;
}
/* line 1043, ../sass/layout/_page.scss */
section.question.yellow h2 {
  background: #e6b32f;
}
/* line 1046, ../sass/layout/_page.scss */
section.question.yellow h2:after {
  background-image: url('../img/yellow_bg.png?1703081327');
}
/* line 1051, ../sass/layout/_page.scss */
section.question.yellow .num {
  background: #bf8d3d;
}
/* line 1056, ../sass/layout/_page.scss */
section.question.yellow .checklist:before {
  background: #e6b32f;
}

/* line 1064, ../sass/layout/_page.scss */
.footer {
  position: relative;
  width: 100%;
  height: 25px;
  background: #1c6a94;
}
/* line 1070, ../sass/layout/_page.scss */
.footer:before {
  content: '';
  position: absolute;
  top: -14px;
  width: 100%;
  height: 16px;
  background-image: url('../img/tri_blue.png?1703081327');
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 23px;
  float: left;
}

/* line 1086, ../sass/layout/_page.scss */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  display: none;
  z-index: 500;
}

/* line 1098, ../sass/layout/_page.scss */
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 900px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  font-size: 18px;
  background: #fff;
  border-style: solid;
  border-width: 10px;
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  display: none;
  overflow: hidden;
  z-index: 1000;
}
/* line 1120, ../sass/layout/_page.scss */
.popup.blue {
  border-color: #1c6a94;
}
/* line 1123, ../sass/layout/_page.scss */
.popup.blue .close-icon .fa {
  background: #1c6a94;
}
/* line 1127, ../sass/layout/_page.scss */
.popup.blue h2 {
  background: #1c6a94;
}
/* line 1132, ../sass/layout/_page.scss */
.popup.red {
  border-color: #b4202f;
}
/* line 1135, ../sass/layout/_page.scss */
.popup.red .close-icon .fa {
  background: #b4202f;
}
/* line 1139, ../sass/layout/_page.scss */
.popup.red h2 {
  background: #b4202f;
}
/* line 1144, ../sass/layout/_page.scss */
.popup.yellow {
  border-color: #e6b32f;
}
/* line 1147, ../sass/layout/_page.scss */
.popup.yellow .close-icon .fa {
  background: #e6b32f;
}
/* line 1151, ../sass/layout/_page.scss */
.popup.yellow h2 {
  background: #e6b32f;
}
/* line 1156, ../sass/layout/_page.scss */
.popup .popup-inner {
  padding: 30px;
  height: 100%;
  overflow-y: auto;
}
/* line 1162, ../sass/layout/_page.scss */
.popup .popup-inner p:last-child {
  margin-bottom: 0;
}
/* line 1168, ../sass/layout/_page.scss */
.popup h2 {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 10px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 34px;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 1168, ../sass/layout/_page.scss */
  .popup h2 {
    font-size: 26px;
  }
}
/* line 1184, ../sass/layout/_page.scss */
.popup p.indent1 {
  margin-left: 30px;
}
/* line 1188, ../sass/layout/_page.scss */
.popup p.indent2 {
  margin-left: 60px;
}
/* line 1193, ../sass/layout/_page.scss */
.popup ul {
  margin-left: 30px;
}
/* line 1197, ../sass/layout/_page.scss */
.popup table {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #bbb;
}
/* line 1203, ../sass/layout/_page.scss */
.popup table tr:nth-child(odd) {
  background: #eee;
}
/* line 1208, ../sass/layout/_page.scss */
.popup table th {
  font-weight: bold;
  text-align: left;
  background: #ccc;
}
/* line 1214, ../sass/layout/_page.scss */
.popup table th,
.popup table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #bbb;
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 1214, ../sass/layout/_page.scss */
  .popup table th,
  .popup table td {
    padding: 5px;
    line-height: 1.1;
    font-size: 14px;
  }
}
/* line 1227, ../sass/layout/_page.scss */
.popup table th.width-25,
.popup table td.width-25 {
  width: 25%;
}
/* line 1231, ../sass/layout/_page.scss */
.popup table th.width-33,
.popup table td.width-33 {
  width: 33%;
}
/* line 1235, ../sass/layout/_page.scss */
.popup table th.width-50,
.popup table td.width-50 {
  width: 50%;
}
/* line 1241, ../sass/layout/_page.scss */
.popup .close-icon {
  position: relative;
  top: -10px;
  right: 30px;
  float: right;
  z-index: 100;
}
/* line 1248, ../sass/layout/_page.scss */
.popup .close-icon .fa {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
