/* About Default Styles
 * ---------------------
 * default.css is used to establish general rules, browser reset, or admin user interface styles.
 * Browser Reset
 * -------------
 * For a more complete reset, go to http://developer.yahoo.com/yui/reset/ */
/* line 8, ../scss/default.scss */
* {
  margin: 0;
  padding: 0;
}

/* Clear Floats Without Structural Markup
 * ---------------------------------------
 * http://www.positioniseverything.net/easyclearing.html */
/* line 16, ../scss/default.scss */
.clearfix {
  display: inline-block;
}
/* line 18, ../scss/default.scss */
.clearfix:after {
  content: "";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \ */
/* line 26, ../scss/default.scss */
* html .clearfix {
  height: 1%;
}

/* line 29, ../scss/default.scss */
.clearfix {
  display: block;
}

/* End hide from IE-mac */
/* clear classes */
/* line 35, ../scss/default.scss */
.clearleft, .clearl, .cleft {
  clear: left;
}

/* line 38, ../scss/default.scss */
.clearright, .clearr, .cright {
  clear: right;
}

/* line 41, ../scss/default.scss */
.clear, .clearboth, .clearall {
  clear: both;
}

/* Float classes */
/* line 45, ../scss/default.scss */
.floatleft, .fleft, .floatl {
  float: left;
  margin: 0 10px 5px 0;
}

/* line 49, ../scss/default.scss */
.floatright, .fright, .floatr {
  float: right;
  margin: 0 0 5px 10px;
}

/* "Skip to Main Content" link
 * ---------------------------
 * This link useful for both visually impaired people and those with mobility impairments
 * who cannot use a mouse. http://www.webaim.org/techniques/css/invisiblecontent/ */
/* line 59, ../scss/default.scss */
#skip a:link, #skip a:hover, #skip a:visited {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* line 67, ../scss/default.scss */
#skip a:active, #skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

/* line 74, ../scss/default.scss */
label.placeholder {
  cursor: text;
  padding: 4px 4px 4px 4px;
  color: #999999;
}

/* html5 placeholder support */
/* line 80, ../scss/default.scss */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input:placeholder, textarea:placeholder {
  color: #999999;
}

/* line 84, ../scss/default.scss */
img {
  display: block;
}

/* line 89, ../scss/default.scss */
iframe {
  max-width: 100%;
  width: 100%;
}
