/***
  Insight Shared Styles CSS
  Author: Irina Patrikeeva <irina.i.patrikeeva@nasa.gov>
  Modified on 05/27/2021 by: Nhi Cmerek
  Modified on 01/25/2022 by: Stuart Williscroft
  Modified on 12/21/2022 by: Lionel Delmo
***/

/* LLD: START */

* {
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji"," Segoe UI Emoji", "Segoe UI Symbol","Noto Color Emoji";
}

html {
  scroll-behavior:smooth;
  overflow-y: scroll;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

:root {
  /* --animate-delay: 0s; */
  --animate-duration: 2s;
}

/* scrollbars total width */
::-webkit-scrollbar {
  background-color: rgba(0,0,0,0);
  width: 8px;
  height: 8px;
  z-index: 999999;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0);
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 8px;
  border: 1px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
  display:none;
}

:hover::-webkit-scrollbar-thumb {
  background-color: #a0a0a5; 
  border:1px solid #fff;
}

/* scrollbar when scrollbar is hovered */
::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 1px solid #f4f4f4
}
.user-select-none {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */  
}
div.popover.bs-popover-auto {
  margin-left: -5px !important;
  box-shadow:  0 2px 5px rgb(32 33 36 / 30%);
  border-color: rgba(223,225,229,0);
}

.icon-colorized {
  cursor: pointer;
  background: -webkit-linear-gradient(to bottom, rgb(0, 22, 42), rgb(66, 134, 244));
  background: linear-gradient(to bottom, rgb(0, 22, 42), rgb(66, 134, 244));
	/* background: -webkit-radial-gradient(33% 100% circle, #515ECF 4%, #9B36B7 30%, #D92E7F 62%, #F15245 85%, #FED373);
	background: radial-gradient(circle at 33% 100%, #ff3be7 4%, #ff3be7 28%, #03ffe8 62%, #F15245 85%, #FED373); */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.icon-colorized:hover {
  background: -webkit-radial-gradient(33% 100% circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.app-name-text-gradient,
.app-name-text-gradient:before {
    background: -webkit-linear-gradient(left top, left bottom, from(#ffffff), to(#0196ff));
    background-image: linear-gradient(left top, left bottom, from(#ffffff), to(#0196ff));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial; /* reset Font Awesome's display:inline-block */
}

#ediHeader {
  height: auto;
  min-height: 100px;
  color: white;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgb(0, 22, 42), rgb(66, 134, 244));
  /* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%), inset 0 -1px 0 rgb(0 0 0 / 15%); */
}

#offcanvasLeftMenu {
  z-index: 2001;
}

#offcanvasLeftMenu .offcanvas-header {
  height: 100px;
  color: white;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgb(0, 22, 42), rgb(66, 134, 244));
}

#offcanvasLeftMenu .offcanvas-header .btn-close {
  color: white;
  background-image: none;
}

/* #offcanvasLeftMenu .offcanvas-header .lsda-logo img {
  width: 35px;
} */

#offcanvasLeftMenu .offcanvas-body .nav .nav-item {
  width: 100%;
}

#offcanvasLeftMenu .offcanvas-body .nav.nav-pills .nav-item .nav-link.active {
  color: white !important;
}

#offcanvasLeftMenu .nav-item .nav-link:hover:not(.active) {
  background-color: rgba(11,110,253, 0.3);
}

#ediHeader,
#ediHeader.user-select-none {
  height: auto!important;
}

#ediHeader #topHeader.top-header {
  display: flex;
  flex-direction: column;
  height: 100px;
}

#ediHeader #topHeader.top-header.top-fixed {
  display: flex;
  flex-direction: row;
  height: 50px;
  position: fixed;
  top: 0px;
  z-index: 2000;
  left: 0;
  right: 0;
  margin: 0px;
  padding: 0px;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgb(0, 22, 42), rgb(66, 134, 244));
}

#ediHeader #topHeader.top-header.top-fixed #navBarContainer {
  margin:0 150px;
  padding:0;
}

.top-header.top-fixed a.nlsp-home img.nlsp-logo {
  height: 32px;
}

#logoAndAppNamePanelTop a.nlsp-home .nlsp-logo,
#logoAndAppNamePanelSide a.nlsp-home .nlsp-logo {
  padding: 0px;
  height: 64px;
}

#ediHeader #topHeader.top-header span.h4.site-name {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 99%;
}

#ediHeader #topHeader.top-header .top-header-toggle-menu-panel {
  display: none;
  width: 40px;
  font-size: 1.8em;
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#ediHeader #topHeader.top-header .top-header-left-panel {
  width: 70px;
  padding-left: 0.5em;
}

#ediHeader #topHeader.top-header .top-header-center-panel .title-text-section .h4 {
  font-weight: bold;
}

#ediHeader #topHeader.top-header .top-header-center-panel .top-section-lg .search-box-section {
  width: 35%;
  height: 30px;
}
#ediHeader #topHeader.top-header #searchBoxAndIconsPanelTop .search-box-section {
  min-width: 300px;
  width: 100%;
}
#ediHeader .top-header .top-header-center-panel .search-box-section > div,
#ediHeader #topHeader.top-header #searchBoxAndIconsPanelTop .search-box-section > div {
  background-color: whitesmoke;
  padding: 0.25em;
  border-radius: 20px;
}
#ediHeader .top-header .top-header-center-panel .search-box-section > div .left-icon,
#ediHeader .top-header .top-header-center-panel .search-box-section > div .right-icon,
#ediHeader #topHeader.top-header #searchBoxAndIconsPanelTop .search-box-section > div .left-icon,
#ediHeader #topHeader.top-header #searchBoxAndIconsPanelTop .search-box-section > div .right-icon {
  width: 25px;
  color: darkslategray;
  cursor: pointer;
}

#ediHeader .top-header .top-header-center-panel .search-box-section > div input,
#ediHeader #topHeader.top-header #searchBoxAndIconsPanelTop .search-box-section > div input {
  border: none;
  width: 100%;
  height: 100%;
  outline: none;
  background-color: whitesmoke;
}

#ediHeader #navBarContainer.top-fixed {
  position: fixed;
  top: 15px;
  left: 0px;
  right: 0px;
  background-color: blue;
  z-index: 1000;
}


#ediHeader #navBarContainer .navbar-nav {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
}
#ediHeader #navBarContainer .navbar-nav .nav-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  white-space: nowrap;
}

#ediHeader #navBarContainer .navbar-nav .nav-item .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: gainsboro !important;
}
#ediHeader #navBarContainer .navbar-nav .nav-item .nav-link.active {
  color: white !important;
}
#ediHeader #navBarContainer .navbar-nav .nav-item .nav-link:hover:not(.active) {
  background-color: rgba(11,110,253, 0.3);
  color: white !important;
}

.nlsp-app-site-names {
  line-height: 1.5
}

#logoAndAppNamePanelTop .nlsp-app-name,
#logoAndAppNamePanelSide .nlsp-app-name,
#topHeader.top-header.top-fixed .nlsp-app-name {
  font-family: Georgia,Garamond,serif;
  font-size: 32px!important;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 40vw;
}

