.container-max{
    max-width: 1800px !important;
}
.signupsection {
    padding-bottom: 0 !important;
}
.salespreview > span {
    font-size: 1.1rem;
    padding-top: 1rem;
}
.text-basic{
    font-size: 1.2rem;
}
.text-basic > p{
    line-height: 1.5;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: black;
    background-color: #fdb913;
}
.fa-navbutton {
    color: #3d1a6f;
    font-size: 1.75em;
}

.navmenu-extra {
    display: none;
}

.navicon {
    display: none;
}

.navmenu-extra-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    padding-left: 1.5rem;
}

@media (min-width: 993px) {
    .dropdown-double {
        min-width: 800px;
    }
    .dropdown-single {
        min-width: 500px;
    }
    .navmenu-extra {
        display: inline;
    }

    .navicon {
        display: inline;
    }

    .navheavy {
        font-size:1.1em;
    }
}

@media (min-width: 1100px) {
    .dropdown-double {
        min-width: 900px;
    }
}

@media (min-width: 1400px) {
    .dropdown-double {
        min-width: 1000px;
    }
}

.btn-sm {
    padding: .25rem .4rem !important;
    font-size: .875rem !important;
    line-height: .5 !important;
    border-radius: .2rem !important;
}

    .pophome-image {
        width: 100%; /* Adjust width as needed */
        max-width: 300px;
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for effects */
        border: 1px solid #fdb913;
        box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
        cursor: pointer;
    }

        .pophome-image:hover {
               transform: scale(1.05);
        }

    .fa-duotone {
        max-width: 60px;
    }

.video-responsive {
    position: relative;
    padding-top: 56.2%;
    height: 0;
    overflow: hidden;
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
    margin: 0 auto; /* Center the video container */
    max-width: 100%;
}

        .video-responsive iframe {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            position: absolute;
        }

    .bhvideo-responsive {
        position: relative;
        padding-top: 35.6%; /* 550/1544 = 0.356, keeping the aspect ratio */
        height: 0;
        overflow: hidden;
        border: 1px solid #fdb913;
        box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
        margin: 0 auto; /* Center the video container */
        max-width: 100%;
    }

        .bhvideo-responsive iframe {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
        }


