/* -------------PUBLICATION CONTROLS------------- */
 .publications-container {
	 display: flex;
	 flex-direction: row;
}
 #publication-types {
	 padding: 0;
	 margin-top: 10px;
}
 .publication-type-selector-container {
	 padding-top: 15px;
}
 .publication-type-selector-title {
	 font-family: 'Oswald', sans-serif;
	 margin-right: 10px;
	 text-transform: uppercase;
}
 .publication-type-selector {
	 font: inherit;
	 font-family: 'Oswald', sans-serif;
	 font-size: 1rem;
	 text-transform: uppercase;
	 background-color: transparent;
	 text-decoration: none;
	 border: none;
	 color: #000;
	 padding: 0;
	 margin: 0 20px 0 0;
}
 .publication-type-selector:hover, .publication-type-selector:focus {
	 background-color: transparent;
	 outline: none;
	 color: #003C71;
}
 .publication-type-selector.hidden, .publication-type-selector.hidden {
	 display: none;
}
 .publication-type-selector>span {
	 pointer-events: none;
}
 .publication-type-selector>span:nth-child(1) {
	 margin-right: 5px;
}
 .publication-type-selector.active {
	 background-color: transparent;
	 color: #003c71;
}
 #publications-feed {
	 padding-top: 30px;
	 position: relative;
}
 #publications-feed * {
	 box-sizing: content-box;
}
 .publications-results {
	 display: grid;
	 margin: 0 auto;
	 overflow: visible;
	 scrollbar-width: none;
	 grid-template-columns: 33% 33% 33%;
	 grid-gap: 5px;
}
 .publication-item {
	 -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	 -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
	 background-color: #fff;
	 box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.15);
	 display: flex;
	 flex-wrap: wrap;
	/*height: 310px;
	*/
	 padding: 15px;
	 text-decoration: none;
	 transition: all 0.25s ease-in-out;
	 margin: 0 20px 20px 0;
}
 .publication-item a {
	 z-index: 99999;
	 position: relative;
}
 .publication-item a:hover {
	 cursor: pointer;
}
 .publication-item>div, .publication-item>a {
	 width: 100%;
}
 .publication-item:is(:hover, :focus) {
	 box-shadow: 0 3px 7px 3px rgba(0, 0, 0, 0.45);
	 text-decoration: none;
}
 .publication-item:hover .publication-item-title {
	 text-decoration: underline;
}
 .publication-item:focus .publication-item-title {
	 text-decoration: underline;
}
 .publication-item-type {
	 color: var(--carousel-red);
	 font-size: 1rem;
	 pointer-events: none;
}
 .publication-item.hidden {
	 visibility: hidden;
}
 .publication-item-title {
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 color: #000;
	 display: -webkit-box;
	 font-family: 'Oswald', sans-serif;
	 font-size: 1.1rem;
	 line-height: 1.4;
	 overflow: hidden;
	 pointer-events: none;
	 text-overflow: ellipsis;
	 text-transform: uppercase;
	 height: 50px;
}
 .publication-item-visual {
	 display: flex;
	 flex-direction: column;
	 flex: 1;
	 flex-wrap: nowrap;
	 gap: 15px;
	 margin-top: 5px;
	 height: 100px;
}
 .publication-item-visual_image {
	 background-color: #eaeaea;
	 border: solid 1px #707070;
	 flex-shrink: 0;
	 height: 100%;
	 line-height: 50px;
	 object-fit: cover;
	 text-align: center;
	 width: 80px;
}
 .publication-item_work {
	 display: flex;
	 flex-direction: column;
	 flex-wrap: nowrap;
	 gap: 5px;
}
 .publication-item_work>span {
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 display: -webkit-box;
	 font-size: 1rem;
	 line-height: 1.25;
	 max-height: 40px;
	 overflow: hidden;
	 pointer-events: none;
	 text-overflow: ellipsis;
}
 .publication-item_work_name {
	 color: #707070;
}
 .publication-item_work_author {
	 color: #111;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 display: -webkit-box;
	 overflow: hidden;
	 pointer-events: none;
	 text-overflow: ellipsis;
	 height: 50px;
}
 .publication-item_description {
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 3;
	 color: #111;
	 display: -webkit-box;
	 font-size: 0.9rem;
	/*height: 85px;
	*/
	 line-height: 1.5;
	 margin-bottom: 10px;
	 overflow: hidden;
	 pointer-events: none;
	 text-overflow: ellipsis;
}
 .publication-item-interaction-link {
	 align-items: center;
	 display: flex;
	 flex-direction: row;
	 flex-wrap: nowrap;
	 text-decoration: none;
}
 .publication-item-interaction-link:is(:hover, :focus) {
	 text-decoration: underline;
}
 .publication-item-interaction-icon {
	 color: #500000 !important;
	 font-size: 1.1rem;
	 pointer-events: none;
	 margin-right: 5px;
}
 .publication-item-interaction-text {
	 color: #003c71;
	 font-size: 1rem;
	 font-weight: bold;
	 line-height: 1.5;
	 pointer-events: none;
	 text-decoration: none;
}
 .publications-pagination {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 100%;
	 list-style: none;
	 margin: 15px auto 0px auto;
	 padding-bottom: 15px;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 50px;
    min-height: 50px;
    max-width: 250px;
}

