html {
  overflow-x: hidden;
}

body {
  background-color: #fff;
  font-size: 1em;
  font-family: 'Arial', sans-serif;
  font-weight: normal;
  color: #333;
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 1000px;
  width: 100vw;
}

p {
  color: #333;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65
}

blockquote {
  font-family: 'Arial', sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
  border-left: 10px solid #fdd52e;
  padding: 10px;
  background: #ffff99;
}

a {
  color: #0a87d3;
  text-decoration: none
}

a:hover,
a:focus,
a:active {
  color: #c60;
  text-decoration: none;
}

a .btn-default {
  background: #fff;
  color: #000;
  text-decoration: none;
  line-height: 1.8;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.moduletable {
  font-family: 'Montserrat', sans-serif;
  background: transparent
}

.moduletable h3 {
  color: #ffc423;
  font-size: 1.35em;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0.8em;
  text-transform: uppercase;
  width: auto;
  background: #000000;
  border-bottom: 5px solid #0079c2
}

.moduletable div {
  padding: 1em 0.8em 1.5em;
  margin: 0px
}

.moduletable div div {
  padding: 0px
}

#nrelWholePage {
  width: 100%;
  margin: 0px;
  padding: 0px;
  min-height: calc(100vh - 150px);
}

.nrelInnerPage {

  overflow: hidden;
  margin: 0px auto;
  padding: 0px
}

#nrelTopMsg,
#nrelSpecialBottom {
  background: #ffc423;
  color: #000;
  text-align: center
}

#nrelBreadcrumbs {
  margin-bottom: 15px;
  box-shadow: 0px 1px 3px #CCCCCC;
}

#nrelBreadcrumbs div .moduletable {
  margin-bottom: 0px
}

#nrelBreadcrumbs div ul.breadcrumb {
  padding-left: 0px;
  background: transparent;
  margin-bottom: 0px
}

#nrelBreadcrumbs div ul.breadcrumb li a {
  background: transparent;
  color: #c60;
  text-decoration: none
}

.navbar-brand img {
  height: 100px;
  width: 200px;
}

#nrelBreadcrumbs div ul.breadcrumb li a:hover,
#nrelBreadcrumbs div ul.breadcrumb li a:active {
  color: #ff8400;
  text-decoration: underline
}

#nrelBreadcrumbs div ul.breadcrumb li:nth-child(1) {
  display: none
}

#nrelBreadcrumbs div ul.breadcrumb li:nth-child(2) a {
  /*background: transparent url("../images/homeIcon.png") left center no-repeat;*/
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
}

#nrelBreadcrumbs div ul.breadcrumb li:nth-child(2) a::after {
  position: absolute;
  content: "\f015";
  font-family: "FontAwesome";
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 18px;
}

#nrelBreadcrumbs div ul.breadcrumb li:nth-child(2) a span {
  display: none
}

#nrelBreadcrumbs div ul.breadcrumb li:nth-child(2) a:hover,
#nrelBreadcrumbs div ul.breadcrumb li:nth-child(2) a:active {
  background-position: right center
}

#nrelBreadcrumbs div ul.breadcrumb li > .divider {
  height: 16px;
}

#nrelBreadcrumbs div ul.breadcrumb li > .divider img {
  padding-bottom: 4px;
}

#nrelTopNav {
  width: 100%;
  background-color: #5c5e5c;
  font-family: 'Monsterrat' sans-serif;
  color: #929693;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: right;
  overflow: visible
}

#nrelTopNav ul.nav {
  margin: 0px;
  padding: 0px
}

#nrelTopNav ul.nav li {
  display: inline-block;
  margin: 0px;
  padding: 0px
}

#nrelTopNav ul.nav li a {
  color: #929693;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 0.8em;
  padding-right: 0.8em;
  background: transparent;
  border-width: 3px 0px 0px 0px;
  border-style: solid;
  border-color: transparent;
  display: block;
  border-radius: 0px;
  margin: 0px;
}

#nrelTopNav ul.nav li a:hover {
  background-color: #929693;
  color: #5c5e5c;
}

