  .row {
	 display:flex;
	 flex-wrap:wrap;
	 margin-right:-15px;
	 margin-left:-15px 
}
 .ul.alphabet {
	 list-style: none outside none;
	 margin: 1.5em;
	 padding: 0;
}
 .ul.alphabet .li {
	 display: inline-block;
}
 .ul.alphabet .li .span.btn, .ul.alphabet li a.btn {
	 font-size: 12px !important;
	 min-width: 30px;
	 padding: 26px 28px 6px 8px;
	 text-decoration: none;
}
/* --button */
.btn {
	text-decoration: none;
	text-shadow: 1px 1px rgba(255,255,255,1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	font-size: 13px !important;
	display: inline-block;
	height: auto !important;
	padding: 8px 16px;
	text-align: center;
	border: 1px solid #cacaca;
	color: rgba(50,50,50,0.8);
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none !important;
	vertical-align: middle;
}

.btn,
.btn[class*=" btn-disabled"],
.btn[class*=" btn-disabled"]:active {
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0',GradientType=0 );
}

.btn:active{
	background: #eaeaea;
}

.btn:hover,
.btn:focus  {
	border-color: #c0c0c0;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,1) inset, 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,1) inset, 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset, 0 0 5px rgba(0,0,0,0.2);
	color: #000;
}

.btn[class*=" btn-blue"],
.btn[class*=" btn-blue"][class*=" btn-disabled"],
.btn[class*=" btn-blue"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-red"],
.btn[class*=" btn-red"][class*=" btn-disabled"],
.btn[class*=" btn-red"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-green"],
.btn[class*=" btn-green"][class*=" btn-disabled"],
.btn[class*=" btn-green"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-black"],
.btn[class*=" btn-black"][class*=" btn-disabled"],
.btn[class*=" btn-black"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-orange"],
.btn[class*=" btn-orange"][class*=" btn-disabled"],
.btn[class*=" btn-orange"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-yellow"],
.btn[class*=" btn-yellow"][class*=" btn-disabled"],
.btn[class*=" btn-yellow"][class*=" btn-disabled"]:hover {
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset;
}

.btn[class*=" btn-blue"]:hover,
.btn[class*=" btn-red"]:hover,
.btn[class*=" btn-green"]:hover,
.btn[class*=" btn-black"]:hover,
.btn[class*=" btn-orange"]:hover,
.btn[class*=" btn-yellow"]:hover {
	color: #ffffff;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset, 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset, 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset, 0 0 5px rgba(0,0,0,0.5);
}

.btn[class*=" btn-blue"],
.btn[class*=" btn-blue"][class*=" btn-disabled"],
.btn[class*=" btn-blue"][class*=" btn-disabled"]:active,
.btn[class*=" btn-blue"][class*=" btn-disabled"]:hover {
	background: #2989d8;
	border: 1px solid #184579;
	background: -moz-linear-gradient(top,  #2989d8 0%, #1e5799 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2989d8), color-stop(100%,#1e5799));
	background: -webkit-linear-gradient(top,  #2989d8 0%,#1e5799 100%);
	background: -o-linear-gradient(top,  #2989d8 0%,#1e5799 100%);
	background: -ms-linear-gradient(top,  #2989d8 0%,#1e5799 100%);
	background: linear-gradient(to bottom,  #2989d8 0%,#1e5799 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2989d8', endColorstr='#1e5799',GradientType=0 );
}

.btn[class*=" btn-blue"][class*=" btn-disabled"],
.btn[class*=" btn-blue"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-red"][class*=" btn-disabled"],
.btn[class*=" btn-red"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-green"][class*=" btn-disabled"],
.btn[class*=" btn-green"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-black"][class*=" btn-disabled"],
.btn[class*=" btn-black"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-orange"][class*=" btn-disabled"],
.btn[class*=" btn-orange"][class*=" btn-disabled"]:hover,
.btn[class*=" btn-yellow"][class*=" btn-disabled"],
.btn[class*=" btn-yellow"][class*=" btn-disabled"]:hover  {
	color: rgba(255,255,255,0.4);
	text-shadow: none;
}

.btn[class*=" btn-blue"]:active {
	background: #2478bd;
}

.btn[class*=" btn-red"],
.btn[class*=" btn-red"][class*=" btn-disabled"],
.btn[class*=" btn-red"][class*=" btn-disabled"]:active,
.btn[class*=" btn-red"][class*=" btn-disabled"]:hover {
	background: #ff3019;
	background: -moz-linear-gradient(top,  #ff3019 0%, #bc0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#bc0000));
	background: -webkit-linear-gradient(top,  #ff3019 0%,#bc0000 100%);
	background: -o-linear-gradient(top,  #ff3019 0%,#bc0000 100%);
	background: -ms-linear-gradient(top,  #ff3019 0%,#bc0000 100%);
	background: linear-gradient(to bottom,  #ff3019 0%,#bc0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#bc0000',GradientType=0 );
	border: 1px solid #a80303;
}

.btn[class*=" btn-red"]:active {
	background: #da2915;
}

.btn[class*=" btn-green"],
.btn[class*=" btn-green"][class*=" btn-disabled"],
.btn[class*=" btn-green"][class*=" btn-disabled"]:active,
.btn[class*=" btn-green"][class*=" btn-disabled"]:hover {
	background: #31b20e;
	background: -moz-linear-gradient(top,  #31b20e 0%, #1c8200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31b20e), color-stop(100%,#1c8200));
	background: -webkit-linear-gradient(top,  #31b20e 0%,#1c8200 100%);
	background: -o-linear-gradient(top,  #31b20e 0%,#1c8200 100%);
	background: -ms-linear-gradient(top,  #31b20e 0%,#1c8200 100%);
	background: linear-gradient(to bottom,  #31b20e 0%,#1c8200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b20e', endColorstr='#1c8200',GradientType=0 );
	border: 1px solid #156000;
}

.btn[class*=" btn-green"]:active {
	background: #2c9e0c;
}

.btn[class*=" btn-yellow"],
.btn[class*=" btn-yellow"][class*=" btn-disabled"],
.btn[class*=" btn-yellow"][class*=" btn-disabled"]:active,
.btn[class*=" btn-yellow"][class*=" btn-disabled"]:hover {
	color: rgba(50,50,50,0.8);
	text-shadow: 1px 1px rgba(255,255,255,0.5);
	background: #ffd65e;
	background: -moz-linear-gradient(top, #ffd65e 0%, #e5a800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#e5a800));
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#e5a800 100%);
	background: -o-linear-gradient(top,  #ffd65e 0%,#e5a800 100%);
	background: -ms-linear-gradient(top,  #ffd65e 0%,#e5a800 100%);
	background: linear-gradient(to bottom,  #ffd65e 0%,#e5a800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#e5a800',GradientType=0 );
	border: 1px solid #dfa200;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}

.btn[class*=" btn-yellow"]:active {
	background: #efc958;
}

.btn[class*=" btn-yellow"][class*=" btn-disabled"],
.btn[class*=" btn-yellow"][class*=" btn-disabled"]:active,
.btn[class*=" btn-yellow"][class*=" btn-disabled"]:hover {
	color: rgba(50,50,50,0.3);
	text-shadow: none;
}

.btn[class*=" btn-yellow"]:hover {
	color: #000000;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 0 5px rgba(0,0,0,0.3);
}

.btn[class*=" btn-orange"],
.btn[class*=" btn-orange"][class*=" btn-disabled"],
.btn[class*=" btn-orange"][class*=" btn-disabled"]:active,
.btn[class*=" btn-orange"][class*=" btn-disabled"]:hover {
	background: #fc5f18;
	background: -moz-linear-gradient(top,  #fc5f18 0%, #bd2900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc5f18), color-stop(100%,#bd2900));
	background: -webkit-linear-gradient(top,  #fc5f18 0%,#bd2900 100%);
	background: -o-linear-gradient(top,  #fc5f18 0%,#bd2900 100%);
	background: -ms-linear-gradient(top,  #fc5f18 0%,#bd2900 100%);
	background: linear-gradient(to bottom,  #fc5f18 0%,#bd2900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5f18', endColorstr='#bd2900',GradientType=0 );
	border: 1px solid #a82603;
}

.btn[class*=" btn-orange"]:active {
	background: #e25516;
}

.btn[class*=" btn-black"],
.btn[class*=" btn-black"][class*=" btn-disabled"],
.btn[class*=" btn-black"][class*=" btn-disabled"]:active,
.btn[class*=" btn-black"][class*=" btn-disabled"]:hover {
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	border: 1px solid #000000;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset;
}

.btn[class*=" btn-black"]:active {
	background: #2e3033;
}

.btn[class*=" btn-black"]:hover {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.7);
	box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 0 5px rgba(0,0,0,0.7);
}

.btn[class^="icon-"]:before,
.btn[class*=" icon-"]:before {
	margin: 0 9px 0 -6px;
	font-size: 16px;
	line-height: 0;
}

.btn[class*=" btn-large"] {
	padding: 10px 20px;
	font-size: 15px !important;
}

.btn[class*=" btn-large"]:before {
	font-size: 18px;
	margin: 0 11px 0 -9px;
}

.btn[class*=" btn-small"] {
	padding: 6px 12px;
	font-size: 12px !important;
}

.btn[class*=" btn-small"]:before {
	font-size: 15px;
	margin: 0 7px 0 -4px;
}

.btn[class*=" btn-mini"] {
	padding: 4px 8px;
	font-size: 11px !important;
}

.btn[class*=" btn-mini"]:before {
	margin: 0 5px 0 -2px;
	font-size: 14px !important;
}

.btn[class*=" btn-spaced"] {
	margin: 0 5px 5px 0;
}
.btn[class*=" btn-disabled"],
.btn[class*=" btn-disabled"]:hover,
.btn[class*=" btn-disabled"]:active {
	cursor: default;
	color: #cccccc;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #cacaca;
	text-shadow: none;
}

input[type="button"]:active,
input[type="submit"]:active {
	background: #dbdbdb;
	background: -moz-linear-gradient(top,  #dbdbdb 0%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top,  #dbdbdb 0%,#efefef 100%);
	background: -o-linear-gradient(top,  #dbdbdb 0%,#efefef 100%);
	background: -ms-linear-gradient(top,  #dbdbdb 0%,#efefef 100%);
	background: linear-gradient(to bottom,  #dbdbdb 0%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#efefef',GradientType=0 );
}

/* --icon */
.btn+[class^="icon-"]:not(.btn),
.btn+[class*=" icon-"]:not(.btn) {
	margin-left: 17px;
}

[class^="icon-"],
[class*=" icon-"] {
	white-space: nowrap;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "iconic", sans-serif;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: none;
	text-shadow: none;
	line-height: 0;
	margin: 0 8px 0 -8px;
}

.button[class^="icon-"]:empty:before,
[class*=" icon-"]:empty:before {
	margin: 0;
}

.icon-menu:before { content: '\e800'; } /* '' */
.icon-newspaper:before { content: '\e801'; } /* '' */
.icon-calendar:before { content: '\e802'; } /* '' */
.icon-info:before { content: '\e803'; } /* '' */
.icon-facebook:before { content: '\e804'; } /* '' */
.icon-twitter:before { content: '\e805'; } /* '' */
.icon-linkedin:before { content: '\e806'; } /* '' */
.icon-pinterest:before { content: '\e807'; } /* '' */
.icon-videocam:before { content: '\e808'; } /* '' */
.icon-rss:before { content: '\e809'; } /* '' */
.icon-gplus:before { content: '\e80a'; } /* '' */
.icon-vimeo:before { content: '\e80b'; } /* '' */
.icon-picture:before { content: '\e80c'; } /* '' */
.icon-paypal:before { content: '\e80d'; } /* '' */
.icon-note:before { content: '\e80e'; } /* '' */
.icon-note-beamed:before { content: '\e80f'; } /* '' */
.icon-search:before { content: '\e810'; } /* '' */
.icon-mail:before { content: '\e811'; } /* '' */
.icon-heart:before { content: '\e812'; } /* '' */
.icon-star:before { content: '\e813'; } /* '' */
.icon-user:before { content: '\e814'; } /* '' */
.icon-video:before { content: '\e815'; } /* '' */
.icon-ok:before { content: '\e816'; } /* '' */
.icon-cancel:before { content: '\e817'; } /* '' */
.icon-cancel-circled:before { content: '\e818'; } /* '' */
.icon-cancel-squared:before { content: '\e819'; } /* '' */
.icon-plus:before { content: '\e81a'; } /* '' */
.icon-plus-circled:before { content: '\e81b'; } /* '' */
.icon-plus-squared:before { content: '\e81c'; } /* '' */
.icon-minus:before { content: '\e81d'; } /* '' */
.icon-minus-circled:before { content: '\e81e'; } /* '' */
.icon-minus-squared:before { content: '\e81f'; } /* '' */
.icon-help:before { content: '\e820'; } /* '' */
.icon-help-circled:before { content: '\e821'; } /* '' */
.icon-info-circled:before { content: '\e822'; } /* '' */
.icon-home:before { content: '\e823'; } /* '' */
.icon-link:before { content: '\e824'; } /* '' */
.icon-attach:before { content: '\e825'; } /* '' */
.icon-lock:before { content: '\e826'; } /* '' */
.icon-bookmark:before { content: '\e827'; } /* '' */
.icon-flag:before { content: '\e828'; } /* '' */
.icon-bookmarks:before { content: '\e829'; } /* '' */
.icon-thumbs-up:before { content: '\e82a'; } /* '' */
.icon-thumbs-down:before { content: '\e82b'; } /* '' */
.icon-download:before { content: '\e82c'; } /* '' */
.icon-upload:before { content: '\e82d'; } /* '' */
.icon-export:before { content: '\e82e'; } /* '' */
.icon-pencil:before { content: '\e82f'; } /* '' */
.icon-comment:before { content: '\e830'; } /* '' */
.icon-chat:before { content: '\e831'; } /* '' */
.icon-vcard:before { content: '\e832'; } /* '' */
.icon-road:before { content: '\e833'; } /* '' */
.icon-location:before { content: '\e834'; } /* '' */
.icon-map:before { content: '\e835'; } /* '' */
.icon-book:before { content: '\e836'; } /* '' */
.icon-folder:before { content: '\e837'; } /* '' */
.icon-phone:before { content: '\e838'; } /* '' */
.icon-cog:before { content: '\e839'; } /* '' */
.icon-tools:before { content: '\e83a'; } /* '' */
.icon-basket:before { content: '\e83b'; } /* '' */
.icon-clock:before { content: '\e83c'; } /* '' */
.icon-popup:before { content: '\e83d'; } /* '' */
.icon-arrow-combo:before { content: '\e83e'; } /* '' */
.icon-down-open:before { content: '\e83f'; } /* '' */
.icon-left-open:before { content: '\e840'; } /* '' */
.icon-right-open:before { content: '\e841'; } /* '' */
.icon-up-open:before { content: '\e842'; } /* '' */
.icon-down-open-big:before { content: '\e843'; } /* '' */
.icon-left-open-big:before { content: '\e844'; } /* '' */
.icon-right-open-big:before { content: '\e845'; } /* '' */
.icon-up-open-big:before { content: '\e846'; } /* '' */
.icon-down:before { content: '\e847'; } /* '' */
.icon-left:before { content: '\e848'; } /* '' */
.icon-right:before { content: '\e849'; } /* '' */
.icon-up:before { content: '\e84a'; } /* '' */
.icon-down-dir:before { content: '\e84b'; } /* '' */
.icon-left-dir:before { content: '\e84c'; } /* '' */
.icon-right-dir:before { content: '\e84d'; } /* '' */
.icon-up-dir:before { content: '\e84e'; } /* '' */
.icon-list:before { content: '\e84f'; } /* '' */
.icon-chart-pie:before { content: '\e850'; } /* '' */
.icon-chart-line:before { content: '\e851'; } /* '' */
.icon-chart-bar:before { content: '\e852'; } /* '' */
.icon-chart-area:before { content: '\e853'; } /* '' */
.icon-music:before { content: '\e854'; } /* '' */
.icon-floppy:before { content: '\e855'; } /* '' */
.icon-key:before { content: '\e856'; } /* '' */
.icon-flow-tree:before { content: '\e857'; } /* '' */
.icon-traffic-cone:before { content: '\e858'; } /* '' */
.icon-spin2:before { content: '\e859'; } /* '' */
.icon-doc:before { content: '\e85a'; } /* '' */
.icon-print:before { content: '\e85b'; } /* '' */
.icon-lifebuoy:before { content: '\e85c'; } /* '' */
.icon-file:before { content: '\e85d'; } /* '' */
.icon-youtube:before { content: '\e85e'; } /* '' */
.icon-down-open-mini:before { content: '\e85f'; } /* '' */
.icon-left-open-mini:before { content: '\e860'; } /* '' */
.icon-right-open-mini:before { content: '\e861'; } /* '' */
.icon-up-open-mini:before { content: '\e862'; } /* '' */
.icon-spread:before { content: '\e863'; } /* '' */
.icon-desktop:before { content: '\e864'; } /* '' */
.icon-network:before { content: '\e865'; } /* '' */
.icon-tags:before { content: '\e866'; } /* '' */
.icon-tag:before { content: '\e867'; } /* '' */
.icon-user-add:before { content: '\e868'; } /* '' */
.icon-users:before { content: '\e869'; } /* '' */
.icon-lamp:before { content: '\e86a'; } /* '' */
.icon-signal:before { content: '\e86b'; } /* '' */
.icon-briefcase:before { content: '\e86c'; } /* '' */
.icon-hspathways:before { content: '\e86d'; } /* '' */
.icon-earlycollege:before { content: '\e86e'; } /* '' */
.icon-earlyadmission:before { content: '\e86f'; } /* '' */
.icon-contactus:before { content: '\e870'; } /* '' */
.icon-atc:before { content: '\e871'; } /* '' */
.icon-dualcredit:before { content: '\e872'; } /* '' */
.icon-lightbulb:before { content: '\e873'; } /* '' */
.icon-engr-biomedical:before { content: '\e874'; } /* '' */
.icon-attention:before { content: '\e875'; } /* '' */
.icon-engr-chemical:before { content: '\e876'; } /* '' */
.icon-engr-civil:before { content: '\e877'; } /* '' */
.icon-engr-computer:before { content: '\e878'; } /* '' */
.icon-engr-construction:before { content: '\e879'; } /* '' */
.icon-engr-electrical:before { content: '\e87a'; } /* '' */
.icon-engr-environmental:before { content: '\e87b'; } /* '' */
.icon-engr-general:before { content: '\e87c'; } /* '' */
.icon-engr-industrial:before { content: '\e87d'; } /* '' */
.icon-engr-mechanical:before { content: '\e87e'; } /* '' */
.icon-engr-petroleum:before { content: '\e87f'; } /* '' */
.icon-beaker:before { content: '\f0c3'; } /* '' */
.icon-user-md:before { content: '\f0f0'; } /* '' */
.icon-plus-squared-1:before { content: '\f0fe'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-apple:before { content: '\f179'; } /* '' */
.icon-windows:before { content: '\f17a'; } /* '' */
.icon-android:before { content: '\f17b'; } /* '' */
.icon-graduation-cap:before { content: '\f19d'; } /* '' */
.icon-file-code:before { content: '\f1c9'; } /* '' */
.icon-git:before { content: '\f1d3'; } /* '' */
.icon-binoculars:before { content: '\f1e5'; } /* '' */
.icon-cc-visa:before { content: '\f1f0'; } /* '' */
.icon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.icon-cc-discover:before { content: '\f1f2'; } /* '' */
.icon-cc-amex:before { content: '\f1f3'; } /* '' */
.icon-cc-paypal:before { content: '\f1f4'; } /* '' */
.icon-cc-stripe:before { content: '\f1f5'; } /* '' */
.icon-user-secret:before { content: '\f21b'; } /* '' */
.icon-neuter:before { content: '\f22c'; } /* '' */
.icon-chrome:before { content: '\f268'; } /* '' */
.icon-firefox:before { content: '\f269'; } /* '' */
.icon-opera:before { content: '\f26a'; } /* '' */
.icon-internet-explorer:before { content: '\f26b'; } /* '' */
.icon-map-pin:before { content: '\f276'; } /* '' */
.icon-address:before { content: '\f277'; } /* '' */
.icon-edge:before { content: '\f282'; } /* '' */
.icon-bluetooth-b:before { content: '\f294'; } /* '' */
.icon-assistive-listening-systems:before { content: '\f2a2'; } /* '' */
.icon-asl-interpreting:before { content: '\f2a4'; } /* '' */
.icon-low-vision:before { content: '\f2a8'; } /* '' */
.icon-evernote:before { content: '\f333'; } /* '' */