#top-bar {
    width: 100%;
    margin: 0;
    height: 30px;
    display: table;
    font-size: 17px;
    font-weight: 400;
    padding: .33em .5em;
    -webkit-font-smoothing: antialiased;
    color: #5c5e60;
    position: absolute;
    background-color: #eee;
    box-shadow: 0 1px 3px 2px rgba(0,0,0,0.15);
}
#top-bar.regular {
    height: 30px;
    font-size: 14px;
    padding: .2em .5em;
}
.tb-content-wrapper {
    text-align: center;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.tb-content-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
}
.tb-text-wrapper {
    margin-right: .67em;
    display: inline-block;
    line-height: 1.3;
}
.tb-text-wrapper .tb-headline-text {
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
}
#top-bar .tb-cta {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    color: #ffffff;
    background-color: #1CCCCC;
    border-color: #1CCCCC;
}
.tb-cta-button {
    opacity: 1;
    color: #fff;
    display: block;
    cursor: pointer;
    line-height: 1.5;
    max-width: 22.5em;
    text-align: center;
    position: relative;
    border-radius: 3px;
    white-space: nowrap;
    margin: 1.75em auto 0;
    text-decoration: none;
    padding: 0;
    overflow: hidden;
}
.tb-cta-button .tb-text-holder {
    border-radius: inherit;
    padding: 5px 15px;
}
.tb-close-wrapper {
    display: table-cell;
    width: 1.6em;
}
.tb-close-wrapper .icon-close {
    font-size: 14px;
    top: 15px;
    right: 25px;
    width: 15px;
    height: 15px;
    opacity: .3;
    color: #000;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
}

body {
    font-family: Ginter, Inter, "Helvetica Neue", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif !important;
}

a:hover, a:focus {
    text-decoration: none !important;
}

h1 {
    font-size: 60px !important;
    color: #292929 !important;
}

p {
    font-family: PNR !important;
    opacity: 1 !important;
    font-size: 16px !important;
}

h1, h2, h3, h4, p, ul {
    margin: 0;
}

h1, h2, h3 {
    font-family: PNR;
}

h2, .h2 {
    font-size:25px !important;
    color: #333 !important;
}

h3, .h3 {
    font-size:21px !important;
    color: #3c3c3c;
}

.header-menu>ul li.has-child>a {
	pointer-events:all !important;
}

.header-menu>ul li.has-child>a:hover {
	cursor:pointer !important;
}

.region-content h2, .region-content h3, .region-content h4,.region-content p,.region-content ul {
    margin-bottom:15px !important;
}

.region-content {
    color: #666666 !important;
}

.header-logo a:hover {
    color:white;
    text-decoration:none;
}
.breadcrumbs {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #fff;
}

.breadcrumbs a{
    font-size: 14px;
    text-transform: uppercase;
    font-family: PNR;
    color: #1ccccc;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.breadcrumb .last a{
    color: #8b8b8b !important;
    pointer-events: none;
}

.breadcrumb {
    background: none !important;
    margin-bottom:0px !important;
}
.item--wrap a {
    color: #1ccccc;
}

.item--wrap .views-field-title a, .node--type-pathogen.node--view-mode-teaser h2 a {
    color: #333;
}


.field-name-field-microbial-group {
    font-family:PNR !important;
    color:#5a5a5a;
}

.field-label {
    font-family:PNR !important;
}

.field ol li {
    font-family:PNR !important;
}

.field ul li {
    font-family:PNR !important;
}

.ncbi-info table {
    font-family:PNR !important;
}

.ncbi-info table {
    font-family:PNR !important;
}

.ncbi-info ul li {
    font-family:PNR !important;
    color:#423850 !important;
}

.field {
    font-family:PNR;
    font-size: 16px;
}

.node-pathogen p {
    font-size:16px;
}

#myNavbar .fixed {
	max-width:180px !important; 
}

#myNavbar a.active {
	font-weight:bold !important; 
}

.node-type-pathogen .ncbi-info b {
	color:#000 !important;
} 

.node-type-pathogen #gwpp {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    min-height: 174px;
    margin-bottom: 30px !important;
    background-color: #15476f !important;
    color: white !important;
    padding:20px !important;

}

.node-type-pathogen #gwpp .row {
    padding-top: 10px;
}

