/* adjustments to copy nasa.gov style */
#site-header h1 {
    margin-top: 0;

}
@media screen and (min-width: 951px) {
    #site-header h1 {
        margin-top:2em;
    }
    .usa-header {
        font-family: "Titillium Web", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        font-display: swap;
    }
    .usa-header--extended .usa-navbar {
        max-width:1366px;
    }
    .usa-header--extended .usa-nav__inner {
        max-width: 1366px;
        background-color: #555;
    }
    .usa-header--extended .usa-nav {
        border-top: none;
    }
    .usa-header+.usa-section, .usa-header+main {
        border:none;
    }
    .usa-nav__primary > .usa-nav__primary-item > a:hover,
    .usa-nav__primary > .usa-current > a,
    .usa-nav__primary button:hover
    {
        color: #fff;
        background-color: #5075B4;
    }
    .usa-nav__primary > .usa-nav__primary-item > a,
    .usa-nav__primary button  {
        color: #fff;
    }
    .usa-nav__primary button[aria-expanded=false] {
        background-image: url("../images/expand_more--white.svg");
    }
    .usa-nav__primary button[aria-expanded=false]:hover {
        background-image: url("../images/expand_more--white.svg");
    }
    .usa-nav__submenu,
    .usa-nav__primary button[aria-expanded=true],
    .usa-megamenu.usa-nav__submenu::after,
    .usa-megamenu.usa-nav__submenu::before {
        background-color: #5075B4;
    }
}

caption {
    font-family: "Titillium Web", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-display: swap;
}
.queryTitle {
    text-align:center;
}

.usa-section--dark {
    background-color: #5075B4; /* color of default uswds nav hover */
}
.resultIcon {
    font-size: 18px;
    position:relative;
    top:4px;
}
#main-content {
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto;
}
.page-content {
    padding: 2em;
    background-color:white;
}
.grid-container {
    max-width: 100%;
}
#site-header {
    background-color: #000;
    background-image: url('../images/stem-banner-outside.png');
    background-repeat: no-repeat;
    height:215px;
    border-bottom:none;
}
#site-header h1 a {
    color: white;
    text-decoration: none;
}
#footer {
    max-width:1366px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight: 600;
}
#footer a {
  color: #5075B4;
}
.nasa-box {
    background-color: #fff;
    margin-bottom: 1.35765%;
    margin-right: 1.35765%;
    min-height:7em;
}
.nasa-box div {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: "Titillium Web", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-display: swap;
    font-weight: bold;
    font-size:1.5em;
    position:relative;
    bottom:0;
    padding:0 .2em;
}
.usa-footer .email {
    color: white;
}

/* end adjustments to copy nasa.gov style */
html { font-display: swap; }
.nowrap {
    white-space: nowrap;
}
.skipNav {
    background: transparent;
    color: #212121;
    left: 0;
    padding: 1rem 1.5rem;
    position: absolute;
    top: -4.2rem;
    transition: all .2s ease-in-out;
    z-index: 100;
}
.pagination {
    list-style: none;
    max-width: none;
}
.pagination li {
    display: inline-block;
    padding: .5em;
}
.active {
    font-weight: bold;
}

.result {
    padding:1rem;
    margin-bottom:1rem;
}
.result h4 {
    margin:0;
    font-weight:bold;
    clear: none;
}
.result:nth-child(odd) {
    background-color: #f1f1f1;
}
.result img {
    float: left;
    margin-right: 1em;
    max-height: 60px;
}
abbr {
    text-decoration: none;
}


.logo-image {
    display:none;
}


.text-centered-box {
    display:inline-block;
    width:14em;
    vertical-align:top;
}
.text-centered-box-cell {
    height:4em;
    display:flex;
    align-items: center;
    justify-content: center;
}
.text-centered-box-content {
    margin:0;
    padding:0;
    width:100%;
    display: block;
}
.col-list {
    list-style: none;
    margin:0;
    padding:0;
    text-align:center;
}
.col-list li {
    list-style: none;
    margin:0 0 .2em 0;
    padding:0;
    display:inline-block;
    width:16%;
    min-width:10em;
    vertical-align: top;
}
.col-list li a {
    height:4em;
    display:flex;
    align-items: center;
    justify-content: center;
    width:100%;
}
.faqItem {
    padding: 1em;
}
.faqItem:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 75%;
    padding: 1em 0;
    border-bottom: 1px solid #cccccc;
}
abbr.faqAbbrev {
    font-weight: bold;
    font-size: 2rem;
    border-bottom: none;
}
.capability-statements {
    list-style:none;
    margin:0;
    padding:0;
}
.capability-statements li {
    list-style:none;
    margin:0 0 5px 0;
    padding:0;
}
.capability-statements .usa-button {
    font-size:small;
}
.filter-list {
    margin:0;
    padding:0;
}
.filter-list li {
    display: inline-block;
    list-style:none;
    margin-right:1em;
}
.filter-list li a {
    color: black;
}
.circleImage {
    width: 100%;
    height: 100%;
    max-width: 270px;
    max-height: 270px;
    border-radius:50%;
}
.prominentText {
    font-size:1.5em;
}
.prominentText.usa-section {
    padding:1em;
}
.secondaryText {
    font-size: 1.2em;
}
.profileBox {
    text-align:center;
    display:flex;
    flex-direction:column;
}
.profileBox .pic {
    margin-top:auto;
}
.articleImage {
    float:right;
    margin:1em;
    width:50%;
    max-width:400px;
}
#big_search h2 {
    font-weight:bold;
    font-size:3em;
    text-align:center;
}
#big_search {
    padding-top:1em;
}

