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

[class^="icon-"], [class*=" icon-"] {
  /* use!important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/
	font-size: 20px;
	

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-Reference:after {
	content: "\e900";
	cursor: help;
	top: 0;
  margin-left:1px;
 /* display: inline-block;*/
vertical-align:middle;
  position: relative;
	color:#2261ae;
	
	
}
.icon-Definition:after {
  content: "\e901";
	 top: 0;
  margin-left:1px;
  /*display: inline-block;*/
	vertical-align: middle;
  position: relative;
	color:#A9218E;
	cursor: help;
}

/*----------white icons-------*/

.icon-Reference-white, .icon-Definition-white { color:#fff !important;}


.icon-Reference-white:after {
	content: "\e900";
	cursor: help;
	top:0;
	padding-left:1px;
	/*display: inline-block;*/
	vertical-align:inherit;
	position: relative;
	font-size: 22px;
	
	
	
}


.icon-Definition-white:after {
	content: "\e901";
	cursor: help;
	top:0;
	padding-left:1px;
	/*display: inline-block;*/
	vertical-align:inherit;
	position: relative;
	font-size: 22px;
	
	
	
}



/*.icon-Reference:before {
  content: "\e900";
}*/

 
