/*
 * Mixins
 *
 */
/**
 * Seattle Specific Variables
 */
/**
 * Seattle defaults
 */
/**
 * Nav
 */
/**
 * Boxes
 */
/**
 * Features
 */
/**
 * Buttons
 **/
/**
 * Sponsor
 */
/**
 * DL
 */
/**
 * News
 */
/**
 * Forum
 */
/**
 * Footer
 */
/**
 * General Styling
 */
/* line 5, ../sass/partials/_general.scss */
.customclub.onecolumncp .section {
  background: #0f232d;
}

/* line 8, ../sass/partials/_general.scss */
.customclub.threecolumnstandardbutton .col {
  background: #0f232d;
}

/* line 11, ../sass/partials/_general.scss */
.customclub.twocolumntextlinks h3 {
  background-color: #0f232d;
  color: #fff;
}

/* line 17, ../sass/partials/_general.scss */
.region-navigation .mobile-logo {
  background: url(/sites/seattle/themes/seattle/img/mobile-logo.png) no-repeat center center;
}

@media (min-width: 45.7em) {
  /* line 24, ../sass/partials/_general.scss */
  #header .logo {
    background-image: url("/sites/seattle/themes/seattle/img/logo_11-17-14.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/seattle/themes/seattle/img/logo_11-17-14@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 33, ../sass/partials/_general.scss */
  #header .logo {
    background-image: url("/sites/seattle/themes/seattle/img/logo_11-17-14.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/seattle/themes/seattle/img/logo_11-17-14@2x.png");
    -webkit-background-size: 150px 150px;
    -moz-background-size: 150px 150px;
    -o-background-size: 150px 150px;
    background-size: 150px 150px;
  }
}

/* line 41, ../sass/partials/_general.scss */
.region-navigation main .menu {
  margin: 0 0 0 9em;
}
