/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

p
{
	font-size: 1.2em;
	color: #565656;
}

p.Trending
{
	font-size: 1.2em;
	color: #565656;
}

a.Popup
{
	
}

body
{
	padding: 25px;
}

input.search-input
{
	font-size: 16px;
	border-radius: 20px 0px 0px 20px;
	background-color: rgb(255, 255, 255);
	border-color: rgb(27, 117, 188);
	border-width: 2px;
	border-style: solid;
	min-height: 34px;
	height: 34px;
	padding-left: 40px;
	flex-grow: 1;
}

button.search-button
{
	font-size: 16px;
	color: rgb(255, 255, 255);
	background-color: rgb(27, 117, 188);
	border-color: rgb(27, 117, 188);
	border-width: 1px;
	border-style: solid;
	border-radius: 0px 20px 20px 0px;
	box-shadow: none;
	padding: 0px 22px 0px 20px;
	font-weight: 700;
	min-height: 40px;
	height: 40px;
	line-height: 38px;
}

button.search-button:hover
{
	background-color: rgb(24, 103, 166);
	cursor: pointer;
}

div.search-group
{
	width: 100%;
	max-width: 705px;
	border-radius: 20px;
	display: flex;
}

nav.sidenav-wrapper
{
	display: none;
}

.searchbar,
.search-bar
{
	display: none;
}

div.topic-hero
{
	color: var(--Primary);
	padding-top: 60px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background: #ffffff;
}

div.topic-hero h1	/* Hidden for SEO purposes*/
{
	display: none;
}

div.topic-hero h2
{
	color: var(--Primary);
	font-size: 48pt;
	text-align: center;
	border-left: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
	background: #ffffff;
}

div.home-section h2
{
	font-size: 1.5em;
	padding-bottom: 10px;
	margin-bottom: 8px;
	margin-top: 0px;
	font-family: 'open sans';
	color: var(--Primary);
	font-weight: bold;
	padding-left: 10px;
	border-left: solid 5px var(--Primary);
}

/*==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: transparent;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20x;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #d3d3d3;
	padding: 60px 10px;
	overflow: hidden;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.home-tiles > div:hover	/*When hovering over a home-tile, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

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-tile=*/

p.tile-title
{
	text-align: center;
	font-size: 1.4em;
	color: #565656;
	margin-top: -30px;
	padding-top: -20px;
	mc-hyphenate: always;
}

p.tile-content
{
	text-align: center;
	font-size: 0.8em;
	color: #565656;
}

p.tile-items
{
	color: #7E8890;
	font-size: 0.7em;
	text-align: center;
}

div.home-tiles a	/*Complex Selector: Any anchor (links) tags that are within div.home-tiles will have the following properties*/
{
	text-decoration: none;
	color: #565656;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.home-tiles a:hover	/*Complex Selector: When hovering over links within the home tiles the following properties will apply.*/
{
	color: #7469b9;
}

div.Tiles-6-3-3 a:hover	/*Complex Selector: When hovering over links within Tiles-6-3-3 the following properties will apply.*/
{
	color: var(--Primary);
}

span.hyperlink-no-decoration
{
	text-decoration: none;
}

div.Tiles-6-3-3	/*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;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 40px;
	padding-bottom: 25px;
	margin-top: -70px;
	margin-bottom: 0px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background-color: #e8f1fc;
}

div.Tiles-6-3-3::before
{
	content: ' ';
	display: table;
}

div.Tiles-6-3-3::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles-6-3-3 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: white;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	/*Adds transition animation when switching between screen sizes*/
	-moz-border-radius: 20x;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	/*border: 1px solid var(--Primary);*/
	padding: 60px 10px;
	overflow: hidden;
	box-shadow: 0 5px 5px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
}

