.ureset-section.white {
    border-top: 1px solid #DEE0E6;
    border-bottom: 1px solid #DEE0E6;
}

@media (min-width: 500px) {
    .pillar-page section.ureset-section h1::after {
        width: 50%;
    }
}

.pillar-page section.ureset-section a.button {
    color: #000;
}

.pillar-page section.ureset-section .row .pillar-side-content {
    padding-top: 0;
}

@media (max-width: 500px) {
    .pillar-page section.ureset-section .row .pillar-side-content {
        padding-top: 58px;
    }
}

.pillar-page section.ureset-section h2 {
    font-size: 28px;
}

.ureset-lead-text p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .015em;
    padding-bottom: 32px;
}

.ureset-body-text ul {
    padding: 0;
}

@media (max-width: 500px) {
    .ureset-body-text ul {
        max-width: 208px;
        margin: auto;
        list-style: none;
    }
}

.ureset-body-text li:not(:last-child) {
    margin-bottom: 38px;
}

.pillar-page section .row .col-left.no-border {
    border: none;
}

.ureset-card {
    display: flex;
    align-items: center;
    grid-gap: 27px;
    padding: 28px 25px 25px 30px;
    border-radius: 5px;
    box-shadow: -2px 3px 9px 5px rgba(0, 0, 0, .2);
}

@media (max-width: 500px) {
    .ureset-card {
        flex-direction: column;
        grid-gap: 0;
        align-items: flex-start;
    }
}

.ureset-card__text--large {
    font-size: 65px;
    font-weight: 700;
    color: #164865;
}

.ureset-card__text {
    line-height: 20px;
}

@media (max-width: 500px) {
    .ureset-logos__container {
        padding: 0 12px;
    }
}

.ureset-logos__container .wp-block-group__inner-container {
    padding: 52px 0;
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 500px) {
    .ureset-logos__container .wp-block-group__inner-container {
        justify-content: space-around;
        flex-wrap: wrap;
        padding-top: 20px;
    }
}

.ureset-logos__container .wp-block-group__inner-container>* {
    max-width: calc(20% - 90px);
}

@media (max-width: 500px) {
    .ureset-logos__container .wp-block-group__inner-container>* {
        max-width: calc(50% - 40px);
        max-height: 35px;
        margin: 25px 0;
    }

    .ureset-logos__container .wp-block-group__inner-container>* img {
        max-height: 100%;
    }

    .ureset-logos__container .wp-block-group__inner-container>*:last-child {
        max-width: 186px;
        max-height: 63px;
        margin: 0;
    }
}

.ureset-page__img--enlarge {
    cursor: pointer;
}

@media (max-width: 500px) {
    .ureset-page__img--enlarge.wp-block-image {
        padding: 0 12px;
    }
}

.ureset-page__img--enlarge:after {
    content: "Click to Enlarge";
    background-image: url(https://storage.googleapis.com/images.trinity.one/Specops/SPEC-A-uResetRedesign-Aug2021/MagnifyingGlass.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 24px;
    background-size: 16px 16px;
}

.ureset-page__group--top-padding {
    padding-top: 54px;
}

.ureset-page__enlarge-img--container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
}

.ureset-page__enlarge-img--container.enlarge {
    visibility: visible;
}

.ureset-page__enlarge-img--container .ureset-page__enlarge-img--overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: #000;
    transition: .2s;
    opacity: 0;
}

.ureset-page__enlarge-img--container.enlarge .ureset-page__enlarge-img--overlay {
    opacity: .2;
}

.ureset-page__enlarge-img--container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: .2s;
    transform: translate(-50%, -50%) scale(.75);
    opacity: 0;
    z-index: 10;
}

