/*<meta />*/

@font-face 
{
	font-family: cccc-font;
	src: url('Fonts/cccc-font.woff') format('woff'), url('Fonts/cccc-font.ttf') format('truetype'), url('Fonts/cccc-font.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans;
	src: url('../Fonts/basicsans-regular-webfont.woff') format('woff'), url('../Fonts/basicsans-regular.otf') format('opentype'), url('../Fonts/basicsans-regular-webfont.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans It;
	src: url('../Fonts/basicsans-regularit-webfont.woff') format('woff'), url('../Fonts/basicsans-regularit.otf') format('opentype'), url('../Fonts/basicsans-regularit-webfont.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans Bold;
	src: url('../Fonts/basicsans-bold-webfont.woff') format('woff'), url('../Fonts/basicsans-bold.otf') format('opentype'), url('../Fonts/basicsans-bold-webfont.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans Black;
	src: url('../Fonts/basicsans-black-webfont.woff') format('woff'), url('../Fonts/basicsans-black.otf') format('opentype'), url('../Fonts/basicsans-black-webfont.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans ExtraLight;
	src: url('../Fonts/basicsans-extralight-webfont.woff') format('woff'), url('../Fonts/basicsans-extralight.otf') format('opentype'), url('../Fonts/basicsans-extralight-webfont.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans Light;
	src: url('../Fonts/basicsans-light-webfont.woff') format('woff'), url('../Fonts/basicsans-light.otf') format('opentype'), url('../Fonts/basicsans-light-webfont.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans Light It;
	src: url('../Fonts/basicsans-lightit-webfont.woff') format('woff'), url('../Fonts/basicsans-lightit.otf') format('opentype'), url('../Fonts/basicsans-lightit-webfont.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans Semibold;
	src: url('../Fonts/basicsans-semibold-webfont.woff') format('woff'), url('../Fonts/basicsans-semibold.otf') format('opentype'), url('../Fonts/basicsans-semibold-webfont.woff2') format('woff2');
}

@font-face 
{
	font-family: Basic Sans It SemiBold;
	src: url('../Fonts/basicsans-semiboldit-webfont.woff') format('woff'), url('../Fonts/basicsans-semiboldit.otf') format('opentype'), url('../Fonts/basicsans-semiboldit-webfont.woff2') format('woff2');
}

:root
{
	/* Color variables */
	--Governance-Text: #e45e4f;
	--Governance-Background: #fdf2ed;
	--Operations-Text: #00859F;
	--Operations-Background: #e9eff2;
	--Financial-Text: #65903D;
	--Financial-Background: #eef0e8;
	--Human-Resources-Text: #6A547B;
	--Human-Resources-Background: #ece9ed;
	--Fund-Raising-Text: #00517D;
	--Fund-Raising-Background: #e6e7ed;
	--Dark-Blue-PMS_2187: #00507C;
	--Navy-Blue: #00517D;
	--Blue: #00859F;
	--Purple-PMS_688: #69537B;
	--Blue-PMS_7712: #0085A0;
	--Yellow-PMS_123: #EEBE42;
	--LightBlue_PMS_631: #2CAFC8;
	--Callout-Blue: #2CAFC8;
	--Callout-Blue2: #578B9E;
	--Callout-Green: #67913D;
	--Callout-Pink: #BE9834;
	--Callout-Grey: #798787;
	--Callout-Orange: #ffa500;
	--DarkGray: #35474F;
	--Orange: #E45F4E;
	--Green: #73BC44;
	--Links: #1e5cd6;
	--Footer: #607D99;
	--Blue-Table-Background: #F3FAFC;
	--White: #ffffff;
	--Body: #000000;
	/* Font variables */
	--FontBody: 'Basic Sans Light', Avenir, Myriad;
	--LightItalic: 'Basic Sans Light It', Avenir, Myriad;
	--RegularItalic: 'Basic Sans It';
	--RegularBold: 'Basic Sans Bold', Avenir, Myriad;
	--SemiBold: 'Basic Sans Semibold';
	--SemiBoldItalic: 'Basic Sans It SemiBold';
	--ExtraLight: 'Basic Sans ExtraLight', Avenir, Myriad;
	--Black: 'Basic Sans Black';
}

body
{
	font-family: Basic Sans;
	color: #000000;
	font-size: 16px;
}

span.span_date
{
	font-size: 10pt;
}

span.span_date_bold
{
	font-weight: bold;
	font-size: 10pt;
}

/*============= New Drop down styles =============*/

/*MadCap|dropDownHead,
MadCap|dropDownHotspot
{
}*/

.dropDown.dropDownSecondLevel span.MCDropDownHead.dropDownHead
{
	box-shadow: none;
	background: none;
}

/*============= End New Drop Down styles =============*/
/* Content */
/* Headings */

h1,
h1.ss,
h1.tt,
h1.ttsd,
h1.ttacc
{
	font-size: 24pt;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
	padding: 0 0 6px 0;
	background-color: transparent;
	page-break-before: avoid;
}

h1,
h1.ss
{
	font-family: 'Basic Sans Semibold';
	color: #00507C;
	text-transform: uppercase;
}

h1.ss
{
	font-family: 'Basic Sans Semibold';
	color: #e45f4e;
	border-bottom: solid 2px #e45f4e;
	text-transform: uppercase;
}

h1.tt
{
	font-family: 'Basic Sans Black';
	color: #00517D;
	text-transform: none;
}

h1.ttsd
{
	font-family: 'Basic Sans Semibold';
	text-transform: uppercase;
	border-bottom: solid 2px #69537b;
	color: #69537b;
	page-break-before: avoid;
}

h1.ttacc
{
	font-family: 'Basic Sans Semibold';
	color: #00507C;
	text-transform: none;
}

h1.section-landing-page
{
	font-size: 30pt;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: none;
	padding: 40px 0 0 0;
}

h1.sd-print-only
{
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1em;
	padding: 0 0 6px 0;
	background-color: transparent;
	font-size: 20pt;
	text-transform: none;
	border-bottom: solid 1px #000000;
	font-family: 'Basic Sans Alt Bold';
	color: #000000;
}

h2
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 17pt;
	color: #69537B;
	padding-bottom: 0px;
	margin-bottom: 0;
	mc-heading-level: 0;
}

h2.video-top
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 12pt;
	width: 395px;
	color: #ffffff;
	background-color: #3eb1c8;
	padding: 5px 15px 3px 6px;
	border-radius: 0 16px 0 0;
}

div.narrow-video-topper
{
	margin-left: 25px;
}

h2.video-top-narrow
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 12pt;
	width: 345px;
	color: #ffffff;
	background-color: #3eb1c8;
	padding: 5px 15px 3px 6px;
	top-margin: 0;
	left-margin: 15px;
	border-radius: 0 16px 0 0;
}

h3
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 12pt;
	text-transform: uppercase;
	color: #0085A0;
	margin-bottom: 0;
	mc-heading-level: 0;
}

h4
{
	font-size: 12pt;
	mc-heading-level: 0;
	font-weight: 700;
}

h5
{
	font-size: 10pt;
	font-weight: 700;
	mc-hidden: hidden;
}

h6
{
	font-size: 8pt;
	font-weight: 700;
	mc-hidden: hidden;
}

/* Paragraph Format Styles*/

p
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
}

p.date
{
	font-family: 'Basic Sans Light It', Avenir, Myriad;
	margin-top: 6px;
	color: #696969;
	font-size: 8pt;
	border-top: solid 1px #00507C;
}

p.handbook-title-knowledge-area
{
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: bold;
	color: #00859F;
	margin-left: 30px;
	font-size: 18pt;
	margin-top: 15px;
}

p.cccc-presenter
{
	text-align: center;
	margin: 40px 20px 40px 20px;
}

.italic
{
	font-family: 'Basic Sans It';
}

.italic-underline
{
	font-family: 'Basic Sans It';
	text-decoration: underline;
}

.bold
{
	font-family: 'Basic Sans Semibold';
}

.bold-italic
{
	font-family: 'Basic Sans It SemiBold';
}

.bold-underline
{
	font-family: 'Basic Sans Semibold';
	text-decoration: underline;
}

.underline
{
	text-decoration: underline;
}

.bold-red
{
	font-family: 'Basic Sans Semibold';
	color: red;
}

.bold-italic-red
{
	font-family: 'Basic Sans It SemiBold';
	color: red;
}

.centered-text
{
	text-align: center;
}

.superscript
{
	vertical-align: super;
	font-size: 11px;
	line-height: 140%;
}

/* === Paragraph styles for Title page === */

/*p.title-page-head
{
	font-family: var(--RegularBold);
	color: var(--White);
	font-weight: normal !important;
	line-height: 30pt;
	font-size: 29pt;
	mc-hidden: hidden;
}*/

/*p.title-page-subhead
{
	font-family: var(--RegularBold);
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14pt;
	line-height: 14pt;
	color: #ffffff;
	mc-hidden: hidden;
}*/

/* === Section landing page, callouts, and pull quote styles === */
/* Callouts */

div.resources,
div.advocacy,
div.example,
div.tip,
div.print,
div.download,
div.warning,
div.resources_75_percent,
div.advocacy_75_percent,
div.example_75_percent,
div.tip_75_percent,
div.print_75_percent,
div.download_75_percent,
div.warning_75_percent,
div.thegreen_75_percent
{
	background-position: .13in .13in;
	background-repeat: no-repeat;
	border-radius: 0px 15px 0px 0px;
	overflow: hidden;
	padding: .1in .1in 10px .7in;
	margin-bottom: 18px;
	margin-top: 3px;
	width: 80%;
}

div.resources_75_percent,
div.advocacy_75_percent,
div.example_75_percent,
div.tip_75_percent,
div.print_75_percent,
div.download_75_percent,
div.warning_75_percent,
div.thegreen_75_percent
{
	width: 80%;
}

div.resources,
div.resources_75_percent
{
	background-color: #578B9E;
	background-image: url('../Images/icons/-call-out/laptop-33px.png');
}

div.advocacy,
div.advocacy_75_percent
{
	background-color: #2CAFC8;
	background-image: url('../Images/icons/-call-out/megaphone-33px.png');
}

div.example,
div.example_75_percent
{
	background-color: #2CAFC8;
	background-image: url('../Images/icons/-call-out/paperclip-38px.png');
}

div.tip,
div.tip_75_percent
{
	background-color: #67913D;
	background-image: url('../Images/icons/-call-out/tip-33px.png');
}

/* This was an unsuccessful attempt to make a new callout format - figure it out at a later time. It used ot be div.print
div.mst,
div.mst_75_percent
{
	background-color: var(--Callout-Orange);
	background-image: url('../Images/icons/-call-out/megaphone-33px.png');
}*/

div.download,
div.download_75_percent
{
	background-color: #67913D;
	background-image: url('../Images/icons/-call-out/download-38px.png');
}

div.warning,
div.warning_75_percent
{
	background-color: #BE9834;
	background-image: url('../Images/icons/-call-out/warn-33px.png');
}

div.thegreen_75_percent
{
	background-color: #67913D;
	background-image: url('../Images/icons/-call-out/thegreen-38px.png');
}

div.resources > p,
div.resources > ul,
div.resources > ol,
div.resources_75_percent > p,
div.resources_75_percent > ul,
div.resources_75_percent > ol,
div.advocacy > p,
div.advocacy > ul,
div.advocacy > ol,
div.advocacy_75_percent > p,
div.advocacy_75_percent > ul,
div.advocacy_75_percent > ol,
div.example > p,
div.example > ul,
div.example > ol,
div.example_75_percent > p,
div.example_75_percent > ul,
div.example_75_percent > ol,
div.tip > p,
div.tip > ul,
div.tip > ol,
div.tip_75_percent > p,
div.tip_75_percent > ul,
div.tip_75_percent > ol,
div.print > p,
div.print > ul,
div.print > ol,
div.print_75_percent > p,
div.print_75_percent > ul,
div.print_75_percent > ol,
div.download > p,
div.download > ul,
div.download > ol,
div.download_75_percent > p,
div.download_75_percent > ul,
div.download_75_percent > ol,
div.warning > p,
div.warning > ul,
div.warning > ol,
div.warning_75_percent > p,
div.warning_75_percent > ul,
div.warning_75_percent > ol div.thegreen_75_percent > p,
div.thegreen_75_percent > ul,
div.thegreen_75_percent > ol
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #ffffff;
}

/* Pull quotes */

div.quote-blue,
div.quote-yellow
{
	background-image: url(../Images/quote-mark.png);
	background-position: .3in .15in;
	background-repeat: no-repeat;
	width: 75%;
	padding: .3in .15in .1in .5in;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

div.quote-blue
{
	background-color: #00507C;
	color: #ffffff;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 700;
	border-top-right-radius: 15px;
}

div.quote-yellow
{
	background-color: #EEBE42;
	color: #ffffff;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 700;
	border-top-right-radius: 15px;
}

div.quote-blue > p,
div.quote-yellow > p
{
	font-family: 'Basic Sans It';
	font-size: 18pt;
	color: #ffffff;
	text-indent: 24px;
	line-height: 23pt;
}

/* Table and image caption styles */

div.table-caption
{
	background-color: #2CAFC8;
	border-radius: 0 16px 0 0;
	margin-bottom: 6px;
	float: left;
	padding: 5px 15px 3px 15px;
}

div.table-caption-body > p
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 12pt;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 !important;
}

/* Note, Tip, and Warning div styles */

div.Note
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 10px 0;
	position: relative;
	min-height: 74px;
}

div.Note
{
	background: #E2F1D9;
	border-left: solid 4px #73BC44;
	padding: 10px 15px 1px 15px;
	font: inherit;
}

div.Note:before
{
	font-family: cccc-font;
	font-size: 44px;
	opacity: 0.2;
	line-height: 40px;
	float: right;
}

div.Note:before
{
	content: '\e803';
	margin: 0 0 5px 5px;
}

/* Links */

a
{
	text-decoration: underline;
	color: #00507C;
}

a:link
{
	color: #00507C;
}

a:visited
{
	color: #00507C;
}

a:hover
{
	color: #2CAFC8;
	text-decoration: underline;
}

.footnote-anchor:focus
{
	outline: 0px;
}

/* ====== Links - these item will automatically add the proper document icon in front of an Office or PDF document is the link ends in the proper extension. If the link does not end in the proper extension (such as a link from SharePoint) then you will need to manually apply one of the styles in the next section. ====== */

a[href$=".docx"]:before,
a[href$=".doc"]:before,
a[href$=".pptx"]:before,
a[href$=".ppt"]:before,
a[href$=".xlsx"]:before,
a[href$=".xls"]:before,
a[href$=".pdf"]:before,
a[href$=".PDF"]:before
{
	font-family: "FontAwesome";
	font-size: 1rem;
	padding: 0px 5px 0px 0px;
	/*vertical-align: text-bottom;*/
}

a[href$=".docx"]:before,
a[href$=".doc"]:before
{
	color: #285192;
	content: '\f1c2';
}

a[href$=".pptx"]:before,
a[href$=".ppt"]:before
{
	color: #d24726;
	content: '\f1c4';
}

a[href$=".xlsx"]:before,
a[href$=".xls"]:before
{
	color: #1e6e42;
	content: '\f1c3';
}

a[href$=".pdf"]:before
{
	color: #e61b23;
	content: '\f1c1';
}

a.doc:before,
a.ppt:before,
a.xls:before,
a.pdf:before
{
	font-family: "FontAwesome";
	font-size: 1rem;
	padding: 0px 5px 0px 0px;
	/*vertical-align: text-bottom;*/
}

a.doc:before
{
	color: #285192;
	content: '\f1c2';
}

a.ppt:before
{
	color: #d24726;
	content: '\f1c4';
}

a.xls:before
{
	color: #1e6e42;
	content: '\f1c3';
}

a.pdf:before
{
	color: #e61b23;
	content: '\f1c1';
}

/*MadCap|dropDown
{
	mc-image-position: left;
	mc-image-spacing: 10px;
	padding: 10px 0;
	margin-bottom: 6px;
	mc-closed-image: url('../Images/icons/-arrows/Drop-down-chevron-right-dark.png');
	mc-open-image: url('../Images/icons/-arrows/Drop-down-chevron-down-dark.png');
}
MadCap|dropDownHead
{
	padding: 5px 15px 3px 6px;
	display: table;
	font-size: 12pt;
	font-weight: bolder;
}
MadCap|dropDownBody
{
	padding: 6px 0 0;
	margin-left: 0px;
}
MadCap|dropDownHotspot
{
	border-bottom: none;
	cursor: hand;
	text-decoration: none;
	color: #00507c;
}
MadCap|dropDownHotspot:hover
{
	cursor: hand;
	color: var(--Dark-Blue-PMS_2187);
}
.dropDownHead:hover
{
	text-decoration: underline;
	color: var(--White);
	font-size: 12pt;
}*/

/* Lists */

ul.checkbox li::marker
{
	content: 'r';
	font-size: 1.4em;
	font-family: "Wingdings";
	line-height: 1em;
	padding-left: 1px;
}

li
{
	margin-bottom: 8px;
	margin-top: 8px;
}

li p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

ol,
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: .25;
	line-height: 1.6em;
	/*padding-left: 18px;*/
}

