﻿.Question{
    border-bottom: 1px solid #000;
    padding: 10px 11px 10px 15px !important;
    background-color: #fafafa;
    border-top: 1px solid #CCC !important;
}

/*.StickyQuestions{
    top: 152px;
    position: fixed;
    width: 320px;
}*/

.Question:hover{
    background-color: #fff;
}

.Answer{
    margin-bottom: 40px;
    padding: 5px 0 5px 10px !important;
}

.Question a{
    font-size: 12px;
    color:#000;
}


.faqArrow{
    float: right;
    color: #DA090E;
}

a.section-index-item.is--active{
    padding: 10px 20px 10px;
    background-color: #fafafa;
}

.section-index-item{
    font-family: var(--title-font);
    padding: 10px 20px;
}

a.section-index-item.is--active{
    padding: 10px 16px 10px;
}

/* Ms Edge Fix */
.edge .section-index.is--sticky{
    width: 300px;
  }
  
.section-index-item{
    cursor: pointer;
}