/*-- buttons --*/
/* line 3, ../scss/_main.scss */
a[class^="btn-"], button[class^="btn-"] {
  display: inline-block;
  padding: 5px 15px;
  min-height: 35px;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  background: none;
  border-radius: 2px;
  cursor: pointer;
  font-weight: normal;
  font-size: 13px;
}

/* line 18, ../scss/_main.scss */
button.btn-primary {
  background: #008ab0;
  border: 1px solid #008ab0;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 26, ../scss/_main.scss */
button.btn-primary:hover {
  background: #03a0d3;
}
/* line 30, ../scss/_main.scss */
button.btn-primary.btn-secondary {
  background: #fff;
  border: 1px solid #008AB0;
  color: #008AB0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 38, ../scss/_main.scss */
button.btn-primary.btn-secondary.sml {
  padding: 0 7px;
  height: 27px;
  font-size: 11px !important;
}

/* line 47, ../scss/_main.scss */
a.btn-secondary,
button.btn-secondary,
a.btn-secondary:hover,
button.btn-secondary:hover {
  background: #fff;
  border: 1px solid #008AB0;
  color: #008AB0;
}

/* line 56, ../scss/_main.scss */
a.btn-secondary.adr,
a.btn-secondary.adr:hover,
button.btn-secondary.adr,
button.btn-secondary.adr:hover {
  background: #ccc;
  color: #333;
  border: 1px solid #aaa;
}

/* line 67, ../scss/_main.scss */
button.btn-large {
  padding: 16px 30px 13px;
}
/* line 70, ../scss/_main.scss */
button.disabled {
  background: #b0b0b0;
  border: 1px solid #b0b0b0;
}
/* line 74, ../scss/_main.scss */
button.disabled:hover {
  cursor: auto;
}

/*-- Input group --*/
/* line 80, ../scss/_main.scss */
.inputGroup {
  display: table;
  position: relative;
}
/* line 83, ../scss/_main.scss */
.inputGroup input {
  border-radius: 4px 0 0 4px;
  height: 34px;
  display: table-cell;
  float: left;
  border-right: 0;
}
/* line 90, ../scss/_main.scss */
.inputGroup button[class^="btn-"] {
  border-radius: 0 4px 4px 0;
  display: table-cell;
}

/*-- containers --*/
/* line 98, ../scss/_main.scss */
.container {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 98, ../scss/_main.scss */
  .container {
    background: #fafafa;
  }
}

/* line 107, ../scss/_main.scss */
article.container {
  padding: 55px 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 107, ../scss/_main.scss */
  article.container {
    padding: 0;
  }
}

/*-- figures --*/
/* line 117, ../scss/_main.scss */
figure.qty {
  text-align: center;
}
/* line 119, ../scss/_main.scss */
figure.qty input {
  max-width: 60px;
  text-align: center;
}
/* line 123, ../scss/_main.scss */
figure.qty figcaption {
  margin-top: 5px;
}

/* line 128, ../scss/_main.scss */
.show_mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 128, ../scss/_main.scss */
  .show_mobile {
    display: block;
  }
}

/* line 135, ../scss/_main.scss */
section.details_wrapper {
  width: 100%;
  margin: 0 auto;
}

/*-- Product Image --*/
/* line 141, ../scss/_main.scss */
section.product_img {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 25px 25px 0 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 141, ../scss/_main.scss */
  section.product_img {
    width: 100%;
    padding: 75px 20px;
    margin: -80px 0 0 0;
  }
}
/* line 154, ../scss/_main.scss */
section.product_img .productImage img {
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  /* line 154, ../scss/_main.scss */
  section.product_img .productImage img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
}

/*-- Product Details --*/
/* line 166, ../scss/_main.scss */
section.product_details {
  width: 45%;
  margin: 45px 25px 0 0;
  position: relative;
  background: #fff;
  float: none;
  display: inline-block;
}
/* line 173, ../scss/_main.scss */
section.product_details figure {
  display: block;
  width: 150px;
  position: relative;
  margin: 0 0 15px 0;
  z-index: 0;
}
@media only screen and (max-width: 400px) {
  /* line 173, ../scss/_main.scss */
  section.product_details figure {
    width: 100%;
    float: left;
    text-align: left;
  }
}
/* line 184, ../scss/_main.scss */
section.product_details figure label {
  display: inline-block;
  width: 90px;
  text-align: left;
  font-size: 14px;
}
/* line 190, ../scss/_main.scss */
section.product_details figure input[type="text"] {
  display: inline-block;
  width: 65px;
  background: transparent;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 35px;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
}
/* line 204, ../scss/_main.scss */
section.product_details figure i {
  position: absolute;
  top: 5px;
  right: 18px;
  z-index: -1;
  width: 5px;
  height: 5px;
  color: #777;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  /* line 166, ../scss/_main.scss */
  section.product_details {
    width: 100%;
    background: #fafafa;
    margin: 0;
  }
}
@media only screen and (max-width: 400px) {
  /* line 222, ../scss/_main.scss */
  section.product_details #details.card {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 228, ../scss/_main.scss */
  section.product_details .card {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 1px #fafafa;
    padding: 50px 15px;
    width: 98%;
    margin: 0 auto 25px;
    box-sizing: border-box;
  }
}
/* line 239, ../scss/_main.scss */
section.product_details .snippet {
  margin-bottom: 10px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  /* line 239, ../scss/_main.scss */
  section.product_details .snippet {
    padding: 0 20px 50px 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e1e1;
  }
}
/* line 247, ../scss/_main.scss */
section.product_details .snippet h1 {
  font-size: 28px;
  line-height: 1.3em;
  margin-bottom: 0;
  color: #008ab0;
  padding-bottom: 10px !important;
}
/* line 254, ../scss/_main.scss */
section.product_details .snippet .favorite {
  position: absolute;
  top: 5px;
  right: 15px;
  opacity: .5;
  cursor: pointer;
}
/* line 260, ../scss/_main.scss */
section.product_details .snippet .favorite:hover {
  opacity: 1;
}
/* line 264, ../scss/_main.scss */
section.product_details .snippet .description {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 22px;
}
/* line 268, ../scss/_main.scss */
section.product_details .snippet .description .text {
  line-height: 22px;
  font-size: 16px;
}
/* line 273, ../scss/_main.scss */
section.product_details .snippet .price {
  font-size: 24px;
  margin-bottom: 25px;
  color: #777;
  float: left;
}
/* line 280, ../scss/_main.scss */
section.product_details .item_actions {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 282, ../scss/_main.scss */
  section.product_details .item_actions h3 {
    font-size: 24px;
    margin-bottom: 25px;
    color: #555;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
}
/* line 291, ../scss/_main.scss */
section.product_details .item_actions #orderInfo {
  border: none;
  margin-top: 0;
  width: 100%;
}
/* line 296, ../scss/_main.scss */
section.product_details .item_actions .actions {
  margin-bottom: 25px;
  float: right;
  width: 42%;
}
@media only screen and (max-width: 500px) {
  /* line 296, ../scss/_main.scss */
  section.product_details .item_actions .actions {
    width: 100%;
    float: none;
  }
}
/* line 304, ../scss/_main.scss */
section.product_details .item_actions .actions button {
  margin-bottom: 12px;
  cursor: pointer;
  display: block;
  width: 100%;
  min-width: 185px;
  opacity: 1;
  line-height: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 317, ../scss/_main.scss */
section.product_details .item_actions .actions button.btn-secondary.fav:before {
  content: " ";
  position: relative;
  top: 2px;
  left: 0px;
  width: 14px;
  height: 13px;
  background: url("clientlib/img/icon-fav-white.svg") no-repeat;
  display: inline-block;
  padding-left: 7px;
}
/* line 330, ../scss/_main.scss */
section.product_details .item_actions .actions button.btn-secondary.fav.active:before {
  background: url("clientlib/img/icon-fav.svg") no-repeat;
  top: 2px;
  left: -5px;
}
@media only screen and (max-width: 767px) {
  /* line 304, ../scss/_main.scss */
  section.product_details .item_actions .actions button {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
/* line 341, ../scss/_main.scss */
section.product_details .item_actions .actions button:hover {
  opacity: .9;
}
/* line 344, ../scss/_main.scss */
section.product_details .item_actions .actions button img {
  height: 18px;
  position: relative;
  top: 0;
  margin-right: 5px;
}
/* line 352, ../scss/_main.scss */
section.product_details .item_actions .item_details {
  width: 58%;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  /* line 352, ../scss/_main.scss */
  section.product_details .item_actions .item_details {
    width: 100%;
    float: none;
  }
}
/* line 360, ../scss/_main.scss */
section.product_details .item_actions .item_details figure {
  display: block;
  width: 155px;
  position: relative;
  margin: 0 0 15px 0;
  z-index: 0;
}
@media only screen and (max-width: 400px) {
  /* line 360, ../scss/_main.scss */
  section.product_details .item_actions .item_details figure {
    width: 100%;
    float: left;
    text-align: left;
  }
}
/* line 371, ../scss/_main.scss */
section.product_details .item_actions .item_details figure label {
  display: inline-block;
  width: 90px;
  text-align: left;
  font-size: 14px;
}
/* line 377, ../scss/_main.scss */
section.product_details .item_actions .item_details figure input[type="text"] {
  display: inline-block;
  width: 65px;
  background: transparent;
  padding: 5px 0;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  height: 35px;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
}
/* line 391, ../scss/_main.scss */
section.product_details .item_actions .item_details figure i {
  position: absolute;
  top: 5px;
  right: 18px;
  z-index: -1;
  width: 5px;
  height: 5px;
  color: #777;
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 400px) {
  /* line 403, ../scss/_main.scss */
  section.product_details .item_actions .item_details .details {
    width: 100%;
    float: left;
  }
}
/* line 408, ../scss/_main.scss */
section.product_details .item_actions .item_details .details table {
  width: 100%;
}
/* line 411, ../scss/_main.scss */
section.product_details .item_actions .item_details .details td {
  display: inline-block;
  line-height: 20px;
  text-align: left;
  padding: 0;
  border: none;
}
/* line 417, ../scss/_main.scss */
section.product_details .item_actions .item_details .details td.label {
  color: #888;
  font-size: 12px !important;
  width: 100px;
}
/* line 422, ../scss/_main.scss */
section.product_details .item_actions .item_details .details td.detail {
  font-size: 13px !important;
  width: 100px;
}
@media only screen and (max-width: 767px) {
  /* line 431, ../scss/_main.scss */
  section.product_details .breakdown.card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #555;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
}
/* line 440, ../scss/_main.scss */
section.product_details .breakdown.card #details {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 440, ../scss/_main.scss */
  section.product_details .breakdown.card #details {
    width: 100%;
  }
}
@media only screen and (max-width: 400px) {
  /* line 440, ../scss/_main.scss */
  section.product_details .breakdown.card #details {
    width: 100%;
  }
}
/* line 448, ../scss/_main.scss */
section.product_details .breakdown.card #details li {
  list-style-type: none;
  text-align: left;
  padding: 15px 0;
  border-bottom: 1px solid #e1e1e1;
}
@media only screen and (max-width: 767px) {
  /* line 448, ../scss/_main.scss */
  section.product_details .breakdown.card #details li {
    border: none;
  }
}
/* line 456, ../scss/_main.scss */
section.product_details .breakdown.card #details li .contentSectionContainer {
  font-size: 14px;
}
/* line 458, ../scss/_main.scss */
section.product_details .breakdown.card #details li .contentSectionContainer li {
  background: none;
  list-style-type: disc;
  border: none;
  margin-left: 25px;
}
/* line 466, ../scss/_main.scss */
section.product_details .breakdown.card #details li a {
  padding-left: 25px;
}

