html,
html.fp-enabled{
	margin-top: 0 !important;
}
body, html, h1, h2, h3, h4, h5, h5, p, div, span {
	color: #595959;
	font-weight: normal;
	font-size: 16px;
	font-size: 1em;
}
body, html { height: 100%; }
html {
	box-sizing: padding-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
strong { font-weight: bold; }

h1.ar18, h2.ar18, h3.ar18, h4.ar18, h5.ar18, h6.ar18 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
h1.ar18	{
	font-size: 7em;
	text-align: center;
	color: #fff;
}
h2.ar18	{
	font-size: 2.75em;
}

h4.ar18	{
	font-size: 1.5em;
	letter-spacing: normal !important;
}
#section12 .is-animated h4.ar18 {
	font-size: 1.7em;
}
h5.ar18	{
	font-size: 1.25em;
}

a { text-decoration: none !important; }

.parea a img {
	border-radius: 50%;
	border: 4px solid rgba(0,0,0,0);
	transition: border 1s;
}
.parea a img:hover {
	border: 4px solid #fff;
}
.parea a h4 {
	transition: color 1s;
}
.parea a:hover h4 {
	color: #fff;
	text-decoration: underline;
}

.ta-l	{ text-align: left; }
.ta-r	{ text-align: right; }
.ta-c	{ text-align: center; }

.pt-0	{ padding-top: 0 !important; }
.ptop-5	{ padding-top: 5px; }
.pt-10	{ padding-top: 10px; }
.pt-20	{ padding-top: 20px; }
.pt-30	{ padding-top: 30px; }
.pt-40	{ padding-top: 40px; }
.pt-50	{ padding-top: 50px; }

.pb-0	{ padding-bottom: 0 !important; }
.pb-10	{ padding-bottom: 10px; }
.pb-20	{ padding-bottom: 20px; }
.pb-30	{ padding-bottom: 30px; }
.pb-40	{ padding-bottom: 40px; }
.pb-50	{ padding-bottom: 50px; }
.pb-100	{ padding-bottom: 100px; }

.ps-0	{ padding-left: 0 !important; padding-right: 0 !important; }
.ps-10	{ padding-left: 10px; padding-right: 10px; }
.ps-20	{ padding-left: 20px; padding-right: 20px; }
.ps-30	{ padding-left: 30px; padding-right: 30px; }
.ps-40	{ padding-left: 40px; padding-right: 40px; }
.ps-50	{ padding-left: 50px; padding-right: 50px; }

.pa-5	{ padding: 5px; }
.pa-10	{ padding: 10px; }
.pa-20	{ padding: 20px; }
.pa-30	{ padding: 30px; }
.pa-40	{ padding: 40px; }
.pa-50	{ padding: 50px; }

