@charset "UTF-8";


.valign-middle {
	align-items: center !important;
    justify-content: center !important;
}


/* Scoped Widget Container & Variables */
    .hoffman-careers-widget {
        --dark-blue: #0b2240;
        --mid-blue: #225794;
        --side-blue: #1b365d;
        --light-blue: #dceff8;
        --gold: #eabc6d;
        --off-white: #f5f4f0;
        --black: #000000;
        --white: #ffffff;
        --text-gray: #666666;

        font-family: Roboto, Helvetica, Arial, sans-serif;
        color: var(--black);
        line-height: 1.5;
        background-color: var(--white);
        width: 100%;
        max-width: 1344px !important;
        margin: 0 auto !important;
    }

    /* Scoped Reset - Only applies inside the widget */
    .hoffman-careers-widget * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .hoffman-careers-widget h1, 
    .hoffman-careers-widget h2, 
    .hoffman-careers-widget h3, 
    .hoffman-careers-widget h4 {
        text-transform: uppercase;
        font-weight: 800;
        color: var(--black);
    }

    .hoffman-careers-widget a {
        text-decoration: none;
    }

    .hoffman-careers-widget img {
        max-width: 100%;
        display: block;
        object-fit: cover;
    }

    /* Hero Section */
    .hoffman-hero {
        display: flex;
        background-color: var(--dark-blue);
        color: var(--white);
    }

    .hoffman-hero-left {
        flex: 1;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .hoffman-hero-left .hoffman-logo {
        max-width: 600px;
        height: auto;
        margin-bottom: 30px;
    }

    .hoffman-hero-left h1 {
        font-size: 6.5rem !important; 
        line-height: 1 !important;
        letter-spacing: -1px;
        color: var(--white);
        margin-bottom: 30px;
    }

    .hoffman-hero-left h1 span {
        font-size: 2rem !important; 
        line-height: 1 !important;
        letter-spacing: -1px;
        color: var(--white);
		display: block !important;
    }

    .hoffman-hero-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
       /* max-width: 400px; */
        width: 100%;
		max-width: 600px;
    }

  .hoffman-btn-white {
        background-color: var(--white);
        color: var(--black) !important;
        text-align: center;
        padding: 12px;
        font-weight: bold;
        font-size: 0.85rem;
        transition: opacity 0.2s ease; /* Added transition */
    }

  .hoffman-btn-lightblue {
        background-color: #dceff8 !important;
        color: var(--black) !important;
        text-align: center;
        padding: 12px;
        font-weight: bold;
        font-size: 0.85rem;
        transition: opacity 0.2s ease; /* Added transition */
	  text-decoration: none !important;
    }

    .hoffman-btn-gold {
        background-color: var(--gold);
        color: var(--black) !important;
        text-align: center;
        padding: 12px;
        font-weight: bold;
        font-size: 1.1rem;
        grid-column: span 2;
        transition: opacity 0.2s ease; /* Added transition */
    }

    /* Added hover states for the hero buttons */
    .hoffman-btn-lightblue:hover,
    .hoffman-btn-white:hover,
    .hoffman-btn-gold:hover,
	.hoffman-btn-apply:hover {
        opacity: 0.8;
    }


    .hoffman-hero-right {
        flex: 1;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
		width: 100%;
    }




    /* Shared Image Container Styles */
    .hoffman-why-work-img,
    .hoffman-benefits-img,
    .hoffman-connect-img {
        flex: 1;
        display: flex;
    }

    .hoffman-hero-right img,
    .hoffman-why-work-img img,
    .hoffman-benefits-img img,
    .hoffman-connect-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }



