/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*====CONTENT STYLES====*/
/*==General==*/

p
{
	margin: 8px 0;
	color: var(--mds-color-ink-darker);
	font-size: var(--mds-font-size-text-lg);
}

.center
{
	position: relative;
	float: none !important;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.uppercase
{
	text-transform: var(--transform-uppercase);
}

.unavailable,
.unavailable h2,
.unavailable h3
{
	color: var(--mds-color-ink-lighter);
}

/*new page topper style based on H5*/

.page-topper
{
	margin: 15px 0;
	color: var(--mds-color-ink-primary);
	font-size: var(--mds-font-size-heading-xs);
	font-weight: var(--mds-font-weight-heavy);
}

/*==Headings==*/

h1,
h2,
h3,
h4,
h4microcontent,
h5,
h6
{
	margin: 15px 0;
	color: var(--mds-color-ink-primary);
	font-size: var(--mds-font-size-heading-lg);
	font-weight: var(--mds-font-weight-heavy);
}

h2
{
	margin: 30px 0 15px 0;
	font-size: var(--mds-font-size-heading-md);
}

h3
{
	margin: 30px 0 15px 0;
	font-size: var(--mds-font-size-heading-sm);
}

h4microcontent
{
	display: none;
}

h4,
h5,
h6
{
	font-size: var(--mds-font-size-heading-xs);
}

/*==Lists==*/

ol,
ul
{
	margin: 12px 0 12px 35px;
}

li
{
	line-height: 22px;
}

ul.no-bullet
{
	
}

ul.no-bullet > li
{
	margin-left: -35px;
	list-style-type: none;
}

/*==Spans==*/

b,
span.report-title,
span.report-measure,
span.ui-function,
span.emphasis
{
	font-weight: var(--mds-font-weight-heavy);
}

/*new emphasis styles for divisions list, and anything else where the text needs to be colored. Should be used sparingly. */

span.emphasis-positive
{
	font-weight: var(--mds-font-weight-heavy);
	color: var(--mds-color-positive-primary);
}

span.emphasis-negative
{
	font-weight: var(--mds-font-weight-heavy);
	color: var(--mds-color-negative-primary);
}

span.emphasis-warning
{
	font-weight: var(--mds-font-weight-heavy);
	color: var(--mds-color-warning-primary);
}

span.calculation
{
	font-family: var(--mds-font-family-mono);
}

/*==Notes==*/

div.info,
div.warning,
div.positive,
div.negative
{
	margin: 10px 0;
	padding: 10px 25px 10px 50px;
	border-radius: 8px;
	background: url('../images/icon-library/assets/info.svg') no-repeat 15px 22px var(--mds-color-blue-lighter) !important;
	margin-top: 8px;
}

div.warning
{
	background: url('../images/icon-library/assets/warning.svg') no-repeat 15px 22px var(--mds-color-warning-lighter) !important;
}

div.positive
{
	background: url('../images/icon-library/assets/positive.svg') no-repeat 15px 22px var(--mds-color-positive-lighter) !important;
}

div.negative
{
	background: url('../images/icon-library/assets/negative.svg') no-repeat 15px 22px var(--mds-color-negative-lighter) !important;
}

div.walkme
{
	margin: 10px 0;
	padding: 1px 25px 10px 50px;
	border-radius: 8px;
	background: url('../images/icon-library/assets/walkthrough.svg') no-repeat 22px 22px var(--mds-color-brand-lighter) !important;
	margin-top: 4px;
}

/*==Internal only content==*/

div.contextual-content
{
	display: none;
}

/*==Links and xrefs==*/

a,
a:visited,
.xref
{
	color: #8451ec;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: var(--mds-color-ink-dark);
}

MadCap|xref
{
	mc-format: '{para}';
}

/*==Images==*/

img
{
	border: 0px solid var(--mds-color-edge-light);
	border-radius: 2px;
	max-width: 100%;
}

img.no-border
{
	border: none !important;
}

img.float
{
	float: right;
}

img.icon,
img.small-icon
{
	margin: 2px;
	width: 20px;
	vertical-align: middle;
}

img.small-icon
{
	width: 12px;
}

/*==Videos==*/

video
{
	max-width: 100%;
}

/*==Glossary Hovers==*/

MadCap|glossaryTerm
{
	mc-closed-image: none;
	mc-open-image: none;
	font-weight: 400;
	color: #8451ec;
}

MadCap|popupBody
{
	border: solid 1px var(--mds-color-edge-primary);
	padding: 15px;
	background-color: var(--mds-color-surface-primary);
	font-size: var(--mds-font-size-text-md);
	line-height: 1.5em;
	color: var(--mds-color-ink-darker);
	cursor: default;
}

/*==Togglers==*/

MadCap|toggler
{
	color: #8451EC;
	font-weight: 600;
	mc-image-position: right;
	mc-closed-image: url('../images/icon-library/assets/add.svg');
	mc-open-image: url('../images/icon-library/assets/subtract.svg');
}

/*==eLearning page==*/

.elearning iframe
{
	border: none;
	width: 100%;
	height: 525px;
}

.elearning iframe div
{
	transform: none !important;
	width: 100% !important;
}

/*==WalkMe==*/

.walkme-launcher-anchor	/*add padding around launcher button*/
{
	padding-right: 100px !important;
	padding-bottom: 10px !important;
}

/*==Training signup==*/

div.signup
{
	margin-bottom: 8px;
	border-bottom: 1px solid var(--mds-color-edge-primary);
	padding-bottom: 2px;
}

/*Toggle Buttons*/

div.my-buttons
{
	height: 50px;
	display: block;
}

button.toggle-button
{
	width: 100px;
	padding: 5px 10px;
	margin: 0;
	border-radius: 4px;
	font-weight: var(--mds-font-weight-heavy);
}

button.active-button
{
	background-color: var(--mds-color-brand-primary);
	color: var(--mds-color-surface-primary);
	border: var(--mds-color-brand-primary) 1px solid;
}

button.inactive-button
{
	background-color: var(--mds-color-surface-primary);
	color: var(--mds-color-ink-dark);
	border: var(--mds-color-ink-light) 1px solid;
}

button#left-toggle-button
{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

button#right-toggle-button
{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*==Onboarding Guide Selector==*/

p > select
{
	padding: 8px 5px;
	border-radius: 4px;
	border: none;
	font-family: var(--mds-font-family-text);
	color: var(--mds-color-surface-primary);
	background-color: var(--mds-color-brand-primary);
	cursor: pointer;
}

p > select > option
{
	color: var(--mds-color-ink-darker);
	background-color: var(--mds-color-surface-primary);
	border: none;
	cursor: pointer;
}

/*==Docebo Integration==*/

.container
{
	position: relative;
	margin-left: 0px;
	margin-bottom: 10px;
	width: 600px;
	cursor: pointer;
	height: 337.5px;
	background-color: #282828;
}

.courseID
{
	position: relative;
	cursor: pointer;
	display: none;
	background-color: #282828;
}

.playBtn
{
	position: absolute;
	transition: .5s ease;
	opacity: .3;
	padding: 0px;
	margin-top: 120px;
	margin-left: 250px;
	z-index: 10;
}

.thumbnailImage
{
	position: relative;
	background: #E9ECF1;
	color: #20203C;
	align-items: center;
	justify-content: center;
	font-family: "Limitless Sans";
}

.learningObjectContent
{
	background: #E9ECF1;
	color: #20203C;
	align-items: center;
	justify-content: center;
	font-family: "Limitless Sans";
}

.container:hover .playBtn
{
	opacity: .7;
}

.fullScreenBtn:hover
{
	background-color: #4A28B7;
	color: #FFFFFF;
}

.fullScreenBtn:hover .fullScreenBtnTipText
{
	visibility: visible;
}

.fullScreenBtn
{
	cursor: pointer;
	border-radius: 5px;
	width: 50px;
	line-height: 30px;
	text-align: center;
	transition: 1s ease;
	font-family: "Limitless Sans";
	background-color: #8451FF;
	color: #FFFFFF;
	position: relative;
	margin-left: 550px;
	margin-top: 15px;
	z-index: 10;
}

.fullScreenBtnTipText
{
	visibility: hidden;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	position: absolute;
	z-index: 20;
	opacity: .5;
	font-family: "Limitless Sans";
	font-size: 12px;
}

/*==Micro Content==*/

div.micro-response h2
{
	color: var(--mds-color-brand-primary);
	font-size: var(--mds-font-size-heading-sm);
	margin-top: 0px;
}

div.micro-response h4
{
	color: var(--mds-color-brand-primary);
	font-size: var(--mds-font-size-heading-sm);
	margin-top: 0px;
}

div.two-columns,
div.three-columns,
div.two-tiles,
div.three-tiles
{
	margin: 20px 0px;
	display: block;
	/*Meridian fix*/
}

div.two-columns > div.large-4:nth-child(2)
{
	border-left: 1px var(--mds-color-edge-light) solid;
}

div.three-columns > div.large-4:nth-child(2)
{
	border-left: 1px var(--mds-color-edge-light) solid;
	border-right: 1px var(--mds-color-edge-light) solid;
}

div.two-columns ul,
div.two-columns ol,
div.three-columns ul,
div.three-columns ol
{
	padding-left: 18px;
}

div.tile
{
	height: 210px;
	border-radius: 16px;
	border: 1px var(--mds-color-edge-light) solid;
}

div.tile img
{
	border: none;
}

div.two-tiles div.tile
{
	width: 48%;
}

div.three-tiles div.tile
{
	width: 32%;
}

div.three-tiles div.tile:nth-child(2)
{
	margin-left: 2%;
}

div.tile > a
{
	padding: 30px 24px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: var(--mds-font-size-text-md);
	color: var(--mds-color-ink-darker);
	line-height: 18px;
	width: 100%;
}

div.tile-content > h3
{
	margin: 16px 0 12px 0;
}

div.tile h3 > img
{
	vertical-align: text-bottom;
	padding-right: 5px;
}

a.block-link
{
	display: block;
	padding: 10px 12px;
	margin: 0 1%;
	width: 98%;
	color: var(--mds-color-ink-primary);
	border-radius: 8px;
	text-decoration: none;
	font-weight: 500;
	background: url('../images/icon-library/assets/arrow-right-gray.svg') no-repeat 95% var(--mds-color-surface-lighter) !important;
}

a.block-link:hover
{
	color: var(--mds-color-ink-primary);
}

/*====PAGE LAYOUT STYLES====*/
/*== Meridian Overrides ==*/

.row	/*Meridian adds a flex-wrap setting to all row elements that breaks page scrolling, this style resets it*/
{
	flex-wrap: nowrap;
}

/*==Nav Bar (Header)==*/

nav.title-bar	/*add a line to the bottom of the header*/
{
	border-bottom: 1px solid var(--mds-color-edge-light);
}

.title-bar-layout a.logo	/*set width of logo link and make it clickable*/
{
	display: block;
	width: 375px;
}

div.logo-wrapper	/*use SVG for logo & ensure interchangability across projects*/
{
	width: 375px;
	height: 40px;
	background: url('../images/icon-library/logosr/prism-learning-center.svg') no-repeat !important;
}

.search-bar .search-field	/*overwrite hardcoded padding & leave space for button*/
{
	padding-right: 55px;
}

.search-bar .search-submit	/*use SVG for search icon*/
{
	background: transparent url('../images/icon-library/assets/primary-search.svg') center no-repeat !important;
}

/*==Left Nav==*/

ul.sidenav li a.selected
{
	border-radius: 4px;
}

.off-canvas-accordion .is-accordion-submenu-parent > a
{
	padding-right: 15px;
	margin-right: 10px;
}

.is-accordion-submenu.nested
{
	border-top: 1px solid var(--mds-color-edge-light);
	border-bottom: 1px solid var(--mds-color-edge-light);
	padding: 8px 0;
	margin: 8px 0;
}

/*==Right Menu==*/

div.side-menu-container
{
	width: 230px;
	margin-left: 25px;
}

div.side-menu-wrapper
{
	position: fixed;
	display: block;
	max-height: fit-content;
}

div.menu-heading
{
	display: block;
	margin-top: 40px;
	color: var(--mds-color-ink-darker);
	/*background-color: var(--mds-color-surface-lighter); remove background color for righ nav scroll fix*/
	padding: 25px 25px 10px 25px;
	font-weight: var(--mds-font-weight-heavy);
}

div.menu-heading p
{
	font-size: var(--mds-font-size-text-md);
	margin: 0;
}

div#left-nav-heading
{
	margin-top: 0px;
	padding-left: 15px;
	background-color: #ffffff;
	color: var(--mds-color-ink-dark);
}

div#left-nav-heading p
{
	font-size: var(--mds-font-size-text-sm);
	margin: 0;
}

ul.menu._Skins_Menu.mc-component
{
	display: block;
	overflow-y: auto;
	height: calc(100vh - 192px);
}

/*this hides the H1 from the RH nav*/

ul.menu._Skins_Menu.mc-component > li > a
{
	display: none;
}

/*==Center Layout==*/

div.body-container
{
	padding: 0 !important;
}

div.main-container
{
	width: 1190px;
	margin-left: 25px !important;
}

div.center-content
{
	width: calc(100% - 300px);
	margin-top: 45px;
}

nav.sidenav-wrapper
{
	margin-left: calc((100% - 1440px)/2);
}

/*==Breadcrumbs==*/

MadCap|breadcrumbsProxy
{
	mc-breadcrumbs-prefix: '';
	border-bottom: none;
	font-weight: var(--mds-font-weight-heavy);
}

span.MCBreadcrumbsDivider
{
	padding: 0 5px;
	font-weight: 600 !important;
	font-family: Tahoma, sans-serif;
	color: var(--mds-color-ink-lighter);
}

/*==Toolbar==*/

._Skins_Toolbar.mc-component .button.print-button
{
	background: url('../images/icon-library/assets/print.svg') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%) !important;
}

._Skins_Toolbar.mc-component .button.remove-highlights-button
{
	background: url('../images/icon-library/assets/no-highlight.svg') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%) !important;
}

._Skins_Toolbar.mc-component .button.display-highlights-button
{
	display: none;
	background: url('../images/icon-library/assets/highlight.svg') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%) !important;
}

