.card-info--event {
	border-top-color: #ff8200;
}

/** /search-more -- adds margin below text search **/
.views-exposed-form {
	margin-bottom: 2rem;
}

/** Navigation on book node pages **/
.node--type-book .node__content nav h2 { display: none; }
.node--type-book .node__content nav ul:nth-child(1) {
	padding: 1em 0 0 3em; margin-bottom: 20px !important;
}
.node--type-book .node__content nav ul:nth-child(2),.node--type-book .node__content nav ul:nth-child(3) {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	text-align: center;
	padding: 0.5em; float: left; width: 100%;
}
.node--type-book .node__content nav ul:nth-child(2) li:nth-child(1),.node--type-book .node__content nav ul:nth-child(3) li:nth-child(1){
	text-align: left;
	width: 42%;
	display: block;
	float: left;
}
.node--type-book .node__content nav ul:nth-child(2) li:nth-child(2),.node--type-book .node__content nav ul:nth-child(3) li:nth-child(2){
	margin: 0 5%;
	width: 4%;
	display: block;
	float: left;
}
.node--type-book .node__content nav ul:nth-child(2) li:nth-child(3), .node--type-book .node__content nav ul:nth-child(3) li:nth-child(3){
	text-align: right;
	width: 42%;
	display: block;
	float: right;
}



/** Forms **/
.form-item--error-message {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 1rem;
	line-height: 1.5;
	margin-top: .625rem;
	width: 100%;
	font-weight: bold;
	color: #e85500;
}


/** Tables **/
.custom-text table th strong {
	color: #fff !important;
}

/** ljw 2025-11-19 added for primary tabs **/
.gav-local-tasks ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 10px 0 20px 0;
  list-style: none;
}

.gav-local-tasks ul.tabs li {
  margin: 0;
}

.gav-local-tasks ul.tabs li a {
  display: inline-block;
  padding: 6px 12px;
  background: #f5f5f5;
  border-radius: 4px;
  text-decoration: none;
}

.gav-local-tasks ul.tabs li.is-active a {
  background: #0275d8;
  color: #fff;
}

/* Floating "Site Feedback" tab (desktop only).  KM 1/29/26 */
.report-issue-float {
  position: fixed;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 9999;

  /* Visual style: calm, modern, not alarming */
  background: #f2f4f6;
  color: #1f2a33;
  border: 1px solid #cfd6dd;
  border-right: 0;

  padding: 10px 12px;
  border-radius: 6px 0 0 6px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;

  /* Vertical text */
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-decoration: none;

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
}

.report-issue-float:hover {
  background: #ffffff;
}

