/* FISLess 0.99.68 */

.blue {
	color: #00ade5;
}
@media (max-width:699px) {
	#popupmenu,
	.FISpop {
		display: none;
	}
}
@media (min-width:700px) {
	.FISpop_sub_outer {
		z-index: 30000;
	}
	.FISpop_sub {
		min-width: 180px !important;
		padding-bottom: 8px;
		padding-top: 12px;
		background-color: white;
	}
	.FISpop_sub td {
		padding-top: 4px !important;
	}
	.FISpop_main,
	.FISpop_sub {
		margin-left: -12px;
		white-space: nowrap;
		text-align: left;
	}
	.FISpop_main td,
	.FISpop_sub td {
		padding: 0px 10px;
		font-size: 17px;
		line-height: 27px;
		text-transform: uppercase;
	}
	.FISpop_main td a,
	.FISpop_sub td a {
		color: #00ade5;
		text-decoration: none;
	}
	.FISpop_main td a:hover:not(.active),
	.FISpop_sub td a:hover:not(.active) {
		color: #fabc4f;
		text-decoration: none;
	}
	.FISpop_main td.active a,
	.FISpop_main td.active a:hover,
	.FISpop_sub td.active a,
	.FISpop_sub td.active a:hover {
		font-weight: bold;
		color: #f8a91e;
	}
}
@media (min-width:700px) and (max-width:1255px) {
	.FISpop_main td,
	.FISpop_sub td {
		font-size: 14px;
		line-height: 22px;
	}
}