@charset "UTF-8";
:root {
    --link-blue: #3366cc;
    --lab-blue: #0032a1;
    --elemental-navy: #001e62;
    --link-blue-very-light:  #eaf0fb;
    --cta-blue: #eaf0fb;
    --innovation-yellow: #fcb317;
    --plum: #4e0e63;
    --plum-light: #a37eaa;
    --plum-dark: #4e0e63;
    --gray-very-dark: #3d3d3d;
    --carbon-gray: #63666a;
    --gray-dark: #5d5d5d;
    --gray-very-light: #f1f1f1;
    --gray-light: #e2e2e2;
    --white: #fff;
    --black: #000;
    --red: #9d0c0c;

    /* Deprecated colors as of 3/21 */

    --llnl-web-link-blue: #20598a;
    --lab-blue-light: #d8e5fd;
    --lab-blue-dark: #002468;
}

body {
  font-weight: 300 !important;
  color: #121212;
}

body p, .p, body ul {
  font-size: 1.071rem;
  line-height: 1.5;
  font-weight: 300;
}
h2 {
  color: var(--elemental-navy);
}
h3 {
  color: var(--carbon-gray);
}
h4 {
  color: var(--elemental-navy);
}
h5 {
  color: var(--carbon-gray);
}

a {
  color: var(--link-blue);
  font-weight: 500;
}
main h2 a, main h3 a, main h4 a, main h5 a, main h6 a, main p a, main ul a, main ol a, table td a, div#block-lchotlineinfo a, .icon-container a .h2, .frontPage h2 a, .frontPage h3 a, .frontPage h4 a, .frontPage p a, .view-display-id-front_tb a {
  color: var(--link-blue);
  font-weight: 500;
}

.field--name-body a:hover {
  color: var(--plum) !important;
  text-decoration: bold !important;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.centered {
  text-align: center;
}

.monospace {
  font-family: "Courier New", Courier, monospace;
  color: var(--black);
  font-weight: 400;
}

h3.p {
  margin-bottom: 0;
  margin-left: -40px;
}

h3.p:after {
  content: "—";
}

span.text-success, p strong span.text-success, .field--name-body span.text-success, .field--name-body span.text-success strong {
  color: #4a780a !important;
}

.text-purple {
  color: var(--plum);
}

.field--name-body span.text-danger .field--name-body span.text-danger strong, pre span.text-danger, span.text-danger, .text-danger {
  color: #9d0c0c !important;
}

.field--name-body span.text-warning, .field--name-body span.text-warning strong {
  color: var(--plum) !important;
}

.text-muted {
  color: #666666;
}

.text-info {
  color: var(--black);
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.make-center {
  margin: auto;
  text-align: center;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

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

.float-left {
  margin: 0 15px 15px 0;
}

.float-right {
  margin: 0 0 15px 15px;
}

.clear-float {
  clear: both;
}

p.left-indent, .left-indent {
  margin-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}

ul.left-indent, ol.left-indent {
  margin-left: 30px;
}

code, pre {
  overflow: auto;
  font-weight: 400;
  color: #101010;
  font-family: "Courier New", Courier, monospace;
}

.fixed {
  color: #111111;
  font-weight: 600;
  font-family: "Courier New", Courier, monospace;
} /* inline fixed is bold by default, use fixed-width light for non-bold */
.fixed-light {
  font-weight: 400;
  color: #111111;
  font-family: "Courier New", Courier, monospace;
}

a > span.fixed, span.fixed a {
  text-decoration: underline;
  font-weight: 900;
  color: #005AA3;
}

span.note-purple a, span.note-red a, span.note-green a {
  color: var(--white);
}

span.note-purple a:hover, span.note-red a:hover, span.note-green a:hover {
  color: var(--plum-light);
}

p.fixed, div.fixed, code, pre {
  border: thin solid #dddddd;
  margin: 0 20px 20px 20px;
  padding: 10px 20px;
  background-color: #fafafa;
  background-image: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 24px;
}

.note-green {
  background-color: #4a780a;
  border-radius: 3px;
  color: var(--white);
  font-weight: bold;
  margin-right: 5px;
  padding: 2px 6px 3px 8px;
}

.note-purple {
  background-color: var(--plum);
  border-radius: 3px;
  color: var(--white);
  font-weight: bold;
  margin-right: 5px;
  padding: 2px 6px 3px 8px;
}

.note-red {
  background-color: #9d0c0c !important;
  border-radius: 3px;
  color: var(--white);
  font-weight: bold;
  margin-right: 5px;
  padding: 2px 6px 3px 8px;
}

.no-border {
  border: none;
}

fieldset.fieldset-top-level {
  border: thin solid var(--gray-light);
  border-radius: 4px;
}

fieldset.fieldset-top-level legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  width: 100%;
}

fieldset.fieldset-top-level fieldset {
  margin: 15px;
}

fieldset.fieldset-top-level .fieldset-legend {
  padding-left: 15px;
}

.breadcrumb {
  background-color: var(--white) !important;
  padding-left: 0px !important;
}

.careersButton {
  width: 180px;
}

button {
  background-color: var(--lab-blue);
  color: var(--white);
}

button a {
  color: white;
}

button a:hover {
  color: var(--plum-light);
}

.btn-primary, .page-item.active .page-link, .btn-primary.careersButton, .btn-primary.btn-hpc {
  color: white;
  background-color: var(--lab-blue) !important;
  border-color: var(--lab-blue) !important;
  -webkit-appearance: none;
}

.btn-primary:hover {
  background-color: var(--plum) !important;
}

#backtotop {
  background-color: none;
}

.page-link {
  color: var(--link-blue);
  background-color: white;
  border: 1px solid var(--gray-light);
}

.btn svg.ext {
  display: none;
}

.btn-secondary:hover {
  background-color: var(--link-blue);
}

.btn-secondary {
  background-color: var(--link-blue);
}

.faIcon {
  color: var(--link-blue);
}

span.viewAll {
  float: right;
}

.cardLogoSize img {
  width: 100%;
  height: inherit;
}

.cardFooter {
  position: absolute;
  bottom: 18px;
  right: 15px;
  left: 15px;
}

.card-footer.text-muted {
  font-weight: 400;
  color: #687078 !important;
}

.cardLogoSize .field--name-field-image {
  width: 100%;
}

.card.card-CT {
  min-height: 480px;
}

.cbmh {
  min-height: 305px;
}

@media (min-width: 1281px) {
  .projCard {
    min-width: 255px;
  }
}
div#block-call-to-action {
  border: none;
  background-color: var(--cta-blue);
  margin-bottom: 10px;
  margin-top: -20px;
  padding-left: 26px;
  border-radius: 4px;
  font-weight: 400;
}

