
.clear {
    clear: both;
}

/* search form */

.hrma-prof-dev-events-search label {
    display: inline-block;
    float: left;
    clear: left;
    width: 25%;
    min-width: 100px;
    text-align: right;
    margin-top: 12px;
    margin-top: 0.75rem;

}

.hrma-prof-dev-events-search input,
.hrma-prof-dev-events-search select {
    display: inline-block;
    float: left;
    margin-left: 12px;
    margin-left: 0.75rem;
    margin-top: 12px;
    margin-top: 0.75rem;
}

.hrma-prof-dev-events-search .form-row {
    clear: both;
}


/* search results */
h2.hrma-corp-member-title {
    margin-bottom: 0.65em;
}
.hrma-corp-member-details {
    float: left;
    width: 60%;
}

.hrma-corp-member-logo {
    float: left;
    width: 35%;
    padding-left: 4.5%;
}

.hrma-corp-member-details .corp-member-contact p {
    padding-bottom: 3px;
}

.hrma-corp-member-details .corp-member-desc p {
    padding-bottom: 6px;
}

.hrma-corp-member-details .corp-member-category {
    font-size: 0.9em;
    font-style: italic;
}

.hrma-corp-member-block {
    margin-top: 24px;
    margin-top: 1.5rem;
}

/* navigation */
.hrma-corp-member-navigation {
    margin-top: 24px;
    margin-top: 1.5rem;
}
.hrma-corp-member-navigation li a,
.hrma-corp-member-navigation li a:hover,
.hrma-corp-member-navigation li.active a,
.hrma-corp-member-navigation li.disabled {
    /* color: #fff; */
    text-decoration:none;
}

.hrma-corp-member-navigation li {
    display: inline;
}

.hrma-corp-member-navigation li a,
.hrma-corp-member-navigation li a:hover,
.hrma-corp-member-navigation li.active a,
.hrma-corp-member-navigation li.disabled {
    /* background-color: #6FB7E9;
    border-radius: 3px; */
    cursor: pointer;
    padding: 12px 12px 12px 0;
    padding: 0.75rem 0.75rem 0.75rem 0;
}

.hrma-corp-member-navigation li a:hover,
.hrma-corp-member-navigation li.active a {
    /* background-color: #3C8DC5; */
    text-decoration: underline;
}

