/*rough flexbox layout corrections for IE9<*/
.uw-header {
  display: block;
}

.uw-header-crest {
  float: left;
  position: relative;
  width: 10% !important;
}

.uw-header-crest img {
  float: right;
}

.uw-title-tagline {
  float: left;
  position: relative;
  width: 80% !important;
}

@media (min-width: 1100px) {
  .uw-footer .uw-footer-content > div {
    float: left;
    position: relative;
    width: 25% !important;
  }

  .uw-footer .uw-footer-content > div.uw-logo-vertical:nth-last-child(2):nth-child(1) {
    width: 50% !important;
  }

  .uw-footer .uw-footer-content > div:nth-last-child(1):nth-child(2) {
    width: 50% !important;
  }
}
.uw-footer .uw-copyright {
  clear: both;
}

#page main, #page #secondary {
  float: left;
}
#page main {
  width: 66.6667% !important;
}
#page #secondary {
  width: 33.3333% !important;
}

#page.page-builder main {
  float: none;
  width: 100% !important;
}

.uw-outer-row {
  clear: both;
}

.uw-outer-row .uw-inner-row {
  clear: both;
}
.uw-outer-row .uw-inner-row .three-column {
  float: left;
  width: 33.3333% !important;
}
.uw-outer-row .uw-inner-row .equal-column {
  float: left;
  width: 50% !important;
}

.image-gallery > .image-gallery-item {
  float: left;
  width: 25% !important;
}

.faculty-member {
  float: left !important;
  width: 33.3333% !important;
}

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