header.header-content{
    width: 100%;
    max-width: 100%!important;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 15px;
    background-position: center;
}

.header-form-desktop {
    display: block;
    max-width: 435px;
}

.header-form-mobile {
    display: none;
}

.header-overlay {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1210px;
}

.header-content .header-info {
    padding-top: 280px;
    max-width: 776px;
}

.header-content .degree-title {
    font-family: 'National 2 Bold';
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.48px;
    color: #004483;
    font-weight: 500;
}

.header-content .program-title {
    font-family: 'National 2';
    font-size: 46px;
    line-height: 62px;
letter-spacing: 1.04px;
color: #004483;
opacity: 1;
}

.page-template-page-program .header-form-mobile {
    margin-top: 17px !important;
    margin-bottom: 32px !important;
}





/*
.header-content {

    background-size: cover; 
    background-position: center center; 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

 Continue with additional media queries for larger screens if necessary */
.header-container {
    position: relative;
	margin-top: 70px;

}


.header-content #requestinfo header {
    font-family: 'National 2 Bold';
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    padding: 20px;
    color: #FFF;
    background-color: #477cb0;
    line-height: 24px;
}

.header-content #requestinfo_section #requestinfo {
    background: transparent;
    padding: 0;
}

.header-content #enterpriseform {
    background-color: #477CB0;
    padding: 0 30px 20px;
}

.adjusted-margin {
        margin-top: 138px !important;
    }

.header-content-mobile {
    display: none;
}

@media screen and (max-width: 999px) {
    
    header.adjusted-margin {
        margin-top: 70px !important;
    }
    
    header.header-content{
        height: 480px;
    }

    .header-form-desktop {
        display: none;
    }
    
    .header-form-mobile {
        display: block;
    }

    .header-content .header-info {
        display: none;
    }

    #requestinfo header {
        font-family: 'National 2 Bold';
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 2px;
        padding: 20px;
        color: #FFF;
        background-color: #477cb0;
        line-height: 28px;
    }

    .header-content-mobile {
        display: block;
        background-color: #0083CA;
        padding: 25px 15px !important;
    }

    .header-content-mobile h1,
    .header-content-mobile h2 {
        color: #fff;
        text-align: center;
    }

    .header-content-mobile h1 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .header-content-mobile h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 762px) {
    header.header-content{
        
        height: 222px;
    }
}

@media screen and (min-width: 1000px) {
    .header-content .degree-title {
        background-color: #FFFFFFB3;
        padding: 15px;
        margin: 0;
    }
    
    .header-content .program-title {
        background-color: #FFFFFFB3;
        padding: 0 15px 15px;
    }
}