/*-- Product Suggestions --*/
/* line 475, ../scss/_main.scss */
section#sideBar.suggestions {
  float: none;
  width: 15%;
  margin: 25px 0 0 0;
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  /* line 475, ../scss/_main.scss */
  section#sideBar.suggestions {
    width: 100%;
    float: none;
    clear: both;
  }
}
@media only screen and (max-width: 767px) {
  /* line 490, ../scss/_main.scss */
  section#sideBar.suggestions.card {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 1px #fafafa;
    padding: 50px 15px;
    width: 98%;
    margin: 0 auto 25px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 500, ../scss/_main.scss */
  section#sideBar.suggestions.card .vertical {
    height: auto !important;
    top: 0 !important;
    width: 100% !important;
  }
}
/* line 507, ../scss/_main.scss */
section#sideBar.suggestions.card li {
  width: 100% !important;
  list-style-type: none;
  padding: 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 507, ../scss/_main.scss */
  section#sideBar.suggestions.card li {
    width: 40% !important;
    height: 185px !important;
    /* margin:0 0 15px 15px; When the carousel is vertical and only one column this prevents it from being centered*/
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 518, ../scss/_main.scss */
  section#sideBar.suggestions.card li img {
    max-height: 110px;
  }
}
/* line 523, ../scss/_main.scss */
section#sideBar.suggestions.card li h5 {
  padding: 0px !important;
}
/* line 528, ../scss/_main.scss */
section#sideBar.suggestions h4 {
  margin-top: 15px;
  text-align: center;
  font-style: italic;
  color: #777;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  /* line 528, ../scss/_main.scss */
  section#sideBar.suggestions h4 {
    font-size: 24px;
    color: #555;
    text-align: left;
    margin-bottom: 15px;
    font-style: normal;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media only screen and (max-width: 767px) {
  /* line 544, ../scss/_main.scss */
  section#sideBar.suggestions li {
    margin: 5px 10px 5px 0;
    border: 1px solid #eaeaea;
    border-radius: 4px;
  }
}
/* line 550, ../scss/_main.scss */
section#sideBar.suggestions li img {
  margin: 0 auto;
  display: block;
  max-height: 100px;
  max-width: 90%;
}
/* line 556, ../scss/_main.scss */
section#sideBar.suggestions li h5 {
  margin-top: 3px;
  color: #777;
  text-align: center;
  line-height: 14px;
}