.node-type-pathogen #gwpp a {
    color: #fff !important; 
}

.node-type-pathogen #gwpp_info a {
    color: #9CC4E4 !important; 
}

.node-type-pathogen #gwpp_info {
    clear: both;
    display: block;
    text-align: right;
    margin-top: 20px;
}

.node-type-pathogen #gwpp h3 {
    color: #fff !important;
}

#ncbi-info {
    border: 1px solid #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#ncbi-info > div > div {
    padding:30px;
}

.node-type-pathogen .ncbi-info {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    min-height: 174px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;

}
.node-type-pathogen .ncbi-info .container-fluid{
    padding:30px !important;
}

ul.ncbi-pubs {
	list-style-type:disc;
	padding: 0px 20px 0px 20px;
}

.ncbi-title {
    display: block;
    background-color: #34689A;
    height: 50px;
    background-image: url('../../assets/images/pubmed_ncbi.png');
    background-repeat:no-repeat;
    background-position: center center;
    background-size:150px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.wiki-title {
    display: block;
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
    height: 50px;
    background-image: url('../../assets/images/wiki.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

#wikiImages {
    border: 1px solid #eee;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom:30px;
}

.node-type-pathogen .view-id-best_fit_model .view-content{
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.accordion-body {
    padding: 0px !important;
}

#views-bootstrap-pathogen-best-fit-model-block-1 .views-field-field-best-fit-model .vocabulary-models .field-name-title{
    display: block;
    background-color: #3d3d3d;
    color: white !important;
    height: 50px;
    padding: 15px;
    text-align: center;
}

#views-bootstrap-pathogen-best-fit-model-block-1 .accordion-body .views-field:not(.views-field-field-best-fit-model):not(.views-field-nothing-2):not(.views-field-nothing-3) {
    padding:0px 20px;
    line-height: 40px;
}

#views-bootstrap-pathogen-best-fit-model-block-1 .accordion-body .views-field-nothing-3 {
    background-color: #fafafa;
    padding: 20px 0px;
}

.toc-js .toc-title {
    font-size: 16px !important;
    font-weight: bold;
    font-family: 'PNB';
}

.toc-js a {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    color: #292929;
    font-family: PNR;
    opacity: .7;
    line-height: 30px;
}

.node-type-pathogen .views-field-field-best-fit-model .vocabulary-models .field-name-title h4 {
    text-align: center;
    padding-top:15px !important;
    font-family: PNR;
}

.node-type-pathogen .view-id-best_fit_model .views-field:not(:first-child) {
    text-align:center;
    font-family: PNR;
    font-size: 15px;
    padding-bottom:20px;
}
.node-type-pathogen .view-id-best_fit_model h5 {
    font-size: 16px;
    font-family: PNR;
    font-style: italic;
    background: #eee;
    padding: 10px;
}

.node-type-pathogen .view-id-best_fit_model .views-row {
    width:100%;
}

.node-type-pathogen .pane-title {
    text-align:center;
}

.view-id-best_fit_model {
    margin-bottom:50px !important;
}

.view-id-best_fit_model .views-field-nothing-1 {
    background-color: #fafafa;
    padding-top: 20px;
}

.response-table-inner {
    display:table-row !important;

}

table th {
    font-family: PNR;
}

.node-type-case-study img {
    max-width:700px !important;
}

#wikiImages .slick-slider {
    margin-top: 20px;
}

#wikiImages .slick-slide {
    text-align:center;
}

#wikiImages .slick-dots {
    margin-bottom:0px !important;
}

#wikiImages a img {
  max-height:200px;
  width: auto;
  margin: 0 auto;
}

/*#wikiImages a img {
    max-width:100%;
}

#wikiImages a:nth-child(2) img, #wikiImages a:nth-child(3) img {
    max-width:50%;
}*/

.views-exposed-widget label {
font-weight: normal !important;
width: auto !important;
}

.views-exposed-widget label:nth-child(1) {
font-size:15px;
}

.views-exposed-widget input {
    margin: 4px 5px 0 !important;
    float:left !important;
}

.pagination a{
    font-family: PNR;
    color:#1bcbcb !important;
}

.pagination li {
    border-radius: 10px !important;
}

.pagination>.active>span {
    background-color: #1ccccc !important;
    border-color: #1ccccc !important;
}

