.panel-default > .panel-heading {
    padding: 0;
}
.panel-default > .panel-heading a {
    display: block;
    position: relative;
    padding: 10px 60px;
}
.panel-default > .panel-heading a:before {
    content: '?';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 42px;
    height: 100%;
    background-color: #f56d48;
    color: #ffffff;
    border-top-left-radius: 3px;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    font-weight: bold;
}
.panel-default > .panel-heading a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 42px;
    height: 100%;
    border-left: 1px solid #ffffff;
    border-right: none;
    border-top-right-radius: 3px;
    background: transparent url('/images/down-arrow-icon.png') no-repeat center;
    background-size: 40%;
}
.panel-default > .panel-heading a:not(.collapsed):after {
    transform: rotate(180deg);
    border-left: none;
    border-right: 1px solid #ffffff;
}
.actions-list .action-item--pretitle a {
    color: #ffffff;
}
.actions-list .action-item--pretitle .styled-h1 {
    font-size: 26px;
}
.side-form-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 2rem;
    margin-bottom: 30px;
    text-align: center;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.side-form-wrapper .cta-h2 {
    font-size: 18px;
    text-transform: uppercase;
}
.side-form-wrapper .cta-h3 {
    font-size: 12px;
}
.side-form-wrapper textarea {
    height: 70px;
    resize: vertical;
}
.side-form-wrapper .policy {
    max-width: 100%;
    color: #000000;
}
@media screen and (max-width: 414px) {
    .actions-list .action-item--pretitle {
        margin-bottom: 30px;
    }
}