/********* Common OPAC user interface ***********/

@media print {
  /* on modal open bootstrap adds class "modal-open" to body, so you can handle that case and hide body */
  body.modal-open {
    visibility: hidden;
  }

  body.modal-open .modal .modal-header,
  body.modal-open .modal .modal-body {
    visibility: visible; /* make visible modal body and header */
  }
  
  .no-print,
	.no-print * {
		display: none !important
	}
}

.main-body {
	min-height: calc(81vh - 27px);
}

#app-body {
	min-height: 500px
}

html,
body {
	background: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
	font-style: normal;
	color: #0a0a0a; 
  font-size: 16px;
	/*font-size: 1em;*/
  width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

header {
  height: auto;
	clear: both
}

b, strong {
  font-weight: bold !important;
}

a:link.nav-link.adv {
  text-decoration: underline;
}

a {
	color: #005233;
}
a:hover{
  color: #005233;
  text-decoration: underline
}

h1.line-title,
h2.line-title,
h3.line-title,
h4.line-title,
h5.line-title,
h6.line-title {
	text-decoration: none;
	display: table;
	white-space: nowrap;
	text-align: right;
	background: #fff
}

h1.line-title:after,
h2.line-title:after,
h3.line-title:after,
h4.line-title:after,
h5.line-title:after,
h6.line-title:after {
	border-top: 1px solid #ccc;
	content: '';
	display: table-cell;
	position: relative;
	top: 0.6em;
	width: 100%
}

h1.line-title:after,
h2.line-title:after,
h3.line-title:after,
h4.line-title:after,
h5.line-title:after,
h6.line-title:after {
	left: 1.5%
}

h1, h2, h3, h4, h5, h6{  
	font-family: Merriweather, serif;	
	-webkit-font-smoothing: antialiased;	
	margin-bottom: 0.5rem;	
	text-underline-position: under;
  color: #005233;
}
h5{
  font-weight: bold;
}

ul ul, ul ol, ol ul, ol ol {
  padding-left: 10px;
}

.error {
	background-color: #fff3f3;
	padding: 20px
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.cursor {
	cursor: pointer
}

.scroll-to-top-right {
  right: 30px;
  bottom: 5px;  
}

#carouseldetails {
  width: 100%; 
  height: 180px; 
  padding-bottom: 5px;
  padding-top: 5px; 
  border: none; 
  margin: 0 auto 1em auto;
  z-index: 0
}

.carousel img{
  height: 100%;
  width: 100%;  
  max-height: 160px;
  max-width: 127px;  
}

#carousel-prev, #carousel-next{
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;  
  font-size: 15px;
  border: none
}
#carousel-prev{
  left: 20px;
}
#carousel-next{
  right: 20px;
}

a[aria-expanded=true] .fa-chevron-right {
	display: none
}

a[aria-expanded=false] .fa-chevron-down {
	display: none
}

.nswba-card {
	border: 1px solid #dae5ea;
	padding: 15px !important;
	margin-bottom: 24px;
	overflow: hidden
}

.card-body {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	   
  webkit-user-select: auto!important;  
  user-select: auto!important;  
  position: relative
}

.card-body.selected {
	background: #eee
}

.card-body .resulttitle {
	padding: 2px 0 2px 1px;  
}

.card-body .resulttitle>a{
	max-width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
  color: #005233;
}

.card-body .resulttitle>a em {
	/*border-bottom: 1px #D53A00 solid;*/
  background-color: palegoldenrod;
	font-style: normal
}

.card-body .resulttitle i.fas {
	display: inline-block;
	margin-left: 10px;
	float: left;
	color: #00234B;
	margin-top: 4px
}

.coverart,
.book-cover-substitute {
	background: transparent url("../imgs/no-cover.png") no-repeat center;
	background-size: contain
}

.type_legislation .coverart {
	background-image: url("../imgs/no-cover-gavel.png") !important
}

.type_serial .coverart,
.type_looseleaf .coverart,
.type_law-report .coverart,
.type_mono-in-series .coverart {
	background-image: url("../imgs/no-cover-paper.png") !important
}

.type_web-site .coverart,
.type_paper-report .coverart,
.type_legislation-serial .coverart {
	background-image: url("../imgs/no-cover-webnews.png") !important
}

.type_electronic-resource .coverart {
	background-image: url("../imgs/no-cover-electronic.png") !important
}

.type_audio-video .coverart {
	background-image: url("../imgs/no-cover-media.png") !important
}

.card-body.grid .coverart {
	padding-top: 0px;
	background-position: center;
	height: auto;
	width: 90px;
	background: transparent url("../imgs/no-cover.png") no-repeat;
	background-size: contain;  
}

.card-body.grid .fldname {
  vertical-align: top;
	text-align: left;
	color: #00234B;
	min-width: 130px;  
}

.card-body.list .cover-art-box {
	display: none
}

.card-body.list .cover-art-box .coverart {
	padding-top: 10px;
	background-position: center;
	height: 40px;
	width: 30px
}

.card-body.list .fldname {
	display: none
}

.card-body.list tr {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0
}

.card-body.list td {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 5px
}

.card-body.list td::first-child {
	padding: 0px
}

.card-body.list .resulttitle {
	margin: 0 -15px
}

.card-body.list .grid-text {
	
	line-height: 1rem;
	color: #00234B
}

.card-body.list .grid-text a {	
	padding: 10px 0px;
	display: block
}

.fa, .far, .fas {
	font-weight: bold !important
}

.disabled {
	opacity: 0.5
}

.modal {
  z-index: 9999 !important;/*custom.css 251*/
}