/*ul li
{
	padding-left: 25px;
}*/

ol li,
ul li,
ol ol li,
ul ol li,
ol ol ol li,
ul ol ol li,
ol ol ol ul li
{
	/*padding-left: 8px;*/
}

ol ol,
ul ol
{
	list-style-type: lower-alpha;
}

ol ol ol,
ul ol ol
{
	list-style-type: lower-roman;
}

ol ol ol ul
{
	list-style-type: disc;
}

/* Bold List Style */

ol.bold-list-item
{
	list-style-type: decimal;
	list-style-image: none;
}

ol.bold-list-item > li::marker
{
	font-family: 'Basic Sans Semibold';
}

ol.bold-list-item > li > ol
{
	list-style-type: lower-alpha;
	list-style-image: none;
}

ol.bold-list-item > li > ol > li::marker
{
	font-family: 'Basic Sans Semibold';
}

ol.bold-list-item > li > ol > li > ol
{
	list-style-type: lower-roman;
}

ol.bold-list-item > li > ol > li > ol > li > ul
{
	list-style-type: disc;
}

/* === Various styles === */

blockquote
{
	margin-right: 3em;
	margin-left: 3em;
}

img
{
	border: none;
	max-width: 100%;
}

img.blue-border
{
	border: 8pt solid #D8EFF4;
}

img.bio-100px
{
	max-width: 200px;
}

p.image
{
	margin-bottom: 13px;
	/*line-height: 140%;
	letter-spacing: 0.25;
	display: block;
	margin: auto;*/
	/*width: 75%;
	border: none 0px #000000;
	background-color: #798787;*/
	margin: 0;
	mc-hidden: hidden;
}

/* Responsive Classes for iframe in YouTube and Vimeo - would like them to be at 75% but don't know how to adjust padding*/
/* =====  These can be deleted ===== */

.videocontainer
{
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 75%;
	/* 4:3 */
}

.responsive-iframe
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
}

div
{
	mc-hidden: hidden;
}

div.advocacy
{
	mc-hidden: hidden;
	background-position: .12in .12in;
	color: #ffffff;
}

div.resp-4-4-4-10	/*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;
	padding: 0px;
}

div.resp-4-4-4-10::before
{
	content: ' ';
	display: table;
}

div.resp-4-4-4-10::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.resp-4-4-4-10 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.resp-4-4-4-10 > div:nth-child(1)
{
	width: 41.667%;
	margin-left: 0%;
}

div.resp-4-4-4-10 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.resp-4-4-4-10 > div:nth-child(3)
{
	width: 33.33333%;
	margin-left: 0%;
}

/*Add this to live css file*/

p.editor-contributor
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 18px;
}

div.Tiles-8-4-governance,
div.Tiles-8-4-financial,
div.Tiles-8-4-operations,
div.Tiles-8-4-human-resources,
div.Tiles-8-4-fund-raising
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin: 0 2em 0 7em;
	/*border-bottom: 2px solid rgba(0, 80, 124, 0.05);*/
}

div.Tiles-8-4-governance-dropdown
{
	mc-grid-row: true;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	margin: 0;
}

div.Tiles-8-4-governance::before,
div.Tiles-8-4-financial::before,
div.Tiles-8-4-operations::before,
div.Tiles-8-4-human-resources::before,
div.Tiles-8-4-fund-raising::before,
div.Tiles-8-4-governance-dropdown::before
{
	content: ' ';
	display: table;
}

div.Tiles-8-4-governance::after,
div.Tiles-8-4-financial::after,
div.Tiles-8-4-operations::after,
div.Tiles-8-4-human-resources::after,
div.Tiles-8-4-fund-raising::after,
div.Tiles-8-4-governance-dropdown::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.Tiles-8-4-governance > div,
div.Tiles-8-4-financial > div,
div.Tiles-8-4-operations > div,
div.Tiles-8-4-human-resources > div,
div.Tiles-8-4-fund-raising > div,
div.Tiles-8-4-governance-dropdown > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*div.Tiles-8-4-governance > div:nth-child(1),
div.Tiles-8-4-financial > div:nth-child(1),
div.Tiles-8-4-operations > div:nth-child(1),
div.Tiles-8-4-human-resources > div:nth-child(1),
div.Tiles-8-4-fund-raising > div:nth-child(1),
div.Tiles-8-4-governance-dropdown > div:nth-child(1)
{
	width: 100%;
	margin-left: 0%;
}*/

/*div.Tiles-8-4-governance > div:nth-child(1),
div.Tiles-8-4-financial > div:nth-child(1),
div.Tiles-8-4-operations > div:nth-child(1),
div.Tiles-8-4-human-resources > div:nth-child(1),
div.Tiles-8-4-fund-raising > div:nth-child(1)
{
	width: 73%;
	margin-left: 0%;
}*/

div.no-article
{
	width: 100%;
}

div.breadcrumb-container
{
	width: 100%;
	margin-left: 0;
}

div.Tiles-8-4-governance > div.article,
div.Tiles-8-4-financial > div.article,
div.Tiles-8-4-operations > div.article,
div.Tiles-8-4-human-resources > div.article,
div.Tiles-8-4-fund-raising > div.article
{
	width: 73%;
	margin-left: 0%;
}

div.Tiles-8-4-governance > div.right-panel-container,
div.Tiles-8-4-financial > div.right-panel-container,
div.Tiles-8-4-operations > div.right-panel-container,
div.Tiles-8-4-human-resources > div.right-panel-container,
div.Tiles-8-4-fund-raising > div.right-panel-container
{
	width: 24%;
	margin-left: 3%;
	margin-top: 16px;
	padding: 0 12px 2px 12px;
	border-radius: 10px;
}

div.Tiles-8-4-governance > div.right-panel-container
{
	background-color: #fdf2ed;
}

div.Tiles-8-4-financial > div.right-panel-container
{
	background-color: #eef0e8;
}

div.Tiles-8-4-operations > div.right-panel-container
{
	background-color: #e9eff2;
}

div.Tiles-8-4-human-resources > div.right-panel-container
{
	background-color: #ece9ed;
}

div.Tiles-8-4-fund-raising > div.right-panel-container
{
	background-color: #e6e7ed;
}

/*div.Tiles-8-4-governance > div:nth-child(2),
div.Tiles-8-4-financial > div:nth-child(2),
div.Tiles-8-4-operations > div:nth-child(2),
div.Tiles-8-4-human-resources > div:nth-child(2),
div.Tiles-8-4-fund-raising > div:nth-child(2),
div.Tiles-8-4-governance-dropdown > div:nth-child(2)
{
	width: 23%;
	margin-left: 3%;
	margin-top: 16px;
	padding: 0 12px 2px 12px;
	border-radius: 10px;
}
div.Tiles-8-4-governance > div:nth-child(2)
{
	background-color: #fdf2ed;
}
div.Tiles-8-4-financial > div:nth-child(2)
{
	background-color: #eef0e8;
}
div.Tiles-8-4-operations > div:nth-child(2)
{
	background-color: #e9eff2;
}
div.Tiles-8-4-human-resources > div:nth-child(2)
{
	background-color: #ece9ed;
}
div.Tiles-8-4-fund-raising > div:nth-child(2)
{
	background-color: #e6e7ed;
}*/

div.Tiles-8-4-governance h1,
div.Tiles-8-4-governance h1.tt,
div.Tiles-8-4-governance p.editor-contributor
{
	color: #e45e4f !important;
}

div.Tiles-8-4-financial h1,
div.Tiles-8-4-financial h1.tt,
div.Tiles-8-4-financial p.editor-contributor
{
	color: #65903D !important;
}

div.Tiles-8-4-operations h1,
div.Tiles-8-4-operations h1.tt,
div.Tiles-8-4-operations p.editor-contributor
{
	color: #00859F !important;
}

div.Tiles-8-4-human-resources h1,
div.Tiles-8-4-human-resources h1.tt,
div.Tiles-8-4-human-resources p.editor-contributor
{
	color: #6A547B !important;
}

div.Tiles-8-4-fund-raising h1,
div.Tiles-8-4-fund-raising h1.tt,
div.Tiles-8-4-fund-raising p.editor-contributor
{
	color: #00517D !important;
}

/*div.MCMiniTocBox_0
{
    border-top-width: 1px;
    border-top-style: none;
    border-top-color: black;
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 20px;
}*/

.landing-page-editors-contributors
{
	margin: 10px 0 100px 0;
}

h1
{
	page-break-before: always;
}

