/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

:root
{
	--Primary: #00446F;
	--Secondary: #005971;
	--Lightest: #FFF;
	--Standard: #008375;
	--Deluxe: #06A7E2;
	--Elite: #002E6D;
	--Adm: #002E6D;
	--Mem: #00446F;
	--Don: #005971;
	--Act: #006E73;
	--Pay: #008375;
	--BG: #e8eded;
}

.Membership
{
	--Primary: #00446F;
	page-break-before: always;
}

.Donations
{
	--Primary: #005971;
	page-break-before: always;
}

.Accounting
{
	--Primary: #006E73;
	page-break-before: always;
}

.Payroll
{
	--Primary: #008375;
	page-break-before: always;
}

span#Membership
{
	font-weight: bold;
	color: var(--Mem);
}

span#Donations
{
	font-weight: bold;
	color: var(--Don);
}

span#Accounting
{
	font-weight: bold;
	color: var(--Act);
}

span#Payroll
{
	font-weight: bold;
	color: var(--Pay);
}

span#Administration
{
	font-weight: bold;
	color: var(--Adm);
}

/*==Topic General Styles==*/

@font-face 
{
	font-family: 'Lato';
	src: url(../Fonts/Lato-Regular.ttf);
}

@font-face 
{
	font-family: 'Montserrat';
	src: url(../Fonts/Montserrat-Regular.ttf);
}

@font-face 
{
	font-family: 'Montserrat Semibold';
	src: url(../Fonts/Montserrat-Semibold.ttf);
}

@font-face 
{
	font-family: 'Montserrat Medium';
	src: url(../Fonts/Montserrat-Medium.ttf);
}

body
{
	color: #404040;
	line-height: 1.7em;
	font-family: Lato;
}

h1
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-family: "Montserrat Extrabold", sans-serif;
	color: var(--Primary);
}

h2
{
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	font-family: "Montserrat Medium", sans-serif;
	font-size: 1.4em;
	color: var(--Primary);
	text-indent: 10px;
}

h3
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	font-family: "Montserrat Medium", sans-serif;
	color: var(--Primary);
	text-indent: 20px;
}

h4
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 14px;
	font-family: "Montserrat", sans-serif;
	color: var(--Primary);
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: "Lato";
}

p.section
{
	font-size: 1.1em;
	border-left: solid 4px #F28A02;
	overflow: hidden;
	padding: 20px;
	margin: 20px;
	background-color: #dcd8d6;
	line-height: 30px;
	width: 80%;
}

p.tip
{
	background-color: #fff6eb;
	border-left: solid 4px #F28A02;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	overflow: hidden;
	padding: 12px;
	line-height: 1.5em;
}

p.warning
{
	background-color: #fee4c2;
	border-left: solid 4px #F28A02;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	overflow: hidden;
	padding: 12px;
	color: #000000;
	line-height: 1.5em;
}

p.PageNumber	/*This is just for print targets*/
{
	margin-bottom: 8px;
	margin-top: 8px;
	text-align: center;
	letter-spacing: 1px;
	font-size: .75em;
}

span.Nav
{
	font-weight: 700;
	letter-spacing: 1px;
	color: #28282A;
}

span.em
{
	font-style: italic;
}

span.strong
{
	font-weight: 700;
}

span.Vanco
{
	color: #312852;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
}

/*Ordered Lists*/

ol.Steps
{
	font-family: "Montserrat", sans-serif;
	color: var(--Primary);
	font-weight: bold;
	font-size: 1.3em;
}

ol.Steps li
{
	page-break-inside: avoid;
}

ol.Steps li p
{
	font-weight: normal;
	color: #404040;
	font-size: 12pt;
}

ol.Steps li p.StepPseudoHeading
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: "Lato";
	font-size: 13pt;
	font-weight: bold;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	color: #56565A;
	text-decoration: none;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #000000;
}