.breadcrumb {
  padding: 10px 5px 15px;
	margin: 10px 0;
	background: none;
	border-radius: 0
}

.breadcrumb i.fas {
	font-size: 0.8rem;
	color: #ccc;
	display: inline-block;
	padding: 4px 10px
}

.breadcrumb .current {
	font-weight: 100;
	color: #68797D
}

.breadcrumb a {
	font-weight: 100
}

.ui-autocomplete{
  max-width: 550px !important
}

/********************** Buttons and form controls *********************************/

.btn .bt-primary .search-submit {
  width: 66px;
  border-radius: 0 74px 74px 0 !important;
  padding-right: 10px !important;
}

.btn.btn-primary {
  font-family: Merriweather, serif; /*"Source Sans Pro", sans-serif;*/
  font-size: 16px;
  font-weight: bold;/*800 is too bold*/
  /*line-height: 24px; */
  letter-spacing: 0.25px; 
  text-align: center; 
  background-color: #005233 !important;    
}

.btn-block {
  display: block;
  width: auto;
}

.btn.btn-block.btn-secondary{
  color: #ffffff;
}

#inputSearchHome, .searchbarRMS input{
  height: 3.4rem;
  /*border: 1px solid #000000 !important;  */
  
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border: 0;
  border-bottom: 1px solid #ffffff;
  font-family: Merriweather;
  font-size: 32px;
  color: white;
  background: transparent;
  outline: none;
}
#inputSearchHome:focus {
	outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active
{
  background-color: #008265 !important;
  text-decoration: underline;
}
.btn {
	padding: 5px 13px;
	border: none
}

#advSearch .btn {
	padding: 12px
}

.btn-secondary:not(:disabled):not(.disabled).active .btn-group-toggle>.btn {
	opacity: 0.5 !important
}

.btn-secondary:not(:disabled):not(.disabled).active .btn-group-toggle .btn-secondary:not(:disabled):not(.disabled).active {
	opacity: 1
}

/********************** Search bar *********************************/

#content1 .dropdown-menu a:first-child {
  margin-top: 5px;
}

.searchbar .selection-wrapper {
	position: absolute;
	left: -230px;
	top: 9px;
	color: #fff
}

.searchbar .selection-wrapper i.fas {
	right: 0px;
	top: 10px;
	position: absolute
}

.searchbar .selection {
	-webkit-appearance: none;
	background: none;
	border: none;
	color: inherit;
	padding-right: 15px;
	outline: none;
	width: 200px;
	background-color: #58575c;
	
	transition: 0.4s all linear
}

.searchbox {
	height: auto;	
	padding: 40px 20px;
  background: #007549;
}

#searchboxhome {
	height: auto;
	margin: 0px;
	  
	width: 100%;
	z-index: 9;
	border-radius: 0.2rem;
	position: relative
}

.searchbar .btn-group {
	display: block;
	position: relative;
	width: 100%;
	right: 0px;
	top: 0px;
	padding: 0;
	margin: 2px 9px
}

.searchbar .btn-group .selection-wrapper {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	/*width: 100%*/
}

.searchbar .btn-group .selection-wrapper label {
	width: 100%
}

.searchbar .btn-group .selection-wrapper select {
	box-sizing: border-box;
	width: 97%;
	padding: 20px 15px;
	height: auto
}

.searchbar .btn-group .selection-wrapper .btn {
	width: 100%;
	background-color: #58575c;
	margin: 4px 0 10px
}

.searchbar .btn-group .selection-wrapper .btn.dropdown-toggle {
	
	transition: all 0.4s linear
}

.searchbar .btn-group .selection-wrapper .btn.dropdown-toggle::after {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -2px
}

.searchbar .btn-group .selection-wrapper .dropdown-menu {
	z-index: 99;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	border: none
}

.searchbar .btn-group .selection-wrapper .dropdown-menu a {
	color: #000
}

.searchbar .btn-group .selection-wrapper .dropdown-menu a:hover {
	background: #58575c;
	color: #fff
}

.searchbar .btn-group button {
	box-sizing: border-box;
	width: 49.2%;
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	color: #fff;
	padding: 10px;
	border-radius: 10px !important;
	height: 46px;
	line-height: 0.8;
	font-size: 1em;
}

.searchbar .btn-group button>a {
	color: #fff;
	line-height: 14px;
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 15px 13px;
	top: 0;
	left: 0
}

.searchbar .btn-group .btn {
	font-family: Merriweather, serif;
	font-weight: 100;
	border-radius: .25rem;
	color: #fff
}

.searchbar .btn-group .btn.only-btn {
	width: 100%
}

.searchbar .selection-wrapper {
	position: absolute;
	left: -230px;
	top: 0px;
	color: #fff
}

.searchbar .selection-wrapper label:after {
	font-family: "Font Awesome 5 Free";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	padding-right: 10px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 12px;
	background-color: transparent;
	color: inherit;
	text-rendering: optimizeLegibility;
	z-index: 2
}

.searchbar .selection-wrapper select {
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.5px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: inherit;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 90%;
	height: 28px;
	padding-right: 10%;
	box-sizing: content-box;
	position: relative;
	z-index: 1
}

.searchbar .selection {
	-webkit-appearance: none;
	background: none;
	border: none;
	color: inherit;
	padding-right: 25px;
	outline: none;
	background-color: #ccc
}

.searchbar .btn-group .selection-wrapper {  
  top: -5px;
}

.searchbar {
	border: none;
	position: relative;
	border: none
}

