/** Overrule styling from the common "styles.css" stylesheet */
body {
    margin-top: 0;
    margin-bottom: 0;
}

#logo {
    height: 70px;
    width: 248px;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

#wrapper {
    max-width: none !important;
    font-size: 12px;
}

/* Specific styles for drupal */
#menu-935-1 {
    background: #f8b334 none repeat scroll 0 0 !important;
    text-decoration: underline;
}

#menu-935-1 a:hover {
    Color: #fff !important;
}

#search-form-gcs h1 {
    font-size: 20px;
    font-weight: lighter;
    margin-bottom: 5px;
    margin-top: 8px;
    font-family: open_sansregular, "Helvetica Neue", Helvetica, sans-serif;;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    position: relative;
    margin-top: 0px;
    z-index: 1 !important;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}

.breadcrumb > .active {
    color: #a5afa6;
}

.copy-input-control {
    height: 30px;
}