/* 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: #005596;
    color: #fff;
}

.defaultButton-Secondary {
    background-color: #00AEEF;
    color: #000;
}
.defaultButton-Tertiary {
    background-color: #00A94F;
    color: #000;
}
.defaultButton-Quaternary {
    background-color: #FFC425;
    color: #000;
}

.defaultButton-Light {
    background-color: #F0F0F0;
    color: #000;
}

.defaultButton-Dark {
    background-color: #000;
    color: #fff;
}

.defaultButton-White {
    background-color: white;
    color: #000;
}

.Underline{text-decoration:underline;}

.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}
.emphasis-Quaternary{}
.emphasis-Light {}


.blockquote-FooterLine{}
.fullWidthImage{}
.feedbackLink{}
.imageTitle{}