/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

@font-face 
{
	font-family: 'Gordita';
	src: url('../Fonts/Gordita Regular.otf');
}

@font-face 
{
	font-family: 'Gordita Medium';
	src: url('../Fonts/Gordita Medium.otf');
}

@font-face 
{
	font-family: 'Gordita Bold';
	src: url('../Fonts/Gordita Bold.otf');
}

/* General page structure */

.body-container
{
	padding-left: 2%;
	padding-right: 270px;
	padding-top: 0px;
	padding-bottom: 32px;
}

/* Header */

.off-canvas-wrapper-inner nav.title-bar
{
	box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 5%);
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	height: 100%;
}

.title-bar-layout.outer-row
{
	position: relative;
}

nav.mainNav.flex
{
	order: 2;
}

/* Header logo */

.title-bar-layout .logo-wrapper
{
	height: 60px;
}

.title-bar-layout a.logo
{
	background-image: url('Images/logo.svg');
	background-size: 186.4px 26.6px;
	width: 186px;
	height: 26px;
}

/* Search bar */

.off-canvas-wrapper-inner .title-bar-container .nav-search-wrapper
{
	position: absolute;
	right: 14vw;
	top: 111px;
	z-index: 666;
}

.header-right .search-bar,
.version-dropdown > ul
{
	border: solid 1px #D8DFE2;
	border-radius: 2px;
}

.header-right .search-bar:hover,
.version-dropdown > ul:hover
{
	border: solid 1px #1B1B1B;
}

.header-right .search-bar .search-submit-wrapper
{
	right: unset;
	left: 0;
}

.header-right .search-bar:focus-within,
.version-dropdown > ul:focus,
.version-dropdown > ul:active,
.version-dropdown > ul.active
{
	border: 1px solid #00D2A2;
	border-radius: 2px;
	outline: none !important;
}

.header-right input.search-field.needs-pie
{
	padding-left: 43px;
	padding-right: 10px;
}

input.search-field.needs-pie:focus-visible
{
	outline: none;
}

.search-bar.search-bar-container .search-submit
{
	border: none;
}

/* Google search bar overrides */

.gcsc-find-more-on-google
{
	display: none !important;
}

.gsc-input,
.gsc-wrapper
{
	direction: ltr !important;
}

td.gsc-input
{
	padding-right: 0 !important;
	width: 100%;
}

button.gsc-search-button.search-submit
{
	padding: 0 !important;
	margin: 0 !important;
}

input[id^="gsc-i"],
input[id^="gsc-i"]::placeholder
{
	font-family: "Gordita";
	font-size: 14px;
}

.topic-hero input[id^="gsc-i"],
.topic-hero input[id^="gsc-i"]::placeholder
{
	font-family: 'Gordita';
	font-size: 18px;
	color: #99A4A7;
}

td#gs_tti51
{
	padding: 0;
}

.gsc-input-box span.gscb_a
{
	padding-top: 6px;
}

.topic-hero .gsc-input-box span.gscb_a
{
	padding-top: 17px;
}

tr.gsc-completion-selected
{
	font-family: 'Gordita';
}

table#gs_id50
{
	height: 36px !important;
}

div[id^="gsc-i"]
{
	padding-right: 0 !important;
}

.topic-hero div[id^="gsc-i"]
{
	padding-right: 40px !important;
}

/* Second header */

div.fixedHeader
{
	background-color: white;
	border-bottom: #E8EBEC 1px solid;
	display: flex;
	align-items: center;
	flex-direction: row;
	height: 96px;
	width: 100%;
	justify-content: space-between;
	min-height: 96px;
	font-size: 12px;
	padding: 12px 40px 12px 40px;
	justify-content: space-between;
}

div.header-right
{
	display: flex;
	margin-left: auto;
}

.fixedHeader .nav-search-wrapper
{
	flex: unset;
}

/* Breadcrumbs */

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #1F1F24;
	opacity: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	max-height: 70px;
}

.MCBreadcrumbsPrefix
{
	display: none;
}

.breadcrumbs a:link,
.breadcrumbs a:visited
{
	color: #27C5A5;
}