.report-issue-float:focus {
  outline: 2px solid #327190; /* MTAS blue */
  outline-offset: 2px;
}
.topbar-right .custom-text {
	align-items: center;
    display: inline-grid;
}
a.whitelink {
  color: #fff !important;
  font-size: 0.875rem;
}
.gav-local-tasks { width: 100%; }
.node--type-molly.node--view-mode-full label, .node--type-library-mknowledge label { display: inline-block; }
 .node--type-molly .field-wrapper, .node--type-molly #field-wrapper{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
  }
  .node--type-molly .field-title h1, .node--type-molly .field-title h2 {
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
  }
  .node--type-molly .field-wrapper.divider .field-title h1 {  margin-bottom: 0 !important;}
  .node--type-molly .field-wrapper.divider:after {
	content: "";
	height: 5px;
	background-color: #ff8200;
	display: inline-block;
	width: 100%;
	max-width: 150px;
	margin-bottom: 15px;
	margin-top: 20px;
  }

  .node--type-molly .field-wrapper .field-call-number, .node--type-molly .field-wrapper .field-media-type, .node--type-molly .field-wrapper .field-publish-date, 
  .node--type-molly .field-wrapper .field-availlability, .node--type-molly .field-wrapper .field-reviewed, .node--type-molly .field-wrapper .field-created{
	margin-right: 30px;
  }
  .node--type-molly .field-subject {  display: flex;}
  .node--type-molly .field-subject label {   margin-right: 40px;}
  .node--type-molly .field-wrapper .field-request, .node--type-molly .field-wrapper .field-mtas, .node--type-molly .field-wrapper .field-customer, .node--type-molly .field-wrapper .field-resource {
	display: block;
	padding: 11px 10px;
	min-height: 44px;
	text-align: center;
	border: 3px solid #ff8200;
	margin: 6px 6px;
	color: #005295;
	border-radius: 4px;
  }
  .node--type-molly .field-wrapper p {  margin-bottom: 0 !important;}
  .node--type-molly .field-wrapper.btn-wrapper {
	justify-content: center;
	padding: 0px 20px;
  }
  .node--type-molly .field-wrapper.p-20 {  padding: 0px 20px;}
  .node--type-molly .field-subject {  width: 100%;}
  .node--type-library-mknowledge .field-title h1 {
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
  }
  .node--type-library-mknowledge .field-wrapper.divider:after {
	content: "";
	height: 5px;
	background-color: #ff8200;
	display: inline-block;
	width: 100%;
	max-width: 150px;
	margin-bottom: 15px;
	margin-top: 20px;
  }
  .node--type-library-mknowledge .field-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 10px;
  }
  .node--type-library-mknowledge .field-wrapper .field-author, .node--type-library-mknowledge .field-wrapper .field-co-author{
	width: 100%;
	line-height: 1;
  }
  .node--type-library-mknowledge .field-wrapper .field-author label, .node--type-library-mknowledge .field-wrapper .field-co-author label {
	min-width: 85px;
  }
  .node--type-library-mknowledge .field-wrapper .field-attachment-main label,.node--type-library-mknowledge .field-wrapper .field-internal-reference label,.node--type-library-mknowledge .field-wrapper .field-reference-attachment label  {
	min-width: 230px;
  }
  .node--type-library-mknowledge .field-wrapper .field-subject label {  min-width: 230px;}
  .node--type-library-mknowledge .field-wrapper>div {
	margin-right: 30px;
	margin-bottom: 4px;
  }
  .node--type-library-mknowledge .field-merlin-link>a {
	display: block;
	padding: 11px 10px;
	min-height: 44px;
	text-align: center;
	border: 3px solid #ff8200;
	margin: 6px 6px;
	color: #005295;
	font-weight:500;
  }

  .node--type-library-mknowledge .field-wrapper .field-merlin-link {
	margin-left: -4px;
	margin-right: -4px;
  }
  .node--type-library-mknowledge .field-wrapper .field-merlin-link {
	margin-left: -4px;
	margin-right: -4px;
  }
  .node--type-library-mknowledge div#block-gavias-remito-page-title{  display: none;}
  .node--type-library-mknowledge .field-wrapper .field-subject {   display: contents;}
  .node--type-library-mknowledge .field-wrapper .field-wrapper {
	margin-bottom: 0;
	margin-right: 0;
  }
  .node--type-library-mknowledge .field-wrapper .field-attachment-main, .node--type-library-mknowledge .field-wrapper .field-internal-reference {
	width: 100%;
	line-height: 1;
  }
  .node .field-wrapper-100 { width: 100%;}
  
/********added style for results page from AT **************************/
	/* Header container */
	.path-search-mtas .view-page header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 20px;
		text-transform: capitalize;
	}
	header br {
		display: none;
	}
	header .customFilters {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
	}
	header .customFilters:first-of-type {
		display: none;
	}
	.sel-item {
		display: inline-flex;
		align-items: center;
		font-size: 0.875em !important;
		margin-right: 10px;
		
	}
