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

@media (min-width: 768px) and (max-width: 991px) {
  .page-template-template-our-awards .hero-template {
    padding: 0 5px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-template-template-our-awards .hero-template .banner-title {
    margin-bottom: 50.5px;
  }
}
.page-template-template-our-awards .main-content {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .page-template-template-our-awards .main-content {
    padding-top: 70px;
  }
}
@media (max-width: 399px) {
  .page-template-template-our-awards .main-content {
    padding-bottom: 25px;
  }
}
.page-template-template-our-awards .main-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/generic-pattern-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  pointer-events: none;
}

.page-template-template-our-awards .main-content_container {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-template-our-awards .main-content_container {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-our-awards .main-content_container h2 {
    margin-bottom: 24px;
  }
}
.page-template-template-our-awards .main-content_container *:not(h2, h2 > strong) {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .page-template-template-our-awards .main-content .btn {
    min-width: 377px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-our-awards .organization {
    padding-bottom: 80px;
  }
}
.page-template-template-our-awards .organization:before {
  content: none;
}

.page-template-template-our-awards .organization:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .page-template-template-our-awards .organization-container .organization_item-custom-col:nth-last-of-type(2) {
    margin-bottom: 0;
  }
}
.page-template-template-our-awards .our-awards-section_content {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-template-our-awards .our-awards-section_content {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .page-template-template-our-awards .awca-section {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=template-our-awards.css.map*/