/* 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: #267c87;
    color: #fff;
}

.defaultButton-Secondary {
    background-color: #8F9833;
    color: #fff;
}

.defaultButton-Tertiary {
    background-color: #E27D1C;
    color: #fff;
}

.defaultButton-Basic {
    background-color: #D7D7D7;
    color: #000;
}

.Underline{text-decoration:underline;}
.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}
.emphasis-Basic{}
.blockquote-FooterLine{}
.fullWidthImage {}
.imageTitle {}
.feedbackLink {}