/* TEAGASC STYLES */
@import url("/css/font-awesome/css/font-awesome.min.css?5.13.0");

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #212121;
    -webkit-text-size-adjust: none;
}
body {
    padding-top: 70px;
}
.container-fluid {
    width: 100%;
    margin: 0 auto;
}
.container {
    width: 100%;
    max-width: 1460px;
    box-sizing: border-box;
    margin: 0 auto;
}
h1 {
    font-size: 34px;
    line-height: 150%;
    text-align: left;
    color: #38852E;
}
h2 {
    color: #007841;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}
h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
p {
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    margin: 10px 0;
}
#details-body .abstraction > li p {
    font-size: revert !important;
    line-height: revert !important;
    font-weight: revert !important;
}
li {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    list-style-type: none;
}
#details-body .abstraction > li li {
    font-size: revert !important;
    line-height: revert !important;
    font-weight: revert !important;
    list-style-type: revert !important;
}
#details-body .abstraction ul {
	padding: revert !important;
	list-style-type: initial !important;
}
button {
    font-family: 'Lato', sans-serif;
}
button:hover {
    cursor: pointer;
}

/* TOP NAVBAR SECTION */

.navbar {
    position: fixed;
    z-index:1080;
    top: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}
.navbar.active {
    box-shadow: 0 0 8px rgb(0 0 0 / 16%);
    transition: box-shadow 0.1s ease-in-out;
}
.main-content {
    padding: 10px 0;
}
.main-content img {
    max-height: 50px;
}
.main-content > div {
    float: right;
    margin-top: 20px;
}
.main-content > div a {
    font-size: 20px;
    font-weight: 600;
    padding-top: 80px;
    text-decoration: none;
}
.main-content-right {
    display: flex;
    float: right;
    padding: 15px 0 25px 0;
}
.main-content-right-item {
    display: flex;
    float: right;
    font-size: 18px;
    font-weight: 300;
    min-width: 100px;
    margin: 15px 0;
    text-align: center;
    color: #333;
}
button {
    text-transform: capitalize;
    background-color: #56348c;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    padding: 10px 25px;
    color: #ffffff; 
    transition: 0.2s
}
button:hover {
    background-color: #422077;
    color: #fff;
    border: 1px solid transparent;
}
button.secondary {
    font-weight: 600;
    background-color: #fff;
    color: #b80f35;
    border: 1px solid #f8f3eb;
}
button.secondary:hover {
    background-color: #b80f35;
    color: #fff;
    border: 1px solid transparent;
}

/* Hero Banner */

.container-fluid.hero {
    width: 100%;
    margin-top: 0;
    background: #56348c;
    height: max-content;
    background-image: url('../images/hero-banner-bg.jpg');
    background-position: 0 -300px;
}
.container-fluid.hero .content {
    padding: 35px 0 35px 0;
    margin: 0 auto;
}
.container-fluid.hero .content h1 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.container-fluid.hero .content p {
    font-size: 16px;
    line-height: 150%;
    margin-top: 0;
    font-weight: normal;
    color: #fff;
}
.container-fluid.hero .content .heading h2  {
    font-size: 30px;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
}
.container-fluid.hero a {
    color: #fff;
}
.container-fluid.hero .content .heading div {
    display: inline;
    font-weight: 300;
    margin-left: 5px;
}
.container-fluid.hero .content .heading div:empty {
    display: none;
}
.container-fluid.hero .content .heading div:before {
    content: '(';
}
.container-fluid.hero .content .heading div:after {
    content: ')';
}
form {
    text-align: left;
    padding: 15px 0;
    margin: 15px 0;
    padding: 10px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 8, 26, .16), 0 0 4px 0 rgba(0, 8, 26, .08);
    border-radius: 6px;
}

.search-options-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
    grid-gap: 10px 15px;
}
.dropdownmenu {
    position: relative;
}
.datewrapper {
    float: left;
    width: 49%;
    margin: 0 0 0 1%;
}
.datewrapper:first-of-type {
    margin: 0;
}
#Programs {
    text-overflow: ellipsis;
}
.buttonwrapper {
    display: block;
    text-align: right;
    box-sizing: border-box;
}
.buttonwrapper button {
    font-size: 16px;
    margin: 15px 0 0 0;
}
.buttonwrapper button.clear {
    background: #fff;
    color: #000;
    margin-left: 5px;
    border: 1px solid #d7d7d7;
}
.buttonwrapper button.clear:hover {
    border: 1px solid #422077;
}
/* FOOTER */