#nrelTopNav ul.nav li.active a,
#nrelTopNav ul.nav li.alias-parent-active a {
  border-width: 3px 0px 0px 0px;
  text-align: center
}

#nrelTopNav ul.nav li.active ul li a,
#nrelTopNav ul.nav li.alias-parent-active ul li a {
  border-top: 0px transparent none
}

#nrelTopNav ul.nav li.active ul li.active a,
#nrelTopNav ul.nav li.alias-parent-active ul li.active a {
  background: #929693;
  border-width: 3px 0px 0px 0px;
  border-style: solid;
  border-color: #62d2ff;
  text-align: center
}

#nrelTopNav ul.nav li.deeper ul {
  display: none;
  float: none;
  background: #5e6a71;
  width: auto
}

#nrelTopNav ul.nav li.deeper ul li {
  display: block;
  width: 100%
}

#nrelTopNav ul.nav li.deeper ul li a {
  display: block;
  background: #5e6a71;
  border-bottom: 1px solid #4b545a;
  text-align: center;
  width: auto
}

#nrelTopNav ul.nav li.deeper ul li a:hover {
  background: #0b5e90
}

#nrelTopNav ul.nav li.deeper:hover ul {
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  right: auto
}



/*
===================================================
FOOTER STARTS HERE
===================================================
*/


.nrel-footer-wrapper {
  height: 100%;
  width: 100vw;
  background-color: inherit;
  position: relative;
}

.nrel-footer {
  background-color: #e3e6e8;
  width: 100%;
  position: static;
  bottom: 0;
  left: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding-top: 3em;
  padding-bottom: 5em;
  line-height: 1.5;
}

.nrel-footer h3,
.nrel-footer p,
.nrel-footer a {
  font-weight: 400;
}

.nrel-footer a:hover {
  color: #c60;
  text-decoration: underline;
}

.nrel-footer h3 {
  border-bottom: 1px solid #5a5b5b;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 20px;
}

.nrel-footer ul {
  list-style: none;
  margin: 0;
}

.nrel-footer ul li {
  line-height: 1.25em;
  margin-bottom: 0.55em;
}

.nrel-footer a {
  text-decoration: none;
  color: #000;
}

.nrel-footer .social {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.nrel-footer .doe-logo-img {
  cursor: pointer;
  width: 100px;
  height: 65px;
  fill: #202020;
}

.nrel-attr {
  font-size: 10px;
  margin-bottom: 1rem;
}

.nrel-footer-container {
  margin: auto;
  max-width: 540px;
  padding: 0 15px;
}

@media (min-width: 576px) {
  .nrel-footer-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .nrel-footer-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .nrel-footer h3 {
    margin-top: 0;
  }

  .nrel-footer .social {
    max-width: 70%;
  }

  .nrel-footer .social li {
    margin-right: 1em;
    margin-bottom: 1em;
    width: 15px;
  }

  .nrel-footer .nrel-footer-container {
    max-width: 960px;
    display: grid;
    grid-template-columns: 1fr 1fr 3fr 1fr;
    grid-template-areas: "nrel-column home-column research-column follow-column";
  }

  .nrel-footer .nrel-column,
  .nrel-footer .home-column,
  .nrel-footer .research-column,
  .nrel-footer .follow-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nrel-footer .nrel-column {
    grid-area: nrel-column;
    border-right: 1px solid #5a5b5b;
    height: 94%;
  }

  .nrel-footer .home-column {
    grid-area: home-column;
  }

  .nrel-footer .research-column > div {
    grid-area: research-column;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
  }

  .nrel-footer .follow-column {
    grid-area: follow-column;
  }
}

@media (min-width: 1200px) {
  .nrel-footer .nrel-footer-container {
    max-width: 1140px;
  }

  .nrel-footer .info-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
}


/*
===================================================
FOOTER ENDS HERE
===================================================
*/

#nrelTopArea1>.nrelInnerPage,
#nrelTopArea2>.nrelInnerPage,
#nrelTopArea3>.nrelInnerPage,
#nrelBottomArea1>.nrelInnerPage,
#nrelBottomArea2>.nrelInnerPage,
#nrelBottomArea3>.nrelInnerPage,
#nrelFooterLeft>.nrelInnerPage,
#nrelFooterCenter>.nrelInnerPage,
#nrelFooterRight>.nrelInnerPage {
  display: flex;
  justify-content: space-between;
  align-items: stretch
}

