﻿h1 {
  text-align: center;
}

.no-bullet::before {
  display: none;
}

.page-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 435px;
  background-size: cover !important;
  background-position: bottom !important;
  background-blend-mode: multiply;
}

.elevating-steel {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 375px;
}
.elevating-steel h2 {
  font-size: 4rem;
  text-shadow: 0 5px 10px black;
  margin-bottom: 0.6em;
}
@media (max-width: 769px) {
  .elevating-steel h2 {
    line-height: 1em;
  }
}
.elevating-steel .owner-quote {
  font-size: 1.5rem;
}
.elevating-steel-text {
  color: white;
  padding: 2em 0;
  left: 40%;
  margin-right: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1100px) {
  .elevating-steel-text {
    margin: 0 20px;
  }
}
.elevating-steel-img {
  position: absolute;
  bottom: 0;
  left: 55%;
}
@media (max-width: 2100px) {
  .elevating-steel-img {
    left: 60%;
  }
}
.elevating-steel-img img {
  max-height: 550px;
}

.page-text-intro-with-logo {
  border-bottom: none !important;
}
@media (max-width: 550px) {
  .page-text-intro-with-logo {
    width: auto !important;
  }
}

.evolution-comparison-images {
  display: flex;
  position: relative;
}
@media (max-width: 769px) {
  .evolution-comparison-images {
    flex-direction: column;
  }
}
.evolution-comparison-images > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 769px) {
  .evolution-comparison-images > div {
    width: 100%;
  }
}

.framing-image {
  display: flex;
  height: 585px;
  width: 70%;
  align-items: center;
}
@media (max-width: 550px) {
  .framing-image {
    height: 300px;
  }
}
.framing-image img {
  max-width: 100%;
  max-height: 100%;
}

.framing-features {
  width: 80%;
  display: flex;
  margin-top: 2em;
}
@media (max-width: 1850px) {
  .framing-features {
    flex-direction: column;
    align-items: center;
  }
}
.framing-features div {
  width: 50%;
}
.framing-features ol {
  list-style-type: decimal;
}
.framing-features li {
  font-size: 1.35rem;
  line-height: 1.9rem;
}

@media (max-width: 1900px) {
  .contact-bg p {
    max-width: 385px;
  }
}
.blue-circle {
  color: white;
  padding: 60px !important;
  border-radius: 50%;
  background-color: #085C9F;
  position: absolute;
  width: 300px !important;
  height: 300px;
  left: calc(50% - 150px);
  top: 20px;
  text-align: center;
}
@media (max-width: 1750px) {
  .blue-circle {
    padding: 33px !important;
    width: 200px !important;
    height: 200px;
    left: calc(50% - 100px);
    line-height: 0.8;
  }
  .blue-circle p {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}
@media (max-width: 769px) {
  .blue-circle {
    display: none !important;
  }
}

.steel-framing h2, .wood-framing h2 {
  margin: 0 150px;
  text-align: center;
}

.custom-table {
  display: flex;
  flex-direction: column;
  color: white;
  text-transform: uppercase;
  width: 60%;
  position: absolute;
  bottom: -100px;
}
@media (max-width: 550px) {
  .custom-table {
    width: 96%;
  }
}
.custom-table p {
  margin: 0;
}
.custom-table img {
  max-width: 50px;
  max-height: 50px;
  margin: 0 20px;
}

.header-row p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1100px) {
  .header-row p {
    font-size: 1rem;
  }
}
.header-row .table-cell {
  height: 100px;
}

.table-body > div:nth-child(2n) {
  background-color: #0d6fba;
}
.table-body > div:nth-child(2n+1) {
  background-color: #0064b0;
}

.table-row {
  display: flex;
}
.table-row:nth-child(2n+1) {
  display: flex;
}