div.link-2-10-10	/*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.link-2-10-10::before
{
	content: ' ';
	display: table;
}

div.link-2-10-10::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.link-2-10-10 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.link-2-10-10 > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.link-2-10-10 > div:nth-child(2)
{
	width: 83.333%;
	margin-left: 0%;
}

div.resp-3-3-3-3-10	/*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.resp-3-3-3-3-10::before
{
	content: ' ';
	display: table;
}

div.resp-3-3-3-3-10::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.resp-3-3-3-3-10 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.resp-3-3-3-3-10 > div:nth-child(1)
{
	width: 25%;
	margin-left: 0%;
}

div.resp-3-3-3-3-10 > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

div.resp-3-3-3-3-10 > div:nth-child(3)
{
	width: 25%;
	margin-left: 0%;
}

div.resp-3-3-3-3-10 > div:nth-child(4)
{
	width: 25%;
	margin-left: 0%;
}

.wrapped-image-staff-photo
{
	float: right;
	margin: 0px 10px 10px 0px;
	height: auto;
	max-width: 33%;
}

div.resp-3-3-3-3-1	/*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.resp-3-3-3-3-1::before
{
	content: ' ';
	display: table;
}

div.resp-3-3-3-3-1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.resp-3-3-3-3-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.resp-3-3-3-3-1 > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
}

div.resp-3-3-3-3-1 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
}

div.responsive-2-10-contrbutor	/*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;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.responsive-2-10-contrbutor::before
{
	content: ' ';
	display: table;
}

div.responsive-2-10-contrbutor::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.responsive-2-10-contrbutor > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.responsive-2-10-contrbutor > div:nth-child(1)
{
	width: 16.667%;
	border-right: solid 7px #00507C;
	background: #ecedf1;
	border-radius: 60px 0px 0px 0px;
	padding: 3px 30px 3px 30px;
}

div.responsive-2-10-contrbutor > div:nth-child(2)
{
	width: 83.333%;
	margin-left: 0%;
	padding: 3px 20px;
}

/* End BUTTONS for Show/Hide ToC  */
/* ===== Screen medium settings don't appear in Flare's editor and are used to make content look different in output vs editor ===== */

@media screen
{
	div.Tiles-8-4 > div:nth-child(1)
	{
		width: 74%;
		margin-left: 0%;
	}
}

div.resp-8-4-10	/*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.resp-8-4-10::before
{
	content: ' ';
	display: table;
}

div.resp-8-4-10::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.resp-8-4-10 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.resp-8-4-10 > div:nth-child(1)
{
	width: 16.667%;
	margin-left: 0%;
}

div.resp-8-4-10 > div:nth-child(2)
{
	width: 83.333%;
	margin-left: 0%;
}

div.resp-9-3-10	/*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-right: inherit;
	margin-left: inherit;
}

div.resp-9-3-10::before
{
	content: ' ';
	display: table;
}

div.resp-9-3-10::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.resp-9-3-10 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.resp-9-3-10 > div:nth-child(1)
{
	width: 75%;
	margin-left: 0%;
}

div.resp-9-3-10 > div:nth-child(2)
{
	width: 25%;
	margin-left: 0%;
}

div.sd-intro	/*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;
	margin: 5px 0px 0px;
}

div.sd-intro::before
{
	content: ' ';
	display: table;
}

div.sd-intro::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.sd-intro > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.sd-intro > div:nth-child(1)
{
	width: 83.333%;
	margin-left: 0%;
	padding-top: 10px;
}

div.sd-intro > div:nth-child(2)
{
	width: 8.3333%;
	margin-left: 0%;
	text-align: center;
	padding-top: 18px;
}

div.sd-intro > div:nth-child(3)
{
	width: 8.3333%;
	margin-left: 0%;
	text-align: center;
	padding-top: 18px;
}

ul.checkbox
{
	margin-left: 13px;
	line-height: 1.1em;
}

ul.checkbox > li::marker
{
	margin-top: 12px;
}

/*ol
{
	padding-left: 18px;
	margin-left: 41px;
}*/

div.resp-6-6-1	/*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;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.resp-6-6-1::before
{
	content: ' ';
	display: table;
}

div.resp-6-6-1::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.resp-6-6-1 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}

div.resp-6-6-1 > div:nth-child(1)
{
	width: 50%;
	margin-left: 0%;
}

div.resp-6-6-1 > div:nth-child(2)
{
	width: 50%;
	margin-left: 0%;
}

table
{
	margin-top: 5px;
}

div.advocacy_75_percent
{
	background-position: .12in .12in;
}

div.download
{
	background-position: .12in .12in;
}

div.download_75_percent
{
	background-position: .12in .12in;
}

div.example
{
	background-position: .12in .12in;
}

div.example_75_percent
{
	background-position: .12in .12in;
}

div.print
{
	background-position: .12in .12in;
}

div.print_75_percent
{
	background-position: .12in .12in;
}

div.resources
{
	background-position: .12in .12in;
}

div.resources_75_percent
{
	background-position: .12in .12in;
}

div.warning
{
	background-position: .12in .12in;
	padding: .1in .1in 10px .7in;
}

div.warning_75_percent
{
	background-position: .12in .12in;
}

div.tip_75_percent
{
	background-image: url('../Images/icons/-call-out/tip-33px.png');
	background-position: .15in .15in;
	padding: 0.1in 0.1in 15px 0.7in;
	backround: inherit;
}

div.tip
{
	
}

p.footer-text
{
	font-size: 11pt;
	color: #05507d;
	vertical-align: middle;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: bolder;
}

p.TOC2
{
	mc-heading-level: 0;
}

p.TOC3
{
	mc-heading-level: 0;
}

p.TOC4
{
	mc-heading-level: 0;
}

div.video-8-4	/*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.video-8-4::before
{
	content: ' ';
	display: table;
}

div.video-8-4::after
{
	content: ' ';
	display: table;
	clear: both;
}

div.video-8-4 > div
{
	float: left;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 7.5px;
	padding-right: 7.5px;
	margin: 5px 0px 0px;
}

div.video-8-4 > div:nth-child(1)
{
	width: 66.66667%;
	margin-left: 0%;
	border-left: solid 20px #00507c;
	background: #f2f6f8;
	border-radius: 0px 20px 20px 0px;
	padding: 10px 20px;
}

div.video-8-4 > div:nth-child(2)
{
	width: 33.33333%;
	margin-left: 0%;
	padding: 5px 5px 5px 20px;
}

span.mc-variable.General\00002ETopicPublishDate
{
	
}

p.feedback-text	/*text above feedback on landing pages*/
{
	color: #00507C;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-top: 3px;
	margin-bottom: 2px;
	mc-hidden: hidden;
}

div.feedback-lp
{
	background: #f0f2f5;
	padding: 5px;
	padding-top: 0px;
	border-bottom-right-radius: 20px;
	margin-top: 10px;
	border-top: solid 2px #00507c;
}

h2.video-top-new
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 12pt;
	width: 395px;
	color: #ffffff;
	padding: 5px 15px 3px 6px;
	border-radius: 0 16px 0 0;
	background-color: #69537B;
}

p.container-bottom
{
	color: #35474F;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 1px;
	line-height: 1em;
	letter-spacing: 0.25;
	mc-hidden: hidden;
}

body.pdf-title
{
	color: #000000;
	font-size: 14px;
}

div.topper-bar-staff-stuff
{
	border: solid 2px #E45F4E;
	background: #f1afa6;
	font-weight: bold;
	text-align: center;
	padding: .25em;
}

/* === Print subhead divs; and Legal Size font === */

div.subhead-accounting
{
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	mc-hyphenate: never;
}

p.print-notes
{
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.25;
	color: #ffffff;
	font-weight: bolder;
	text-align: center;
	font-size: 2em;
	mc-hidden: hidden;
}

p.print-legal-small
{
	font-size: 9pt;
	mc-hyphenate: never;
}

/* === Variable Styling === */

span.mc-variable.LPs\00002EArticle_Collection,
span.mc-variable.LPs\00002EFact_Sheets,
span.mc-variable.LPs\00002ETopics_and_Resoruce_Pages,
span.mc-variable.LPs\00002ESample_Docs
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 17pt;
	color: #69537B;
	padding-bottom: 0px;
	margin-bottom: 0;
}

span.mc-variable.footer-text
{
	font-size: 11pt;
	color: #0085A0;
}

span.mc-variable.booklet-title
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 30pt;
	color: #ffffff;
	line-height: 110%;
}

span.mc-variable.PDF_Booklet\00002EAudit
{
	
}

p.tray-button
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 3px;
	margin-top: 3px;
	margin: .75em;
	line-height: 1.05em;
}

img.lp-circle
{
	border: none;
	max-width: 100%;
	height: 50px;
	padding: 3px;
	width: 50px;
}

/**Manual Title Box**/

div.manual-titlebox
{
	height: 250px;
	width: 250px;
	background-color: #EEBE42;
	mc-hidden: unhidden;
	border-bottom-left-radius: 50px;
	padding: 50px 25px 25px;
}

p.signature-line
{
	margin-bottom: 10px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 20px;
	border-top: solid 2px #000000;
	border-bottom: solid 1px #000000;
	line-height: 2em;
}

p.terms-use-red
{
	margin-top: 10px;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin: 1.5em 0;
	background: transparent;
	border: none 0px #000000;
	margin-bottom: 0px;
}

h2.sd-print-only
{
	padding-bottom: 0px;
	margin-bottom: 0;
	font-size: 15pt;
	margin-top: 1.5em;
	font-family: 'Basic Sans Alt Bold';
	color: #000000;
}

p.sd-print-only
{
	margin-top: 10px;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 0px;
	font-family: serif;
}

h1.sd-body
{
	background-color: transparent;
	color: #000000;
	font-size: 20pt;
	font-weight: bolder;
	line-height: 1em;
	padding: 0 0 6px 0;
	text-transform: none;
}

div.sd-snippet-container
{
	mc-hidden: hidden;
	padding: 2em;
	background-color: #f0f2f5;
	margin-right: 10em;
	padding-left: 2em;
	border-radius: 20px;
	margin: 2em 15em 2em 3px;
}

div.sd-snippet-container-terms
{
	mc-hidden: hidden;
	padding: 10px;
	border: none 0px #000000;
}

table.row-bottom-lines
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

table.cls-control-table
{
	width: 100%;
	border-spacing: 2px 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 0;
	margin-right: auto;
}

table.jd-control-table
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

p.fine-print
{
	mc-hyphenate: never;
	margin-bottom: 0px;
	letter-spacing: 0.20;
	font-size: 10pt;
	line-height: 2px;
}

h4.sd-print-only
{
	font-size: 12pt;
	margin-bottom: .25em;
	font-family: 'Basic Sans';
	font-weight: bold;
	color: #696969;
}

p.topbar-red
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-weight: bold;
	background: #E45F4E;
	color: #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 8px 10px;
	line-height: 1.4em;
	font-size: 10pt;
}

h2.video-top-dark
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 12pt;
	width: 395px;
	color: #ffffff;
	padding: 5px 15px 3px 6px;
	border-radius: 0 16px 0 0;
	background-color: #00507C;
}

p.topbar-green
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-weight: bold;
	color: #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 8px 10px;
	background: #73bc44;
	line-height: 1.4em;
	font-size: 10pt;
}

p.topbar-grey
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-weight: bold;
	color: #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 8px 10px;
	background: #35474F;
	line-height: 1.4em;
	font-size: 10pt;
}

div.author
{
	mc-hidden: hidden;
	width: 190px;
}

div.author-name
{
	mc-hidden: hidden;
}

h3#author-head
{
	font-family: 'Basic Sans Bold', Avenir, Myriad;
	font-size: 12pt;
	text-transform: uppercase;
	color: #0085A0;
	margin-bottom: 0;
	padding: 0px 0px 0px 27px;
}

div.advocacy-2022
{
	background-repeat: no-repeat;
	overflow: hidden;
	padding: .1in .1in 10px .7in;
	margin-bottom: 20px;
	background-position: 0.13in;
}

h4.callout-head
{
	font-size: 11pt;
	padding-bottom: -10px;
	padding-top: 0.5em;
	color: #00507C;
	margin-top: -1px;
	margin-bottom: .5px;
}

p.callout-body
{
	margin-top: 10px;
	line-height: 1.2em;
	letter-spacing: 0.35;
	mc-hyphenate: never;
	margin-bottom: 0px;
	padding-bottom: .5em;
}

p.topbar-unlinked
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 8px 10px;
	font-size: 10pt;
	line-height: 1.4em;
	font-weight: normal;
	color: #05507d;
	background: #f8e5b3;
}

