body,
p, ul, ol, li, a {
  color: #212121;
}

legend, label,
h1, h2, h3, h4, h5, h6 {
  color: #205493;
}

.usa-section-dark legend, .usa-section-dark label,
.usa-section-dark h1, .usa-section-dark h2, .usa-section-dark h3, .usa-section-dark h4, .usa-section-dark h5, .usa-section-dark h6,
.usa-section-dark p {
  color: #ffffff;
}

.blog-section {
  margin-bottom: 4em;
}

.blog-section ul {
  list-style-type: none;
}

legend,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}

h4 {
  margin-bottom: 30px;
}

.usa-full li {
  list-style-type: disc;
}

ul, li, a, h3 {
  margin-bottom: 0;
  margin-top: 0;
  text-decoration: none;
}

ul, li {
  margin-bottom: 0.5em;
}

.bullet ul {
  list-style-type: disc;
}

form {
  max-width: 100%;
}

/*
.usa-section p,
.usa-section > ul,
.usa-section > ol,
.usa-section > h1,
.usa-section > h2,
.usa-section > h3,
.usa-section > h4,
.usa-section > h5,
.usa-section > h6 {
  max-width: 62.5rem;
}
*/
.usa-full {
  margin-bottom: 40px;
}

a {
  color: #0071bc;
}
a:hover {
  color: #205493;
}
a:active {
  color: #0071bc;
}
a:visited {
  color: #0071bc;
}

#main:focus {
  outline: none;
}

@media (min-width: 600px) {
  .usa-width-one-whole.usa-section {
    position: relative;
    left: 50%;
    max-width: 62.5rem;
    margin-left: -31.25rem;
  }
}
.text-center {
  text-align: center;
}

@media (max-width: 600px) {
  h2 {
    font-size: 1.5em;
  }
}
.community-about p {
  max-width: 200ch;
}

.usa-button,
.usa-button-primary,
.usa-button:visited,
.usa-button-primary:visited,
button,
[type=button],
[type=submit],
[type=reset],
[type=button],
[type=submit],
[type=reset],
[type=image] {
  background-color: #0071bc;
  color: #fff;
  font-family: "Lato", sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
}

.usa-button:hover,
.usa-button-primary:hover,
.usa-button:visited:hover,
.usa-button-primary:visited:hover,
button:hover,
[type=button]:hover,
[type=submit]:hover,
[type=reset]:hover,
[type=button]:hover,
[type=submit]:hover,
[type=reset]:hover,
[type=image]:hover {
  background-color: #205493;
}

@media (max-width: 500px) {
  .usa-button,
  .usa-button-primary,
  .usa-button:visited,
  .usa-button-primary:visited,
  button,
  [type=button],
  [type=submit],
  [type=reset],
  [type=button],
  [type=submit],
  [type=reset],
  [type=image] {
    width: auto;
  }
}
@media all and (min-width: 951px) {
  .usa-header-basic .usa-navbar {
    width: 45%;
  }
}
@media all and (max-width: 951px) {
  #logo img {
    max-height: 3.7rem;
  }
}
.usa-nav-container {
  text-align: left;
}

.usa-nav-primary a:hover {
  color: #FFFFFF;
}

.usa-nav-link:hover span {
  border-bottom-color: #0071bc;
}

.usa-nav {
  background: white;
  padding-right: 20px;
}

@media all and (min-width: 951px) {
  .usa-nav {
    padding-top: 2rem;
    float: none;
  }
}
.usa-nav-submenu {
  background-color: #5b616b;
  opacity: 0.9;
}

.usa-nav-primary button[aria-expanded=true] {
  background-color: #5b616b;
  opacity: 0.9;
}

.usa-nav-primary button[aria-expanded=true]:hover {
  background-color: #5b616b;
  opacity: 0.9;
}

.usa-nav-submenu a:visited {
  color: #FFFFFF;
}

.usa-nav-submenu a:hover {
  background-color: #5b616b;
}

.usa-navbar {
  margin-top: 30px;
  margin-left: 20px;
}

.usa-nav-toolkit {
  background: none;
}

@media screen and (max-width: 950px) {
  .usa-nav-toolkit {
    background-color: white;
  }
}
.nav-blog {
  padding-left: 368px;
}

.nav-blog a:hover {
  color: #0071bc;
}

.usa-sidenav-list a.usa-current {
  border-left: 4px solid #0071bc;
  color: #0071bc;
}
.usa-sidenav-list a {
  color: #212121;
}
.usa-sidenav-list a:hover {
  color: #0071bc;
}

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

.home .usa-width-one-whole > p {
  max-width: 77rem;
  font-size: 20px;
  line-height: 1.7;
}

.hero-unit {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 22em;
  position: relative;
}

.hero-content {
  background-color: rgba(33, 33, 33, 0.4);
  bottom: 20px;
  left: 50%;
  margin-left: -30%;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  width: 60%;
}

