/*<meta />*/

@import url('MainStyles.css');

@import url('StylesForHomePage.css');

@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 interpreted during the compile process. Since comments are not interpreted 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

--Styles by HYPE 2019--

===========================================================================================================================================================*/

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'), url('../fonts/opensans-lightitalic-webfont.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
	font-weight: bold;
	font-style: italic;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-extrabold-webfont.woff2') format('woff2'), url('../fonts/opensans-extrabold-webfont.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face 
{
	font-family: 'Open Sans';
	src: url('../fonts/opensans-extrabolditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff');
	font-weight: 800;
	font-style: italic;
}

/*==Topic General Styles==*/

body
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 26px;
	color: #343A40;
	background: #fff;
}

.off-canvas-wrapper-inner .outer-row
{
	max-width: 1200px;
	padding: 0 2em;
}

.off-canvas-content .main-section > .outer-row
{
	max-width: 1200px;
	margin: 0 auto;
}

h1
{
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	color: #343A40;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	color: #343A40;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 28px;
	color: #343A40;
}

h4
{
	color: #495057;
}

h5
{
	font-size: 1em;
	color: #4a4a4a;
	line-height: 1.2em;
	font-weight: bold;
}

li
{
	margin-bottom: 15px;
	margin-top: 6px;
}

p
{
	margin-bottom: 15px;
	margin-top: 0px;
}

p a,
ul li a
{
	color: #00248b;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
	color: #00248b;
}

a.MCBreadcrumbsLink:visited
{
	color: #00248b;
}

a.MCBreadcrumbsLink:hover
{
	color: #00248b;
}

.breadcrumbs
{
	font-style: normal !important;
	font-size: .8em !important;
}

.MCDropDownBody a
{
	color: #00248b;
}

.dropDownHead
{
	margin-bottom: 7px;
}

.dropDownHead a
{
	font-size: 19px;
}