div#block-call-to-action-title {
  border: none;
  background-color: var(--cta-blue);
  margin-bottom: 2px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
}

div#block-call-to-action-button {
  border: none;
  background-color: var(--cta-blue);
  text-align: center;
  margin-top: -10px;
  border-left: 1px solid var(--gray-light);
  border-right: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
  border-radius: 0 0 4px 4px;
}

div#block-call-to-action-button a {
  box-shadow: inset 0px 1px 0px 0px var(--black);
  background-color: var(--link-blue);
  border: 1px solid var(--white);
  display: inline-block;
  cursor: pointer;
  color: var(--white);
  font-family: Arial;
  font-size: 15px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: none;
  margin-top: -10px;
  width: 80%;
}

div#block-call-to-action-button a:hover {
  background-color: var(--gray-dark);
}

div#block-call-to-action-button:active {
  position: relative;
  top: 1px;
}

.sidebar div#block-call-to-action-title h2 {
  border-bottom: 1px solid var(--link-blue);
  text-shadow: none;
}

div#block-call-to-action p, div#block-call-to-action li {
  font-weight: 400;
}

#block-lchotlineinfo .fa {
  color: var(--black);
}

div#block-highlights, #block-contentfield-2 {
  border: none;
  background-color: var(--gray-very-light);
  margin-bottom: 0px;
  padding: 26px;
  border-radius: 4px;
}

#block-contentfield-2 {
  padding: 26px;
}

#block-contentfield-2 p:last-child, #block-contentfield-2 li:last-child {
  font-style: italic;
  text-align: right;
  margin-bottom: 0;
}

#block-highlights p:last-child, #block-highlights li:last-child {
  margin-bottom: 0;
}

#block-highlights ul {
  padding-left: 13px;
}

#block-highlights ul:last-child {
  margin-bottom: 0;
}

#block-highlights h2 ~ ul, #block-highlights p ~ ul, #block-highlights h3 ~ ul {
  margin-left: 13px;
}

#block-highlights li {
  padding-bottom: 5px;
}

#block-highlights li:last-child {
  padding-bottom: 0;
}

.sidebar h3 {
  font-size: 90%;
}

.sidebar div#block-lchotlineinfo h2, .sidebar div#block-lchotlineinfo hr {
  border-bottom: 1px solid var(--link-blue);
}