.ureset-page__enlarge-img--container.enlarge img {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

@media (max-width: 500px) {
    section.ureset-adtl-resources {
        padding: 36px 22px;
    }

    section.ureset-adtl-resources h3 {
        text-align: left;
        font-size: 32px;
        line-height: 42px;
    }
}

/* datasheet styling */
.datasheet {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.datasheet:not(:last-child) {
    margin-bottom: 3em;
}

.datasheet .datatable {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.datasheet .datatable thead {
    color: #fff;
    background-color: #154865;
}

.datasheet .datatable thead th {
    text-align: center;
    padding: 8px;
}

.datasheet .datatable tbody {
    background-color: #154865;
}

.datasheet .datatable tbody tr {
    padding: 0;
    margin: 0;
}

.datasheet .datatable tbody tr td {
    padding: .5em 0;
    justify-content: center;
    border-right: 1px solid #DEE0E6;
    border-bottom: 1px solid #DEE0E6;
    text-align: center;
    align-items: center;
    min-height: 35px;
    background-color: #fff;
    line-height: 22px;
}

.datasheet .datatable tbody tr td:first-child {
    flex: 1;
    font-weight: bold;
}

.datasheet .datatable tbody tr td .tablesaw-cell-label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #DEE0E6;
    padding: .25em;
    min-height: 35px;
}

@media (max-width: 639px) {

    .datasheet {
        padding: 0 22px;
    }

    .datasheet+.datasheet {
        margin-top: 4em;
    }

    .datasheet>p {
        width: 100% !important;
        text-align: center;
    }

    .datasheet .tablesaw>tbody>tr>td:nth-child(1) {
        flex: 1;
    }

    .datasheet .datatable tbody tr td {
        padding: 0;
        margin: 0;
        display: flex;
    }

    .datasheet .datatable tbody tr td:first-child {
        background-color: #154865;
        text-align: center;
        color: #fff;
        padding: .25em;
        flex: 1;
    }

    .datasheet .datatable tbody tr td:first-child .tablesaw-cell-content {
        flex: 1;
        min-width: 100%;
    }

    .datasheet .tablesaw-stack td .tablesaw-cell-label {
        width: 50%;
        text-align: center;
    }

    .datasheet .tablesaw-stack td .tablesaw-cell-content {
        width: 50%;
        text-align: center;
    }

    .datasheet .tablesaw>tbody>tr>td:nth-child(1)>b {
        display: none;
    }
}

/* end datasheet styling */

/* features styling */
#product-features {
    color: #fff;
    background: #000;
    padding: 70px 30px 55px;
}

#product-features h2 {
    color: #fff;
}

#product-features .product-features-wrap .product-section-title {
    font-size: 32px;
    padding: 0;
    line-height: 1.2;
}

#product-features .product-features-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    column-gap: 40px;
}

#product-features .product-features-wrap ul li {
    margin-bottom: 20px;
    padding-left: 32px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
    position: relative;
}

#product-features .product-features-wrap ul li::before {
    content: '';
    background: url("../../images/green-checkmark.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 7px;
    left: 0;
}

#product-features {
    color: #fff;
}

@media screen and (max-width: 767px) {
    #product-features {
        padding: 30px 15px 20px;
    }

    #product-features .product-features-wrap ul {
        -webkit-column-count: 1;
        column-count: 1;
    }

    #product-features .product-features-wrap ul li {
        display: block;
    }
}

/* end features styling */

/* reviews styling */
#case-studies-reviews {
    position: relative;
    background: #DEE0E6;
    padding: 3.75em 0;
}

#case-studies-reviews .case-studies-reviews-heading {
    text-align: center;
    margin-bottom: 5px;
}

#case-studies-reviews .case-studies-reviews-heading h2 {
    font-size: 32px;
    padding: 0;
    margin-bottom: 10px;
}

#case-studies-reviews .case-studies-reviews-listing {
    position: relative;
    column-count: 2;
    column-gap: 10%;
}

#case-studies-reviews .case-studies-reviews-listing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #DEE0E6;
    z-index: 2;
}

#case-studies-reviews .review {
    page-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 5px;
    padding-top: 30px;
    border-top: 1px solid #999;
}

#case-studies-reviews .review a {
    text-decoration: underline;
}

#case-studies-reviews .review a:visited {
    color: #000;
}

#case-studies-reviews .review a:active {
    color: #000;
}

#case-studies-reviews .review p {
    color: #454545;
    font-weight: 400;
    line-height: 1.6;
}

#case-studies-reviews .review-product {
    color: #fff;
    background: #0F4A65;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-style: italic;
    border-radius: 3px;
    padding: 4px 10px;
    margin-bottom: 8px;
    display: inline-block;
}

#case-studies-reviews .review-title {
    color: #454545;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin-bottom: 24px;
}

#case-studies-reviews .review-title a {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    #case-studies-reviews {
        padding: 60px 0;
    }

    #case-studies-reviews .case-studies-reviews-listing {
        column-count: 2;
        column-gap: 10%;
    }

    #case-studies-reviews .review {
        padding-top: 40px;
        margin-bottom: 15px;
    }

    #case-studies-reviews .review:first-child {
        padding-top: 15px;
    }

    #case-studies-reviews .case-studies-reviews-heading .columns-10 {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #case-studies-reviews .case-studies-reviews-listing {
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media screen and (min-width: 767px) {
    #case-studies-reviews .case-studies-reviews-listing {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 10%;
        column-gap: 10%;
    }

    #case-studies-reviews .review {
        padding-top: 40px;
        margin-bottom: 15px;
    }
}

.case-studies-resources #case-studies-reviews>.row {
    padding-bottom: 50px;
    text-align: center;
}

.case-studies-resources #case-studies-reviews {
    background: none;
}

.case-studies-resources #case-studies-reviews .case-study-listing {
    overflow: hidden;
    width: calc(100% + 16px);
    margin: -8px;
    padding: 8px;
}

.case-studies-resources #case-studies-reviews .case-study-listing {
    text-align: left;
}

/* end reviews styling */