/* ----------------------------- */
/* XO Spark Pattern Styles ----- */
/* ----------------------------- */


/* -------------------- */
/* MOBILE MENU -------- */
/* -------------------- */

.et_mobile_menu li li {
	padding-left: 0px !important;
}
.et_mobile_menu li ul.sub-menu {
	margin-bottom: 30px;
}
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu.hide,
.et_mobile_menu .sub-menu.hide, 
.et_mobile_menu .hideOnMobile {
    display: none !important;
}
.mobile_nav {
	padding: 25px 0px;
}
.et_mobile_menu .menuInfo {
	padding-top: 25px;
	padding-bottom: 25px;
}
.et_mobile_menu li.searchMenu .et_pb_searchform > div:after {
	top: 2px;
}
.et_mobile_menu li.searchMenu .et_pb_search {
	margin-top: 15px;
}
.et_mobile_menu .menu-item-has-children {
    position: relative;
}
.et_mobile_menu .menu-item-has-children > a {
    background: transparent;
}
.et_mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px 10px 50px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
}
span.menu-closed:before {
    content: "\4c";
    display: block;
    color: inherit;
    font-size: 18px;
    font-family: ETmodules;
    color: #000;	
	transition: all 1s;
}
span.menu-closed.menu-open:before {
    transform: rotate(45deg);
}


/* -------------------- */
/* Side Nav ----------- */
/* -------------------- */

.et_pb_side_nav_page ul.et_pb_side_nav {
	width: auto;
	min-width: 120px;
	top: 30%;
	overflow: scroll;
	max-height: 90vh;
	padding: 0px;
	padding-top: 15px;
	margin-top: 0px !important;
	background: #fff !important;
	-webkit-border-top-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-moz-border-radius-topleft: 0px !important;
	-moz-border-radius-bottomleft: 0px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	transition: right 1.2s;
}
.et_pb_side_nav_page .abridge ul.et_pb_side_nav {
	right: -86px;
}
 .et_pb_side_nav_page ul.et_pb_side_nav.et-visible {
	 -webkit-animation:none !important;
	 animation:none !important;
 }
