/*<meta />*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

@import url('theme-sidenav.css');

@import url('custom-tiles.css');

/* 
body.tufin-font {
	font-family: TufinFont, sans-serif;
}
*/

/* custom svg header logo */
/* New desin 2025 */

.height-container-sidenav.height-container
{
	padding-bottom: 0;
}

div#mc-main-content
{
	min-height: calc(100vh - 510px);
}

.landing div#mc-main-content
{
	min-height: calc(100vh - 400px);
}

/* Jan 13 */

.logo-wrapper
{
	min-height: unset !important;
}

.title-bar-layout a.logo
{
	background-image: url("Images/tufin-kc-logo.svg");
	background-size: contain;
	margin-left: calc(
    17px - 1em
  );
	/* originally 32px to balance with right side */
	height: 26px;
}

/* Hiding search bar and left nav on home page */

.home-topic .nav-search-wrapper
{
	display: none;
}

.home-topic nav.sidenav-wrapper
{
	display: none;
}

/* second header bar */

#second-header
{
	height: 50px;
	background-color: #f8f8f8;
	box-shadow: 0px 3px 5px #00000040;
	padding: 0px 0 0px 14%;
	position: relative;
}

#second-header p
{
	color: #555555;
	font-size: 13px;
	line-height: 52px;
	margin-bottom: 0;
	margin-top: 0px;
	display: inline-block;
	vertical-align: top;
}

#second-header img
{
	position: absolute;
	top: -1px;
	border: none;
	right: 9%;
	height: 132px;
	/* originally 170 */
}

/* particles */

div#particles-js
{
	position: absolute;
	top: -1px;
	right: 9%;
}

/* Home hero */

.home-topic .body-container
{
	padding: 0;
}

.home-hero
{
	background: linear-gradient(99deg, #eef0fc, #fcf1e2);
	height: 333px;
	padding: 40px 14%;
	position: relative;
	overflow: hidden;
}

.home-hero form.search
{
	box-shadow: 3px 3px 10px #0000001f;
}

.home-hero > p
{
	font-size: 45px;
	text-align: center;
	font-weight: bold;
	color: #202020;
}

.hero-buttons
{
	margin: 38px -14%;
}

.hero-buttons > p
{
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 9px;
	font-size: 14px;
	font-weight: bold;
	align-items: center;
	flex-wrap: wrap;
}

.hero-buttons a:hover
{
	background: #ececfe;
	border-color: transparent;
}

.home-tiles .tile a:hover
{
	background: #ececfe;
	border-radius: 5px;
}

.landing-container tr a:hover
{
	background: #f6f5ff;
}

.hero-buttons a:first-child
{
	margin-left: 9px;
}

.hero-buttons a
{
	font-weight: 600;
	color: #5335fa;
	background: white;
	padding: 6px 26px;
	border: 1px solid #5335fa;
	border-radius: 3px;
	text-decoration: none;
}

.hero-buttons a[href^="http"]:after,
.home-tiles a[href^="http"]:after
{
	display: none !important;
}

/* Home search */

.home-hero .search-container
{
	max-width: 1200px;
	margin: auto;
	position: relative;
}

span.search-info
{
	background: url("Images/search-info.svg") no-repeat;
	position: absolute;
	right: calc(14% + 48px);
	top: -34.5px;
	background-color: transparent;
	border: solid 7px transparent;
	border-radius: 5px;
	cursor: pointer;
	width: 34px;
	height: 34px;
	z-index: 4;
}

span.search-info:hover:after
{
	display: inline-block;
	content: "Help with search syntax";
	width: 250px;
	font-size: 14px;
	border-radius: 5px;
	color: white;
	text-align: center;
	height: 36px;
	background: #35424b 0% 0% no-repeat padding-box;
	box-shadow: 0.67px 0.74px 3px #00000066;
	position: absolute;
	top: 34px;
	right: -125px;
	padding: 5px;
}

.search-info a
{
	position: absolute;
	height: 34px;
	width: 34px;
	top: -7px;
	left: -7px;
}

.search-info a:after
{
	display: none;
}

.home-hero span.search-info
{
	right: 140px;
	top: 18px;
}

.home-hero .search-info:hover:after
{
	top: -55px;
}

span.search-info:hover
{
	background-color: #dfd9ee;
	border: solid 7px #dfd9ee;
}

.home-hero form.search:after
{
	content: url("Images/search-hero-decoration.svg");
	position: absolute;
	top: -74px;
	right: -74px;
}

.home-hero .search-bar.search-bar-container .search-submit:after
{
	color: #ffffff;
	font-size: 15px;
	content: "Search";
	font-weight: 600;
	display: inline-block;
	left: 14px;
	position: absolute;
	top: 14px;
	margin: 8px 33px;
}

.search-bar.search-bar-container._Skins_HTML5_HomeSearch_2025.mc-component .search-submit
{
	border-radius: 5px;
	margin: 12px;
	height: 45px;
	z-index: 1;
	border: 2px solid transparent;
}

.search-bar.search-bar-container._Skins_HTML5_HomeSearch_2025.mc-component .search-submit:hover
{
	background: white;
	color: #dd8522;
	border-color: #dd8522;
	border-width: 3px;
	border-style: solid;
}

.home-hero .search-bar.search-bar-container .search-submit:hover:after
{
	color: #dd8522;
}

/* Home page warning */

.warning-banner
{
	margin: 0;
	background-color: #fae1bf;
	text-align: center;
	font-size: 13px;
	padding: 10.5px;
}

.warning-banner p
{
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	max-width: 680px;
	margin: auto;
	display: inline-block;
}

.warning-banner a
{
	color: #5335FA;
}

.warning-banner a:after
{
	display: none;
}

.warning-banner img
{
	border: none;
	display: inline-block;
}

/* Home tiles */

.home-tiles
{
	background: #f8f8f8;
	position: relative;
}

.home-tiles:after
{
	content: url("Images/home-tile-bg-pattern.svg");
	position: absolute;
	bottom: -173px;
	left: 10px;
}

.home-tiles .tiles-container
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	padding: 24px 0 10px 0;
	max-width: 1200px;
	margin: 0 auto;
}