#logoAndAppNamePanelSide .nlsp-app-name {
  width: 30vw;
}

#topHeader.top-header.top-fixed .nlsp-app-name {
  font-size: 1.3em!important;
  font-weight: bold;
  width: calc(100px + 10vw);
}

#logoAndAppNamePanelTop .nlsp-site-name,
#logoAndAppNamePanelSide .nlsp-site-name {
  color: gainsboro;
  margin-top: -10px;
}

#ediHeader #topHeader.top-header.top-fixed .app-name-container {
  display: none;
  margin: 0px 150px;
}

@media (max-width: 1024px) {
  #ediHeader #topHeader.top-header .top-header-toggle-menu-panel {
    display: flex;
  }

  .top-section-lg {
    display: none !important;
  }
  #navBarContainer.bottom-section-lg {
    display: none !important;
  }

  .top-section-sm {
    display: flex !important;
  }

  #ediHeader #topHeader.top-header.top-fixed .app-name-container {
    display: flex;
  }

  #topHeader.top-header.top-fixed .nlsp-app-name {
    width: 30vw;
  }
}


#ediHeader .top-header .top-header-right-panel {
  display: flex;
  flex-direction: row;
}
#ediHeader .top-header .top-header-right-panel .nasa-logo {
  width: 63px;
}
#ediHeader .top-header .top-header-right-panel .user-icon,
#ediHeader .top-header .top-header-right-panel .user-help-icon,
#ediHeader .top-header .top-header-right-panel .app-launcher-icon,
#ediHeader .top-header .user-icon,
#ediHeader .top-header .user-help-icon,
#ediHeader .top-header .app-launcher-icon {
  font-size: 1.5em;
}

.popover {
  z-index: 2000;
}
.user-info-custom-popover {
  --bs-popover-max-width: 500px;
}
.app-launcher-custom-popover {
  --bs-popover-max-width: 600px;
}

.user-info-custom-popover .popover-header,
.app-launcher-custom-popover .popover-header {
  margin: 0px;
}
.app-launcher-custom-popover .popover-body {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  margin: 1em 0px;
}

.app-launcher .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 0.5em;
}
.app-launcher .grid-container .grid-item {
  /* background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px; */
  text-align: center;
}

#edi-footer {
  color: rgba(255,255,255,0.5);
  background-color: transparent;
  background-image: linear-gradient(to bottom,rgb(52 121 225), rgb(0, 22, 42));
  position: relative;
  height: auto;
  width: 100vw;
}

#ediHeader a,
#edi-footer a {
  color: inherit !important;
}

#edi-footer .footer-content {
  display: flex;
  flex-direction: column;
  padding: 1.5em 1.5em 1.5em 1em;
  width: 100vw;
  /* position: absolute; */
}

#edi-footer .footer-content .footer-row-1 {
  display: flex;  
  flex-wrap: wrap;
  z-index: 1;
}

#edi-footer .footer-content .footer-row-1 .footer-logo {
  /* width: 250px; */
  padding: 0px, 0.5em, 0.5em;
}
#edi-footer .footer-content .footer-row-1 .footer-logo img {
  max-width: 102px;
  max-height: 85px;
}

#edi-footer .footer-content .footer-row-1 .footer-nav {
  /* background-color: blue; */
  flex: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
#edi-footer .footer-content .footer-row-1 .footer-nav .version-div {
  margin-top: 1em;
  text-align: center;
}
#edi-footer .footer-content .footer-row-1 .footer-nav .version-div p {
  margin: 0px;
}
#edi-footer .footer-content .footer-row-1 .footer-nav .version-div img {
  width: 18em;
}
#edi-footer .footer-content .footer-row-1 .footer-nav .unstyled-list {
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 5em;
  padding-inline-start: 0px;
  flex-direction: row;
}
#edi-footer .footer-content .footer-row-1 .footer-nav .unstyled-list li {
  color: rgba(255,255,255,0.5);
  display: flex;
  white-space: nowrap;
  padding: 0px 0.1em 0.1em;
  border-bottom: 4px rgba(255,255,255,0.5) double;
  font-weight: bold;
}

#edi-footer .footer-content .footer-row-1 .footer-nav .unstyled-list li:hover {
  color: rgba(255,255,255,1);
  border-color: rgba(255,255,255,1);
}
#edi-footer .footer-content .footer-row-1 .footer-nav .unstyled-list a {
  text-decoration: none;
}
#edi-footer .footer-content p {
  margin-bottom: 0.25rem; 
}
#edi-footer .footer-content a:hover {
  color: rgba(255,255,255,1) !important; 
}

#edi-footer .footer-content .footer-row-1 .footer-logo .env-col {
  padding: 1.5em 0.5em 0.5em;
  text-align: left;
  font-size: 0.8em;
  white-space: nowrap;
}

#edi-footer .footer-content .footer-row-1 .footer-nav .unstyled-list {
  color: white;
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 5em;
}

#edi-footer .footer-content .footer-row-1 .contact-info {
  /* padding-right: 1em; */
}

/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 700px) { 
  #edi-footer .footer-content .footer-row-1 .footer-nav {
    justify-content: start;
    padding-bottom: 1.5em;
  } 
}

#edi-footer .footer-content .footer-row-2 {
  /* background-color: green; */
  display: flex;  
  justify-content: center;
  position: absolute;
  bottom: 0px;
  padding-bottom: 1.5em;
  width: 100%;
}

#edi-footer .footer-content .footer-row-2 .env-col {
  flex:none;
  width: 200px;
  background-color: red;
}
#mainContainer {
  overflow: auto;
}
#pageTop {
  min-height: calc(100vh - 210px);
  padding-top: 0px !important;
}
#splash {
  min-height: calc(100vh - 100px);
  width: calc(100vw - 10px);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  background-color: whitesmoke;
  position: absolute;
  top: 100px;
  z-index: 2000;
}
#splash .images {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.spinner-grow {
  animation: 1.5s linear infinite spinner-grow;
}

#headerBackgroundAnimateEl,
#footerBackgroundAnimateEl {
  display: none;
  overflow: hidden;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
  pointer-events: none;
}

#footerBackgroundAnimateEl.ocean {
  bottom: 0;
  height: 100%;
  top:unset;
  position: absolute;
}

.ocean {
  height: 80px; /* change the height of the waves here */
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
}

.wave {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 88.7'%3E%3Cpath d='M800 56.9c-155.5 0-204.9-50-405.5-49.9-200 0-250 49.9-394.5 49.9v31.8h800v-.2-31.6z' fill='%23003F7C'/%3E%3C/svg%3E");
  position: absolute;
  width: 200%;
  height: 100%;
  animation: wave 30s -3s linear infinite;
  /* animation: wave 10s -3s linear infinite; */
  transform: translate3d(0, 0, 0);
  opacity: 0.8;
}

.wave:nth-of-type(2) {
  bottom: 0;
  animation: wave 60s linear reverse infinite;
  /* animation: wave 18s linear reverse infinite; */
  opacity: 0.5;
}

.wave:nth-of-type(3) {
  bottom: 0;
  animation: wave 90s -1s linear infinite;
  /* animation: wave 20s -1s linear infinite; */
  opacity: 0.5;
}