.rem-sel-item:hover { font-weight: 400; font-size: 0.875em !important; }
#customFiltersId.show, #resetAllitems.show { margin-bottom: 0px; }
	/* X remove button inside chip */
	.rem-sel-item {
		font-weight: 400;
		cursor: pointer;
	}

	/* Clear All style */
	#resetAllitems,
	.clear-all-link {
		margin-left: 15px;
		font-size: 16px;
		font-weight: 700;
		color: #0b4f8a;
		text-transform: uppercase;
		text-decoration: none;
	}

	#resetAllitems:hover,
	.clear-all-link:hover {
		text-decoration: underline;
	}

	/* Result counter (first text node fix) */
	header {
		position: relative;
	}

	/* Style result count (first text inside header) */
	/* header > :first-child {
		margin-left: auto;
		font-size: 18px;
		font-weight: 700;
		color: #0b4f8a;
	} */

	/* Push count to right */
	header {
		gap: 20px;
	}

	/* Make result count align right */
	header > :first-child {
		order: 2;
	}

	header .customFilters,
	header #resetAllitems {
		order: 1;
	}
/**************PORTAL PAGE CUSTOM CODE******************/

.iconpadblue { 
  color: #005295 !important;
  font-size: 1em;
  font-weight: 600;
  background-color: #ddd;
  border-color: black;
  display: block;
  padding-top: 6px;
  padding-left: 6px;
  border: 1px solid #bfb9b9;
}
.iconpadblue a {color:#005295 !important;}
.iconpadblue a:hover {color:#f58320 !important;}

.iconpadgray {
  color: #5f5a5a !important;
  font-size: 1em;
  background-color: #eee;
  display: block;
  padding-top: 6px;
  padding-left: 6px;
  font-weight: 600;
  border: 1px solid #bfb9b9;}
  .iconpadgray a {color:#5f5a5a !important;}
  .iconpadgray a:hover {color:#f58320 !important;}	

/* Portal Blocks  */
  /*--mtas-red--*/

  .mtas-red {
   background-color: #c60000;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-red::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #a00000;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-red::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #a00000;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-red h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-red h2::before {
   content: "\f002";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;
 }

 .mtas-red ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-red .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-red end--*/


 /*--mtas-redorange--*/

 .mtas-redorange {
   background-color: #ffae80;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-redorange::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #ff5d00;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-redorange::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #ff5d00;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-redorange h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-redorange h2::before {
   content: "\f0c0";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;
 }

 .mtas-redorange ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-redorange .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-redorange end--*/

 /*--mtas-bluegray--*/

 .mtas-bluegray {
   background-color: #6e8898;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-bluegray::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #2e5266;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-bluegray::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #2e5266;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-bluegray h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-bluegray h2::before {
   content: "\f0c0";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;
 }

 .mtas-bluegray ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-bluegray .block-content li a {
   /* padding-right: 30px;  */
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-bluegray end--*/

 /*--mtas-yellow--*/

 .mtas-yellow {
   background-color: #ffe880;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-yellow::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #ffd000;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-yellow::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #ffd000;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-yellow h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-yellow h2::before {
   content: "\f0c0";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;
 }

 .mtas-yellow ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-yellow .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-yellow end--*/

 /*--mtas-redpurple--*/

 .mtas-redpurple {
   background-color: #e0a01f;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-redpurple::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #efb43e;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-redpurple::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #efb43e;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-redpurple h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-redpurple h2::before {
   content: "\f24e";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;
 }

 .mtas-redpurple ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-redpurple .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-redpurple end--*/

 /*--mtas-purple--*/

 .mtas-purple {
   background-color: #840096;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-purple::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #5e006b;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-purple::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #5e006b;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-purple h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-purple h2::before {
   content:"\f1b8";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;
 }

 .mtas-purple ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-purple .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-purple end--*/

 /*--mtas-bluepurple--*/

 .mtas-bluepurple {
   background-color: #433c89;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-bluepurple::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #5e55c1;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-bluepurple::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #5e55c1;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-bluepurple h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-bluepurple h2::before {
   content:"\f002";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;
 }

 .mtas-bluepurple ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-bluepurple .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-bluepurple end--*/

 /*--mtas-blue--*/

 .mtas-blue {
   background-color: #5e55c1;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-blue::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #433c89;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-blue::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #433c89;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-blue h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-blue h2::before {
   content:"\f1b8";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;

 }

 .mtas-blue ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-blue .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-blue end--*/

 /*--mtas-bluegreen--*/

 .mtas-bluegreen {
   background-color: #6abaa6;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-bluegreen::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #559686;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-bluegreen::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #559686;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-bluegreen h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-bluegreen h2::before {
   content:"\f1b8";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;

 }


 .mtas-bluegreen ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-bluegreen .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-bluegreen end--*/

 /*--mtas-green--*/

 .mtas-green {
   background-color: #188710;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-green::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #12600c;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-green::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #12600c;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-green h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-green h2::before {
   content: "\f15b";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;

 }

 .mtas-green ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-green .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--Mtas-green end--*/
 /*--mtas-yellowgreen--*/

 .mtas-yellowgreen {
   background-color: #d3ff80;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-yellowgreen::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #a7ff00;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-yellowgreen::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #a7ff00;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-yellowgreen h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-yellowgreen h2::before {
   content: "\f2c1";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;

 }

 .mtas-yellowgreen ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-yellowgreen .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }


 /*--Mtas-yellowgreen end--*/

 /*--mtas-cyan--*/
 .mtas-cyan {
   background-color: #5599c8;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-cyan::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #226695;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-cyan::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #226695;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-cyan h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-cyan h2::before {
   content:"\f0c1";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;

 }

 .mtas-cyan ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-cyan .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }

 /*--mtas-cyan end--*/

 /*--mtas-lt purple--*/

 .mtas-ltpurple {
   background-color: #5e006b;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-ltpurple::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #840096;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-ltpurple::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #840096;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-ltpurple h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-ltpurple h2::before {
   content: "\f007";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;

 }

 .mtas-ltpurple ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-ltpurple .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }


 /*--Mtas-ltpurple end--*/

 /*--mtas-ltblue--*/
 .mtas-ltblue {
   background-color: #226695;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-ltblue::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #5599c8;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-ltblue::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #5599c8;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-ltblue h2 {
   padding: 12px 30px !important;
   color: #fff !important;
   font-size: 16px !important;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500 !important;
 }

 .mtas-ltblue h2::before {
   content:"\f0b1";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 40px;
   position: relative;

 }

 .mtas-ltblue ul {
   float: left;
   width: 100%;
   padding: 0px 15px 15px 45px;
   color: #fff;
   margin-bottom: 18px !important;
 }

 .mtas-ltblue .block-content li a {
   padding-right: 30px;
   color: #fff !important;
   line-height: 24px;
 }


 /*--mtas-ltblue end--*/

 /*--mtas-profdevicon--*/

 .mtas-profdevicon {
   background-color: #5971b7;
   border-radius: 20px;
   overflow: hidden;
   margin-bottom: 13px !important;
   position: relative;
 }

 .mtas-profdevicon::before {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 48px;
   background-color: #5971b7;
   z-index: 0;
   top: 0;
   left: 0;
   right: 0;
 }

 .mtas-profdevicon::after {
   position: absolute;
   content: "";
   display: block;
   width: 100%;
   height: 15px;
   background-color: #5971b7;
   z-index: 0;
   bottom: 0;
   left: 0;
   right: 0;
 }

 .mtas-profdevicon h2 {
   padding: 12px 20px;
   color: #fff;
   font-size: 16px;
   text-transform: uppercase;
   position: relative;
   z-index: 1;
   font-weight: 500;

 }

 .mtas-profdevicon h2::before {
   content: "\f15b";
   font-family: 'Font Awesome 5 Free'; font-weight: 600;
   display: block;
   float: left;
   margin-right: 10px;
   font-size: 55px;
   position: relative;
   top: 18px;
 }
 .mtas-profdevicon ul {
  float: left;
  width: 100%;
  padding: 0px 15px 15px 45px;
}
.mtas-profdevicon li {
  float: left;
  /* width: 50%; */
  padding-right: 30px;
  color: #fff;
  line-height: 24px;
}
.mtas-profdevicon li a {  color: #fff !important;}


/*--Mtas-profdevicon end--*/

/*--mtas-profdevicon2--*/

.mtas-profdevicon2 {
 background-color: #b7b6b2;
 border-radius: 20px;
 overflow: hidden;
 margin-bottom: 13px !important;
 position: relative;
}

.mtas-profdevicon2::before {
 position: absolute;
 content: "";
 display: block;
 width: 100%;
 height: 48px;
 background-color: #b7b6b2;
 z-index: 0;
 top: 0;
 left: 0;
 right: 0;
}

.mtas-profdevicon2::after {
 position: absolute;
 content: "";
 display: block;
 width: 100%;
 height: 15px;
 background-color: #b7b6b2;
 z-index: 0;
 bottom: 0;
 left: 0;
 right: 0;
}

.mtas-profdevicon2 h2 {
 padding: 12px 20px;
 color: #fff;
 font-size: 16px;
 text-transform: uppercase;
 position: relative;
 z-index: 1;
 font-weight: 500;
 text-align:right;
}

.mtas-profdevicon2 h2::before {
 content: "\f2ba";
 font-family: 'Font Awesome 5 Free'; font-weight: 600;
 display: block;
 float: left;
 margin-right: 10px;
 font-size: 55px;
 position: relative;
 top: 18px;
}
.sidebar-right .block-content .field__item div span i {
  margin: 10px auto;
}
.fas { margin-bottom: 10px; } 
span a i.fa-2x, span i.fa-2x {
  font-size: 1.2em;
}
#block-mtas-daudo-subtheme-portaladminrightsidebar br { display: unset; }
div.block.block-block-content { margin-top: 0px !important; }

/*** styles by anil for portal page mobile ***/

@media screen and (max-width: 991px) {
	.sidebar-left, .sidebar-right{
		text-align:center;
	}
	.sidebar-left .block-content .field__item br{
		display:none;
	}
	.sidebar-left .block-content .field__item div span{
		text-align: center;
		margin:5px;
		width: 110px;
		display: inline-block;
        height: 100px;
        vertical-align: text-bottom;
		padding:6px;
	}
	.sidebar-left .block-content .field__item div span a{
		font-size: 10px;
		display: block;
	}
	.sidebar-left .block-content .field__item div span i{
		font-size: 35px;
		margin: 10px auto;
		display: block;
	}
	
	
	.sidebar-right .block-content .field__item br{
		display:none;
	}
	.sidebar-right .block-content .field__item div span{
		text-align: center;
		margin:5px;
		width: 110px;
		display: inline-block;
        height: 100px;
        vertical-align: text-bottom;
		padding:6px;
	}
	.sidebar-right .block-content .field__item div span a{
		font-size: 10px;
		display: block;
	}
	.sidebar-right .block-content .field__item div span i{
		font-size: 35px;
		margin: 5px auto;
		display: block;
	}
	
	#page-main-content .content-main{
		text-align:center;
	}
	#page-main-content .block-block-content, #page-main-content .block-views{
		width: 110px;
        margin: 5px;
        height: 110px;
		float: none;
        display: inline-block;
	}
	#page-main-content .block-block-content::before, #page-main-content .block-views::before{
		background-color:transparent
	}
	#page-main-content .block-block-content::after, #page-main-content .block-views::after{
		display:none;
	}
	#page-main-content .block-block-content.no-title, #page-main-content .block-views.no-title{
		display:none;
	}
	
	
	#page-main-content .block-block-content .block-title, #page-main-content .block-views .block-title{
		padding: 5px !important;
		text-align: center;
	}
	#page-main-content .block-block-content .block-title::after, #page-main-content .block-views .block-title::after{
		display:none;
	}
	#page-main-content .block-block-content .block-title::before, #page-main-content .block-views .block-title::before{
		float:none;
	}
	#page-main-content .block-block-content .block-title span, #page-main-content .block-views .block-title span{
		font-size: 10px;
	}
	
	#page-main-content .block-block-content .block-content, #page-main-content .block-views .block-content {
		display:none;
	} 
	#page-main-content .block-block-content .block-content.active, #page-main-content .block-views .block-content.active {
		display: inline-block;
		position: fixed;
		width: 100%;
		top: 43px;
		text-align:center;
		left: 0;
		padding: 10px 20px;
        z-index: 99;
	}
	#page-main-content .block-block-content .block-content.active::before, #page-main-content .block-views .block-content.active::before{
		content:" ";
		position:absolute;
		border: solid gray;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        top: 6px;
        background: gray;
		left:var(--before-left, 0);
	}
	#page-main-content .block-block-content .block-content.active ul, #page-main-content .block-views .block-content.active ul{
		background: grey;
		margin:0 auto;
		list-style:none;
		padding: 20px 5px;
        border-radius: 3px;
		
	}
	
	/* by anil 27 Jan 2025 */
	 .sidebar-left {
	   -webkit-box-ordinal-group: 1;
	   -moz-box-ordinal-group: 1;
	   -ms-flex-order: 1;
	   -webkit-order: 1;
	   order: 1;
	}
	div#page-main-content {
        /*! -webkit-box-ordinal-group: 2; */
        /*! -moz-box-ordinal-group: 2; */
        -ms-flex-order: 2;
        /*! -webkit-order: 2; */
        /*! order: 2; */
		/*! min-height: 10px !important; */
    }

	#page-main-content .block-block-content, #page-main-content .block-views {
	height: 100px !important;
	border-radius: 0 !important;
	position: relative;
}
	.sidebar-left .block-content .field__item div span a {
        font-size: 11px !important;
    }
	.sidebar-right .block-content .field__item div span a {
        font-size: 11px !important;
    }
	#page-main-content .block-block-content .block-title span, #page-main-content .block-views .block-title span {
        font-size: 11px !important;
    }
	
	#page-main-content .block-block-content .block-title::before{
		content: " ";
		margin: 0;
        height: 38px;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
	}
	#block-daudo-subtheme-portaladminitassistance .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Admin Work.png');
	}
	#block-daudo-subtheme-portaladminimpactblock .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Group Problem Solving.png');
	}
	#block-daudo-subtheme-portaladministrationcitybytes .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Worker.png');
	}
	#block-daudo-subtheme-portaladminacronyms .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/SEO CV.png');
	}
	#block-daudo-subtheme-portaladmincharters .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Edit Page.png');
	}
	#block-daudo-subtheme-portaladmincodesenforcement .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Worker Search.png');
	}
	#block-daudo-subtheme-portaladmincourtclerkregistration .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Writing.png');
	}
	#block-daudo-subtheme-portaladmincourtsresource .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Judgment.png');
	}
	#block-daudo-subtheme-portaladminfinanceandaccounting .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Finance.png');
	}
	#block-daudo-subtheme-portaladminfire .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/SEO Fire.png');
	}
	#block-daudo-subtheme-portaladmingml .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Report Assessment.png');
	}
	#block-daudo-subtheme-portaladminhumanresources .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Users.png');
	}
	#block-daudo-subtheme-portaladminit .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Tablet Info.png');
	}
	#block-daudo-subtheme-portaladminjobs .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Job Opportunity.png');
	}

	#block-daudo-subtheme-portaladminkb .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Thinking.png');
	}
	#block-daudo-subtheme-portaladminkbmanager .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Thinking.png');
	}
	#block-daudo-subtheme-portaladminkbreviewer .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Thinking.png');
	}
	
	#block-daudo-subtheme-portaladminsliders .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Thinking.png');
	}
	#block-daudo-subtheme-portaladminmoreadministrator .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Search Report01.png');
	}
	#block-daudo-subtheme-portaladminmoreattorney .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Search Report01.png');
	}
	#block-daudo-subtheme-portaladminmorereviewer .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Search Report01.png');
	}
	
	#block-daudo-subtheme-portaladminmoreinternalreview .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Search Report01.png');
	}
	#block-daudo-subtheme-portaladminmunicipalcodes .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/License.png');
	}
	
	#block-daudo-subtheme-portaladminnewsarticles .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Newspaper.png');
	}
	
	#block-daudo-subtheme-portaladminparksrec .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Going to Success.png');
	}
	
	#block-daudo-subtheme-portaladminplanningandzoning .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Planning.png');
	}

	#block-daudo-subtheme-portaladminpolice .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Insurance Policy01.png');
	}

	#block-daudo-subtheme-portaladminpublicworks  .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Working.png');
	}
	#block-daudo-subtheme-portaladminresearch .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Search Info.png');
	}

	#block-daudo-subtheme-portaladminsalarysurveyhelp .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Pay Per Click.png');
	}
	#block-daudo-subtheme-portaladminsewer .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Recycle Bin.png');
	}
	#block-daudo-subtheme-portaladminstormwater .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Cloud Computing.png');
	}
	#block-daudo-subtheme-portaladmintraining .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Public Speech01.png');
	}
	#block-daudo-subtheme-portaladminutilitymanagement .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/Expert Team03.png');
	}
	#block-daudo-subtheme-portaladminwater .block-title::before{
		background:url('/themes/daudo_subtheme/images/portal-icons/SEO Grown.png');
	}
 .sidebar-right .block-content .field__item br {
    display: none !important;
  }
  div#page-main-content { text-align: center; padding: 0 15px; }
