/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--FontFamily: Proxima Nova;
	--Brand1: #076685;
	--Brand2: #cde0e7;
	--Dark: #45494c;
	--Light: #d0d3d5;
	--Medium: #b9bec1;
	--White: #ffffff;
	--fontFamily: Proxima Nova;
}

body
{
	color: #000000;
	font-family: var(--FontFamily);
}

/* Content */

img
{
	border: none;
	max-width: 100%;
}

p
{
	font-size: 12.0pt;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 20pt;
	letter-spacing: 0.25;
	font-family: Proxima Nova;
}

p.table-text
{
	font-size: 12pt;
}

/*The Return to top of page logic */

#myBtn
{
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 30px;
	/* Place the button at the bottom of the page */
	right: 45px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #f2592a;
	/* Set a background color */
	color: white;
	/* Text color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 20px;
	/* Some padding */
	border-radius: 12px;
	/* Rounded corners */
	font-size: 17px;
	/* Increase font size */
}

#myBtn:hover
{
	background-color: #0280bf;
	/* Adds an orange background on hover */
}

/* Generic classes */

.center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

div.cta	/*Call to action button on the Home Page*/
{
	color: #FFF;
	background-color: #7469b9;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 14px 20px;
	width: 200px;
	transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-top: 50px;
}

div.cta:hover	/*When hovering over the CTA button the following properties apply*/
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.01);
}

a.cta:link
{
	color: #FFF;
	text-decoration: none;
}

a.cta:visited
{
	color: #FFF;
	text-decoration: none;
}

/* Headings */

h1
{
	font-family: 'Proxima Nova';
	font-weight: bold;
	font-size: 24.0pt;
	color: #2a2768;
	margin-top: 0;
	padding-bottom: 10px;
	margin: 1pt 1 1;
	margin-top: 30pt;
	margin-bottom: 8pt;
	padding-top: 0pt;
}

h2
{
	margin-bottom: 4px;
	font-size: 18pt;
	font-weight: bold;
	font-family: 'Proxima Nova';
	color: #0068a6;
	margin-top: 30pt;
	margin: 1pt 1 1;
}

h3
{
	margin-bottom: 4px;
	font-size: 16pt;
	font-weight: bold;
	color: #17a1e2;
	margin-top: 30pt;
	font-family: 'Proxima Nova';
}

h4
{
	font-family: 'Proxima Nova';
	font-weight: normal;
	font-style: italic;
	font-size: 13pt;
	color: #2a2768;
	margin: 1pt 1pt 1px 1px;
}

h5
{
	font-weight: bold;
	font-size: 10.0pt;
}

h6
{
	font-weight: bold;
	font-size: 8.0pt;
	margin-top: -60px;
	margin-bottom: 80px;
}

.zoom
{
	padding: 5px;
	transition: transform .2s;
	/* Animation */
	margin: 0 auto;
}

.zoom:hover
{
	transform: scale(1.25);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* Home page topic */

.nav-search	/*Does not display search in Top Navigation for desktop*/
{
	display: none;
}

div.accent
{
	background-color: #ffffff;
}

div.home-layout
{
	padding: 2% 10%;
}

div.home-section
{
	border-bottom: solid 1px #000000;
	padding: 1% 10%;
}

div.home-section:last-of-type
{
	border-bottom: none;
}

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;
}

div.home-tiles > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.home-tiles > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

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
{
	background-size: cover;
	border-top: solid 1px #000000;
	padding: 8% 0;
	background-attachment: fixed;
	background-position: 0px 85px;
	background-image: url('../Images/Group-of-elementary-school-pupils-running-outside-898353360_6720x4480.jpeg');
}

div.topic-hero h1
{
	color: #ffffff;
	font-size: 48pt;
	text-align: center;
}

html.home-topic	/*Used on Home.htm topic for styles set only on the home topic*/
{
	
}

html.home-topic .main-section > .outer-row	/*Overrides padding set in the skin*/
{
	max-width: 100%;
	padding: 0;
}

img.home-tile
{
	max-width: 50%;
}

/* Links */

a
{
	color: #17a1e2;
}

a:link
{
	color: #17a1e2;
}

a:visited
{
	color: var(--Brand1);
}

a.home-tiles
{
	color: var(--Dark);
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}

MadCap|dropDown
{
	border-bottom: 1px solid var(--Light);
	mc-image-position: left;
	mc-image-spacing: 10px;
	mc-open-image: url('../../../../K12PCParents/Content/Resources/Images/Minus.png');
	mc-closed-image: url('../../../../K12PCParents/Content/Resources/Images/Plus.png');
	padding: 10px 0;
}

