/*
Hompage Specific Styling.
*/
/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
:root {
  --outside-block: calc((60px * 0) + (60/1600*100vw * 1));
  --inside-block: calc(var(--outside-block) + ((90px * 0) + (90/1600*100vw * 1)));
  --max-width: 1600px;
}

@media screen and (min-width: 1601px) {
  :root {
    --outside-block: 60px;
    --inside-block: calc(var(--outside-block) + 90px);
  }
}
@media screen and (max-width: 1400px) {
  :root {
    --outside-block: 45px;
    --inside-block: calc(var(--outside-block) + ((60px * 0) + (60/1600*100vw * 1)));
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --inside-block: calc(var(--outside-block) + ((50px * 0) + (50/1600*100vw * 1)));
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --outside-block: 45px;
    --inside-block: 45px;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --outside-block: 28px;
    --inside-block: 28px;
  }
}
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
#image-wysi-block .inside {
  padding-top: 0;
}
#image-wysi-block .inside .image {
  height: 600px;
}
@media screen and (max-width: 1600px) {
  #image-wysi-block .inside .image {
    height: calc(210px + 24.375vw);
  }
}
@media screen and (max-width: 1000px) {
  #image-wysi-block .inside {
    flex-direction: column;
    row-gap: 70px;
    padding: 0px var(--inside-block);
    align-items: initial;
  }
  #image-wysi-block .inside .left {
    width: 100%;
    max-width: 600px;
  }
  #image-wysi-block .inside .right .wysi .secondary-heading + *:before {
    left: 0;
    width: 100%;
  }
  #image-wysi-block .inside .right {
    flex: initial;
  }
}
@media screen and (max-width: 800px) {
  #image-wysi-block .inside {
    row-gap: calc(24.5px + 2.84375vw);
    margin-top: 30px;
  }
  #image-wysi-block .inside .image .yellow-graphic {
    left: 0;
  }
  #image-wysi-block .inside .right .wysi .secondary-heading + * {
    padding-left: 0;
  }
}

#priority .inside {
  max-width: var(--max-width);
  margin: auto;
  padding: 100px 0 80px var(--inside-block);
  display: flex;
  column-gap: 100px;
}
@media screen and (max-width: 1600px) {
  #priority .inside {
    column-gap: calc(-100px + 12.5vw);
    padding: calc(40px + 3.75vw) 0 calc(0px + 5vw) var(--inside-block);
  }
}
@media screen and (max-width: 1200px) {
  #priority .inside {
    column-gap: 45px;
  }
}
@media screen and (max-width: 1000px) {
  #priority .inside {
    flex-direction: column-reverse;
    padding: 25px var(--inside-block) calc(0px + 5vw) var(--inside-block);
    row-gap: 50px;
  }
}
@media screen and (max-width: 800px) {
  #priority .inside {
    padding-top: 10px;
    padding-bottom: 45px;
  }
}
#priority .inside .container {
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  #priority .inside .container {
    column-gap: calc(8px + 2vw);
  }
}
@media screen and (max-width: 1200px) {
  #priority .inside .container {
    flex-direction: column;
    row-gap: 33px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #priority .inside .container {
    padding-bottom: 7px;
  }
}
#priority .inside .container:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #7B7B7B;
  right: 0;
  width: 100vw;
  top: 0;
}
#priority .inside .container .text {
  flex: 0 0 57%;
}
#priority .inside .container .points {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding-top: 7px;
}
@media screen and (max-width: 1200px) {
  #priority .inside .container .points {
    row-gap: 0px;
  }
}
#priority .inside .container .points .point {
  padding: 0 0 18px 0;
  margin: 0 0 18px 0;
  border-bottom: 1px solid #7B7B7B;
}
#priority .inside .container .points .point:last-child {
  margin: 0 0 0px 0;
}
#priority .inside .left .small-heading {
  margin-bottom: 30px;
}
#priority .inside .right {
  flex: 0 0 466px;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #priority .inside .right {
    flex: 0 0 540px;
  }
}
@media screen and (max-width: 1000px) {
  #priority .inside .right {
    flex: initial;
    max-width: 600px;
  }
}
#priority .inside .right .yellow-graphic {
  position: absolute;
  width: 80%;
  background: #BB8108;
  height: 30px;
  top: 0;
  right: 0;
  opacity: 0;
}
#priority .inside .right .yellow-graphic.show {
  opacity: 1;
}
@media screen and (max-width: 800px) {
  #priority .inside .right .yellow-graphic {
    left: 0;
  }
}
#priority .inside .right img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  #priority .inside .right img {
    height: calc(210px + 24.375vw);
  }
}

