/**
* 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;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .awards-wrap {
    max-width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .awards-wrap {
    max-width: initial;
  }
}
.page-template-about-us .awards-part .awards-container {
  overflow: hidden;
}

.page-template-about-us .awards-part .swiper-button-prev.swiper-small-arrow {
  top: 70%;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .awards-part .swiper-button-prev.swiper-small-arrow {
    left: -10px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .awards-part .swiper-button-prev.swiper-small-arrow {
    left: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .awards-part .swiper-button-prev.swiper-small-arrow {
    left: -40px;
  }
}
.page-template-about-us .awards-part .swiper-button-next.swiper-small-arrow {
  top: 70%;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .awards-part .swiper-button-next.swiper-small-arrow {
    right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .awards-part .swiper-button-next.swiper-small-arrow {
    right: -25px;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-about-us .awards-part .swiper-button-next.swiper-small-arrow {
    right: -40px;
  }
}
#about-top {
  position: relative;
  background: var(--color-secondary);
  padding-top: 0px;
  padding-bottom: 0px;
}

#about-top .container {
  max-width: 100%;
}

#about-top .container .row {
  flex-direction: column-reverse;
}

@media screen and (min-width: 1200px) {
  #about-top .container .row {
    flex-direction: row;
  }
}
#about-top .container .row .col-6 {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  #about-top .container .row .col-6 {
    width: 50%;
  }
}
#about-top .featured-image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 60%;
}

@media screen and (min-width: 480px) {
  #about-top .featured-image {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .featured-image img {
    display: none;
  }
}
#about-top .content {
  padding-top: 50px;
  padding-bottom: 20px;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  #about-top .content {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
#about-top .content span {
  color: var(--color-tertiary);
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  letter-spacing: 6px;
  text-transform: uppercase;
}

#about-top .content h2 {
  margin-bottom: 5px;
}

#about-one {
  background: url(../images/bg-aggressive-advocacy.jpg);
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 55px;
}

@media screen and (min-width: 1200px) {
  #about-one {
    padding-top: 155px;
    padding-bottom: 155px;
  }
}
#about-one .container .row {
  flex-direction: column-reverse;
}

@media screen and (min-width: 1200px) {
  #about-one .container .row {
    flex-direction: row;
  }
}
#about-one .col-right {
  margin-top: 55px;
}

@media screen and (min-width: 1200px) {
  #about-one .col-right {
    margin-top: initial;
    padding-right: 123px;
  }
}
#about-one .col-right h2 {
  color: #fff;
}

#about-one .col-right p {
  color: #fff;
}

#about-one .image-holder {
  text-align: center;
}

@media (min-width: 1535px) {
  #about-one .image-holder {
    text-align: left;
    padding-left: 100px;
  }
}
#about-one .image-holder img {
  width: 60%;
}

@media screen and (min-width: 768px) {
  #about-one .image-holder img {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .image-holder img {
    width: auto;
  }
}
#about-two-content {
  padding: 40px 0 50px;
  background: url(../images/bg-about-two.jpg);
}

@media screen and (min-width: 992px) {
  #about-two-content {
    padding: 110px 0 90px;
  }
}
@media screen and (min-width: 1200px) {
  #about-two-content .entry-content {
    max-width: 973px;
    margin-left: auto;
    margin-right: auto;
  }
}
#about-two-content .entry-content h2 {
  margin-top: 28px;
  margin-bottom: 5px;
}

#about-two-content .entry-content img {
  margin-bottom: 0px;
  border-radius: 0px;
  width: 15%;
}

@media screen and (min-width: 768px) {
  #about-two-content .entry-content img {
    width: initial;
  }
}
#about-two-content .entry-content .plus {
  margin-top: 10px;
  margin-left: 18px;
  margin-right: 18px;
  width: 8%;
}

@media screen and (min-width: 480px) {
  #about-two-content .entry-content .plus {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  #about-two-content .entry-content .plus {
    margin-top: 25px;
    width: initial;
  }
}
#about-two-content .entry-content .equal {
  margin-top: 14px;
  margin-left: 18px;
  margin-right: 18px;
  width: 8%;
}

@media screen and (min-width: 480px) {
  #about-two-content .entry-content .equal {
    margin-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  #about-two-content .entry-content .equal {
    margin-top: 29px;
    width: initial;
  }
}
#about-two-content .entry-content span {
  color: var(--color-tertiary);
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 187.5% */
  letter-spacing: 6px;
  text-transform: uppercase;
}

#about-three {
  padding: 50px 0 50px;
}

@media screen and (min-width: 992px) {
  #about-three {
    padding: 70px 0 70px;
  }
}
#about-three h2 {
  margin-bottom: 45px;
}

#about-three .content .questions {
  border-bottom: 2px solid #F5F0DF;
  margin-bottom: 25px;
  padding-bottom: 10px;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}

#about-three .content .questions strong {
  color: #000;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

#about-three .content .questions p {
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1px;
}

#about-three .about-three-bottom-content {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}

#about-three .about-three-bottom-content strong {
  color: #000;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
}

#about-three .about-three-bottom-content p {
  color: #000;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1px;
}

#about-three .about-three-bottom-content ul {
  margin-top: 8px;
  position: relative;
  left: 10px;
}

/*# sourceMappingURL=about-us.css.map*/