/** Breakpoints **/
/** Colors  **/
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html, button {
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
  object-fit: cover;
}

body {
  position: relative;
}
body.fixedPosition {
  position: fixed;
}

.left-border {
  z-index: 15;
  width: 100px;
  height: calc(100% - 175px);
  position: absolute;
  top: 175px;
  border-right: 1px solid #989C8D66;
}
@media (max-width: 1550px) {
  .left-border {
    display: none;
  }
}

.right-border {
  z-index: 15;
  width: 100px;
  height: calc(100% - 100px);
  position: absolute;
  top: 100px;
  right: 0;
  border-left: 1px solid #989C8D66;
}
@media (max-width: 1550px) {
  .right-border {
    display: none;
  }
}

.contact-us header div.sticky-nav {
  display: flex;
  border-bottom: 2px solid #989C8D66;
}
.contact-us .left-border,
.contact-us .right-border {
  width: calc(50% - 600px);
}
@media (max-width: 1550px) {
  .contact-us .left-border,
.contact-us .right-border {
    display: block;
  }
}
@media (max-width: 1220px) {
  .contact-us .left-border,
.contact-us .right-border {
    display: none;
  }
}
.contact-us .left-border {
  height: calc(100% - 100px);
  top: 100px;
}

.display {
  font-size: 64px;
  letter-spacing: 2.2px;
  line-height: 68px;
}
@media (max-width: 1024px) {
  .display {
    font-size: 52px;
    letter-spacing: 1px;
    line-height: 56px;
  }
}

h1, h2, h3, h4, button, div, span {
  font-family: "aktiv-grotesk";
}

h5, h6, p, a {
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 54px;
  letter-spacing: 2.2px;
  line-height: 68px;
  color: #343E40;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 425px) {
  h1 {
    line-height: 48px;
    font-size: 38px;
    letter-spacing: 1px;
  }
}

h2 {
  font-size: 44px;
  letter-spacing: 1.8px;
  line-height: 43px;
  color: #343E40;
}
@media (max-width: 1024px) {
  h2 {
    line-height: 42px;
    font-size: 32px;
    letter-spacing: 1px;
  }
}

h3 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 32px;
}

h4 {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 300;
}

h5 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  letter-spacing: 0.62px;
  line-height: 22px;
  color: #343E40;
}

.body1 {
  font-size: 16px;
  letter-spacing: 0.62px;
  line-height: 22px;
  color: #343E4099;
}

.body2 {
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
  color: #343E4099;
}

.button {
  padding: 15px 70px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2.02px;
  line-height: 16px;
  font-weight: 700;
  background: #EEA260;
  border: none;
  transition: all 0.3s ease;
  color: #343E40;
}
.button:hover {
  cursor: pointer;
  box-shadow: 0px 3px 23px #EEA260;
}

.button-alt {
  font-size: 16px;
  letter-spacing: 2.02px;
  font-weight: 700;
  border: 2px solid #EEA260;
  transition: all 0.3s ease;
  color: #343E40;
  background: transparent;
  width: 320px;
  padding: 15px;
  text-transform: uppercase;
}
.button-alt:hover {
  cursor: pointer;
  box-shadow: 0px 3px 23px #EEA260;
  background: #EEA260;
}

.caption {
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 16px;
  color: #343E4099;
}

.overline {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 28px;
  text-transform: uppercase;
  color: #EEA260;
}

.link {
  color: #B87333;
}
.link:hover {
  text-decoration: underline;
  color: #EEA260;
}

body.home-page header,
body.posi-joists-page header {
  position: absolute;
  width: 100%;
}
body.home-page header .desktop-nav .large-logo,
body.posi-joists-page header .desktop-nav .large-logo {
  background: transparent;
}
body.home-page header .desktop-nav a,
body.posi-joists-page header .desktop-nav a {
  color: #fff;
}

.banner {
  height: 100vh;
}
@media (max-width: 768px) {
  .banner {
    height: 450px;
  }
}
@media (max-width: 425px) {
  .banner {
    height: 340px;
  }
}
.banner .banner-text-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 15% 5% 0;
}
@media (max-width: 1350px) {
  .banner .banner-text-wrapper {
    width: 100%;
    padding: 20% 10% 0;
  }
}
@media (max-width: 768px) {
  .banner .banner-text-wrapper {
    width: 100%;
    padding: 20% 5% 0;
  }
}
@media (max-width: 425px) {
  .banner .banner-text-wrapper {
    padding: 30% 5% 0;
  }
}
.banner .banner-text-wrapper h1, .banner .banner-text-wrapper h4 {
  color: #fff;
  width: 80%;
}
@media (max-width: 425px) {
  .banner .banner-text-wrapper h1 {
    width: 100%;
  }
}
.banner .banner-text-wrapper h4 {
  font-family: "Lato", sans-serif;
}
@media (max-width: 768px) {
  .banner .banner-text-wrapper h4 {
    display: none;
  }
}
.banner .banner-text-wrapper .button {
  margin-top: 100px;
}
@media (max-width: 1350px) {
  .banner .banner-text-wrapper .button {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .banner .banner-text-wrapper .button {
    margin-top: 30px;
  }
}
.banner .overlay {
  background-position: 90% -100px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .banner .overlay {
    background-size: cover;
    height: 450px;
    top: 75px;
    background-position: 100%;
  }
}
@media (max-width: 425px) {
  .banner .overlay {
    background-size: cover;
    height: 250px;
    top: 75px;
    background-position: 100%;
  }
}
.banner .overlay:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.banner .overlay video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
  overflow: hidden;
  filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  -moz-filter: blur(5px);
  -webkit-filter: blur(5px);
}
@media (max-width: 768px) {
  .banner .overlay video {
    height: 250px;
    filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -webkit-filter: blur(1.5px);
  }
}

.contact-link {
  display: flex;
  align-items: center;
}
.contact-link img {
  margin-right: 15px;
}