.hero-content h1 {
  color: white;
  font-size: 36px;
  font-weight: 100;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.hero-content .usa-button {
  font-size: 22px;
  line-height: 30px;
}

@media (max-width: 646px) {
  .hero-content h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 320px) {
  .hero-content h1 {
    font-size: 22px;
    line-height: 40px;
  }
}
iframe {
  margin: 0 auto;
}

@media (max-width: 800px) {
  iframe {
    width: 80%;
  }
}
@media (max-width: 500px) {
  iframe {
    margin-left: 0;
    width: 95%;
  }
}
@media (max-width: 321px) {
  iframe {
    min-height: 4rem;
    width: 100%;
  }
}
.page--banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  width: 100%;
}

.caption {
  float: right;
}

.project-page--banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 200px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .project-page--banner {
    background-size: contain;
  }
}
.header-margin-top {
  margin-top: 1em !important;
}

@media (min-width: 450px) {
  .image-in-post-body {
    float: right;
    margin-left: 2em;
    width: 410px;
  }
}
@media (min-width: 450px) {
  .image-in-post-body-center {
    margin: auto;
    width: 410px;
  }
}
.image-in-post-body-left {
  float: left;
  margin-right: 2em;
  width: 410px;
}

.image-caption {
  font-size: 1.3rem;
  font-style: italic;
}

.blog-list-image {
  height: 220px;
  overflow: hidden;
}

@media (max-width: 600px) {
  .blog-list-image {
    margin-bottom: 1em;
  }
}
.center-top {
  background-position: center -15em;
}

.center-top-ten {
  background-position: center -10em;
}

@media (max-width: 414px) {
  .center-top-ten {
    background-position: 0.1em;
  }
}
@media (min-width: 800px) {
  .center-top-eight {
    background-position: center -8em;
  }
}
@media (min-width: 900px) {
  .center-top-twenty {
    background-position: center -20em;
  }
}
@media (min-width: 414px) {
  .center-bottom-ten {
    background-position: center 0.1em;
  }
}
.hide {
  display: none;
}

@media (max-width: 850px) {
  .image-hide {
    display: none;
  }
}
.blog-title {
  font-size: 3.5rem;
}

@media (max-width: 414px) {
  .blog-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  .blog-list-body {
    padding-left: 0;
  }
}
@media screen and (min-width: 600px) {
  .project-container {
    display: flex;
    flex-wrap: wrap;
    width: 102.5%;
  }
}
@media screen and (min-width: 600px) {
  .project-container-toolkit {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
  }
}
@media screen and (min-width: 600px) {
  .project-container-toolkit .card-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 150px;
    width: 100%;
  }
}
.card {
  box-shadow: 0 0 0 1px #d6d7d9;
  display: block;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
  text-decoration: none;
}
@media all and (min-width: 800px) {
  .card {
    display: flex;
    flex-direction: column;
    margin-right: 2.3%;
    min-height: 450px;
    width: 31%;
  }
}
.card:active {
  box-shadow: #3e94cf;
}

.card-link {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.card-banner {
  margin: 3rem;
}
@media all and (min-width: 800px) {
  .card-banner {
    flex: 1 0 auto;
  }
}

.card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 150px;
  width: 100%;
}

.card-image:hover {
  box-shadow: 0 0 0 1px #0071bc;
}

.card-description.card-description {
  color: #0071bc;
  margin-top: 0;
}

.card-summary {
  font-size: 16px;
  margin-bottom: 0;
}
.card-summary em {
  font-style: normal;
}

.card-read {
  margin: 0 3rem;
  color: #0071bc;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.card-read:visited {
  color: #0071bc;
}
.card-read svg {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -1px;
  width: 1.2rem;
  margin-left: 4px;
}

.card-read-dark-background {
  color: #e87853;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.card-read-dark-background:visited {
  color: #e87853;
}
.card-read-dark-background svg {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -1px;
  width: 1.2rem;
  margin-left: 4px;
}

.card-read-light-background {
  color: #205493;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 600px) {
  .project-title {
    font-size: 3rem;
  }
}
.usa-banner-header .usa-banner-inner > img {
  padding-top: 3px;
}

.banner.tagline {
  background-color: #112e51;
}

.banner.tagline .usa-grid {
  padding: 3rem;
}

.banner.tagline p {
  color: #fff;
  max-width: 80%;
}

.banner.tagline h2 {
  color: #fff;
}

.banner.contact {
  background-color: #112e51;
}

.banner.contact form {
  padding-top: 2em;
}

.banner.contact h2,
.banner.contact p,
.banner.contact legend,
.banner.contact label,
.banner.contact a,
.banner.contact a:hover,
.banner.contact a:visited {
  color: #fff;
}

