/* 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{}
.small-text{}
.Indent{margin-left:30px;}
.defaultButton-Primary {
    background-color: #005aaa;
    color: #fff;
}

.defaultButton-Secondary {
    background-color: #028140;
    color: #fff;
}

.defaultButton-Tertiary {
    background-color: #fcba58;
    color: #2f2b2b;
}

.defaultButton-Basic {
    background-color: #f0f0f0;
    color: #2f2b2b;
}

.defaultButton-Basic-Dark {
    background-color: #2f2b2b;
    color: #fff;
}

.defaultButton-White {
    background-color: #fff;
    color: #2f2b2b;
}
.Underline{text-decoration:underline;}
.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}
.emphasis-Quaternary{}
.blockquote-Secondary {}
.blockquote-Tertiary {}
.blockquote-FooterLine {}
.fullWidthImage{}

.imageTitle {}
.feedbackLink {}