.searchbar input[type="search"] {
	width: 100%;
	display: block;
	background: transparent;	
	margin: 2px 10px 2px 0;
	box-sizing: border-box;
	transition: all 0.4s linear;	
	font-weight: 100;	
	padding: 16px 10px 15px !important;	
	border-radius: 4px;
	color: #000000
}

.searchbar input[type="search"]:focus {
	background-color: #fff;
	color: #333
}

.search-form {
	position: relative
}

.search-form button {
	position: absolute;
	right: 10px;
	top: 2px;
	height: calc(100% - 5px);
	width: 50px;
	font-size: 16pt;
	line-height: 0px;
	background: #fff;
	color: #68797D;
	border: none
}

.search-form button:hover {
	color: #000
}

@media (min-width: 768px) {
	.search-form button {
		right: 20px
	};
  .searchbar button,
	.searchbar .btn-group {
		position: absolute;
		right: 13px;
		top: 5px;
		padding: 16px 16px
	}
	.searchbar button a,
	.searchbar .btn-group a {
		font-size: 14px;
		color: #fff;
		width: 100%;
		height: 100%
	}
	.searchbar button a:hover,
	.searchbar .btn-group a:hover {
		color: #fff
	}
}

@media (min-width: 992px) {
  .searchbar>input:focus~.btn-group>.selection-wrapper>.dropdown-toggle {
		background: #fff;
		color: #000
	}
  .searchbar .btn-group {
		position: absolute;
		right: 14px;
		top: 6px;
		width: 300px;
		margin: 0
	}
  .searchbarRMS .btn-group {				
		width: 300px;		
	}
	.searchbar .btn-group button {		
		border-radius: 100px !important;
		width: 49.2%
	}
	.searchbar .btn-group .selection-wrapper {
		position: absolute;
		left: -273px;
		min-width: 170px;
		top: -4px
	}
  
  .searchbarRMS .btn-group .selection-wrapper {
		position: absolute;
		left: -141px;
		max-width: 138px;
		top: -4px
	}
  
  #searchclear, #searchclearRMS {
    position: absolute;
    left: -25px;
    top: 0;
    bottom: 0;
    height: 24px;
    margin: auto;
    font-size: 17px;
    cursor: pointer;
    color: #ccc;
  }
  
  .searchbar input[type="search"] {
		font-size: 14px
	}
	.masthead ul.navbar-nav .nav-item>a,
	.navbar ul.navbar-nav .nav-item>a,
	.site-header ul.navbar-nav .nav-item>a {
		padding-right: 1.8rem;
		padding-left: 1.8rem
	}
  
  .searchbar .btn-group .submit-wrapper{
    position: absolute;
    width: 399px; 
    left: -99px
  }
}

/*********************** Search Results ***************************/

.dropdown-item {
	position: relative
}

