/* Scale starts at 16px */
.screen-reader-text {
    display: none;
}
.sb-feed-header {
    max-width: 1024px;
    margin: 16px auto 32px auto;
    padding: 16px 16px 0;
    font-size: 16px;
}
.sb-feed-header .sb-feed-header-box {
    display: block;
    padding-bottom: 8px;
}
.sb-feed-header .sb-feed-title {
    display: block;
    font-size: 28px;
    font-weight: 700;
    min-height: 40px;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0 0 8px 0;
}
.sb-feed-header .sb-feed-subtitle {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    vertical-align: middle;
    margin: 0 0 8px 0;
}
.sb-feed-header .sb-search-form {
    display: inline-block;
    margin: 0;
}
.sb-search-form label {
    display: inline-block;
    min-height: 40px;
    line-height: 40px;
    max-width: 80%;
    margin: 0 16px 16px 0;
    vertical-align: middle;
}
.sb-search-form label input,
.sb-search-form label input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):not([type="hidden"]):not([type="file"])
 {
    display: inline-block;
    font-weight: normal;
    min-width: 280px;
    min-height: 40px;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid #aaa;
    padding: 8px;
    color: #444;
    background-color: #FFFFFF;
}
.sb-search-form label input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #aaa;
}
.sb-search-form label input::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
}
.sb-search-form label input:-ms-input-placeholder { /* IE 10+ */
  color: #aaa;
}
.sb-search-form label input:-moz-placeholder { /* Firefox 18- */
  color: #aaa;
}
.sb-search-form .sb-button-container {
    display: inline-block;
    min-width: 15%;
    height: 40px;
    line-height: 1.5;
    margin: 0 16px 16px 0;
    vertical-align: middle;
}
.sb-search-form .sb-sort-container {
    margin: 0 0 16px 0;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}
@media (min-width: 768px) {
    .sb-search-form .sb-sort-container {
        display: inline-block;
        padding: 0 0 0 16px;
        border-left: 1px solid #aaa;
    }
}
.sb-search-form .sb-sort-container span {
    margin-right: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    vertical-align: middle;
}
.sb-search-form .sb-sort-container select {
    display: inline-block;
    height: 40px;
    font-size: 14px;
    color: #888;
    vertical-align: middle;
}

form button.btn-sb,
.sb-search-form button.btn-sb,
button.btn-sb {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
    border-radius: 4px;
}
.sb-no-results {
    max-width: 768px;
    margin: 32px auto;
}

.sb-feed {
    max-width: 768px;
    margin: 16px auto;
    list-style: none;
}
.sb-link-feed {
    position: relative;
    width: 100%;
    padding: 0!important;
    text-indent: 0!important;
    border-bottom: 1px solid #F0F0F0;
}
.sb-link-feed:hover {
    cursor: pointer;
}
.sb-link-feed:before {
    display: none!important;
}
.sb-link-feed .sb-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ddd
}
.sb-link-feed .sb-image .sb-thumbnail {
    width: 96px;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.sb-link-feed .sb-body {
    display: block;
    vertical-align: middle;
    padding: 16px 16px 16px 112px;
}
.sb-body h3 {
    font-weight: 700;
    font-size: 18px!important;
    line-height: 24px!important;
    margin: 0 0 8px!important;
    color: #444;
}
/*@media (min-width: 768px) {
    .sb-body h3 {
        font-size: 24px!important;
        line-height: 28px!important;
    }
}*/
@media (min-width: 992px) {
    .sb-body h3 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.sb-body h3 .pin-icon svg {
    fill: #55595c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 16px;
}
.sb-body .sb-subtitle {
    color: #aaa;
    font-size: 14px;
}
.sb-body .sb-subtitle .sb-link-types {
    letter-spacing: 2px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 4px;
}
@media (min-width: 768px) {
    .sb-body .sb-subtitle .sb-link-types {
        display: inline-block;
        margin-right: 16px;
        margin-bottom: 0
    }
}
.sb-body .sb-subtitle .sb-link-types .edge-icon {
    height: 20px;
    width: 20px;
    fill: #aaa;
    margin-right: 8px;
}
.sb-body span.sbbs-tag {
    font-size: 14px;
}