@keyframes wave {
    0% {transform: translateX(0);}
    50% {transform: translateX(-25%);}
    100% {transform: translateX(-50%);}
}


.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate_background 25s linear infinite;
  bottom: -150px;
  
}

.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}


.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate_background {

  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }

  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }

}

/* LLD: END */

#InsightHeader {
  /* height: 120px !important; */
  height: auto !important;
}
@media print {
  #record-sidebar header,  #record-sidebar .menu-links, #edi-header, #edi-footer, #record-links{
    display:none
  }

.w3-main{
  margin-left:0px !important;
}
  #panels-region, #tables-region, #tables-region .table-title-button{
    font-size:12px !important;
  }
}
@media all {
  .edi-button {
    border: 0;
    border-radius: 0.3em;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    outline: 0;
    padding: 0.5em 0.7em;
    text-align: center;
    text-decoration: none;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  }
  .edi-primary-button {
    color: #ffffff;
    background-color: #0071bc;
    border-color: #0071bc;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    width: auto;
    display: inline-flex;
    cursor: pointer;
    padding: 14px;
    border-radius: 4px;
  }
  .edi-primary-button:hover {
    background-color: #205493;
  }
  .edi-primary-button:active {
    background-color: #112e51;
  }
  .edi-primary-button:focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    border-radius: 4px;
  }
  .edi-button-link {
    color: #3e94cf;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    background-color: transparent;
    box-shadow: none;
    font-weight: 400;
    border: none;
    cursor: pointer;
  }
  .edi-button-link:hover {
    text-decoration: underline;
  }
  .edi-button-link:focus {
    box-shadow: none;
  }
  .edi-button-link:active {
    box-shadow: none;
  }
}
/* Tablets and desktops ---------------------- */
@media (min-width: 481px) {
  .edi-button {
    width: auto;
  }
}

/***  Export Control Warning ***/
@media all {
  .edi-modal {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 1050;
    opacity: 1;
    outline: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 15px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    box-sizing: border-box;
  }
  .edi-modal .edi-modal-background {
    background-color: #000000;
    opacity: 0.5;
    height: 100%;
    z-index: 2;
    display: flex;
  }
  .edi-modal .dialog-box {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px auto;
  }
  .edi-modal .dialog-box .dialog-content {
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    outline: 0;
    background-clip: padding-box;
    box-sizing: border-box;
  }
  .edi-modal .dialog-box .dialog-content .dialog-header {
    background-color: #3e94cf;
    padding: 1em;
    border-bottom: 1px solid #aeb0b5;
  }
  .edi-modal .dialog-box .dialog-content .dialog-header h4.dialog-header-title {
    font-size: 1.25em;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
  }
  .edi-modal .dialog-box .dialog-content .dialog-body {
    position: relative;
    padding: 1em;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 1em;
    color: #212121;
  }
  .edi-modal .dialog-box .dialog-content .dialog-body p.warning-text {
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.5;
    margin: 0 0 1em 0.5em;
  }
  .edi-modal .dialog-box .dialog-content .dialog-body a {
    color: #0071bc;
    text-decoration: none;
    cursor: pointer;
  }
  .edi-modal .dialog-box .dialog-content .dialog-footer {
    padding: 1em;
    text-align: right;
    border-top: 1px solid #aeb0b5;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    height: 5em;
    display: flex;
  }
  .edi-modal .dialog-box .dialog-content .dialog-footer #dialog-button {
    right: 1em;
    position: absolute;
  }
}
@media (min-width: 769px) {
  .edi-modal .dialog-box {
    width: 600px;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .edi-modal .dialog-box {
    width: auto;
    margin: 10px;
  }
}
/*** Footer stylesheet ***/

@media all {
  .wrapper {
    min-height: 100%;
    margin: 0 auto -171px;
  }
  body {
    height: 100%;
    margin: 0;
  }
  footer.footer {
    position: absolute;
    width: 100%;
    height: 171px;
    /* margin-top: 171px; */
    display: inline;
  }
  footer.footer .return-to-top {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 14px;
    display: inline;
  }
  footer.footer .footer-content {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: #000;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    margin: 0;
  }
  footer.footer .footer-content .footer-logo-div {
    width: 100px;
    display: block;
    float: left;
  }
  footer.footer .footer-content .footer-logo-div .footer-logo {
    padding-left: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
  }
  footer.footer .footer-content .footer-logo-div .footer-logo img {
    max-width: 102px;
    max-height: 85px;
  }
  footer.footer .footer-content .footer-logo-div .shared-styles-version p {
    font-size: 10px;
    color: #046b99;
  }
  footer.footer .footer-content .footer-logo-div .env-wrapper {
    width: 200px;
    margin-left: 10px;
  }
  footer.footer .footer-content .footer-logo-div .env-wrapper a {
    font-size: 12px;
    color: #046b99;
    text-decoration: underline;
  }
  footer.footer .footer-content .footer-logo-div .env-wrapper a:hover {
    color: #00547A;
  }
  footer.footer .footer-content .footer-links-div {
    width: 85%;
    display: block;
    float: left;
    margin-left: 20px;
  }
  footer.footer .footer-content .footer-links-div .footer-nav {
    height: 75%;
    padding-top: 25px;
    font-size: 15px;
  }
  footer.footer .footer-content .footer-links-div .footer-nav .unstyled-list {
    color: white;
    list-style-type: none;
    margin: 0;
  }
  footer.footer .footer-content .footer-links-div .footer-nav .unstyled-list li.footer-primary-content {
    display: block;
    float: left;
    padding-right: 15px;
  }
  footer.footer .footer-content .footer-links-div .footer-nav .unstyled-list li.footer-primary-content a.footer-primary-link {
    color: #FFF !important;
    display: block;
    font-weight: 500;
    text-decoration: none;
    margin-top: 0;
    padding-bottom: 20px;
    /* padding-top: 20px; */
    font-size: 15.3px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  }
  footer.footer .footer-content .footer-links-div .version-div {
    float: left;
    width: 85%;
    position: absolute;
    text-align: center;
    bottom: 0;
  }
  footer.footer .footer-content .footer-links-div .version-div p {
    text-align: center;
    font-size: 12px;
    color: #046b99;
    margin: 0;
  }
  footer.footer .footer-content .footer-links-div .version-div .powered-by-logo img {
     width: 215px;
  }
  footer.footer .footer-content .footer-links-div .version-div .footer-site-name {
    font-size: 16px;
  }
  footer.footer .footer-content .footer-links-div .contact-info {
    position: absolute;
    max-width: 15%;
    /* top: 30px; */
    top: 0px !important;
  }
  footer.footer .footer-content .footer-links-div .contact-info .footer-primary-content p {
    font-size: 15.3px;
    color: #fff;
    margin-bottom: 6px;
  }
  footer.footer .footer-content .footer-links-div .contact-info .footer-primary-content p a {
    text-decoration: underline;
    /* color: #046b99; */
    color: #fff;
  }
  footer.footer .footer-content .footer-links-div .contact-info .footer-primary-content p a:hover {
    /* color: #00547A; */
    color: #fff;
  }
}
/* Desktops ----------- */
@media (min-width: 769px) {
  footer.footer .footer-content {
    width: 100%;
  }
  footer.footer .footer-content .footer-links-div li.footer-primary-content {
    width: 150px;
  }
  footer.footer .footer-content .contact-info {
    right: 20px;
  }
  footer.footer .footer-content .contact-info .footer-primary-content {
    /* padding-top: 30px; */
    padding-top: 7px;
  }
}
/* Smartphones (portrait and landscape) and tablets ----------- */
@media (max-width: 768px) {
  footer.footer .footer-content {
    width: 100%;
    display: inline-block;
    height: auto;
  }
  footer.footer .footer-content .footer-logo-div {
    width: 100%;
  }
  footer.footer .footer-content .footer-links-div {
    width: 100%;
  }
  footer.footer .footer-content .footer-links-div .footer-nav {
    padding-top: 5.5em;
  }
  footer.footer .footer-content .footer-links-div .unstyled-list li.footer-primary-content {
    width: 100%;
  }
  footer.footer .footer-content .footer-links-div .contact-info {
    width: 100%;
    margin-top: -4em;
    left: 10px;
  }
  footer.footer .footer-content .footer-links-div .contact-info .footer-primary-content {
    padding-top: 0;
  }
}

/* Sizing conditions for the nav menu (bottom header) and burger menu (left header)  */
@media all and (max-width: 1026px) {
  header.header .header-bottom {
    display: none;
  }
}
@media all and (min-width: 1026px) {
  #edi-menu-wrapper {
    display: none;
  }
}

