/*************** BASE DEFINITIONS ***************/
/*************** COLOR DEFINITIONS ***************/
/* Simple grey scale */
/* Base colors */
/* Content text colors */
/* Elements colors normal state (e.g. button) */
/* Elements colors hover state (e.g. button) */
/* Elements colors active state (e.g. button) */
/*************** FONT DEFINITIONS ***************/
/* Font families */
/* Font Sizes */
/*************** MARGIN DEFINITIONS ***************/
/* Template paddings */
/* Title margins */
/*************** BORDER DEFINITIONS ***************/
/*************** OTHER DEFINITIONS ***************/
/* line 3, ../../sass/footer.scss */
footer {
  color: #78c73f;
  background: #fff;
  font-size: 21.875px;
  padding: 20px 0 20px;
}
/* line 9, ../../sass/footer.scss */
footer .iqbm-text h4 {
  color: #383838;
  font-size: 21.875px;
}
/* line 13, ../../sass/footer.scss */
footer .iqbm-text a {
  color: #383838;
}
/* line 15, ../../sass/footer.scss */
footer .iqbm-text a:visited {
  color: #dbdbdb;
}
/* line 19, ../../sass/footer.scss */
footer .iqbm-text ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* line 23, ../../sass/footer.scss */
footer .iqbm-text ul li:before {
  content: "\f101";
  font-family: "FontAwesome";
  padding-right: 5px;
  color: #00829d;
}
/* line 31, ../../sass/footer.scss */
footer a {
  color: #78c73f;
}
/* line 33, ../../sass/footer.scss */
footer a:visited {
  color: #78c73f;
}
/* line 36, ../../sass/footer.scss */
footer a:hover {
  color: #78c73f;
  text-decoration: none;
}
