




	

	/***BEGIN duotone circle icon***/
	.hiie-icon-check:after {
		color: #144b39;
		opacity: 1;
	}

	.hiie-icon-check:before {
		opacity: 1;
		color: #A69363;
	}

	.hiie-icon-check {
		border-radius: 100%;
		padding: 0.07em 0.07em 0.03em 0.07em;
		background-color: #fff;
	}

	/***END duotone circle icon***/




	
	

	/***BEGIN Annual Report***/
	.hiie--annualReport {
		display: flex;
	}

	.hiie--annualReport-leftCol {
		border-right: 1px solid #1e6b52;
	}

	.hiie--annualReport-leftCol,
	.hiie--annualReport-rightCol {
		width: 50%;
		padding: 2em;
		box-sizing: border-box;
		text-align: center;
		transition: all 2s;
	}

	.hiie--annualReport-thumb {
		border: 20px solid #A69363;
		padding: 2px;
		box-sizing: border-box;
	}

	@media only screen and (max-width: 768px) {
		.hiie--annualReport {
			flex-direction: column;
		}

		.hiie--annualReport-leftCol,
		.hiie--annualReport-rightCol {
			width: 100%;
			border: none;
		}
	}

	/***END Annual Report***/
	/****BEGIN History*********/
	.hiie--history-container {
		display: flex;
		margin: 1em 0;
		column-gap: 3em;
	}

	.hiie--history-leftCol {
		width: 65%;
	}

	.hiie--history-rightCol {
		width: 35%;
	}

	.hiie--history-leftCol,
	.hiie--history-rightCol {
		box-sizing: border-box;
		transition: all 2s;
	}

	.hiie--history-focusbox {
		border: 5px solid #A69363;
		padding: 2em;
		margin: 2em 0;
	}

	.hiie--history-focusbox h2 {
		font-weight: 500 !important;
		margin-top: 0;
	}

	@media only screen and (max-width: 768px) {
		.hiie--history-container {
			flex-direction: column;
		}

		.hiie--history-leftCol,
		.hiie--history-rightCol {
			width: 100%;
		}
	}

	@media only screen and (max-width: 986px) {
		.image--mobile-full-width {
			width: 100% !important;
			float: none !important;
			margin: .5em 0 !important;
		}

	}

	/****BEGIN HIIE Grid Image Buttons****/
	.hiie--image-buttons .uk-h3 {
		color: #1e6b52;
		font-size: 1.4rem;
		font-weight: 600 !important;
	}

	.hiie--image-buttons .uk-width-1-2\@m:nth-child(2) {
		padding-left: 30px !important;
	}


	/****END HIIE Grid Image Buttons****/



	/***BEGIN Start-up Portfolio***/
	.hiie--portfolio-logos .uk-inline-clip {
		border-radius: 50%;
		border: 4px solid #aa9767;
		padding: 2px;
	}

	.hiie--portfolio-logos .uk-flex {
		background: #fff;
	}

	.hiie--portfolio-logos .uk-h3 {
		text-align: center;
	}

	/***END Start-up Portfolio***/
	/****BEGIN Epilogue styling***/
	body.hd.ribbonFullwidth #epilogue {
		max-width: 100%;
	}

	.hiie--stats-title:before,
	.hiie--stats-title:after {
		content: " ";
		border-bottom: 3px solid #aa9767;
		flex: 1;
		height: 1px;
	}

	.hiie--stats-title:before {
		margin: 0.5em 1em 0.5em 0;
	}

	.hiie--stats-title:after {
		margin: 0.5em 0 0.5em 1em;
	}

	hr.hiie--stats-numbers {
		border-top: 3px solid #aa9767;
		width: 70px;
		margin: -0.5em auto 0.5em;
		opacity: 1;
	}

	/***END Epilogue styling**/






	/***BEGIN Distribution Chart***/
	.hiie--chart:after {
		content: '\f178';
		font-family: "Font Awesome 5 Pro";
		font-size: 2em;
		margin-left: 0.2em;
		font-weight: lighter;
		vertical-align: middle;
	}

	@media only screen and (max-width: 1023px) {
		.hiie--chart:after {
			content: '\f175';
			font-family: "Font Awesome 5 Pro";
			display: block;
			margin-top: 15px;
		}
	}





	/***END Distribution Chart***/

	/**BEGIN Commercialization Workflow***/
	.hiie--workflow-box {
		position: relative;
	}

	.hiie--workflow-box:after {
		position: absolute;
		content: '';
		border-left: 2px solid #1e6b52;
		height: 50px;
		left: 50%;
		z-index: -1;
	}



	.hiie--workflow-grid-left,
	.hiie--workflow-grid-right {
		position: relative;
	}


	@media all and (min-width:767px) {
		.hiie--workflow-grid-middle:after {
			width: 2px;
			position: absolute;
			top: 75px;
			bottom: 130px;
			background-color: #1e6b52;
			content: '';
			right: 50%;

		}

		.hiie--workflow-grid-middle {
			position: relative;
		}

		.hiie-workflow-left-line {
			position: absolute;
			left: -200px;
			right: 0;
			height: 2px;
			width: 200px;
			bottom: 130px;
			background-color: #1e6b52;
			content: '';
			z-index: -1;
		}

		.hiie-workflow-right-line {
			position: absolute;
			left: 0;
			right: 0;
			height: 2px;
			width: 200px;
			top: 75px;
			background-color: #1e6b52;
			content: '';
			z-index: -1;
		}

		.hiie--workflow-box:nth-child(5):after {
			display: none;
		}

	}


	@media screen and (max-width: 767px) {

		.hiie--workflow-box:nth-child(5):after {
			border-top: 0;
			border-left: 2px solid #1e6b52;
			height: 50px;
			left: 50%;
			top: 100%;
			z-index: -1;
		}

		.hiie--workflow-grid-left:after {
			border-right: 0;
		}

		.hiie--workflow-grid-right:after {
			border-top: 0;
		}


	}

	/**END Commercialization Workflow***/
	/***BEGIN Past Fellows****/
	.hiie--past-fellows a.uk-position-cover:hover {
		background-color: transparent !important;
	}

	/***END Past Fellows****/




	/*BEGIN Funding and Support Switcher */

	.funding-support-wk .uk-thumbnav li a {
		position: relative;
	}

	.funding-support-wk .uk-thumbnav li:first-child a:before {
		content: 'Inventor Funding';
	}

	.funding-support-wk .uk-thumbnav li:nth-child(2) a:before {
		content: 'Startup Funding Sources';
	}

	.funding-support-wk .uk-thumbnav li:nth-child(3) a:before {
		content: 'Local Accelerators & Incubators';
	}

	.funding-support-wk .uk-thumbnav li:nth-child(4) a:before {
		content: 'Blazer Bridge Fund';
	}

	.funding-support-wk .uk-thumbnav li a:before {
		position: absolute;
		bottom: -2px;
		right: 0;
		left: 0;
		background-color: rgba(20, 75, 57, 1);
		padding: 10px;
		color: white;
		font-weight: 600;
		font-size: 16px;
		line-height: 1.2;
		z-index: 1;
	}

	.funding-support-wk .uk-thumbnav>*>::after {
		background: rgba(255, 255, 255, .4);
	}

	@media all and (min-width:768px) {
		.funding-support-wk .uk-thumbnav li a:before {
			font-size: 18px;
			padding: 15px;
		}
	}

	@media all and (min-width:1080px) {
		.funding-support-wk .uk-thumbnav li a:before {

			font-size: 20px;
			padding: 20px;
		}
	}

	@media all and (max-width:600px) {
		.funding-support-wk .uk-thumbnav {
			display: none;
		}

		.funding-support-wk .uk-switcher li {
			display: block !important;
		}
	}

	/*END Funding and Support Switcher */
	/**BEGIN News Feed**/
	.hiie--news-byline {
		font-weight: 500;
		color: #666;
		font-size: 14px;
	}

	.stories-feed-page .blog h2 a {
		font-size: 1.2rem !important;
	}

	.stories-feed-page .blog h2 {
		line-height: 75% !important;
		margin-top: 0;
	}

	/**END News Feed**/
	@media screen and (max-width: 1024px) {
		.hiie--hide-mobile {
			display: none;
		}
	}

	