#nrelTopArea1>.nrelInnerPage>div,
#nrelTopArea2>.nrelInnerPage>div,
#nrelTopArea3>.nrelInnerPage>div,
#nrelBottomArea1>.nrelInnerPage>div,
#nrelBottomArea2>.nrelInnerPage>div,
#nrelBottomArea3>.nrelInnerPage>div,
#nrelFooterLeft>.nrelInnerPage>div,
#nrelFooterCenter>.nrelInnerPage>div,
#nrelFooterRight>.nrelInnerPage>div {
  display: inline-block;
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 5px
}

.nrelModuleCount1>div {
  width: 100%
}

.nrelModuleCount2>div {
  width: 49%
}

.nrelModuleCount3>div {
  width: 32%
}

.nrelModuleCount4>div {
  width: 24%
}

.nrelModuleCount5>div {
  width: 19%
}

.nrelModuleCount6>div {
  width: 16%
}


#nrelMainContent h1,
#nrelMainContent h2,
#nrelMainContent h3,
#nrelMainContent h4,
#nrelMainContent h5,
#nrelMainContent h6 {
  margin: 20px 0px 20px 0px;
  hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  font-family: 'Arial', sans-serif;
}

#nrelMainContent h1,
#nrelMainContent h1 a {
  font-size: 2.5em;
  font-weight: 300;
  color: #e07700;
  line-height: 1.1
}

#nrelMainContent h2,
#nrelMainContent h2 a {
  font-size: 1.5em;
  font-weight: 300;
  color: #000;
  line-height: 1.1;
  text-align: center;
}

#nrelMainContent h3,
#nrelMainContent h3 a {
  font-size: 1.5em;
  font-weight: 400;
  color: #000;
  line-height: 1.1
}

#nrelMainContent h4,
#nrelMainContent h4 a {
  font-size: 1.25em;
  font-weight: 500;
  color: #000;
  line-height: 1.1
}

#nrelMainContent h5,
#nrelMainContent h5 a {
  font-size: 0.9em;
  font-weight: 500;
  color: #000;
  line-height: 1.1
}

#nrelMainContent h6,
#nrelMainContent h6 a {
  font-size: 0.75em;
  font-weight: 500;
  color: #000;
  line-height: 1.1
}

.item-title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 20px;
}

.item-title a {
  display: inline-block;
  padding: 20px 0px;
  border-bottom: solid 1px;
}

.bottom-nav {
  text-align: center;
  text-decoration: none;
  margin: 20px 0px;
}

.link-to {
  font-size: 22px;
}

.link-to a {
  color: #FFF;
}

.dataset-links {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0px;
}

.link-to a:hover,
.dataset-item a:hover {
  color: #0a87d3;
}

.nrelFloatLeft {
  float: left
}

.nrelFloatRight {
  float: right
}

.nrelFloatClear {
  clear: both
}

.nrelTextLeft {
  text-align: left
}

.nrelTextRight {
  text-align: right
}

.nrelTextCenter {
  text-align: center
}

.nrelHide {
  display: none
}

.nrelBorderTop {
  border-top: 1px solid #5a5b5b
}

.nrelBorderRight {
  border-right: 1px solid #5a5b5b;
  padding-right: 20px;
}

.nrelBorderBottom {
  border-bottom: 1px solid #5a5b5b
}

.nrelBorderLeft {
  border-left: 1px solid #5a5b5b;
  margin-left: 29px
}

.social-links {
  display: flex;
  justify-content: space-around;
}

#nrelLeftCol ul.menu,
#nrelRightCol ul.menu {
  list-style: outside none none;
  margin-top: 0.6em;
  margin-bottom: 1.6em;
  display: block;
  padding-left: 0px;
  border-width: 3px 0px 2px 0px;
  border-style: solid;
  border-color: #d1d5d8
}