p.strong
{
	margin-top: 10px;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 0px;
	font-weight: bold;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Desktop\Publishing Load\CC2-MAY23\Compensation Policy.docx" />*/

h3.sd-print-only
{
	margin-bottom: 0;
	mc-heading-level: 0;
	font-family: 'Basic Sans Alt Light';
	color: #000000;
	font-size: 13pt;
	text-transform: uppercase;
}

blockquote.grey
{
	margin-right: 3em;
	margin-left: 3em;
	border: none 0px transparent;
	padding: 1em;
	border-top-right-radius: 15px;
	background-color: #f0f2f5;
}

p.Quote
{
	font-size: 11pt;
	margin-top: 10pt;
	margin-bottom: 8pt;
	margin-left: 43pt;
	margin-right: 43pt;
	text-align: center;
	font-family: 'Basic Sans Light';
	font-style: italic;
	color: #404040;
}

@media screen
{
	/*p.title-page-head
	{
		color: var(--Black);
	}*/

	/*p.title-page-subhead
	{
		color: var(--Black);
	}*/
}

@media PDFPrint
{
	body
	{
		font-size: 10.8pt;
		margin: 0in;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
		mc-hyphenate: never;
		page-break-after: avoid;
	}

	h1
	{
		margin-bottom: 20px;
	}

	h1.contents
	{
		font-family: 'Basic Sans ExtraLight', Avenir, Myriad !important;
		font-size: 36pt;
		color: #00507C;
		font-weight: normal !important;
		text-transform: none !important;
		border-bottom: none;
		Background-color: transparent !important;
	}

	h3
	{
		margin-top: 20px;
	}

	h2,
	h3,
	h4
	{
		mc-heading-level: 0;
	}

	p
	{
		line-height: 15pt;
		letter-spacing: 0.25;
	}

	/* === Paragraph styles for Title page === */

	/*p.title-page-head
	{
		font-family: var(--RegularBold);
		font-size: 32pt !important;
		color: var(--White);
		font-weight: normal !important;
		line-height: 30pt;
	}*/

	/*p.title-page-subhead
	{
		font-family: var(--RegularBold);
		font-size: 23pt !important;
		color: var(--White);
		line-height: 23pt;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}*/

	/* Callouts */

	div.resources,
	div.advocacy,
	div.example,
	div.tip,
	div.print,
	div.download,
	div.warning,
	div.resources_75_percent,
	div.advocacy_75_percent,
	div.example_75_percent,
	div.tip_75_percent,
	div.print_75_percent,
	div.download_75_percent,
	div.warning_75_percent
	{
		padding: .1in .2in .1in .7in !important;
		page-break-inside: avoid;
		page-break-before: avoid;
	}

	/* === List styles === */

	ol,
	ul
	{
		line-height: 15pt;
		margin-left: 2pt;
	}

	ol ol,
	ul ol,
	ol ol ol,
	ul ol ol
	{
		margin-left: 6pt;
	}

	ol ol ol ul
	{
		margin-left: 0pt;
	}

	ol.bold-list-item
	{
		list-style-type: decimal;
		list-style-image: none;
	}

	ol.bold-list-item > li::marker
	{
		font-family: 'Basic Sans Semibold';
		content: counter(bold-list-item) '.';
	}

	ol.bold-list-item > li > ol
	{
		list-style-type: lower-alpha;
		list-style-image: none;
	}

	ol.bold-list-item > li > ol > li::marker
	{
		font-family: 'Basic Sans Semibold';
		content: counter(bold-list-item) '.';
	}

	ol.bold-list-item > li > ol > li > ol
	{
		list-style-type: lower-roman;
	}

	/* === Section landing page, callouts, and pull quote styles === */
	/* Pull quotes */

	div.quote-blue,
	div.quote-yellow
	{
		padding: .3in .15in .2in .5in;
	}

	div.quote-blue > p,
	div.quote-yellow > p
	{
		line-height: 20pt;
	}

	/* Table and image caption styles */

	div.table-caption
	{
		float: left;
		margin-bottom: -10pt !important;
		padding: 4pt 12pt 4pt 12pt;
	}

	/*MadCap|dropDownHead
	{
		float: left;
		padding: 5px 15px 3px 6px;
		width: auto;
		margin-bottom: 0;
	}
	MadCap|dropDownHotspot
	{
		margin-bottom: 0;
	}
	MadCap|dropDownBody
	{
		float: left;
		padding: 0;
		margin-left: 0px;
		margin-top: -4px;
	}*/

	/* === Styles of the table of contents pages - TOC proxy === */

	p.TOC1
	{
		page-break-after: avoid;
	}

	p.TOC1,
	p.TOC2,
	p.TOC3,
	p.TOC4,
	p.TOC5,
	p.TOC6
	{
		color: #00507C;
		font-weight: normal !important;
		margin: 6pt 0 6pt 0;
		padding-left: 0pt !important;
		mc-multiline-indent: .25in;
		mc-hyphenate: never;
	}

	p.TOC2
	{
		margin-left: 0.0in;
	}

	p.TOC3
	{
		text-transform: uppercase;
		margin-left: 0.2in;
	}

	p.TOC4
	{
		margin-left: 0.4in;
	}

	p.TOC5
	{
		margin-left: 0.6in;
	}

	p.TOC6
	{
		margin-left: 0.8in;
	}

	div.note:before
	{
		content: '';
		font-family: cccc-font;
		font-size: 0px;
		opacity: 0.2;
		line-height: 40px;
		float: right;
		margin: 5px -15px 0 5px;
		z-index: 2;
	}

	/* Footer styles */

	p.footer-pdf,
	p.footer-text
	{
		color: #607D99;
		font-size: 9pt;
	}

	p.footer-text
	{
		font-family: 'Basic Sans It';
	}

	span.footer-bold-pdf
	{
		font-family: 'Basic Sans Semibold';
		padding-right: 10px;
	}

	span.footer-separator-pdf
	{
		color: #ffffff;
	}

	p.print-notes
	{
		padding-top: 1.6em;
		font-size: 1.8em;
	}

	div.quote-yellow
	{
		color: #ffffff;
		font-size: 1.5em;
	}

	div.quote-blue
	{
		font-style: italic;
	}

	div.tip_75_percent
	{
		margin-bottom: 20px;
		padding: 0.1in 0.1in 10px 0.7in;
		background-repeat: no-repeat;
		background-size: 10%;
		background-position: 0.15in .15in;
	}
}

@media only screen and (max-width: 1279px)
{
	div.Tiles-8-4-governance,
	div.Tiles-8-4-financial,
	div.Tiles-8-4-operations,
	div.Tiles-8-4-human-resources,
	div.Tiles-8-4-fund-raising
	{
		padding-top: 0;
		margin: 0 5% 0 5%;
	}

	div.Tiles-8-4-governance > div.article,
	div.Tiles-8-4-financial > div.article,
	div.Tiles-8-4-operations > div.article,
	div.Tiles-8-4-human-resources > div.article,
	div.Tiles-8-4-fund-raising > div.article
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-8-4-governance > div.right-panel-container,
	div.Tiles-8-4-financial > div.right-panel-container,
	div.Tiles-8-4-operations > div.right-panel-container,
	div.Tiles-8-4-human-resources > div.right-panel-container,
	div.Tiles-8-4-fund-raising > div.right-panel-container
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 16px;
		padding: 0 12px 2px 12px;
		border-radius: 10px;
	}

	div.resp-8-4-10	/*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: 30px;
	}

	div.resp-4-8 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.resp-4-8 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-4-4-4-10 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-4-4-4-10 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-4-4-4-10 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-8-4-10 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.resp-8-4-10 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-9-3-10 > div:nth-child(1)
	{
		width: 58.333%;
		margin-left: 0%;
	}

	div.resp-9-3-10 > div:nth-child(2)
	{
		width: 41.667%;
		margin-left: 0%;
	}

	div.sd-intro > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.sd-intro > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.sd-intro > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.resp-6-6-1 > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.resp-6-6-1 > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.video-8-4 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.video-8-4 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Tiles-5-5-2-governance > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Tiles-5-5-2-governance > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.Tiles-5-5-2-governance > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.link-2-10-10 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.link-2-10-10 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-10 > div:nth-child(1)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-10 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-10 > div:nth-child(3)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-10 > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-1 > div:nth-child(1)
	{
		width: 66.66667%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-1 > div:nth-child(2)
	{
		width: 33.33333%;
		margin-left: 0%;
	}

	div.responsive-2-10-contrbutor > div:nth-child(1)
	{
		width: 50%;
		margin-left: 0%;
	}

	div.responsive-2-10-contrbutor > div:nth-child(2)
	{
		width: 50%;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 767px)
{
	body
	{
		font-size: 11pt;
	}

	div.Tiles-8-4-governance,
	div.Tiles-8-4-financial,
	div.Tiles-8-4-operations,
	div.Tiles-8-4-human-resources,
	div.Tiles-8-4-fund-raising
	{
		padding-top: 0;
		margin: 0 5% 0 5%;
	}

	div.Tiles-8-4-governance > div.article,
	div.Tiles-8-4-financial > div.article,
	div.Tiles-8-4-operations > div.article,
	div.Tiles-8-4-human-resources > div.article,
	div.Tiles-8-4-fund-raising > div.article
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-8-4-governance > div.right-panel-container,
	div.Tiles-8-4-financial > div.right-panel-container,
	div.Tiles-8-4-operations > div.right-panel-container,
	div.Tiles-8-4-human-resources > div.right-panel-container,
	div.Tiles-8-4-fund-raising > div.right-panel-container
	{
		width: 100%;
		margin-left: 0%;
		margin-top: 16px;
		padding: 0 12px 2px 12px;
		border-radius: 10px;
	}

	h1
	{
		font-size: 16pt;
	}

	h1.landing-page
	{
		font-size: 16pt;
		padding-top: 45px;
	}

	h2
	{
		font-size: 14pt;
		padding-top: 0px;
		margin-top: .75em;
		height: ;
	}

	h3
	{
		font-size: 12pt;
		margin: 15px 0 5px 0;
		color: #007285;
	}

	div.resp-4-8 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-4-8 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-4-4-4-10 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-4-4-4-10 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-4-4-4-10 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-8-4-10 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-8-4-10 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-9-3-10 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-9-3-10 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-1-10 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-1-10 > div:nth-child(2)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.sd-intro > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.sd-intro > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.sd-intro > div:nth-child(3)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.sd-intro
	{
		
	}

	h1.sd-print-only
	{
		color: #000000;
		font-size: 20pt;
		text-transform: none;
	}

	h2.sd-print-only
	{
		color: #000000;
		font-size: 15pt;
	}

	div.resp-6-6-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-6-6-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-8-4 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.video-8-4 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-5-5-2-governance > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-5-5-2-governance > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.Tiles-5-5-2-governance > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.link-2-10-10 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.link-2-10-10 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-10 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-10 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-10 > div:nth-child(3)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-10 > div:nth-child(4)
	{
		width: 8.3333%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-1 > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.resp-3-3-3-3-1 > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-2-10-contrbutor > div:nth-child(1)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-2-10-contrbutor > div:nth-child(2)
	{
		width: 100%;
		margin-left: 0%;
	}

	div.responsive-2-10-contrbutor
	{
		
	}

	p.cccc-presenter
	{
		margin: 10px 20px 20px 20px;
	}
}

@media print
{
	/* Links */

	body
	{
		font-size: 12pt;
	}

	a.random-button
	{
		
	}

	p.image
	{
		width: 70%;
	}

	div.sd-snippet-container
	{
		background-color: transparent;
		border-radius: 0px;
		margin: 0px;
		padding: 0px;
	}

	div.sd-intro > div:nth-child(2)
	{
		padding-top: 5px;
	}

	div.sd-intro > div:nth-child(3)
	{
		padding-top: 5px;
	}

	div.sd-snippet-container-terms
	{
		
	}

	h3
	{
		mc-heading-level: 0;
	}

	h4
	{
		mc-heading-level: 0;
	}

	h5
	{
		mc-heading-level: 0;
	}

	h6
	{
		mc-heading-level: 0;
	}

	h1.tt
	{
		
	}

	h1
	{
		page-break-before: avoid;
	}

	a.cra
	{
		background-color: #0085A0;
		border: solid 2px #00507C;
		font-size: 14px;
		padding: 6px 10px;
		text-decoration: none;
	}
}

/* Disabled Styles */

a.cra	/*this link is used to highlight CRA links*/
{
	color: #ffffff;
	border: solid 2px #00507C;
	text-decoration: none;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	background-color: #0085A0;
	font-weight: bold;
	transition: backround-color 0.3s, color 0.3s;
	padding: 6px 10px;
}

a.cra:hover
{
	color: #00507C;
	background-color: #ffffff;
	font-weight: bold;
}

p#strong	/*used when bolding text*/
{
	margin-top: 10px;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 0px;
}

span.cra-number	/*used for CRA form numbers*/
{
	margin-top: 10px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 0px;
	line-height: normal;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	border-radius: 5px;
	padding: 5px 5px;
	margin-right: 10px;
	background-color: #35474F;
}

a.external-link
{
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	font-size: 11pt;
	padding: 2px 2px;
	border-radius: 5px;
	margin-left: 4px;
	background-color: #798787;
	mc-conditions: 'Default.HTML-Only';
}

a.external-link:hover
{
	color: #798787;
	background-color: #ffffff;
}

span.strong
{
	font-weight: bold;
}

