/**
 * UW Facilities icon font
 */
/* uwf font face definition. */
@font-face {
  font-family: 'uwf';
  src: url('assets/fonts/uwf.eot');
  src: url('assets/fonts/uwf.eot?#iefix') format('embedded-opentype'), url('assets/fonts/uwf.ttf') format('truetype'), url('assets/fonts/uwf.woff') format('woff'), url('assets/fonts/uwf.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Default icon font settings and colors. */
[class^="uwf-ic-"].ic--fixed-height,
[class*=" uwf-ic-"].ic--fixed-height {
  height: 70px;
}
[class^="uwf-ic-"]:before,
[class*=" uwf-ic-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'uwf' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 70px;
  color: var(--uw-color-brand-purple);
  display: block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="uwf-ic-"].gold:before,
[class*=" uwf-ic-"].gold:before,
[class^="uwf-ic-"].ic--gold:before,
[class*=" uwf-ic-"].ic--gold:before,
[class^="uwf-ic-"].gold a,
[class*=" uwf-ic-"].gold a,
[class^="uwf-ic-"].ic--gold a,
[class*=" uwf-ic-"].ic--gold a {
  color: var(--uw-color-brand-darkgold);
}
[class^="uwf-ic-"].gray:before,
[class*=" uwf-ic-"].gray:before,
[class^="uwf-ic-"].ic--gray:before,
[class*=" uwf-ic-"].ic--gray:before,
[class^="uwf-ic-"].gray a,
[class*=" uwf-ic-"].gray a,
[class^="uwf-ic-"].ic--gray a,
[class*=" uwf-ic-"].ic--gray a {
  color: var(--uw-color-brand-darkgray);
}
[class^="uwf-ic-"].gray-light:before,
[class*=" uwf-ic-"].gray-light:before,
[class^="uwf-ic-"].ic--gray-light:before,
[class*=" uwf-ic-"].ic--gray-light:before,
[class^="uwf-ic-"].gray-light a,
[class*=" uwf-ic-"].gray-light a,
[class^="uwf-ic-"].ic--gray-light a,
[class*=" uwf-ic-"].ic--gray-light a {
  color: var(--uw-color-gray);
}
[class^="uwf-ic-"].gray-med:before,
[class*=" uwf-ic-"].gray-med:before,
[class^="uwf-ic-"].ic--gray-med:before,
[class*=" uwf-ic-"].ic--gray-med:before,
[class^="uwf-ic-"].gray-med a,
[class*=" uwf-ic-"].gray-med a,
[class^="uwf-ic-"].ic--gray-med a,
[class*=" uwf-ic-"].ic--gray-med a {
  color: var(--uwf-color-brand-medlightgray);
}
[class^="uwf-ic-"].white:before,
[class*=" uwf-ic-"].white:before,
[class^="uwf-ic-"].ic--white:before,
[class*=" uwf-ic-"].ic--white:before,
[class^="uwf-ic-"].white a,
[class*=" uwf-ic-"].white a,
[class^="uwf-ic-"].ic--white a,
[class*=" uwf-ic-"].ic--white a {
  color: #fff;
}
/* Icons in alert blocks should inherit the color. */
.alert .uwf-ic:before {
  color: inherit;
}
/* Icon font sizes. */
.uwf-xs.ic--fixed-height,
.ic--xs.ic--fixed-height {
  height: var(--uwf-icon-font-size-xs);
}
.uwf-xs:before,
.ic--xs:before {
  font-size: var(--uwf-icon-font-size-xs);
}
.uwf-sm.ic--fixed-height,
.ic--sm.ic--fixed-height {
  height: var(--uwf-icon-font-size-sm);
}
.uwf-sm:before,
.ic--sm:before {
  font-size: var(--uwf-icon-font-size-sm);
}
.uwf-md.ic--fixed-height,
.ic--md.ic--fixed-height {
  height: var(--uwf-icon-font-size-md);
}
.uwf-md:before,
.ic--md:before {
  font-size: var(--uwf-icon-font-size-md);
}
.uwf-lg.ic--fixed-height,
.ic--lg.ic--fixed-height {
  height: var(--uwf-icon-font-size-lg);
}
.uwf-lg:before,
.ic--lg:before {
  font-size: var(--uwf-icon-font-size-lg);
}
@media only screen and (max-width: var(--uw-screen-xs-max)) {
  .ic--responsive:before {
    font-size: 50px;
  }
  .ic--responsive.ic--xs:before {
    font-size: 20px;
  }
  .ic--responsive.ic--sm:before {
    font-size: 30px;
  }
  .ic--responsive.ic--md:before {
    font-size: 40px;
  }
  .ic--responsive.ic--lg:before {
    font-size: 80px;
  }
}
/* Icons with inline text */
.uwf-ic-inline-text,
.ic--inline-text {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uwf-ic-inline-text:before,
.ic--inline-text:before {
  padding-right: 10px;
}
.uwf-ic-inline-text.right:before,
.ic--inline-text.right:before {
  padding-left: 10px;
}
@media only screen and (max-width: var(--uw-screen-xs-max)) {
  .uwf-ic-inline-text,
  .ic--inline-text {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.ic--inline {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top;
  text-align: center;
}
a.ic--inline {
  text-decoration: none;
  border-bottom: none;
}
a.ic--inline:hover {
  border-bottom: none;
}
/* Inline icons */
/* Enforce list styles if it's a ul. */
ul.ic-group--inline {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ic-group--inline {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ic-group--inline > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ic-group--inline a {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
}
.ic-group--inline .ic--xs {
  width: var(--uwf-icon-font-size-xs);
  height: var(--uwf-icon-font-size-xs);
}
.ic-group--inline .ic--sm {
  width: var(--uwf-icon-font-size-sm);
  height: var(--uwf-icon-font-size-sm);
}
.ic-group--inline .ic--md {
  width: var(--uwf-icon-font-size-md);
  height: var(--uwf-icon-font-size-md);
}
.ic-group--inline .ic--lg {
  width: var(--uwf-icon-font-size-lg);
  height: var(--uwf-icon-font-size-lg);
}
@media only screen and (min-width: var(--uw-screen-sm-min)) {
  .ic-group--inline {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
/* Icon grid */
/* Enforce list styles if it's a ul. */
ul.ic-grid {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ic-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  gap: 2em;
}
.ic--align-center {
  text-align: center;
}
/* Icon definitions. */
.uwf-ic-ev-scooter-bg:before {
  content: "\e9c1";
}
.uwf-ic-ev-scooter-ol:before {
  content: "\e9c2";
}
.uwf-ic-hand-heart:before {
  content: "\e9c3";
}
.uwf-ic-heart-plant:before {
  content: "\e9c4";
}
.uwf-ic-pause:before {
  content: "\e9c5";
}
.uwf-ic-pause-bg:before {
  content: "\e9c6";
}
.uwf-ic-pause-ol:before {
  content: "\e9c7";
}
.uwf-ic-play:before {
  content: "\e9c8";
}
.uwf-ic-play-bg:before {
  content: "\e9c9";
}
.uwf-ic-play-ol:before {
  content: "\e9ca";
}
.uwf-ic-truck-ucar-bg:before {
  content: "\e9cb";
}
.uwf-ic-truck-ucar-ol:before {
  content: "\e9cc";
}
.uwf-ic-minion-overall-fill:before {
  content: "\e9bf";
}
.uwf-ic-minion-overall-ol:before {
  content: "\e9c0";
}
.uwf-ic-airplane:before {
  content: "\e9b5";
}
.uwf-ic-bus:before {
  content: "\e9b6";
}
.uwf-ic-fruits:before {
  content: "\e9b7";
}
.uwf-ic-lightning-bolt:before {
  content: "\e9b8";
}
.uwf-ic-permit-square-bg:before {
  content: "\e9b9";
}
.uwf-ic-permit-square-ol:before {
  content: "\e9ba";
}
.uwf-ic-permit-square-w-bg:before {
  content: "\e9bb";
}
.uwf-ic-permit-square-w-ol:before {
  content: "\e9bc";
}
.uwf-ic-steam-plant:before {
  content: "\e9bd";
}
.uwf-ic-water-droplet:before {
  content: "\e9be";
}
.uwf-ic-arms-embrace:before {
  content: "\e999";
}
.uwf-ic-coe-logo-horiz:before {
  content: "\e99a";
}
.uwf-ic-coe-logo-vert:before {
  content: "\e99b";
}
.uwf-ic-fountain:before {
  content: "\e99c";
}
.uwf-ic-handshake-curvy:before {
  content: "\e99d";
}
.uwf-ic-handshake-heart:before {
  content: "\e99e";
}
.uwf-ic-hazardous1:before {
  content: "\e99f";
}
.uwf-ic-id-badge-thin:before {
  content: "\e9a0";
}
.uwf-ic-leaves-inverse-leaves:before {
  content: "\e9a1";
}
.uwf-ic-lightbulb:before {
  content: "\e9a2";
}
.uwf-ic-rl-logo-horiz:before {
  content: "\e9a3";
}
.uwf-ic-rl-logo-vert:before {
  content: "\e9a4";
}
.uwf-ic-swirl:before {
  content: "\e9a5";
}
.uwf-ic-three-people:before {
  content: "\e9a6";
}
.uwf-ic-two-leaves:before {
  content: "\e9a7";
}
.uwf-ic-two-squiggles:before {
  content: "\e9a8";
}
.uwf-ic-bar-chart-large-fill:before {
  content: "\e9a9";
}
.uwf-ic-bar-chart-small-fill:before {
  content: "\e9aa";
}
.uwf-ic-check-mark-bg:before {
  content: "\e9ab";
}
.uwf-ic-circle-arrow-dots:before {
  content: "\e9ac";
}
.uwf-ic-circle-arrow-dots-bg:before {
  content: "\e9ad";
}
.uwf-ic-csf-logo:before {
  content: "\e9ae";
}
.uwf-ic-hand-money-bag:before {
  content: "\e9af";
}
.uwf-ic-hand-money-bag-bg:before {
  content: "\e9b0";
}
.uwf-ic-rustic-sign:before {
  content: "\e9b1";
}
.uwf-ic-rustic-sign-bg:before {
  content: "\e9b2";
}
.uwf-ic-saf-logo:before {
  content: "\e9b3";
}
.uwf-ic-stf-logo:before {
  content: "\e9b4";
}
.uwf-ic-new-window-bg:before {
  content: "\e997";
}
.uwf-ic-new-window-ol:before {
  content: "\e998";
}
.uwf-ic-calendar-ol:before {
  content: "\e993";
}
.uwf-ic-gear-bolt-ol:before {
  content: "\e994";
}
.uwf-ic-map-with-path-ol:before {
  content: "\e995";
}
.uwf-ic-person-notebook-ol:before {
  content: "\e996";
}
.uwf-ic-email-bg:before {
  content: "\e992";
}
.uwf-ic-bullet-list:before {
  content: "\e98c";
}
.uwf-ic-bullet-list-bg:before {
  content: "\e98d";
}
.uwf-ic-pdf:before {
  content: "\e98e";
}
.uwf-ic-pdf-bg:before {
  content: "\e98f";
}
.uwf-ic-right-left-arrows:before {
  content: "\e990";
}
.uwf-ic-right-left-arrows-bg:before {
  content: "\e991";
}
.uwf-ic-thinking-lightbulb:before {
  content: "\e981";
}
.uwf-ic-caret-down:before {
  content: "\e982";
}
.uwf-ic-caret-left:before {
  content: "\e983";
}
.uwf-ic-caret-right:before {
  content: "\e984";
}
.uwf-ic-caret-up:before {
  content: "\e985";
}
.uwf-ic-chart-map:before {
  content: "\e986";
}
.uwf-ic-finger-point-tap:before {
  content: "\e987";
}
.uwf-ic-id-card-locks:before {
  content: "\e988";
}
.uwf-ic-laptop-mobile-device:before {
  content: "\e989";
}
.uwf-ic-monitor-desktop:before {
  content: "\e98a";
}
.uwf-ic-people-instructing:before {
  content: "\e98b";
}
.uwf-ic-cloud-download-bg:before {
  content: "\e971";
}
.uwf-ic-compost:before {
  content: "\e972";
}
.uwf-ic-compost-ol:before {
  content: "\e973";
}
.uwf-ic-hazardous:before {
  content: "\e974";
}
.uwf-ic-hazardous-ol:before {
  content: "\e975";
}
.uwf-ic-recycle:before {
  content: "\e976";
}
.uwf-ic-recycle-ol:before {
  content: "\e977";
}
.uwf-ic-recycle-special:before {
  content: "\e978";
}
.uwf-ic-recycle-special-ol:before {
  content: "\e979";
}
.uwf-ic-recycling-can:before {
  content: "\e97a";
}
.uwf-ic-recycling-toter:before {
  content: "\e97b";
}
.uwf-ic-trash:before {
  content: "\e97c";
}
.uwf-ic-trash-ol:before {
  content: "\e97d";
}
.uwf-ic-trees-mtn-sun:before {
  content: "\e97e";
}
.uwf-ic-waste-reduction:before {
  content: "\e97f";
}
.uwf-ic-web-browser:before {
  content: "\e980";
}
.uwf-ic-instagram-bg:before {
  content: "\e96b";
}
.uwf-ic-twitter-bg:before {
  content: "\e96c";
}
.uwf-ic-online-store:before {
  content: "\e96d";
}
.uwf-ic-hourglass-bold:before {
  content: "\e96e";
}
.uwf-ic-gavel-bold:before {
  content: "\e96f";
}
.uwf-ic-facebook-bg:before {
  content: "\e970";
}
.uwf-ic-bicycle-bg:before {
  content: "\e900";
}
.uwf-ic-bicycle-ol:before {
  content: "\e901";
}
.uwf-ic-box-truck:before {
  content: "\e902";
}
.uwf-ic-building:before {
  content: "\e903";
}
.uwf-ic-building-bg:before {
  content: "\e904";
}
.uwf-ic-building-ol:before {
  content: "\e905";
}
.uwf-ic-buildings-2d:before {
  content: "\e906";
}
.uwf-ic-buildings-3d:before {
  content: "\e907";
}
.uwf-ic-bus-bg:before {
  content: "\e908";
}
.uwf-ic-bus-ol:before {
  content: "\e909";
}
.uwf-ic-car-2x-bg:before {
  content: "\e90a";
}
.uwf-ic-car-3x-bg:before {
  content: "\e90b";
}
.uwf-ic-car-bg:before {
  content: "\e90c";
}
.uwf-ic-car-ol:before {
  content: "\e90d";
}
.uwf-ic-car-parking-roof-bg:before {
  content: "\e90e";
}
.uwf-ic-car-parking-roof-ol:before {
  content: "\e90f";
}
.uwf-ic-check-mark-ol:before {
  content: "\e910";
}
.uwf-ic-chevron-down-ol:before {
  content: "\e911";
}
.uwf-ic-chevron-left-ol:before {
  content: "\e912";
}
.uwf-ic-chevron-right-ol:before {
  content: "\e913";
}
.uwf-ic-chevron-up-ol:before {
  content: "\e914";
}
.uwf-ic-clipboard-bg:before {
  content: "\e915";
}
.uwf-ic-clipboard-ol:before {
  content: "\e916";
}
.uwf-ic-cloud-download:before {
  content: "\e917";
}
.uwf-ic-cloud-download-lock:before {
  content: "\e96a";
}
.uwf-ic-compass-bg:before {
  content: "\e918";
}
.uwf-ic-compass-ol:before {
  content: "\e919";
}
.uwf-ic-dollar-sign-bg:before {
  content: "\e91a";
}
.uwf-ic-email:before {
  content: "\e91b";
}
.uwf-ic-enews:before {
  content: "\e91c";
}
.uwf-ic-event-ticket-bg:before {
  content: "\e91d";
}
.uwf-ic-event-ticket-ol:before {
  content: "\e91e";
}
.uwf-ic-facebook:before {
  content: "\e91f";
}
.uwf-ic-gavel:before {
  content: "\e920";
}
.uwf-ic-gavel-bg:before {
  content: "\e921";
}
.uwf-ic-hand-cart:before {
  content: "\e922";
}
.uwf-ic-handshake:before {
  content: "\e923";
}
.uwf-ic-hang-tag-bg:before {
  content: "\e924";
}
.uwf-ic-hang-tag-white-fill .path1:before {
  content: "\e925";
  color: #000000;
}
.uwf-ic-hang-tag-white-fill .path2:before {
  content: "\e926";
  margin-left: -1em;
  color: #ffffff;
}
.uwf-ic-hourglass:before {
  content: "\e927";
}
.uwf-ic-hourglass-bg:before {
  content: "\e928";
}
.uwf-ic-husky-card:before {
  content: "\e929";
}
.uwf-ic-husky-paw:before {
  content: "\e92a";
}
.uwf-ic-husky-paw-ol:before {
  content: "\e92b";
}
.uwf-ic-id-badge:before {
  content: "\e92c";
}
.uwf-ic-info-bg:before,
.uwf-ic-info-ol.inverse:before {
  content: "\e92d";
}
.uwf-ic-info-ol:before,
.uwf-ic-info-bg.inverse:before {
  content: "\e92e";
}
.uwf-ic-laptop-grad-cap:before {
  content: "\e92f";
}
.uwf-ic-laptop-grad-cap-bg:before {
  content: "\e930";
}
.uwf-ic-laptop-grad-cap-ol:before {
  content: "\e931";
}
.uwf-ic-live-calendar:before {
  content: "\e932";
}
.uwf-ic-luggage:before {
  content: "\e933";
}
.uwf-ic-luggage-bg:before {
  content: "\e934";
}
.uwf-ic-luggage-ol:before {
  content: "\e935";
}
.uwf-ic-map-marker-solid-bg:before {
  content: "\e936";
}
.uwf-ic-map-marker-solid-ol:before {
  content: "\e937";
}
.uwf-ic-map-marker-thin:before {
  content: "\e938";
}
.uwf-ic-map-marker-thin-bg:before {
  content: "\e939";
}
.uwf-ic-map-marker-thin-ol:before {
  content: "\e93a";
}
.uwf-ic-map-with-marker-bg:before {
  content: "\e93b";
}
.uwf-ic-map-with-marker-ol:before {
  content: "\e93c";
}
.uwf-ic-megaphone:before {
  content: "\e93d";
}
.uwf-ic-minus:before {
  content: "\e93e";
}
.uwf-ic-minus-ol:before {
  content: "\e93f";
}
.uwf-ic-motorcycle-bg:before {
  content: "\e940";
}
.uwf-ic-motorcycle-ol:before {
  content: "\e941";
}
.uwf-ic-open-new-window:before {
  content: "\e942";
}
.uwf-ic-parking-ticket:before {
  content: "\e943";
}
.uwf-ic-parking-ticket-bg:before {
  content: "\e944";
}
.uwf-ic-parking-ticket-ol:before {
  content: "\e945";
}
.uwf-ic-pedestrian-bg:before {
  content: "\e946";
}
.uwf-ic-pedestrian-ol:before {
  content: "\e947";
}
.uwf-ic-phone:before {
  content: "\e948";
}
.uwf-ic-plus:before {
  content: "\e949";
}
.uwf-ic-plus-ol:before {
  content: "\e94a";
}
.uwf-ic-p-parking-symbol-bg:before {
  content: "\e94b";
}
.uwf-ic-p-parking-symbol-ol:before {
  content: "\e94c";
}
.uwf-ic-price-drop:before {
  content: "\e94d";
}
.uwf-ic-quotebox:before {
  content: "\e94e";
}
.uwf-ic-route-map-pointer-bg:before {
  content: "\e94f";
}
.uwf-ic-route-map-pointer-ol:before {
  content: "\e950";
}
.uwf-ic-safety-cone-bg:before {
  content: "\e951";
}
.uwf-ic-safety-cone-ol:before {
  content: "\e952";
}
.uwf-ic-share:before {
  content: "\e953";
}
.uwf-ic-shuttle-bus-bg:before {
  content: "\e954";
}
.uwf-ic-shuttle-bus-ol:before {
  content: "\e955";
}
.uwf-ic-signposts-bg:before {
  content: "\e956";
}
.uwf-ic-signposts-ol:before {
  content: "\e957";
}
.uwf-ic-star:before {
  content: "\e958";
}
.uwf-ic-star-bg:before {
  content: "\e959";
}
.uwf-ic-store:before {
  content: "\e95a";
}
.uwf-ic-store-bg:before {
  content: "\e95b";
}
.uwf-ic-tile-browse:before {
  content: "\e95c";
}
.uwf-ic-tools:before {
  content: "\e95d";
}
.uwf-ic-ucar-bg:before {
  content: "\e95e";
}
.uwf-ic-ucar-ol:before {
  content: "\e95f";
}
.uwf-ic-uw-w-bg:before {
  content: "\e960";
}
.uwf-ic-uw-w-ol:before {
  content: "\e961";
}
.uwf-ic-van-bg:before {
  content: "\e962";
}
.uwf-ic-van-ol:before {
  content: "\e963";
}
.uwf-ic-walk-bike-bg:before {
  content: "\e964";
}
.uwf-ic-walk-bike-ol:before {
  content: "\e965";
}
.uwf-ic-wheelchair-bg:before {
  content: "\e966";
}
.uwf-ic-wheelchair-ol:before {
  content: "\e967";
}
.uwf-ic-wheelchair-parking-bg:before {
  content: "\e968";
}
.uwf-ic-wheelchair-parking-ol:before {
  content: "\e969";
}

/*# sourceMappingURL=uwf.icon-font.css.map */
