.sc-insurance-brochures--search-tool {
    margin-bottom: 30px;
}

.sc-insurance-brochures--search-tool label {
    font-weight: bold;
}

.sc-insurance-brochures--search-tool select,
.sc-insurance-brochures--search-tool input[type=text] {
    width: 100%;
    height: 2.5em;
    font-size: 16px;
}

.sc-insurance-brochures--search-tool .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .sc-insurance-brochures--search-tool .row {
        flex-direction: row;
    }
}

.sc-insurance-brochures--search-tool .col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.sc-insurance-brochures--search-tool .form-group {
    margin-bottom: 30px;
}

.sc-insurance-brochures--search-tool .radio {
    display: block;
    font-weight: normal;
}

.sc-insurance-brochures--search-tool .table--sc-brochures {
    width: 100%;
}

.sc-insurance-brochures--search-tool .table--sc-brochures th:nth-child(1) {
    width: 200px;
}

.sc-insurance-brochures--search-tool .table--sc-brochures th:nth-child(2) {
    width: 80%;
}