/* end - by anil 27 Jan 2025 */



}
#block-mtas-daudo-subtheme-portaladminaboutmtasdisplaysforuserswithnoroles {display: block; }

.form-item .js-form-required.form-required::after { 
  content: "*";
  color: #cc3d3d;
  line-height: 1;
  margin-inline: .15em;
  vertical-align: text-top;
  background: none;
} .custom-text table th.views-align-left,.custom-text table td.views-align-left { text-align: left !important; }
.fieldgroup legend { display: block;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0.625rem; 
  font-size: 1.125rem;  }
 .js-filter-wrapper { display: none; }
 /* anil date 29 Jan 25 */
@media screen and (max-width:992px) {
	
#block-mtas-daudo-subtheme-portaladminaboutmtasdisplaysforuserswithnoroles {display: none !important; }

@media screen and (max-width:932px) {
	div#page-main-content { text-align: left; padding: 0 15px; }
/*.sidebar-left .block-content .field__item div span {
	width: 150px;
	height: 140px;
	position: relative;
}*/
#block-mtas-daudo-subtheme-portaladminaboutmtasdisplaysforuserswithnoroles {display: none !important; }
.sidebar-left .block-content .field__item div span {
	width: 23.2%;
	height: 170px;
	position: relative;
}

	
.sidebar-left .block-content .field__item div span a {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
    right: 0;
}	
.sidebar-left .block-content .field__item div span a {
	font-size: 14px !important;
}



/*#page-main-content .block-block-content, #page-main-content .block-views {
	height: 140px !important;
	width: 150px;
	position: relative;
}*/
#page-main-content .block-block-content, #page-main-content .block-views {
	height: 170px !important;
	width: 23.2%;
	position: relative;
}


#page-main-content .block-block-content .block-title span, #page-main-content .block-views .block-title span {
	font-size: 14px !important;
}
#page-main-content .block-block-content .block-title, #page-main-content .block-views .block-title {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}