.yt-video-responsive {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
    margin: 0 auto; /* Center the video container */
    max-width: 100%;
}

    .yt-video-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        text-transform: none !important;
        font-size: 1.2rem !important;
        font-weight: 400 !important;
    }

    @media (min-width: 1553px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: .8rem;
            padding-left: .8rem;
            text-transform: none !important;
            font-size: 1.3rem !important;
        }
    }

    @media (min-width: 1900px) {
        .navbar-expand-lg .navbar-nav .nav-link {
            padding-right: 2rem;
            padding-left: 2rem;
        }
    }
    /* MediaCast Shared CSS*/
    .mediacastbackground {
        background: #3d1a6f;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d1a6f), color-stop(100%,#170a29 ));
        background: -webkit-linear-gradient(top, #3d1a6f 0%, #170a29 100%);
        background: -moz-linear-gradient(top, #3d1a6f 0%, #170a29 100%);
        background: -ms-linear-gradient(top, #3d1a6f 0%, #170a29 100%);
        background: -o-linear-gradient(top, #3d1a6f 0%, #170a29 100%);
        background: linear-gradient(to bottom, #3d1a6f 0%, #170a29 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1a6f', endColorstr='#170a29',GradientType=0 );
        background-attachment: fixed;
    }

    .mediacastfooter, mediacastfooter a {
        font-size: 16px;
        color: rgba(34,34,34,0.65);
        letter-spacing: 0.4px;
        line-height: 1.8em;
        text-align: left;
    }

        mediacastfooter a:hover {
            text-decoration: none;
        }

    hr {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(253, 185, 19), rgb(237, 23, 76), rgba(125,29,97))
    }

    .btn-rnd {
        font-weight: 300;
        font-size: 1.1em;
        text-align: center;
        border-radius: 12px;
    }

    .btn-rnd-lg {
        border-radius: 50%;
        height: 150px;
        width: 150px;
        padding-top: 55px;
        padding-left: 5px;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }

    .btn-rnd-md {
        border-radius: 50%;
        height: 100px;
        width: 100px;
        padding-top: 35px;
        padding-left: 5px;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
    }

    .btn-rnd-sm {
        border-radius: 50%;
        height: 50px;
        width: 50px;
        padding-top: 30px;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
    }
    /* Hover state - trigger effect */

    .btn-rnd:hover,
    .btn-rnd-md:hover,
    .btn-rnd-lg:hover {
        opacity: .8;
        top: -30%;
        left: -30%;
        color: white;
    }

    .btn-mcyellow {
        color: #ffffff;
        background-color: #fdb913;
        border-color: #fdb913;
    }

    .btn-mcred {
        color: #ffffff;
        background-color: #ed174c;
        border-color: #ed174c;
    }

    .btn-mcpurple {
        color: #ffffff;
        background-color: #7d1d61;
        border-color: #7d1d61;
    }

    .btn-mcyellow:hover,
    btn-mcred:hover,
    btn-mcpurple:hover {
        opacity: .8;
    }

    .bubblepad {
        padding-bottom: 50px;
    }

    .yellow {
        color: #fdb913 !important;
    }

    .red {
        color: #ed174c !important;
    }

    .grey {
        color: #ccc !important;
    }

    .green {
        color: #32a852 !important;
    }

    .purple {
        color: #3d1a6f !important;
    }

    .lightpurple {
        color: #7d1d61 !important;
    }

    .darkerpurple {
        color: #3d1a6f !important;
    }

    .white {
        color: #ffffff !important;
    }

    .bg-yellow {
        background-color: #fdb913;
    }

    .bg-yellow-opacity {
        background: rgba(253,185,19, 0.6);
    }

    .bg-red {
        background-color: #ed174c;
    }

    .bg-purple {
        background-color: #7d1d61;
    }

    .bg-darkpurple {
        background-color: #3d1a6f;
    }

    .rndbtn-clear-purple {
        color: #3d1a6f;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #3d1a6f;
        border-radius: 50px;
        font-weight: 500;
        width: 95% !important;
        text-align: center;
        overflow: hidden;
        background-color: transparent;
    }

        .rndbtn-clear-purple:hover {
            background-color: #3d1a6f;
            color: #fff;
            text-decoration: none;
        }

        .rndbtn-clear-purple:focus {
            outline: none;
        }

        .rndbtn-clear-purple:active {
            outline: none;
        }

    .rndbtn-clear-red {
        color: #ed174c;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #ed174c;
        border-radius: 50px;
        font-weight: 500;
        width: 95% !important;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

        .rndbtn-clear-red:hover {
            background-color: #ed174c;
            color: #fff;
            text-decoration: none;
        }

        .rndbtn-clear-red:focus {
            outline: none;
        }

        .rndbtn-clear-red:active {
            outline: none;
        }


    .logonbtn {
        color: #ed174c;
        border: 2px solid #ed174c;
        border-radius: 50px;
        font-weight: 500;
        width: 100% !important;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

        .logonbtn:hover {
            background-color: #ed174c;
            color: #fff;
            text-decoration: none;
        }

        .logonbtn:focus {
            outline: none;
        }

        .logonbtn:active {
            outline: none;
        }

    .btn-workrnd {
        color: white;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #fff;
        border-radius: 50px;
        font-weight: 500;
        width: 90% !important;
        overflow: hidden;
        text-align: center;
    }

    .rndbtn-clear-yellow:focus {
        outline: none;
    }

    .rndbtn-clear-yellow:active {
        outline: none;
    }

    .rndbtn-clear-yellow {
        color: #fdb913;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #fdb913;
        border-radius: 50px;
        font-weight: 500;
        width: 90% !important;
        text-align: center;
        background-color: transparent;
        overflow: hidden;
    }

        .rndbtn-clear-yellow:hover {
            background-color: #fdb913;
            color: #3d1a6f;
            text-decoration: none;
        }

        .rndbtn-clear-yellow:focus {
            outline: none;
        }

        .rndbtn-clear-yellow:active {
            outline: none;
        }

    .btn-bh {
        color: white;
        padding: 7px 18px;
        border: 2px solid #fdb913;
        border-radius: 50px;
        font-weight: 500;
        overflow: hidden;
        text-align: center;
        background-color: #fdb913;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .btn-bh:hover {
            background-color: #fdb913;
            color: #fff;
            text-decoration: none;
            opacity: 0.8
        }

        .btn-bh:focus {
            outline: none;
        }


.rndbtn-filled-red {
    color: white;
    padding: 10px 15px;
    margin-left: 10px;
    border: 2px solid #ed174c;
    border-radius: 50px;
    font-weight: 500;
    width: 90% !important;
    text-align: center;
    background-color: #ed174c;
    overflow: hidden;
    /* width: 120px !important;*/
    margin-bottom: 40px;
}

        .rndbtn-filled-red:hover {
            background-color: #ed174c;
            color: #fff;
            text-decoration: none;
            opacity: 0.8
        }

        .rndbtn-filled-red:focus {
            outline: none;
        }

        .rndbtn-filled-red:active {
            outline: none;
        }

    .rndbtn-filled-purple {
        color: white;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #7d1d61;
        border-radius: 50px;
        font-weight: 500;
        width: 90% !important;
        text-align: center;
        background-color: #7d1d61;
        overflow: hidden;
        /*   width: 120px !important;*/
        margin-bottom: 40px;
    }

        .rndbtn-filled-purple:hover {
            background-color: #7d1d61;
            color: #fff;
            text-decoration: none;
            opacity: 0.8
        }

        .rndbtn-filled-purple:focus {
            outline: none;
        }

        .rndbtn-filled-purple:active {
            outline: none;
        }


    .rndbtn-filled-darkpurple {
        color: white;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #3d1a6f;
        border-radius: 50px;
        font-weight: 500;
        width: 90% !important;
        text-align: center;
        background-color: #3d1a6f;
        overflow: hidden;
        width: 120px !important;
        margin-bottom: 40px;
    }

        .rndbtn-filled-darkpurple:hover {
            background-color: #3d1a6f;
            color: #fff;
            text-decoration: none;
            opacity: 0.8
        }

        .rndbtn-filled-darkpurple:focus {
            outline: none;
        }

        .rndbtn-filled-darkpurple:active {
            outline: none;
        }


    .widebtn {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .btn-wd {
        width: 220px !important;
    }

    .btn-workrnd {
        color: white;
        padding: 10px 15px;
        margin-left: 10px;
        border: 2px solid #fff;
        border-radius: 50px;
        font-weight: 500;
        width: 300px !important;
        text-align: center;
    }

        .btn-workrnd:hover {
            text-decoration: none;
            color: white;
            opacity: 0.9;
        }

    .btn-workrnd-noborder {
        border: 0px;
    }



    .yellow .image_hover {
        background-color: #fdb913 !important
    }

    .pink .image_hover {
        background-color: #ed174c !important
    }

    .red .image_hover {
        background-color: #ed174c !important
    }

    .purple .image_hover {
        background-color: #7d1d61 !important
    }

    .darkpurple .image_hover {
        background-color: #3d1a6f !important
    }

    .maintext h2 {
        font-weight: 500;
        font-size: 60px;
        line-height: 1.2em;
    }

    .promotext {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.2em;
    }

    .countertext {
        font-weight: 700;
        font-size: 1em;
        color: #3d1a6f;
    }

    .smallplaybtn {
        position: absolute;
        top: 45%;
        left: 0%;
    }

    .login-wrap {
        overflow: hidden;
        position: relative;
        left: 2%;
        width: 95%;
        top: 20%;
    }

    .login-bg {
        opacity: 0.8;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #ccc;
    }

    .login-content {
        position: relative;
    }



    .commstoolloginpanel {
        background-image: url('../images/broadcast-image.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .commstoolloginpanelcreds {
        left: 5%;
        width: 90%;
        top: 20%;
        background-color: #ccc;
        opacity: 0.9;
        position: absolute;
    }

    .workitemlogos {
        max-width: 150px;
        height: 150px;
        padding: 9px 5px 9px 5px;
    }

    .heavytext {
        font-weight: 400;
        font-size: 20px;
    }

    @media all and (max-width: 990px) {
        /*fix login page to hide extra panel*/
        .commstoolpanel {
            display: none;
        }

        .commstoolloginpanel {
            position: absolute;
            top: 0;
        }

        .bg-darkpurple {
            padding-top: 0px;
        }

        .mobile-hidden {
            display: none;
        }
    }

    .ServiceText p, .ServiceText p span, .ServiceText ul li, .ServiceText ul li span {
        font-family: 'Rubik', sans-serif !important;
        padding-top: 1.2em;
        font-weight: 400 !important;
        font-size: 1.3rem !important;
        line-height: 1.3em !important;
    }
        .ServiceText strong {
            font-family: 'Rubik', sans-serif !important;
            padding-top: 1.2em;
            font-size: 1.3rem !important;
            line-height: 1.3em !important;
        }

    .ServiceText h2 {
        margin-bottom: 0.5rem;
        font-family: 'Rubik', sans-serif;
        font-weight: 500;
        line-height: 1.2;
        margin-top: 0;
        font-size: 2rem !important;
    }

        .ServiceText h2 span strong {
            margin-bottom: 0.5rem;
            font-family: 'Rubik', sans-serif;
            font-weight: 500;
            line-height: 1.2;
            margin-top: 0;
            font-size: 2rem !important;
        }



    .CTtext {
        font-weight: 400 !important;
        font-size: 1.2rem !important;
    }

        .CTtext p {
            font-weight: 400 !important;
            font-size: 1.2rem !important;
        }

        .CTtext ul li {
            font-weight: 400 !important;
            font-size: 1.2rem !important;
        }

        .CTtext p span {
            font-weight: 400 !important;
            font-size: 1.2rem !important;
        }

    .CTtext2 {
        font-weight: 400;
        font-size: 2em;
        line-height: 2.2rem;
    }

    .CTtext3 {
        font-weight: 600;
        font-size: 4em;
        line-height: 1.25rem;
    }

    .CTtext4 {
        font-weight: 600;
        font-size: 2.5em;
        line-height: 1.25rem;
    }

    @media all and (min-width: 1000px) {
        .CTtext {
            font-weight: 400 !important;
            font-size: 1.2rem !important;
        }

            .CTtext p {
                font-weight: 400 !important;
                font-size: 1.2rem !important;
            }

                .CTtext p span {
                    font-weight: 400 !important;
                    font-size: 1.5rem !important;
                    line-height: 1.6em !important;
                }

        .CTtext2 {
            font-weight: 400;
            font-size: 2rem;
            line-height: 2.2em;
        }
    }

    @media all and (max-width: 600px) {
        .CTtext3 {
            font-weight: 600;
            font-size: 3rem;
            line-height: 1em;
        }

        .CTtext4 {
            font-weight: 600;
            font-size: 2rem;
            line-height: 1em;
        }
    }

    @media all and (max-width: 1200px) {
        .promoiconstable {
            padding-bottom: 4em !important;
        }
    }
    /*Hover effect for Nav Bar --- MOBILE */
    @media all and (max-width: 575px) {





        .promoiconstable {
            padding-bottom: 2em !important;
        }



        .mobiletext-left {
            text-align: left !important;
        }

        .mobiletext-center {
            text-align: center !important;
        }
    }

    @media all and (max-width: 1011px) {



        .dropdown-menu {
            border: 1px solid #fdb913;
        }

        .countertext {
            font-weight: 700;
            font-size: 2em;
            color: #3d1a6f;
        }

        .dropdown-menu {
            background-color: black;
        }

        .dropdown-item {
            color: white;
            background-color: black;
            text-align: left;
        }

            .dropdown-item:hover, .dropdown-item:focus {
                color: #fdb931 !important;
                background-color: black !important;
            }

        .smallpadding {
            padding-left: 20%;
        }

        .smallplaybtn {
            left: 20%;
        }

        h1, .h1 {
            font-size: 3em !important;
            line-height: normal !important;
        }

        h2, .h2 {
            font-size: 1.8rem;
        }

        h3, .h3 {
            font-size: 1.5rem;
        }

        h4, .h4 {
            font-size: 1.3rem;
        }

        h5, .h5 {
            font-size: 1.25rem;
        }

        h6, .h6 {
            font-size: 1rem;
        }
    }

    .mcbackgroundgradient {
        background: #3d1a6f !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d1a6f), color-stop(100%,#170a29 )) !important;
        background: -webkit-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -moz-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -ms-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -o-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: linear-gradient(to bottom, #3d1a6f 0%, #170a29 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1a6f', endColorstr='#170a29',GradientType=0 ) !important;
        background-attachment: fixed !important;
    }

    .mcgradient {
        background: #3d1a6f !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d1a6f), color-stop(100%,#170a29 )) !important;
        background: -webkit-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -moz-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -ms-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: -o-linear-gradient(top, #3d1a6f 0%, #170a29 100%) !important;
        background: linear-gradient(to bottom, #3d1a6f 0%, #170a29 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1a6f', endColorstr='#170a29',GradientType=0 ) !important;
    }

    .team-member {
        margin-bottom: 3rem;
        text-align: center;
    }

    .cfadesize {
        width: 200px;
        height: 200px;
    }

    .cfade {
        width: 200px;
        height: 200px;
    }

        .cfade img {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            overflow: hidden;
            -webkit-transition: opacity .5s ease-in-out;
            -moz-transition: opacity .5s ease-in-out;
            -o-transition: opacity .5s ease-in-out;
            transition: opacity .5s ease-in-out;
            width: 200px;
            height: 200px;
        }

            .cfade img.top:hover {
                opacity: 0;
            }

    .border-yellow img {
        border: 0.5rem solid rgba(253,185,19, 0.3);
    }

    .border-red img {
        border: 0.5rem solid rgba(237,23,76, 0.1);
    }

    .border-purple img {
        border: 0.5rem solid rgba(125,29,97, 0.3);
    }

    .fa-small {
        font-size: 8px;
    }

    .salestext {
        position: absolute !important;
        top: 20% !important;
        left: 44% !important;
        color: black;
    }

    .salesblurb {
        min-height: 100px;
        text-align: left;
    }

    .mcservice:hover {
        text-decoration: none;
    }

    .servicetext {
        font-size: 1.3em;
        line-height: 1.5em;
    }

    .et_pb_module_header {
        color: white !important;
    }

    .serviceimage {
        width: 43%;
        left: 17%;
        top: 13%;
        position: absolute;
    }

    .serviceshadow {
        position: absolute;
        top: 255px;
        left: 5%;
        width: 227px;
        height: 4px;
        z-index: 999999;
        background: radial-gradient(circle at 52% 35%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 37%, rgba(0, 0, 0, 0) 63%)
    }



    .servicecirclecontainer {
        width: 100%;
        height: 100%;
        max-width: 600px;
        overflow: hidden;
    }

    .serviceinnercircle {
        border-radius: 50%;
        width: 100%;
        max-width: 400px;
        max-height: 400px;
        padding-bottom: 100%;
        padding-top: 33%;
        overflow: hidden;
        position: relative;
        display: inline-block;
        margin: 0;
        border-radius: 50%;
        position: relative;
        background: radial-gradient(circle at 50% 120%, #3d1a6f, #3d1a6f 80%, #3d1a6f 100%);
    }

        .serviceinnercircle:before {
            content: "";
            position: absolute;
            background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            bottom: 3.5%;
            left: 8%;
            opacity: 0.6;
            height: 100%;
            width: 90%;
            -webkit-filter: blur(5px);
            z-index: 2;
        }

        .serviceinnercircle:after {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 15%; /* top shading*/
            left: 20%; /* top shading*/
            border-radius: 50%;
            background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 14%, rgba(255, 255, 255, 0) 24%);
            -webkit-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -moz-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -ms-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -o-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -webkit-filter: blur(10px);
        }

    .ctcircle {
        position: absolute;
        width: 250px;
        height: 250px;
        float: none;
        background: rgba(61,26,111, 0.8);
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }

        .ctcircle > div {
            position: absolute;
            height: 318px;
            padding: 100px 0;
            width: 134%;
            text-align: center;
            top: -347px;
            left: -21px;
            background: rgba(237,23,76, 1);
            transition: top 0.5s;
            -webkit-transition: top 0.5s;
            z-index: 10;
            border-radius: 0%;
            transform: rotate(269deg);
        }

        .ctcircle:hover > div {
            top: 0;
        }

    .ctcirclemore {
        position: absolute;
        width: 250px;
        height: 250px;
        float: none;
        background: rgba(125,29,97, 0.8);
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }

        .ctcirclemore > div {
            position: absolute;
            height: 318px;
            padding: 100px 0;
            width: 134%;
            text-align: center;
            top: -347px;
            left: -21px;
            background: rgba(237,23,76, 1);
            transition: top 0.5s;
            -webkit-transition: top 0.5s;
            z-index: 10;
            border-radius: 0%;
            transform: rotate(269deg);
        }

        .ctcirclemore:hover > div {
            top: 0;
        }

    .servicecircle {
        position: absolute;
        width: 250px;
        height: 250px;
        float: none;
        background: rgba(61,26,111, 0.8);
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }


        .servicecircle > div {
            position: absolute;
            height: 318px;
            padding: 100px 0;
            width: 134%;
            text-align: center;
            top: -347px;
            left: -21px;
            background: rgba(237,23,76, 1);
            transition: top 0.5s;
            -webkit-transition: top 0.5s;
            z-index: 10;
            border-radius: 32%;
            transform: rotate(269deg);
        }

        .servicecircle:hover > div {
            top: 0;
        }

    .circlevideocontainer {
        width: 100%;
        height: 100%;
        max-width: 600px;
        overflow: hidden;
    }

    .ctball {
        position: absolute;
        width: 300px;
        height: 300px;
        float: left;
        background-size: cover;
        overflow: hidden;
        z-index: 99;
    }

    .serviceball {
        position: absolute;
        width: 300px;
        height: 300px;
        float: left;
        background-size: cover;
        overflow: hidden;
        z-index: 99;
    }

        .serviceball:before { /*bottom shading*/
            content: "";
            position: absolute;
            background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            bottom: 20.5%;
            left: 0%;
            opacity: 0.6;
            height: 100%;
            width: 90%;
            -webkit-filter: blur(5px);
            z-index: 2;
        }

        .serviceball:after {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 2%; /* top shading*/
            left: 5%; /* top shading*/
            border-radius: 50%;
            background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 16%);
            -webkit-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -moz-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -ms-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -o-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -webkit-filter: blur(10px);
        }


    .serviceballshadow {
        position: absolute;
        top: 250px;
        left: 6%;
        width: 210px;
        height: 4px;
        z-index: 999999;
        background: radial-gradient(circle at 52% 35%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 37%, rgba(0, 0, 0, 0) 52%);
    }

    .serviceoverlaytext {
        position: absolute;
        color: white;
        font-size: 17px;
        text-align: center;
        top: 68%;
        left: 4%;
        z-index: 15;
        width: 95%;
        letter-spacing: 0px;
        line-height: 22px;
        font-weight: 800;
    }

    .videocircle {
        border-radius: 50%;
        width: 95%;
        max-width: 1080px;
        padding-bottom: 100%;
        box-shadow: 0 0 12px 0 #ed174c;
        overflow: hidden;
    }

    .standard-text {
        padding-left: 5%;
        padding-right: 5%;
    }

    .blogtext {
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .img-header {
        position: absolute;
        width: 100vw;
        height: 100vh;
    }

        .img-header, .img-header img, .img-header .viewport-header {
            width: 100%;
            height: 100vh;
            position: absolute;
            top: 0;
            left: 0;
            /* background-color: rgba(16,27,38,0.8) !important;*/
        }

            .img-header img {
                background: brown;
                object-fit: cover;
            }

    .viewport-header {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transform: scale(var(--headerScale));
    }



    @media (min-width: 30px) {
        .mcintrotext {
            font-size: 50px;
            letter-spacing: 0px;
            line-height: 55px;
        }

        .mcintrosecondary {
            font-weight: 800;
            letter-spacing: 0px;
        }

        .blogintrotext {
            font-size: 40px !important;
            letter-spacing: 0px !important;
            line-height: 45px !important;
            font-weight: 800 !important;
            text-align: center;
        }

        .hero-container > h2 {
            font-size: 40px !important;
            letter-spacing: 0px !important;
            line-height: 45px !important;
            font-weight: 800 !important;
            text-align: center !important;
            /* padding-top: 4em;*/
        }

        .mcblogsecondary {
            font-size: 40px;
            letter-spacing: 0px;
            line-height: 45px;
        }

        .bigtext {
            font-size: 2rem;
            letter-spacing: 0px;
            line-height: normal;
            font-weight: 800;
        }

        .lighttext {
            font-size: 2rem;
            letter-spacing: -.1rem;
            line-height: normal;
            padding: 0 !important;
            font-weight: 600;
        }
        .h2lighttext {
            font-size: 2rem !important;
        }

        .h3lighttext {
            font-size: 1.8rem !important;
        }

        .hometext {
            font-weight: 400 !important;
            font-size: 1.1rem !important;
        }

        .hometexthd {
            font-weight: 500 !important;
            font-size: 1.2rem !important;
            line-height: normal !important
        }


        .ctheavytext {
            font-size: 20px;
            letter-spacing: 0px;
            line-height: 25px;
            font-weight: 600;
        }

        .nwtext {
            text-transform: uppercase;
            letter-spacing: 6px;
            color: #ed174c;
            font-size: 10px;
        }
    }

    @media (min-width: 700px) {
        .hometext {
            font-weight: 400 !important;
            font-size: 1.3rem !important;
        }

        .hometexthd {
            font-weight: 500 !important;
            font-size: 1.8rem !important;
            line-height: normal !important
        }


        .hero-container > h2 {
            font-size: 5rem !important;
            letter-spacing: -4px !important;
            line-height: .9em !important;
            font-weight: 800 !important;
            text-align: center !important;
            /*  padding-top: 8em;*/
        }

        .mcintrotext {
            font-size: 100px;
            letter-spacing: -4px;
            line-height: 105px;
        }

        .mcintrosecondary {
            font-weight: 800;
            letter-spacing: 0px;
        }

        .blogintrotext {
            font-size: 80px !important;
            letter-spacing: -4px !important;
            line-height: 90px !important;
            font-weight: 800 !important;
            text-align: left;
        }

        .mcblogsecondary {
            font-size: 50px;
            letter-spacing: -2px;
            line-height: 55px;
        }

        .bigtext {
            font-size: 60px;
            letter-spacing: -3px;
            word-spacing: 10px;
            line-height: 65px;
            font-weight: 800;
        }

        .lighttext {
            font-size: 2rem;
            letter-spacing: -.1rem;
            line-height: normal;
            padding: 0 !important;
            font-weight: 400;
        }

            .h2lighttext{
                font-size: 2rem !important;
            }

            .h3lighttext {
                font-size: 1.8rem !important;
            }

        .ctheavytext {
            font-size: 40px;
            letter-spacing: -1px;
            line-height: 45px;
            font-weight: 600;
        }


        .nwtext {
            text-transform: uppercase;
            letter-spacing: 6px;
            color: #ed174c;
            font-size: 20px;
        }
    }

    @media (min-width: 768px) {
        .hero-container > h2 {
            font-size: 5rem !important;
            letter-spacing: -4px !important;
            line-height: .9em !important;
            font-weight: 800 !important;
            text-align: center !important;
            padding-top: 0em !important;
        }
    }

    @media (min-width: 1200px) {
        .herorow {
            padding-top: 6em !important;
        }

        .hero-container > h2 {
            letter-spacing: -3px !important;
            line-height: 1em !important;
            font-weight: 800 !important;
            text-align: center;
            font-size: 5.5rem !important;
        }
    }

    .commstoolball {
        width: 500px;
        height: 500px;
    }

    .commstoolpanel {
        color: white;
    }

    .mcprojectoverlay {
        position: absolute;
        top: 33%;
        left: 25%;
        text-align: center;
        font-size: 1.3em;
        color: white;
    }

    .mcblogoverlay {
        position: absolute;
        top: 33%;
        left: 35%;
        text-align: center;
        font-size: 1.3rem;
        color: white;
    }

    .mccareeroverlay {
        position: absolute;
        top: 33%;
        left: 25%;
        text-align: center;
        font-size: 1.3em;
        color: white;
    }

    .worktitle {
        color: #ed174c !important;
        font-size: 1.6em !important;
        font-weight: 500 !important;
    }

        .worktitle:hover {
            text-decoration: none !important;
            color: #3d1a6f !important;
        }

    .workclient {
        font-size: 1.3em !important;
    }

    .vh-80 {
        height: 80vh !important;
    }

    .vh-50 {
        height: 50vh !important;
    }

    .vh-30 {
        height: 30vh !important;
    }

    .execborder {
        position: relative;
        width: 200px;
        height: 200px;
        overflow: hidden;
        left: 25%;
    }

    .execborder-yellow {
        border-radius: 50% !important;
        border: 0.5rem solid rgba(253,185,19, 0.3);
    }

    .execborder-red {
        border-radius: 50% !important;
        border: 0.5rem solid rgba(237,23,76, 0.3);
    }

    .execborder-purple {
        border-radius: 50% !important;
        border: 0.5rem solid rgba(61,26,111, 0.3);
    }

    .execimage {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .execimage:hover {
            -webkit-filter: sepia(70%);
            filter: sepia(70%);
            box-shadow: #224 0.2em 0.2em 0.6em 0.1em;
        }

    /* PROJECT ITEMS */
    .projectcontainer {
        position: relative;
        width: 100%;
        height: 80%;
    }

    .projectcircle {
        position: absolute;
        width: 300px;
        height: 300px;
        float: left;
        background: rgba(61,26,111, 0.8);
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
    }


        .projectcircle > div {
            position: absolute;
            height: 318px;
            padding: 100px 0;
            width: 108%;
            text-align: center;
            top: -340px;
            left: -9px;
            background: rgba(237,23,76, 1);
            transition: top 0.5s;
            -webkit-transition: top 0.5s;
            z-index: 10;
            border-radius: 32%;
            transform: rotate(243deg);
        }

        .projectcircle:hover > div {
            top: 0;
        }

    .text-level {
        transform: rotate(117deg);
        top: 38%;
        left: 4%;
        position: relative;
    }

    .project-ball {
        position: absolute;
        width: 300px;
        height: 300px;
        float: left;
        background-size: cover;
        border-radius: 50%;
        overflow: hidden;
        z-index: 99;
    }

        .project-ball:before { /*bottom shading*/
            content: "";
            position: absolute;
            background: radial-gradient(circle at 50% 120%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 70%);
            border-radius: 50%;
            bottom: 2.5%;
            left: 9%;
            opacity: 0.6;
            height: 100%;
            width: 90%;
            -webkit-filter: blur(5px);
            z-index: 2;
        }

        .project-ball:after {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            top: 2%; /* top shading*/
            left: 5%; /* top shading*/
            border-radius: 50%;
            background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0) 24%);
            -webkit-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -moz-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -ms-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -o-transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            transform: translateX(-80px) translateY(-90px) skewX(-20deg);
            -webkit-filter: blur(10px);
        }

    .projectballshadow {
        position: absolute;
        top: 314px;
        left: 15%;
        width: 210px;
        height: 4px;
        z-index: 999999;
        background: radial-gradient(circle at 52% 35%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1) 37%, rgba(0, 0, 0, 0) 52%);
    }

    .projectimage {
        width: 100%;
        height: auto;
        border-radius: 0%;
        position: absolute;
        top: 25%;
    }

    .projectoverlaytext {
        position: absolute;
        color: white;
        font-size: 20px;
        text-align: center;
        top: 40%;
        /*left: 35%;*/
        z-index: 15;
        width: 100%;
    }

    .project-tint {
        background: rgba(61,26,111, 0.8);
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        z-index: 5;
    }

    .serviceitemcontainer {
        height: 300px;
        width: 260px;
        padding: 0;
        position: relative;
    }

    .projectitemcontainer {
        height: 484px;
        width: 350px;
        padding: 0;
        position: relative;
        border-top-left-radius: 41%;
        border-top-right-radius: 10%;
        border-bottom-left-radius: 5%;
        border-bottom-right-radius: 5%;
        background-color: white;
        margin-bottom: 80px;
    }

    .projectitembox {
        position: absolute;
        top: 9px;
        left: 20px;
        width: 100%;
        height: 100%;
    }

    .projecttextbottom {
        position: absolute;
        top: 65%;
        left: 0px;
        width: 100%;
    }

    .blogtextbottom {
        position: absolute;
        top: 70%;
        left: 0px;
        width: 100%;
    }


    /* IMAGE GRID */
    .cbp-rfgrid {
        margin: auto;
        padding: 0;
        list-style: none;
        position: relative;
        width: 100%;
        border-radius: 10%;
    }

        .cbp-rfgrid li {
            position: relative;
            float: left;
            overflow: hidden;
            width: 25%; /* Fallback */
            width: -webkit-calc(100% / 4);
            width: calc(100% / 4);
            -webkit-transition: 0.4s all linear;
            transition: 0.4s all linear;
            border-radius: 10%;
        }

    .flex-cover {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10%;
    }

    .cbp-rfgrid li a, .cbp-rfgrid li a img {
        content: "";
        padding-top: 100%;
        display: block;
        max-width: 100%;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        cursor: pointer;
        -webkit-transition: 0.4s all linear;
        transition: 0.4s all linear;
        border-radius: 10%;
    }


        .cbp-rfgrid li a:hover img {
            -webkit-transform: scale(1.05,1.07);
            -ms-transform: scale(1.05,1.07);
            transform: scale(1.05,1.07);
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
        }

    .zoom:hover {
        zoom: 1.4;
        -webkit-transition: all ease 1.8s;
        transition: all ease 1.8s;
    }

    /* Flexbox is used for centering the heading */


    .cbp-rfgrid li a .project-info {
        position: absolute;
        left: 30px;
        top: 10px;
        bottom: 10px;
        background: rgba(61,26,111, 0.8);
        padding-top: 25%;
        text-align: center;
        -webkit-transition: all ease .25s;
        transition: all ease .25s;
        color: white;
        font-weight: 300;
        border-radius: 50%;
        height: 85%;
        width: 85%;
    }

        .cbp-rfgrid li a .project-info:hover {
            background: rgba(61,26,111, 0.9);
        }

        .cbp-rfgrid li a .project-info .project-details {
            position: relative;
            -webkit-transition: all ease .25s;
            transition: all ease .25s;
            width: 100%;
        }

        .cbp-rfgrid li a .project-info h5 {
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

    .cbp-rfgrid li a:hover .project-info {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-filter: grayscale(0) !important;
        filter: grayscale(0) !important;
    }

    .cbp-rfgrid li a:hover .project-details {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0;
    }

    .cbp-rfgrid li a:hover .button {
        filter: alpha(opacity=100);
        opacity: 1;
        bottom: -50px;
    }

    .project-cats {
        width: 90%;
        text-align: center;
    }

    .mcproject {
        color: #3d1a6f;
    }

        .mcproject:hover {
            color: #3d1a6f;
        }

    /* IMAGE GRID */
    .mc-blog {
        margin: auto;
        padding: 0;
        list-style: none;
        position: relative;
        width: 100%;
        border-radius: 10%;
    }

        .mc-blog li {
            position: relative;
            float: left;
            overflow: hidden;
            width: 25%; /* Fallback */
            width: -webkit-calc(100% / 4);
            width: calc(100% / 4);
            -webkit-transition: 0.4s all linear;
            transition: 0.4s all linear;
            border-radius: 10%;
        }

    .mcblog-cover {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        border-radius: 10%;
    }

    .mc-blog li a, .mc-blog li a img {
        content: "";
        padding-top: 100%;
        display: block;
        max-width: 100%;
        -webkit-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transform: scale(1,1);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        cursor: pointer;
        -webkit-transition: 0.4s all linear;
        transition: 0.4s all linear;
        border-radius: 10%;
    }


        .mc-blog li a:hover img {
            -webkit-transform: scale(1.05,1.07);
            -ms-transform: scale(1.05,1.07);
            transform: scale(1.05,1.07);
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            -webkit-transition-duration: 250ms;
            transition-duration: 250ms;
        }

    .zoom:hover {
        zoom: 1.4;
        -webkit-transition: all ease 1.8s;
        transition: all ease 1.8s;
    }

    /* Flexbox is used for centering the heading */


    .mc-blog li a .blog-info {
        position: absolute;
        left: 10px;
        top: 10px;
        right: 10px;
        bottom: 10px;
        background: rgba(61,26,111, 0.8);
        padding-top: 25%;
        text-align: center;
        -webkit-transition: all ease .25s;
        transition: all ease .25s;
        color: white;
        font-weight: 300;
        border-radius: 10%;
    }

        .mc-blog li a .blog-info:hover {
            background: rgba(61,26,111, 0.9);
        }

        .mc-blog li a .blog-info .blog-details {
            position: relative;
            -webkit-transition: all ease .25s;
            transition: all ease .25s;
            width: 100%;
        }

        .mc-blog li a .blog-info h5 {
            position: relative;
            display: inline-block;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

    .mc-blog li a:hover .blog-info {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-filter: grayscale(0) !important;
        filter: grayscale(0) !important;
    }

    .mc-blog li a:hover .blog-details {
        filter: alpha(opacity=100);
        opacity: 1;
        top: 0;
    }

    .mc-blog li a:hover .button {
        filter: alpha(opacity=100);
        opacity: 1;
        bottom: -50px;
    }

    .redborder {
        border: 1px solid #ed174c;
        background-color: white;
        color: #ed174c;
    }

    .redborderheader {
        border: 1px solid #ed174c;
        background-color: #ed174c;
        color: white;
    }

    .vacancycard {
        display: block;
        padding: 2vh 2vh 2vh 2vh;
        border: 1px solid #3d1a6f;
        border-radius: 15px;
        margin-top: 5%;
        margin-bottom: 5%;
        background-color: white;
    }

    .vacancycardrequirements-red {
        color: #ed174c;
        padding: 10px 15px;
        margin-left: 10px;
        margin-top: 10px;
        border: 2px solid #ed174c;
        border-radius: 10px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .vacancycardrequirements-purple {
        color: #7d1d61;
        padding: 10px 15px;
        margin-left: 10px;
        margin-top: 10px;
        border: 2px solid #7d1d61;
        border-radius: 10px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .vacancycardrequirements-darkpurple {
        color: #3d1a6f;
        padding: 10px 15px;
        margin-left: 10px;
        margin-top: 10px;
        border: 2px solid #3d1a6f;
        border-radius: 10px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .vacancycardrequirements-yellow {
        color: #fdb913;
        padding: 10px 15px;
        margin-top: 10px;
        margin-left: 10px;
        border: 2px solid #fdb913;
        border-radius: 10px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .blogauthor {
        color: #3d1a6f;
        padding: 7px 17px;
        margin-left: 25px;
        border: 2px solid #3d1a6f;
        border-radius: 15px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
    }

    .workitemcat-red {
        color: #ed174c;
        padding: 7px 17px;
        margin-left: 10px;
        border: 3px solid #ed174c;
        border-radius: 25px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        font-weight: 500;
    }

    .workitemcat-purple {
        color: #7d1d61;
        padding: 7px 17px;
        margin-left: 10px;
        border: 3px solid #7d1d61;
        border-radius: 25px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        font-weight: 500;
    }

    .workitemcat-darkpurple {
        color: #3d1a6f;
        padding: 7px 17px;
        margin-left: 10px;
        border: 3px solid #3d1a6f;
        border-radius: 25px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        font-weight: 500;
    }

    .workitemcat-yellow {
        color: #fdb913;
        padding: 7px 17px;
        margin-left: 10px;
        border: 3px solid #fdb913;
        border-radius: 25px;
        font-weight: 400;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        font-weight: 500;
    }

    .nohover {
        color: #3d1a6f;
    }

        .nohover:hover {
            color: #3d1a6f;
        }

    /* media queries:  change number of items per row */
    @media screen and (max-width: 1190px) {
        .cbp-rfgrid li {
            width: 25%; /* Fallback */
            width: -webkit-calc(100% / 4);
            width: calc(100% / 4);
        }
    }

    @media screen and (max-width: 1024px) {

        .cbp-rfgrid li {
            width: 50%; /* Fallback */
            width: -webkit-calc(100% / 2);
            width: calc(100% / 2);
        }
    }

    @media screen and (max-width: 768px) {

        .cbp-rfgrid li {
            width: 50%; /* Fallback */
            width: -webkit-calc(100% / 2);
            width: calc(100% / 2);
        }
    }

    @media screen and (max-width: 480px) {

        .cbp-rfgrid li {
            width: 100%;
        }
    }

    @media screen and (max-width: 300px) {

        .cbp-rfgrid li {
            width: 100%;
        }
    }





    @media (min-width: 30px) {
        .commstoolball {
            width: 100px;
            height: 100px;
        }

        .commstoolballhousing {
            height: 100px;
        }

        .servicesbacking {
            background: rgba(219, 207, 236, .6);
            padding-top: 2em;
            padding-bottom: 2em;
            margin-bottom: 2em;
        }
    }

    @media (min-width: 700px) {
        .servicesbacking {
            background: rgba(219, 207, 236, .6);
            padding-top: 2em;
            padding-bottom: 2em;
            margin-bottom: 2em;
        }

        .commstoolball {
            width: 200px;
            height: 200px;
        }

        .commstoolballhousing {
            height: 200px;
        }
    }

    @media (min-width: 900px) {


        .commstoolball {
            width: 300px;
            height: 300px;
        }

        .commstoolballhousing {
            height: 300px;
        }

        .pinnedhightlights {
            position: fixed;
            top: 20%;
            right: 0;
            border-left: 1px dotted red;
        }

        .largescreen-pl {
            padding-left: 3rem !important;
        }
    }

    @media (min-width: 1700px) {
        .commstoolball {
            width: 400px;
            height: 400px;
        }

        .commstoolballhousing {
            height: 400px;
        }
    }


    .mw-col {
        max-width: 33%;
        padding-bottom: 100px;
    }

    .pricingTable {
        background: #fff;
        /*  padding: 14px 30px 0;
        margin: 0 10px;*/
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 50px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0 70px 0 0;
        transition: all 0.2s ease-in-out;
    }

        .pricingTable .pricingTable-header {
            padding: 15px 0 15px;
            margin: 0 0 15px;
            font-weight: 500;
            /* border-bottom: 1px solid #fdb913;*/
        }

        .pricingTable .title {
            color: #fdb913;
            font-size: 30px;
            font-weight: 800;
            letter-spacing: -1px;
            margin: 0;
        }

            .pricingTable .title i {
                margin-right: 5px;
                display: inline-block;
            }

        .pricingTable .price-value {
            color: #fdb913;
            font-size: 40px;
            font-weight: 700;
            text-align: center;
            margin: 0 0 0px;
        }

            .pricingTable .price-value sup {
                font-size: 20px;
                letter-spacing: normal;
                vertical-align: middle;
            }

        .pricingTable .pricing-content {
            background: linear-gradient(to right bottom, #ffbb14, #e9a600);
            text-align: center;
            padding: 40px 0;
            margin: 0 0px;
            border-radius: 60px 20px 20px;
        }

            .pricingTable .pricing-content ul {
                text-align: left;
                padding: 0 16px 25px;
                margin: 0 0 40px;
                list-style: none;
                padding-left: 35px;
                /* border-bottom: 1px solid #fff;
                display: inline-block;*/
            }

                .pricingTable .pricing-content ul li {
                    color: #fff;
                    font-size: 16px;
                    font-weight: 400;
                    padding: 0 0 0 0px;
                    margin: 1px 0 0px;
                    position: relative;
                }

                    .pricingTable .pricing-content ul li:last-child {
                        margin: 0;
                    }

            .pricingTable .pricing-content li:before {
                font-family: "Font Awesome 5 free";
                font-size: 16px;
                font-weight: 900;
                position: absolute;
                top: 1px;
                left: 0;
            }

            .pricingTable .pricing-content li.check:before {
                content: "\f00c";
            }

            .pricingTable .pricing-content li.times:before {
                content: "\f00d";
            }

            .pricingTable .pricing-content li:last-child {
                margin-bottom: 0;
            }

        .pricingTable .pricingTable-signup a {
            color: #fff;
            font-size: 1em;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: 250px;
            padding: 5px;
            margin: 0 auto;
            border: 2px solid #fff;
            border-radius: 50px;
            display: block;
            transition: all 0.5s ease 0s;
            width: 95%;
        }

            .pricingTable .pricingTable-signup a:hover {
                text-shadow: 3px 3px rgba(255,255,255,0.5);
                box-shadow: 3px 3px rgba(255,255,255,0.5);
            }


        .pricingTable.red .pricingTable-header {
            border-bottom-color: #ed174c;
        }

        .pricingTable.red .title,
        .pricingTable.red .price-value {
            color: #ed174c;
        }

        .pricingTable.red .pricing-content {
            background: linear-gradient(to right bottom, #f61a50, #de0339);
        }

        .pricingTable.red .pricingTable-header {
            border-bottom-color: #ed174c;
        }

        .pricingTable.orange .title,
        .pricingTable.orange .price-value {
            color: #FD9976;
        }

        .pricingTable.orange .pricing-content {
            background: linear-gradient(to right bottom, #FEA980, #FF6A88);
        }

        .pricingTable.purple .pricingTable-header {
            border-bottom-color: #7d1d61;
        }

        .pricingTable.purple .title,
        .pricingTable.purple .price-value {
            color: #7d1d61;
        }

        .pricingTable.purple .pricing-content {
            background: linear-gradient(to right bottom, #9a2779, #701856);
        }

        .pricingTable.darkpurple .pricingTable-header {
            border-bottom-color: #3d1a6f;
        }

        .pricingTable.darkpurple .title,
        .pricingTable.darkpurple .price-value {
            color: #3d1a6f;
        }

        .pricingTable.darkpurple .pricing-content {
            background: linear-gradient(to right bottom, #4e248b, #351266);
        }

    .pricing-icon {
        width: 20px;
        font-weight: 900;
    }

    .pricingterm {
        font-size: 17px;
        font-weight: 400;
        letter-spacing: normal;
        position: absolute;
        line-height: 16px;
        padding-top: 12px;
        padding-left: 10px;
        text-align: left;
    }

    .pricingTable:hover {
        background-color: #53455b;
        transform: scale(1.025);
        z-index: 2;
    }

        .pricingTable:hover .title {
            color: white;
        }

        .pricingTable:hover .price-value {
            color: white;
        }

        .pricingTable:hover:before, .suboption:hover:after {
            position: absolute;
            top: -2px;
            bottom: -2px;
            width: 2px;
        }

        .pricingTable:hover:before {
            left: -2px;
        }

        .pricingTable:hover:after {
            right: -2px;
        }

        .pricingTable:hover .button {
            background-color: #ee7a36;
        }

    @media only screen and (max-width: 990px) {
        .pricingTable {
            margin-bottom: 40px;
        }
    }

    .pricingTableWidth {
        width: 300px;
    }

    .btn-success {
        color: #3d1a6f;
        padding: 7px 18px;
        border: 2px solid #3d1a6f;
        border-radius: 50px;
        font-weight: 500;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .btn-success:hover {
            background-color: #3d1a6f;
            border: 2px solid #3d1a6f;
            color: #fff;
            text-decoration: none;
        }

        .btn-success:focus {
            background-color: #3d1a6f;
            border: 2px solid #3d1a6f;
            color: #fff;
            text-decoration: none;
            outline: none;
        }

        .btn-success:not(:disabled):not(.disabled):active {
            background-color: #3d1a6f;
            border: 2px solid #3d1a6f;
            color: #fff;
            text-decoration: none;
            outline: none;
        }

    .btn-default {
        padding: 7px 18px;
        border-radius: 50px;
        border: 2px solid #ccc;
        font-weight: 500;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .btn-default:hover {
            text-decoration: none;
            border: 2px solid #ccc;
        }

        .btn-default:focus {
            border: 2px solid #ccc;
            text-decoration: none;
            outline: none;
        }

        .btn-default:not(:disabled):not(.disabled):active {
            border: 2px solid #ccc;
            text-decoration: none;
            outline: none;
        }




    .btn-primary {
        color: #3d1a6f;
        padding: 7px 18px;
        border: 2px solid #3d1a6f;
        border-radius: 50px;
        font-weight: 500;
        overflow: hidden;
        text-align: center;
        background-color: white;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .btn-primary:hover {
            background-color: #3d1a6f;
            border: 2px solid #3d1a6f;
            color: #fff;
            text-decoration: none;
        }

        .btn-primary:focus {
            background-color: #3d1a6f;
            border: 2px solid #3d1a6f;
            color: #fff;
            outline: none;
        }

        .btn-primary:not(:disabled):not(.disabled):active {
            background-color: #3d1a6f;
            border: 2px solid #3d1a6f;
            color: #fff;
            outline: none;
        }

    .btn-danger {
        color: #ed174c !important;
        padding: 7px 18px !important;
        border: 2px solid #ed174c !important;
        border-radius: 50px !important;
        font-weight: 500 !important;
        overflow: hidden !important;
        text-align: center !important;
        background-color: transparent !important;
        margin-bottom: 10px !important;
        margin-left: 10px !important;
    }

        .btn-danger:hover {
            background-color: #ed174c !important;
            border: 2px solid #ed174c !important;
            color: #fff !important;
            text-decoration: none !important;
        }

        .btn-danger:focus {
            background-color: #ed174c !important;
            border: 2px solid #ed174c !important;
            color: #fff !important;
            outline: none !important;
        }

        .btn-danger:not(:disabled):not(.disabled):active {
            background-color: #ed174c !important;
            border: 2px solid #ed174c !important;
            color: #fff !important;
            outline: none !important;
        }

    .btn-warning {
        color: #fdb913;
        padding: 7px 18px;
        border: 2px solid #fdb913;
        border-radius: 50px;
        font-weight: 500;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .btn-warning:hover {
            background-color: #fdb913;
            border: 2px solid #fdb913;
            color: #3d1a6f;
            text-decoration: none;
        }

        .btn-warning:focus {
            background-color: #fdb913;
            border: 2px solid #fdb913;
            color: #3d1a6f;
            outline: none;
        }

        .btn-warning:not(:disabled):not(.disabled):active {
            background-color: #fdb913;
            border: 2px solid #fdb913;
            color: #3d1a6f;
            outline: none;
        }

    .btn-info {
        color: #7d1d61;
        padding: 7px 18px;
        border: 2px solid #7d1d61;
        border-radius: 50px;
        font-weight: 500;
        overflow: hidden;
        text-align: center;
        background-color: transparent;
        margin-bottom: 10px;
        margin-left: 10px;
    }

        .btn-info:hover {
            background-color: #7d1d61;
            border: 2px solid #7d1d61;
            color: white;
            text-decoration: none;
        }

        .btn-info:focus {
            background-color: #7d1d61;
            border: 2px solid #7d1d61;
            color: #7d1d61;
            outline: none;
        }

        .btn-info:not(:disabled):not(.disabled):active {
            background-color: #7d1d61;
            border: 2px solid #7d1d61;
            color: #7d1d61;
            outline: none;
        }

    .loginbtn {
        border-radius: 0px 0px;
        background-color: #3d1a6f;
        border: 2px solid #3d1a6f;
        color: white;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        padding-bottom: 0px;
    }


    .btn-login {
        color: #fff;
        background-color: #3d1a6f;
        border-color: #3d1a6f;
    }

        .btn-login:hover {
            color: #fff;
            background-color: #7d1d61;
            border-color: #7d1d61;
        }

        .btn-login:focus, .btn-login.focus {
            color: #fff;
            background-color: #7d1d61;
            border-color: #7d1d61;
            box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
        }

        .btn-login.disabled, .btn-login:disabled {
            color: #fff;
            background-color: #7d1d61;
            border-color: #7d1d61;
        }

        .btn-login:not(:disabled):not(.disabled):active, .btn-login:not(:disabled):not(.disabled).active, .show > .btn-login.dropdown-toggle {
            color: #fff;
            background-color: #7d1d61;
            border-color: #7d1d61;
        }

            .btn-login:not(:disabled):not(.disabled):active:focus, .btn-login:not(:disabled):not(.disabled).active:focus, .show > .btn-login.dropdown-toggle:focus {
                box-shadow: 0 0 0 0.2rem rgba(254, 216, 84, 0.5);
            }

    .btn-login-red {
        color: #fff;
        background-color: #ed174c;
        border-color: #ed174c;
    }

    .btn-login-dark {
        color: #fff;
        background-color: #ed174c;
        border-color: #ed174c;
    }

        .btn-login-dark:hover {
            color: #fff;
            background-color: #3d1a6f;
            border-color: #3d1a6f;
        }

    .btn-login-link {
        color: #fff;
        text-decoration: none !important;
    }

        .btn-login-link > a {
            color: #212529 !important;
            text-decoration: none !important;
        }

        .btn-login-link:hover {
            color: #212529 !important;
            text-decoration: none !important;
        }

    .poweredby {
        text-transform: uppercase;
        letter-spacing: 3px;
        color: #ed174c;
        font-size: 10px;
    }

    .newsimage {
        width: 100%;
    }

    .promoiconstable {
        padding-bottom: 2.5rem;
        display: flex;
    }

    .promoicon {
        padding-right: .5em;
        font-size: 3rem !important;
        color: #fdb913;
    }

.promoicontext {
    position: relative;
    color: #3d1a6f !important;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    padding-left: 1rem;
}
.promoicontext-white {
    color: white !important;
    font-size: 1.6rem !important;
}


    .modal-dialog-bottom {
        padding: 0;
        margin: 0;
        position: fixed;
        top: auto;
        right: auto;
        left: auto;
        bottom: 0;
        height: 100%;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        background: white;
    }

    .modal-content-bottom {
        width: 100%;
        border-radius: 0;
        height: 100%;
        overflow: auto;
        background: white;
    }

    .animate-bottom {
        position: relative;
        animation: animatemodalbottom 0.4s;
        max-height: 100% !important;
    }

    @keyframes animatemodalbottom {
        from {
            bottom: -900px;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 1;
        }
    }

    .modal-cookie-bottom {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        right: auto;
        left: auto;
        bottom: 0;
        height: auto;
    }

    .modal-cookie-content-bottom {
        width: 100%;
        border-radius: 0;
        height: 100%;
        overflow: auto;
    }

    .animate-cookie-bottom {
        position: relative;
        animation: animatecookiemodalbottom 0.7s;
        max-height: 100% !important;
    }

    @keyframes animatecookiemodalbottom {
        from {
            bottom: -300px;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 1;
        }
    }

    .notice {
        padding: 15px;
        background-color: #fafafa;
        border-left: 15px solid #7f7f84;
        margin-bottom: 1px;
        margin-left: 5px;
        width: 100%;
        -webkit-box-shadow: 0 5px 9px 3px rgba(0,0,0,.4);
        -moz-box-shadow: 0 5px 9px 3px rgba(0,0,0,.4);
        box-shadow: 0 5px 9px 3px rgba(0,0,0,.4);
        animation: shownotice 2s;
    }

    @keyframes shownotice {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .notice-Info {
        border-color: #3d1a6f;
    }

    .notice-Warning {
        border-color: #fdb913;
    }

    .notice-Danger {
        border-color: #ed174c;
    }

    .noticealert {
        position: absolute;
        left: 0px;
        top: 120px;
        width: 100%;
        z-index: 500;
    }

.dropdown-double, .dropdown-single {
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
}
.salespreview {
    border: 1px solid #fdb913;
    box-shadow: 0 4px 8px rgba(253, 185, 19, 0.4), 0 6px 20px rgba(253, 185, 19, 0.3);
    text-align: center;
    cursor: pointer;
    min-height: 11em;
    padding-top: 1em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    cursor: pointer; /* Changes the cursor to indicate interactivity */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for effects */
}



    .salespreview:hover {
        transform: scale(1.05); /* Slightly enlarges the image on hover */
        box-shadow: 0 4px 8px rgba(253, 185, 19, 0.5), 0 6px 20px rgba(253, 185, 19, 0.5);
    }

.salesitem > a {
    text-decoration:none;
    color: #3d1a6f;
}


    @media all and (max-width: 1150px) {

        .title {
            font-size: 24px !important;
        }
    }

    .errormessage {
        color: rgb(237, 23, 76);
        background-color: yellow;
        padding-left: 0em;
        padding-right: 0em;
    }

    .errormessage-p1 {
        color: rgb(237, 23, 76);
        background-color: yellow;
        padding-left: 1em;
        padding-right: 1em;
    }

    section {
        padding-top: 10rem;
    }

    @media (max-width: 767px) {
        section {
            padding-top: 5rem;
        }
    }


    /* Hexagon styling */
    .hexagon {
        position: relative;
        width: 260px;
        height: 260px;
        margin-bottom: 10px;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
        -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
        -moz-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
        transform: scale(1);
        filter: drop-shadow(2px 2px 50px);
    }

        .hexagon:hover {
            transform: scale(1.1);
            --hl: 1;
        }

        .hexagon:before,
        .hexagon:after {
            content: "";
            position: absolute;
            z-index: 1;
            width: 141.42px;
            height: 141.42px;
            background: inherit;
            transform-origin: 0 0;
        }

        .hexagon:before {
        }

        .hexagon:after {
        }

    .hexagon-img {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        filter: brightness(100%);
        transition: all 0.3s ease-in-out;
    }

    .hexagon:hover .hexagon-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        color: white;
    }

    /* Text styling */
    .hexagon-text {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        padding: 10px 5px 5px 5px;
        color: black;
    }

    /* mod 27092023*/
    .RadHeadlinebox {
        display: inline-table;
        margin-left: 20px;
    }

        .RadHeadlinebox > .reContent > .reContentArea > p {
            font-size: 22pt !important;
            margin: 0px !important;
            min-height: 50px !important;
            border: none !important;
        }

        .RadHeadlinebox > .reContent > .reContentArea {
            font-size: 22pt !important;
            margin: 0px !important;
            min-height: 50px !important;
            border: none !important;
            overflow: hidden !important;
        }

        .RadHeadlinebox > .reContent {
            min-height: 50px !important;
            height: 50px !important;
            border: none !important;
        }

        .RadHeadlinebox > .reContentArea {
            min-height: 50px !important;
        }

    .RadHeadlineboxWrapper > .reWrapper {
        min-height: 115px !important;
    }

        .RadHeadlineboxWrapper > .reWrapper > .reBottomProperties {
            display: none;
        }


    .RadSummaryboxWrapper > .reWrapper > .reBottomProperties {
        display: none;
    }

    .RadQuestionsboxWrapper > .reWrapper > .reBottomProperties {
        display: none;
    }

    .RadMultiLine {
        min-height: 100px;
        height: 100px;
        display: inline-table;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 12px;
        margin-right: -14px;
    }

        .RadMultiLine > reToolBarWrapper {
            display: none;
        }

        .RadMultiLine > .reWrapper {
            border: 1px solid #dedede !important;
            width: 97% !important;
        }

            .RadMultiLine > .reWrapper > .reContent {
                border-top: none !important;
            }

            .RadMultiLine > .reWrapper > .reBottomProperties {
                display: none;
            }

/*

    .richtextwrapper-xsm {
        min-height: 100px;
        height: 100px;
        display: inline-table;
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .richtextwrapper-xsm > .reWrapper {
            width: calc(100% - 20px) !important;
        }

    .richtextwrapper-xs {
        min-height: 200px;
        height: 200px;
        display: inline-table;
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .richtextwrapper-xs > .reWrapper {
            width: calc(100% - 20px) !important;
        }


    .richtextwrapper-sm {
        min-height: 300px;
        height: 300px;
        display: inline-table;
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .richtextwrapper-sm > .reWrapper {
            width: calc(100% - 20px) !important;
        }

.richtextwrapper {
          min-height: 400px;
        height: 400px;
        display: inline-table;
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 5px;
        margin-bottom: 5px;
}

        .richtextwrapper > .reWrapper {
            width: calc(100% - 20px) !important;
        }

    .richtextwrapper-md {
        min-height: 600px;
        height: 600px;
        display: inline-table;
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .richtextwrapper-md > .reWrapper {
            width: calc(100% - 20px) !important;
        }


    .richtextwrapper-lg {
        min-height: 800px;
        height: 800px;
        display: inline-table;
        margin-left: 10px;
        margin-right: -10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .richtextwrapper-lg > reWrapper {
            width: calc(100% - 20px) !important;
        }


    .richtextwrapper-sm > .reWrapper > .reBottomProperties > .reRow > .reStatistic {
        display: none;
    }

    .richtextwrapper-xs > .reWrapper > .reBottomProperties > .reRow > .reStatistic {
        display: none;
    }

    .richtextwrapper-xsm > .reWrapper > .reBottomProperties > .reRow > .reStatistic {
        display: none;
    }

    .richtextwrapper > .reWrapper > .reBottomProperties > .reRow > .reStatistic {
        display: none;
    }

    .richtextwrapper-sm > .reWrapper > .reBottomProperties {
        border-top: 0px !important;
    }

    .richtextwrapper-xs > .reWrapper > .reBottomProperties {
        border-top: 0px !important;
    }

    .richtextwrapper-xsm > .reWrapper > .reBottomProperties {
        border-top: 0px !important;
    }

    .richtextwrapper > .reWrapper > .reBottomProperties {
        border-top: 0px !important;
    }

*/
    .reRow {
        min-height: 14px;
    }

    @media (max-width: 768px) { /* mobile editor */
        .reFullScreen.RadEditor .reContent .reContentArea {
            height: 100vh !important;
        }
        
        .richtextwrapper-sm, .richtextwrapper-xsm, .richtextwrapper-xs {
            width: 98% !important;
        }

        .RadHeadlinebox {
            margin-left: 0px;
        }

        .modal-lg {
            width: 100vw !important;
            height: 100vh !important;
            padding: 0 !important;
            margin: 0 !important;
        }
        .promoicontext-white {
            font-size: 1rem !important;
        }
    }

