/* 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: #EFA90D;
    color: #000;
}

.defaultButton-lightGrey {
    background-color: #FFF;
    color: #000;
    border: 1px solid #D3D3D3;
}

.defaultButton-darkGrey {
    background-color: #3E3E3E;
    color: #FFF;
}

.defaultButton-White {
    background-color: #fff;
    color: #000;
}

.Underline{text-decoration:underline;}

.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}

.blockquote-FooterLine{}
.fullWidthImage{}
.fullWidthImageWithBorder{}
.imageWithBorder{}
.imageTitle{}
.feedbackLink {
}
.defaultButton-primary {
    background-color: #1d444a;
    color: #fff;
}

.defaultButton-secondary {
    background-color: #f15c41;
    color: #000;
}

.defaultButton-light {
    background-color: #e5e5e3;
    color: #000;
    border: 1px solid #D3D3D3;
}

.defaultButton-dark {
    background-color: #3e3e3e;
    color: #FFF;
}