#home_buttons abbr[title] {
    text-decoration:none;
    border:none;
}
#menu_search {
    position: absolute;
    top: 0;
    right: 0;
    margin: .4em;
}
.post-asterisk::after {
    content:'*';
}
.pre-asterisk::before {
    content:'*';
}
dl > dd {
    margin-left:1em;
    margin-bottom:.5em;
}
@media all and (max-width: 40em){
    #table_data table {
        width:100%;
    }
}

/* copy usa-table--stacked styles to apply them at small width */
@media all and (max-width: 40em){ /* <-- this is 29.9em in the default */
  .usa-table--stacked thead{
    display:none;
  }
  .usa-table--stacked th,
.usa-table--stacked td{
    border-bottom-width:0;
    display:block;
    width:100%;
  }
  .usa-table--stacked tr{
    border-bottom-width:0.25rem;
    border-bottom-color:#1b1b1b;
    border-bottom-style:solid;
    border-top-width:0;
    display:block;
    width:100%;
  }
  .usa-table--stacked tr th:first-child,
.usa-table--stacked tr td:first-child{
    border-top-width:0;
  }
  .usa-table--stacked tr:nth-child(odd) td,
.usa-table--stacked tr:nth-child(odd) th{
    background-color:inherit;
  }
  .usa-table--stacked tr:first-child th:first-child,
.usa-table--stacked tr:first-child td:first-child{
    border-top-width:0.25rem;
    border-top-color:#1b1b1b;
    border-top-style:solid;
  }
  .usa-table--stacked th[data-label],
.usa-table--stacked td[data-label]{
    padding-bottom:0.75rem;
  }
  .usa-table--stacked th[data-label]:before,
.usa-table--stacked td[data-label]:before{
    content:attr(data-label);
    display:block;
    font-weight:700;
    margin:-0.5rem -1rem 0;
    padding:0.75rem 1rem 0.25rem;
  }
}

#export-buttons-bar {
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 7px;
}

#export-buttons-bar a{
    text-decoration: none;
}

/* for search.html.twig */
.displayableFields li {
    display: inline-block;
    margin: .2em .5em;
}

/* for admin results */
/* DROPDOWN BUTTONS */
.options {
    display: inline-block;
    margin-right: 2em;
}
.optionsGroup {
    text-align:center;
}

.btn-group {
    position: relative;
    display: inline-block;
}

.dropdown-toggle {
    outline: 0;
}

ul.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fefefe;
    border: solid #ddd 1px;
    border-radius: 5px;
    box-shadow: 0 6px 12px #eee;
    min-width: 200px;
    overflow: auto;
    z-index: 1;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 3px;
    text-align: left;
}

ul.dropdown-menu a {
    padding: 3px 20px;
    text-decoration: none;
    display: block;
    color: black;
}

ul.dropdown-menu a:hover {
    background-color: #eee;
}

.show {
    display: block !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/* END DROPDOWN BUTTONS*/
/* PAGINATION BAR*/
div.alphaNav ul.pagination li {
    padding-top: .4em;
    padding-bottom: .4em;
    padding-right: 0;
    padding-left: 0;
}

div.alphaNav ul.pagination > li > a {
    border: 1px solid #ddd;
}
   
.alphaNav {
    text-align: center;
}

/* END PAGINATION BAR*/


.form-fields-box .usa-input, .form-fields-box .usa-select {
    border-radius: 4px;
    border: solid #aaa 1px;
    margin-top: 0rem;
    font-size: 1.01rem;
    height: 34px;
    padding-top: unset;
    padding-bottom: unset;
}

.form-fields-box .usa-form-group {
    margin-top: 1.4rem;
}

.form-fields-box h3 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 20px;
    text-decoration-line: underline;
}

.form-fields-box label {
    font-size: 1.03rem;
    font-weight: bold;
}



