/* START: LIB-JUMBOTRON */
.lib-jumbotron {
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
  display: block;
  font-size: 1.25rem;

  /*background-color: rgb(33, 66, 119);*/

  color: rgba( 255,255,255, .75 );
  border-radius: 6px;
  border: 1px solid rgba(133,133,133,0);
}
/*   END LIB-JUMBOTRON */

.lib-home-container {
  margin-bottom: 20px
}

/* START: FEATURES */
.tier1-feature {
  min-height: 230px;
  margin-top: 0px;
  margin-bottom: 0px;
  /*padding-right: 3rem;*/
  /*padding-left: 3rem;*/
  padding: 20px 3rem;
}

.tier1-feature > .feature-box {
  /*height: 100%;*/
  min-height: 230px;
  padding: 0 1rem;
  font-size: 1.25rem;
}

.tier1-feature > .feature-box .feature-title{
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 3.5rem;
}



.tier1-feature .feature-box.searchPlus {
  background-color: #fff;
  /*color: rgb(33, 66, 119);*/
  color: rgba(33, 66, 119, 1);
  border-radius: 8px;
  transition: height 2s;
}

@media screen and (min-width: 992px) {
  .tier1-feature .feature-box.searchPlus .catSearchTypeContainer {
    padding: .25em 1em 0 0;
    margin: 0 0;
    left: 1em;
  }
  .tier1-feature .feature-box.searchPlus #catalogForm #catSearchType {
    font-size: 1em;
  }
  .tier1-feature .feature-box.searchPlus .catSearchInputContainer {
    padding: 4px 15px 0 15px;
    margin: 0;
  }
}

.tier1-feature .feature-box.quickLinks {
  padding: 0 0 0 1rem;
  font-size: 1.15rem;
}

.tier1-feature .feature-box.quickLinks ul { margin-bottom: 0;}

.tier1-feature .feature-box.quickLinks ul > li {
  /*height: 2.75rem;*/
  padding: 10px 0 0 15px;
  background-color: transparent;
  border-color: transparent;
}
  .tier1-feature .feature-box.quickLinks ul > li a {
    /*color: #fff;*/
    color: #e6e6e6;
    font-weight: 600
  }

.tab-content {
  border-right: 1px solid rgb(33, 66, 119);
  border-bottom:  1px solid rgb(33, 66, 119);
  border-left:  1px solid rgb(33, 66, 119);
}

.tab-content-container {
  min-height: 150px;
}

.tier1-feature ul.nav-tabs {
  border-bottom: none;
}

.tier1-feature ul.nav-tabs li {
  border: 1px solid rgba(132, 132, 132, .25);
  border-radius: 8px 8px 0 0;
}

.tier1-feature ul.nav-tabs li a {
  background-color: rgba(132, 132, 132, 1);
  color: #fff;
}

  .tier1-feature ul.nav-tabs li.active {
    border-top: 1px solid rgb(33, 66, 119);
    border-right: 1px solid rgb(33, 66, 119);
    border-bottom: 1px solid transparent;
    border-left: 1px solid rgb(33, 66, 119);
  }

  .tier1-feature ul.nav-tabs li.active a {
    background-color: #fff;
    border-radius: 8px;
    /*border-top: 1px solid rgba(33, 66, 119, 1);
    border-right: 1px solid rgba(33, 66, 119, 1);
    border-left: 1px solid rgba(33, 66, 119, 1);*/
    color: rgb(33, 66, 119);
  }

  .tab-main-panel div[name="pacelib_azDB_alphaList"] button { margin: .15em .05em; }

  .tab-side-panel dl {
    margin-bottom: 10px;
  }

  .tab-side-panel dl dt {
    margin-bottom: 2px;
    border-bottom: 1px solid rgb(33, 66, 119);
  }

  .tab-side-panel a > span { padding-right: .5rem; }

.feature-box.quickLinks ul li {
  text-transform: uppercase;
  line-height: 1.15em;
}


.feature-box.ask-a-librarian {
  max-height: 175px;
}
.feature-box.ask-a-librarian .lib-aal-image-container {
  max-height: 151px;
}
.feature-box.ask-a-librarian .lib-aal-button-container {
  max-height: 24px;
}
#libchat_5b7ce2544da2aa7b550704686e74163f button {
    display: inline-block;
    padding: 0 .5em;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    background-color: rgb(33, 66, 119);
    color: rgb(255, 255, 255);
    font-size: .80em;
    width: 100;
  }



