/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.rev-row {
  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .page-template-page-teacher-appreciation .hero-pa {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .page-template-page-teacher-appreciation .hero-pa {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}
.page-template-page-teacher-appreciation .main-content {
  padding: 30px 0 30px;
}

@media screen and (min-width: 992px) {
  .page-template-page-teacher-appreciation .main-content {
    padding: 60px 0 60px;
  }
}
@media (max-width: 991px) {
  .page-template-page-teacher-appreciation .main-content {
    padding-bottom: 0;
  }
}
.page-template-page-teacher-appreciation .main-content h2::after, .page-template-page-teacher-appreciation .main-content .h2::after {
  display: none;
}

.page-template-page-teacher-appreciation .main-content .past-winners {
  margin-top: 40px;
  padding: 20px;
}

@media (max-width: 991px) {
  .page-template-page-teacher-appreciation .main-content .past-winners {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-template-page-teacher-appreciation .main-content .past-winners > div {
  position: relative;
  text-align: center;
}

.page-template-page-teacher-appreciation .main-content .past-winners > div .winner-title {
  font-size: 21px;
  bottom: 30px;
  text-align: center;
  color: #fff;
  background-color: #1E1E1E;
  padding: 20px;
}

@media (min-width: 1200px) {
  .page-template-page-teacher-appreciation .main-content .past-winners > div .winner-title {
    min-height: 157px;
  }
}
.page-template-page-teacher-appreciation .main-content .past-winners > div .winner-wrap {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 991px) {
  .page-template-page-teacher-appreciation .main-content .past-winners > div {
    margin: 0;
    margin-top: 20px;
  }
}
.page-template-page-teacher-appreciation .second-content {
  padding: 30px 0 30px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-template-page-teacher-appreciation .second-content {
    padding: 30px 0 50px;
  }
}
.page-template-page-teacher-appreciation .second-content .form-wrap {
  margin-top: 0;
}

.page-template-page-teacher-appreciation h2, .page-template-page-teacher-appreciation .h2 {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .page-template-page-teacher-appreciation h2, .page-template-page-teacher-appreciation .h2 {
    font-size: 45px;
    line-height: 53px;
  }
}
.page-template-page-teacher-appreciation .sub-title {
  color: #A21D21;
  font-size: 24px;
  margin-top: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page-template-page-teacher-appreciation .sub-title {
    font-size: 20px;
  }
}

/*# sourceMappingURL=page-teacher-appreciation.css.map*/