.sidebar div#block-lchotlineinfo h2 {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div#block-lchotlineinfo {
  border: none;
  background-color: var(--cta-blue);
  margin-bottom: 2px;
  text-align: center;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 4px;
}
div#block-lchotlineinfo p {
  font-size: 90%;
}

div#block-lchotlineinfo-button {
  border: none;
  background-color: var(--cta-blue);
  text-align: center;
  margin-top: -10px;
  border-left: 1px solid var(--gray-light);
  border-right: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
  border-radius: 0 0 4px 4px;
}

div#block-lchotlineinfo-button a {
  box-shadow: inset 0px 1px 0px 0px var(--black);
  background-color: var(--link-blue);
  border: 1px solid var(--white);
  display: inline-block;
  cursor: pointer;
  color: var(--white);
  font-family: Arial;
  font-size: 15px;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: none;
  margin-top: -10px;
  width: 80%;
}

div#block-lchotlineinfo-button a:hover {
  background-color: var(--gray-dark);
}

div#block-lchotlineinfo-button:active {
  position: relative;
  top: 1px;
}

.sidebar-icon.icon {
  border-radius: 50%;
  height: 25px;
  width: 25px;
  line-height: 50px;
  font-size: 1.5rem;
  background-color: var(--lab-blue);
  text-align: center;
  margin: 0 auto 10px auto;
  padding: 15px;
}
.sidebar-icon.icon path{
  color: var(--innovation-yellow);
}
.sidebar div#block-call-to-action-title h2 {
  border-bottom: 1px solid #0039a6;
  text-shadow: none;
}

div#block-call-to-action p, div#block-call-to-action li {
  font-weight: 400;
}

.sidebar #block-mainnavigation, .sidebar #cloud-menu, .sidebar #block-idm-2, .sidebar #block-secondary-menu, .sidebar #block-mainnavigation-2, .sidebar #block-mainnavigation-3, .sidebar #block-hopperhelpskiplinkmenu, .sidebar #block-hopperskiplinkmenu-2, .sidebar #block-htar, .sidebar #block-nft, .sidebar #block-userportalmenu-2, .sidebar #block-userportalmenu, .sidebar #block-ftpskiplinkmenu, .sidebar #block-fileinterchangeservice, .sidebar #block-ezstorage, .sidebar #block-ezoutput, .sidebar #block-idm, .sidebar #block-ezfilesmenuwithanchorlinks, .sidebar #block-accesstolcsystemsmenuwithanchors {
  padding: 0;
}
.sidebar nav {
  padding: 0 !important;
  margin-bottom: 20px !important;
  background-color: var(--white);
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sidebar nav li.nav-item {
  width: 100%;
}
.sidebar nav a {
  display: block;
  text-decoration: none;
  padding: 5px 8px 8px 5px !important;
  color: var(--gray-dark);
  border-left: 3px solid var(--white);
  margin-left: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}
.sidebar nav a:hover {
  border-left: 3px solid var(--plum);
  font-weight: 400;
  background-color: var(--gray-very-light);
}
.sidebar nav a:active {
  background: var(--link-blue);
  color: var(--white);
  border-left: 3px solid var(--link-blue-very-light);
}

.sidebar nav ul > li.active > a {
  border-left: 3px solid var(--link-blue);
  font-weight: 400;
}

.sidebar nav ul.dropdown-menu li:hover {
  background: none;
}

.sidebar nav h2 {
  border-bottom: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  color: rgba(51, 51, 51, 0.8);
  font-weight: 400;
  background-color: #eee;
  padding-left: 1rem;
  padding-right: 1rem;
}

.sidebar nav h2 a {
  border-left: none;
  margin-left: unset;
}

.sidebar nav h2 a:hover {
  color: var(--plum);
  border: none;
}

.sidebar nav h2 a:active {
  background: inherit;
  color: inherit;
}

.sidebar nav ul {
  margin: 0 !important;
  padding: 5px 5px 10px 5px;
  list-style-type: none;
}

.sidebar nav ul ul.menu {
  margin-left: 10px !important;
}

.sidebar nav ul ul a {
  font-size: 92%;
}

#block-userportalmenu-2 a.is-active, #block-secondary-menu a.is-active, #cloud-menu a.is-active, #block-idm-2 a.is-active {
  border-left: 3px solid #0039a6;
}

h1.HeroTitle {
  position: absolute;
  top: 78%;
  left: 3%;
  display: inline-flex;
}

