/* = GLOBAL MIXTURE RULES AND MIXINS - MUST BE INCLUDED FIRST IN ORDER
----------------------------------------------- */
/*WEBKIT ONLY*/
/* =css3 easing animation
----------------------------------------------- */
/*include
-webkit-backface-visibility: hidden;
When adding effects for chrome and safari non-flicker*/
/* @include transition(color .3s ease); */
/* = GLOBAL VARIABLES
----------------------------------------------- */
@media only screen {
  html[data-useragent*='MSIE'] header.main-header .mobile-only svg {
    height: 13px;
  }
}
/* screen */
@media only screen and (min-width: 41.75em) {
  html[data-useragent*='MSIE'] header.main-header .logo svg:first-of-type {
    height: 25px;
  }
  html[data-useragent*='MSIE'] header.main-header .logo svg:last-of-type {
    height: 14px;
  }
}
/* medium */
@media only screen and (min-width: 64.0625em) {
  html[data-useragent*='MSIE'] header.main-header .logo svg:first-of-type {
    height: 34px;
  }
  html[data-useragent*='MSIE'] header.main-header .logo svg:last-of-type {
    height: 19px;
  }
}
/* large */

/*# sourceMappingURL=ie-only.css.map */
