/* 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: #333;
    color: #fff!important;
}

.defaultButton-Secondary {
    background-color: #fff;
    color: #000!important;
    border: 1px solid #58595b;
}

.defaultButton-Tertiary {
    background-color: #fdbb30;
    color: #000!important;
}

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