/*<meta />*/

@import url('Toggle.css');

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/****** Use entity and allow color change ******/

.ui-resizable-handle.ui-resizable-e:before
{
	content: "\22EE";
	color: var(--Lightest);
	width: 20px;
	height: 40px;
	display: block;
	position: relative;
	top: calc(50% - 40px);
	font-size: 33px;
	text-align: center;
}

/*******Add resize icon to side nav*******/

div.ui-resizable-e
{
	background-repeat: no-repeat;
	background-position: center;
	/*	background-image: url('../Images/FlareUI-Assets/resize-navigation.png'); */
	width: 20px !important;
	background-size: 26px;
	right: 0px;
}

/*******Fix resizable side navigation in place for long TOCs *******/

div.sidenav-container
{
	height: 100%;
}

div.sidenav-container,
nav.sidenav-wrapper
{
	overflow: unset;
}

div.sidenav-container > ul
{
	overflow: auto;
	height: 100%;
}

/*******Hide bottom-right resize icon*******/

div.ui-resizable-se
{
	display: none !important;
}

div.ui-resizable-s
{
	display: none !important;
}

div#mc-main-content img
{
	visibility: hidden;
}

div#mc-main-content img.visible-img
{
	visibility: visible;
}

span.mc-variable span.MCTextPopupBody
{
	width: 400px !important;
	text-align: center;
}

img.thumbnail-small
{
	width: 300px;
	height: auto;
	cursor: pointer;
}

img.thumbnail-large
{
	cursor: pointer;
}

/* start topic popup */

div.popup-modal
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

div.popup-content
{
	background: #fff;
	padding: 20px;
	width: 80%;
	max-width: 600px;
	border-radius: 8px;
	margin: auto;
	margin-top: 12%;
	position: relative;
	/*	bottom: 10%;
	right: 10%;*/
}

button.close-btn
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: transparent;
	color: black;
	border: none;
	cursor: pointer;
	padding: 5px 10px;
}

iframe.popup-iframe
{
	width: 100%;
	height: 400px;
}

div.hidden
{
	display: none;
}

/* end topic popup */
/* start expandable tables */

div.table-wrapper
{
	
}

/* Expand button that appears before the table */

div.expand-table
{
	cursor: pointer;
	/* Make it clickable */
	padding: 5px 5px 5px 35px;
	/* Space around text, extra left padding for icon */
	background-image: url('../Images/FlareUI-Assets/expand-table.png');
	/* Icon for expand */
	background-repeat: no-repeat;
	/* Prevent icon from tiling */
	background-size: 20px;
	/* Scale icon to 20px */
	background-position: 5px center;
	/* Position icon 5px from left, vertically centered */
	display: inline-block;
	/* Shrink-wrap around text & padding */
	margin-bottom: 5px;
	/* Space below button */
}

/* Fullscreen modal overlay for expanded table */

div.table-modal
{
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay fixed relative to viewport */
	z-index: 9999;
	/* On top of everything */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Scroll if content is too tall */
	background-color: rgb(0, 0, 0);
	/* Fallback solid black */
	background-color: rgba(0, 0, 0, 0.4);
	/* Semi-transparent black overlay */
}

/* Inner modal box containing the expanded table */

div.table-modal-content
{
	background-color: #fefefe;
	/* White background */
	margin: 6% auto;
	/* Centered horizontally, 6% from top */
	padding: 25px 10px 10px 10px;
	/* Space inside modal */
	border: 1px solid #888;
	/* Light gray border */
	width: 90%;
	/* Take up 90% of viewport width */
	max-height: 79%;
	/* Prevent modal from being too tall */
	overflow: auto;
	/* Scroll if content exceeds max-height */
	position: relative;
	/* Allows absolutely positioned close button */
}

/* Close button (×) inside modal */

span.close-table
{
	color: #aaa;
	/* Light gray by default */
	float: right;
	/* Push to the right */
	font-weight: bold;
	padding: 5px;
	position: absolute;
	/* Position relative to modal content */
	right: 6px;
	/* Offset from right edge */
	top: -2px;
	/* Slightly above content top */
	cursor: pointer;
	/* Pointer cursor on hover */
}

