/*
 * Mixins
 *
 */
/**
 * MLS Specific Variables
 */
/**
 * Nav
 */
/**
 * Boxes
 */
/**
 * Features
 */
/**
 * Buttons
 **/
/**
 * Sponsor
 */
/**
 * DL
 */
/**
 * News
 */
/**
 * Forum
 */
/**
 * Footer
 */
/**
 * General Styling
 */
/* line 5, ../sass/partials/_general.scss */
.region-navigation .mobile-logo {
  background-image: url("/sites/montreal/themes/montreal/img/mobile-logo.png");
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  /* line 12, ../sass/modules/_mixins.scss */
  .region-navigation .mobile-logo {
    background-image: url("/sites/montreal/themes/montreal/img/mobile-logo@2x.png");
    -webkit-background-size: 170px 17px;
    -moz-background-size: 170px 17px;
    -o-background-size: 170px 17px;
    background-size: 170px 17px;
  }
}

@media (min-width: 45.7em) {
  /* line 14, ../sass/partials/_general.scss */
  #header .logo {
    background-image: url("/sites/montreal/themes/montreal/img/logo.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 45.7em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 45.7em) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 45.7em) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 45.7em) and (min-device-pixel-ratio: 2), only screen and (min-width: 45.7em) and (min-resolution: 2dppx) {
  /* line 12, ../sass/modules/_mixins.scss */
  #header .logo {
    background-image: url("/sites/montreal/themes/montreal/img/logo@2x.png");
    -webkit-background-size: 90px 90px;
    -moz-background-size: 90px 90px;
    -o-background-size: 90px 90px;
    background-size: 90px 90px;
  }
}

@media (min-width: 64.5em) {
  /* line 23, ../sass/partials/_general.scss */
  #header .logo {
    background-image: url("/sites/montreal/themes/montreal/img/logo.png");
    background-repeat: no-repeat;
  }
}
@media only screen and (min-width: 64.5em) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 64.5em) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 64.5em) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 64.5em) and (min-device-pixel-ratio: 2), only screen and (min-width: 64.5em) and (min-resolution: 2dppx) {
  /* line 12, ../sass/modules/_mixins.scss */
  #header .logo {
    background-image: url("/sites/montreal/themes/montreal/img/logo@2x.png");
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px 150px;
    -o-background-size: 150px 150px;
    background-size: 150px 150px;
  }
}