button.pagination-button {
    font-size: 25px;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 40px;
    max-height: 50px;
    min-height: 50px;
    height: 50px;
    margin: 0;
}

.pagination-wrapper select {
    margin: 0;
    padding: 0.5rem;
    width: 100%;
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    height: 100%;
}


 .page-number {
	 align-items: center;
	 background-color: transparent;
	 border: solid 3px #003c71;
	 color: #003c71;
	 cursor: pointer;
	 display: inline-flex;
	 font-style: normal;
	 font-weight: bold;
	 height: 55px;
	 justify-content: center;
	 margin: 0px;
	 padding: 0px;
	 transition: all 0.25s ease-in-out;
	 width: 50px;
}
 .page-number * {
	 pointer-events: none;
}
 .page-number:is( :hover, :focus) {
	 background-color: #003c7180;
	 color: #fff;
}
 .page-number.active {
	 background-color: #003c71;
	 color: #fff;
}
/*----------- search publications ------------------*/
 #search-publications form {
	 display: flex;
	 flex-wrap: wrap;
	 align-items: center;
	 justify-content: start;
}
 #search-publications form #search-pub-term {
	 width: 250px;
	 height: 100%;
	 max-height: 50px;
	 box-sizing: border-box;
}
 #search-publications form div:nth-of-type(1) input:nth-of-type(2), #search-publications form #search-pub-clear {
	 box-sizing: border-box;
	 margin: 0;
	 line-height: 1rem;
     height: 100%;
     max-height: 50px;
     min-height: 50px;
}
 #search-publications #display-search-input {
	 display: flex;
	 align-items: center;
	 justify-content: start;
}

 #search-publications form > div:first-of-type label {
	 display: none;
}
 #search-publications form > div {
	 display: inline-flex;
	 justify-content: space-between;
	 align-items: center;
	 padding-right: 40px;
	 height: 100%;
	 max-height: 50px;
	 margin-bottom: 20px;
	 gap: 4px;
}

#search-publications form > div input {
    line-height: 1rem;   
    height: 50px;
}
 #search-publications .publications-research-wrapper {
	 display: none;
}
 #search-publications form > div label {
	 padding-right: 10px;
}
 #search-publications #dropdown-container, #search-publications #dropdown-container select {
	 height: 100%;
	 max-height: 50px;
	 border: #eeeeee 1px solid;
	 margin: 0;
}
/*------------MEDIA BREAKPOINTS-------------*/
 @media screen and (max-width: 576px) {
	 .publication-item_description {
		 display: none;
	}
	 .publications-results {
		 grid-template-columns: 100%;
	}
	 #search-pub-form div:nth-of-type(2){
		 flex-direction: column;
	}
}
 @media screen and (max-width: 768px) {
	 .publication-item {
		 height: max-content;
	}
	 .publications-results {
		 grid-template-columns: 50% 50%;
	}
	 #search-publications form > div {
		 width: 100%;
		 padding: 0;
		 align-items: start;
	}
	 #search-pub-term {
		 width: 100%!important;
	}
	 #search-publications #dropdown-container, #search-publications #dropdown-container select {
		 width: 100%;
	}
}
