@charset "UTF-8";
/* CSS Document */

.h1-is-purple {
  color: #524ea2;
}

.h1-is-green {
  color: #a5cd39;
}

.h1-is-blue {
  color: #1dafec;
}
.h3-is-orange {
  color: #ff5a00;
  margin-bottom: 10px;
  margin-top: 2px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.h3-is-activitystationheading {
  color: #444749;
  line-height: 1.25;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0px;
  letter-spacing: -0.7px;
}

.h4-imaginationstation {
  color: #ff5a00;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.h5-is-orange {
  color: #ff5a00;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 600;
  letter-spacing: -0.25px;
}
	
.is-active-location {
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #2a2a2e;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-top: 0px;
  text-align: left;
  letter-spacing: -.05px;
}