.feature-box.todays-hours > div:nth-child(1) { max-height: 480px; }
.feature-box.todays-hours .lib-hours-heading-1 {
  font-size: 1.45rem;
  font-weight: 100;
  line-height: 2rem;
}
.feature-box.todays-hours div[name="lib-hours-toDate"] {
  margin-bottom: .2em;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 4px;
}

#api_hours_today_iid764_lid0 {
  font-size: .68em;
  height: 115px;
  overflow: hidden;
}
  #api_hours_today_iid764_lid0 table {
    /*border-bottom: 1px solid rgb(33, 66, 119);*/
  }

  #api_hours_today_iid764_lid0 table > tbody > tr {
    line-height: 16px;
  }

  #api_hours_today_iid764_lid0 table > tbody > tr > td {
    width: 100%;
    padding: .2em 0;
    display: block;
    clear: both;
    font-size: .98em;
    color: rgba(51,102,153,1);
  }

  #api_hours_today_iid764_lid0 table > tbody > tr > td:nth-child(0) {
    padding-left: .5em;
  }
  #api_hours_today_iid764_lid0 table > tbody > tr > td:nth-child(1) {
    padding-right: .5em;
  }

    #api_hours_today_iid764_lid0 > table > tbody > tr > td.hours-col-loc {
      /*background-color: rgb(33, 66, 119);*/
      /*padding: 2.5em 0 2.5em 0;*/
      /*border-bottom: 1px dashed rgba(51,102,153,.15);*/
      letter-spacing: .045em;
      transition: background-color 1s linear 1s;
    }
    #api_hours_today_iid764_lid0 > table > tbody > tr > td.hours-col-time {
      /*padding: 2.5em 0 2.5em 0;*/
      text-align: right;
    }

    .more-hours a {
      width: 80px;
      /*margin-left: -80px;*/
      padding: .22em 0 0 0;
      /*transition: all 1s ease;*/
      color: #e6e6e6;
    }
    .more_slider { display: inline-block; position: relative; margin-right: 1em; left: 25px; color: transparent; font-weight: 600; transition: all 1s ease; }
    .feature-box:hover .more_slider { left: 0; color: white; }
    .feature-box:hover .more-hours a { margin-left: 0; color: #fff; }
    .feature-box:hover .glyphicon-animate-spin { margin-left: 0; }

    .glyphicon-animate-spin {
      top: .18em;
      width: 16px;
      height: 16px;
      margin: -8px 0 0 -7px;
      color: white;
      font-size: 16px;
      transition: all 1s ease;
      -webkit-animation:spin 16s linear infinite;
      -moz-animation:spin 16s linear infinite;
      animation:spin 16s linear infinite;
    }
    @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
    @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
    @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


@media screen and (min-width: 992px) {
  #api_hours_today_iid764_lid0 {
    /*padding: 0;*/
  }
}

@media screen and (min-width: 768px) {
  .tier1-feature.feature-left {
    padding-right: 0;
    padding-left: 3rem;
  }

  .tier1-feature.feature-right {
    padding-right: 3rem;
    padding-left: 0;
  }

  .tier1-feature ul.nav-tabs li a {
    width: 100%;
  }

  .tab-side-panel {
    height: 149px;
    padding: 10px 5px 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: auto;
    background-color: #f6f6f6;
    border-right: 1px solid rgba(133,133,255,.25);
    border-left: 1px solid rgba(133,133,255,.25);
  }

}


@media screen and (min-width: 768px) {
  .tier1-feature ul.nav-tabs li:nth-child(1) {
    width: 16.437%;
  }
  html.firefox .tier1-feature ul.nav-tabs li:nth-child(1) {

    width: 114.812445px;
  }
  .tier1-feature ul.nav-tabs li:nth-child(2) {
    width: 17.5%;
  }
  html.firefox .tier1-feature ul.nav-tabs li:nth-child(2) {
    width: 125.2375px;
  }
  .tier1-feature ul.nav-tabs li:nth-child(3) {
    width: 16%;
  }
  html.firefox .tier1-feature ul.nav-tabs li:nth-child(3) {
    width: 111.76px;
  }
  .tier1-feature ul.nav-tabs li:nth-child(4) {
    width: 14.666%;
  }
  html.firefox .tier1-feature ul.nav-tabs li:nth-child(4) {
    width: 102.44201px;
  }
  .tier1-feature ul.nav-tabs li:nth-child(5) {
    width: 14.666%;
  }
  html.firefox .tier1-feature ul.nav-tabs li:nth-child(5) {
    width: 109.391658px;
  }
  .tier1-feature ul.nav-tabs li:nth-child(6) {
    width: 20.737%;
  }
  html.firefox .tier1-feature ul.nav-tabs li:nth-child(6) {
    width: 134.858329px;
  }
}

