/* Work Landing */

.work-grid nav {
    height: 60px;
    margin-bottom: 10px;
    background: #dbdac9;
}

.work-grid nav li {
    font-size: 30px;
    line-height: 40px;
    height: 40px;
    padding-top: 10px;
}

.work-grid nav li a {
    margin: 0 10px;
}

.work-grid nav li a.sel-down {
    background: #fff none;
    padding: 0 10px;
}

.work-grid nav a.sel-down:after {
    content: '▾';
    font-family: arial;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    color: #b3b8aa;
    margin: 0 0 0 6px;
}

.work-filter {
    padding-top: 0;
    background: none;
    width: 800px;
}

.work-filter .filter-industry, 
.work-filter .filter-services {
    width: 275px;
    height: 40px;
}

.work-filter .filter-industry:before {
    content: 'Filter by Industry';
    display: block;
    top: -20px;
    font-family: georgia;
    font-weight: bold;
    position: relative;
    font-size: 24px;
}

.work-filter .filter-services:before {
    content: 'Filter by Services';
    display: block;
    top: -20px;
    font-family: georgia;
    font-weight: bold;
    position: relative;
    font-size: 24px;
}

.fake-drop {
    width: 100%;
    left: 0;
}

.fake-drop .drop-hd {
    font-size: 24px;
    line-height: 40px;
    padding: 0 11px;
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #dbdac9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fake-drop .drop-hd:after {
    content: '▾';
    float: right;
    
}

.fake-drop-in {
    width: auto;
    background: #fff;
    padding-bottom: 0;
    
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

.fake-drop-in a {
    width: auto;
    height: auto;
    background: none;
    border: 1px solid #dbdac9;
    border-top: none;
    font-size: 24px;
    line-height: 60px;
}

.icn-hex {
    margin: 0;
    height: 60px;
    width: 30px;
    background-position: left center;
}

a.btn-randomize {
    background: #9b937f none;
    color: #fff;
    font-family: georgia;
    font-weight: bold;
    font-size: 24px;
    line-height: 37px;
    padding: 0 20px 3px 20px;
    height: auto;
    width: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

a.btn-randomize span {
    display: inline;
}