/* Referral Section */
    .hoffman-referral {
        display: flex;
    }

    .hoffman-referral-left {
        flex: 1;
        padding: 3.5%;
        background-color: var(--white);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hoffman-referral-left h2 {
        font-size: 6rem; 
        line-height: 1;
        margin-bottom: 25px;
        letter-spacing: -1px;
    }

    .hoffman-referral-left p.text-large {
        font-size: 1.5rem;
		line-height: 1.2;
        margin-bottom: 10px;
        color: #000000;
		font-weight: bold;
    }

    .hoffman-referral-left p {
        font-size: 1rem;
		line-height: 1.2;
        margin-bottom: 15px;
        color: #000000;
    }

    .hoffman-referral-left p.disclaimer {
        font-size: .6rem;
		line-height: 1.3;
        color: #000000;
		text-align: center;
        margin-top: 15px;
		margin-bottom: 0px !important;
    }

    .hoffman-referral-right {
        flex: 1;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
		background-color: var(--mid-blue);
    }

    .hoffman-referral-right p {
        margin-bottom: 15px;
        font-size: 1rem;
        color: #FFFFFF;
    }

    .hoffman-referral-right p.disclaimer {
        font-size: .8rem;
		line-height: 1.3;
        color: #FFFFFF;
		text-align: center;
        margin-top: 15px;
		margin-bottom: 0px !important;
    }

    .hoffman-referral-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
       /* max-width: 400px; */
        width: 100%;
		max-width: 450px;
		margin: 25px auto 0px !important;
    }



    /* Benefits Section */
    .hoffman-benefits {
        background-color: var(--black);
        color: var(--white);
    }

    .hoffman-benefits-top {
        display: flex;
		padding: 3.5% !important;
    }

    .hoffman-benefits-icons {
        flex: 1;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 0px;
        gap: 30px;
        align-items: center;
        text-align: center;
    }

    .hoffman-benefit-item,
    a.hoffman-benefit-item {
        color: var(--white);
        text-decoration: none;
        transition: transform 0.2s ease, opacity 0.2s ease;
        display: block;
		padding: 3.5% 0px;
    }

    a.hoffman-benefit-item:hover {
        opacity: 0.8;
        transform: scale(1.05);
    }

    .hoffman-benefit-item img {
        width: 100%;
        max-width: 220px;
        height: auto;
        margin: 0 auto 15px;
    }

    .hoffman-benefit-item p {
        font-weight: bold;
        font-size: 1rem;
        text-transform: uppercase;
		line-height: 1.2 !important;
    }

    .hoffman-benefit-item p.text-large {
        font-weight: bold;
        font-size: 1.75rem;
        text-transform: uppercase;
		line-height: 1.2 !important;
    }

    .hoffman-benefits-bottom {
        text-align: center;
        padding: 25px 20px;
        font-size: 3rem; 
        letter-spacing: 0.5px;
        line-height: 1.2;
        color: var(--white) !important;
    }



    /* levelup Section */
    .hoffman-levelup {
        background-color: var(--off-white);
        color: var(--black);
    }

    .hoffman-levelup-top {
        display: flex;
    }

    .hoffman-levelup-left {
        flex: 1;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
    }

    .hoffman-levelup-left img {
        margin-bottom: 30px !important;
    }

    .hoffman-levelup-left p.text-large {
        font-size: 1.5rem;
		line-height: 1.25;
        margin-bottom: 15px;
        color: #000000;
		font-weight: bold;
    }

    .hoffman-levelup-left p {
        font-size: 1rem;
        margin-bottom: 15px;
        color: #000000;
    }

    .hoffman-levelup-right {
        flex: 1;
        padding: 3.5%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
    }

    .hoffman-levelup-right h2 {
		background-color: var(--mid-blue);
        color: #FFFFFF !important;
		padding: 15px;
        margin-bottom: 15px;
        font-size: 2.5rem !important;
		line-height: 1;
		font-weight: bold !important;
		text-align: center !important;
    }

    .hoffman-levelup-right p {
        font-size: 1rem;
        margin-bottom: 15px;
        color: #000000;
    }

    .hoffman-levelup-right ul {
        font-size: 1rem;
        color: #000000;
		margin-left: 40px !important;
    }

    .hoffman-levelup-right ul li {
        font-size: 1rem;
        margin-bottom: 5px;
        color: #000000;
    }

    .hoffman-levelup-right ul li:last-child {
        font-size: 1rem;
        margin-bottom: 15px;
        color: #000000;
    }

    .hoffman-levelup-bottom {
        text-align: center;
        padding: 0px 0px 3.5%;
        font-size: 2.5rem !important; 
        line-height: 1;
        color: #000000 !important;
		font-weight: bold;
    }

.hoffman-levelup-right p:last-child,
.hoffman-levelup-left p:last-child {
	margin-bottom: 0px !important;
}