/*** Header stylesheet ***/
/* Browser specific rules --------------*/
/***
 Styles that apply to all screens
 */
@media all {
  header.header {
    width: 100%;
    font-size: 18px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    color: #ffffff;
    background-color: #00172B;
    padding-bottom: 1.8px;
    display: inline-flex;
    height: 100px;
    align-items: normal;
  }
  header.header .header-bottom {
    position: absolute;
    top: 74px;
    width: 100%;
    height: 20px;
    font-size: 18px;
    text-align: center;
  }
  header.header .header-left {
    display: inline-flex;
    height: 100px;
    float: left;
  }
  header.header .header-right {
    /* float: left; */
    height: 100px;
    position: absolute;
    right: 0;
  }
  header.header .header-bottom .bottom-menu  {
    margin: 0px;
    padding: 0px;
  }
  header.header .header-bottom .bottom-menu-item {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border-top: 1px solid white;
    padding-right:5px;
    padding-left:5px;
    padding-top:2px;
    border-left:1px solid white;
    border-right:1px solid white;
  }
  header.header .header-bottom li.bottom-menu-item a {
    text-decoration: none;
  }
  header.header .header-bottom li.bottom-menu-item a:link {
    color: white;
  }
  header.header .header-bottom li.bottom-menu-item a:visited {
    color: white;
  }
  header.header .header-bottom li.bottom-menu-item a:active {
    color: white;
  }
  header.header .header-bottom li.bottom-menu-item a:hover {
    /* color: #ff8a73; */
    background-color: #bcbcbc;
    color: #00172B !important;
  }

  header.banner {
    background-color: white;
  }

  header.banner .header-banner {
    /* position: absolute; */
    text-align: center;
    width: 100%;
    /* top: 98px; */
    font-size: 18px;
    color: black;
    background-color: white;
  }

  header.banner.top-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-top: 50px;
    z-index: 1500;
    background-color: white;
  }

  header.banner .header-banner {
    text-align: center;
    font-size: 0.8em;
    color: black;
    /* margin: 5px;
    padding: 0px 2px; */
    background-color: white;
  }

  header.banner .header-banner > div {
    letter-spacing: 0.3em;
    /* border-radius: 5px; */
  }
  #ediHeader .header-banner .dev-banner {
    color: white;
    background-color: red;
  }
  #ediHeader .header-banner .stage-banner {
    background-color: yellow;
  }
  #ediHeader .header-banner .cui-banner {
    background-color: whitesmoke;
  }

  header.header .header-left #menu-toggle {
    height: 100%;
    max-width: 100px;
    min-width: 85px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  header.header .header-left #menu-toggle svg {
    margin: auto;
    font-size: 25px;
  }
  header.header .header-left #menu-toggle i {
    font-size: 25px;
    text-align: center;
    width: 100%;
  }
  header.header .header-left .bm-menu {
    width: 380px;
    align-items: stretch;
    background-color: #f3f3f3;
    color: #001b30;
    display: flex;
    flex-direction: column;
    z-index: 1001;
    transform: translate3d(-100%, 0, 0);
    left: 0;
    right: initial;
    transition: transform 0.7s;
    position: absolute;
    top: 100px;
    height: 100vh;
  }
  header.header .header-left .bm-menu .bm-flexcontainer {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #f3f3f3;
  }
  header.header .header-left .bm-menu .bm-flexcontainer .bm-leftside {
    align-self: auto;
    order: 1;
    flex: 1 1 50%;
    padding: 0 0 0 20.7px;
  }
  header.header .header-left .bm-menu .bm-flexcontainer .bm-leftside h2 {
    margin-top: 51px;
    margin-bottom: 34px;
    font-size: 34px;
    font-weight: 700;
    color: #001b30;
  }
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside {
    align-self: auto;
    order: 2;
    flex: 1 1 20%;
    font-size: 13.5px;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 3.5px 13.5px;
  }
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside h3 {
    display: inline;
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px;
  }
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside h3:hover {
    cursor: pointer;
  }
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside i,
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside svg {
    color: #001b30;
    margin-top: 8.33333px;
    display: inline-block;
    font: 0px normal;
    margin-left: 4.25px;
  }
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside i:hover,
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside svg:hover {
    cursor: pointer;
  }
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside .fa.fa-close::before,
  header.header .header-left .bm-menu .bm-flexcontainer .bm-rightside .fa-times:before {
    content: "\F00D";
  }
  header.header .header-left .bm-menu ul {
    background-color: #f3f3f3;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header.header .header-left .bm-menu ul li.bm-menu-item {
    margin: 0;
    line-height: 27px;
  }
  header.header .header-left .bm-menu ul li:first-child a {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  header.header .header-left .bm-menu ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #3f3f3f;
    cursor: pointer;
    display: block;
    font-weight: 500;
    letter-spacing: 1px;
    outline: none;
    padding: 18px 18px 18px 21.6px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    transition: background 0.55s;
    text-decoration: none;
  }
  header.header .header-left .bm-menu ul li a:hover {
    background: #EBEBEB;
    font-weight: 600;
  }
  header.header .header-left .bm-menu ul a:hover {
    color: #004069;
    cursor: pointer;
    text-decoration: none;
  }
  header.header .header-left .logo {
    margin: 23px 0 27px 27px;
  }
  header.header .header-left .logo-only img {
    width: 100%;
  }
  header.header .header-left .site-name-and-slogan {
    display: inline-flex;
  }
  header.header .header-left .site-name-and-slogan .site-name {
    margin: auto;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  }
  header.header .header-left .site-name-and-slogan .site-name a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: inline-flex;
    margin-left: 15px;
    line-height: 33px;
  }
  header.header .header-left .site-name-and-slogan .site-name a:hover {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
  }
  header.header .header-right #edi-search-bar {
    height: 98.2px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 15px;
    margin-top: 20px;
    border-radius: 10px;
  }
  header.header .header-right #edi-search-bar #edi-search-box {
    min-width: 150px;
    max-width: 650px;
    max-height: 44px;
    width: 100%;
    margin: 9px 18px 0 0;
    float: left;
    display: inline-flex;
    line-height: 25.7167px;
    position: relative;
    border-radius: 20px;
  }
  header.header .header-right #edi-search-bar #edi-search-box select {
    background-position: 93px;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  header.header .header-right #edi-search-bar #edi-search-box select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
  }
  header.header .header-right #edi-search-bar #edi-search-box .search-app-select:after {
    content: "\F0DC";
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    color: #000;
    padding: 12px 8px;
    position: absolute;
    right: 0;
    top: 0;
    background: red;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    box-sizing: border-box;
  }
  header.header .header-right #edi-search-bar #edi-search-box input {
    margin: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
  }
  header.header .header-right #edi-search-bar #edi-search-box input[name="basic-search"] {
    color: #00172B;
    display: block;
    height: 45px;
    line-height: 23.4px;
    max-width: 100%;
    outline: none;
    border: 1px solid #9b9b9b;
    border-radius: 36px;
    padding: 13.5px 27px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 15px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 18px;
  }
  header.header .header-right #edi-search-bar #edi-search-box .typeahead {
    width: 100%;
    padding: 13.5px 27px;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
    font-size: 15px;
    color: #212121;
    border-radius: 36px;
    display: inline-block;
    max-width: 550px;
    height: 45px;
    border: none;
  }
  header.header .header-right #edi-search-bar #edi-search-box ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #757575;
    font-size: 15px;
  }
  header.header .header-right #edi-search-bar #edi-search-box ::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575;
    font-size: 15px;
  }
  header.header .header-right #edi-search-bar #edi-search-box :-ms-input-placeholder {
    /* IE 10+ */
    color: #757575;
    font-size: 15px;
  }
  header.header .header-right #edi-search-bar #edi-search-box :-moz-placeholder {
    /* Firefox 18- */
    color: #757575;
    font-size: 15px;
  }
  header.header .header-right #edi-search-bar #edi-search-box .tt-menu,
  header.header .header-right #edi-search-bar #edi-search-box .gist {
    text-align: left;
  }
  header.header .header-right #edi-search-bar #edi-search-box .tt-query,
  header.header .header-right #edi-search-bar #edi-search-box .tt-hint {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #aeb0b5;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    outline: none;
  }
  header.header .header-right #edi-search-bar #edi-search-box .typeahead {
    background-color: #ffffff;
  }
  header.header .header-right #edi-search-bar #edi-search-box .tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
  header.header .header-right #edi-search-bar #edi-search-box .tt-hint {
    color: #aeb0b5;
  }
  header.header .header-right #edi-search-bar #edi-search-box .tt-menu {
    width: 100%;
    margin: 20px 0;
    padding: 8px 0;
    background-color: #ffffff;
    border: 1px solid #aeb0b5;
    color: #757575;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  header.header .header-right #edi-search-bar #edi-search-box .tt-suggestion {
    padding: 3px 20px;
    font-size: 15px;
    line-height: 24px;
  }
  header.header .header-right #edi-search-bar #edi-search-box .tt-suggestion:hover,
  header.header .header-right #edi-search-bar #edi-search-box .tt-suggestion.tt-cursor {
    cursor: pointer;
    color: #323a45;
    background-color: #d6d7d8;
  }
  header.header .header-right #edi-search-bar #edi-search-box .twitter-typeahead {
    width: 100%;
    display: inline-flex;
  }
  header.header .header-right #edi-search-bar #edi-search-box .twitter-typeahead pre {
    margin-bottom: 0;
  }
  header.header .header-right #edi-search-bar #edi-search-box #edi-search-button {
    margin: 18px 0 0 0;
    padding: 9px 18px;
    width: auto;
    /*display: block;*/
    position: absolute;
    right: 0;
    height: 45px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 0 36px 36px 0;
    box-sizing: border-box;
    color: #898989;
    display: flex;
  }
  header.header .header-right #edi-search-bar #edi-search-box #edi-search-button .fa-search {
    color: #898989;
    font-size: 14px;
    margin-top: 10px;
  }
  header.header .header-right #edi-search-bar #edi-search-box #edi-search-button:hover {
    border: 1px solid #216D80;
    background-color: #4CA7F0;
    transition: background 0.3s, color 0.3s;
    cursor: pointer;
  }
  header.header .header-right #edi-search-bar #edi-search-box #edi-search-button:hover .fa-search {
    color: #ffffff;
  }
  header.header .header-right #edi-search-bar .searchapp-select {
    width: 112px;
    left: 0;
    line-height: 23px;
    position: absolute;
    margin: 18px 0 3.6px 0;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    font-size: 15px;
    padding: 0 0 0 18px;
    background-color: #ffffff;
    height: 45px;
    z-index: 999;
    border: 1px solid #9b9b9b;
    color: #000;
  }
  header.header .header-right #edi-search-bar label.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 18px 0 0 0;
    float: left;
  }
  header.header .header-right #edi-search-bar .switch input {
    display: none;
  }
  header.header .header-right #edi-search-bar .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9b9b9b;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header.header .header-right #edi-search-bar .slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  header.header .header-right #edi-search-bar input:checked + .slider {
    background-color: #ffbf00;
  }
  header.header .header-right #edi-search-bar input:focus + .slider {
    box-shadow: 0 0 1px #ffbf00;
  }
  header.header .header-right #edi-search-bar input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
  header.header .header-right #edi-search-bar .slider.round {
    border-radius: 15px;
  }
  header.header .header-right #edi-search-bar .slider.round:before {
    border-radius: 50%;
  }
  header.header .header-right .nav-bar {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
  }
  header.header .header-right .nav-bar .user-wrapper {
    height: 12px;
    width: 100%;
    display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
  }
  header.header .header-right .nav-bar .user-wrapper .user-name {
    padding-right: 10px;
    line-height: 12px;
  }
  header.header .header-right .nav-bar .nav-container {
    display: block;
    margin-top: 18px;
    pointer-events: none;
    width: 100%;
  }
  header.header .header-right .nav-bar .nav-container img {
    width: 20px;
  }
  header.header .header-right .nav-bar .nav-container .edi-button-link {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    height: 100%;
    vertical-align: middle;
    margin: auto;
    pointer-events: auto;
    position: relative;
    float: right;
    width: 25px;
  }
  header.header .header-right .nav-bar .nav-container .edi-button-link:active,
  header.header .header-right .nav-bar .nav-container .edi-button-link:focus {
    outline: none;
  }
  header.header .header-right .nav-bar .nav-container .edi-button-link i.fa,
  header.header .header-right .nav-bar .nav-container .edi-button-link img {
    color: #ffffff;
    margin: 0;
    font-size: 22px;
  }
  header.header .header-right .nav-bar .nav-container .edi-button-link i.fa:hover,
  header.header .header-right .nav-bar .nav-container .edi-button-link img:hover {
    cursor: pointer;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher {
    float: right;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu {
    display: none;
    position: absolute;
    top: 100px;
    right: 15px;
    background-color: transparent;
    width: 400px;
    min-height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 15px;
    z-index: 999;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row {
    width: 33%;
    float: left;
    z-index: auto;
  }
    header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app,
  .app-launcher .app {
    height: 100px;
    width: 115px;
    /* padding: 9px 9px; */
    text-align: center;
    z-index: 999;
    pointer-events: auto;
    /* border: 1px solid transparent; */
    border-radius: 10px;
    word-break: break-word;
  }

  .user-info-custom-popover .list-group-item-action {
    display: flex;
    align-items: center;
  }

  .user-info-custom-popover .list-group-item-action i {
    font-size: 1.8em;
    color: #0d6efd;
    margin-right: 0.3em;
  }
  .user-info-custom-popover .list-group-item-action:hover i {
    color: #0B3D91
  }
  .app-launcher .app:hover,
  .user-info-custom-popover .list-group-item-action:hover {
    background-color: rgba(1,150,255,0.2);
  }

  .app-launcher .app:hover a .edi-icon {
    color: #0B3D91;
  }

  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a,
  .app-launcher a {
    text-decoration: none;
    z-index: auto;
    pointer-events: auto;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a .edi-icon,
  .app-launcher .app .edi-icon {
    /* border: 1px solid #EFEFEF; */
    /* background-color: #EFEFEF; */
    height: 50px;
    width: 50px;
    /* border-radius: 50%; */
    margin: 0 auto 0 auto;
    /* color: #0B3D91; */
    color: #0d6efd;
    font-size: 15px;
  }

  /* .app-launcher .app a .edi-icon {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#0196ff));
  } */

  /* .app-launcher .app a .edi-icon:hover {
    background-color: var(--bs-info);
  } */
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a .edi-icon svg,
  .app-launcher .app .edi-icon svg {
    margin: 10px auto 0 auto;
    font-size: 28px;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a .edi-icon i,
  .app-launcher .app .edi-icon i {
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    color: #0B3D91;
    width: 100%;
    font-size: 28px;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a .edi-icon .fa-grav:before,
  .app-launcher .app .edi-icon .fa-grav:before {
    content: "\F2D6";
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a .edi-icon .fa-chart-area::before,
  .app-launcher .app .edi-icon .fa-chart-area::before {
    content: "\F1FE";
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a .edi-icon .fa-pencil-square-o::before,
  .app-launcher .app .edi-icon .fa-pencil-square-o::before {
    content: "\F044";
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a .edi-icon .fa-life-ring::before,
  .app-launcher .app  .edi-icon .fa-life-ring::before {
    content: "\F1CD";
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app a .edi-icon img,
  .app-launcher .app  .edi-icon img {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    margin: auto;
    padding: 0 4px;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app .edi-icon img.svg-img,
  .app-launcher .app  .edi-icon img.svg-img {
    width: 30px;
    height: 60%;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-top: 10px;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app .dropdown-menu-title,
  .app-launcher .app  .dropdown-menu-title {
    font-weight: 500;
    color: #3f3f3f;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    font-size: 13px;
    overflow: unset;
    margin-top: 0.5em;
  }
  header.header .header-right .nav-bar .nav-container .app-launcher .app-menu .third-row .app .dropdown-menu-title:hover,
  .app-launcher .app .dropdown-menu-title:hover {
    text-decoration: none;
  }
  
  header.header .header-right .nav-bar .nav-container .user-menu {
    margin-right: 36px;
    margin-left: 18px;
    top: 10px;
    position: relative;
  }
  header.header .header-right .nav-bar .nav-container .user-menu .drop-down-menu {
    display: none;
    position: absolute;
    top: 55px;
    right: 36px;
    background-color: transparent;
    z-index: 998;
    /* width: 250px; */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 4px;
    padding: 9px;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  header.header .header-right .nav-bar .nav-container .user-menu .drop-down-menu #user-menu-icon {
    font-size: 18px;
  }
  header.header .header-right .nav-bar .nav-container .user-menu .drop-down-menu .full-row {
    width: 100%;
    display: inline-block;
    padding: 0 18px;
  }
  header.header .header-right .nav-bar .nav-container .user-menu .drop-down-menu .full-row a {
    color: #212121;
    text-decoration: none;
    font-size: 15px;
    z-index: auto;
    pointer-events: auto;
    text-transform: uppercase;
  }
  header.header .header-right .nav-bar .nav-container .user-menu .drop-down-menu .full-row a:hover {
    text-decoration: none;
    cursor: pointer;
  }
  header.header .header-right .nav-bar .nav-container .user-menu .drop-down-menu .full-row .fa {
    color: #0B3D91;
    margin: 0 9px 0 0;
  }
  header.header .header-right .nav-bar .nav-container .user-menu .drop-down-menu .full-row svg {
    color: #0B3D91;
    margin: 0 9px 0 0;
    width: 18px;
  }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = 1025px to higher resolution
*/
@media (min-width: 1025px) {
  header.header {
    margin-bottom: 0;
  }
  header.header .header-left {
    /* width: 40%; */
    width: 30vw;
  }
  header.header .header-right {
    /* width: 60%; */
    width: 70vw;
  }
  header.header .header-left #menu-toggle {
    width: 100px;
  }
  header.header .header-left .logo {
    width: 63px;
    display: inline-block;
  }
  header.header .header-left .site-name-and-slogan {
    font-size: 20px;
    line-height: 42.85px;
  }
  header.header .header-left .site-name-and-slogan .site-name {
    font-size: 20px;
    font-weight: normal;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  }
  header.header .header-left .site-name-and-slogan #edi-logo {
    min-width: 180px;
    height: 54px;
    margin-top: 0;
  }
  header.header .header-right #edi-search-bar {
    /* width: 70%; */
    /* max-width: 450px; */
    /* max-width: calc(100% - 164px); */
    width: 40vw;
    display: flex;
    justify-content: center;
  }
  header.header .header-right #edi-search-box .search-app-label {
    display: block;
  }
  header.header .header-right #edi-search-box #edi-search-button {
    margin-top: 18px;
    right: 0;
  }
  header.header .header-right #edi-search-box #edi-search-button svg {
    /*margin: 7px 0 0 0;*/
  }
  header.header .header-right #edi-search-box #edi-search-button i {
    margin-top: 7px;
  }
  header.header .header-right #app-dropdown-menu {
    margin: 10px 18px;
  }
}
/*
  ##Device = Tablets, iPads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
  header.header {
    margin-bottom: 0;
    /* display: block; */
  }
  header.header .header-left {
    /* width: 40%; */
    width: 30vw;
  }
  header.header .header-right {
    /* width: 60%; */
    width: 70vw;
  }
  header.header .header-left .logo {
    width: 63px;
    display: inline-block;
  }
  header.header .header-left .logo img{
    width: 100%;
    margin: auto;
  }
  header.header .header-left .site-name {
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin-left: 15px;
    margin-top: 32.6px;
  }
  header.header .header-right #edi-search-bar {
    /* width: 70%; */
    /* max-width: 450px; */
    /* max-width: calc(100% - 164px); */
    /* width: 100%; */
    width: 40vw;
    position: absolute !important;
    top: 0;
    display: flex;
    justify-content: center;
  }
  header.header .header-right #edi-search-box #edi-search-button {
    margin-top: 18px;
    right: 0;
  }
  header.header .header-right #edi-search-box #edi-search-button svg {
    margin: 9px 0 0 0;
  }
  header.header .header-right #edi-search-box #edi-search-button i {
    margin-top: 7px;
  }
  header.header .header-right #app-dropdown-menu {
    margin: 10px 18px;
  }
}
/*
  ##Device = Low resolution tablets, wide mobiles
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  header.header {
    margin-bottom: 0;
    /* display: block; */
  }
  header.header .header-left {
    width: 40%;
    display: flex;
    float: left;
  }
  header.header .header-right {
    width: 60%;
  }
  header.header .header-left .logo {
    width: 20%;
    max-width: 65px;
    display: inline-block;
  }
  header.header .header-left .logo img {
    width: 100%;
    margin: auto;
  }
  header.header .header-left .site-name {
    display: none;
  }
  header.header .header-right #edi-search-bar {
    /* width: 70%; */
    /* width: calc(100% - 164px); */
    width: 100%;
  }
  header.header .header-right #edi-search-button {
    margin-top: 18px;
    right: 0;
  }
  header.header .header-right #edi-search-button svg {
    margin: 7px 0 0 0;
  }
  header.header .header-right #edi-search-button i {
    margin-top: 7px;
  }
  header.header .header-right #app-dropdown-menu {
    margin: 10px 18px;
  }
}
/*
  ##Device = Most of the smart phones mobiles
  ##Screen = At most 480px
*/
@media (max-width: 480px) {
  header.header {
    margin-bottom: 0;
    /* display: block; */
  }
  header.header .header-left {
    width: 30%;
  }
  header.header .header-right {
    width: 65%;
  }
  header.header .header-left .logo {
    width: 0;
    display: none;
  }
  header.header .header-left .site-name {
    display: none;
  }
  header.header .header-left #edi-logo {
    min-width: 0;
    height: 30px;
    margin-top: 13px;
    line-height: 25.7167px;
  }
  header.header .header-right #edi-search-bar {
    /* width: 70%; */
    /* width: calc(100% - 164px); */
  }
  header.header .header-right #edi-search-bar #edi-search-box {
    display: block;
  }
  header.header .header-right #edi-search-bar #edi-search-box .searchapp-select {
    margin-top: 18px;
  }
  header.header .header-right #edi-search-bar #edi-search-box #edi-search-button {
    margin-top: -45px;
    right: 0;
  }
  header.header .header-right #edi-search-bar #edi-search-box #edi-search-button svg {
    margin: 7px 0 0 0;
  }
  header.header .header-right #edi-search-bar #edi-search-box #edi-search-button i {
    margin-top: 7px;
  }
  header.header .header-right .nav-bar #app-dropdown-menu {
    margin: 10px;
  }
  header.header .header-right .nav-bar .user-menu {
    margin-right: 18px;
  }
}
/*** Timeout and logout warnings stylesheet ***/
.noty_type_error {
  border: 1px solid #981b1e;
  box-shadow: #212121 0 2px 4px;
  color: #ffffff;
  background: #cd2026;
}
.noty_type_warning {
  border: 1px solid #ffbf00;
  box-shadow: #212121 0 2px 4px;
  color: #323a45;
  background: #f9c642;
}
.noty_bar,
.noty_message,
.noty_buttons {
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-weight: normal !important;
}
.noty_buttons {
  padding: 5px;
  text-align: right;
  border-top: 1px solid #981b1e;
  background-color: #ffffff;
  height: 4em;
}
.noty_buttons .edi-button {
  right: 10px;
  position: absolute;
}
#noty_bottomRight_layout_container,
.noty_inline_layout_container {
  bottom: 20px;
  right: 20px;
  position: fixed;
  width: 310px !important;
}

