/* 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;}
.smallHeading {}
.defaultButton-Primary {
    background-color: #A4C422;
    color: #000;
}

.defaultButton-Secondary {
    background-color: #0075AF; 
    color: #fff;
}

.defaultButton-Tertiary {
    background-color: #FFA800;
    color: #000;
}

.defaultButton-Basic {
    background-color: #eee;
    color: #000;
}

.Underline{text-decoration:underline;}
.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}
.emphasis-Basic{}
.blockquote-FooterLine{}
.fullWidthImage{}
.imageTitle{}