/*.sidebar-right .block-content .field__item div span {
	width: 150px;
	height: 140px;
	position: relative;
}*/

.sidebar-right .block-content .field__item div span {
	width: 23.2%;
    height: 170px;
	position: relative;
}
.sidebar-right .block-content .field__item div span a {
	font-size: 14px !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar-left, .sidebar-right {
	text-align: left;
}
#page-main-content .content-main {
	text-align: left;
	padding: 0 18px;
}

}

@media screen and (max-width:768px) {

.sidebar-left .block-content .field__item div span,
#page-main-content .block-block-content, #page-main-content .block-views,
.sidebar-right .block-content .field__item div span
 {
	width: 23%;
}
}
@media screen and (max-width:736px) {

.sidebar-left .block-content .field__item div span,
#page-main-content .block-block-content, #page-main-content .block-views,
.sidebar-right .block-content .field__item div span
 {
	width: 22.7%;
	height:130px !important;
}
/******* mobile style for portal page ************************************AT 8-7-22***/

  .content-main-inner .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  div#page-main-content {
   -webkit-box-ordinal-group: 2;
   -moz-box-ordinal-group: 2;
   -ms-flex-order: 2;
   -webkit-order: 2;
   order: 2;
 }
 .sidebar-left {
   -webkit-box-ordinal-group: 1;
   -moz-box-ordinal-group: 1;
   -ms-flex-order: 1;
   -webkit-order: 1;
   order: 1;
 }
 .sidebar-right {
   -webkit-box-ordinal-group: 3;
   -moz-box-ordinal-group: 3;
   -ms-flex-order: 3;
   -webkit-order: 3;
   order: 3;
 }
}

