@font-face {
  font-family: "PBS Sans";
  font-weight: 300;
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.woff2") format("woff2"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PBS Sans";
  font-weight: 400;
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.woff2") format("woff2"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PBS Sans";
  font-weight: 500;
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Medium.woff2") format("woff2"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "PBS Sans";
  font-weight: 700;
  src: url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.woff2") format("woff2"), url("https://www-tc.pbs.org/pbsfonts/v1.2/PBSSans-Bold.woff") format("woff");
  font-display: swap;
}
/*
Headers
*/
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  line-height: 125%;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  align-self: center;
}

h1, .h1 {
  font-size: 2.10481rem;
}

@media only screen and (max-width: 768px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  h1, .h1 {
    font-size: 1rem;
  }
}
h2, .h2 {
  font-size: 1.375rem;
}

@media only screen and (max-width: 640px) {
  h2, .h2 {
    font-size: 0.875rem;
  }
}
h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 1rem;
}

@media only screen and (max-width: 640px) {
  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size: 0.813rem;
  }
}
/*
Font Weight
*/
.bold {
  font-weight: 700;
}

b {
  font-weight: 700;
  line-height: 125%;
}

.medium {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.caps {
  text-transform: uppercase;
}

/*
Paragraphs
*/
p {
  margin: 0;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media only screen and (max-width: 640px) {
  p {
    font-size: 0.875rem;
  }
}
/*
Links
*/
a {
  color: #ffcf00;
  text-decoration: none;
}

label, input, select {
  font-size: 1rem;
}
@media only screen and (max-width: 640px) {
  label, input, select {
    font-size: 0.813rem;
  }
}

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