/*<meta />*/

@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

NOTE: Generally, this stylesheet has elements listed out in the order that they appear in the topic from top to bottom. The exception are General styles which are at the top and the stylesheet mediums which are at the bottom.

EXAMPLE: Since the Topic/Banner image is at the top of the home page, it will be listed closer to the top of this stylesheet. While, the footer will be written towards the bottom. 

===========================================================================================================================================================*/

/* Home Page General Styles*/

body
{
	line-height: 1.5em;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Roboto;
}

h1
{
	text-align: left;
	color: #000000;
	font-size: 16px;
	font-weight: 200;
	font-family: Roboto;
	left: 10;
	line-height: 122px;
}

.topic-hero h1
{
	font-size: 42px;
	line-height: 50px;
}

h2
{
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	padding-bottom: 10px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

span.highlight1	/*Span class used to change the color of text within block elements*/
{
	color: #d393de;
}

span.highlight2
{
	color: #955aa4;
}

span.highlight3
{
	color: #32a14f;
}

span.highlight4
{
	color: #f2774b;
}

.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;
}

/*==Mad Cap proxy/editor assigned styles==*/

MadCap|searchBarProxy
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	float: none;
	width: 50%;
}

MadCap|topicToolbarProxy
{
	float: none;
}

MadCap|menuProxy.menu1
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

MadCap|menuProxy.menu2
{
	mc-toc-depth: 1;
	mc-context-sensitive: True;
}

html.home-page
{
	mc-community-features: disabled;
}

/*==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*/
{
	padding-top: 20px;
	padding-bottom: 10px;
	background-image: url('../Images/Assets/site-images/banner-graphic.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/*==Home Tiles section==*/

div.home-tiles-container
{
	padding-top: 60px;
	padding-bottom: 60px;
}

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 img	/*Complex Selector images included in the home-tiles will have a minimum width of 100%;*/
{
	min-width: 100%;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	background-color: #f1f1f1;
}

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);
}

div.home-tiles > div:nth-child(1)
{
	width: 22%;
	margin-left: 16%;
}

div.home-tiles > div:nth-child(2)
{
	width: 22%;
	margin-left: 1%;
}

div.home-tiles > div:nth-child(3)
{
	width: 22%;
	margin-left: 1%;
}

div.home-tiles a	/*Properties for links in home-tiles*/
{
	color: #c7c7c7;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

a:link
{
	color: #264bfa;
}

a:focus
{
	color: #264bfa;
}

div.home-tiles a:hover
{
	color: #1D2B64;
}

ul.navigation ul a:hover
{
	background: #e9e9e9;
}

.topic-listing ul li a:hover
{
	background: none !important;
}

ul.navigation li li a:hover
{
	background: none;
}

a:hover
{
	color: #264bfa;
}

a#cookieButton:hover
{
	color: #264bfa;
}

#ImcCookieConsent a:hover
{
	color: #ffffff;
}

#ImcCookieConsent a#cookieButton:hover
{
	background: #ffffff;
	color: #000;
}

a:active
{
	color: #264bfa;
}

p.tile-title
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.5em;
}

/*==Search-bar==*/

div.search-bar
{
	margin-bottom: 50px;
	margin-top: 50px;
}

/*==Info section==*/

div.info-container
{
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	padding-bottom: 25px;
}

div.info-section	/*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.info-section::before
{
	content: ' ';
	display: table;
}

div.info-section::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.info-section > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

div.info-section > div:hover
{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFF;
}

div.info-section > div:nth-child(1)
{
	width: 24%;
	margin-left: 11%;
}

div.info-section > div:nth-child(2)
{
	width: 24%;
	margin-left: 2%;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}

div.info-section > div:nth-child(3)
{
	width: 24%;
	margin-left: 2%;
}

p.in a
{
	text-decoration: none;
}

/*=Elements for content contained within each info section=*/

p.info-title
{
	line-height: 1em;
	font-size: 1.8em;
	margin-bottom: 20px;
	text-align: center;
}

p.info-title a	/*Any hyperlinks included in info-title will have the following properties*/
{
	text-decoration: none;
	color: inherit;
}