/* line 565, ../scss/_main.scss */
#logInFormTop {
  width: 304px;
}

/* line 569, ../scss/_main.scss */
#quantityLabel {
  float: left;
  margin-top: 10px;
  width: 90px;
}

/* line 575, ../scss/_main.scss */
.iw_IL section.product_details figure {
  float: left;
}

/* line 579, ../scss/_main.scss */
.iw_IL section.product_details .details table, .iw_IL span#retailPricing.notLoggedIn.loggedIn-retail, .iw_IL span#wholesalePricing.loggedIn-wholesale {
  text-align: left;
  float: left;
}

/* line 583, ../scss/_main.scss */
.iw_IL section.product_details .contentSectionContainer .text {
  text-align: right;
}

/* line 587, ../scss/_main.scss */
#outOfStockError {
  display: none;
}

/* line 591, ../scss/_main.scss */
.author-content-info {
  display: inline-block;
}

/* normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
/* line 4, ../scss/_normalize.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, ../scss/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
/* line 9, ../scss/_normalize.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
/* line 12, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
/* line 15, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ========================================================================== Base ========================================================================== */
/** 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
/* line 19, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/** Address `font-family` inconsistency between `textarea` and other form elements. */
/** Address margins handled incorrectly in IE 6/7. */
/* line 23, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
/* line 27, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/** Improve readability when focused and also mouse hovered in all browsers. */
/* line 30, ../scss/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* ========================================================================== Typography ========================================================================== */
/** Address font sizes and margins set differently in IE 6/7. Address font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
/* line 34, ../scss/_normalize.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

/** Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
/* line 37, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
/* line 40, ../scss/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* line 42, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/** Address styling not present in Safari 5 and Chrome. */
/* line 45, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/** Address differences between Firefox and other browsers. Known issue: no IE 6/7 normalization. */
/* line 48, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/** Address styling not present in IE 6/7/8/9. */
/* line 51, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/** Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
/* line 54, ../scss/_normalize.scss */
code, kbd, pre, samp {
  font-family: 'proxima-nova', 'OpenSans', 'Pridi', 'NotoSans', 'NotoSansSC', 'NotoSansHebrew', 'NotoSansJapanese', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', 'Yu Gothic', Meiryo, 'source-han-sans-japanese', 'source-han-sans-korean', 'source-han-sans-simplified-c', Helvetica, Arial, sans-serif;
}