.page-pathogens h4 a, .page-apps h4 a,.page-resources-case-studies h4 a{
    color: #3c4c61;
    font-size: 20px;
    font-family: PNB;
    margin-bottom: 5px;
}


.page-pathogens h4 a:hover, .page-apps h4 a:hover,.page-resources-case-studies h4 a:hover{
    text-decoration:underline;
}

.highlighted {
    color:#1CCCCC;
}

.results h3 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}

.results li, .results h4 {
    font-family: PNR;
}

.results button {
    font-size: 15px;
    line-height: 8px;
}

.secondary-left a {
    text-align:center !important;
}

.secondary-right-item a:hover {
    text-decoration:none; !important;
}

.secondary-left a .secondary-left-item:hover::after {
    background:none !important;
}

.secondary-left a:hover .secondary-left-item::after {
    background:none !important;
}

.biblio-category-section {
    color: #292929;
    font-size: 16px;
    font-family: PNB;
    margin-bottom: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #B3B1B1;
}

.biblio-separator-bar {
    /* color: #000000; */
    /* font-weight: bold; */
    background: none !important;
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

.biblio-export-buttons {
    display: block !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-top: 20px !important;
}

.biblio-entry {
    font-weight:normal !important;
    font-style: normal !important;
    color: #696969 !important;
    font-family: PNR !important;
}

.biblio-entry a{
    font-family: PNR !important;
    color: #696969 !important;
}

.biblio-export-buttons a {
    color: #1ccccc !important;
}

.biblio-entry a:hover{
    text-decoration:none !important;
}

.biblio-title {
    font-family: PNR !important;
    color: #1ccccc !important;
}

#biblio-header {
    font-family: PNR;
    font-size: 14px;
    margin-bottom: 50px;
}

#biblio-header a {
    color: #1ccccc !important;
}

.items-secondary a:hover .secondary-left-item::after {
    background:none !important;
}

.items-secondary .secondary-left-item {
   text-align:center;
}

.node-author.node-teaser {
    text-align:center;
}

.node-author.node-teaser .field-name-field-image-auhor {
  display: inline-block;
  padding: 3px; border-radius: 50%; display: inline-block;
  background: rgba(28,204,204,.76);
  background: -webkit-linear-gradient(rgba(28,204,204,.76), rgba(47,140,236,.76)); 
  background: -o-linear-gradient(rgba(28,204,204,.76), rgba(47,140,236,.76)); 
  background: -moz-linear-gradient(rgba(28,204,204,.76), rgba(47,140,236,.76)); 
  background: linear-gradient(rgba(28,204,204,.76), rgba(47,140,236,.76)); 
  margin-top: -25px;
  border-radius: 50%;
}
.node-author.node-teaser img {
    border-radius: 50%;

}


.node-author.node-teaser .field-name-title {
    margin-top: 20px;
    margin-left: 15px;
    display: inline-block;
}

.region-content ul li, .tab-content ul li {
    list-style-type:disc;
    margin-left: 20px;
    font-size: 16px;
    font-family: PNR;
}

.ncbi-pubs li, .tab-content {
    font-size: 14px !important;
}

#myNavbar li {
    font-size: 13px !important;
}

#myNavbar li ul li {
    font-size: 11px !important;
	list-style-type: none !important;
}

.wiki-intro {
    padding: 20px;
    text-align: justify;
    background-color: #fbfbfb;
    margin-bottom: 35px;
    border: 1px solid #eee;
    border-radius: 10px;

}

.wiki-intro .powered-by{
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-align: right;
}

.quicktabs-tabs {
    height: 36px !important;
}

.quicktabs-tabs li {
    font-family: PNR;
    padding: 16px !important;
    margin: 0px !important;
    background-color: #fbfbfb !important;
}

ul.quicktabs-tabs li.active a{
    color: #1ccccc !important;
}

.quicktabs_main {
    margin-top: -15px !important;
}


tr.best-fit {
	background-color: #e2f9ff !important;
}

tr.best-fit::after {
  content: 'highest quality';
  display: block;
  position: absolute;
  left: 10px;
  top: 50px;
  font-style: italic;
  font-weight: 700;
  background-color: #fff;
  padding: 4px;
}

.view-pathogen-dose-response-experiments tr {
  position: relative;
}