.dropdown-item:visited  {
  color: #00234B !important;
}
.dropdown-item:hover  {
  color: #ffffff !important; 
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover
{
  background-color: rgb(8, 11, 59) !important;
}

.result {
	position: relative;
	transition: 0.3s all ease-out
}

.result:hover .selector_toggle {
	opacity: 0.5
}

.result .dropdown-item {
	padding: 0;
	font-size: 0.8rem
}

.result .cover-art-box {
	margin-bottom: 20px
}

.result.more-options-showing {
	border-radius: 0.5rem;
	box-shadow: 0 9px 18px rgba(0, 0, 0, 0.2), 0 5px 2px rgba(0, 0, 0, 0.12);
	transform: scale(1.05);
	background: #fff;
	z-index: 2
}

.result .more-options-selector {
	font-size: 1.5rem;
	float: right;
	opacity: 0.5;
	margin: -5px;
	padding: 0 5px
}

.result .options {
	transition: 0.3s all linear;
	clear: both;
	border-top: 1px #ccc solid;
	margin: 0 -14px -10px;
	padding: 0;
	opacity: 1;
	text-align: right;
	display: none
}

.result .options .more-options-section a {
	font-size: 1rem;
	color: #333;
	opacity: 0.1;
	padding: 4px 10px;
	transition: 0.4s all linear;
	transition-delay: 0.2s
}

.result .more-options-section {
	opacity: 0;
	transition: 0.4s all linear;
	display: inline-block
}

.result.more-options-showing .more-options-selector {
	opacity: 1;
	background: #ccc;
	color: #fff;
	border-radius: 2rem
}

.result.more-options-showing .more-options-section {
	opacity: 1;
	padding: 10px
}

.result.more-options-showing .options {
	display: block
}

.result.more-options-showing .options a {
	opacity: 1
}

.result:hover .options a,
.result:hover .more-options-selector {
	opacity: 1
}

.result .citation-box {
	max-width: 50%;
	background: #fefefe;
	border: 1px #eee solid;
	padding: 10px;
	font-size: 0.8rem;
	text-align: center;
	display: block;
	margin: 10px auto
}

.result .citation-box textarea {
	width: 100%;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	outline: none
}

.result .citation-box a.btn {
	color: #fff;
	margin-top: 1rem
}

.search-result a {	
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 1.30;
	margin-bottom: 0.05em;
	display: block
}

.search-result .snippet {
	font-size: 9pt;
	line-height: 1.8em;
	color: #333
}

.search-result .abstract {
	white-space: nowrap;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

.search-result .card-body {  
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.search-result .card-body a {
  line-height: 1.50;  
}

.full-record {
	background: #fff;
	padding: 215px 0
}

.full-record .container {
	position: relative
}

@media (min-width: 992px) {	
	.full-record .container {
		padding-right: 300px;
		min-height: 300px
  }
}

.filter-box .radio-wrapper,
.filter-box .checkbox-wrapper {
	position: relative
}

.filter-box input[type="checkbox"],
.filter-box input[type="radio"] {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 15px;
	-webkit-appearance: none
}

.filter-box .radio-label,
.filter-box .checkbox-label {
	display: flex;
	position: relative;
	font-size: 0.8rem;
	font-weight: 400;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	cursor: pointer;
	opacity: 0.9
}

.filter-box .radio-label:before,
.filter-box .radio-label:after,
.filter-box .checkbox-label:before,
.filter-box .checkbox-label:after {
	pointer-events: none
}

.filter-box .radio-label:before,
.filter-box .radio-label:after {
	border-radius: 50%
}

.filter-box .radio-label:before,
.filter-box .checkbox-label:before {
	display: flex;
	content: ' ';
	height: 20px;
	width: 20px;
	border: solid 1px #000;
	border-radius: 0.2rem;
	background: #fefefe;
	margin-right: 10px;
	flex: 0.2 20px;
	flex-grow: 0;
	flex-shrink: 0
}

.filter-box .radio-label:after,
.filter-box .checkbox-label:after {
	position: absolute;
	top: 7px;
	left: 7px;
	display: flex;
	content: ' ';
	height: 12px;
	width: 12px;
	background: #000;
	transform: scale(0);
	transition: transform .1s linear
}

.filter-box .checkbox-label:after {
	height: 26px;
	width: 12px;
	left: 4.5px;
	top: calc(50% - 14px);
	border-bottom: solid 4px #000;
	border-right: solid 4px #000;
	background: transparent;
	transform: rotate(45deg) scale(0);
	transition: transform 0.1s ease, opacity 0.1s ease;
	transform-origin: center center
}

.filter-box .radio-wrapper input[type="radio"]:checked+.radio-label:after {
	transform: scale(1)
}

.filter-box .checkbox-wrapper input[type="checkbox"]:checked+.checkbox-label:after {
	opacity: 1;
	transform: rotate(45deg) scale(0.45)
}

.filter-box .checkbox-wrapper input[type="checkbox"]:checked+.checkbox-label {
	opacity: 1
}

.filter-box .checkbox-wrapper input[type="checkbox"]:checked+.checkbox-label:before {
	background: gray
}

.filter_box {
	padding: 5px 10px;
	-webkit-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0 3px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.filter_box {
		box-shadow: 0px 0 6px rgba(0, 0, 0, 0.1)
	}
}

@media (min-width: 992px) {
	.filter_box {
		position: absolute;
		right: 0px;
		max-width: 300px;
		min-width: 300px
	}
}

.filter_box a {
	opacity: 0.8;
	cursor: pointer
}

.filter_box a:hover,
.filter_box a.on {
	opacity: 1
}

.filter_box .active_filters li {
	background: #ccc;
	display: inline-block;
	margin: 3px;
	border-radius: 3px;
	color: #fff;
	width: auto;
	padding: 3px;
	font-size: 9pt;
	cursor: pointer;
	transition: all 0.4s linear
}

.filter_box .active_filters li:hover {
	background: #68797D
}

.filter_box .filter {
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 20px
}

.filter_box .filter>div {
	transition: all 0.3s ease-in-out
}

.filter_box .filter .minimised {
	overflow: hidden;
	max-height: 200px;
	-webkit-box-shadow: inset 0px -10px 11px -10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px -10px 11px -10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px -10px 11px -10px rgba(0, 0, 0, 0.1)
}

.filter_box .filter .expanded {
	-webkit-box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0px 0 0 rgba(0, 0, 0, 0);
	background: #fefefe;
	padding-bottom: 0px;
	margin-bottom: 0px;
	max-height: 999px;
	overflow: hidden
}

.filter_box .filter .toggle {
	position: absolute;
	bottom: -13px;
	display: block;
	color: #06c
}

.filter_box .toggle-filter {
	font-size: 11pt;
	text-align: center;
	padding: 5px;
	display: block;
	color: #06c;
	font-weight: bold;
	opacity: 0.5;
	cursor: pointer
}

.filter_box .toggle-filter:hover {
	opacity: 1
}

.filter_box ul {
	padding: 10px 0 5px;
	margin: 0px;
	margin-bottom: 30px
}

.filter_box li {
	list-style: none;
	padding: 0;
	font-size: 10pt;
	position: relative;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px
}

.filter_box li a {
	white-space: none;
	overflow: none;
	text-overflow: ellipsis;
	padding-right: 30px;
	width: 100%;
	display: block
}

.filter_box li .resultnums {
	opacity: 0.5;
	right: 10px;
	top: 20%;
	position: absolute
}

.alphabet-filter {
	background: #e1e1e1;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	white-space: nowrap;
	margin-top: 20px
}

.alphabet-filter a {
	color: #00234B !important;
	display: inline-block;
	padding: 8px 1%;
	/*text-transform: uppercase;*/
	cursor: not-allowed;
	opacity: 0.1;
  text-decoration: none;
}

.alphabet-filter a.active {
	cursor: pointer;
	opacity: 1
}

.alphabet-filter a.selected {
	background: #00234B;
  text-decoration: underline;
	color: #fff !important
}

@media (min-width: 768px) {
	.alphabet-filter a {
		padding: 8px 0.5%
	}
}

@media (min-width: 992px) {
	.alphabet-filter a {
		padding: 8px 1.05%
	}
}

.alphabet-filter a:hover {
	background: #00234B;
	color: #fff !important
}

.AZ-link{
  padding: 0 8px 0 0;
}

span.highlight {
	background: yellow
}

.grid-text {	
	line-height: 1.5em
}

.search-filters-container a,
.search-filters-container span {
	cursor: pointer;	
}

#collapseFilter .filter-box {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px
}

#collapseFilter .filter-box button {
	-webkit-appearance: none;
	border-radius: 0.5rem;
	border: 1px #212529 solid;
	
	cursor: pointer
}

#collapseFilter .form-group {
	border-top: 1px #eee solid;
	margin-top: 20px;
	padding-top: 20px
}

