#searchResults .pageLink {
    font-size: 12px;
    color: #999;
    margin: 2px 0 8px 0;
    padding: 0;
    display: block;
}

#searchResults .searchResult {
    margin-bottom: 16px;
    margin-top: 24px;
}

#searchResults .searchResult h3 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#searchResults .searchResult p {
    margin-top: 4px;
}
.search-bar form {
    float: right;
}
::-webkit-input-placeholder { /* Edge */
  color: #cccccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
}

::placeholder {
  color: #cccccc;
}
input.ccm-search-block-text {
    border-radius: 0;
    border: 1px solid #bababa;
    max-width: 210px;
    width: 210px;
    height: 28px !important;
    padding-left: 10px;
}
input.btn.btn-default.ccm-search-block-submit {
    padding: 2px;
    border-radius: 0;
    color: #fff;
    background-color: #387ea8;
    border: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}
input.btn.btn-default.ccm-search-block-submit {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #387ea8;
    border: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    height: 28px;
    width: 34px;
    position: relative;
    top: -2px;
}