main.main {
    padding: 0;
}

.banner {
    width: 100%;
}

.path-kitchen-sinks .featured-banner-content .grid-container {
    padding-bottom: 16px;
}

@media (min-width: 1024px) {
    .path-kitchen-sinks .featured-banner {
        position: relative;
        max-height: 700px;
        overflow: hidden;
    }

    .path-kitchen-sinks .featured-banner::before {
        background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(24,25,29,.9)),to(rgba(24,25,29,0)));
        background-image: linear-gradient(-135deg,rgba(24,25,29,0) 35%,rgba(24,25,29,.9) 100%);
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .path-kitchen-sinks .featured-banner-content {
        min-height: unset;
        top: unset;
        bottom: 0;
    }
		.path-kitchen-sinks .output-wrapper,
		.path-kitchen-sinks .featured-banner-content .grid-container {
        padding-bottom: 60px;
    }
}

@media (max-width: 1023px) {
    .path-kitchen-sinks .featured-banner-content .featured-banner__paragraph,
    .path-kitchen-sinks .featured-banner-content .featured-banner__title {
        text-shadow: none!important;
        max-width: unset!important;
    }
}

/*.banner-block.banner-block-medium.only-destop {
    height: 40vw;
    min-height: 400px;
}*/

.banner .grid-container {
    /*justify-content: flex-start;*/
    padding-top: 70px;
    padding-bottom: 32px;
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 920px) {
    .banner .grid-container {
        padding-top: 20px;
        padding-bottom: 90px;
        padding-right: 60px;
        padding-left: 60px;
        justify-content: space-between;
    }
    
    .lorelai .banner .grid-container {
        justify-content: flex-end;
        padding-bottom: 0px;
    }

    .banner {
        color: #000000;
    }

    .banner::before {
        background-image: none;
        background-color: transparent;
    }
    
    .lorelai .banner::before {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(24,25,29,0)),to(rgba(24,25,29,.5)));
        background-image: linear-gradient(-90deg,rgba(24,25,29,0) 66%,rgba(24,25,29,.5) 100%);
    }
}

.banner__title {
    font-size: 3.5rem;
}

.banner__title::after {
    content: none;
}

h1.h1.title-h1.page-title {
    font-weight: 900;
}

.featured-banner {
    width: 100%;
}

.featured-banner-content {
    text-align: left;
}

.featured-banner .grid-container {
    justify-content: flex-start;
}

@media (max-width: 919px) {
    .featured-banner .grid-container {
        padding-top:4px;
        padding-bottom: 120px
    }
}



.section-lead-in, .img_element {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 919px) {
  .section-lead-in, .img_element {
      margin-bottom: 0;
      margin-top: 0;
  }
}

.layout--twocol-section {
    align-items: flex-start;
}

@media screen and (min-width: 40em) {
    .two_column_section .img_element {
      /* margin-right: 45px; */
    }

    .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first {
        padding-right: 20px;
    }

    .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
        padding-left: 20px;
    }
}

.button--primary {
    white-space: normal;
}

.section-lead-in.left {
    text-align: left;
}

.two_column_section:nth-of-type(1), .two_column_section:nth-of-type(2), .video {
    /* background-color: #d8d8d8; */
}

.two_column_section, .section_lead_in {
    margin: 0;
    padding: 45px 90px 0;
}

.paragraph_container {
    margin: 0;
    padding: 0 90px 45px 90px;
}

.section-lead-in video {
    width: 100%;
    cursor: pointer;
}

.video {
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 25px;
}

@media (max-width: 767px) {
  .two_column_section, .section_lead_in {
      padding: 25px 50px 0;
  }
  .paragraph_container {
      padding: 0 50px 25px 50px;
  }
  
  .video {
      padding-right: 25px;
      padding-left: 25px;
  }
}

.catalog-grid {
    justify-content: flex-start;
    margin-bottom: 0;
}

/*.node--type-landing-page .catalog-grid__item,
.path-kitchen-sinks .catalog-grid__item { 
  width: 100%; 
  margin-top: 0px;
  margin-bottom: 30px;
}
*/

.node--type-landing-page .catalog-grid__item,
.path-kitchen-sinks .catalog-grid__item { 
  width: 45%;
  margin: 0 2.5% 2.3% 2.5%;
}

@media (max-width: 342px) {
    .node--type-landing-page .catalog-grid__item {
        width: 100%;
    }
}

@media (min-width: 342px) and (max-width: 479px) {
    .node--type-landing-page .catalog-grid__item img {
        padding-bottom: 20px;
    }
}

@media (min-width: 769px) {
    .node--type-landing-page .catalog-grid__item,
    .path-kitchen-sinks .catalog-grid__item {
        width: 31%;
        margin: 0 1.15% 2.3% 1.15%;
    }
}

@media (min-width: 920px) {
    .node--type-landing-page .catalog-grid__item,
    .path-kitchen-sinks .catalog-grid__item {
        width: 22.7%;
        margin: 0 1.15% 2.3% 1.15%;
    }
}

@media (min-width: 1170px) {
    .node--type-landing-page .catalog-grid__item,
    .path-kitchen-sinks .catalog-grid__item {
        width: 17.7%;
        margin: 0 1.15% 2.3% 1.15%;
    }
}

.catalog-grid__item .img_element {
    display: block;
}

.bg-grey {
  background-color: #d8d8d8;
}

.section-lead-in .h2--light {
    border-bottom: 2px solid #ac0535;
    padding-bottom: 15px;
}

@media (max-width: 919px) {
  .section-lead-in .h2--light {
      font-size: 36px;
      margin: 0 0 24px 0;
  }
}

.img_element .figure__caption {
    font-style: normal;
    margin-top: 10px;
}

.text-long ul {
    margin-top: 0;
    margin-left: .4em;
}

.text-long ul li {
    margin-bottom: 1em;
    padding-left: .5em;
    line-height: 1.6;
}

.text-long ul li::marker {
    font-size: 24px;
    line-height: 1.6;
}

@media (max-width: 919px) {
  .text-long ul {
      margin-left: .25em;
  }
  
  .text-long ul li {
      line-height: 1.5;
  }
  
  .text-long ul li::marker {
      font-size: 19px;
      line-height: 1.5;
  }
}

@media (max-width: 766px) {
    .grey-gradient-background .button--primary,
    .grey-img-bg .button--primary {
        padding: 15px 45px;
        width: auto;
        display: inline-flex;
    }
}

.img_element .figure__caption h5 a {
    text-decoration: none;
}

.img_element .figure__caption h5.img_label a {
    position: absolute;
    margin-top: -70px;
    padding: 10px;
}

.link-white {
    color: #fff;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 35%);
}

.link-black {
    color: #000;
    text-shadow: 1px 1px 3px rgb(255 255 255 / 35%);
}

@media screen and (min-width: 768px) {
    .d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .space-between {
        justify-content: space-between;
    }
}

.w-66 { 
  margin-right: auto!important;
  margin-left: auto!important;
}

@media (min-width: 768px) {
  .w-66 { width: 66%; }
}

@media (max-width: 767px) {
  .w-66 { width: 100%; }
}