/*<meta conditions="" />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be Arialpreted during the compile process. Since comments are not Arialpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Home Page General Styles==*/

body	/*Background gradient properties applied to Body*/
{
	font-family: Arial;
	line-height: 1.5em;
	background: #FFFFFF;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #FFFFFF, #FFFFFF);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #FFFFFF, #FFFFFF);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #FFFFFF, #FFFFFF);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #FFFFFF, #FFFFFF);
	/* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

:focus
{
	outline: none;
}

h1
{
	font-size: 2.75em;
}

h2
{
	font-size: 1.6785em;
	color: #fff;
}

p
{
	color: #5a5a5a;
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 11pt;
}

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

/*==Responsive Header Styles==*/

#contentBody > .responsive-header
{
	background-color: transparent;
}

div.search-container
{
	margin: 0 auto;
}

/*==Home Tiles section==*/

div.home-tiles	/*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	margin-bottom: 1%;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	padding: 10px 10px 30px;
	padding-bottom: 10px;
	height: 205px;
	width: 205px;
	font-family: Arial;
	color: #3c3c3b;
	border: solid 1px #dcdcdc;
	border-radius: 30px;
}

div.home-tiles > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
	border: solid 4px #8BCDCB;
}

a:link
{
	color: inherit;
	text-decoration: none;
}

p.roadmap-title-group a:link
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

p.roadmap-title-group a:visited
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

p.tile-title a:hover
{
	color: #8bcdcb;
}

div.Home-Panels a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #8bcdcb;
}

li a:hover
{
	font-size: 11pt;
	color: #8BCDCB;
}

p.roadmap-title-group a:hover
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
	color: #ffffff;
}

div.home-tiles div:hover a:after
{
	content: url('../Images/assets/icons/arrows/rightarrow_mint_20px.png');
	position: absolute;
	color: transparent;
	top: 160px;
	right: 10px;
}

div.home-tiles > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 24%;
}

div.home-tiles > div:nth-child(2)
{
	width: 16.667%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 16.667%;
	margin-left: 1%;
}

/*=Elements for text contained within each home-panel=*/

p.tile-title
{
	text-align: left;
	font-family: Arial;
	font-size: 16pt;
	color: #3C3C3B;
	font-weight: bold;
	padding-left: 5px;
}

p.tile-subtitle
{
	text-align: left;
	font-size: 10.5pt;
	color: #3C3C3B;
	padding-left: 5px;
}

p.tile-content
{
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	color: #3c3c3b;
	padding-left: 10px;
	text-indent: 7px;
}

div.home-tiles a	/*Complex Selector: Links within the home tiles will have the following properties*/
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: #ffffff;
}

a
{
	color: #3C3C3B;
}

MadCap|dropDownHotspot
{
	
}

.MCDropDown_Closed .MCDropDownHotSpot
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-right-gray.png') !important;
}

.MCDropDown_Open .MCDropDownHotSpot
{
	background-image: url('../Images/Assets/Icons/Arrows/arrow-down-gray.png') !important;
}

div.Home-Panels	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Home-Panels::before
{
	content: ' ';
	display: table;
}

div.Home-Panels::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Home-Panels > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 5px #8bcdcb;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
	padding: 10px 10px 30px;
}

div.Home-Panels > div:nth-child(1)
{
	margin-left: 5.333333%;
	width: 28%;
}

div.Home-Panels > div:nth-child(2)
{
	width: 28%;
	margin-left: 2.66665%;
}

div.Home-Panels > div:nth-child(3)
{
	width: 28%;
	margin-left: 2.66665%;
}

div.Home-Panels > div:hover
{
	box-shadow: 0 16px 32px 0 rgba(143,43,16,.16);
	background-color: #f3f2f2;
}

div.Home-Panels div:hover a:after
{
	content: url('../Images/assets/icons/arrows/rightarrow_mint_20px.png');
	position: absolute;
	color: transparent;
	top: 10px;
	right: 10px;
}

div.Home-Panels a
{
	text-decoration: none;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	color: #3C3C3B;
}

div.Home-Panels-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.Home-Panels-Header > div:hover
{
	
}

