/* Orange Feature Box w/ Icon */
.orange-pillar-feature {
    background-image: url("https://www.paycor.com/wp-content/uploads/2024/03/squares-pillar.png");
    background-position: top 10px right 10px;
    background-repeat: no-repeat;
    background-size: 117px 71px;
    padding: 1.25em !important;
    margin-bottom: 30px;
}

.orange-pillar-feature .wp-block-image {
    margin-bottom: 15px;
}

.orange-pillar-feature .wp-block-ws-split-half:first-of-type .wp-block-image {
    margin-bottom: 0px !important;
}

/* Quote Box */
.wp-block-quote .wp-block-button__link {
    margin-bottom: 0px;
}

/* Watchouts Feature Box */
.pillar-watchouts-feature {
    background-image: url("https://www.paycor.com/wp-content/uploads/2024/03/top-5-squares.png");
    background-position: top 20px right 30px;
    background-repeat: no-repeat;
    background-size: 82px 121px;
    padding: 50px;
    margin-bottom: 30px;
}

.pillar-watchouts-feature .top-5-arrow::after {
    content: "";
    right: -50px;
    bottom: -50px;
    height: 144px;
    width: 143px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("https://www.paycor.com/wp-content/uploads/2024/03/top-5-arrow.png");
}

/* Pros/Cons */
.pros-con-section {
    margin-bottom: 30px;
}

.pros-con-section h4 {
    margin-bottom: 10px;
    padding: 0.5em;
}

.pros-con-section h5 {
    margin-bottom: 90px;
}

.estimated-cost-section {
    margin-bottom: 30px;
}

.estimated-cost-section h4 {
    margin-bottom: 10px;
    padding: 0.5em;
}

/* Recent Survey Section */
.recent-survey-section {
    background-image: url("https://www.paycor.com/wp-content/uploads/2024/03/pillar-survey-squares.png");
    background-position: bottom 10px left 10px;
    background-repeat: no-repeat;
    background-size: 47px 44px;
    margin-bottom: 30px;
}

/* Vertical Jenna Number List */
ul.is-style-fancy-number-list.vertical-number-list li {
    text-align: center;
    margin-bottom: 75px;
}

ul.is-style-fancy-number-list.vertical-number-list li:before {
    counter-increment: list-number;
    content: counter(list-number);
    margin-right: 0;
    font-family: Jenna Sue, cursive;
    font-size: 200%;
    border: 1px solid #f06f1f;
    aspect-ratio: 1/1;
    width: auto;
    height: 50px;
    display: inline-grid;
    justify-items: center;
    align-items: center;
    position: absolute;
    left: 50%;
    margin-top: -60px;
    transform: translateX(-50%);
    color: #f06f1f;
}

/* Ask 5 Questions Section */
.ask-5-questions-section {
    background-image: url(https://www.paycor.com/wp-content/uploads/2024/03/pillar-page-guide-img.png), url(https://www.paycor.com/wp-content/uploads/2024/03/pillar-5-questions-squares.png);
    background-position: bottom 20px right 20px, top 60px right 30px;
    background-repeat: no-repeat, no-repeat;
    background-size: 260px 242px, 89px 132px;
    margin-bottom: 30px;
}

/* Utilities */
.pillar-icon-row {
    display: flex;
}

.pillar-icon-row img {
    width: unset !important;
    max-width: unset !important;
    margin-right: 15px;
}

@media (min-width: 992px) {
    .layout-row-center {
        display: flex;
        align-items: center;
    }
}

.layout-row-center h3 {
    margin-bottom: 0px;
}

.block-background.has-background-color.has-orange-background-color {
    background-color: #f06f1f !important;
}

.split-orange-outline .wp-block-ws-split-half {
    border: 1px solid #f06f1f;
    padding: 1.25em;
}

@media (min-width: 992px) {
    .split-orange-outline .wp-block-ws-split-half {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        max-width: 49%;
    }

    .split-orange-outline .wp-block-ws-split-half:first-child {
        margin-right: 1%;
    }
}

.big-product-image {
    margin-top: 70px;
}

@media (min-width: 992px) {
    .big-product-image img {
        position: absolute;
        bottom: -60px;
    }
}

.big-product-image.wp-block-group.has-background {
    padding: 30px;
}

.p-small {
    font-size: 14px !important;
}

.p-50 {
    padding: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-0,
.mb-0 a {
    margin-bottom: 0px;
}

/*# sourceMappingURL=pillar-pages.css.map */

.img-shift {
    position: relative;
    top: 10px;
    left: -10px;
}

.icon-header figure {
    margin-right: 15px;
}

.icon-header {
    margin-bottom: 15px;
}

.survey-img-2 {
    position: absolute;
    width: 170px;
    left: -30px;
    bottom: 0;
}

@media(max-width:770px) {
    .recent-survey-section img {
        display: none;
    }
}

.ask-5-questions-section .wp-block-group p {
    margin-bottom: 0px !important
}

.ask-5-questions-section .wp-block-group {
    margin-bottom: 15px;
}

.ask-5-questions-section .wp-block-buttons {
    margin-top: 30px;
}

.help-leaders-products figure {
    width: 64px !important;
}

.help-leaders-products figure img {
    max-width: 54px;
    margin: 0 auto;
    max-height: 54px;
    width: auto;
    object-fit: scale-down;
}

.single-default .single-content .help-leaders-products .wp-block-group {
    margin-bottom: 20px;
}

.single-default .single-content .help-leaders-products .wp-block-group p {
    margin-left: 10px;
    margin-bottom: 0px;
}

.orange-outline-block {
    border: 1px solid #f06f1f;
    padding-bottom: 20px;
}

.single-default .single-content .orange-outline-block p,
.orange-outline-block p {
    padding: 10px 40px;
    margin-bottom: 0px;
}

.orange-outline-block p + p {
    padding-top: 0px;
}
