#kunena.layout .form-select, #kunena.layout .custom-select {
  background: #eaedf0 url(/media/templates/site/cassiopeia/images/select-bg.svg?v=5ebba0) 100%/116rem no-repeat !important;
}

@media (max-width: 767px) {
    .hidden-desktop {   display: inherit !important    }
    .visible-desktop {  display: none !important    }
    .hidden-tablet {     display: inherit !important    }
    .visible-tablet {    display: none !important    }
    .hidden-phone {     display: none !important    }
    .visible-phone {    display: inherit !important    }

    .wide-on-phone {    width: 100%;   }
}
@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {   display: inherit !important    }
    .visible-desktop {  display: none !important    }
    .hidden-tablet {     display: none !important    }
    .visible-tablet {    display: inherit !important    }
    .hidden-phone {     display: inherit !important    }
    .visible-phone {    display: none !important    }
}
@media (min-width: 980px) {
    .hidden-desktop {   display: none !important    }
    .visible-desktop {  display: inherit !important    }
    .hidden-tablet {     display: inherit !important    }
    .visible-tablet {    display: none !important    }
    .hidden-phone {     display: inherit !important    }
    .visible-phone {    display: none !important    }
}

.visible-print {    display: none !important    }
@media print {
    .visible-print {    display: inherit !important    }
    .hidden-print {     display: none !important    }
}

.nlrFloatLeft {
    float: left
}

.nlrFloatRight {
    float: right
}

.nlrFloatClear {
    clear: both
}

.nlrTextLeft {
    text-align: left
}

.nlrTextRight {
    text-align: right
}

.nlrTextCenter {
    text-align: center
}

.nlrHide {
    display: none
}

.nrelFloatLeft {
    float: left
}

.nrelFloatRight {
    float: right
}

.nrelFloatClear {
    clear: both
}

.nrelTextLeft {
    text-align: left
}

.nrelTextRight {
    text-align: right
}

.nrelTextCenter {
    text-align: center
}

.nrelHide {
    display: none
}

body {
    background: #fff;
    font-size: 1em;
    font-family: "Droid Serif", Georgia, serif;
    font-weight: normal;
    color: #333;
    margin: 0;
    padding: 0;
    border: none;
    min-width: 1000px
}

p {
    color: #333;
    font-family: "Droid Serif", Georgia, serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.65
}

blockquote {
    font-family: Roboto, Arial, Helvetica, 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: underline
}

a .btn-default {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    line-height: 1.8;
    font-weight: 400;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

main a {
    text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
}
table, th, td {
  border: 1px solid #d3d3d3;
}
th, td {
  padding: 5px;
}
tr:nth-child(even) {
  background-color: #f3f3f3;
}
th {
  text-align: left;
}
td {
  text-align: left;
}

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


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

h1, h1 a {
    font-size: 40px;
    font-weight: 300;
    color: #e07700;
    line-height: 1.1
}

h2, h2 a {
    font-size: 28px;
    font-weight: 300;
    color: #e07700;
    line-height: 1.1
}

h3, h3 a {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 1.1
}

h4, h4 a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.1
}

h5, h5 a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.1
}

h6, h6 a {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    line-height: 1.1
}

/**
 * topbar - header w/ logo, login/register and search
 */
.header {
    background: #0079c5;
}
.header .container-below-top {
    background: #0079c5;
    padding: 0px 20px 10px 20px;
}

.nlrLogoContainer {
    margin: 10px auto 10px 0px;
}

#nlrLogo .navbar-brand, #nlrLogo #nlrHeaderTitle {
    display: inline-block;
}
a.nlr-site-title, a.nlr-site-title:hover, a.nlr-site-title:active {
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 600;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    text-align: left;
}

.nrelLogoContainer {
    margin: 10px auto 10px 0px;
}

