@charset "UTF-8";

@font-face {
  font-family: "untitled-font-1";
  src:url("../fonts/untitled-font-1.eot");
  src:url("../fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/untitled-font-1.woff") format("woff"),
    url("../fonts/untitled-font-1.ttf") format("truetype"),
    url("../fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cb_icon_element {}

.cb_icon_element_inner {
	position: relative;
	display: inline-block;
}

.cb_icon_element a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: content-box;
}

.cb-icon { 
	line-height: 0;
	display: block;
}

.cb-icon.x-small { font-size: 2em !important; }
.cb-icon.small { font-size: 4em !important; }
.cb-icon.regular { font-size: 6em !important; }
.cb-icon.large { font-size: 8em !important; }
.cb-icon.x-large { font-size: 10em !important; }

.cb-icon.black { color: #333333 !important; }
.cb-icon.gray { color: #999999 !important; }
.cb-icon.white { color: #FFFFFF !important; }
.cb-icon.orange { color: #c63818 !important; }
.cb-icon.navy { color: #2f363b !important; }
.cb-icon.gold { color: #e89619 !important; }
.cb-icon.maroon { color: #762022 !important; }

.icon-business:before {
  content: "i";
}
.icon-chart-growth:before {
  content: "j";
}
.icon-church:before {
  content: "k";
}
.icon-globe:before {
  content: "l";
}
.icon-individuals:before {
  content: "m";
}
.icon-nonprofit:before {
  content: "n";
}
.icon-regional-alliance:before {
  content: "a";
}
.icon-summit:before {
  content: "p";
}