p.info-content
{
	font-size: 0.9em;
}

a.home-button
{
	display: inline-block;
	background-color: #818181;
	padding: 7px 10px;
	text-decoration: none;
	color: #fff;
	transition: all 0.2s;
}

a.home-button:hover
{
	background-color: #4e4376;
}

/*==Home Page Footer==*/

/*div.footer
{
	padding-top: 13px;
	padding-bottom: 10px;
	background-color: #e6e6e6;
	background: -webkit-linear-gradient(to bottom right, white, #d2d2d2);
	background: -o-linear-gradient(to bottom right, white, #d2d2d2);
	background: -moz-linear-gradient(to bottom right, white, #d2d2d2);
	background: linear-gradient(to bottom right, white, #d2d2d2);
	border-top: 4px solid #f1f1f1;
}*/

div.footer a
{
	text-decoration: none;
	color: #49A6F7;
}

div.footer p	/* Complex Selector: Any <p> that is contained within div.footer will have the following properties */
{
	font-size: 0.8em;
	color: #000;
}

div.home-master-page-footer	/*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;
	width: 55%;
}

div.home-master-page-footer::before
{
	content: ' ';
	display: table;
}

div.home-master-page-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-master-page-footer > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-master-page-footer > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

div.home-master-page-footer > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

MadCap|slideshowCaption
{
	font-family: Roboto;
}

MadCap|helpControlMenuItem
{
	font-family: Roboto;
}

MadCap|helpControlMenuItem.Highlighted
{
	font-family: Roboto;
}

MadCap|shortcut
{
	color: #264bfa;
}

MadCap|popupHead
{
	color: #264bfa;
}

MadCap|toggler:focus
{
	color: #264bfa;
}

MadCap|toggler:hover
{
	color: #264bfa;
}

MadCap|toggler
{
	color: #264bfa;
}

MadCap|xref:hover
{
	color: #264bfa;
}

MadCap|xref:focus
{
	color: #264bfa;
}

MadCap|xref
{
	color: #264bfa;
}

MadCap|conceptLink:hover
{
	color: #264bfa;
}

MadCap|relatedTopics:hover
{
	color: #264bfa;
}

MadCap|relatedTopics:focus
{
	color: #264bfa;
}

MadCap|relatedTopics
{
	color: #264bfa;
}

MadCap|keywordLink:hover
{
	color: #264bfa;
}

MadCap|keywordLink:focus
{
	color: #264bfa;
}

MadCap|keywordLink
{
	color: #264bfa;
}

MadCap|conceptLink:focus
{
	color: #264bfa;
}

MadCap|conceptLink
{
	color: #264bfa;
}

a::before
{
	color: #264bfa;
}

a
{
	color: #264bfa;
}

a::after
{
	color: #264bfa;
}

a.feedback-link
{
	color: #264bfa;
}

a.GlossaryPageTerm
{
	color: #264bfa;
}

a#cookieButton
{
	color: #264bfa;
}

a.Popup
{
	color: #264bfa;
}

a.MCBreadcrumbsLink
{
	color: #264bfa;
}

a.logo
{
	color: #264bfa;
}

p.Index9
{
	color: #1a1a34;
	font-family: Roboto;
	font-size: 16pt;
}

/*===========================================================================================================================================================
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.info-container
	{
		width: 100%;
	}

	div.info-section > div:nth-child(1)
	{
		width: 33%;
		margin-left: 0.33%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 33%;
		margin-left: 0.33%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 33%;
		margin-left: 0.33%;
	}

	p.info-title
	{
		font-size: 1.5em;
	}

	div.footer
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 25%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 25%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	div.home-tiles > div
	{
		margin-top: 2%;
		background-color: #ececec;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 90%;
		margin-left: 5%;
	}

	p.tile-title
	{
		font-size: 1.1em;
	}

	div.info-section > div
	{
		text-align: center;
	}

	div.info-section > div:hover
	{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		box-shadow: none;
		background-color: none;
	}

	div.info-section > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 10%;
		margin-top: 5%;
	}

	div.info-section > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-bottom: 5%;
	}

	div.info-section > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	p.info-title
	{
		font-size: 2em;
	}

	p.info-content
	{
		font-size: 1em;
	}

	div.home-master-page-footer > div:nth-child(1)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(2)
	{
		width: 100%;
	}

	div.home-master-page-footer > div:nth-child(3)
	{
		width: 100%;
	}
}

/******Custom CSS*******/