#nrelLeftCol ul.menu li,
#nrelRightCol ul.menu li {
  display: block
}

#nrelLeftCol ul.menu li a,
#nrelRightCol ul.menu li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #d1d5d8;
  background: transparent;
  color: #0079c2;
  padding: 10px 15px;
  margin: 0px;
  display: block
}

#nrelLeftCol ul.menu li a:hover,
#nrelLeftCol ul.menu li a:active,
#nrelRightCol ul.menu li a:hover,
#nrelRightCol ul.menu li a:active {
  background: #0079c5;
  color: #fff
}

#nrelLeftCol ul.menu li ul li a,
#nrelRightCol ul.menu li ul li a {
  border-style: dashed;
  padding-left: 30px;
  background: #fff;
  color: #0079c5
}

#nrelLeftCol ul.menu li ul li a:hover,
#nrelLeftCol ul.menu li ul li a:active,
#nrelRightCol ul.menu li ul li a:hover,
#nrelRightCol ul.menu li ul li a:active {
  background: #e5f1f9;
  color: #0079c5;
  text-decoration: none
}

#nrelLeftCol ul.menu li ul li ul li a,
#nrelRightCol ul.menu li ul li ul li a {
  boder-style: dotted;
  padding-left: 60px;
  text-decoration: none
}

#nrelLeftCol ul.menu li.active a,
#nrelRightCol ul.menu li.active a {
  background: #0079c5;
  color: #fff
}

#nrelLeftCol ul.menu li.active ul li a,
#nrelRightCol ul.menu li.active ul li a {
  background: #fff;
  color: #0079c5
}

#nrelLeftCol ul.menu li.active ul li a:hover,
#nrelLeftCol ul.menu li.active ul li a:active,
#nrelRightCol ul.menu li.active ul li a:hover,
#nrelRightCol ul.menu li.active ul li a:active {
  background: #e5f1f9;
  color: #0079c5;
  text-decoration: none
}

#nrelLeftCol ul.menu li.active ul li.active a,
#nrelRightCol ul.menu li.active ul li.active a {
  background: #e5f1f9;
  color: #0079c5;
  text-decoration: none
}

#nrelLeftCol #nrelLeftColBottom,
#nrelRightCol #nrelLeftColBottom {
  background: #eeeeee;
  border: 1px solid #cccccc
}

#nrelLeftCol #nrelLeftColBottom .nav-tabs>li,
#nrelLeftCol #nrelLeftColBottom .nav-pills>li,
#nrelRightCol #nrelLeftColBottom .nav-tabs>li,
#nrelRightCol #nrelLeftColBottom .nav-pills>li {
  float: none;
  border-radius: 0px
}

/* Kunena forum custom css */
#kunena.layout {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

#kunena.layout h1 a,
#kunena.layout h2 a,
#kunena.layout h3 a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#kunena.layout h1 small {
  font-size: 14px;
}

#kunena.layout h2 small,
#kunena.layout h3 small {
  font-size: 12px;
}

#kunena.layout h2,
#kunena.layout h2 a {
  color: #333;
}

/* hack for fas class from FontAwesome 5 */
#kunena.layout .fas {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#kunena.layout .fa-6x {
  font-size: 6em;
}

#kunena.layout .fa-7x {
  font-size: 7em;
}

#kunena.layout .kwho-guest {
  /*color: #666666;*/
  color: #606060;
}
#kunena.layout .kwho-user {
  /*color: #5388B4;*/
  color: #045F95;
}
#kunena.layout .kwho-moderator {
  /*color: #0000FF;*/
  color: #007669;
}
#kunena.layout .kwho-globalmod,
#kunena.layout .kwho-globalmoderator {
  /*color: #800000;*/
  color: #00463F;
}
#kunena.layout .kwho-admin {
  /*color: #FF0000;*/
  color: #4E376F;
}
#kunena.layout .kwho-blocked,
#kunena.layout .kwho-banned {
  /*color: #A39D49;*/
  color: #A40400;
}

#kunena.layout .navbar .navbar-inner {
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
}