._Skins_Toolbar.mc-component .button.go-to-prism-button
{
	background: url('../images/icon-library/assets/launch-icon.svg') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%) !important;
}

._Skins_Toolbar.mc-component .button.submit-azure-feedback-button
{
	background: url('../images/icon-library/assets/comment-add.svg') no-repeat center center, -webkit-linear-gradient(top, transparent 0%, transparent 100%) !important;
}

span.SearchHighlight	/*change color of search term highlighting*/
{
	background-color: var(--mds-color-brand-lighter);
}

span.SearchNoHighlight	/*remove search term highlighting*/
{
	background-color: transparent !important;
}

/*==Search Page==*/

.searchTopic .side-menu-container
{
	display: none;
}

/*==Remove Button Outline==*/

*:focus	/*removes the blue outline around active fields in Chrome - comment this style out to restore*/
{
	outline: none;
}

/*==Home Page==*/
/*==Footer==*/

div.footer-container
{
	margin-top: 30px;
	position: relative;
	border-top: 1px solid var(--mds-color-edge-primary);
	width: 960px;
	height: 270px;
	padding: 40px 0 30px 0;
}

div.footer
{
	mc-grid-row: true;
	margin: 0 auto !important;
	width: 1136px;
	height: 190px;
}

div.footer::before,
div.footer::after
{
	content: ' ';
	display: table;
}