.nav-search-wrapper
{
	display: none !important;
}

.topic-listing:after
{
	content: "";
	clear: both;
	display: table;
}

.topic-listing ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/*.topic-listing ul li.has-children {
    width: 32%;
    float: left;
    margin-right: 22px;
}*/

.topic-listing ul li.has-children
{
	display: inline-block;
	width: 33.3%;
	min-width: 33.3%;
	max-width: 100%;
	vertical-align: top;
}

/*.topic-listing ul li.has-children:nth-of-type(2),
.topic-listing ul li.has-children:nth-of-type(5)
{
	flex: 1 1 20%;
}*/

.topic-listing > ul > li.has-children > ul.sub-menu > li.has-children > a
{
	color: #264BFA;
	font-size: 17px;
	font-weight: 300;
}

.topic-listing ul li.has-children a
{
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.topic-listing ul li.has-children li
{
	padding-left: 25px;
	width: 100%;
}

.topic-listing ul li.has-children li a
{
	margin-bottom: 0;
	color: #122532;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	padding: 5px 0;
}

.topic-listing ul li.has-children:last-child
{
	margin-right: 0;
}

.topic-listing ul li.has-children li.tree-node-leaf a
{
	font-size: 13px;
}

.topic-listing ul li.has-children li li a
{
	font-size: 13px;
}

.topic-listing > ul > li > a
{
	font-size: 13px;
}

.topic-listing ul ul.sub-menu
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.topic-listing > ul > li.has-children > ul > li > ul > li
{
	margin: 5px 0;
}

.topic-listing > ul > li.has-children > ul > li.has-children > ul > li.has-children > ul > li.has-children > ul > li
{
	
}

/** Menu Accordion Styling starts  **/

/**ul.menu._Skins_HTML5_Menu_skin.mc-component{
	width:100% !important;
} **/

ul.menu._Skins_HTML5_Menu_skin.mc-component
{
	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
}

.topic-listing ul li.has-children li,
ul.menu._Skins_HTML5_Menu_skin.mc-component ul li a
{
	padding-left: 10px !important;
}

/** Menu Accordion Styling ends  **/

.info-container h2
{
	color: #000000;
	font-size: 36px;
	text-align: left;
	font-weight: 300;
	line-height: 40px;
}

div.footer
{
	background-color: #EEF1F6;
	padding-top: 0;
	border-top: none;
}

.custom-footer
{
	padding: 25px 0px;
	/*margin-top:40px;*/
	width: 90%;
	margin: 40px auto 0 auto;
}

.custom-footer::before
{
	content: ' ';
	display: table;
}

.custom-footer::after
{
	content: ' ';
	display: table;
	clear: both;
}

.copyright-text
{
	color: #000;
	font-family: 'Roboto', Roboto;
	font-size: 13px;
	font-weight: bold;
	line-height: 33px;
	opacity: 0.8;
	width: 250px;
	text-align: left;
	float: left;
}

.copyright-text a
{
	color: #49A6F7;
}

.footer-navigation
{
	float: left;
	margin: 0 60px;
}

.footer-navigation ul li
{
	float: left;
	margin: 0 10px;
}

.footer-navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-navigation ul li a
{
	color: #49A6F7;
	font-family: 'Roboto', Roboto;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}

.footer-navigation.right-section
{
	float: right;
	margin: 0;
}

.footer-navigation.right-section ul li a
{
	color: #5E788C;
}

.footer-navigation.right-section ul li a.feedback-link
{
	color: #49A6F7;
	padding-left: 17px;
	background-image: url('../Images/Assets/site-images/send-feedback-icon.png');
	background-repeat: no-repeat;
	background-position: center left;
}

ul.navigation a
{
	color: #1a1a34 !important;
}

.title-bar-layout a.logo
{
	width: 140px;
	height: 82px;
	background-size: 100%;
	align-self: flex-start;
}

ul.navigation ul
{
	background: #ffffff !important;
}

ul.navigation ul a
{
	color: #264BFA !important;
}

.off-canvas-wrapper-inner .outer-row
{
	max-width: 90%;
	padding: 0;
}

.search-bar
{
	width: 90%;
}

.search-bar._Skins_SearchHome.mc-component
{
	width: 100%;
}

div.info-container
{
	width: 90%;
}

.search-bar._Skins_SearchHome.mc-component .search-field
{
	padding-left: 20px;
	background-color: #ffffff;
	font-size: 20px;
	font-family: 'Roboto', Roboto;
	font-weight: 300;
}

ul.navigation > li.has-children::after
{
	left: 30px;
}

ul.navigation ul
{
	border-radius: 3px;
	-webkit-box-shadow: 0px 20px 30px -9px rgba(0,0,0,0.53);
	-moz-box-shadow: 0px 20px 30px -9px rgba(0,0,0,0.53);
	box-shadow: 0px 20px 30px -9px rgba(0,0,0,0.53);
}

ul.navigation ul a
{
	font-size: 14px;
	color: #5e788c !important;
}

/* ul.navigation a{
font-family:inherit;
}

ul.navigation li a:after{
font-family: FontAwesome;
content: "\f107";
padding:9px 0 0 5px;
} */

.topic-listing ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.topic-listing ul li
{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.topic-listing ul li ul
{
	margin: 15px 0 30px 0;
}

.topic-listing ul li ul li
{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 0 !important;
	padding-left: 16px;
}

.topic-listing ul li ul li
{
	padding-left: 0;
	position: relative;
}

.topic-listing ul li ul li a
{
	color: #264BFA;
}

.topic-listing ul li ul li a:before
{
	padding: 5px 16px 0 0;
}

.topic-listing ul li ul li.has-children a:before
{
	font-family: FontAwesome;
	content: '\f105';
	color: #666;
	font-weight: bold;
	position: absolute;
	top: -3px;
	left: 0;
}

.topic-listing ul li ul li.toggleIcon a:before
{
	font-family: FontAwesome;
	content: '\f107' !important;
}

.ul.menu._Skins_HTML5_Menu_skin.mc-component li > a
{
	margin-bottom: 40px;
}

ul.menu._Skins_HTML5_Menu_skin.mc-component li > a
{
	margin-bottom: 10px;
}

.topic-listing ul ul.sub-menu li,
.topic-listing ul li.has-children li.tree-node-leaf a
{
	font-size: 15px;
}

.topic-listing ul ul.sub-menu li ul li a:before
{
	content: '' !important;
	position: absolute;
}

.topic-listing ul li ul.sub-menu li ul.customMenu li.childMenu a
{
	margin-left: 10px !important;
}

.topic-listing ul li a
{
	display: inline-block !important;
}

ul.customMenu li a
{
	margin-bottom: 5px !important;
}

ul.customMenu li:last-child a
{
	margin-bottom: 0 !important;
}

ul.customMenu
{
	margin: 0 0 20px 0 !important;
}

.topic-listing ul ul.sub-menu
{
	margin-top: 10px;
}

.topic-listing ul ul ul
{
	display: none;
}

.topic-listing
{
	position: relative;
}

.loader
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../Images/loader.gif) no-repeat center center #fff;
}