/*** NASA Logo in the header ***/
.nasa-logo .header-logo {
  position: absolute;
  /* right: 89px; */
  right: 120px;
  max-width: 75px;
  top: 26px;
  width: 20%;
}
.nasa-logo .header-logo img {
  width: 100%;
  margin: 0;
}

/*** Print styles ***/

@media print {
  header.header #edi-search-bar {
    display: none;
  }
}

/*** Screen only styles **/
@media screen {
  header.header #edi-search-bar {
    display: block;
  }
}
/** added to restyle search to make it less busy ******/

#aggregations-region .aggregation-name, #aggregations-region .date-aggregation-label, #aggregations-region .multitype-field-name, #aggregations-region .aggregation-name .w3-badge.count-badge {
  font-size: 16px;
}

#aggregations-region .aggregation-name .w3-badge.count-badge {
  font-size: 14px !important;
  margin: 0px 0 0 20px !important;
  line-height: 1 !important;
  color: #000000 !important;
  background-color: #D4D9DE !important;
  padding: 5px 10px !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  font-weight: 550;
  float: right !important;
}

#results-region .search-results .search-list .search-result .w3-card {
  width: 100% !important;
  box-shadow: none !important;
  border: 0px solid #D4D9DE !important;
  /* padding-bottom: 40px !important; */
  border-bottom: 1px solid #D4D9DE !important;
}

