@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
*,
::after,
::before {
  box-sizing: border-box;
}

.mt-1 {
  margin-top: 20px !important;
}
.mb-4 {
  margin-bottom: 25px;
}
.mb-4 {
  margin-top: 35px;
}
.w100 {
  width: 100%;
}
.align-center {
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

sup {
  position: relative;
  font-size: 40%;
  line-height: 0;
  vertical-align: baseline;
  top: -1.2em;
}
.mt-15px {
  margin-top: 15px;
}
.mb-15px {
  margin-bottom: 15px;
}
.mr-15px {
  margin-right: 15px;
}
.mr-1 {
  margin-right: 15px;
}
.ml-15px {
  margin-left: 15px;
}

.text-12 {
  font-size: 12px !important;
}
.text-14 {
  font-size: 14px !important;
}
.padding-left {
  padding-left: 22px;
}



.spacer {
  margin-top: 110px; /* define margin as you see fit */
}

.spacer2 {
  margin-top: 15px; /* define margin as you see fit */
}

.title-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  font-size: 22px !important;
  color: #231e58 !important;
  line-height: 22px !important;
}

.list-small {
  /* • Curated resources: */
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #231e58 !important;
  text-align: left;
  line-height: 26px !important;
}

.list-big {
  /* • Curated resources: */
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 20px !important;
  color: #231e58 !important;
  text-align: left;
  line-height: 32px !important;
}

.bold-1 {
  /* eled Reade: */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #d0021b;
  text-align: left;
  line-height: 28px;
}

.bold-3 {
  /* eled Reade: */
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #d0021b;
  text-align: left;
  line-height: 25px;
}

.text-white {
  /* Each On-Task Text Se: */
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  color: #f8c311;
  text-align: left;
  line-height: 25px !important;
}

.text-white2 {
  /* Each On-Task Text Se: */
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 25px !important;
}

.text-white p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #231e58 !important;
  text-align: left;
  line-height: 28px !important;
}

.text-2 {
  /* Do you need addition: */
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #fbfcfd;
  text-align: center;
  line-height: 20px;
  padding: 20px;
}

.title-3 {
  /* On-Task Text Sets: */
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #021e4a;
  line-height: 35px !important;
  margin-bottom: 30px;
}

.text-desc {
  /* Curated sets of TEKS: */
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 16px !important;
  color: #021e4a;
  text-align: left;
  line-height: 25px !important;
}

.red-band {
  background-color: #d0021b;
  padding: 1em;
  color: #fff;
}

.button.primary {
  border-color: transparent;
  background-color: #d0021b;
font-weight: 700;
}
.button.primary:hover {
  background-color: #f2021f;
}

.date-btn {
  font-size: 16px !important;
}
.button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 15px;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  color: white;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 15px 10px;
  font-size: 0.725em;
  border-color: transparent;
  background-color: #d0021b;
  width: 255px;
}

.band-gradient {
  background-image: linear-gradient(135deg, #5efce8 10%, #736efe 100%);
  padding: 1em;
  color: #ffffff;
}