img.faq
{
	border: none;
	float: right;
	margin: 0 0 20px 20px;
	max-width: 30%;
}

img.category-link
{
	border: none;
	max-width: 50px;
	border-radius: 0px;
}

img.category-button-icon
{
	border-radius: 25px;
	max-width: 125px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border: solid 6px #73bc44;
}

object.vimeo
{
	width: 560px;
	height: 315px;
	border-radius: 0px 15px 0px 0px;
	border: solid 3px #00507C;
	border-top: solid 31px #00507C;
}

a.cccc-cat
{
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transition: backround-color 0.3s, color 0.3s;
	padding: 6px 10px;
	background-color: #00507C;
	border: solid 2px #0085A0;
}

a.cccc-cat:hover
{
	color: #0085A0;
	background-color: #ffffff;
	font-weight: bold;
}

a.green
{
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transition: backround-color 0.3s, color 0.3s;
	padding: 6px 10px;
	background-color: #65903D;
	border: solid 2px #00507C;
}

a.green:hover
{
	color: #65903D;
	background-color: #ffffff;
	font-weight: bold;
}

div.faq-resources
{
	mc-grid-row: true;
	margin-right: inherit;
	margin-left: inherit;
}

img.information-image
{
	height: auto;
	width: 250px;
	border-radius: 15px;
}

a.bio-site-link
{
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	transition: backround-color 0.3s, color 0.3s;
	border: solid 2px #00507C;
	border-radius: 25px;
	padding: 3px 15px;
	margin-top: 5px;
	background-color: #00517D;
	color: #ffffff;
}

a.bio-site-link:hover
{
	color: #00507C;
	background-color: #ffffff;
	font-weight: bold;
}

img.bio-50px
{
	max-width: 140px;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Desktop\20240223 - Lobbying - Copy Edited.docx" />*/

span.FootnoteText
{
	font-size: 10pt;
}

span.span_1
{
	font-style: italic;
}

span.span_2
{
	font-style: italic;
	font-size: 9pt;
}

span.span_3
{
	font-size: 9pt;
}

sup.sup_1
{
	font-size: 9pt;
}

ul.ul_1
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 36pt;
}

p.p_1
{
	font-size: 9pt;
}

col.col_1
{
	width: 107pt;
}

col.col_2
{
	width: 27pt;
}

col.col_3
{
	width: 108pt;
}

col.col_4
{
	width: 26pt;
}

img.img_1
{
	visibility: visible;
	width: 17px;
	height: 18px;
}

td.td_1
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_2
{
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	background-color: #auto;
}

td.td_3
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	background-color: #auto;
}

td.td_4
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_5
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

table.table_1
{
	border-collapse: collapse;
}

p.p_2
{
	font-weight: bold;
}

p.p_3
{
	font-style: italic;
}

p.p_4
{
	margin-left: 36pt;
}

col.col_5
{
	width: 176pt;
}

col.col_6
{
	width: 303pt;
}

p.p_5
{
	text-align: center;
}

td.td_6
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_7
{
	background-color: #D9D9D9;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_8
{
	background-color: #D9D9D9;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_9
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_10
{
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

p.p_6
{
	margin-left: 36pt;
	text-indent: -18pt;
}

p.p_7
{
	margin-left: 0pt;
	text-indent: 18pt;
}

ul.ul_2
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 72pt;
}

col.col_7
{
	width: 239pt;
}

td.td_11
{
	background-color: #D9D9D9;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

td.td_12
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	background-color: #D9D9D9;
}

td.td_13
{
	background-color: #F2F2F2;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_14
{
	background-color: #F2F2F2;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
}

p.p_8
{
	text-decoration: underline;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Desktop\webinars.docx" />*/

a.a_2
{
	color: #0E4B8F;
	font-size: 14pt;
	text-decoration: underline;
}

p.p_9
{
	background-color: #FFFFFF;
	margin-left: 18pt;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Desktop\Books and Records (2024).edited (3).docx" />*/

p.p_10
{
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 11pt;
	margin-top: 0pt;
}

ol.ol_1
{
	color: #ffffff;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_3
{
	color: #ffffff;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_1
{
	content: 'r';
	padding-left: 1px;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_15
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	margin-bottom: 8pt;
	font-size: 11pt;
	vertical-align: top;
}

p.p_11
{
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_2
{
	color: #ffffff;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_4
{
	color: #ffffff;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_2
{
	content: 'r';
	padding-left: 1px;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_16
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.p_fine-print_1
{
	margin-top: 6pt;
	text-align: right;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
}

p.p_fine-print
{
	margin-top: 6pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
}

p.h1
{
	mc-heading-level: 1;
	page-break-after: avoid;
	page-break-inside: avoid;
	background-color: #FFFFFF;
	font-family: 'Basic Sans SemiBold';
	font-weight: bold;
	text-transform: uppercase;
	color: #00507C;
	font-size: 24pt;
}

p.TOC1
{
	margin-top: 8pt;
	font-weight: bold;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.h2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 13pt;
	font-family: 'Basic Sans Bold';
	font-weight: bold;
	color: #69537B;
	font-size: 17pt;
}

p.p
{
	margin-top: 8pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.p_1_1
{
	margin-top: 8pt;
	margin-left: 36pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.li
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

li.li
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.dropDownHead
{
	background-color: #00507C;
	font-family: 'Basic Sans Light';
	color: #E45E4F;
	font-size: 2pt;
}

p.h3
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 10pt;
	font-family: 'Basic Sans Bold';
	font-weight: bold;
	text-transform: uppercase;
	color: #0085A0;
	font-size: 12pt;
}

p.li_1
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

li.li_1_1
{
	content: 'r';
	padding-left: 1px;
	line-height: 1.6em;
	mc-hyphenate: never;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.li_2
{
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

li.li_2_1
{
	content: 'r';
	padding-left: 1px;
	line-height: 1.6em;
	mc-hyphenate: never;
	margin-top: 6pt;
	margin-bottom: 6pt;
	font-family: 'Basic Sans Light';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.h3_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 10pt;
	margin-left: 36pt;
	font-family: 'Basic Sans Bold';
	font-weight: bold;
	text-transform: uppercase;
	color: #0085A0;
	font-size: 12pt;
}

p.h4
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 13pt;
	margin-bottom: 13pt;
	font-family: 'Basic Sans Light';
	font-weight: bold;
	color: #000000;
	font-size: 12pt;
}

p.p_bold
{
	margin-top: 8pt;
	font-family: 'Basic Sans SemiBold';
	color: #000000;
	letter-spacing: 1pt;
	font-size: 12pt;
}

p.p_12
{
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 11pt;
	margin-top: 0pt;
}

ol.ol_3
{
	color: #ffffff;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 11pt;
	margin-top: 0pt;
}

ul.ul_5
{
	color: #ffffff;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 11pt;
	margin-top: 0pt;
}

li.li_3
{
	content: 'r';
	padding-left: 1px;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 8pt;
	font-size: 11pt;
	margin-top: 0pt;
}

td.td_17
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	margin-bottom: 8pt;
	font-size: 11pt;
	vertical-align: top;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Desktop\Privacy - KB Rewrite 2024 v02 (1).docx" />*/
/*<meta sourceDocument="C:\Users\PaulWolfe\Desktop\Privacy - KB Rewrite 2024 v02 (1).docx" />*/
/*<meta sourceDocument="C:\Users\PaulWolfe\Desktop\20240223 - Lobbying - Copy Edited (1).docx" />*/

p.endnote
{
	margin-top: 10px;
	line-height: 1.6em;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-bottom: 0px;
}

@media PDF-Handbook-Blue
{
	p
	{
		font-size: 11pt;
	}

	.wrapped-image-staff-photo
	{
		
	}
}

hr.handbook-title-top	/*placed at the top of the handbook covers - colour with mediums*/
{
	border-right-style: ;
	border-right-width: none;
	width: 95%;
	border-bottom-width: none;
	border: none;
	border-top: solid 17px #00859F;
	margin-top: 40px;
}

p.handbook-title-category
{
	color: #00859F;
	letter-spacing: .5;
	font-family: 'Basic Sans Alt Black';
	font-size: 30pt;
	mc-hyphenate: never;
	margin: 2px;
	margin-left: 10px;
}

p.handbook-edition
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Alt Light';
	color: #00859F;
	font-size: 12pt;
	margin-top: 5px;
	margin-left: 11px;
}

p.handbook-part-title-text
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	color: #EEBE42;
	font-family: 'Basic Sans Alt Black';
	font-size: 26pt;
	text-transform: uppercase;
	margin-top: 75px;
	margin-left: 45px;
	font-weight: normal;
}

span.handbook-part-title-light
{
	font-family: 'Basic Sans Alt Light';
	font-weight: 100;
}

p.handbook-footer-small
{
	font-size: 11pt;
}

p.contributor-name
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	color: #6A547B;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 13pt;
	font-weight: bolder;
	font-family: 'Basic Sans Alt Black';
}

p.contributor-title
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	color: #00507C;
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 1.2em;
	font-style: italic;
	font-family: 'Basic Sans Alt Light';
}

p.contributor-bio-text
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
}

p.contributor-socials
{
	mc-hyphenate: never;
	line-height: 10px;
	letter-spacing: 3;
}

hr.contributor-hr
{
	border-bottom-width: 1px;
	margin-top: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
	width: 25%;
	color: #00859F;
}

table.contributor-print-only
{
	margin-left: 0;
	width: 90%;
}

p.contributor-socials-pipe
{
	font-size: 20pt;
	color: #00507C;
}

img.bio-150px
{
	border: none;
	max-width: 150px;
}

p.contributor-avatar-name
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	text-align: center;
	color: #00859F;
	font-size: 8pt;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\How Communication Drives Ministry Success (2).docx" />*/

p.p_13
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_4
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ul.ul_6
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_4
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

td.td_18
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 20pt;
	margin-bottom: 6pt;
	mc-heading-level: 1;
	font-size: 20pt;
	font-weight: normal;
}

h2.Heading2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 18pt;
	margin-bottom: 6pt;
	mc-heading-level: 2;
	font-size: 16pt;
	font-weight: normal;
}

h3.Heading3
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 16pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	color: #434343;
	font-size: 14pt;
	font-weight: normal;
}

h1.Heading1_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 20pt;
	margin-bottom: 6pt;
	mc-heading-level: 1;
	font-weight: bold;
	font-size: 23pt;
}

h2.Heading2_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 18pt;
	margin-bottom: 6pt;
	mc-heading-level: 2;
	font-weight: bold;
	font-size: 17pt;
}

p.p_14
{
	margin-top: 12pt;
	margin-bottom: 12pt;
}

h3.Heading3_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 16pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	font-weight: bold;
	color: #000000;
	font-size: 13pt;
}

p.p_15
{
	margin-top: 12pt;
}

li.li_5
{
	margin-top: 12pt;
}

p.p_16
{
	margin-bottom: 12pt;
}

li.li_6
{
	margin-bottom: 12pt;
}

p.p_17
{
	margin-top: 12pt;
	margin-bottom: 12pt;
	font-weight: bold;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Trust Reporting (1).docx" />*/

p.p_18
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light';
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_5
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light';
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ul.ul_7
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light';
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_7
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light';
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

td.td_19
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light';
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1_2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-family: 'Basic Sans SemiBold';
	font-weight: bold;
	color: #00507D;
	font-size: 24pt;
}

h2.Heading2_2
{
	margin-bottom: 6pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	mc-heading-level: 2;
	font-family: 'Basic Sans';
	color: #588C9F;
	font-size: 12pt;
	font-weight: normal;
}

h3.Heading3_2
{
	margin-bottom: 4pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 2pt;
	mc-heading-level: 3;
	font-family: 'Basic Sans SemiBold';
	font-weight: bold;
	color: #6A547B;
	font-size: 18pt;
}

span.span_4
{
	color: #0000FF;
	text-decoration: underline;
}

span.span_5
{
	font-style: italic;
	color: #0000FF;
	text-decoration: underline;
}

span.span_7
{
	text-decoration: underline;
}

p.p_22
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-left: 0pt;
	text-indent: 18pt;
}

ul.ul_8
{
	padding-left: 0px;
	list-style-type: circle;
}

a.a_3
{
	text-decoration: underline;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Other Tax Rebates and Exemptions Core Document.docx" />*/

p.p_19
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_6
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ul.ul_9
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_8
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

td.td_20
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1_3
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-weight: bold;
	color: #00507D;
	font-size: 24pt;
}

h2.Heading2_3
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 2;
	font-weight: bold;
	color: #6A547B;
	font-size: 20pt;
}

h3.Heading3_3
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	font-weight: bold;
	color: #588C9F;
	font-size: 12pt;
}

p.p_20
{
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
}

p.p_21
{
	margin-left: 72pt;
}

span.span_6
{
	color: #1155CC;
	text-decoration: underline;
}

p.p_23
{
	margin-top: 14pt;
	margin-bottom: 14pt;
}

p.p_24
{
	margin-top: 14pt;
	margin-bottom: 14pt;
}

