
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){

	/* = Site Header
	---------------------------------------------------- */

	.site-logo svg{
		height: 38.2px;
	}

	/* = Page Sections
	---------------------------------------------------- */

	.slider-section-nav{
		max-width: none;
	}

	/* = Shortcodes
	---------------------------------------------------- */

	.faqs-list-navigation .faq-category-icon svg{
		max-height: 100px;
	}

	/* = Sign Up Popup
	---------------------------------------------------- */

	.sign-up-popup-logo svg{
		height: 29.9px;
	}

	/* = Site Footer
	---------------------------------------------------- */

	.bottom-logo svg{
		height: 40.5px;
	}

}

@media only screen and (max-width: 767px) and (-ms-high-contrast: active), (-ms-high-contrast: none){

	/* = Sign Up Popup
	---------------------------------------------------- */

	.sign-up-popup-logo svg{
		height: 26.9px;
	}

	/* = Shortcodes
	---------------------------------------------------- */

	.faqs-list-navigation .faq-category-icon svg{
		max-height: 90px;
	}

}

@media only screen and (max-width: 479px) and (-ms-high-contrast: active), (-ms-high-contrast: none){

	/* = Site Header
	---------------------------------------------------- */

	.site-logo svg{
		height: 21.4px;
	}

	/* = Shortcodes
	---------------------------------------------------- */

	.faqs-list-navigation .faq-category-icon svg{
		max-height: 80px;
	}

	/* = Sign Up Popup
	---------------------------------------------------- */

	.sign-up-popup-logo svg{
		height: 23.9px;
	}

	/* = Site Footer
	---------------------------------------------------- */

	.bottom-logo svg{
		height: 23px;
	}

}