.HeroHeader {
  margin-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

p.side {
  font-size: 18px;
}

.hfont a {
  font-weight: normal;
}

.fs-15 {
  font-size: 15px !important;
}

nav.miniNav {
  position: absolute;
  left: 71%;
  bottom: 83%;
  float: right;
}

.card-header .fa-medal {
  font-size: 18px;
  padding-right: 5px;
  padding-left: 5px;
}

.card-header:first-child {
  background-color: var(--white);
  font-size: 22px;
  text-align: center;
}

.card-header:last-child {
  max-height: 5px;
}
.frontPage .container > h1:not(.hero) {
  margin-bottom: 30px;
  text-align: center;
}

.frontPage .site-footer__bottom {
  margin-top: -20px !important;
}
.frontPage .view-display-id-front_news h3, .frontPage .view-id-technical_bulletins h3, .frontPage .view-display-id-ai h3, .frontPage .view-display-id-el_cap h3{
  margin-bottom: 5px;
  padding: 16px;
}
.frontPage .view-display-id-front_news h4, .frontPage .view-id-technical_bulletins h4, .frontPage .view-display-id-ai h4, .frontPage .view-display-id-el_cap h4 {
  text-align: left;
  padding: 0 16px 0 16px;
  display: block;
  width: 100%;
}
.frontPage .view-display-id-ai h4, .frontPage .view-display-id-el_cap h4 {
  margin-bottom: 32px;
}
.frontPage .view-display-id-front_news p, .frontPage .view-id-technical_bulletins p, .frontPage .view-display-id-ai p, .frontPage .view-display-id-el_cap p {
  padding: 0 16px 0 16px ;
  margin-bottom: 0;
}
.frontPage .view-display-id-front_news img, .frontPage .view-id-technical_bulletins img, .frontPage .view-display-id-ai img, .frontPage .view-display-id-el_cap img {
  border-top: thin solid #e0e0e0;
  border-bottom: thin solid #e0e0e0;
  margin-bottom: 14px;
  max-width: 100%;
}
.frontPage .view-display-id-front_news img {
  padding-top: 0;
}
.frontPage .view-display-id-front_news .field--type-image {
  margin: 0;
}
.frontPage .view-news .views-row {
  border-bottom: none;
}

.frontPage .view-news .field--name-field-media-image img, .frontPage .view-technical_bulletins .field--name-field-media-image img, .frontPage .view-quota .field--name-field-media-image img {
  width: 100%;
}
.first-card {
  align-items: start;
}


span.views-label.views-label-field-number, .view-technical-bulletins span.views-field-field-number a {
  font-size: 18.views-field.views-field-body ppx;
}
.view-technical-bulletins .datetime, .view-technical-bulletins span.views-label.views-label-field-number {
  margin-left: 16px;
}

.fa {
  color: var(--white);
}

@media all and (min-width: 992px) {
  .row-contact, .row-user {
    margin-left: 60px;
  }
}
.twitter-timeline {
  max-width: 100%;
  max-height: 1000px;
}

.panel-title {
  font-size: 23px;
  color: var(--white);
  font-family: "Open Sans", sans-serif;
  padding: 10px;
}

.panel-heading {
  background-color: #1da1f2 !important;
  color: #1da1f2 !important;
}

.panel-border {
  margin-right: 25px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: var(--white);
}

.panel {
  margin-top: 25px;
}

h1 > span {
  position: relative;
}

h1 > span:before {
  right: 100%;
  margin-right: 40px;
}

h1 > span:after {
  left: 100%;
  margin-left: 40px;
}

h1 > span:before, h1 > span:after {
  content: "";
  position: absolute;
  border-top: 2px solid #f0f0f0;
  width: 500px;
  height: 2px;
  top: 50%;
}

.fap {
  color: #012977;
}

.careersWrap {
  margin: auto;
  width: 45%;
}

.glassdoor {
  width: 40%;
}

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 2px solid #1a6ad0;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.searchTerm:focus {
  color: #272727;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid var(--link-blue);
  background: var(--link-blue);
  text-align: center;
  color: var(--white);
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.wrap {
  margin: auto;
  width: 25%;
}

:root {
  --color: #4973ff;
}

.hero {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 21%, rgba(23, 0, 138, 0.65) 100%), url(../img/heroA.png) no-repeat center center scroll;
  background-size: cover;
  height: 500px;
  width: 100%;
  position: relative;
}

.img-responsive {
  margin: 0 auto;
}

.smallPadding {
  padding: 2px !important;
}

.frontPage .section {
  width: 100%;
}

