h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  line-height: 1;
}

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) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #555;
}

h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #555;
}

h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #555;
}

p,
ol,
ul {
  margin: 0 0 20px;
  line-height: 1.4;
}

a {
  color: red;
  text-decoration: none;
  word-wrap: break-word;
}
a:active, a:focus, a:hover {
  color: blue;
  text-decoration: underline;
  outline: 0;
}

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

a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}
@media print {
  a {
    text-decoration: none;
  }
}

img {
  width: 100%;
  height: auto;
}

input[type=radio] {
  display: none;
}

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) {
  input[type=radio] + label span.checkbox {
    width: 20px;
    height: 20px;
  }
}
@media print {
  input[type=radio] + label span.checkbox {
    border-color: #000;
  }
}
input[type=radio] + label span.checkbox span {
  display: none;
}

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 {
  input[type=radio]:checked + label span.checkbox {
    border-color: #000;
  }
}
input[type=radio]:checked + label span.checkbox:before {
  content: "\f00c";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  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) {
  input[type=radio]:checked + label span.checkbox:before {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  }
}

span.blue-lite {
  color: #9fcedf;
}
span.red-dark {
  color: #890c16;
}
span.yellow {
  color: #e6b32f;
}

.wf-loading * {
  opacity: 0;
  visibility: hidden;
}

.wf-active * {
  opacity: 1;
  visibility: visible;
}

.doan {
  opacity: 0 !important;
}

.running {
  opacity: 1 !important;
}

.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: 1199px) {
  .page > .container {
    width: 100%;
  }
}