#kunena.layout .navbar .navbar-inner ul.nav li > a {
  border: solid 2px transparent;
  text-shadow: none;
}

#kunena.layout .navbar .navbar-inner ul.nav li.active > a {
  background-color: white;
  box-shadow: none;
  border-bottom-color: #005d92;
  text-shadow: none;
  font-weight: bold;
}

#kunena.layout .navbar .navbar-inner .klogout ul.nav.pull-right .dropdown-toggle .fas {
  box-shadow: none;
  font-size: 24px;
}

#kunena.layout .table-bordered {
  border-radius: 0px;
}

#kunena.layout .kunena-topic-item .profilebox a .fas {
  font-size: 122px;
}

#kunena.layout .pagination ul {
  box-shadow: none;
}

#kunena.layout .pagination ul > li > a,
#kunena.layout .pagination ul > li > span {
  border: 0;
  font-weight: bold;
  padding: 6px 12px;
}

#kunena.layout .pagination ul > li.active > a,
#kunena.layout .pagination ul > li.active > span {
  background-color: #0079c5;
  color: #FFFFFF;
}

#kunena.layout .search-query {
  border-radius: 0;
}

#kunena.layout .dropdown-menu {
  border-radius: 0;
}

#kunena.layout .label {
  text-shadow: none;
  border-radius: 0;
  margin: 5px 0;
  padding: 5px 10px;
}

#kunena.layout .label-info {
  color: rgb(18, 60, 108);
  background-color: rgba(178, 208, 246, 0.7);
}

#kunena.layout .btn {
  text-shadow: none;
  background: none;
  border-radius: 0;
  border: none;
  border-bottom: solid 3px;
  transition: color 0.5s, background-color 0.5s, border-color 0.5s;
  background-color: #edeff0;
  border-color: #c3cacd;
  color: #171313;
}

#kunena.layout .btn-default {
  background-color: #edeff0;
  border-color: #c3cacd;
  color: #171313;
}

#kunena.layout .btn:hover,
#kunena.layout .btn:focus,
#kunena.layout .btn:active,
#kunena.layout .btn-default:hover,
#kunena.layout .btn-default:focus,
#kunena.layout .btn-default:active {
  background-color: #d1d6d9;
  border-color: #b5bec2;
  color: #171313;
}

#kunena.layout .btn-primary {
  background-color: #097D93;
  border-color: #024D5B;
  color: #FFFFFF;
}

#kunena.layout .btn-primary:hover,
#kunena.layout .btn-primary:focus,
#kunena.layout .btn-primary:active {
  background-color: #245A64;
  border-color: #022A32;
  color: #FFFFFF;
}

#kunena.layout .btn-success {
  background-color: #309C2A;
  border-color: #1E621A;
  color: #FFFFFF;
}

#kunena.layout .btn-success:hover,
#kunena.layout .btn-success:focus,
#kunena.layout .btn-success:active {
  background-color: #376C34;
  border-color: #0D410A;
  color: #FFFFFF;
}

#kunena.layout .btn-danger {
  background-color: #C13834;
  border-color: #740401;
  color: #FFFFFF;
}

#kunena.layout .btn-danger:hover,
#kunena.layout .btn-danger:focus,
#kunena.layout .btn-danger:active {
  background-color: #8C3E3C;
  border-color: #4F0C0A;
  color: #FFFFFF;
}

#kunena.layout .dropdown-menu .btn {
  background-color: transparent;
  border-color: transparent;
  color: #08c;
}

#kunena.layout .dropdown-menu .btn:hover,
#kunena.layout .dropdown-menu .btn:focus,
#kunena.layout .dropdown-menu .btn:active {
  background-color: transparent;
  border-color: transparent;
  color: #005580;
}

#kunena.layout .fa {
  margin-right: 3px;
}

#kunena.layout .fa-pencil-alt::before {
  content: "\f040";
}

#kunena.layout .fa-lightbulb::before {
  content: "\f0eb";
}

#kunena.layout .fa-sign-out-alt::before {
  content: "\f08b";
}

/*# sourceMappingURL=nrel.css.map */