@media screen and (max-width:640px) {

.sidebar-left .block-content .field__item div span,
#page-main-content .block-block-content, #page-main-content .block-views,
.sidebar-right .block-content .field__item div span
 {
	width: 30%;
      height: 180px !important;
}

}


@media screen and (max-width:568px) {

.sidebar-left .block-content .field__item div span,
#page-main-content .block-block-content, #page-main-content .block-views,
.sidebar-right .block-content .field__item div span
 {
	width: 30.3%;
      height: 150px !important;
}

}

@media screen and (max-width:480px) {

.sidebar-left .block-content .field__item div span,
#page-main-content .block-block-content, #page-main-content .block-views,
.sidebar-right .block-content .field__item div span
 {
	width: 46.7%;
      height: 180px !important;
}

}

@media screen and (max-width:430px) {

.sidebar-left .block-content .field__item div span,
#page-main-content .block-block-content, #page-main-content .block-views,
.sidebar-right .block-content .field__item div span
 {
	width: 46%;
      height: 160px !important;
}

}

@media screen and (max-width:375px) {

.sidebar-left .block-content .field__item div span,
#page-main-content .block-block-content, #page-main-content .block-views,
.sidebar-right .block-content .field__item div span
 {
	width: 45%;
      height: 110px !important;
}

}





