/********************
Equalize Simple List & Pin Buttons
********************/
:is(
.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe
) :is(
.itemsCollectionContent,
.item,
.itemContent,
.itemInnerContent
) {
    display: flex;
}
:is(
.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe
) :is(
.item,
.itemContent,
.itemInnerContent
) {
    flex-direction: column;
}
:is(
.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe
) :is(
.itemContent,
.itemInnerContent
) {
    height: 100%;
}
:is(
.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe
) .itemsCollectionContent {
    flex-flow: row wrap;
}
:is(
.blockWrap_e9f3e4c9a3e44ce08d1a6603c3630cfe
) .itemInnerContent p:last-of-type {
    margin-top: auto;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupTitle {
    font-size: 40px;
    color: #000000;
    margin-top: 20px;
    line-height: .05;
    padding-bottom: 0;
}

/* End Popup Styles */

@media (max-width: 767px) {
    .subNav {
        padding-left:20px;
    }
}