
/************************/

/*------- Rivers -------*/

/************************/

#river-content {
    width: 100%;
    padding: 40px 50px 0;
    box-sizing: border-box;
}
#river-new-materials {
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 36px;
    border-bottom: solid 1px #666;
    margin-bottom: 20px;
    padding-left: 10px;
}
#river-search-targets {
    color: #fff;
    font-family: 'Teko', sans-serif;
    font-size: 36px;
    border-bottom: solid 1px #666;
    margin-bottom: 20px;
    padding-left: 10px;
}
.river {
    margin: 0 auto;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100% !important;
    border-radius: 5px 5px 0 0;
}
.river h3 .river-title {
    color: #000;
    font-weight: 400;
    top: 0;
    border: none;
    text-transform: none;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
}
.river h3 {
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px 5px 43px;
    color: #00;
}
.river h3 a {
    color: #000;
}
.river h3 strong {
    margin: 0 3px 0 0;
}
.river h3 span {
    font-weight: 100;
    position: relative;
    top: -2px;
    margin: 0 4px;
}
.river .slide-wrap {
    /*height: 271px;*/
    height:135px;
}
.river .slide {
    position: relative;
    -webkit-transition: left .5s;
    left: 0;
    width: 100%;
}
.river .slide-active-r {
    left: -30px;
}
.river .slide-active-l {
    left: 30px;
}
.river .shift {
    position: absolute;
    top: -13px;
    z-index: 9;
    background-color: #161618;
    /*height: 305px;*/
     height:150px;
    -webkit-transition: opacity .5s, width .1s, margin .5s, background-color 1s;
    width: 0px;
}
.river .shift-active {
    width: 66px;
    background-color: #161618 !important;
}
.river .left {
    left: -34px;
    width: 64px;
}
.river .right {
    right: -35px;
    width: 80px;
}
.river .left:hover,
.river .right:hover {
    cursor: pointer;
}
.river i.shift {
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url(/custom/web/rivers/river-icons/cep-carousel-arrow.png);
    background-size: auto;
    background-repeat: no-repeat;
    height: 40px;
}
.river i.left {
    width: 18px;
    background-position: 0px 0px;
    margin: 0 35px;
    background-size: 40px;
}
.river i.right {
    background-position: -22px 0px;
    width: 20px;
    margin: 0 35px;
    background-size: 40px;
}
.river .i-active {
    width: 28px;
    margin: 0 36px;
    opacity: 1;
}
.river .i-active-move {
    margin: 0 24px !important;
}
.river ul {
    position: relative;
    white-space: nowrap;
    transition: transform 0.5s ease-out;
    margin: 0;
}
.river li {
    display: inline-block;
    margin: 0 2px -2px 0;
    border: solid 4px #161618;
    background: #96253b;
    box-sizing: border-box;
}
.river li:first-child {
    margin-right: 4px;
    /*width: 208px;
    height: 273px;
   */
    width:104px;
    height:136px;
    background: none;
}
.river .empty-li {
    background: #222;
    margin: 0 2px 0 4px;
    border: solid 1px #444;
    width: 188px !important;
    /*height: 265px !important;*/
    text-align: center;
    white-space: normal;
    padding: 0 30px;
    display: none!important;
}
.river .empty-li em.fa.fa-eye {
    float: left;
    width: 100%;
    color: #666;
    font-size: 52px;
    position: relative;
    top: 142px;
}
.river-title-author {
    position: absolute;
    top: 13px;
    margin-left: 16px;
    display: none;
}
.river-title {
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
    width: 78px;
    white-space: normal;
    text-transform: capitalize;
}
.river-author {
    font-size: 11px;
    padding-top: 10px;
    width: 78px;
    white-space: normal;
    text-transform: capitalize;
}
.river-title a {
    color: #dbf2ff;
}
.river-author a {
    color: #fff;
}
.river-image {
    /*width: 188px;
    height: 263px;*/
    width:93px;
    height:131px;
    overflow: hidden;
    border: solid 1px #444;
}
.river-image-loading {
    position: absolute;
    top: 53px;
    left: 63px;
    width: 63px;
}
.river-result .results_img {
    display: none;
}
.river-image img {
    width: 100%;
    height: 100%;
}
.river-bio {
    height: 90px;
    width: 170px;
    float: left;
    padding: 3px 0 15px 15px;
    display: none;
}
.river-bio div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 0;
}
.river-bio .displayDetailLink a {
    font-size: 12px;
}
.river-result .displayElementWrapper,
.river-result .displayElementText {
    font-size: 11px;
}
.river h3 em.fa {
    margin-right: 10px;
    color: #c6c6c6;
    font-size: 18px;
    position: relative;
}
.river h3 em.fa.fa-eye {
    margin-left: 20px;
}
.river .formatTypeIcon {
    top: 6px;
    background-size: 16px 16px;
    min-width: initial;
    width: 16px;
}
.river-bio .displayElementWrapper:first-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.river .view-all-results {
    float: left;
    width: 100%;
    text-align: center;
    top: 105px;
    position: relative;
    background: #36363b;
    color: #ffffff;
    padding: 10px 15px;
    border: solid 2px #444444;
    font-size: 18px;
    font-weight: 100;
    display: none;
    box-sizing: border-box;
}
.river .view-all-results:hover {
    opacity: .7;
    cursor: pointer;
}
div[id^="river-detail"] {
    display: none;
}
/*--- River (Events) ---*/