.dose-app button::before {
    font-family: FontAwesome;
    content: "\f070";
}

.dose-app button.collapsed::before {
    font-family: FontAwesome;
    content: "\f06e";
}

.views-field-field-exposure-route .field-content, .views-field-field-response .field-content {
	    text-decoration:italic;
	    display:inline-block;
}

.ui-accordion-content {
	padding: 0px !important;
	border: none !important;
	width: 100% !important;
}

.ui-accordion h3 {
	border-right-top-radius: 15px !important;
	border-left-top-radius: 15px !important;	
	border: none !important;
	width: 100%; 
	margin-top: 0px !important;
	margin-bottom:0px !important;
	font-size: 16px !important;
}

.ui-accordion h3 a {
	color: #969696 !important;
}

h3.ui-accordion-header-active a {
	color: #494949 !important;
}

.accordion-button {
    background: #eee !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 16px;
    color: #303030 !important;
}

/*.ui-accordion-content-active {
	background: #ddd !important;
}*/

.ui-accordion-content {
	overflow-y:hidden !important;
}

.lexicon-list {
    margin-top:30px !important;
}

.lexicon-list dt {
    font-weight: normal;
    font-size: 15px;
}

.lexicon-links, .biblio-alpha-line {
	background: #f6f5fa !important;
	padding:20px !important;
	border-radius: 10px !important;
}

.biblio-alpha-line {
	font-size: 1.1em;
}

.block-masquerade {
	display:block;
	clear:both;
}

.about-page {
	width:100% !important;
}

.view-exposure-assessment .row .col-md-4 > div {
	border:1px solid #eee;
	border-radius:10px !important;
	margin:20px !important;
    min-height:150px;
}

.view-exposure-assessment h4 {
	font-family:PNR;
	font-weight:bold !important;
	color: #406b90;
        text-align: center;
    padding: 20px 0px 10px 0px;
}

.view-exposure-assessment .views-field-nothing {
	text-align:right;
}

.views-widget-filter-field_microbial_group_tid, .views-widget-filter-field_pathway_target_id, .block-views-blockdose-response-experiments-block-1 .bef-exposed-form {
	width:100% !important;
}

.view-id-exposure_assessment.view-display-id-pathway_data a

.form-item-field-microbial-group-tid .form-type-bef-link a, .views-widget-filter-field_pathway_target_id .form-type-bef-link a, .block-views-blockdose-response-experiments-block-1 .bef-exposed-form a, .view-id-exposure_assessment.view-display-id-pathway_data .bef-exposed-form a {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #B3B1B1;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: #303030 !important;
    padding: 10px 20px;
}

.form-item-field-microbial-group-tid .form-type-bef-link a:hover, .views-widget-filter-field_pathway_target_id .form-type-bef-link a:hover.block-views-blockdose-response-experiments-block-1 .bef-exposed-form a:hover, .view-id-exposure_assessment.view-display-id-pathway_data .bef-exposed-form a:hover {
    background: #fdfdfd;
    -webkit-box-shadow: 0 5px 24px 0 rgba(0,0,0,.04);
    box-shadow: 0 5px 24px 0 rgba(0,0,0,.04);
    border-color: transparent;
    color: #8a8a8a;
}

.form-item-field-microbial-group-tid .form-type-bef-link a.active, .views-widget-filter-field_pathway_target_id .form-type-bef-link a.active, .block-views-blockdose-response-experiments-block-1 .bef-exposed-form a:active, .view-id-exposure_assessment.view-display-id-pathway_data .bef-exposed-form a:active {
    background: #fdfdfd;
    -webkit-box-shadow: 0 5px 24px 0 rgba(0,0,0,.04);
    box-shadow: 0 5px 24px 0 rgba(0,0,0,.04);
    border-color: transparent;
    color: #8a8a8a;
}

.view-id-exposure_assessment.view-display-id-pathway_data .bef-exposed-form ul {
    display: flex;
}

.view-id-exposure_assessment.view-display-id-pathway_data .bef-exposed-form ul li{
    list-style-type: none;
}

.form-item-field-microbial-group-tid .form-type-bef-link, .views-widget-filter-field_pathway_target_id .form-type-bef-link  {

    width: 18%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}

.page-exposure-assessment .views-widget-filter-field_microbial_group_tid {
	max-width: 100% !important;
}