div.Home-Panels-Header div:hover a:after
{
	content: url('../Images/assets/icons/arrows/rightarrow_mint_20px.png');
	position: absolute;
	color: transparent;
	top: 10px;
	right: 10px;
}

div.Home-Panels-Header::before
{
	content: ' ';
	display: table;
}

div.Home-Panels-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Home-Panels-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Home-Panels-Header > div:nth-child(1)
{
	width: 20%;
	margin-left: 0%;
}

div.Home-Panels-Header > div:nth-child(2)
{
	width: 80%;
	margin-left: 0%;
	padding-left: 10px;
}

div.Home-Footer-1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

div.Home-Footer-1::before
{
	content: ' ';
	display: table;
}

div.Home-Footer-1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Home-Footer-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Home-Footer-1 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Footer-1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Footer-1 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

li
{
	display: list-item;
	font-size: 11pt;
	line-height: 16px;
	color: #3c3c3b;
}

li a
{
	font-size: 11pt;
}

/*==Home Page Hero Section==*/

div.topic-hero	/*This is the Hero/Banner on the Home Page - To replace the banner image with your own, change background-image property*/
{
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 20px;
	height: 350px;
	padding-bottom: 150px;
	padding-top: 150px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	background-image: url('../Images/Assets/Banners/Roadmap_Hero.png');
	background-position: center;
}

ul
{
	margin-left: 20px;
}

div.Home-Footer-2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Home-Footer-2::before
{
	content: ' ';
	display: table;
}

div.Home-Footer-2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Home-Footer-2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #8BCDCB;
}

div.Home-Footer-2 > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Footer-2 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Footer-2 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.Home-Search-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Home-Search-Header::before
{
	content: ' ';
	display: table;
}

div.Home-Search-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Home-Search-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	min-height: 150px;
}

div.Home-Search-Header > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
	background-color: #9D99CB;
	/* background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Search_Home80px.png');
	background-repeat: no-repeat;
	background-position: 22px 38px; */
}

div.Home-Search-Header > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	background-color: #006699;
	background-image: url('../Images/Assets/Icons/ZonalOtherIcons/Calendar_Home80px.png');
	background-repeat: no-repeat;
	background-position: 22px 38px;
	padding-left: 140px;
	padding-top: 30px;
}

.search-bar
{
	float: left;
	padding-left: 140px;
}

div.Roadmap-Header-Row1	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Roadmap-Header-Row1::before
{
	content: ' ';
	display: table;
}

div.Roadmap-Header-Row1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Roadmap-Header-Row1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f2f2;
	height: 65px;
	padding-top: 10px;
	border: 3px solid white;
}

div.Roadmap-Header-Row1 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.Roadmap-Header-Row1 > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

div.Roadmap-Header-Row1 > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

div.Roadmap-Header-Row1 > div:nth-child(4)
{
	width: 25%;
	margin-left: 0%;
}

div.Roadmap-Header-Row2	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Roadmap-Header-Row2::before
{
	content: ' ';
	display: table;
}

div.Roadmap-Header-Row2::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Roadmap-Header-Row2 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f2f2;
	height: 65px;
	padding-top: 10px;
	border: 3px solid white;
}

div.Roadmap-Header-Row2 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.Roadmap-Header-Row2 > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

div.Roadmap-Header-Row2 > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

div.Roadmap-Header-Row2 > div:nth-child(4)
{
	width: 25%;
	margin-left: 0%;
}

div.Roadmap-Carousel-Header	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Roadmap-Carousel-Header::before
{
	content: ' ';
	display: table;
}

div.Roadmap-Carousel-Header::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Roadmap-Carousel-Header > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f2f2;
}

div.Roadmap-Carousel-Header > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 16.5%;
}