.upperfooter {
    color: #fff;
    background: #1ba1db;
}
.upperfooter-content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.upperfooter-content p {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    margin: 0;
}
.footer {
    background: #f2f2f2;
    color: #212121;
}
.footer-content {
    font-size: 15px;
    padding: 20px 0;
}
.footer-content:after {
    clear: both;
    display: block;
    content: "";
}
.footer-content div:first-of-type {
    float: left;
    max-width: 850px;
}
.footer-content div:last-of-type {
    float: right;
}
.footer-content p {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.footer-content img {
    width: 120px;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    color: #FFD200;
}
/* SEARCH SECTION */

#loadingmsg {
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    text-align: left;
}
#loadingmsg.hide {
    opacity: 0;
    display: none;
}
.search-container {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.search-container h2 {
    font-size: 26px;
    font-weight: bold;
    color: #56348c;
    margin: 35px 0 15px 0;
    text-align: left;
}
.search-container .fa {
    color: #ffffff;
    font-size: 50px;
}
.search-results {
    padding: 15px;
    border-top: 1px solid #d5d5d5;
}
.search-results a {
    text-decoration: none;
    color: #22282c;
}
.search-results a:hover {
    text-decoration: underline #c5c5c5;
    color: #22282c;
}

/* search options */

.search-container form input[type=text] , .search-container form select {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 12px;
    height: 46px;
    border: 1px solid #B6B6B6;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-container form select {
    padding-right: 35px;
}
.search-container form input[type=text]:focus , .select-combo select:focus , input[type=date]:focus {
    outline: 0;
    border: 1px solid #212121;
}
select:focus {
    border: 1px solid #000 !important;
    outline: 0 !important;
}
.search-container form .arrow {
    position: absolute;
    right: 15px;
    top: calc(100% - 32px);
    pointer-events: none;
    cursor: pointer;
}
.search-container form .arrow i {
    color: #212121;
}
.dropdown.search-dates {
    display: block;
    padding: 0;
}
.search-dates input,label {
    display: block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0 6px 0;
    white-space: nowrap;
}
label {
    width: -webkit-fill-available;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-dates input {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 12px;
    height: 46px;
    border: 1px solid #B6B6B6;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.3;
    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.results {
    position: relative;
    width: 100%;
    margin: 20px 0 60px auto;
    box-sizing: border-box;
}
.results tbody tr:nth-last-of-type(odd) {
    background: #f6f5f9;
}
.results tbody tr, #results-container thead th:not(:first-child) {
    cursor: pointer;
}
.results tbody tr, #results-container thead th:not(:first-child) {
    cursor: pointer;
}
.results tbody tr:hover {
    background: #eae7f1;
    transition: 0.1s ease-in all;
}
#results-container thead th {
    white-space: nowrap;
}
#results-container thead th:first-child {
    width: 5%;
}
#results-container thead th:nth-of-type(2), #results-container thead th:nth-of-type(6) {
    width: 10%;
}
#results-container thead th:nth-of-type(4), #results-container thead th:nth-of-type(5) {
	width: 30%;
}
#results-container thead th:nth-of-type(3), #results-container thead th:last-of-type {
    width: 1%;
}
#results-container thead th i.fa-sort-up {
    position: relative;
    top: 3px;
}
#results-container thead th i.fa-sort-down {
    position: relative;
    top: -3px;
}
.results h3 {
    color: #56348c;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: left;
}
.results p {
    font-size: 14px;
    color: #666;
    line-height: 160%;
    margin: 2px 0 0 0;
}
.results p.name {
    font-size: 16px;
}
.results a {
    display: inline;
    font-size: 14px;
    width: auto;
    text-decoration: underline;
    padding-right: 20px;
}
.results a i {
    padding-left: 5px;
}
.pagination {
    position: absolute;
    top: 5px;
    right: 0;
}
.pagination a {
    padding: 0;
}
.pagination a i {
    color: #56348c;
    padding-left: 10px;
    padding-right: 0;
}
.pagination a:hover i {
    color: #422077;
}
#pagination-results, #results-container thead th:not(:first-child) {
    user-select: none;
}
a {
    color: #0873ab;
    cursor: pointer;
}
a:hover {
    color: #1BA1DB;
}

