/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

*,
*::before,
*::after
{
	box-sizing: border-box;
}

body
{
	margin: 0;
}

.body-container
{
	padding: 0;
	margin-top: calc(72px + 75px);
}

.inner-landing .body-container
{
	margin-top: calc(72px + 100px);
}

.whats-new .inner-landing .body-container
{
	margin-top: calc(72px);
}

.row.outer-row.sidenav-layout
{
	padding: 0;
}

.mobile-header
{
	display: none;
}

html.landing
{
	overflow-x: hidden;
}

.landing .body-container
{
	margin: 0;
}

.landing .height-container-no-footer
{
	padding: 0;
}

.landing-header
{
	height: 230px;
	background-color: #4f7396;
	padding: 24px 48px;
}

.landing-header-bar
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.landing-header-bar > div
{
	height: 48px;
}

.landing h1
{
	color: white;
	font-family: Lato, sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	margin: 0 0 24px 0;
}

.landing h1 span
{
	font-weight: 700;
}

.landing-header-bar a
{
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: white;
	padding-left: 24px;
	text-decoration: none;
}

div#ulselector
{
	display: none;
	position: absolute;
	right: 0;
	padding: 12px 6px;
	border-radius: 4px;
	top: 44px;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
	cursor: pointer;
	box-shadow: 4px 24px 32px 0px #00000080;
}

.inputContainer
{
	width: 323px;
	margin: auto;
	display: flex;
	border: 1px solid #dadada;
	border-radius: 4px;
	padding: 7px 8px 7px 16px;
	position: relative;
	background: white;
}

.inputContainer button
{
	cursor: pointer;
	height: 24px;
}

input.search-custom[type="search"]::-webkit-search-cancel-button
{
	-webkit-appearance: none;
	height: 24px;
	width: 24px;
	background: url("Images/search-close.svg");
	cursor: pointer;
}

input.search-custom
{
	flex-grow: 1;
	outline: none !important;
	padding: 0;
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
}

.inputContainer > *
{
	border: none;
	background: white;
	padding: 0;
	vertical-align: middle;
}

#ulselector p
{
	margin: 4px;
	padding: 10px 16px;
	border-radius: 24px;
	color: #4f7396;
	font-family: Lato, sans-serif;
	font-size: 14px;
	background: #f6f6f6;
}

#ulselector p.long
{
	padding: 10px 9.25px;
}

#ulselector p.selected,
#ulselector p.selected:hover
{
	background: #4f7396;
	color: white;
}

.newselector .selected a
{
	color: white;
}

#ulselector p:hover
{
	background: #eaeaea;
}

.hover-parent > div img.no-hover,
.hover-parent > div:hover img.hover
{
	display: block;
	width: 100%;
}

.hover-parent > div:hover img.no-hover,
.hover-parent > div img.hover
{
	display: none;
	width: 100%;
}

.hover-parent-tiles > div > p img.no-hover,
.hover-parent-tiles > div > p:hover img.hover
{
	display: block;
	width: 100%;
}

.hover-parent-tiles > div > p:hover img.no-hover,
.hover-parent-tiles > div > p img.hover
{
	display: none;
	width: 100%;
}

.section-banner:hover .overlay-button
{
	background: #ddae51;
}

.landing-body > div > div
{
	width: 1120px;
	margin: auto;
	max-width: 100%;
}

.landing-body > div > div
{
	padding: 40px 55px;
}

.landing h2
{
	font-family: Lato;
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	color: #191919;
	line-height: 34px;
	text-align: left;
}

.section-header
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
}

.section-header span
{
	padding-left: 22px;
}

.section-header a
{
	font-family: Lato;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: left;
	color: #404040;
	text-decoration: none;
}