/* Hover effect for close button */

span.close-table:hover
{
	color: #000;
	/* Turn black when hovered */
}

/* end expandable tables */

a.skip-to-content
{
	display: none !important;
}

/* Show more */

li.visible-list
{
	display: block !important;
}

ul._Skins_TopicMenu > li:first-child > a
{
	display: none;
}

p.show-more
{
	cursor: pointer;
	color: blue;
	font-weight: bold;
}

/* The Modal (background) */

.modal
{
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 9999;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0,0,0);
	/* Fallback color */
	background-color: rgba(0,0,0,0.4);
	/* Black w/ opacity */
	height: 100%;
}

/* Modal Content/Box */

.modal-content,
.table-modal-content
{
	background-color: #fefefe;
	margin: 8% auto auto auto;
	/* 15% from the top and centered */
	padding: 5px 20px 20px 20px;
	border: 1px solid #888;
	width: 25%;
	/* Could be more or less, depending on screen size */
	position: relative;
	box-shadow: 2px 5px 9px #333;
}

.modal-content
{
	border-radius: 8px;
}

.modal-content input
{
	width: 100%;
}

.modal-heading
{
	font-size: 22px;
	font-weight: bold;
}

textarea
{
	font-family: var(--FontFamily);
}

/* Modal Button */

button#openModalBtn
{
	cursor: pointer;
	border: none;
}

button.modal-submit
{
	cursor: pointer;
}

/* Close Button */

.close
{
	color: #aaa;
	float: right;
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
	position: absolute;
	right: 3px;
	top: -5px;
}

.close:hover,
.close:focus
{
	color: black;
	text-decoration: none;
	cursor: pointer;
}

img.checkmark
{
	width: 40%;
}

div.feedback-greeting
{
	display: none;
	width: 18%;
	margin: 15% auto;
	background-color: #fff;
	padding: 15px;
	position: relative;
}

