/*
Theme Name: Custom IHEP theme
Text Domain: iheptheme
Version: 0.1.0
*/

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
	aspect-ratio: 16 / 9;
}

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

/* Footer Changes 6/13 */
#site-footer .footer__menu-link,
#site-footer .footer__address{
	font-size: 20px;
	line-height: 30px;
}
#site-footer .footer__btn {
	line-height: 50px;
	height: 50px;
}
#site-footer .footer__doc-link,
#site-footer .footer__copyright {
	font-size: 18px;
	line-height: 24px;
}
#site-footer input[type='text'],
#site-footer .gform_wrapper .gform_footer input.button {
	height: 50px;
	line-height: 50px;
}
#site-footer .footer__link {
	width: 35px;
	height: 35px;
}

@media (min-width: 1440px) {
	#site-footer .footer__title {	
		font-size: 20px;
		line-height: 30px;
	}
}