<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.very-top-header {
  width: 100%;
  background-color: #000;
  height: 40px;
}

.logo-header {
  width: 100%;
  background-color: #202840;
  height: 100px;
  border-top: 1px solid #a58960;
  border-bottom: 3px solid #a58960;
}

.website-logo-container {
  margin-top: 18px;
  float: left;
  width: 39%;
}

.website-logo {
  height: 63px;
  width: 241px;
}

.sub-menu-header {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 2px solid #a58960;
}

.main-content-container {
  padding: 20px 0;
  min-height: 55vh;
  background-color: #fff;
}

.main-feature-image-container {
  width: 450px;
  height: 300px;
  background: url("https://govtbasics.com/assets/images/pixel/elijahsad-dirty-hand-holding-black-and-red-butterfly.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.main-feature-image-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(242, 217, 5, .8);
  height: 60px;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.main-feature-image-overlay a {
  color: #202840;
  font-family: "Poppins Black";
  font-size: 14pt;
  padding-right: 10px;
  padding-left: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-feature-image-overlay a:hover {
  text-decoration: underline;
}

.secondary-feature-wrapper {
  margin: 30px 0;
}

.secondary-feature-image-container {
  min-height: 150px;
  background: url("https://govtbasics.com/assets/images/unsplash/jxb511-mount-rushmore-with-cleavage.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-right: 20px;
}

.secondary-feature-content {
  padding-top: 15px;
  position: relative;
  min-height: 150px;
}

.secondary-feature-content h2 a:hover {
  text-decoration: underline;
}

.secondary-feature-content h2 {
  font-family: Unna;
  color: #2a4b8c;
  font-size: 16pt;
  line-height: 18pt;
}

.secondary-feature-content p {
  font-family: Poppins;
  color: #2290cf;
  font-size: 8pt;
  margin-bottom: 0;
}

.tags-container {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 15px;
}

.tags {
  list-style: none;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.tags li {
  display: inline;
  margin: 0 2px;
  color: #c42e1e;
  font-size: 8pt;
}

.tags li a {
  padding: 2px 5px;
  border: 1px solid #c42e1e;
}

.tags li a:hover {
  color: #202840;
  border-color: #202840;
  background-color: #efe5d1;
}

.top-of-footer {
  width: 100%;
  background-color: #202840;
  height: 40px;
  padding: inherit;
  position: relative;
  border-top: 2px solid #a58960;
  border-bottom: 3px solid #a58960;
}

.menu-of-footer {
  width: 100%;
  min-height: 75px;
  background-color: #000;
}

.footer-widget-menu-container p {
  color: #fff;
}

.footer-widget-menu-container ul li a:hover {
  color: #ddd1bb;
  text-decoration: underline;
}

.copyright-of-footer {
  width: 100%;
  height: 100%;
  background-color: #000;
  border-bottom: 1px solid #a58960;
  margin-bottom: 1px;
}

.copyright-of-footer p {
  font-family: "Fira Sans Condensed";
  padding-top: 20px;
  color: #fff;
  margin-bottom: 0;
}


@media only screen and (min-width: 1366px) {
  .main-feature-image-container {
    width: 500px;
  }
}


@media only screen and (max-width: 768px) {
  .website-logo-container {
    margin-top: 18px;
    float: left;
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .website-logo {
    width: 121px;
    margin-top: 14px;
    height: 32px;
  }

  .main-feature-image-container {
    width: 300px;
  }
}
</pre></body></html>