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

.defaultButton-Secondary {
    background-color: #00837C;
    color: #fff;
}

.defaultButton-Tertiary {
    background-color: #BAD405;
    color: #000;
}

.defaultButton-quaternary {
    background-color: #fff;
    border-color: #00A3E0;
    color: #000;
}

.defaultButton-Quinary {
    background-color: #9561A8;
    color: #fff;
}

.defaultButton-darkGrey {
    background-color: #333;
    color: #fff;
}

.defaultButton-lightGrey {
    background-color: #eee;
    color: #000;
}


.Underline{text-decoration:underline;}

.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}
.emphasis-Grey{}
.blockquote-FooterLine {
}
.fullWidthImage{}
.feedbackLink{}
.imageTitle{}