MadCap|dropDownHead
{
	font-family: "Montserrat", sans-serif;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: .7em;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|xref
{
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
	color: var(--Primary);
}

MadCap|xref:hover
{
	color: #001737;
}

MadCap|dropDown
{
	mc-open-image: url('../Images/Assets/Icons/NavIcons/Drop_Minus.png');
	mc-closed-image: url('../Images/Assets/Icons/NavIcons/Drop_Plus.png');
}

MadCap|dropDownHotspot
{
	font-weight: bold;
}

/*==Back to Top==*/

#myBtn
{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: bold;
	border: none;
	outline: none;
	color: #555;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background-position: center;
	background-repeat: no-repeat;
}

#myBtn:hover
{
	background-color: white;
}

.pdfbutton
{
	font: "Montserrat", sans-serif;
	background-color: var(--Primary);
	text-align: center;
	font-size: .8em;
	padding: 3px 10px 3px 10px;
	border: none;
	color: #FFFFFF;
	float: right;
	margin-left: 10px;
	cursor: pointer;
	transition: all 0.5s;
	box-shadow: 0 5px 10px -4px rgba(0, 0, 0,.7);
	border-radius: 3px;
}

.pdfbutton:hover
{
	padding: 3px 14px 3px 14px;
	box-shadow: 0 5px 10px -4px rgba(0, 0, 0,.9);
}

.pdfbutton:after
{
	content: ' ↧';
	opacity: 0;
	top: 14px;
	right: ;
	transition: 0.5s;
}

.pdfbutton:hover:after
{
	opacity: 1;
	right: 10px;
}

/*==Buttons Prev Next==*/

.bn39
{
	background-image: linear-gradient(135deg, #56565A, #008375);
	border-radius: 6px;
	box-sizing: border-box;
	color: #008375;
	display: block;
	height: 50px;
	font-size: 1.4em;
	font-weight: 600;
	padding: 4px;
	position: relative;
	text-decoration: none;
	width: 7em;
	z-index: 2;
}

.bn39:hover
{
	color: #fff;
}

.bn39 .bn39span
{
	align-items: center;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background 0.5s ease;
	width: 100%;
}

.bn39:hover .bn39span
{
	background: transparent;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the gradient background. This HTML element is not on a master page, this element is used at compile time.*/
{
	background: #002e6d;
	/* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, #002e6d, #008375);
	/* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, #002e6d, #008375);
	/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, #002e6d, #008375);
	/* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, #002e6d, #008375);
	/* Standard syntax */
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: #FFF;
	padding: 25px;
	min-height: 95vh;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: 1px solid #d3d3d3;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

/*==Module Body Styles for Master Pages==*/

hr.Admin
{
	background: linear-gradient(to right, rgba(0, 46, 109, 1), rgba(255,0,0,0));
	height: 3px;
	border: none;
}

hr.Membership
{
	background: linear-gradient(to right, rgba(0, 68, 111, 1), rgba(255,0,0,0));
	height: 3px;
	border: none;
}

hr.Donations
{
	background: linear-gradient(to right, rgba(0, 89, 113, 1), rgba(255,0,0,0));
	height: 3px;
	border: none;
}

hr.Accounting
{
	background: linear-gradient(to right, rgba(0, 110, 115, 1), rgba(255,0,0,0));
	height: 3px;
	border: none;
}

hr.Payroll
{
	background: linear-gradient(to right, rgba(0, 131, 117, 1), rgba(255,0,0,0));
	height: 3px;
	border: none;
}

hr.Admin
{
	background: linear-gradient(to right, rgba(0, 46, 109, 1), rgba(255,0,0,0));
	height: 3px;
	border: none;
}

div.Landing	/*These are for the tiles used on the landing pages*/
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	margin-top: 1%;
	cursor: pointer;
}

div.Landing::before
{
	content: ' ';
	display: table;
}

div.Landing::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Landing > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #DCD8D6;
	border: 1px solid #d3d3d3;
	padding: 30px 10px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	height: 250px;
	overflow: hidden;
}

div.Landing > div > a
{
	display: block;
	padding: 1 em;
	text-decoration: none;
}

div.Landing > div:hover
{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: scale(1.05);
}

div.Landing > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Landing > div:nth-child(1)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.Landing > div:nth-child(2)
{
	width: 25%;
	margin-left: 1%;
}

div.Landing > div:nth-child(3)
{
	width: 25%;
	margin-left: 1%;
}

p.tile-title
{
	color: #56565A;
	font-size: 1em;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-align: center;
}

p.tile-subtitle
{
	color: #56565A;
	font-size: .9em;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	text-align: center;
}

div.Definitions	/*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.Definitions::before
{
	content: ' ';
	display: table;
}

div.Definitions::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Definitions > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.Definitions > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 8.3333%;
}

div.Definitions > div:nth-child(2)
{
	width: 66.667%;
	margin-left: 0%;
	padding: 5px;
}

div.FiftyFifty	/*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.FiftyFifty::before
{
	content: ' ';
	display: table;
}

div.FiftyFifty::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.FiftyFifty > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.FiftyFifty > div:nth-child(1)
{
	width: 48%;
	margin-left: 2%;
}

div.FiftyFifty > div:nth-child(2)
{
	width: 48%;
	margin-left: 2%;
}

a
{
	color: #002e6d;
	text-decoration: underline;
	font-weight: normal;
}

a:link
{
	color: #002e6d;
}

a:visited
{
	color: #002e6d;
	font-weight: normal;
}

a:focus
{
	font-weight: bold;
	text-decoration: none;
}

a:focus
{
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #001737;
}

a:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #001737;
}

div.policy-tiles a:hover
{
	color: #008375;
}

div.StateInfo p a:hover
{
	color: #005f55;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
}

div.LinkMenuHeading	/*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.LinkMenuHeading::before
{
	content: ' ';
	display: table;
}

div.LinkMenuHeading::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.LinkMenuHeading > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.LinkMenuHeading > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.LinkMenuHeading > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

MadCap|topicToolbarProxy
{
	
}

div.alltogethernow
{
	
}

span.MemDrop
{
	color: #00446F;
}

div.DefXL	/*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.DefXL::before
{
	content: ' ';
	display: table;
}

div.DefXL::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.DefXL > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.DefXL > div:nth-child(1)
{
	width: 25%;
	margin-left: 8.3333%;
}

div.DefXL > div:nth-child(2)
{
	width: 58.333%;
	margin-left: 0%;
}

div.ThreeColumn	/*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.ThreeColumn::before
{
	content: ' ';
	display: table;
}

div.ThreeColumn::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ThreeColumn > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.ThreeColumn > div:nth-child(1)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.ThreeColumn > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.ThreeColumn > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

span.nay
{
	color: #bc0026;
	font-weight: bolder;
}

span.yay
{
	font-weight: bolder;
	color: #008375;
}

div.ReportScreens	/*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.ReportScreens::before
{
	content: ' ';
	display: table;
}

div.ReportScreens::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.ReportScreens > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

div.ReportScreens > div:nth-child(1)
{
	width: 33.333%;
	margin-left: 0%;
}

div.ReportScreens > div:nth-child(2)
{
	width: 66.667%;
	margin-left: 0%;
}

div.miniTocProxy
{
	border: 1px solid #ccc;
	background-color: #f9f9f9;
	padding: 5px;
	margin-bottom: 20px;
	width: 50%;
}

div.State_01	/*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.State_01::before
{
	content: ' ';
	display: table;
}

div.State_01::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.State_01 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.State_01 > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.State_01 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.State_02	/*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.State_02::before
{
	content: ' ';
	display: table;
}

div.State_02::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.State_02 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 0px;
	padding-right: 0px;
}

div.State_02 > div:nth-child(1)
{
	margin-left: 0%;
	width: 25%;
}

div.State_02 > div:nth-child(2)
{
	margin-left: 0%;
	width: 25%;
}

div.State_02 > div:nth-child(3)
{
	margin-left: 0%;
	width: 25%;
}

div.State_02 > div:nth-child(4)
{
	margin-left: 0%;
	width: 25%;
}

MadCap|breadcrumbsProxy:active
{
	font-size: inherit;
	font-style: inherit;
}

MadCap|breadcrumbsProxy:focus
{
	font-size: inherit;
	font-style: inherit;
}

MadCap|breadcrumbsProxy:hover
{
	font-size: inherit;
	font-style: inherit;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	div.Landing > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Landing > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Landing > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Definitions > div:nth-child(1)
	{
		width: 16.667%;
		margin-left: 0%;
	}

	div.Definitions > div:nth-child(2)
	{
		width: 83.333%;
		margin-left: 0%;
	}

	div.FiftyFifty > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.FiftyFifty > div:nth-child(2)
	{
		width: 49%;
		margin-left: 1%;
	}

	div.FiftyFifty
	{
		padding-left: 20px;
	}

	div.LinkMenuHeading > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.LinkMenuHeading > div:nth-child(2)
	{
		width: 49%;
		margin-left: 1%;
	}

	div.LinkMenuHeading
	{
		padding-left: 20px;
	}

	div.DefXL > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.DefXL > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.ThreeColumn > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.ThreeColumn > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.ThreeColumn > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.ReportScreens > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.ReportScreens > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.State_01 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.State_01 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.State_02 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.State_02 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.State_02 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.State_02 > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	div.home-master-page-footer > div	/*Adds separators to the footer items when in mobile layout*/
	{
		border-bottom: 1px solid #828282;
	}

	div.Landing > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Landing > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Landing > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Definitions > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Definitions > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.FiftyFifty > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.FiftyFifty > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.LinkMenuHeading > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.LinkMenuHeading > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.DefXL > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.DefXL > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ThreeColumn > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ThreeColumn > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ThreeColumn > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ReportScreens > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.ReportScreens > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.State_01 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.State_01 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.State_02 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.State_02 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.State_02 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.State_02 > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}
}