.table-cell {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  min-height: 80px;
}
@media (max-width: 769px) {
  .table-cell {
    display: none;
  }
  .table-cell img {
    width: 40px;
  }
}
.table-cell:nth-child(1) {
  justify-content: start;
}
@media (max-width: 769px) {
  .table-cell:nth-child(1) {
    padding-left: 8px;
  }
  .table-cell:nth-child(1) img {
    display: none;
  }
}

.compare-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 0 20%;
  padding-top: 3em;
  position: relative;
  height: 925px;
  margin-bottom: 200px;
}
@media (max-width: 550px) {
  .compare-content {
    padding: 0 2%;
    padding-top: 2em;
  }
}
.compare-content h2 {
  color: white;
}
@media (max-width: 550px) {
  .compare-content h2 {
    text-align: center;
    margin: 0 10px;
  }
}

.carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.slick-track {
  height: 400px;
}
@media (max-width: 769px) {
  .slick-track {
    height: 250px;
  }
}
@media (max-width: 450px) {
  .slick-track {
    height: 150px;
  }
}
.slick-arrow {
  margin: 0 20px;
  font-size: 3.5em;
  font-family: Calibri;
}
.slick-slide {
  transition: -webkit-transform 1s;
  transition: transform-origin 1s;
  transition: height 1s;
  transition: width 1s;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 769px) {
  .slick-slide {
    height: 250px;
  }
}
@media (max-width: 450px) {
  .slick-slide {
    height: 150px;
  }
}
.slick-center {
  height: 400px;
}
@media (max-width: 1500px) {
  .slick-center {
    height: 350px;
  }
}
@media (max-width: 769px) {
  .slick-center {
    height: 250px;
  }
}
@media (max-width: 450px) {
  .slick-center {
    height: 150px;
  }
}
.slick-center img {
  height: 400px;
}
@media (max-width: 1500px) {
  .slick-center img {
    height: 350px;
  }
}
@media (max-width: 769px) {
  .slick-center img {
    height: 250px;
  }
}
@media (max-width: 450px) {
  .slick-center img {
    height: 150px;
  }
}

.custom-slider img {
  height: 350px;
  object-fit: cover;
  transition: height 1s;
}
.custom-slider .play-button {
  object-fit: contain;
}

.slider .slick-slide {
  height: 460px;
  margin: 0;
}
.slider-arrows {
  padding-top: 75px;
}
@media (max-width: 769px) {
  .slider-arrows {
    padding-top: 30px;
  }
}
.slider-arrow {
  height: 375px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
}
.slider-arrow img {
  height: 150px;
}
@media (max-width: 769px) {
  .slider-arrow img {
    height: 80px;
  }
}

.contact-us-section {
  position: relative;
  height: 1200px;
  padding: 100px 15%;
  padding-top: 225px;
  background-color: #EBEBEB;
  margin-top: 135px;
}
@media (max-width: 1500px) {
  .contact-us-section {
    height: auto;
    padding-top: 2em;
    padding-bottom: 3em;
  }
}
@media (max-width: 550px) {
  .contact-us-section {
    padding: 15px;
    padding-bottom: 2em;
  }
}
.contact-us-thanks {
  position: relative;
  padding: 200px 15%;
  background-color: #EBEBEB;
  margin-top: 135px;
}

.contact-bg {
  color: white;
  height: 450px;
  padding: 20px;
  padding-left: 10%;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  max-width: 100%;
}
@media (max-width: 1500px) {
  .contact-bg {
    width: 100%;
  }
  .contact-bg p {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .contact-bg {
    height: 250px;
  }
}
.contact-form {
  display: flex;
  flex-direction: column;
  padding: 50px;
  width: 500px;
  position: absolute;
  background-color: white;
  bottom: 100px;
  right: 20%;
}
@media (max-width: 1500px) {
  .contact-form {
    position: static;
    width: 100%;
  }
}

#ContactForm {
  display: flex;
  flex-direction: column;
}
#ContactForm input {
  margin-bottom: 20px;
  width: 100%;
  min-width: 15px;
}
#ContactForm select {
  margin-bottom: 20px;
  width: 100%;
  min-width: 15px;
}
#ContactForm button {
  width: 150px;
}

