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

.page-template-about-us .main-wrapper {
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .page-template-about-us .main-wrapper {
    padding-bottom: 100px;
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .page-template-about-us .main-wrapper {
    padding-bottom: 182px;
  }
}
#about-top {
  padding: 2rem 0 4rem;
}

@media screen and (min-width: 1200px) {
  #about-top {
    padding-top: 4.5rem;
  }
}
#about-top .left-content .image-holder {
  margin-top: 10px;
  text-align: center;
  display: block;
  border-radius: 15px;
  margin-bottom: 35px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 480px) {
  #about-top .left-content .image-holder {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #about-top .left-content .image-holder {
    float: left;
    padding-right: 30px;
    margin-bottom: 0px;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .left-content .image-holder {
    display: none;
  }
}
#about-top .left-content .image-holder img {
  border-radius: 15px;
  background: #D9D9D9;
}

@media (max-width: 991px) {
  #about-top .left-content .image-holder img {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  #about-top .left-content .image-holder img {
    max-width: 100%;
  }
}
#about-top .right-content .image-holder {
  margin-top: 10px;
  text-align: center;
  display: none;
}

@media screen and (min-width: 1200px) {
  #about-top .right-content .image-holder {
    margin-top: -250px;
    text-align: initial;
    display: block;
  }
}
#about-top .right-content .image-holder img {
  border-radius: 15px;
  background: #D9D9D9;
}

#about-top .horizontal-cta .container {
  padding-left: 0px;
  padding-right: 0px;
}

#about-top .horizontal-cta .container .col-10 {
  margin-top: 40px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  #about-top .horizontal-cta .container .col-10 {
    margin-top: 80px;
  }
}
#about-top .horizontal-cta .container .col-10:before {
  display: none;
}

#about-top .horizontal-cta .container .col-10 .cta-content {
  text-align: center;
  padding: 40px 20px 40px 20px;
  background: #fff;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1200px) {
  #about-top .horizontal-cta .container .col-10 .cta-content {
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
#about-top .horizontal-cta .container .col-10 .cta-content .title {
  text-align: center;
  margin-bottom: 18px;
  font-size: 33px;
}

@media (max-width: 991px) {
  #about-top .horizontal-cta .container .col-10 .cta-content .title {
    max-width: 420px;
  }
}
@media screen and (min-width: 1400px) {
  #about-top .horizontal-cta .container .col-10 .cta-content .title {
    font-size: 36px;
  }
}
#about-top .horizontal-cta .container .col-10 .cta-content span {
  justify-content: center;
}

#about-top .horizontal-cta .container .col-10 .cta-content span a {
  font-size: 30px;
}

@media screen and (min-width: 1400px) {
  #about-top .horizontal-cta .container .col-10 .cta-content span a {
    font-size: 34px;
  }
}
#about-top .horizontal-cta .container .col-10 .cta-content .btn {
  margin-bottom: 20px;
}

#about-top .horizontal-cta .bg-bottom {
  display: none;
}

#about-top .pd-r {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  #about-top .pd-r {
    padding-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  #about-top .pd-r {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1400px) {
  #about-top .pd-r {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1440px) {
  #about-top .pd-r {
    padding-right: 102px;
  }
}
#about-one {
  padding: 0.5rem 0 4rem;
  background: url(../images/how-can-gregg-help-you-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom 275px left 0;
}

@media screen and (min-width: 992px) {
  #about-one {
    padding: 0.5rem 0 5.5rem;
  }
}
#about-one .bg-about-one {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 19, 46, 0.25);
  padding: 50px 20px 2px 20px;
  max-width: 585px;
  width: 95%;
}

@media screen and (min-width: 768px) {
  #about-one .bg-about-one {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .bg-about-one {
    padding: 80px 70px 2px 70px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  #about-one .bg-about-one {
    padding: 80px 89px 2px 89px;
  }
}
#about-one .bg-about-one h2 {
  margin-bottom: 28px;
}

@media screen and (min-width: 1200px) {
  #about-one .bg-about-one h2 {
    margin-bottom: 35px;
  }
}
#about-one .bg-about-one .entry-content {
  text-align: center;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}

#about-one .bg-about-one .how-we-can-help {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 480px) {
  #about-one .bg-about-one .how-we-can-help {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#about-one .bg-about-one .how-we-can-help .items {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  #about-one .bg-about-one .how-we-can-help .items:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 92px;
    position: absolute;
    bottom: -2px;
  }
}
#about-one .bg-about-one .how-we-can-help .items:last-child {
  border: 0px;
  margin-bottom: 15px;
}

