.accordion.my-accordion .card .card-header {
    border: 0;
    background: #f7f7f7;
    padding: 0;
}
.accordion.my-accordion .card {
    border: 0;
    border-bottom: 1px solid #1f2b36;
    border-radius: 0;
}
.accordion.my-accordion .card .card-header button {
    display: block;
    font-style: italic;
    font-size: 1.2rem;
    color: #1f2b36;
}
.accordion.my-accordion .card .card-header button:hover {
    background: #1f2b36;
    color: #fff;
    text-decoration: none !important;
}
.accordion.my-accordion .card .card-header button:after {
    font-style: normal;
    font-size: 22px;
    content: url(../images/angle-up.svg);
    margin-top: 0;
    width: 16px;
    height: 16px;
}
.accordion.my-accordion .card .card-header button.collapsed:after {
    content: url(../images/angle-down.svg);
}
.hwi-list {
    list-style: none;
    padding: 0;
}
.hwi-button {
    color: #1f2b36;
    font-style: italic;
    border-radius: 0 !important;
    margin-bottom: 1px;
    font-size: 1.2rem;
    border-bottom: 1px solid #1f2b36;
    text-decoration: none !important;
}
.hwi-button::after {
    content: url(../images/angle-up.svg);
    font-style: normal;
    font-size: 22px;
    margin-top: 0;
}
.hwi-button:hover {
    color: #fff !important;
    background: #1f2b36;
}
.profile-nav-link {
    background-color: #cd1227 !important;
}
.profile-nav-link.active {
    background-color: #6d071f !important;
}
.qa-nav-link {
    background-color: #204261 !important;
}
.qa-nav-link.active {
    background-color: #1f2b36 !important;
}
#faq .card {
    border: 0;
}
#faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}
#faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    color: #222;
}
#faq .card .card-header .btn-header-link:after {
    content: url(../images/angle-up.svg);
    width: 16px;
    height: 16px;
    font-weight: 900;
}
#faq .card .card-header .btn-header-link.collapsed:after {
    content: url(../images/angle-down.svg);
}
#faq .card .collapsing {
    background: #ffe472;
    line-height: 30px;
}
#faq .card .collapse {
    border: 0;
}
#faq .card-body {
    padding: 0;
}
#faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

h2 {
    font-weight: 800;
    font-size: 2.5rem;
    color: #091f2f;
    text-transform: uppercase;
}

.panel-default .panel-body {
    font-size: 1.2rem;
}

.white {
    color: #fff !important;
}

.black {
    color: #616161 !important;
}

ul.side li {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
    border: 1px solid #f6f6f6;
    font-size: 1.4em;
    font-weight: bold;
    cursor: pointer;
    padding: 1em;
}
ul.side li a {
    color: #616161 !important;
}
ul.side li:hover,
ul.side li.active {
    background-color: #f6f6f6;
}
.nav-tabs {
    border-bottom: none !important;
}
@media screen and (max-width: 768px) {
    .how_it_works {
        width: 100% !important;
    }

    #faq .card .card-header .btn-header-link {
        width: 98%;
    }
}