.MCDropDown
{
	margin-bottom: 1.5em;
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage,
.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage,
.dropDownHotspot:link {
	font-size: 16px;
	color: #f59405;
	font-weight: 600;
	text-decoration: underline;
}

.MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage {
	background-image: url(../Images/arrow-down.png);
}

.MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage {
	background-image: url(../Images/arrow-right.png);
}

.MCDropDown_Closed a.MCDropDownHotSpot, .MCDropDown_Open a.MCDropDownHotSpot {
	text-decoration: underline !important;
}

/* Header bar */

nav.title-bar
{
	background-color: #00248b;
	padding: 20px 0 25px;
	box-shadow: 0 2px 30px 0 rgba(0,0,0,0.15);
}

.title-bar-layout a.logo
{
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iNjJweCIgaGVpZ2h0PSI2MXB4IiB2aWV3Qm94PSIwIDAgNjIgNjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+ICAgICAgICAgICAgICAgIDxkZWZzPiAgICAgICAgPHBvbHlnb24gaWQ9InBhdGgtMSIgcG9pbnRzPSI2MS4xNTIgMC4yMTc2IDYxLjE1MiA2MC45OTk2IDAuMzgyMiA2MC45OTk2IDAuMzgyMiAwLjIxNzYgNjEuMTUyIDAuMjE3NiI+PC9wb2x5Z29uPiAgICA8L2RlZnM+ICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiPiAgICAgICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aC0xIj48L3VzZT4gICAgICAgICAgICA8L21hc2s+ICAgICAgICAgICAgPGcgaWQ9IkNsaXAtMiI+PC9nPiAgICAgICAgICAgIDxwYXRoIGQ9Ik00OC40NzQyLDM0Ljk3MzYgTDMzLjUxNjIsNDkuOTMxNiBDMzIuMDM2Miw1MS40MTE2IDI5LjY0NTIsNTEuNDExNiAyOC4xNjQyLDQ5LjkzMTYgQzI2LjY4ODIsNDguNDU4NiAyNi42ODgyLDQ2LjA1OTYgMjguMTY4Miw0NC41Nzg2IEw0My4xMjEyLDI5LjYyMTYgQzQ0LjYwMzIsMjguMTQ5NiA0Ni45OTQyLDI4LjE0OTYgNDguNDY5MiwyOS42MjE2IEM0OS45NTEyLDMxLjEwMTYgNDkuOTUxMiwzMy40OTY2IDQ4LjQ3NDIsMzQuOTczNiBNMjAuMzIzMiw0Mi4wOTM2IEMxOC44NDIyLDQwLjYxMzYgMTguODQyMiwzOC4yMTg2IDIwLjMyMzIsMzYuNzM3NiBMMzIuMTM0MiwyNC45MzQ2IEMzMy42MDcyLDIzLjQ1NzYgMzYuMDAxMiwyMy40NTc2IDM3LjQ4MjIsMjQuOTM0NiBDMzguOTU0MiwyNi40MTU2IDM4Ljk1NDIsMjguODA2NiAzNy40ODIyLDMwLjI5MDYgTDI1LjY3MDIsNDIuMDkzNiBDMjQuMTk0Miw0My41NzQ2IDIxLjgwMzIsNDMuNTY1NiAyMC4zMjMyLDQyLjA5MzYgTTEyLjQ4MjIsMzQuMjUyNiBDMTEuMDA1MiwzMi43NzE2IDExLjAwNTIsMzAuMzgxNiAxMi40ODIyLDI4LjkwMDYgTDMwLjg5ODIsMTAuNDgzNiBDMzIuMzc5Miw5LjAwNzYgMzQuNzcwMiw5LjAwNzYgMzYuMjQ1MiwxMC40ODM2IEMzNy43MzEyLDExLjk1OTYgMzcuNzMxMiwxNC4zNTk2IDM2LjI1MDIsMTUuODMxNiBMMTcuODMzMiwzNC4yNTI2IEMxNi4zNTcyLDM1LjczMzYgMTMuOTYyMiwzNS43MzM2IDEyLjQ4MjIsMzQuMjUyNiBNMzAuNzcwMiwwLjIxNzYgQzEzLjk4ODIsMC4yMTc2IDAuMzgyMiwxMy44Mjc2IDAuMzgyMiwzMC42MDQ2IEMwLjM4MjIsNDcuMzkwNiAxMy45ODgyLDYwLjk5OTYgMzAuNzcwMiw2MC45OTk2IEM0Ny41NTEyLDYwLjk5OTYgNjEuMTUzMiw0Ny4zOTA2IDYxLjE1MzIsMzAuNjA0NiBDNjEuMTUzMiwxMy44Mjc2IDQ3LjU1MTIsMC4yMTc2IDMwLjc3MDIsMC4yMTc2IiBpZD0iRmlsbC0xIiBmaWxsPSIjRkZGRkZGIiBtYXNrPSJ1cmwoI21hc2stMikiPjwvcGF0aD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
	width: 40px;
	height: 40px;
	background-size: 40px;
	margin-right: 30px;
}

.navigation-wrapper
{
	justify-content: flex-start;
}

.navigation-wrapper ul.navigation
{
	order: 2;
	align-self: center;
	margin-left: auto;
}

.nav-search-wrapper
{
	order: 1;
	align-self: center;
	justify-content: flex-start;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;
	width: 400px;
	margin-right: auto;
}

.nav-search
{
	width: 100%;
	margin-top: 0px;
}

.search-bar .search-field
{
	border-radius: 3px;
	box-shadow: 0 45px 45px rgba(0,0,0,.1);
	padding: 20px 25px;
	background-color: rgba(255,255,255,.1);
	color: #fff;
}

.search-bar .search-field::-webkit-input-placeholder,
.search-bar .search-field::placeholder
{
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(255,255,255,.8);
	opacity: .8;
	/* Firefox */
}

.search-bar .search-field:focus
{
	outline: none;
}

.search-bar .search-submit-wrapper
{
	top: 0;
	right: 10px;
	padding: 10px;
}

.search-bar.search-bar-container .search-submit,
.search-bar.search-bar-container .search-submit:hover
{
	background-image: url(../Images/search-white.png);
	background-color: transparent;
	opacity: .7;
	width: 20px;
	height: 20px;
	background-size: 20px auto;
}

ul.navigation li > a
{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 26px;
}

#resultList h3.title a:visited
{
	color: purple;
}

ul.navigation li > a:hover
{
	opacity: .75;
	color: #fff;
}

ul.navigation ul > li a:hover
{
	color: #212529;
	opacity: 1;
}

div.home-tiles a:hover
{
	color: #00248b;
}

div.home-tiles > a: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);
}

