.bg-white {
    background-color: #ffffff;
    color: #181818;
}

.bg-black {
    background-color: #1F1F1F;
    color: #ffffff;
}

.bg-gray {
    background-color: #f4f4f4;
    color: #181818;
}

.bg-red {
    background-color: #c30017;
    color: #ffffff;
}

.text-red {
    color: #c30017;
}

.button-boxed {
    color: #ffffff !important;
    padding: 1rem 1.5rem;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    transition: 300ms ease-in-out all;
}

.button-boxed:before {
    box-shadow: 0 -2px 0 0 rgba(24, 24, 24, .15) inset;
}

.button-boxed:hover {
    transform: translateY(-3px);
    text-decoration: none;
    box-shadow: 0 -3px 0 0 rgba(24, 24, 24, .15) inset, 0 3px 10px rgba(0, 0, 0, 0.3);
}

.button-secondary {
    margin-left: 20px;
    margin-top: 20px !important;
}

@media screen and (max-width: 480px) {
    .button-secondary {
        margin-left: 0;
    }
    
}

.cta-red {
    background-color: #c30017;
}

.cta-black {
    background-color: #1F1F1F;
}

.content-box {
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.content-box.bg-img__mosaic {
    background-color: rgb(241, 241, 241);
    background-image: url('../../../uploads/2022/03/Your-Business-Our-Mission-Banner-BLack-Red-mk2.jpg');
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    color: #181818
}

.content-box.bg-img__red-lights {
    background-color: #1F1F1F;
    background-image: url('../../../uploads/2024/05/Cyber-Security-Myths-Resize.png');
    background-size: cover;
    background-position: center;
    background-blend-mode: hard-light;
    color: #ffffff;
}

.wrapper-800 .wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.wrapper-1260 .wrapper {
    max-width: 1260px;
    margin: 0 auto;
}

.has-background-image {
    position: relative;   
    .wrapper {
        position: relative;
        z-index: 1;
    }
}

.background-container {
    position: absolute;
    z-index: 0;
}