#about-one .bg-about-one .how-we-can-help .items .ab-rows {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #about-one .bg-about-one .how-we-can-help .items .ab-rows {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  #about-one .bg-about-one .how-we-can-help .items .ab-rows__img {
    width: 10%;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .bg-about-one .how-we-can-help .items .ab-rows__img {
    width: 7%;
  }
}
@media screen and (min-width: 1400px) {
  #about-one .bg-about-one .how-we-can-help .items .ab-rows__img {
    width: 5.5%;
  }
}
#about-one .bg-about-one .how-we-can-help .items .ab-rows .description {
  color: #353535;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  padding-left: 0px;
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  #about-one .bg-about-one .how-we-can-help .items .ab-rows .description {
    padding-top: 0px;
    padding-left: 45px;
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  #about-one .bg-about-one .how-we-can-help .items .ab-rows .description {
    width: 93%;
  }
}
@media screen and (min-width: 1400px) {
  #about-one .bg-about-one .how-we-can-help .items .ab-rows .description {
    width: 94.5%;
  }
}
.about-two {
  padding: 0.5rem 0 3rem;
}

.about-two .bg-about-two-content {
  border-radius: 15px;
  padding: 120px 10px 40px 10px;
  position: relative;
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  background: var(--color-secondary);
}

@media screen and (min-width: 480px) {
  .about-two .bg-about-two-content {
    padding: 120px 45px 45px 45px;
  }
}
@media screen and (min-width: 992px) {
  .about-two .bg-about-two-content {
    padding: 55px 46px 59px 70px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: left !important;
    max-width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
@media screen and (min-width: 1400px) {
  .about-two .bg-about-two-content {
    background-position: center top !important;
  }
}
@media screen and (min-width: 1440px) {
  .about-two .bg-about-two-content {
    background-size: auto !important;
  }
}
.about-two .bg-about-two-content:before {
  content: url(../images/icons/podcast-icon.svg);
  position: absolute;
  top: 32px;
  left: 30px;
}

@media screen and (min-width: 992px) {
  .about-two .bg-about-two-content .content {
    margin-left: 340px;
  }
}
.about-two .bg-about-two-content .content h2 {
  color: #fff;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 28px;
  max-width: 505px;
}

.about-two .bg-about-two-content .content h2:after {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 1px;
  left: 0px;
}

.about-two .bg-about-two-content .content .subtitle {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.about-two .bg-about-two-content .content p {
  color: #fff;
}

.about-two .bg-about-two-content .content p a {
  color: #fff;
  text-decoration: underline;
}

.about-two .bg-about-two-content .content p em {
  color: #fff;
}

.about-two .bg-about-two-content .content .btn {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .about-two .bg-about-two-content .content .btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 325px;
    margin-top: 35px;
  }
}
.about-four {
  padding: 1rem 0 10rem;
  position: relative;
}

@media screen and (min-width: 992px) {
  .about-four {
    padding: 3.5rem 0 3rem;
  }
}
.about-four .container {
  position: unset;
}

.about-four .container .pd-r {
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .about-four .container .pd-r {
    padding-right: 12px;
  }
}
@media screen and (min-width: 992px) {
  .about-four .container .pd-r {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .about-four .container .pd-r {
    padding-right: 35px;
  }
}
@media screen and (min-width: 1400px) {
  .about-four .container .pd-r {
    padding-right: 80px;
  }
}
@media screen and (min-width: 1440px) {
  .about-four .container .pd-r {
    padding-right: 115px;
  }
}
.about-four .container h2 {
  max-width: 610px;
}

.about-four .container .btn {
  border-radius: 15px;
  border: 4px solid #0b77e4;
  background: #0054A8;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 485px;
  color: #fff;
  text-align: center;
  font-family: var(--main-font), sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  margin-top: 35px;
  margin-bottom: 0px;
}

.about-four .container .btn:hover {
  background: var(--color-tertiary);
}

.about-four .container .btn:after {
  content: url(../images/icons/icon-button-2.svg);
  padding-left: 15px;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .about-four .container .btn:after {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .about-four .container .btn {
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-four .container .mb-image {
  display: block;
  padding-top: 10px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .about-four .container .mb-image {
    display: none;
  }
}
.about-four .container .dsk-image {
  display: none;
}

@media screen and (min-width: 992px) {
  .about-four .container .dsk-image {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .about-four .container .right-col {
    width: 33.3333333333%;
  }
}

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