p.greeting-heading
{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

textarea#description
{
	width: 100%;
	height: 120px;
	max-width: 100%;
}

/* */

button#openModalBtn
{
	cursor: pointer;
	border: none;
	height: 24px;
	border-radius: 3px;
	margin-left: 3px;
	background-color: white;
	border: solid 1px #e1e1e1;
}

div.off-canvas-wrapper-inner div.main-section div.outer-row
{
	overflow-y: auto;
}

/* favorite topics styles */

div.favorites-wrapper
{
	position: sticky;
	top: 0;
	display: none;
}

div.favorites-container
{
	width: 250px;
	min-height: 85vh;
	background-color: var(--Secondary);
	padding: 8px;
	display: none;
	border-top: 1px solid white;
}

p.favorites-header
{
	font-size: 16pt;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

div.favorites-list li
{
	list-style-type: none;
	position: relative;
	margin-top: 0;
}

a.remove-favorite
{
	position: absolute;
	right: 0;
	text-decoration: none;
}

button.favorite-button div.button-icon
{
	background-size: 20px !important;
}

button.favorited .button-icon
{
	background-image: url('../Images/unfavorite.png') !important;
}

button.favorite-button div.button-icon
{
	background-size: 18px !important;
}

div.favorites-flyout
{
	padding: 8px;
	background-color: var(--Secondary);
	cursor: pointer;
	color: white;
}

a.remove-favorite,
a.favorite-link
{
	color: white !important;
}

div.favorites-flyout:hover
{
	box-shadow: 2px 3px 5px #e3e3e3;
}

/* */
/* start highlight toggle styles */

span.highlight-hidden
{
	background-color: transparent !important;
}

button.show-highlight div.button-icon
{
	background-image: url(../Images/highlight_icon.png) !important;
}

/* end highlight toggle styles */

body
{
	color: var(--Dark);
	font-family: var(--FontFamily);
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
	width: 100%;
}

/*Clear search icon*/

span.clear-icon
{
	position: absolute;
	/*	right: 35px; */
	top: 10%;
	width: 20px;
	height: 100%;
	border-radius: 50%;
	color: #000;
	background-color: transparent;
	font: 20px monospace;
	text-align: center;
	cursor: pointer;
	display: none;
}

/* Exact Search Checkbox */

div.search-checkbox
{
	position: absolute;
	right: 3px;
	top: -2%;
}

span.SearchHighlight,
li.SearchHighlight
{
	background-color: yellow;
}

/* begin styles for tabs */

ul.tabs
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

ul.tabs:after
{
	position: absolute;
	content: "";
	width: 100%;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #ddd;
}

ul.tabs .tab-link
{
	color: #333;
	display: inline-block;
	padding: 10px 10px;
	cursor: pointer;
	/*	margin-left: -4px; */
	position: relative;
	z-index: 0;
}

ul.tabs .current
{
	background: #fff;
	color: #d9232e;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 0px solid white;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 1;
}

ul.tabs .tab-link:hover
{
	background: #c2c2c2;
	color: #000;
	display: inline-block;
	/*	padding: 10px 10px; */
	cursor: pointer;
	/*	margin-left: -5px;
	border: 1px solid transparent; */
}

ul.tabs .current:hover
{
	background: #fff;
	color: #d9232e;
	margin-left: 0px;
	margin-right: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid transparent;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	z-index: 2;
}

ul.tabs > li
{
	margin-bottom: 0;
}

.tab-content
{
	display: none;
	background: #ededed;
	padding: 15px;
	background-color: transparent;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.tab-content.current
{
	display: block;
}

/* Inline drop-down */

span.inline-head
{
	font-weight: 600;
	cursor: pointer;
}

span.closed::after
{
	content: url('../Images/FlareUI-Assets/arrow-down.png');
	padding-left: 5px;
}

span.expand::after
{
	content: url('../Images/FlareUI-Assets/arrow-up.png');
	padding-left: 5px;
}

div.inline-body
{
	padding: 10px;
	margin-top: 10px;
	border: dotted 0.5px #00657c;
	border-radius: 5px;
	box-shadow: 5px 5px 10px 0px #eee;
	display: none;
}

/* start back to top button styles */

button#backToTopBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: none;
	outline: none;
	color: var(--Lightest);
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: var(--Primary);
	/*background-image: url(../Images/Back-Top-White.png);*/
}

button#backToTopBtn:hover
{
	background-color: var(--Lightest);
	/*	background-image: url(../Images/Back-Top-Blue.png); */
	border: 1px solid var(--Primary);
	color: var(--Primary);
}

/* end back to top button styles */
/* Heading Bookmark Styles*/

.bookmark-hotspot
{
	position: relative;
}

.bookmark-hotspot:hover a.heading-link
{
	opacity: 1;
	background-image: url('../Images/FlareUI-Assets/bookmark.svg');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 25px;
	margin-left: -25px;
	display: inline-block;
}

a.heading-link
{
	opacity: 0;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	display: none;
}

div#anchor-icon
{
	display: inline;
}

.bookmark-hotspot.active:after
{
	font-size: 10px;
	margin-left: 10px;
	padding: 5px;
	content: 'Copied!';
	background-color: var(--Dark);
	color: #fff;
	border-radius: 5px;
	position: absolute;
	top: -20px;
	left: -20px;
}

h1#results-heading	/* prevent heading in search results from being a bookmark */
{
	cursor: auto;
}

h1#results-heading:active:after	/* prevent heading in search results from being a bookmark */
{
	display: none;
}

/*End Heading Bookmark Styles*/

div.note
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../Images/Note-ico.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	border: solid 2px #fdc80b;
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 5px 60px;
	margin-top: 10px;
}

div.note > p,
div.example > p
{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.note > p:first-child
{
	mc-auto-number-format: '{b}Note: {/b}';
}

div.example
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-image: url(../Images/example.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size: 30px;
	border: solid 2px rgb(48, 204, 112);
	border-radius: 6px;
	line-height: 18px;
	overflow: hidden;
	padding: 5px 60px;
	margin-top: 10px;
	page-break-inside: avoid;
}

div.example > p:first-child
{
	mc-auto-number-format: '{b}Example: {/b}';
}

/* Search drop-down */

div.search-wrapper
{
	position: relative;
}

ul#searchResultsDropdown
{
	overflow-y: auto;
	max-height: 50vh;
}

menucascade
{
	display: block;
	color: tomato;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
	height: auto;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
}

p.table-text
{
	font-size: 12pt;
}

/* Headings */

h1
{
	font-weight: bold;
	font-size: 24.0pt;
	color: var(--Primary);
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
}

/* Reading time*/

div.reading-time-container
{
	display: none;
}

img.reading-time-img
{
	vertical-align: -2px;
}

div.reading-time-container > p
{
	font-style: italic;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	/*background-color: var(--Lightest);*/
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px var(--Light);
}

div.home-tiles	/*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.home-tiles::before
{
	content: ' ';
	display: table;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	color: var(--Darkest);
	height: 250px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}

div.home-tiles > div:nth-child(1)
{
	width: 30%;
	margin-left: 14%;
	background: linear-gradient(155deg, #38bdf8, #2563eb );
}

div.home-tiles > div:nth-child(2)
{
	width: 30%;
	margin-left: 12%;
	background: linear-gradient(155deg, #48E7AD, #10B981);
}

div.home-tiles-layout	/*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.home-tiles-layout::before
{
	content: ' ';
	display: table;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.home-tiles-layout > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

div.home-tiles > div:hover
{
	transform: scale(1.05);
	box-shadow: 0 12px 24px rgba(0,0,0,0.2);
}

div.home-tiles-layout > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
	text-align: center;
	color: white;
	cursor: pointer;
}

div.home-tiles-layout > div:nth-child(2)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.home-tiles-layout p
{
	line-height: 1.2;
	font-size: 24pt;
}

img.tile
{
	visibility: visible !important;
	height: 115px;
}

div.quick-links	/*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.quick-links::before
{
	content: ' ';
	display: table;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.quick-links > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.quick-links > div:nth-child(1)
{
	width: 16.66666%;
	margin-left: 2%;
}

div.quick-links > div:nth-child(2)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(3)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(4)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links > div:nth-child(5)
{
	width: 16.66666%;
	margin-left: 3%;
}

div.quick-links *	/*Text-align center set to all elements within div.quick-links*/
{
	text-align: center;
}

div.topic-hero h1
{
	font-size: 48pt;
	color: var(--Light);
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	
}

html.home-topic .body-container	/*Overrides padding set in the skin*/
{
	padding: 0;
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin when in tablet/mobile*/
{
	max-width: 100%;
	padding: 0;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: var(--Dark);
	padding-top: 10px;
}

/* Links */

a
{
	color: var(--Primary);
}

a:link
{
	color: var(--Primary);
}

a:visited
{
	color: var(--Primary);
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../Images/Minus.png');
	mc-closed-image: url('../Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-weight: bold;
	border-bottom: none;
	font-size: 14pt;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Primary);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Primary);
}

/* Lists */

dd,
dd p,
dt,
dt p,
li,
li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

dl,
ol,
ul
{
	letter-spacing: .25px;
	line-height: 20pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Master page */

div.home-footer
{
	background-color: var(--Primary);
	padding: 2% 5%;
}

.home-footer-logo
{
	background-image: var(--LogoImage);
	background-repeat: no-repeat;
	background-position: right center;
	width: 400px;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: var(--Lightest);
}

p.footer-sub
{
	color: var(--Lightest);
	font-size: 14pt;
	margin-top: 14px;
}

MadCap|topicToolbarProxy
{
	padding-top: 10px;
}

/* Dynamic Thumbnails */

.thumbnail-img
{
	width: 300px;
	height: auto;
}

span.MCTextPopupBody
{
	width: 320px !important;
}

html.no-reading-time div.reading-time-container
{
	display: none !important;
}

@media html5
{
	div.topic-hero
	{
		padding: 8%;
		background-image: var(--HeroImage);
		/*	background-image: linear-gradient(to bottom, var(--Medium), var(--Dark), var(--Primary)); */
		background-size: cover;
		background-attachment: scroll;
	}

	div.miniToc
	{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
		gap: 20px;
		border-top: none;
		padding-left: 0;
	}

	div.miniToc > p
	{
		padding: 20px;
		border: 1px solid var(--Secondary);
		border-radius: 5px;
		text-align: center;
		margin: 0;
	}

	div.miniToc > p[onclick]
	{
		cursor: pointer;
	}
}

div.miniToc > p[onclick]
{
	cursor: pointer;
}

div.miniToc > p
{
	padding: 20px;
	border: 1px solid var(--Secondary);
	border-radius: 5px;
	text-align: center;
	margin: 0;
}

div.miniToc
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
	gap: 20px;
	border-top: none;
	padding-left: 0;
}

div.topic-hero
{
	padding: 8%;
	background-image: var(--HeroImage);
	background-size: cover;
	background-attachment: scroll;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.home-tiles-layout > div:nth-child(1)
	{
		width: 40%;
		margin-left: 30%;
	}

	div.home-tiles-layout > div:nth-child(2)
	{
		width: 90%;
		margin-left: 5%;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 24%;
		margin-left: 0%;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 24%;
		margin-left: 14%;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 24%;
		margin-left: 19%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 24%;
		margin-left: 14%;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	div.search-checkbox
	{
		top: 0;
	}

	div.off-canvas-wrapper-inner div.main-section div.outer-row
	{
		display: flex;
		padding-right: 0;
	}

	#feedbackModal
	{
		height: 100%;
	}

	.modal-content
	{
		width: 40%;
	}

	div.feedback-greeting
	{
		width: 40%;
		margin: 18% auto;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 5%;
	}

	div.home-tiles-layout p
	{
		line-height: 1.2;
	}

	div.quick-links > div:nth-child(1)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(2)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(3)
	{
		width: 49%;
		margin-left: 0;
	}

	div.quick-links > div:nth-child(4)
	{
		width: 49%;
		margin-left: 2%;
	}

	div.quick-links > div:nth-child(5)
	{
		width: 49%;
		margin-left: 25.5%;
	}

	.home-footer-logo
	{
		padding: 20px;
		background-origin: content-box;
		background-size: contain;
	}

	div.search-checkbox
	{
		left: 0;
	}

	div.favorites-wrapper
	{
		display: none !important;
	}

	div.topic-hero > h1
	{
		font-size: 45pt;
	}

	.modal-content
	{
		width: 90%;
	}

	div.body-container
	{
		padding-right: 0 !important;
	}

	div.feedback-greeting
	{
		width: 55%;
		margin: 40% auto;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}

	div.inline-body
	{
		display: block !important;
		page-break-inside: avoid;
	}
}

/* Feedback Form container */

#contactForm
{
	max-width: 500px;
	margin: 20px auto;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
	font-family: Arial, sans-serif;
}

/* Labels */

#contactForm label
{
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	display: block;
	margin-bottom: 6px;
}

/* Inputs + textarea */

#contactForm input,
#contactForm textarea
{
	width: 100%;
	padding: 10px 12px;
	font-size: 14px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background-color: #f9fafb;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
}

/* Textarea sizing */

#contactForm textarea
{
	min-height: 100px;
	resize: vertical;
}

/* Focus state */

#contactForm input:focus,
#contactForm textarea:focus
{
	outline: none;
	border-color: #2563eb;
	background-color: #ffffff;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

/* Spacing between fields */

#contactForm input,
#contactForm textarea
{
	margin-bottom: 16px;
}

/* Button */

#contactForm .modal-submit
{
	width: 100%;
	padding: 12px;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	background-color: #2563eb;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Button hover */

#contactForm .modal-submit:hover
{
	background-color: #1d4ed8;
}

/* Button active (subtle press) */

#contactForm .modal-submit:active
{
	transform: scale(0.98);
}

/* Optional: placeholder styling */

#contactForm input::placeholder,
#contactForm textarea::placeholder
{
	color: #9ca3af;
}

