@font-face {
    font-family: Renner-it-Bold;
    src: url("../fonts/renner-bold.94f6239d5a93.otf");
}

div.panel-heading.loyalty{
    font-family: Renner-it-Bold;
    font-size: 16px;
    color: #4E8DD7;
    letter-spacing: 0.4px;
    background-color: white;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    line-height: 60px;
    text-align: left;
    outline: none;
    padding: 0px;
}

div.panel-heading.loyalty:after {
    background-image: url("../images/arrow_down.a9cb22ec5f23.png");
    background-size: cover;
    width: 26px;
    height: 26px;
    float: right;
    content: "";
    margin: 15px 0px;
}

div.panel-heading.loyalty[aria-expanded="true"]:after {
    background-image: url("../images/arrow_up.30334b0dce8e.png");
}

div.panel-body.loyalty{
    background-color: white;
    padding: 0px;
}

h2 {
    font-family: AvenirNext-Heavy;
    font-size: 24px;
    color: #4A4A4A;
    margin-top: 30px;
    margin-bottom: 30px;
}

h3 {
    font-family: AvenirNext-Heavy;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 17px;
}

h4, p, li {
    font-family: AvenirNext-Regular;
    font-size: 15px;
    color: #404040;
    letter-spacing: 0.38px;
    line-height: 20px;
}

.loyalty{
    border: none;
}