.et_pb_side_nav_page span.sideNav {
	position: fixed;
	display: block;
	top: calc(30% - 30px);
	right: 7px;
	z-index: 9;
	border-radius: 100%;
	background: rgba(255,255,255,0) !important;
	
}
.et_pb_side_nav_page span.sideNav:before {
	content: "\e03c";
	font-family: ETModules;
	font-size: 22px;
	color: var(--second-color);
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	border-radius: 100%;
	background: radial-gradient(#fff 40%, rgba(255,255,255,0) 41%) !important;

}
.et_pb_side_nav_page .abridge span.sideNav:before {
	content: "\e03b";
}
.et_pb_side_nav_page ul.et_pb_side_nav::-webkit-scrollbar { 
	width: 0 !important ;
}

.et_pb_side_nav_page ul.et_pb_side_nav .side_nav_item {
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	padding: 0px !important;
}
.et_pb_side_nav_page ul.et_pb_side_nav .side_nav_item:first-child, ul.et_pb_side_nav .side_nav_item:last-child {

}
.et_pb_side_nav_page .abridge ul.et_pb_side_nav .side_nav_item {

}
.et_pb_side_nav_page .abridge ul.et_pb_side_nav .side_nav_item a {
	width: 14px !important;
	height: 14px !important;
	border: 1px solid;
	border-color: #161616;
	border-radius: 100%;
	margin: 15px 9px !important;
}
.et_pb_side_nav_page .expand ul.et_pb_side_nav .side_nav_item a {
	padding: 10px !important;
	width: auto !important;
	height: auto !important;
	text-indent: 15px;
	color: rgba(255,255,255,0);
	border-bottom: 1px solid #fff;
	border-radius: 0px !important;
	margin-right: 0px !important;
	background-color: rgba(255,255,255,0);
}
.et_pb_side_nav_page .expand ul.et_pb_side_nav .side_nav_item a:before {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}
.et_pb_side_nav_page .expand ul.et_pb_side_nav .side_nav_item a.active {
	background-color: rgba(255,255,255,0) !important;
	border-color: #161616;
}
.et_pb_side_nav_page .expand ul.et_pb_side_nav .side_nav_item a.active:before {
	opacity: 1;
	color: #161616 !important;
	font-weight: 700;
}
.et_pb_side_nav_page .abridge ul.et_pb_side_nav .side_nav_item a.active {
	background-color:  #161616 !important;
}


/* -------------------- */
/* MISC --------------- */
/* -------------------- */

.is_clickable {
	cursor: pointer;
}
.bringFront .et_pb_column:hover,
.bringFront .et_pb_module:hover{
	z-index: 9999;
}

/**/
.titleArrow .et_pb_blurb_container .et_pb_module_header,
.titleArrow article .entry-title,
.blurbZoom.et_clickable .et_pb_blurb_container .et_pb_module_header,
.blurbZoom.et_clickable .et_pb_toggle_title {
	position:relative;
	padding-left: 0px;
	padding-right: 30px;
	transition: padding 0.3s !important;
}
.titleArrow:hover .et_pb_blurb_container .et_pb_module_header,
.titleArrow article:hover .entry-title {
	padding-right: 0px;
	padding-left: 30px;
	transition: padding 0.3s;
	color: #00a499;
}
.titleArrow .et_pb_blurb_container .et_pb_module_header:before,
.titleArrow .et_pb_toggle_title:after,
.titleArrow article .entry-title:before,
.blurbZoom.et_clickable .et_pb_blurb_container .et_pb_module_header:before,
.blurbZoom.et_clickable .et_pb_toggle_title:after{
    content: "$";
	position: absolute;
	left: 0;
    display: inline-block;
    font-family: ETmodules;
    font-weight: 300;
    width: 0;
    overflow: hidden;
    transition: 0.3s !important;
}
.titleArrow .et_pb_toggle_title:after,
.blurbZoom.et_clickable .et_pb_toggle_title:after{
	float: left;
	line-height: 130%;
	color: #161616;
	font-weight: 700;
	font-size: 24px;
	position: absolute;
	left: 0;
	width: 0;
	transition: 0.3s !important;
	top: 22px;
}
.titleArrow:hover .et_pb_blurb_container .et_pb_module_header:before,
.titleArrow .et_pb_toggle_title:hover:after,
.titleArrow article:hover .entry-title:before,
.blurbZoom.et_clickable:hover .et_pb_blurb_container .et_pb_module_header:before,
.blurbZoom.et_clickable .et_pb_toggle_title:hover:after{
	width: 30px !important;
}
/**/
.sparkBullet ul {
	list-style-type: none !important;
	padding-left: 0px !important;
}
.sparkBullet ul li,
.sparkBullet ul li a {
	position: relative;
	color: #a7a7a7 !important;
	transition: .5s;
}
.sparkBullet ul li a {
	padding-left: 20px;
}
.sparkBullet ul li:before,
.sparkBullet ul li a:after {
	position: absolute;
	content: '$';
	font-family: 'ETModules';
	font-size: inherit;
	font-weight: 300;
	color: #a7a7a7;
	overflow: hidden;
}
.sparkBullet ul li:before {
	margin-right: 3px;
}
.sparkBullet ul li:after {
	margin-left: 30px;
}
.sparkBullet ul li:hover a {
	padding-left: 0px;
}
.sparkBullet ul li:hover:before,
.sparkBullet ul li a:after {
	width: 0px;
}
.sparkBullet ul li:hover a:after {
	width: 30px;
}


/* -------------------- */
/* Accordion ---------- */
/* -------------------- */

.spark-accordion .et_pb_toggle_title:before, 
.spark-accordion .et_pb_toggle_title:before, 
.spark-accordion .et_pb_toggle_title:before,
.spark-accordion .et_pb_toggle_open > .et_pb_toggle_title:before{
	content: "\e050" !important;
	display: block !important;
	transition: all .6s;
    }
.spark-accordion .et_pb_toggle_open > .et_pb_toggle_title:before {
	transition: all .6s;
	transform: rotate(45deg);
}
@media screen and (min-width: 981px) {
	.twoColumns .et_pb_accordion {
		column-count: 2;
		column-gap: 50px;
	}
	.twoColumns .et_pb_accordion > .et_pb_module {
		break-inside: avoid-column;
	}
	.twoColumns .et_pb_module.accNo0 {
		break-after:column;
		margin-bottom: 30px !important;
	}
}

/* -------------------- */
/* TABS --------------- */
/* -------------------- */

.spark_tabs.et_pb_module ul.et_pb_tabs_controls > li:last-child {
    margin-right: 0 !important;
}
.spark_tabs.et_pb_module ul.et_pb_tabs_controls > li > a {
	display: block !important; 
	width: 100%;
}
ul.et_pb_tabs_controls:after {
	display: none !important;
}
.et_pb_tabs_controls::-webkit-scrollbar {
	display: none !important;
  }	

/* -------------------- */
/* STICKY TABS -------- */
/* -------------------- */

.spark_sticky_tabs .et_pb_tabs_controls {
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
}

@media screen and (min-width:981px) {
	.spark_sticky_tabs .et_pb_tabs_controls {
		top: 74px;
	}
} /* end responsive */


/* -------------------- */
/* BLURBS ------------- */
/* -------------------- */


.et_pb_blurb.et_pb_blurb_position_top .et_pb_main_blurb_image {
    display: block;
}
.et_pb_column:hover {
	z-index: 9 !important;
} 
.slideButton .et_pb_button_wrapper {
	overflow:hidden;
}
.slideButton .et_pb_promo_button:after,
body.et-db #page-container #et-boc #main-content .et-l .et_pb_section .et_pb_row .slideButton.et_pb_promo .et_pb_promo_button.et_pb_custom_button_icon:after {
	font-size: 30px !important;
}
.imageHover:hover .et_pb_main_blurb_image {
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	transition: 0.3s;
}
body #page-container .et_pb_section .slideButton.et_pb_promo:hover .et_pb_promo_button.et_pb_button:after,
.slideButton.et_pb_module:hover .et_pb_button_wrapper>.et_pb_promo_button,
.slideButton.et_pb_module:hover .et_pb_button_wrapper>.et_pb_promo_button:after {
	color: #ffffff !important;
	transform: translate(0, 0);
 }
@media screen and (min-width:981px) {
	.slideButton .et_pb_promo_button {
		transform: translateX(calc(-100% + 30px));
		transition: 0.3s !important;
	}
}
@media screen and (max-width:980px) {
	body #page-container .et_pb_section .slideButton.et_pb_promo:hover * {
		color: #ffffff !important;
		transform: translate(0, 0);
	}
}



/* -------------------- */
/* CONTENT BLOCKS  ---- */
/* -------------------- */


.textHover.et_pb_blurb:hover .et_pb_blurb_description {
    transform: translate(0, 6px);
    transition-delay: 0s;
}
.textHover .et_pb_blurb_container .et_pb_module_header:after {
    display: block;
    content: " ";
    width: 0;
    height: 1px;
    margin: 10px auto -10px;
    transition: 0.3s;
	transition-delay: 0s;
	background-color: #d9d9d9;
}
.textHover:hover .et_pb_blurb_container .et_pb_module_header:after {
    width: 100%;
    transition-delay: 0.3s;
}


/* -------------------- */
/* BIO CARDS ---------- */
/* -------------------- */

.et_pb_team_member_image {
    max-width: 100% !important;
}
.et_pb_team_member img {
    display: block;
    width: 100%;
}
.bioZoom .et_pb_team_member_image:before,
.bigPic .et_pb_team_member_image:before{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #141414;
    opacity: 0;
    transition: all .3s ease-out;
}
.bioZoom:hover .et_pb_team_member_image:before,
.bigPic:hover .et_pb_team_member_image:before {
    opacity: 0.5;
}