#nrelLogo .navbar-brand, #nrelLogo #nrelHeaderTitle {
    display: inline-block;
}
a.nrel-site-title, a.nrel-site-title:hover, a.nrel-site-title:active {
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 600;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
    text-align: left;
}
.header .container-below-top:last-child .nav li {
    padding: 1px 4px;
}
.header .container-below-top:last-child .nav li:first-child {
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #ffffff;
}
.header .container-below-top:last-child .nav li a:hover {
    text-decoration: none;
    color: #ffc423;
 }

.header #mod-custom190 {
    display: none;
    margin-left: 20px;
    margin-right: auto;
}
.container-topbar .card-body {
    background: #ffc423;
    color: #000000;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.header #mod-custom192 {
    margin: 0px 0px 0px auto;
    line-height: 12px;
}
.header #mod-custom192 ul.mod-menu {
    margin-top: 5px;
    margin-bottom: 5px;
}
.header #mod-custom192 ul.mod-menu li {
    width: 48%;
    text-align: center;
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
}
.header #mod-custom192 ul.mod-menu li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

/**
 * below-top bar w/ navigation & breadcrumbs
 */
.container-banner {
    width: 100%;
    margin: 0px;
    border-width: 10px 0px 0px 0px;
    border-style: solid;
    border-color: #005d92;
    background: #000000;
    color: #ffffff;
    padding: 0px;
}
.container-banner .banner .card-body,
.container-banner .banner .card-body .navbar {
    width: 100%;
    max-width: 1320px;
    margin: 0px auto;
    border: none;
    border-radius: 0;
    padding: 0px;
}
.container-banner .sam_menu_module {
    background: #000000;
    border: none;
    border-radius: 0;
}
.container-banner .breadcrumb-module {
    background: #ffffff;
    text-align: left;
    border: none;
    border-radius: 0;
}

#nlrTopNav {
    margin: 0px 0px 0px auto;
}
#nlrTopNav li {
    display: inline-block;
    height: 100%;
    border-width: 3px 0px 0px 0px;
    border-color: transparent;
    border-style: solid;
    padding: 0px;
    margin: 0px 0px 0px 3px;
}

#nlrTopNav li a, #nlrTopNav li a:hover, #nlrTopNav li a:active {
    padding: 0.75em 1.25em 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #eeeeee;
    display: inline-block;
    line-height: 2;
}
#nlrTopNav li:hover {
    background: #5e6a71;
    color: #ffffff;
}
#nlrTopNav li.active {
    background: #5e6a71;
    border-color: #62d2ff;
    border-style: solid;
}
#nlrTopNav li.active a:before, #nlrTopNav li.active a:after {
    background: transparent;
}
#nlrTopNav li.deeper ul {
    width: 100%;
    background: #000000;
}
#nlrTopNav li.deeper > a, #nlrTopNav li.deeper > button {
    display: inline-block;
    color: #ffffff;
    padding-right: 0px;
}
#nlrTopNav li.deeper > button {
    padding-right: 1.0em;
}
#nlrTopNav .mm-collapse.mm-show, #nlrTopNav .mm-collapse.mm-show li, #nlrTopNav .mm-collapse.mm-show li a {
    width: 100%;
}
#nlrTopNav li.deeper button.mm-toggler {
    line-height: 5em;
    height: 3em;
}

#nrelTopNav {
    margin: 0px 0px 0px auto;
}
#nrelTopNav li {
    display: inline-block;
    height: 100%;
    border-width: 3px 0px 0px 0px;
    border-color: transparent;
    border-style: solid;
    padding: 0px;
    margin: 0px 0px 0px 3px;
}

#nrelTopNav li a, #nrelTopNav li a:hover, #nrelTopNav li a:active {
    padding: 0.75em 1.25em 0.25em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #eeeeee;
    display: inline-block;
    line-height: 2;
}
#nrelTopNav li:hover {
    background: #5e6a71;
    color: #ffffff;
}
#nrelTopNav li.active {
    background: #5e6a71;
    border-color: #62d2ff;
    border-style: solid;
}
#nrelTopNav li.active a:before, #nrelTopNav li.active a:after {
    background: transparent;
}
#nrelTopNav li.deeper ul {
    width: 100%;
    background: #000000;
}
#nrelTopNav li.deeper > a, #nrelTopNav li.deeper > button {
    display: inline-block;
    color: #ffffff;
    padding-right: 0px;
}
#nrelTopNav li.deeper > button {
    padding-right: 1.0em;
}
#nrelTopNav .mm-collapse.mm-show, #nrelTopNav .mm-collapse.mm-show li, #nrelTopNav .mm-collapse.mm-show li a {
    width: 100%;
}
#nrelTopNav li.deeper button.mm-toggler {
    line-height: 5em;
    height: 3em;
}

