/* 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-Blue {
}
.defaultButton-Green {
}
.defaultButton-Red {
}
.defaultButton-Yellow {
}
.largeButton-Blue {
}
.largeButton-Green {
}
.largeButton-Red {
}
.largeButton-Yellow {
}
.smallButton-Blue {
}
.smallButton-Green {
}
.smallButton-Red {
}
.smallButton-Yellow {
}
.Underline {
  text-decoration: underline;
}
.emphasis-Blue {
}
.emphasis-Green {
}
.emphasis-Red {
}
.emphasis-Yellow {
}
.blockquote-FooterLine {
}
.fullWidthImage {
}
.readMore {
}
.title-block {
}
.enabled {
}
.disabled {
}
.tourism-button {
}
.tourism-button-large {
}
.tourism-button-small {
}
.tourism-button-blue {
}
.tourism-button-blue-large {
}
.tourism-button-blue-small {
}
.tourism-button-pink {
}
.tourism-button-pink-large {
}
.tourism-button-pink-small {
}
.signUp-box-title {
}
.signUp-box-content {
}
.signUp-box-link {
}
.defaultButton-Primary{}
.defaultButton-Secondary{}
.defaultButton-Tertiary{}
.defaultButton-Basic{}
.emphasis-Primary{}
.emphasis-Secondary{}
.emphasis-Tertiary{}
.imageTitle{}
.cityStudioButton-Primary {
  background-color: #4577b1;
	color: #fff !important;
	border-color: #4577b1;
}
.cityStudioButton-Light {
  background-color: #f0f0f0;
	color: #000 !important;
	border: 1px solid #f0f0f0;
}
.cityStudioButton-Dark {
  background-color: #000;
	color: #fff !important;
	border-color: #000;
}
.linkStyle-alt {}
.zevButton-Primary {
    background-color: #fff;
    color: #005cf0 !important;
}
.zevButton-Secondary {
    background-color: #a6dbb8;
    color: #000 !important;
    border-color: #a6dbb8;
}
.zevButton-Light {
    background-color: #dedede;
    color: #000 !important;
    border: 1px solid #dedede;
}

.zevButton-Dark {
    background-color: #1c2126;
    color: #fff !important;
    border-color: #1c2126;
}