MadCap|dropDownBody
{
	padding: 10px 30px 0;
}

MadCap|dropDownHotspot
{
	cursor: hand;
	text-decoration: none;
	color: var(--Dark);
	font-size: 20pt;
	font-weight: bold;
	border-bottom: none;
}

MadCap|expandingBody
{
	color: var(--Dark);
	font-style: italic;
}

MadCap|expandingHead
{
	font-style: italic;
	font-weight: normal;
	cursor: hand;
	text-decoration: none;
	color: var(--Brand1);
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Brand1);
}

/* Lists */

ol,
ul
{
	
}

/* Master pages */

div.home-footer
{
	padding: 2% 5%;
	font-family: 'Trebuchet MS';
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #F4581B;
	color: #ffffff;
}

div.side-content	/*Used on OtherTopics.flmsp for the search-bar and menu*/
{
	width: 300px;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

div.topic-layout
{
	padding-top: 4%;
}

MadCap|breadcrumbsProxy
{
	border-bottom-width: 0;
	color: #17a1e2;
}

p.footer
{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 13pt;
	color: #ffffff;
}

p.footer-sub
{
	font-size: 14pt;
	margin-top: 14px;
	color: #ffffff;
}

var
{
	
}

@media only screen and (max-width: 1279px)
{
	/* Home page topic */

	.nav-search	/*Displays search in Top Navigation for tablet/mobile*/
	{
		display: block;
	}

	div.side-content	/*Removes search-bar and menu set in topic in tablet*/
	{
		display: none;
	}

	html.home-topic .nav-search	/*Will not display search in Top Navigation on home page*/
	{
		display: none;
	}

	html.home-topic .body-container
	{
		margin-left: 0;
	}

	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%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	/* Home page topic */

	div.home-layout
	{
		padding: 2% 5%;
	}

	div.home-section
	{
		padding: 10% 0;
	}

	img.home-tile
	{
		max-width: 25%;
	}

	div.home-tiles > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.home-tiles > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	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%;
	}

	div.topic-hero
	{
		padding: 15% 0;
	}

	div.topic-hero h1
	{
		font-size: 36pt;
	}
}

@media print
{
	/* Links */

	MadCap|xref
	{
		font-weight: normal;
		mc-format: '{quote}{para}{quote} {pageref}';
		text-decoration: none;
	}
}

/*<meta sourceDocument="Z:\GMackenzie\K12PaymentCenter\eChecks_Parent_Release_Notes_-_MARCH_2020.docx" />*/

p.p_1
{
	line-height: 20pt;
	letter-spacing: 0.25;
	font-family: Calibri;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_1
{
	
}

li
{
	
}

td
{
	font-family: Calibri;
	font-size: 11pt;
	vertical-align: top;
}

p.Title
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #4F81BD;
	margin-bottom: 15pt;
	font-family: Cambria;
	color: #17365D;
	letter-spacing: 1pt;
	font-size: 26pt;
}

p.NoSpacing
{
	font-family: Calibri;
	font-size: 11pt;
}

a.Hyperlink
{
	color: #0000FF;
	text-decoration: underline;
}

p.Subtitle
{
	font-family: Cambria;
	font-style: italic;
	color: #4F81BD;
	letter-spacing: 1pt;
	font-size: 12pt;
}

h1.Heading1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	mc-heading-level: 1;
	font-family: 'Century Gothic';
	font-weight: bold;
	font-size: 18pt;
}

p.ListParagraph
{
	font-family: Calibri;
	font-size: 12pt;
}

li.ListParagraph
{
	font-family: Calibri;
	font-size: 12pt;
}

h2.Heading2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	mc-heading-level: 2;
	font-family: 'Century Gothic';
	font-weight: bold;
	color: #2A2768;
	font-size: 16pt;
}

h3.Heading3
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	mc-heading-level: 3;
	font-family: 'Century Gothic';
	font-weight: bold;
	color: #0068A6;
	font-size: 14pt;
}

span.Hyperlink
{
	color: #0000FF;
	text-decoration: underline;
}

span.span_1
{
	font-family: 'Century Gothic';
	font-weight: bold;
	color: #595959;
	font-size: 45pt;
}

p.NoSpacing_1
{
	font-family: Calibri;
	font-size: 11pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #7F7F7F;
}

span.span_2
{
	font-family: 'Century Gothic';
	font-weight: bold;
	text-transform: uppercase;
	color: #652C90;
	font-size: 18pt;
}

p.NoSpacing_2
{
	font-family: Calibri;
	font-size: 11pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 12pt;
}

div.div_1
{
	visibility: visible;
	mso-wrap-style: square;
	v-text-anchor: middle;
	width: 3429pt;
	height: 3658pt;
}

