/* 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: #0d47a1;
    border: 2px solid #FF7900;
    color: #2F2B2B;
}

.defaultButton-Secondary {
    background-color: #FEF4CB;
    border: 2px solid #FECB00;
    color: #2F2B2B;
}

.defaultButton-Basic {
    background-color: #F0F0F0;
    border: 2px solid #BDBDBD;
    color: #2F2B2B;
}

.Underline{text-decoration:underline;}

.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}

.blockquote-FooterLine{}
.fullWidthImage{}
.imageTitle{}