a.tile
{
	color: #56565A;
	text-decoration: none;
}

span.whisper
{
	color: #6e6e72;
	font-weight: normal;
	font-size: .8em;
	font-style: italic;
}

div.TwentyIndent
{
	padding-left: 20px;
}

div.SixtyIndent
{
	padding-left: 10%;
}

img#aligncenter
{
	max-width: 100%;
	padding: 5px;
	display: block;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

p#AlignLeft
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: "Lato", sans-serif;
	text-align: left;
}

img.WebinarIcons
{
	max-width: 100%;
	float: left;
	margin: 2px 4px;
	margin-left: 10px;
}

p.PageFooter
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: "Lato";
	color: #6e6e72;
	font-size: .8em;
	font-style: italic;
}

p.HeaderLeft
{
	font-size: .9em;
	font-weight: bold;
	text-align: left;
}

p.HeaderRight
{
	font-size: .9em;
	font-weight: bold;
	text-align: right;
	font-style: italic;
}

h1.BookTitle_Payroll
{
	font-weight: normal;
	font-size: 2.5em;
	font-family: "Montserrat SemiBold", sans-serif;
	color: #008375;
	text-align: right;
	mc-heading-level: 0;
}

p#AlignRight
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: "Lato", sans-serif;
	text-align: right;
}

