@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
/*------- Our Beloved Variables -------*/
/*------- Dark mode Variables -------*/
/*------- Text Variables -------*/
.sans-serif-text {
  font-family: "Open Sans", sans-serif; }

.serif-text, .title-text {
  font-family: "Barlow Condensed", sans-serif; }

.usfsky {
  background-color: #29AFCE; }

.usfsky-text {
  color: #29AFCE; }

.usfstorm {
  background-color: #006484; }

.usfstorm-text {
  color: #006484; }

.usfgreen {
  background-color: #006747; }

.usfgreen-text {
  color: #006747; }

.usfgold {
  background-color: #cfc493; }

.usfgold-text {
  color: #cfc493; }

.usfsand {
  background-color: #edebd1; }

.usfsand-text {
  color: #edebd1; }

.usfevergreen {
  background-color: #005432; }

.usfevergreen-text {
  color: #005432; }

.usflemongrass {
  background-color: #dbe442; }

.usflemongrass-text {
  color: #dbe442; }

.usfheadergrey {
  background-color: #3f565e; }

.usfheaderdarkergrey {
  background-color: #384b52; }

.libyellow {
  background-color: #dbe442; }

.libyellow-text {
  color: #dbe442; }

.usfapple {
  background-color: #9ccb3b; }

.usfapple-text {
  color: #9ccb3b; }

.usfapple-hover:hover {
  color: #9ccb3b; }

.usfsilver {
  background-color: #CAD2D8; }

.usfsilver-text {
  color: #CAD2D8; }

.usflightgray {
  background-color: #eceff1; }

.usfslate {
  background-color: #466069; }

.usfslate-text {
  color: #466069; }

.usfteal {
  background-color: #009374; }

.usfteal-text {
  color: #009374; }

.usfseaglass {
  background-color: #80b0a6; }

.usfseaglass-text {
  color: #80b0a6; }

.white-text {
  color: #ffffff; }

.libred-text {
  color: #913327; }

.warning-text, .red-text {
  color: #913327; }

.warning {
  background-color: #913327; }

.dark-mode .warning-text {
  color: #d4983e; }

.white-hover:hover {
  color: white; }

.underline-hover:hover {
  text-decoration: underline; }

/*------- Color Backgrounds -------*/
.usfsilver-bg {
  background: #e7ebee; }

.dark-mode .usfsilver-bg {
  background: #2f3941; }

.usfslate-bg {
  background: #7396a2; }

/*-------- Background Images --------*/
.bg-bull-green {
  background-image: url("/https/lib.usf.edu/special-collections/wp-content/uploads/sites/13/2020/12/bull-statue-onusfgreen-nobleed-rgb.jpg");
  background-position: right bottom;
  background-size: cover; }

.bg-diagstripes-slate {
  background-image: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/diaglines.png"); }

.bg-diagstripes-apple {
  background-image: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/diaglines-apple.png"); }

.bg-diagstripes-teal {
  background-image: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/diaglines-teal.png"); }

.bg-up-angles {
  background: url("/https/lib.usf.edu/wp-content/uploads/special-content/up-angles-pattern.svg") repeat; }

.bg-diagstripes-sand-image {
  background-image: url("/https/lib.usf.edu/wp-content/themes/USF-Libraries-2021-Theme/assets/images/usfsand-diagonals.svg");
  background-size: fit;
  background-position: center bottom; }

.up-angles-bg-as-accent {
  position: relative; }
  .up-angles-bg-as-accent::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .1;
    background: url(/https/lib.usf.edu/wp-content/uploads/special-content/up-angles-pattern.svg);
    z-index: 0;
    mix-blend-mode: multiply; }

.bg-up-angles-usfsand {
  background: url("/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/usfsand-upangles-tile.png") repeat;
  background-size: 200px; }

.bg-up-angles-silver {
  background: url("/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/usfsilver-upangles-tile.png") repeat;
  background-size: 200px; }

.bg-up-angles-usfgreen {
  background: url("/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/usfgreen-upangles-tile.png") repeat;
  background-size: 200px; }

.bg-up-angles-usfslate {
  background: url("/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/usfslate-upangles-tile.png") repeat;
  background-size: 200px; }

/*-------- Color Hard Shadows --------*/
.usfsand-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #edebd1;
  box-shadow: 10px 10px 0 0 #edebd1; }

.usfgreen-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #006747;
  box-shadow: 10px 10px 0 0 #006747; }

.usfapple-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #9ccb3b;
  box-shadow: 10px 10px 0 0 #9ccb3b; }

.usflemongrass-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #dbe442;
  box-shadow: 10px 10px 0 0 #dbe442; }

.usfsky-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #29AFCE;
  box-shadow: 10px 10px 0 0 #29AFCE; }

.usfseaglass-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #80b0a6;
  box-shadow: 10px 10px 0 0 #80b0a6; }

.usfteal-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #009374;
  box-shadow: 10px 10px 0 0 #009374; }

.usfstorm-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #006484;
  box-shadow: 10px 10px 0 0 #006484; }

.usfslate-shadow {
  -webkit-box-shadow: 10px 10px 0 0 #466069;
  box-shadow: 10px 10px 0 0 #466069; }

/*-------- Color Hard Shadow Hovers --------*/
.usfsand-shadow-hover {
  -webkit-box-shadow: 0px 0px rgba(0, 84, 50, 0.3); }
  .usfsand-shadow-hover:hover {
    -webkit-box-shadow: 10px 10px 0 0 #edebd1;
    box-shadow: 10px 10px 0 0 #edebd1; }

.usfgreen-shadow-hover {
  -webkit-box-shadow: 0px 0px rgba(0, 84, 50, 0.6); }
  .usfgreen-shadow-hover:hover {
    -webkit-box-shadow: 10px 10px 0 0 #006747;
    box-shadow: 10px 10px 0 0 #006747; }

.usfapple-shadow-hover {
  -webkit-box-shadow: 0px 0px rgba(0, 84, 50, 0.6); }
  .usfapple-shadow-hover:hover {
    -webkit-box-shadow: 10px 10px 0 0 #9ccb3b;
    box-shadow: 10px 10px 0 0 #9ccb3b; }

.usflemongrass-shadow-hover {
  -webkit-box-shadow: 0px 0px rgba(0, 84, 50, 0.6); }
  .usflemongrass-shadow-hover:hover {
    -webkit-box-shadow: 10px 10px 0 0 #dbe442;
    box-shadow: 10px 10px 0 0 #dbe442; }

.usfsky-shadow-hover {
  -webkit-box-shadow: 0px 0px rgba(0, 84, 50, 0.6); }
  .usfsky-shadow-hover:hover {
    -webkit-box-shadow: 10px 10px 0 0 #29AFCE;
    box-shadow: 10px 10px 0 0 #29AFCE; }

.usfseaglass-shadow-hover {
  -webkit-box-shadow: 0px 0px rgba(0, 84, 50, 0.6); }
  .usfseaglass-shadow-hover:hover {
    -webkit-box-shadow: 10px 10px 0 0 #80b0a6;
    box-shadow: 10px 10px 0 0 #80b0a6; }

.usfteal-shadow-hover {
  -webkit-box-shadow: 0px 0px rgba(0, 84, 50, 0.6); }
  .usfteal-shadow-hover:hover {
    -webkit-box-shadow: 10px 10px 0 0 #009374;
    box-shadow: 10px 10px 0 0 #009374; }

.usfstorm-shadow-hover {
  -webkit-box-shadow: 0px 0px rgba(0, 84, 50, 0.6); }
  .usfstorm-shadow-hover:hover {
    -webkit-box-shadow: 10px 10px 0 0 #006484;
    box-shadow: 10px 10px 0 0 #006484; }

/*----- border colors -----------*/
.usfsky-border {
  border-color: #29AFCE; }

.usfstorm-border {
  border-color: #006484; }

.usfgreen-border {
  border-color: #006747; }

.usfsand-border {
  border-color: #edebd1; }

.usflemongrass-border {
  border-color: #dbe442; }

.usfsilver-border {
  border-color: #CAD2D8; }

.usfteal-border {
  border-color: #009374; }

.usfapple-border {
  border-color: #9ccb3b; }

/*----- Color Circle Image Decoration -----*/
.interlocked-circlepic img {
  max-width: 300px !important;
  margin-left: 10%; }

.interlocked-circles-1 {
  background: url(/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/interlocked-circles-1.svg) no-repeat;
  position: absolute;
  width: 300px;
  height: 300px;
  right: 0;
  top: 16%; }

.interlocked-circles-2 {
  background: url(/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/interlocked-circles-2.svg) no-repeat;
  position: absolute;
  width: 210px;
  height: 297px;
  right: 0;
  top: 16%; }

/*-------- Animations ----------*/
.cubic-hover {
  transition: all 0.2s cubic-bezier(0.54, 1, 0.73, 0.99); }

.cubic-hover-quick {
  transition: all 0.2s cubic-bezier(0.01, 1.08, 0.96, 1.02); }

.ease-hover {
  transition: all 0.2s ease-in-out; }

/*-------- Animations Delay ----------*/
.lib-animation-delay-03 {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.lib-animation-delay-05 {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.lib-animation-delay-075 {
  -webkit-animation-delay: .75s;
  animation-delay: .75s; }

.lib-animation-delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.lib-animation-delay-1_25 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s; }

.lib-animation-delay-1_5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

@keyframes flash {
  0%, 100% {
    background-color: transparent; }
  50% {
    background-color: #dbe442; } }
.flashing {
  animation: flash 1s ease; }

/*------- Foundational Styles -------*/
html {
  font-size: 1.1em; }

a {
  color: #10805e; }
  a:hover {
    color: #009374; }

h1, h2, h3, h4, h5, h6, dt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: -.28px; }

h1 {
  color: #007b56;
  font-size: 2.8rem;
  margin: 1rem 0; }

h2 {
  color: #466069;
  font-size: 2.2rem;
  margin-top: 1.2rem; }

h3 {
  color: #005432;
  font-size: 1.7rem;
  margin-top: 1.2rem; }

h4 {
  font-size: 1.4rem;
  margin-top: 1.2rem; }

h5 {
  font-size: 1.25rem;
  margin-top: 1.1rem; }

h6 {
  font-size: 1.1rem;
  margin-top: 1rem; }

body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #424242; }

p {
  color: #424242; }

strong, .strong {
  font-weight: 600; }

blockquote {
  border-left: 5px solid #CAD2D8;
  background: #f1f1f1;
  padding: 10px 20px; }

button {
  position: relative; }

mark {
  background-color: #dbe442; }

::selection {
  background: #009374;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #009374;
  /* Gecko Browsers */
  color: white; }

/*------- Lightmode Darkmode ------*/
.darkmode-hidden {
  display: inline; }

.lightmode-hidden {
  display: none; }

/*------- Buttons ---------*/
.btn, #s-lc-w-today-cont-0 button {
  text-transform: uppercase;
  transition: all .2s ease-out;
  background-position: 100%; }
  .btn i, #s-lc-w-today-cont-0 button i {
    margin-left: .2rem;
    transition: all .2s ease-out; }
  .btn:hover, #s-lc-w-today-cont-0 button:hover {
    background-position: 0; }
    .btn:hover i, #s-lc-w-today-cont-0 button:hover i {
      margin-left: .5rem;
      transition: all .2s ease-out; }

.btn-alt {
  background-size: 220%;
  color: #005432;
  background-color: #9ccb3b;
  border: 3px solid #9ccb3b;
  background-image: linear-gradient(110deg, #dbe442 0%, #dbe442 50%, #9ccb3b 50%, #9ccb3b 100%); }
  .btn-alt:hover {
    border-color: #dbe442; }
    .btn-alt:hover i {
      color: #009374; }
  .btn-alt:active {
    transform: translateY(-1px); }
  .btn-alt i {
    color: #006747; }

.btn-primary, #s-lc-w-today-cont-0 button {
  background-size: 220%;
  color: white !important;
  background-color: #009374;
  border: 3px solid #009374;
  background-image: linear-gradient(110deg, #26ca97 0%, #26ca97 50%, #009374 50%, #009374 100%); }
  .btn-primary:hover, #s-lc-w-today-cont-0 button:hover {
    border-color: #26ca97;
    background-color: #26ca97; }
    .btn-primary:hover i, #s-lc-w-today-cont-0 button:hover i {
      color: white; }
  .btn-primary:active, #s-lc-w-today-cont-0 button:active {
    transform: translateY(-1px);
    border-color: #9ccb3b; }
  .btn-primary i, #s-lc-w-today-cont-0 button i {
    color: #dbe442; }
  .btn-primary:visited, #s-lc-w-today-cont-0 button:visited {
    color: #fefefe; }
  .btn-primary:focus, #s-lc-w-today-cont-0 button:focus {
    border-color: #9ccb3bb5;
    box-shadow: 0 0 0 0.25rem #9ccb3b1a; }

.btn-invisible {
  background-size: 220%;
  background-color: none;
  border: none;
  box-shadow: none !important;
  color: #9ccb3b;
  background-image: linear-gradient(110deg, #f7f7f730 0%, #f7f7f730 30%, #00000000 50%, #00000000 100%); }
  .btn-invisible:hover {
    border-color: none;
    color: #9ccb3b; }
    .btn-invisible:hover i {
      color: white; }
  .btn-invisible:active {
    transform: translateY(-1px); }
  .btn-invisible i {
    color: #dbe442; }

.btn-tiny {
  padding: .2rem .45rem;
  font-size: .775rem;
  border-radius: .28rem; }

.btn-outline {
  background: white;
  background-size: 220%;
  color: #006747;
  border: 2px solid #006747; }
  .btn-outline:hover {
    border-color: #006747; }

.btn-link {
  box-shadow: none; }

.disabled {
  pointer-events: none;
  background-color: #DFDFDF !important;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #525252 !important;
  cursor: default;
  border: none; }

.pointer {
  cursor: pointer; }

a.usfapple-text:hover, a.usfapple-text:visited {
  color: #c5e08c; }

a.usflemongrass-text:hover, a.usflemongrass-text:visited {
  color: #ecf19b; }

/*----------- Borders---------*/
.b-top {
  border-top: 1px solid #83a1ac; }

.b-left {
  border-left: 1px solid #83a1ac; }

.b-right {
  border-right: 1px solid #83a1ac; }

.b-bottom {
  border-bottom: 1px solid #83a1ac; }

.b-all {
  border: 2px; }

.b-dotted {
  border-style: dotted; }

.b-dashed {
  border-style: dashed; }

.b-dashed-usfgreen {
  border-color: #006747; }

.b-dashed-usfgold {
  border-color: #cfc493; }

.b-dashed-usfapple {
  border-color: #9ccb3b; }

.b-dashed-usfsilver {
  border-color: #CAD2D8; }

.b-dashed-usfsand {
  border-color: #edebd1; }

.b-dashed-usfslate {
  border-color: #466069; }

/*---------Decoration----------------*/
.blockquote-warning {
  border-left: 5px solid #dbe442; }

.underline {
  text-decoration: underline; }

.decoration-dotted {
  text-decoration-style: dotted; }

.no-decoration {
  text-decoration: none; }

.decoration-color-usfapple {
  text-decoration-color: #9ccb3b; }

.shadow-hard-sand {
  -webkit-box-shadow: 10px 10px 0 0 #edebd1;
  box-shadow: 10px 10px 0 0 #edebd1; }

.shadow-hard-usfslate {
  -webkit-box-shadow: 10px 10px 0 0 #466069;
  box-shadow: 10px 10px 0 0 #466069; }

.fancylist li a {
  padding: 2px 6px;
  transition: all .3s; }
.fancylist li:before {
  content: '\f0da';
  font-family: "Font Awesome 6 Pro";
  color: #CAD2D8;
  transition: all .3s;
  opacity: .4; }
.fancylist li:hover:before {
  padding-left: 3px;
  color: #9ccb3b;
  opacity: 1; }
.fancylist li:hover a {
  font-weight: bold;
  transition: all .3s;
  text-decoration-color: #9ccb3b; }

/*-------- Animations ------*/
/* - use classes from https://animate.style/ - animate__animated animate__fadeIn - */
/*-------- HR tech ---------*/
hr {
  width: 100%;
  border-top: 0;
  border-bottom: 1px solid #bbbbbb;
  border-left: 0;
  background-color: #ffffff00;
  border-right: 0; }

.hr-light {
  border-bottom: 1px dashed #7E96A0; }

.hr-dotted {
  border-bottom: 1px dotted; }

/*-----cookie class-----*/
.newalert {
  background: #dd1616; }

.seenalert {
  background-color: #CAD2D8; }

code {
  background: #525252;
  color: white;
  padding: 20px; }

.acceptcookies {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 2rem;
  padding: .8rem 1.3rem;
  background: #fffffff0;
  border-radius: 5px;
  max-width: 400px;
  z-index: 100; }
  .acceptcookies a, .acceptcookies p {
    font-size: 80%; }
  .acceptcookies .close {
    position: absolute;
    right: 7px;
    top: 5px;
    border: 0;
    background: none; }
    .acceptcookies .close:focus {
      outline: none; }

/*------ form styles -------*/
.search-form svg {
  width: 1rem;
  height: 1rem;
  margin-right: .4rem;
  padding-top: 3px;
  color: #006747; }
.search-form button {
  -webkit-appearance: none;
  padding: .5rem 2rem;
  border-radius: 3px;
  border: none;
  background: #dbe442;
  color: #006747; }

.form-select {
  padding: .5rem 1.75rem .5rem .75rem; }
  .form-select:focus {
    border-color: #006747;
    outline: 0;
    box-shadow: 0 0 9px 0 #0067476b; }

/*------ 
.form-control {
  padding: .54rem .75rem;
}------*/
.form-switch .form-check-input {
  border-width: 0;
  background-color: #29AFCE;
  background-image: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/check-sun.svg"); }
  .form-switch .form-check-input:focus {
    background-image: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/check-sun.svg");
    outline: 0;
    box-shadow: 0 0 7px 0.25rem rgba(255, 255, 255, 0.2); }
  .form-switch .form-check-input:checked {
    background-color: #186779;
    background-image: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/check-moon.svg"); }
    .form-switch .form-check-input:checked:focus {
      background-image: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/check-moon.svg");
      box-shadow: 0 0 7px 0.25rem rgba(219, 228, 66, 0.4); }

.form-select-flat {
  border-radius: 5px 5px 0 0; }

.inactive {
  color: #7E96A0;
  text-decoration: line-through; }

.inactive-link {
  pointer-events: none;
  cursor: default;
  text-decoration: line-through;
  color: #7E96A0; }

.inactive-sidebar-link a {
  pointer-events: none;
  cursor: default;
  text-decoration: line-through;
  color: #7E96A0; }

/* The copytoast - position it at the bottom and in the middle of the screen */
#copytoast {
  visibility: hidden;
  /* Hidden by default. Visible on click */
  min-width: 250px;
  /* Set a default minimum width */
  margin-left: -125px;
  /* Divide value of min-width by 2 */
  background-color: #dbe442;
  /* Black background color */
  color: #466069;
  /* White text color */
  text-align: center;
  /* Centered text */
  border-radius: 5px;
  /* Rounded borders */
  padding: 16px;
  /* Padding */
  position: fixed;
  /* Sit on top of the screen */
  z-index: 11;
  /* Add a z-index if needed */
  left: 50%;
  /* Center the copytoast */
  bottom: 30px;
  /* 30px from the bottom */ }

/* Show the copytoast when clicking on a button (class added with JavaScript) */
#copytoast.show {
  visibility: visible;
  /* Show the copytoast */
  /* Add animation: Take 0.5 seconds to fade in and out the copytoast.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 4s;
  animation: fadein 0.5s, fadeout 0.5s 4s; }

.copylink-btn {
  background: none;
  border: none;
  color: #10805e; }
  .copylink-btn:hover {
    text-decoration: underline;
    background: none; }
  .copylink-btn:focus {
    border-color: #CAD2D8; }

/* Animations to fade the copytoast in and out */
@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    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; } }
/*-------- 404 page style ---------*/
.error-404 {
  background-image: url("/https/lib.usf.edu/wp-content/themes/USF-Libraries-2021-Theme/assets/images/404.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right; }

/*-------- accordions sitewide --------*/
.accordion-button {
  font-size: 1.1rem;
  text-align: left; }
  .accordion-button:not(.collapsed)::after {
    background-image: none; }
  .accordion-button::after {
    font-size: 1rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    background-image: none;
    text-align: center;
    font-weight: 900;
    content: "\f107";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro"; }

/*------- Spacing Helpers -------*/
.text-align-right {
  text-align: right; }

.text-medium {
  font-size: .95rem; }

.text-small {
  font-size: .8rem; }

.text-underline {
  text-decoration: underline; }

.container {
  width: 100%;
  max-width: 1260px;
  position: relative; }

.d-block {
  display: block; }

.circlepic {
  border-radius: 50%; }

/*------- list styling--------*/
.browser-default {
  padding-left: 20px;
  list-style: none; }
  .browser-default li::before {
    content: "\2022";
    color: #9ccb3b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    margin-top: .8rem; }

.nobullets {
  list-style: none;
  padding-left: 0; }

/*------- iframes --------------*/
.iframe-container {
  overflow: hidden;
  /* 16:9 aspect ratio */
  padding-top: 56.25%;
  position: relative; }

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*------- carousel slider ----*/
.carousel-item {
  transition: transform 1.5s cubic-bezier(0.5, 0.6, 0, 1.01) !important; }

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background for captions */ }

#carouselFeaturedCaptions .carousel-inner, #carouselExhibits .carousel-inner {
  border-radius: 7px; }

.swiper-container {
  max-width: 600px;
  /* Adjust as needed */
  margin: 0 auto;
  /* Center the carousel */ }

.swiper-wrapper {
  display: flex;
  align-items: center; }

.swiper-slide {
  width: 100% !important;
  /* Ensure slides take full width */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.swiper-button-next,
.swiper-button-prev {
  color: #007bff;
  /* Adjust arrow colors */ }

/*------- Emergency Messaging -------*/
.emergency {
  display: none;
  padding: 1.5em !important;
  background-color: #b70304;
  color: #fff;
  z-index: 999;
  position: relative; }

.emergency-heading {
  font-family: Arial, sans-serif;
  font-size: 1.846em;
  color: white; }

.emergency-type {
  color: white; }

.emergency-heading span:first-child {
  font-weight: bold;
  text-transform: uppercase;
  color: yellow; }

.emergency-details {
  margin: .75em 0 0;
  color: white; }

.emergency-meta, .emergency-text {
  margin-bottom: 0;
  color: white; }

.emergency-meta {
  font-size: 1.1em; }

.emergency-link, .emergency-link:link, .emergency-link:visited {
  color: #fff;
  display: inline-block;
  margin-top: 1.25em;
  text-transform: uppercase; }

/*------- Library Services Quicklinks -------*/
.services {
  background-color: #006747; }
  .services section h2 {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: white; }

.open-hours .hours {
  text-shadow: none;
  color: #009374;
  appearance: unset;
  border: none;
  background: none; }

.allcampuscontact {
  height: 0px;
  background: #eceff1;
  overflow: hidden;
  width: 100%;
  transition: height 0.3s cubic-bezier(0.29, 1.03, 0.55, 0.98); }
  .allcampuscontact h6 {
    border-bottom: 1px dotted #7E96A0; }

.campushours dl {
  font-family: "Barlow Condensed", sans-serif;
  margin: 1px 0; }
  .campushours dl dt, .campushours dl dd {
    display: inline-block;
    width: 50%;
    margin: 0; }

.allcampuscontact-extended {
  height: 300px;
  transition: height 0.3s cubic-bezier(0.29, 1.03, 0.55, 0.98); }

.statusbar {
  height: inherit;
  text-align: right;
  background: #327052; }
  .statusbar a {
    transition: all 0.2s ease-in-out; }
    .statusbar a:hover {
      text-decoration-color: #9ccb3b;
      transition: all 0.2s ease-in-out; }

.letstalk {
  font-size: .8rem;
  vertical-align: middle; }

/*----------- Search Style--------*/
#___gcse_1 {
  width: 100%;
  max-width: 600px; }

.gsc-search-button button {
  border-radius: 4px !important; }

.gsc-input-box {
  border: 3px solid white !important;
  border-radius: 4px !important; }

.gsc-results {
  width: 100% !important; }

.gsc-control-cse {
  background-color: transparent !important;
  padding: .3rem 0.2rem .2rem !important;
  border: none !important; }

.gsc-results .gsc-cursor {
  background: white;
  padding: .2rem;
  border-radius: 4px; }

.gsc-results .gsc-cursor-box {
  padding: 0.15rem !important;
  font-size: 0.9rem !important;
  margin: 1rem 0 !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  padding: 0.2rem !important;
  color: #009374 !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  padding: .2rem .4rem;
  border-radius: 4px;
  color: #466069 !important;
  background-color: #edebd1 !important; }

.gsc-search-button-v2 {
  border: 3px solid #9ccb3b !important;
  background-color: #9ccb3b !important; }
  .gsc-search-button-v2 svg {
    height: 20px;
    width: 20px;
    fill: #005432 !important; }

.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
  padding: 0.8rem 0.3rem !important; }

.gs-web-image-box, .gs-promotion-image-box {
  margin-right: 7px !important;
  width: 70px !important; }

.gs-title, .gs-fileFormat {
  text-align: left; }

.gs-web-image-box .gs-image, .gs-promotion-image-box .gs-promotion-image {
  border: none !important;
  max-width: 70px !important; }

.gcsc-more-maybe-branding-root, .gsc-adBlock {
  display: none !important; }

/*--------- hours style ----------*/
.hours {
  font-size: .8rem;
  vertical-align: middle; }

#dropdown-hours {
  width: 320px;
  font-size: 1rem;
  text-align: left;
  padding: 0 12px 5px;
  top: 26px; }
  #dropdown-hours dt {
    width: 35%;
    margin-bottom: .1em;
    display: inline-block; }
  #dropdown-hours ul {
    padding: 0 1em; }
  #dropdown-hours dl {
    margin: 0;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: .35em; }
  #dropdown-hours dl.hours--open_now {
    border: 1px solid #9ccb3b;
    color: #000;
    background: #9ccb3b; }

#dropdown-hours dd {
  line-height: 1.4;
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: top; }

#dropdown-hours span {
  color: #9ccb3b; }

.dropdown-title {
  font-size: 1.2rem;
  display: block;
  padding: 0 .35em; }

#dropdown-hours a {
  color: #9ccb3b; }

i.dropdown-close {
  color: white;
  cursor: pointer;
  padding-top: 9px;
  padding-right: 6px;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0; }

#s-lc-fhw4090 {
  text-align: left; }
  #s-lc-fhw4090 thead {
    border-radius: 5px 5px 0 0; }
    #s-lc-fhw4090 thead .s-lc-whw-today-h {
      border-radius: 5px 5px 0 0;
      background: #8e8e8e24 !important; }
  #s-lc-fhw4090 ul {
    display: none; }
  #s-lc-fhw4090 .tab-content {
    padding: 0; }

.s-lc-whw-today, .s-lc-whw-today-h {
  background: #8e8e8e24 !important; }

.s-lc-whw-loc td span {
  font-family: "Barlow Condensed", sans-serif; }

.s-lc-whw-locname {
  font-weight: bold; }
  .s-lc-whw-locname a:hover {
    color: #26ca97; }

.site-header {
  background: #006747; }

.s-lc-whw-ne, .s-lc-whw-pr {
  background: #009374;
  color: white;
  font-size: .75rem; }
  .s-lc-whw-ne:hover, .s-lc-whw-pr:hover {
    color: white;
    background: #26ca97; }

.s-lch-widget-float-load, .s-lch-widget-float-btn {
  box-shadow: 0.1em 0.1em 1.2em #545454b8; }

/*---- hours homepage widget ----*/
#s-lc-w-today-cont-0 {
  color: white; }
  #s-lc-w-today-cont-0 a {
    color: #dbe442; }
  #s-lc-w-today-cont-0 caption {
    color: white; }
  #s-lc-w-today-cont-0 .s-lc-w-head span {
    display: block;
    margin: .9rem 0;
    padding: 0 0 0 .5rem;
    border: 1px solid #cfc493;
    border-radius: 4px; }
  #s-lc-w-today-cont-0 .s-lc-w-today-view-all, #s-lc-w-today-cont-0 .s-lc-w-head-pre, #s-lc-w-today-cont-0 .s-lc-w-sr-only {
    display: none !important; }
  #s-lc-w-today-cont-0 button {
    border-radius: 5px;
    padding: 0rem .6rem;
    font-size: 15px; }
  #s-lc-w-today-cont-0 tr {
    line-height: 2; }

#s_lc_tdh_4090_0 {
  background: linear-gradient(to bottom, rgba(19, 83, 50, 0.5) 0%, #00543273 100%);
  padding: 1rem;
  font-size: 90%;
  border-radius: 10px; }

.logo svg {
  max-width: 370px; }
.logo h2 {
  font-weight: 700;
  letter-spacing: 1;
  font-size: 40px; }

.logobar-topright {
  text-align: right; }
  .logobar-topright a {
    color: white;
    text-decoration: none; }
    .logobar-topright a:hover {
      text-decoration: underline; }

.givenow svg {
  width: 30px;
  transform: translateY(-1px); }

/*----navication--------*/
@media all and (min-width: 992px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0; }

  .navbar .has-megamenu {
    position: static !important; }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px; }

  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem; } }
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }

.yamm .container {
  position: relative; }

.yamm .dropdown-menu {
  left: auto; }

.yamm .yamm-content {
  padding: 1rem; }

.yamm .dropdown.yamm-fw .dropdown-menu,
.yamm .dropup.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
  padding: 1rem 2rem;
  margin-top: 0;
  border-radius: 0 0 4px 4px;
  background: #005432;
  background: linear-gradient(180deg, #005432 0%, #006747 100%);
  backdrop-filter: blur(4px);
  border: 0;
  box-shadow: 0 1.2px 2.7px -36px #00000094, 0 3.1px 6.9px -36px #000000ab,  0 6.4px 14px -36px #0000009c,  0 13.1px 28.8px -36px #000000b0,  0 36px 79px -36px #000000f5; }

.primarynavbar {
  background: #006747;
  border-top: 1px solid #cfc493;
  max-height: 65px; }
  .primarynavbar .nav-link.show {
    color: #9ccb3b; }
  .primarynavbar .nav-link {
    font-family: "Barlow Condensed", sans-serif;
    color: #dbe442;
    font-size: 1.13rem;
    font-weight: 700;
    text-transform: uppercase; }
  .primarynavbar .dropdown-menu li {
    padding: 0; }
    .primarynavbar .dropdown-menu li a {
      text-decoration: none;
      padding: .5rem 1rem;
      display: inline-block;
      transition: ease all .2s;
      border-radius: 40px;
      color: #9ccb3b; }
      .primarynavbar .dropdown-menu li a:hover {
        text-decoration: underline; }
        .primarynavbar .dropdown-menu li a:hover i {
          margin-left: .5rem;
          transition: all 0.2s ease-in-out;
          opacity: 1; }
    .primarynavbar .dropdown-menu li:last-child {
      border-bottom: 0px; }
    .primarynavbar .dropdown-menu li::before {
      font-family: "Font Awesome 6 Pro";
      content: "\f0da";
      font: var(--fa-font-sharp-solid);
      position: absolute;
      margin-top: 13px;
      color: white; }
    .primarynavbar .dropdown-menu li i {
      margin-left: .3rem;
      transition: all 0.2s ease-in-out;
      color: #9ccb3b; }
  .primarynavbar .dropdown-menu .col-sm-3 {
    border-radius: 5px;
    transition: all 0.2s ease-in-out; }
    .primarynavbar .dropdown-menu .col-sm-3:hover {
      background: url("/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/navbg-pattern-1.png") bottom right;
      background-size: contain;
      background-color: #005432;
      transition: all 0.2s cubic-bezier(0.01, 1.08, 0.96, 1.02); }
      .primarynavbar .dropdown-menu .col-sm-3:hover li a {
        color: #dbe442; }
      .primarynavbar .dropdown-menu .col-sm-3:hover .title-text {
        color: white;
        transition: all 0.2s ease-in-out; }
    .primarynavbar .dropdown-menu .col-sm-3 .title-text {
      transition: all 0.2s ease-in-out; }
  .primarynavbar .dropdown-toggle::after {
    font-size: .9rem;
    color: #9ccb3b; }

.swing-in-top-fwd {
  -webkit-animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: swing-in-top-fwd 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both; }

@-webkit-keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1; } }
@keyframes swing-in-top-fwd {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1; } }
.device-nav {
  font-size: 1.3em;
  line-height: 0; }
  .device-nav a, .device-nav i {
    color: #006747;
    margin-top: .6rem; }

.device-nav span {
  padding-top: 0;
  margin-top: 0;
  line-height: 1.9;
  vertical-align: top; }

.main-dropdown {
  width: 80%;
  background: white;
  margin-top: 47px; }

.main-dropdown ul {
  position: initial;
  width: 100%; }

.dropdown-triggera {
  float: left; }

.topnavlinks a {
  color: white;
  line-height: 2.3;
  vertical-align: middle; }

.topnavlinks section {
  padding: 0 10%; }

.topnavlinks a i {
  margin-left: 0;
  vertical-align: middle;
  line-height: 1.85;
  height: auto;
  color: #9ccb3b; }

.dropdown-content:hover {
  color: #9ccb3b; }
.dropdown-content li a {
  font-size: 18px;
  padding: 14px 10px; }

/* The side navigation menu */
.sub-menu {
  list-style: none;
  padding-left: 15px; }

.menu-item-has-children {
  transition: all .5s ease-in-out; }

.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center; }

.menu-item-has-children > a .fa-angle-down {
  margin-left: auto;
  transition: transform 0.3s ease; }

.menu-item-has-children > .collapse.show + a .fa-angle-down {
  transform: rotate(180deg); }

.menu-item-has-children > .collapse.show {
  background-color: #eceff1;
  transition: all .5s ease-out;
  padding-left: .6rem;
  border-radius: 5px; }

.menu-item-has-children > .collapse.show + a {
  background-color: #eceff1;
  transition: all .5s ease-out; }

.horizontal-innerpage-nav {
  background: #eceff1;
  text-align: center;
  border-radius: 5px;
  margin: 2rem auto;
  box-shadow: 0 0.8px 5.3px rgba(70, 96, 105, 0.23), 0 2.7px 17.9px rgba(70, 96, 105, 0.17), 0 12px 80px rgba(70, 96, 105, 0.11); }
  .horizontal-innerpage-nav li {
    display: inline-block;
    padding: .5rem 0; }
    .horizontal-innerpage-nav li a {
      text-decoration: none;
      color: #006747;
      padding: .4rem .7rem;
      transition: background .2s ease-in-out; }
      .horizontal-innerpage-nav li a:visited {
        color: #006747; }
      .horizontal-innerpage-nav li a:hover {
        background: #f5f3f3;
        transition: background .2s ease-in-out; }
  .horizontal-innerpage-nav .current_page_item a {
    text-decoration-color: #9ccb3b; }
    .horizontal-innerpage-nav .current_page_item a:before {
      content: '\f0da';
      font-family: 'fontawesome';
      margin-right: .3rem;
      color: #9ccb3b; }

section {
  padding-top: 20px;
  padding-bottom: 20px; }

.topright-pageitem {
  margin-top: 1.4rem; }
  .topright-pageitem img {
    max-height: 30px;
    margin-right: .8rem; }
  .topright-pageitem span {
    line-height: 2;
    vertical-align: top;
    text-decoration: underline; }

.pagebanner {
  height: 26vh;
  position: relative;
  background-size: cover;
  background-position: center center; }

.pagebanner-titlearea {
  position: relative;
  max-width: 1360px;
  padding: 4rem 0;
  border-radius: 6px 6px 0 0;
  margin: auto;
  top: -40px;
  margin-bottom: -8rem;
  background: white;
  -webkit-box-shadow: 0 -15px 13px 0 #0a3c3426;
  box-shadow: 0 -15px 13px 0 #0a3c3426; }

.pagebanner-overlay {
  /*------- Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbe442+0,009374+100&0.5+0,0.5+100 -------*/
  background: url(/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/pagebanner-overlay-gold.svg);
  opacity: 0.8;
  height: 26vh; }

.pagebanner-video {
  min-height: 46vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center center; }

.pagebanner-video-overlay {
  /*------- Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbe442+0,009374+100&0.5+0,0.5+100 -------*/
  background: url(/https/lib.usf.edu/wp-content/themes/USF-Libraries-Hyrule/assets/images/pagebanner-overlay-gold.svg);
  opacity: 0.8;
  height: 46vh; }

.pagebanner-multicolordots {
  width: 39vw;
  max-width: 220px;
  z-index: 0;
  background-repeat: no-repeat;
  height: 250px;
  background: url("/https/lib.usf.edu/wp-content/uploads/special-content/multicolor-dot-grid.svg") no-repeat right;
  position: absolute;
  right: 6vw; }

#bannerVideo {
  position: absolute;
  top: 156px;
  min-width: 100%;
  max-width: 100%;
  z-index: -100;
  min-height: 420px; }

.videobanner-cover {
  height: 360px;
  overflow: hidden; }

.banner-video {
  width: 100%; }

.breadcrumbs {
  font-size: .95rem;
  margin-top: 0px;
  font-weight: 400;
  color: #424242;
  text-transform: capitalize;
  padding: .75rem 0;
  border-bottom: 1px solid #eaeaea; }
  .breadcrumbs li {
    font-family: "Barlow Condensed", sans-serif;
    display: inline;
    margin-right: 5px; }
  .breadcrumbs a {
    color: #007b56; }
  .breadcrumbs i {
    margin: 0 2px;
    color: #466069; }

.breadcrumb-home i {
  color: #9ccb3b; }

.meet-your-lib img {
  border-radius: 50%; }

.vmid {
  vertical-align: middle; }

/*------- TABS -------*/
.nav-tabs {
  border-bottom: 1px solid #CAD2D8;
  background: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/diaglines-apple.png") repeat; }
  .nav-tabs .nav-link {
    background: #CAD2D8;
    color: #006747;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.15rem;
    border-radius: 0; }
    .nav-tabs .nav-link:hover {
      color: #009374;
      background: #e0e6ea; }
    .nav-tabs .nav-link:focus {
      outline-color: #CAD2D8; }
  .nav-tabs .active {
    background-color: #006747;
    color: #9ccb3b; }
    .nav-tabs .active:hover {
      background: white; }

.searchbox-mobile-selection {
  border-bottom: 4px solid #9ccb3b;
  font-weight: 500;
  line-height: 48px;
  color: #006747;
  text-transform: uppercase; }
  .searchbox-mobile-selection option {
    color: #006747;
    text-transform: uppercase;
    font-weight: 500; }
  .searchbox-mobile-selection .dropdown-content {
    padding-left: 0;
    padding-right: 0; }

.tab-content {
  padding: 2rem 1rem; }
  .tab-content [type="checkbox"] + span:not(.lever):before, .tab-content [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border-color: #9ccb3b; }
  .tab-content [type="checkbox"]:checked + span:not(.lever):before {
    border-right: 2px solid #9ccb3b;
    border-bottom: 2px solid #9ccb3b;
    border-top: none;
    border-left: none; }
  .tab-content h5 {
    margin-bottom: 1rem; }

.tab-content .row {
  width: 100%;
  margin: auto; }

.indicator {
  background-color: #dbe442; }

.link-to-more {
  font-weight: 400;
  line-height: 3.2;
  color: white;
  text-align: right; }
  .link-to-more a {
    margin-left: 6px; }

.button-container {
  max-width: 420px;
  margin-top: 1rem; }
  .button-container .btn, .button-container #s-lc-w-today-cont-0 button, #s-lc-w-today-cont-0 .button-container button, .button-container .btn-large {
    padding: 0;
    width: 100%; }

.a2a_svg {
  display: inline-block;
  margin-right: 1px; }

/*------- TABLES -------*/
table {
  width: 100%; }
  table a {
    color: #10805e; }

.tablepress {
  margin-top: 1.4rem;
  border-color: #009374; }
  .tablepress tr {
    border-color: #006484; }
  .tablepress tr.odd {
    background: #eceff1; }
  .tablepress td {
    padding: 0.6rem 0.2rem !important;
    color: #0d191e;
    border-color: #009374;
    border-style: dotted; }
  .tablepress .sorting {
    color: white;
    border-color: white;
    padding: 10px 5px 7px 5px; }
  .tablepress .dataTable thead .sorting {
    background-position-x: 96%;
    font-size: 15px; }
    .tablepress .dataTable thead .sorting:hover {
      background-color: #edebd1; }

#staff-table_paginate, #staff-table_length {
  display: none; }

.staff-list th {
  background: #9ccb3b;
  border-right: 1px solid white; }
  .staff-list th:last-child {
    border-right: 0; }

.table.dataTable.no-footer {
  border-color: #cfc493; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background: #f5f7f8;
  border-color: #cfc493; }

.dataTables_wrapper {
  margin: 1.5rem auto; }

.dataTables_filter {
  float: left !important;
  margin-bottom: 1rem; }
  .dataTables_filter label {
    font-size: initial;
    color: initial; }
  .dataTables_filter input {
    border-color: #9ccb3b;
    margin-left: 1rem;
    border-radius: 4px;
    border: 2px solid #9ccb3b;
    padding: 4px;
    -webkit-box-shadow: 0 3px 9px -9px #233b2b;
    box-shadow: 0 3px 9px -9px #233b2b; }
    .dataTables_filter input:focus {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }
    .dataTables_filter input:after {
      content: ''; }
  .dataTables_filter:focus-visible {
    outline-color: #dbe442; }

.linkabet {
  margin: 1rem auto;
  display: flex;
  padding: 0 .75rem; }
  .linkabet a {
    color: #dbe442;
    flex-grow: 1;
    text-align: center;
    font-weight: 600;
    font-family: "Barlow Condensed", sans-serif; }

.compact-table td, .compact-table th {
  padding: 0 10px;
  line-height: 1; }

.collapsible-body table tr:last-child {
  border-color: transparent; }

/*---Sidebar----*/
.sidebar-nav {
  border-radius: 5px;
  border: 1px solid #cfc493;
  padding-bottom: .5rem; }
  .sidebar-nav h3 {
    margin-top: .5rem; }
  .sidebar-nav .dropdown-toggle::after {
    display: none; }

.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  background: #006747; }
  .sidenav button {
    color: white; }
  .sidenav .accordion-body {
    background: #009374; }
  .sidenav h2 {
    margin-top: 0; }

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 1.95rem; }

.sidenav-connect {
  margin-top: 1rem;
  padding: .4rem;
  font-size: 95%;
  color: white; }
  .sidenav-connect a {
    color: white;
    text-decoration-color: #9ccb3b; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
.sidenav ul {
  border-top: none;
  list-style: none;
  padding-left: 0; }
.sidenav .collapsible-header {
  color: white;
  font-family: "Barlow Condensed", sans-serif; }
.sidenav .nav-body {
  background-color: rgba(73, 86, 90, 0.97); }
.sidenav li > a {
  color: white;
  text-overflow: ellipsis;
  text-decoration: none;
  line-height: 2.3;
  font-size: 16px; }
  .sidenav li > a:hover {
    color: #9ccb3b; }
.sidenav .divider {
  background-color: #ffffff1a;
  margin: 0; }

.nav-swipe {
  padding: 30px;
  color: #dedede; }
  .nav-swipe i {
    line-height: 0;
    vertical-align: middle; }

.sidebar-desktop ul {
  margin-top: 0;
  margin-bottom: 6px;
  list-style: none;
  padding-left: 0; }
  .sidebar-desktop ul li a {
    text-decoration: none; }
  .sidebar-desktop ul li:last-child {
    border-bottom: 0; }

.sidebar li a, .sidebar-extras, .sidebar-section-title {
  padding: 5px 0;
  display: inline-block; }

.sidebar-divider {
  margin: 8px 0;
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

.sidebar-section-title {
  font-size: 1.3rem; }

.widget-title {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  color: #006747;
  font-size: 1.4em;
  margin-top: .5rem;
  margin-bottom: .4rem;
  font-weight: 500; }

.widget_archive select {
  padding: .2rem;
  border-radius: 5px;
  color: #009374;
  width: 100%;
  border-color: #006747; }

.sidebar-mobile {
  margin-bottom: 15px;
  overflow: hidden; }
  .sidebar-mobile li a {
    display: block;
    padding: .1rem .4rem;
    text-align: left;
    text-decoration: none;
    color: #006747;
    border-bottom: 1px solid #dcdcdc; }
  .sidebar-mobile li:last-child a {
    border-bottom: 0; }
  .sidebar-mobile span {
    padding: 0rem .4rem; }
    .sidebar-mobile span.post-date {
      font-size: 80%; }
  .sidebar-mobile .collapsible-header {
    background: none; }
  .sidebar-mobile .collapsible-body {
    padding: 0; }
  .sidebar-mobile ul {
    margin: 0;
    width: 100%;
    position: inherit;
    list-style: none;
    padding-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .sidebar-mobile .current_page_item .sub-menu {
    display: block; }
  .sidebar-mobile .dropdown-content li:hover {
    background-color: #3a3a3c; }
  .sidebar-mobile .dropdown-trigger {
    display: block;
    padding: 10px; }
  .sidebar-mobile .widget-area li {
    padding: 0 .4rem; }
  .sidebar-mobile .current-menu-item a {
    font-weight: 900;
    background: #f5ffe0; }
    .sidebar-mobile .current-menu-item a:hover {
      background: #9ccb3b; }
  .sidebar-mobile .sub-menu {
    margin-top: 0;
    display: none; }
    .sidebar-mobile .sub-menu li a {
      font-weight: normal;
      padding-left: 25px;
      padding: 14px 10px 14px 30px; }
    .sidebar-mobile .sub-menu li::after, .sidebar-mobile .sub-menu::before {
      content: none; }
  .sidebar-mobile .sub-menu.current_menu_item {
    display: block; }
  .sidebar-mobile .widget_nav_menu {
    padding: 0; }
  .sidebar-mobile .submenu-parent:before {
    content: '\f078';
    font-family: "FontAwesome";
    color: #9ccb3b;
    transform: rotate(0deg);
    position: absolute;
    font-size: .6rem;
    margin-top: .3rem;
    margin-left: -17px;
    transition: all 0.2s cubic-bezier(0.54, 1, 0.73, 0.99); }
  .sidebar-mobile .submenu-parent.collapsed:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.2s cubic-bezier(0.54, 1, 0.73, 0.99);
    z-index: -1; }
  .sidebar-mobile .submenu li {
    padding-left: 14px; }
    .sidebar-mobile .submenu li a:before {
      border: 1px solid #9ccb3b;
      border-radius: 50%;
      content: '';
      display: inline-block;
      height: .45rem;
      width: .45rem;
      margin-right: 9px;
      margin-left: -16px;
      margin-bottom: .1rem; }
    .sidebar-mobile .submenu li:last-child {
      border-bottom: 0; }
  .sidebar-mobile .submenu-has-children:after {
    content: '\f078';
    margin-left: 10px;
    color: #9ccb3b;
    font-family: "Font Awesome 6 Pro"; }
  .sidebar-mobile .current-menu-parent .sub-menu {
    display: block; }
  .sidebar-mobile .single-submenu-item a {
    margin-left: 12px; }
  .sidebar-mobile .single-submenu-item a:before {
    border: 1px solid #9ccb3b;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: .45rem;
    width: .45rem;
    margin-right: .4rem;
    margin-bottom: .1rem; }

.multicontact-widget li {
  line-height: 1;
  padding: .4rem 0; }

.extra-widget, .contact-widget {
  margin-top: 10px; }
  .extra-widget p, .contact-widget p {
    margin-top: 0;
    font-size: 90%; }
  .extra-widget ul, .contact-widget ul {
    padding: 0;
    list-style: none; }

.widget_categories select.postform {
  padding: .2rem;
  border-radius: 5px;
  color: #009374;
  width: 100%;
  border-color: #006747; }
.widget_categories label {
  display: none; }

.sidebar-mobile i {
  vertical-align: middle; }

.libfooter {
  background-size: cover;
  background-position: center; }
  .libfooter dd {
    margin-left: 0;
    line-height: 1.1; }
  .libfooter dt {
    margin-bottom: 8px;
    font-weight: 500;
    padding: 8px 0 0 0;
    font-size: 1.45rem;
    /*border-top: 1px dotted $usfapple;*/ }
  .libfooter a:hover i {
    margin-left: .7rem;
    transition: all 0.2s ease-in-out; }
  .libfooter i {
    color: #009374; }

/*----Gallery----*/
.special-gallery .card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
.special-gallery .gallery-item {
  backdrop-filter: blur(3px); }
  .special-gallery .gallery-item:hover {
    backdrop-filter: blur(0px); }
.special-gallery .gallery-green {
  background-color: rgba(0, 84, 50, 0.7); }
  .special-gallery .gallery-green h4, .special-gallery .gallery-green p {
    color: white; }
.special-gallery .gallery-gold {
  background-color: rgba(207, 196, 147, 0.7); }
  .special-gallery .gallery-gold h4, .special-gallery .gallery-gold p {
    color: #0d191e; }
.special-gallery .gallery-silver {
  background-color: rgba(202, 210, 216, 0.7); }
  .special-gallery .gallery-silver h4, .special-gallery .gallery-silver p {
    color: #0d191e; }
.special-gallery .gallery-slate {
  background-color: rgba(70, 96, 105, 0.7); }
  .special-gallery .gallery-slate h4, .special-gallery .gallery-slate p {
    color: white; }
.special-gallery .gallery-apple {
  background-color: rgba(156, 203, 59, 0.7); }
  .special-gallery .gallery-apple h4, .special-gallery .gallery-apple p {
    color: #0d191e; }
.special-gallery .gallery-sand {
  background-color: rgba(237, 235, 209, 0.7); }
  .special-gallery .gallery-sand h4, .special-gallery .gallery-sand p {
    color: #0d191e; }
.special-gallery .gallery-teal {
  background-color: rgba(0, 147, 116, 0.7); }
  .special-gallery .gallery-teal h4, .special-gallery .gallery-teal p {
    color: white; }
.special-gallery .gallery-lemongrass {
  background-color: rgba(219, 228, 66, 0.7); }
  .special-gallery .gallery-lemongrass h4, .special-gallery .gallery-lemongrass p {
    color: #0d191e; }

/*---Footer----*/
.libfooter-overlay {
  background: #ffffffd4;
  backdrop-filter: blur(4px);
  padding-top: 3rem;
  padding-bottom: 3rem; }

.footer-libraries-addresses {
  font-size: .9rem;
  line-height: 1.6; }
  .footer-libraries-addresses strong {
    font-size: .85rem; }

.footer-usf-links {
  line-height: 1.4; }
  .footer-usf-links a {
    margin-bottom: .6rem;
    display: block; }

.footer_social {
  text-align: center; }

.usffooter {
  background: #006747; }

#sysfooter a {
  color: white; }
#sysfooter h6 {
  margin-bottom: .2rem; }

.footerlogo svg {
  width: 100%; }

/*------- HOMEPAGE ELEMENTS -------*/
.ribbon {
  text-align: center;
  position: relative;
  background: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/diaglines-apple2.png"); }

.ribbon-divider {
  border-bottom: 1px dotted #00674754;
  width: 85%;
  margin: 1rem auto; }

.pulsing-color {
  -webkit-animation: pulsing 5s ease-in-out;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes pulsing {
  0% {
    color: #dbe442; }
  50% {
    color: #dc3545; }
  100% {
    color: #dbe442; } }
.home-decor {
  z-index: 0;
  height: 400px;
  width: 100%;
  display: absolute;
  position: absolute;
  background: url("/https/lib.usf.edu/wp-content/uploads/special-content/home-divider-0.svg");
  background-position: bottom right;
  width: 50%;
  right: 0;
  background-repeat: no-repeat;
  transform: translateY(-43px);
  background-size: fit; }

.home-hero {
  background-image: url("https://lib.usf.edu/wp-content/uploads/2018/11/lib_exterior_colored_blurred_lg-1.jpg");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }

.homepage-searchbox {
  background: #006747; }
  .homepage-searchbox .nav-pills .nav-link {
    border-radius: 0;
    border: none;
    color: #006747;
    background: #CAD2D8;
    border-bottom: 1px dotted white; }
    .homepage-searchbox .nav-pills .nav-link::nth-last-child {
      border-bottom: 0px; }
    .homepage-searchbox .nav-pills .nav-link:focus, .homepage-searchbox .nav-pills .nav-link:focus-within {
      border: none;
      outline: none;
      border-bottom: 1px solid #00000000; }
    .homepage-searchbox .nav-pills .nav-link::before {
      font-family: "fontawesome";
      content: "\f105";
      right: 10px;
      position: absolute;
      z-index: 4;
      color: #CAD2D8;
      transform: translate(-100%, 0);
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .homepage-searchbox .nav-pills .nav-link::after {
      right: 6px;
      content: "";
      transform: rotate(45deg);
      offset-rotate: reverse;
      top: 8px;
      border-radius: 3px;
      width: 1.6rem;
      height: 1.6rem;
      FONT-WEIGHT: 100;
      background: #CAD2D8;
      position: absolute;
      transition: all 0.15s ease-in-out; }
    .homepage-searchbox .nav-pills .nav-link.active::before {
      display: block;
      color: #009374;
      transform: translate(0%, 0);
      right: 0px;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .homepage-searchbox .nav-pills .nav-link.active::after {
      right: -8px;
      background: #9ccb3b; }
  .homepage-searchbox .nav {
    width: 100%; }
  .homepage-searchbox button.active {
    background: #9ccb3b !important;
    color: white !important;
    border: none; }
    .homepage-searchbox button.active::after {
      margin-left: 0.7rem !important;
      transition: all 0.2s ease-in-out;
      color: #dbe442 !important; }
  .homepage-searchbox .tab-content a:hover {
    color: #9ccb3b; }

.searchbox-nav {
  background-image: url("/https/lib.usf.edu/lib/wp-content/themes/USF-Libraries-2021-Theme/assets/images/diaglines-teal.png");
  padding: 0; }

.advanced-search-activator {
  cursor: pointer; }
  .advanced-search-activator i {
    vertical-align: middle; }

.finditform [type="checkbox"]:not(:checked), .finditform [type="checkbox"]:checked {
  position: inherit;
  opacity: 1;
  pointer-events: auto; }

/*-----------
.advanced-search {
  .col {
    padding:initial;
  }
}
.advsearch {
    font-size: 14px;
    width: 92%;
    margin-left: 3%;
    border-bottom: 0px;
    margin-right: auto;
}
.scholarly[type="checkbox"].filled-in:checked + label:after {
     border: 2px solid #ffffff;
     background-color: #ffffff;
  }
.search-wrapper {
    table {
    margin-top:30px;
    }
}
.advanced-search input {
  background:white;
}
----*/
.searchbox-linkgrid {
  margin: 0; }
  .searchbox-linkgrid ul {
    margin: 0; }
    .searchbox-linkgrid ul li {
      margin-bottom: 10px; }
  .searchbox-linkgrid a {
    color: white;
    text-decoration-color: #9ccb3b; }

input:not([type]) {
  margin-bottom: 0;
  border-bottom: 0; }

.ribbon2 {
  padding: 1rem auto; }

.search-options-spaced {
  margin: 15px 0; }

.option3, .option3 a {
  color: white; }

.help-section {
  padding: 150px 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)); }
  .help-section h2.white-text {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
  .help-section a {
    margin: 15px 8px 0; }
  .help-section img {
    max-width: initial; }

.launch-icons {
  text-align: center;
  display: flex;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.2rem; }

.launch-icons i {
  display: block;
  font-size: 3em;
  margin-bottom: .9rem; }

.handybar {
  background: #0a3c349e;
  min-height: 160px;
  backdrop-filter: blur(7px); }
  .handybar .launch-icon {
    flex-grow: 1; }
    .handybar .launch-icon a {
      color: #dbe442;
      transition: all 0.2s ease-in-out;
      text-decoration: none; }
      .handybar .launch-icon a:hover {
        color: white;
        transition: all 0.2s ease-in-out; }
        .handybar .launch-icon a:hover i {
          text-shadow: 7px 6px 4px #005432;
          transition: all 0.2s ease-in-out;
          color: #9ccb3b; }
      .handybar .launch-icon a i {
        transition: all 0.2s ease-in-out;
        -webkit-text-stroke: #9ccb3b;
        -webkit-text-stroke-width: thin;
        color: transparent; }

.homedivider-1 {
  background-image: url("/https/lib.usf.edu/wordpress/wp-content/uploads/special-content/home-divider-1.svg");
  background-repeat: no-repeat;
  height: 25vh;
  background-position: bottom left;
  transform: translateY(20px); }

.pagination {
  margin: 1rem 0; }

.page-numbers {
  padding: .3rem .6rem;
  background: #eceff1;
  margin: 1px; }

/*------
.latest_news {
    margin-bottom: 2rem
}
.latest-story .latest-story-content {
    margin-top: 1rem;
    .title {
      font-size: 1.5rem;
      font-family:$title;
      line-height: 1.1;
    }
    p {
    font-size: 1rem;
    margin-top:.4rem;
    }
}
.latest-story img {
    width: 100%;
    -webkit-box-shadow: 10px 10px 0 0 $usfsand;
box-shadow: 10px 10px 0 0 $usfsand;
}
.wp-caption-text {
  font-size:.8rem;
}
.featuredevent {
  i {
    width:20px;
  }
}
.eventtitle {
  font-family:$title;
  font-weight:bold;
}

.home-news-title {
  font-size:1.2rem;
  font-weight:bold;
  text-decoration: underline;
}
.news-feed a {
    text-decoration: underline
}
.viewallnews {
  padding:.6rem;
  text-align: center;
  a {
    margin:.8rem 0;
  }
}
.home-socials {
  padding:.8rem;
  background:#9a9a9a1a;
  .fa {padding:.3rem;}
  .fa-facebook-f {color:#3b5998}
  .fa-instagram {color:#bc2a8d}
  .fa-twitter {color:#1DA1F2}
  .fa-youtube {color:#ff2100}
  .fa-linkedin {color:#0077b5;}
}
.juicer-feed {
    h1 {
      display: none!important;
    }
    .j-poster {
      display: none!important;
    }
    .juicer-button {
      display: none!important;
    }
    .j-meta {
      display: none!important;
    }
  }----/
/*------- Homepage RESOURCES -------*/
.resources img {
  max-width: 100%; }
.resources h3 {
  border-bottom: 1px solid #ececd3;
  padding: .85rem 0;
  color: #466069; }
.resources ul {
  list-style: none;
  padding-left: 0; }

.text-icon {
  font-size: .8rem;
  position: relative;
  left: .2rem;
  margin-right: .3rem; }

.text-link-icon {
  line-height: inherit;
  font-size: inherit;
  float: left;
  margin-right: 10px; }

.headline-icon {
  top: 3px;
  position: relative;
  font-size: 1.4rem;
  margin-right: .2rem; }

.divider_line {
  overflow: hidden; }

.divider_line .mt {
  margin-top: 1rem; }

.divider_heading {
  border: 1px solid #9ccb3b;
  border-top: none;
  border-bottom: none;
  color: #4E5E63;
  display: inline-block;
  padding: 0.25em 1em;
  position: relative;
  left: 50%;
  text-align: center;
  -ms-transform: skewX(-30.25deg) translateX(-50%);
  -moz-transform: skewX(-30.25deg) translateX(-50%);
  -webkit-transform: skewX(-30.25deg) translateX(-50%);
  transform: skewX(-30.25deg) translateX(-50%);
  min-width: 150px; }

.divider_heading span {
  display: inline-block;
  -ms-transform: skewX(30.25deg);
  -moz-transform: skewX(30.25deg);
  -webkit-transform: skewX(30.25deg);
  transform: skewX(30.25deg); }

.divider_heading:before,
.divider_heading:after {
  border-top: 1px solid #9ccb3b;
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100%);
  height: 1px;
  width: 100vw; }

.divider_heading:after {
  right: auto;
  left: calc(100%); }

.ask-a-librarian {
  border-radius: 50%;
  height: auto;
  padding: 5px;
  border: 2px solid #9ccb3b;
  max-width: 100%; }

.dc-title {
  text-align: center;
  color: #466069; }

.dc-actions {
  text-align: center;
  display: block; }

/*------------ Digital Commons Launch --------*/
.home-digicomms {
  background: url(http://lib.usf.edu/wp-content/uploads/2024/08/digital-initiatives-banner.jpg);
  background-size: cover;
  background-position: center; }
  .home-digicomms .digicomms-launch {
    margin-left: auto;
    margin-right: auto;
    padding: 20vh 0; }

/*------- Ask A Librarian Chat Widget ------*/
.lcs_slide_out {
  top: 30vh; }

/*------- Page Elements -------*/
.storygrid-banner {
  width: 100%;
  height: 300px;
  overflow: hidden; }

.image-contact-grid p {
  line-height: 0;
  margin: 0; }
.image-contact-grid i {
  font-size: inherit;
  line-height: 0;
  margin-bottom: 3px;
  vertical-align: middle; }
.image-contact-grid ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 0; }
  .image-contact-grid ul li {
    font-weight: 500;
    line-height: 1.2;
    list-style-type: square;
    margin-bottom: 8px; }
.image-contact-grid img {
  display: block;
  margin-bottom: 10px; }
.image-contact-grid span {
  font-weight: 500;
  padding-top: 10px;
  display: block;
  padding-bottom: 6px; }

@keyframes shrug {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, -8%); }
  80% {
    transform: translate(0, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes antenna {
  0% {
    fill: #ffeb3b; }
  100% {
    fill: #9ccc3a; } }
@keyframes eyes {
  0% {
    transform: translate(-3px, 2px); }
  25% {
    transform: translate(3px, 2px); }
  50% {
    transform: translate(3px, -2px); }
  75% {
    transform: translate(-3px, -2px); }
  100% {
    transform: translate(-3px, 2px); } }
.shrug {
  animation: shrug 7s infinite alternate; }

.libot-3 {
  animation: antenna 2s infinite alternate; }

.eyes {
  animation: eyes 7s infinite; }

.fed-post {
  padding: 2.4em 0 1em 0; }
  .fed-post h2 {
    margin-top: 0; }
  .fed-post .page-shares {
    display: none !important; }

.compact-feed .row {
  margin-bottom: 0; }

.entry-title {
  color: #006747;
  font-weight: 500; }

.entry-meta {
  font-size: .86rem;
  border-top: 1px dotted #b9b9b9;
  border-bottom: 1px dotted #b9b9b9;
  padding: 5px 0px;
  color: #383838;
  margin: .7rem 0;
  display: block; }
  .entry-meta i {
    margin-right: .2rem; }
  .entry-meta .updated {
    display: none; }

.entry-content .alignright {
  float: right;
  padding: 0 0 20px 20px; }
.entry-content .alignleft {
  float: left;
  padding: 0 20px 20px 0; }
.entry-content .aligncenter {
  margin-left: auto;
  margin-right: auto; }
.entry-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.entry-content .link-more i {
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: middle; }
.entry-content figure {
  margin-bottom: 2rem; }
  .entry-content figure img {
    height: auto; }
.entry-content .active h4 {
  color: #006747; }
.entry-content h3 a, .entry-content a h3 {
  border-bottom: none; }
  .entry-content h3 a:visited, .entry-content a h3:visited {
    color: unset; }
  .entry-content h3 a:hover, .entry-content a h3:hover {
    color: #10805e; }
.entry-content a:visited {
  color: #25b388; }
.entry-content a img {
  border-bottom: none; }
.entry-content li > .btn, .entry-content #s-lc-w-today-cont-0 li > button, #s-lc-w-today-cont-0 .entry-content li > button {
  margin: 1rem 0;
  width: 100%;
  font-size: 0.9rem; }
.entry-content a.image-link {
  border-bottom: none; }
.entry-content .picker {
  position: inherit; }
  .entry-content .picker input.select-dropdown {
    color: #424242; }
.entry-content .social-media .twitter i {
  color: #00a2f1; }
.entry-content .social-media .fb i {
  color: #3b5998; }
.entry-content .social-media .ig i {
  color: #326c93; }
.entry-content .social-media .youtube i {
  color: #ff0000; }
.entry-content .social-media a {
  border-bottom: none; }
  .entry-content .social-media a span {
    border-bottom: 1px solid #dbdcdd;
    color: #10805e; }
.entry-content .gallery-columns-2, .entry-content .gallery-columns-3, .entry-content .gallery-columns-4 {
  display: flex;
  margin: 2rem 0 1.2rem; }
  .entry-content .gallery-columns-2 .gallery-item, .entry-content .gallery-columns-3 .gallery-item, .entry-content .gallery-columns-4 .gallery-item {
    flex-grow: 1;
    text-align: center;
    padding: 0px 5%; }
    .entry-content .gallery-columns-2 .gallery-item .gallery-caption, .entry-content .gallery-columns-3 .gallery-item .gallery-caption, .entry-content .gallery-columns-4 .gallery-item .gallery-caption {
      margin-top: .6rem; }

.accordion-button:not(.collapsed) {
  color: #dbe442;
  background-color: #006747; }
.accordion-button:focus {
  z-index: 3;
  border-color: #009374;
  outline: 0;
  box-shadow: 0 0 6px 0.25rem #0a3c341c; }

.list-with-subs {
  list-style: none; }
  .list-with-subs sub {
    bottom: .2rem; }
  .list-with-subs li {
    margin-top: .5rem; }
    .list-with-subs li:before {
      content: "\2022";
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }
  .list-with-subs .list-with-subs-highlight::before {
    color: #9ccb3b;
    content: "\2605";
    margin-left: -1.3em;
    margin-right: .3em; }

.list-with-subs-spacing-adjustment li {
  margin-bottom: 1rem; }

.page-list-with-subs p {
  margin-bottom: 0; }
.page-list-with-subs .list-with-subs {
  margin-top: 0; }

/*------*/
.entry-header {
  margin-top: 0; }
  .entry-header .subtitle {
    display: block;
    line-height: normal;
    color: #466069;
    letter-spacing: -.2px;
    font-weight: 500;
    padding-top: .8rem; }
    .entry-header .subtitle svg {
      width: 25px; }

.page-shares {
  margin-bottom: 1.2rem; }
  .page-shares i {
    padding: .2rem;
    margin-right: .12rem;
    width: 24px;
    text-align: center; }
  .page-shares .fa-facebook-f {
    background: #3b5998;
    color: white; }
  .page-shares .fa-twitter {
    background: #1DA1F2;
    color: white; }
  .page-shares .fa-linkedin {
    background: #0077b5;
    color: white; }

.rt-reading-time {
  font-size: .95rem;
  margin-bottom: 1rem; }
  .rt-reading-time:before {
    content: '\f2f2';
    font-family: "Font Awesome 6 Pro";
    color: #9ccb3b;
    margin-right: .3rem; }

.post-thumbnail {
  margin-bottom: 1rem; }
  .post-thumbnail img {
    height: auto; }

.collection-image {
  width: 100%;
  height: auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  object-fit: cover; }

.collections-list img {
  width: 100%; }

.spacer-small {
  width: 100%;
  height: 24px; }

.spacer-mid {
  width: 100%;
  height: 40px; }

/*-----Alerts Page ---*/
.alertlist h5 {
  background: yellow;
  padding: .3rem .8rem;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0; }

.alertinfo {
  padding: 0 .5rem; }

.alerttime {
  font-weight: bold; }

/*-----Press Page ----*/
.presslist li, .alertlist li {
  padding: 1rem 0;
  border-bottom: 1px solid #e7e7e7; }
  .presslist li:last-child, .alertlist li:last-child {
    border-bottom: none; }

.presslist_title {
  font-weight: bold; }

/*------- Events -------*/
.eventslist .eventslist_image img {
  height: auto;
  width: 100%; }
.eventslist .eventslist_title {
  font-size: 1.16rem;
  font-weight: 500;
  margin-bottom: .93rem; }
.eventslist li {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
  .eventslist li:last-child {
    border-bottom: 0; }
.eventslist i {
  margin-right: .4rem; }
.eventslist p {
  margin-top: 0.4rem; }

/*------- Digital Collections Grid -------*/
.collection-tile:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(36, 38, 39, 0.7)); }

.dc-bar {
  display: block; }

.collection-section {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
  max-height: 509px; }
  .collection-section a {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)); }
  .collection-section a:hover img, .collection-section a:focus img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.3)); }
  .collection-section img {
    transition: all .5s ease-out;
    width: 100%; }

.tile-text-content {
  padding: 0 1em;
  position: absolute;
  bottom: .2rem;
  width: 100%; }

.tile-text-content h4, .dc-link {
  font-size: 25px;
  color: #fff;
  text-shadow: 1px 1px 12px #123e36; }

.tile-text-content .tile-link {
  color: #dbe442;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-shadow: 1px 1px 9px #2d3c37;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em; }

.content-area img {
  max-width: 100%;
  border-radius: 7px; }
.content-area .equipment-image {
  height: 110px; }

.content-image-left {
  float: left;
  padding: 0 20px 20px 0; }

.content-image-right {
  float: right;
  padding: 0 0 20px 20px; }

.deans-page img {
  width: 100%;
  height: auto; }

.caption {
  font-size: .8rem; }

/*----- contact form modification -----*/
.wpcf7-response-output.wpcf7-mail-sent-ok {
  padding: 1rem;
  color: #13b38d;
  background: #e1f5b0; }

.wpcf7-mail-sent-ok:before {
  content: '\e876';
  font-family: "Font Awesome 6 Pro";
  margin-right: .3rem;
  font-size: 1.1rem;
  line-height: 1;
  vertical-align: middle; }

.wpcf7 label {
  color: #666; }

/*------------ Donate Bar -------*/
.donate-bar {
  background: -webkit-linear-gradient(rgba(0, 103, 71, 0.85), rgba(0, 103, 71, 0.85)), url("https://lib.usf.edu/wp-content/uploads/2019/04/DSC_9794.jpg");
  background: -o-linear-gradient(rgba(0, 103, 71, 0.85), rgba(0, 103, 71, 0.85)), url("https://lib.usf.edu/wp-content/uploads/2019/04/DSC_9794.jpg");
  background: linear-gradient(rgba(0, 103, 71, 0.85), rgba(0, 103, 71, 0.85)), url("https://lib.usf.edu/wp-content/uploads/2019/04/DSC_9794.jpg");
  background-size: cover;
  padding: 2rem 0; }

.banner-bar {
  text-align: center;
  line-height: 1.3; }

.banner-bar h3 {
  margin-top: 0rem; }

/*------------ Library Hours ----------------*/
.s-lc-mhw-tb {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0; }

.s-lc-mhw-tb th, .s-lc-mhw-tb td {
  border: 1px solid #ddd;
  vertical-align: top; }

.s-lc-mhw-tb thead {
  background-color: #F5F5F5; }

.s-lc-mhw-header {
  text-align: center; }

.s-lc-mhw-header-date {
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  font-size: 130%; }

.s-lc-mhw-days td {
  text-align: center;
  font-weight: bold;
  min-width: 14.28%;
  max-width: 14.28%;
  width: 14.28%; }

.s-lc-mhw-day-l {
  color: #555;
  text-align: right;
  padding: 2px; }

.s-lc-mhw-cells {
  height: 50px; }

.s-lc-mhw-fnc {
  color: #555; }

.s-lc-mhw-loc {
  padding: 2px;
  border-radius: 4px;
  margin-bottom: 1px;
  color: #fff;
  font-weight: bold; }

.s-lc-mhw-subloc {
  margin-left: 5px; }

.s-lc-mhw-footnote-cal {
  font-size: 86%; }

.loc_6454 {
  background-color: #007953; }

.loc_6547 {
  background-color: #7A658C; }

.loc_6621 {
  background-color: #007953; }

/*------------ Blog Styling -------*/
.single-featured-image-header {
  padding-top: 16px;
  border-top: 1px solid #dedede;
  margin-top: 12px; }
  .single-featured-image-header img {
    height: auto; }

.blog-banner {
  margin: 20px 0; }

/*------------ Blog Comments Styling -------*/
.comment-list img {
  margin-right: 1.3rem;
  float: left; }
.comment-list .comment {
  padding: 1.2rem 0;
  border-top: 1px solid #c1c1c1; }
.comment-list .icon-mail-reply {
  width: 18px;
  height: 18px;
  margin-right: .4rem;
  color: #9ccb3b; }
.comment-list .reply {
  text-align: right; }
.comment-list .commend-body {
  padding: 1.4rem 0; }

/*------- Responsive Fixes  -------*/
.liaison-vert {
  margin-bottom: 100px; }

/*-------  floating corner button -------*/
.help-intercept {
  font-weight: 500;
  color: white; }
  .help-intercept i {
    font-size: .9rem;
    margin-right: .4rem; }

/*------- ask a lib button -------*/
.libchat-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 1rem;
  background: #dbe442;
  color: #006747; }

/*-------- libcal -------------*/
.s-lc-public-cust-footer {
  padding: .4rem;
  text-align: center; }

/*-------- modal style ---------*/
.modal {
  backdrop-filter: blur(7px); }

.modal-xxl {
  max-width: 95%; }

/*------ responsive fixes -------*/
@media (min-width: 768px) {
  .b-top-md-none {
    border-top: 0px !important; }

  .b-bottom-md-none {
    border-bottom: 0px !important; }

  .b-left-md-none {
    border-left: 0px !important; }

  .b-right-md-none {
    border-right: 0px !important; } }
@media (max-width: 768px) {
  .pagebanner-titlearea {
    display: none; }

  .sidebar-contact {
    margin: 2rem auto; }

  .accordion-button {
    padding: 1rem .75rem; }

  .home-hero {
    background-image: url("https://lib.usf.edu/wp-content/uploads/2022/07/lib_exterior_colored_blurred_mobile.jpg"); } }
@media screen and (max-width: 992px) {
  .dcsection {
    padding-top: 5%; }

  .events {
    padding: 0; }
    .events section {
      padding: 0; }

  .topnavlinks a {
    margin-left: 0;
    font-family: "Barlow Condensed", sans-serif; }

  .logo svg {
    max-width: 210px; }

  .contact-widget {
    transform: translateX(0rem); }

  .help-section {
    padding: 80px 16px; }

  .nudge-right {
    padding: initial; }

  .advanced-search .col {
    padding-right: initial; }

  .pagebanner, .pagebanner-overlay {
    height: 20vh;
    min-height: inherit; }

  .pagebanner-video, .pagebanner-video-overlay {
    height: 40vh;
    min-height: inherit; }

  .banner-tap {
    border-top: 1px solid #9ccb3b;
    border-left: none;
    padding-top: 2rem; }

  .banner-text {
    padding-bottom: 1rem; }

  .main-nav {
    display: none; }

  .donate-bar h2 {
    display: block;
    margin-right: 0;
    padding-right: 0;
    vertical-align: initial;
    border-right: 0; }

  .homepage-social-section {
    display: initial; }

  .home-digicomms .digicomms-launch {
    text-shadow: 3px 3px 5px #2c463e;
    margin-top: 120px; }
    .home-digicomms .digicomms-launch .btn, .home-digicomms .digicomms-launch #s-lc-w-today-cont-0 button, #s-lc-w-today-cont-0 .home-digicomms .digicomms-launch button {
      text-shadow: none; }

  .homedivider-1 {
    height: 15vh; }

  .d-block-sm {
    display: block; }

  .horizontal-innerpage-nav li {
    padding: .2rem 0;
    display: block;
    width: 100%;
    text-align: left; }

  .lcs_slide_out {
    top: 80% !important; }

  .gsc-control-cse {
    width: 88% !important;
    background: none !important; }

  .gsc-search-button {
    height: 46px !important;
    border-radius: 4px !important; }
    .gsc-search-button svg {
      width: 20px !important; }

  .gsc-input-box {
    width: 98% !important;
    border-radius: 4px !important;
    border: 3px solid; } }
@media screen and (max-width: 960px) {
  .dc-bar {
    max-width: 720px;
    margin: 0 auto; }

  .dc-bar .collection-section {
    width: 50%; }

  .dc-actions {
    padding-bottom: 2rem; }

  .launch-icons {
    display: initial;
    text-align: left; }
    .launch-icons i {
      display: inline-block;
      width: 45px;
      font-size: 1.4rem; }
    .launch-icons a {
      line-height: 2; }

  .launch-icon {
    margin: 6px;
    margin-left: 0; } }
@media screen and (max-width: 1215px) {
  .primarynavbar .nav-link {
    font-size: .97rem; }
  .primarynavbar .fa-compass, .primarynavbar .fa-book-reader {
    display: none; } }
@media screen and (max-width: 550px) {
  .home-searchbox {
    margin: 25px 0 28px 0;
    box-shadow: none; }

  .dc-bar {
    max-width: 360px; }

  .dc-bar .collection-section {
    width: 100%; } }
@media screen and (max-width: 493px) {
  .database-grid .col {
    min-height: 126px; } }
@media screen and (max-width: 600px) {
  h1 {
    font-size: 2.1rem; }

  .sidebar-desktop .sidebar-nav {
    display: none; }
  .sidebar-desktop .widget_nav_menu {
    display: none; }

  .extra-widget ul {
    padding: 0; }

  .horizontal-innerpage-menu {
    margin-top: 1.3rem; }
    .horizontal-innerpage-menu h3 {
      padding-left: .5rem; }
    .horizontal-innerpage-menu li {
      display: block;
      text-align: left;
      padding: 0; }
      .horizontal-innerpage-menu li a {
        padding: .2rem .4rem;
        display: block; }
      .horizontal-innerpage-menu li .current_page_item {
        border-left: 3px solid; }

  .widget_archive .select-wrapper {
    padding: 0 .5rem; }

  .pagebanner-titlearea {
    padding: 1.2rem 0; }

  .ribbon {
    font-size: 1.1rem; }

  .widget_pages li {
    border-bottom: 1px solid #e7e7e7; }
    .widget_pages li:last-child {
      border-bottom: 0px; }

  .sidebar-nav {
    padding: 0;
    background: none; }
    .sidebar-nav .sub-menu li:before {
      margin: .8rem .4rem 0 .2rem; }

  .sidebar-mobile .sub-menu li a {
    padding: .2em .6em;
    max-width: none; }
  .sidebar-mobile form {
    padding: 0 .4rem; }

  .widget-title {
    text-align: left;
    display: block;
    padding: 0; }

  .collapsible-body .widget-title {
    padding: .4rem; }

  .dataTables_wrapper {
    overflow-y: scroll; }

  .ask-a-librarian {
    text-align: center; }
    .ask-a-librarian i {
      float: none;
      margin-right: 0; }

  .type-post figure {
    max-width: 100%;
    text-align: center;
    margin: auto;
    padding: 1rem 0; }

  .dark-mode .home-searchbox .select-dropdown {
    color: #006747; }

  .collection-section:after {
    content: "";
    display: table;
    clear: both; } }
/*------- SOCIAL GRID -------*/
.rfbp-post {
  background: #3b5998;
  padding: 12px; }
  .rfbp-post p {
    color: white; }
  .rfbp-post a {
    color: #dbe442; }

.social-tile {
  display: block; }

.social-tile a {
  color: white; }

.youtube-content {
  background: #b31217; }

.youtube-content iframe {
  width: 100%;
  height: 250px; }

.twitter-content {
  background: #00b6f1; }

/*------- RANDOM FIXES -------*/
input:not([type]):focus:not([readonly]) {
  border-bottom: 0;
  box-shadow: none; }

.opacity-40 {
  opacity: .40; }

.opacity-70 {
  opacity: .70; }

i.left {
  margin-right: 10px; }

.widget_archive label {
  display: none; }

.sl-wrapper .sl-image .sl-caption {
  display: none; }

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
  color: gainsboro;
  background-color: transparent; }

@media print {
  .no-print, .no-print * {
    display: none; } }
.trinityAudioPlaceholder {
  padding: .5rem auto;
  margin: 1rem auto;
  border: 1px 0; }

/*# sourceMappingURL=custom.css.map */
