body.landing #page-wrapper {
    background-image: none;
}


/* 
    BUTTON
*/

.primary {
    background-color: #0067A3;
    color: #AAD4FF;
}

.primary:hover {
    background-color: #AAD4FF;
    color: #0067A3;
}

.success {
    background-color: #3FBF3F;
    color: #0D620D;
}

.success:hover {
    color: #3FBF3F;
    background-color: #D4FFD4;
}

.warning {
    background-color: #FF7F7F;
    color: #FF2A2A;
}

.important {
    background-color: #68217A;
    color: #FFF;
}

.important:hover {
    background-color: #7D4B82;
    color: #FFF;
}

.primary,
.warning,
.success {
    box-shadow: none;
}

.primary {
    background-color: #0067A3;
    color: #AAD4FF;
}

.primary:hover {
    background-color: #AAD4FF !important;
    color: #0067A3 !important;
}


/* 
    SEARCH 

input.search, .easy-autocomplete-container ul {
    margin: auto;
    margin-left: 14%;               
}
.easy-autocomplete {
    width: 95% !important;
    top: 0.5em;
    left: 0em;
    z-index: 9999999999999;
}
.easy-autocomplete-container ul {
    list-style: none;
    background-color: #08B3C6 !important;
    opacity: 0.9;

}   
header#header {
    height: 4em;
}
header.major {
    margin: 2em 0;
}

input#search {
    border: 2px solid #02B4CE;
    color: #fff;
}
.eac-item {
    color: #fff !important;
}
li.selected .eac-item, li.selected .eac-item b {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer;
    color: #333 !important;
}
header#header {
    background-color: #2E3842 !important;
}
@media screen and (max-width: 1680px) {

    input#search {
        width: 90%;
        margin-left: auto;
    }

}
div#prefetch {
    padding-top: .3em !important;
}

/*
* RESPONSIVE TABLE
*/

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

table tr {
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: center;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }
    table caption {
        font-size: 1.3em;
    }
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: .625em;
    }
    table td {
        display: block;
        font-size: .8em;
        text-align: right;
    }
    table td:before {
        /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
    table td strong {
        text-transform: uppercase;
        font-size: 1em;
        padding: 0px !important;
    }
    table.alt tbody tr td,
    table tbody tr {
        border: none;
    }
    tr.headers {
        background-color: #2E3842;
    }
}


/* 
    TABLE
*/

#record > tbody > tr > td {
    text-align: left;
    padding-left: 3%;
}

table th {
    padding: 0.8em;
    background-color: #2E3842;
    font-weight: 800;
    letter-spacing: 0.225em;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-size: 1.2em;
}

tbody tr:last-child {
    display: none;
}

table th {
    padding: 0.8em;
    background-color: #2E3842;
    font-weight: 800;
    letter-spacing: 0.225em;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
    font-size: 1.2em;
}


/* EASY Autocomplete */

.easy-autocomplete-container ul {
    width: 80%;
    z-index: 2;
    margin: auto;
}