<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	border:0;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}
video {
	width: 100%;
	height: auto;
}
* {
  box-sizing: border-box;
}
body {
	background: #eee;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	color: #000;
}
p {
    line-height: 1.5;
    padding: 1%;
}
.container {
	max-width: 1366px;
	margin: 1% auto;
	background-color: #fff;
}
.header-container {
	background: #faf6f5;
	max-width: 100%;
	margin: 0 auto;
}
.main-header .header-container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}
.main-nav ul {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	margin: 1em 0 .5em;
	text-align: center;
}
.main-nav li {
	display: inline;
}
.main-nav a {
	display: inline-block;
	padding: 0.5em;
	color: #606060;
	text-decoration: none;
}
.footer-nav ul {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin: 1em 0 .5em;
	text-align: center;
}
.footer-nav li {
	display: inline;
}
.footer-nav a {
	display: inline-block;
	padding: 0.5em;
	color: #7a7a7a;
	text-decoration: none;
}
.welcome {
	position: relative;
	text-align: center;
	color: #fff;
	background: #9ed36e;
	padding-top: 1%;
}
.welcome-title {
	font-family: 'GFS Didot', serif;
	font-size: 313%;
	text-transform: uppercase;
	text-shadow: 0px 3px 15.2px rgba(0, 0, 0, 0.48);
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translate(-50%, -50%);
}
.peace {
	vertical-align: bottom;
}
.title-box {
	max-width: 920px;
	padding: 4%;
	margin: 0 auto;
}
.sub-title {
  font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 250%;
	text-align: center;
	color:#606060;
	margin-bottom: 2%;
}
.sub-title-bold {
  font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 250%;
	text-align: center;
	color:#606060;
}
.sub-title-charities {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 250%;
	text-align: center;
	color: #606060;
	margin-bottom: 4%;
	margin-top: 4%;
}
.sub-title-zip-connect {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 250%;
	text-align: left;
	color: #606060;
	margin-left: 6%;
}
.off-gray {
	background-color: #faf6f5;
	/*padding-bottom: 4%;*/
}
.off-gray-charities {
	background-color: #faf6f5;
	padding-bottom: 4%;
}
.expert-videos {
	background-color: #fff;
	padding-top: 4%;
}
.inner-container {
	max-width: 900px;
	margin: 1% auto;
}
.equalHMWrap {
	justify-content: space-between;
}
.eqWrap {
	display: flex;
}
.eq {
	padding: 10px;
}
.equalHM {
	width: 33%;
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.column-topic {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
	margin: 2%;
}
.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
}
.cicon {
	font-size: 300%;
}
.col-title {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 131%;
	color: #606060;
}
.col-text {
	 font-family: 'Source Sans Pro', sans-serif; 
	font-weight: 300;
	font-size: 113%;
	color: #606060;
}
.fa, .far, .fas {
	color: #606060;
}
.topic-container {
	max-width: 1090px;
	margin: 0 auto;
	padding-bottom: 4%;
}
.topic {
	font-family: 'Lato', sans-serif;
	font-size: 125%;
	font-weight: 900;
	display: flex;
    align-items: center;
    justify-content: center;
	background-color: #fff;
	border: 1pt solid #232323;
	color: #9ed36e;
	text-align: center;
	padding: 4%;
	border-radius: 5px;
	height: 56px;
}
/* use this when topics become links
.topic:hover {
  background-color: #ff0000;
  color: #000!important;
}
*/
.centerit {
	text-align: center;
}
.expert-text {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 113%;
	font-weight: 300;
	color: #606060;
	text-align: center;
    margin-bottom: 0;
}
.horizontal-line-1 {
	width: 1024px;
	height: 0px;
	opacity: 30%;
	border-color: #7a7a7a;
	border-width: 1px;
	border-style: solid;
}
.video-container {
	max-width: 1160px;
	margin: 2% auto;
}
.video-title {
	font-family: 'Arial', sans-serif;
	font-size: 113%;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin: 10% 0;
}
.video-title a:link {
	color: #000;
	text-decoration: none;
}
.video-title a:visited {
	color: #000;
	text-decoration: none;
}
.video-title a:hover {
	color: #9ed36e;
}
.no-strech {
	align-self: center;
}
.zip-connect {
	background-color: #9ed36e;
	padding: 4%;
}
.zip-connect-txt {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 150%;
	color: #606060;
	padding: 4%;
}
.zip-inner {
	margin: 4% 0;
	text-align: right;
}
.vertical-line-zip {
	width: 1px;
	height: 201px;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	opacity: 0.50;
}
footer {
	background: #faf6f5;
	padding: 2% 0 4% 0;
}
.footer-line {
	width: 200px;
	height: 0px;
	opacity: 30%;
	border-color: #606060;
	border-width: 1px;
	border-style: solid;
}
.footer-txt {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 100%;
	text-align: center;
	color: #7a7a7a;
}
/* video pop open styles */
.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 98%;
  background: #9ed36e;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
    
}
.modal-box .modal-body { 
	padding: 2% 1%; 
}
.modal-box {
  padding: 1em;
  /*background: rgba(0, 0, 0, 0.02);*/
  text-align: right;
}
.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) !important;
}
a.close {
	line-height: 1;
	font-size: 188%;
	position: absolute;
	top: 0;
	right: 2%;
	text-decoration: none;
	color: #606060;
}
a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.transcript {
    font-family: "Times New Roman" , Serif;
    text-align: left
}

</pre></body></html>