.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 {
  .header {
    padding: 0;
  }
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  background-image: url("../img/tri_gray.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 23px;
  float: left;
}
.header #icons {
  position: absolute;
  top: 20px;
  right: 70px;
  z-index: 101;
}
@media print {
  .header #icons {
    display: none;
  }
}
.header .print {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #1c6a94;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -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;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  float: left;
}
.header .print:focus, .header .print:hover {
  transform: scale(1.1);
}
.header .logo {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .header .logo {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    margin: 0;
    text-align: center;
  }
}
@media print {
  .header .logo a[href]:after {
    content: none;
  }
}
.header .logo img {
  margin-left: 10px;
  width: 180px;
  height: auto;
}
@media (max-width: 991px) {
  .header .logo img {
    width: 155px;
  }
}
@media (max-width: 767px) {
  .header .logo img {
    margin-left: 0;
  }
}
@media print {
  .header .logo img {
    margin: 20px auto 0;
    width: 135px;
    height: auto;
    filter: brightness(0) saturate(100%);
  }
}
.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) {
  .header h1 {
    margin: -10px 0 45px 50px;
    padding: 20px 20px 20px 25px;
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .header h1 {
    margin-left: 25px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .header h1 {
    margin: 15px 0 35px 15px;
    padding-left: 20px;
    font-size: 30px;
  }
}
@media print {
  .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);
  }
}
.header h1:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 240px;
  margin-top: -85px;
  width: 170px;
  height: 170px;
  background-image: url("../img/clipboard.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
}
@media (max-width: 1199px) {
  .header h1:before {
    right: 220px;
    margin-top: -75px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991px) {
  .header h1:before {
    right: 70px;
    margin-top: -60px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .header h1:before {
    right: 35px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 500px) {
  .header h1:before {
    right: 25px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
  }
}
.header h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 9px;
  background-image: url("../img/red_bg.png");
  background-repeat: repeat-x;
}
.header h1 span {
  font-family: "rockwell", sans-serif;
}
@media (max-width: 500px) {
  .header h1 span {
    display: block;
  }
}
@media print {
  .header h1 span {
    font-family: sans-serif;
  }
}
@media print {
  .header h1 span.hidden {
    font-family: sans-serif;
    display: inline !important;
  }
}
.header .intro {
  margin: 20px auto;
  width: 72%;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .intro {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .header .intro {
    margin: 20px 0;
    padding: 0 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header .intro {
    padding: 0 15px;
    width: 100%;
  }
}
.header .intro .lead {
  line-height: 1.3;
  font-size: 24px;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .header .intro .lead {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .header .intro .lead {
    font-size: 19px;
    letter-spacing: 0;
  }
}
@media print {
  .header .intro .lead {
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.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) {
  .header .intro h2 {
    margin: 30px auto;
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  .header .intro h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .header .intro h2 {
    font-size: 28px;
  }
}
@media print {
  .header .intro h2 {
    margin: 0 auto 20px;
    padding: 0;
    font-family: sans-serif;
    font-size: 26px;
  }
}
.header .intro ul {
  list-style: none;
}
@media (max-width: 767px) {
  .header .intro ul {
    padding-left: 15px;
  }
}
.header .intro li {
  position: relative;
  padding-left: 25px;
}
.header .intro li:before {
  content: "\f101";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

section.topics {
  padding: 40px 50px;
  overflow: auto;
}
@media (max-width: 1199px) {
  section.topics {
    padding: 40px 25px 25px;
  }
}
@media (max-width: 991px) {
  section.topics {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  section.topics {
    padding: 30px 0 50px;
  }
}
@media print {
  section.topics {
    padding: 0;
    border-color: #000;
    border-style: solid;
    border-width: 2px 0;
  }
}
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) {
  section.topics .title {
    padding-left: 0;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  section.topics .title {
    margin: 0 auto 30px;
    width: 269px;
    font-size: 26px;
    text-align: center;
    float: none;
  }
}
@media print {
  section.topics .title {
    margin: 20px 0;
    padding: 0;
    width: 100%;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
}
section.topics .title p {
  line-height: 1;
}
@media (max-width: 991px) {
  section.topics .title p {
    margin-bottom: 0;
  }
}
section.topics .questions {
  margin-bottom: 5px;
  font-family: "rockwell", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1199px) {
  section.topics .questions {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  section.topics .questions {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  section.topics .questions {
    margin-bottom: 0;
    font-family: "proxima-nova-extra-condensed", sans-serif;
    font-size: 28px;
    text-transform: none;
    display: inline;
  }
}
section.topics .yes-no {
  width: 350px;
  font-weight: bold;
  color: #fff;
  float: right;
}
@media (max-width: 1199px) {
  section.topics .yes-no {
    width: 275px;
  }
}
@media (max-width: 991px) {
  section.topics .yes-no {
    width: 250px;
  }
}
@media (max-width: 767px) {
  section.topics .yes-no {
    padding: 0 10px;
    width: 100%;
  }
}
section.topics .yes-no p {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  section.topics .yes-no p {
    float: left;
  }
}
section.topics .yes-no .checklist {
  padding: 17px 15px;
  background: #053d5b;
  border-bottom: 4px solid #eee;
}
@media (max-width: 1199px) {
  section.topics .yes-no .checklist {
    padding: 17px 35px;
  }
}
@media (max-width: 767px) {
  section.topics .yes-no .checklist {
    padding: 0 15px;
    width: 65%;
    height: 50px;
    text-align: left;
    border: 0;
    display: flex;
    align-items: center;
  }
}
@media print and (max-width: 767px) {
  section.topics .yes-no .checklist {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section.topics .yes-no .choices {
    width: 35%;
  }
}
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) {
  section.topics .yes-no .yes,
  section.topics .yes-no .no {
    height: 60px;
    line-height: 60px;
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  section.topics .yes-no .yes,
  section.topics .yes-no .no {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  section.topics .yes-no .yes,
  section.topics .yes-no .no {
    font-size: 16px;
  }
}
section.topics .yes-no .yes {
  border-right: 2px solid #eee;
}
@media (max-width: 767px) {
  section.topics .yes-no .yes {
    border-left: 2px solid #eee;
    border-right: 0;
  }
}
@media print {
  section.topics .yes-no .yes {
    border-left: 0;
  }
}
section.topics .yes-no .no {
  border-left: 2px solid #eee;
}
@media print {
  section.topics .yes-no .no {
    border-left: 0;
  }
}
section.question {
  position: relative;
}
@media print {
  section.question {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
@media print {
  section.question:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
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) {
  section.question h2 {
    padding-left: 125px;
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  section.question h2 {
    padding-left: 100px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.question h2 {
    padding: 35px 15px 30px;
    font-size: 20px;
    text-align: center;
  }
}
@media print {
  section.question h2 {
    margin: 30px 0 20px;
    padding: 0;
    font-family: sans-serif;
    font-size: 20px;
    text-align: left;
  }
}
section.question h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 9px;
  background-position: -3px 0;
  background-repeat: repeat-x;
}
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) {
  section.question .num {
    top: -15px;
    left: 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  section.question .num {
    top: 13px;
    left: 15px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  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 {
  section.question .num {
    display: none;
  }
}
section.question .title {
  font-size: 46px;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 1199px) {
  section.question .title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  section.question .title {
    font-size: 30px;
  }
}
@media print {
  section.question .title {
    font-size: 20px;
    text-transform: none;
    display: inline;
  }
}
section.question .checklist {
  position: relative;
  margin: -105px 50px 0;
  padding: 145px 0 35px 100px;
  background: #fff;
}
@media (max-width: 1199px) {
  section.question .checklist {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  section.question .checklist {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  section.question .checklist {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
  }
}
@media print {
  section.question .checklist {
    margin: 0;
    padding: 0;
  }
}
section.question .checklist:before {
  content: "";
  position: absolute;
  top: 35px;
  right: -50px;
  width: 100%;
  height: 40px;
}
section.question .checklist h3 {
  margin-bottom: 15px;
  width: 55%;
  font-family: "rockwell", sans-serif;
  font-size: 24px;
  color: #b4202f;
}
@media (max-width: 767px) {
  section.question .checklist h3 {
    margin-bottom: 50px;
    padding-right: 15px;
    width: 100%;
    font-size: 20px;
  }
}
@media print {
  section.question .checklist h3 {
    margin-bottom: 20px;
    width: 100%;
    font-family: sans-serif;
    font-size: 16px;
  }
}
section.question .checklist ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.question .checklist li {
  margin: 7px 0;
  width: 100%;
  line-height: 1.2;
  display: inline-block;
}
section.question .checklist li:first-of-type .checkboxes span {
  position: relative;
}
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) {
  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 {
  section.question .checklist li:first-of-type .checkboxes span.yes:before, section.question .checklist li:first-of-type .checkboxes span.no:before {
    display: none;
  }
}
section.question .checklist li:first-of-type .checkboxes span.yes:before {
  content: "Yes";
}
section.question .checklist li:first-of-type .checkboxes span.no:before {
  content: "No";
}
section.question .checklist li .topic {
  width: 50%;
  display: inline-block;
}
@media (max-width: 1199px) {
  section.question .checklist li .topic {
    width: 60%;
  }
}
section.question .checklist li .checkboxes {
  width: 350px;
  display: inline-block;
  float: right;
}
@media (max-width: 1199px) {
  section.question .checklist li .checkboxes {
    width: 275px;
  }
}
@media (max-width: 991px) {
  section.question .checklist li .checkboxes {
    width: 250px;
  }
}
@media (max-width: 767px) {
  section.question .checklist li .checkboxes {
    width: 35%;
  }
}
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) {
  section.question .checklist li .checkboxes span.yes, section.question .checklist li .checkboxes span.no {
    height: 20px;
  }
}
section.question .checklist li .checkboxes label {
  margin-bottom: 0;
  height: 30px;
}
@media (max-width: 767px) {
  section.question .checklist li .checkboxes label {
    height: 20px;
  }
}
section.question.one .checklist {
  margin-top: -50px;
  padding-top: 90px;
}
@media print {
  section.question.one .checklist {
    margin-top: 0;
    padding-top: 0;
  }
}
section.question.one .checklist:before {
  top: -20px;
}
section.question.blue h2 {
  background: #1c6a94;
}
section.question.blue h2:after {
  background-image: url("../img/blue_bg.png");
}
section.question.blue .num {
  background: #053d5b;
}
section.question.blue .checklist:before {
  background: #1c6a94;
}
section.question.red h2 {
  background: #b4202f;
}
section.question.red h2:after {
  background-image: url("../img/red_bg.png");
}
section.question.red .num {
  background: #890c16;
}
section.question.red .checklist:before {
  background: #b4202f;
}
section.question.yellow h2 {
  background: #e6b32f;
}
section.question.yellow h2:after {
  background-image: url("../img/yellow_bg.png");
}
section.question.yellow .num {
  background: #bf8d3d;
}
section.question.yellow .checklist:before {
  background: #e6b32f;
}

.footer {
  position: relative;
  width: 100%;
  height: 25px;
  background: #1c6a94;
}
.footer:before {
  content: "";
  position: absolute;
  top: -14px;
  width: 100%;
  height: 16px;
  background-image: url("../img/tri_blue.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 23px;
  float: left;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  display: none;
  z-index: 500;
}

.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;
}
@media (max-width: 767px) {
  .popup {
    font-size: 16px;
  }
}
@media print {
  .popup {
    display: none !important;
  }
}
.popup.blue {
  border-color: #1c6a94;
}
.popup.blue .close-icon .fa {
  background: #1c6a94;
}
.popup.blue h2 {
  background: #1c6a94;
}
.popup.red {
  border-color: #b4202f;
}
.popup.red .close-icon .fa {
  background: #b4202f;
}
.popup.red h2 {
  background: #b4202f;
}
.popup.yellow {
  border-color: #e6b32f;
}
.popup.yellow .close-icon .fa {
  background: #e6b32f;
}
.popup.yellow h2 {
  background: #e6b32f;
}
.popup .popup-inner {
  padding: 40px 30px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .popup .popup-inner {
    padding: 40px 20px;
  }
}
.popup .popup-inner p:last-child {
  margin-bottom: 0;
}
.popup h2 {
  position: relative;
  margin-bottom: 20px;
  padding: 11px 15px 10px;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 34px;
  color: #fff;
}
@media (max-width: 767px) {
  .popup h2 {
    font-size: 26px;
  }
}
.popup p.indent1 {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .popup p.indent1 {
    margin-left: 15px;
  }
}
.popup p.indent2 {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .popup p.indent2 {
    margin-left: 30px;
  }
}
.popup ul {
  margin-left: 30px;
}
.popup table {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #bbb;
}
.popup table tr:nth-child(odd) {
  background: #eee;
}
.popup table th {
  font-weight: bold;
  text-align: left;
  background: #ccc;
}
.popup table th,
.popup table td {
  padding: 10px;
  font-size: 17px;
  text-align: center;
  border: 1px solid #bbb;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .popup table th,
  .popup table td {
    padding: 7px;
    line-height: 1.2;
    font-size: 15px;
  }
}
.popup table th.width-25,
.popup table td.width-25 {
  width: 25%;
}
.popup table th.width-33,
.popup table td.width-33 {
  width: 33%;
}
.popup table th.width-50,
.popup table td.width-50 {
  width: 50%;
}
.popup .close-icon {
  position: relative;
  top: -10px;
  right: 30px;
  float: right;
  z-index: 100;
}
.popup .close-icon .fa {
  position: fixed;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#add-to-home-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000001;
}

#add-to-home {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -53px;
  margin-left: -150px;
  padding: 15px 25px 15px 15px;
  width: 300px;
  line-height: 1.4;
  font-size: 14px;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  z-index: 10000002;
}
#add-to-home .app-icon {
  margin-right: 12px;
  float: left;
}
#add-to-home .app-icon img {
  width: 73px;
  height: 73px;
  border: 1px solid #ddd;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#add-to-home .message {
  display: inherit;
}
#add-to-home .share-icon {
  margin: 0 3px;
  width: 15px;
  height: auto;
  vertical-align: -33%;
}
#add-to-home .ath-close {
  text-align: center;
}
#add-to-home .ath-close a.btn-small {
  margin: 15px 0 0 -60px;
  padding: 5px;
  width: 60px;
  color: #fff;
  text-decoration: none;
  background-color: #b4202f;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/*# sourceMappingURL=style.css.map */