#collapseFilter .form-group .filter {
	font-weight: 400;	
	height: auto
}

#collapseFilter span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	line-height: 91%;
	width: 90%
}

.page-link {
  color: #000000
}

.pagination .page-link {
	padding: 10px;	
}

.page-item {
	transition: all 2s linear;
	border-bottom: 1px transparent solid
}

.page-item.page-active {
	color: #212529;
	font-weight: 800;
	border-bottom: 2px #212529 solid
}

/*********************** End of Search Results ***************************/

/*********************** Full Record ***************************/

.page-item,
.toolbarbtn {
	font-family: arial, "proxima_softregular", sans-serif
}

.pagination .pagenum,
.pagination .pagearrow {
	border: none
}

.shelf table .on-loan .status {
	color: #700000;	
}

.record-paging {
	font-weight: 100
}

.record-paging b {
	padding: 0 10px
}

.record-paging * {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.full-record h4 {
	margin-bottom: 40px
}

.full-record .fldname {
	font-weight: bold;
	display: inline-block;
	width: 150px;
	text-overflow: ellipsis;
	overflow: hidden
}

.full-record .type {	
	color: #68797D
}

.full-record .record-title {
	margin-top: 0px;
	color: #000000;	
  font-weight: bold
}

.full-record .links {
	margin: 0px;
	padding: 5px;
	border-radius: 0
}

.full-record .links .link {
	margin-top: 1px;
	padding: 10px;
	border-bottom: 1px #ccc solid
}

.full-record .links .link .notes {
	display: block;
	font-size: 0.8rem;
	color: #333
}

.full-record .links .link .icon {
	position: absolute;
	right: 20px;
	opacity: 0.9;
	color: #333;
	font-size: 15pt;
	top: 30%
}

.full-record .docLinks {
	padding-left: 10px
}

.full-record .docLinks .exticon {
	position: absolute;
	top: 5px;
	right: 5px;	
	opacity: 0.5
}

.full-record .docLinks a {
	position: relative;
	padding-right: 30px;
	padding-left: 15px;
	line-height: 0px;
	text-align: left;
	max-width: 300px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px
}

.full-record .docLinks i {
	float: left;
	margin: 5px 10px 0 -1px;	
}

.full-record .docLinks b {	
	white-space: normal;
	text-overflow: ellipsis
}

.full-record .docLinks span {	
	opacity: 0.9;
	line-height: normal
}

.full-record{
	padding-top: 0px;
	padding-bottom: 20px;
	min-height: 500px
}

.record-title {
  margin-top: 0px;    
}

.preview-collapsed .links {
	box-shadow: inset 0px -30px 15px -25px rgba(0, 0, 0, 0.2);
	max-height: 300px;
	border-radius: 0.5rem;
	overflow: hidden;
	transition: all 0.4s ease-in-out
}

.preview-collapsed .contract-text {
	display: none
}

.preview-collapsed .expand-text {
	display: block
}

.preview-collapsed.preview-small .links {
	max-height: 100px
}

.preview-collapsed.expanded .links {
	max-height: 10000px;
	box-shadow: none
}

.preview-collapsed.expanded .contract-text {
	display: block
}

.preview-collapsed.expanded .expand-text {
	display: none
}

.cover-art-box {
	box-shadow: 1px 2px 8px -1px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 10px;
	position: relative;
	background: #fff;  
  margin-top: 10px;
  margin-right: 14px;
}

.cover-art-box .is-online {
	background-color: #75a2b7;
	text-shadow: 0 0 1px #000;	
	color: #fff;
	top: 5px;
	left: -21px;
	position: absolute;
	width: auto;
	padding: 5px 5px 5px 15px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
	z-index: 10;
	border-radius: 0 3px 3px 0
}

.cover-art-box .is-online::after {
	bottom: -10px;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 0px solid transparent;
	border-top: 10px solid #0f191e;
	left: 0px;
	position: absolute;
	z-index: 9
}

.cover-art-box .coverart {
	height: 130px
}

.notice {
	border-radius: 1rem;
	padding: 2px;
	font-size: 0.7rem !important;
	text-align: center;
	padding: 4px 8px;
	background: #333;
	color: #fff;
	display: inline-block;
	margin-left: 2px
}

.notice.isActive {
	background: red
}

.grouped {
	background: rgba(0, 0, 0, 0.01);
	border-left: 1px #fefefe solid;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1)
}

/*********************** End of Full Record ***************************/

/*********************** Resources *******************/

#ResourcesByGroupTree > ul, #ResourcesByGroupTree > ol, #ResourcesByPracticeTree > ul, #ResourcesByPracticeTree > ol {
  padding-left: 0;
}

#ResourcesByGroupTree > ul, #ResourcesByGroupTree .nestedcollapse, #ResourcesByPracticeTree > ul, #ResourcesByPracticeTree .nestedcollapse  {
  list-style-type: none;
}

#rltnhpTree {
  margin: 0;
  padding: 0;
}

#rltnhpTree .caret {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;  
}

#rltnhpTree li .level_1:link {  
  color: #00234B !important;    
}

.level_1 {
	padding: 20px 0 0
}

.level_1 b {
  font-size: 0.85rem;
}

.level_1 h4 {
	padding: 0;
	margin: 0
}