/* PAGE 2 TABLE */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
#details-body .abstraction > li table {
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
}
th, td {
    text-align: left;
    padding: 15px;
    vertical-align: top;
}
#details-body .abstraction > li th, #details-body .abstraction > li td {
	padding: 0 !important;
	border: 0 !important;
} 
th {
    background: #56348c;
    color: #fff;
    font-size: 15px;
    padding: 15px;
}
th > i {
    color: #fff;
    font-size: 14px;
    padding-left: 5px;
}
td {
    font-weight: normal;
    font-size: 15px;
    line-height: 150%;
}
td > span {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
}
tr:last-child td {
    border-bottom: 0;
}
td.project {
    width: 25%;
}
td.investigators {
    width: 25%;
}
td.institutions {
    width: 20%;
}
td.program {
    width: 20%;
}
td.year {
    width: 15%;
    min-width: 90px;
}
.page {
    width: 100%;
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
}
.block {
    width: 100%;
    position: relative;
    margin: 2em 0 0 0;
    padding: 2em 0 0 0;
    overflow: hidden;
}
.page > .block {
    display: grid;
    grid-template-rows: auto 2fr;
    min-height: calc(100vh - 70px);
    margin-top: 0;
    padding-top: 0;
}
.highlight {
    background-color: yellow;
}
.select-combo {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    color: #000;
    background-color: #fff;
    line-height: 1.2;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 20px;
    min-width: 260px;
    overflow: hidden;
}
.select-combo select {
    font-family: 'Lato',serif;
    border: 0;
    font-size: 16px;
    padding: 9px;
    width: calc(100% - 5px);
}
.back-to-search-list input {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border: 1px solid #d5d5d5;
    padding: 10px 15px 10px 15px;
}
.searchresults h2 {
    text-align: left;
    margin: 10px 0 30px 0;
}
.searchresults table tbody tr {
    cursor: pointer;
    transition: 0.1s ease-in all;
}
.searchresults table tbody tr:hover {
    color: #007841;
    background: #f2f2f2;
    transition: 0.1s ease-in all;
}
.searchresults table tbody tr:hover td {
    
}
.searchresults table tbody tr.visitedrow {
    background: #f9f9f9;
}
.searchresults table tbody tr.visitedrow:hover {
    background: #edfafa;
}
.searchresults table tbody tr.visitedrow td.title {
    color: #22282c;
}
.container .searchresults {
    position: fixed;
    top: 0;
    z-index: 99999;
    background: #fff;
}
html.showdetails {
    height: 100%;
    overflow: hidden;
}
html.showdetails #main {
    display: none;
}   
html.showdetails #details {
    display: grid;
}	
#details {
    display: none;
    grid-template-rows: min-content auto;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1100;
}
#details-header {
    display: grid;
    grid-template-columns: auto max-content;
    font-size: 26px;
    box-shadow: 0 0 8px rgb(0 0 0 / 16%);
}
#details-header {
    padding: 10px 0;
}
#details-header img {
    max-height: 50px;
    margin: 5px 0 0 0;
}
#details-header div > div > div {
    float: left;
}
#details-iconbuttons > span:not(:last-child) {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
}
#details-iconbuttons > span {
    cursor: pointer;
}
#details-print > span:last-child {
    position: relative;
    top: -2px;
}
#details-body {
    overflow: auto;
}
#details-iconbuttons .fa {
    color: #56348c;
}
#details-iconbuttons .fa:hover {
    color: #422077;
}
#details-iconbuttons {
    float: right;
    margin-top: 20px;
}
#details-header .container {
    padding: 0;
    max-width: 1480px;
}
#details-header .container:after {
    clear: both;
    display: block;
    content: "";
}
#details-body .hero {
    background: #56348c;
    color: #fff;
}
#details-body .hero .content {
    padding: 20px 0 15px 0;
}
#details-body .hero h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    color: #fff;
}
#details-body .hero h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 8px 0;
}
.callout {
    color: #fff;
    padding: 20px;
}
.callout ul , .leaders ul {
    margin: 0;
    padding: 0;
}
.callout ul li {
    border-bottom: 1px solid #036237;
}
.container-fluid.hero ul li span:first-of-type {
    font-weight: bold;
}
.callout ul li span , .details ul li span {
    display: block;
    font-weight: normal;
    width: 100%;
}