.home-tiles .tile
{
	z-index: 1;
}

.home-tiles .tile a
{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 230px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	height: 208px;
	cursor: pointer;
	transition: transform 0.2s;
	text-decoration: none;
}

.home-tiles .icon-box
{
	width: 70px;
	height: 70px;
	background-color: #27038c;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 24px;
}

.home-tiles .icon-box img
{
	border: none;
}

.home-tiles .tile-text
{
	color: #5335fa;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	max-width: 180px;
}

/* Quick links */

.quick-links
{
	background: transparent linear-gradient(99deg, #eef0fc 0%, #fbf9f8 100%) 0% 0% no-repeat padding-box;
	padding: 33px 0 45px 0;
}

.quick-links h2
{
	text-align: center;
	color: #333333;
	font-weight: bold;
	margin: 0;
}

.quick-links-container
{
	margin: 36px auto 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
	gap: 10px;
}

.quick-links-container > div
{
	width: calc(33.333% - 30px);
	flex-grow: 1;
	min-width: 390px;
	background: white;
	height: 72px;
	position: relative;
	border-radius: 5px;
}

.quick-links-container > div:after
{
	content: url("Images/link-arrow.svg");
	position: absolute;
	right: 20px;
	top: 22px;
}

.quick-links a
{
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	border-radius: 5px;
	color: #5335fa;
	text-decoration: none;
	line-height: 66px;
	border: solid white 3px;
	padding-left: 28px;
}

.quick-links-container > div:hover a
{
	border-color: #5335fa;
}

.quick-links a:after
{
	display: none;
}

.quick-links-container > div:hover
{
	background: #ececfe;
}

/* Footer 2025 */

.footer-wrapper
{
	width: calc(100vw - 367px);
	padding: 0;
	margin-left: -70px;
}

.home-topic .footer-wrapper,
.landing .footer-wrapper
{
	width: 100%;
	margin-left: 0;
}

.footer-top-section
{
	background: #f8f8f8;
	padding: 34px;
}

.footer-top-section .footer-content-container:after
{
	content: url("Images/footer-bg.svg");
	right: 0;
	bottom: -7px;
	position: absolute;
	z-index: 0;
}

.footer-content-container
{
	max-width: 1200px;
	margin: 0 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.home-topic .footer-content-container,
.landing .footer-content-container
{
	margin: 0 auto;
}

.footer-top-section .footer-content-container
{
	max-width: 1200px;
	background: transparent linear-gradient(99deg, #3c1dc0 0%, #27038c 100%) 0% 0% no-repeat padding-box;
	height: 180px;
	padding: 0px 80px;
	border-radius: 6px;
	position: relative;
}

.footer-heading
{
	color: white;
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	width: 300px;
	margin: 0;
	padding-left: 28px;
}

.footer-button-group
{
	display: flex;
	gap: 10px;
	z-index: 1;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-action-button
{
	background-color: #dd8121;
	color: white;
	padding: 8px 10px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	height: 48px;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
	width: 218px;
	border: 3px solid #dd8121;
	text-align: center;
}

.footer-action-button:hover
{
	background: white;
	color: #dd8121;
}

.footer-button-group a:after
{
	display: none;
}

.footer-bottom-section
{
	padding: 0 34px;
	height: 77px;
	background: #fefbf7;
}

.footer-copyright
{
	color: #202020;
	font-size: 12px;
	font-weight: bold;
}

.footer-logo
{
	height: 2.5rem;
	border: none;
}

/* custom breadcrumbs */

.home-crumb
{
	background: url("Images/ic-breadcrumb-home.svg") no-repeat;
	background-size: 13px 13px;
	display: inline-block;
	height: 13px;
	width: 13px;
	position: relative;
	top: 2px;
}

span.MCBreadcrumbsDivider
{
	padding: 0 6px;
	font-size: 9px;
	position: relative;
	line-height: 13px;
	top: -1px;
	color: transparent;
}

span.MCBreadcrumbsDivider:after
{
	position: absolute;
	top: -1px;
	left: 10px;
	content: "\e975";
	font-family: "TufinFont";
	color: #666666;
}

div#topBar
{
	background: white;
	display: flex;
	justify-content: space-between;
	margin-right: -4px;
	z-index: 999;
}

div#topBar.fixed
{
	position: absolute;
	left: 0;
	top: 90px;
	padding-left: 55px;
	padding-top: 30px;
	margin-left: 365px;
	margin-right: 16px;
	min-height: 75px;
	width: calc(100% - 381px);
	padding-right: calc(50% - 600px);
}

.MCBreadcrumbsBox_0.breadcrumbs
{
	margin-right: 20px;
}

.buttons.popup-container.clearfix.topicToolbarProxy._Skins_TopicToolBar_sidenav2020.mc-component.nocontent
{
	/* flex-basis: 220px; */
	min-width: 206px !important;
	margin-bottom: 0px;
	margin-right: 0;
}

/* custom search */

.title-bar-layout .nav-search-wrapper
{
	position: absolute;
	z-index: 3;
	right: 14%;
	top: 0;
}

.title-bar-layout .search-bar.search-bar-container.needs-pie
{
	box-shadow: 3px 3px 10px #0000001f;
}

.title-bar-layout .search-submit-wrapper
{
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 9px;
}

.title-bar-layout .search-bar.search-bar-container .search-submit
{
	background-size: 34px;
}

.search-bar.search-bar-container .search-submit:focus
{
	outline: none;
}

.search-bar.search-bar-container input:focus
{
	outline: none;
}

/* page padding */

.body-container
{
	padding-left: 55px;
	padding-top: 30px;
	/* originally 40px */
	padding-right: calc(50% - 600px);
}

.off-canvas-wrapper-inner nav.title-bar .outer-row
{
	padding-right: 40px;
	padding-left: 14%;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* side menu selected style */

ul.sidenav ul > li > a.selected
{
	position: relative;
}

ul.sidenav ul > li > a.selected:before
{
	background: #dd8121;
	content: " ";
	display: block;
	height: 18px;
	left: 0px;
	position: absolute;
	width: 2px;
}

/* added the following to prevent long indent before H5 in TOC */

ul.sidenav ul ul ul ul > li > a
{
	margin-left: 15mm;
}

/* side menu arrows */

.submenu-toggle-container[aria-expanded="true"] > span.submenu-toggle,
.is-accordion-submenu-parent > a[aria-expanded="true"] > .submenu-toggle-container > span.submenu-toggle
{
	-webkit-transform-origin: none;
	-ms-transform-origin: none;
	transform-origin: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

span.submenu-toggle:after
{
	font-family: "TufinFont";
	content: "\e973";
	font-size: 10px;
	position: absolute;
	display: block;
	top: -12px;
	color: #333333;
}

.submenu-toggle-container[aria-expanded="true"] > span.submenu-toggle:after,
.is-accordion-submenu-parent > a[aria-expanded="true"] > .submenu-toggle-container > span.submenu-toggle:after
{
	content: "\e974";
}

span.submenu-toggle-container:focus
{
	outline: none;
}

/* version menu styles */

.version-dropdown
{
	background: none;
	margin: 0;
	padding: 0 10px;
	border: none;
	position: unset;
	height: 48px;
	width: auto;
	display: inline-block;
	outline: none !important;
}

select.version-data
{
	height: 48px;
	background: transparent;
	border: none;
	color: black;
	width: auto;
	font-size: 18px;
	font-weight: bold;
	padding-right: 15px;
	outline: none;
	cursor: pointer;
}

option[value="-1"]
{
	font-weight: bold;
}

.search-version
{
	right: 0px;
}

.invisible-label
{
	border: none;
}

.search-bar .search-submit
{
	height: 36px;
}

/* In this topic menu - Rivka July 2021 */

div#InThisTopic_div
{
	display: none;
}

div#InThisTopic_div.show
{
	display: block;
	background-color: #eeeeee;
	border: 1px solid #c9c9c9;
	/* width: calc(50% - 650px); */
	width: 300px;
	/* position: fixed;
    right: 50px; */
	margin-left: 20px;
	float: right;
	position: relative;
	/* top: 208px; */
	margin-right: 0;
	/* z-index: 1001; */
}

div#InThisTopic_div > ul
{
	padding: 0;
	width: 100%;
}

div#InThisTopic_div > ul li
{
	margin: 0;
}

div#InThisTopic_div p
{
	margin: 10px 0 4px 16px;
	font-size: 18px;
	font-weight: bold;
}

/* hide the top-level list item (h1 tag) */

div#InThisTopic_div > ul > li > a
{
	display: none;
}

/* add bullet point for menu h2 and below*/

div#InThisTopic_div ul > li > a::before
{
	/* content: '\25B6'; regular arrow*/
	/* content: '\27A4'; */
	/* arrow with andgular back */
	/* content: '\1405'; * / /* empty triangle */
	content: "\1F892";
	/* full greater than */
	padding-right: 8px;
	color: #000000;
}

/* jeff Aug 25, 2021: display content as hanging paragraph to better handle long lines */

div#InThisTopic_div ul > li > a
{
	margin-left: 13px;
	text-indent: -13px;
}

/* Filters */

p.table-filters img
{
	vertical-align: text-top;
	width: 16px;
	height: 16px;
}

p.table-filters
{
	margin: 10px 0;
}

input.filter-input
{
	border: solid 1px #d5d5db;
	padding: 4px;
	font-size: 14px;
	margin-right: 10px;
}

.table-filters label
{
	font-size: 14px;
}

/* Feedback */

#feedback-container
{
	position: fixed;
	bottom: 0px;
	text-align: center;
	right: 40px;
	width: 230px;
	height: 230px;
	background: #f5f5f5 0% 0% no-repeat padding-box;
	box-shadow: 3px 3px 6px #00000029;
	border: 1px solid #e5e5e5;
	z-index: 2;
}

.close-button
{
	font-family: "TufinFont";
	font-size: 10px;
	position: absolute;
	right: 14px;
	top: 21px;
	cursor: pointer;
	line-height: 10px;
}

.minimize-button
{
	position: absolute;
	right: 31px;
	top: 19px;
	width: 13px;
	height: 13px;
	cursor: pointer;
	content: url("Images/min.svg");
}

div#feedback-container.minimized
{
	height: 33px;
	overflow: hidden;
}

p#feedback-q
{
	font-size: 15px;
}

.minimized p#feedback-q,
.minimized p#feedback-a
{
	margin: 0;
	text-align: left;
	font-size: 13px;
	padding-left: 9px;
	padding-top: 2px;
}

.minimized .close-button
{
	top: 13px;
}

.minimized .minimize-button
{
	content: url("Images/max.svg");
	top: 11px;
}

p#feedback-a
{
	display: none;
}

p#feedback-a-comment
{
	display: none;
}

span.accent-top
{
	width: 230px;
	height: 4px;
	display: block;
	background: url("Images/feedback-top-accent.svg");
}

p#feedback-q,
p#feedback-a
{
	margin-top: 34px;
	margin-bottom: 0px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 600;
}

p#feedback-comment,
p#feedback-a-comment
{
	margin: 0 34px;
	font-size: 13px;
	padding: 0;
}

.submit-button
{
	width: 134px;
	height: 22px;
	background: #f5f5f5 0% 0% no-repeat padding-box;
	border: 1px solid #e66700;
	border-radius: 15px;
	opacity: 1;
	margin: 14px auto 14px auto;
	cursor: pointer;
}

.submit-button p
{
	margin: 0;
	font-size: 10px;
	color: #e6671f;
	line-height: 20px;
}

.send-text p
{
	font-size: 12px;
}

.send-text a
{
	cursor: pointer;
	color: #238d9e !important;
	text-decoration: none !important;
}

.send-text a:before
{
	content: url("Images/feedback-send-icon.svg");
	padding-right: 5px;
	vertical-align: middle;
}

.rating:before
{
	content: "Please rate this page";
	display: block;
	font-size: 11px;
}

.rating
{
	cursor: pointer;
	margin: 0px 38px 4px 38px;
	border-bottom: 1px solid #e6671f;
	padding-bottom: 4px;
	border-top: 1px solid #e6671f;
	margin-top: 4px;
	padding-top: 4px;
}

.star
{
	color: #ddd;
	transition: color 0.3s;
	font-size: 24px;
}

.star:hover,
.star.active
{
	color: #ffcc00;
}

/* Landing one */

.landing div#InThisTopic_div.show,
.landing nav.sidenav-wrapper,
.landing div#topBar
{
	display: none !important;
}

.landing .body-container
{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0 !important;
}

.landing .landing-container
{
	background: linear-gradient(99deg, #eef0fc 0%, #fcf1e2 100%) 0 0 no-repeat, #f8f8f8;
	background-size: 100% 333px, 100% 100%;
	padding: 40px 0 0 0;
}

.landing-container > div
{
	max-width: 1200px;
	margin: 0 auto;
	background: white;
	border-radius: 12px;
	padding: 32px 70px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.landing-header
{
	display: flex;
	align-items: center;
	gap: 30px;
}

.landing-icon
{
	min-width: 70px;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #27038c;
}

.landing-icon img
{
	border: none;
}

.landing-container h1
{
	font-size: 25px;
	color: #202020;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.landing-container h2
{
	font-size: 18px;
	color: #202020;
	font-weight: 600;
	padding-bottom: 24px;
	margin: 0;
}

.landing-container table
{
	margin-left: 100px;
	width: calc(100% - 117px);
	margin-top: 36px;
}

.landing.two .landing-container table
{
	margin-top: 24px;
	margin-left: 70px;
}

.landing-container tr a
{
	cursor: pointer;
}

.landing-container tr td
{
	border-bottom: solid 2px #e5e5e5;
}

.landing-container tr a
{
	color: #5335fa !important;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 28px;
	font-size: 15px;
	font-weight: 500;
	margin-top: -3px;
	margin-bottom: -1px;
}

.landing-container tr a::after
{
	content: url("Images/link-arrow.svg");
}

.mobile-search
{
	display: none;
}

@media only screen and (max-width: 1279px)
{
	div#topBar.fixed
	{
		position: unset;
		margin-left: 0px;
		width: auto;
		padding-top: 10px;
		min-height: 0px;
	}

	.body-container
	{
		padding-top: 0px !important;
	}

	.home-topic button.menu-icon
	{
		display: none;
	}

	nav.title-bar .menu-icon
	{
		top: 14px;
		left: 2%;
	}

	button.menu-icon span
	{
		border-radius: 6px;
	}

	.quick-links-container > div
	{
		min-width: 420px;
	}

	div#mc-main-content > div
	{
		padding-left: 14px;
		padding-right: 14px;
	}

	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		padding-left: 0;
	}

	.row.outer-row.sidenav-layout
	{
		padding: 0;
	}

	/* removes arrow from hamburger TOC, so new UX one can be used */

	span.submenu-toggle
	{
		border: none !important;
	}

	span.submenu-toggle:after
	{
		display: none;
	}

	.is-accordion-submenu-parent > a > span > span.submenu-toggle:after
	{
		display: block;
		right: 4px;
	}

	nav.title-bar .menu-icon span
	{
		height: 25px;
		width: 25px;
		background-size: 12px;
	}

	.title-bar-layout .logo-wrapper
	{
		margin-left: calc(2% + 32px);
	}

	.title-bar-layout .nav-search-wrapper
	{
		right: 2%;
	}

	span.search-info
	{
		right: calc(2% + 48px);
	}

	span.search-info:hover:after
	{
		right: -7px;
	}

	.search-version .search-field
	{
		margin-left: 0;
	}

	.search-bar .search-field
	{
		padding-right: 94px;
	}

	.search-version
	{
		width: calc(100% - 79px);
		margin-right: 0;
		margin-left: auto;
		right: 0;
	}

	.version-dropdown
	{
		right: 265px;
	}

	#second-header
	{
		padding-left: 2%;
	}

	/* 
  #second-header.scrolled {
    display: none;
  } */

	.off-canvas-wrapper-inner nav.title-bar .outer-row
	{
		padding-right: 1em;
	}

	.footer-action-button
	{
		padding: 4px 10px;
		height: 40px;
		font-size: 14px;
		width: 192px;
	}

	.landing-container table
	{
		margin-left: 0;
		width: calc(100%);
	}

	.landing.two .landing-container table
	{
		margin-left: 0;
	}

	.footer-wrapper
	{
		width: calc(100vw - 2px);
	}
}

@media only screen and (max-width: 767px)
{
	.mobile-search
	{
		display: block;
		height: 65px;
		width: 55px;
		background-image: url("Images/search-icon.png");
		background-color: white;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		box-shadow: 3px 3px 10px #0000001f;
		position: absolute;
		top: -50px;
		right: 2%;
		background-size: 34px;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}

	.search-version
	{
		margin-right: 0;
		margin-left: auto;
		right: 0;
		width: calc(100% - 160px);
	}

	.version-dropdown
	{
		left: 0;
	}

	/* Hiding mobile topic menu - Rivka July 2021 */

	div#InThisTopic_div.show
	{
		display: none;
	}

	.home-hero > p
	{
		font-size: 20px;
	}

	.quick-links a
	{
		font-size: 12px;
	}

	.quick-links-container > div
	{
		min-width: 95%;
	}

	.quick-links a
	{
		font-size: 12px;
	}

	.footer-top-section .footer-content-container:after
	{
		display: none;
	}

	.footer-top-section .footer-content-container
	{
		height: auto;
		padding: 20px 30px;
		flex-wrap: wrap;
	}

	.footer-heading
	{
		font-size: 18px;
		width: 95%;
		text-align: center;
		z-index: 1;
	}

	.quick-links-container > div
	{
		min-width: 95%;
	}

	.title-bar-layout .nav-search-wrapper
	{
		display: none;
	}

	.title-bar-layout .nav-search-wrapper.open
	{
		display: block;
		width: calc(100% - 50px);
	}

	.search-info
	{
		display: none;
	}
}