p.p_25
{
	text-align: right;
}

p.p_26
{
	margin-left: 5pt;
	margin-right: 5pt;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

span.span_8
{
	font-size: 10pt;
}

span.span_9
{
	font-weight: bold;
	font-size: 10pt;
}

img.img_2
{
	z-index: -1;
	visibility: visible;
	margin-left: 0pt;
	width: 816px;
	height: 201px;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Income Tax Act Penalties Core Document.docx" />*/

td.td_21
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

h1.Heading1_4
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-weight: bold;
	color: #00507D;
	font-size: 24pt;
}

h2.Heading2_4
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 2;
	font-weight: bold;
	color: #6A547B;
	font-size: 20pt;
}

p.p_28
{
	background-color: #FFFFFF;
	margin-bottom: 8pt;
}

p.p_29
{
	background-color: #FFFFFF;
}

li.li_10
{
	background-color: #FFFFFF;
}

li.li_11
{
	background-color: #FFFFFF;
	margin-bottom: 8pt;
}

ol.ol_8
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 36pt;
}

a.a_4
{
	color: #1155CC;
	text-decoration: underline;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Employee Benefits and Deductions Core Document (FINAL).docx" />*/

td.td_22
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1_5
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-weight: bold;
	color: #00507D;
	font-size: 24pt;
}

h2.Heading2_5
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 2;
	font-weight: bold;
	color: #6A547B;
	font-size: 20pt;
}

h3.Heading3_4
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	font-weight: bold;
	color: #588C9F;
	font-size: 12pt;
}

h4.Heading4
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 2pt;
	mc-heading-level: 4;
	font-weight: bold;
	font-size: 12pt;
}

span.span_11
{
	text-decoration: underline;
}

span.span_12
{
	font-style: italic;
	text-decoration: underline;
}

span.span_13
{
	font-weight: bold;
}

span.span_15
{
	text-decoration: underline;
}

span.span_17
{
	font-weight: bold;
}

span.span_19
{
	text-decoration: underline;
}

span.span_20
{
	font-style: italic;
}

img.img_3
{
	visibility: visible;
	width: 491px;
	height: 283px;
}

span.span_21
{
	font-weight: normal;
}

h1.Heading1_5_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-weight: normal;
	color: #385D7F;
	font-size: 12pt;
}

p.p_45
{
	margin-bottom: 8pt;
}

p.p_46
{
	font-weight: bold;
}

p.p_47
{
	font-weight: bold;
}

span.span_24
{
	font-style: italic;
}

a.a_1
{
	color: #1155CC;
	text-decoration: underline;
}

ul.ul_11
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 36pt;
}

p.p_56
{
	margin-bottom: 8pt;
	text-indent: 36pt;
}

p.p_57
{
	margin-left: 36pt;
}

p.p_58
{
	font-weight: bold;
}

h3.Heading3_4_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	font-weight: normal;
	color: #000000;
	font-size: 14pt;
}

ol.ol_10
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 36pt;
}

p.p_61
{
	color: #434343;
}

li.li_25
{
	color: #434343;
}

p.p_62
{
	margin-bottom: 8pt;
	color: #434343;
}

li.li_26
{
	color: #434343;
}

p.p_63
{
	margin-bottom: 8pt;
	font-weight: bold;
}

p.p_64
{
	font-weight: bold;
}

p.p_65
{
	font-weight: bold;
}

p.p_66
{
	font-weight: bold;
}

p.p_67
{
	font-weight: bold;
}

p.p_68
{
	
}

h2.Heading2_5_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 2;
	font-family: Play;
	font-weight: normal;
	color: #0F4761;
	font-size: 16pt;
}

span.span_25
{
	font-style: italic;
	color: #1155CC;
	text-decoration: underline;
}

span.span_26
{
	font-style: italic;
}

span.span_27
{
	color: #1155CC;
	text-decoration: underline;
}

span.span_28
{
	color: #385D7F;
	text-decoration: underline;
}

p.p_73
{
	font-weight: bold;
}

a.a_5
{
	color: #385D7F;
	text-decoration: underline;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Sample Policy Anti-Terrorism, Money Laundering and Partisan Political Activity.docx" />*/

p.p_27
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_7
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_10
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_9
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_23
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

h2.Heading2_6
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 18pt;
	margin-bottom: 6pt;
	font-size: 16pt;
	mc-heading-level: 2;
	font-weight: normal;
}

p.p_30
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

col.col_8
{
	width: 483pt;
}

p.p_31
{
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	background-color: #FFFFFF;
}

p.p_32
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 13pt;
	margin-bottom: 3pt;
	font-size: 12pt;
}

span.span_10
{
	font-size: 12pt;
}

span.span_14
{
	font-size: 12pt;
}

span.span_16
{
	color: #0563C1;
	font-size: 12pt;
	text-decoration: underline;
}

p.p_33
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 13pt;
	margin-bottom: 3pt;
}

span.span_18
{
	font-size: 12pt;
	text-decoration: underline;
}

span.span_22
{
	font-size: 12pt;
	text-decoration: underline;
}

p.p_34
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
}

td.td_24
{
	background-color: #auto;
	padding-top: 8pt;
	padding-left: 8pt;
	padding-bottom: 8pt;
	padding-right: 8pt;
}

col.col_9
{
	width: 290pt;
}

col.col_10
{
	width: 193pt;
}

p.p_35
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12pt;
	background-color: #000000;
}

th.th_1
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #000000;
	padding-left: 8pt;
	padding-right: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

th.th_2
{
	background-color: #000000;
	padding-left: 8pt;
	padding-right: 8pt;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #000000;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
}

p.p_36
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	text-align: right;
	font-weight: bold;
	font-size: 12pt;
}

td.td_25
{
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	background-color: #auto;
	padding-right: 8pt;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-left: 1pt;
}

p.p_37
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	font-size: 12pt;
}

td.td_26
{
	background-color: #auto;
	padding-left: 8pt;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #000000;
	padding-right: 1pt;
}

table.table_2
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

p.p_38
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 23pt;
	font-weight: bold;
	font-size: 15pt;
}

li.li_12
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 23pt;
	font-weight: bold;
	font-size: 15pt;
}

ol.ol_9
{
	padding-left: 0px;
	list-style-type: upper-roman;
	margin-left: 11pt;
}

p.p_39
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
}

span.span_23
{
	
}

p.p_40
{
	font-size: 12pt;
}

p.p_41
{
	
}

h2.Heading2_6_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 18pt;
	margin-bottom: 6pt;
	mc-heading-level: 2;
	font-weight: bold;
	font-size: 12pt;
}

ol.ol_11
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 18pt;
}

p.p_42
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 1pt;
}

p.p_43
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-left: 7pt;
	text-align: justify;
	font-size: 12pt;
}

p.p_44
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	text-align: justify;
	font-size: 12pt;
}

span.span_29
{
	color: #0462C1;
	font-size: 12pt;
	text-decoration: underline;
}

p.p_48
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
}

li.li_13
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
}

p.p_49
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 2pt;
	color: #0462C1;
	font-size: 12pt;
	text-decoration: underline;
}

p.p_50
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	font-size: 12pt;
}

li.li_14
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	font-size: 12pt;
}

ul.ul_12
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 18pt;
}

li.li_15
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	text-align: justify;
	font-size: 12pt;
}

p.p_51
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	text-align: justify;
	font-size: 12pt;
}

li.li_16
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	text-align: justify;
	font-size: 12pt;
}

p.p_52
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	text-align: justify;
	font-size: 12pt;
}

li.li_17
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	text-align: justify;
	font-size: 12pt;
}

ol.ol_12
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 47pt;
}

p.p_53
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 9pt;
	text-align: justify;
}

p.p_54
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	text-align: justify;
	font-size: 12pt;
}

li.li_18
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	text-align: justify;
	font-size: 12pt;
}

span.span_30
{
	font-style: italic;
	font-size: 12pt;
}

p.p_55
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	text-align: justify;
}

li.li_19
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	text-align: justify;
}

ol.ol_13
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 22pt;
}

li.li_20
{
	font-weight: bold;
	font-size: 12pt;
}

p.p_59
{
	margin-top: 6pt;
	margin-right: 8pt;
	text-align: justify;
	font-size: 12pt;
}

p.p_60
{
	margin-top: 6pt;
	margin-right: 8pt;
	text-align: justify;
}

p.p_69
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-left: 7pt;
	font-size: 12pt;
}

p.p_70
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 2pt;
}

span.span_31
{
	font-weight: bold;
	font-size: 12pt;
}

p.p_71
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	text-align: justify;
}

li.li_21
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	text-align: justify;
}

p.p_72
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	text-align: justify;
}

li.li_22
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	text-align: justify;
}

li.li_23
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 1pt;
}

p.p_74
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
}

li.li_24
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
}

p.p_75
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	font-size: 12pt;
}

li.li_27
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	font-size: 12pt;
}

ul.ul_13
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 21pt;
}

h2.Heading2_6_2
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 18pt;
	margin-bottom: 6pt;
	mc-heading-level: 2;
	font-weight: normal;
	font-size: 12pt;
}

ul.ul_14
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 18pt;
}

p.p_76
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
}

li.li_28
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
}

p.p_77
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 9pt;
	font-size: 12pt;
}

li.li_29
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 9pt;
	font-size: 12pt;
}

p.p_78
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 2pt;
	font-size: 12pt;
}

p.p_79
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	font-size: 12pt;
}

li.li_30
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	font-size: 12pt;
}

li.li_31
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 2pt;
	font-size: 12pt;
}

ol.ol_15
{
	padding-left: 0px;
	list-style-type: upper-roman;
	margin-left: 7pt;
}

p.p_80
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 11pt;
}

li.li_32
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 11pt;
}

li.li_33
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 2pt;
}

ol.ol_16
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 43pt;
}

p.p_81
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 10pt;
	text-align: justify;
}

ol.ol_17
{
	padding-left: 0px;
	list-style-type: upper-roman;
	margin-left: 11pt;
}

p.p_82
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 23pt;
}

p.p_83
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 1pt;
	font-size: 12pt;
}

ul.ul_15
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 36pt;
}

li.li_34
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 1pt;
	font-size: 12pt;
}

p.p_84
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 1pt;
	color: #0462C1;
	font-size: 12pt;
	text-decoration: underline;
}

li.li_35
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 1pt;
	color: #0462C1;
	font-size: 12pt;
	text-decoration: underline;
}

ul.ul_16
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 13pt;
}

p.p_85
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	font-size: 12pt;
}

p.p_86
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 1pt;
	color: #0000FF;
	font-size: 12pt;
	text-decoration: underline;
}

span.span_32
{
	color: #0000FF;
	font-size: 12pt;
	text-decoration: underline;
}

li.li_36
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

li.li_37
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	font-size: 12pt;
}

p.p_87
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	color: #0462C1;
	font-size: 12pt;
	text-decoration: underline;
}

li.li_38
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	color: #0462C1;
	font-size: 12pt;
	text-decoration: underline;
}

p.p_88
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 10pt;
	margin-left: 7pt;
	margin-right: 8pt;
	text-align: justify;
}

p.p_89
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	margin-left: 7pt;
	margin-right: 8pt;
	text-align: justify;
}

p.p_90
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 7pt;
	text-align: justify;
}

p.p_91
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 10pt;
	margin-left: 7pt;
	margin-right: 7pt;
	text-align: justify;
}

p.p_92
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 7pt;
	margin-right: 8pt;
	text-align: justify;
}

p.p_93
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	margin-left: 7pt;
	margin-right: 9pt;
	text-align: justify;
}

p.p_94
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 9pt;
	margin-left: 7pt;
	margin-right: 8pt;
	text-align: justify;
}

span.span_33
{
	color: #323232;
	font-size: 12pt;
}

p.p_95
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 7pt;
	margin-right: 7pt;
	text-align: justify;
}

p.p_96
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 1pt;
	margin-left: 7pt;
	margin-right: 8pt;
	text-align: justify;
}

p.p_97
{
	orphans: 2;
	widows: 2;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 9pt;
	margin-left: 7pt;
	margin-right: 7pt;
	text-align: justify;
}

td.td_27
{
	background-color: #auto;
	padding-top: 0pt;
	padding-left: 0pt;
	padding-bottom: 0pt;
	padding-right: 0pt;
}

p.p_98
{
	margin-top: 5pt;
}

p.p_99
{
	margin-left: 5pt;
	margin-right: 5pt;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	font-size: 12pt;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Core Doc Charitable Activities.docx" />*/

p.p_100
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_18
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ul.ul_17
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_39
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

td.td_28
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1_6
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-weight: bold;
	color: #00507D;
	font-size: 24pt;
}

h2.Heading2_7
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 2;
	font-weight: bold;
	color: #6A547B;
	font-size: 20pt;
}

h3.Heading3_5
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	font-weight: bold;
	color: #588C9F;
	font-size: 12pt;
}