.view .col-mod {
	padding:0px !important;
}

.view .col-mod-bottom {
    border-radius: 0 0 6px 6px;
    padding: 0.92857143em 1.85714286em;
}

.view .col-mod-bottom div {
    display: inline-block;
    width: 50%;
    float: left;
}

.view .col-mod-bottom.single div{
    float: center !important;
    width:100% !important;

}

.view .col-mod-bottom div a {
    color: #1ccccc;
    font-size:20px;
    text-decoration: none;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}

.view .col-mod-bottom div a:not(:hover) {
    opacity: .5;
}

.view .col-mod-bottom div span {
    color: #666666;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: PNR;
}

.view .col-mod .views-field:nth-child(1) {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px dotted #eee;
    text-align:center;
}

.view .col-mod .views-field:last-child {
    padding-bottom: 50px !important;
}

.glossy {
height: 51px;
    width: 148px;
    min-width: 148px;
    margin-left: 17px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: PNR;
    -webkit-box-shadow: 0 16px 24px 0 rgba(101,67,193,.36);
    box-shadow: 0 16px 24px 0 rgba(101,67,193,.36);
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    background: -webkit-linear-gradient(295deg,#1ccccc 0,#2f8cec 100%);
    background: -moz-linear-gradient(295deg,#1ccccc 0,#2f8cec 100%);
    background: -o-linear-gradient(295deg,#1ccccc 0,#2f8cec 100%);
    background: linear-gradient(155deg,#1ccccc 0,#2f8cec 100%);
}

.glossy:hover {
    -webkit-box-shadow: 0 6px 24px 0 rgba(101,67,193,.36);
    box-shadow: 0 6px 24px 0 rgba(101,67,193,.36);
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    color: #fff;
}

.blockquote {
    font-style:italic !important; 
}

.page-node-17 .col-mod li a {
    font-size:14px !important;
}

.page-node-17 .col-mod li {
    list-style-type:none;
}

.page-node-17 .col-mod li:before {    
font-family: 'FontAwesome';
content: '\f0da';
margin:0 5px 0 -15px;
font-size:12px;
}

.book-navigation ul {
    padding:0px !important;
}

.book-navigation ul li {
    list-style-type:none !important;
    border-bottom:1px dotted #ccc;
}

.book-navigation ul li:before {
    margin: 0 5px 0 -20px;
    font-weight: 900;
    content: '›';
    font-size: 20px;
}

.book-navigation ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 10px;
}

.book-navigation ul li a:hover {
    background-color: #f6ffff;
}

.page-node-1116 .book-navigation .page-links {
    display: block !important;
    clear: both !important;
}

.pane-node-book-nav {
    margin-top:20px !important;
}

.items-secondary .secondary-right-item input {
    color: #333 !important;
}


.footer-center a {
    margin-left: auto;
    margin-right: auto; 
    margin-top:80px;
}

.footer-center a:hover {
    color: #fff !important;  
}

.copyright {
    background:transparent !important;
}

.content-statement {
    color: #fff;
}

.contact-info {
    margin-top: 25px;
    margin-bottom:25px;
    color: #fff;
}


.copyright {
    float:left;
}

.poweredby span{
    float:right;
    color: #ddd;
    margin-top:10px;
}

.poweredby a{ 
    font-weight:bold;
    color: #ddd;
}

.poweredby img {
    margin-left: 5px;
    vertical-align: bottom;
}

.footer-left p {
    margin-bottom:38px !important;
}

.footer-statement {
    color: #fff;
    padding-bottom: 40px;
}

.node-type-author .field-name-field-email {
    margin-top:20px !important;
}

.view-id-experiment_overviews {
    margin-top:50px !important;
}

#biblio-header ul li {
    list-style-type:none;
    border: 1px solid #eee;
    padding:10px;
    max-width:150px !important;
}


.btn-primary {
    background-color: #3b6279 !important;
    border-color: #3b6279 !important;
}

.form-control.chosen-container {
	padding:0px !important;
	border-color: transparent !important;
}

.node-case-study:not(.node-teaser) .field-name-field-pathogen {
	padding-top:20px !important;
}

.autocomplete-deluxe-form.form-control {
	display:inline-block !important;
}

.autocomplete-deluxe-form.form-control:focus {
	box-shadow: none !important;
	border-color:transparent !important;
}

#references-container {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 40px;
}

.field-name-body img, .quicktabs-wrapper img {
    max-width: 500px !important;
	height: auto;
}

ul.quicktabs-tabs.quicktabs-style-basic {
   display: table !important;
   border-bottom:none !important;
}
ul.quicktabs-tabs.quicktabs-style-basic li {
   display: inline-block !important;
}

ul.quicktabs-tabs.quicktabs-style-basic li.active { 
   border: 1px solid #e5e5e5 !important; 
   border-bottom: 1px solid #fbfbfb !important; 
   background-color: #fbfbfb !important;
}
.quicktabs_main.quicktabs-style-basic {
   background-color: #fbfbfb !important;
   border: 1px solid #e5e5e5 !important;
}

.views-field-citation a {
	display:inherit !important;
}

.view-id-pathogen_dose_response_experiments.view-display-id-block_1 table td {
	font-size:12px !important;
}

fieldset .fieldset-legend {
   z-index: 1 !important;
 }
 
.banner h1 {
  margin: 20px 0px 40px 0px !important;
  max-height: 380px !important;
  height: auto !important;
  font-size: 4em !important;;
}

.view-pathogen-dose-response-experiments.view-display-id-panel_pane_1 .view-best-fit-experiment {
  padding: 0px !important;
}

.view-pathogen-dose-response-experiments.view-display-id-panel_pane_1 .jump-links a{
background-color: #f0ffff;
padding: 5px;
border-radius: 5px;
margin-bottom: 10px;
font-size: 12px;
color: #296767;
}

.view-pathogen-dose-response-experiments.view-display-id-panel_pane_1 .view-best-fit-experiment *:not(a) {
  padding: 0px !important; 
}

.view-pathogen-dose-response-experiments td.views-field-citation, .view-pathogen-dose-response-experiments td.views-field-citation * {
  color: #696969;
  font-size: 11px;
}

.view-dose-response-experiments.view-display-id-experiments_tabs ul.quicktabs-tabs li.active {
    border-top: 1px solid #9CE6E6;
    border-bottom: 1px solid #9CE6E6;
    border-left: 1px solid #9CE6E6;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #fdffff !important;
    transition: 0.3s;
}

.view-dose-response-experiments.view-display-id-experiments_tabs ul.quicktabs-tabs li {
  padding: 0px !important;
  display: flex;
  min-height: 60px;
  vertical-align: middle;
}

.view-dose-response-experiments.view-display-id-experiments_tabs ul.quicktabs-tabs li a {
  text-align: center;
  padding: 20px;
  height: auto;
  color: #303030;
  width: 100%;
}

.view-dose-response-experiments.view-display-id-experiments_tabs ul.quicktabs-tabs {
    display: flex;
    flex-direction: column;
    border: 1px solid #e4ffff;
    background: #FDFFFF;
    border-radius: 10px;
    margin-right: -1px;
    z-index: 5;
    position: relative;
}

.view-dose-response-experiments.view-display-id-experiments_tabs .quicktabs-wrapper {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}

.view-dose-response-experiments.view-display-id-experiments_tabs .quicktabs-tabpage {
    padding: 40px;
    border: 1px solid #e4ffff;
    background: #FDFFFF;
    border-radius: 10px;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(227,227,227,0.7));
  filter: drop-shadow(0px 2px 5px rgba(227,227,227,0.7));
}