.river.events li {
    width: 290px !important;
    padding: 0;
    margin: 0;
    border-left: 0;
    margin-right: 8px !important;
    margin-left: 2px;
    height: 145px !important;
}
.river.events .shift {
    height: 145px;
}
.river.events .i.left,
.river.events .i.right {
    top: 125px;
}
.river.events .river-title {
    position: absolute;
    color: #c1e3fd;
    background: #00000091;
    padding: 16px 20px 14px;
    height: 115px;
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 0;
    white-space: normal;
}
.river.events .river-title div {
    white-space: normal;
    font-size: 12px;
    display: block;
    float: left;
    color: #fff;
    font-weight: 400;
}
.river.events .river-title {
    width: 250px !important;
}
.river.events .river-links {
    font-weight: 100;
    font-size: 12px !important;
}
.river.events .river-links a {
    font-weight: 400;
    color: #ffff67;
    margin-right: 4px;
    margin-left: 4px;
}
.river.events .river-links a:first-child {
    margin-left: 0;
}
.river.events .river-links a:hover {
    cursor: pointer;
    text-decoration: none;
}
/*--- River (New) ---*/

.river.new .river-bio div {
    font-size: 11px;
    margin-bottom: 5px;
}
#content {
    display: none;
    padding-top: 10px;
}
.quicksearchWrapper {
    display: none;
    padding-top: 136px;
}
/*--- River Animated Elements ---*/

.river-result {
    transition: all .2s ease-in-out;
    position: relative;
    top: 0;
}
.river-result:focus {
    outline: none;
}
.river-result:hover {
    cursor: pointer;
}
/*--- River Detail ---*/

