/* Form Element Defaults */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  box-shadow: none;
  box-sizing: inherit;
  border: 1px solid #ccc;
  border-radius: .25rem;
  padding: .5rem .75rem;
  width: 100%;
  font-family: sans-serif;
  line-height: 1.5rem; }

button, input {
  overflow: visible; }

input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, textarea:focus, select:focus {
  border-color: #999;
  outline: 0; }

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3.0rem; }
  select:focus {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#293bb3" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>'); }

textarea {
  min-height: 6.5rem; }

label, legend {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: .5rem;
  margin-top: 1rem; }

fieldset {
  border-width: 0;
  padding: 0; }

input[type='checkbox'], input[type='radio'] {
  display: inline; }

.label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: .5rem; }

/* Bootstrap style forms */
select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem + 2px); }

.search-box {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .search-box .form-control {
    flex: 1 90%;
    border-radius: .25rem 0 0 .25rem !important;
    border-right: 0; }
    .search-box .form-control:focus {
      border-color: #999; }
  .search-box .btn {
    flex: 1 10%;
    border-radius: 0 .25rem .25rem 0; }

/* Datepicker */
.date-picker {
  position: relative; }
  .date-picker i {
    position: absolute;
    font-size: .9rem;
    color: #666;
    left: .85rem;
    top: .8rem;
    z-index: 3; }
  .date-picker input {
    text-indent: 1.5rem; }

.form-group {
  margin: 15px 0; }

.form-group textarea {
  height: 100px;
  max-width: 100%;
  resize: none; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.helptext {
  padding-bottom: 1rem;
  color: #aaa;
  display: flex;
  font-size: .8rem; }

.helptext:before {
  font-family: FontAwesome;
  content: "\f05a";
  padding-right: .5rem;
  margin-left: 0;
  line-height: 1.9rem; }

::-webkit-input-placeholder {
  color: #888; }

:-moz-placeholder {
  color: #888; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,700");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html, body {
  height: 100%; }

body {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #444;
  /* Updated to be the same dark gray used in _colors.scss */ }

h1, h2, h3, h4, h5 {
  border-bottom: 0px;
  padding: 0;
  font-weight: 600; }

h1 {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -3px; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 36px;
      line-height: 48px;
      letter-spacing: -1px; } }
h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1px; }

h1, h2 {
  margin-bottom: 24px; }

h3 {
  font-size: 24px;
  line-height: 32px; }

h4 {
  color: #999;
  /* Same as med-gray or .mute class */ }

p {
  margin-bottom: 1rem; }

img {
  border: none; }

.font-sm {
  font-size: 0.8; }

.font-med {
  font-size: 1.0; }

.font-lg {
  font-size: 1.2; }

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

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

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

.float-right, .right {
  float: right; }

.float-left, .left {
  float: left; }

.clearfix {
  clear: both; }

.bold {
  font-weight: bold; }

.narrow {
  font-weight: 300; }

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

.justify-content-center {
  justify-content: center !important; }

.margin-top-1rem {
  margin-top: 1rem; }

.margin-bottom-1rem {
  margin-bottom: 1rem; }

.margin-bot-2rem {
  margin-bottom: 2rem; }

.margin-top-2rem {
  margin-top: 2rem; }

ul.list-inline {
  list-style: none; }
  ul.list-inline li {
    display: inline;
    list-style-type: none;
    margin-right: 1rem; }
    ul.list-inline li:last-of-type {
      margin-right: 0; }

ul.list-divide li:after {
  content: "•";
  /* Insert content that looks like bullets */
  padding-left: 1rem; }

ul.list-divide li:last-of-type:after {
  content: "";
  padding-left: 0; }

#powerTip {
  font-size: 0.7rem;
  padding: .25rem .5rem;
  line-height: 1rem;
  font-weight: bold;
  font-family: sans-serif; }

/* Responsive settings */
a {
  color: #139e39;
  transition: all 0.3s ease-in-out; }

a:link, a:visited {
  color: #139e39; }

a:hover {
  cursor: pointer; }

*:focus {
  outline: none; }

/*Removes browser outline, inconsistent between browsers*/
hr {
  margin: 1rem auto;
  border-style: solid;
  border-color: #f1f1f1;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

.mute {
  color: #999; }

/* Additional size to the EUI icon preset sizes */
.eui-icon--xlg {
  font-size: 5rem; }

.eui-icon--xxlg {
  font-size: 8rem; }

/* Bubble link container */
.get-started {
  padding: 1rem 0 0 0;
  background-color: rgba(0, 0, 0, 0.33);
  align-items: center;
  text-align: center;
  /* hover effect to icons */ }
  .get-started.full-width {
    width: 100vw;
    position: relative;
    left: 49%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .get-started .eui-icon {
    transition: all 0.2s ease-in-out; }
    .get-started .eui-icon:hover {
      transform: scale(1.1); }
  .get-started .section-links {
    margin-bottom: 1rem; }
    @media (max-width: 767px) {
      .get-started .section-links {
        margin-bottom: .5rem; } }
    .get-started .section-links a {
      align-self: flex-end;
      text-decoration: none;
      color: #fff; }
      .get-started .section-links a:hover h4 {
        opacity: 1.0; }
      .get-started .section-links a:hover .eui-icon {
        transform: scale(1.1); }
      .get-started .section-links a .eui-icon {
        font-size: 3rem;
        color: #fff; }
        @media (max-width: 767px) {
          .get-started .section-links a .eui-icon {
            font-size: 2rem; } }
      .get-started .section-links a h4 {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: -1px;
        font-size: 1rem;
        line-height: 1;
        color: #fff;
        opacity: 0.8; }
        @media (max-width: 1023px) {
          .get-started .section-links a h4 {
            font-size: .7rem; } }
        @media (max-width: 767px) {
          .get-started .section-links a h4 {
            font-size: .6rem; } }
/*
    "Read More" mobile action

    Usage:
        <div class="read-more">very long text...</div>
        <span class="read-more-action">read more</span>
*/
.read-more {
  overflow: hidden;
  transition: max-height 1s; }

.read-more-action {
  display: none;
  color: #139e39;
  cursor: pointer;
  text-decoration: underline; }

@media screen and (max-width: 768px) {
  .read-more {
    max-height: 9rem; }
    .read-more.expanded {
      max-height: 100%; }
  .read-more-action {
    display: initial; } }

fieldset {
  padding: inherit;
  border: 1px solid #c0c0c0; }
  fieldset legend {
    padding: 0.1rem; }

body {
  min-height: 100%;
  /*Offset Earthdata top bar */ }
  @media screen and (max-width: 768px) {
    body {
      padding-top: 40px; } }
  body footer {
    background: #12173f;
    padding: 3rem 0 0 0;
    color: #ccc;
    font-size: 0.9rem; }
    body footer hr {
      border-color: #0b1030;
      margin: 1rem auto 0; }
    body footer a, body footer a:link {
      font-size: .9rem;
      color: #fff; }
      body footer a:hover, body footer a:link:hover {
        opacity: 0.7; }
      body footer a.nav-heading, body footer a.nav-heading:link {
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: bold;
        color: #c9e9d1;
        line-height: 2.2rem;
        cursor: text; }
        body footer a.nav-heading:hover, body footer a.nav-heading:link:hover {
          opacity: 1.0; }
    body footer .row {
      padding: 1rem 0; }
    body footer ul {
      list-style-type: none;
      margin-left: 0;
      padding-left: 0; }
    body footer ul li {
      padding-left: 0;
      margin-left: 0;
      line-height: 1.4rem; }
    body footer img {
      border: none;
      max-width: 120px; }
    body footer .sections {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between; }
      @media screen and (max-width: 576px) {
        body footer .sections {
          flex-flow: column wrap;
          text-align: center; } }
      @media screen and (max-width: 576px) {
        body footer .sections ul {
          margin-bottom: 1rem; } }
  body .footer-bar {
    padding: 1rem 0;
    background: #0b1030;
    color: #4c5074;
    /* Footer Social Media */ }
    body .footer-bar a {
      color: #c9e9d1; }
      body .footer-bar a:hover {
        color: #fff; }
    body .footer-bar .btn {
      color: #c9e9d1;
      background: transparent;
      border: 1px solid #c9e9d1;
      padding: 0 1rem; }
      body .footer-bar .btn:hover {
        color: #139e39;
        border-color: #fff;
        background: #fff; }
    body .footer-bar .social-media {
      text-align: left; }
      @media screen and (max-width: 576px) {
        body .footer-bar .social-media {
          text-align: center; } }
    body .footer-bar .contact-info {
      text-align: right; }
      @media screen and (max-width: 576px) {
        body .footer-bar .contact-info {
          text-align: center; } }
    body .footer-bar address {
      color: #ccc;
      font-style: normal;
      line-height: 1rem;
      font-size: .8rem; }
      body .footer-bar address a, body .footer-bar address a:link {
        font-size: 0.8rem; }

section {
  padding: 3rem 0; }
  @media (max-width: 767px) {
    section {
      padding: 1.5rem 0; } }
  section.section-mini {
    padding: 1.5rem 0; }
    @media (max-width: 767px) {
      section.section-mini {
        padding: .5rem 0; } }
section.heading {
  background: #f1f1f1; }
  section.heading h1, section.heading h2, section.heading h3, section.heading h4, section.heading h5, section.heading p {
    margin-top: 0;
    margin-bottom: 0; }

.btn, .btn-link {
  transition: all 0.3s; }

.btn {
  background: #f7f7f7;
  box-shadow: 0 4px 6px -15px rgba(0, 0, 0, 0.25);
  color: #139e39;
  border-radius: .25rem;
  border: 1px solid #ccc;
  font-weight: 700;
  padding: 0.5rem 1rem; }
  .btn:hover {
    background: #fff;
    color: #077024; }
  .btn.btn-primary {
    background-color: #139e39;
    color: #fff;
    border: 1px solid transparent; }
    .btn.btn-primary:hover, .btn.btn-primary :focus {
      background-color: #077024;
      color: #fff; }
  .btn.btn-outline {
    background: transparent;
    color: #fff !important;
    border: 2px solid #fff;
    font-weight: bold; }
    .btn.btn-outline:hover {
      background: #fff;
      color: #139e39 !important;
      border-color: transparent; }
  .btn.active {
    color: #077024;
    background: #fff;
    box-shadow: inset -1px 0 4px rgba(0, 0, 0, 0.25); }

.btn-small {
  font-size: 0.8rem;
  padding: 0.25rem .75rem; }

.btn-row {
  float: right; }
  .btn-row .btn {
    display: inline-block;
    float: right;
    line-height: 1rem;
    margin: 0.5rem 0 0 0.5rem; }
    @media screen and (max-width: 767px) {
      .btn-row .btn {
        float: left;
        margin: 0 1rem 0.5rem 0; } }
    .btn-row .btn i {
      padding-right: 0.5rem; }

.btn-block {
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1.5; }

.btn-group {
  display: inline-block; }
  .btn-group .btn {
    border-radius: 0;
    margin: 0;
    float: left;
    margin-left: -1px; }
  .btn-group .btn:first-of-type {
    border-radius: .25rem 0 0 .25rem;
    margin-left: 0; }
  .btn-group .btn:last-of-type {
    border-radius: 0 .25rem .25rem 0; }

.dropdown {
  position: relative;
  flex: 1; }
  .dropdown:hover .dropdown-content, .dropdown:focus .dropdown-content, .dropdown:active .dropdown-content {
    display: block; }
  .dropdown:hover .btn, .dropdown:focus .btn, .dropdown:active .btn {
    background: #139e39 !important;
    color: #fff; }
  .dropdown .btn i {
    padding-left: .5rem; }
  .dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f7f7f7;
    min-width: 200px;
    width: 100%;
    padding: .5rem .25rem;
    border-radius: 0 0 .5rem .5rem;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .dropdown .dropdown-content a:hover {
      background-color: #f1f1f1;
      color: #139e39; }
  .dropdown .dropdown-content a {
    color: #999;
    padding: .25rem 1rem;
    text-decoration: none;
    display: block; }

.label {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #999; }

.eui-badge, .eui-badge--sm, .eui-badge--md, .eui-badge--lg {
  line-height: 1.1em;
  margin: 2px 1px;
  background: #f1f1f1;
  color: #444; }
  @media screen and (max-width: 767px) {
    .eui-badge, .eui-badge--sm, .eui-badge--md, .eui-badge--lg {
      font-size: 0.75em; } }
.eui-badge--split span {
  background: rgba(0, 0, 0, 0.1); }

.badge-default {
  background: transparent;
  color: #444;
  border: 1px solid #cccccc; }

/*Override some base colors of EUI Accordion */
.block-faq .eui-accordion {
  border-radius: 0; }

.block-faq:first-of-type .eui-accordion .eui-accordion__header {
  border-radius: .25rem .25rem 0 0; }

.block-faq:last-of-type .eui-accordion .eui-accordion__header {
  border-radius: 0 0 .25rem .25rem; }

.eui-accordion {
  margin-bottom: 0; }
  .eui-accordion.is-closed {
    color: #444; }
    .eui-accordion.is-closed .eui-accordion__title {
      color: #444; }
  .eui-accordion .eui-accordion__body {
    border: 1px solid #f1f1f1; }
    .eui-accordion .eui-accordion__body .rich-text {
      margin-bottom: 1rem; }
    .eui-accordion .eui-accordion__body h4 {
      margin-top: 0; }

.eui-accordion__header {
  background: #f1f1f1;
  color: #139e39;
  border-bottom: 1px solid #ddd; }
  .eui-accordion__header:hover, .eui-accordion__header:focus {
    background: #f7f7f7;
    color: #139e39; }
    .eui-accordion__header:hover .eui-accordion__title, .eui-accordion__header:focus .eui-accordion__title {
      color: #139e39; }
  .eui-accordion__header .eui-accordion__title {
    max-width: 80%;
    color: #139e39;
    font-weight: bold; }

/* Card used for news stories, and other large lists of browsable content */
.card {
  height: 95%;
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  box-shadow: 0 2px 12px 6px rgba(0, 0, 0, 0.025);
  margin-bottom: 1em;
  border: 1px solid #f1f1f1;
  align-items: stretch; }
  .card p {
    margin-bottom: 0; }
  .card .btn-link i {
    padding-left: .5rem;
    font-size: .8rem; }
  .card.inactive {
    opacity: 0.3;
    box-shadow: none; }
  .card .card-heading {
    padding: 0.8em 1.2em;
    color: #139e39;
    text-transform: uppercase;
    font-weight: 900; }
  .card .card-title {
    height: auto;
    line-height: 1.4rem;
    margin-bottom: .5rem;
    white-space: normal; }
    .card .card-title a {
      color: #444;
      font-size: 1.25rem;
      font-weight: 600;
      letter-spacing: -1px;
      transition: all 0.3s; }
      .card .card-title a:hover {
        color: #999; }
  .card .card-subtitle {
    margin-bottom: 1rem;
    line-height: 1.5; }
  .card .card-content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.5rem;
    color: #999; }
    .card .card-content table {
      border: none;
      margin-bottom: 0;
      font-size: 0.8rem; }
      .card .card-content table tr {
        vertical-align: top; }
      .card .card-content table tr:nth-child(2n+2) {
        background: initial; }
      .card .card-content table td {
        padding: 0.2rem;
        border: none; }
    .card .card-content .content-break {
      margin-top: 1rem; }
  .card .card-text {
    flex: 1 1 auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 7.5rem; }
  .card .card-text-tall {
    height: initial; }
  .card .card-footer {
    display: flex;
    flex-direction: row;
    border-top: 1px solid #f1f1f1; }
    .card .card-footer .btn {
      flex: 1;
      text-align: center;
      border: none;
      box-shadow: none;
      border-left: 1px solid #f1f1f1;
      background: transparent;
      border-radius: 0;
      padding: .5rem;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .card .card-footer .btn:first-of-type {
        border-left: none; }
  .card .card-image {
    display: block;
    width: 100%;
    height: 160px; }
    .card .card-image:hover {
      opacity: 0.8; }
    .card .card-image img {
      object-fit: cover;
      padding: 0px;
      border: none;
      overflow: hidden;
      position: relative;
      height: 100%;
      width: 100%; }

/* Card class only used for general site search results */
.search-card .card-text {
  height: 2.5rem;
  max-height: 2.5rem; }

.search-card .card-title {
  height: auto;
  line-height: 1.3rem;
  margin-bottom: .5rem;
  white-space: normal;
  overflow: hidden; }
  .search-card .card-title a {
    padding: 0;
    margin: 0;
    max-height: 2.75rem; }

.search-card .card-heading {
  line-height: 1rem; }

.search-card .card-heading [class^="col-"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .search-card .card-heading [class^="col-"]:nth-of-type(2) {
    padding-left: 0; }

.card-placeholder-image {
  background: #f1f1f1;
  color: #139e39;
  text-align: center;
  display: flex;
  height: 160px;
  justify-content: center;
  align-items: center; }
  .card-placeholder-image i {
    font-size: 6rem; }

/* Mini card used for Related Content */
.card-mini-container {
  display: flex;
  justify-content: center; }

.card-mini, .card-mini:link, .card-mini:visited {
  color: #444;
  flex: 1;
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, 0.25);
  margin-bottom: 1em;
  margin-right: 1rem;
  padding: 1rem;
  border: 1px solid #f1f1f1;
  text-align: center;
  background: #fff;
  font-size: 1.25rem;
  transition: 0.3s; }
  .card-mini:hover, .card-mini:link:hover, .card-mini:visited:hover {
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.25);
    border: 1px solid #cccccc; }
  @media (max-width: 767px) {
    .card-mini, .card-mini:link, .card-mini:visited {
      font-size: .85rem; } }
.card-mini i {
  display: block;
  color: #139e39;
  font-size: 3rem;
  text-align: center;
  padding: 1rem; }

/* Pagination */
.eui-pagination {
  margin-bottom: 1.5rem; }
  .eui-pagination a:link, .eui-pagination a:visited {
    padding: .25rem 1rem;
    font-size: 1rem;
    background-color: #fff;
    color: #139e39;
    border: 1px solid #f1f1f1;
    text-shadow: none; }
    .eui-pagination a:link:hover, .eui-pagination a:visited:hover {
      background-color: #f1f1f1; }
  .eui-pagination a.active-page:link, .eui-pagination a.active-page:visited {
    background-color: #139e39;
    font-weight: bold; }
    .eui-pagination a.active-page:link:hover, .eui-pagination a.active-page:visited:hover {
      background-color: #077024; }

/* Jumbotron / Splash Images*/
.jumbotron {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  min-height: 500px;
  width: 100%;
  padding: 5em 0 0 0;
  position: relative; }
  @media (max-width: 768px) {
    .jumbotron {
      min-height: 400px;
      padding: 3em 0 0 0; } }
  .jumbotron.jumbotron-mini {
    min-height: 300px;
    padding: 3rem 0 0 0; }
    .jumbotron.jumbotron-mini .jumbotron-text-overlay {
      margin-bottom: 3rem;
      width: 60%; }
      @media (max-width: 992px) {
        .jumbotron.jumbotron-mini .jumbotron-text-overlay {
          width: 100%;
          padding: 1rem; } }
      @media (max-width: 768px) {
        .jumbotron.jumbotron-mini .jumbotron-text-overlay {
          width: 100%;
          padding: .5rem; } }
    @media (max-width: 768px) {
      .jumbotron.jumbotron-mini {
        min-height: 100px; } }
  .jumbotron.jumbotron-x-mini {
    min-height: 100px;
    padding: 1rem 0 0 0; }
    .jumbotron.jumbotron-x-mini .jumbotron-text-overlay {
      margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .jumbotron {
      min-height: 400px;
      padding: 3em 0 0 0; }
      .jumbotron.jumbotron-mini {
        min-height: 100px; }
        .jumbotron.jumbotron-mini .jumbotron-text-overlay {
          max-width: 100%; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .jumbotron {
      padding-top: .5rem; }
      .jumbotron .jumbotron-text-overlay {
        margin-bottom: .5rem; } }
.jumbotron:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3); }

.jumbotron.no-image {
  background: #f1f1f1; }
  .jumbotron.no-image h1, .jumbotron.no-image h2, .jumbotron.no-image h3 {
    color: #444;
    margin-bottom: 0; }
  .jumbotron.no-image p {
    color: #cccccc; }

.jumbotron.no-image:before {
  display: none; }

.jumbotron-text-overlay {
  color: #fff;
  padding: 2em;
  width: 60%;
  flex: 1;
  margin: 0 auto;
  margin-bottom: 5em;
  text-align: center;
  z-index: 1; }
  .jumbotron-text-overlay h1, .jumbotron-text-overlay h2, .jumbotron-text-overlay h3, .jumbotron-text-overlay h4, .jumbotron-text-overlay h5, .jumbotron-text-overlay p {
    margin-top: 0;
    margin-bottom: 0;
    /* Keep height of jumbotron even on top/bottom*/ }
  .jumbotron-text-overlay p {
    font-size: 1em;
    text-align: center;
    font-weight: 500; }
  .jumbotron-text-overlay.text-left {
    text-align: left;
    margin-left: 0; }
    .jumbotron-text-overlay.text-left p {
      text-align: left; }
  .jumbotron-text-overlay a {
    color: #d6daff;
    font-weight: bold; }
    .jumbotron-text-overlay a:hover {
      color: #fff; }
  .jumbotron-text-overlay .btn {
    box-shadow: 1px 3px 13px rgba(0, 0, 0, 0.15); }
    .jumbotron-text-overlay .btn:hover {
      box-shadow: 0; }
  @media (max-width: 768px) {
    .jumbotron-text-overlay {
      width: 100%;
      font-size: 0.8rem; } }
.jumbotron-text-overlay .about-image {
  max-width: 200px;
  border: none;
  margin: 0 auto;
  margin-bottom: 1rem; }

.heading-block {
  margin-bottom: 1.5rem;
  padding: 1rem 0; }
  @media screen and (max-width: 576px) {
    .heading-block {
      margin-bottom: 0.5rem;
      padding: 0; } }
  .heading-block h2 {
    margin: 0; }
  .heading-block p {
    margin: .65rem 0; }

/* Tables */
table {
  border-spacing: 0;
  width: 100%;
  border: 0; }
  table td, table th {
    border: 0;
    border-bottom: 0.1rem solid #f1f1f1;
    padding: 6px 12px;
    text-align: left; }
  table th {
    font-weight: bold;
    background: none; }
  table td:first-child, table th:first-child {
    padding-left: 0; }
  table td:last-child, table th:last-child {
    padding-right: 0; }

table tr:nth-child(2n+2) {
  background: inherit; }

/* Containers to go around a table that you want to allow a horizontal scroll  for overflowing content. 
    Could be very useful for Data Product table */
.table-wrapper {
  position: relative; }

.table-scroll {
  max-width: 100%;
  overflow: auto; }

/* Horizontal Scrolling Div for Facets, etc. */
.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .scrolling-wrapper .scrolling-wrapper-card {
    flex: 0 0 auto;
    margin-right: 1rem; }
  .scrolling-wrapper::-webkit-scrollbar {
    width: 0px;
    /* remove scrollbar space */
    background: transparent;
    /* optional: just make scrollbar invisible */ }

/* Arrows to Control Scrolling Wrapper */
.scroll-arrow {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 3;
  width: 2rem;
  height: 2.6rem;
  padding: .5rem;
  color: #444; }
  .scroll-arrow:hover {
    color: #139e39; }
  .scroll-arrow.scroll-arrow-left {
    display: none;
    text-align: left;
    left: -1rem;
    background: transparent; }
    @media screen and (max-width: 768px) {
      .scroll-arrow.scroll-arrow-left {
        left: 0;
        background: rgba(241, 241, 241, 0.8); } }
  .scroll-arrow.scroll-arrow-right {
    text-align: right;
    right: -1rem;
    background: transparent; }
    @media screen and (max-width: 768px) {
      .scroll-arrow.scroll-arrow-right {
        right: 0;
        background: rgba(241, 241, 241, 0.8); } }
/* EUI alerts */
.eui-banner--danger a, .eui-banner--warn a, .eui-banner--info a, .eui-banner--success a {
  color: inherit; }

.eui-banner--danger p, .eui-banner--warn p, .eui-banner--info p, .eui-banner--success p {
  margin: 0; }

/* custom alerts - delete me after replacing with EUI alerts */
.alert {
  padding: 1rem;
  border-radius: .25rem;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 1rem;
  background: #f9f9f9;
  font-weight: bold; }
  .alert a {
    font-weight: bold;
    color: #139e39;
    border-bottom: 1px solid #139e39; }
  .alert h1, .alert h2, .alert h3, .alert h4, .alert h5 {
    margin-top: 0; }
  .alert p {
    font-size: 0.8rem;
    margin: 0 auto; }
  .alert.alert-success {
    background: #139e39;
    color: #fff; }
    .alert.alert-success a {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #fff; }
    .alert.alert-success h1, .alert.alert-success h2, .alert.alert-success h3, .alert.alert-success h4, .alert.alert-success h5 {
      color: #fff; }
  .alert.alert-danger {
    background: #e44160;
    color: #fff; }
    .alert.alert-danger a {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #fff; }
    .alert.alert-danger h1, .alert.alert-danger h2, .alert.alert-danger h3, .alert.alert-danger h4, .alert.alert-danger h5 {
      color: #fff; }
  .alert.alert-info {
    background: #3f5bff;
    color: #fff; }
    .alert.alert-info a {
      color: #fff;
      font-weight: bold;
      border-bottom: 1px solid #fff; }
    .alert.alert-info h1, .alert.alert-info h2, .alert.alert-info h3, .alert.alert-info h4, .alert.alert-info h5 {
      color: #fff; }
  .alert.text-left {
    text-align: left; }

.eui-breadcrumbs {
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  padding: 1rem;
  margin-bottom: 0;
  color: #444;
  font-weight: bold; }
  .eui-breadcrumbs__item:after {
    font-family: sans-serif;
    content: " / ";
    font-size: 1rem;
    padding-left: 0.5rem; }

.fadeout {
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .fadeout:after {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    height: 100%;
    width: 30px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #FFF); }

.eui-modal-content {
  width: 75%;
  max-width: 900px;
  max-height: 75%;
  overflow: auto; }
  .eui-modal-content .eui-modal-content-body {
    margin-top: 0.5rem; }
    .eui-modal-content .eui-modal-content-body.modal-table {
      line-height: 1.4em;
      max-height: 500px;
      overflow: auto; }
  .eui-modal-content h4, .eui-modal-content p {
    overflow-wrap: break-word; }

.modal {
  display: none;
  width: auto;
  max-width: 1110px;
  padding: .75rem;
  background: #fff;
  border-radius: 4px; }
  @media screen and (max-width: 992px) {
    .modal {
      width: 80%; } }
  .modal .close-icon {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    width: 32px;
    height: 32px;
    border: none;
    color: #139e39;
    z-index: 1000;
    font-size: 18px;
    border-radius: 5px; }

.modal-body {
  position: relative;
  height: 100%; }
  .modal-body .modal-media img {
    padding: 0px;
    width: 100%; }
  .modal-body .modal-media iframe {
    display: block;
    width: 44vw;
    height: 33vw; }
    @media screen and (max-width: 992px) {
      .modal-body .modal-media iframe {
        width: 100%;
        height: 57vw; } }
  .modal-body .modal-description {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .modal-body .modal-description {
        text-align: center; } }
    .modal-body .modal-description .modal-title-bar {
      display: flex;
      flex-wrap: wrap;
      align-items: baseline;
      margin-bottom: 0.5rem;
      padding: 0px; }
      .modal-body .modal-description .modal-title-bar .main-title {
        margin: 0px 15px 0px 0px; }
        @media screen and (max-width: 768px) {
          .modal-body .modal-description .modal-title-bar .main-title {
            margin-right: 0px;
            flex-basis: 100%; } }
      .modal-body .modal-description .modal-title-bar .sub-title {
        margin: 0px; }
        @media screen and (max-width: 768px) {
          .modal-body .modal-description .modal-title-bar .sub-title {
            flex-basis: 100%; } }
      .modal-body .modal-description .modal-title-bar hr {
        margin: 0px;
        flex-basis: 100%; }
    .modal-body .modal-description .modal-text {
      padding: 0px;
      max-height: 10rem;
      overflow-y: auto; }
    .modal-body .modal-description .modal-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-content: flex-start;
      padding: 0px; }
      .modal-body .modal-description .modal-buttons .btn {
        width: 80%;
        padding: 10px;
        text-align: center;
        line-height: 1.5rem; }
        .modal-body .modal-description .modal-buttons .btn:first-child {
          margin-top: 5px;
          margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        .modal-body .modal-description .modal-buttons {
          justify-content: space-around;
          margin-top: 0.5rem; }
          .modal-body .modal-description .modal-buttons .btn {
            width: 45%;
            line-height: 1.25rem; }
            .modal-body .modal-description .modal-buttons .btn:first-child {
              margin-top: 0px;
              margin-bottom: 0px; } }
div.slider-caption div.rich-text {
  text-align: left; }

div.slider-caption {
  margin: 0;
  padding: 10px 10px 10px 10px;
  height: auto;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 2.0s ease-out; }

div.slider-caption:hover {
  max-height: 1000px;
  transition: max-height 2.0s ease-out; }

div.slider-caption::before {
  position: absolute;
  display: inline;
  font-family: FontAwesome;
  content: "\f0d7";
  opacity: 1;
  transition: opacity 2.0s ease-out 2.0s;
  margin-top: 55px; }

div.slider-caption:hover::before {
  opacity: 0;
  transition: opacity 0.2s ease-out; }

figcaption {
  margin: 0;
  padding: 10px 10px 10px 10px;
  height: auto;
  max-height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: max-height 2.0s ease-out; }

figcaption:hover {
  max-height: 1000px;
  transition: max-height 2.0s ease-out; }

figcaption::before {
  position: absolute;
  display: inline;
  font-family: FontAwesome;
  content: "\f0d7";
  opacity: 1;
  transition: opacity 2.0s ease-out 2.0s;
  margin-top: 55px; }

figcaption div.rich-text {
  text-align: left; }

figcaption:hover::before {
  opacity: 0;
  transition: opacity 0.2s ease-out; }

figure {
  margin-left: auto;
  margin-right: auto; }

div.image-with-caption-right {
  text-align: center;
  margin-left: 20px; }

div.image-with-caption-center {
  text-align: center; }

div.image-with-caption-left {
  text-align: center;
  margin-right: 20px; }

#downtime-notification-banner {
  color: #bb9d00; }
  #downtime-notification-banner .downtime-message .rich-text {
    display: inline;
    text-align: center; }
    #downtime-notification-banner .downtime-message .rich-text p {
      display: inline; }
  #downtime-notification-banner a, #downtime-notification-banner a:visited {
    color: #bb9d00; }

.eui-pagination a.disabled {
  opacity: .65;
  pointer-events: none;
  cursor: default; }
