
  /*@media screen and (min-width: 769px) {
    body > div {
      min-width: 800px;
      max-width: 1280px;
    }
  }*/

/* ------------------------------ */
@media screen and (min-width: 768px) {
  body,html {
    max-width: 760px;
    margin: 0 0;
  }
}
@media screen and (min-width: 992px) {
  body,html {
    max-width: 990px;
    margin: 0 0;
  }
}
@media screen and (min-width: 1200px) {
  body,html {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* START: Bootstrap Resets/Overrides/Mods */
.glyphicon-flip-H {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
/*   END: Bootstrap Resets */


/* START: Springshare/Bootstrap Resets */
/* REMOVE LIBGUIDES Content Box styles */
#SS_paceGlobalPageTitle { display: none; }
#s-lg-guide-tabs-title-bar { border: none; }

div[id^="s-lg-tabs"],
div[id^="s-lg-guide"],
div[class^="s-lg-box-"],
/*div[class^="s-lib-box"] { margin:0; padding:0; background-color: transparent; border-top: none; border-right: none; border-bottom: none; border-left: none; box-shadow: none; }*/
div[class^="s-lib-box"] { background-color: transparent; border-top: none; border-right: none; border-bottom: none; border-left: none; box-shadow: none; }
h2[class^="s-lib-box"] { display: none; }

.lib-content-body div[id^="s-lg-tabs"],
.lib-content-body div[id^="s-lg-guide"],
.lib-content-body div[class^="s-lg-box-"],
.lib-content-body div[class^="s-lib-box"] { margin:0; padding:0; line-height: 0; border-top: none; border-right: none; border-bottom: none; border-left: none; box-shadow: none; }
.lib-content-body h2[class^="s-lib-box"] { display: none; }
.lib-content-body div[id^="s-lg-content"] > div { line-height: 1.75em; }

.pacelib_widget div[id^="s-lg-tabs"],
.pacelib_widget div[id^="s-lg-guide"],
.pacelib_widget div[class^="s-lg-box-"],
.pacelib_widget div[class^="s-lib-box"] { margin:0; padding:0; line-height: 0; border-top: none; border-right: none; border-bottom: none; border-left: none; box-shadow: none; }
.pacelib_widget h2[class^="s-lib-box"] { display: none; }

#pacelib_ToC div[id^="s-lg-tabs"],
#pacelib_ToC div[id^="s-lg-guide"],
#pacelib_ToC div[class^="s-lg-box-"],
#pacelib_ToC div[class^="s-lib-box"] { border-top: none; border-right: none; border-bottom: none; border-left: none; box-shadow: none; margin:0; padding:0; }
#pacelib_ToC h2[class^="s-lib-box"] { display: none; }

#SS_paceGlobalPageTitle > div > h1 { margin-bottom: 0; }

.breadcrumb {
  padding: 0;

  background-color: transparent;
}
/*   END: Springshare/Bootstrap Resets */



/* START: Pace Brand Global Styles */
.bg_pace-Blue {
    background-color: rgb(33, 66, 119);
}
.bg_pace-Gold {
    background-color: rgb(252, 193, 45);
}
.bg_pace-Accent-1 {
    background-color: rgb(61, 141, 198);
}
.bg_pace-Accent-2 {
    background-color: rgb(156, 179, 29);
}
.bg_pace-Accent-3 {
    background-color: rgb(203, 139, 54);
}
.bg_pace-Accent-4 {
    background-color: rgb(222, 68, 20);
}
.text_pace-Blue {
    color: rgb(33, 66, 119);
}
.text_pace-Gold {
    color: rgb(252, 193, 45);
}
.text_pace-Accent-1 {
    color: rgb(61, 141, 198);
}
.text_pace-Accent-2 {
    color: rgb(156, 179, 29);
}
.text_pace-Accent-3 {
    color: rgb(203, 139, 54);
}
.text_pace-Accent-4 {
    color: rgb(222, 68, 20);
}
/*  END: Pace Brand Global Styles */





/* START LIBRARY STYLES */
body { font-size: 14px; }

.lib-guidepage-article-body div > a,
.lib-guidepage-article-body p > a {
  padding: 1px 3px;
  background-color: transparent;
  border-bottom: 3px solid rgba(176, 204, 246, .65);
  text-decoration: none;
  transition: background-color 0.25s;
}

.lib-guidepage-article-body p > a:hover,
.lib-guidepage-article-body div > a:hover {
  background-color: rgba(176, 204, 246, .65);
}

.btn-minimal { padding: 0 5px; background-color: transparent; border: 1px solid #ccc; } /* ? */
  .btn-minimal:hover { background-color: rgba( 0,0,0,.15 ); border: 1px solid #aaa; } /* ? */


/* START: BUTTONS */
.btn.btn-minimal {
 background-color: transparent;
 border: 1px solid #ccc;
}
 .btn.btn-minimal-xs {
   padding: 0 5px;
 }
 .btn.btn-minimal-sm {
   padding: 2px 8px;
 }
 .btn.btn-minimal-md {
   padding: 4px 10px;
 }
 .btn.btn-minimal-block {
   width: 100%;
 }
 .btn.btn-minimal-light {
   color: #ccc;
   /*background-color: rgba(1, 80, 141, 1);*/
   background-color: rgba(61, 141, 198, 1);
   border: 1px solid #ccc;
 }
 .btn.btn-minimal-dark {
   /*color: rgba(1, 80, 141, 1);*/
   color: rgba(61, 141, 198, 1);
   background-color: #ccc;
   border: 1px solid #69c;
 }
 .btn.btn-minimal-dark:hover {
   background-color: #f6f6f6;
 }
/*   END: BUTTONS */

/* START: GLOBAL NAVS */
.lib-tier1-nav {
  margin: 1rem 0;
  padding: 0;
  color: #7d7d7d;
  font-family: "Brandon Grot W01 Bold", "Arial", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
}

  .lib-tier1-nav ul { margin-top: 10px; margin-bottom: 0; }
  /*.lib-tier1-nav ul:before { content: "Library:"; padding-left: .5rem; color: rgb(33, 66, 119); }*/
    .lib-tier1-nav ul li { margin: 0 0 0 1em; padding:0; border-left: 1px solid transparent; border-right: 4px solid transparent; }
    .lib-tier1-nav ul li a { color: #999; }
    .lib-tier1-nav ul li:before {
       content: "|";
       padding-right: 0.5rem;
       color: #ddd;
    }
    .lib-tier1-nav ul li:nth-child(1):before { margin-left: 0; padding-right: 0; color: transparent; }
    .lib-tier1-nav ul li.active {  color: rgb(33, 66, 119); }
    .lib-tier1-nav ul li.active a {
      color: rgb(33, 66, 119);
      text-decoration: none;
    }
    .lib-tier1-nav ul li.active:before {
       /*color: transparent;*/
    }

li#s-lg-widget-1496838909412:before {
  content: "";
  padding-right: 0;
  color: transparent;
}
li#s-lg-widget-1496838909412 {
  display: inline-block;
  margin-right: 0;
  padding-top: .25em;
  line-height: 1.42857;
  font-size: .65em;
}
  li#s-lg-widget-1496838909412 .s-lg-widget-search .s-lg-form-control {
    font-size: 1em;
  }

  li#s-lg-widget-1496838909412 .s-lg-widget-search button.s-lg-btn-api-drop {
    margin: -4px 0;
    padding: 0 .25em;
  }

/*   END: GLOBAL NAVS */

/* START: CONTACT PANEL */
.contactsPanel .panel-heading .col-xs-9 {
  padding-right: 0
}
.contactsPanel .panel-heading .col-xs-3 {
  padding-left: 0
}
.contactsPanel .contacts-sub-title { margin-top: 2px; font-size: 14px; }
.contactsPanel .contacts-location { font-size: 12px; }
.contactsPanel .contacts-avatar span { display: inline-block; width: 75px; height: 75px; border: 1px solid #ddd; overflow: hidden; }
.contactsPanel .contacts-avatar span i { font-size: 5.5em; }

.contactsPanel .contacts-avatar > img { height: auto; }
.contacts-comm-method-body i.glyphicon { font-size: 2em; color: #369; }
.contacts-comm-method-body span.text { font-size: 1.25em; }
/*   END: CONTACT PANEL */


.contact-subfooter {
  margin: 40px 0 0 0;
  border-top: 2px solid rgba(33, 66, 119, .5);
  position: relative;
  z-index: 100;
}
.contact-subfooter span {
  padding: .5rem .25rem;
  display: block;
  position: relative;
  z-index: 105;
  background-color: #e6e6e6;
}
.contact-subfooter > span > ul {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 110;
}
.contact-subfooter > span > ul li {
  position: relative;
  z-index: 111;
  color: #767676;
}
.contact-subfooter ul li .fa {
  font-size: 1.7em;
}

.contact-subfooter > span > ul li button {
  background-color: #ddd;
  color: #111;
}
.contact-subfooter ul li button:hover {
  background-color: rgb(33, 66, 119);
  color: #fff;
}

.fa-twitter { color: rgb(0, 172, 237) }
.fa-facebook { color: rgb(59, 89, 152); position: relative; z-index: 100; }
.fa-youtube { color: rgb(239, 51, 64) }
.fa-instagram { color: rgb(66, 112, 151) }

.contact-subfooter .fb_Slider {
  position: absolute;
  visibility: hidden;
  right: 16px;
  padding: 0 .5em;
  top: 0px;
  z-index: 101;
  border-top: 2px solid rgba(33, 66, 119, .5);
  border-right: 2px solid rgba(33, 66, 119, .5);
  border-left: 2px solid rgba(33, 66, 119, .5);
  border-radius: 4px 4px 0 0;
  background-color: #e6e6e6;
  opacity: 0;
  transition: top 0.5s ease-in-out, opacity 0.5s ease-in-out, z-index 0.5s linear, visibility 0.5s linear;
}
.contact-subfooter .fb_Slider > ul {
  position: relative;
  z-index: 102;
}
.contact-subfooter .fb_Slider > ul > li {
  position: relative;
  z-index: 103;
}
.contact-subfooter .fb_Slider > ul > li > button {
  position: relative;
  z-index: 104;
}
.contact-subfooter .fb_Slider button { background-color: rgb(59, 89, 152); color: #fff; }
.contact-subfooter .fb_Slider.active {
  top: -30px;
  z-index: 105;
  visibility: visible;
  opacity: 1;
}

#LibraryAlert-Container {
  visibility: hidden;
  position: fixed;
  left: 50%;
  top: 50px;
  /*min-width: 500px;
  max-width: 500px;*/
  min-width: 500px;
  max-width: 500px;
  margin-left: -250px;
  z-index: 2000;
  background-color: rgba(225, 225, 225, .15);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
#LibraryAlert-Container {
  left: 0;
  min-width: 100%;
  margin-left: 0;
}
}

#LibraryAlert-Container.show {
  visibility: visible;
}

.toast {
  visibility: hidden;
  top: -200px;
  position: relative;
  min-width: 100%;
  margin-bottom: 10px;
  padding: 8px 16px;
  box-shadow: 5px 5px 10px rgba(128, 128, 128, .65);
  text-align: left;
  transition: 1s top ease-in-out;
}

.toast-heading-block {
  margin-bottom: .5em;
  padding-bottom: .25em;
}

.toast-detail a {
  padding: 4px 8px;
  font-weight: 600;
  text-decoration: none;
}

.toast.toast-critical {
  background-color: rgb(196, 51, 51);
  color: #fff;
}
.toast.toast-critical .toast-heading-block {
  border-bottom: 1px solid rgb(176, 31, 31);
}
.toast.toast-critical .toast-detail a {
  background-color: rgb(216, 71, 71);
  border: 1px solid rgb(176, 31, 31);
  color: #fff;
}
.toast.toast-critical .toast-detail a:hover {
  background-color: rgb(196, 31, 31);
}

.toast.toast-warning {
  background-color: rgb(247, 211, 62);
  color: #333;
}
.toast.toast-warning .toast-heading-block {
  border-bottom: 1px solid rgb(227, 191, 42);
  margin-bottom: .5em;
  padding-bottom: .25em;
}
.toast.toast-warning .toast-detail a {
  background-color: rgb(267, 231, 82);
  border: 1px solid rgb(227, 191, 42);
  color: #333;
}
.toast.toast-warning .toast-detail a:hover {
  background-color: rgb(227, 191, 42);
}

.toast.toast-info {
  background-color: rgb(62, 180, 246);
  color: #fff;
}
.toast.toast-info .toast-heading-block {
  border-bottom: 1px solid rgb(42, 160, 226);
  margin-bottom: .5em;
  padding-bottom: .25em;
}
.toast.toast-info .toast-detail a {
  background-color: rgb(82, 200, 266);
  border: 1px solid rgb(42, 160, 226);
  color: #fff;
}
.toast.toast-info .toast-detail a:hover {
  background-color: rgb(42, 160, 226);
}

.toast .toast-heading1 {
  font-size: 1.25em;
  font-weight: 600;
}

.toast .toast-heading2 {
  font-size: 1.05em;
  font-weight: 600;
}

.toast .toast-close > button {
  color: #fff;
  opacity: .8;
}
.toast .toast-close > button > span {
  color: #fff;
  text-shadow: -1px 2px 1px #111;
}

.toast.show {
  visibility: visible;
  top: 0;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
.toast.hide {
  /*visibility: visible;*/
  -webkit-animation: fadeout 0.5s 2.5s;
  animation: fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {top: -200px; opacity: 0;}
    to {top: 0; opacity: 1;}
}
/*@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}*/

@keyframes fadein {
  from {top: -200px; opacity: 0;}
  to {top: 0; opacity: 1;}
}
/*@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}*/

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.libAlert_Reminder, .libAlert_Reminder.hide { visible: none; }
.libAlert_Reminder.show { visible: visible; }

.libAlert_Reminder a i {
  color: rgb(216, 71, 71);
  font-size: 2em;
  padding: .25em 0;
  text-shadow: 1px 1px 2px rgb(176, 31, 31);
  }
}

#SS_paceGlobalMobileHeader_Nav > div:nth-child(1) > span.libAlert_Reminder {
  padding: .25em .25em 0 0;
}