.river-detail {
   /* min-width: 900px;*/
    display: none;
    padding: 20px;
    border: solid 1px #444;
    margin-top: 30px;
    box-sizing: border-box;
    background: #36363b66;
    border-radius: 5px;
}
.river-detail .results_right {
    margin-left: auto;
    padding: 0;
    width: 170px;
    color: #ffffff;
    font-size: 11px !important;
    text-align: right;
    line-height: 18px;
    border: solid 1px #666;
    padding: 15px 20px;
    border-radius: 5px;
    background: #36363b;
    flex-shrink: 0;
    margin-top: 43px;
    margin-bottom: 5px;
}
.river-detail .button {
    background: none;
    font-size: 16px;
    text-shadow: none;
    width: 130px !important;
    box-shadow: none;
    text-align: right;
    text-overflow: initial;
    padding: 8px 0;
    margin-left: 0;
}
.river-detail .button:hover {
    cursor: pointer;
    opacity: .6;
}
div[id^="SD_MAKE_REQUEST"],
div[id^="BUYITNOW"],
div[id^="ILLIADREQUEST"],
div[id^="MARC"],
div[id^="accessContentPanel"] {
    display: none;
}
.river-detail .results_right div:after,
.river-detail .results_right a:after {
    font-family: 'fontawesome';
    font-size: 14px;
    margin-left: 11px;
    -webkit-font-smoothing: antialiased;
}
.river-detail div[id^="SD_MAKE_REQUEST"]:after {
    content: '\f0f3';
    font-size: 13px;
}
.river-detail div[id^="BUYITNOW"]:after {
    content: '\f155';
    font-size: 14px;
    margin-right: 2px;
    margin-left: 12px;
}
.river-detail div[id^="ILLIADREQUEST"]:after {
    content: '\f044';
    margin-left: 9px;
}
.river-detail div[id^="MARC"]:after {
    content: '\f00b';
    font-size: 13px;
    margin-right: 1px;
    margin-left: 11px;
}
.river-detail div[id^='OCLC_CITE_THIS']:after {
    content: '\f10d';
    font-size: 13px;
    margin-left: 11px;
}
.river-detail div[id^='PERMALINK']:after {
    content: '\f0c1';
}
.river-detail div[id^='OPEN_PDF_EBOOK']:after {
    content: '\f1c1';
    font-size: 13px;
    margin-left: 13px;
    margin-right: 1px;
    position: relative;
    top: -1px;
}
.river-detail a[title^="EBSCO"] {
    display: inline-block;
}
.river-detail a[title^="EBSCO"]:after {
    content: '\f0ca';
}
.river-detail .ercDownloadButton:after {
    font-family: 'fontawesome';
    content: '\f019';
    margin-left: 10px;
    margin-right: -1px;
}
.river-detail .ercPreviewButton button:after {
    font-family: 'fontawesome';
    content: '\f06e';
    margin-left: 10px;
}
.river-detail a[title="View Full Text"] {
    float: right;
}
.river-detail a[title="View Full Text"]:after {
    content: '\f15c';
}
.river-detail a[title="Find It"] {
    float: right;
}
.river-detail a[title="Find It"]:after {
    content: '\f00e';
    margin-left: 11px;
    margin-right: -2px;
    font-size: 15px;
}
.river-detail .holdSpan {
    display: block;
}
.river-detail .holdSpan:after {
    content: '\f04c';
    font-size: 13px !important;
}
.river-detail .text-this:after {
    content: '\f0e6';
    font-size: 16px;
    margin-right: -1px;
}
.river-detail .results_bio {
    width: 100% !important;
    /*margin-right: 50px !important;*/
}
.river-detail .results_bio>.displayElementWrapper:first-child {
    border-bottom: solid 1px #444444;
    margin-bottom: 12px;
    padding-bottom: 7px;
}
.river-detail-showing {
    transform: scale(1.02);
    top: -6px !important;
    border: solid 4px #ffffff !important;
}
.river-detail-showing:after {
    font-family: "fontawesome";
    content: "\f0d7";
    color: #ffffff;
    position: absolute;
    bottom: -34px;
    left: 84px;
    font-size: 52px;
}
.river-detail .river-image {
    /*width: 230px;
    height: 325px;*/
    border: solid 1px #444;
    margin: 5px 30px 5px 5px;
    flex-shrink: 0;
}
.river-detail .displayDetailLink {
    font-size: 32px;
    line-height: 32px;
}
.river-detail .displayDetailLink a {
    color: #b2cde0;
    font-family: 'Teko', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.river-detail .displayDetailLink a:hover {
    text-decoration: none;
    opacity: .7;
}
.river-detail .displayElementWrapper {
    color: #fff;
}
.river-detail .displayElementLabel {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.river-detail .displayElementText {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}
.river-detail .displayElementText.SERIES {
    text-transform: capitalize;
}
.river-detail .displayElementText a {
    font-size: 16px;
    color: #fff;
}
.river-detail .fa.fa-close {
    color: #a6a2a2;
    text-align: right;
    font-size: 18px;
    position: relative;
    top: -16px;
    right: -16px;
    float: right;
    height: 0;
    -webkit-font-smoothing: antialiased;
    background: #000;
    padding: 3px 5px 6px;
    height: 15px;
    border: solid 1px #444;
    border-radius: 5px;
}
.river-availability .fa.fa-close {
    background: none;
    border: none;
}
.river-summary-full .fa.fa-close {
    background: none;
    border: none;
}
.river-detail .fa.fa-close:hover {
    cursor: pointer;
    opacity: .7;
}
.river-detail-find-item {
    float: right;
    position: relative;
    font-size: 30px;
    height: 0;
    color: #fbff4f;
    left: -21px;
    font-family: 'Teko', sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-top:-25px;
}
.river-detail-find-item:hover {
    opacity: .7;
    cursor: pointer;
}
.river-detail em.fa.fa-map-marker {
    margin-left: 10px;
    color: #fff;
    font-size: 21px;
    position: relative;
    top: -1px;
}
.river-detail .displayElementWrapper.BIBSUMMARY {
    overflow-y: scroll;
}
.river-detail .displayElementLabel.BIBSUMMARY {
    display: block;
    margin-bottom: 5px;
}
.river-detail .displayElementText.highlightMe.BIBSUMMARY {
    height: auto !important;
    width: 100%;
    max-height: 82px;
    line-height: 21px;
}
.river-summary-full {
    font-size: 18px;
    line-height: 26px;
    position: fixed;
    background: #ffffff;
    padding: 30px 35px;
    border-radius: 5px;
    border: solid 1px #666;
    top: 180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
    z-index: 999;
    display: none;
    color: #000;
    overflow-y: auto;
    max-height: 500px;
}
.river-summary-title {
    text-transform: capitalize;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    line-height: 34px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}
.river-availability-title {
    text-transform: capitalize;
    font-family: 'Teko', sans-serif;
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;
    line-height: 34px;
}
span.availability-title {
    color: #38749e;
}
.river-availability {
    font-size: 18px;
    line-height: 26px;
    position: fixed;
    background: #ffffff;
    padding: 30px;
    border-radius: 5px;
    border: solid 1px #666;
    top: 180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 80%;
    z-index: 999;
    display: none;
    color: #000;
    overflow-y: auto;
    height: auto;
    max-height: 800px;
}
.river-availability-loading {
    width: 130px;
    margin-top: 10px;
}
.river-availability-table table {
    font-weight: 400;
    font-size: 16px;
    border-collapse: collapse;
}
.river-availability-table th {
    background: #444;
    border: solid 1px #ccc;
    padding: 3px 10px;
    text-align: left;
}
.river-availability-table td {
    border: solid 1px #ccc;
    padding: 3px 10px;
    text-align: left;
}
.river-number-available {
    margin-bottom: 8px;
}
#river-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    background: #000;
    z-index: 99;
    opacity: .7;
    display: none;
}
.river-summary-more {
    display: none;
    font-size: 12px;
    margin-top: 5px;
    color: #fbff39;
    width: 60px;
}
.river-summary-more:hover {
    cursor: pointer;
    opacity: .7;
}
.river-preloader-container {
    width: 100%;
    text-align: center;
    position: absolute;
}
.river-preloader {
    margin-top: 35px;
}
/*--- Book Cover Image Formats ---*/

.river-result-format {
    display: none;
}
.river-result .result-image-format {
    height: 261px;
    width: 186px;
    position: absolute;
}
.river-result .result-image-format img {
    width: 60px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 185px;
}
.river-detail .detail-image-format {
    width: 160px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
}
.river-result.book,
.river-detail.book .river-image {
    background: #274161;
}
.river-result.book .result-image-format img {
    width: 47px;
    top: 187px;
}
.river-result.eaudiobook,
.river-detail.eaudiobook .river-image {
    background: #572222;
}
.river-result.eaudiobook .result-image-format img {
    width: 51px;
    top: 187px;
}
.river-result.ebook,
.river-detail.ebook .river-image {
    background: #0f3a42;
}
.river-result.ebook .result-image-format img {
    width: 47px;
    top: 187px;
}
.river-result.audio-disc,
.river-detail.audio-disc .river-image {
    background: #3a2958;
}
.river-result.video-cassette,
.river-detail.video-cassette .river-image {
    background: #441d29;
}
.river-result.video-disc,
.river-detail.video-disc .river-image {
    background: #2e3c05;
}
.river-result.online-resource,
.river-detail.online-resource .river-image {
    background: #471039;
}
.river-result.online-resource .result-image-format img {
    width: 46px;
}
.river-result.evideo,
.river-detail.evideo .river-image {
    background: #3f2a05;
}
.river-result.evideo .result-image-format img {
    top: 197px;
}
.river-result.video-cassette .result-image-format img {
    top: 200px;
}
.river-result.continuing-resources,
.river-detail.continuing-resources .river-image {
    background: #344e2b;
}
.river-result.continuing-resources .result-image-format img {
    width: 52px;
}
.river-result.music,
.river-detail.music .river-image {
    background: #2d565a;
}
.river-result.music .result-image-format img {
    width: 48px;
    top: 188px;
}
.river-result.periodical,
.river-detail.periodical .river-image {
    background: #40395c;
}
.river-result.periodical .result-image-format img {
    width: 52px;
}
.river-result.academic-journal,
.river-detail.academic-journal .river-image {
    background: #595e32;
}
.river-result.academic-journal .result-image-format img {
    width: 52px;
    top: 191px;
}
.river-result.visual-materials,
.river-detail.visual-materials .river-image {
    background: #255658;
}
.river-result.patent,
.river-detail.patent .river-image {
    background: #7d583d;
}
.river-result.audio-cassette,
.river-detail.audio-cassette .river-image {
    background: #552747;
}
.river-result.microform,
.river-detail.microform .river-image {
    background: #4e382b;
}
.river-result.patent .result-image-format img {
    width: 44px;
    top: 187px;
}
.river-result.news,
.river-detail.news .river-image {
    background: #6f4c20;
}
.river-result.news .result-image-format img {
    top: 195px;
}
.river-result.dissertation-thesis,
.river-detail.dissertation-thesis .river-image {
    background: #482239;
}
.river-result.dissertation-thesis .result-image-format img {
    width: 51px;
    top: 190px;
}
.river-result.report,
.river-detail.report .river-image {
    background: #96253b;
}
.river-result.report .result-image-format img {
    width: 50px;
}
.river-no-results {
    color: #aaa;
    font-size: 16px;
    float: left;
    padding-top: 50px;
}
.river-summary-full .fa.fa-close {
    color: #9a9a9d;
    text-align: right;
    font-size: 18px;
    position: relative;
    top: -21px;
    right: -25px;
    float: right;
    height: 0;
    -webkit-font-smoothing: antialiased;
}
.river-summary-full .fa.fa-close:hover {
    cursor: pointer;
    opacity: .7;
}
/*--- Non-modal detail content ---*/

.ui-tabs .ui-tabs-nav li {
    margin: 4px .2em 0 0 !important;
    top: 0;
    border: none;
    height: 28px;
}
.ui-tabs .ui-tabs-nav li.ui-state-selected.ui-state-hover {
    background: #fff !important;
}
/*--- Adjust detail Availability Table sort icons ---*/

span.totalAvailable {
    margin-left: 5px;
}
span.sorttable_sortAnyInd,
span#sorttable_sortfwdind,
span#sorttable_sortrevind {
    float: right;
}
#nm_detail_wrapper .detail_cover_art {
    margin: 0 20px 10px 30px;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    transform: initial;
    max-height: initial;
    width: 130px;
    height: auto;
}
#nm_detail_wrapper .detail_cover_art_div {
    width: initial;
    position: initial;
}
#nm_detail_wrapper .detail_main {
    padding: 30px 20px 0 0 !important;
}
/*-----------*/