h1#AlignRight
{
	font-weight: normal;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 2.5em;
	font-family: "Montserrat SemiBold", sans-serif;
	text-align: right;
}

img.TopWebImg
{
	width: 65%;
}

@media print
{
	div.alltogethernow
	{
		page-break-inside: avoid;
	}

	div.FiftyFifty > div:nth-child(2)
	{
		margin-left: 2%;
		width: 47%;
	}

	img.TopWebImg
	{
		width: auto;
	}

	body
	{
		mc-hyphenate: never;
	}

	img.PageSized
	{
		
	}

	div.RelatedLinks
	{
		margin: 15px;
	}

	div#headspace
	{
		
	}

	img.max70p
	{
		max-width: 70%;
	}

	h2#NoTOC
	{
		mc-heading-level: 0;
	}

	h1#NoTOC
	{
		mc-heading-level: 0;
	}

	h3#NoTOC
	{
		mc-heading-level: 0;
	}

	img.max60p
	{
		max-width: 60%;
	}

	span.MemDrop
	{
		
	}

	img.max40p
	{
		max-width: 40%;
	}

	img.max30p
	{
		max-width: 30%;
	}

	table.TableA
	{
		max-height: 100%;
	}

	h4.Indent7
	{
		margin-left: 7%;
	}

	img.max80p
	{
		max-width: 80%;
	}

	MadCap|dropDownHotspot#AddToTOC
	{
		mc-heading-level: 2;
	}

	img.max50p
	{
		max-width: 50%;
	}

	MadCap|dropDownHead#AddToTOC
	{
		mc-heading-level: 2;
	}

	span.yay
	{
		
	}

	span.nay
	{
		
	}

	h1
	{
		margin-top: 15px;
	}

	h2
	{
		margin-top: 10px;
	}

	h3
	{
		margin-top: 8px;
	}

	h4
	{
		margin-top: 7px;
	}
}