.callout  ul li span.highlight {
    display: inline;
}
.container-fluid.detailswrapper {
    box-sizing: border-box;
}
.hero .container.details {
    padding: 0 0 5px 0;
    border-bottom: 0;
}
.detailswrapper .container.details {
    border: 1px solid #56348c;
    border-top: 1px solid #56348c;
    margin: 25px auto;
    padding: 20px;
}
.container.details {
    box-sizing: border-box;
    border-bottom: 5px solid #ededed;
    padding: 30px 0;
}
.container.details.callout {
    border-bottom: 0; 
    padding: 20px 0 10px 0;
    margin: 0;
}

.container.details.callout  ul li span {
    font-size: 20px;
    font-weight: normal;
}
.container.details h3 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}
.container.details ul li span.highlight , span.highlight {
    display: inline;
    background: initial;
}
.callout-content ul li {
    display: flex;
}
.callout-content div {
    display: inline-block;
    padding: 0 20px 0 20px;
    width: 210px;
    box-sizing: border-box;
}
.callout-content div.funders {
    width: calc(100% - 420px);
}
.callout-content div:nth-of-type(1) {
    padding-left: 0;
}
.callout-content div:nth-of-type(2) {
    border-right: 0;
}
.dates {
    float: left;
    margin-right: 55px;
    margin-bottom: 10px;
}
.dates::after {
  content: "";
  clear: both;
  display: table;
}
.data-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.data-wrapper span , .dates span {
    font-size: 15px;
    padding: 5px 0 10px 0;
    display: block;
}
.details ul li span {
    font-size: 16px;
    padding-bottom: 5px;
}
.details ul li span + span {
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
}
.details ul {
    padding: 0;
    margin: 0 0 10px 0;
}
.abstraction ul, .abstraction ol {
    margin: 15px 0;
}
.details ul li {
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 20px 0;
}
.details ul li:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.details.callout ul li {
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
.details div.publications {
    font-size: 15px;
    padding: 20px 0 0 0;
    overflow: overlay;
}
.details div.publications td:first-of-type {
    width: 18%;
}
.details div.publications td:nth-of-type(2n) {
    width: 10%;
}
.details div.publications td:nth-of-type(3n) , .details div.publications td:nth-of-type(4n) , .details div.publications td:nth-of-type(5n) {
    width: 20%;
}
.details div.publications td:last-of-type {
    width: 17%;
}
.details div.publications a.viewpublication {
    white-space: nowrap;
}
.details div.publications table a > i {
    padding-left: 5px;
}
.details ul.abstraction + h3 {
    margin-top: 30px;
}
.details ul.abstraction li {
    padding: 0;
}
.details ul.abstraction li span {
	display: initial !important;
    font-size: 15px;
    font-weight: normal;
    line-height: 150% !important;
    background-color: transparent !important;
}
.details ul.abstraction li p {
	margin: revert !important;
}
.details ul.abstraction li * {
    font-size: initial !important;
    font-family: revert !important;
    color: revert !important;
    text-align: revert !important;
}

/* select2 */

.select2-container {
    width: 100% !important;
}
.multiple-select{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    width: 100%;
    height: 100px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: left;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #B6B6B6;
    outline: 0;
    padding: 12px;
    border-radius: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
    line-height: 150%;
    font-weight: 500;
    margin: 0 5px 5px 0;
    padding: 4px 6px;
    border-radius: 0;
    background: #fbfbfb;
    border: 1px solid #ccc;
    white-space: pre-wrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:only-child {
    margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #1a1a1a;
    background-color: #ebebeb;
    font-size: 17px;
    line-height: 15px;
    float: right;
    position: relative;
    border-radius: 50%;
    border-right: 0;
    height: 17px;
    width: 17px;
    padding: 0 4px;
    margin: 2px 0 2px 7px;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: #d1d1d1;
}
.select2-results__option {
    font-size: 15px;
    line-height: 18px;
    word-break: break-word;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    font-size: 15px;
    line-height: 18px;
    background: #56348c;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    font-size: 24px;
    line-height: 26px;
    font-weight: normal;
    color: #a6a6a6;
    margin-top: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear:hover {
    color: #22282c;
}
.select2-container .select2-search--inline .select2-search__field {
    vertical-align: middle;
    margin-top: 0;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    line-height: 1.2;
    box-sizing: border-box;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple, :not(a).disabled {
    background-color: #f4f4f4 !important;
    border-color: #e7e7e7 !important;
    cursor: default !important;
}
.mobiletoggle {
    display: none;
}
.noresults {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0;
}
@media (max-width: 1480px) {
    body {
        padding-top: 80px;
    }
    #details-header {
        padding: 10px 3%;
    }
    .container {
        padding: 0 3%;
    }
    .container.details {
        margin: 0% 3%;
        width: calc(100% - 6%);
    }

    .container.footer-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .main-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .main-content img , #details-header img {
        max-height: 50px
    }
    .main-content > div {
        margin-top: 15px;
    }
    .results h3 {
        font-size: 22px;
    }
    .container-fluid.hero .content h1 {
        font-size: 26px;
        line-height: 130%;
    }
    .container-fluid.hero .content p {
        font-size: 15px;
        margin-top: 0;
    }
    .search-container h2 {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .search-dates input, label {
        font-size: 15px;
    }
    .search-container form input[type=text], .search-container form select , .search-dates input{
        font-size: 14px;
        height: 40px;
        padding: 10px;
    }
    .search-options-container {
        grid-gap: 5px 5px;
    }     
    .select2-container--default .select2-selection--multiple {
        padding: 9px;
    }
    #Programs {
        padding-right: 30px;
    }
    .buttonwrapper button {
        font-size: 15px;
        margin: 15px 0 5px 0;
    }
    .search-container form .arrow {
        top: calc(100% - 29px);
    }
    .hero .container.details {
        margin: 0;
        width: auto;
    }
}
@media (max-width: 1025px) {
    h2#details-title {
        font-size: 22px;
        line-height: 26px;
    }
    #details-header {
        font-size: 22px;
    }  
    #details-iconbuttons > span:not(:last-child) {
        margin: 0 25px;
    }
    .callout ul li {
        flex-basis: 33%;
    }
    .leaders ul li {
        font-size: 15px;
    }
    .container-fluid.hero .content h2 {
        font-size: 19px;
        margin: 15px 0 10px 0;
    }
    .container.details h3 {
        font-size: 17px;
    }
    .details ul li span {
        font-size: 16px !important;
    }
    .details ul.abstraction li span {
        font-size: 15px;
    }
    .search-dates input , .select-combo {
        width: 100%;
        box-sizing: border-box;
    } 
    td.title {
        min-width: 200px;
        max-width: 200px;
        width: 200px;
    }
    td.summary {
        min-width: 280px;
        max-width: 280px;
        width: 280px;
    }
    .results p {
        margin: 1px 0 0 0;
    }
    .results p.name {
        font-size: 15px;
    }

}
@media screen and (min-width: 800px) and (max-width: 900px) {
    .search-dates input, .select-combo {
        min-width: 1px;
    }
    td.title {
        min-width: 200px;
        max-width: 200px;
        width: 200px;
    }
    td.summary {
        min-width: 200px;
        max-width: 200px;
        width: 200px;
    }
    .callout ul li {
        flex-basis: 33%;
    }
}
@media (min-width: 799px) {
    .search-options-container {
        display: grid !important;
    }
    .buttonwrapper {
        display: block !important;
    }
    form {
        display: block !important;
    }
}
@media (max-width: 799px) {
    body {
        padding-top: 74px;
    }
    .container-fluid.hero .content {
        padding: 25px 0;
    }
    .container-fluid.hero .content p {
        margin-top: 10px;
    }
    .container-fluid.hero .content h1 {
        margin: 0;
    }
    .main-content img , #details-header img  {
        max-height: 40px;
    }
    .main-content > div {
        margin-top: 10px;
    }
    .main-content > div a {
        font-size: 18px;
    }
    .search-options-container {
        grid-template-columns: 1fr;
    }
    .search-options {
        position: relative;
    }
    .container-fluid.hero .content h1 {
        font-size: 22px;
    }
    .search-container h2 {
        font-size: 20px;
    }
    .container.details {
        padding: 20px 0;
    }
    h1 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    #details-body .hero h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .container-fluid.hero .content h2 , .container.details h3 {
        font-size: 17px;
    }
    .container-fluid.hero .content h2 {
        margin: 15px 0 5px 0;
    }
    .callout ul li span:first-of-type, .callout ul li span:first-of-type {
        font-size: 15px;
    }
    label {
        font-size: 15px;
        padding: 5px 0px 5px 0px;
    }
    .buttonwrapper button , .loadmorebuttonwrapper button{
        font-size: 14px;
        padding: 6px 18px;
    }
    button.secondary {
        font-size: 13px;
        padding: 8px 14px;
        margin-top: 2px;
    }
    .main-content-right-item {
        margin-top: 5px;
    }
    .searchresults h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0px 0px 10px 0;
    }
    .container.searchresults table > tbody > tr {
        padding: 10px 15px;
    }
    .container.searchresults table > tbody > tr > td {
        padding-bottom: 5px;
    }
    td.title , td.count {
        font-size: 15px;
        line-height: 19px;
    }
    td a {
        font-size: 14px;
    }
    #details-iconbuttons > span:not(:last-child) {
        display: none;
    }
    .mobiletoggle {
        display: block;
        position: absolute;
        right: 0;
        top: 5px;
        z-index: 90;
    }
    .mobiletoggle a {
        font-weight: 600;
        color: #fff;
        background-color: #56348c;
        padding: 8px 14px;
        font-size: 13px;
        transition: 0.2s;
    }
    .mobiletoggle a:hover {
        background-color: #422077;
        color: #fff;
        border: 1px solid transparent;
    }
    .mobiletoggle a:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f068";
        padding: 0px 4px;
    }
    .mobiletoggle a.show:after {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f067";
    }
    #details-close {
        margin-top: -6px;
    }
    .results table > thead {
        display: none;
    }
    .results table > tbody > tr {
        position: relative;
        display: block;
        width: 100%;
        border: 1px solid #ebebeb;
        background: #fff;
        padding: 15px;
        margin: 5px 1% 10px 0;
        cursor: pointer;
        box-sizing: border-box;
        overflow: hidden;
        font-size: 14px;
        box-shadow: 2px 2px 5px rgb(0 0 0 / 3%);
    }
    .results table > tbody > tr > td {
        display: block;
        padding: 0 0 5px 0;
        border-bottom: 0;
    }
    .results table tr:before {
        content: '';
        position: absolute;
        height: 100vh;  
        width: 3px;
        top: 0;
        left: 0;
        background: #56348c;
    }
    .results table td {
        display: inline-block !important;
        width: 100% !important;
        font-weight: normal;
        font-size: 15px;
        line-height: 19px;
        margin-right: 5px;
    }
    .results table td.project {
        font-size: 16px;
        font-weight: 600;
    }
    .results table td:first-of-type {
        font-weight: 600;
    }
    .results h3 {
        font-size: 20px;
    }
    .results > .table-card {
        padding: 0 0 20px 0;
    }
    .footer-content div:last-child {
        margin-bottom: 0;
    }
    #details-iconbuttons {
        margin-top: 10px;
    }
    #details-body .hero h3 {
        font-size: 17px;
        margin: 6px 0;
    }
    .callout ul li {
        flex-basis: 50%;
    }
    .callout ul li span:first-of-type, .callout ul li span:first-of-type{
        font-size: 14px;
    }
    .callout ul li span + span {
        font-size: 13px;
    }
    .details div.publications td:last-of-type {
        min-width: 180px;
    }
    .details ul li span {
        font-size: 15px !important;
    }
    .container.details.callout ul li span {
        font-size: 18px !important;
    }
    .details ul li span + span , .details ul.abstraction li span {
        font-size: 14px !important;
    }
     .search-container p {
        display: none;
    }
    .callout-content ul li {
        flex-wrap: wrap;
    }
    .callout-content div {
        flex-basis: 50%;
        padding: 0 0 10px 0;
    }
    
}
@media (max-width: 665px) {
    #details-body .hero h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .callout ul li {
        flex-basis: 100%;
    }
    .main-content > div {
        margin-top: 0;
        width: 150px;
    }
    .main-content > div a {
        font-size: 16px;
        font-weight: normal;
    }
    .search-container p {
        display: none;
    }
}
@media (max-width: 479px) {

    .container-fluid.hero .content h1 {
        font-size: 20px;
        line-height: 125%;
    }
    .search-container h2 {
        margin-top: 5px;
    }
    .results h3 {
        margin-bottom: 5px;
    }
    .pagination {
        position: relative;
        float: right;
        margin-bottom: 10px;
    }
    .upperfooter-content p {
        font-size: 18px;
    }
    .footer-content div:last-child {
        font-size: 12px;
    }
}
@-moz-document url-prefix() {
    .select-combo select {
        width: 100%;
    }
    /*
    .dropdown.search-dates:after {
       font-family: "FontAwesome";
       font-weight: 900;
       content: "\f073";
       position: absolute;
       top: 15px;
       right: 15px;
    }
    */
}
@supports (-ms-ime-align:auto) {
    .select-combo select {
        width: 100%;
        padding: 9px;
    } 
}