.river.articles .river-detail-find-item,
.river.erc .river-detail-find-item,
.river.springer .river-detail-find-item {
    display: none;
}
.river-detail-open {
    display: block;
    width: 100%;
    background: #00000061;
    position: absolute;
    top: 95px;
    font-family: 'fontawesome';
    font-size: 30px;
    text-align: center;
    color: #fff;
    border-top: solid 1px #666;
    opacity: 1;
}
.river-detail-open:hover {
    opacity: .8;
}
.river-detail-open:after {
    content: '\f0d7';
}
.river-detail-close {
    display: none;
    width: 100%;
    height: 88px;
    background: #00000061;
    position: absolute;
    top: 0;
    font-family: 'fontawesome';
    color: #fff;
    font-size: 60px;
    text-align: center;
    border-bottom: solid 1px #666;
}
.river-detail-close:hover {
    opacity: .8;
}
.river-detail-close:after {
    content: '\f00d';
    position: relative;
    top: 14px;
}
.availableDiv {
    display: none;
}
/*--- Syndetics Links ---*/

/*
.unbound_searchresult {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-left: -3px;
}
.unbound_searchresult a {
    display: none;
    background: #ffffff6b;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 1px 10px;
    font-size: 11px;
    border: solid 1px #ddd !important;
    border-radius: 4px;
    color: #70889b;
}
.unbound_searchresult a:hover {
    text-decoration: none;
    opacity: .5;
    cursor: pointer;
}
.unbound_searchresults .displayElementLabel {
    display: none;
}
.unbound_searchresults .displayElementWrapper {
    padding-bottom: 0;
}
.results_bio .availableDiv {
    display: none;
}
.results_bio br:last-child {
    display: none;
}
*/

