/* Color Variable */
:root {
  --white: #FFFFFF;
  --red: #c12b62;
  --purple: #632db5;
  --green: #008e8a;
  --blue: #0542c4;
  --yellow: #ffee03;
}

/* global colors */
.white{
    color: var(--white);
}
.red{
    color: var(--red);
}
.purple{
    color: var(--purple);
}
.green{
    color: var(--green);
}
.blue{
    color: var(--blue);
}
.yellow{
    color: var(--yellow);
}

/* Bg Colors */
.bg-white{
    background-color: var(--white);
}
.bg-red{
    background-color: var(--red);
}
.bg-purple{
    background-color: var(--purple);
}
.bg-green{
    background-color: var(--green);
}
.bg-blue{
    background-color: var(--blue);
}
.bg-yellow{
    background-color: var(--yellow);
}

/* Typography */
body{
    font-family: Manrope;
    font-size: 1.125rem;
    line-height: 2em;
}
p, .wysiwyg-content ul li, .wysiwyg-content ol li{
    font-weight: 700;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: Arvo;
    font-weight: 500;
}
h1, .h1{
    font-size: 4.625rem;
    line-height: 1.01em;
}
h2, .h2{
    font-size: 2.625rem;
}
h3, .h3{
    font-size: 2rem;
}

/* Aligns */
.text-center{
    text-align: center;
}

/* Spacing */
.px-section{
    padding-left: 20px;
    padding-right: 20px;
}
.pt-section{
    padding-top: 100px;
}
.pb-section{
    padding-bottom: 100px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.wysiwyg-content p{
    margin-bottom: 1em;
}
.wysiwyg-content p:last-child{
    margin-bottom: 0;
}
.wysiwyg-content ul, .wysiwyg-content ol{
    padding-left: 20px;
}

/* Buttons */
.btn{
    font-size: 1.2rem;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 0;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    overflow-wrap: break-word;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.btn-primary{
    background-color: var(--red);
    color: var(--white);
    border: 1px solid var(--red);
}

.btn-yellow{
    background-color: var(--yellow);
    color: var(--white);
    border: 1px solid var(--yellow);
    color: #000000;
}
.btn-yellow:hover{
    background-color: var(--white);
    border-color: var(--white);
}

/* Position */
.relative{
    position: relative;
}

/* Img Assets */
.corner-img{
    position: absolute;
    width: 150px;
}

html main{
    overflow-x: clip;
}

/* Header */
.page-template-page-fractional #header{
    background-image: none;
    background-color: transparent;
    z-index: 999;
    position: relative;
}
.page-template-page-fractional #header .innerpage-banner{
    display: none;
}

/* <!-- 1. Fractional Hero Section --> */
.hero-inner{
    position: relative;
    overflow: hidden;
    margin-top: -125px;
    min-height: 300px;
    padding-top: 150px;
    width: 100%;
}
.hero-content{
    position: relative;
    z-index: 1;
}
.hero-content h1{
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.hero-banner{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-cta{
    padding: 15px 0;
}
.hero-cta p{
    font-size: 18px;
}

/* <!-- 2. Fractional Below Hero --> */
.section-below-hero .section-title{
    max-width: 580px;
}
.section-below-hero .wysiwyg-content{
    max-width: 680px;
}
.section-below-hero .below-hero-img-assets{
    position: absolute;
    top: 100px;
    right: -20px;
    width: 220px;
}

/* <!-- 3. Fractional Outside Counsel --> */
.section-outside-counsel .wrapper.wrap{
    max-width: 720px;
}
.section-outside-counsel .outside-counsel-img-asset{
    left: 0;
    top: 0;
    transform: scaleX(-1)
}
.section-outside-counsel .outside-counsel-img-asset-bottom{
    right: 0;
    bottom: 0;
    transform: scaleY(-1)
}

/* <!-- 4. Fractional Cover Section --> */
.section-cover .cover-content-top{
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}
.section-cover .cards-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}
.section-cover .cards-grid .card-item{
    position: relative;
    overflow: hidden;
}
.section-cover .cards-grid .card-item .card-banner{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-cover .cards-grid .card-item .card-content{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px;
}
.section-cover .cards-grid .card-item .card-content .card-content-top{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: start;
    column-gap: 10px;
}
.section-cover .cards-grid .card-item .card-content .card-content-top img{
    width: 75px;
}
.section-cover .cards-grid .card-item .card-content{
    background-color: rgba(0, 0, 0, 0.75);
}

/* <!-- 5. Fractional Legal Team & Growing Companies --> */
.section-legal .lt-image{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
}
.section-legal .legal-content, .section-growing .growing-content{
    width: 55%;
}

.section-growing .gc-image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
}
.section-growing .growing-content{
    margin-left: auto;
}

/* <!-- 6. Fractional Level of Support --> */
.section-support-levels .pricing-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}
.section-support-levels .pricing-grid .pricing-card{
    background-color: var(--blue);
    padding: 30px;
}
.section-support-levels .pricing-grid .pricing-card:nth-child(2){
    background-color: var(--purple);
}
.section-support-levels .pricing-grid .pricing-card:nth-child(3){
    background-color: var(--green);
}