div.footer p
{
	float: left;
}

.footer-navigation
{
	float: right;
	margin: 0;
}

.right-section
{
	dispaly: none;
}

.topic-listing ul li ul li
{
	padding-left: 20px !important;
}

ul.menu._Skins_HTML5_Menu_skin.mc-component
{
	padding-left: 0;
	padding-right: 0;
}

ul.navigation
{
	display: block;
}

ul.navigation > li > ul
{
	min-width: 150px;
}

ul.navigation > li
{
	margin-right: 10px;
}

ul.navigation li > a
{
	font-family: 'Roboto', Roboto;
	position: relative;
}

ul.navigation > li a:after
{
	font-family: FontAwesome;
	content: "\f107";
	position: absolute;
	top: 12px;
	right: 0;
}

ul.navigation ul > li > a:after
{
	content: '';
}

ul.navigation ul > li.has-children > a:after
{
	font-family: FontAwesome;
	content: "\f105";
	position: absolute;
	right: 5px;
	top: 9px;
}

ul.navigation ul > li > a
{
	padding: 5px 10px;
	font-size: 12px;
	display: block;
	position: static;
}

ul.navigation li li
{
	padding: 3px 10px;
	position: relative;
}

ul.navigation li li:hover,
ul.navigation li li:hover a
{
	background: #49A6F7;
	color: #fff;
}

