
#hero{
    background-size: cover;
    background-position: center;
    background-color: rgb(1, 42, 98);
    height: 200px;
    display: flex;
    align-items: center;
}

#hero-text{
    color: #fff;
    padding: 0px 15px;
}

.bg-gray{
    background-color: #e6e6e6;
}

.content-spacing{
    padding: 60px 0px;
}

.content-spacing .row{
    justify-content: center;
    align-items: center;
}

.reverse-content, .reg-content{
    flex-direction: column;
}

#programs .row, #one-brand .row{
    flex-direction: column;
}

#contact .flex{
    justify-content: center;
}

#contact h2{
    text-align: center;
}

#pardot-iframe-container{
    justify-content: center;
}

#pardot-iframe{
    width: 100%;
    height: 600px;
}

#programs-img{
    margin-top: 20px;
}

#one-brand-img{
    margin-bottom: 20px;
}

#programs-img, #one-brand-img, .one-item-img{
    width: 100%;
}

#programs-img img, #one-brand-img img {
    width: 100%;
}

.one-item-img img{
    width: 200px;
}

h1{
    font-size: 28px;
}

h2{
    font-size: 18px;
}

p{
    font-size: 14px;
}

@media screen and (min-width: 768px){
	#hero{
		background-image: linear-gradient(0.25turn, rgb(0, 23, 55), rgba(1, 42, 98, 15), rgba(1, 42, 98, 0), rgba(1, 42, 98, 0)), url(/portals/0/Images/pro-av-medium-global2024.webp);
        height: 240px;
    }

    .content-spacing h2{
        margin-top: 0px;
    }
    
    .content-spacing p{
        margin-bottom: 20px;
    }
    
    .content-spacing ul{
        margin-bottom: 0px;
    }

    .reverse-content{
        flex-direction: row-reverse;
    }

    .reg-content{
        flex-direction: row;
    }

    .one-item-img{
        width: 33.33333333333333%;
    }

    .one-item-img img{
        width: auto;
    }

    h1{
        font-size: 32px;
    }

    h2{
        font-size: 20px;
    }

}

@media screen and (min-width: 992px){
	#hero{
		background-image: linear-gradient(0.25turn, rgb(0, 23, 55), rgba(1, 42, 98, 15), rgba(1, 42, 98, 0), rgba(1, 42, 98, 0)), url(/Portals/0/Images/pro-av-large-global2024.webp);
        height: 300px;
    }    

    #programs-img{
        margin-top: 15px;
    }
    
    #one-brand-img{
        margin-bottom: 15px;
    }

    #programs .row, #one-brand .row{
        flex-direction: row;
    }

    #programs-img, #one-brand-img{
        width: 41.66666666666667%;
    }

    #programs-img img, #one-brand-img img{
        width: auto;
    }

    #contact h2{
        width: 700px;
    }

    #pardot-iframe{
        width: 670px;
    }

    .one-item-img{
        width: 25%;
    }

    h1{
        font-size: 36px;
    }

    h2{
        font-size: 24px;
    }

}
@media screen and (min-width: 1200px){
	#hero{
		background-image: linear-gradient(0.25turn, rgb(0, 23, 55), rgba(1, 42, 98, 15), rgba(1, 42, 98, 0), rgba(1, 42, 98, 0)), url(/Portals/0/Images/pro-av-large-global2024.webp);
        height: 360px;
    }
}