ul.navigation ul,
ul.navigation ul ul
{
	border: 1px solid #e9ecef;
	box-shadow: 0 15px 20px rgba(52,58,64,.15);
	background-color: #fff;
	border-radius: 4px;
	padding: 10px 15px 10px 12px;
}

ul.navigation ul > li a
{
	color: #868e96;
	padding: 15px 10px;
	font-size: 15px;
}

ul.navigation > li.has-children:after
{
	border-bottom-color: #fff;
}

ul.navigation li.is-expanded > a
{
	color: #fff;
}

ul.navigation ul > li.has-children > a:after
{
	top: 14px;
}

ul.navigation ul li.is-expanded > a
{
	color: #212529 !important;
}

.hype-header-title
{
	color: white;
	font-weight: 900;
	font-size: 1.8em;
	line-height: 3em;
}

/* General Content Styles */

.hype-sidebar
{
	width: 25%;
	float: left;
	margin-top: 5.55em;
}

.hype-sidebar li
{
	list-style: none;
}

.hype-sidebar li a
{
	text-decoration: none;
	font-weight: bold;
	color: #00248b;
	font-size: 1em;
	text-transform: uppercase;
}

.hype-sidebar ul
{
	padding-left: 1.3em;
	margin-bottom: 1.3em;
	margin-top: .8em;
}

.hype-sidebar ul li
{
	margin: 5px 0;
}

.hype-sidebar ul li a
{
	font-weight: normal;
	color: #888;
	text-transform: none;
}

.hype-sidebar ul li a.selected
{
	color: #4a4a4a;
	font-weight: bold;
}

.hype-sidebar ul ul
{
	padding-left: 1.5em;
	margin-bottom: 1em;
	margin-top: .4em;
}

div.content-container
{
	width: 71%;
	float: left;
	margin-left: 1%;
	border: none !important;
	box-shadow: none !important;
	min-height: auto;
}

.main-section
{
	padding: 2em;
	background: #fff;
}

.content-container p img:not(.hype-icon)
{
	background-color: #fff;
	/* e5eff7*/
	padding: 20px 25px;
	border: 1px solid #d4dbe6;
	border-radius: 4px;
}

.MCPopupFullImage:focus
{
	outline: none;
}

/* Start Page */

div.home-tiles
{
	max-width: 1200px;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 2.6%;
}

/* Overwrite old styles */