/** Improve readability of pre-formatted text in all browsers. */
/* line 57, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/** Address CSS quotes not supported in IE 6/7. */
/* line 60, ../scss/_normalize.scss */
q {
  quotes: none;
}

/** Address `quotes` property not supported in Safari 4. */
/* line 63, ../scss/_normalize.scss */
q:before, q:after {
  content: '';
  content: none;
}

/** Address inconsistent and variable font size in all browsers. */
/* line 66, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 69, ../scss/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 71, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 73, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ========================================================================== Lists ========================================================================== */
/** Address margins set differently in IE 6/7. */
/* line 77, ../scss/_normalize.scss */
dl, menu, ol, ul {
  margin: 0;
}

/* line 79, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/** Address paddings set differently in IE 6/7. */
/* line 82, ../scss/_normalize.scss */
menu, ol, ul {
  padding: 0;
}

/** Correct list images handled incorrectly in IE 7. */
/* line 85, ../scss/_normalize.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ========================================================================== Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improve image quality when scaled in IE 7. */
/* line 89, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/** Correct overflow displayed oddly in IE 9. */
/* line 92, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
/* line 96, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ========================================================================== Forms ========================================================================== */
/** Correct margin displayed oddly in IE 6/7. */
/* line 100, ../scss/_normalize.scss */
form {
  margin: 0;
}