.level_2 a {
	display: block;
	padding: 10px 0
}

#rltnhpTree .nested {
  display: block;
}

#rltnhpTree .activeTreeBranch {
  display: none;
}

#rltnhpTree li > .toplevel {
  color: #02629f;
  
  font-weight: normal;
  
  display: inline-block;
  padding-top: 12px;
  padding-bottom: 12px;
}

#rltnhpTree li > .fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  
}

.sublevel{
  color: #000000;
  padding-top: 10px;  
  font-weight: normal;  
  display: inline-block;  
}


#rltnhpTree .nested > li{
  padding: 5px 0;
}

.online-res-img {
  width: 100px;
}

.resource_item .notes {
	font-size: 0.8rem
}

.resource_item .sub_links a {
	text-decoration: underline;
	color: #3b55c9;
	font-size: 0.8rem
}

.grid .resource_item {
	border-radius: 0.5rem;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 10px;
	border: 2px solid #cccccc;	
	overflow: hidden;
	font-size: 0.8rem;
	margin-bottom: 10px;
	margin-top: 10px
}

.resource_item a {
  color: #005233;
}

.resource_item .row .col-11 .annotation,  .resource_item .row .col-10 .annotation{
  color: #808080;  
  padding-right: 50px
}

.resource_item .sub_links a {		
  padding-left: 10px
}

.resource_item .level-1 {	
  padding-top: 10px;  
}
.resource_item .col-11.level-1 {	
  padding-left: 40px;  
}

.resource_item .level-2 {	
  padding-top: 10px;
  padding-left: 30px
}

.resource_item.level-3 {/*Group title*/
  padding-top: 3px;
  padding-left: 30px
}
.resource_item .level-3 {
  padding-top: 3px;
  padding-left: 60px
}

.resource_item.level-4 {/*Group title*/
  padding-top: 3px;
  padding-left: 30px
}
.resource_item .level-4 {
  padding-top: 3px;
  padding-left: 60px
}

.resource_item.abstr{
  margin-left: 0;
  padding-left: 0
}

a[aria-expanded=true] .fa-chevron-right {
  display: none;  
}
a[aria-expanded=false] .fa-chevron-down {
  display: none;  
}
.fa-chevron-down, .fa-chevron-right {
  color: #005233;
}
/** Used for icon sorting */
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}

/*********** Advanced Search ****************/

.form-control.catalogue-search, .form-control.judgment-search, .form-control.AV-search {
    border: none;
    border-bottom: 1px solid #007549;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}
.catalogue-search-input:focus, .catalogue-search-select:focus,
  .publ-search-input:focus, .publ-search-select:focus,
  .AV-search-input:focus, .AV-search-select:focus
{  
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #007549 !important;
}

.catalogue-search-lbl, .judgment-search-lbl, .AV-search-lbl{
  font-weight: bold;
  padding-top: 10px
}

/************************ RMS ***********************/

.note-editor .btn{
  border: 1px solid #cccccc;  
  margin-right: 0;
  margin-top: 0;
  color: #000000;
}
.note-editor .btn:hover{
  background-color: #cccccc
}

.commentRow {
  border: #E9ECED 1px solid;
  background: #ffffff;
  padding: 10px;  
}

.commentDelete{
  padding: 10px;
  margin: 3px 0 3px 50px;
}


.search-result .card-body .resulttitleRMS {
	padding: 0 15px;  
}

.search-result .card-body .resulttitleRMS>a {
	max-width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	float: left;
  white-space: nowrap;  
}

.search-result .card-body .resulttitleRMS>a em {	
  background-color: palegoldenrod;
	font-style: normal;  
}

.search-result .card-body .resulttitleRMS i.fas {
	display: inline-block;
	margin-left: 10px;
	float: left;
	color: #00234B;
	margin-top: 4px
}

#sendEmail .email-message-body {
	max-height: 300px;
	overflow: scroll
}

#sendEmail .email-message-body p {
	font-size: 0.8rem
}

.email .email-loading,
.email .email-success {
	text-align: center;
	font-size: 3em;
	color: #68797D;
	padding: 20px
}

.email .email-success {
	color: green
}

.email .email-error {
	color: red;
	border: 1px red solid;
	padding: 20px;
	border-radius: 1rem;
	margin-bottom: 1rem
}

.card-body table td.notes a {  
  color: #02629f;
}

.col-form-label{
  padding-top: 0
}

[aria-expanded="false"] > .fa-chevron-down {
  display: inline !important; 
}
[aria-expanded="true"] > .comments-collapsed {
  display: none;
}
[aria-expanded="true"] > .fa-chevron-down {
  display: none;
}
[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

#homeTab .nav-link.active, #resourcesTab .nav-link.active, #patronprofileTab .nav-link.active,
#requestsuserTab .nav-link.active, #requestsadmin .nav-link.active{
  color: #000000;
  background-color: #ffffff !important;
  text-decoration: none
}
#requestsadmin .nav-link.quickstats {  
  background-color: #ffffff !important;
  border: 1px solid #dee2e6;
  border-bottom: none;
}

ul.ui-autocomplete.ui-menu {
  z-index: 9999999999;/*custom.css*/
}

.cke_dialog_container{
  z-index: 9999999999 !important;/*dialog.css*/
}

#scroll-top-resources:active, #scroll-top-resources:hover{
  text-decoration: none
}

#scroll-top-resources {
   
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;   
}

#requestTitle, #messageassigned, #commentstext, #Work_Done, #messageRequestor,
#requestTitleDeskRequest, #requestTitleUpdate, #requestTitleHome, #requestTitleFAQ{
  height:150px;
}

