/* Grays*/
/* Colors*/
/* Links*/
/**
 * helper mixin
 */
/* For image replacement */
/**
 * Drupal helper clone mixin
 */
body {
  color: #222222;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
}
a {
  border: none;
  color: #1c94c4;
  text-decoration: none;
}
a::before,
a,
a::after {
  transition-property: color, background-color, border-color, box-shadow, opacity;
  transition-duration: .2s;
}
a img {
  border: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
  outline: none;
  color: #1e7293;
}
a.js {
  text-decoration: none;
  border-bottom-width: .1em;
  border-bottom-style: dashed;
}
.to-left {
  float: left;
  margin-right: 7px;
}
.to-right {
  float: right;
  margin-left: 7px;
}
.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.clearfix:after,
.clearfix:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  float: none;
}
