.scientist-input {
    width: 75%;
}

.scientist-logo {
    width: 30%;
    height: 30%;
}

.inner-fix {
    margin: 3px;
    padding: 3px;
    border: 1px dashed #DDDDDD;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 300px;
}

.facility-title {
    margin-top:20px;
    text-align: center;
    font-weight:bold;
    font-size: 1.7em !important;
    cursor: pointer;
}

.facility-description {
    padding: 20px 8px 0px 16px;
    line-height: normal;
}

.facility-description a {
    white-space: nowrap;
}

.facility-contact {
    position:absolute;
    bottom:18px;
    left:40px;
    font-weight: bold;
}

.facility-links {
    position:absolute;
    bottom:8px;
    right:30px;
}

.col-mod {
    margin-top: 10px;
    margin-bottom:10px;
}

.facility-block i {
    font-size: 50px;
    color: #73cbff;
    vertical-align: middle;
}

.facility-block {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 18px 20px;
    margin: 0 0 50px 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 15px arial, helvetica, sans-serif;
    text-decoration: none;
    color: #323437;
    height: 120px;
    line-heght: 120px;
    width: 100%;
    text-align: center;

    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 1px 1px 2px 0 #cccccc;
    -moz-box-shadow: 1px 1px 2px 0 #CCCCCC;
    -webkit-box-shadow: 1px 1px 2px 0 #cccccc;
    text-decoration: none;
    background-position: left;
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.18);
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 18%);

    
    border: 1px solid #cee1ff;
    background: white;
    color: #102859;
/*    background: rgb(237,237,237);*/
/*    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 53%, rgba(237,237,237,1) 100%);*/
/*    background: -webkit-linear-gradient(*/
/*45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 53%, rgba(237,237,237,1) 100%);*/
/*    background: linear-gradient(*/
/*45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 53%, rgba(237,237,237,1) 100%);*/
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );*/

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0px;
    margin-right: 2px;
}

.facility-block:hover{
    margin-right: 0px;
    margin-left: 2px;
    box-shadow: none;
    color: #000;
}

.facility-block:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.modal-content {
    box-shadow: none;
}

.mi-modal-dialog {
    width: 70% !important;
    overflow-y: hidden;
}

.modal-title {
    text-align: center;
}

.modal-footer {
    padding-top: 10px !important;
    text-align: center;
}

.core_resource_tile_image {
    margin-top: -45px;
    margin-bottom: 8px;
}

.core_resource_tile_image img {
    height: 90px;
    width: 90px;
    border-radius: 50px;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.0, rgb(255,255,255)), color-stop(0.53, rgb(246,246,246,1)), color-stop(1.0, rgb(237,237,237,1)) );
    background-image: -moz-linear-gradient(center bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 53%, rgba(237,237,237,1) 100%);
    padding: 5px;
    border: 1px solid #323437;
}

/** Custom CSS for new Providers Cards */
.card.providers{
    padding:1.2rem;
    height:100%;
}
.card.providers a{
    color: #2e70dd;
}
.card.providers a:hover{
    text-decoration: underline;
    color: #0a54cd !important;
}
.card.providers span.field-label {
    color: #414e81;
    font-size: 16px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.4px !important;
    font-weight: 500;
}
.card.providers p{
    color: #414e81;
    font-size: 16px !important;
    line-height: 1.4 !important;
    letter-spacing: 0.4px !important;
}
.card.providers .btn.btn-primary{
    background-color: #2e70dd;
    color: white !important;
    text-decoration: unset;
    border-radius: 6rem;
}
.card.providers .card-subtitle{
    color: #414f84 !important;
    margin-top: 0.5rem;
}
.card.providers .card-title, .card.providers .card-title a{
    font-weight: 700 !important;
    color: #112859 !important;
    margin-bottom: 0.5rem;
}
.row.providers{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.card.providers .float-end{
    float: right;
    text-align: right;
}
.card.providers .mt-1{
    margin-top:0.5em;
}
.card.providers .mt-2{
    margin-top:1.0em;
}
.card.providers .mt-3{
    margin-top:1.5em;
}
.card.providers div.facility-type{
    padding-left: 8px;
}
.card.providers div.facility-type.core{
    background-color: #e1edff;
}
.card.providers div.facility-type.core p{
    color: #132958;
}
.card.providers div.facility-type.collaborative{
    background-color: #fff2de;
}
 .card.providers div.facility-type.collaborative p{
     color: #bb3c0e;
 }
.card.providers div.facility-type.trans{
    background-color: #e1fffc;
}
.card.providers div.facility-type.trans p{
    color: #008779;
}
.card.providers .facility-type p{
    margin: 10px;
    display: inline;
}
.card.providers .facility-type-list {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}
.card.providers .offering-type .fa{
    color: #414e81;
    height: 20px;
    margin-right: 8px;
    background-color: #cee1ff;
    border-radius: 50%;
    width: 20px;
    text-align: center;
    vertical-align: middle !important;
    padding: 2px;
}
.card.providers .offering-type{
    padding:4px;
    color:#414e81;
    display: inline-flex;
}

.providers .row{
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
}
@media (min-width: 728px) {
    .providers .floating-filters {
        position:sticky;
        top:120px;
        height:fit-content;
    }
}

.facility-arrow {
    width: fit-content;
    height: 24px;
    position: relative;
}
.facility-arrow p {
    vertical-align: middle !important;
}
.facility-arrow:not(:first-child) {
    margin-left: 10px;
}
.facility-arrow:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 12px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.facility-arrow:before {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 0;
    height: 0;

    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.trans.facility-arrow:before{
    border-left: 10px solid #e1fffc;
}

.core.facility-arrow:before{
    border-left: 10px solid #e1edff;
}
.collaborative.facility-arrow:before{
    border-left: 10px solid #fff2de;
}
.repository.facility-arrow:before{
    border-left: 10px solid #deffeb;
}



/* Facilities Filter*/
.order-0 {
    order: -1 !important;
}
.order-1 {
    order: 1 !important;
}