.txt-reference {
  font-size: 12px !important;
  color: #1ccccc;
  vertical-align: super;
}

.view-pathogen-dose-response-experiments.view-id-pathogen_dose_response_experiments tr.odd {
  background-color: #ECFFFE;
}

.view-pathogen-dose-response-experiments.view-id-pathogen_dose_response_experiments tr.odd td.sorting_1 {
  background-color: #dbf7f7;
}

.view-pathogen-dose-response-experiments.view-id-pathogen_dose_response_experiments tr.even td.sorting_1 {
  background-color: #EAFDFF;
}

.view-pathogen-dose-response-experiments.view-id-pathogen_dose_response_experiments .views-field.views-field-field-experiment-id-text a {
  color: #1ccccc;
  font-weight: bold;
}

.toolbar-menu-administration > .toolbar-menu > .menu-item.menu-item--active-trail > .toolbar-icon::after, .toolbar-menu-administration > .toolbar-menu > .menu-item:hover > .toolbar-icon::after {
    left: 3px !important;
}

.path-frontpage .secondary-right-item {
    min-height: 275px !important;
}

.book-navigation .menu {
    border-top: 1px solid #888;
    padding: 1em 0 0 3em; /* LTR */
  }
  .book-navigation .page-links {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    text-align: center;
    padding: 0.5em;
    margin-bottom:20px;
  }
  .book-navigation .page-previous {
    text-align: left;
    width: 42%;
    display: block;
    float: left; /* LTR */
  }
  .book-navigation .page-up {
    margin: 0 5%;
    width: 4%;
    display: block;
    float: left; /* LTR */
  }
  .book-navigation .page-next {
    text-align: right;
    width: 42%;
    display: block;
    float: right;
  }

  .path-resources .alert-error, .path-exposure-assessment .alert-error {
    display: none !important;
  }

  .path-resources ul.inline li a {
    font-size: 12px;
    float: left;
    margin-right: 10px;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #ccc;
    text-underline-offset: 2px;
}