.bioZoom:hover .et_pb_team_member_description,
.bigPic:hover .et_pb_team_member_description {
    transition-delay: 0.4s;
    opacity: 1 !important;
    transition: all .3s ease-out;
}
@media (max-width: 980px) and (min-width: 768px) {
	.et-db #et-boc .et-l .et_pb_column .bigPic .et_pb_team_member_image,
	.bigPic .et_pb_team_member_image {
		float: none !important;
	}
}
@media screen and (min-width: 981px) {
	.bioZoom .et_pb_team_member_description {
		position: absolute !important;
		top: 50%;
		left: 0;
		width: 100%;
		padding-bottom: 0;
		opacity: 0;
		transition: all .3s ease-out;
	}
}


/* -------------------- */
/* TESTIMONIALS  ------ */
/* -------------------- */

.et_pb_testimonial_portrait:before {
	display: none !important;
}


/* -------------------- */
/* BLOG --------------- */
/* -------------------- */


@media screen and (min-width: 981px) {
	.postImage .et_pb_ajax_pagination_container,
	.postClean .et_pb_ajax_pagination_container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.postImage article,
	.postClean article	{
		width: 30%;
	}
} /* end responsive */

.postImage article,
.postClean article	{
	display: flex;
	flex-direction: column;
}
.postImage article .entry-featured-image-url {
	order: 1;
	margin-bottom: 0px !important;
}
.postImage article .entry-featured-image-url img {
	width: 100%;
	object-fit: cover;
}