#system-message-container {
    text-align: center;
}
#system-message-container joomla-alert {
    margin-bottom: 20px;
}

main {
    margin-top: 0px !important;
}

.com-content-article .com-content-article__body  {
	padding-top: 5px;
}

.breadcrumb {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
ol.mod-breadcrumbs {
    background: transparent;
}
ol.mod-breadcrumbs .breadcrumb-item+.breadcrumb-item:before {
    color: #e07700;
    content: url(/media/system/images/arrow.png);
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
ol.mod-breadcrumbs .icon-location:before {
    content: url(/images/homeIcon.png);
}
ol.mod-breadcrumbs a {
    color: #ff8400;
    text-decoration: none;
}
ol.mod-breadcrumbs a:hover {
    color: #e07700;
    text-decoration: none;
}
.breadcrum-item.active {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

.container-sidebar-left {
    padding-right: 25px;
}
.container-sidebar-left .sidebar-left:first-child {
    margin-top: 0px;
}
.sidebar-left {
    border-width: 2px 0px 2px 0px;
    border-style: solid;
    border-color: #d1d5d8;
    margin-top: 0px;
}
.sidebar-left .card-body {
    padding: 0px;
}
.sidebar-left .mod-menu li {
    padding: 0px !important;
}
.sidebar-left .mod-menu li a {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 10px 15px;
    font-size: 1.3em;
    font-weight: 400;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #d1d5d8;
    display: block;
    text-decoration: none;
}
.sidebar-left .mod-menu li:last-child a {
    border-color: transparent;
}
.sidebar-left .mod-menu li a:hover, .sidebar-left .mod-menu li.active a {
    background: #0079c5;
    color: #ffffff;
    text-decoration: none;
}
.sidebar-left .mod-menu li ul {
    padding-left: 0px;
    display: none;
}
.sidebar-left .mod-menu li.active ul {
    display: block;
}
.sidebar-left .mod-menu li ul li {
    padding: 0px;
    margin: 0px;
}
.sidebar-left .mod-menu li ul li a, .sidebar-left .mod-menu li.active ul li a {
    background: transparent;
    display: block;
    border-width: 0px 0px 1px 0px;
    border-style: dashed;
    border-color: #d1d5d8;
    color: #0079c5;
    margin: 0px;
    padding: 10px 15px 10px 30px;
    font-size: 1em;
}
.sidebar-left .mod-menu li ul li a:hover, .sidebar-left .mod-menu li ul li.active a {
    background: #e5f1f9;
    text-decoration: none;
    color: #0079c5;
}

#kunena.layout .kfrontend {
    margin-top: 0px !important;
}
#kunena.layout h1, #kunena.layout h1 a {
    font-size: 32px;
}
#kunena.layout .kunena-topic-item h1, #kunena.layout .kunena-topic-item h1 a {
    font-size: 32px;
    line-height: 1.5;
}

#kunena.layout .kfrontend,
#kunena.layout #section5,
#kunena.layout #section5 table.table,
#kunena.layout #section5 table.table th,
#kunena.layout #section5 table.table td,
#kunena.layout #section9,
#kunena.layout #section9 table.table {
    border: none !important;
    box-shadow: none !important;
}
#kunena.layout #section9 table.table h3 small {
    margin-left: 25px;
    font-size: italic;
}
#kunena.layout #categoryactions table.table {
    border-width: 0px !important;
}
#kunena.layout #section9 table.table tr th,
#kunena.layout #section9 table.table tr td {
    border-width: 1px 0px !important;
}