/** Define consistent border, margin, and padding. */
/* line 103, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct color not being inherited in IE 6/7/8/9. 2. Correct text not wrapping in Firefox 3. 3. Correct alignment displayed oddly in IE 6/7. */
/* line 106, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/** 1. Correct font size not being inherited in all browsers. 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improve appearance and consistency in all browsers. */
/* line 109, ../scss/_normalize.scss */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/** Address Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
/* line 112, ../scss/_normalize.scss */
button, input {
  line-height: normal;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Opera. */
/* line 115, ../scss/_normalize.scss */
button, select {
  text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
/* line 118, ../scss/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/** Re-set default cursor for disabled elements. */
/* line 121, ../scss/_normalize.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/** 1. Address box sizing set to content-box in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
/* line 124, ../scss/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
/* line 127, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
/* line 130, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Remove inner padding and border in Firefox 3+. */
/* line 133, ../scss/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** 1. Remove default vertical scrollbar in IE 6/7/8/9. 2. Improve readability and alignment in all browsers. */
/* line 136, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
/* line 140, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* ========================================================================== Helpers ========================================================================== */
/* line 144, ../scss/_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 146, ../scss/_normalize.scss */
img {
  vertical-align: middle;
}

/* line 148, ../scss/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 150, ../scss/_normalize.scss */
textarea {
  resize: vertical;
}

/* line 152, ../scss/_normalize.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
