/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2023 | 16:33:21 */
/* header {
    height: auto !important;
}

.header-program {
    background: #0EAE50;
}
.header-program-container .left-img img{
	max-width:75px;
}
.header-program .header-program-container {
    max-width: 1222px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-program .program-title {
    color: #FFF;
    font-family: Josefin Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
}

.header-program .program-subtitle {
    text-align: center;
}
.header-program .program-subtitle a{
	   color: #FD0;
    font-family: Josefin Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.header-program .program-subtitle a:hover{
	text-decoration:underline;
}
.header-program .content-wrapper {
    padding: 0 10px;
}

@media(max-width:1023px) {
    .header-program .program-title {
        font-size: 19px;
        line-height: 25px;
    }

    .header-program .program-subtitle a {
        font-size: 16px;
        line-height: 24px;
    }

}

@media(max-width:767px) {
    .header-program .header-program-container {
        padding: 5px 5px 0px 10px;
    }
	.header-program-container .right-img img{
		max-width:98px;
		width:100%;
	}
    .header-program .left-img {
        display: none;
    }

    .header-program .program-title {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
        letter-spacing: 0.5px;
    }
	.header-program .program-subtitle a{
		font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.5px;
		padding:9px 0px;
	}
    .header-program .program-subtitle {
        text-align: left;
    }

    .header-program .content-wrapper {
        padding: 0 5px 0 10px;
    }

}
 */

/*  NEW CODE */

header {
    height: auto !important;
}

.header-program {
    background: #3573CC;
}

.header-program-container .left-img img {
    max-width: 75px;
}

.header-program .header-program-container {
    max-width: 1222px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-program .program-title {
    color: #FFF;
    font-family: Josefin Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 4px;
}

.header-program .program-subtitle {
    width: 100%;
    max-width: 567px;
    margin: 0 auto;
}

.header-program .program-subtitle a {
    width: 100%;
    max-width: 567px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    background: #FD0;
    padding: 9px 20px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.header-program .program-subtitle a span {
    display: block;
    color: #000;
    font-family: Josefin Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-right: 5px;
}

.header-program .program-subtitle a img {
    display: inline-flex;
    max-width: 29px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-program .program-subtitle a:hover {
    background: #F3D300;
}


.header-program .content-wrapper {
    padding: 0 10px;
}

@media(max-width:1023px) {
    .header-program {
        padding-bottom: 6px;
        padding-top: 8px;
    }

    .header-program .header-program-container {
        padding: 0 20px;
    }

    .header-program .content-wrapper {
        padding: 0;
    }

    .header-program-container .right-img {
        width: 100px;
        margin: -6px;
    }

    .header-program-container .right-img img {
        max-width: 100px;
        width: 100%;
    }

    .header-program .left-img {
        display: none;
    }

    .header-program .program-title {
        font-size: 24px;
        line-height: 32px;
    }

    .header-program .program-subtitle,
    .header-program .program-subtitle a {
        width: 100%;
        max-width: 494px;
        margin: 0 auto 0 0;
    }

    .header-program .program-subtitle a {
        padding: 9px 21px;
    }

    .header-program .program-subtitle a span {
        font-size: 20px;
        line-height: 28px;
    }


}

@media(max-width:767px) {
    .header-program {
        padding-top: 12px;
        padding-bottom: 12px;
        overflow-x: hidden;
    }

    .header-program .program-title {
        max-width: 264px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.5px;
        text-align: left;
        margin-bottom: 4px;
    }

    .header-program .program-subtitle,
    .header-program .program-subtitle a {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 0 0;
    }

    .header-program .program-subtitle a {
        padding: 9px 6px;
    }

    .header-program .program-subtitle a span {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.5px;
    }

    .header-program .program-subtitle a img {
        max-width: 18px;
    }

    .header-program .content-wrapper {
        position: relative;
        max-width: 360px;
        margin: 0 auto;
        z-index: 1;
        padding-right: 46px;
    }

    .header-program .content-wrapper::after {
        content: '';
        position: absolute;
        background-image: url('/wp-content/uploads/2023/08/babymobile.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100px;
        height: 108px;
        top: -14px;
        left: 249px;
        z-index: -1;
    }

    .header-program-container .right-img {
        display: none;
    }

}