/* hero triptych */
.ws-section-img-triptych h1,
.ws-section-img-triptych h2 {
 margin-top: 22px;
 line-height: 1;
}
.ws-section-img-triptych p {
 margin-top: 0;
 font-size: 18px;
}
.ws-section-img-triptych a.btn {
 margin-bottom: 22px;
}
.ws-section-img-triptych .container-fluid {
 padding: 0 15px;
}
.ws-section-img-triptych.rpv2 .content-block-column {
 padding-top: 30px;
}
.ws-section-img-triptych .col-margin-bottom {
 margin-bottom: 0;
 border-bottom: 2px solid #ffffff;
 padding: 0;
}
.ws-section-img-triptych .col-margin-bottom:first-child .editContent {
 min-height: 500px;
}
.ws-section-img-triptych .content-block-column {
 padding: 0;
 overflow: hidden;
}
.ws-section-img-triptych .editContent {
 display: flex;
 position: relative;
 flex-direction: column;
 align-items: center;
 padding: 0 30px;
 text-align: center;
 justify-content: center;
 z-index: 1;
 height: 300px;
}
.ws-section-img-triptych .editContent::after {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 z-index: -1;
 background-color: rgba(0, 0, 0, 0.075);
 width: 100%;
 content: "";
}

@media (min-width: 768px) {
 /* hero triptych */
 .ws-section-img-triptych .col-margin-bottom:first-child {
 width: 100%;
 }
 .ws-section-img-triptych .col-margin-bottom:not(:first-child) {
 width: 50%;
 }
 .ws-section-img-triptych .col-margin-bottom:nth-child(2) {
 border-right: 2px solid #ffffff;
 }
}
@media (min-width: 1200px) {
 /* hero triptych */
 .ws-section-img-triptych .row {
 position: relative;
 }
 .ws-section-img-triptych .col-margin-bottom:first-child {
 border-right: 2px solid #ffffff;
 width: 65%;
 }
 .ws-section-img-triptych
 .col-margin-bottom:first-child
 .content-block-column {
 height: 602px;
 }
 .ws-section-img-triptych .col-margin-bottom:first-child .editContent {
 height: auto;
 min-height: 100%;
 }
 .ws-section-img-triptych
 .col-margin-bottom:first-child
 .editContent:first-child {
 padding: 0 45px;
 }
 .ws-section-img-triptych .col-margin-bottom:not(:first-child) {
 border-right: 0;
 width: 35%;
 }
 .ws-section-img-triptych
 .col-margin-bottom:not(:first-child)
 .content-block-column {
 height: 300px !important;
 }
 .ws-section-img-triptych
 .col-margin-bottom:not(:first-child)
 .editContent {
 min-height: 100%;
 }
 .ws-section-img-triptych .col-margin-bottom:last-child {
 position: seolute;
 right: 0;
 bottom: 0;
 }
}
