/* pipe hole transparent */
#id-home-intro-pipe {
    width: 600px;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: calc(100vh - 200px);
    z-index: 300;
}

/* pipe hole mask during up/down animation */
#pipe-hole-masked {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 151px;
    height: 151px;
    margin: 0 auto;
    top: calc(100vh - 646px);
    background-color: #000000;
    border-radius: 76px;
    z-index: 301;
}

/* home brand section for web animation */
#id-home-about-intro-brand-section {
    margin: 0;
    position: fixed;
    width: 100vw;
    height: 120vh;
    top: -10vh;
    left: 0;
    bottom: 0;
    z-index: 200;
    background-color: rgba(0, 0, 0, 1);
}

/* important to reset margin of the first div */
#id-home-about-intro-brand-section > div {
    margin: 0;
}

#home-id-careers-section,
#about-id-mission-section,
#about-id-timeline-section,
#about-id-testimonials-section,
#careers-id-intro-section,
#careers-id-benefits-section,
#careers-id-culture-section,
#careers-id-apply-section,
#contact-id-map-section,
#products-id-pump-products-section {
    width: 100vw;
    height: 100vh;
}

#home-id-careers-scrolling-section .scrolling-content,
#careers-id-benefits-section .scrolling-content{
    margin-bottom: 10vh;
}

#home-id-about-intro-animation-section.about-intro-section::after {
  content: "";
  width: 0;
  height: calc(50vh - 200px);
}

#home-id-careers-section.home-careers-section::before {
    width: 75vw;
    height: 110vh;
    left: 10vw;
    top: -10vh;
}

#careers-id-benefits-section.careers-benefits-section::after {
    position: absolute;
    width: 0;
    content: "";
    border: 0;
    border-right: 2px solid #000000;
    height: 100vh;
    top: 0;
    right: 15vw;
}

#careers-id-culture-section {
    height: 115vh;
}

#careers-id-culture-section.careers-section::before {
    content: "";
    position: absolute;
    top: -8vh;
    height: 133vh;
    width: calc(70vw + 4px);
    left: calc(14vw + 12px);
}

#about-id-mission-section .scrolling-block,
#about-id-timeline-section .scrolling-block,
#about-id-testimonials-section .scrolling-testimonials {
    max-height: unset;
    height: auto;
}

/* about mission 2 white lines */
#about-id-mission-section.about-mission-section::before,
#about-id-mission-section.about-mission-section::after {
    left: 15vw;
}

#about-mission-scrolling-top-mask,
#about-mission-scrolling-bottom-mask {
    position: absolute;
    z-index: 100;
    right: -10vw;
}

#about-mission-scrolling-top-mask {
    top: -14vh;
    width: 95vw;
    height: 37%;
    background: rgb(51,9,9);
    background: linear-gradient(4deg, rgba(51,9,9,0.3115371148459384) 24%, rgba(71,35,37,0.6000525210084033) 100%);
    -webkit-box-shadow: 0px 4px 81px 1px rgba(51,9,9,0.7);
    -moz-box-shadow: 0px 4px 81px 1px rgba(51,9,9,0.7);
    box-shadow: 0px 4px 81px 1px rgba(51,9,9,0.7);
}

#about-mission-scrolling-bottom-mask {
    width: 90%;
    height: 27%;
    bottom: 0;
    background: rgb(108,20,19);
    background: linear-gradient(185deg, rgba(108,20,19,0.5664390756302521) 24%, rgba(108,20,19,0.6756827731092436) 100%);
    -webkit-box-shadow: 0px 5px 91px 23px rgba(108,20,19,1);
    -moz-box-shadow: 0px 5px 91px 23px rgba(108,20,19,1);
    box-shadow: 0px 5px 91px 23px rgba(108,20,19,1);
}

#about-id-mission-scrolling-section .scrolling-content {
    height: 30%; /* we need the height to calculate properly */ 
    margin-bottom: 3%; /* 3-5% is a good number*/ 
}

/* about timeline red line */
#about-id-timeline-section.about-timeline-section::before {
    width: 0;
    content: "";
    border: 1px solid #D72726;
    position: absolute;
    top: 0;
    left: 15vw;
    height: 100vh;
}

#about-id-testimonials-section.testimonials-section::after {
    width: 0;
    border: 0;
    height: 100vh;
    border-right: 2px solid #D72726;
    right: 11.56vw;
}

#careers-id-apply-scrolling-section.careers-apply-scrolling-section::before {
    width: 105%;
    content: "";
    position: absolute;
    top: 0;
    left: -8.6vw;
    height: 50vh;
    border-top: 2px solid #D72726;
    border-bottom: none;
    border-left: none;
    /* border-top-right-radius: 40px; */
    display: none;
}
#careers-id-apply-scrolling-section.careers-apply-scrolling-section::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -7.1vw;
    height: 50vh;
    border-right: 2px solid #D72726;
    border-bottom: none;
    border-left: none;
    border-top: none;
    width: 105%;
    display: none;
}
#careers-id-apply-scrolling-section.careers-apply-scrolling-section span {
    position: absolute;
    top: -19px;
    left: auto;
    right: -164px;
    height: 42px;
    border-right: 2px solid #D72726;
    border-bottom: none;
    border-left: none;
    border-top: none;
    width: 40px;
    transform: rotate(135deg);
    display: block;
    display: none;
}