h4.Heading4_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 12pt;
	margin-bottom: 2pt;
	mc-heading-level: 4;
	font-weight: bold;
	font-size: 12pt;
}

h5.Heading5
{
	font-size: 11pt;
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 11pt;
	margin-bottom: 2pt;
	mc-heading-level: 5;
	font-weight: bold;
}

ol.ol_19
{
	padding-left: 0px;
	list-style-type: upper-alpha;
	margin-left: 36pt;
}

ol.ol_20
{
	padding-left: 0px;
	list-style-type: decimal;
	margin-left: 72pt;
}

ol.ol_21
{
	padding-left: 0px;
	list-style-type: lower-roman;
	margin-left: 36pt;
}

span.span_34
{
	color: #467886;
	text-decoration: underline;
}

span.span_35
{
	font-size: 10pt;
}

span.span_36
{
	font-weight: bold;
	font-size: 10pt;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Vacation Pay Considerations FINAL.docx" />*/

p.p_101
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_22
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ul.ul_18
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_40
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

td.td_29
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1_7
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-weight: bold;
	color: #00507D;
	font-size: 24pt;
}

h2.Heading2_8
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 2;
	font-weight: bold;
	color: #6A547B;
	font-size: 20pt;
}

h3.Heading3_6
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	font-weight: bold;
	color: #588C9F;
	font-size: 12pt;
}

p.p_102
{
	font-size: 12pt;
	background-color: #FFFFFF;
}

li.li_41
{
	font-size: 12pt;
	background-color: #FFFFFF;
}

p.p_103
{
	font-weight: bold;
	font-size: 12pt;
	background-color: #FFFFFF;
}

span.span_37
{
	font-size: 12pt;
	background-color: #FFFFFF;
}

p.p_104
{
	font-size: 12pt;
}

h2.Heading2_8_1
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 2;
	font-weight: bold;
	color: #6A547B;
	font-style: italic;
	font-size: 10pt;
}

p.p_105
{
	font-size: 12pt;
	background-color: #FFFFFF;
}

p.p_106
{
	margin-left: 36pt;
	font-size: 12pt;
	background-color: #FFFFFF;
}

span.span_38
{
	font-weight: bold;
	font-size: 12pt;
	background-color: #FFFFFF;
}

span.span_39
{
	
}

span.span_40
{
	font-size: 12pt;
	background-color: #FFFFFF;
}

span.span_41
{
	font-size: 12pt;
	background-color: #FFFFFF;
	text-decoration: underline;
}

p.p_107
{
	font-size: 12pt;
	background-color: #FFFFFF;
	text-decoration: underline;
}

span.span_42
{
	color: #1155CC;
	font-size: 12pt;
	background-color: #FFFFFF;
	text-decoration: underline;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Scholarship Funds and Student Aid Programs (Final).docx" />*/

p.p_108
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ol.ol_23
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

ul.ul_19
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.li_42
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-size: 11pt;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

td.td_30
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-size: 11pt;
	vertical-align: top;
}

h1.Heading1_8
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-weight: bold;
	color: #00507D;
	font-size: 24pt;
}

h2.Heading2_9
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 2;
	font-weight: bold;
	color: #6A547B;
	font-size: 20pt;
}

h3.Heading3_7
{
	page-break-after: avoid;
	page-break-inside: avoid;
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	font-weight: bold;
	color: #588C9F;
	font-size: 12pt;
}

p.p_109
{
	margin-top: 12pt;
	margin-bottom: 12pt;
	margin-left: 54pt;
}

ul.ul_20
{
	padding-left: 0px;
	list-style-type: square;
	margin-left: 72pt;
}

p.p_110
{
	margin-top: 12pt;
	margin-bottom: 12pt;
	font-weight: bold;
	color: #6A547B;
	font-size: 20pt;
}

a.a_6
{
	font-weight: bold;
	color: #1155CC;
	text-decoration: underline;
}

span.span_43
{
	font-weight: bold;
	color: #1155CC;
	text-decoration: underline;
}

span.span_44
{
	font-size: 10pt;
}

span.span_45
{
	font-weight: bold;
	font-size: 10pt;
}

@supports (display:block)
{
ol.multilevel_numbering {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
ol.multilevel_numbering  ol{
  list-style-type: none;
  counter-reset: subitem;
}
ol.multilevel_numbering ol>li{
  display: table-row;
  counter-increment: subitem;
}
ol.multilevel_numbering > li
 {
  display: table;
  counter-increment: item;
 }
ol.multilevel_numbering > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
ol.multilevel_numbering > li > ol> li:before {
  content: counters(item, ".") ". " counters(subitem, ".");
  display: table-cell;
  padding-right: 0.6em;
  width: 35px;
}
} 

ul.ol_14
{
	padding-left: 0px;
	list-style-type: lower-alpha;
	margin-left: 22pt;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\drive-download-20250425T204132Z-001\acknowledgement_of_employee_policies_2025_04_24.docx" />*/

p.p_111
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_14
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_21
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_43
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_31
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.p_112
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 20pt;
}

p.p_113
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 14pt;
}

p.p_114
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 13pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 12pt;
}

p.p_115
{
	font-size: 12pt;
}

p.p_116
{
	
}

p.p_117
{
	font-weight: bold;
	font-size: 8pt;
}

span.span_46
{
	font-weight: bold;
	font-size: 12pt;
}

p.p_118
{
	font-weight: bold;
	font-size: 12pt;
}

span.span_47
{
	font-size: 12pt;
}

span.span_48
{
	font-weight: bold;
	font-size: 12pt;
}

p.p_119
{
	font-weight: bold;
	font-size: 12pt;
}

p.p_120
{
	font-size: 5pt;
}

col.col_11
{
	width: 342pt;
}

col.col_12
{
	width: 179pt;
}

td.td_32
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #666666;
	background-color: #E8E8E8;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #999999;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #999999;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
}

p.p_121
{
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
}

td.td_33
{
	border-bottom-style: solid;
	border-bottom-width: 2pt;
	border-bottom-color: #666666;
	background-color: #E8E8E8;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #999999;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
}

tr.tr_1
{
	height: 22pt;
}

td.td_34
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #999999;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
}

td.td_35
{
	background-color: #auto;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #999999;
}

tr.tr_2
{
	height: 18pt;
}

span.span_49
{
	font-size: 12pt;
	text-decoration: underline;
}

p.p_122
{
	margin-left: 0pt;
	text-indent: 252pt;
}

p.p_123
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_24
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_22
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_44
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_36
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.p_124
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 13pt;
	margin-bottom: 3pt;
	font-weight: bold;
	font-size: 20pt;
}

p.p_125
{
	font-weight: bold;
	font-size: 14pt;
}

p.p_126
{
	margin-left: 18pt;
}

p.p_127
{
	margin-left: 36pt;
	font-size: 12pt;
}

p.p_128
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_25
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_23
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_45
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_37
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

span.span_50
{
	font-size: 7pt;
}

p.p_129
{
	margin-left: 18pt;
	font-size: 5pt;
}

p.p_130
{
	font-size: 7pt;
}

p.p_131
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_26
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_24
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_46
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_38
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.ListParagraph
{
	
}

li.ListParagraph
{
	
}

span.span_51
{
	font-weight: bold;
	font-size: 20pt;
}

li.ListParagraph_1
{
	font-weight: bold;
	font-size: 12pt;
}

p.p_132
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_27
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_25
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_47
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_39
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.ListParagraph_1
{
	font-style: italic;
	font-size: 12pt;
}

li.ListParagraph_2
{
	font-style: italic;
	font-size: 12pt;
}

p.p_133
{
	text-indent: 36pt;
	font-size: 12pt;
}

li.ListParagraph_3
{
	font-size: 12pt;
}

p.p_134
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_28
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_26
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_48
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_40
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

span.span_52
{
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

p.p_135
{
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

p.p_136
{
	font-size: 12pt;
	text-decoration: underline;
}

p.p_137
{
	font-style: italic;
	font-size: 12pt;
}

col.col_13
{
	width: 65pt;
}

p.p_138
{
	text-align: right;
	font-weight: bold;
	font-size: 12pt;
}

table.table_3
{
	margin-left: 0pt;
	border-collapse: collapse;
}

p.p_139
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_29
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_27
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_49
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_41
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

span.span_53
{
	font-size: 9pt;
}

p.p_140
{
	font-size: 9pt;
	text-decoration: underline;
}

p.p_141
{
	font-size: 9pt;
}

span.span_54
{
	font-family: Wingdings;
}

p.p_142
{
	font-family: Wingdings;
	font-size: 9pt;
}

p.p_143
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_30
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_28
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_50
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_42
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.ListParagraph_2
{
	margin-left: 36pt;
}

span.span_55
{
	font-size: 11pt;
}

span.span_56
{
	font-weight: bold;
	font-size: 11pt;
}

p.p_144
{
	margin-left: 5pt;
	margin-right: 5pt;
	text-align: right;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Templates (2025)-20250521T161351Z-1-001\Templates (2025)\background_check_consent_form.docx" />*/

p.p_145
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_31
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_29
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_51
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_43
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	vertical-align: top;
}

p.ListParagraph_3
{
	font-family: 'Basic Sans Light', Avenir, Myriad;
}

li.ListParagraph_3_1
{
	font-size: 12pt;
	font-family: 'Basic Sans Light', Avenir, Myriad;
}

span.span_57
{
	font-weight: bold;
	color: #E35F4E;
	font-size: 20pt;
}

span.span_58
{
	font-weight: bold;
	font-size: 20pt;
}

p.p_146
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 13pt;
	margin-bottom: 3pt;
	font-weight: bold;
	color: #E35F4E;
	font-size: 12pt;
}

span.span_59
{
	color: #E35F4E;
	font-size: 11pt;
}

span.span_60
{
	font-weight: bold;
}

p.p_148
{
	font-weight: bold;
}

span.span_61
{
	font-weight: bold;
	color: #E35F4E;
	font-size: 14pt;
}

p.p_149
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	margin-bottom: 3pt;
}

p.p_150
{
	font-weight: bold;
	font-size: 8pt;
}

span.span_62
{
	font-weight: bold;
	font-size: 12pt;
}

p.p_151
{
	font-weight: bold;
	font-size: 12pt;
}

span.span_63
{
	font-size: 12pt;
}

span.span_64
{
	font-size: 11pt;
}

p.p_152
{
	font-size: 11pt;
}

p.p_153
{
	font-weight: bold;
	font-size: 12pt;
}

span.span_65
{
	font-size: 12pt;
}

p.p_154
{
	font-family: 'Segoe UI Symbol';
	font-size: 11pt;
}

span.span_66
{
	font-family: 'MS Gothic';
	font-weight: bold;
	font-size: 11pt;
}

span.span_67
{
	font-weight: bold;
	font-size: 11pt;
}

li.ListParagraph_3_1_1
{
	font-size: 11pt;
}

p.p_155
{
	font-size: 12pt;
}

p.p_156
{
	margin-left: 0pt;
	text-indent: 252pt;
	text-align: right;
}

p.p_157
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_32
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_30
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_52
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_44
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	vertical-align: top;
}

span.span_68
{
	font-size: 5pt;
}

span.span_69
{
	font-weight: bold;
	font-size: 11pt;
	text-decoration: underline;
}

p.p_158
{
	font-weight: bold;
	font-size: 11pt;
	text-decoration: underline;
}

span.span_70
{
	font-family: 'MS Gothic';
	font-size: 11pt;
}

p.p_159
{
	font-size: 5pt;
}

p.p_160
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_33
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_31
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_53
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_45
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	vertical-align: top;
}

span.span_71
{
	font-size: 8pt;
}

p.p_161
{
	font-weight: bold;
	font-size: 11pt;
}

p.p_162
{
	
}

p.p_163
{
	font-size: 14pt;
}

p.p_164
{
	margin-bottom: 8pt;
	font-size: 11pt;
}

p.p_165
{
	margin-bottom: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

li.ListParagraph_3_1_2
{
	margin-bottom: 8pt;
	font-size: 11pt;
}

span.span_72
{
	font-style: italic;
	font-size: 11pt;
}

p.ListParagraph_3_1
{
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-bottom: 8pt;
}

li.ListParagraph_3_1_3
{
	font-size: 12pt;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-bottom: 8pt;
}

p.p_166
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_34
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_32
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_54
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_46
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	vertical-align: top;
}

p.p_167
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_35
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_33
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_55
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_47
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	vertical-align: top;
}

p.ListParagraph_3_2
{
	font-family: 'Basic Sans Light', Avenir, Myriad;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
}

li.ListParagraph_3_1_4
{
	font-size: 12pt;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
}

p.ListParagraph_3_3
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

li.ListParagraph_3_1_5
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 11pt;
}

p.p_168
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	font-size: 11pt;
}

span.span_73
{
	font-weight: bold;
	font-style: italic;
	font-size: 11pt;
}

p.p_169
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 36pt;
}

p.p_170
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	text-indent: 36pt;
}