.hoffman-levelup-right p a,
.hoffman-levelup-left p a {
	color: #000000 !important;
}


    /* Ready to Join Section */
    .hoffman-ready-join {
        display: flex;
    }

    .hoffman-ready-left {
        flex: 1.5;
        padding: 175px 60px;
        background-color: var(--white);
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .hoffman-ready-left h2 {
        font-size: 4rem !important; 
        line-height: 1;
        margin-bottom: 25px;
        letter-spacing: -1px;
    }

	.hoffman-ready-left h2 span {
		display: block !important;
	}

    .hoffman-ready-left p {
        margin-bottom: 15px;
        font-size: 1rem;
        /* color: var(--text-gray); */
    }

    .hoffman-ready-right {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .hoffman-action-box {
        flex: 1;
        padding: 0px 40px;
        color: var(--white) !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-decoration: none;
        transition: opacity 0.2s ease;
		min-height: 170px;
    }
    
    .hoffman-action-box:hover {
        opacity: 0.9;
        cursor: pointer;
    }

    .hoffman-action-box h3 {
        font-size: 1.5rem !important;
        margin-bottom: 5px;
        color: var(--white);
    }
    
    .hoffman-action-box p {
        font-size: 0.9rem;
        opacity: 0.8;
        color: var(--white);
    }

    .hoffman-box-blue { background-color: var(--side-blue); }
    .hoffman-box-black { background-color: var(--black); }
    .hoffman-box-midblue { background-color: var(--mid-blue); }

    /* Connect Section */
    .hoffman-connect {
        display: flex;
        background-color: var(--dark-blue);
        color: var(--white);
    }

    .hoffman-connect-content {
        flex: 1;
        padding: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hoffman-connect-content h2 {
        font-size: 6rem; 
        margin-bottom: 40px;
        line-height: 1;
        color: var(--white);
        letter-spacing: -1px;
    }

    .hoffman-contact-info {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin-bottom: 40px;
        font-size: 0.9rem;
        text-align: left;
    }

    .hoffman-contact-info div {
        margin: 0 10px;
    }
	
	
	.a.hoffman-action-box.hoffman-box-midblue,
	.hoffman-btn-gold,
	.hoffman-btn-white,
	.hoffman-btn-apply,
	a.hoffman-benefit-item,
	a.hoffman-exp-card,
	.hoffman-view-all-jobs a,
	.hoffman-ready-right a {
		text-decoration: none !important;
	}










    /* Responsive Breakpoints scoped to widget */
    @media (max-width: 900px) {
        .hoffman-hero,
		.hoffman-referral,
        .hoffman-why-work, 
        .hoffman-benefits-top, 
		.hoffman-benefits-icons,
		.hoffman-levelup,
		.hoffman-levelup-top,
        .hoffman-ready-join, 
        .hoffman-connect {
            flex-direction: column;
        }
        .hoffman-hero-left h1 {
            font-size: 5.25rem !important;
        }
        .hoffman-hero-left h1 span {
            font-size: 1.75rem !important;
        }
		
		.hoffman-hero-right {
            grid-template-columns: 1fr;
        }
		
		.hoffman-benefits-icons {
            grid-template-columns: 1fr;
        }
		
        .hoffman-why-work-content h2,
        .hoffman-experience h2,
        .hoffman-jobs h2,
        .hoffman-ready-left h2,
        .hoffman-connect-content h2 {
            font-size: 2.5rem;
        }
        .hoffman-experience-cards {
            grid-template-columns: 1fr 1fr;
        }
        .hoffman-jobs-grid {
            grid-template-columns: 1fr;
        }
        .hoffman-view-all-jobs {
            grid-column: 1;
            text-align: left;
            justify-content: flex-start;
        }
		
		.hoffman-levelup-bottom {
			font-size: 1.8rem !important;
			padding-bottom: 5% !important;
		}
        
		.hoffman-hero-right,
		.hoffman-ready-left,
		.hoffman-levelup-right,
		.hoffman-referral-left,
		.hoffman-referral-right {
            padding: 5% !important;
        }
		
		.hoffman-hero-left,
		.hoffman-levelup-left {
			padding-top: 5% !important;
			padding-left: 5% !important;
			padding-right: 5% !important;
			padding-bottom: 0 !important;
		}
		
		.hoffman-ready-left h2 {
			font-size: 3.5rem !important;
			margin-bottom: 15px !important;
		}
		
		.hoffman-ready-left h2 span {
			display: inline !important;
		}
		
		.hoffman-ready-left p:last-child {
			margin-bottom: 0px !important;
		}

        /* Added mobile fixes for benefit icons */
        .hoffman-benefits-icons {
            padding: 20px;
            gap: 15px;
        }

        .hoffman-benefit-item p {
            font-size: 1.1rem;
        }
    }







.video-wrap {
	width: 100%;
	min-width: 280px;
	max-width: 700px !important;
	margin: 0px auto;
}
	
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}