.form-checkbox-field {
  display: flex;
}
.form-checkbox-field p {
  font-size: 0.9rem;
  margin-left: 8px;
  line-height: 1.2;
}

.product-video-entry {
  max-width: none;
  margin: 0;
}
.product-video-entry > a {
  width: auto;
}

.video-grid-entry {
  margin-bottom: 40px;
  position: relative;
  max-width: none;
}
@media (max-width: 450px) {
  .video-grid-entry {
    height: 150px;
  }
}
.video-grid-entry h2 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-transform: none;
  width: calc(100% - 130px);
}
.video-grid-entry .play-button-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.video-grid-entry-wrapper {
  position: relative;
}
@media (max-width: 450px) {
  .video-grid-entry-wrapper {
    height: 150px;
  }
  .video-grid-entry-wrapper img {
    height: 150px;
  }
}
.video-grid-entry-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.video-grid-entry-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100px;
  z-index: 2;
}
@media (max-width: 769px) {
  .video-grid-entry-wrapper .play-button {
    height: 250px;
  }
}
@media (max-width: 450px) {
  .video-grid-entry-wrapper .play-button {
    height: 150px;
    width: 80px;
  }
}

.products-footer-outdurable-living {
  display: none;
}

.footer-climbing {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: bottom;
}
.footer-climbing-content {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  height: 600px;
  z-index: 0;
  padding-left: 50%;
  justify-content: center;
}
@media (max-width: 1100px) {
  .footer-climbing-content .footer-climbing-content {
    height: 420px;
  }
}
@media (max-width: 769px) {
  .footer-climbing-content {
    padding-left: 30%;
  }
  .footer-climbing-content-image {
    width: 150px;
  }
}
@media (max-width: 450px) {
  .footer-climbing-content {
    padding-left: 20%;
    height: 370px;
  }
}
.footer-climbing-content h2 {
  color: white;
  font-size: 6rem;
  line-height: 6rem;
  margin: 0;
}
@media (max-width: 1100px) {
  .footer-climbing-content h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 769px) {
  .footer-climbing-content h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (max-width: 450px) {
  .footer-climbing-content h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.footer-climbing-content a {
  width: 200px;
}
.footer-climbing-content-background {
  background: #333;
  width: 60%;
  height: 250%;
  backdrop-filter: blur(10px);
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 769px) {
  .footer-climbing-content-background {
    width: 80%;
  }
}
@media (max-width: 450px) {
  .footer-climbing-content-background {
    width: 90%;
  }
}
.footer-climbing-content-image {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 250px;
}
.footer-climbing-content-image img {
  width: 100%;
}

.yellow-subhead {
  color: #FDB71A;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "ff-utility-web-pro";
  font-weight: bold;
}
@media (max-width: 1100px) {
  .yellow-subhead {
    font-size: 1.3rem;
  }
}
@media (max-width: 769px) {
  .yellow-subhead {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media (max-width: 450px) {
  .yellow-subhead {
    font-size: 0.8rem;
    line-height: 0.8rem;
  }
}

.quote-section {
  height: 460px;
  position: relative;
}
.quote-slide-entry {
  height: 460px;
  position: relative;
}
.quote-slide-entry img {
  height: 460px;
  position: absolute;
  bottom: 0;
}
.quote-slide-content {
  height: 460px;
  display: flex;
  align-items: end;
  width: 100%;
}
.quote-slide-content h2 {
  font-size: 4rem;
  text-shadow: 0 5px 10px black;
  text-align: center;
  margin-bottom: 0.6em;
}
@media (max-width: 769px) {
  .quote-slide-content h2 {
    font-size: 2.2rem;
    line-height: 1em;
  }
}
.quote-slide-content > div {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 375px;
  background-color: rgba(35, 36, 35, 0.94);
  position: relative;
  width: 100%;
  z-index: 10;
}
.quote-img-right img {
  left: 55%;
}
@media (max-width: 1750px) {
  .quote-img-right img {
    left: 60%;
  }
}
@media (max-width: 1100px) {
  .quote-img-right img {
    display: none !important;
  }
}
.quote-img .quote-img-left img {
  right: 55%;
}
@media (max-width: 1750px) {
  .quote-img .quote-img-left img {
    left: 62%;
  }
}
.quote-text {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 10px;
}
@media (max-width: 550px) {
  .quote-text {
    margin-top: 0;
  }
}
.quote-text h2 {
  font-size: 2rem;
  text-shadow: none;
  margin-bottom: 0;
  text-align: start;
}
@media (max-width: 550px) {
  .quote-text h2 {
    font-size: 1.25rem;
  }
}
.quote-text h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .quote-text h3 {
    font-size: 1rem;
  }
}
.quote-text-left {
  margin-right: 20%;
  display: flex;
}
@media (max-width: 1100px) {
  .quote-text-left {
    margin: 0 70px;
  }
}
.quote-text-right {
  margin-left: 20%;
}
.quote-text-links {
  display: flex;
  margin-top: 10px;
}
.quote-text-links img {
  height: auto;
  position: static;
  margin-right: 8px;
  width: 35px;
}
.quote-icon {
  margin-right: 15px;
}
@media (max-width: 550px) {
  .quote-icon {
    margin-right: 6px;
  }
}
.quote-icon img {
  height: auto;
  position: static;
  max-width: 50px;
}
@media (max-width: 550px) {
  .quote-icon img {
    max-width: 12px;
  }
}

.arrow-left {
  left: 3%;
}
@media (max-width: 769px) {
  .arrow-left {
    left: 0;
  }
}
.arrow-right {
  right: 3%;
}
@media (max-width: 769px) {
  .arrow-right {
    right: 0;
  }
}

.owner-quote {
  max-width: 380px;
}

.case-study-cta {
  display: flex;
  margin: 100px 0;
  position: relative;
  align-items: center;
  height: 500px;
}
@media (max-width: 600px) {
  .case-study-cta {
    flex-direction: column;
    height: auto;
  }
}
.case-study-cta-image {
  width: 40%;
  height: 100%;
  background-size: cover;
}
@media (max-width: 600px) {
  .case-study-cta-image {
    width: 100%;
    height: 250px;
  }
}
.case-study-cta-text {
  background-color: #333333;
  display: flex;
  flex-direction: column;
  padding: 50px;
  padding-left: 12%;
  height: 100%;
  width: 60%;
  justify-content: center;
  min-width: 500px;
}
@media (max-width: 600px) {
  .case-study-cta-text {
    width: 100%;
    padding-top: 200px;
    min-width: 0;
  }
}
@media (max-width: 500px) {
  .case-study-cta-text {
    padding-top: 125px;
  }
}
.case-study-cta-text h2 {
  color: white;
  max-width: 400px;
  line-height: 2.5rem;
}
.case-study-cta-text a {
  width: fit-content;
}
.case-study-cta-overlay {
  position: absolute;
  left: 10%;
  max-width: 800px;
}
@media (max-width: 1800px) {
  .case-study-cta-overlay {
    max-width: 600px;
  }
}
@media (max-width: 1400px) {
  .case-study-cta-overlay {
    display: none;
  }
}
@media (max-width: 600px) {
  .case-study-cta-overlay {
    display: block;
    margin-top: 35px;
  }
}
@media (max-width: 400px) {
  .case-study-cta-overlay {
    margin-top: 65px;
  }
}
.case-study-cta-overlay img {
  max-width: 100%;
}

@media (max-width: 769px) {
  .thank-you-message {
    height: 300px;
    display: flex;
    align-items: center;
  }
  .contact-submission-message {
    margin-left: 15%;
  }
}
