/**
 * @file
 * Groups specific Styling
 *
 * All groups specific styles.
 *
 */
/**
 * Legacy IE support.
 */
/**
 * Font faces, stacks and sizes.
 */
/**
 * Colors, etc.
 */
/**
 * Partials to be shared with all .scss files.
 */
/**
 * Layout element mixins.
 */
/* The white box with grey border that surrounds most content. */
/* The grey box that surrounds content. */
/* The white box containing the main content. Has a green top border. */
/* Content inset into the white box */
/* Content inset on grey background */
/* Content on a lightgrey background with darker border ie left nav and right column of a normal page */
/* Button-like styling for inset box that sits at normal white box level. */
/* Button with a plus icon to the left. */
/* standard button across site. */
/**
 * Text element mixins.
 */
/* line 11, ../sass/groups.scss */
#block-og-menu-og-single-menu-block select {
  display: none;
}

@media all and (max-width: 750px) {
  /* line 18, ../sass/groups.scss */
  .pane-group-logo .field-group-logo {
    margin-bottom: 10px;
  }

  /* line 22, ../sass/groups.scss */
  #block-og-menu-og-single-menu-block ul {
    display: none !important;
  }

  /* line 25, ../sass/groups.scss */
  #block-og-menu-og-single-menu-block select {
    display: block !important;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
  }
}
/* line 35, ../sass/groups.scss */
.page-initiatives .seed-flexible-content-first {
  *position: relative;
  *zoom: 1;
}
/* line 51, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.page-initiatives .seed-flexible-content-first:before, .page-initiatives .seed-flexible-content-first:after {
  content: "";
  display: table;
}
/* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.page-initiatives .seed-flexible-content-first:after {
  clear: both;
}
/* line 38, ../sass/groups.scss */
.page-initiatives .seed-flexible-content-first .panel-pane {
  clear: none;
}
/* line 41, ../sass/groups.scss */
.page-initiatives .seed-flexible-content-first #popular-groups-by-type-initiatives {
  float: left;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: -33.33333%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 44, ../sass/groups.scss */
.page-initiatives .seed-flexible-content-first #popular-groups-by-type-projects {
  float: left;
  width: 33.33333%;
  margin-left: 33.33333%;
  margin-right: -66.66667%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}
/* line 47, ../sass/groups.scss */
.page-initiatives .seed-flexible-content-first #popular-groups-by-type-programs {
  float: left;
  width: 33.33333%;
  margin-left: 66.66667%;
  margin-right: -100%;
  padding-left: 16px;
  padding-right: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
}

@media all and (max-width: 830px) {
  /* line 54, ../sass/groups.scss */
  .page-initiatives .seed-flexible-content-first #popular-groups-by-type-initiatives {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  }
  /* line 57, ../sass/groups.scss */
  .page-initiatives .seed-flexible-content-first #popular-groups-by-type-projects {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  }
  /* line 61, ../sass/groups.scss */
  .page-initiatives .seed-flexible-content-first #popular-groups-by-type-programs {
    clear: left;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 16px;
    padding-right: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("../sass-extensions/box-sizing-polyfill/boxsizing.htc");
  }
}
/* Custom styles for weed wizard button */
/* line 71, ../sass/groups.scss */
.wizard-download {
  width: 220px;
  padding: 8px;
  text-align: center;
  float: left;
}
/* line 77, ../sass/groups.scss */
.wizard-download .caption {
  margin-top: 10px;
  color: #777;
  line-height: 1.2em;
  font-size: 0.9em;
}
/* line 84, ../sass/groups.scss */
.wizard-download a.download-wizard {
  color: #FFF;
  padding: 6px 20px 6px 20px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #1E6D50;
  background: -webkit-linear-gradient(bottom, #1E6D50 0px, #258760 100%);
  background: -moz-linear-gradient(center top, #1E6D50 0px, #258760 100%) repeat scroll 0 0 transparent;
  border: 1px solid #18563D;
}
/* line 96, ../sass/groups.scss */
.wizard-download a.download-wizard:active,
.wizard-download a.download-wizard:hover,
.wizard-download a.download-wizard:link,
.wizard-download a.download-wizard:visited {
  color: #FFF;
}