@media screen and (min-width: 981px) {
	.postImage article .entry-featured-image-url img {
		height: 14vw;
	}
}
.postImage article .entry-featured-image-url:before {
	content: "";
	background: rgba(0,0,0,0);
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	z-index: 1;
}
.postImage article .entry-featured-image-url:after {
	content: '\24';
	font-family: ETModules;
	color: transparent;
	position: absolute;
	top: 55%;
	left: 50%;
	margin: -16px 0 0 -16px;
	font-size: 32px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 2;
}
.postImage article .category {
	order: 2;
	color: #fff;
	padding-left: 10px;
	background: rgba(0,0,0,.65);
	height: 28px;
	z-index: 3;
	margin-top: -28px;
}
.postImage article .category a {
	color: #fff !important;
}
.postImage article .category,
.postImage article .published {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.postImage article .published {
	order: 3;
}
.postImage article .entry-title {
	order: 4;
	padding-top: 4px;
	position: relative;
}

.postImage article .entry-title,
.postImage article .post-content {
	padding-left: 0px;
}
.postImage article .post-content {
	order: 5;
}
.postClean article {
	background: #fff;
	border-radius: 4px;
	padding: 35px;
	transition: .3s;
}
.postClean article:hover {
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}
.postClean .post-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.postClean .post-content-inner {
	padding-bottom: 20px;
}

/* Hover */

.postImage article:hover .entry-featured-image-url:before {
	background: rgba(0,0,0,.8);
}
.postImage article:hover .entry-featured-image-url:after {
	color: #fff;
}
.postImage article:hover .category {
	visibility: hidden;
}

/* -------------------- */
/* FOOTER ------------- */
/* -------------------- */

.footerMenu .et_mobile_nav_menu {
	display: none !important;
}
.footerMenu .et_pb_menu__menu {
	display: block !important;
}
.footerMenu ul.et-menu {
	display: flex;
	flex-direction: column;
}
.footerMenu ul.et-menu>li>a {
	display: block;
	width: 100%;
}
.footerMenu:before {
	content: " ";
	font-size: 19px;
	display: block;
	padding-bottom: 20px;
}

@media screen and (max-width: 980px) {
	.footerMenu .et_pb_menu__wrap {
		justify-content: center !important;
	}
	.footerMenu ul.et-menu,
	.footerMenu ul.et-menu > li {
		text-align: center;
	}
	.footerMenu:before {
		text-align: center;
	}
}
@media screen and (min-width:981px) {
	.xoFooterRow .et_pb_column:first-child {
		flex: 1;
	}
	.xoFooterRow .et_pb_column_1_6 {
		width: auto !important;
	}
	.footerOptin .et_pb_newsletter_form {
		padding: 0px !important;
	}
	.footerOptin .et_pb_newsletter_form > form {
		width: 100%;
	}
	.footerOptin .et_pb_newsletter_fields {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.footerOptin .et_pb_newsletter_field {
		flex-basis: 70% !important;
	}
	.footerOptin .et_pb_newsletter_button_wrap {
		flex-basis: 28% !important;
	}
}


/* Divi Icons */
i:before {
	font-style: normal; 
}
.shift:before {
	top: 3px;
	position: relative;
}
.arrow_up:before {
	font-family:'ETmodules';
	content: "\21";
}
.arrow_down:before {
	font-family:'ETmodules';
	content: "\22";
}
.arrow_left:before {
	font-family:'ETmodules';
	content: "\23";
}
.arrow_right:before {
	font-family:'ETmodules';
	content: "\24";
}
.arrow_left-up:before {
	font-family:'ETmodules';
	content: "\25";
}
.arrow_right-up:before {
	font-family:'ETmodules';
	content: "\26";
}
.arrow_right-down:before {
	font-family:'ETmodules';
	content: "\27";
}
.arrow_left-down:before {
	font-family:'ETmodules';
	content: "\28";
}
.arrow-up-down:before {
	font-family:'ETmodules';
	content: "\29";
}
.arrow_up-down_alt:before {
	font-family:'ETmodules';
	content: "\2a";
}
.arrow_left-right_alt:before {
	font-family:'ETmodules';
	content: "\2b";
}
.arrow_left-right:before {
	font-family:'ETmodules';
	content: "\2c";
}
.arrow_expand_alt2:before {
	font-family:'ETmodules';
	content: "\2d";
}
.arrow_expand_alt:before {
	font-family:'ETmodules';
	content: "\2e";
}
.arrow_condense:before {
	font-family:'ETmodules';
	content: "\2f";
}
.arrow_expand:before {
	font-family:'ETmodules';
	content: "\30";
}
.arrow_move:before {
	font-family:'ETmodules';
	content: "\31";
}
.arrow_carrot-up:before {
	font-family:'ETmodules';
	content: "\32";
}
.arrow_carrot-down:before {
	font-family:'ETmodules';
	content: "\33";
}
.arrow_carrot-left:before {
	font-family:'ETmodules';
	content: "\34";
}
.arrow_carrot-right:before {
	font-family:'ETmodules';
	content: "\35";
}
.arrow_carrot-2up:before {
	font-family:'ETmodules';
	content: "\36";
}
.arrow_carrot-2down:before {
	font-family:'ETmodules';
	content: "\37";
}
.arrow_carrot-2left:before {
	font-family:'ETmodules';
	content: "\38";
}
.arrow_carrot-2right:before {
	font-family:'ETmodules';
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	font-family:'ETmodules';
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	font-family:'ETmodules';
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	font-family:'ETmodules';
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	font-family:'ETmodules';
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	font-family:'ETmodules';
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	font-family:'ETmodules';
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	font-family:'ETmodules';
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	font-family:'ETmodules';
	content: "\41";
}
.arrow_triangle-up:before {
	font-family:'ETmodules';
	content: "\42";
}
.arrow_triangle-down:before {
	font-family:'ETmodules';
	content: "\43";
}
.arrow_triangle-left:before {
	font-family:'ETmodules';
	content: "\44";
}
.arrow_triangle-right:before {
	font-family:'ETmodules';
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	font-family:'ETmodules';
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	font-family:'ETmodules';
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	font-family:'ETmodules';
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	font-family:'ETmodules';
	content: "\49";
}
.arrow_back:before {
	font-family:'ETmodules';
	content: "\4a";
}
.icon_minus-06:before {
	font-family:'ETmodules';
	content: "\4b";
}
.icon_plus:before {
	font-family:'ETmodules';
	content: "\4c";
}
.icon_close:before {
	font-family:'ETmodules';
	content: "\4d";
}
.icon_check:before {
	font-family:'ETmodules';
	content: "\4e";
}
.icon_minus_alt2:before {
	font-family:'ETmodules';
	content: "\4f";
}
.icon_plus_alt2:before {
	font-family:'ETmodules';
	content: "\50";
}
.icon_close_alt2:before {
	font-family:'ETmodules';
	content: "\51";
}
.icon_check_alt2:before {
	font-family:'ETmodules';
	content: "\52";
}
.icon_zoom-out_alt:before {
	font-family:'ETmodules';
	content: "\53";
}
.icon_zoom-in_alt:before {
	font-family:'ETmodules';
	content: "\54";
}
.icon_search:before {
	font-family:'ETmodules';
	content: "\55";
}
.icon_box-empty:before {
	font-family:'ETmodules';
	content: "\56";
}
.icon_box-selected:before {
	font-family:'ETmodules';
	content: "\57";
}
.icon_minus-box:before {
	font-family:'ETmodules';
	content: "\58";
}
.icon_plus-box:before {
	font-family:'ETmodules';
	content: "\59";
}
.icon_box-checked:before {
	font-family:'ETmodules';
	content: "\5a";
}
.icon_circle-empty:before {
	font-family:'ETmodules';
	content: "\5b";
}
.icon_circle-slelected:before {
	font-family:'ETmodules';
	content: "\5c";
}
.icon_stop_alt2:before {
	font-family:'ETmodules';
	content: "\5d";
}
.icon_stop:before {
	font-family:'ETmodules';
	content: "\5e";
}
.icon_pause_alt2:before {
	font-family:'ETmodules';
	content: "\5f";
}
.icon_pause:before {
	font-family:'ETmodules';
	content: "\60";
}
.icon_menu:before {
	font-family:'ETmodules';
	content: "\61";
}
.icon_menu-square_alt2:before {
	font-family:'ETmodules';
	content: "\62";
}
.icon_menu-circle_alt2:before {
	font-family:'ETmodules';
	content: "\63";
}
.icon_ul:before {
	font-family:'ETmodules';
	content: "\64";
}
.icon_ol:before {
	font-family:'ETmodules';
	content: "\65";
}
.icon_adjust-horiz:before {
	font-family:'ETmodules';
	content: "\66";
}
.icon_adjust-vert:before {
	font-family:'ETmodules';
	content: "\67";
}
.icon_document_alt:before {
	font-family:'ETmodules';
	content: "\68";
}
.icon_documents_alt:before {
	font-family:'ETmodules';
	content: "\69";
}
.icon_pencil:before {
	font-family:'ETmodules';
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	font-family:'ETmodules';
	content: "\6b";
}
.icon_pencil-edit:before {
	font-family:'ETmodules';
	content: "\6c";
}
.icon_folder-alt:before {
	font-family:'ETmodules';
	content: "\6d";
}
.icon_folder-open_alt:before {
	font-family:'ETmodules';
	content: "\6e";
}
.icon_folder-add_alt:before {
	font-family:'ETmodules';
	content: "\6f";
}
.icon_info_alt:before {
	font-family:'ETmodules';
	content: "\70";
}
.icon_error-oct_alt:before {
	font-family:'ETmodules';
	content: "\71";
}
.icon_error-circle_alt:before {
	font-family:'ETmodules';
	content: "\72";
}
.icon_error-triangle_alt:before {
	font-family:'ETmodules';
	content: "\73";
}
.icon_question_alt2:before {
	font-family:'ETmodules';
	content: "\74";
}
.icon_question:before {
	font-family:'ETmodules';
	content: "\75";
}
.icon_comment_alt:before {
	font-family:'ETmodules';
	content: "\76";
}
.icon_chat_alt:before {
	font-family:'ETmodules';
	content: "\77";
}
.icon_vol-mute_alt:before {
	font-family:'ETmodules';
	content: "\78";
}
.icon_volume-low_alt:before {
	font-family:'ETmodules';
	content: "\79";
}
.icon_volume-high_alt:before {
	font-family:'ETmodules';
	content: "\7a";
}
.icon_quotations:before {
	font-family:'ETmodules';
	content: "\7b";
}
.icon_quotations_alt2:before {
	font-family:'ETmodules';
	content: "\7c";
}
.icon_clock_alt:before {
	font-family:'ETmodules';
	content: "\7d";
}
.icon_lock_alt:before {
	font-family:'ETmodules';
	content: "\7e";
}
.icon_lock-open_alt:before {
	font-family:'ETmodules';
	content: "\e000";
}
.icon_key_alt:before {
	font-family:'ETmodules';
	content: "\e001";
}
.icon_cloud_alt:before {
	font-family:'ETmodules';
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	font-family:'ETmodules';
	content: "\e003";
}
.icon_cloud-download_alt:before {
	font-family:'ETmodules';
	content: "\e004";
}
.icon_image:before {
	font-family:'ETmodules';
	content: "\e005";
}
.icon_images:before {
	font-family:'ETmodules';
	content: "\e006";
}
.icon_lightbulb_alt:before {
	font-family:'ETmodules';
	content: "\e007";
}
.icon_gift_alt:before {
	font-family:'ETmodules';
	content: "\e008";
}
.icon_house_alt:before {
	font-family:'ETmodules';
	content: "\e009";
}
.icon_genius:before {
	font-family:'ETmodules';
	content: "\e00a";
}
.icon_mobile:before {
	font-family:'ETmodules';
	content: "\e00b";
}
.icon_tablet:before {
	font-family:'ETmodules';
	content: "\e00c";
}
.icon_laptop:before {
	font-family:'ETmodules';
	content: "\e00d";
}
.icon_desktop:before {
	font-family:'ETmodules';
	content: "\e00e";
}
.icon_camera_alt:before {
	font-family:'ETmodules';
	content: "\e00f";
}
.icon_mail_alt:before {
	font-family:'ETmodules';
	content: "\e010";
}
.icon_cone_alt:before {
	font-family:'ETmodules';
	content: "\e011";
}
.icon_ribbon_alt:before {
	font-family:'ETmodules';
	content: "\e012";
}
.icon_bag_alt:before {
	font-family:'ETmodules';
	content: "\e013";
}
.icon_creditcard:before {
	font-family:'ETmodules';
	content: "\e014";
}
.icon_cart_alt:before {
	font-family:'ETmodules';
	content: "\e015";
}
.icon_paperclip:before {
	font-family:'ETmodules';
	content: "\e016";
}
.icon_tag_alt:before {
	font-family:'ETmodules';
	content: "\e017";
}
.icon_tags_alt:before {
	font-family:'ETmodules';
	content: "\e018";
}
.icon_trash_alt:before {
	font-family:'ETmodules';
	content: "\e019";
}
.icon_cursor_alt:before {
	font-family:'ETmodules';
	content: "\e01a";
}
.icon_mic_alt:before {
	font-family:'ETmodules';
	content: "\e01b";
}
.icon_compass_alt:before {
	font-family:'ETmodules';
	content: "\e01c";
}
.icon_pin_alt:before {
	font-family:'ETmodules';
	content: "\e01d";
}
.icon_pushpin_alt:before {
	font-family:'ETmodules';
	content: "\e01e";
}
.icon_map_alt:before {
	font-family:'ETmodules';
	content: "\e01f";
}
.icon_drawer_alt:before {
	font-family:'ETmodules';
	content: "\e020";
}
.icon_toolbox_alt:before {
	font-family:'ETmodules';
	content: "\e021";
}
.icon_book_alt:before {
	font-family:'ETmodules';
	content: "\e022";
}
.icon_calendar:before {
	font-family:'ETmodules';
	content: "\e023";
}
.icon_film:before {
	font-family:'ETmodules';
	content: "\e024";
}
.icon_table:before {
	font-family:'ETmodules';
	content: "\e025";
}
.icon_contacts_alt:before {
	font-family:'ETmodules';
	content: "\e026";
}
.icon_headphones:before {
	font-family:'ETmodules';
	content: "\e027";
}
.icon_lifesaver:before {
	font-family:'ETmodules';
	content: "\e028";
}
.icon_piechart:before {
	font-family:'ETmodules';
	content: "\e029";
}
.icon_refresh:before {
	font-family:'ETmodules';
	content: "\e02a";
}
.icon_link_alt:before {
	font-family:'ETmodules';
	content: "\e02b";
}
.icon_link:before {
	font-family:'ETmodules';
	content: "\e02c";
}
.icon_loading:before {
	font-family:'ETmodules';
	content: "\e02d";
}
.icon_blocked:before {
	font-family:'ETmodules';
	content: "\e02e";
}
.icon_archive_alt:before {
	font-family:'ETmodules';
	content: "\e02f";
}
.icon_heart_alt:before {
	font-family:'ETmodules';
	content: "\e030";
}
.icon_star_alt:before {
	font-family:'ETmodules';
	content: "\e031";
}
.icon_star-half_alt:before {
	font-family:'ETmodules';
	content: "\e032";
}
.icon_star:before {
	font-family:'ETmodules';
	content: "\e033";
}
.icon_star-half:before {
	font-family:'ETmodules';
	content: "\e034";
}
.icon_tools:before {
	font-family:'ETmodules';
	content: "\e035";
}
.icon_tool:before {
	font-family:'ETmodules';
	content: "\e036";
}
.icon_cog:before {
	font-family:'ETmodules';
	content: "\e037";
}
.icon_cogs:before {
	font-family:'ETmodules';
	content: "\e038";
}
.arrow_up_alt:before {
	font-family:'ETmodules';
	content: "\e039";
}
.arrow_down_alt:before {
	font-family:'ETmodules';
	content: "\e03a";
}
.arrow_left_alt:before {
	font-family:'ETmodules';
	content: "\e03b";
}
.arrow_right_alt:before {
	font-family:'ETmodules';
	content: "\e03c";
}
.arrow_left-up_alt:before {
	font-family:'ETmodules';
	content: "\e03d";
}
.arrow_right-up_alt:before {
	font-family:'ETmodules';
	content: "\e03e";
}
.arrow_right-down_alt:before {
	font-family:'ETmodules';
	content: "\e03f";
}
.arrow_left-down_alt:before {
	font-family:'ETmodules';
	content: "\e040";
}
.arrow_condense_alt:before {
	font-family:'ETmodules';
	content: "\e041";
}
.arrow_expand_alt3:before {
	font-family:'ETmodules';
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	font-family:'ETmodules';
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	font-family:'ETmodules';
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	font-family:'ETmodules';
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	font-family:'ETmodules';
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	font-family:'ETmodules';
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	font-family:'ETmodules';
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	font-family:'ETmodules';
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	font-family:'ETmodules';
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	font-family:'ETmodules';
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	font-family:'ETmodules';
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	font-family:'ETmodules';
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	font-family:'ETmodules';
	content: "\e04e";
}
.icon_minus_alt:before {
	font-family:'ETmodules';
	content: "\e04f";
}
.icon_plus_alt:before {
	font-family:'ETmodules';
	content: "\e050";
}
.icon_close_alt:before {
	font-family:'ETmodules';
	content: "\e051";
}
.icon_check_alt:before {
	font-family:'ETmodules';
	content: "\e052";
}
.icon_zoom-out:before {
	font-family:'ETmodules';
	content: "\e053";
}
.icon_zoom-in:before {
	font-family:'ETmodules';
	content: "\e054";
}
.icon_stop_alt:before {
	font-family:'ETmodules';
	content: "\e055";
}
.icon_menu-square_alt:before {
	font-family:'ETmodules';
	content: "\e056";
}
.icon_menu-circle_alt:before {
	font-family:'ETmodules';
	content: "\e057";
}
.icon_document:before {
	font-family:'ETmodules';
	content: "\e058";
}
.icon_documents:before {
	font-family:'ETmodules';
	content: "\e059";
}
.icon_pencil_alt:before {
	font-family:'ETmodules';
	content: "\e05a";
}
.icon_folder:before {
	font-family:'ETmodules';
	content: "\e05b";
}
.icon_folder-open:before {
	font-family:'ETmodules';
	content: "\e05c";
}
.icon_folder-add:before {
	font-family:'ETmodules';
	content: "\e05d";
}
.icon_folder_upload:before {
	font-family:'ETmodules';
	content: "\e05e";
}
.icon_folder_download:before {
	font-family:'ETmodules';
	content: "\e05f";
}
.icon_info:before {
	font-family:'ETmodules';
	content: "\e060";
}
.icon_error-circle:before {
	font-family:'ETmodules';
	content: "\e061";
}
.icon_error-oct:before {
	font-family:'ETmodules';
	content: "\e062";
}
.icon_error-triangle:before {
	font-family:'ETmodules';
	content: "\e063";
}
.icon_question_alt:before {
	font-family:'ETmodules';
	content: "\e064";
}
.icon_comment:before {
	font-family:'ETmodules';
	content: "\e065";
}
.icon_chat:before {
	font-family:'ETmodules';
	content: "\e066";
}
.icon_vol-mute:before {
	font-family:'ETmodules';
	content: "\e067";
}
.icon_volume-low:before {
	font-family:'ETmodules';
	content: "\e068";
}
.icon_volume-high:before {
	font-family:'ETmodules';
	content: "\e069";
}
.icon_quotations_alt:before {
	font-family:'ETmodules';
	content: "\e06a";
}
.icon_clock:before {
	font-family:'ETmodules';
	content: "\e06b";
}
.icon_lock:before {
	font-family:'ETmodules';
	content: "\e06c";
}
.icon_lock-open:before {
	font-family:'ETmodules';
	content: "\e06d";
}
.icon_key:before {
	font-family:'ETmodules';
	content: "\e06e";
}
.icon_cloud:before {
	font-family:'ETmodules';
	content: "\e06f";
}
.icon_cloud-upload:before {
	font-family:'ETmodules';
	content: "\e070";
}
.icon_cloud-download:before {
	font-family:'ETmodules';
	content: "\e071";
}
.icon_lightbulb:before {
	font-family:'ETmodules';
	content: "\e072";
}
.icon_gift:before {
	font-family:'ETmodules';
	content: "\e073";
}
.icon_house:before {
	font-family:'ETmodules';
	content: "\e074";
}
.icon_camera:before {
	font-family:'ETmodules';
	content: "\e075";
}
.icon_mail:before {
	font-family:'ETmodules';
	content: "\e076";
}
.icon_cone:before {
	font-family:'ETmodules';
	content: "\e077";
}
.icon_ribbon:before {
	font-family:'ETmodules';
	content: "\e078";
}
.icon_bag:before {
	font-family:'ETmodules';
	content: "\e079";
}
.icon_cart:before {
	font-family:'ETmodules';
	content: "\e07a";
}
.icon_tag:before {
	font-family:'ETmodules';
	content: "\e07b";
}
.icon_tags:before {
	font-family:'ETmodules';
	content: "\e07c";
}
.icon_trash:before {
	font-family:'ETmodules';
	content: "\e07d";
}
.icon_cursor:before {
	font-family:'ETmodules';
	content: "\e07e";
}
.icon_mic:before {
	font-family:'ETmodules';
	content: "\e07f";
}
.icon_compass:before {
	font-family:'ETmodules';
	content: "\e080";
}
.icon_pin:before {
	font-family:'ETmodules';
	content: "\e081";
}
.icon_pushpin:before {
	font-family:'ETmodules';
	content: "\e082";
}
.icon_map:before {
	font-family:'ETmodules';
	content: "\e083";
}
.icon_drawer:before {
	font-family:'ETmodules';
	content: "\e084";
}
.icon_toolbox:before {
	font-family:'ETmodules';
	content: "\e085";
}
.icon_book:before {
	font-family:'ETmodules';
	content: "\e086";
}
.icon_contacts:before {
	font-family:'ETmodules';
	content: "\e087";
}
.icon_archive:before {
	font-family:'ETmodules';
	content: "\e088";
}
.icon_heart:before {
	font-family:'ETmodules';
	content: "\e089";
}
.icon_profile:before {
	font-family:'ETmodules';
	content: "\e08a";
}
.icon_group:before {
	font-family:'ETmodules';
	content: "\e08b";
}
.icon_grid-2x2:before {
	font-family:'ETmodules';
	content: "\e08c";
}
.icon_grid-3x3:before {
	font-family:'ETmodules';
	content: "\e08d";
}
.icon_music:before {
	font-family:'ETmodules';
	content: "\e08e";
}
.icon_pause_alt:before {
	font-family:'ETmodules';
	content: "\e08f";
}
.icon_phone:before {
	font-family:'ETmodules';
	content: "\e090";
}
.icon_upload:before {
	font-family:'ETmodules';
	content: "\e091";
}
.icon_download:before {
	font-family:'ETmodules';
	content: "\e092";
}
.social_facebook:before {
	font-family:'ETmodules';
	content: "\e093";
}
.social_twitter:before {
	font-family:'ETmodules';
	content: "\e094";
}
.social_pinterest:before {
	font-family:'ETmodules';
	content: "\e095";
}
.social_googleplus:before {
	font-family:'ETmodules';
	content: "\e096";
}
.social_tumblr:before {
	font-family:'ETmodules';
	content: "\e097";
}
.social_tumbleupon:before {
	font-family:'ETmodules';
	content: "\e098";
}
.social_wordpress:before {
	font-family:'ETmodules';
	content: "\e099";
}
.social_instagram:before {
	font-family:'ETmodules';
	content: "\e09a";
}
.social_dribbble:before {
	font-family:'ETmodules';
	content: "\e09b";
}
.social_vimeo:before {
	font-family:'ETmodules';
	content: "\e09c";
}
.social_linkedin:before {
	font-family:'ETmodules';
	content: "\e09d";
}
.social_rss:before {
	font-family:'ETmodules';
	content: "\e09e";
}
.social_deviantart:before {
	font-family:'ETmodules';
	content: "\e09f";
}
.social_share:before {
	font-family:'ETmodules';
	content: "\e0a0";
}
.social_myspace:before {
	font-family:'ETmodules';
	content: "\e0a1";
}
.social_skype:before {
	font-family:'ETmodules';
	content: "\e0a2";
}
.social_youtube:before {
	font-family:'ETmodules';
	content: "\e0a3";
}
.social_picassa:before {
	font-family:'ETmodules';
	content: "\e0a4";
}
.social_googledrive:before {
	font-family:'ETmodules';
	content: "\e0a5";
}
.social_flickr:before {
	font-family:'ETmodules';
	content: "\e0a6";
}
.social_blogger:before {
	font-family:'ETmodules';
	content: "\e0a7";
}
.social_spotify:before {
	font-family:'ETmodules';
	content: "\e0a8";
}
.social_delicious:before {
	font-family:'ETmodules';
	content: "\e0a9";
}
.social_facebook_circle:before {
	font-family:'ETmodules';
	content: "\e0aa";
}
.social_twitter_circle:before {
	font-family:'ETmodules';
	content: "\e0ab";
}
.social_pinterest_circle:before {
	font-family:'ETmodules';
	content: "\e0ac";
}
.social_googleplus_circle:before {
	font-family:'ETmodules';
	content: "\e0ad";
}
.social_tumblr_circle:before {
	font-family:'ETmodules';
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	font-family:'ETmodules';
	content: "\e0af";
}
.social_wordpress_circle:before {
	font-family:'ETmodules';
	content: "\e0b0";
}
.social_instagram_circle:before {
	font-family:'ETmodules';
	content: "\e0b1";
}
.social_dribbble_circle:before {
	font-family:'ETmodules';
	content: "\e0b2";
}
.social_vimeo_circle:before {
	font-family:'ETmodules';
	content: "\e0b3";
}
.social_linkedin_circle:before {
	font-family:'ETmodules';
	content: "\e0b4";
}
.social_rss_circle:before {
	font-family:'ETmodules';
	content: "\e0b5";
}
.social_deviantart_circle:before {
	font-family:'ETmodules';
	content: "\e0b6";
}
.social_share_circle:before {
	font-family:'ETmodules';
	content: "\e0b7";
}
.social_myspace_circle:before {
	font-family:'ETmodules';
	content: "\e0b8";
}
.social_skype_circle:before {
	font-family:'ETmodules';
	content: "\e0b9";
}
.social_youtube_circle:before {
	font-family:'ETmodules';
	content: "\e0ba";
}
.social_picassa_circle:before {
	font-family:'ETmodules';
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	font-family:'ETmodules';
	content: "\e0bc";
}
.social_flickr_circle:before {
	font-family:'ETmodules';
	content: "\e0bd";
}
.social_blogger_circle:before {
	font-family:'ETmodules';
	content: "\e0be";
}
.social_spotify_circle:before {
	font-family:'ETmodules';
	content: "\e0bf";
}
.social_delicious_circle:before {
	font-family:'ETmodules';
	content: "\e0c0";
}
.social_facebook_square:before {
	font-family:'ETmodules';
	content: "\e0c1";
}
.social_twitter_square:before {
	font-family:'ETmodules';
	content: "\e0c2";
}
.social_pinterest_square:before {
	font-family:'ETmodules';
	content: "\e0c3";
}
.social_googleplus_square:before {
	font-family:'ETmodules';
	content: "\e0c4";
}
.social_tumblr_square:before {
	font-family:'ETmodules';
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	font-family:'ETmodules';
	content: "\e0c6";
}
.social_wordpress_square:before {
	font-family:'ETmodules';
	content: "\e0c7";
}
.social_instagram_square:before {
	font-family:'ETmodules';
	content: "\e0c8";
}
.social_dribbble_square:before {
	font-family:'ETmodules';
	content: "\e0c9";
}
.social_vimeo_square:before {
	font-family:'ETmodules';
	content: "\e0ca";
}
.social_linkedin_square:before {
	font-family:'ETmodules';
	content: "\e0cb";
}
.social_rss_square:before {
	font-family:'ETmodules';
	content: "\e0cc";
}
.social_deviantart_square:before {
	font-family:'ETmodules';
	content: "\e0cd";
}
.social_share_square:before {
	font-family:'ETmodules';
	content: "\e0ce";
}
.social_myspace_square:before {
	font-family:'ETmodules';
	content: "\e0cf";
}
.social_skype_square:before {
	font-family:'ETmodules';
	content: "\e0d0";
}
.social_youtube_square:before {
	font-family:'ETmodules';
	content: "\e0d1";
}
.social_picassa_square:before {
	font-family:'ETmodules';
	content: "\e0d2";
}
.social_googledrive_square:before {
	font-family:'ETmodules';
	content: "\e0d3";
}
.social_flickr_square:before {
	font-family:'ETmodules';
	content: "\e0d4";
}
.social_blogger_square:before {
	font-family:'ETmodules';
	content: "\e0d5";
}
.social_spotify_square:before {
	font-family:'ETmodules';
	content: "\e0d6";
}
.social_delicious_square:before {
	font-family:'ETmodules';
	content: "\e0d7";
}
.icon_printer:before {
	font-family:'ETmodules';
	content: "\e103";
}
.icon_calulator:before {
	font-family:'ETmodules';
	content: "\e0ee";
}
.icon_building:before {
	font-family:'ETmodules';
	content: "\e0ef";
}
.icon_floppy:before {
	font-family:'ETmodules';
	content: "\e0e8";
}
.icon_drive:before {
	font-family:'ETmodules';
	content: "\e0ea";
}
.icon_search-2:before {
	font-family:'ETmodules';
	content: "\e101";
}
.icon_id:before {
	font-family:'ETmodules';
	content: "\e107";
}
.icon_id-2:before {
	font-family:'ETmodules';
	content: "\e108";
}
.icon_puzzle:before {
	font-family:'ETmodules';
	content: "\e102";
}
.icon_like:before {
	font-family:'ETmodules';
	content: "\e106";
}
.icon_dislike:before {
	font-family:'ETmodules';
	content: "\e0eb";
}
.icon_mug:before {
	font-family:'ETmodules';
	content: "\e105";
}
.icon_currency:before {
	font-family:'ETmodules';
	content: "\e0ed";
}
.icon_wallet:before {
	font-family:'ETmodules';
	content: "\e100";
}
.icon_pens:before {
	font-family:'ETmodules';
	content: "\e104";
}
.icon_easel:before {
	font-family:'ETmodules';
	content: "\e0e9";
}
.icon_flowchart:before {
	font-family:'ETmodules';
	content: "\e109";
}
.icon_datareport:before {
	font-family:'ETmodules';
	content: "\e0ec";
}
.icon_briefcase:before {
	font-family:'ETmodules';
	content: "\e0fe";
}
.icon_shield:before {
	font-family:'ETmodules';
	content: "\e0f6";
}
.icon_percent:before {
	font-family:'ETmodules';
	content: "\e0fb";
}
.icon_globe:before {
	font-family:'ETmodules';
	content: "\e0e2";
}
.icon_globe-2:before {
	font-family:'ETmodules';
	content: "\e0e3";
}
.icon_target:before {
	font-family:'ETmodules';
	content: "\e0f5";
}
.icon_hourglass:before {
	font-family:'ETmodules';
	content: "\e0e1";
}
.icon_balance:before {
	font-family:'ETmodules';
	content: "\e0ff";
}
.icon_rook:before {
	font-family:'ETmodules';
	content: "\e0f8";
}
.icon_printer-alt:before {
	font-family:'ETmodules';
	content: "\e0fa";
}
.icon_calculator_alt:before {
	font-family:'ETmodules';
	content: "\e0e7";
}
.icon_building_alt:before {
	font-family:'ETmodules';
	content: "\e0fd";
}
.icon_floppy_alt:before {
	font-family:'ETmodules';
	content: "\e0e4";
}
.icon_drive_alt:before {
	font-family:'ETmodules';
	content: "\e0e5";
}
.icon_search_alt:before {
	font-family:'ETmodules';
	content: "\e0f7";
}
.icon_id_alt:before {
	font-family:'ETmodules';
	content: "\e0e0";
}
.icon_id-2_alt:before {
	font-family:'ETmodules';
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	font-family:'ETmodules';
	content: "\e0f9";
}
.icon_like_alt:before {
	font-family:'ETmodules';
	content: "\e0dd";
}
.icon_dislike_alt:before {
	font-family:'ETmodules';
	content: "\e0f1";
}
.icon_mug_alt:before {
	font-family:'ETmodules';
	content: "\e0dc";
}
.icon_currency_alt:before {
	font-family:'ETmodules';
	content: "\e0f3";
}
.icon_wallet_alt:before {
	font-family:'ETmodules';
	content: "\e0d8";
}
.icon_pens_alt:before {
	font-family:'ETmodules';
	content: "\e0db";
}
.icon_easel_alt:before {
	font-family:'ETmodules';
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	font-family:'ETmodules';
	content: "\e0df";
}
.icon_datareport_alt:before {
	font-family:'ETmodules';
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	font-family:'ETmodules';
	content: "\e0f4";
}
.icon_shield_alt:before {
	font-family:'ETmodules';
	content: "\e0d9";
}
.icon_percent_alt:before {
	font-family:'ETmodules';
	content: "\e0da";
}
.icon_globe_alt:before {
	font-family:'ETmodules';
	content: "\e0de";
}
.icon_clipboard:before {
	font-family:'ETmodules';
	content: "\e0e6";
}