p.p_171
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_36
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_34
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_56
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_48
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	vertical-align: top;
}

p.p_172
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	margin-left: 18pt;
}

p.p_173
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	font-weight: bold;
	font-size: 12pt;
}

col.col_14
{
	width: 171pt;
}

col.col_15
{
	width: 59pt;
}

col.col_16
{
	width: 275pt;
}

td.td_49
{
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #666666;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #666666;
}

p.p_174
{
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
}

td.td_50
{
	vertical-align: middle;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #666666;
}

p.p_175
{
	margin-top: 1pt;
	font-size: 11pt;
}

td.td_51
{
	vertical-align: middle;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #666666;
}

p.p_176
{
	margin-top: 1pt;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
}

td.td_52
{
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #666666;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: #666666;
}

p.p_177
{
	margin-top: 1pt;
}

p.p_178
{
	margin-top: 1pt;
	font-weight: bold;
	font-size: 11pt;
}

p.p_179
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
}

p.p_180
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_37
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_35
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_57
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_53
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	vertical-align: top;
}

p.p_181
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 0pt;
	text-indent: 72pt;
}

p.p_182
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 0pt;
	text-indent: 72pt;
	font-weight: bold;
	font-size: 11pt;
}

p.p_183
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 0pt;
	text-indent: 72pt;
	margin-right: 0pt;
}

p.p_184
{
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ol.ol_38
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

ul.ul_36
{
	color: #ffffff;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

li.li_58
{
	content: 'r';
	line-height: 1em;
	padding-left: 1px;
	letter-spacing: 0.25;
	mc-hyphenate: never;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

td.td_54
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	font-family: 'Basic Sans Light', Avenir, Myriad;
	vertical-align: top;
}

col.col_17
{
	width: 189pt;
}

col.col_18
{
	width: 109pt;
}

col.col_19
{
	width: 138pt;
}

col.col_20
{
	width: 185pt;
}

col.col_21
{
	width: 90pt;
}

p.p_185
{
	margin-bottom: 8pt;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
}

td.td_55
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

td.td_56
{
	background-color: #auto;
	border-top-style: solid;
	border-top-width: 1pt;
	border-top-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
}

span.span_74
{
	font-family: 'MS Gothic';
}

p.p_186
{
	font-family: 'MS Gothic';
}

span.span_76
{
	font-size: 11pt;
}

span.span_77
{
	font-weight: bold;
	font-size: 11pt;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Templates (2025)-20250521T183507Z-1-001\Templates (2025)\annual_performance_review_form-pastor_review.docx" />*/

p.p_187
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 13pt;
	margin-bottom: 3pt;
	margin-left: 0pt;
	text-indent: 108pt;
}

p.p_188
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 6pt;
	margin-bottom: 3pt;
	font-weight: bold;
	color: #E35F4E;
	font-size: 14pt;
}

p.p_189
{
	page-break-after: avoid;
	page-break-inside: avoid;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 13pt;
	margin-bottom: 3pt;
	font-weight: bold;
}

p.p_190
{
	font-size: 12pt;
}

p.p_191
{
	text-indent: 36pt;
}

p.p_192
{
	margin-left: 9pt;
	font-weight: bold;
	font-size: 12pt;
}

p.p_193
{
	
}

p.p_194
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 18pt;
}

p.p_195
{
	margin-left: 9pt;
}

p.p_196
{
	text-indent: 18pt;
}

p.p_197
{
	text-indent: 18pt;
	font-weight: bold;
	font-size: 12pt;
}

p.p_198
{
	font-family: Basics;
}

p.p_199
{
	margin-left: 18pt;
	font-weight: bold;
	font-size: 12pt;
}

p.p_200
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 18pt;
	font-weight: bold;
	font-size: 12pt;
}

span.span_78
{
	font-weight: bold;
	font-size: 16pt;
}

span.span_79
{
	font-weight: bold;
}

p.p_201
{
	font-weight: bold;
}

p.p_202
{
	margin-left: 9pt;
	font-weight: bold;
	font-size: 11pt;
}

p.p_203
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-left: 18pt;
	font-weight: bold;
	font-size: 11pt;
}

p.p_204
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-bottom: 8pt;
	margin-left: 18pt;
}

p.p_205
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-left: 18pt;
}

p.p_206
{
	text-indent: 18pt;
	font-size: 11pt;
}

span.span_80
{
	font-size: 8pt;
}

span.span_81
{
	font-family: 'Segoe UI Symbol';
	font-weight: bold;
	font-size: 11pt;
}

span.span_82
{
	font-family: 'Segoe UI Symbol';
	font-size: 11pt;
}

p.p_207
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	margin-left: 18pt;
}

p.p_208
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
}

p.p_209
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	margin-left: 18pt;
	font-weight: bold;
	font-size: 11pt;
}

p.p_210
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-left: 18pt;
	font-weight: bold;
	font-size: 11pt;
}

p.p_211
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 7pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
}

span.span_83
{
	font-weight: bold;
	font-size: 3pt;
}

p.p_212
{
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	margin-top: 8pt;
	margin-bottom: 6pt;
	margin-left: 18pt;
}

p.p_213
{
	margin-bottom: 8pt;
	text-indent: 18pt;
}

p.p_214
{
	font-size: 11pt;
}

p.p_215
{
	margin-left: 9pt;
	font-size: 11pt;
}

span.span_84
{
	font-weight: bold;
	font-size: 8pt;
}

span.span_85
{
	font-weight: bold;
	font-style: italic;
	color: #E35F4E;
	font-size: 11pt;
}

span.span_86
{
	font-style: italic;
	color: #E35F4E;
	font-size: 11pt;
}

span.span_87
{
	font-weight: bold;
	font-size: 12pt;
}

p.p_216
{
	margin-bottom: 8pt;
	margin-left: 18pt;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Church Planting - The Steps to Becoming a Separate Registered Charity.docx" />*/

h3.Heading3_8
{
	margin-top: 14pt;
	margin-bottom: 4pt;
	mc-heading-level: 3;
	font-weight: bold;
	color: #588C9F;
}

span.span_75
{
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Formal-20250603T230723Z-1-001\Formal\general_employment_policies_business_expense_pol.docx" />*/

li.li_59
{
	padding-left: 1px;
}

td.td_57
{
	border-top-style: none;
	border-bottom-style: none;
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

span.span_88
{
	font-weight: bold;
	color: #E35F4E;
}

span.span_89
{
	font-weight: bold;
}

p.p_217
{
	margin-top: 13pt;
	margin-bottom: 3pt;
	font-weight: bold;
	color: #E35F4E;
}

p.p_218
{
	color: #E35F4E;
}

span.span_90
{
	color: #E35F4E;
}

span.span_91
{
	font-weight: bold;
}

p.p_219
{
	font-weight: bold;
}

p.p_220
{
	margin-top: 6pt;
	margin-bottom: 3pt;
	font-weight: bold;
	color: #E35F4E;
}

p.p_221
{
	font-weight: bold;
}

span.span_92
{
	font-weight: bold;
}

p.p_222
{
	font-weight: bold;
}

span.span_93
{
	
}

p.p_224
{
	margin-left: 234pt;
}

p.p_226
{
	font-weight: bold;
}

p.p_227
{
	font-weight: bold;
	color: #E35F4E;
}

span.span_94
{
	font-weight: bold;
}

li.ListParagraph_4_1
{
	
}

li.ListParagraph_4_2
{
	font-weight: bold;
}

ul.ul_38
{
	padding-left: 0px;
	list-style-type: circle;
	margin-left: 54pt;
}

span.span_95
{
	font-weight: bold;
	font-style: italic;
	color: #E35F4E;
}

span.span_96
{
	font-style: italic;
	color: #E35F4E;
}

ul.ul_39
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 90pt;
}

li.ListParagraph_4_3
{
	color: #E35F4E;
}

span.span_97
{
	font-weight: bold;
}

td.td_58
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.p_229
{
	font-style: italic;
	color: #E35F4E;
}

p.p_230
{
	margin-bottom: 8pt;
}

p.p_231
{
	margin-bottom: 8pt;
	font-style: italic;
	color: #E35F4E;
}

p.ListParagraph_4_1
{
	font-style: italic;
}

li.ListParagraph_4_4
{
	font-style: italic;
}

p.p_232
{
	margin-bottom: 8pt;
	font-weight: bold;
}

li.ListParagraph_4_5
{
	margin-bottom: 8pt;
}

p.ListParagraph_4_2
{
	margin-bottom: 8pt;
	color: #E35F4E;
}

li.ListParagraph_4_6
{
	margin-bottom: 8pt;
	color: #E35F4E;
}

td.td_59
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

span.span_100
{
	font-weight: bold;
}

td.td_60
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.p_235
{
	margin-bottom: 8pt;
	font-weight: bold;
}

td.td_61
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.p_237
{
	margin-bottom: 8pt;
}

li.li_65
{
	margin-bottom: 8pt;
}

p.p_238
{
	font-weight: bold;
}

td.td_62
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

td.td_63
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

li.ListParagraph_4_7
{
	margin-bottom: 8pt;
}

td.td_64
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.p_242
{
	margin-bottom: 8pt;
	margin-left: 18pt;
	font-weight: bold;
}

td.td_65
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

p.p_244
{
	font-weight: bold;
	font-style: italic;
	color: #E35F4E;
}

span.span_101
{
	font-style: italic;
}

td.td_66
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

td.td_67
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

span.span_104
{
	font-weight: bold;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Informal-20250603T231445Z-1-001\Informal\general_employment_dress_code_policy_informal.docx" />*/
/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Sample Policies Ethics Policies (2025)-20250604T202140Z-1-001\Sample Policies Ethics Policies (2025)\ethics_policies__code_of_conduct.docx" />*/

td.td_68
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

span.span_105
{
	font-weight: bold;
	color: #E35F4E;
}

ul.ul_51
{
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 54pt;
}

td.td_69
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

td.td_70
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

td.td_71
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

td.td_72
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\Templates (2025)-20250604T202234Z-1-001\Templates (2025)\exit_interview_questionnaire_discussion_format.docx" />*/

p.p_253
{
	margin-top: 8pt;
	margin-left: 18pt;
	font-weight: bold;
}

p.p_254
{
	margin-top: 8pt;
	margin-left: 18pt;
}

p.p_255
{
	margin-top: 8pt;
	text-indent: 18pt;
	font-weight: bold;
}

p.p_256
{
	margin-top: 8pt;
	text-indent: 18pt;
}

p.p_257
{
	margin-left: 18pt;
}

p.p_258
{
	margin-top: 8pt;
	margin-left: 18pt;
	font-weight: bold;
}

p.p_260
{
	text-indent: 18pt;
	margin-left: 90pt;
}

p.p_261
{
	text-indent: 36pt;
	margin-left: 72pt;
}

div.div_1
{
	left: 0;
	text-align: left;
	margin-left: 16.9pt;
	margin-top: 24.85pt;
	width: 485.25pt;
	height: 57.6pt;
	visibility: visible;
	v-text-anchor: top;
}

p.p_263
{
	margin-top: 8pt;
	margin-left: 18pt;
	font-weight: bold;
}

div.div_2
{
	left: 0;
	text-align: left;
	margin-left: 16.9pt;
	margin-top: 26.2pt;
	width: 485.25pt;
	height: 57.6pt;
	visibility: visible;
	v-text-anchor: top;
}

p.p_264
{
	margin-top: 8pt;
	margin-left: 18pt;
	font-weight: bold;
}

div.div_3
{
	left: 0;
	text-align: left;
	margin-left: 16.9pt;
	margin-top: 30.7pt;
	width: 485.25pt;
	height: 57.6pt;
	visibility: visible;
	v-text-anchor: top;
}

p.p_265
{
	margin-left: 0pt;
	font-weight: bold;
	margin-top: 19pt;
}

/*<meta sourceDocument="C:\Users\PaulWolfe\Downloads\20250331 - Jewish National Fund v Canada (National Revenue) - 2025 FCA 75 - RC.docx" />*/

td.td_73
{
	background-color: #auto;
	border-left-style: solid;
	border-left-width: 1pt;
	border-left-color: black;
	border-right-style: solid;
	border-right-width: 1pt;
	border-right-color: black;
	vertical-align: top;
}

h1.Heading1_9
{
	margin-top: 6pt;
	margin-bottom: 3pt;
	mc-heading-level: 1;
	font-weight: bold;
	color: #00507D;
}

h3.Heading3_9
{
	margin-bottom: 4pt;
	margin-top: 2pt;
	mc-heading-level: 3;
	color: #6A547B;
	font-weight: normal;
}

h2.Heading2_10
{
	margin-bottom: 6pt;
	margin-top: 2pt;
	mc-heading-level: 2;
	color: #588C9F;
	font-weight: normal;
}

a.Hyperlink
{
	color: #0563C1;
	text-decoration: underline;
}

col.col_22
{
	width: 177pt;
}

col.col_23
{
	width: 291pt;
}

p.p_225
{
	text-indent: 36pt;
}