img#floatleft
{
	max-width: 75%;
}

h1.BookTitle_Admin
{
	font-weight: normal;
	font-size: 2.5em;
	font-family: "Montserrat SemiBold", sans-serif;
	color: #002E6D;
	text-align: right;
	mc-heading-level: 0;
}

p.Step
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: "Lato", sans-serif;
	border-bottom-align: inherit;
	font-weight: bold;
	font-size: 1.1em;
}

p.Access
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 1.2em;
	color: #86868B;
	font-family: "Montserrat Medium", sans-serif;
}

img.PageSized
{
	
}

h2.NoTOC
{
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	font-family: "Montserrat Medium", sans-serif;
	font-size: 1.4em;
	mc-heading-level: 0;
}

h3.NoTOC
{
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 16px;
	font-family: "Montserrat Medium", sans-serif;
	mc-heading-level: 0;
}

ul.Checklist
{
	list-style-position: outside;
	list-style-type: square;
}

div.RelatedLinks
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
}

div#headspace
{
	padding-top: 50px;
}

p#AlignCenter
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: "Lato", sans-serif;
	text-align: center;
}

h2#NoTOC
{
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 20px;
	font-family: "Montserrat Medium", sans-serif;
	font-size: 1.4em;
}

h1.BookTitle_Membership
{
	font-weight: normal;
	font-size: 2.5em;
	font-family: "Montserrat SemiBold", sans-serif;
	text-align: right;
	mc-heading-level: 0;
	color: #00446F;
}

h1.BookTitle_Donations
{
	font-weight: normal;
	font-size: 2.5em;
	font-family: "Montserrat SemiBold", sans-serif;
	text-align: right;
	mc-heading-level: 0;
	color: #005971;
}

h1.BookTitle_Accounting
{
	font-weight: normal;
	font-size: 2.5em;
	font-family: 'Montserrat SemiBold';
	text-align: right;
	mc-heading-level: 0;
	color: #006E73;
}

p.ReportSummary
{
	font-family: "Lato", sans-serif;
	font-size: .8em;
	font-weight: lighter;
	margin-bottom: 4px;
	margin-top: 4px;
	line-height: 1.1em;
	color: #56565a;
}

img.max60p
{
	
}

span.PayDrop
{
	color: #008375;
}