/* about testimonials scrolling wrapper overides */
#about-id-testimonials-scrolling-section .cp-testimonial-card-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* about testimonials scrolling items overides */
#about-id-testimonials-scrolling-section .cp-testimonial-card-col {
    margin-bottom: 0;
    flex-shrink: 0;
    padding: 0;
}

#about-id-testimonials-scrolling-section .cp-content-card {
    margin-bottom: 8%;
}

#careers-id-intro-video-heading-section.careers-resource-heading-section {
    position: fixed;
    top: 100vh;
    left: 14vw;
    bottom: 0;
    height: 120vh;
}

#h2-id-heading {
    margin-top: 15%;
}

#careers-id-intro-main-line-separator,
#careers-id-intro-top-line-separator,
#careers-id-intro-bottom-line-separator {
    width: 0;
    position: fixed;
    left: 12px;
    border-right: 2px solid #D72726;
}

#careers-id-intro-main-line-separator {
    top: 0;
    height: 115vh;
    left: calc(14vw + 12px);
}

#careers-id-intro-top-line-separator {
    top: 0;
    height: 37vh;
}

#careers-id-intro-bottom-line-separator {
    bottom: 0;
    height: 27vh;
}

#careers-id-culture-heading-scrolling-section .careers-culture-heading-scrolling-item {
    height: 75vh;
    margin-bottom: 0;
}

#careers-id-culture-image-scrolling-section {
    position: relative;
    height: 61vh;
    overflow: hidden;
}

#careers-id-culture-image-scrolling-section .careers-culture-scrolling-image-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 61vh;
    z-index: -1;
}

#careers-id-culture-image-scrolling-section .scrolling-image-item {
    top: 67vh;
    z-index: 1;
}

#careers-id-culture-image-scrolling-section .careers-culture-scrolling-image-item > img {
    width: 90%;
    object-fit: cover;
}

#careers-id-apply-scrolling-section {
    position: relative;
    top: 0;
    margin-top: 6%;
}

#careers-id-apply-scrolling-section .careers-apply-scrolling-item {
    position: relative;
    width: 68vw;
    padding-top: 10vh;
}

#careers-id-apply-scrolling-section .careers-apply-scrolling-item > div {
    margin: 0;
}

#careers-id-apply-scrolling-section .careers-apply-scrolling-item::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: -13px;
    left: 3%;
    background-color: #D72726;
}

.careers-apply-scrolling-item .steps-counter {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 0;
  top:0px;
  background-color: #D72726;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.careers-apply-scrolling-item .steps-counter::before,
.careers-apply-scrolling-item .steps-counter::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #000000;
}

.careers-apply-scrolling-item .steps-counter::before {
    top: -13px;
    left: -13px;
    transform: rotate(315deg);
}

.careers-apply-scrolling-item .steps-counter::after {
    bottom: -13px;
    right: -13px;
    transform: rotate(135deg);
}

.careers-apply-scrolling-item .steps-counter .title-heading-left {
  font-family: "IBM Plex Sans";
  font-weight: 700;
  font-size: 2em;
  color: #FFFFFF;
  margin: 0;
}

#contact-id-map-heading-section {
  height: 250px;
  margin-top: -50px;
  top: 50%;
}

#contact-id-map-area-section {
  width: 100%;
  height: 100%;
}

#contact-id-map-area-section .cp-contact-map {
  /*width: 80%;*/
  margin: 0 auto;
}

#contact-id-map-area-section .location-pin-popup {
  width: 59%!important;
  /*bottom: -100vh;*/
}

#contact-id-map-area-section .location-pin-popup.active {
  /*bottom: 15vh;*/
  bottom: 15%;
}


#contact-id-map-area-section .marker_icon {
  -webkit-transition: transform 300ms ease-in-out!important;
  -moz-transition: transform 300ms ease-in-out!important;
	-o-transition: transform 300ms ease-in-out!important;
	transition: transform 300ms ease-in-out!important;
}

#contact-id-map-area-section .marker_icon:hover {
  transform: scale(1.5);
  opacity: 1;
  z-index: 999;
}

#contact-id-map-wrapper-section {
  margin-top: 18vh;
}
#contact-id-map-wrapper-section img{
    width:92% !important;
    margin-top: 15px;
}
@media screen and (max-width: 1280px) {
 /* #contact-id-map-wrapper-section img{
    max-width: 800px;
  }*/
}
@media screen and (min-width: 1200px) {

#contact-id-map-area-section .location-pin-popup.active{
  top:0px !important;
  bottom: 0px;
  margin: auto;
  position: absolute;
  height: fit-content;
  padding-top: 130px
}

}
/*
#pump-id-product-titles-section .category-title {
  width: 300px;
  
}

#pump-id-product-titles-section .category-title ul li {
    list-style: none;
}

#pump-id-product-titles-section .category-title ul li a,
#pump-id-product-titles-section .category-title ul li a > span{
    display: inline-block;
    width: 100%;
    padding: 16px;
    background: #fff;
    color: #6D7476;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.4px;
    letter-spacing: 0.5px;
}

#pump-id-product-titles-section .category-title ul li a {
  position: relative;
}

#pump-id-product-titles-section .category-title ul li a > span {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D72726;
  color: #ffffff;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip; 
}*/