  /* 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: #005961;
    color: #fff;
}

.defaultButton-Secondary {
    background-color: #D84007;
    color: #fff;
}

.defaultButton-lightGrey {
    background-color: #DFDFDF;
    color: #1F1A17;
}

.defaultButton-darkGrey {
    background-color: #222;
    color: #fff;
}
.defaultButton-Tertiary {
    background-color: #B9E28C;
    color: #000;
}

.Underline {
    text-decoration: underline;
}

.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}

.blockquote-FooterLine{}
.fullWidthImage{}
.feedbackLink{}
.imageTitle{}