/* Last updated */

#lastUpdated
{
	color: #616667;
	font-family: 'Gordita';
	font-size: 12px;
	padding-top: 10px;
	max-width: 700px;
}

.searchTopic #lastUpdated
{
	display: none;
}

/* Side menu */

.sidenav-container #sidenavTitle
{
	font-family: 'Gordita Medium';
	font-size: 16px;
	display: block;
	padding: 12px 0px 15px 32px;
	margin-bottom: 16px;
	border-bottom: 1px solid #D8DFE2;
}

.sidenav-wrapper
{
	border-right: solid 1px #d7dbdc;
	z-index: 2;
}

/* Custom submenu toggle */

.sidenav-wrapper .is-accordion-submenu-parent > a span.submenu-toggle-container
{
	right: unset;
	top: unset;
	left: 0px;
	top: 0;
	height: 100%;
	display: inline-block;
	/* background-image: url('Images/sidenav-arrow.svg');
    background-size: 8px;
    background-position: 13px 9px;
	background-repeat: no-repeat; */
}

.sidenav-wrapper .is-accordion-submenu-parent > a span.submenu-toggle-container:focus
{
	outline: none;
}

.sidenav-wrapper .is-accordion-submenu-parent > a span.submenu-toggle-container:focus
{
	outline: none;
}

