/*
This stylesheet should be used to define custom generic styles outside of the Site Branding
Any partial views created which need styling should have their own stylesheet created for
styles which are only relevant for that module.
*/

body {
    /*overflow-x: hidden;*/
}

img {
    display: inline-block;
}

#Notification.position-sticky {
    top: 0px;
    z-index: 10001;
}

.nav-fixtop {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.nav-fixtop .dropdown-menu {
    /*background: rgba(0,0,0,0)!important;*/
    border:none;
}

    /*.nav-fixtop .dropdown-menu .dropdown-item:hover {
        background: rgba(0,0,0,0)!important;
    }*/


.partner-list:before,
.partner-list:after {
    content: " ";
    display: table;
}

.partner-list {
    margin: 0 -.625rem;
    padding: 0;
}

    .partner-list .partner-box {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 0 .625rem 1.25rem;
        width: 49%;
        list-style: none;
    }

    address .header5 {
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }

.contactusform .umbraco-forms-container {
    padding: 0;
}

.contactusform label {
    margin: .5rem 0 0;
}

#BlogContent .container {
    width: 100%;
    padding: 0;
    margin: 0;
}

.client-box h6 {
    font-size: 1.2rem;
}

.grid {
    display: grid;
    gap: 1rem;
}

.block-full-width,
.block-content-width {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

@media (min-width: 40rem) {
    .partner-list .partner-box {
        width: 25%;
    }

    .grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(min-width: 48rem) {
    .partner-list .partner-box {
        width: 16%;
    }

    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 64rem) {
    .partner-list .partner-box {
        width: 12.5%;
    }
}

@media(min-width: 90rem) {
    .partner-list .partner-box {
        width: 10%;
    }

    .grid-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    .offset-xl-45 {
        margin-left: 37.5%;
    }
}

.partner-list:after {
    clear: both;
}

    .partner-box img {
        border: 1px solid #ECECEC;
        padding: 10px;
        border-radius: 0.375rem;
        background-color: #FFF;
    }

#ClientSpotlight h3 {
    margin-bottom: 1.25em;
}

#PartnerSpotlight {
    background-color: #EFEFEF;
    /*padding: 30px 0;*/
}

    #PartnerSpotlight .partner-box img {
        background-color: #FFF;
    }

.module {
    padding-bottom: 50px;
}

.module-inner {
    padding: 10px;
}

.module-inner-lg {
    padding: 20px;
}

.module-inner-large {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

#navbarNav li > a {
    text-transform: uppercase;
    padding: 0.5rem 1rem;
    font-weight: 700;
    font-size: 1rem;
}

#navbarNav #ContactButton {
    margin: 8px 0 8px 8px;
    min-width: 160px;
}

.nav-alt {
    padding: 0;
}

    .nav-alt #navbarNav {
        padding: .3125rem 15px .3125rem 0;
    }

#CompanySpotlight {
    /*min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 20%;
    box-shadow: 4px 4px 8px 2px #000;
    margin: 0 -15px 50px;*/
    padding: 0;
}
    #CompanySpotlight .row {
        /*max-width: 75rem;
        margin: 0 auto;
        width: 100%;*/
        position: relative;
        z-index: 1;
    }

.company-spotlight-split, .company-spotlight-split .divider:before {
    background-color: #D3203D;
}

.company-spotlight-split {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .company-spotlight-split .divider {
        position: relative;
    }

    .cs-image {
        background-repeat: no-repeat;
        background-position: 50% 0%;
        background-size: cover;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        z-index: 0;
    }

    @media (min-width: 1025px) {
        .company-spotlight-split .divider {
            width: 50%;
        }

            .company-spotlight-split .divider:before {
                content: "";
                display: block;
                position: absolute;
                border-right: .9375rem solid #fff;
                border-bottom: .9375rem solid #fff;
                height: 400%;
                width: 100%;
                border-top-right-radius: 100%;
                border-bottom-right-radius: 100%;
                top: -225%;
                right: -7.8125rem;
            }
    }

    @media (min-width:641px) and (max-width: 1024px) {
        .company-spotlight-split .divider {
            width: 100%;
        }

            .company-spotlight-split .divider:before {
                content: "";
                display: block;
                position: absolute;
                border-right: .9375rem solid #fff;
                border-bottom: .9375rem solid #fff;
                width: 400%;
                height: 100%;
                border-top-right-radius: 100%;
                border-bottom-right-radius: 100%;
                right: -100%;
                top: initial;
                bottom: -3.125rem;
            }

        .cs-image {
            position: static;
            height: 28.125rem;
            width: 100%;
            background-position: 50% 0;
        }
    }

@media (max-width: 640px) {
    .company-spotlight-split .divider {
        width: 100%;
    }

    .company-spotlight-split .divider {
        border-bottom: .9375rem solid #FFF;
    }

    .cs-image {
        position: static;
        height: 28.125rem;
        width: 100%;
        background-position: 50% 0;
    }
}

    .company-spotlight-content {
        position: relative;
        z-index: 3;
        padding-left: 5rem;
    }

    .company-spotlight-content p {
        font-size: 1.2rem;
    }

    .company-spotlight-split .divider.module-inner {
        padding: 2.5rem .9375rem;
    }

    .company-spotlight-content h3, .company-spotlight-content p {
        color: #fff;
    }

    .module h2,
    #PartnerSpotlight h2 {
        margin: 1.875rem 0;
        font-weight: 700;
    }

    #CompanySpotlight .cSpotContent {
        margin-top: 10%;
        margin-bottom: 10%;
        background: rgba(0,0,0,0.5);
        color: #FFF;
        border-radius: 5px;
        box-shadow: 4px 4px 8px 2px #000;
    }