#results-region .search-results .search-list .search-result .search-hit .standalone {
  width: 100% !important;
  float: none !important;
}

#results-region .search-results .search-list .search-result .search-hit .search-row {
  /*display: block !important;*/
  /*float: none !important;*/
}

#aggregations-region .search-aggregation div.w3-container.count-aggregation, #aggregations-region .date-aggregation div.w3-container, #aggregations-region .search-aggregation div.w3-container.api-aggregation {
  background-color: white !important;
  padding-bottom: 10px !important;
  border-radius: 0 !important;
  border: 1px solid #D4D9DE !important;
  line-height: 1 !important;
  position: relative !important;
}

#aggregations-region .search-facets .w3-card header {
  background-color: #EBEBEB !important;
  border: 1px solid #D4D9DE !important;
  padding: 10px !important;
  color: #4C4E4F !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  line-height: 1 !important;
  max-height: 50px !important;
}

#results-region .search-results .search-options-menu {
  text-align: center !important;
  display: none !important;
  width: 100% !important;
  float: left !important;
  margin: 15px 0 0 0 !important;
}

.current-page {
  border-bottom: 1px solid #D4D9DE !important;
}

#group-region .advanced-search-link a {
  /* padding: 0 !important;
  text-decoration: none !important;
  color: #4C4E4F !important;
  font-weight: 600 !important;
  float: right !important;
  font-size: 16px !important;
  margin: 15px 10px 0 10px !important;
  height: 20px !important;
  display: block !important;
  top: -6px !important;
  position: relative !important; */
}

