.view-my-datasets {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.view-my-datasets .view-header {
  margin: 20px 0;
}
.view-my-datasets .views-field-view-node a,
.view-my-datasets .views-field-edit-node a,
.view-my-datasets .views-field-submit-for-curation a {
  color: #333333;
  border: 1px solid #ccc;
  padding: 6px 12px;
  background: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 4px;
  line-height: 1.8;
  white-space: nowrap;
}
.view-my-datasets .views-field-view-node a .glyphicon,
.view-my-datasets .views-field-edit-node a .glyphicon,
.view-my-datasets .views-field-submit-for-curation a .glyphicon {
  margin-left: 5px;
  font-size: 12px;
}
.view-my-datasets .views-field-view-node a:hover,
.view-my-datasets .views-field-edit-node a:hover,
.view-my-datasets .views-field-submit-for-curation a:hover,
.view-my-datasets .views-field-view-node a:focus,
.view-my-datasets .views-field-edit-node a:focus,
.view-my-datasets .views-field-submit-for-curation a:focus {
  box-shadow: inset 0px 2px 2px 0px rgba(50, 50, 50, 0.4);
  background-color: #e6e6e6;
  text-decoration: none;
}
.path-user.user-logged-in .region-content .form-item,
.path-user.user-logged-in .region-content .field {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.path-user.user-logged-in .region-content .form-item h4.label,
.path-user.user-logged-in .region-content .field h4.label,
.path-user.user-logged-in .region-content .form-item .field--label,
.path-user.user-logged-in .region-content .field .field--label {
  display: block;
  padding: 0;
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
}
.toolbar-tray a,
.toolbar-tray a:visited {
  color: #565656;
}
.cf {
  content: "";
  display: table;
  clear: both;
}
.tabs--primary {
  margin-bottom: 1em;
}
.path-frontpage .block-field-blocknodepagebody {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 991px) {
  .path-frontpage #block-nrelsearchapipageblock,
  .path-frontpage #block-browsealldata,
  .path-frontpage #block-nrel-datasets-bootstrap-submitdatasets {
    width: 50%;
    float: left;
    padding-right: 2em;
  }
  .path-frontpage #block-nrelsearchapipageblock .content a:link,
  .path-frontpage #block-browsealldata .content a:link,
  .path-frontpage #block-nrel-datasets-bootstrap-submitdatasets .content a:link,
  .path-frontpage #block-nrelsearchapipageblock .content a:visited,
  .path-frontpage #block-browsealldata .content a:visited,
  .path-frontpage #block-nrel-datasets-bootstrap-submitdatasets .content a:visited,
  .path-frontpage #block-nrelsearchapipageblock .content a:hover,
  .path-frontpage #block-browsealldata .content a:hover,
  .path-frontpage #block-nrel-datasets-bootstrap-submitdatasets .content a:hover,
  .path-frontpage #block-nrelsearchapipageblock .content a:active,
  .path-frontpage #block-browsealldata .content a:active,
  .path-frontpage #block-nrel-datasets-bootstrap-submitdatasets .content a:active {
    color: white;
    text-decoration: underline;
  }
  .path-frontpage #block-nrelsearchapipageblock .content a:hover,
  .path-frontpage #block-browsealldata .content a:hover,
  .path-frontpage #block-nrel-datasets-bootstrap-submitdatasets .content a:hover,
  .path-frontpage #block-nrelsearchapipageblock .content a:active,
  .path-frontpage #block-browsealldata .content a:active,
  .path-frontpage #block-nrel-datasets-bootstrap-submitdatasets .content a:active {
    color: white;
    text-decoration: none;
  }
  .path-frontpage #block-browsealldata:after {
    content: "";
    display: table;
    clear: both;
  }
}
.node-dataset-edit-form .resource-empty,
.node-dataset-form .resource-empty {
  margin-bottom: 15px;
  font-style: italic;
}
.node-dataset-edit-form .panel .panel-heading .panel-title,
.node-dataset-form .panel .panel-heading .panel-title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 10px;
  margin: 0;
}
.node-dataset-edit-form .paragraphs-description .paragraphs-content-wrapper::after,
.node-dataset-form .paragraphs-description .paragraphs-content-wrapper::after,
.node-dataset-edit-form .paragraphs-description .paragraphs-plugin-wrapper::after,
.node-dataset-form .paragraphs-description .paragraphs-plugin-wrapper::after,
.node-dataset-edit-form .paragraphs-collapsed-description::after,
.node-dataset-form .paragraphs-collapsed-description::after {
  content: none !important;
}
.node-dataset-edit-form .paragraphs-dropdown-actions button,
.node-dataset-form .paragraphs-dropdown-actions button {
  color: #333333;
}
.node-dataset-edit-form .paragraphs-dropdown-actions button:hover,
.node-dataset-form .paragraphs-dropdown-actions button:hover {
  background: #e3e6e8;
}
.node-dataset-edit-form .author-lookup-link,
.node-dataset-form .author-lookup-link {
  cursor: pointer;
  text-decoration: underline;
  color: #337ab7;
}
.node-dataset-edit-form .form-required:after,
.node-dataset-form .form-required:after {
  vertical-align: baseline;
}
.node-dataset-edit-form fieldset.form-type-vertical-tabs,
.node-dataset-form fieldset.form-type-vertical-tabs {
  display: none;
}
@media (min-width: 768px) {
  .node-dataset-edit-form .field-group-fieldset.two-col > .panel-body > .form-group,
  .node-dataset-form .field-group-fieldset.two-col > .panel-body > .form-group,
  .node-dataset-edit-form .field-group-fieldset.three-col > .panel-body > .form-group,
  .node-dataset-form .field-group-fieldset.three-col > .panel-body > .form-group {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid-column;
  }
  .node-dataset-edit-form .field-group-fieldset.two-col > .panel-body,
  .node-dataset-form .field-group-fieldset.two-col > .panel-body {
    columns: 2;
  }
  .node-dataset-edit-form .field-group-fieldset.three-col > .panel-body,
  .node-dataset-form .field-group-fieldset.three-col > .panel-body {
    columns: 3;
  }
}
.node-dataset-edit-form .paragraph-type-label,
.node-dataset-form .paragraph-type-label {
  font-weight: bold;
}
.node-dataset-edit-form #edit-field-terms-value--description,
.node-dataset-form #edit-field-terms-value--description {
  max-height: 135px;
  overflow: scroll;
}
.node-dataset-edit-form .field--name-field-link .panel,
.node-dataset-form .field--name-field-link .panel {
  border: none;
  background: none;
}
.node-dataset-edit-form .field--name-field-link .panel .panel-heading,
.node-dataset-form .field--name-field-link .panel .panel-heading {
  display: none;
}
.node-dataset-edit-form .field--name-field-link .panel .panel-body,
.node-dataset-form .field--name-field-link .panel .panel-body {
  padding: 0;
}
@media (min-width: 768px) {
  .node-dataset-edit-form .field--name-field-link .panel .panel-body,
  .node-dataset-form .field--name-field-link .panel .panel-body {
    columns: 2;
  }
}
.node-dataset-edit-form .field--widget-paragraphs .field-add-more-submit,
.node-dataset-form .field--widget-paragraphs .field-add-more-submit,
.node-dataset-edit-form .field--widget-entity-reference-paragraphs .field-add-more-submit,
.node-dataset-form .field--widget-entity-reference-paragraphs .field-add-more-submit {
  margin: 10px 10px 0 0;
}
.node-dataset-edit-form .field--widget-paragraphs .field-multiple-table,
.node-dataset-form .field--widget-paragraphs .field-multiple-table,
.node-dataset-edit-form .field--widget-entity-reference-paragraphs .field-multiple-table,
.node-dataset-form .field--widget-entity-reference-paragraphs .field-multiple-table {
  margin-bottom: 0 !important;
}
.node-dataset-edit-form .field--widget-paragraphs .paragraph-type-top,
.node-dataset-form .field--widget-paragraphs .paragraph-type-top,
.node-dataset-edit-form .field--widget-entity-reference-paragraphs .paragraph-type-top,
.node-dataset-form .field--widget-entity-reference-paragraphs .paragraph-type-top {
  padding: 0 15px 0 0;
}
.node-dataset-edit-form .field--widget-paragraphs .paragraphs-subform,
.node-dataset-form .field--widget-paragraphs .paragraphs-subform,
.node-dataset-edit-form .field--widget-entity-reference-paragraphs .paragraphs-subform,
.node-dataset-form .field--widget-entity-reference-paragraphs .paragraphs-subform {
  padding: 0 15px 15px 0;
}
@media (max-width: 767px) {
  .node-dataset-edit-form .field--widget-paragraphs .table-responsive > .table > tbody > tr > td,
  .node-dataset-form .field--widget-paragraphs .table-responsive > .table > tbody > tr > td,
  .node-dataset-edit-form .field--widget-entity-reference-paragraphs .table-responsive > .table > tbody > tr > td,
  .node-dataset-form .field--widget-entity-reference-paragraphs .table-responsive > .table > tbody > tr > td {
    white-space: normal !important;
  }
}
.node-dataset-edit-form #edit-actions .form-submit,
.node-dataset-form #edit-actions .form-submit,
.node-dataset-edit-form .field-add-more-submit,
.node-dataset-form .field-add-more-submit {
  border-color: #0079c2;
  background: #337ab7;
  color: #fff;
}
.node-dataset-edit-form #edit-actions .form-submit:hover,
.node-dataset-form #edit-actions .form-submit:hover,
.node-dataset-edit-form .field-add-more-submit:hover,
.node-dataset-form .field-add-more-submit:hover,
.node-dataset-edit-form #edit-actions .form-submit:focus,
.node-dataset-form #edit-actions .form-submit:focus,
.node-dataset-edit-form .field-add-more-submit:focus,
.node-dataset-form .field-add-more-submit:focus {
  background: #286090;
}
@media (min-width: 767px) {
  .node-dataset-edit-form .field--name-field-author-information .paragraphs-subform,
  .node-dataset-form .field--name-field-author-information .paragraphs-subform {
    columns: 3;
  }
  .node-dataset-edit-form .field--name-field-author-information .paragraphs-subform > .form-group,
  .node-dataset-form .field--name-field-author-information .paragraphs-subform > .form-group {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
  }
}
.node-dataset-edit-form .field-email-wrapper,
.node-dataset-form .field-email-wrapper {
  position: relative;
}
.node-dataset-edit-form .field-email-wrapper input,
.node-dataset-form .field-email-wrapper input {
  padding-right: 5em;
}
.node-dataset-edit-form .field-email-wrapper .author-lookup-link,
.node-dataset-form .field-email-wrapper .author-lookup-link {
  position: absolute;
  top: -12px;
  right: 0.8em;
  background: blue;
  text-decoration: none;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
}
fieldset.form-item legend {
  font-size: 16px;
  line-height: 1.65;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: none;
}
.form-group[required="required"] > .form-item > .control-label:after,
.form-required:after {
  content: "(Required)";
  background: none;
  width: auto;
  display: inline-block;
  margin-left: 5px;
  color: red;
  font-weight: 400;
  font-size: 12px;
}
.form-group[required="required"] > .form-item > .control-label .fieldset-legend.form-required:after,
.form-required .fieldset-legend.form-required:after {
  content: none;
}
.main-container {
  margin-top: 1em;
  padding-bottom: 5em;
}
.view-submissions {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.view-submissions .view-header {
  margin-bottom: 2em;
}
.view-submissions .views-field-dataset-resource-count,
.view-submissions .views-field-nid {
  text-align: center;
}
.view-submissions .views-field-title {
  width: 66%;
}
.view-submissions .tablesort {
  margin-top: 5px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .navbar-collapse .region-navigation-collapsible {
    text-align: right;
    width: 100%;
  }
  .navbar-collapse nav {
    display: inline-block;
    vertical-align: middle;
    margin-left: -0.25em;
  }
}
.navbar-collapse .menu--account > li > a {
  color: #337ab7;
}
div.autocomplete-deluxe-container,
div.autocomplete-deluxe-multiple {
  background: #fff;
  padding: 0;
}
div.autocomplete-deluxe-container input.autocomplete-deluxe-form,
div.autocomplete-deluxe-multiple input.autocomplete-deluxe-form {
  background: none;
  box-shadow: none !important;
  border: none;
}
div.autocomplete-deluxe-container .autocomplete-deluxe-item,
div.autocomplete-deluxe-multiple .autocomplete-deluxe-item {
  padding: 9px 30px 9px 9px;
}
div.autocomplete-deluxe-container .autocomplete-deluxe-item .autocomplete-deluxe-item-delete,
div.autocomplete-deluxe-multiple .autocomplete-deluxe-item .autocomplete-deluxe-item-delete {
  top: 9px;
  right: 5px;
}
ul.ui-autocomplete {
  padding: 5px;
}
ul.ui-autocomplete li.ui-menu-item {
  padding: 0;
}
.facet-link {
  border-radius: 3px;
  display: block;
  color: #638421;
  background: #CDE69C;
  border: 1px solid #A5D24A;
  padding: 6px 8px 5px 8px;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.facet-link:visited {
  color: #638421;
}
.facet-link:hover,
.facet-link:focus {
  color: darkgreen;
  background-color: #bcd688;
  text-decoration: none;
}
.facet-link a.facet-link-remove {
  margin-left: 8px;
  display: inline-block;
  color: #638421;
}
.facet-link a.facet-link-remove:hover,
.facet-link a.facet-link-remove:focus {
  color: #000;
  text-decoration: none;
}
.facet-link.facet-link-clear {
  background: #fff;
  border: 1px solid #888;
  color: #aaa;
}
.facet-link.facet-link-clear:hover,
.facet-link.facet-link-clear:focus {
  color: #fff;
  background: #888;
}
.facet-links {
  display: block !important;
  margin-top: 0.7em;
}
.facet-links .facet-link-wrapper {
  display: inline-block;
  margin: 0 4px 4px 0;
}
.modal {
  z-index: 9999;
}
.modal .modal-header .modal-title {
  padding: 0;
  border: none;
}
.modal .modal-body {
  overflow: auto !important;
  overflow-y: auto !important;
  overflow-x: auto !important;
}
.block-dataset-archived-alert-block,
.block-author-moderation-block {
  padding: 15px;
  background: #fcf8e3;
  color: #8a6d3b;
  border: 1px solid #faebcc;
  margin-bottom: 20px;
  border-radius: 4px;
}
article.node--type-dataset {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
article.node--type-dataset .field {
  margin-bottom: 1.5em;
}
article.node--type-dataset .field .field__label,
article.node--type-dataset .field .field--label {
  font-size: 1.3em;
  color: #337ab7;
  font-weight: 400;
  margin-bottom: 4px;
}
article.node--type-dataset .field--name-field-keywords .field__item {
  display: inline-block;
  margin: 0 4px 4px 0;
}
article.node--type-dataset .field--name-field-keywords .field__item a {
  border-radius: 3px;
  display: block;
  color: #638421;
  background: #CDE69C;
  border: 1px solid #A5D24A;
  padding: 6px 8px 5px 8px;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
article.node--type-dataset .field--name-field-keywords .field__item a:visited {
  color: #638421;
}
article.node--type-dataset .field--name-field-keywords .field__item a:hover,
article.node--type-dataset .field--name-field-keywords .field__item a:focus {
  color: darkgreen;
  background-color: #bcd688;
  text-decoration: none;
}
article.node--type-dataset .field--name-field-keywords .field__item a a.facet-link-remove {
  margin-left: 8px;
  display: inline-block;
  color: #638421;
}
article.node--type-dataset .field--name-field-keywords .field__item a a.facet-link-remove:hover,
article.node--type-dataset .field--name-field-keywords .field__item a a.facet-link-remove:focus {
  color: #000;
  text-decoration: none;
}
article.node--type-dataset .field--name-field-keywords .field__item a.facet-link-clear {
  background: #fff;
  border: 1px solid #888;
  color: #aaa;
}
article.node--type-dataset .field--name-field-keywords .field__item a.facet-link-clear:hover,
article.node--type-dataset .field--name-field-keywords .field__item a.facet-link-clear:focus {
  color: #fff;
  background: #888;
}
article.node--type-dataset .field--name-submitted .submitted-date {
  display: inline-block;
  margin-right: 1em;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #555555;
  border-radius: 5px;
  text-transform: uppercase;
}
article.node--type-dataset .field--name-submitted .submitted-date span {
  text-align: center;
  display: block;
}
article.node--type-dataset .field--name-submitted .submitted-date span.month,
article.node--type-dataset .field--name-submitted .submitted-date span.year {
  background: #555555;
  color: #fff;
  font-size: 0.7em;
  line-height: 0.85em;
}
article.node--type-dataset .field--name-submitted .submitted-date span.month {
  padding: 2px 6px 3px;
}
article.node--type-dataset .field--name-submitted .submitted-date span.year {
  padding: 3px 6px;
}
article.node--type-dataset .field--name-submitted .submitted-date span.number {
  font-size: 1.5em;
  font-weight: 300;
  color: #555555;
  padding: 3px 6px;
}
article.node--type-dataset .field--name-submitted .submitted-contact {
  display: inline-block;
  vertical-align: top;
}
article.node--type-dataset .field--name-submitted .submitted-contact .lead {
  margin: 0;
}
article.node--type-dataset .field--name-submitted .submitted-contact .submitted-contact-meta .submitted-contact-meta-item {
  display: inline-block;
  margin-right: 10px;
}
article.node--type-dataset .field--name-submitted .submitted-contact .submitted-contact-meta .submitted-contact-meta-item .glyphicon {
  color: #777777;
  top: 2px;
}
article.node--type-dataset .field--name-license blockquote span {
  display: inline-block;
  vertical-align: top;
}
article.node--type-dataset .field--inline {
  display: inline-block;
  margin-right: 10px;
}
article.node--type-dataset label.text-muted {
  font-weight: 400;
}
article.node--type-dataset .field--name-field-data-resource table .resource-name {
  width: 30%;
  overflow: hidden;
}
article.node--type-dataset .field--name-field-data-resource table .resource-name a {
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  article.node--type-dataset .field--name-field-data-resource table {
    table-layout: fixed;
    width: 100%;
  }
  article.node--type-dataset .field--name-field-data-resource table tbody tr.expandable .resource-description {
    padding-right: 30px;
    position: relative;
  }
  article.node--type-dataset .field--name-field-data-resource table tbody tr.expandable .resource-description:after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 6px;
    font-weight: bold;
    color: #337ab7;
    cursor: pointer;
  }
  article.node--type-dataset .field--name-field-data-resource table tbody tr.expandable.expanded .resource-description {
    white-space: normal;
  }
  article.node--type-dataset .field--name-field-data-resource table tbody tr.expandable.expanded .resource-description:after {
    content: "-";
  }
  article.node--type-dataset .field--name-field-data-resource table tbody tr.expandable.expanded .resource-name a {
    white-space: normal;
    word-wrap: break-word;
  }
  article.node--type-dataset .field--name-field-data-resource table .resource-description {
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  article.node--type-dataset .field--name-field-data-resource table .resource-history .btn-info {
    width: 100%;
  }
}
article.node--type-dataset .modal.modal--data-resource .modal-dialog {
  max-width: 80%;
}
article.node--type-dataset .modal.modal--data-resource .modal-content {
  height: auto;
  min-height: 100%;
}
article.node--type-dataset .modal.modal--data-resource .modal-content table .resource-version {
  white-space: normal;
  width: 6%;
  text-align: center;
}
article.node--type-dataset .modal.modal--data-resource .modal-content table .resource-name {
  width: 21%;
}
article.node--type-dataset .modal.modal--data-resource .modal-content table .resource-size {
  width: 6%;
}
article.node--type-dataset .modal.modal--data-resource .modal-content table .resource-type {
  width: 8%;
}
article.node--type-dataset .modal.modal--data-resource .modal-content table .resource-description {
  white-space: normal;
  width: 29%;
}
article.node--type-dataset .modal.modal--data-resource .modal-content table .resource-notes {
  white-space: normal;
  width: 29%;
}
article.node--type-dataset .modal.modal--data-resource .modal-content table .resource-date {
  width: 9%;
}
article.contextual-region.page.full {
  clear: both;
}
.tooltip .tooltip-inner {
  word-break: break-word;
}
.facets-widget-links ul.js-facets-links {
  padding: 0;
  margin: 0;
}
.facets-widget-links ul.js-facets-links li.facet-item {
  display: block;
  padding: 0;
  margin: 0;
}
.facets-widget-links ul.js-facets-links li.facet-item a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  padding: 5px 30px 5px 10px;
  border-bottom: 1px solid #ddd;
  display: block;
}
.facets-widget-links ul.js-facets-links li.facet-item a .js-facet-deactivate {
  display: none;
}
.facets-widget-links ul.js-facets-links li.facet-item a:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-weight: bold;
}
.facets-widget-links ul.js-facets-links li.facet-item a:hover:after {
  opacity: 1;
}
.facets-widget-links ul.js-facets-links li.facet-item a.is-active {
  background: #96aabd;
  color: #fff;
}
.facets-widget-links ul.js-facets-links li.facet-item a.is-active:after {
  content: "-";
}
.facets-widget-links ul.js-facets-links li.facet-item a.is-active .resource-notes {
  width: 25%;
}
.facets-widget-links ul.js-facets-links li.facet-item:last-child a {
  border-bottom: none;
}
#search-api-page-block-form-search .form-type-search,
#search-api-page-block-form-search-page .form-type-search,
#search-api-page-block-form-search-database .form-type-search {
  width: 240px;
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 340px) {
  #search-api-page-block-form-search .form-type-search,
  #search-api-page-block-form-search-page .form-type-search,
  #search-api-page-block-form-search-database .form-type-search,
  #search-api-page-block-form-search .form-actions,
  #search-api-page-block-form-search-page .form-actions,
  #search-api-page-block-form-search-database .form-actions {
    width: 100%;
  }
  #search-api-page-block-form-search .form-actions .btn,
  #search-api-page-block-form-search-page .form-actions .btn,
  #search-api-page-block-form-search-database .form-actions .btn {
    width: 100%;
    margin: 0;
  }
}
.search-result {
  margin-bottom: 2em;
}
.search-result .search-snippet {
  margin-bottom: 0.3em;
}
.search-result .search-keywords {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 0.2em;
}
.search-result .search-keywords .search-keyword {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0.1em 0.35em 0;
  display: inline-block;
  padding: 3px 5px;
  color: #666;
  vertical-align: top;
  white-space: nowrap;
  border: 1px solid #ddd;
  background-color: #eeeeee;
  border-radius: 2px;
}
.search-result .search-author {
  font-style: italic;
  color: #777777;
}
.dataset.comments > h2 {
  display: none;
}
.dataset.comments .comment {
  margin-bottom: 1.5em;
}
.dataset.comments .comment > .content > h3 {
  margin-bottom: 0.2em;
}
.dataset.comments .comment .comment__meta {
  color: #b3b4b4;
}
.dataset.comments .comment .field--name-comment-body {
  margin-bottom: 0;
}
#block-sortbysearch {
  float: right;
  margin-top: 5px;
  min-width: 245px;
}
@media (max-width: 991px) {
  #block-sortbysearch {
    float: none;
    margin: 0 0 15px;
  }
}
#block-sortbysearch h2.block-title {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  color: #777777;
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#block-sortbysearch ul.search-api-sorts {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#block-sortbysearch ul.search-api-sorts li {
  display: inline-block;
  margin-left: 10px;
  font-weight: 300;
}
#block-sortbysearch ul.search-api-sorts li a {
  color: #777777;
}
#block-sortbysearch ul.search-api-sorts li a:hover,
#block-sortbysearch ul.search-api-sorts li a:visited,
#block-sortbysearch ul.search-api-sorts li a:focus {
  text-decoration: none;
  color: #777777;
}
#block-sortbysearch ul.search-api-sorts li a.is-active {
  border-bottom: 2px solid #777777;
}
@media (max-width: 767px) {
  .region-sidebar-first {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
  }
}
.home-page-hero {
  background: url("../images/nrel-header-opt2-blue-darker.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  color: white;
  padding: 30px;
  margin-bottom: 30px;
}
.home-page-hero h2.block-title {
  color: #ffffff;
}
.home-page-hero .btn-primary {
  background-color: #0B008B;
}
.tooltip {
  z-index: 10000;
}
.mark-as-deprecated {
  text-decoration: line-through;
}
.mark-as-deprecated:before {
  content: "Deprecated";
  display: inline-block;
  text-decoration: none;
  background: #d9534f;
  border-radius: 6px;
  padding: 6px;
  color: white;
  margin-right: 10px;
  font-size: 12px;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
#footer .col-sm-5 img {
  height: 53px;
  width: 145px;
}
