/*Style Guide*/
/*End StileGuides*/
/*Required shades*/
/*Color for shift order graph series in NORMAL threshold*/
/*Color for shift order graph series in WARNING threshold*/
/*Color for shift order graph series in CRITICAL threshold*/
/*Gang graph colors*/
.tsa_things-you-should-know > span > ul {
  list-style-type: none;
  /*use padding to move list item from left to right*/
  padding-left: 1em;
}
.tsa_things-you-should-know > span > ul li:before {
  content: " – ";
  position: absolute;
  /*change margin to move dash around*/
  margin-left: -1em;
}
div.row.full-height {
  height: 65vh;
}
div.main {
  padding-top: 20px;
}
div.content {
  height: 100%;
}
div.questions {
  border-right: 1px solid #ddd;
  border-top-right-radius: 4px;
  height: 100%;
  padding-right: 0;
}
div.content {
  font-size: 18px;
}
div.questions > ul > li {
  border-left: 0;
  border-right: 1px solid #ddd;
  cursor: pointer;
  font-size: 18px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 0;
}
ul.list-group.tsa-questions > li.list-group-item.active {
  font-weight: bold;
  font-size: 20px;
  background-image: linear-gradient(to bottom, #236092, #236092);
  position: relative;
}
ul.list-group.tsa-questions > li.list-group-item.active.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
ul.list-group.tsa-questions > li.list-group-item.active.rounded .pointer {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
ul.list-group.tsa-questions > li.list-group-item.active .pointer {
  text-align: center;
  width: 45px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 15px;
}
ul.list-group.tsa-questions > li.list-group-item.active .pointer:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #236092;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -8px;
  background: #236092;
}
div.content > div {
  padding-top: 0px;
  padding-left: 30px;
}
div.tsa_top-info {
  margin-top: 10px;
}
div.questions {
  border-right: 1px solid #ddd;
  border-top-right-radius: 4px;
  height: 100%;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  div.questions {
    height: auto;
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  div.row.full-height {
    height: auto;
  }
  div.content > div {
    padding-left: 0;
  }
}