#testimonials {
  padding-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  #testimonials {
    padding-bottom: calc(16px + 4vw);
  }
}
#testimonials .background {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  left: 0;
  top: 0;
  z-index: -1;
}
#testimonials .background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#testimonials .inside {
  max-width: var(--max-width);
  margin: auto;
  position: relative;
  padding: 75px 0 75px 0;
}
@media screen and (max-width: 1600px) {
  #testimonials .inside {
    padding: calc(26.25px + 3.046875vw) 0 calc(15px + 3.75vw) 0;
  }
}
@media screen and (max-width: 800px) {
  #testimonials .inside {
    padding: 60px 0 50px 0;
  }
}
#testimonials .inside .testimonials-header {
  text-align: center;
  color: #BB8108;
}
#testimonials .inside .divider {
  width: 170px;
  height: 1px;
  background: #7B7B7B;
  margin: 30px auto 30px auto;
}
@media screen and (max-width: 1600px) {
  #testimonials .inside .divider {
    margin: calc(15px + 0.9375vw) auto calc(6px + 1.5vw) auto;
  }
}
@media screen and (max-width: 800px) {
  #testimonials .inside .divider {
    margin: 25px auto 20px auto;
  }
}
#testimonials .inside .nav-container {
  position: relative;
  margin: auto;
  max-width: 1200px;
  padding: 0 150px;
}
@media screen and (max-width: 800px) {
  #testimonials .inside .nav-container {
    padding: 0 55px;
  }
}
#testimonials .inside .nav-container .next, #testimonials .inside .nav-container .prev {
  position: absolute;
  right: 50px;
  bottom: 50%;
  cursor: pointer;
}
#testimonials .inside .nav-container .next svg circle, #testimonials .inside .nav-container .next svg path, #testimonials .inside .nav-container .prev svg circle, #testimonials .inside .nav-container .prev svg path {
  stroke: white;
  transition: all 0.3s ease;
}
#testimonials .inside .nav-container .next:hover svg circle, #testimonials .inside .nav-container .next:hover svg path, #testimonials .inside .nav-container .prev:hover svg circle, #testimonials .inside .nav-container .prev:hover svg path {
  stroke: #BB8108;
}
#testimonials .inside .nav-container .next svg:nth-child(2), #testimonials .inside .nav-container .prev svg:nth-child(2) {
  display: none;
}
@media screen and (max-width: 800px) {
  #testimonials .inside .nav-container .next, #testimonials .inside .nav-container .prev {
    padding: 30px;
    right: 0;
  }
  #testimonials .inside .nav-container .next svg:nth-child(1), #testimonials .inside .nav-container .prev svg:nth-child(1) {
    display: none;
  }
  #testimonials .inside .nav-container .next svg:nth-child(2), #testimonials .inside .nav-container .prev svg:nth-child(2) {
    display: block;
  }
}
#testimonials .inside .nav-container .prev {
  left: 50px;
  right: initial;
}
@media screen and (max-width: 800px) {
  #testimonials .inside .nav-container .prev {
    left: 0;
  }
}
#testimonials .inside .nav-container .testimonial {
  text-align: center;
  font-size: 30px;
  font-style: italic;
}
@media screen and (max-width: 1500px) {
  #testimonials .inside .nav-container .testimonial {
    font-size: 29px;
  }
}
@media screen and (max-width: 1400px) {
  #testimonials .inside .nav-container .testimonial {
    font-size: 27px;
  }
}
@media screen and (max-width: 1300px) {
  #testimonials .inside .nav-container .testimonial {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  #testimonials .inside .nav-container .testimonial {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  #testimonials .inside .nav-container .testimonial {
    font-size: 23px;
  }
}
@media screen and (max-width: 1000px) {
  #testimonials .inside .nav-container .testimonial {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  #testimonials .inside .nav-container .testimonial {
    font-size: 20px;
  }
}
#testimonials .inside .nav-container .testimonial .name {
  font-style: initial;
}

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