#results-region .search-results .search-hits a {
  /* text-decoration: none !important; */
  /* font-size: 18px !important; */
}

#search-history .recent-searches div.w3-container {
  background-color: white !important;
  padding-bottom: 10px !important;
  border-radius: 0 !important;
  border: 1px solid #D4D9DE !important;
  line-height: 1 !important;
}

#search-history .recent-searches header {
  background-color: #EBEBEB !important;
  border: 1px solid #D4D9DE !important;
  padding: 10px !important;
  color: #4C4E4F !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  line-height: 1 !important;
  max-height: 50px !important;
}

#search-history .recent-searches .w3-container span {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 2 !important;
  color: #4C4E4F !important;
  word-break: break-word !important;
  white-space: pre-wrap !important;
  white-space: -moz-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: -o-pre-wrap !important;
  -ms-word-wrap: break-word !important;
  word-wrap: break-word !important;
}

#search-trends .trending-searches div.w3-container {
  background-color: white !important;
  padding-bottom: 10px !important;
  border-radius: 0 !important;
  border: 1px solid #D4D9DD !important;
  line-height: 0px  !important;
}

#search-trends .trending-searches .w3-container span {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  color: #4C4E4F !important;
  word-break: break-word !important;
  white-space: pre-wrap !important;
  white-space: -moz-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: -o-pre-wrap !important;
  -ms-word-wrap: break-word !important;
  word-wrap: break-word !important;
}