div.Roadmap-Carousel-Body	/*This is a custom responsive layout row style (div class) in your stylesheet. To provide your own description for this style: (1) Open the stylesheet; (2) Find and select the div class with this name; and (3) In the Comment field, replace this text with your own. For more information on adding comments to styles, see the online Help.*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div.Roadmap-Carousel-Body::before
{
	content: ' ';
	display: table;
}

div.Roadmap-Carousel-Body::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Roadmap-Carousel-Body > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f3f2f2;
	min-height: 500px;
}

div.Roadmap-Carousel-Body > div:nth-child(1)
{
	padding: 20px;
	max-height: 500px;
	overflow-y: scroll;
	width: 41.667%;
	margin-left: 16.5%;
	text-align: left;
}

div.Roadmap-Carousel-Body > div:nth-child(2)
{
	padding: 20px;
	width: 25%;
	margin-left: 0%;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	div.Home-Panels > div:nth-child(1)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 0%;
	}

	div.Home-Panels > div:nth-child(2)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 3%;
	}

	div.Home-Panels > div:nth-child(3)
	{
		width: 80%;
		margin-left: 10%;
		margin-top: 3%;
	}

	div.Home-Panels-Header > div:nth-child(1)
	{
		width: 40%;
		margin-left: 0%;
	}

	div.Home-Panels-Header > div:nth-child(2)
	{
		width: 60%;
		margin-left: 0%;
		padding-left: 10px;
	}

	div.Home-Footer-1 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-1 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-2 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-2 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Footer-2 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Home-Search-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Home-Search-Header > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	.search-bar
	{
		float: center;
		padding-left: 6px;
	}

	div.Roadmap-Header-Row1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row1 > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row2 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row2 > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Carousel-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Carousel-Body > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.Roadmap-Carousel-Body > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	p.tile-title
	{
		font-size: 1.2em;
	}

	div.home-panels > div
	{
		margin-top: 2%;
	}

	div.Home-Panels > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 0%;
	}

	div.Home-Panels > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}

	div.Home-Panels > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
		margin-top: 5%;
	}

	div.Home-Panels-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Home-Panels-Header > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		padding-left: 10px;
	}

	div.Home-Footer-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Home-Footer-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		padding-top: 50px;
		max-height: 2px;
	}

	div.Home-Footer-1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Home-Footer-2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		max-height: 20px;
	}

	div.Home-Footer-2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		max-height: 20px;
	}

	div.Home-Footer-2 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		max-height: 20px;
	}

	div.Home-Search-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Home-Search-Header > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row1 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row1 > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row2 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row2 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row2 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Header-Row2 > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Carousel-Header > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Carousel-Body > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Roadmap-Carousel-Body > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}
}

p:link
{
	
}

div.BorderBar
{
	height: 5px;
	width: 110px;
	margin-bottom: 12px;
	mc-hidden: hidden;
}

li.Sage
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Raspberry
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Orange
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Blueberry
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Apple
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16pxx.png');
}

li.Cornflower
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Ocean
{
	list-style-image: url('../Images/Assets/Icons/ListArrow_16px.png');
}

li.Jade
{
	list-style-image: url('../Images/Assets/Icons/Arrows/ListArrow_16px.png');
}

div.Roadmap-Header-Row1 div:nth-child(1):hover
{
	background-color: #00807D;
	color: FFFFFF;
}

div.Roadmap-Header-Row1 div:nth-child(2):hover
{
	background-color: #00807D;
}

div.Roadmap-Header-Row1 div:nth-child(3):hover
{
	background-color: #00807D;
}

div.Roadmap-Header-Row1 div:nth-child(4):hover
{
	background-color: #00807D;
}

div.Roadmap-Header-Row2 div:nth-child(1):hover
{
	background-color: #00807D;
}

div.Roadmap-Header-Row2 div:nth-child(2):hover
{
	background-color: #00807D;
}

div.Roadmap-Header-Row2 div:nth-child(3):hover
{
	background-color: #00807D;
}

div.Roadmap-Header-Row2 div:nth-child(4):hover
{
	background-color: #00807D;
}

p.roadmap-title-group
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

p.roadmap-title-group:hover
{
	color: #ffffff;
}

p.roadmap-feature-title
{
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
}

span.pill-blueberry
{
	background-color: #00807D;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-raspberry
{
	background-color: #00807D;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-cornflower
{
	background-color: #00807D;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-orange
{
	background-color: #00807D;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-sage
{
	background-color: #00807D;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-jade
{
	background-color: #00807D;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-apple
{
	background-color: #00807D;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-ocean
{
	background-color: #00807D;
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

span.pill-mint
{
	background-color: #00807D;
	border: none;
	color: #3C3C3B;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 125px;
}

@media print
{
	p
	{
		font-size: 10.5pt;
	}
}

