#question{
    background-color: #01c0e8;
    padding-top: 2%;
    padding-bottom: 5%;
}
#question h1{
    font-size: 4.933em;
    color: #fff;
    vertical-align: text-bottom;
}
h1 img, h3 img{
    vertical-align: bottom;
}
h1 img{
    width: 2.25em;
    height: auto;
}
#question-input{
    margin-top: 2%;
    font-size: 1.267em;
    text-align: center;
    height: 40px;
    width: 47%;
}
#cancel_party_container{
  margin-top: 1%;
}
#cancel_party_container a{
  font-size: 1.55em;
}
.faq-header{
    font-size: 1.600em;
    color: #01c0e8;
    height: 55px;
}
.col-container{
    display: flex;
    flex-wrap: wrap;
}
.content{
  display: flex;
  width: 49%;
  position: relative;
  margin-top: 3.333em;
}
.content-list{
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;


}
.table-bordered{
    padding: 0 5% 0 2%;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    border: 1px solid #cccccc;
}
.qa-items-container{
  flex: 1 0 auto;
}
.faq_need_help{
  padding: 3% 0;
}
.qa-item {
  padding: 15px 0;
}

div.answer{
  display: none;
}
div.qa-item{
  display:none;
}
.content-list div.qa-item:nth-child(-n+5){
    display: block;
}
.content-list div.qa-item{
  padding: 15px 0;
}
.content-list span{
    font-size: 1.267em;
    color: #666666;
    cursor: pointer;
    display: block;
}
.content-list div.qa-item a{
    color: #666666;
    display: block;
}
.more{
    font-size: 1.267em;
    color: #666666;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}
h3{
    font-family: 'Avenir Medium';
    font-size: 1.600em;
}
#faq-show .question-and-answer a{
    text-align: right;
    text-transform: uppercase;
    color: #666666;
    font-size: 1em;
    text-decoration: underline;
    margin-right: 8px;
}
#faq-show .col-container{
    padding: 3%;
    display: block;
}
#faq-show h3{
    margin-top: 26px;
    margin-bottom: 52px;
}
#faq-show .question-and-answer p{
    font-size: 1.267em;
    color: #333;
    margin-bottom: 2.5%;
}
#faq-show .question-and-answer ul{
  padding-left: 0;
}
#faq-show .question-and-answer ul .dots{
  font-size: 1.267em;
  color: #333;
  list-style-type: none;
}
#faq-show .question-and-answer ul .dots:before{
  content: "• ";
  color: #01c0e8;
}
#faq-show .question a{
    color: #666666;
    font-size: 1.267em;
    display: block;
    line-height: 2em;
}
.helpful-row form{
    display: inline-flex;
    background-color: #f6f6f6;
    width: 100%;
    padding: 3% 4%;
    align-items: center;
}
.helpful-row p{
    font-size: 1.267em;
    margin-bottom: 0;
}
.helpful-row label{
    font-size: 1em;
    margin-left: 3%;
    margin-bottom: 0;
    margin-top: 5px;
    cursor: pointer;
}
.helpful-row label input[type=radio]{
    margin-top: 0;
    margin-right: 5px;
    vertical-align: sub;
    cursor: pointer;
    -webkit-appearance: radio;
}
#faq-show h3:last-child{
    text-align: left;
    padding: 1% 0 6% 3.8%;
}
@media(max-width: 767px){
    .col-container{
      display: block;
    }
    .content{
      display: block;
      width: unset;
    }
}