.close.fileinput-remove{
  display: none
}

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 25px 10px !important;
  cursor: default;
}

.label-info {
  background-color: #5bc0de;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/*** Captcha *****************/

.fa-refresh:before {
  content: "\f021";
}

/* Simple Captcha System
 * @package Code Snippets
 * @link http://rhythmshahriar.com/codes/
 * @author Rhythm Shahriar <rhy@rhythmshahriar.com>
 * @link http://rhythmshahriar.com
 * @copyright Copyright © 2017, Rhythm Shahriar
*/

#captcha {
  /*border-top: 5px solid #F64747;*/
  background-color: #FFF;
  /*height: 100vh;*/
  /*min-height: 960px;*/
  max-width: 980px;
  /*margin: 0 auto;*/
}

#captcha .title {
  text-align: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
  padding: 30px 0;
}

#captcha .captcha-from {
  max-width: 70%;
  margin: 0 auto;
}

#captcha .captcha-from label{
  font-weight: normal;
}

#captcha .form-control{
  border-radius: 0;
}
#captcha .input-group-addon {
  border-top-left-radius: 0 ;
  border-bottom-left-radius: 0;
}

#captcha .captcha-group div{
  display: inline-block;
}

#captcha .captcha-code .code{
  width: 200px;
  height: 80px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  border: 1px solid #CCC;
}

#captcha .captcha-code .code .dynamic-code{
  text-shadow: 4px 4px 5px rgba(150, 150, 150, 1);
  color: #2d2d2;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently */
  cursor: help;
}

#captcha .captcha-code .code .dynamic-code:first-letter{
  font-size: 48px;
}

#captcha .captcha-code .captcha-reload{
  cursor: pointer;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  max-width: 36px;
}

#captcha .captcha-code .captcha-reload:hover{
  color: #00B16A;
}

#captcha #captcha-input{
  max-width: 200px;
  margin-top: 15px;
}

#captcha .btn{
  border-radius:0;
}

/*Mobile display*/

.dropdown-toggle {
	width: 100%;
	display: block
}

.formobject--mobile {
  display: none
}

.nav-item a {
	display: block;
	width: 100%
}

.nav-item a span {
	margin-left: 1rem;
	margin-right: 0.5rem
}

.full-record .cover-art-box {
	width: 150px;
	text-align: center;
	margin: 0 auto 20px
}

.full-record .shelf>div,
.full-record .shelf .line-title {
	transition: all 0.4s ease-in-out;
	background: #fff
}

.full-record .shelf.highlight>div,
.full-record .shelf.highlight .line-title {
	background: #f8fbc2;
	transition: all 1s ease-in-out
}

.full-record .shelf.highlighted>div,
.full-record .shelf.highlighted .line-title {
	background-color: #fff
}

.full-record .container {
	padding-right: 0
}

.full-record .seperator {
	border-top: 1px #eee solid;
	padding-top: 20px
}

.full-record .links .link,
.full-record .shelf .link {
	display: inline-block;
	background: #f7f7f7;
	border-bottom: 1px #fff solid
}

.full-record .links .link span,
.full-record .shelf .link span {
	line-height: 0.8rem
}

.full-record .links .link .notes,
.full-record .shelf .link .notes {
	padding: 10px 0 0;
	color: #00234B;
	
}

.full-record .links .link .address,
.full-record .shelf .link .address {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 5px 50px 0 0
}

.full-record .links .link .icon,
.full-record .shelf .link .icon {
	font-size: 12pt;
	top: 25px
}

.full-record .shelf>.col-sm-10 {
	padding: 10px 20px
}

@media (min-width: 768px) {
	.full-record .shelf>.col-sm-10 {
		padding: 0px
	}
}

.full-record .shelf table {
	width: 100%;
	margin: 20px 0
}

.full-record .shelf table td {
	padding: 13px 9px
}

.full-record .shelf table thead td {
	background: #eee
}

.full-record .shelf table tbody {
	font-family: Merriweather, serif;
	font-weight: 400
}

.full-record .shelf table tbody td {
	border-bottom: 1px #eee solid
}

