/* 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: #007749;
    color: #fff !important;
}

.defaultButton-Secondary {
    background-color: #13466b;
    color: #fff !important;
}

.defaultButton-lightGrey {
    background-color: #eff1f5;
    color: #000 !important;
}

.defaultButton-darkGrey {
    background-color: #333;
    color: #000;
}

/*.defaultButton-White {
    background-color: #fff;
    color: #000;
}

.defaultButton-Outline {
    background-color: transparent;
    border: 1px solid #007749;
    color: #007749 !important;
    font-size: 1.167em !important;
    font-weight: 600 !important;
}*/

.Underline{text-decoration:underline;}

.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}

.blockquote-FooterLine{}
.fullWidthImage{}
.imageTitle{}
.mailLink {}
.phoneLink {}