@media screen and (min-width: 2992px) {
  .tier1-feature ul.nav-tabs li:nth-child(1) {
    width: 14.437%;
  }

  .tier1-feature ul.nav-tabs li:nth-child(2) {
    width: 17.5%;
  }
  .tier1-feature ul.nav-tabs li:nth-child(3) {
    width: 17.5%;
  }

  .tier1-feature ul.nav-tabs li:nth-child(4) {
    width: 16.666%;
  }

  .tier1-feature ul.nav-tabs li:nth-child(5) {
    width: 16.666%;
  }
  .tier1-feature ul.nav-tabs li:nth-child(6) {
    width: 17.236%;
  }
}
/*    END: FEATURES */

/* START: MEDIA CAROUSEL - HOME */
#widget_eventCarousel {
  /*margin-top: -10px;*/
}

#pacelib-carousel-home {
  margin: 0 20px;
  opacity: 0;
  transition: opacity .25 ease-in-out;
  -moz-transition: opacity .25 ease-in-out;
  -webkit-transition: opacity .25 ease-in-out;
}

#pacelib-carousel-home .carousel-inner {
  height: 180px;
  /*background-color: #f66;*/
  /*overflow: hidden;*/
}

#pacelib-carousel-home .carousel-inner .item {
  height: 180px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

#pacelib-carousel-home .carousel-inner .item .carousel-caption {
  /*background-color: rgba(0, 0, 0, .9);*/
}

#pacelib-carousel-home .carousel-inner:hover .item .carousel-caption {
  /*background-color: rgba(0, 0, 0, .9);*/
}

#pacelib-carousel-home .carousel-inner .item .carousel-caption a, #pacelib-carousel-home .carousel-inner .item .carousel-caption a:visited {
  color: white;
}

#pacelib-carousel-home .carousel-inner .item .carousel-caption p {
  line-height: 1.3rem;
}

#pacelib-carousel-home .carousel-inner .item .carousel-caption h1, #pacelib-carousel-home .carousel-inner .item .carousel-caption h2, #pacelib-carousel-home .carousel-inner .item .carousel-caption h3, #pacelib-carousel-home .carousel-inner .item .carousel-caption h4, #pacelib-carousel-home .carousel-inner .item .carousel-caption h5, #pacelib-carousel-home .carousel-inner .item .carousel-caption h6 {
  margin-top: 10px;
  margin-bottom: 0;
}

#pacelib-carousel-home ol {
  display: none;
  bottom: 10px;
}

#pacelib-carousel-home li {
  border: 1px solid rgb(33, 66, 119);
  background-color: rgba(255,255,255,.25);
}

#pacelib-carousel-home li.active {
  background-color: #fff;
}

#pacelib-carousel-home .left, #pacelib-carousel-home .right {
  height: 150px;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}

#pacelib-carousel-home a.carousel-control span.glyphicon {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#pacelib-carousel-home:hover a.carousel-control span.glyphicon {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #pacelib-carousel-home { width: auto; }
  #pacelib-carousel-home .carousel-inner .item img {
    width: 460px;
    height: 160px;
  }
  #pacelib-carousel-home .carousel-inner .item .carousel-caption {
    /*height: 50px;*/
    height: 20px;
    overflow: hidden;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 5px 0 5px;
    transition: bottom .25s ease-in-out;
  }
  #pacelib-carousel-home .carousel-inner:hover .item .carousel-caption {
    bottom: 0;
  }
  #pacelib-carousel-home .carousel-inner .item .carousel-caption .captionDate {
    height: 12px;
    padding: 0 2rem;
    background-color: #848484;/*rgb(78, 190, 246)*/
    font-size: 10px;
    text-shadow: 1px 1px #111;
  }
  #pacelib-carousel-home .carousel-inner .item .carousel-caption .captionTitle p {
    height: 18px;
    margin: 0;
    padding: 2.5px .5rem;
  }
}
/*   END: MEDIA CAROUSEL - HOME */


@media screen and (max-width: 768px ) {
  .feature-box.quickLinks ul {
    font-size: 2em;
    text-align: center;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  #api_hours_today_iid764_lid0 {
    font-size: 1.5em;
    height: auto;
    overflow: none;
  }

  /* START: Carousel */
  #pacelib-carousel-home .carousel-inner {
    height: 160px;
  }
  #pacelib-carousel-home .carousel-inner .item {
    height: 160px;
  }
  #pacelib-carousel-home .carousel-inner .item img {
    width: 100%;
  }
  #pacelib-carousel-home .carousel-inner .item .carousel-caption {
    width: 100%;
    height: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /*   END: Carousel */
}
