
		html, body {
			font-family: 'StagLight';
		}
		.bg_wi_dark {
			background: rgba(0, 0, 0, 1);
		}

		.bg_wi_dark_trans {
			background: rgba(0, 0, 0, 0.8);
		}

		.bg_wi_light {
			background: rgba(255, 255, 255, 1);
		}

		.bg_wi_light_trans {
			background: rgba(255, 255, 255, 0.8);
		}

		.bg_wi_grey {
			background: rgba(141, 145, 141, 1);
		}

		.bg_wi_grey_trans {
			background: rgba(141, 145, 141, 0.8);
		}

		.bg_wi_red {
			background: rgba(128, 19, 35, 1);
		}

		.bg_wi_red_trans {
			background: rgba(128, 19, 35, 0.8);
		}

		.bg_wi_blue {
			background: rgba(25, 74, 122, 1);
		}

		.bg_wi_blue_trans {
			background: rgba(25, 74, 122, 0.8);
		}

		.wi_dark {
			color: rgba(0, 0, 0, 1) !important;
		}

		.wi_light {
			color: rgba(255, 255, 255, 1) !important;
		}

		.wi_grey {
			color: rgba(141, 145, 141, 1) !important;
		}

		.wi_red {
			color: rgb(102, 19, 40) !important;
		}

		.wi_blue {
			color: #194a7a !important;
		}
		.nav-pills .nav-link.active, .nav-pills .show>.nav-link  {
			color: #ffffff;
			background-color: #194a7a;
		}
		.nav-pills .nav-link {
			color: #194a7a;
		}
		.nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
			background-color: rgba(25, 74, 122, 0.8);
    		color:#ffffff;
		}
		.wi_icon {
			width: 50px;
			
			fill: #661328;
		}
		.wi_icon + p {
			margin-top:0.5em;
			margin-bottom:0;
			color:#661328;
		}
	