#kunena.layout  nav.navbar li.nav-item a.nav-link {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
#kunena.layout .btn {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    visibility: inherit;
}
#kunena.layout ul.pagination li.disabled a {
    text-decoration: none;
}

#kunena.layout .category h3, #kunena.layout .category h3 a {
    font-size: 1.25em;
}
#kunena.layout .category .header-desc {
    margin-top: 10px;
}
#kunena.layout .kfrontend.section {
    background: #ffffff;
}
#kunena.layout .kfrontend.section.shadow-lg {
    box-shadow: none !important;
}
#kunena.layout .kfrontend.section h1.card-header a {
    text-decoration: underline;
}
#kunena.layout .kfrontend h1.card-header small,
#kunena.layout .kfrontend h1.card-header small  {
    font-style: italic;
    margin-left: 25px;
}
#kunena.layout .message div.col-md-2:first-child {
    box-shadow: none !important;
    padding-top: 2em;
}
#kunena.layout span.topic-starter.d-lg-block {
    height: 7em;
    margin-top: -2em;
    padding-top: 3em;
    margin-bottom: 10px;
}

#kunena.layout .kfrontend form#categoryactions table.table {
    border-width: 0px !important;
}
#kunena.layout .kfrontend form#categoryactions table.table th,
#kunena.layout .kfrontend form#categoryactions table.table td,
#kunena.layout .table th, #kunena.layout .table td {
    border-width: 1px 0px !important;
}

#kunena.layout tr.category a.topictitle,
#kunena.layout tr.category-stickymsg a.topictitle {
    display: block;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 1.2em !important;
    color: #0a6094;
    text-decoration: underline;
    font-size: 1.1em;
    line-height: 1.5em;
}
#kunena.layout tr.category div.started,
#kunena.layout tr.category-stickymsg div.started,
#kunena.layout tr.category div.float-start,
#kunena.layout tr.category-stickymsg div.float-start,
#kunena.layout tr.category div.d-block,
#kunena.layout tr.category-stickymsg div.d-block {
    margin-left: 20px;
}

#kunena.layout #categoryactions tr.category div.started span,
#kunena.layout #categoryactions tr.category-stickymsg div.started span,
#kunena.layout #categoryactions tr.category div.started br,
#kunena.layout #categoryactions tr.category-stickymsg div.started br {
    display: none !important;
}

#kunena.layout .profile-expand .heading.btn.btn-outline-primary.border.btn-xs.hasTooltip {
    display: none;
}
#kunena.layout .profile-expand .content {
    display: block !important;
    font-size: 0.9em;
}
#kunena.layout .message .message-published>li {
    list-style-type: none;
}
#kunena.layout .kwho-admin {
    color: #4E376F !important;
}
#kunena.layout .fa-big, #kunena.layout .icon-big {
    margin-top: 0px !important;
}
#kunena.layout .category-item tr.category-stickymsg {
    background: #ffeedd !important;
}