/* <!-- 7. Monthly Included & Not Included --> */
.section-included .wrapper.wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 60px;
}
.section-included .wrapper.wrap .included-content{
    width: 55%;
}
.section-included .wrapper.wrap .included-image{
    width: 45%;
    display: flex;
}
.section-not-included .not-included-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
}

/* <!-- 8. Fractional Handle & Capacity --> */
.section-handle .wrapper.wrap{
    max-width: 720px;
}
.section-capacity .capacity-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}
.section-handle .handle-img-asset-bottom{
    bottom: 0;
    left: 0;
    transform: scale(-1);
}

/* <!-- 9. Three-Month Starting Point --> */
.three-month{
    padding: 60px;
}
.three-month .wysiwyg-content{
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

/* <!-- 10. It IS & It is NOT Section (Layout Teal & Red Boxes) --> */
.section-is-isnot .is-isnot-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}
.section-is-isnot .is-isnot-grid .box{
    padding: 40px;
}

/* <!-- 11. Why Fractional --> */
.section-why-fractional .wf-content{
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}
.section-why-fractional .wf-content .why-card{
    border-bottom: 2px solid var(--green);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.section-why-fractional .wf-content .why-card:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.section-why-fractional .why-img-asset-top{
    top: 0;
    left: 0;
    transform: scaleX(-1);
}
.section-why-fractional .why-img-asset-bottom{
    bottom: 0;
    right: 0;
    transform: scaleY(-1);
}

/* <!-- 12. Work With UC --> */
.section-work-with-uc .uc-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 60px;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}
.section-work-with-uc .uc-grid .uc-card{
    background-color: var(--blue);
    padding: 40px;
}
.section-work-with-uc .uc-grid .uc-card:nth-child(2){
    background-color: var(--red);
}

/* <!-- 13. Fractional Right for You --> */
.section-right-for-you{
    position: relative;
    overflow: hidden;
}
.section-right-for-you img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 45%;
    height: 100%;
}
.section-right-for-you .rfy-content{
    width: 50%;
    margin-left: auto;
}

/* <!-- 14. Final CTA Section --> */
.section-final-cta .final-cta-content{
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width:991px){
    /* Spacing */
    .pt-section{
        padding-top: 90px;
    }
    .pb-section{
        padding-bottom: 90px;
    }
    .mb-10{
        margin-bottom: 8px;
    }
    .mb-20{
        margin-bottom: 15px;
    }
    .mb-30{
        margin-bottom: 25px;
    }
    .mb-40{
        margin-bottom: 35px;
    }
    .mb-50{
        margin-bottom: 40px;
    }
    .mb-60{
        margin-bottom: 50px;
    }

    /* Img Assets */
    .corner-img{
        position: absolute;
        width: 75px;
    }

    /* <!-- 1. Fractional Hero Section --> */
    .page-template-page-fractional #header{
        position: absolute;
        top: 52px;
        width: 100%;
    }
    .hero-inner{
        margin-top: 0;
        padding-top: 180px;
        padding-bottom: 20px;
    }
    .hero-content{
        text-align: center;
    }

    /* <!-- 2. Fractional Below Hero --> */
    .section-below-hero .below-hero-img-assets{
        top: 80px;
        width: 150px;
    }

    /* <!-- 4. Fractional Cover Section --> */
    .section-cover .cards-grid{
        gap: 30px;
    }
    .section-cover .cards-grid .card-item .card-content{
        padding: 30px;
    }
    .section-cover .cards-grid .card-item .card-content .card-content-top img{
        width: 60px;
    }

    /* <!-- 6. Fractional Level of Support --> */
    .section-support-levels .pricing-grid{
        gap: 20px;
    }
    .section-support-levels .pricing-grid .pricing-card{
        padding: 25px;
    }

    /* <!-- 7. Monthly Included & Not Included --> */
    .section-included .wrapper.wrap{
        column-gap: 40px;
    }
    .section-not-included .not-included-list{
        gap: 40px;
    }

    /* <!-- 8. Fractional Handle & Capacity --> */
    .section-capacity .capacity-grid{
        gap: 30px;
    }

    /* <!-- 9. Three-Month Starting Point --> */
    .three-month{
        padding: 40px;
    }

    /* <!-- 10. It IS & It is NOT Section (Layout Teal & Red Boxes) --> */
    .section-is-isnot .is-isnot-grid{
        gap: 40px;
    }
    .section-is-isnot .is-isnot-grid .box{
        padding: 30px;
    }

    /* <!-- 11. Why Fractional --> */
    .section-why-fractional .wf-content .why-card{
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .section-why-fractional .wf-content .why-card:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    /* <!-- 12. Work With UC --> */
    .section-work-with-uc .uc-grid{
        gap: 40px;
    }
    .section-work-with-uc .uc-grid .uc-card{
        padding: 30px;
    }
}