.white	{ color: #fff; }
.purple	{ color: #41336F; }
.blue	{ color: #266E93; }
.gray	{ color: #585858; }
.rose	{ color: #B44359; }
.gold	{ color: #C8A432; }
.teal	{ color: #38A374; }
.slate	{ color: #567083; }
.orange	{ color: #CD7925; }
.aqua	{ color: #4F9FA6; }

.bg-white		{ background-color: #fff; }
.bg-purple	{ background-color: #41336F; }
.bg-blue		{ background-color: #266E92; }
.bg-gray		{ background-color: #585858; }
.bg-rose		{ background-color: #B44359; }
.bg-gold		{ background-color: #C8A432;}
.bg-teal		{ background-color: #38A374; }
.bg-slate		{ background-color: #567083; }
.bg-orange	{ background-color: #CD7925; }
.bg-aqua	{ background-color: #4F9FA6;}

.program-section {
	 border: 20px solid rgba(255, 255, 255, .1);
}

.program-section .fp-tableCell {
	vertical-align: top;
}
.program-section-cover {
	height: 80vh;
	width: 100%;

	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;

}


.program-section-cover h1 {
	color: white !important;
}

#section0 {
  /* 1. Your semi-transparent purple wash (adjust the 0.05 up to taste) */
  background:
    radial-gradient(
      circle at center,
      rgba(103, 94, 128, 0.2) 45%,
      rgba(65,  51, 112, 0.2) 80%
    ),
    /* 2. Your hero image behind it */
    url('https://annualreports.haassr.org/wp-content/themes/haas/ar2024/img/ar2024-hero-01.jpg')
      no-repeat center/cover;

  /* Fallback solid color */
  background-color: #41336F;
}
#section1	{ background: #266E92 url('img/bg_blue.png') no-repeat center; background-size: 100% 100%; }
#section2 {
	background: url(https://annualreports.haassr.org/wp-content/themes/haas/ar2024/img/ar2024-hero-02.jpg), radial-gradient(circle at center,rgba(103,94,128,0.9) 45%,rgba(65,51,112,1) 80%);
    background-size: cover;
    background-blend-mode: multiply;
	background-position-y: center;
}


#section8	{background-color: #675e80;}
#section8 {
    background: url(https://annualreports.haassr.org/wp-content/themes/haas/ar2024/img/ar2024-hero-03.jpg), radial-gradient(circle at center,rgba(103,94,128,0.9) 45%,rgba(65,51,112,1) 80%);
    background-size: cover;
    background-blend-mode: multiply;
	background-position-x: center;
}
#section9	{background: #000;}


.timeline-container {
	background: white;
	margin-bottom: 6em;
}


.timeline-container h2 {
	color: #41336F;
	padding: 2em;
	text-align: center;
	width: 100%;

}



.month {
	border-top: 1px solid #ccc;
	padding: 2em;
	width: 100%;
}

.month h3 {
	color: #41336F;
	font-size: 1.6em;
	margin-top: -3em;
}

.month h4 {
	font-size: 1.4em;

}
.month ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding:0;
}

.month li {
	list-style: none;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: rgba(183, 182, 182, .3);
	display: flex;
	flex-direction: column;
	text-align:center;
	align-content: center;
	align-items: center;
	justify-content: center;
	font-family: "georgia", serif;
	padding: 1em;
	font-size: .9em;
	transition: all .1s ease-in-out;
	mix-blend-mode: multiply;
	margin: -.5em;
}

.month li>a {
	display: block;
	width:100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	text-align:center;
	align-content: center;
	align-items: center;
	justify-content: center;
	padding: 2em;
	transition: all .1s ease-in-out;

}

.month li.fund {
	background: rgba(93, 122, 142, .8);
	color: white !important;


}
.month li.link {
	padding:0;
}

.month li.link a .blurb p:after {
	content:" >";

	color: white;
	opacity: .5;
	bottom: 5px;
}
.month li.link:hover {
	background: #41336F;
	opacity: 1;
	box-shadow: 0px 2px 10px rgba(0,0,0,.4);
}

.month li.fund p,
.month li.fund span,
.month li.fund h4 {
	color: white !important;

}

.month li p,
.month li span {
	font-size: 1em;
}

.month li .date {
	font-style: italic;
}


@media (min-width: 900px) {
	.month ul {
		padding:0 2em;

	}

	.month li {
		width: 280px;
		height: 280px;
		padding: 2em;
		margin: -1em;
		font-size: 1em;

	}

	.month li:nth-child(odd) {
		position: relative;
		top:4em;
	}

	.month li:nth-child(3n) {
		position: relative;
		top:2em;
		margin-left: 2em;
	}

	.month li:nth-child(4n) {
		position: relative;
		top:2em;
	}

	.month#March li:nth-child(4) {
		top: 4em;
		left: -2em;
	}

	#February h3 {
		margin-bottom: 0px;
	}

	#June,
	#September {
		margin-top: 6em;
	}

	#December {
		padding-bottom: 8em;
	}

	.month#December li:nth-child(1) {
		top:0px;
	}

	#July li {
		left:-2em;
	}
	#August li {
		right:-4em;
	}


}

.fit-image, .fit-image img {
	display: block;
	width: 100%;
	height: auto;
}



/*
.section {
	box-sizing: padding-box;
	border: 20px solid rgba(255,255,255,0.2);
}
*/
#ar2018.navbar.fixed-top {
	top: 60px !important;
	padding: 0 50px;
}
li.nav-item, li.list-inline-item {}
li.list-inline-item a.nav-link {
	font-family: 'Oswald', sans-serif !important;
	font-size: 1.5em !important;
	text-transform: uppercase !important;
	color: #fff !important;
	opacity: 0.7;
	transition: opacity 0.5;
}
li.list-inline-item a.nav-link:hover {
	opacity: 1;
}
 button.navbar-toggler {
	outline: none;
}
button.navbar-toggler {
	border: none;
}
.navbar-dark .navbar-toggler-icon {
	color: #fff;
	display: inline-block;
	font: normal normal normal 2em/1 "Font Awesome 5 Pro";
	height: 40px;
	text-rendering: auto;
	background-image: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-dark .navbar-toggler-icon:before {
	content:"\f0c9";
}
.navbar-dark .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  content:"\f00d";
}

.navbar-collapse.show {
	background: #383337 !important;
}
div.counter {
	display: inline !important;
	color: inherit !important;
}
p.big {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 2.25em;
}
.scrollbox {
	margin: 0 auto;
	padding: 50px;
	background-color: #fff;
	width: 70%;
	height: 70%;
	overflow: auto;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.625em;
}
.scrollbox .col p {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.625em;
	padding-bottom: 20px;
	min-height: 100%;
}

.scrollbox::-webkit-scrollbar {
  width: 30px;
  height: 30px;
}
.scrollbox::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.scrollbox::-webkit-scrollbar-thumb {
  background: #9f9f9f;
  border: 0 none #ffffff;
  border-radius: 0;
}
.scrollbox::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.scrollbox::-webkit-scrollbar-thumb:active {
  background: #999;
}
.scrollbox::-webkit-scrollbar-track {
  background: #e6e6e6;
  border: 0 none #ffffff;
  border-radius: 0;
}
.scrollbox::-webkit-scrollbar-track:hover {
  background: #e6e6e6;
}
.scrollbox::-webkit-scrollbar-track:active {
  background: #e6e6e6;
}
.scrollbox::-webkit-scrollbar-corner {
  background: transparent;
}
.alignright {
	float: right;
	margin: 0 0 10px 40px;
}
img.circle {
	border-radius: 50%;
}
.big {
	font-family: 'Oswald', sans-serif;
	font-size: 5.5em;
	font-weight: normal;
}
.percent {
	font-family: 'Oswald', sans-serif;
	font-size: 3.75em;
	position: absolute;
	top: 10px;
}
.dollars {
	font-size: 0.6em;
	position: relative;
	top: -13px;
}
.divider {
	margin: 20px 0;
	height: 3px;
	width: 100%;
}
table.areatable {
	width: 100%;
	margin-bottom: 20px;
}
.areatable th, .areatable td {
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
}
.areatable .column-program-area {
	padding-left: 10px;
}
.areatable .column-amount {
	text-align: right;
}
#header {
	position: fixed;
	height: 110px;
	top: 90px;
	z-index: 99;
}
.hl-box {
	margin-bottom: 20px;
}
.highlight {
	height: 100%;
}
.highlight img {
	max-width: 100%;
	height: auto;
}
.highlight h3 {
	padding: 30px 30px 20px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 1.5em;
}
.highlight p {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	padding: 0 30px 30px;
}
a .highlight:hover {
	text-decoration: underline;
}
a .highlight:hover img {
	opacity: 0.9;
}
.colorbar {
	font-family: Georgia, Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	float: left;
	color: #fff;
	margin: 0 10px 5px 0;
	padding: 1% 0 1% 10px;
	min-width: 20%;
	max-width: 90%;
}
.colorbar2 {
	font-family: Georgia, Times, serif;
	font-size: 0.9em;
	float: left;
	color: #fff;
	margin: 0 0 5px;
	padding: 1% 0;
}


.georgia {
	font-family: Georgia, Times, serif;
}
.legendbox {
	display: inline-block;
	height: 1em;
	width: 1em;
	margin: 0 0.5em 0 1em;
}

.boardmembers h2 {
	margin-top: 1em;
}

.boardmembers .col-6 {
	margin-bottom: 1.2em;
}
.boardmembers .boardmember {
	padding-bottom: 1em;
}

.boardmembers .boardmember strong {
	color: #266E93;
}

/* fullPage.js Styling
-----------------------------------------------------------------------------*/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	background: #fff !important;
}
#fp-nav.fp-right {
	right: 30px !important;
}
.fp-controlArrow::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
 	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 5em;
}
.fp-controlArrow.fp-prev {
	left: 60px !important;
	border-width: 0 !important;
}
.fp-controlArrow.fp-prev::after {
	content: "\f053";
	color: #fff;
 }
.fp-controlArrow.fp-next {
	right: 110px !important;
	border-width: 0 !important;
}
.fp-controlArrow.fp-next::after {
	content: "\f054";
	color: #fff;
 }
.fp-slidesNav {
	text-align: center;
}
.fp_slidesNav ul {
	margin: 0 auto !important;
}
#site-footer {
    font-family: "Arial", sans-serif;
    color: #fff;
}
#site-footer a, #site-footer a:hover {
	color: #fff;
}

/* animation
-----------------------------------------------------------------------------*/

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;
	opacity: 1 \9; /*just in case ie*/
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
}
.fade-in.one {
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	animation-delay: 6s;
}
.fade-in.two {
	-webkit-animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	animation-delay: 6.5s;
}
.fade-in.three {
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	animation-delay: 7s;
}
.dot {
	border-radius: 50%;
	border: 2px solid #fff;
	position: absolute;
	animation-duration: 1s;
}

.dot.sm { height: 20px; width: 20px; }
.dot.md { height: 30px; width: 30px; margin: -5px 0 0 -5px; }
.dot.lg { height: 40px; width: 40px; margin: -10px 0 0 -10px; }
.dot.xl { height: 50px; width: 50px; margin: -15px 0 0 -15px; }

.t1	{ top: 15%; }
.t2	{ top: 20%; }
.t3	{ top: 28%; }
.t4	{ top: 36%; }
.t5	{ top: 44%; }
.t6	{ top: 52%; }
.t7	{ top: 60%; }
.t8	{ top: 68%; }
.t9	{ top: 80%; }
.t10	{ top: 90%; }

.l1	{ left: 10%; }
.l2	{ left: 13%; }
.l3	{ left: 16%; }
.l4	{ left: 22%; }
.l5	{ left: 28%; }
.l6	{ left: 34%; }
.l7	{ left: 40%; }
.l8	{ left: 46%; }
.l9	{ left: 52%; }
.l10	{ left: 60%; }
.l11	{ left: 63%; }
.l12	{ left: 69%; }
.l13	{ left: 80%; }
.l14	{ left: 86%; }

.animated.delay-1-1s	{ -webkit-animation-delay: 1.1s;	animation-delay: 1.1s; }
.animated.delay-1-2s	{ -webkit-animation-delay: 1.2s;	animation-delay: 1.2s; }
.animated.delay-1-3s	{ -webkit-animation-delay: 1.3s;	animation-delay: 1.3s; }
.animated.delay-1-4s	{ -webkit-animation-delay: 1.4s;	animation-delay: 1.4s; }
.animated.delay-1-5s	{ -webkit-animation-delay: 1.5s;	animation-delay: 1.5s; }
.animated.delay-1-6s	{ -webkit-animation-delay: 1.6s;	animation-delay: 1.6s; }
.animated.delay-1-7s	{ -webkit-animation-delay: 1.7s;	animation-delay: 1.7s; }
.animated.delay-1-8s	{ -webkit-animation-delay: 1.8s;	animation-delay: 1.8s; }
.animated.delay-1-9s	{ -webkit-animation-delay: 1.9s;	animation-delay: 1.9s; }

.animated.delay-2-5s	{ -webkit-animation-delay: 2.5s;	animation-delay: 2.5s; }

.animated.delay-4-5s	{ -webkit-animation-delay: 4.5s;	animation-delay: 4.5s; }

.animated.delay-long	{ -webkit-animation-delay: 6s;	animation-delay: 6s; }

.force-row, .force-row-lg, .force-row-md, .force-row-sm { display: none; }

.vid-slide { padding: 0 8%; }

.barlabel { text-align: right; }


.ws-now { white-space: nowrap; }

iframe { margin-bottom: 10px !important; }

p.white a {
	font-weight: bold;
	color: #ccc;
	opacity: 0.8;
	transition: opacity 0.5s text-decoration 1s;
}
p.white a:hover {
	color: #fff;
	opacity: 1;
	text-decoration: underline;
}
.un {
	display: inline-block;
}
.un:after {
	content: '';
	width: 0;
	height: 1px;
	display: block;
	background: #fff;
	transition: 300ms;
}
.un:hover:after {
	width: 100%;
}


/* Ken Burns-y slideshow
-----------------------------------------------------------------------------*/

.bg-slideshow {
	list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    opacity: 0.25;
}
.bg-slideshow {
		background: url(https://annualreports.haassr.org/wp-content/themes/haas/ar2022/img/haas-hero-1.jpg), radial-gradient(circle at center,rgba(103,94,128,0.85) 45%,rgba(65,51,112,0.91) 89%);
    background-size: cover;
    background-blend-mode: multiply;
}

#section2 a h4{
	color: #fff;
}
#section2 a:hover h4{
	color: #999;
}
.bg-slideshow img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-slideshow li {
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.bg-slideshow li:nth-child(1) {
    animation: slide 25s linear 0s infinite;
    transform-origin: 90% 10%;
}

.bg-slideshow li:nth-child(2) {
    animation: slide 25s linear 5s infinite;
    transform-origin: 90% 90%;
}

.bg-slideshow li:nth-child(3) {
    animation: slide 25s linear 10s infinite;
    transform-origin: 100% 0;
}

.bg-slideshow li:nth-child(4) {
    animation: slide 25s linear 15s infinite;
    transform-origin: 10% 90%;
}

.bg-slideshow li:nth-child(4) img {
	object-position: top;
}

.bg-slideshow li:nth-child(5) {
    animation: slide 25s linear 20s infinite;
    transform-origin: 90% 10%;
}

@keyframes slide{
  0%   { left:0%; opacity:0; transform: scale(1); }
  5%   { left:0%; opacity:1; }
  20%  { left:0%; opacity:1; }
  25%  { left:0%; opacity:0; transform: scale(1.08); }
  26%  { left:100%; opacity:0; transform: scale(1); }
  99%  { left:100%; opacity:0; }
  100% { left:0%; opacity:0; }
}

/* Responsivitivity!
-----------------------------------------------------------------------------*/

/* Large devices */
@media (min-width: 769px) and (max-width: 992px) {
	#ar2018.navbar.fixed-top { top: 40px !important; padding: 0 40px; }
	.fp-controlArrow::after { font-size: 4em; }
	.fp-controlArrow.fp-prev { left: 20px !important; }
	.fp-controlArrow.fp-next { right: 50px !important; }
	h1.ar18 { font-size: 6em; }
	h2.ar18 { font-size: 2.5em; }
	h3.ar18 { font-size: 1.4em; }
	h4.ar18 { font-size: 1.3em; }
	p.big { font-size: 2em; }
	.big { font-size: 5em; }
	.scrollbox { padding: 30px; }
	.force-row { display: block; }
	.vid-slide { padding: 0 5%; }
	.areatable th, .areatable td { font-size: 0.9em; }
	.highlight h3 { font-size: 1.3em; padding: 20px; }
	.colorbar2 { min-height: 55px; }
}

/* Medium devices */
@media (min-width: 577px) and (max-width: 768px) {
	#ar2018.navbar.fixed-top { top: 20px !important; padding: 0 25px; }
	.navbar-brand { white-space: normal; }
	.navbar-brand img { width: 70%; }
	li.list-inline-item a.nav-link { font-size: 1.2em !important; padding: 10px; }
	.fp-controlArrow::after { font-size: 3em; }
	.fp-controlArrow.fp-prev { left: 20px !important; }
	.fp-controlArrow.fp-next { right: 40px !important; }
	h1.ar18 { font-size: 4em; }
	h2.ar18 { font-size: 2em; }
	h3.ar18 { font-size: 1.3em; }
	h4.ar18 { font-size: 1.2em; }
	p.big { font-size: 1.5em; }
	.big { font-size: 4.5em; }
	.percent { font-size: 3.25em; top: 10px; }
	.scrollbox { padding: 20px; width: 80%; height: 80%; }
	.force-row { display: block; }
	.vid-slide { padding: 0 8%; }
	.areatable th, .areatable td { font-size: 0.8em; line-height: 1em; }
	.highlight h3 { font-size: 1.15em; padding: 16px; }
	.barlabel { text-align: center; }
	.colorbar  { font-size: 0; min-height: 36px; }
	.colorbar2 { font-size: 0; min-height: 24px; }
	.georgia { font-size: 0.9em; }
}

/* Small devices */
@media (min-width: 200px) and (max-width: 576px) {
	#ar2018.navbar.fixed-top { top: 10px !important; padding: 0 0 0 20px; }
	.navbar-brand { white-space: normal; padding-top: 0; max-width: 200px; }
	.navbar-brand img { width: 100%; }
	.navbar-toggler { font-size: 1rem; }
	li.list-inline-item a.nav-link { font-size: 1em !important; padding: 5px; }
	.fp-controlArrow::after { font-size: 2.5em; }
	.fp-controlArrow.fp-prev { left: 10px !important; }
	.fp-controlArrow.fp-next { right: 30px !important; }
	h1.ar18 { font-size: 3em; }
	h2.ar18 { font-size: 1.5em; }
	h3.ar18 { font-size: 1.2em; }
	h4.ar18 { font-size: 1.1em; }
	h4.ar18.ptop-5 { padding-top: 0 !important; }
	p.big { font-size: 1.2em; }
	.big { font-size: 4em; }
	.percent { font-size: 2.75em; top: 10px; }
	.scrollbox { padding: 10px; width: 82%; height: 82%; }
	.force-row { display: block; }
	.vid-slide { padding: 0 3.5%; }
	.areatable th, .areatable td { font-size: 0.7em; line-height: 1em; }
	.hl-box { margin-left: 20%; margin-right: 20%; }
	.highlight h3 { font-size: 1em; padding: 12px; }
	.barlabel { text-align: center; }
	.colorbar  { font-size: 0; min-height: 32px; }
	.colorbar2 { font-size: 0; min-height: 20px; }
	.georgia { font-size: 0.8em; }
}


.program-icons {
	display:flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.program-icon {
	width: 14%;
	min-width: 150px;
	padding: 0 1em 1em 0;
}
@media (min-width: 769px) {

	h4.COVID-19 {
		position: relative;
		left: 150px;
	}

	h4.Justice {
		position: relative;

	}
}

#myVideo{
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black;
	background-position: center center;
	background-size: contain;
	object-fit: cover;
	z-index: 3;
}
.text-overlay{
	position: absolute;
	z-index: 10;
	background-image: radial-gradient(circle at center,rgba(103,94,128,0.65) 45%,rgba(65,51,112,0.90) 89%);
	background-color: rgba(0,0,0,0);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
h2.letter-heading{
	font-size: 2.0em;
}
@media (min-width: 769px) and (max-width: 992px){
	h2.letter-heading {
	    font-size: 1.75em;
	}
}
@media (min-width: 577px) and (max-width: 768px){
	h2.letter-heading {
	    font-size: 1.625em;
	}
}
.letter-image{
	text-align: center;
}
#section1 p a{
	color: #675E80;
}
#section1 p a:hover{
	color: #6b51b1;
}

.pb-50.program-areas ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	width: 100%;
	list-style-type: none;
}