.banner .usa-button,
.banner .usa-button-primary,
.banner .usa-button:visited,
.banner .usa-button-primary:visited,
.banner button,
.banner [type=button],
.banner [type=submit],
.banner [type=reset] {
  background-color: #dce4ef;
  color: #112e51;
}

.banner-tagline-accent-color a {
  color: #e87853;
}
.banner-tagline-accent-color a:hover {
  color: white;
}
.banner-tagline-accent-color a:active {
  color: white;
}
.banner-tagline-accent-color a:visited {
  color: #e87853;
}

.usa-footer-primary-section {
  background-color: #f1f1f1;
}

.usa-footer-secondary_section {
  background-color: #d6d7d9;
}

footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a,
footer a:hover,
footer a:visited {
  color: #212121;
}

.usa-footer-logo p {
  font-size: 0.7em;
}

.footer-logo {
  max-width: 30rem;
  text-align: center;
  padding-top: 1em;
  padding-left: 1.5em;
}

.usa-footer-logo-img {
  margin-right: 1em;
}

.footer-citsci-logo {
  text-align: right;
}

.usa-link-rss {
  padding-right: 4em;
}

div.footer-questions {
  background-color: #203131;
  padding: 0.5em;
}

p.footer-questions {
  text-align: center;
  color: white;
}

img.footer-questions {
  color: #e87853;
  height: 12px;
  padding-left: 0.5em;
}