span.span_3
{
	font-weight: bold;
}

span.span_4
{
	font-weight: bold;
}

p.p_2
{
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 9pt;
}

span.span_5
{
	
}

div.div_2
{
	margin-top: 293.3pt;
	width: 467.05pt;
	height: 110.6pt;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 200;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 3.6pt;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 3.6pt;
	mso-position-horizontal: absolute;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 200;
	mso-width-relative: margin;
	mso-height-relative: margin;
	v-text-anchor: top;
	margin-left: 0pt;
}

img.img_1
{
	z-index: 2;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: center;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	margin-left: 0;
	width: 412px;
	height: 79px;
}

p.p_3
{
	margin-bottom: 10pt;
}

span.span_6
{
	
}

p.Subtitle_1
{
	font-style: italic;
	letter-spacing: 1pt;
	font-size: 12pt;
	font-family: 'Century Gothic';
	font-weight: bold;
	color: black;
}

h1.Heading1_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	mc-heading-level: 1;
	font-family: 'Century Gothic';
	font-weight: bold;
	font-size: 18pt;
	text-decoration: underline;
}

span.span_7
{
	font-weight: bold;
	color: #FF0000;
}

span.span_8
{
	color: #FF0000;
}

p.ListParagraph_1
{
	
}

span.span_9
{
	font-weight: bold;
	text-decoration: underline;
}

ul.ul_1
{
	
}

li.ListParagraph_1
{
	
}

ul.ul_2
{
	
}

ul.ul_3
{
	
}

img.img_2
{
	visibility: visible;
	mso-wrap-style: square;
	width: 204px;
	height: 97px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_4
{
	
}

p.p_5
{
	
}

p.ListParagraph_2
{
	font-family: Calibri;
	font-size: 12pt;
	font-weight: normal;
}

li.ListParagraph_2
{
	font-family: Calibri;
	font-size: 12pt;
	font-weight: normal;
}

span.Hyperlink_1
{
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}

ul.ul_4
{
	
}

img.img_3
{
	visibility: visible;
	mso-wrap-style: square;
	width: 312px;
	height: 220px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_6
{
	margin-left: 36pt;
	font-weight: bold;
	font-size: 12pt;
}

p.p_7
{
	margin-top: 6pt;
	font-weight: bold;
	font-size: 12pt;
}

ul.ul_5
{
	
}

ul.ul_6
{
	
}

p.p_8
{
	page-break-after: avoid;
	margin-top: 6pt;
	font-weight: bold;
	font-size: 12pt;
}

ul.ul_7
{
	
}

ul.ul_8
{
	
}

ul.ul_9
{
	
}

img.img_4
{
	visibility: visible;
	mso-wrap-style: square;
	width: 380px;
	height: 133px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

p.p_9
{
	margin-top: 6pt;
	margin-left: 36pt;
	font-weight: bold;
	font-size: 12pt;
}

span.span_10
{
	text-decoration: underline;
}

span.Hyperlink_2
{
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}

p.ListParagraph_3
{
	
}

li.ListParagraph_3
{
	
}

img.img_5
{
	visibility: visible;
	mso-wrap-style: square;
	width: 340px;
	height: 134px;
	border-top-style: solid;
	border-top-width: 1pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-right-style: solid;
	border-right-width: 1pt;
}

ul.ul_10
{
	
}

img.img_6
{
	z-index: 1;
	visibility: visible;
	mso-wrap-style: square;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-wrap-distance-left: 9pt;
	mso-wrap-distance-top: 0;
	mso-wrap-distance-right: 9pt;
	mso-wrap-distance-bottom: 0;
	mso-position-horizontal: right;
	mso-position-horizontal-relative: margin;
	mso-position-vertical: absolute;
	mso-position-vertical-relative: text;
	mso-width-percent: 0;
	mso-height-percent: 0;
	mso-width-relative: page;
	mso-height-relative: page;
	margin-left: 79.35pt;
	width: 181px;
	height: 35px;
}

span.span_11
{
	
}

p.Title_1
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #4F81BD;
	font-family: Cambria;
	color: #17365D;
	letter-spacing: 1pt;
	font-size: 26pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 0pt;
}

span.span_12
{
	
}

p.Title_2
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #4F81BD;
	font-family: Cambria;
	color: #17365D;
	letter-spacing: 1pt;
	font-size: 26pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-bottom: 6pt;
}

div.div_3
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #4F81BD;
}

span.span_13
{
	color: #0000FF;
	font-size: 10pt;
	text-decoration: underline;
}

span.span_14
{
	
}

p.p_10
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
}