.btn {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#f3f3f3,#c6c6c6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25) rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    text-decoration: none;
    color: #000000;
}
.btn:hover {
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    text-decoration: none;
    color: white;
}
.btn:active {
    background-image: linear-gradient(to bottom,#f3f3f3,#1b567e);
    color: #e07700;
    text-decoration: none;
}
.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    border-radius: 6px;
}
.kbutton-create {
    background-image: linear-gradient(to bottom,#48a348,#48a304);
}
.kbutton-create:hover {
    background-image: linear-gradient(to bottom,#48a304,#48a304);
}
a.jmodedit {
    padding: 2px;
    background: transparent;
    border: none;
}

.com-users-login form,
.com-users-login .com-users-login__options {
    width: 500px;
    margin: 10px auto;
}
.com-users-login .com-users-login__options a {
    color: #0a87d3;
    border: none;
    text-decoration: underline;
    font-style: italic;
}
.com-users-login .com-users-login__submit .controls .btn-secondary {
    display: none;
}
.com-users-profile fieldset {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.com-users-profile .dl-horizontal {
    margin-left: 25px;
}
.com-users-profile .dl-horizontal dt {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.com-users-profile .dl-horizontal dt,
.com-users-profile .dl-horizontal dd {
    margin-bottom: 5px;
}

.docman_document {
    border-bottom: 1px solid #0079c5;
}
.docman_list_layout .docman_list__sidebar {
    width: 22% !important;
}
.docman_list_layout .docman_list__content {
    width: 75% !important;
}
.docman_list_layout .docman_list__sidebar .jqtree-title {
    margin-left: 15px;
}
.docman_list_layout .docman_list__sidebar .jqtree-whitespace {
    width: 12px;
}
.docman_description h1, .page-header h1 {
    margin-top: 10px;
}
.docman_list_layout .docman_document_details, .docman_document .docman_description {
    margin-left: 50px;
    border-width: 0px !important;
}
.docman_download a, .docman_download p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.docman_download__button, .docman_track_download {
    display: block;
    width: 100%;
    max-width: 200px;

}
.docman_category #docman_download_help {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    margin: 15px;
}

.samButton {
    background-color: #3498db;
    border: none;
    color: white;
    padding: 10px;
    width: 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius:12px;
    text-decoration: none !important;
}
.samButton:hover {
    background-color: #2978ae;
    text-decoration: none;
}
.samButton:active {
    background-color: #1b567e;
    text-decoration: none;
}


.footer {
    display: block;
    background: #222222;
    color: #dddddd;
    border-width: 5px 0px 0px 0px;
    border-style: solid;
    border-color: #127BBF;
    padding: 2em 1em;
    margin: 0px;
    text-align: left;
    font-family: "Droid Serif", Georgia, serif;
    font-size: 0.85em
}

.footer .grid-child {
	padding-top:1px
}

#nlrFooter p {
    color: #dddddd;
    margin: 0px;
    padding-top: 4px
}

#nlrFooter p.date {
    color: #dddddd
}

#nlrFooter p.poweredby {
    font-size: 80%
}

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


#nlrFooter p a {
    text-decoration: underline;
}

#nlrFooter ul {
    margin: 0px;
    padding-left: 0px;
}


#nlrFooter #nlr-tech-list ul {
    column-count: 3;
    column-width: 150px;
}

#nlrFooter #nlr-list ul {
    column-count: 2;
    column-width: 50px;
    margin-top: 15px;
}

#nlrFooter #nlr-list-wide ul {
    column-count: 2;
    column-width: 150px;
    margin-top: 15px;
}

#nlrFooter li {
    text-align: left;
    font-family: "Droid Serif", Georgia, serif;
    font-size: 1em;
    list-style-type: none
}

#nlrFooter a {
    background: #222222;
    color: #dddddd;
    text-decoration: none
}

#nlrFooter a:hover,
#nlrFooter a:active {
    text-decoration: underline;
    color: #dddddd
}

#nlrFooter .nlrDoeLogo {
    width: 80%;
    margin: 20px auto
}

#nrelFooter p {
    color: #dddddd;
    margin: 0px;
    padding-top: 4px
}

#nrelFooter p.date {
    color: #dddddd
}

#nrelFooter p.poweredby {
    font-size: 80%
}

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


#nrelFooter p a {
    text-decoration: underline;
}

#nrelFooter ul {
    margin: 0px;
    padding-left: 0px;
}


#nrelFooter #nrel-tech-list ul {
    column-count: 3;
    column-width: 150px;
}

#nrelFooter #nrel-list ul {
    column-count: 2;
    column-width: 50px;
    margin-top: 15px;
}

#nrelFooter #nrel-list-wide ul {
    column-count: 2;
    column-width: 150px;
    margin-top: 15px;
}

#nrelFooter li {
    text-align: left;
    font-family: "Droid Serif", Georgia, serif;
    font-size: 1em;
    list-style-type: none
}

#nrelFooter a {
    background: #222222;
    color: #dddddd;
    text-decoration: none
}

#nrelFooter a:hover,
#nrelFooter a:active {
    text-decoration: underline;
    color: #dddddd
}