.main-section {
  background: #F5F5F6;
}
.main-section .section {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .main-section .section {
    width: 80%;
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .main-section .section {
    width: 100%;
  }
}
.main-section .intro-card {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 5%;
  transition: all 1s ease;
  transition-delay: 0.2s;
}
.main-section .intro-card.active {
  transform: translateY(-100px);
}
@media (max-width: 1350px) {
  .main-section .intro-card.active {
    transform: translateY(-50px);
  }
}
@media (max-width: 768px) {
  .main-section .intro-card.active {
    transform: none;
  }
}
@media (max-width: 768px) {
  .main-section .intro-card {
    position: initial;
    padding: 10% 5%;
  }
}
.main-section .intro-card p {
  width: 70%;
  margin: 30px auto;
}
@media (max-width: 425px) {
  .main-section .intro-card p {
    width: 90%;
  }
}
.main-section .intro-card .contact-links {
  width: 70%;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .main-section .intro-card .contact-links {
    margin: 40px auto 0;
  }
}
.main-section .intro-card .contact-links a {
  height: 30px;
  color: #343E4099;
  text-decoration: underline solid transparent;
  transition: all 0.3s ease;
}
.main-section .intro-card .contact-links a:hover {
  text-decoration: underline solid #EEA260;
}
@media (max-width: 768px) {
  .main-section .intro-card .contact-links a {
    margin-bottom: 10px;
  }
}
.main-section .products-section {
  margin-bottom: 100px;
}
@media (max-width: 425px) {
  .main-section .products-section {
    margin-bottom: 0;
  }
}
.main-section .products-section h2 {
  text-align: center;
  margin-bottom: 40px;
}
.main-section .products-section .product-cards-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .main-section .products-section .product-cards-wrapper {
    flex-wrap: wrap;
  }
}
.main-section .products-section .product-cards-wrapper .product-card {
  width: 31%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 1180px) {
  .main-section .products-section .product-cards-wrapper .product-card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.main-section .products-section .product-cards-wrapper .product-card:hover .image-wrapper img {
  transform: scale(1.2);
}
.main-section .products-section .product-cards-wrapper .product-card:hover h3 {
  background: #EEA260;
}
.main-section .products-section .product-cards-wrapper .product-card .image-wrapper {
  overflow: hidden;
  height: 240px;
}
@media (max-width: 425px) {
  .main-section .products-section .product-cards-wrapper .product-card .image-wrapper {
    height: 200px;
  }
}
.main-section .products-section .product-cards-wrapper .product-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.main-section .products-section .product-cards-wrapper .product-card h3 {
  padding: 20px;
  background: #343E40;
  color: #fff;
  transition: transform 0.5s ease;
}
@media (max-width: 1320px) {
  .main-section .products-section .product-cards-wrapper .product-card h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .main-section .products-section .product-cards-wrapper .product-card h3 {
    min-height: 104px;
  }
}
.main-section .products-section .product-cards-wrapper .product-card .rectangle-shape {
  position: absolute;
  top: 200px;
  left: 130px;
}
@media (max-width: 1180px) {
  .main-section .products-section .product-cards-wrapper .product-card .rectangle-shape {
    top: 260px;
    right: -80px;
    left: auto;
  }
}
@media (max-width: 425px) {
  .main-section .products-section .product-cards-wrapper .product-card .rectangle-shape {
    top: 120px;
    left: 150px;
    transform: scale(0.75);
  }
}
.main-section .project-section-wrapper {
  background: #343E40;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 0 5%;
}
.main-section .project-section {
  display: flex;
}
@media (max-width: 1320px) {
  .main-section .project-section {
    width: 100%;
  }
}
.main-section .project-section .section-text h2, .main-section .project-section .section-text button, .main-section .project-section .section-text p {
  color: #fff;
}
@media (max-width: 1024px) {
  .main-section .project-section {
    flex-wrap: wrap;
  }
}
.main-section .project-section .section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 40%;
}
@media (max-width: 1220px) {
  .main-section .project-section .section-text {
    min-width: unset;
    max-width: 45%;
  }
}
@media (max-width: 1024px) {
  .main-section .project-section .section-text {
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .main-section .project-section .section-text {
    padding: 10% 5% 5%;
  }
}
.main-section .project-section .section-text .body1 {
  margin-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 425px) {
  .main-section .project-section .section-text .body1 {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .main-section .project-section .section-text .button-alt {
    display: none;
  }
}
.main-section .choose-us-section {
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 425px) {
  .main-section .choose-us-section {
    margin-top: 50px;
  }
}
.main-section .choose-us-section .body1 {
  width: 60%;
  margin: 20px auto 0;
}
@media (max-width: 425px) {
  .main-section .choose-us-section .body1 {
    width: 90%;
  }
}
.main-section .choose-us-section .benefits-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.main-section .choose-us-section .benefits-wrapper .benefits-card {
  width: 20%;
}
@media (max-width: 768px) {
  .main-section .choose-us-section .benefits-wrapper .benefits-card {
    width: 45%;
    margin: 10px 0;
  }
}
@media (max-width: 425px) {
  .main-section .choose-us-section .benefits-wrapper .benefits-card {
    width: 90%;
  }
}
.main-section .choose-us-section .benefits-wrapper .benefits-card img {
  margin: 30px auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid black;
}
.main-section .choose-us-section .benefits-wrapper .benefits-card h6 {
  margin-bottom: 10px;
}
.main-section .choose-us-section .benefits-wrapper .benefits-card .caption {
  margin-bottom: 20px;
}

.process-page .process-main-section {
  width: calc(100% - 200px);
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .process-page .process-main-section {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 1024px) {
  .process-page .process-main-section {
    padding: 0 0 5% 5%;
  }
}
@media (max-width: 768px) {
  .process-page .process-main-section {
    padding: 0 5%;
  }
}
.process-page .process-main-section .intro-wrapper {
  display: flex;
  justify-content: flex-end;
}
.process-page .process-main-section .intro-wrapper img {
  width: 45%;
}
@media (max-width: 768px) {
  .process-page .process-main-section .intro-wrapper img {
    display: none;
  }
}
.process-page .process-main-section .intro-wrapper .text-wrapper {
  width: 55%;
  margin-left: calc((100% - 1200px)/2);
  padding-top: 200px;
  margin-right: 80px;
}
@media (max-width: 768px) {
  .process-page .process-main-section .intro-wrapper .text-wrapper {
    text-align: center;
    margin: 40px auto 20px;
  }
}
@media (max-width: 425px) {
  .process-page .process-main-section .intro-wrapper .text-wrapper {
    width: 100%;
  }
}
.process-page .process-main-section .intro-wrapper .text-wrapper .display {
  margin-bottom: 20px;
}
.process-page .steps-section {
  max-width: 1200px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1320px) {
  .process-page .steps-section {
    width: 100%;
    padding: 5%;
  }
}
@media (max-width: 1024px) {
  .process-page .steps-section {
    padding: 1%;
  }
}
@media (max-width: 768px) {
  .process-page .steps-section {
    margin-top: 0;
  }
}
.process-page .steps-section .navigation-wrapper {
  display: flex;
  align-items: center;
  bottom: 0;
  margin: 0 0 40px 110px;
}
.process-page .steps-section .navigation-wrapper .up-arrow {
  transform: rotate(180deg);
  cursor: pointer;
}
.process-page .steps-section .navigation-wrapper .down-arrow {
  transform: rotate(0deg);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .process-page .steps-section .navigation-wrapper .up-arrow, .process-page .steps-section .navigation-wrapper .down-arrow {
    display: none;
  }
}
.process-page .steps-section .navigation {
  display: flex;
  align-items: center;
  height: 50%;
  width: 210px;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .process-page .steps-section .navigation {
    display: none;
  }
}
.process-page .steps-section .navigation button {
  border-radius: 50%;
  border: none;
  width: 10px;
  height: 10px;
  margin: 10px 0;
  transition: background 0.5s ease-in-out;
}
.process-page .steps-section .navigation button:hover {
  cursor: pointer;
  background: #EEA260;
}
.process-page .steps-section .navigation button:focus {
  outline: 0;
}
.process-page .steps-section .navigation button.active {
  height: 20px;
  width: 20px;
  background: #EEA260;
}
.process-page .steps-section .steps-wrapper {
  width: 100%;
  height: 520px;
}
@media (max-width: 1024px) {
  .process-page .steps-section .steps-wrapper {
    height: unset;
  }
}
.process-page .steps-section .steps-wrapper .step-wrapper {
  position: absolute;
  width: 1200px;
  height: 520px;
  display: flex;
  align-items: center;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 1320px) {
  .process-page .steps-section .steps-wrapper .step-wrapper {
    width: 88%;
  }
}
@media (max-width: 1024px) {
  .process-page .steps-section .steps-wrapper .step-wrapper {
    width: 100%;
    position: initial;
    height: unset;
  }
}
@media (max-width: 720px) {
  .process-page .steps-section .steps-wrapper .step-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .process-page .steps-section .steps-wrapper .step-wrapper {
    opacity: 1;
  }
}
.process-page .steps-section .steps-wrapper .step-wrapper.active {
  transition-delay: 0.3s;
  opacity: 1;
  z-index: 2;
}
@media (max-width: 720px) {
  .process-page .steps-section .steps-wrapper .step-wrapper:first-child img {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.process-page .steps-section .steps-wrapper .step-wrapper img {
  width: 40%;
  padding: 40px;
}
@media (max-width: 1024px) {
  .process-page .steps-section .steps-wrapper .step-wrapper img {
    padding: 10px;
  }
}
@media (max-width: 720px) {
  .process-page .steps-section .steps-wrapper .step-wrapper img {
    width: 80%;
    margin: 0 auto;
    border-top: 2px solid #EEA260;
    margin-top: 50px;
    padding-top: 50px;
  }
}
.process-page .steps-section .steps-wrapper .step-wrapper .step-text {
  padding: 100px;
}
@media (max-width: 1320px) {
  .process-page .steps-section .steps-wrapper .step-wrapper .step-text {
    padding: 50px;
  }
}
@media (max-width: 720px) {
  .process-page .steps-section .steps-wrapper .step-wrapper .step-text {
    width: 80%;
    padding: 10px;
    margin: 0 auto;
  }
}
.process-page .steps-section .steps-wrapper .step-wrapper .step-text > * {
  margin-top: 20px;
}
@media (max-width: 720px) {
  .process-page .steps-section .steps-wrapper .step-wrapper .step-text .button-alt {
    display: none;
  }
}
@media (max-width: 720px) {
  .process-page .steps-section .steps-wrapper .step-wrapper .step-text .overline {
    text-align: center;
  }
}
.process-page .steps-section .steps-wrapper .step-wrapper .body1 {
  margin-bottom: 40px;
}
.process-page .steps-section .steps-wrapper .step-wrapper .final {
  background: #EEA260;
}
@media (max-width: 720px) {
  .process-page .steps-section .steps-wrapper .step-wrapper .final {
    display: block !important;
    width: 100%;
    margin-top: 40px;
  }
}
.process-page .showcase-section {
  background: #343E40;
}
@media (max-width: 720px) {
  .process-page .showcase-section {
    margin-top: 50px;
  }
}
.process-page .showcase-section .showcase-wrapper {
  padding: 100px 0;
  width: 1200px;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 1320px) {
  .process-page .showcase-section .showcase-wrapper {
    width: 100%;
    padding: 5%;
  }
}
@media (max-width: 1024px) {
  .process-page .showcase-section .showcase-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .process-page .showcase-section .showcase-wrapper {
    padding: 20% 5% 15%;
  }
}
.process-page .showcase-section .showcase-wrapper .showcase-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 90px;
}
@media (max-width: 1220px) {
  .process-page .showcase-section .showcase-wrapper .showcase-text {
    width: 40%;
  }
}
@media (max-width: 1024px) {
  .process-page .showcase-section .showcase-wrapper .showcase-text {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
}
.process-page .showcase-section .showcase-wrapper .showcase-text h2, .process-page .showcase-section .showcase-wrapper .showcase-text p {
  color: #fff;
}
.process-page .showcase-section .showcase-wrapper .showcase-text p {
  margin: 40px 0 100px;
}
@media (max-width: 1024px) {
  .process-page .showcase-section .showcase-wrapper .showcase-text p {
    margin-bottom: 10px;
  }
}
.process-page .showcase-section .showcase-wrapper .showcase-text button {
  width: 100%;
  padding: 15px 20px;
  background: transparent;
  border: 2px solid #EEA260;
  color: #fff;
}
@media (max-width: 1320px) {
  .process-page .showcase-section .showcase-wrapper .showcase-text button {
    width: 85%;
  }
}
@media (max-width: 1220px) {
  .process-page .showcase-section .showcase-wrapper .showcase-text button {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  .process-page .showcase-section .showcase-wrapper .showcase-text button {
    display: none;
  }
}
.process-page .showcase-section .showcase-wrapper .mobile-button {
  color: #fff;
}
.process-page .footer {
  margin-top: 0;
}

.products-page .products-section h1 {
  text-align: center;
}
.products-page .products-section .body1 {
  width: 60%;
  margin: 40px auto;
}
@media (max-width: 425px) {
  .products-page .products-section .body1 {
    width: 90%;
  }
}
.products-page .main-section {
  padding: 150px 0 0;
  background: unset;
}

.product-page .intro-wrapper .body1 {
  margin: 30px 0 60px;
}
.product-page .content-wrapper .body1 p {
  margin-bottom: 20px;
}
.product-page .choose-us-section {
  padding: 80px 0;
}
.product-page .choose-us-section .benefits-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 425px) {
  .product-page .choose-us-section .benefits-wrapper {
    margin-bottom: 60px;
  }
}
.product-page .choose-us-section .button-alt {
  padding: 15px 70px;
  width: unset;
  line-height: 16px;
  margin-right: 40px;
}
@media (max-width: 425px) {
  .product-page .choose-us-section .button-alt {
    margin-right: 0;
    margin-bottom: 20px;
    width: 320px;
  }
}
.product-page .choose-us-section .button {
  border: 2px solid #EEA260;
}
.product-page .project-section-wrapper {
  padding: 0;
}
.product-page .project-section-wrapper .project-wrapper {
  width: calc(100% - 200px);
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .product-page .project-section-wrapper .project-wrapper {
    width: 90%;
    padding-top: 50px;
  }
}
.product-page .project-section-wrapper .project-wrapper .text-wrapper {
  margin-left: calc((100% - 1200px)/2);
  width: 34%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1366px) {
  .product-page .project-section-wrapper .project-wrapper .text-wrapper {
    width: 64%;
  }
}
@media (max-width: 768px) {
  .product-page .project-section-wrapper .project-wrapper .text-wrapper {
    margin-left: 0;
    width: 64%;
  }
}
@media (max-width: 425px) {
  .product-page .project-section-wrapper .project-wrapper .text-wrapper {
    width: 95%;
    order: 1;
    margin: 20px auto 0;
  }
}
.product-page .project-section-wrapper .project-wrapper .text-wrapper .body1 {
  margin: 50px 0;
}
.product-page .project-section-wrapper .project-wrapper .text-wrapper .buttons-wrapper {
  display: flex;
  align-items: center;
}
.product-page .project-section-wrapper .project-wrapper .text-wrapper .projects-link {
  color: #EEA260;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-left: 40px;
}
.product-page .project-section-wrapper .project-wrapper .text-wrapper .projects-link:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .product-page .project-section-wrapper .project-wrapper .text-wrapper .projects-link {
    display: none;
  }
}
.product-page .project-section-wrapper .project-wrapper .text-wrapper .projects-link img {
  margin-left: 12px;
  height: 18px;
}
.product-page .project-section-wrapper .project-wrapper h2, .product-page .project-section-wrapper .project-wrapper p, .product-page .project-section-wrapper .project-wrapper button {
  color: #fff;
}
.product-page .project-section-wrapper .project-wrapper .gallery {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .product-page .project-section-wrapper .project-wrapper .gallery {
    flex-wrap: wrap;
  }
}
.product-page .project-section-wrapper .project-wrapper .case-study-image {
  margin-top: 70px;
  width: 35%;
}
@media (max-width: 425px) {
  .product-page .project-section-wrapper .project-wrapper .case-study-image {
    width: auto;
    height: 300px;
    order: 0;
    margin: 0 auto;
  }
}
.product-page .white-background .testimonial-section {
  margin-top: 100px;
}
.product-page .white-background .other-projects-section .projects-wrapper .project-cards {
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card {
  width: 48%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (max-width: 768px) {
  .product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card {
    width: 100%;
  }
}
.product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card .image-wrapper {
  overflow: hidden;
  height: 250px;
}
.product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card .image-wrapper:hover img {
  transform: scale(1.2);
}
.product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card .rectangle-shape {
  position: absolute;
  top: 150px;
  left: 230px;
  width: unset;
  height: unset;
}
@media (max-width: 768px) {
  .product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card .rectangle-shape {
    top: 180px;
    left: 150px;
    transform: scale(0.75);
  }
}
@media (max-width: 425px) {
  .product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card .rectangle-shape {
    top: 180px;
    left: 180px;
    transform: scale(0.75);
  }
}
.product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card h3 {
  padding: 20px;
  background: #343E40;
  color: #fff;
}
@media (max-width: 1320px) {
  .product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .product-page .white-background .other-projects-section .projects-wrapper .project-cards .project-card h3 {
    min-height: 100px;
  }
}

.projects-main-section {
  text-align: center;
}
.projects-main-section .main-text-wrapper {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .projects-main-section .main-text-wrapper {
    padding: 140px 0 80px;
  }
}
.projects-main-section .main-text-wrapper .body1 {
  width: 50%;
  margin: 30px auto 0;
}
@media (max-width: 600px) {
  .projects-main-section .main-text-wrapper .body1 {
    width: 80%;
  }
}
.projects-main-section .project-cards-section {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 1220px) {
  .projects-main-section .project-cards-section {
    width: 100%;
    padding: 5%;
  }
}
.projects-main-section .project-cards-section .row {
  width: 46%;
}
@media (max-width: 600px) {
  .projects-main-section .project-cards-section .row {
    width: 100%;
  }
}
.projects-main-section .project-cards-section .row:nth-child(2) {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .projects-main-section .project-cards-section .row:nth-child(2) {
    margin-top: 0;
  }
}
.projects-main-section .project-cards-section .row .project-link {
  text-decoration: none;
}
.projects-main-section .project-cards-section .row .project-link .project-card {
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .projects-main-section .project-cards-section .row .project-link .project-card {
    margin-bottom: 20px;
  }
}
.projects-main-section .project-cards-section .row .project-link .project-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .projects-main-section .project-cards-section .row .project-link .project-card img {
    height: 240px;
  }
}
.projects-main-section .project-cards-section .row .project-link .project-card .caption-wrapper {
  padding: 40px;
}

.projects-page footer {
  margin-top: 60px;
}

.project-main-section {
  width: calc(100% - 200px);
  position: relative;
  margin: 0 auto;
  overflow: auto;
  padding-left: 40px;
}
@media (max-width: 1220px) {
  .project-main-section {
    width: 100%;
    padding-left: 5%;
  }
}
@media (max-width: 768px) {
  .project-main-section {
    padding: 5%;
  }
}
.project-main-section .project-info-wrapper {
  width: 380px;
  position: fixed;
  top: 220px;
}
@media (max-width: 768px) {
  .project-main-section .project-info-wrapper {
    width: 100%;
    position: initial;
    margin-top: 80px;
  }
}
.project-main-section .project-info-wrapper .breadcrumb {
  margin-bottom: 20px;
  color: #343E40;
}
.project-main-section .project-info-wrapper .breadcrumb .projects-link {
  color: #989C8D;
  text-decoration-color: transparent;
  transition: all 0.3s ease;
}
.project-main-section .project-info-wrapper .breadcrumb .projects-link:hover {
  text-decoration-color: #989C8D;
}
.project-main-section .project-info-wrapper h1 {
  margin-bottom: 10px;
}
.project-main-section .project-info-wrapper .body1 {
  margin-bottom: 25px;
}
.project-main-section .project-info-wrapper h4 {
  font-weight: 400;
}
.project-main-section .project-info-wrapper .project-attribute {
  color: #343E40;
  font-size: 21px;
  margin-bottom: 25px;
  color: #989C8D;
  font-weight: 300;
}
@media (max-width: 768px) {
  .project-main-section .project-info-wrapper h4, .project-main-section .project-info-wrapper .project-attribute {
    font-size: 16px;
  }
}
.project-main-section .project-details-wrapper {
  width: 55%;
  float: right;
}
@media (max-width: 768px) {
  .project-main-section .project-details-wrapper {
    width: 100%;
    float: none;
  }
}
.project-main-section .project-details-wrapper .project-text-wrapper {
  padding: 60px 40px;
}
@media (max-width: 1680px) {
  .project-main-section .project-details-wrapper .project-text-wrapper {
    padding: 40px 0 100px;
  }
}
.project-main-section .project-details-wrapper .project-text-wrapper .body1 {
  margin: 20px 0;
}
.project-main-section .project-details-wrapper img {
  width: 100%;
}

.white-background {
  background: #fff;
  position: relative;
  z-index: 10;
}
.white-background .project-gallery-section {
  background: #343E40;
  z-index: 10;
  position: relative;
  height: 620px;
}
@media (max-width: 1680px) {
  .white-background .project-gallery-section {
    height: 570px;
  }
}
@media (max-width: 768px) {
  .white-background .project-gallery-section {
    height: 700px;
  }
}
.white-background .project-gallery-section h1 {
  color: #fff;
  text-align: center;
  padding: 50px;
  margin-bottom: 30px;
}
.white-background .project-gallery-section .image-gallery-wrapper {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .white-background .project-gallery-section .image-gallery-wrapper {
    width: 90%;
  }
}
.white-background .project-gallery-section .image-gallery-wrapper .image-gallery {
  padding-left: 5.5%;
}
@media (max-width: 768px) {
  .white-background .project-gallery-section .image-gallery-wrapper .image-gallery {
    padding-left: 0;
  }
}
.white-background .project-gallery-section .image-gallery-wrapper .image-gallery .slick-active,
.white-background .project-gallery-section .image-gallery-wrapper .image-gallery .slick-slide {
  transform: scale(0.5);
  transition: transform 0.5s ease;
}
.white-background .project-gallery-section .image-gallery-wrapper .image-gallery .slick-current {
  transform: scale(1);
  transition: transform 0.5s ease;
}
.white-background .project-gallery-section .image-gallery-wrapper .image-gallery img {
  height: auto;
}
.white-background .project-gallery-section .image-gallery-wrapper .gallery-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3%;
  width: 87.5%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .white-background .project-gallery-section .image-gallery-wrapper .gallery-controls {
    left: -3%;
    width: 106%;
  }
}
.white-background .project-gallery-section .image-gallery-wrapper .gallery-controls .slick-disabled {
  visibility: hidden;
}
.white-background .project-gallery-section .image-gallery-wrapper .gallery-controls .prev,
.white-background .project-gallery-section .image-gallery-wrapper .gallery-controls .next {
  z-index: 10;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.white-background .project-gallery-section .image-gallery-wrapper .gallery-controls .prev {
  background: #fff url("../images/chevron-left.svg") center center no-repeat;
}
.white-background .project-gallery-section .image-gallery-wrapper .gallery-controls .prev:hover {
  background: #fff url("../images/chevron-left-active.svg") center center no-repeat;
}
.white-background .project-gallery-section .image-gallery-wrapper .gallery-controls .next {
  background: #fff url("../images/chevron-right.svg") center center no-repeat;
}
.white-background .project-gallery-section .image-gallery-wrapper .gallery-controls .next:hover {
  background: #fff url("../images/chevron-right-active.svg") center center no-repeat;
}
.white-background .testimonial-section {
  position: relative;
  z-index: 10;
  margin-top: 15%;
  padding-bottom: 150px;
  background: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .white-background .testimonial-section {
    padding-bottom: 120px;
  }
}
.white-background .testimonial-section h2 {
  background: url("../images/quote-mark.svg") no-repeat center;
  padding-top: 80px;
}
.white-background .testimonial-section p {
  width: 40%;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .white-background .testimonial-section p {
    width: 70%;
  }
}
.white-background .testimonial-section span {
  font-weight: 700;
  color: #333F48;
}
.white-background .other-projects-section {
  background: #F5F5F6;
}
.white-background .other-projects-section .projects-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1220px) {
  .white-background .other-projects-section .projects-wrapper {
    width: 100%;
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .white-background .other-projects-section .projects-wrapper {
    flex-wrap: wrap;
  }
}
.white-background .other-projects-section .projects-wrapper .text-wrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .white-background .other-projects-section .projects-wrapper .text-wrapper {
    margin-top: 40px;
    width: 100%;
    text-align: center;
  }
}
.white-background .other-projects-section .projects-wrapper .text-wrapper .projects-link {
  margin-top: 70px;
  color: #343E40;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.white-background .other-projects-section .projects-wrapper .text-wrapper .projects-link:hover {
  color: #EEA260;
}
@media (max-width: 768px) {
  .white-background .other-projects-section .projects-wrapper .text-wrapper .projects-link {
    display: none;
  }
}
.white-background .other-projects-section .projects-wrapper .text-wrapper .projects-link img {
  margin-left: 12px;
  height: 18px;
}
.white-background .other-projects-section .projects-wrapper .project-cards {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 500px;
}
@media (max-width: 768px) {
  .white-background .other-projects-section .projects-wrapper .project-cards {
    width: 100%;
    height: 410px;
  }
}
@media (max-width: 600px) {
  .white-background .other-projects-section .projects-wrapper .project-cards {
    flex-wrap: wrap;
    height: unset;
    margin-top: 20px;
  }
}
.white-background .other-projects-section .projects-wrapper .project-cards .project-card {
  text-decoration: none;
  width: 70%;
  box-shadow: 0px 3px 6px #00000029;
}
@media (max-width: 600px) {
  .white-background .other-projects-section .projects-wrapper .project-cards .project-card {
    width: 100%;
    margin: 10px 0;
  }
}
.white-background .other-projects-section .projects-wrapper .project-cards .project-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .white-background .other-projects-section .projects-wrapper .project-cards .project-card img {
    height: 300px;
  }
}
.white-background .other-projects-section .projects-wrapper .project-cards .project-card .caption-wrapper {
  padding: 20px;
}
.white-background .other-projects-section .projects-wrapper .mobile-button {
  display: none;
  margin: 0 auto 40px;
}
@media (max-width: 768px) {
  .white-background .other-projects-section .projects-wrapper .mobile-button {
    display: block;
  }
}
@media (max-width: 768px) {
  .white-background .other-projects-section .projects-wrapper .mobile-button {
    width: 100%;
    margin-top: 30px;
  }
}

.project-page footer {
  margin-top: 0;
}

.about-main-section {
  width: calc(100% - 200px);
  padding-top: 150px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1550px) {
  .about-main-section {
    width: 100%;
  }
}
.about-main-section .body1 {
  width: 60%;
  margin: 20px auto;
}
@media (max-width: 500px) {
  .about-main-section .body1 {
    width: 70%;
  }
}
.about-main-section img,
.about-main-section video {
  margin-top: 100px;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .about-main-section img,
.about-main-section video {
    display: none;
  }
}
@media (max-width: 500px) {
  .about-main-section img,
.about-main-section video {
    height: 330px;
  }
}

.about-content-section {
  width: 1200px;
  margin: 100px auto 0;
}
@media (max-width: 1220px) {
  .about-content-section {
    width: 100%;
    padding: 5%;
  }
}
@media (max-width: 1024px) {
  .about-content-section {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.about-content-section .content-wrapper {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .about-content-section .content-wrapper {
    flex-wrap: wrap;
  }
}
.about-content-section .content-wrapper img {
  width: 45%;
  height: 45%;
  padding: 0 120px 0 0;
}
@media (max-width: 1024px) {
  .about-content-section .content-wrapper img {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .about-content-section .content-wrapper img {
    width: 70%;
    order: 1;
    margin: 20px auto 0;
  }
}
.about-content-section .content-wrapper .content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 60px;
}
@media (max-width: 600px) {
  .about-content-section .content-wrapper .content-text {
    order: 0;
    padding: 0;
  }
}
.about-content-section .content-wrapper .content-text h2 {
  margin: 10px 0 20px;
}
.about-content-section .content-wrapper .content-text .body1 p {
  margin-bottom: 20px;
}
.about-content-section .content-wrapper:nth-child(even) img {
  order: 1;
  padding: 0 0 0 120px;
}
@media (max-width: 1024px) {
  .about-content-section .content-wrapper:nth-child(even) img {
    padding: 0;
  }
}
.about-content-section .content-wrapper:nth-child(even) .content-text {
  order: 0;
  padding: 0 60px 0 0;
}
@media (max-width: 600px) {
  .about-content-section .content-wrapper:nth-child(even) .content-text {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .about-page footer {
    margin-top: 80px;
  }
}

.contact-main-section {
  height: calc(100vh - 101px);
  margin-top: 100px;
  background: url("../images/contact_bg.png");
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact-main-section {
    height: unset;
    background-size: cover;
    margin-top: 0;
  }
}
.contact-main-section .contact-form-borders {
  border-top: 1px solid #989C8D66;
  border-bottom: 1px solid #989C8D66;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1220px) {
  .contact-main-section .contact-form-borders {
    border: none;
  }
}
.contact-main-section .contact-form-borders .contact-form-wrapper {
  background: #fff;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 40px 80px 60px;
}
@media (max-width: 1220px) {
  .contact-main-section .contact-form-borders .contact-form-wrapper {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .contact-main-section .contact-form-borders .contact-form-wrapper {
    flex-wrap: wrap;
    margin: 140px auto 50px;
  }
}
@media (max-width: 600px) {
  .contact-main-section .contact-form-borders .contact-form-wrapper {
    width: 90%;
    padding: 0;
    margin-top: 100px;
    background: transparent;
  }
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section {
  width: 60%;
}
@media (max-width: 1024px) {
  .contact-main-section .contact-form-borders .contact-form-wrapper .form-section {
    width: 100%;
  }
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section h1 {
  margin-bottom: 20px;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form {
  width: 60%;
}
@media (max-width: 1024px) {
  .contact-main-section .contact-form-borders .contact-form-wrapper .form-section form {
    width: 100%;
  }
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form input, .contact-main-section .contact-form-borders .contact-form-wrapper .form-section form textarea {
  width: 100%;
  border: 1px solid #989C8D66;
  padding: 10px;
  font-family: "Oxygen", sans-serif;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form input::-webkit-input-placeholder, .contact-main-section .contact-form-borders .contact-form-wrapper .form-section form textarea::-webkit-input-placeholder {
  font-family: "Oxygen", sans-serif;
  color: #343E4099;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form input:-moz-placeholder, .contact-main-section .contact-form-borders .contact-form-wrapper .form-section form textarea:-moz-placeholder {
  font-family: "Oxygen", sans-serif;
  color: #343E4099;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form input::-moz-placeholder, .contact-main-section .contact-form-borders .contact-form-wrapper .form-section form textarea::-moz-placeholder {
  font-family: "Oxygen", sans-serif;
  color: #343E4099;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form input:-ms-input-placeholder, .contact-main-section .contact-form-borders .contact-form-wrapper .form-section form textarea:-ms-input-placeholder {
  font-family: "Oxygen", sans-serif;
  color: #343E4099;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form input:focus, .contact-main-section .contact-form-borders .contact-form-wrapper .form-section form textarea:focus {
  border: 1px solid #EEA260;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form input {
  height: 40px;
  margin-bottom: 20px;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form textarea {
  resize: none;
  height: 120px;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .form-section form button {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .contact-main-section .contact-form-borders .contact-form-wrapper .form-section form button {
    width: 100%;
  }
}
.contact-main-section .contact-form-borders .contact-form-wrapper .details-section {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1024px) {
  .contact-main-section .contact-form-borders .contact-form-wrapper .details-section {
    width: 100%;
    margin-top: 60px;
  }
}
.contact-main-section .contact-form-borders .contact-form-wrapper .details-section .body1 {
  color: #333F48B3;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .details-section h6 {
  margin: 20px 0 15px;
}
.contact-main-section .contact-form-borders .contact-form-wrapper .details-section .contact-link {
  color: #333F48B3;
  text-decoration-color: transparent;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 600px) {
  .contact-main-section .contact-form-borders .contact-form-wrapper .details-section .contact-link {
    font-size: 14px;
  }
}
.contact-main-section .contact-form-borders .contact-form-wrapper .details-section .contact-link:hover {
  text-decoration-color: #EEA260;
}

.static-page .about-main-section .body1 {
  margin-bottom: 50px;
}
.static-page .content-section {
  max-width: 800px;
  margin: 50px auto 0;
}
.static-page .content-section h3, .static-page .content-section p {
  color: #343E40;
}
.static-page .content-section p {
  margin: 30px 0;
}

.posi-joists-page .banner-text-wrapper {
  color: #fff;
}
@media (max-width: 1680px) {
  .posi-joists-page .banner-text-wrapper {
    padding-top: 18%;
  }
}
@media (max-width: 768px) {
  .posi-joists-page .banner-text-wrapper {
    padding-top: 25%;
  }
}
@media (max-width: 425px) {
  .posi-joists-page .banner-text-wrapper {
    padding-top: 30%;
  }
}
.posi-joists-page .banner-text-wrapper ul {
  list-style-position: inside;
  margin-top: 10px;
}
.posi-joists-page .banner-text-wrapper li {
  margin: 5px 0;
}
@media (max-width: 768px) {
  .posi-joists-page .banner {
    height: 600px;
  }
  .posi-joists-page .banner .overlay {
    height: 600px;
  }
}
@media (max-width: 425px) {
  .posi-joists-page .banner {
    height: 450px;
  }
  .posi-joists-page .banner .overlay {
    height: 450px;
  }
}
.posi-joists-page .banner a {
  text-decoration: none;
}
.posi-joists-page .banner .button {
  padding: 19px 70px;
  margin-right: 50px;
}
@media (max-width: 425px) {
  .posi-joists-page .banner .button {
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.posi-joists-page .banner .button,
.posi-joists-page .banner .button-alt {
  width: 300px;
}
.posi-joists-page .banner .button-alt {
  color: #fff;
}
@media (max-width: 425px) {
  .posi-joists-page .banner .button-alt {
    margin: 0 auto;
    display: block;
  }
}
.posi-joists-page .banner .overlay {
  background-position: 100% !important;
}
.posi-joists-page .icons-sections {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 80px 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .posi-joists-page .icons-sections {
    padding: 60px 0;
  }
}
.posi-joists-page .icons-sections img {
  width: 100%;
  max-height: 100px;
  min-height: 90px;
  max-width: 140px;
  object-fit: contain;
}
.posi-joists-page .icons-sections h6 {
  font-size: 22px;
  margin-top: 20px;
}
.posi-joists-page .icons-sections .icon {
  width: 30%;
}
@media (max-width: 768px) {
  .posi-joists-page .icons-sections .icon {
    width: 100%;
    margin-top: 40px;
  }
  .posi-joists-page .icons-sections .icon:first-child {
    margin-top: 0;
  }
}
.posi-joists-page .icons-sections .icon p {
  width: 70%;
  margin: 0 auto;
  margin-top: 10px;
  color: #333F48B3;
}
.posi-joists-page .custom {
  padding: 0 0 400px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .posi-joists-page .custom {
    padding: 0;
    margin-bottom: 20px;
  }
}
.posi-joists-page .custom .content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
}
.posi-joists-page .custom .content-text {
  width: 60%;
  margin-top: 130px;
}
@media (max-width: 768px) {
  .posi-joists-page .custom .content-text {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
}
.posi-joists-page .content-wrapper .timber-frame {
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  transition: all 1s ease-in-out;
}
@media (max-width: 768px) {
  .posi-joists-page .content-wrapper .timber-frame {
    display: none;
  }
}
.posi-joists-page .content-wrapper .timber-frame img {
  width: unset;
  height: 140px;
  padding: 0;
}
.posi-joists-page .content-wrapper .timber-frame.roof-truss img {
  height: 470px;
}
@media (min-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame.roof-truss img {
    transform: scale(1.3);
  }
}
.posi-joists-page .content-wrapper .timber-frame-1 {
  transition-delay: 0.2s;
}
.posi-joists-page .content-wrapper .timber-frame-1.active {
  transform: translateX(-35%);
}
@media (max-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame-1.active {
    transform: translateX(-60%);
  }
}
@media (max-width: 768px) {
  .posi-joists-page .content-wrapper .timber-frame-1.active {
    transform: none;
  }
}
.posi-joists-page .content-wrapper .timber-frame-1.roof-truss {
  top: -15%;
}
.posi-joists-page .content-wrapper .timber-frame-1.roof-truss.active {
  transform: translateX(-60%);
}
@media (min-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame-1.roof-truss.active {
    transform: translateX(-50%);
  }
}
.posi-joists-page .content-wrapper .timber-frame-2 {
  top: 38%;
  transition-delay: 0.4s;
}
.posi-joists-page .content-wrapper .timber-frame-2.active {
  transform: translateX(-25%);
}
@media (max-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame-2.active {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .posi-joists-page .content-wrapper .timber-frame-2.active {
    transform: none;
  }
}
.posi-joists-page .content-wrapper .timber-frame-2.roof-truss {
  top: 10%;
}
@media (min-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame-2.roof-truss {
    top: 18%;
  }
}
.posi-joists-page .content-wrapper .timber-frame-2.roof-truss.active {
  transform: translateX(-30%);
}
@media (min-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame-2.roof-truss.active {
    transform: translateX(-20%);
  }
}
.posi-joists-page .content-wrapper .timber-frame-3 {
  top: 52%;
  transition-delay: 0.6s;
}
.posi-joists-page .content-wrapper .timber-frame-3.active {
  transform: translateX(-15%);
}
@media (max-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame-3.active {
    transform: translateX(-40%);
  }
}
@media (max-width: 768px) {
  .posi-joists-page .content-wrapper .timber-frame-3.active {
    transform: none;
  }
}
.posi-joists-page .content-wrapper .timber-frame-3.roof-truss {
  top: 35%;
}
@media (min-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame-3.roof-truss {
    top: 50%;
  }
}
.posi-joists-page .content-wrapper .timber-frame-3.roof-truss.active {
  transform: translateX(-20%);
}
@media (min-width: 1450px) {
  .posi-joists-page .content-wrapper .timber-frame-3.roof-truss.active {
    transform: translateX(0%);
  }
}
@media (max-width: 768px) {
  .posi-joists-page .content-wrapper img {
    width: 100%;
  }
}
.posi-joists-page .content-wrapper.alt {
  margin-bottom: 140px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .posi-joists-page .content-wrapper.alt {
    margin-bottom: 40px;
  }
}
.posi-joists-page .content-wrapper.alt img {
  padding-right: 0;
  width: 40%;
}
@media (max-width: 768px) {
  .posi-joists-page .content-wrapper.alt img {
    width: 100%;
  }
}
.posi-joists-page .content-wrapper.alt .content-text {
  padding: 0 60px 0 0;
  width: 60%;
}
@media (max-width: 768px) {
  .posi-joists-page .content-wrapper.alt .content-text {
    padding: 0;
    width: 100%;
  }
}
.posi-joists-page .rapid-quote-wrapper {
  padding: 100px 0 50px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .posi-joists-page .rapid-quote-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 50px 0;
  }
}
.posi-joists-page .rapid-quote-wrapper a {
  display: block;
  text-decoration: none;
  margin-top: 80px;
}
@media (max-width: 425px) {
  .posi-joists-page .rapid-quote-wrapper a {
    width: 100%;
    margin-top: 20px;
  }
}
.posi-joists-page .rapid-quote-wrapper a button {
  display: block;
  margin: 0 auto;
}
.posi-joists-page .rapid-quote-feature {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding: 0 110px;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-feature {
    padding: 0 50px;
  }
}
@media (max-width: 425px) {
  .posi-joists-page .rapid-quote-feature {
    width: 10%;
    flex-direction: column;
    padding: 0;
    margin-bottom: 52px;
    margin-top: 18px;
    margin-left: 30px;
  }
}
.posi-joists-page .rapid-quote-feature .active-dot {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #EEA260;
  position: relative;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-feature .active-dot {
    width: 12px;
    height: 12px;
  }
}
.posi-joists-page .rapid-quote-feature .active-dot.active:hover {
  cursor: pointer;
}
.posi-joists-page .rapid-quote-feature .active-dot.active:before {
  position: absolute;
  content: "";
  height: 66px;
  width: 66px;
  border-radius: 50%;
  border: 2px solid #343E40;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-feature .active-dot.active:before {
    width: 32px;
    height: 32px;
  }
}
.posi-joists-page .rapid-quote-feature .grey-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 38%;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-feature .grey-dots {
    width: 30%;
  }
}
@media (max-width: 425px) {
  .posi-joists-page .rapid-quote-feature .grey-dots {
    flex-direction: column;
    width: auto;
    height: 30%;
  }
}
.posi-joists-page .rapid-quote-feature .grey-dots .grey-dot {
  height: 5px;
  width: 5px;
  background: #E1E2E1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-feature .grey-dots .grey-dot:nth-child(odd) {
    display: none;
  }
}
.posi-joists-page .rapid-quote-content {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 425px) {
  .posi-joists-page .rapid-quote-content {
    flex-direction: column;
    width: 80%;
    flex-wrap: wrap;
  }
}
.posi-joists-page .rapid-quote-content .content {
  width: 250px;
}
@media (max-width: 425px) {
  .posi-joists-page .rapid-quote-content .content {
    width: 100%;
    margin-bottom: 60px;
  }
  .posi-joists-page .rapid-quote-content .content:last-child {
    margin-bottom: 20px;
  }
}
.posi-joists-page .rapid-quote-content h6 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}
.posi-joists-page .rapid-quote-content p {
  color: #333F48B3;
  font-size: 14px;
  width: 70%;
  margin: 0 auto;
}
.posi-joists-page .col-content {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .posi-joists-page .col-content {
    padding: 0 10px;
    margin-top: 20px;
  }
}
.posi-joists-page .col-content h3 {
  color: #333F48;
  padding: 20px 0;
}
.posi-joists-page .col-content p {
  color: #333F48B3;
}
.posi-joists-page .col-content img {
  width: 100%;
}
.posi-joists-page .col-content .content-wrapper {
  width: 48%;
}
@media (max-width: 768px) {
  .posi-joists-page .col-content .content-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .posi-joists-page .testimonial-section {
    margin-top: 60px !important;
  }
}
.posi-joists-page .testimonial-section p {
  color: #333F48B3;
}
.posi-joists-page .testimonial-section p strong {
  color: #333F48;
}
.posi-joists-page .dark-wrapper {
  background: #343E40;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .posi-joists-page .dark-wrapper {
    padding: 60px 0;
  }
}
.posi-joists-page .rapid-quote-form-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.posi-joists-page .rapid-quote-form-wrapper h2 {
  width: 100%;
  color: #fff;
  text-align: center;
}
.posi-joists-page .rapid-quote-form-wrapper .quote-feature {
  width: 60%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 0 0;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-form-wrapper .quote-feature {
    width: 74%;
  }
}
.posi-joists-page .rapid-quote-form-wrapper .quote-feature .active-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EEA260;
}
.posi-joists-page .rapid-quote-form-wrapper .quote-feature .grey-dots {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 36%;
}
.posi-joists-page .rapid-quote-form-wrapper .quote-feature .grey-dots .grey-dot {
  height: 5px;
  width: 5px;
  background: #E1E2E1;
  border-radius: 50%;
}
.posi-joists-page .rapid-quote-form-wrapper .dots-text {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 80px;
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-form-wrapper .dots-text {
    width: 90%;
    padding-bottom: 40px;
  }
}
.posi-joists-page .rapid-quote-form-wrapper .dots-text span {
  color: #EEA260;
  text-transform: uppercase;
}
.posi-joists-page .rapid-quote-form-wrapper .dots-text span:first-child {
  margin-left: 9px;
}
.posi-joists-page .rapid-quote-form-wrapper .dots-text .middle {
  padding-left: 13px;
}
.posi-joists-page .rapid-quote-form-wrapper ul {
  width: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  list-style: none;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-form-wrapper ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.posi-joists-page .rapid-quote-form-wrapper ul li {
  display: flex;
  margin-bottom: 30px;
}
.posi-joists-page .rapid-quote-form-wrapper ul li:before {
  content: "";
  background: url("../images/check-icon.svg");
  height: 33px;
  width: 33px;
  background-size: 100%;
  display: block;
  margin-right: 20px;
}
.posi-joists-page .rapid-quote-form-wrapper form {
  width: 50%;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-form-wrapper form {
    width: 90%;
    margin: 0 auto;
  }
}
.posi-joists-page .rapid-quote-form-wrapper form input {
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #989C8D66;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.posi-joists-page .rapid-quote-form-wrapper form textarea {
  width: 100%;
  border: 1px solid #989C8D66;
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  resize: none;
  height: 120px;
}
.posi-joists-page .rapid-quote-form-wrapper form input[type=file] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  right: 20px;
}
.posi-joists-page .rapid-quote-form-wrapper form label {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  height: 40px;
  border: 1px solid #989C8D66;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #333F48B3;
  margin-bottom: 20px;
  cursor: pointer;
}
.posi-joists-page .rapid-quote-form-wrapper form label:before {
  content: "";
  background: url("../images/attach-icon.svg") no-repeat;
  height: 23px;
  width: 22px;
  background-size: 100%;
  display: block;
  margin-right: 20px;
  margin-left: 10px;
}
.posi-joists-page .rapid-quote-form-wrapper form button {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .posi-joists-page .rapid-quote-form-wrapper form button {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 425px) {
  .posi-joists-page .project-card {
    width: 100% !important;
  }
}
.posi-joists-page .required-notice {
  display: block;
  color: #fff;
  margin-top: 10px;
}

.thanks-page .main-section {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .thanks-page .main-section {
    height: 100vh;
  }
}
.thanks-page .thanks-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.thanks-page .thanks-wrapper > * {
  margin: 40px 0;
}
@media (max-width: 425px) {
  .thanks-page .thanks-wrapper > * {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .thanks-page .thanks-wrapper {
    padding: 0 10px;
  }
}
.thanks-page .thanks-wrapper a {
  text-decoration: none;
  display: block;
  width: 300px;
  padding: 15px 0;
  text-align: center;
}
@media (max-width: 425px) {
  .thanks-page .thanks-wrapper a {
    margin: 0 auto;
  }
}
.thanks-page footer {
  margin-top: 0;
}

.gallery {
  min-width: 70%;
}
@media (max-width: 1500px) {
  .gallery {
    min-width: 65%;
  }
}
@media (max-width: 1360px) {
  .gallery {
    min-width: 60%;
  }
}
@media (max-width: 1220px) {
  .gallery {
    min-width: 45%;
  }
}
@media (max-width: 1024px) {
  .gallery {
    min-width: 100%;
  }
}
@media (max-width: 425px) {
  .gallery .gallery-container {
    height: 250px;
    margin-bottom: 80px;
  }
}
.gallery .gallery-item {
  width: 267px;
  box-shadow: 0px 3px 6px #00000029;
}
@media (max-width: 768px) {
  .gallery .gallery-item {
    width: 50%;
  }
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-item .project-link {
  text-decoration: none;
}
.gallery .gallery-item .caption-wrapper {
  position: relative;
  top: -10px;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
}
@media (max-width: 425px) {
  .gallery .gallery-item .caption-wrapper {
    padding: 15px;
  }
}
.gallery .gallery-item .caption-wrapper h6, .gallery .gallery-item .caption-wrapper p {
  transition: all 0.5s ease;
}
.gallery .gallery-item.gallery-item-selected {
  width: 500px;
  box-shadow: 2px 3px 9px #00000029;
}
@media (max-width: 1220px) {
  .gallery .gallery-item.gallery-item-selected {
    width: 360px;
  }
}
@media (max-width: 1024px) {
  .gallery .gallery-item.gallery-item-selected {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-item.gallery-item-selected {
    width: 90%;
  }
}
.gallery .gallery-item.gallery-item-selected .caption-wrapper {
  padding: 30px;
  box-shadow: 2px 3px 9px #00000029;
}
@media (max-width: 425px) {
  .gallery .gallery-item.gallery-item-selected {
    height: 200px;
  }
}
@media (max-width: 425px) {
  .gallery .gallery-item.gallery-item-next, .gallery .gallery-item.gallery-item-previous {
    height: 150px;
  }
}
.gallery .gallery-item.gallery-item-next h6, .gallery .gallery-item.gallery-item-previous h6 {
  font-size: 11px;
}
.gallery .gallery-item.gallery-item-next p, .gallery .gallery-item.gallery-item-previous p {
  font-size: 9px;
}
.gallery .gallery-item.gallery-item-previous {
  left: 24%;
}
@media (max-width: 425px) {
  .gallery .gallery-item.gallery-item-previous {
    left: 32%;
  }
}
.gallery .gallery-item.gallery-item-next {
  left: 76%;
}
@media (max-width: 425px) {
  .gallery .gallery-item.gallery-item-next {
    left: 68%;
  }
}
.gallery .gallery-controls {
  position: relative;
  top: -42%;
  z-index: 10;
  justify-content: space-between;
}
.gallery .gallery-controls .gallery-controls-previous,
.gallery .gallery-controls .gallery-controls-next {
  z-index: 10;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.gallery .gallery-controls .gallery-controls-previous {
  margin-left: 17%;
  background: #fff url("../images/chevron-left.svg") center center no-repeat;
}
.gallery .gallery-controls .gallery-controls-previous:hover {
  background: #fff url("../images/chevron-left-active.svg") center center no-repeat;
}
.gallery .gallery-controls .gallery-controls-previous:active, .gallery .gallery-controls .gallery-controls-previous:focus {
  background: #fff url("../images/chevron-left.svg") center center no-repeat;
}
@media (max-width: 1500px) {
  .gallery .gallery-controls .gallery-controls-previous {
    margin-left: 14%;
  }
}
@media (max-width: 1360px) {
  .gallery .gallery-controls .gallery-controls-previous {
    margin-left: 4%;
  }
}
@media (max-width: 1220px) {
  .gallery .gallery-controls .gallery-controls-previous {
    margin-left: 15%;
  }
}
@media (max-width: 1024px) {
  .gallery .gallery-controls .gallery-controls-previous {
    margin-left: 22%;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-controls .gallery-controls-previous {
    margin-left: 11%;
  }
}
@media (max-width: 425px) {
  .gallery .gallery-controls .gallery-controls-previous {
    margin-left: -10%;
  }
}
.gallery .gallery-controls .gallery-controls-next {
  margin-right: 17%;
  background: #fff url("../images/chevron-right.svg") center center no-repeat;
}
.gallery .gallery-controls .gallery-controls-next:hover {
  background: #fff url("../images/chevron-right-active.svg") center center no-repeat;
}
.gallery .gallery-controls .gallery-controls-next:active, .gallery .gallery-controls .gallery-controls-next:focus {
  background: #fff url("../images/chevron-right.svg") center center no-repeat;
}
@media (max-width: 1500px) {
  .gallery .gallery-controls .gallery-controls-next {
    margin-right: 14%;
  }
}
@media (max-width: 1360px) {
  .gallery .gallery-controls .gallery-controls-next {
    margin-right: 4%;
  }
}
@media (max-width: 1220px) {
  .gallery .gallery-controls .gallery-controls-next {
    margin-right: 15%;
  }
}
@media (max-width: 1024px) {
  .gallery .gallery-controls .gallery-controls-next {
    margin-right: 22%;
  }
}
@media (max-width: 768px) {
  .gallery .gallery-controls .gallery-controls-next {
    margin-right: 11%;
  }
}
@media (max-width: 425px) {
  .gallery .gallery-controls .gallery-controls-next {
    margin-right: -10%;
  }
}
.gallery .mobile-button {
  display: none;
}
.gallery .mobile-button .button-alt {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .gallery .mobile-button {
    margin: 0 auto;
    display: block;
  }
}
.gallery .mobile-button .button-alt {
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

header ul {
  display: flex;
  width: 600px;
  list-style: none;
  justify-content: space-between;
  margin-right: 140px;
}
@media (max-width: 1200px) {
  header ul {
    width: 100%;
    margin: 0 100px;
  }
}
@media (max-width: 900px) {
  header ul {
    margin: 0 40px;
  }
}
header ul li {
  padding-top: 50px;
}
header ul li a {
  text-decoration: underline solid transparent;
  color: #fff;
  transition: all 0.3s ease;
}
header ul li a:hover {
  text-decoration: underline solid #EEA260;
}
header ul li a.contact-us-link {
  text-decoration: none;
}
header ul li a.contact-us-link:hover, header ul li a.contact-us-link:focus {
  text-decoration: none;
  box-shadow: 0px 3px 23px #EEA260;
}
header ul .products-link {
  position: relative;
}
header ul .products-link:hover .products-dropdown {
  display: block;
}
header ul .products-dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  top: 100px;
  border-top: 3px solid #EEA260;
}
header ul .products-dropdown a {
  color: #343E40 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  height: unset !important;
}
header ul .products-dropdown a:hover {
  background-color: #ddd;
}
header .desktop-nav {
  color: #fff;
  z-index: 10;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header .desktop-nav a {
  font-weight: 300;
}
header .desktop-nav a.contact-us-link {
  padding: 18px 35px;
  border: 2px solid #EEA260;
}
header .desktop-nav a.contact-us-link:hover {
  background: #EEA260;
}
header .desktop-nav img {
  height: 170px;
  padding: 20px 40px;
  border-bottom: 1px solid #989C8D;
  border-right: 1px solid #989C8D;
}
header .desktop-nav .sticky-nav {
  position: fixed;
  width: 100%;
  background: #fff;
  display: none;
  justify-content: space-between;
  z-index: 20;
}
header .desktop-nav .sticky-nav img {
  margin-left: 60px;
  padding: 20px 40px;
  height: 120px;
  border: none;
}
header .desktop-nav .sticky-nav ul li a {
  color: #000;
  letter-spacing: 1px;
}
header .desktop-nav .sticky-nav ul li a.contact-us-link {
  padding: 18px 35px;
  border: 2px solid #EEA260;
}
header .desktop-nav .sticky-nav ul li a.contact-us-link:hover {
  background: #EEA260;
}
@media (max-width: 768px) {
  header .desktop-nav {
    display: none;
  }
}
header .mobile-nav-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 20;
}
@media (max-width: 768px) {
  header .mobile-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
header .mobile-nav-wrapper img {
  height: 45px;
  margin-left: 20px;
  z-index: 20;
}
header .mobile-nav-wrapper .mobile-nav {
  position: absolute;
  top: 75px;
  z-index: 15;
  height: calc(100vh - 75px);
  width: 100vw;
  background: #fff;
  display: none;
  margin-right: 0;
  margin-left: 0;
}
header .mobile-nav-wrapper .mobile-nav.open {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 0 75px 75px;
}
header .mobile-nav-wrapper .mobile-nav li {
  padding: 0;
}
header .mobile-nav-wrapper .mobile-nav li a {
  color: #343E40;
  font-weight: 700;
  font-size: 40px;
  text-decoration: none;
}
header .mobile-nav-wrapper .nav-icon {
  margin: 1em;
  width: 40px;
  z-index: 20;
}
header .mobile-nav-wrapper .nav-icon:after,
header .mobile-nav-wrapper .nav-icon:before,
header .mobile-nav-wrapper .nav-icon div {
  background-color: #343E40;
  border-radius: 3px;
  content: "";
  display: block;
  height: 5px;
  margin: 7px 0;
  transition: all 0.2s ease-in-out;
}
header .mobile-nav-wrapper .nav-icon.open:before {
  transform: translateY(12px) rotate(135deg);
}
header .mobile-nav-wrapper .nav-icon.open:after {
  transform: translateY(-12px) rotate(-135deg);
}
header .mobile-nav-wrapper .nav-icon.open div {
  transform: scale(0);
}

.cms-page header .desktop-nav {
  position: initial;
}
.cms-page header .desktop-nav .large-logo {
  height: 160px;
  padding: 50px 40px;
  background: #fff;
}
.cms-page header .desktop-nav a {
  height: 100px;
  color: #343E40;
}
.cms-page header .desktop-nav .nav-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #989C8D;
}
.cms-page header .desktop-nav .nav-wrapper ul {
  align-items: center;
}
.cms-page header .desktop-nav .nav-wrapper ul li {
  padding: 40px 0;
}
.cms-page header .desktop-nav .sticky-nav img {
  padding: 10px 40px;
  height: 80px;
}
.cms-page header .desktop-nav .sticky-nav ul {
  align-items: center;
}
.cms-page header .desktop-nav .sticky-nav ul li {
  padding: 40px 0;
}

.footer {
  margin-top: 150px;
  background: #E1E2E1;
  position: relative;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 40px;
  }
}
.footer .section {
  width: 1420px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1500px) {
  .footer .section {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .section {
    width: 100%;
  }
}
.footer .section .footer-content {
  width: 90%;
  padding: 70px 50px 0;
}
@media (max-width: 768px) {
  .footer .section .footer-content {
    width: 100%;
    padding: 10% 5% 0;
  }
}
.footer .section .footer-content .body1 {
  margin-top: 20px;
  width: 65%;
}
@media (max-width: 425px) {
  .footer .section .footer-content .body1 {
    width: 90%;
  }
}
.footer .section .footer-content .footer-contact-links {
  width: 84%;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .section .footer-content .footer-contact-links {
    margin-top: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .section .footer-content .footer-contact-links .button {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 320px) {
  .footer .section .footer-content .footer-contact-links .button {
    padding: 15px 60px;
  }
}
.footer .section .footer-content .footer-contact-links a {
  color: #343E4099;
  text-decoration: underline solid transparent;
  transition: all 0.3s ease;
}
@media (max-width: 1220px) {
  .footer .section .footer-content .footer-contact-links a {
    margin-top: 20px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .section .footer-content .footer-contact-links a {
    margin-top: 40px;
  }
}
@media (max-width: 320px) {
  .footer .section .footer-content .footer-contact-links a {
    font-size: 14px;
  }
}
.footer .section .footer-content .footer-contact-links a:hover {
  text-decoration: underline solid #EEA260;
}
.footer .section .social-links {
  width: 10%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .footer .section .social-links {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 5% 0;
  }
}
@media (max-width: 425px) {
  .footer .section .social-links {
    padding: 0;
    margin-top: 30px;
    justify-content: space-around;
  }
}
.footer .section .social-links a {
  height: 50px;
  width: 50px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .footer .section .social-links a {
    margin-right: 10px;
  }
}
@media (max-width: 425px) {
  .footer .section .social-links a {
    margin-right: 0;
  }
}
.footer .section .social-links .facebook-link {
  background: url("../images/facebook-icon.svg") center center no-repeat;
}
.footer .section .social-links .facebook-link:hover {
  background: url("../images/facebook-icon-hover.svg") center center no-repeat;
}
.footer .section .social-links .twitter-link {
  background: url("../images/twitter-icon.svg") center center no-repeat;
}
.footer .section .social-links .twitter-link:hover {
  background: url("../images/twitter-icon-hover.svg") center center no-repeat;
}
.footer .section .social-links .instagram-link {
  background: url("../images/instagram-icon.svg") center center no-repeat;
}
.footer .section .social-links .instagram-link:hover {
  background: url("../images/instagram-icon-hover.svg") center center no-repeat;
}
.footer .section .social-links .linkedin-link {
  background: url("../images/linkedin-icon.svg") center center no-repeat;
}
.footer .section .social-links .linkedin-link:hover {
  background: url("../images/linkedin-icon-hover.svg") center center no-repeat;
}
.footer .section .social-links .youtube-link {
  background: url("../images/youtube-icon.svg") center center no-repeat;
}
.footer .section .social-links .youtube-link:hover {
  background: url("../images/youtube-icon-hover.svg") center center no-repeat;
}
.footer .section .policy-section {
  width: 100%;
  padding: 100px 50px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .footer .section .policy-section {
    padding: 50px 5% 2%;
  }
}
.footer .section .policy-section .policy-logo {
  height: 30px;
  margin-right: 15px;
}
.footer .section .policy-section a {
  text-decoration: none;
  margin-left: 0px;
  transition: all 0.3s ease;
}
.footer .section .policy-section a:hover {
  text-decoration: underline solid #EEA260;
}
@media (max-width: 425px) {
  .footer .section .policy-section a {
    margin-left: 0;
  }
}
.footer .section .policy-section .caption {
  margin-right: 10px;
}
@media (max-width: 425px) {
  .footer .section .policy-section .caption {
    font-size: 10px;
  }
}
.footer .footer-nav {
  z-index: 20;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45%;
  padding: 50px 100px;
  background: #F5F5F6;
}
@media (max-width: 768px) {
  .footer .footer-nav {
    display: none;
  }
}
.footer .footer-nav ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-right: 10%;
}
.footer .footer-nav ul li a {
  color: #343E40;
  text-decoration: underline solid transparent;
  transition: all 0.3s ease;
}
.footer .footer-nav ul li a:hover {
  cursor: pointer;
  text-decoration: underline solid #EEA260;
}

.accreditations-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-around;
  margin-bottom: 120px;
}
.accreditations-wrapper h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.accreditations-wrapper .accreditation {
  width: 48%;
  display: flex;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 425px) {
  .accreditations-wrapper .accreditation {
    width: 100%;
    margin-bottom: 10px;
  }
}
.accreditations-wrapper .accreditation img {
  width: 25%;
  max-height: 110px;
  object-fit: contain;
}
.accreditations-wrapper .accreditation p {
  width: 75%;
  color: #343E4099;
  padding-left: 20px;
}

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