/* end anil date 29 Jan 25 */
/* END CSS for Portal Blocks  */
  @media (max-width: 767px) {
	.node--type-molly .field-wrapper .field-author, .node--type-molly .field-wrapper .field-wrapper{
	  width: 100%;
	}
	.node--type-molly .field-wrapper .field-call-number, .node--type-molly .field-wrapper .field-media-type, .node--type-molly .field-wrapper .field-publish-date, .node--type-molly .field-wrapper .field-availlability, .node--type-molly .field-wrapper .field-reviewed, .node--type-molly .field-wrapper .field-created {
	  margin-right: 0;
	  width: 100%;
	}
	.node--type-molly .field-subject {
	  display: block;
	}
	.node--type-molly .field-subject label {
	  margin-right: 0;
	}
	.node--type-molly .field-wrapper.p-20 {
	  padding: 0px 0px;
	}
	.node--type-library-mknowledge .field-wrapper .field-author label, .node--type-library-mknowledge .field-wrapper .field-co-author label, .node--type-library-mknowledge .field-wrapper .field-attachment-main label,
	.node--type-library-mknowledge .field-wrapper .field-subject label{
	  min-width: unset;
	}
	.node--type-library-mknowledge .field-wrapper>div {
	  margin-right: 0;
	  width: 100%;
	}
  }
/* Hide on small screens to avoid covering UI */
@media (max-width: 768px) {
  .report-issue-float {
    display: none;
  }
}
