/**!
Theme Name: FastPass
Author: Tom Webb
Author URI: https://www.drivinginstructorservices.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fastpass
Template: astra
*/
.ast-grid-common-col {
  padding: 0 !important;
}

.orange {
  color: #ff9900 !important;
  font-style: italic;
}

.green {
  color: #008a38;
  font-style: italic;
}

.question {
  border-bottom: solid 1px #ccc;
}
.question header {
  color: #464646;
  font-size: 14px;
  line-height: 1.4em;
  margin: 1.3em 0 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.question header span {
  color: #91918f;
}
.question header .read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8em;
  color: #91918f;
  background: url(images/info.png) left top no-repeat transparent;
  text-decoration: none;
  padding-left: 24px;
  cursor: pointer;
}
.question header .read-more svg {
  width: 18px;
  height: 18px;
  margin-right: 3px;
}
.question header .read-more svg path {
  fill: #0049c8;
}
.question .description {
  width: 80%;
  font-size: 0.9em;
  line-height: 1.1em;
  display: none;
}
@media handheld, only screen and (max-width: 790px) {
  .question .description {
    width: 90%;
  }
}
@media handheld, only screen and (max-width: 690px) {
  .question .description {
    width: 100%;
  }
}
.question .answers {
  position: relative;
  min-height: 35px;
  padding: 10px 0 15px;
  line-height: 1;
}
.question .answers .answer,
.question .answers .confirm,
.question .answers #check-ps {
  line-height: 1;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 3px;
  color: white;
  margin: 2px 4px 2px 0;
  cursor: pointer;
  cursor: hand;
  max-width: 100%;
  background-color: #dc3545;
}
.question .answers .answer small,
.question .answers .confirm small,
.question .answers #check-ps small {
  font-size: 0.7em;
}
.question .answers .answer b,
.question .answers .answer strong,
.question .answers .confirm b,
.question .answers .confirm strong,
.question .answers #check-ps b,
.question .answers #check-ps strong {
  font-weight: bold;
}
.question .answers .answer.current,
.question .answers .confirm.current,
.question .answers #check-ps.current {
  cursor: default;
}
.question .answers .answer:hover,
.question .answers .confirm:hover,
.question .answers #check-ps:hover {
  background-color: #008A38;
}
.question .answers .confirm {
  margin: 2px 4px 2px 10px;
}
.question .answers .answer.current {
  background-color: #77b72a;
  color: #ffffff;
  z-index: 50;
}
.question .answers .change {
  display: none;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  cursor: hand;
  color: #ffffff;
  background-color: #e30614;
  line-height: 1;
}
.question .answers .change.show {
  display: inline-block;
}
.question .answers #check-ps {
  margin: 2px 10px;
}
.question div input {
  margin: 15px 0;
  height: 20px;
}
.question .the-answer.pass {
  border: #0000aa solid 1px;
}
.question .the-answer.fail {
  border: #aa0000 solid 1px;
}