.frontPage .container {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  color: #444;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden;
}

.frontPage .section .container {
  padding: 30px 0 50px 0;
}

.frontPage .section.bg {
  background: #f7f7f7;
}

.frontPage .col.bg {
  background: var(--white);
}

.frontPage .hold {
  height: 80px;
}

.frontPage .section .slider,
.section .footer {
  background: #333;
  height: 45vh;
}

.frontPage .slidercontent {
  text-align: center;
}

.hero {
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
}

h1.hero {
  font-size: 54px;
}

.frontPage h2 {
  margin-bottom: 30px;
  text-align: center;
}

h2.hero {
  font-size: 30px;
  margin-bottom: 60px;
}

h1.hero:after {
  content: "";
  width: 300px;
  position: relative;
  border-bottom: 1px solid #aaa;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.call {
  color: white;
  display: block;
  margin-bottom: 20px;
}

.call span {
  display: inline;
  border: 1px solid white;
  padding: 8px 13px;
  font-size: 20px;
  transition: background 0.15s linear;
}

.call span:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.frontPage .left,
.left > h2,
.left > p {
  text-align: left;
}

.quick-nav .icon {
  border-radius: 50%;
  height: 34px;
  width: 34px;
  padding: 24px;
  line-height: 85px;
  font-size: 1.7rem;
  background-color: var(--cta-blue);
  text-align: center;
  margin: 0 auto;
}

#search-button svg.svg-inline--fa.fa-magnifying-glass.form-control-feedback {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 2;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  left: initial;
  font-size: 11px;
}

span.icon.fas.fa-file-signature {
  padding-left: 8px;
}
path {
  color: var(--lab-blue);
}
button path {
  color: white;
}
.quick-nav .row-contact .icon {
  background-color: var(--lab-blue);
}

.quick-nav .row-contact path {
  color: var(--innovation-yellow);
}
.row-separator {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin: 0 60px;
}

.row-user {
  text-align: center;
}

.frontPage .reset {
  text-align: left !important;
}

.frontPage .reset:after {
  display: none !important;
}

.frontPage .white h1,
.white h2,
.white p,
.white div,
.white a {
  color: var(--white);
}

.frontPage .group:after {
  content: "";
  display: table;
  clear: both;
}

.frontPage .container .small-text {
  font-size: 12px;
}

@media all and (max-width: 768px) {
  .frontPage .container {
    width: 95%;
  }
  .frontPage .col.four {
    width: 48%;
    margin: 1%;
  }
  .frontPage .col.three {
    display: block;
    width: 95%;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
  .frontPage .header {
    height: auto;
    background: #eee;
  }
}
@media all and (min-width: 768px) {
  .frontPage .container {
    width: 750px;
  }
}
@media all and (min-width: 992px) {
  .frontPage .container {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .offset-lg-1.contact-trio {
    margin-left: 12%;
  }
}
@media all and (min-width: 1200px) {
  .frontPage .container {
    width: 1170px;
  }
}
@media (max-width: 559px) {
  .hero {
    height: 250px;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 21%, rgba(23, 0, 138, 0.65) 100%), url(../img/heroMobile.png) no-repeat center center scroll;
  }
  h1.HeroTitle {
    top: 70%;
    font-size: 1.9rem;
    line-height: 1;
  }
  .HeroTitle a.btn.btn-primary.btn-lg {
    line-height: 1;
    margin-right: 8px;
  }
  nav.miniNav {
    position: static;
    display: block;
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 450px) {
  .frontPage .col, .col.four, .col.three, .col.two {
    display: block;
    width: 95%;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
  .frontPage .col.extrapad {
    padding: 1%;
    margin-bottom: 10px;
  }
  .frontPage .group {
    display: none;
  }
}
/* MOBILE CSS */
/* Smartphones (portrait) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  /* Styles */
  .heroText {
    margin-top: 435px !important;
    margin-left: 0px !important;
    font-size: 36px !important;
    margin-bottom: 2px !important;
  }
  .heroDescription {
    margin-left: 5px !important;
  }
  .card-text-fp {
    font-size: 14px !important;
  }
}
.badge-alt {
  color: var(--white);
  background-color: var(--plum);
}

header #search-block-form {
  display: block !important;
}

#llnl-bar-expand:focus span {
  border: thin white dashed;
  padding: 2px 2px 1px 2px;
}

#block-computing-main-menu > ul > li:last-child > ul {
  left: auto;
  right: 0%;
  margin: 0;
}

.border-bottom {
  border-bottom: 1px solid var(--gray-light);
}

