/* i:Create Styles
Author:	eSolutionsGroup.ca

These styles are available to the client while editing an i:Create
page.  Clients can select the below styles from a drop-down list
to apply to text. */
.Left {
  text-align: left;
}
.Right {
  text-align: right;
}
.IntroParagraph {
}
.Indent {
  margin-left: 30px;
}

.defaultButton-Primary {
  background-color: #a1d683;
  color: #000;
}
.defaultButton-Secondary {
  background-color: #00acd8;
  color: #000;
}
.defaultButton-Tertiary {
  background-color: #f05323;
  color: #000;
}
.defaultButton-Quaternary {
  background-color: #008375;
  color: #000;
}
.defaultButton-Basic {
  background-color: #d1d1d1;
  color: #000;
}
.defaultButton-LightGrey {
    background-color: #d1d1d1;
    color: #000;
}
.defaultButton-DarkGrey {
    background-color: #1d1d1d;
    color: #fff;
}

.Underline {
    text-decoration: underline;
}
.emphasis-Primary {
}
.emphasis-Secondary {
}
.emphasis-Tertiary {
}
.emphasis-Basic {
}
.blockquote-FooterLine {
}
.styled {
}

.fullWidthImage {
}

.feedbackLink {
}