ul.navigation li li:hover a
{
	background: #49A6F7;
	color: #fff !important;
}

ul.navigation li li:hover ul li a
{
	background: none !important;
	color: #5e788c !important;
}

ul.navigation li li ul li:hover,
ul.navigation li li ul li:hover a
{
	background: #ccc !important;
	color: #000 !important;
}

ul.navigation li li ul li a:after
{
	content: '';
}

::-webkit-input-placeholder
{
	/* Chrome/Opera/Safari */
	color: #b2b2b2 !important;
}

::-moz-placeholder
{
	/* Firefox 19+ */
	color: #b2b2b2 !important;
}

:-ms-input-placeholder
{
	/* IE 10+ */
	color: #b2b2b2 !important;
}

:-moz-placeholder
{
	/* Firefox 18- */
	color: #b2b2b2 !important;
}

.topic-listing ul li.tree-node-leaf a
{
	font-size: 17px !important;
	color: #264BFA !important;
	font-weight: 300 !important;
}

.topic-listing ul ul ul li.tree-node-leaf a
{
	color: #000 !important;
	font-weight: normal !important;
	font-size: 15px !important;
}

@media (max-width: 1199px)
{
	.topic-listing ul li.has-children
	{
		width: 50%;
		min-width: 50%;
	}

	.topic-hero h1
	{
		font-size: 40px;
		line-height: 50px;
	}

	.search-bar
	{
		margin-top: 20px !important;
	}
}

@media (max-width: 767px)
{
	.topic-hero h1
	{
		font-size: 30px;
		line-height: 40px;
	}

	.search-bar
	{
		margin-bottom: 20px !important;
	}
}

@media (max-width: 550px)
{
	.topic-listing ul li.has-children
	{
		width: 100%;
		min-width: 100%;
	}
}

/*Edited on 29th Nov 2018*/
/*Updated on 30 Nov 2018 */

.js-off-canvas-exit
{
	box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2), 4px 0 4px rgba(0, 0, 0, 0.2);
}

/*CMP-API css for consent*/

/*
.warning {
    margin-bottom: 20px;
    padding: 10px;
    background: #f8eaed;
}

.warning .admonition-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #bb0315;
}

.admonition.warning ol {
	padding-inline-start: 20px;
}*/

#ImcCookieConsent
{
	z-index: 999;
	min-height: 20px;
	padding: 10px 25px;
	background: rgba(26,34,234,0.6);
	overflow: hidden;
	position: fixed;
	color: #FFF;
	bottom: 0px;
	right: 10px;
	display: none;
	left: 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#ImcCookieConsent div
{
	padding: 5px 0 0;
}

#ImcCookieConsent a
{
	color: #FFFFFF;
	display: inline-block;
	padding: 0 10px;
	width: 120px;
}

#ImcCookieConsent cookieButton
{
	padding-top: 15px;
}

#ImcCookieConsent a#cookieButton
{
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.1em;
	background: #1A22EA;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 25px;
	float: right;
	border-radius: 20px;
}

#closeButton
{
	background: rgba(26,34,234,0);
	border: none;
	color: white;
	text-align: right;
}

body > div.foundation-wrap.off-canvas-wrapper > div > div > div:nth-child(1) > nav > div.title-bar-layout.outer-row > div.logo-wrapper
{
	min-height: 146px;
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-left: 6em;
}

.search-filter	/*Wraps the content you can filter by .*/
{
	display: none;
}