pre {
  max-width: 850px;
  margin-left: 2rem;
  margin-right: 2rem;
  white-space: pre-wrap;
  background: var(--gray-very-light);
  padding: 1rem;
  border-radius: 4px;
  word-break: break-all;
}

code {
  color: var(--black);
}

.clear-float {
  clear: both;
  float: none;
  display: block;
  overflow: hidden;
}

.float-left {
  display: block;
  float: left;
}

.float-right {
  display: block;
  float: right;
}

.hr {
  border-top: thin solid var(--gray-very-light);
}

.noPadding {
  padding: 0px !important;
}

.node--unpublished {
  padding: 10px 0;
  background: #fcf0f0;
}

.sidebar_first img, .title-area img {
  width: 100%;
  height: inherit;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--link-blue);
}

.dropdown-item.active a, .dropdown-item:active a {
  color: var(--white);
}

.dropdown-item.active:hover, .dropdown-item:active:hover {
  background-color: var(--link-blue-very-light);
  color: var(--black);
}

.dropdown-item.active:hover a, .dropdown-item:active:hover a {
  color: var(--black);
}

.region-title-area {
  border-top: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
  margin-top: 2rem;
  margin-bottom: 1rem;
}

#block-pagetitle {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.caption > figcaption, .figcaption {
  font-size: 85%;
  font-style: italic;
  text-align: left;
  border-left: solid var(--link-blue) 3px;
  padding-left: 6px;
}

p.figcaption:before {
  content: "";
  clear: both;
  float: none;
  height: inherit;
}

p.figcaption {
  width: 100%;
  display: table-caption;
  caption-side: bottom;
}

figure.align-right {
  margin-left: 1rem;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 115%;
  opacity: 0.85;
  border-left: 5px solid #eeeeee;
}

.border-light {
  border-color: var(--gray-light) !important;
}

.field--name-field-tags ul.links li {
  padding-right: 6px;
}

.field--name-field-tags ul.links li {
  padding-right: 6px;
}

.field--name-field-tags ul.links li::after {
  content: " |";
  color: var(--gray-dark);
}

.field--name-field-tags ul.links li:last-child::after {
  content: " ";
}

.field--name-field-tags {
  font-size: 20px;
  margin-top: 40px;
}

.field--name-field-tags .field__label {
  padding-bottom: 10px;
}

.image-style-news-thumbnail-rectangle {
  width: 100%;
  height: inherit;
}

.small-text {
  font-size: 14px;
}

.views-image img, #block-highlights img, #block-call-to-action img {
  width: 100%;
  height: inherit;
}

.list-group-item {
  border: none;
  border-bottom: 1px solid var(--gray-light);
  background-color: transparent;
}

/*Allow Dropdown menu, not sure why this isn't enabled by default */
ul.nav li.dropdown:hover ul.dropdown-menu {
  display: block;
}

/* Make old d7 images responsive */
img.media-element.file-default {
  max-width: 100% !important;
  height: auto !important;
}

/* Override bootstrap-barrio's image left float so that img styles without captions center appropriately */
.field--type-image img {
  margin: 0 1rem 1rem 0;
}

.align-right .field--type-image img {
  margin-left: 1rem;
}

@media (min-width: 560px) {
  .node .field--type-image {
    float: none;
    clear: both;
    margin: inherit;
  }
}
div.align-center img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.view-people-highlight .form-row, .block-views-blocknews-block-1 .form-row {
  margin-bottom: 10px;
  justify-content: flex-end;
}

.view-content.row {
  margin: 0;
}

.title-area-container {
  border-top: 1px solid var(--gray-light);
  border-bottom: 1px solid var(--gray-light);
  margin-top: 40px;
  margin-bottom: 28px; /* balances 12px padding on top of breadcrumbs */
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
}
.title-area-container .badge-alt {
  float: left;
  margin-top: 0.8rem;
  margin-right: 0.5rem;
}

.title-area-container h1 {
  margin-bottom: 0;
  line-height: 1;
}

.title-area img, .title-area p {
  margin-bottom: 0;
}

.title-area img {
  padding-right: -15px;
}

.caption-area {
  margin-top: 40px;
  display: block;
}

.title-area-text {
  position: relative;
}

.title-area-inner {
  margin-left: -15px;
}

.lead-caption {
  font-size: 1.2rem;
  font-weight: 400;
  position: absolute;
  bottom: 0;
}

.caption-credit, .attribution {
  font-weight: 300;
}

.attribution {
  font-style: italic;
}

