iframe#agreement-frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  border: none;
}

iframe#iframe-tutorial {
  width: 100%;
  height: 600px;
}

body {
  background-color: #000;
}

a {
  color: #ffc600;
}

.headertxt {
  font-size: 34px;
  color: #2161b3;
  position: absolute;
  top: 85px;
  left: 3px;
}

.headersubtxt {
  font-size: 20px;
  color: #a2a2a2;
  position: absolute;
  top: 130px;
  left: 3px;
}

.faqcontent {
  background-color: #fff;
}
.faqcontent .col1 {
  float: left;
  width: 200px;
}
.faqcontent .col2 {
  float: left;
  width: 718px;
  margin-left: -1px;
  padding: 25px 40px 25px 40px;
  border-left: 1px solid #e4393c;
  color: #000;
  display: none;
  min-height: 303px;
}
.faqcontent .col1 .itms {
  width: 198px;
  height: 58px;
  position: relative;
  cursor: pointer;
  color: #000;
  background-color: #e4393c;
  border-right: 1px solid #e4393c;
  border-bottom: 1px solid #fff;
}
.faqcontent .col1 .itms:after {
  content: "";
  clear: both;
  display: table;
}
.faqcontent .col1 .itms:last-child {
  border-bottom: 1px solid #e4393c;
}
.faqcontent .col1 .itms.active {
  margin-top: 0;
  border-right: 1px solid #fff;
  z-index: 9;
  -webkit-box-shadow: 1px 0 0 1px #fff;
  box-shadow: 1px 0 0 1px #fff;
  color: #e4393c;
  background-color: #fff;
}
.faqcontent .col1 .itms.active .itmstxt {
  color: #e4393c;
}

/* #ffc600; */
.col2 h1 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 25px;
  color: #000;
}
.col2 h1:first-child {
  margin-top: 0;
}
.col2 h2 {
  font-size: 16px;
  margin: 0px;
  line-height: 22px;
  color: #000;
}
.col2 h3 {
  color: #000;
}
.col2 p {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 22px;
}

.blue_font {
  color: blue;
}

.sprite {
  background: url("../img/faq_sprite.png") no-repeat top left;
  width: 33px;
  height: 24px;
  float: left;
  margin-top: 14px;
  margin-left: 22px;
}

.itmstxt {
  font-size: 16px;
  float: left;
  margin-left: 10px;
  color: #fff;
}

.sprite.icon1a {
  background-position: 0 0;
}

.active .sprite.icon1a {
  background-position: 0 -25px;
}

.sprite.icon2a {
  background-position: 0 -50px;
}

.active .sprite.icon2a {
  background-position: 0 -75px;
}

.sprite.icon3a {
  background-position: 0 -101px;
}

.active .sprite.icon3a {
  background-position: 0 -125px;
}

.sprite.icon4a {
  background-position: 0 -150px;
}

.active .sprite.icon4a {
  background-position: 0 -175px;
}

.sprite.icon5a {
  background-position: 0 -200px;
}

.active .sprite.icon5a {
  background-position: 0 -225px;
}

.sprite.icon6a {
  background-position: 0 -250px;
}

.active .sprite.icon6a {
  background-position: 0 -275px;
}
/*# sourceMappingURL=../maps/faqs.css.map */