#nrelFooter .nrelDoeLogo {
    width: 80%;
    margin: 20px auto
}



@media (max-width: 979px) {
    body {
        min-width: auto;
    }
    .header .nlrLogoContainer {
        padding-left: 20px;
    }
    .header .nlrLogoContainer #nlrHeaderTitle {
        display: none;
    }
    .header .nrelLogoContainer {
        padding-left: 20px;
    }
    .header .nrelLogoContainer #nrelHeaderTitle {
        display: none;
    }
    .header #mod-custom192 {
        padding: 0px;
        margin: 10px 0px 10px auto;
    }
    .header #mod-custom192 ul {
        display: none;
    }
    h1, h1 a {
        font-size: 30px;
    }
    h2, h2 a {
        font-size: 24px;
    }
    h3, h3 a {
        font-size: 20px;
    }
    h4, h4 a {
        font-size: 16px;
    }
    h5, h5 a {
        font-size: 12px;
    }
    h6, h6 a {
        font-size: 12px;
    }

    .header .container-below-top {
        padding: 0px 10px;
    }
    .header .nlrLogoContainer {
        padding-left: 0px;
        padding-right: 20px;
    }
    .header #mod-custom191 .nlrLogoContainer {
        margin: 0px;
    }
    .header #nlrTopNav {
        margin-left: -15em;
    }
    .header .nrelLogoContainer {
        padding-left: 0px;
        padding-right: 20px;
    }
    .header #mod-custom191 .nrelLogoContainer {
        margin: 0px;
    }
    .header #nrelTopNav {
        margin-left: -15em;
    }
    .sam_menu_module .navbar #navbar1.show {
        margin-left: -100%;
    }
    .sam_menu_module .navbar #navbar1.show li a {
        width: 100%;
        text-align: left;
    }
    .sam_menu_module .navbar #navbar1.show li.deeper>a {
        width: auto;
    }
    .container-banner  #mod-custom190 {
        display: inline-block;
        margin-left: 0px;
        margin-right: auto;
        text-align: left;
        float: left;
        width: auto;
        max-width: 80%;
        padding-top: 10px;
    }
    .container-banner  #mod-custom190 a.nlr-site-title {
        font-size: 24px;
        margin-left: 10px;
        padding-top: 3px;
    }
    .container-banner  #mod-custom190 a.nrel-site-title {
        font-size: 24px;
        margin-left: 10px;
        padding-top: 3px;
    }

    .container-banner  .sam_menu_module {
        margin: 0px;
        width: auto;
        background: #000000;
    }
    .container-banner  .sam_menu_module .card-body {
        padding: 0px;
    }
    .container-banner  .sam_menu_module .navbar button {
        margin: 10px 20px 10px auto;
        color: #ffffff;
        background: #cccccc;
    }
    .container-banner  .sam_menu_module .navbar button:hover {
        background: #ff8400;
    }
    .container-banner  .sam_menu_module .navbar button.mm-toggler  {
        background: transparent;
    }
    .container-banner  .sam_menu_module .navbar li {
        display: block;
        width: 100%;
    }
    .container-banner .breadcrumb-module {
        display: none;
    }

    .docman_list_layout .docman_list__sidebar {
        display: none !important;
    }
    .docman_list_layout .docman_list__content {
        width: auto !important;
    }
    .docman_category #docman_download_help {
        display: inherit !important;
    }
    .k-ui-namespace .docman_document_details,
    .k-ui-namespace .docman_description {
        margin-left: 20px !important;
    }

    #nlrFooter .social-links li {
        display: inline-block;
        margin-right: 10px;
    }
    #nlrFooter p {
        margin-top: 20px;
    }
    #nlrFooter #nlrDoeLogo {
        max-width: 200px;
        margin: 10px auto;
    }
    #nrelFooter .social-links li {
        display: inline-block;
        margin-right: 10px;
    }
    #nrelFooter p {
        margin-top: 20px;
    }
    #nrelFooter #nrelDoeLogo {
        max-width: 200px;
        margin: 10px auto;
    }
}