.pagination {
  justify-content: flex-end;
  margin-right: -15px;
}

ul.pagination.js-pager__items {
  padding-top: 15px;
}

.view-projects .view-content.row, .view-taxonomy .view-content.row {
  margin-right: 0;
  margin-left: 0;
}

/* tables */
#block-tid-system-main .table th, #block-tid-system-main .table td {
  vertical-align: center !important;
  border-top: none !important;
}

#block-tid-system-main .table.table-bordered th, #block-tid-system-main .table.table-bordered td {
  border-top: 1px solid #dee2e6;
}

table th .fixed {
  color: var(--white) !important;
}

.table tr {
  background: var(--white);
}

tr td, tr th {
  border: 1px solid var(--gray-light);
}

.word-break, td .fixed {
  word-break: break-word;
}

.table-striped tr:nth-of-type(even) {
  background-color: var(--white);
}

.table-striped tr:nth-of-type(even) th {
  background-color: #999;
}

.table-striped tr:nth-of-type(odd) {
  background-color: var(--gray-very-light);
}

.table-striped tr:nth-of-type(odd) td pre {
  background: var(--white);
}

table th .fixed {
  color: black;
}

table.table-hover tbody tr:hover {
  background-color: #ede4ef;
}

element.style {
  text-align: center;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6;
}

.table th.valign-center, .table td.valign-center {
  vertical-align: middle;
}

.table th.valign-top, .table td.valign-top {
  vertical-align: top;
}
tr:nth-child(odd) td.title-column {
  background-color: var(--cta-blue);
}
tr:nth-child(odd) td.title-column:hover {
  background-color: #ede4ef;
}
tr:nth-child(even) td.title-column {
  background-color: #F1F6FD;
}
tr:nth-child(even) td.title-column:hover {
  background-color: #ede4ef;
}
.nav-pills li a {
  display: block;
  border-radius: 5px;
  border: 2px var(--link-blue) solid;
  background-color: white;
  color: var(--link-blue);
  padding: 10px;
}

.nav-pills li a.active {
  background-color: var(--link-blue);
  color: var(--white);
}

.nav-pills li a:hover {
  background-color: #ede4ef;
  border: 2px var(--plum) solid;
}

.field-name-body ul.nav-pills li:before {
  content: none;
}

.zone {
  margin-bottom: 30px;
  border: thin var(--gray-light) solid;
  padding: 20px;
  min-height: 260px;
  border-radius: 5px;
  background-color: var(--link-blue-very-light);
}

.zone p {
  margin-bottom: 0;
}

.icon-container {
  margin: 1rem auto;
  text-align: center;
}

.icon-container h2.service {
  font-size: 1.5rem;
  text-align: center;
}
.icon-container a {
  color: var(--link-blue)
}

.icon {
  font-size: 2rem;
  padding-bottom: 10px;
}

.field__label {
  font-weight: 500;
  padding-right: 6px;
}

.field__label::after {
  content: ":";
}

.indented-fieldgroup {
  margin-left: 40px;
}

/* Overriding Bootstrap Barrio's float-left for images, we want more control. */
.field--type-image {
  margin: 0 1rem 0.5rem 0;
}