.full-record .shelf table tbody .electronic {
	text-align: right;
	background: #eee;
	padding-right: 20px;
	font-weight: 100;
	background: #fff;
	background: -moz-linear-gradient(90deg, #fff 0%, #f4faff 100%);
	background: -webkit-linear-gradient(90deg, #fff 0%, #f4faff 100%);
	background: linear-gradient(90deg, #fff 0%, #f4faff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f4faff", GradientType=1)
}

.full-record .fieldname {
	opacity: #58575c;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400
}

.full-record .book-cover-substitute {
	opacity: 0.8;
	padding: 10px;
	height: 180px;
	overflow: hidden;
	font-size: 0.7rem;
	color: #333;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
	border-radius: 1rem
}

.full-record .relates .card-body.grid table {
	margin-left: 5px
}

.full-record .relates table {
	margin: 0px
}

.full-record .relates table tbody td {
	border: none;
	padding: 1px 5px 2px 10px
}

.full-record .relates .card-body {
	border: none;
	padding: 0.2rem
}

.full-record .relates .cover-art-box .coverart {
	height: 80px;
	width: 60px;
	text-align: center
}

.full-record .relates .cover-art-box {
	margin-bottom: 0 !important
}

@media only screen and (max-width: 792px) {  
  .formobject--desk {
    display: none
  }  
  .formobject--mobile {
    display: inline
  }  
  
  .col-9.layout--mobile {
    min-width: 100%
  }
  
  .full-record-text .fieldname{
    font-weight: bold
  }
  
  .navbar ul.navbar-nav .nav-item>a {
    color: #000000;
  }
}

.formobject--mobile .row.resulttitle{
  padding-left: 0 !important;
  font-weight: bold
}


/************** Layout & navigation ****************************************************/

@media (max-width: 568px) {
	.container,
	.container-fluid {
    min-width: 100%;
		padding-right: 8px;
		padding-left: 8px
	}
}

@media (min-width: 576px){
.container{
  max-width: 100%;
}}
@media (min-width: 768px){  
  .container{
    max-width: 720px;
}}
@media (min-width: 992px){
.container{
  max-width: 960px;
}}
@media (min-width: 1200px){
.container{
  max-width: 1140px;  
}}
@media (min-width: 1400px){
  .container{        
    max-width: 93.076em;    
  }
}

/********************** Top Menu ************************************/

nav {
	height: auto
}

@media (min-width: 992px) {  
	.masthead ul.navbar-nav .nav-item>a,
	.navbar ul.navbar-nav .nav-item>a,
	.site-header ul.navbar-nav .nav-item>a {
		padding-right: 1.8rem;
		padding-left: 1.8rem
	}
}

@media (min-width: 1200px) {
	.masthead ul.navbar-nav .nav-item>a,
	.navbar ul.navbar-nav .nav-item>a,
	.site-header ul.navbar-nav .nav-item>a {
		padding-right: 2.8rem;
		padding-left: 2.8rem
	}
}

.navbar {
  background-color: transparent
}

.navbar ul.navbar-nav .nav-item>a{	
	font-family: Merriweather, serif;
	color: #ffffff;
	padding: 1rem 1rem 0;		
	font-size: 18px;
	display: inline-block;
	flex: none
}

.masthead button,
.navbar button,
.site-header button {
	padding: 0px 20px
}

.masthead button span,
.navbar button span,
.site-header button span {
	color: #fff
}

.masthead .navbar-collapse,
.navbar .navbar-collapse,
.site-header .navbar-collapse {
	z-index: 10;	
  color: #fff
}

.masthead .nav-item:hover>.dropdown-menu,
.navbar .nav-item:hover>.dropdown-menu,
.site-header .nav-item:hover>.dropdown-menu {
	display: block;
	margin-top: 0;
	width: 200%;
	padding: 0;
	
	top: calc(100% - 1px);
	border-radius: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02)
}

.masthead .nav-item:hover>.dropdown-menu .dropdown-item,
.navbar .nav-item:hover>.dropdown-menu .dropdown-item,
.site-header .nav-item:hover>.dropdown-menu .dropdown-item {	
	padding: 0.5rem 1.5rem;	
	font-weight: 400
}

.masthead .nav-item:hover>.dropdown-menu .dropdown-divider,
.navbar .nav-item:hover>.dropdown-menu .dropdown-divider,
.site-header .nav-item:hover>.dropdown-menu .dropdown-divider {
	margin: 0
}

.masthead {
	padding: 34px 0
}

.site-header {
	padding: 0px 0 0
}

.site-branding {
	padding: 0px 0
}

#topNav .nav {
  vertical-align: top;
}

#topNav .nav li {  
  margin: 0;
  font-weight: 500;
}
#topNav .nav li, .nav>li {
  display: inline-block;
}


#topNav .nav li ul {
  position: absolute;
  left: 0;
  display: none;    
  border-top: 2px solid #005233;
  padding: 0.6em 0;
  -webkit-transition: all .25s;
  transition: all .25s;
  width: auto;
  text-align: left;
}

#topNav .nav li:first-child {
  margin-left: 0;
}
#topNav .nav li li {
  width: 15em;
  font-size: 1em;
  line-height: 1.4em;
}

#topNav .nav .topBuffer {
  display: none;
  padding-bottom: 8em;
}

#pHead, #page, .nav li {
  position: relative;
}

.dropdown-toggle-first.fa-chevron-down {
  color: #ffffff;
}

#topNav .nav li a {  
  padding: 10px 13px 10px;
  display: block;
  
  -webkit-transition: all .25s;
  transition: all .25s;  
}
#topNav .nav li .dropdown-menu a{
  border-bottom: 1px solid white;
}
#topNav .nav li .dropdown-menu a:hover {
  background: rgba(0, 0, 0, 0.6);
}  
nav {
	height: auto
}

.navbar {	
	padding: 0
}
.navbar.navbar-expand-lg{
  float: right;
  margin-top: 20px;
}

.navbar-nav .dropdown-menu a {
  color: #ffffff !important;  
}

.navbar-nav .dropdown-menu a:hover {
  color: #ffffff !important;  
}

.navbar .nav-link:hover{
  color: #ffffff !important;
}

.navbar .nav-item:hover>.dropdown-menu {	
	width: 200px;
  border-top: 10px solid white;
  background: rgba(0, 0, 0, 0.5);  
}

.dropdown-menu a:first-child {  
  margin-top: 0;
}
.dropdown-menu a:hover {  
  text-decoration: underline;  
}

#content1 .dropdown-menu a:first-child, #content1 .dropdown-menu div:first-child {  
  margin-top: 1px;
}
#content1 .dropdown-menu a, #content1 .dropdown-menu div {
  margin-top: 3px;  
}

.navbar .navbar-toggler,
.site-header .navbar-toggler {
	padding: 10px;
  background-color: #000000;
}

/******************** Library resources boxes ***********************/

.row.resources, .row .col-sm-10.resources{
  border-bottom: 2px solid #cccccc;
  padding-bottom: 20px;
  margin-left: 3px;
}
.row.resources a:hover{
  text-decoration: underline;
  color: #005233;
} 





