#eb .eb-card__title a {
    color: #005941 !important;
}


#eb .eb-card__title {
    color: #005941;
    font-weight: bold;
    line-height: 1;
    font-size: 30px !important;
}



#eb .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 10px 0px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    line-height: 1.428571429;
    border-radius: 4px;
}


#eb .mod-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.428571429;
    border-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


#eb .btn-default {
    color: #414141 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}


#eb .btn-default:hover {
    color: #414141 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}


#eb .btn-default:active {
    color: #414141 !important;
    background-color: transparent !important;
    border-color: transparent !important;
}



#eb.eb-mod.eb-mod-search .form-control {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 12px !important;
    border-radius: 0px 0 0 0px !important;
}



#eb .form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 16px !important;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 0px !important;
    box-shadow: none !important;
}


#eb .mod-btn-primary {
    color: #fff !important;
    background-color: #BA853E !important;
    border-color: #BA853E !important;
}


#eb .mod-btn-primary:hover {
    color: #fff !important;
    background-color: #A77737 !important;
    border-color: #A77737 !important;
}


#eb .mod-btn-primary:active {
    color: #fff !important;
    background-color: #A77737 !important;
    border-color: #A77737 !important;
}


#eb.eb-mod.eb-mod-search .mod-btn {
    height: 49px !important;
}


#eb .reset-heading {
  font-weight: 600 !important;
  color: #005941 !important;
}