.recentBlogs .main-heading h2,
.recentBlogs .main-heading p {
    margin: 1.875rem 0 0;
}

.recentBlogs .blogItem,
#RecentBlogs .blogItem {
    height: 100%;
}

    .recentBlogs .blogItem .card-body,
    #RecentBlogs .blogItem .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .recentBlogs .blogItem h5,
    .recentBlogs .blogItem p,
    #RecentBlogs .blogItem h5,
    #RecentBlogs .blogItem p {
        text-align: left;
    }

        .recentBlogs .blogItem h5 a,
        #RecentBlogs .blogItem h5 a{
            color: #212529;
        }

    .recentBlogs .blogItem .publishedDate,
    #RecentBlogs .blogItem .publishedDate {
        /*margin-bottom: 1rem;*/
        text-transform: uppercase;
    }

    .recentBlogs .blogItem .publishedDate p,
    #RecentBlogs .blogItem .publishedDate p {
        margin: 0;
    }

    /*.recentBlogs .blogItem .card-img-top,
    #RecentBlogs .blogItem .card-img-top {
        height: 283px;
    }*/

        .footer-top.module-inner { 
            padding: 1.875rem 0;
        }

    .footer-top .footerLinks {
        list-style: none;
        padding-left: 0;
    }

    .footer-bottom .socialLinks a {
        width: 37px;
        height: 37px;
    }

        .footer-bottom .socialLinks a:hover {
            text-decoration: none;
        }

    .carousel.text .carousel-indicators {
        position: relative;
    }

        .carousel.text .carousel-indicators li {
            background-color: #343a40;
        }

        .carousel.text .carousel-indicators .active {
            background-color: #d3203d;
        }

    #CallToAction {
        background-color: #6A9E9B;
    }

        #CallToAction p {
            color: #000;
        }

        #CallToAction a {
            font-weight: bold;
            color: #000;
        }

            #CallToAction a:hover {
                font-weight: bold;
                text-decoration: none;
                color: #D3203D;
            }

    #Testimonials h2 {
        color: #D3203D;
        font-weight: 500;
        font-family: 'Avenir LT Std',sans-serif;
    }

    #Testimonials h3 {
        font-weight: 500;
        font-family: 'Avenir LT Std',sans-serif;
        font-size: 1.5rem;
    }

    .hidden {
        display: none;
    }

    .checkboxlist label {
        margin-right: 10px;
    }

    /* #region Price Plans */
    .pricePlans {
        /*display: inline-flex;*/
        align-items: flex-end;
        font-family: 'Avenir LT Std',sans-serif;
    }

        .pricePlans .card {
            box-shadow: 4px 4px 8px 2px rgba(0,0,0,0.55);
        }

        .pricePlans .card-body {
            padding: 25px 15px;
        }

        .pricePlans .popular {
            font-size: 16px;
            color: red;
            font-weight: 700;
        }

        .pricePlans h3.planType {
            font-size: 18px;
            padding: 8px;
            border-radius: 0.9em;
            width: 45%;
            margin: 0 auto;
            color: #FFF;
            font-weight: 700;
        }

        .pricePlans p,
        .pricePlans li {
            font-size: 14px;
        }

            .pricePlans p.summary {
                max-width: 229px;
                margin: 0 auto 8px;
            }

        .pricePlans .planIncludes {
            max-height: 200px;
            overflow-y: scroll;
        }

            .pricePlans .planIncludes ul {
                list-style: none;
            }

                .pricePlans .planIncludes ul li::before {
                    content: "\2022";
                    display: inline-block;
                    width: 1em;
                    margin-left: -1em;
                }

        .pricePlans .prices {
            display: inline-flex;
            width: 100%;
            -ms-align-items: flex-end;
            align-items: flex-end;
            margin-top: 7px;
        }

            .pricePlans .prices .initialPrice {
                width: 58%;
            }

            .pricePlans .prices .price {
                font-size: 30px;
                line-height: 30px;
                margin-bottom: 0;
            }

            .pricePlans .prices .rollingPrices {
                width: 42%;
            }

        .pricePlans .button {
            position: absolute;
            bottom: -25px;
            left: 0;
            right: 0;
            text-align: center;
        }

            .pricePlans .button .btn-rounded {
                border-radius: 20px;
                color: #FFF;
                padding: 10px 30px;
            }


    .priceplanrequest input,
    .priceplanrequest textarea {
        margin-bottom: 5px;
    }

    @media (min-width: 90.0625rem) {
        .col-xxl-10 {
            max-width: 83.333333%;
        }

        .col-xxl-8 {
            -ms-flex: 0 0 66.666666%;
            flex: 0 0 66.666666%;
            max-width: 66.66%;
        }

        .col-xxl-6 { 
            max-width: 50%;
        }

        .col-xxl-4 {
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }

        .offset-xxl-1 {
            margin-left: 8.333333%;
        }

        .offset-xxl-2 {
            margin-left: 16.66%;
        }

        .offset-xxl-3 {
            margin-left: 25%;
        }
    }