div.home-tiles > a
{
	float: left;
	background-color: #fff;
	box-shadow: 0 1px 8px 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;
	width: 30.5% !important;
	height: 400px !important;
	padding: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.home-tiles > a:nth-child(1)
{
	width: 16.667%;
	margin-left: 0;
}

div.home-tiles > a:nth-child(2)
{
	width: 16.667%;
	margin-left: 3%;
}

div.home-tiles > a:nth-child(3)
{
	width: 16.667%;
	margin-left: 3%;
}

p.tile-title
{
	color: black;
}

p.tile-icon
{
	text-align: center;
}

p.tile-icon img
{
	width: 70px;
	height: 70px;
}

/* Content */

p.note
{
	padding: 20px 60px 20px 25px;
	background-color: #efefef;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.note img
{
	float: left;
	margin-right: 20px;
}

p.note:after
{
	content: '';
	display: table;
	clear: both;
}

p.ContextTips
{
	padding: 20px 60px 20px 25px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
/*	border: none;*/
}

p.ContextBestPractice
{
	padding: 20px 60px 20px 25px;
	border-radius: 4px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-color: #5cc2fd;
}

p.step
{
	padding: 12px;
	border-radius: 4px;
	font-weight: bold;
	color: #343a40;
}

p.subheading
{
	font-weight: bold;
	background-color: #fff6a7;
	color: #5f5f5f;
	padding: 5px 12px;
    font-size: 15px;
    border-radius: 4px;
}

a.read-more
{
	font-weight: bold;
	color: #00248b;
	text-decoration: none;
	font-size: 15px;
	display: inline-block;
}

a.read-more:hover
{
	opacity: .8;
}

a.read-more:after
{
	content: '';
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPiAgICAgICAgICAgICAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJEb3dubG9hZCIgZmlsbD0iIzAwMjQ4QiIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICA8cGF0aCBkPSJNMC43NSwzLjc1IEMwLjMsMy43NSAwLDQuMDUgMCw0LjUgQzAsNC45NSAwLjMsNS4yNSAwLjc1LDUuMjUgTDExLjc1LDUuMjUgTDExLjc1LDkgTDE3LDQuNSBMMTEuNzUsMCBMMTEuNzUsMy43NSBMMC43NSwzLjc1IFoiIGlkPSJBcnJvd19yaWdodCI+PC9wYXRoPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	width: 17px;
	height: 17px;
	background-size: 17px;
	margin-left: 8px;
	vertical-align: middle;
}

img.hype-icon
{
	width: 30px;
	vertical-align: middle;
}

MadCap|menuProxy.hype-sidebar
{
	mc-context-sensitive: True;
	mc-include-parent: True;
	mc-include-siblings: True;
	mc-include-children: True;
}

footer
{
	clear: both;
	padding: 2em 0 2em 28%;
}

.searchTopic footer
{
	padding-left: 37px;
}

#resultList h3.title a
{
	color: #00248b;
}

/******* Mobile Styles ********/

@media only screen and (max-width: 1279px)
{
	.title-bar-layout .logo-wrapper
	{
		min-height: 48px;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: auto;
	}
}

@media only screen and (max-width: 590px)
{
	.nav-search-wrapper
	{
		width: 100%;
		margin-top: 2em;
	}

	.search-bar .search-field
	{
		padding: 30px 25px;
	}

	.search-bar .search-submit-wrapper
	{
		padding: 20px;
		right: 0;
	}

	.hype-header-title
	{
		line-height: 1.4em;
		margin-bottom: 0;
	}

	div.home-tiles
	{
		padding-left: 0;
		padding-right: 0;
	}

	div.home-tiles > a
	{
		width: 100% !important;
		margin-bottom: 2em;
	}

	div.home-tiles > a:nth-child(2),
	div.home-tiles > a:nth-child(3)
	{
		margin-left: 0;
	}

	.hype-sidebar
	{
		display: none;
	}

	div.content-container
	{
		padding: 0;
		margin-left: 0;
		width: 100%;
	}

	a.read-more
	{
		display: block;
		clear: both;
		padding: 20px 0;
	}

	footer
	{
		padding-left: 0;
	}
}

.specialbold
{
	background-attachment: scroll;
	background-color: #ffffff;
	background-position: 0% 0%;
	background-repeat: none;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-width: medium;
	border-top-width: medium;
	clear: none;
	float: none;
	font-variant: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	padding-top: 0pt;
	text-align: left;
	text-decoration: none;
	text-indent: 0cm;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	width: auto;
	word-spacing: normal;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

p.procedureheading
{
	font-weight: 600;
	font-style: italic;
	font-size: 16px;
	color: #556b2f;
	padding: 10px 20px;
    border: 1px solid #556b2f;
}

p.warning {
	display: flex;
	background-color: #fff3b9;
	padding: 15px 20px;
}

p.warning:before {
	content: '';
	display: inline-block;
	width: 43px;
	height: 24px;
	margin-right: 10px;
	background-image: url(../Images/icon-warning.png); 
	background-repeat: no-repeat;
}