table.TableA
{
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: "Lato", sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

table.TableA thead tr
{
	background-color: #008375;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}

table.TableA th,
table.TableA td
{
	padding: 4px 4px;
}

table.TableA tbody tr
{
	border-bottom: 1px solid #dddddd;
}

table.TableA tbody tr:nth-of-type(even)
{
	background-color: #f3f3f3;
}

table.TableA tbody tr:last-of-type
{
	border-bottom: 2px solid #008375;
}

table.TableA tbody tr.active-row
{
	font-weight: bold;
	color: #008375;
}

table.TableA tr:hover
{
	background-color: #d6d6d6;
}

table.TableA tr:nth-of-type(even):hover
{
	background-color: #d6d6d6;
}

img.max40p
{
	max-width: 100%;
}

img.max30p
{
	max-width: 100%;
}

img.max80p
{
	
}

MadCap|dropDownHotspot#AddToTOC
{
	font-weight: bold;
}

img.max50p
{
	
}

span.Steps
{
	color: #56565A;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

ul.SquishList
{
	line-height: .9em;
	font-size: .9em;
}

MadCap|dropDownHead#AddToTOC
{
	mc-heading-level: inherit;
}

/* States */

MadCap|breadcrumbsProxy.MapBreadcrumbs
{
	font-style: normal;
	color: #002E6D;
	font-weight: bold;
	padding: 5px 0;
	mc-breadcrumbs-prefix: ' You Are Here:';
	font-size: 1.1em;
}

img.hotspotmap
{
	width: 100%;
	height: auto;
	max-width: 100%;
}

div.map-container
{
	width: 100%;
	max-width: 100%;
}

div.DisplayNone
{
	display: none;
}

div.StateInfo
{
	box-shadow: 0 1px 4px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 8px;
	position: relative;
	padding: 0px 20px;
	background-color: var(--BG);
	border: solid 2pt #808080;
	margin: 5px 5px 10px;
}

p.LastReview
{
	font-size: .8em;
	font-weight: bold;
	text-align: right;
}

p.link
{
	
}

div.StateInfo ul
{
	font-size: 1.00em;
	line-height: 1.5em;
	margin-bottom: 2px;
	margin-top: 5px;
	font-family: "Lato";
}

h5.Region
{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
}

h5.StateCardSubheading
{
	font-size: 1.1em;
	margin: 5px;
}

div.StateTile
{
	box-shadow: 0 1px 4px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border-radius: 8px;
	position: relative;
	background-color: var(--BG);
	border: solid 2pt #808080;
	margin: 15px;
	padding: 15px;
	font-size: .9em;
}

MadCap|knowledgeProxy.StateInfo
{
	height: auto;
}

div.state-bubble
{
	text-align: center;
	max-width: 150px;
	background: #b8cccc;
	color: #000000;
	border: solid 2px #808080;
	display: inline;
	margin: 5px;
	padding: 3px;
}

div.state-bubble:hover
{
	border: solid 3px #808080;
	font-weight: bold;
}

MadCap|breadcrumbsProxy.MapBreadcrumbs:active
{
	color: var(--Primary);
}

MadCap|breadcrumbsProxy.MapBreadcrumbs:focus
{
	color: #001837;
}

MadCap|breadcrumbsProxy.MapBreadcrumbs:hover
{
	font: inherit;
	letter-spacing: 1px;
	text-decoration: underline;
}

p.CardLink
{
	font-size: .9em;
	font-weight: bold;
	text-align: right;
}

p.HelpFooter
{
	margin-bottom: 8px;
	margin-top: 8px;
	color: #6e6e72;
	font-size: .8em;
	font-style: italic;
	text-align: right;
	font-family: Roboto;
}

p.StepPseudoHeading
{
	margin-bottom: 8px;
	margin-top: 8px;
	font-family: "Lato";
	font-size: 1.05em;
	font-weight: bold;
}

div.Webinar
{
	border: solid 2px #696969;
	border-radius: 2px;
	padding: 10;
	margin-bottom: 5px;
	background: #f5f5f5;
	text-indent: 5%;
}

a.WebinarTitles
{
	color: var(--Primary);
	margin-bottom: 4px;
	margin-top: 6px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Lato;
}