/* #endregion Price Plans*/
.field-validation-error {
    color: #dc3545 !important;
}

    .sitemap {
        font-family: "AvenirLTStd", sans-serif;
    }

        .sitemap h1 {
            color: #D3203D;
            font-size: 4em;
            font-weight: 500;
        }

        .sitemap .nav-link {
            font-size: 18px;
        }

        .sitemap .level-2 .nav-link {
            background: #e9e9e9;
            padding-left: 32px;
        }

        .sitemap .level-3 .nav-link {
            background: #f1f1f1;
            padding-left: 64px;
        }

        .sitemap .level-4 .nav-link {
            background: #FFF;
            padding-left: 96px;
        }

    .listerHead a:hover {
        background: #e9e9e9;
    }

    .listerHead h3 {
        background: #D3203D;
        color: #FFF;
        padding: 5px;
        margin-bottom: 0;
    }

#WorkItem .testimonial-container,
#WorkItemList .testimonial-container {
    background-color: #D3203D;
    color: #FFF;
}

    #WorkItem .testimonial-container .testimonial,
    #WorkItemList .testimonial-container .testimonial {
        padding: 40px 100px;
    }

    #WorkItem .feature-box {
        border: 2px solid #D3203D;
        height: 100%;
        min-height: 167px;
    }

    /* #region Media Queries */
    @media (max-width: 1024px) {
        #RecentBlogs .blogItem .card-img-top {
            height: 200px;
        }
    }

    @media (max-width: 991px) {
        .navbar div:first-child {
            width: 100%;
            flex-direction: row;
            justify-content: space-between;
        }

        #navbarNav {
            background-color: #343A40;
            text-align: unset !important;
        }
    }

    @media (max-width: 768px) {
        #RecentBlogs .blogItem .card-img-top {
            height: 225px;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        #OtherStudies .case-study:nth-child(3) {
            margin-left: 25%;
        }
    }
    /* #endregion Media Queries */

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-none {
    float: none;
}

address i {
    margin-right: 8px;
}

@media (min-width: 1200px) {
    .f-xl-left {
        float: left;
    }

    .f-xl-right {
        float: right;
    }

    .f-xl-none {
        float: none;
    }
}

.contactusform {
    margin-bottom: 1rem;
}

.linkbox-content {
    height: 214px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#CTABanner .background {
    position: relative;
    height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: -1414px;
}

@media screen and (min-width: 375px) {
    #CTABanner .background {
        height: 430px;
        background-position-x: -297px;
    }
}

@media screen and (min-width: 425px) {
    #CTABanner .background {
        background-position-x: -1585px;
    }
}

@media screen and (min-width: 768px) {
    #CTABanner .background {
        height: 302px;
        background-position-x: -761px;
    }
}

@media screen and (min-width: 1024px) {
    #CTABanner .background {
        height: calc(100vh * 0.3235);
        background-position-x: -236px;
    }
}

@media screen and (min-width: 1200px) {
    #CTABanner .background {
        background-position-x: 0px;
    }
}

#CTABanner .background .cta-content {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 1300px) {
    .block-content-width {
        max-width: 1300px;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .company-spotlight-split .divider.module-inner {
        padding: 2.5rem 6.427rem;
    }
}

@media (min-width: 1850px) {
    .company-spotlight-split .divider.module-inner {
        padding: 2.5rem 9rem;
    }
}

/* SERP Page Accordion Styling */
#SERPAccordion .card-header {
    background-color: #FFF;
    padding: 0.75rem 0;
    border-bottom-color: #D3203D;
}

    #SERPAccordion .card-header:first-child,
    #SERPAccordion .card-header:last-child {
        border-radius: 0;
    }

#SERPAccordion .card-header h3 button {
    color: #D3203D;
}
/* End SERP Page Accordion Styling */