@media only screen and (max-width: 600px) {
  .footer-logo {
    max-width: 25rem;
    float: left;
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  .usa-footer-logo-img {
    max-width: 6rem !important;
  }
}
@media only screen and (max-width: 1100px) {
  .usa-footer-secondary_section {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
}
@media only screen and (max-width: 600px) {
  .usa-footer-secondary_section {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
}
.footer-logo-text {
  font-size: 1.5rem;
  line-height: 1.2;
}

.footer-logo-text-span {
  color: #203131;
  font-size: 20px !important;
}

@media only screen and (min-width: 600px) {
  .footer-logo-text {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .footer-socials {
    float: left;
    padding-left: 1em;
  }
}
@media only screen and (min-width: 600px) {
  .mobile-break {
    display: none;
    padding-left: 20px;
  }
}
.feedback-email {
  font-weight: 800 !important;
  max-width: 30rem;
  text-align: center;
  font-size: 1em;
  color: #e87853;
}
.feedback-email:hover {
  color: #FFF;
}
.feedback-email:visited {
  color: #FFF;
}

.footer-accessibility {
  background-color: #d6d7d9;
  padding-left: 240px;
  padding-bottom: 20px;
  margin-top: -20px;
}

.footer-accessibility a {
  font-weight: bold;
}

.page-team .usa-graphic_list .usa-media_block {
  margin-bottom: 6rem;
}
@media all and (min-width: 800px) {
  .page-team .usa-graphic_list .usa-media_block {
    margin-right: 0;
    width: 50%;
  }
}
.page-team .usa-graphic_list h3 {
  margin-top: 0;
}

.team-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: circle(62px at center);
  height: 124px;
  width: 124px;
}

.page-team-single .team-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: circle(135px at center);
  height: 270px;
  width: 270px;
}

.toolkit-nav {
  background-color: #F3F2F3;
  padding: 1em;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .toolkit-nav {
    margin-top: 0.5em;
  }
}
.wp-caption {
  border: 1px solid #DDD;
  box-shadow: 2px 2px 3px #888;
  /* -webkit-box-shadow: 2px 2px 3px #888; */
  -moz-box-shadow: 2px 2px 3px #888;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  padding-top: 22px;
  text-align: center;
  max-width: 96%;
  background: 1px #F9F9F9;
  /* color: #333; */
}

.case-study-list {
  border: 1px solid #DDD;
  box-shadow: 2px 2px 3px #888;
  /* -webkit-box-shadow: 2px 2px 3px #888; */
  -moz-box-shadow: 2px 2px 3px #888;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  padding-top: 22px;
  max-width: 96%;
  background: 1px #F9F9F9;
  height: 345px;
  /* color: #333; */
}

td {
  min-width: 175px;
}

.how-to-grid {
  margin-right: 4em;
  margin-left: 4em;
}

@media screen and (max-width: 600px) {
  .how-to-grid {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 1em;
  }
}
@media screen and (max-width: 600px) {
  .how-to-image {
    margin-top: 2em;
  }
}
.how-to-icon {
  margin-left: 17%;
  margin-bottom: 10%;
}

@media screen and (max-width: 600px) {
  .how-to-icon {
    display: none;
  }
}
.last-updated {
  padding-bottom: 1em;
}

Section.innovation-communities {
  text-align: center;
}

div.innovation-communities {
  text-align: center;
}

h2.innovation-communities {
  margin: auto;
  padding-bottom: 1em;
  text-align: center;
}

ul.innovation-communities {
  padding: 0em;
  text-align: center;
  display: inline;
}

li.innovation-communities {
  padding: 0.5em;
  display: inline;
}

img.innovation-communities {
  height: 45px;
  padding-right: 3em;
  padding-left: 3em;
  padding-bottom: 0.5em;
}

img.innovation-communities-code {
  height: 45px;
  padding-right: 3em;
  padding-left: 3em;
  padding-bottom: 1em;
}

img.innovation-communities-challenge {
  height: 65px;
  padding-right: 3em;
  padding-left: 3em;
}

@media screen and (max-width: 600px) {
  img {
    text-align: center;
  }
  img.innovation-communities-challenge {
    padding-left: 0.5em;
    padding-bottom: 5px;
  }
}
.vertical-line {
  display: inline-block;
  border-left: 1px solid #d6d7d9;
  margin: 0 10px;
  height: 75px;
}

@media screen and (max-width: 600px) {
  .vertical-line {
    display: none;
  }
}
p.toolkit-banner {
  font-size: 20px;
}

.catalog-nav {
  background-color: #F3F2F3;
  padding: 1em;
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .catalog-nav {
    margin-top: 0.5em;
  }
}
.catalog-title {
  margin-top: 45px;
}

.catalog-blurb {
  color: #626363;
}

.project-field {
  color: #d63703;
}

.parent-container {
  display: flex;
  padding: 3em 4em 4em;
  min-height: 45em;
}

@media (min-width: 500px) and (max-width: 1307px) {
  .parent-container {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .parent-container {
    display: flex;
    flex-direction: column;
  }
}
.entry-container {
  padding-left: 2em;
  padding-right: 2em;
}

@media only screen and (max-width: 1199px) {
  .entry-container {
    padding-right: 0;
  }
}
@media only screen and (max-width: 600px) {
  .entry-container {
    padding-left: 0.75em;
  }
}
.search-container {
  margin-top: 3em;
  min-width: 215px;
}

@media only screen and (min-width: 600px) {
  .search-container {
    width: 215px;
  }
}
.search-container h3 {
  padding-bottom: 0.5em;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1199px) {
  .search-container {
    min-width: 180px;
  }
}
@media only screen and (max-width: 600px) {
  .search-container {
    margin-bottom: 2em;
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  .entry-lists-container {
    display: flex;
  }
}
@media only screen and (min-width: 600px) {
  .entry-left-items-container {
    width: 50%;
    margin-right: 3em;
  }
}
.entry-left-items-container a {
  overflow-wrap: break-word;
}

@media only screen and (min-width: 600px) {
  .entry-right-items-container {
    width: 50%;
    margin-right: 3em;
  }
}
.catalog-project-list {
  border: 1px solid #DDD;
  box-shadow: 1px 1px 2px #888;
  /* -webkit-box-shadow: 1px 1px 2px #888; */
  -moz-box-shadow: 1px 1px 2px #888;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  max-width: 96%;
  width: 275px;
  height: 210px;
  min-height: 210px;
  overflow: overlay;
  position: relative;
  /* color: #333; */
}

.catalog-project-list h3 {
  border-bottom: 1px solid inherit;
  height: 3.5em;
  font-size: initial;
}

@media only screen and (max-width: 1275px) {
  .catalog-project-list h3 {
    font-size: 15px;
  }
}
.catalog-project-list p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1;
}

.catalog-project-list {
  width: 250px;
  height: 230px;
}

.top-project-field {
  padding-top: 0.5em;
}

@media only screen and (max-width: 1275px) {
  .top-project-field {
    padding-top: 1em;
  }
}
.agency-list h3 {
  margin-top: 1.5em;
}

.image-position-bottom {
  position: absolute;
  bottom: 0.75em;
}

ul ul {
  list-style-type: none;
}

.agency-list-article {
  padding: 10px;
  line-height: 0;
}

.sidebar-agency-list li {
  font-size: medium;
  text-decoration: none;
  line-height: 1em;
}

.sidebar-agency-list button {
  font-weight: 500;
  color: #205493;
}

.sidebar-agency-list button:hover {
  font-weight: 500;
  color: #205493;
}

.sidebar-agency-list .usa-accordion-content {
  padding-top: 0;
}

.catalog-agency-list ul {
  padding-left: 0px;
}

/* Agency page styles */
.agency-parent-container {
  display: flex;
}

@media (min-width: 500px) and (max-width: 1307px) {
  .agency-parent-container {
    padding-right: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .agency-parent-container {
    display: flex;
    flex-direction: column;
  }
}
.catalog-form-add {
  font-size: 2rem;
  line-height: 1.3;
  color: #d63703;
}

.catalog-form-heading {
  margin-top: 3em;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #205493;
}

.catalog-form {
  margin-top: 3em;
  margin-bottom: 3em;
}

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