/* breakpoints */

.container {
  max-width: 1251px;
}

.calendar-home {
  --text-opacity: 1;
  color: #222;
  color: rgba(34, 34, 34, var(--text-opacity));
}

@media only screen and (min-width: 1224px) {
  .calendar-home {
    padding-top: 9rem;
  }
}

.calendar-home__info--upcoming {
  width: 100%;
}

.calendar-home__info--upcoming .calendar-home__wrapper:before {
  display: none;
}

@media only screen and (min-width: 992px) {
  .calendar-home__info--upcoming .calendar-home__wrapper:before {
    display: block;
  }
}

.calendar-home--upcoming {
  padding-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .calendar-home--upcoming {
    padding-bottom: 0;
    max-width: 62rem;
  }
}

@media only screen and (min-width: 1224px) {
  .calendar-home--upcoming {
    padding-left: 5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .calendar-home--upcoming {
    padding-left: 11.2rem;
    padding-right: 0;
  }
}

.calendar-home--news {
  --bg-opacity: 1;
  background-color: #004987;
  background-color: rgba(0, 73, 135, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media only screen and (min-width: 992px) {
  .calendar-home--news {
    margin-left: auto;
    max-width: 62rem;
  }
}

@media only screen and (min-width: 1440px) {
  .calendar-home--news {
    padding-right: 11.2rem;
  }
}

.calendar-home__title {
  font-size: 4.2rem;
  font-family: 'Open Sans';
  color: #51626f;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  line-height: 1.25;
  margin-top: 4rem;
  margin-bottom: 7rem;
}

@media only screen and (min-width: 992px) {
  .calendar-home__title {
    margin-top: 2rem;
  }
}

.calendar-home__title--news {
  font-size: 4.2rem;
  font-family: 'Open Sans';
  color: #fff;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  line-height: 1.25;
  margin-top: 4rem;
  margin-bottom: 7rem;
}

@media only screen and (min-width: 992px) {
  .calendar-home__title--news {
    margin-top: 2rem;
  }
}

.calendar-home .calendar-event-icon {
  margin-right: 2rem;
  width: 9.4rem;
  max-width: 9.4rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media only screen and (min-width: 992px) {
  .calendar-home .calendar-event-icon {
    margin-right: 5rem;
    margin-top: 0;
  }
}

.calendar-home__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar-home__item--news {
  display: block;
}

.calendar-home__item--upcoming {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
  border-bottom: 1px dashed #666;
}

.calendar-home__item--upcoming:before {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom-color: #666;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  content: '';
}

.calendar-home__item--upcoming:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.calendar-home__item--upcoming:hover:after {
  width: 100%;
  border-color: #004987;
}

.calendar-home__item--upcoming:focus:after {
  width: 100%;
  border-color: #004987;
}

@media only screen and (min-width: 992px) {
  .calendar-home__item--upcoming {
    border-width: 0;
  }
}

.calendar-home__item--upcoming .calendar-event-icon {
  margin-top: 0;
}

.calendar-home__item--college {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
  width: 100%;
}

.calendar-home__item--college:before {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom-color: #666;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  content: '';
}

.calendar-home__item--college:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.calendar-home__item--college:hover:after {
  width: 100%;
  border-color: #004987;
}

.calendar-home__item--college:focus:after {
  width: 100%;
  border-color: #004987;
}

@media only screen and (min-width: 992px) {
  .calendar-home__item--college {
    width: 54.6rem;
  }
}

.calendar-home__wrapper {
  padding-right: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 992px) {
  .calendar-home__wrapper {
    padding-right: 3rem;
  }
}

.calendar-home__wrapper--white {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
}

.calendar-home__wrapper--white:before {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom-color: #666;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  content: '';
}

.calendar-home__wrapper--white:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.calendar-home__wrapper--white:hover:after {
  width: 100%;
  border-color: #004987;
}

.calendar-home__wrapper--white:focus:after {
  width: 100%;
  border-color: #004987;
}

.calendar-home__wrapper--white:before {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.calendar-home__wrapper--white:after {
  border-color: transparent;
}

.calendar-home__wrapper--white:hover:after {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.calendar-home__wrapper--footer {
  margin-bottom: 0;
}

.calendar-home__wrapper--footer:before {
  border: 1px dashed rgba(225, 225, 225, 0.1);
}

.calendar-home__wrapper--footer a {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 100;
}

.calendar-home__wrapper--college:before {
  display: none;
}

.calendar-home__wrapper--college:after {
  display: none;
}

.calendar-home__link {
  padding-left: 0;
  font-size: 1.6rem;
  color: #51626f;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans';
  border: none;
  text-decoration: none;
  font-size: 2.7rem;
  --text-opacity: 1;
  color: #232323;
  color: rgba(35, 35, 35, var(--text-opacity));
  font-weight: 300;
  width: 100%;
  line-height: 3.24rem;
  padding-top: 0;
  padding-right: 2rem;
}

.calendar-home__link:after {
  position: absolute;
  font-size: 1.6rem;
  color: #51626f;
  right: 0;
  font-weight: 100;
  font-family: FontAwesome;
  content: '\f178';
}

.calendar-home__link:hover {
  color: #004987;
}

.calendar-home__link:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .calendar-home__link:after {
    display: block;
    --text-opacity: 1;
    color: #004987;
    color: rgba(0, 73, 135, var(--text-opacity));
    top: 2.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .calendar-home__link:after {
    top: auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .calendar-home__link:after {
    /* IE10+ CSS styles go here */
    top: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .calendar-home__link {
    padding-top: 0.5rem;
  }
}

.calendar-home__link--white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.calendar-home__link--white:after {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media only screen and (min-width: 768px) {
  .calendar-home__link--white:after {
    top: auto;
    bottom: 1rem;
  }
}

.calendar-home__link--white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.calendar-home__link--white:hover:after {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.calendar-home__see-all {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 2.5rem;
  display: inline-block;
  padding-top: 4.8rem;
}

.calendar-home__see-all:before {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom-color: #666;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  content: '';
}

.calendar-home__see-all:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  content: '';
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.calendar-home__see-all:hover:after {
  width: 100%;
  border-color: #004987;
}

.calendar-home__see-all:focus:after {
  width: 100%;
  border-color: #004987;
}

@media only screen and (min-width: 992px) {
  .calendar-home__see-all {
    margin-left: auto;
    margin-top: 4rem;
    display: block;
    padding-top: 1rem;
    padding-right: 2rem;
    max-width: fit-content;
  }
}

.calendar-home__see-all--white:before {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.calendar-home__see-all--white:hover:after {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.calendar-home__cta {
  padding-left: 0;
  font-size: 1.6rem;
  color: #51626f;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Open Sans';
  border: none;
  text-decoration: none;
  --text-opacity: 1;
  color: #004987;
  color: rgba(0, 73, 135, var(--text-opacity));
  font-weight: 600;
  margin-right: 2.5rem;
}

.calendar-home__cta:after {
  position: absolute;
  font-size: 1.6rem;
  color: #51626f;
  right: 0;
  font-weight: 100;
  font-family: FontAwesome;
  content: '\f178';
}

.calendar-home__cta:hover {
  color: #004987;
}

.calendar-home__cta--white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.calendar-home__cta--white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.calendar-home__cta--white:after {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.latest-news {
  --bg-opacity: 1;
  background-color: #004987;
  background-color: rgba(0, 73, 135, var(--bg-opacity));
  padding-bottom: 4rem;
}

@media only screen and (min-width: 992px) {
  .latest-news {
    padding-bottom: 0;
  }
}
