/*<meta />*/

body
{
	color: #25282d;
	font-family: Inter;
}

.body-container
{
	padding-left: 2%;
	padding-top: 2%;
	font-family: Inter;
}

/* Content */

img
{
	border: none;
	max-width: 100%;
	font-family: Inter;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25px;
	font-family: Inter;
}

p.table-text
{
	font-size: 12pt;
	font-family: Inter;
}

/* Headings */

h1
{
	font-weight: bold;
	color: #0B1212;
	font-size: 20pt;
	font-family: Inter;
}

h2
{
	font-weight: bold;
	font-size: 18.0pt;
	font-family: Inter;
}

h3
{
	font-weight: bold;
	font-size: 14.0pt;
	font-family: Inter;
}

h4
{
	font-weight: bold;
	font-size: 12.0pt;
	font-family: Inter;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
	font-family: Inter;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	font-family: Inter;
}

/* Home page topic */

div.home-layout
{
	padding: 2% 5%;
	background-color: #f7f7f7;
	font-family: Inter;
}

div.home-section
{
	padding: 5% 0;
	border-bottom: solid 1px #e7e7e7;
	font-family: Inter;
}

/* ADDED THIS BLOCK */

div.home-tiles-container
{
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: -120px;
	/* overlap effect */
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1200px;
	font-family: Inter;
}

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;
	font-family: Inter;
}

div.home-tiles::before
{
	content: ' ';
	display: table;
	font-family: Inter;
}

div.home-tiles::after
{
	content: ' ';
	display: table;
	clear: both;
	font-family: Inter;
}

div.home-tiles > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 18px rgba(0,0,0,0.12);
	padding: 14px;
	/* less padding */
	min-height: 150px;
	/* shorter */
	/* wide-not-tall */
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

div.home-tiles > div:nth-child(1),
div.home-tiles > div:nth-child(2),
div.home-tiles > div:nth-child(3),
div.home-tiles > div:nth-child(4)
{
	width: 23.5%;
	margin-left: 2%;
	box-sizing: border-box;
}

div.home-tiles > div:nth-child(1)
{
	margin-left: 0%;
	box-sizing: border-box;
}

div.home-tiles p
{
	margin: 10px 0 0 0;
	/* top, right, bottom, left */
	text-align: center;
	color: #333333;
	line-height: 1.2;
}

/* Give the icon area a consistent height so it never “floats” */

