/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 02 2026 | 00:01:01 */
.icon {
  height: 4.5em;
  width: 4.5em;
  display: block;
  margin: 0 auto;
}

.icon_text {
  text-align: center;
  margin: auto;
  margin-top: 0;
}
	
.gateway_link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-align: center;
  margin-left: -0.25em;
  margin-right: -0.25em;
  margin-top: -0.5em;
}

.text_box {
  width: 5em;
  height: 2.5em;
  margin: auto;
  margin-top: 0;
  position: relative;
}

.link {
  display: block;
  margin: 0 auto;
  margin-top: 1em;
  text-align: center;
}

	
.text_box:focus {
  border: 2px solid black;
}

.gateway_link:focus {
  border: 2px solid black;
}

.icon_text:focus {
  border: 2px solid black;
}

.miz-page-content__header {
  display: none;
}
	
.banner_2 {
  background-image: url(https://library.missouri.edu/sandbox2t/wp-content/uploads/sites/63/2024/04/GRR-Pillar-scaled.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin: -11.6em;
  margin-left: -11.4em;
  margin-top: 1em;
  margin-bottom: 1em;
}


.quick_links {
  font-size: .9em; 
  padding: 10px 0 10px 10px !important; 
  background: linear-gradient(to left, #FFFFFF, #fcce4c); 
  margin-left: 1.2em;
  margin-bottom: 1.2em;
	  margin-top: 1.2em;
}
	
.Video_Box {
  padding: 10px 10px 10px 10px;
  background-color: #000000;
  color: #ffffff;
}	
	
.Video_Text {
  font-size: 1.5em;
  padding: 40px 10px 10px 20px;
  color: #ffffff;
}	
	
.Video_Links {
  color: #ffffff !important;
}
	
.Video_Links:hover {
  text-decoration: underline;
}
	

/* Create space below the carousel */
.carousel {
  margin-bottom: 3rem;
}

/* Position indicators below the images */
.carousel-indicators {
  bottom: -3rem; /* Same as the margin-bottom above */
}

/* Ensure indicators are visible on light backgrounds */
.carousel-indicators [data-bs-target] {
  background-color: #333;
}

/* Gateway Lower Content CSS */
@media only screen and (min-width: 768px) {	
  .vid_banner {
    background: linear-gradient(0deg, #00000088 30%, #ffffff44 100%),
	            url(https://library.missouri.edu/sandbox2t/wp-content/uploads/sites/63/2024/04/GRR-Pillar-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: -12.75em;
    margin-left: -12.75em;
    margin-top: 2em;
    margin-bottom: 1em;	
  }
	
  .LC_img {
	height: 25em;
	width: 20em;
	margin-top: 5em;
	margin-left: 5em;
	float: left;
  }

  .LC_img_alt {
	height: 25em;
	width: 35em;
	margin-top: 7em;
	position: relative;
	left: 41em;
  }
	
  .LC_txt_box {
	background-color: #ffffff;
	width: 30em;
	top: 95em;
	left: 25em;
	border: solid 1px black;
	position: absolute;
  }
	
   .LC_txt_box_left {
	background-color: #ffffff;
	width: 30em;
	top: 130em;
	left: 14em;
	border: solid 1px black;
	position: absolute;
	z-index: 1;
  }
	
  .LC_txt_fill {
	color: #000000;
	padding: 2em;
  }
}

@media only screen and (max-width: 768px) {	
  .Video_Text {
  font-size: 1.5em;
  padding: 40px 10px 10px 20px;
  color: #000000;
  }
	
  .Video_Links {
  color: #000000 !important;
  }
	
  .LC_img {
	height: 25em;
	width: 35em;
	margin-top: 7em;
	margin-bottom: 0;
  }
	
  .LC_img_alt {
	height: 25em;
	width: 35em;
	margin-top: 7em;
  }

  .LC_txt_box {
	background-color: #ffffff;
	float: right;
	border: solid 1px black;
	position: relative;
  }
	
  .LC_txt_box_left {
	background-color: #ffffff;
	width: 30em;
	border: solid 1px black;
	margin: 0;
  }	
	
  .LC_txt_fill {
	color: #000000;
	padding: 2em;
  }
}

/* Gateway searchbox CSS */
#rotatingbackgroundimage {
	height: 200px;
	width:100%;
	background-size:     cover;                     
	background-repeat:   no-repeat;
	background-position: center center;
	} 

#gatewaysearchbox {
	background: #ffffff; 
 /*
	position: absolute; 
	top: 12%; 
	left: 50%; 
	transform: translate(-50%, -50%); 	
*/	
	
	border: black 1px solid;
}

/*
@media (min-width: 800px) {
	#gatewaysearchbox {
		width: 50em; 

	}
}

@media (max-width: 799px) {
	#gatewaysearchbox {
		width: 25em; 
	}
}
*/

  .ebsco-single-search *,.ebsco-single-search *::before,.ebsco-single-search *::after{box-sizing:border-box;font:inherit;margin:0}
  .ebsco-single-search input,.ebsco-single-search button,.ebsco-single-search select{margin:0}
  .eb-search-container{display:flex;flex-flow:row wrap;line-height:1.2}
  .eb-search-container>*{flex:1 100%;padding:5px}
  .eb-search-container__title{font-weight:400;font-size:1.2em;letter-spacing:-.05em;text-align:center}
  .eb-search__box>*{flex:1 100%;line-height:normal}
  .eb-search__box{box-shadow:2px 2px 0px 2px rgba(0.20,0.20,0.20,0.20);border-radius:.25em;display:flex;flex-wrap:wrap;font-size:1em}
  .eb-search__input-bquery{background:#fff;border:0px solid #000;border-radius:.25em .25em 0 0;padding:.75em}
  .eb-search__input-bquery:focus{color:#333}
  .eb-search__submit-button{-webkit-appearance:button;border:0 solid #000;border-radius:0 0 .25em .25em;box-shadow:2px 2px 2px 2px rgba(.20,.20,.20,.20);cursor:pointer;overflow:visible;padding:.5em 1.25em;text-align:center;white-space:nowrap}
  .eb-search__submit-text{display:inline-flex;overflow:hidden}
  .eb-filter-container{padding-bottom:0}
  .eb-search__label{align-items:center;display:inline-flex;white-space:nowrap;width:100%}
  .eb-search__input{height:1.1em}
  .eb-search__span{padding:0 .5em}
  .eb-adv-search{padding-right:1em;text-align:right;white-space:nowrap}
  a.eb-adv-search__link{text-decoration-skip-ink:auto}
  .eb-sr-only{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}
  .eb-search-container__has-select .eb-search__search-prefix{background-color:#fff;border-radius:.25em 0 0 .25em;margin-bottom:.75em;position:relative}
  .eb-search-container__has-select .eb-search__search-prefix:after,.eb-search__search-prefix:before{bottom:0;content:"";pointer-events:none;position:absolute;top:0}
  .eb-search-container__has-select .eb-search__search-prefix:before{right:0;width:1.75em}
  .eb-search-container__has-select .eb-search__search-prefix:after{border-bottom:2px solid #000;border-right:2px solid #000;height:.5em;margin:auto;right:.75em;transform-origin:center right;transform:rotate(45deg);width:.5em;z-index:2}
  .eb-search-container__has-select .eb-search__select{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #d8d8d8;border-radius:.25em;box-shadow:none;color:#000;height:100%;padding:.5em 1.75em .5em .75em;width:100%}
  .eb-search-container__has-select .eb-search__select:focus{color:#000}
  .eb-search-container__has-select .eb-search__select::-ms-expand{display:none}
  html[dir="rtl"] .eb-search__select {padding: .5em .75em .5em 1.75em}
  html[dir="rtl"] .eb-search__search-prefix:before{left:0;right:inherit}
  html[dir="rtl"] .eb-search__search-prefix:after{left:.75em;right:inherit}
  @media only screen and (min-width: 768px) {
    .eb-search-container{padding:.75em}
    .eb-search__box{flex-wrap:nowrap;height:2.8em;box-shadow:2px 2px 4px 2px rgba(0.20,0.20,0.20,.20)}
    .eb-search__input-bquery{border: 0px solid #000;border-bottom-color:#d8d8d8;border-radius:.25em 0 0 .25em;border-right-color:transparent;width:100%}
    .eb-search__submit-button{border-radius:0 .25em .25em 0;box-shadow:none;flex:0 0 auto}
    .eb-filter-container{flex:1;padding-left:1em;padding-bottom:.75em}
    .eb-search__label{width:auto}
    .eb-search-container__has-limiter .eb-adv-search{flex:0 0 auto}
    .eb-search-container__has-select .eb-search__search-prefix{flex:1 0 auto;margin-bottom:0}
    .eb-search-container__has-select .eb-search__select{flex:0 0 auto;border-radius:0}
    .eb-search-container__has-select .eb-search__search-prefix:nth-of-type(1) .eb-search__select{border-radius:.25em 0 0 .25em}
    .eb-search-container__has-select .eb-search__input-bquery{border-left-color: transparent;border-radius:0}
    .eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(1) > .eb-search__select{border-right-color: transparent}
    html[dir="rtl"] .eb-search__input-bquery{border-radius:0 .25em .25em 0;border-left-color:transparent;border-right-color:inherit}
    html[dir="rtl"] .eb-search__submit-button{border-radius:.25em 0 0 .25em;border-left-color:inherit;border-right-color:transparent}
    html[dir="rtl"] .eb-search__select{border-radius:0 .25em .25em 0;border-right-color:inherit}
    html[dir="rtl"] .eb-search-container__has-select .eb-search__input-bquery{border-radius:0;border-right-color:transparent}
    html[dir="rtl"] .eb-search-container__has-select .eb-search__search-prefix:nth-of-type(1) .eb-search__select{border-radius:0 .25em .25em 0}
    html[dir="rtl"] .eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(1) > .eb-search__select{border-left-color: transparent;border-right-color: inherit}
    html[dir="rtl"] .eb-search-container__has-select-two .eb-search__search-prefix:nth-of-type(2) > .eb-search__select{border-radius: 0}
  }