@media(max-width:768px){
    /* Spacing */
    .pt-section{
        padding-top: 70px;
    }
    .pb-section{
        padding-bottom: 70px;
    }
    .mb-10{
        margin-bottom: 5px;
    }
    .mb-20{
        margin-bottom: 10px;
    }
    .mb-30{
        margin-bottom: 20px;
    }
    .mb-40{
        margin-bottom: 25px;
    }
    .mb-50{
        margin-bottom: 30px;
    }
    .mb-60{
        margin-bottom: 40px;
    }

    /* Img Assets */
    .corner-img{
        position: absolute;
        width: 60px;
    }

    /* <!-- 2. Fractional Below Hero --> */
    .section-below-hero .below-hero-img-assets{
        top: 40px;
        width: 80px;
    }

    /* <!-- 4. Fractional Cover Section --> */
    .section-cover .cards-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
    .section-cover .cards-grid .card-item .card-content{
        padding: 25px;
    }
    .section-cover .cards-grid .card-item .card-content .card-content-top img{
        width: 40px;
    }

    /* <!-- 5. Fractional Legal Team & Growing Companies --> */
    .section-legal .lt-image{
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 25px;
    }
    .section-legal .legal-content, .section-growing .growing-content{
        width: 100%;
    }

    .section-growing .gc-image{
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 25px;
    }

    /* <!-- 6. Fractional Level of Support --> */
    .section-support-levels .pricing-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 25px;
    }
    .section-support-levels .pricing-grid .pricing-card{
        padding: 25px;
    }

    /* <!-- 7. Monthly Included & Not Included --> */
    .section-included .wrapper.wrap{
        flex-direction: column;
        flex-wrap: nowrap;
        row-gap: 30px;
    }
    .section-included .wrapper.wrap .included-content{
        width: 100%;
    }
    .section-included .wrapper.wrap .included-image{
        width: 100%;
        display: flex;
    }
    .section-not-included .not-included-list{
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }

    /* <!-- 8. Fractional Handle & Capacity --> */
    .section-capacity .capacity-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }

    /* <!-- 9. Three-Month Starting Point --> */
    .three-month{
        padding: 30px;
    }

    /* <!-- 10. It IS & It is NOT Section (Layout Teal & Red Boxes) --> */
    .section-is-isnot .is-isnot-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
    .section-is-isnot .is-isnot-grid .box{
        padding: 25px;
    }

    /* <!-- 11. Why Fractional --> */
    .section-why-fractional .wf-content .why-card{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .section-why-fractional .wf-content .why-card:last-child{
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    /* <!-- 12. Work With UC --> */
    .section-work-with-uc .uc-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 30px;
    }
    .section-work-with-uc .uc-grid .uc-card{
        padding: 30px;
    }

    /* <!-- 13. Fractional Right for You --> */
    .section-right-for-you{
        padding-top: 70px;
    }
    .section-right-for-you img{
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .section-right-for-you .wrapper.wrap.pt-section.pb-section{
        padding-top: 40px;
    }
    .section-right-for-you .rfy-content{
        width: 100%;
    }
}