div.cards a {
    text-decoration: none;
}

div.cards_header {
    height: 30px;
    position: relative;
    z-index: 52;
    /* width: 726px; */
    /* background-color: #EEECEC; */
    padding: 10px;
    margin-bottom: 42px;
}

div.cards {
    /* width: 726px; */
    /* background-color: #EEECEC; */
    /* padding: 10px; */
    overflow: auto;
    cursor: default;
}

div.cards_footer {
    height: 20px;
    margin: 5px;
    clear: both;
}

div.card {

    width: 100%;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 10px #acacac;
    overflow: auto;
    float: left;
    border: 1px solid #fff;
    /*display: none;*/
}

div.card:hover {
    border: 1px solid #acacac;
}

div.card_text {
    width: 220px;
    float: left;
}

div.image {
    float: left;
    margin-right: 5px;
}

img.member_image {
    width: auto;
    height: 110px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 8px #A6A6A6;
    vertical-align: middle;
    text-align: center;
}

div.card_text span {
    display: block;
    margin-left: 1px;
}

span.name {
    font-size: 18px;
    font-family:'Oxygen', sans-serif;
    color: #8B0601;
    padding-bottom: 2px;
}

a.website {
    font-size: 12px;
    font-family:'Quattrocento Sans', sans-serif;
    font-style: italic;
    color: #666;
}

span.bus_cat {
    font-size: 12px;
    font-family:'Raleway-Regular', sans-serif;
    padding-top: 1px;
    font-weight: 300;
}

span.company {
    font-size: 14px;
    font-family:'Maven Pro', sans-serif;
    /*  color: #d5930b;*/
    color: #8B0601;
    padding-top: 1px;
}

a.more {
    font-size: 12px;
    font-family: sans-serif;
    color: rgb(191, 54, 8);
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    top: 2px;
    right: 2px;
}

a.more:after {
    content:"\25BA";
    font-size: 10px;
}

.pagenav {
    float: right;
    padding-top: 2px;
}

.pagenav_arrow {
    font-family: 'Varela Round', 'Tahoma', sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-radius: 20px;
    background-color: #acacac;
    display: inline-block;
    text-align:center;
    width: 25px;
    color: rgb(191, 54, 8);
    translation: .5s ease-in-out;
    cursor: pointer;
    vertical-align: middle;
    width: 100%;
}

.pagenav_arrow:hover {
    background-color: rgb(191, 54, 8);
    color: #fff;
}

.disabled {
    background-color: #acacac;
    color: #ccc;
    cursor: default;
}

.disabled:hover {
    background-color: #acacac;
    color: #ccc;
}

.pagenum {
    font-family: 'Varela Round', 'Tahoma', sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: rgb(191, 54, 8);
    vertical-align: middle;
}

div.dropdown * {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div.dropdown {
    width: 195px;
    display: inline-block;
    font-size: 13px;
    font-family: 'lucida sans', 'Tahoma', 'Arial' 'sans-serif';
    cursor: pointer;
    line-height: 30px;
    font-weight: 300;
    color: #808080;
    background-color: #fff;
    opacity: 0.95;
    position: absolute;
    top: 15px;
    right: 15px;
}

div.selected {
    padding-left: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
    color: #000;
    transition: 0.20s ease-in-out;
    border-radius: 2px;
}


div.selected:after {
    height: 32px;
    width: 30px;
    background-color: #8B0601;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
    font-size: 14px;
    text-align: center;
    content: '\25BC';
    color: #eee;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

div.dropdown:hover div.selected {
    border: 1px solid rgb(198, 202, 204);
}

div.dropdown:hover div.selected:after {
    content: "\25B2";
}

ul.items {
    display: none;
    list-style: none;
    border: 1px solid rgb(198, 202, 204);
    border-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
    background-color: #fff;
    border-radius: 2px;
    /*border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;*/
}

li.item {
    padding-left: 6px;
    border-bottom: 1px solid rgb(226, 228, 229);
    transition: all 0.2s ease-in -out;
}

li.item:last-child {
    border-bottom: 0px;
}

li.item:hover {
    font-weight: 400;
    color: #000;
}

div.highlight_bar {
    position: absolute;
    top: 31px;
    left: 0px;
    height: 28px;
    border: 2px solid #8B0601;
    display: none;
    transition: 0.5s  cubic-bezier(.5, 1.3, .5, 1);
}


.type_selected {
    display: visible;
}

.type_unselected {
    display: none;
}



div.dropdown * {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div.dropdown {
    width: 195px;
    display: inline-block;
    font-size: 13px;
    font-family: 'lucida sans', 'Tahoma', 'Arial' 'sans-serif';
    cursor: pointer;
    line-height: 30px;
    font-weight: 300;
    color: #808080;
    background-color: #fff;
    opacity: 0.95;
    position: absolute;
    top: 15px;
    right: 15px;
}

div.selected {
    padding-left: 8px;
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
    color: #000;
    transition: 0.20s ease-in-out;
    border-radius: 2px;
}


div.selected:after {
    height: 32px;
    width: 30px;
    background-color: #8B0601;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
    font-size: 14px;
    text-align: center;
    content: '\25BC';
    color: #eee;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

div.dropdown:hover div.selected {
    border: 1px solid rgb(198, 202, 204);
}

div.dropdown:hover div.selected:after {
    content: "\25B2";
}

ul.items {
    display: none;
    list-style: none;
    border: 1px solid rgb(198, 202, 204);
    border-top: 0px;
    box-shadow: rgba(0, 0, 0, 0.14902) 0px 0px 6px 0px;
    background-color: #fff;
    border-radius: 2px;
    /*border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;*/
}

li.item {
    padding-left: 6px;
    border-bottom: 1px solid rgb(226, 228, 229);
    transition: all 0.2s ease-in -out;
}

li.item:last-child {
    border-bottom: 0px;
}

li.item:hover {
    font-weight: 400;
    color: #000;
}

div.highlight_bar {
    position: absolute;
    top: 31px;
    left: 0px;
    height: 28px;
    border: 2px solid #8B0601;
    display: none;
    transition: 0.5s  cubic-bezier(.5, 1.3, .5, 1);
}


.type_selected {
    display: visible;
}

.type_unselected {
    display: none;
}



.memberpage div.image {

}

.memberpage table.details {
    font-family:  Tahoma, sans-serif;
    font-weight: normal;
    padding-top: 6px;
    border-spacing: 0px;
    cursor: default;
    display: block;
}

.memberpage th {
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding: 0 10px 10px 0;
}

.memberpage td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    padding: 0px;
    padding-left: 4px;
    padding-bottom: 10px;
}



.memberpage .card {
    margin-top: 30px;
}

.memberpage span.mem_type {
    display: block;
    background-color: gray;
    color: white;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px;
    position: relative;
    margin-bottom: 10px;
}