/*
	Stylesheet: IE/Edge
*/
/**
* IE 10
*/
html[data-ie="10"] {
  /**
  * any children of display:flex with flex-direction:column will need an explicit height
  */
}
html[data-ie="10"] header .nav-header ul.nav {
  font-size: 1rem;
}
html[data-ie="10"] header .nav-header ul.nav > li > a {
  font-size: 1rem;
}
html[data-ie="10"] header .nav-drop-down {
  display: none;
  opacity: 1;
  z-index: 99;
  transition: none;
}
html[data-ie="10"] header .nav-drop-down.active {
  display: block;
}
html[data-ie="10"] header .nav-drop-down .nav-drop-down-inner .nav-solution .solution {
  flex: 0 0 30%;
}
html[data-ie="10"] form .input.select:after {
  display: none;
}
html[data-ie="10"] .hero-simple {
  min-height: 400px;
  height: 400px;
}
html[data-ie="10"] .hero-module {
  min-height: 540px;
  height: 540px;
}

/**
* IE 11
*/
html[data-ie="11"] {
  /**
  * any children of display:flex with flex-direction:column will need an explicit height
  */
}
html[data-ie="11"] .hero-module.height-auto {
  height: auto;
}
html[data-ie="11"] .hero-simple {
  height: 340px;
}
html[data-ie="11"] .post-type-archive-resource .featured-resource-container .featured-resource-card,
html[data-ie="11"] .tax-resource_type .featured-resource-container .featured-resource-card,
html[data-ie="11"] .tax-resource_category .featured-resource-container .featured-resource-card {
  height: 300px;
}
html[data-ie="11"] .post-type-archive-resource .featured-resource-container .featured-resource-card .resource-content-container,
html[data-ie="11"] .tax-resource_type .featured-resource-container .featured-resource-card .resource-content-container,
html[data-ie="11"] .tax-resource_category .featured-resource-container .featured-resource-card .resource-content-container {
  min-height: auto;
}
@media screen and (min-width: 992px) {
  html[data-ie="11"] .post-type-archive-resource .resource-content-container,
html[data-ie="11"] .tax-resource_category .resource-content-container,
html[data-ie="11"] .tax-resource_type .resource-content-container {
    min-height: 400px;
  }
}
html[data-ie="11"] header .nav-header ul.nav {
  font-size: 1rem;
}
html[data-ie="11"] header .nav-drop-down .nav-drop-down-inner .nav-solution .solution {
  flex: 0 0 30%;
}
html[data-ie="11"] .gs-hs-custom .blog-items .blog-item:not(:first-child) {
  flex: 0 0 46%;
}
html[data-ie="11"] .cards {
  width: 100%;
}
@media screen and (min-width: 992px) {
  html[data-ie="11"] .cards[data-columns="1"] .card-container {
    max-width: 100%;
  }
  html[data-ie="11"] .cards[data-columns="2"] .card-container {
    max-width: 50%;
  }
  html[data-ie="11"] .cards[data-columns="3"] .card-container {
    max-width: 33.33334%;
  }
  html[data-ie="11"] .cards[data-columns="4"] .card-container {
    max-width: 25%;
  }
}
@media screen and (min-width: 992px) {
  html[data-ie="11"] .carousel-module .slide-content-container.has-featured-image {
    width: 100%;
  }
  html[data-ie="11"] .carousel-module .carousel-slide .slide-content-container.has-featured-image .slide-content {
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  html[data-ie="11"] .icon-grid-module.side-by-side .icon-grid {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1300px) and (min-width: 992px) {
  html[data-ie="11"] .icon-grid-module.side-by-side.icon-column-count-4 .icon-grid .icon-grid-item {
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  html[data-ie="11"] .tab-module .tabs .tab-control-container {
    max-width: 30%;
    flex-basis: 20%;
  }
  html[data-ie="11"] .tab-module .tabs .tab-content {
    max-width: 70%;
  }
}
/*# sourceMappingURL=style_ie.css.map */
