<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
  --primary: #1D4D7E;
  --secondary: #853a51;
  --tertiary: #94C4C1;
}

main {
  margin-top: -1px;
}

main &gt; .container {
  max-width: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

main &gt; .container &gt; .row {
  margin-left: 0;
  margin-right: 0;
}

main .container .row &gt; div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

main .container .region.region-content {
  padding: 0;
  position: relative;
}

.news-events-top {
  background-color: #fff;
  /*background-image: linear-gradient(to right, #1D4D7E , white, #1D4D7E);*/
  /*background-color: #1D4D7E;*/
  background-image: url("../images/events-banner.jpeg");
  background-repeat: no-repeat;
  margin-bottom: 0px;
  background-position: top center;
  background-size: cover;
}

.news-events-container {
  /*background-image: linear-gradient(to right, #1D4D7E , white);*/
  display: flex;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.call-out-box {
  flex-basis: 50%;
  margin-left: 12px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 45px;
  color: #000;
  background: rgba(255, 255, 255, .8);
}

.call-out-box p {
  font-size: 1.2rem;
}

.call-out-box .call-out-buttons {
  margin-top: 20px;
}

.call-out-box .call-out-buttons a {
  margin-bottom: 10px;
  min-width: 285px;
}

.call-out-box .call-out-buttons a:last-of-type {
  margin-left: 0;
}

/*
.background-image {
  width: 100%;
  height: auto;
  flex-basis: 50%;
  position: relative;
}

.background-image img {
  position: absolute;
  right: 50px;
  bottom: 0;
}
*/
.background-image {
  /*background: repeating-linear-gradient( -45deg, #333, #333 10px, #fff 10px, #fff 20px);*/
  /*background-image: url("../images/news-events-top.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #fff;*/
}

/*
.background-image::before {
  transform: skewX(-15deg);
  transform-origin: 100% 0;
  position: absolute;
  background: inherit; 
  background: #041F37;
  content: '';
  position: absolute;
  right: 0;
  left: 50%;
  top: 0px;
  height: 100%; 
  z-index: 5;
  -webkit-backface-visibility: hidden;    
}*/

.upcoming-events-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.upcoming-events {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.upcoming-events-buttons {
  margin-bottom: 0px;
}

.carousel-controls {
  justify-content: flex-end;
}

.carousel-wrapper .carousel .canvas {
  padding-left: 16px;
}

.carousel .canvas a {
  text-decoration: none;
}

.carousel .canvas .card {
  height: 100%;
}

.carousel .card .featured-tag {
  position: absolute;
  left: -15px;
  top: 40px;
  background-color: var(--tertiary);
  padding: 10px;
  font-weight: 700;
  border-radius: 4px;
  z-index: 1;
}

.carousel .canvas .card h3 {
  font-size: 1.2rem;
  font-weight: 700;
}

.carousel .card .event-date {
  color: #6C757D;
  margin-bottom: 8px;
}

.carousel .card:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 999;
  position: relative;
}

/*
.carousel .canvas &gt; a:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  z-index: 999;
  position: relative;
  display: inline-block;
}*/

.carousel .card-background-img {
  height: 200px; 
  width: 100%; 
  /*background-size: contain !important;*/
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.stay-connected-wrapper {
  background-image: url("../images/social-banner.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
}

.stay-connected {
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  display: flex;
}

.stay-connected-content {
  color: #fff;
  flex-basis: 42%;
}

.stay-connected-content .buttons a {
  margin-bottom: 10px;
  margin-right: 8px;
  margin-left: 0;
}

.stay-connected-content .mike-blog a {
  color: #fff;
  text-decoration: none;
}

.stay-connected-content .mike-blog a:hover {
  text-decoration: underline;
}

.stay-connected-content .social-media-nexus-links a {
  text-decoration: underline;
}

.grants-podcasts {
  background-image: url("../images/podcast-banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.podcast-content-wrapper {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 15px;
}

.podcast-content {
  background-color: #fff;
  padding: 40px;
  flex-basis: 40%;
}

#embed-survey {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.last-updated-block {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px; 
}



@media only screen and (max-width: 767px) {
  main &gt; .container {
    padding: 0 !important;
  }

  .call-out-box {
    flex-basis: 100%;
    color: #fff;
    background: rgb(65, 65, 65, 0.9);
    opacity: 0.85;
    padding: 20px;
    margin: 10%;
  }

  .call-out-buttons a,
  .upcoming-events-buttons a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .call-out-buttons a:first-of-type {
    --bs-btn-color: #000;
    --bs-btn-bg: #F0F0F0;
    --bs-btn-border-color: #F0F0F0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #cccccc;
    --bs-btn-hover-border-color: silver;
  }

  .call-out-buttons a:last-of-type {
    --bs-btn-color: #F0F0F0;
    --bs-btn-border-color: #F0F0F0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #F0F0F0;
    --bs-btn-hover-border-color: #F0F0F0;
    --bs-btn-focus-shadow-rgb: 240, 240, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #F0F0F0;
    --bs-btn-active-border-color: #F0F0F0;
  }

  .upcoming-events-wrapper {
    padding-bottom: 0;
  }

  .stay-connected {
    padding: 20px;
    display: flex;
  }
  
  .stay-connected-content {
    color: #fff;
    flex-basis: 100%;
    background-color: black;
    opacity: 0.75;
    padding: 20px;
  }

  .grants-podcasts {
    min-height: 400px;
  }
  .podcast-content {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .stay-connected-content .buttons a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
}</pre></body></html>