/*$c-button-hover: darken($c-blue, 5%);*/
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* line 7, ../scss/supply-finder.scss */
.col-main {
  float: none !important;
  max-width: 100% !important;
}
/* line 11, ../scss/supply-finder.scss */
.col-main .breadcrumbs {
  display: none;
}
/* line 14, ../scss/supply-finder.scss */
.col-main .category-description {
  width: 100%;
  min-height: 305px;
  padding: 0 !important;
  background-color: #f2f2f2;
}
/* line 20, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee {
  width: 100%;
  max-width: 1280px;
  min-height: 305px;
  position: relative;
  margin: 0 auto;
}
/* line 27, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .description {
  display: none;
}
/* line 30, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule {
  width: 100%;
  max-width: 226px;
  height: 289px;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 42, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner {
  width: 100%;
  background-color: #545890;
  padding: 0;
  min-height: 289px;
}
/* line 48, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner h3 {
  font-size: 21px;
  line-height: 46px;
  font-family: "futura-pt";
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background-color: #181d67;
  text-align: center;
  margin-bottom: 0;
}
/* line 59, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner p {
  color: #fff;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0 18px;
}
/* line 66, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner form {
  margin-top: 8px;
}
/* line 69, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner form select {
  display: block;
  margin: 0 auto 5px;
  width: 179px;
  cursor: pointer;
}
/* line 75, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner form select + select {
  margin-bottom: 0;
}
/* line 79, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner form a {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  font-family: "futura-pt";
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  background-color: #181d67;
  cursor: pointer;
  padding: 5px 12px;
  margin: 13px auto 0;
  max-width: 195px;
  display: block;
  letter-spacing: 1px;
  clear: left;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* line 102, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner form a span.mobile {
  display: none;
}
/* line 105, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner form a span.desktop {
  display: inline;
}
/* line 109, ../scss/supply-finder.scss */
.col-main .category-description .inner-marquee .marqueemodule .inner form a:hover {
  text-decoration: none;
  background-color: #2b3187;
}

@media only screen and (min-width: 600px) {
  /* line 136, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .description {
    display: block;
    max-width: 474px;
    width: 54%;
    min-height: 216px;
    float: left;
    text-align: left;
    margin: 19px 0 0 4%;
    position: relative;
    padding-bottom: 35px;
  }
  /* line 147, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .description h1 {
    font-size: 33px;
    line-height: 34px;
    font-family: "classico-urw";
    font-weight: 300;
    color: #000;
    text-transform: inherit;
    margin-bottom: 7px;
    max-width: 425px;
  }
  /* line 157, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .description p {
    line-height: 24px;
    color: #636363;
    text-align: left;
    margin-bottom: 10px;
  }
  /* line 164, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .marqueemodule {
    left: inherit;
    height: 260px;
  }
  /* line 168, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .marqueemodule .inner {
    min-height: 260px;
  }
  /* line 171, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .marqueemodule .inner p {
    display: none;
  }
  /* line 174, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .marqueemodule .inner form {
    padding-top: 98px;
    background: url(../images/marquee-module-supply-finder.png) 50% 0 no-repeat;
    background-size: 144px auto;
    margin-top: -4px;
  }
}
@media only screen and (min-width: 770px) {
  /* line 196, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .description {
    margin: 39px 0 0 6%;
    min-height: 195px;
  }
}
@media only screen and (min-width: 979px) {
  /* line 213, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .description {
    margin-left: 2%;
    padding-left: 234px;
    max-width: 695px;
    min-height: 182px;
    width: 100%;
    background: url(/media/catalog/category/alphacard_ribbons.png) 0 0 no-repeat;
    background-size: 200px auto;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 237, ../scss/supply-finder.scss */
  .col-main .category-description .inner-marquee .description {
    margin-left: 5%;
    padding-left: 238px;
    max-width: 875px;
  }
}
