.half-and-half-light .half-dark {
    background-color: #f69fa1;
    color: white;
}

.half-and-half-light {
    background: #d92423;
    background: -moz-linear-gradient(left, #fff 0, #fff 50%, #f69fa1 50%, #f69fa1 100%);
    background: -webkit-linear-gradient(left, #fff 0, #fff 50%, #f69fa1 50%, #f69fa1 100%);
    background: linear-gradient(to right,#fff 0,#fff 50%,#f69fa1 50%,#f69fa1 100%);
}

.half-and-half-light .half-dark .heading {
    color: #222;
}

.shape-suggestion-container {
    width: 100%;
    display: flex;
    align-items: stretch;
    align-content: stretch;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.half-and-half-light .half-dark,
.half-and-half-light .half-light {
    padding: 15px;
    width: 50%;
}

.half-light {
    width: 50%;
    margin: 0;
    text-align: center;
}

.heading {
    font-family: "BebasNeue";
    text-transform: uppercase;
    padding: 0.5em 0;
    margin-top: 0;
}

p.heading {
    font-size: 18px;
    font-weight: 800;
}

.heading span {
    color: white;
    background-color: #D92423;
    box-shadow: 0.5em 0 0 #D92423, -0.5em 0 0 #D92423;
    box-decoration-break: clone;
    padding-bottom: 0.2em;
}

.form-group {
    margin-bottom: 5px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-control {
    border-radius: 0;
    border: 1px solid #d92423;
    background-color: white;
    color: #d92423;
    text-align: center;
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    height: 3em;
}

@media (min-width: 1200px) {
    .shape-suggestion-container {
        width: 1170px;
    }
}