div.footer::after
{
	clear: both;
}

p.footer-title
{
	font-weight: var(--mds-font-weight-heavy);
	color: var(--mds-color-ink-darker);
}

ul.footer-links
{
	margin-top: 0;
}

ul.footer-links li
{
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.footer-links a
{
	font-weight: var(--mds-font-weight-heavy);
	text-decoration: none;
}

div.home-master-page-footer > div
{
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.copyright
{
	margin: 0 auto !important;
	width: 1136px;
}

div.copyright div
{
	margin: 0 5px;
}

div.copyright p
{
	font-size: var(--mds-font-size-text-sm);
	color: var(--mds-color-ink-darker);
}

div.copyright img
{
	margin: 0px .2rem 0 .5rem;
	height: 12px;
	width: auto;
}

div.copyright a
{
	display: inline-block;
	margin-left: .7rem;
	font-weight: var(--mds-font-weight-heavy);
	text-decoration: none;
	color: var(--mds-color-ink-darker);
}

.height-container	/*style added by MC Central*/
{
	padding-top: 0;
	position: inherit;
	min-height: inherit !important;
}

/*====RESPONSIVE STYLES====*/

@media only screen and (max-width: 1025px)
{
	.body-container
	{
		padding-left: 1em;
		padding-right: 1em;
	}

	/*==Micro Content [tablet]==*/

	div.two-columns > div,
	div.three-columns > div
	{
		border-top: 1px #DADDE1 solid;
	}

	/* remove borders when moving to single column */

	div.two-columns > div.large-4:nth-child(2)
	{
		border-left: none;
	}

	div.three-columns > div.large-4:nth-child(2)
	{
		border-left: none;
		border-right: none;
	}

	/* reset width/margins when moving to single column */

	div.tile
	{
		width: 100% !important;
		margin: 8px auto !important;
	}
}

@media only screen and (max-width: 641px)
{
	/*==Images [mobile]==*/

	img.float
	{
		position: relative;
		float: none;
		display: block;
		margin: 10px auto;
		text-align: center;
	}

	/*==eLearning [mobile]==*/

	iframe
	{
		max-width: 100%;
		max-height: 400px;
	}
}

/*====PRINT STYLES (placeholder)====*/
/*====EDITOR STYLES====*/

@media editor
{
	body
	{
		font-family: 'Limitless Sans', Helvetica, sans-serif;
		font-size: 15px;
		line-height: 24px;
		font-weight: 400;
		color: #535665;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		font-size: 24px;
		font-weight: 700;
		color: #20203C;
	}

	h2
	{
		font-size: 20px;
	}

	h3
	{
		font-size: 18px;
	}

	h4,
	h5,
	h6
	{
		font-size: 16px;
	}

	a,
	MadCap|xref
	{
		color: #8451ec;
		text-decoration: none;
	}

	div.info
	{
		background-color: #DAE7FB;
	}

	div.warning
	{
		background-color: #FFF9DB;
	}

	div.positive
	{
		background-color: #D5F6DD;
	}

	div.negative
	{
		background-color: #FEDCDC;
	}

	div.walkme
	{
		margin: 10px 0;
		padding: 1px 25px 10px 50px;
		border-radius: 8px;
		background: url('../images/icon-library/assets/walkthrough.svg') no-repeat 22px 22px var(--mds-color-brand-lighter) !important;
		margin-top: 4px;
	}
}

/*style the WYSIWYG editor (since external CSS variables are only found at run time)*/

