.feedback-form {
    padding-bottom: 2rem;
    background: white;
}

.feedback-form .gform_body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback-form .gfield_radio {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;

    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}

.feedback-form .header-field {
    width: 100%;
}
.feedback-form li.header-field p {
    text-align:center;
}

.feedback-form .gfield_radio li {
    display: flex;
}

.feedback-form textarea {
    width: 100%;
    height: 10rem;
}

.feedback-form label {
    display: inline-block;
    text-transform: none;
    margin-bottom: 1rem;
}

.feedback-form li.options > label {
    display: none !important;
}
.feedback-form li.options li:last-child input:first-child {
    align-self: center;
}

.feedback-form button {
    align-self: center;
}

.feedback-form .gform_footer {
    text-align: center;
}

.member-nav .categories-nav {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    margin: 0 15px 50px;
    padding: 30px 0;
text-align: center; }
@media (min-width: 768px) {
    .member-nav .categories-nav {
padding: 0 15px; } }
@media (min-width: 768px) {
    .member-nav .categories-nav .cat-item {
display: inline-block; } }
.member-nav .categories-nav a {
    display: block;
    font-size: 16px;
    padding: 10px 0;
position: relative; }
@media (min-width: 768px) {
    .member-nav .categories-nav a {
    padding: 30px 10px; }
    .member-nav .categories-nav a:after {
        background-color: #eee;
        bottom: 0;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
width: 100%; } }
.member-nav .categories-nav a:hover {
color: #4cc4e9; }
@media (min-width: 768px) {
    .member-nav .categories-nav a:hover {
color: inherit; } }
.member-nav .categories-nav a:hover:after {
    background-color: #eee;
height: 5px; }
.member-nav .categories-nav a.router-link-active {
color: #4cc4e9; }
.member-nav .categories-nav a.router-link-active:after {
    background-color: #4cc4e9;
height: 5px; }