div.home-tiles .tile-icon
{
	height: 84px;
	/* adjust as needed */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Make the icon itself fit that box */

div.home-tiles .tile-icon img
{
	display: block;
	max-width: 84px;
	max-height: 84px;
	height: auto;
	width: auto;
	margin: 0 auto;
}

/* Title styling inside tiles */

div.home-tiles .tile-title
{
	margin: 10px 0 0 0;
	font-family: Inter;
	font-weight: 500;
	/* not bold */
	font-size: 14pt;
	/* smaller */
	line-height: 1.2;
	min-height: 2.6em;
	/* consistent 2 line space. min-height ensures titles wrap and don't clip */
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	text-align: center;
}

div.home-tiles .tile-title a
{
	text-decoration: none;
}

a:link
{
	color: #9A0DF9;
	font-family: Inter;
}

a:visited
{
	color: #9A0DF9;
	font-family: Inter;
}

a:focus
{
	font-family: Inter;
}

div.home-tiles .tile-title a:hover
{
	text-decoration: underline;
}

a:hover
{
	font-family: Inter;
}

.home-footer a:hover
{
	text-decoration: underline;
}

a:active
{
	font-family: Inter;
	color: #9A0DF9;
}

div.home-tiles-layout	/* Make the inside of each tile a vertical stack */
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	font-family: Inter;
	vertical-align: middle;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

div.home-tiles-layout::before
{
	content: ' ';
	display: table;
	font-family: Inter;
}

div.home-tiles-layout::after
{
	content: ' ';
	display: table;
	clear: both;
	font-family: Inter;
}

div.home-tiles-layout > div	/* Turn off float column behavior inside tiles */
{
	float: none !important;
	width: auto !important;
	margin-left: 0 !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.home-tiles-layout p
{
	line-height: 1.2;
}

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;
	font-family: Inter;
	mc-float: center;
}

div.quick-links::before
{
	content: ' ';
	display: table;
	font-family: Inter;
}

div.quick-links::after
{
	content: ' ';
	display: table;
	clear: both;
	font-family: Inter;
}

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
{
	padding: 5%;
	background-image: url('../Images/Help_Hero_Blank.jpg');
	background-size: cover;
	background-attachment: scroll;
	background-position: center;
	background-repeat: no-repeat;
	height: 420px;
	font-family: Inter;
}

div.topic-hero h1
{
	color: #ffffff;
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on home topic to override padding set in the skin*/
{
	font-family: Inter;
}

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;
}

/*    HERO BANNER (Help Center Home) */

.hero-banner
{
	background-image: url('../Images/Help_Hero_Blank.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 30px 5%;
	position: relative;
}

.hero-banner-single
{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.hero-title
{
	font-size: 48pt;
	font-weight: 700;
	margin: 0 0 28px 0;
	color: #ffffff;
	text-align: center;
}

.hero-cta-grid
{
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 28px;
	flex-wrap: wrap;
}

.hero-cta-card
{
	background: rgba(255,255,255,0.96);
	border-radius: 12px;
	box-shadow: 0 6px 14px rgba(0,0,0,0.10);
	width: 240px;
	overflow: hidden;
	border: 2px solid transparent;
	transition: all 0.2s ease;
}

.hero-cta-card:hover
{
	border-color: #9A0DF9;
	/* Rival purple */
	box-shadow: 0 10px 22px rgba(0,0,0,0.16);
	transform: translateY(-2px);
	background: #faf7ff;
	/* super light purple */
}

.hero-cta-card a
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 130px;
	padding: 18px;
	gap: 10px;
	text-decoration: none;
	color: inherit;
	transition: color 0.2s ease;
}

.hero-cta-card p
{
	margin: 0 !important;
}

.hero-cta-icon
{
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.hero-cta-icon img
{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.hero-cta-text
{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.hero-cta-title
{
	font-size: 12pt;
	font-weight: 600;
	color: #111;
}

.hero-cta-label
{
	font-size: 10pt;
	color: #666;
}

@media (max-width: 900px)
{
	.hero-title
	{
		font-size: 34pt;
	}

	.hero-cta-grid
	{
		gap: 18px;
	}

	.hero-cta-card
	{
		width: 100%;
		max-width: 320px;
	}
}

/* Links */

a
{
	font-family: Inter;
	color: #9a0df9;
}

/* 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: #0B1212;
	padding: 2% 5%;
	font-family: Inter;
}

.home-footer-logo
{
	background-image: url('../Images/Rival Logo_Light_Small_48x135.png');
	background-repeat: no-repeat;
	background-position: right center;
	width: 400px;
	font-family: Inter;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #F7f7f7;
	font-family: Inter;
}

p.footer-sub
{
	color: #F7f7f7;
	font-size: 14pt;
	margin-top: 14px;
	font-family: Inter;
}

/* --- Footer --- */

.home-footer
{
	background-color: #0B1212;
	color: #F7F7F7;
	padding: 16px 20px;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.home-footer .footer
{
	color: #F7F7F7;
	font-size: 10pt;
	line-height: 1.4;
	margin: 0;
}

.home-footer a
{
	color: #D1F434;
	/* links are Electric green*/
	text-decoration: none;
}

var
{
	font-family: Inter;
}

ul
{
	font-family: Inter;
}

u
{
	font-family: Inter;
}

tt
{
	font-family: Inter;
}

tr
{
	font-family: Inter;
}

thead
{
	font-family: Inter;
}

th
{
	font-family: Inter;
}

tfoot
{
	font-family: Inter;
}

textarea
{
	font-family: Inter;
}

td
{
	font-family: Inter;
}

tbody
{
	font-family: Inter;
}

table
{
	font-family: Inter;
}

sup
{
	font-family: Inter;
}

sub
{
	font-family: Inter;
}

style
{
	font-family: Inter;
}

strong
{
	font-family: Inter;
}

strike
{
	font-family: Inter;
}

span.state
{
	font-family: Inter;
}

span.SeeIndexTerms
{
	font-family: Inter;
}

span.SeeIndex
{
	font-family: Inter;
}

span.SeeAlsoIndexTerms
{
	font-family: Inter;
}

span.SeeAlsoIndex
{
	font-family: Inter;
}

span.SearchHighlight10
{
	font-family: Inter;
}

span.SearchHighlight9
{
	font-family: Inter;
}

span.SearchHighlight8
{
	font-family: Inter;
}

span.SearchHighlight7
{
	font-family: Inter;
}

span.SearchHighlight6
{
	font-family: Inter;
}

span.SearchHighlight5
{
	font-family: Inter;
}

span.SearchHighlight4
{
	font-family: Inter;
}

span.SearchHighlight3
{
	font-family: Inter;
}

span.SearchHighlight2
{
	font-family: Inter;
}

span.SearchHighlight1
{
	font-family: Inter;
}

span.SearchHighlight
{
	font-family: Inter;
}

span.boolean
{
	font-family: Inter;
}

span
{
	font-family: Inter;
}

select
{
	font-family: Inter;
}

section
{
	font-family: Inter;
}

script
{
	font-family: Inter;
}

samp
{
	font-family: Inter;
}

s
{
	font-family: Inter;
}

q
{
	font-family: Inter;
}

pre
{
	font-family: Inter;
}

p.TOC9
{
	font-family: Inter;
}

p.TOC8
{
	font-family: Inter;
}

p.TOC7
{
	font-family: Inter;
}

p.TOC6
{
	font-family: Inter;
}

p.TOC5
{
	font-family: Inter;
}

p.TOC4
{
	font-family: Inter;
}

p.TOC3
{
	font-family: Inter;
}

p.TOC2
{
	font-family: Inter;
}

p.TOC1
{
	font-family: Inter;
}

p.MiniTOC9
{
	font-family: Inter;
}

p.MiniTOC8
{
	font-family: Inter;
}

p.MiniTOC7
{
	font-family: Inter;
}

p.MiniTOC6
{
	font-family: Inter;
}

p.MiniTOC5
{
	font-family: Inter;
}

p.MiniTOC4
{
	font-family: Inter;
}

p.MiniTOC3
{
	font-family: Inter;
}

p.MiniTOC2
{
	font-family: Inter;
}

p.MiniTOC1
{
	font-family: Inter;
}

p.ListOf
{
	font-family: Inter;
}

p.IndexHeading
{
	font-family: Inter;
}

p.Index9
{
	font-family: Inter;
}

p.Index8
{
	font-family: Inter;
}

p.Index7
{
	font-family: Inter;
}

p.Index6
{
	font-family: Inter;
}

p.Index5
{
	font-family: Inter;
}

p.Index4
{
	font-family: Inter;
}

p.Index3
{
	font-family: Inter;
}

p.Index2
{
	font-family: Inter;
}

p.Index1
{
	font-family: Inter;
}

p.ConceptContext
{
	font-family: Inter;
}

p.Concept
{
	font-family: Inter;
}

option
{
	font-family: Inter;
}

optgroup
{
	font-family: Inter;
}

ol
{
	font-family: Inter;
}

object
{
	font-family: Inter;
}

noframes
{
	font-family: Inter;
}

nav
{
	font-family: Inter;
}

menu
{
	font-family: Inter;
}

map
{
	font-family: Inter;
}

span.mc-variable
{
	font-family: Inter;
}

li::marker
{
	font-family: Inter;
}

li
{
	font-family: Inter;
}

legend
{
	font-family: Inter;
}

label
{
	font-family: Inter;
}

kbd
{
	font-family: Inter;
}

ins
{
	font-family: Inter;
}

input
{
	font-family: Inter;
}

iframe
{
	font-family: Inter;
}

i
{
	font-family: Inter;
}

html.topic
{
	font-family: Inter;
}

html.task
{
	font-family: Inter;
}

html.reference
{
	font-family: Inter;
}

html.concept
{
	font-family: Inter;
}

html
{
	font-family: Inter;
	color: #9A0DF9;
}

hr
{
	font-family: Inter;
}

header
{
	font-family: Inter;
}

head
{
	font-family: Inter;
}

frameset
{
	font-family: Inter;
}

frame
{
	font-family: Inter;
}

form
{
	font-family: Inter;
}

footer
{
	font-family: Inter;
}

figure
{
	font-family: Inter;
}

figcaption
{
	font-family: Inter;
}

fieldset
{
	font-family: Inter;
}

em
{
	font-family: Inter;
}

dt
{
	font-family: Inter;
}

dl
{
	font-family: Inter;
}

div:nth-child(5)
{
	font-family: Inter;
}

div:nth-child(4)
{
	font-family: Inter;
}

div:nth-child(3)
{
	font-family: Inter;
}

div:nth-child(2)
{
	font-family: Inter;
}

div:nth-child(1)
{
	font-family: Inter;
}

div::before
{
	font-family: Inter;
}

div::after
{
	font-family: Inter;
}

div.Row-8-4::before
{
	font-family: Inter;
}

div.Row-8-4::after
{
	font-family: Inter;
}

div.Row-8-4
{
	font-family: Inter;
}

div.Row-6-6::before
{
	font-family: Inter;
}

div.Row-6-6::after
{
	font-family: Inter;
}

div.Row-6-6
{
	font-family: Inter;
}

div.Row-4-4-4::before
{
	font-family: Inter;
}

div.Row-4-4-4::after
{
	font-family: Inter;
}

div.Row-4-4-4
{
	font-family: Inter;
}

div.GlossaryPageTerm
{
	font-family: Inter;
}

div.GlossaryPageHeading
{
	font-family: Inter;
}

div.GlossaryPageEntry
{
	font-family: Inter;
}

div.GlossaryPageDefinition
{
	font-family: Inter;
}

div
{
	font-family: Inter;
}

dir
{
	font-family: Inter;
}

del
{
	font-family: Inter;
}

dd
{
	font-family: Inter;
}

datalist
{
	font-family: Inter;
}

colgroup
{
	font-family: Inter;
}

col
{
	font-family: Inter;
}

code
{
	font-family: Inter;
}

cite
{
	font-family: Inter;
}

center
{
	font-family: Inter;
}

caption
{
	font-family: Inter;
}

canvas
{
	font-family: Inter;
}

button
{
	font-family: Inter;
}

br::before
{
	font-family: Inter;
}

br
{
	font-family: Inter;
}

blockquote
{
	font-family: Inter;
}

big
{
	font-family: Inter;
}

b
{
	font-family: Inter;
}

aside
{
	font-family: Inter;
}

article
{
	font-family: Inter;
}

area
{
	font-family: Inter;
}

address
{
	font-family: Inter;
}

acronym
{
	font-family: Inter;
}

abbr
{
	font-family: Inter;
}

a.Popup
{
	font-family: Inter;
}

a.MCBreadcrumbsLink
{
	font-family: Inter;
}

a.GlossaryPageTerm
{
	font-family: Inter;
}

::marker
{
	font-family: Inter;
}

::before
{
	font-family: Inter;
}

::after
{
	font-family: Inter;
}

.outer-row
{
	font-family: Inter;
}

.main-section
{
	font-family: Inter;
}

*
{
	font-family: Inter;
}

small
{
	font-family: Inter;
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	div.home-tiles > div
	{
		width: 49%;
		margin-left: 2%;
		margin-top: 2%;
		box-sizing: border-box;
	}

	div.home-tiles > div:nth-child(1),
	div.home-tiles > div:nth-child(3)
	{
		margin-left: 0%;
		box-sizing: border-box;
	}

	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;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-tiles > div
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 3%;
		box-sizing: border-box;
	}

	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;
	}
}

@media print
{
	/* Links */
}

/* -----------------------------
   RIVAL HOME TILE GRID (Home.htm)
   Matches: .rival-card-grid .rival-card .rival-card-icon .rival-card-title
-------------------------------- */

div.rival-home
{
	padding: 2% 5%;
	background-color: #f7f7f7;
}

div.rival-section
{
	padding: 2rem 0;
	border-bottom: solid 1px #e7e7e7;
}

h1.rival-section-title
{
	color: #0B1212;
	font-size: 20pt;
	font-weight: 700;
	margin: 0 0 0.5rem 0;
}

/* The grid that holds the cards */

div.rival-card-grid
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 280px));
	justify-content: center;
	gap: 18px;
}

/* Each card */

div.rival-card
{
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 18px rgba(0,0,0,0.12);
	overflow: hidden;
	aspect-ratio: 1 / 1;
	/* THIS controls shape */
	height: auto;
	/* IMPORTANT: remove fixed height */
	width: 100%;
	border: 2px solid transparent;
	/* reserve space so layout doesn’t shift */
	transition: all 0.2s ease;
	/* smooth animation */
	box-sizing: border-box;
}

div.rival-card:hover
{
	border-color: #9A0DF9;
	/* your purple */
	box-shadow: 0 10px 22px rgba(0,0,0,0.16);
	/* slightly stronger shadow */
	transform: translateY(-2px);
	/* subtle lift */
	background: #faf7ff;
	/* super light purple */
}

/* Make the whole tile clickable */

div.rival-card > a
{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: inherit;
	/* consistent interior spacing */
	padding: 14px;
	/* keeps all cards same height within a row */
	height: 100%;
	box-sizing: border-box;
	transition: color 0.2s ease;
}

/* ICON BOX: fixed height so all icons align on the same Y */

div.rival-card-icon
{
	height: 56px;
	/* adjust if you want bigger/smaller */
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Never stretch icons (override anything else) */

div.rival-card-icon img
{
	height: 50px;
	/* actual icon size inside the 72px box */
	width: auto !important;
	/* prevents squish/stretch */
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: contain;
	/* extra safety */
}

/* Title styling + consistent height so cards don't look uneven */

p.rival-card-title
{
	margin: 10px 0 0 0;
	text-align: center;
	color: #333333;
	line-height: 1.2;
	font-weight: 500;
	font-size: 14pt;
	letter-spacing: 0.25px;
	/* reserve space for up to 2 lines, but align text to TOP */
	min-height: 2.6em;
	/* ~2 lines */
	display: block;
	/* no flex */
}

/* If you keep ALL CAPS labels, this helps spacing a bit */

p.rival-card-title
{
	letter-spacing: 0.25px;
}