.page-item .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size:20px;
}

.page-item:last-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.page-item:first-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
    z-index: 3;
    color: #fff !important;
    background-color: #1ccccc;
    border-color: #1ccccc;
    cursor: default;
}

.form--inline .form-actions {
    clear: right;
}

#edit-submit-key-material {
    height: 45px !important;
}

select.facets-dropdown {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.block-views-exposed-filter-blockcase-studies-page-1 .form--inline {
    display: flex;
    align-items: end;
    align-content: center;
    flex-wrap: wrap;
    width: 100% !important;
    justify-content: center;
}


.block-views-exposed-filter-blockcase-studies-page-1 .form-item-search-api-fulltext {
    display:block;
    float: none !important;
    max-width: 320px;
}

.citeproc-title {
    font-weight:bold;
}

#block-qmra-boot-exposedformpathogenspage-1{
    border: 1px solid #ccc;
    padding: 30px;  
    border-radius: 20px;
    margin-top: 70px;
}

#block-qmra-boot-exposedformpathogenspage-1 legend {
    margin-bottom: 15px;
}


.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_table tr.odd {
    background-color: #ECFFFE;
}

.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_table tr.odd td.sorting_1 {
    background-color: #dbf7f7 !important;
}

.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_table tr.even td.sorting_1 {
    background-color: #EAFDFF;
}

.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_table .views-field.views-field-field-experiment-id-text a {
    color: #1ccccc;
}


.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_tabs a{
    color: #1ccccc;
}

.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_tabs .views-label {
    font-weight:bold;
}

.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_tabs .views-field {
    margin-bottom:20px !important;
    width: 45%;
    display: inline-block;
}

.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_tabs .views-field-field-description {
    width:100% !important;
    display:block;
}

.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_tabs .views-field.views-field-field-preferred-model {
    width: 100%;
}

.view-dose-response-experiments.view-display-id-experiments_tabs.view-display-id-experiments_tabs .views-field-field-preferred-model span{
  background: rgba(28,204,204,.76); 
  background: -webkit-linear-gradient(rgba(47,140,236,.76), rgba(28,204,204,.76)); 
  background: -o-linear-gradient(rgba(47,140,236,.76), rgba(28,204,204,.76)); 
  background: -moz-linear-gradient(rgba(47,140,236,.76), rgba(28,204,204,.76)); 
  background: linear-gradient(rgba(47,140,236,.76), rgba(28,204,204,.76)); 
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.view-dose-response-experiments.view-id-dose_response_experiments.view-display-id-best_fit_models {
    margin-top: 50px;
}

.page-node-type-book .view-id-pathogens .views-exposed-form {
    display: none;
} 

.bibcite-bottom-references ul li {
    color: #423850;
}

.view:not(.view-id-key_material) .dataTable .bibcite-citation {
    font-size:11px !important;
}

.field-group-table {
    margin-bottom:60px;
}

.field-group-table label{
    font-family: PNR;
  font-size: 16px;
}

figure.caption-drupal-entity {
display: table;
  width: 100%;
  margin-bottom: 30px;
}

.view-case-studies .views-field-title a {
	color: #28b2b2 !important;
}