#search-trends .trending-searches header {
  background-color: #EBEBEB !important;
  border: 1px solid #D4D9DE !important;
  padding: 10px !important;
  color: #4C4E4F !important;
  line-height: 2 !important;
  max-height: 50px !important;
}

header.header .header-left .site-name-and-slogan .site-name {
  font-size: 20px !important;
  font-weight: normal !important;
  display: block !important;
}

header.header .header-right #edi-search-bar #edi-search-box input[name="basic-search"] {
  color: #EBEBEB !important;
  /* display: block !important; */
  height: 40px !important;
  /* line-height: 50px !important; */
  max-width: 90% !important;
  outline: none !important;
  border-bottom: 1px solid #EBEBEB !important;
  border-radius: 20px !important;
  padding: 10px 25px !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  font-size: 18px !important;
  width: 90% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  box-shadow: none !important;
}

header.header .header-right .nav-bar .user-wrapper {
  height: 12px;
  text-align: right !important;
  font-size: 14px !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
}

header.header .header-left #menu-toggle svg {
  margin: auto !important;
  font-size: 18px !important;
}

header.header .header-right #edi-search-bar #edi-search-box #edi-search-button .fa-search {
  color: #D4D9DE !important;
  font-size: 18px !important;
  margin-bottom: 5px;
}

header.header .header-right #edi-search-bar #edi-search-box {
  min-width: 150px !important;
  max-width: 650px !important;
  max-height: 40px !important;
  width: 30vw;
  margin: 0 !important;
  float: left !important;
  display: inline-flex !important;
  line-height: 50px !important;
  position: relative !important;
  background-color: #ebebeb !important;
  border-radius: 20px !important;
  /*display: none;*/
}

header.header .header-right #edi-search-bar #edi-search-box input[name="basic-search"] {
  color: #595987 !important;
  /* display: block !important; */
  /* height: 35px !important; */
  /* line-height: 50px !important; */
  max-width: 90% !important;
  outline: none !important;
  border-bottom: 1px solid #5b6876 !important;
  border-radius: 20px !important;
  padding: 10px 25px !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  font-size: 18px !important;
  width: 90% !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  box-shadow: none !important;
}

header.header .header-right #edi-search-bar #edi-search-box #edi-search-button {
  margin: 0 !important;
  padding: 0 !important;
  width: 8% !important;
  position: absolute !important;
  right: 0 !important;
  height: 100% !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  color: #595987 !important;
  float: right !important;
}

header.header .header-right #edi-search-bar #edi-search-box #edi-search-button:hover .fa-search {
  color: #595987 !important;
}

header.header .header-right #edi-search-bar #edi-search-box #edi-search-button .fa-search {
  color: #595987 !important;
  font-size: 18px !important;
}

header.header .header-left .logo-only img {
  margin-top: 3px !important;
  margin-left: 3px !important;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

#filters-region .current-search-filters h3 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  display: block !important;
  float: left !important;
  width: 100% !important;
  margin: 0 !important;
  text-align: center !important;
  padding-bottom: 11px !important;
}

#filters-region .current-search-filters .search-filter .search-field {
  font-weight: 600 !important;
  font-size: 14px !important;
  float: left !important;
}

#filters-region .current-search-filters .search-filter .search-value {
  font-size: 14px !important;
  float: left !important;
  margin-left: 10px !important;
  word-break: break-word !important;
  white-space: pre-wrap !important;
  white-space: -moz-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: -o-pre-wrap !important;
  -ms-word-wrap: break-word !important;
  word-wrap: break-word !important;
}
#results-region .search-results .search-list .search-result .w3-card:hover {
  border: 1px solid #5B6876 !important;
}

#page-layout #record-sidebar .menu-links {
  background-color: #FFF !important;
  border: 1px solid #D4D9DE !important;
  padding-bottom: 10px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

#tables-region {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  font-size: 15px !important;
  width: 100% !important;
  margin: 0 0 31px 10% !important;
}

#page-layout #panels-content {
  width: 95% !important;
  float: left !important;
  padding: 0 !important;
  margin-left: 32px !important;
  margin-right: 32px !important;
}

#tables-region {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  font-size: 15px !important;
  width: 100% !important;
  margin: 0 0 0px 10% !important;
  margin-left: 30px !important
}

#aggregations-region .type-buttons button {
  padding: 10px 15px !important;
  font-size: 13px !important;
  /* font-weight: 500 !important; */
  text-align: center !important;
  width: 90px !important;
  border-radius: 12px !important;
}
#aggregations-region .button-primary {
  /* background-color: #ebebeb !important;
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  width: 90px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #59534C !important;
  cursor: pointer !important;
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  outline: none !important;
  padding: 10px 20px !important;
  text-align: center !important;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiaed !important;
  margin-right: 10px !important; */
}

#graph-region {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif" !important;
  font-size: 15px !important;
  width: 95% !important;
  display: inline-block !important;
  margin-left: 32px !important;
  margin-right: 32px !important;
  margin-bottom: 56px !important;
}

#graph-region .panel-heading .accordion-button {
  width: 100% !important;
  height: 100% !important;
  font-size: 15px !important;
  font-weight: 601 !important;
  vertical-align: middle !important;
  padding-top: 7px !important;
  margin: auto auto auto 10px !important;
}

#panels-region .record-field-label{
	padding: 0px !important;
}

#tables-region table tbody td:nth-child(1), #tables-region table tbody td:nth-child(2){
min-width:15% !important;
}

.text-primary-overrides {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}
.text-secondary-overrides {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important;
}
.text-success-overrides {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important;
}
.text-danger-overrides {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}
.text-warning-overrides {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important;
}
.text-info-overrides {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important;
}
.text-light-overrides {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important;
}
.text-dark-overrides {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
}