@media (min-width: 560px) {
  .node .field--type-image {
    float: none;
    clear: both;
    margin: inherit;
  }
}
div.align-center img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .title-area-container {
    border-top: 1px solid var(--gray-light);
    border-bottom: 1px solid var(--gray-light);
    margin-top: 20px;
    margin-bottom: 8px; /* balances 12px padding on top of breadcrumbs */
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .title-area-container h1 {
    font-size: 30px;
    /*    text-align: center; /* this is for mobile center, DW and HA preferred left, MWE preferred center */
  }
  .title-area p {
    font-size: 14px;
    /*    text-align: center;
        padding-right: 10px;
        padding-left: 10px;  /* this is for mobile center, DW and HA preferred left, MWE preferred center */
  }
  .title-area-text {
    position: relative;
  }
  .lead-caption {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .title-area img {
    margin-bottom: 0;
    padding: 0px;
    margin: 12px auto;
    width: 100%;
    height: inherit;
  }
}
.fieldset-legend {
  font-size: 1rem;
}

/* sundials webform */
.webform-submission-sundials-mailing-list-add-form {
  width: 225px;
  height: 212px;
}

.webform-submission-sundials-mailing-list-add-form .form-select {
  width: 150px;
}

.webform-submission-sundials-mailing-list-add-form .webform-button--submit {
  width: 100px;
}

/* casc webform */
.webform-submission-casc-mailing-list-add-form {
  width: 225px;
  height: 212px;
}

.webform-submission-casc-mailing-list-add-form .form-select {
  width: 150px;
}

.webform-submission-casc-mailing-list-add-form .webform-button--submit {
  width: 100px;
}

/* contact webform */
.webform-submission-contact-form {
  padding: 10px 300px 10px 300px;
  position: relative;
}

.webform-submission-contact-form .form-text, .form-email {
  width: 250px;
}

.webform-submission-contact-form .form-select {
  width: 180px;
}

.webform-submission-contact-form .webform-button--submit {
  width: 150px;
}

.webform-submission-contact-form .form-textarea {
  width: 475px;
}

/* how you use sundials webform */
.webform-submission-how-do-you-use-sundials-form {
  width: 465px;
}

.webform-submission-how-do-you-use-sundials-form .webform-button--submit {
  width: 100px;
}

/* login form */
.user-login-form {
  width: 300px;
}

.user-login-form .form-submit {
  width: 80px;
}

@media (max-width: 560px) {
  .title-area-container h1 {
    font-size: 24px;
  }
  .sidebar h2 {
    font-size: 0.95rem;
  }
  .views-element-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  div.align-center img {
    width: 100%;
    height: inherit;
  }
  div.caption-area {
    margin-top: 10px;
  }
  h1.HeroTitle {
    top: 50%;
  }
  .HeroTitle a.btn.btn-primary.btn-lg {
    height: 65px;
  }
}
#edit-actions {
  padding-top: 1rem;
}

.rnd .icon {
  border-radius: 50%;
  height: 85px;
  width: 85px;
  line-height: 85px;
  background-color: #f7f7f7;
  text-align: center;
  margin: 0 auto;
  transition: background 0.25s linear, color 0.25s linear;
}

.icon-container .service:after {
  content: "";
  width: 50px;
  position: relative;
  border-bottom: 1px solid #eee;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 10px;
}

.view-news .views-field.views-field-field-date-published {
  line-height: 1;
  padding: 0 0 5px 0;
  margin: 0;
}

.datetime {
  color: #666;
  font-size: 80%;
  padding-top: -3px;
}

.view-technical-bulletins .datetime {
  color: #212529;
  font-size: 100%;
  padding-top: 0;
}

.views-field.views-field-field-news-item-image {
  margin-bottom: 0;
  padding-bottom: 0;
}

.views-field.views-field-body p {
  font-size: 95%;
  margin-bottom: 15px;
}

.view-news .views-row {
  border-bottom: var(--gray-light) thin solid;
  margin-bottom: 15px;
  margin-top: 0;
}

.field--type-image img {
  padding-top: 5px;
}

.title-column {
  /* Background color */
  background-color: var(--gray-light);
}

.table-bordered td.title-column {
  border-bottom: white 1px solid;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 4px;
}
.table-striped tr:nth-of-type(2n) th {
color: #2d2d2d;
}

@media screen and (min-width: 1370px) {
  .view-systems.view-id-systems.view-display-id-block_1 .view-content.row {
    margin: 0 -155px;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .zone {
    min-height: 260px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .zone {
    min-height: 100px;
    margin-bottom: 15px;
  }
}
/* Accordion Styles */
.ckeditor-accordion-container > dl.styled dt > a {
  color: var(--link-blue);
  background-color: var(--gray-very-light);
  border-color: var(--gray-light);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.ckeditor-accordion-container > dl.styled dt.active > a {
  background-color: var(--gray-very-light);
}

.ckeditor-accordion-container > dl.styled {
  position: relative;
  border: 1px solid var(--gray-light);
}

.ckeditor-accordion-container > dl.styled dt > a:hover {
  background-color: var(--gray-very-light);
}

.ckeditor-accordion-container > dl.styled dd {
  padding: 10px 15px;
}

.ckeditor-accordion-container > dl.styled dt > a > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
  background: var(--link-blue);
}

.form-required::after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../img/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  width: 7px;
  height: 7px;
  margin: 0 0.3em;
}

/* Classification Banner Marking Colors & text */
.unclassified {
  text-align: center;
  background-color: #72b40f;
  color: white;
  height: 24px;
}

/* Classification Banner Marking Text */
.unclassified:after {
  content: "UNCLASSIFIED";
}

.unclassified-notice {
  text-align: center;
  background-color: #72b40f;
  color: white;
  font-weight: bold;
  padding-bottom: 15px;
}
#openid-connect-login-form {
  display: none;
}

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