@media all and (-ms-high-contrast: none) {
  /*  IE10  */ }

@media all and (-ms-high-contrast: none) and (min-width: 600px) {
  .hero .block {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto; } }

@media all and (-ms-high-contrast: none) {
  .page-header .news-letter-signup input[type=text] {
    padding: 0 10px 0 10px; }
  .quote-sidebar .your-details input[type=text], .quote-sidebar .your-details input[type=email] {
    padding: 0 10px 0 10px; }
  .contact-page-form input[type=text], .contact-page-form input[type=email] {
    padding: 0 10px 0 10px; }
  html {
    overflow-y: scroll;
    overflow-x: hidden; }
  /* this is how to target just IE11 */
  /*

    *::-ms-backdrop, .hero {
		@media (min-width: 600px) {
			.block {

			}
		}
	}

	*/ }

/*# sourceMappingURL=ie-10-11.css.map */
