     /* Hero ================================================================== */
     .cw-hero {
        background: url(https://apihoard.webit.com/api/v1/Image/1C45594ABFF10C820E2FD1C1983CD524/1C45594ABFF10C820E2FD1C1983CD524.jpeg?size=1920x1440);
        background-size: cover;
        background-position: center;
        height: 600px;
        position: relative;
    }
   
    .cw-hero::before {
        content: "";
        position: absolute;
        z-index: -1;
        background-color: rgba(255, 255, 255, .9);
        bottom: 0;
        left: -100vw;
        right: 100%;
        top: 0;
    }
   
    .cw-hero::after {
        content: "";
        position: absolute;
        z-index: 0;
        background-color: rgba(255, 255, 255, .9);
        border-radius: 0 50% 50% 0;
        bottom: 0;
        left: 0;
        /* right: 60px; */
        top: 0;
        width: 50vw;
        height: 150%;
        display: flex;
        margin: auto;
    }

    @media (min-width: 280px){
        .cw-hero::after {
            content: "";
            position: absolute;
            z-index: 0;
            background-color: rgba(255, 255, 255, .9);
            border-radius: 0 50% 50% 0;
            bottom: 0;
            left: 0;
            /* right: 60px; */
            top: 0;
            width: 98vw;
            height: 150%;
            display: flex;
            margin: auto;
        }
    }

    @media (min-width: 768px){
        .cw-hero::after {
            content: "";
            position: absolute;
            z-index: 0;
            background-color: rgba(255, 255, 255, .9);
            border-radius: 0 50% 50% 0;
            bottom: 0;
            left: 0;
            /* right: 60px; */
            top: 0;
            width: 72vw;
            height: 150%;
            display: flex;
            margin: auto;
        }
    }

    @media (min-width: 992px){
        .cw-hero::after {
            content: "";
            position: absolute;
            z-index: 0;
            background-color: rgba(255, 255, 255, .9);
            border-radius: 0 50% 50% 0;
            bottom: 0;
            left: 0;
            /* right: 60px; */
            top: 0;
            width: 50vw;
            height: 150%;
            display: flex;
            margin: auto;
        }
    }
   
    .cw-inner-content {
        position: relative;
        z-index: 1;
    }
   
    .cw-hero h1 {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 3.7rem;
    }
   
    @media (max-width: 576px) {
        .cw-hero h1 {
            font-size: 2rem;
            font-weight: 700;
            line-height: 2.7rem;
        }
    }
   
    /* Welcome Before Line elements */
    .cw-highlight {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
   
    .cw-highlight::before {
        content: " ";
        width: 2.1875rem;
        border-top: 2px solid #ff4b36;
        margin-top: -1px;
        margin-bottom: 0;
        display: block;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    }



.page-home .list-wrap {
    margin-bottom: 3.5em;
    border: 1px solid black;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* Banner================================================ */
.cw-hiring {
    padding: 25px
}

.cw-hiring h5,
.cw-hiring p {
    margin: 0 auto !important
}

.cw-hiringbox {
    background: rgba(0, 0, 0, .5);
    border: 4px solid #ebeb05;
    padding: 25px
}

.cw-hiring a:link,
.cw-hiring a:visited,
.cw-hiring a:active {
    color: #fff
}

@media(min-width: 768px) {

    .cw-hiringLines::before,
    .cw-hiringLines::after {
        content: " ";
        height: 3px;
        width: 15%;
        background: var(--color-theme-primary);
        display: inline-block;
        vertical-align: super;
        margin: -3px 5px
    }
}

@media(min-width: 768px) {
    .cw-hiring h2 {
        font-size: 3em
    }

    .cw-hiring h5 {
        font-size: 2em
    }
}

/* ============================================================================= */
.page-gallery .list-wrap{
    margin-bottom: 3.5em;
    background: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.page-gallery .list-text-title {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding: 1rem!important;
}



	/* should make the long emails in default headers, footers, and business info modules wrap so that they don't stretch too far on super small mobile sizes (ie galaxy fold)  */
	.contact-companyinfo .contact-email .contact-details-info,
	.header .header-business-email,
	.footer .footer-business-email {
		overflow-wrap: anywhere;
	}