.sidenav-wrapper .is-accordion-submenu-parent > a span.submenu-toggle-container .submenu-toggle
{
	position: absolute;
	top: 45%;
	display: inline-block;
	background-image: url('Images/sidenav-arrow.svg');
	background-size: 7px;
	border: none;
	height: 13px;
	width: 13px;
	left: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

.sidenav-wrapper .is-accordion-submenu-parent .submenu-toggle-container[aria-expanded='true'] > .submenu-toggle,
.sidenav-wrapper .is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > .submenu-toggle
{
	transform: rotate(90deg);
	top: 46%;
}

.selected-root > a
{
	font-family: 'Gordita Medium' !important;
}

.selected-root > a .submenu-toggle
{
	background-image: url('Images/sidenav-arrow-selected-root.svg') !important;
}

.selected-root > a.selected .submenu-toggle
{
	background-image: url('Images/sidenav-arrow-selected.svg') !important;
}

/* Padding adjustment for selected sidenav items */

/* ul.sidenav ul li > a.selected {
	padding-left: 12px;
} */

/* Right menu */

.right-menu
{
	display: none;
	position: fixed;
	right: 80px;
	top: 210px;
	width: 206px;
}

.right-menu.show
{
	display: block;
}

.right-menu:before
{
	margin-bottom: 10px;
	content: "On This Page";
	display: block;
	width: 100%;
	height: 16px;
	padding-left: 30px;
	font-weight: bold;
	font-size: 14px;
}

.right-menu > ul > li > a
{
	display: none;
}

/* Inner page */

div#mc-main-content
{
	max-width: 700px;
}

/* Home page */

.home-topic div#mc-main-content
{
	max-width: unset;
}

/* Hide home side menu and search bar */

.home-topic .sidenav-wrapper
{
	display: none;
}

.home-topic .off-canvas-wrapper-inner .title-bar-container .nav-search-wrapper
{
	display: none;
}

/* Home page layout */

.home-layout
{
	background-color: #EDF1F3;
	padding: 45px 5%;
}

.home-topic p,
.home-topic li
{
	line-height: 1.4;
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row
{
	max-width: 100%;
	padding: 0;
}

html.home-topic div.topic-hero h1 span
{
	color: #02F0B9;
}

/* Home page sections */

.home-section
{
	padding: 10px 0;
	margin: auto;
	width: 1170px;
	max-width: 100%;
}

.portal .home-section
{
	width: 1560px;
	padding-top: 30px;
}

/* Home page topic hero */

.topic-hero
{
	padding: 5%;
	background: rgb(22,29,53);
	background: url('Images/hero-image.svg'), linear-gradient(180deg, rgba(22,29,53,1) 0%, rgba(22,46,65,1) 100%);
	background-size: 100% 100%;
	height: 412px;
	position: relative;
}

.topic-hero h1
{
	color: #ffffff;
	font-family: 'Gordita Bold', sans-serif;
	font-size: 60px;
	text-align: center;
}

.portal .topic-hero
{
	padding: 3%;
}

.portal .topic-hero h1
{
	font-family: 'Gordita Medium';
	font-size: 48px;
}

/* Home search bar */

.topic-hero form
{
	max-width: 960px;
	margin: auto !important;
}

.search-bar .search-submit
{
	background-image: url('Images/search-icon.svg') !important;
	background-size: 20px !important;
}

.topic-hero input.search-field.needs-pie::placeholder
{
	opacity: 0.75;
}

/* Home page bar */

.home-bar
{
	margin-left: 12px;
	margin-bottom: 50px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-bar h1
{
	margin: 0;
	display: inline-block;
}

.home-bar > span.placeholder
{
	display: none;
}

/* Version menu */

.version-dropdown
{
	z-index: 2;
	order: 4;
	padding-left: 16px;
}

.version-dropdown > ul
{
	width: auto;
	height: 38px;
	border: 1px solid #D8DFE2;
	border-radius: 2px;
	list-style: none;
	padding: 0;
	background-color: #fff;
	font-size: 12px;
	position: relative;
}

#current-version span:first-child
{
	color: #99A4A7;
	padding-right: 6px;
}

#current-version span:nth-child(2)
{
	font-weight: 500;
	color: #1B1B1B;
	padding-right: 20px;
}

.version-dropdown > ul:after
{
	content: '';
	cursor: pointer;
	background-image: url('Images/version-arrow.svg');
	width: 10px;
	height: 6px;
	background-repeat: no-repeat;
	display: block;
	right: 15px;
	top: 15px;
	position: absolute;
}

.version-dropdown > ul.active:after
{
	transform: rotate(180deg);
	transition: 0.3s ease-out;
}

.version-dropdown > ul li
{
	padding-bottom: 6px;
	margin: 0;
	line-height: 28px;
}

.version-dropdown > ul li a
{
	text-decoration: none !important;
	color: #1b1b1b;
	transition: .3s all;
	display: block;
	border-radius: 2px;
}

.version-dropdown > ul li a:hover
{
	transition: .3s all;
}

.version-dropdown .version-submenu li a:hover
{
	background: rgba(127, 135, 137, 0.16);
}

.mainNav ul.menu a:hover
{
	color: #00e5b0;
}

.mainNav ul.menu .noCLick > a:hover
{
	color: #000000;
}

.mainNav .sub-menu a:hover
{
	color: #00e5b0;
}

.footer a:hover
{
	color: #00e5b0 !important;
}

.newselector p a:hover
{
	color: #2CE2B4;
}

.version-dropdown .version-submenu li a
{
	padding: 0px 6px;
}

.version-dropdown .version-submenu li a.selected
{
	background: rgba(0, 210, 162, 0.16);
	color: #04C094;
	font-weight: 500;
}

.home-bar .version-dropdown
{
	display: inline-block;
	float: right;
	order: 1;
	padding-left: 0;
	margin-right: 40px;
}

div#custom-text
{
	order: 2;
	flex-grow: 1;
	height: 34px;
	margin-right: 12px;
	background: white;
}

div#custom-text p
{
	margin: 6px 14px;
}

ul.version-submenu
{
	box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 5%);
	position: absolute;
	display: none;
	padding: 8px 8px 0px 8px;
	left: 0;
	min-width: 100%;
	top: 38px;
	background-color: white;
	list-style: none;
	white-space: nowrap;
}

.version-dropdown > ul > li
{
	cursor: pointer;
	margin: 0;
	padding: 4px 15px 4px 12px;
}

.home-bar .version-dropdown > ul > li
{
	padding: 8px 20px;
	line-height: 20px;
}

.version-dropdown > ul.active ul.version-submenu
{
	display: block;
}

/* Home page tiles */

.main-section .home-tiles
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 33px auto 16px auto;
	padding: 0px;
}

.portal .main-section .home-tiles
{
	justify-content: center;
}

.home-tiles > li
{
	display: block;
	flex-basis: 366px;
	margin-bottom: 24px;
	height: 200px;
	background: white;
	position: relative;
	margin: 12px auto;
	padding: 0px;
}

.portal .home-tiles > li
{
	height: 268px;
	border-radius: 8px;
	margin: 12px;
}

.portal .home-tiles li a p:nth-child(2)
{
	color: #000;
	text-align: center;
	font-family: Gordita;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.portal .home-tiles li a p span
{
	color: #04C094;
	text-align: center;
	font-family: Gordita;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: block;
}

.home-tiles > li:hover
{
	transition: 0.3s ease-out;
	box-shadow: 0px 10px 20px #00000029;
	transform: translateY(-5px);
}

.home-tiles li:hover a:after
{
	content: url('Images/home-tile-arrow.png');
	color: transparent;
	position: absolute;
	top: 37px;
	right: 29px;
}

.portal .home-tiles li:hover a:after
{
	display: none;
}

.home-tiles li a
{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	transition: .3s all;
}

.portal .home-tiles li a
{
	width: 100%;
	text-align: center;
	padding-top: 24px;
}

.home-tiles a img
{
	display: block;
	height: 30px;
	width: auto;
	top: 50px;
	right: 0;
	left: 30px;
	position: absolute;
}

.portal .home-tiles a img
{
	position: unset;
	width: 120px;
	height: 120px;
	margin: auto;
}

.home-tiles li a p
{
	line-height: 28px;
}

.home-tiles li a p:first-child
{
	color: #000000;
	font-family: 'Gordita Medium', sans-serif;
	font-size: 20px;
	padding: 25px 52px 0px 30px;
	transition: .3s all;
}

.home-tiles li a p:nth-child(2)
{
	color: #000000;
	font-family: 'Gordita', sans-serif;
	font-size: 15px;
	overflow: hidden;
	height: 84px;
	padding: 3px 35px 0px 30px;
	transition: .3s all;
}

.home-tiles > li > a > p:first-child:after
{
	content: ' ';
	display: block;
	border-bottom: solid 3px #02F0B9;
	width: 100px;
	height: 4px;
	margin-top: 15px;
}

.portal .home-tiles > li > a > p:first-child:after
{
	display: none;
}

/* Home toggle */

.home-toggle
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
}

.home-toggle p
{
	display: inline-block;
	margin: 40px 30px;
}

.home-toggle a,
.home-toggle a:link,
.home-toggle a:hover,
.home-toggle a:active,
.home-toggle a:visited
{
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Gordita Medium';
	text-decoration: none;
}

.home-toggle p.selected
{
	border-bottom: solid #02F0B9 4px;
}

.home-toggle p.selected a,
.home-toggle p.selected a:link,
.home-toggle p.selected a:active,
.home-toggle p.selected a:visited
{
	color: #02F0B9;
}

.home-toggle p:hover a
{
	color: #02F0B9;
}

.home-toggle p.selected:hover a
{
	color: white;
}

.home-toggle p:hover
{
	border-bottom: solid #02F0B9 4px;
}

.home-toggle p.selected:hover
{
	border-bottom: solid white 4px;
}

/* Home release notes section */

.home-rn
{
	padding-left: 12px;
}

.home-rn a
{
	color: #000000;
	text-decoration: none;
	transition: .3s all;
}

/* Header */

nav.mainNav.flex
{
	order: 3;
	padding-right: 16px;
	z-index: 888;
}

.mainNav ul.menu
{
	display: flex;
	align-items: center;
}

.mainNav ul.menu > li
{
	margin-left: 36px;
	height: 60px;
}

.mainNav ul.menu a
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
	letter-spacing: normal;
}

