


:root {
  --color_white: #fff;
  --color_black: #000;
  --color_hi: #ab6243;
	--color_lightgrey: #eeeeee;
	
	
	--color_grey: #C8C9C3;
	--color_darkblue: #6F7A8A;
	--color_lightblue: #B2BCD5;
	--color-yellow: #DFB060;
	--color-aqua: #9DBDBA;
	--color-beige: #c5b9a3;
}


/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * halyard-display:
 *   - http://typekit.com/eulas/0000000000000000775abe4e
 * halyard-text:
 *   - http://typekit.com/eulas/0000000000000000775abe7b
 *   - http://typekit.com/eulas/0000000000000000775abe7e
 *
 * © 2009-2026 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2026-04-22 17:08:20 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=fif4oqt&ht=tk&f=34666.34693.34694&a=117649688&app=typekit&e=css");

@font-face {
font-family:"halyard-display";
src:url("https://use.typekit.net/af/808158/0000000000000000775abe4e/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/808158/0000000000000000775abe4e/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/808158/0000000000000000775abe4e/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:500;font-stretch:normal;
}

@font-face {
font-family:"halyard-text";
src:url("https://use.typekit.net/af/d416f9/0000000000000000775abe7b/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/d416f9/0000000000000000775abe7b/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/d416f9/0000000000000000775abe7b/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;font-stretch:normal;
}

@font-face {
font-family:"halyard-text";
src:url("https://use.typekit.net/af/048ba7/0000000000000000775abe7e/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"),url("https://use.typekit.net/af/048ba7/0000000000000000775abe7e/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"),url("https://use.typekit.net/af/048ba7/0000000000000000775abe7e/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:300;font-stretch:normal;
}

.tk-halyard-display { font-family: "halyard-display",sans-serif; }
.tk-halyard-text { font-family: "halyard-text",sans-serif; }







html, body {
	height: 100%;
}
body {
	background-color: var(--color_white);
	color: var(--color_black);
	font-family: "halyard-text", Helvetica, Arial, sans-serif; 
	font-size: 18px;
	line-height: 1.3;
	-webkit-font-smoothing: antialiased;
	height: auto;
}
a {
	color: var(--color_hi);
	text-decoration: none;
}
a:hover {
	color: var(--color_hi);
	text-decoration: underline;
}

.space_top_big {
	margin-top: 90px;
}
.space_top {
	margin-top: 30px;
}
.space_bot_big {
	margin-bottom: 90px;
}
.space_bot {
	margin-bottom: 30px;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.img_full {
	display: block;
	width: 100%;
	height: auto;
}
.img_square {
	width: 100%;
	padding-bottom: 100%;
	background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.relative {
	position: relative;
}
.abs_100 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



h1, h2, h3, h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.0;
	font-family: "halyard-display";
}













.header_background {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.header_title_background {
	padding: 20px 0;
	background-color: var(--color_lightblue);
}
.header_main_links_background {
	background-color: var(--color_darkblue);
}
.header_search_links_background {
	background-color: var(--color_grey);
}
.header_links_flex a {
	color: var(--color_black);
	text-decoration: none;
}


.header_links_flex div:after {
	display:block;
	content: '';
	border-bottom: solid 2px var(--color_black);
	transform: scaleX(0);  
	transition: transform 250ms ease-in-out;
	transform-origin: 100% 50%;
	cursor: pointer;
}
.header_links_flex div:hover:after{
	transform: scaleX(1);
	transform-origin:   0% 50%;
}
.header_links_flex div.selected:after {
	transform: none;
}


.hamburger {
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.hamburger_icon {
	position: relative;
	width: 48px;
	height: 35px;
}

.hamburger_icon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--color_black);
	transition: transform 300ms ease, opacity 300ms ease;
	transform-origin: center;
}

/* top line */
.hamburger_icon span:nth-child(1) {
	top: 0;
}
/* middle line */
.hamburger_icon span:nth-child(2) {
	top: 16px;
}
/* bottom line */
.hamburger_icon span:nth-child(3) {
	top: 32px;
}
/* active state */
.hamburger.is-active .hamburger_icon span:nth-child(1) {
	transform: translateY(16px) rotate(45deg);
}
.hamburger.is-active .hamburger_icon span:nth-child(2) {
	opacity: 0;
}
.hamburger.is-active .hamburger_icon span:nth-child(3) {
	transform: translateY(-16px) rotate(-45deg);
}



@media (max-width: 767px) {
	.header_holder {
		padding: 15px 0;
		min-height: 45px;
	}
	.header_logo {
		width: 156px;
		height: 55px;
	}
	.header_links_flex {
		flex-direction: column;
	}
	.header_links_flex div {
		width: 40%;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.header_links_flex a {
		font-size: 20px;
	}
	.header_main_links_background {
		padding: 20px 0 0;
	}
	.header_search_links_background {
		padding: 20px 0 0;
	}
	.header_nav {
		height: 0;
		transition: all 0.3s;
		opacity: 0;
		visibility: hidden;
	}
	.header_nav.visible {
		height: auto;
		opacity: 1;
		visibility: visible;
	}	
	.header_title {
		font-size: 25px;
	}
	.list_header {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.faq_header {
		font-size: 23px;
	}
	.table_alternate_rows td {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	.header_holder {
		padding: 40px 32px 30px;
		margin-bottom: 300px;
	}
	.header_logo {
		height: 72px;
	}
	.header_links_flex {
		flex-direction: row;
	}
	.header_links_flex div {
		flex-basis: 17%;
		padding-right: 15px;
	}
	.header_links_flex a {
		font-size: 20px;
	}
	.header_main_links_background {
		padding: 20px 0;
	}
	.header_search_links_background {
		padding: 20px 0;
	}
	.header_nav {
		position: -webkit-sticky; /* for Safari */
		position: sticky;
		top: 0;
	}
	.header_title {
		font-size: 40px;
	}
	.list_header {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.faq_header {
		font-size: 30px;
	}
}

@media (min-width: 992px) {
	.header_links_flex a {
		font-size: 24px;
	}
	.header_title {
		font-size: 60px;
	}
	.list_header {
		margin-top: 70px;
		margin-bottom: 30px;
	}
}




.sticky {
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top: 0;
}

















.table_alternate_rows {
	width: 100%;
	margin-top: 10px;
}
.table_alternate_rows tr:nth-child(odd) {
	background-color: var(--color_grey);
}
.table_alternate_rows td {
	padding: 5px;
}


.cmma_item_results {
	display: none;
}
.cmma_item_holder {
	padding: 10px;
	border: 1px solid var(--color_grey);
	margin-top: 10px;
}
.cmma_search_highlight {
	color: var(--color_white)
	background-color: var(--color_hi);
}



.faq_header {
	text-decoration: underline;
	margin-bottom: 10px;
	cursor: pointer;
}
.faq_header:hover {
	color: var(--color_hi);
}

.inputBox_label {
	margin-bottom: 10px;
	font-family: "halyard-display";
}
.inputBox {
	background-color: #f7f6fb;
	padding: 10px;
	border: none;
	width: 100%;
}


.fancyCheckBox {
	cursor: pointer;
	padding-bottom: 30px;
}
.fancyCheckBox:hover {
	color: var(--color_hi);
}
.fancyCheckBox > input {
	display:none;
}
.fancyCheckBox_outer {
	width: 40px;
	height: 40px;
	border: 1px solid var(--color_grey);
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
	z-index: -1;
}
.fancyCheckBox_inner {
	position: absolute;
	left: 4px;
	right: 4px;
	top: 4px;
	bottom: 4px;
}
.fancyCheckBox > input + .fancyCheckBox_outer > .fancyCheckBox_inner {
	background: var(--color_white);
	transition: background 150ms ease-in-out;
}
.fancyCheckBox:hover > input + .fancyCheckBox_outer > .fancyCheckBox_inner {
	background: var(--color_grey);
}
.fancyCheckBox > input:checked + .fancyCheckBox_outer > .fancyCheckBox_inner {
	background: var(--color_darkblue);
}
 
.date_select_holder {
	margin-bottom: 30px;
}
.date_select_holder select {
	margin-right: 5px;
}
.button {
	color: var(--color_white);
	background-color: var(--color_black);
	border: none;
	font-family: "halyard-display";
	padding: 15px 30px;
}
.button:hover {
}



.footer_funders {
	margin-top: 50px;
	border-top: 1px solid var(--color_lightgrey);
	padding-top: 40px;
	margin-bottom: 20px;
}
.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 120px;
}

.footer_grey {
	background-color: var(--color_lightgrey);
	padding-bottom: 50px;
	padding-top: 50px;
}
.footer_contact_us {
	font-family: "halyard-display";
	color: var(--color_black);
}
.footer_address {
	font-size: 130%;
	margin-bottom: 30px;
}
.footer_socials {
	margin-bottom: 30px;
}
.footer_socials_holder {
	margin-top: 10px;
	margin-bottom: 30px;
}
.footer_social_icon {
	height: 24px;
	width: auto;
	margin-right: 24px;
}
.footer_divider {
	border-top: 1px solid #bab5b9;
	margin-bottom: 30px;
}

.footer_reg, .footer_copy, .footer_credit {
	color: var(--color_grey);
	font-size: 80%;
	margin-bottom: 30px;
}
.footer_links {
	margin-bottom: 30px;
}
.footer_links a {
	display: block;
	color: var(--color_black);
	text-decoration: underline;
	margin-bottom: 8px;
}









@media (max-width: 767px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}