@import "https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,300;1,400&family=Nunito+Sans:opsz,wght@6..12,300;6..12,400&display=swap";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.header {
  justify-content: space-between;
  align-items: center;
  padding: 1em 2em;
  display: flex;
}

.header .logoContainer {

 
}

@media only screen and (width <= 600px) {
  .header .logoContainer {
    justify-content: end;
    display: flex;
  }
}

.header .logoContainer .logo {
  width: 20vw;
}

.header .navItems {
  display: flex;
}

.header .navItems a {
  margin-bottom: 0;
  margin-right: 2em;
  font-size: 110%;
  text-decoration: none;
}

.header .navItems a:hover {
  text-decoration: underline;
}

/*@media only screen and (width <= 600px) {
  .header .joinUsContainer {
    display: none;
  }
}*/

.header .joinUsContainer a {
  color: #fff;
  background: #9f4191;
  border-radius: 2em;
  padding: .5em 1em;
  text-decoration: none;
  transition: all .1s;
  
  
}

.header .joinUsContainer a:hover {
  color: #000;
  background-color: #f2bb45;
}

.footer {
  background: #ffcf59;
  justify-content: space-between;
  padding: 6em 4em;
  display: flex;
}

@media only screen and (width <= 600px) {
  .footer {
    flex-direction: column;
    padding: 4em 2em;
  }
}

.footer h5 {
  margin-bottom: .3em;
}

.footer .leftGroup p {
  margin-bottom: .5em;
}

.footer .leftGroup .socials {
  align-items: center;
  display: flex;
}

.footer .leftGroup .socials a {
  text-decoration: none;
}

.footer .leftGroup .socials img {
  width: 2em;
  margin-right: .5em;
}

.footer .rightGroup {
  flex-direction: column;
  display: flex;
}

.footer .rightGroup .bus {
  border-radius: .1em;
  width: 20vw;
  margin-bottom: 1em;
}

@media only screen and (width <= 600px) {
  .footer .rightGroup .bus {
    margin-top: 2em;
  }
}

.footer .rightGroup .wordmark {
  width: 10em;
  margin-bottom: .8em;
}

h1, h2, h3, h4, h5 {
  font-family: Lato, sans-serif;
}

p, a {
  font-family: Nunito Sans, sans-serif;
}

a, a:visited {
  color: #000;
}

a:hover {
  color: #9f4191;
}

h1 {
  font-size: 5.61em;
}

h2 {
  font-size: 4.209em;
}

h3 {
  font-size: 3.157em;
}

h4 {
  font-size: 2.369em;
}

h5 {
  font-size: 1.777em;
}

p {
  font-size: 1em;
}

small {
  font-size: .75em;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.content .splash {
  background: #c3eafd;
  justify-content: center;
  width: 100vw;
  display: flex;
}

.content .splash .splashImage {
  width: 60vw;
  margin: 4em 0;
}

.content .advocatesFor {
  width: 100vw;
 
  justify-content:center;
  padding:1em 0.4em 2em 0.4em;
}

.content .advocatesFor h3 {
  font-weight: 600;
  font-size: 30pt;
  
}

.overlayContainer {
  
  margin-top: 3em;
  position: relative;
  justify-content:center;
 
}

.overlayContainer .top, .overlayContainer .bottom {
  text-align: center;
    width: 100vw;
  position: absolute;
   
}

.overlayContainer .top {
  color: #9f4191;
  z-index: 1985;

}

.overlayContainer .bottom {
  z-index: -1985;
  color: #f2bb45;
  top: 4px;
  left: -4px;
  
}

.alternatingBackground:nth-child(odd) {
  background: #c3eafd;
}

.alternatingBackground:nth-child(2n+2) {
  background: #ffcf59;
}

.talkingPoints .talkingPointContainer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.talkingPoints .talkingPointContainer .talkingPoint {
  width: 56%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

@media only screen and (width >= 900px) {
  .talkingPoints .talkingPointContainer .talkingPoint {
    align-items: center;
  }
}

@media only screen and (width <= 900px) {
  .talkingPoints .talkingPointContainer .talkingPoint {
    flex-direction: column;
  }
}

@media only screen and (width <= 600px) {
  .talkingPoints .talkingPointContainer .talkingPoint {
    width: 90%;
  }
}

.talkingPoints .talkingPointContainer .talkingPoint .icon {
  width: 33%;
  max-width: 15em;
  margin-right: 3em;
}

@media only screen and (width <= 600px) {
  .talkingPoints .talkingPointContainer .talkingPoint .icon {
    min-width: 10em;
  }
}

@media only screen and (width <= 900px) {
  .talkingPoints .talkingPointContainer .talkingPoint #signalPriorityIcon {
    margin-left: -40px;
  }
}

.talkingPoints .talkingPointContainer .talkingPoint .title {
  margin-bottom: .2em;
  margin-left: -2px;
  font-weight: bold;
}

.talkingPoints .talkingPointContainer .talkingPoint .description {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
}

/*# sourceMappingURL=index.a6d257d3.css.map */