.uln > a:after
{
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	background-image: linear-gradient(to right, #08f3ed, #00f0b9);
	margin-bottom: 12px;
	margin-top: 8px;
}

.ulna > a:before
{
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	background-image: linear-gradient(to right, #08f3ed, #00f0b9);
	margin-bottom: 12px;
	margin-top: 8px;
}

.mainNav,
.mainNav > div,
.mainNav > div > ul,
.mainNav > div > ul > li
{
	height: 100%;
}

.mainNav > div > ul > li
{
	display: flex;
	align-items: center;
}

.mainNav > div > ul > li > .sub-menu
{
	position: absolute;
	box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	padding: 36px 40px;
	min-width: 216px;
	top: 68px;
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
	box-sizing: border-box;
	margin-left: -36px;
}

.mainNav .sub-menu li
{
	margin-bottom: 16px;
}

.mainNav > div > ul > li > a,
.mainNav .sub-menu a
{
	transition: .3s all;
}

.mainNav > div > ul > li:hover .sub-menu
{
	opacity: 1;
	top: 60px;
	visibility: visible;
}

/* Language menu */

li.language
{
	display: table;
	max-width: 100%;
	border: 1px solid transparent;
	border-bottom: 0;
	background-image: url('Images/earth.png');
	background-size: 17.6px;
	background-repeat: no-repeat;
	position: relative;
	height: 60px;
	margin-left: 36px;
	background-position: 34px 21px;
	margin-right: -20px !important;
	margin-left: 0px !important;
	width: 75px;
}

li.language ul.submenu
{
	position: relative;
	padding: 0;
	margin: 0 !important;
	list-style-type: none;
	background-color: #fff;
	top: 88px;
	opacity: 0;
	visibility: hidden;
	transition: .3s all;
	box-shadow: 0px 20px 20px 0 rgb(0 0 0 / 5%);
	padding: 0 !important;
	min-width: 0 !important;
	width: auto;
	margin-left: 0px !important;
}

li.language:hover ul.submenu
{
	opacity: 1;
	visibility: visible;
	top: 60px;
}

.language p
{
	display: inline;
	margin-bottom: 16px;
	padding: 5px 10px;
}

.lanugage li
{
	display: inline !important;
	width: 84px;
	margin-bottom: 16px !important;
}

.language li:last-child
{
	margin-bottom: 0 !important;
}

/* Trial button */

.mainNav ul.menu .speedBtn
{
	height: 28px;
	line-height: 28px;
	color: white !important;
	font-size: 12px;
}

.mainNav ul.menu .speedBtn a
{
	height: 28px;
	line-height: 28px;
	color: white !important;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0;
	letter-spacing: .25px;
}

.menu li.speedBtn
{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 16px;
	height: 36.8px;
	line-height: 38.4px;
	border-radius: 18.4px;
	background-color: #02f0b9;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	position: relative;
	border: none;
}

.speedBtn:before
{
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	right: calc(100% - 16px);
	background-image: linear-gradient(to left, rgba(2, 240, 185, .3), rgba(2, 240, 185, 0));
	transition: .3s all;
}

.speedBtn:hover:before
{
	width: 50px;
}

.speedBtn:after
{
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 0;
	top: 8px;
	left: -40px;
	background-image: linear-gradient(to left, rgba(2, 240, 185, 1), rgba(2, 240, 185, 0));
	background-position: right center;
}

.speedBtn:hover:after
{
	animation: speedRay .3s;
	animation-iteration-count: infinite;
}

.speedBtn:hover
{
	animation: fly .3s !important;
	animation-iteration-count: infinite !important;
	box-shadow: -15px 0 10px -5px rgba(2, 240, 185, .5);
	text-shadow: 5px 0 3px rgba(255, 255, 255, .5);
}

@keyframes fly {
	0% {
	  top: 0;
	  left: 0;
	  transform: skewX(-5deg);
	}
	50% {
	  top: 0;
	  left: 1px;
	  transform: skewX(-5deg);
	}
	75% {
	  top: 0;
	  transform: skewX(-5deg);
	}
	100% {
	  top: 0;
	  left: 0;
	}
  } 

@keyframes speedRay {
	0% {
	  top: 8px;
	  width: 0;
	}
	20% {
	  top: 8px;
	  width: 120px;
	}
	21% {
	  top: 24px;
	  width: 0;
	}
	40% {
	  top: 24px;
	  width: 32px;
	}
	41% {
	  top: 16px;
	  width: 0;
	}
	60% {
	  top: 16px;
	  width: 40px;
	}
	61% {
	  top: 100%;
	  width: 0;
	}
	80% {
	  top: 100%;
	  width: 132px;
	}
	81% {
	  top: 24px;
	  width: 0;
	}
	100% {
	  top: 24px;
	  width: 40px;
	}
  } 

/* Documentation header link */

p.docLabel
{
	padding-left: 25px;
	margin-top: 21px;
}

p.docLabel,
p.docLabel a,
p.docLabel a:link,
p.docLabel a:visited,
p.docLabel a:active,
p.docLabel a:hover
{
	font-family: 'Gordita';
	font-size: 20px;
	letter-spacing: 0.8px;
	color: black !important;
	text-decoration: none;
}

/* Nav buttons */

button.button.needs-pie.next-topic-button
{
	float: right;
}

button.button.needs-pie.previous-topic-button
{
	float: left;
}

.buttons.popup-container.clearfix.topicToolbarProxy._Skins_PrevNext.mc-component.nocontent
{
	width: 100%;
}

.button-group-container-left
{
	width: 100%;
	position: absolute;
	bottom: 0px;
}

._Skins_PrevNext.mc-component .button.previous-topic-button:hover .button-icon
{
	background: transparent url('Images/prev-green.png');
}

._Skins_PrevNext.mc-component .button.previous-topic-button:hover
{
	background: #d6f8f0;
}

._Skins_PrevNext.mc-component .button.next-topic-button:hover .button-icon
{
	background: transparent url('Images/next-green.png');
}

._Skins_PrevNext.mc-component .button.next-topic-button:hover
{
	background: #d6f8f0;
}

/* Footer */

.footer
{
	opacity: 0;
	padding: 80px 0 48px 0;
	color: #1b1b1b;
	bottom: 0;
	height: 410px;
	width: 100%;
}

.home-topic .basicWidth
{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	max-width: 100%;
}

.main-section .flex
{
	display: -ms-flexbox;
	display: flex;
}

.footerRow1
{
	flex: 0 0 152px;
}

.main-section .footerRow > div > .menu
{
	display: flex;
}

.footerRow > div > .menu > li
{
	margin-right: 105.6px;
}

.footerRow2 p,
.footerRow2 a
{
	font-size: 9.6px;
	color: #000;
	text-decoration: none;
}

.footerRow .menu li a
{
	margin-bottom: 24px;
	display: block;
	padding: 0;
}

.footerRow .menu a
{
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	transition: .3s all;
}

.footerRow .menu .menu-item-has-children > a
{
	font-size: 13px;
	font-weight: 700;
}

.footer ul
{
	padding: 0;
	list-style: none;
}

.footerRow2
{
	margin-top: 20px;
}

.copyright
{
	margin: 0 75.2px 0 0;
}

.footer img
{
	vertical-align: middle;
}

/* Search results heading fix */

#resultList h3.title
{
	padding-left: 0;
}

/* Index search bar toggle */

.newselector
{
	border-radius: 150px;
	border: 1px solid #fff;
	width: 65%;
	margin: 50px auto 41px !important;
	display: flex;
	max-width: 410px;
	justify-content: space-between;
}

.newselector p
{
	padding: 8px;
	margin: 4px;
	border-radius: 150px;
	background: transparent;
	color: #171E37;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width: 30%;
	font-family: 'Gordita Medium';
}

.newselector p.selected
{
	background: #2CE2B4;
	color: #34F1BA;
}

.newselector p.selected a,
.newselector p.selected a:hover
{
	color: #171E37;
}

.newselector p a
{
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.inputContainer
{
	width: 100%;
	max-width: 500px;
	margin-top: 19px;
	box-sizing: border-box;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	border-radius: 6px;
	margin-left: auto;
	margin-right: auto;
}

.inputContainer button
{
	width: 60px;
	background: none !important;
	text-align: center;
	border: none !important;
}

.search-custom,
input[type=search]
{
	color: #7A7A7B;
	font-family: Gordita;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	background: #FFF;
	outline: none !important;
	border: none !important;
	padding: 17px 20px 17px 0px;
	width: 100%;
	border-radius: 6px;
}

.portal ::-webkit-search-cancel-button
{
	position: relative;
	right: -10px;
	background-image: url('Images/close.svg');
	background-repeat: no-repeat;
	-webkit-appearance: none;
	height: 24px;
	width: 24px;
	cursor: pointer;
}

.mainNav ul.menu > li#mobile-main
{
	display: none;
}

@media only screen and (max-width: 1100px)
{
	.footerRow > div > .menu > li
	{
		margin-right: 55px;
	}
}

@media only screen and (max-width: 1279px)
{
	html,
	body
	{
		overflow: hidden;
	}

	html.home-topic,
	.home-topic body
	{
		overflow: visible;
	}

	nav.title-bar .menu-icon
	{
		display: none !important;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
		max-height: unset;
		margin-top: 0;
	}

	.topic-hero
	{
		padding: 54px 12%;
		height: 245px;
	}

	.topic-hero h1
	{
		font-size: 38px;
	}

	div.fixedHeader
	{
		padding: 20px;
		position: fixed;
		top: 60px;
		z-index: 1;
	}

	.body-container
	{
		margin-top: 96px;
		max-height: calc(100vh - 96px - 60px);
		overflow-y: auto;
	}

	.home-section
	{
		width: 777px;
	}

	.title-bar-layout .logo-wrapper
	{
		height: 49.6px;
	}

	.home-bar
	{
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.home-bar h1
	{
		font-size: 24px;
	}

	.off-canvas-wrapper-inner .title-bar-container .nav-search-wrapper
	{
		right: -26px;
		top: 82px;
	}

	.nav-search
	{
		margin-top: 0px;
	}

	div.breadcrumbs
	{
		padding-left: 38.4px;
		max-width: 50%;
	}

	.body-container
	{
		padding-right: 2%;
	}

	.home-topic .basicWidth
	{
		width: 805px;
	}

	p.docLabel
	{
		margin-top: 15px;
	}

	.home-toggle p
	{
		margin: 30px 30px;
	}

	.home-toggle a,
	.home-toggle a:link,
	.home-toggle a:hover,
	.home-toggle a:active,
	.home-toggle a:visited
	{
		font-size: 16px;
	}

	.right-menu.show
	{
		display: none;
	}

	div#mc-main-content
	{
		max-width: 900px;
	}

	nav.mainNav.flex
	{
		padding-right: 0;
	}

	.mainNav ul.menu > li
	{
		display: none;
	}

	.mainNav ul.menu > li#mobile-main
	{
		display: block;
		position: relative;
		background-image: url('Images/three-dots.svg');
		background-repeat: no-repeat;
		width: 32px;
		background-position: center;
		cursor: pointer;
	}

	.mainNav ul.menu > li#mobile-main ul
	{
		display: none;
	}

	.mainNav ul.menu > li#mobile-main:hover ul
	{
		display: block;
		position: absolute;
		top: 60px;
		right: -31px;
		border-top: 2px solid #00E5B1;
	}

	.mainNav ul.menu > li#mobile-main:hover
	{
		background-image: url('Images/three-dots-hover.svg');
	}

	ul.mobile-sub-menu
	{
		display: flex;
		width: 128px;
		padding: 8px 8px 14px 8px !important;
		flex-direction: column;
		align-items: flex-start;
		border-radius: 0px 0px 8px 8px;
		border-top: 1px solid #FFF;
		background: white;
		box-shadow: 0px 20px 20px 0 rgba(0, 0, 0, 0.05);
	}

	ul.mobile-sub-menu li
	{
		display: flex;
		height: 32px;
		align-items: center;
		gap: 10px;
		align-self: stretch;
	}

	ul.mobile-sub-menu li a
	{
		width: 100%;
		padding: 6.5px 8px !important;
		color: #1B1B1B;
	}

	ul.mobile-sub-menu li:hover a
	{
		border-radius: 2px;
		background-color: rgba(0, 210, 162, 0.16);
	}

	ul.menu li.mobile-title
	{
		color: rgba(55, 74, 80, 0.65);
		font-family: Gordita;
		font-size: 9px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: uppercase;
		padding: 7px 8px 6.5px 8px;
	}

	.mainNav .mobile-sub-menu a:hover
	{
		color: #000000 !important;
	}

	ul.menu li.category
	{
		border-top: 1px solid #D2D4DA;
		margin-top: 8px !important;
		height: 36px;
		padding-top: 14px !important;
	}

	ul.menu li#mobile-main a.header-free-trial-link
	{
		color: white !important;
		background: #00E5B1 !important;
	}

	.sidenav-layout
	{
		display: flex;
	}

	#mobile-nav
	{
		display: block;
		cursor: pointer;
		width: 32px;
		height: 32px;
		background: url('Images/mobile-burger.svg');
		background-repeat: no-repeat;
	}

	#mobile-nav-close
	{
		display: block;
		cursor: pointer;
		width: 32px;
		height: 32px;
		background: url('Images/mobile-burger-close.svg');
		background-repeat: no-repeat;
		position: absolute;
		top: 24px;
	}

	.sidenav-wrapper
	{
		width: 350px;
		max-width: 100%;
		max-height: calc(100vh - 60px);
	}

	.sidenav-wrapper.mobile-nav-show
	{
		display: block;
		position: relative;
	}

	.body-container.mobile-nav-show
	{
		margin-left: -350px;
	}

	#current-version span:first-child
	{
		display: none;
	}
}

@media only screen and (max-width: 850px)
{
	/* div#mc-main-content {
		padding-bottom: 580px;
	} */

	.footer
	{
		height: 850px;
	}

	.portal .topic-hero
	{
		height: 400px;
	}

	.newselector
	{
		width: 80%;
	}

	/* Home page */

	.home-layout
	{
		padding: 0px 5%;
	}

	.home-topic h1
	{
		padding: 0 50px;
		font-size: 22px;
	}

	.home-toggle p
	{
		margin: 30px 2%;
	}

	.topic-hero h1
	{
		padding: 0px 0px;
		font-size: 28px;
	}

	.home-bar
	{
		margin-left: 0;
	}

	.home-bar .version-dropdown
	{
		padding-right: 0;
		margin-right: auto;
		margin-left: auto;
	}

	.home-bar h1
	{
		text-align: center;
	}

	div.fixedHeader
	{
		justify-content: flex-end;
	}

	.version-dropdown
	{
		padding-right: 0;
	}

	.main-section .home-tiles
	{
		margin: 0px auto 16px auto;
	}

	/* .home-tiles li a:after {
		bottom: 10px;
		right: 14px;
	} */

	.home-tiles > li
	{
		flex-basis: 260px;
		height: 260px;
	}

	.portal .home-tiles > li
	{
		height: 268px;
	}

	.home-tiles a img
	{
		top: 40px;
	}

	.home-topic .search-bar._Skins_Custom_Home_Search.mc-component
	{
		margin-top: 16px;
	}

	.home-topic .search-bar._Skins_Custom_Home_Search.mc-component .search-field
	{
		font-size: 14px;
	}

	.home-tiles li a p:nth-child(2)
	{
		height: 114px;
	}

	.home-section
	{
		width: 415px;
		max-width: 100%;
	}

	/* Home release notes section */

	.home-rn
	{
		padding-left: 24px;
	}

	.title-bar
	{
		right: 0px;
	}

	/* Footer */

	.home-topic .basicWidth
	{
		width: 100%;
	}

	.flex
	{
		flex-wrap: wrap;
	}

	.footerRow
	{
		width: 100%;
	}

	.footerRow1
	{
		flex: 0 0 100%;
	}

	a.footerLogo
	{
		width: 32px;
		height: 30px;
		display: block;
		margin-bottom: 40px;
	}

	.main-section .footerRow > div > .menu
	{
		flex-wrap: wrap;
	}

	.footerRow > div > .menu > li
	{
		flex: 0 0 50%;
		margin-right: 0;
	}

	.footer img
	{
		width: 100%;
		height: 100%;
	}

	.footer
	{
		padding: 40px 10px;
	}

	.copyright
	{
		padding-bottom: 10px;
	}

	p.docLabel
	{
		display: none;
	}
}