.flex-tiles
{
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-tiles p
{
	margin: 8px 0;
	max-width: 213px;
	overflow: hidden;
	text-wrap: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}

.flex-tiles a,
.carousel a
{
	font-family: Lato;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: left;
	color: #404040;
	text-decoration: none;
}

.landing a:hover
{
	text-decoration: underline;
}

.landing h4,
.landing h4 a
{
	color: #191919;
	font-family: Lato;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
	margin: 16px 0 0 0;
	text-decoration: none;
}

.landing-body > div:nth-child(odd)
{
	background: white;
}

.landing-body > div:nth-child(even)
{
	background: #eaeaea;
}

.section-banner
{
	position: relative;
}

.section-banner .overlay
{
	top: 68px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.section-banner h3
{
	font-family: Lato;
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	color: white;
	margin: 0;
}

.section-banner p
{
	background: white;
}

.section-banner .overlay-button
{
	font-family: Lato;
	font-size: 10px;
	font-weight: 600;
	line-height: 16px;
	padding: 10px 32px 10px 16px;
	letter-spacing: 0.13em;
	text-align: left;
	text-decoration: none;
	color: #191919;
	display: block;
	text-transform: uppercase;
	position: relative;
	margin: 16px auto;
	background: white;
	border-radius: 4px;
}

.section-banner .overlay-button:after
{
	content: url('../../landing-images/button-arrow.png');
	position: absolute;
	right: 12px;
	top: 12px;
	height: 12px;
	width: 12px;
	display: inline-block;
}

.section-banner a
{
	text-decoration: none !important;
}

.hover-parent.video a,
.hover-parent.carousel a,
.hover-parent.wide a
{
	text-decoration: none !important;
}

.hover-parent.flex-tiles.video > div:hover h4
{
	color: #4f7396;
}

.flex-tiles.video p
{
	color: #757575;
}

.carousel
{
	display: flex;
	justify-content: space-between;
}

.carousel > div
{
	width: 250px;
	height: 336px;
}

.carousel .prev,
.carousel .next
{
	width: auto;
	height: 40px;
	align-self: center;
	cursor: pointer;
}

.carousel > div > a
{
	padding: 16px;
	display: block;
	width: 100%;
	height: 100%;
	background: white;
}

.carousel p
{
	margin: 8px 0;
	font-size: 14px;
}

.hover-parent.carousel > div img.no-hover
{
	padding: 0 7px 0px 7px;
	margin-bottom: 32px;
}

.hover-parent.carousel > div img.hover
{
	padding-bottom: 7px;
}

.flex-tiles.wide p
{
	max-width: 436px;
	margin: 0;
	text-wrap: wrap;
}

.flex-tiles.wide > div:nth-child(1)
{
	background: #e0d7cb;
}

.flex-tiles.wide > div:nth-child(2)
{
	background: #cbb6ab;
}

.flex-tiles.wide > div:nth-child(4)
{
	background: #c6d0d9;
}

.flex-tiles.wide > div:nth-child(3)
{
	background: #c4c4c4;
}

.flex-tiles.wide > div:hover:nth-child(1)
{
	background: #d6cbbd;
}

.flex-tiles.wide > div:hover:nth-child(2)
{
	background: #c0a99c;
}

.flex-tiles.wide > div:hover:nth-child(4)
{
	background: #bbc8d4;
}

.flex-tiles.wide > div:hover:nth-child(3)
{
	background: #b9b8b8;
}

.flex-tiles.wide > div
{
	margin-bottom: 40px;
	width: 436px;
}

.landing .wide h4
{
	margin-bottom: 8px;
}

.flex-tiles.wide .bottom
{
	padding: 8px 24px 24px 24px;
}

.landing body.height-container
{
	padding-bottom: 0;
}

.landing-footer
{
	background: #4f7396;
}

.landing-footer > div
{
	display: flex;
	height: 188px;
	width: 1120px;
	padding: 40px 56px;
	margin: auto;
	justify-content: space-between;
	max-width: 100%;
}

.landing-footer > div > div > img
{
	padding-top: 6px;
}

.landing-footer h4
{
	margin: 0;
	color: white;
}

.landing-footer a
{
	color: white;
	text-decoration: none;
	font-size: 14px;
}

.landing-footer p
{
	margin: 8px 0;
}

p.socials
{
	margin-top: 32px;
}

p.socials > a
{
	margin-right: 8px;
}

/* Inner pages */

.inner-header
{
	height: 72px;
	top: 0;
	background: #4f7396;
	width: 100%;
	z-index: 102;
	position: fixed;
}

.inner-header.has-scroll
{
	padding-right: 16px;
}

.inner-header > div
{
	padding: 0 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inner-header > div > div > p
{
	display: flex;
	align-items: center;
}

.inner-header > div > div > p > a > img
{
	width: 40px;
	height: 40px;
	margin-right: 16px;
}

.inner-header > div > div > p > a
{
	color: white;
	text-decoration: none !important;
	font-size: 20px;
	font-family: "Lato", sans-serif;
}

.inner-header span.pipe
{
	padding: 0 16px;
	color: white;
}

.minitoc-section-wrapper
{
	padding-bottom: 18px;
	position: relative;
	flex-basis: 32%;
	margin-top: 25px;
	margin-bottom: 15px;
	max-width: 32%;
}

.minitoc-section p
{
	margin: 4px 0;
}

a.see-more
{
	font-weight: 600;
	margin-top: 6px;
	display: inline-block;
}

.inner-header > div
{
	margin: auto;
	height: 100%;
}

.breadcrumb-header
{
	max-width: calc(1120px + 56px + 56px);
}

.inner-header > div:nth-child(2)
{
	background: white;
	height: 93px;
	padding-top: 30px;
}

.inner-body
{
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	max-width: calc(1120px + 56px + 56px);
	justify-content: space-between;
	padding: 0 56px;
}

.inner-landing.level-one .inner-body > div:first-child
{
	display: block;
	width: 100%;
}

.inner-header .search,
.inner-landing .search
{
	width: auto;
	margin-right: 0;
	box-shadow: 1px 4px 12px 0px #00000014;
	height: 40px;
}

span.SearchHighlight
{
	background: yellow;
}

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-divider: "  >  ";
	border: none;
	padding: 0;
	margin: 0;
}

.breadcrumbs
{
	opacity: 0;
}

.inner-landing.level-one .breadcrumbs
{
	display: none !important;
}

span.MCBreadcrumbsPrefix
{
	display: none;
}

a.MCBreadcrumbsLink,
.MCBreadcrumbsSelf
{
	font-family: "Lato", sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #404040;
}

a.MCBreadcrumbsLink:hover
{
	color: #4075BA;
}

span.MCBreadcrumbsDivider:nth-last-child(2)
{
	display: none;
}

span.MCBreadcrumbsDivider
{
	padding: 0 4px;
}

span.MCBreadcrumbsSelf
{
	display: none;
}

.inner-body .breadcrumbs
{
	padding-bottom: 10px;
}

input:focus-visible
{
	outline: none;
}

.header-bar
{
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	background: white;
	left: 0;
	right: 0;
	margin: auto;
	max-width: calc(1120px + 56px + 56px);
	top: 72px;
	z-index: 101;
	padding-top: 32px;
	padding-bottom: 40px;
	padding-left: 50px;
	padding-right: 50px;
	align-items: center;
}

.inner-landing div#mc-main-content
{
	width: 100%;
}

.header-bar > div
{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.header-bar h1
{
	flex-basis: 100%;
	margin: 0;
}

.header-bar a
{
	font-size: 14px;
}

.header-bar p
{
	margin: 0;
}

.header-bar img
{
	vertical-align: middle;
	padding-right: 10px;
}

.miniToc
{
	border: none !important;
	padding: 0 !important;
	margin: 0;
}

.inner-landing .miniToc
{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.inner-landing.level-two .miniToc
{
	display: block;
}

.inner-landing.level-one .miniToc
{
	opacity: 0;
}

.inner-landing.level-two .inner-body > div
{
	width: 100%;
}

.inner-landing.level-two .miniToc > *
{
	/* flex-basis: 33.3%; */
	margin: 2px 0;
	padding-right: 40px;
}

.inner-landing.level-two [class^="MCMiniTocBox"] [class^="MiniTOC"]
{
	width: 100%;
}

/* Two columns for 15 or more items */

.inner-landing.level-two [class^="MCMiniTocBox"] [class^="MiniTOC"]:nth-last-child(n+15),
.inner-landing.level-two [class^="MCMiniTocBox"] [class^="MiniTOC"]:nth-last-child(n+15) ~ [class^="MiniTOC"]
{
	width: calc(50% - 5px);
	/* Subtracting half of the gap */
}

.inner-landing.level-one .MiniTOC1,
.inner-landing.level-one .MiniTOC1_0
{
	font-size: 18px !important;
	color: #191919 !important;
	padding-right: 40px;
	margin-bottom: 8px;
	pointer-events: none;
}

.inner-landing.level-one .MiniTOC2,
.inner-landing.level-one .MiniTOC2_0,
.inner-landing.level-two .MiniTOC1,
.inner-landing.level-two .MiniTOC1_0,
.inner-landing.level-two .MiniTOC2_1
{
	font-size: 16px !important;
	color: #404041 !important;
	margin-left: 0 !important;
	font-weight: normal;
	max-width: 290px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inner-landing.level-two .MiniTOC1,
.inner-landing.level-two .MiniTOC1_0
{
	max-width: calc(50% - 5px);
}

a[class^="MiniTOC"]:hover + .minitoc-tooltip
{
	display: block;
}

.minitoc-tooltip
{
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #4f7396;
	color: white;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
	margin-top: -30px;
	transform: translateY(-100%);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.minitoc-tooltip::after
{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #4f7396;
}

.inner-landing.level-one .MiniTOC2:hover,
.inner-landing.level-one .MiniTOC2_0:hover,
.inner-landing.level-two .MiniTOC1:hover,
.inner-landing.level-two .MiniTOC2_1:hover
{
	color: #4075BA !important;
}

.inner-landing.level-one .MiniTOC1:hover,
.inner-landing.level-one .MiniTOC1_0:hover
{
	color: #4075BA !important;
}

.inner-landing.level-one .inner-header > div:nth-child(2)
{
	display: none;
}

.content-container
{
	display: flex;
	max-width: 100%;
}

.content-container > div:nth-child(2)
{
	min-width: 240px !important;
	width: 240px !important;
}

.content-container > div:first-child
{
	margin-right: 80px;
	max-width: calc(100% - 320px);
}

ul.menu._Skins_in_topic_menu
{
	position: fixed;
	top: 189px;
	padding-left: 16px !important;
	max-height: calc(100% - 189px) !important;
}

/* ul.menu._Skins_in_topic_menu.mc-component li > a.selected,
ul.menu._Skins_in_topic_menu.mc-component li > a:hover {
  text-decoration: underline;
} */

.whats-new-tiles > ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.whats-new-tiles ul
{
	list-style: none;
	padding: 0;
}

.whats-new-tiles > ul > li
{
	flex-basis: 33%;
	margin-bottom: 40px;
}

.whats-new-tiles > ul ul li > p > a
{
	color: #404040;
}

.whats-new-tiles span.version
{
	font-size: 14px;
	font-weight: normal;
}

/* Search results page */

h1#results-heading
{
	position: fixed;
	z-index: 1001;
	top: 140px;
}

ul#resultList
{
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
}

#resultList .url
{
	display: none;
}

#resultList > li
{
	flex-basis: calc(50% - 56px);
	overflow: hidden;
}

.description
{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

a.specificPage
{
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
}

._Skins_search_results.mc-component #pagination a#selected
{
	background: #4075BA;
}

#mc-background-tint
{
	z-index: 1001;
}

.MCTopicPopupContainer.needs-pie
{
	width: 500px;
	height: 200px;
	margin: auto;
	max-width: 60%;
}

/* Language and version menus */

div#language-menu,
div#version-menu
{
	display: inline-block;
	visibility: hidden;
	position: relative;
}

div#language-menu:hover ul,
div#version-menu:hover ul
{
	display: inline-block;
}

div#language-menu
{
	padding-left: 16px;
}

div#version-menu *,
div#language-menu *
{
	color: #191919;
	font-size: 14px;
	cursor: pointer;
}

div#version-menu > p,
div#language-menu > p,
div#version-menu > p,
div#version-menu > p > span,
div#language-menu > p > span
{
	color: white;
}

div#version-menu li,
div#language-menu li
{
	padding: 4px;
	list-style: none !important;
}

div#version-menu .selected a,
div#language-menu .selected a
{
	color: #4075BA;
}

div#version-menu > p:after,
div#language-menu > p:after
{
	content: " ";
	padding-left: 2px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('Images/arrow.svg');
	background-repeat: no-repeat;
	background-position: center 3px;
}

div#version-menu.hidden-arrow > p:after,
div#language-menu.hidden-arrow > p:after,
div#version-menu.hidden-arrow:hover > ul,
div#language-menu.hidden-arrow:hover > ul
{
	display: none !important;
}

div#version-menu.hidden-arrow *,
div#language-menu.hidden-arrow *
{
	cursor: default;
}

#version-menu ul,
#language-menu ul
{
	display: none;
	left: 0;
	width: 100%;
	position: absolute;
	top: 35px;
	right: 0;
	padding: 8px;
	box-shadow: 1px 16px 22px 0px #0000002E;
	list-style: none;
	background-color: white;
	border-radius: 4px;
}

div#language-menu:hover ul,
div#version-menu:hover ul
{
	display: block;
}

#search-results
{
	padding-top: 30px;
}

p.See_also_items
{
	display: list-item;
}

a.previousPage,
a.nextPage
{
	display: none !important;
}

@media only screen and (max-width: 1024px)
{
	.landing-body > div > div
	{
		max-width: 100%;
	}

	div#mc-main-content > div
	{
		max-width: 100%;
	}

	.flex-tiles > div
	{
		flex-basis: 31%;
		overflow: hidden;
		margin-right: 8px;
	}

	.flex-tiles p
	{
		max-width: 100%;
	}

	.carousel > div
	{
		width: 170px;
		height: 350px;
	}

	.landing-footer > div
	{
		width: 100%;
	}

	.flex-tiles
	{
		justify-content: flex-start;
	}

	.section-banner .overlay
	{
		top: 43px;
	}

	.section-banner h3
	{
		font-size: 16px;
	}

	.content-container table
	{
		word-wrap: break-word;
	}

	.minitoc-section-wrapper
	{
		max-width: 45%;
		flex-basis: 45%;
	}
}

@media only screen and (max-width: 767px)
{
	.breadcrumbs *:not(:nth-last-child(-n+3))
	{
		display: none;
	}

	.breadcrumbs *:nth-last-child(3):before
	{
		content: "<";
		display: inline-block;
		padding-right: 6px;
	}

	input.search-field.needs-pie::placeholder
	{
		max-width: 44px;
	}

	.flex-tiles
	{
		max-width: 550px;
		justify-content: center;
	}

	.flex-tiles p
	{
		margin: 4px 0;
	}

	.inputContainer
	{
		width: 100%;
		max-width: 300px;
	}

	.inputContainer input::placeholder
	{
		width: 45px;
	}

	.landing h1
	{
		font-size: 18px;
		margin-top: 16px;
	}

	.section-header
	{
		flex-wrap: wrap;
		margin-bottom: 8px;
	}

	.section-header span
	{
		padding-left: 0;
		display: block;
	}

	.landing h2
	{
		margin-bottom: 4px;
		font-size: 22px;
	}

	.flex-tiles > div
	{
		flex-basis: 47%;
		margin: 12px 8px 0 0;
		max-width: 300px;
		min-width: 250px;
	}

	.section-banner .overlay
	{
		position: relative;
		top: 0;
		max-width: 180px;
		margin: auto;
	}

	.section-banner h3
	{
		color: black;
		text-align: left;
	}

	.section-banner img
	{
		display: none !important;
	}

	.section-header > *
	{
		flex-basis: 100%;
		text-align: center;
	}

	.overlay-button
	{
		margin: 4px 0 0 0;
	}

	.landing-body > div > div
	{
		padding: 20px 27.5px;
	}

	.section-header h2
	{
		flex-basis: 100%;
		text-align: center;
	}

	.landing h4
	{
		margin-top: 10px;
	}

	.carousel > div
	{
		width: 250px;
		height: 370px;
		max-width: 65%;
	}

	.landing-footer > div
	{
		flex-wrap: wrap;
	}

	.landing-footer > div
	{
		height: auto;
	}

	.landing-footer > div > div
	{
		flex-basis: 100%;
		text-align: center;
	}

	.landing-footer h4
	{
		text-align: center;
	}

	.header-bar
	{
		padding: 10px 20px;
		flex-wrap: wrap;
	}

	.header-bar > div
	{
		padding-bottom: 6px;
	}

	.inner-header .search,
	.inner-landing .search
	{
		margin: 0px 0 0 0;
		order: 1;
		padding-top: 6px;
	}

	.inner-landing #logos .mc-variable
	{
		display: none;
	}

	.inner-landing a#home-url
	{
		display: inline;
	}

	.inner-landing a#home-url b
	{
		display: none;
	}

	.inner-header
	{
		padding: 0 !important;
	}

	.inner-header > div
	{
		padding-top: 20px;
	}

	.inner-header > div > div > p
	{
		flex-wrap: wrap;
	}

	a#home-url
	{
		display: none;
	}

	span.pipe
	{
		display: none;
	}

	.inner-body
	{
		padding: 20px;
	}

	.inner-header > div:nth-child(2)
	{
		height: 90px;
		padding-top: 10px;
		flex-wrap: wrap;
	}

	.inner-header .nocontent
	{
		order: 2;
	}

	.breadcrumb-header > *,
	.header-bar > *
	{
		flex-basis: 100%;
	}

	.inner-header > div
	{
		padding: 0 20px;
	}

	.inner-header-menus
	{
		white-space: nowrap;
	}

	.content-container > div:nth-child(2),
	ul.menu._Skins_in_topic_menu
	{
		display: none;
	}

	.whats-new .body-container
	{
		margin-top: 144px;
	}

	.whats-new-tiles > ul > li
	{
		flex-basis: 100%;
	}

	h1#results-heading
	{
		top: 240px;
	}

	#search-results
	{
		padding-top: 40px;
	}

	.minitoc-section-wrapper
	{
		flex-basis: 100%;
		max-width: 100%;
	}

	#resultList > li
	{
		flex-basis: calc(100% - 56px);
	}

	.content-container > div:first-child
	{
		max-width: 100%;
		margin-right: 0;
	}

	h1#results-heading
	{
		top: 190px;
		position: unset;
	}

	.inner-landing.level-two .MiniTOC1,
	.inner-landing.level-two .MiniTOC1_0
	{
		max-width: unset;
		width: unset !important;
	}

	.mobile-header
	{
		display: block;
		border-bottom: 1px solid #dadada;
		padding-bottom: 8px;
	}

	.mobile-header a.MCDropDownHotSpot
	{
		color: #4075BA;
		font-weight: normal;
		font-size: 16px;
	}

	.mobile-header img.MCDropDown_Image_Icon
	{
		display: none;
	}

	.mobile-header .MCDropDownHotSpot_.MCHotSpotImage
	{
		background-position: right 7px !important;
		padding-right: 15px !important;
		display: block !important;
	}

	.mobile-header .MCDropDownBody
	{
		margin-left: 8px;
	}

	.mobile-header .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
	{
		background-image: url('images/arrow-down.png');
	}

	.mobile-header .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
	{
		background-image: url('images/arrow-up.png');
	}

	ul.menu._Skins_mobile_itm.mc-component
	{
		overflow: visible;
	}

	ul.menu._Skins_mobile_itm.mc-component a
	{
		display: list-item;
		list-style: disc;
		list-style-position: outside;
		padding-top: 0 !important;
		margin-left: 15px !important;
		padding-left: 4px !important;
	}
}