div.Tiles-6-3-3 > div:hover	/*When hovering over a Tiles-6-3-3, these properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.5), 0 10px 10px rgba(0,0,0,0.45);
}

div.Tiles-6-3-3 a	/*Complex Selector: Any anchor (links) tags that are within div.Tiles-6-3-3 will have the following properties*/
{
	text-decoration: underline;
	color: var(--Primary);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.Tiles-6-3-3 > div:nth-child(1)
{
	width: 50%;
	height: 500px;
	margin-bottom: 20px;
	overflow: auto;
}

div.Tiles-6-3-3 > div:nth-child(2)
{
	width: 23%;
	height: 240px;
	margin-left: 2%;
	margin-bottom: 10px;
	background-image: url('../Images/Icon-Gears.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: 100px 85px;
}

div.Tiles-6-3-3 > div:nth-child(3)
{
	width: 23%;
	height: 240px;
	margin-left: 2%;
	margin-bottom: 10px;
	background-image: url('../Images/Icon-PDFs.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: 100px 100px;
}

div.Tiles-6-3-3 > div:nth-child(4)
{
	width: 14.6%;
	height: 240px;
	margin-left: 2%;
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url('../Images/Icon-Announcement.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: 100px 100px;
}

div.Tiles-6-3-3 > div:nth-child(5)
{
	width: 14.6%;
	height: 240px;
	margin-left: 2%;
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url('../Images/Icon-Graduation.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: 100px 90px;
}

div.Tiles-6-3-3 > div:nth-child(6)
{
	width: 14.6%;
	height: 240px;
	margin-left: 2%;
	margin-bottom: 20px;
	margin-top: 10px;
	background-image: url('../Images/Icon-Download.png');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	background-size: 100px 100px;
}

a
{
	
}

div.home-footer
{
	padding: 1% 5%;
	background-color: #f0f0f0;
	color: var(--Darkest);
	width: 100%;
	border-top: solid 1px #d3d3d3;
}

.home-footer-logo
{
	
}

MadCap|dropDownHead
{
	
}

MadCap|dropDownHotspot
{
	color: var(--Dark);
}

@media only screen and (max-width: 1279px)
{
	div.Tiles-6-3-3
	{
		padding-left: 5%;
		padding-right: 5%;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}

	p.Trending
	{
		font-size: 1.1em;
	}
}

@media only screen and (max-width: 767px)
{
	h2
	{
		line-height: 1em;
	}

	div.Tiles-6-3-3
	{
		padding-left: 10%;
		padding-right: 10%;
	}

	div.Tiles-6-3-3 > div:nth-child(1)
	{
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	div.Tiles-6-3-3 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	div.Tiles-6-3-3 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	div.Tiles-6-3-3 > div:nth-child(4)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	div.Tiles-6-3-3 > div:nth-child(5)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	div.Tiles-6-3-3 > div:nth-child(6)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	div.topic-hero h1
	{
		line-height: 1em;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
	}

	p.tile-title
	{
		font-size: 1.4em;
	}

	MadCap|dropDownHotspot
	{
		mc-auto-number-format: ;
	}
}

div.Background-Blue
{
	background-color: var(--Primary);
}

div.search-container
{
	margin-top: -20px;
	margin-bottom: 50px;
}

p.mountain
{
	background-image: url('../Images/KB-Home-Mountains.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0;
	padding-bottom: 0;
	mc-conditions: 'Online Format.Web';
}

element:hover
{
	cursor: grab;
}

.search
{
	margin-top: -45px;
}

div.home-section
{
	padding: 1%;
	border-bottom: none;
	background-color: white;
}

div.home-layout-alert
{
	background: #ffffff;
	padding-bottom: 0px;
	padding-top: 5px;
	padding-left: .5%;
	padding-right: .1%;
}

div.Alert
{
	margin: 20px 10px 20px 0px;
	padding: 1px 10px 3px 40px;
	background-position: 2px top;
	padding-left: 70px;
	padding-bottom: 10px;
	background: #ffe2e3;
	background-image: url('../Images/Callouts/Icon_Important.png');
	background-repeat: no-repeat;
	background-size: 50px;
	border-left: 4px solid red;
}

input:focus
{
	outline: solid 2px var(--Primary);
}