/*--- Syndetics Links Dropdown ---*/

/* Hide .availableDiv */

.availableDiv {
    display: none;
}
.unbound_searchresults {
    display: none;
}
.unbound_searchresults .syndetics-title:before {
    font-family: 'fontawesome';
    content: '\f05a';
    margin-right: 6px;
    color: #898989;
    font-size: 12px;
}
.unbound_searchresults .displayElementWrapper {
    margin-top: 20px;
    display: inline-block;
}
.unbound_searchresults .syndetics-title {
    margin-left: -8px;
    font-size: 11px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    color: #00004a;
    padding: 4px 10px;
    border-radius: 6px;
    background: #ffffff6b;
    white-space: nowrap;
    border: solid 1px #bbb;
}
.syndetics-dropdown {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    z-index: 1;
    border: solid 1px #ddd;
    margin-left: -8px;
}
.unbound_searchresults .displayElementWrapper:hover .syndetics-dropdown {
    display: block;
}
.syndetics-dropdown a {
    display: none;
    background: #ffffff6b;
    font-size: 11px;
    font-weight: 600;
    border: none !important;
    color: #1b77aa;
    float: left;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    text-decoration: none;
    border-bottom: solid 1px #ededed !important;
    text-align: left;
}
.syndetics-dropdown a:hover {
    background: #efefef;
    border-left: solid 1px #ccc;
}
.loading-syndetics {
    width: 30px;
    margin-top: 17px;
}
/*--- Fix facetPUBDATE layout ---*/

#facetFormPUBDATE #limitcolumn_pub_chkbox {
    font-size: 12px;
}
#limitcolumn_pub_graph {
    margin-left: 3px;
}
/*--- Hide Unbound Tab from My Account ---*/

#accountTabs .unbound-tab {
    display: none;
}
.logoContainer a img{
/*display:none;*/
}
.minimenu .mm-logo img {
    max-width: 415px;
    transition: .2s all ease-in-out;
    max-height: 200px;
}
#lwSearch{
display:none;
}