<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #e6ded3;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
@supports (-webkit-touch-callout: none) {
  body {
    font-weight: 300 !important;
  }
}
body .breadcrumbs {
  margin-top: 25px;
  display: flex;
  align-self: flex-start;
  padding-left: 18px;
  flex-wrap: wrap;
}
@media (max-width: 1014px) {
  body .breadcrumbs {
    padding-left: 0;
  }
}
body .breadcrumbs a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
body .breadcrumbs a .home {
  font-weight: 400;
}
@media (max-width: 1014px) {
  body .breadcrumbs a .home {
    margin-left: 0;
  }
}
body .breadcrumbs span {
  font-weight: 700;
}
body .breadcrumbs .separator {
  margin: 0 10px;
}
body .page-title {
  align-self: flex-start;
  font-size: 48px;
  margin: 12px 0 8px 0;
  padding-left: 20px;
}
@media (max-width: 1014px) {
  body .page-title {
    padding-left: 0;
    font-size: 36px;
  }
}
body .content-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 1014px) {
  body .content-container {
    flex-direction: column;
    padding: 20px 0;
    width: 100%;
  }
}
body .content-container .content-wrapper {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 20px;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
  max-width: 1100px;
  min-width: 0;
}
@media (max-width: 1014px) {
  body .content-container .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body .content-container .content-wrapper {
    padding: 20px 15px;
  }
}
body .content-container .main-image {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
body .content-container .main-image img {
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
}
@media (max-width: 678px) {
  body .content-container .main-image img {
    max-width: 100%;
  }
}
body .btn-primary {
  background-color: #587DA8;
  color: #d8d8d8 !important;
  max-width: 195px;
  align-self: center;
  justify-items: center;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3), 3px 3px 6px rgba(0, 0, 0, 0.2);
  font-size: clamp(8px, 3vw, 14px);
  font-weight: 600;
}
body .btn-primary:hover {
  background-color: #45678f;
}
body .custom-accordion {
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}
body .custom-accordion p:last-child {
  margin-bottom: 0;
}
body .custom-accordion .custom-accordion-item {
  border-bottom: 1px solid #dddddd;
}
body .custom-accordion .custom-accordion-item:last-child {
  border-bottom: none;
}
body .custom-accordion .custom-accordion-item .custom-accordion-header {
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  text-align: left;
  border: none;
  appearance: none;
  color: #000000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .custom-accordion .custom-accordion-item .custom-accordion-header:focus {
  outline: none;
}
body .custom-accordion .custom-accordion-item .custom-accordion-header:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
  border-radius: 3px;
}
body .custom-accordion .custom-accordion-item .custom-accordion-header h2, body .custom-accordion .custom-accordion-item .custom-accordion-header h3 {
  margin: 0;
  font-size: 1.25rem;
}
body .custom-accordion .custom-accordion-item .custom-accordion-header i {
  font-size: 1rem;
  transition: transform 0.3s ease;
}
body .custom-accordion .custom-accordion-item .custom-accordion-header:hover {
  background-color: #e0e0e0;
}
body .custom-accordion .custom-accordion-item .custom-accordion-content {
  display: none;
  padding: 10px 15px 15px;
  background-color: #ffffff;
  animation: fadeIn 0.3s ease;
}
body .custom-accordion .custom-accordion-item.active .custom-accordion-content {
  display: block !important;
}
body .custom-accordion .custom-accordion-item.active .custom-accordion-header i {
  transform: rotate(180deg);
}
body .aside-links {
  background-color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
  flex: 0 1 auto;
  align-self: flex-start;
  overflow: visible;
  height: auto;
  max-height: none;
}
body .aside-links h2 {
  font-size: 32px !important;
}
@media (max-width: 1014px) {
  body .aside-links {
    width: 100%;
  }
}
body .aside-links ul {
  padding: 0;
  margin-bottom: 0 !important;
}
body .aside-links li {
  list-style-type: none;
}
body .aside-links li a {
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
body .aside-links li a:hover {
  background-color: white;
  color: #000000;
}
body .aside-links li.active a {
  background-color: #cccccc;
  font-weight: bold;
}
body .hidden-skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: #ffffff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
}
body .hidden-skip-link:focus {
  top: 0;
}
@media (max-width: 480px) {
  body .youtube-embeds {
    padding: 10px;
  }
}
body .youtube-embeds .video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
body .youtube-embeds .video-grid .video-item {
  flex: 1 1 300px;
  max-width: 100%;
}
body .youtube-embeds .video-grid .video-item .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
body .youtube-embeds .video-grid .video-item .responsive-video iframe {
  position: absolute;
  display: block;
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main-menu {
  background-color: #3d4766;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 45px;
  font-family: "Times New Roman", serif;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: visible;
}
@media (max-width: 1014px) {
  .main-menu {
    padding: 10px 20px;
  }
}
.main-menu .search-and-social-media {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0 0 0;
  background-color: #3d4766;
}
@media (max-width: 1014px) {
  .main-menu .search-and-social-media {
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 10px;
  }
}
.main-menu .search-and-social-media .newsroom-link {
  color: #ffffff;
  text-decoration: none;
  margin-right: 11px;
}
@media (max-width: 1014px) {
  .main-menu .search-and-social-media .newsroom-link {
    font-size: 12px;
  }
}
.main-menu .search-and-social-media .links-and-search-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.main-menu .search-and-social-media .links-container {
  display: flex;
  gap: 10px;
}
.main-menu .search-and-social-media .search-container {
  display: flex;
  justify-content: center;
}
.main-menu .search-and-social-media .search-container .search-form {
  display: flex;
  align-items: center;
  position: relative;
}
.main-menu .search-and-social-media .search-container .search-field {
  height: 36px;
  border-radius: 8px;
  max-width: 200px;
  padding: 0 10px;
}
@media (max-width: 1014px) {
  .main-menu .search-and-social-media .search-container .search-field {
    max-width: 120px;
  }
}
.main-menu .search-and-social-media .search-container .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
}
.main-menu .search-and-social-media .search-container .search-submit:focus, .main-menu .search-and-social-media .search-container .search-submit:active {
  outline: none;
  box-shadow: none;
}
.main-menu .search-and-social-media .search-container .search-submit img, .main-menu .search-and-social-media .search-container .search-submit .fa-magnifying-glass {
  width: 16px;
  height: 16px;
  color: #ffffff;
}
.main-menu .menu-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  position: relative;
}
@media (max-width: 1014px) {
  .main-menu .menu-bar {
    flex-direction: column;
    height: auto;
    width: 100vw;
  }
}
.main-menu .main-menu-logo {
  flex-shrink: 0;
  width: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
.main-menu .main-menu-logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1014px) {
  .main-menu .main-menu-logo {
    width: 225px;
    height: 65px;
  }
}
.main-menu .hamburger {
  display: none;
  cursor: pointer;
  padding: 10px;
}
.main-menu .hamburger span {
  background-color: #ffffff;
  display: block;
  width: 30px;
  height: 4px;
  margin: 6px 0;
}
@media (max-width: 1014px) {
  .main-menu .hamburger {
    display: block;
  }
}
.main-menu .main-menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  width: 100%;
}
@media (max-width: 1014px) {
  .main-menu .main-menu-list {
    display: flex;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    width: 100%;
    background-color: #3d4766;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    padding: 10px 0 10px;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .main-menu .main-menu-list li {
    padding: 2px 20px;
  }
  .main-menu .main-menu-list.active {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: visibility 0s 0.3s, opacity 0.3s ease !important;
  }
}
.main-menu .main-menu-list .menu-item {
  position: relative;
  padding: 0 10px;
  display: flex;
}
.main-menu .main-menu-list .menu-item .fa-caret-down {
  margin-left: 2px;
}
.main-menu .main-menu-list .menu-item &gt; a {
  display: block;
  padding: 2px 5px;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.3s ease;
  font-size: 20px;
}
@media (max-width: 1014px) {
  .main-menu .main-menu-list .menu-item &gt; a {
    font-size: 12px;
  }
}
.main-menu .main-menu-list .menu-item:hover .sub-menu {
  display: block;
}
.main-menu .main-menu-list .menu-item:hover &gt; a {
  background-color: #45678f;
}
@media (max-width: 1014px) {
  .main-menu .main-menu-list .menu-item:hover &gt; a {
    height: 30px;
  }
}
@media (max-width: 1014px) {
  .main-menu .main-menu-list .menu-item .sub-menu {
    display: none !important;
    position: static;
    box-shadow: none;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: none;
    margin-bottom: 0;
  }
  .main-menu .main-menu-list .menu-item .sub-menu.active {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translate(10px, 20px);
    margin-bottom: 25px;
  }
}
.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #3d4766;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 10px 20px;
  width: 250px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.main-menu .sub-menu li {
  color: #ffffff;
  list-style-type: none;
}
.main-menu .sub-menu li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}
.main-menu .sub-menu li:hover {
  background-color: #45678f;
}
.main-menu .sub-menu.active {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

#main-content {
  background-color: #e6ded3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 60px;
}
@media (max-width: 480px) {
  #main-content {
    padding: 0 15px 45px;
  }
}
#main-content .hidden-title-only-for-ada-purposes {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#main-content .carousel-container {
  position: relative;
  width: 100%;
}
#main-content .carousel-container .carousel-inner {
  max-width: 100%;
  transition: transform 0.5s ease-in-out;
}
#main-content .carousel-container .carousel-inner .carousel-item {
  width: 100vw;
  height: 70vh;
  flex: 0 0 100%;
}
#main-content .carousel-container .carousel-inner .carousel-item img,
#main-content .carousel-container .carousel-inner .carousel-item video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100% !important;
  display: block;
}
@media (max-width: 1014px) {
  #main-content .carousel-container .carousel-inner .carousel-item {
    height: 60vh;
  }
  #main-content .carousel-container .carousel-inner .carousel-item img,
  #main-content .carousel-container .carousel-inner .carousel-item video {
    height: 60vh;
  }
}
@media (max-width: 768px) {
  #main-content .carousel-container .carousel-inner .carousel-item {
    height: 50vh;
  }
  #main-content .carousel-container .carousel-inner .carousel-item img,
  #main-content .carousel-container .carousel-inner .carousel-item video {
    height: 50vh;
  }
}
@media (max-width: 480px) {
  #main-content .carousel-container .carousel-inner .carousel-item {
    height: 45vh;
  }
  #main-content .carousel-container .carousel-inner .carousel-item img,
  #main-content .carousel-container .carousel-inner .carousel-item video {
    height: 45vh;
  }
}
#main-content .carousel-container .hero-cta {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  text-align: center;
  z-index: 10;
  max-height: 400px;
  width: 500px;
  box-shadow: -8px 0 20px rgba(0, 0, 0, 0.3);
}
#main-content .carousel-container .hero-cta .hero-text {
  font-size: clamp(16px, 3vw, 24px);
  margin-bottom: 20px;
}
#main-content .carousel-container .hero-cta .btn-primary {
  background-color: #587DA8;
  color: #d8d8d8 !important;
  max-width: 195px;
  align-self: center;
  justify-items: center;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3), 3px 3px 6px rgba(0, 0, 0, 0.2);
  font-size: clamp(8px, 3vw, 14px);
  font-weight: 600;
}
#main-content .carousel-container .hero-cta .btn-primary:hover {
  background-color: #45678f;
}
@media (max-width: 1200px) {
  #main-content .carousel-container .hero-cta {
    width: 350px;
    padding: 15px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  #main-content .carousel-container .hero-cta {
    width: 100%;
    right: 0;
    left: 0;
    bottom: 40px;
    top: auto;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1;
  }
}
#main-content .carousel-container .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #587DA8;
  color: #d8d8d8;
  text-decoration: none;
  border-radius: 5px;
}
@media (max-width: 1014px) {
  #main-content .carousel-container .btn {
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  #main-content .carousel-container .btn {
    padding: 6px 12px;
  }
}
@media (max-width: 480px) {
  #main-content .carousel-container .btn {
    padding: 5px 10px;
  }
}
#main-content .cta-section {
  margin-top: 30px;
}
#main-content .info-section {
  color: #000000;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
  max-width: 100%;
  padding: 20px;
}
@media (max-width: 480px) {
  #main-content .info-section {
    padding: 20px 10px;
  }
}
#main-content .info-section .section-header {
  align-self: flex-start;
  font-size: 48px;
  margin-bottom: 36px;
}
#main-content .info-section .card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  padding: 0;
}
#main-content .info-section .card-grid .card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 25px 0;
  position: relative;
  box-shadow: 16px 22px 20px rgba(0, 0, 0, 0.25), 5px 12px 12px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  flex: 0 1 calc(33.333% - 20px);
  margin-bottom: 20px;
  max-width: 100%;
}
@media (max-width: 768px) {
  #main-content .info-section .card-grid .card {
    flex: 0 1 100%;
  }
}
#main-content .info-section .card-grid .card img.card-image {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media (max-width: 1014px) {
  #main-content .info-section .card-grid .card img.card-image {
    aspect-ratio: 4/2;
  }
}
#main-content .info-section .card-grid .card .card-header {
  background-color: #e0e0e0;
  border: none;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  padding: 20px 10px;
}
#main-content .info-section .card-grid .card .card-text {
  border: none;
  background-color: #ffffff;
  padding: 15px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}
#main-content .info-section .card-grid .card .btn-primary {
  background-color: #587DA8;
  color: #d8d8d8 !important;
  max-width: 195px;
  align-self: center;
  justify-items: center;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3), 3px 3px 6px rgba(0, 0, 0, 0.2);
}
#main-content .info-section .card-grid .card .btn-primary:hover {
  background-color: #45678f;
}
#main-content .info-box-section {
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  max-width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #main-content .info-box-section {
    padding: 10px 0;
  }
}
#main-content .info-box-section .info-box-card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  #main-content .info-box-section .info-box-card-grid .info-box-card {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #main-content .info-box-section .info-box-card-grid .info-box-card {
    width: 100%;
  }
}
#main-content .info-box-section .info-box-card-grid .info-box-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  box-shadow: 16px 22px 20px rgba(0, 0, 0, 0.25), 5px 12px 12px rgba(0, 0, 0, 0.15);
  min-height: 180px;
  min-width: 300px;
  flex-grow: 1;
  height: auto;
  max-width: 100%;
}
#main-content .info-box-section .info-box-card-grid .info-box-card .info-box-section-header {
  margin-bottom: 22px;
  align-self: center;
}
#main-content .info-box-section .info-box-card-grid .info-box-card #info-box-icon {
  margin-bottom: 20px;
  color: #587DA8;
  flex-shrink: 0;
}
#main-content .info-box-section .info-box-card-grid .info-box-card .bullet-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#main-content .info-box-section .info-box-card-grid .info-box-card .bullet-list li {
  text-align: left;
  color: #000000;
}
#main-content #osa-card-container {
  background-repeat: no-repeat;
  border-radius: 10px;
  background-size: 300px 300px;
  background-position: top center;
  margin-top: 45px;
  max-width: 1240px;
  padding: 0 12px 0;
}
#main-content #osa-card-container #columns {
  padding: 0 1rem;
}
@media (max-width: 480px) {
  #main-content #osa-card-container #columns {
    padding: 0;
  }
}
#main-content #osa-card-container .col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#main-content #osa-card-container #column {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#main-content #osa-card-container #column:nth-child(1) {
  margin: 20px 0 20px 0;
}
#main-content #osa-card-container #column:nth-child(2) {
  margin-bottom: 20px;
}
#main-content #osa-card-container #column:nth-child(3) {
  margin-bottom: 0 !important;
}
#main-content #osa-card-container i {
  font-size: 1.75em;
  color: #3498db;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
}
#main-content #osa-card-container .text-center {
  font-size: 1.5em;
  margin-bottom: 25px;
  color: #2c3e50;
  text-align: center;
}
#main-content #osa-card-container ul {
  list-style: none;
  padding: 0;
}
#main-content #osa-card-container li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #555555;
}
#main-content #osa-card-container .item-text {
  font-weight: 400 !important;
  flex: 1;
}
#main-content #osa-card-container a {
  color: #1e90ff;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}
#main-content #osa-card-container a:hover {
  text-decoration: underline;
}

.about-us {
  display: flex;
  flex-direction: column;
}
.about-us .about-the-auditor {
  margin-bottom: 20px;
}
.about-us .about-the-auditor .auditor-header {
  margin-bottom: 12px;
}
.about-us .about-the-auditor .auditor-title {
  margin-bottom: 20px;
}
.about-us .about-the-auditor .auditor-image {
  margin-bottom: 15px;
}
.about-us .about-the-auditor .auditor-image img {
  max-width: 100%;
}
.about-us .about-the-auditor .auditor-description {
  margin-bottom: 35px;
}
.about-us .cta-section {
  margin-bottom: 30px;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
}
.about-us .organization .organizational-header {
  margin-bottom: 12px;
}
.about-us .organization .organizational-title {
  margin-bottom: 20px;
}
.about-us .organization .organizational-image {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.about-us .organization .organizational-image img {
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
}
@media (max-width: 678px) {
  .about-us .organization .organizational-image img {
    max-width: 100%;
  }
}
.about-us .organization .organizational_description {
  margin-bottom: 35px;
}
.about-us .legal-authority .legal-authority-header {
  margin-bottom: 12px;
}
.about-us .legal-authority .legal-authority-title {
  margin-bottom: 20px;
}
.about-us .legal-authority .legal-authority-image {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.about-us .legal-authority .legal-authority-image img {
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
}
@media (max-width: 678px) {
  .about-us .legal-authority .legal-authority-image img {
    max-width: 100%;
  }
}
.about-us .legal-authority .legal-authority-description {
  margin-bottom: 20px;
}

.about-transparent-utah {
  display: flex;
  flex-direction: column;
}

.directory {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.directory .directory-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  width: 100%;
}
.directory .directory-group {
  width: 100%;
  max-width: 1024px;
  text-align: center;
  margin-bottom: 25px;
}
.directory .directory-group .section-header {
  text-align: left;
}
.directory .directory-group:first-of-type .directory-item .profile-picture {
  width: 220px;
}
@media (max-width: 678px) {
  .directory .directory-group:first-of-type .directory-item .profile-picture {
    width: 300px;
  }
}
.directory .directory-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1024px;
  gap: 20px;
  padding-left: 0 !important;
}
.directory .directory-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  width: 225px;
  max-width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .directory .directory-item {
    width: 180px;
  }
}
@media (max-width: 678px) {
  .directory .directory-item {
    width: 100%;
    max-width: none;
  }
}
.directory .directory-item .profile-picture {
  width: 133px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 678px) {
  .directory .directory-item .profile-picture {
    width: 300px;
  }
}
.directory .directory-item .profile-picture img {
  height: auto;
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 6px 9px 5px 0px rgb(153, 153, 153);
  -moz-box-shadow: 6px 9px 5px 0px rgb(153, 153, 153);
  box-shadow: 6px 9px 5px 0px rgb(153, 153, 153);
}
@media (max-width: 678px) {
  .directory .directory-item .profile-picture img {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 3/4;
  }
}
.directory .directory-item .employee-name {
  font-size: 1.1rem;
  font-weight: bold;
}
.directory .directory-item .job-title,
.directory .directory-item .phone-number,
.directory .directory-item .email-address,
.directory .directory-item .certification {
  font-size: 0.9rem;
  margin-bottom: 0 !important;
}
.directory .directory-item .job-title {
  font-style: italic;
}
.directory .directory-item .email-address a {
  text-decoration: none;
  font-weight: 500;
}
.directory .directory-item .email-address a:hover {
  text-decoration: underline;
}

.grama {
  display: flex;
  flex-direction: column;
}
.grama .intro {
  margin-bottom: 35px;
}
.grama .grama-details {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .grama .grama-request-table {
    font-size: 12px;
    word-break: break-all;
  }
  .grama .grama-request-table th:first-child,
  .grama .grama-request-table td:first-child {
    word-break: normal;
  }
}
.grama .requests .grama-request-description {
  margin-bottom: 20px;
}
.grama .requests .table-responsive {
  display: flex;
  flex-wrap: wrap;
}
.grama a {
  word-break: break-all;
}

.contracting {
  display: flex;
  flex-direction: column;
}

.employment {
  display: flex;
  flex-direction: column;
}

.external-peer-review {
  display: flex;
  flex-direction: column;
}
.external-peer-review .peer-review-report {
  width: 100%;
  max-width: 984px;
  height: auto;
  min-height: 0;
  aspect-ratio: 984/1207;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1014px) {
  .external-peer-review .peer-review-report {
    min-height: auto;
    aspect-ratio: 984/1207;
    width: 100%;
  }
}

.college-recruiting {
  display: flex;
  flex-direction: column;
}

.student-events {
  display: flex;
  flex-direction: column;
}

.employment-faq {
  display: flex;
  flex-direction: column;
}

.open-positions {
  display: flex;
  flex-direction: column;
}

.how-to-apply {
  display: flex;
  flex-direction: column;
}

.hotline {
  display: flex;
  flex-direction: column;
}

.hotline-faqs {
  display: flex;
  flex-direction: column;
}
.hotline-faqs .faq-questions {
  margin-bottom: 30px;
}
.hotline-faqs .faq-questions .faq-item {
  font-style: italic;
  font-weight: 600;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.contact-the-hotline {
  display: flex;
  flex-direction: column;
}

.blog-posts {
  display: flex;
  flex-direction: column;
}
.blog-posts .page-title {
  align-self: flex-start;
  font-size: 48px;
  margin-top: 12px;
  padding-left: 16px;
}
@media (max-width: 1014px) {
  .blog-posts .page-title {
    padding-left: 0;
    font-size: 36px;
  }
}
.blog-posts .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1014px) {
  .blog-posts .wrapper {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 571px) {
  .blog-posts .wrapper {
    gap: 10px;
    overflow-x: hidden;
  }
}
.blog-posts .posts-container {
  display: flex;
  flex-direction: column;
  width: 75%;
  max-width: 1024px;
  padding: 20px;
}
@media (max-width: 1014px) {
  .blog-posts .posts-container {
    padding: 20px 0;
    width: 100%;
  }
}
.blog-posts .posts-container .post {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
}
.blog-posts .posts-container .post-title {
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 28px;
}
@media (max-width) {
  .blog-posts .posts-container .post-title {
    font-size: 22px;
    text-align: center;
  }
}
.blog-posts .posts-container .post-thumbnail {
  max-width: 1024px;
  width: 100%;
  margin-bottom: 30px;
}
.blog-posts .posts-container .post-thumbnail img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 8px 12px 15px rgba(0, 0, 0, 0.75);
}
@media (max-width: 768px) {
  .blog-posts .posts-container .post-thumbnail img {
    max-height: 400px;
  }
}
@media (max-width: 480px) {
  .blog-posts .posts-container .post-thumbnail img {
    max-height: 300px;
  }
}
.blog-posts .posts-container .post-excerpt {
  max-width: 100%;
  font-size: 18px;
}
@media (max-width: 768px) {
  .blog-posts .posts-container .post-excerpt {
    font-size: 16px;
  }
}
.blog-posts .posts-container .post-tags {
  font-weight: 700;
}
.blog-posts .posts-container .post-tags ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}
.blog-posts .posts-container .post-tags li {
  list-style-type: none;
  margin: 0 5px 5px 0;
}
.blog-posts .posts-container .post-tags li a {
  padding: 5px 5px 5px 0;
  color: #45678f;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.blog-posts .posts-container .post-tags li a:hover {
  color: #923b3b;
}
.blog-posts .archived-posts {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
  margin-top: 19px;
}
@media (max-width: 1014px) {
  .blog-posts .archived-posts {
    width: 100%;
    padding: 10px;
    margin-top: 0;
  }
}
.blog-posts .archived-posts h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .blog-posts .archived-posts h2 {
    font-size: 20px;
    text-align: center;
  }
}
.blog-posts .archived-posts ul {
  list-style: none;
  padding: 0;
}
.blog-posts .archived-posts ul li {
  margin-bottom: 10px;
}
.blog-posts .archived-posts ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.blog-posts .archived-posts ul li a:hover {
  text-decoration: underline;
}

.individual-post-container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  max-width: 100%;
  width: 100%;
}
.individual-post-container .breadcrumbs {
  padding-left: 30px !important;
}
@media (max-width: 1014px) {
  .individual-post-container .breadcrumbs {
    padding-left: 0 !important;
  }
}
.individual-post-container .individual-post {
  padding: 30px;
}
@media (max-width: 1014px) {
  .individual-post-container .individual-post {
    padding: 20px 0;
  }
}
.individual-post-container .individual-post .individual-post-title {
  margin-bottom: 22px;
}
.individual-post-container .individual-post .individual-post-content &gt; figure img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 8px 12px 15px rgba(0, 0, 0, 0.75);
  margin-bottom: 14px;
  width: 100% !important;
}
@media (max-width: 768px) {
  .individual-post-container .individual-post .individual-post-content &gt; figure img {
    max-height: 400px;
  }
}
@media (max-width: 480px) {
  .individual-post-container .individual-post .individual-post-content &gt; figure img {
    max-height: 300px;
  }
}
.individual-post-container .individual-post .individual-post-tags {
  font-weight: 700;
}
.individual-post-container .individual-post .individual-post-tags ul {
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
}
.individual-post-container .individual-post .individual-post-tags li {
  list-style-type: none;
  margin: 0 5px 5px 0;
}
.individual-post-container .individual-post .individual-post-tags li a {
  padding: 5px 5px 5px 0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}
.individual-post-container .individual-post .individual-post-tags li a:hover {
  color: #b04f4f;
}

.press-highlights {
  display: flex;
  flex-direction: column;
}
.press-highlights .breadcrumbs {
  padding-left: 25px !important;
}
@media (max-width: 1014px) {
  .press-highlights .breadcrumbs {
    padding-left: 0 !important;
  }
}
.press-highlights .page-title {
  align-self: flex-start;
  font-size: 48px;
  margin: 0 0 22px 0;
  padding-left: 0 !important;
}
@media (max-width: 1014px) {
  .press-highlights .page-title {
    padding-left: 0;
    font-size: 36px;
  }
}
.press-highlights .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
@media (max-width: 1014px) {
  .press-highlights .wrapper {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 571px) {
  .press-highlights .wrapper {
    gap: 10px;
    overflow-x: hidden;
  }
}
.press-highlights .press-highlights-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 20px;
}
@media (max-width: 1014px) {
  .press-highlights .press-highlights-container {
    padding: 20px 0;
    width: 100%;
  }
}
.press-highlights .press-highlights-container .press-highlights-main {
  width: 75%;
  max-width: 75%;
}
@media (max-width: 1014px) {
  .press-highlights .press-highlights-container .press-highlights-main {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
.press-highlights .press-highlights-container .press-highlight {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
  max-width: 1024px;
}
.press-highlights .press-highlights-container .article-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.press-highlights .press-highlights-container .article-title a {
  text-decoration: none;
  color: #000000;
}
.press-highlights .press-highlights-container .article-title a:hover {
  text-decoration: underline;
}
.press-highlights .press-highlights-container .article-description {
  margin-bottom: 0.5rem !important;
}
.press-highlights .press-highlights-container .article-info {
  margin-bottom: 0.5rem !important;
}
.press-highlights .press-highlights-container .article-date {
  margin-bottom: 0.5rem !important;
}
.press-highlights .press-highlights-archive {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding: 15px 20px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
  margin-top: 80px;
}
@media (max-width: 1014px) {
  .press-highlights .press-highlights-archive {
    width: 100%;
    padding: 10px;
    margin-top: 0;
  }
}
.press-highlights .press-highlights-archive h2 {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .press-highlights .press-highlights-archive h2 {
    font-size: 20px;
    text-align: center;
  }
}
.press-highlights .press-highlights-archive ul {
  list-style: none;
  padding: 0;
}
.press-highlights .press-highlights-archive ul li {
  margin-bottom: 10px;
}
.press-highlights .press-highlights-archive ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.press-highlights .press-highlights-archive ul li a:hover {
  text-decoration: underline;
}

.audit-reports {
  display: flex;
  flex-direction: column;
}

.data-and-statistics {
  display: flex;
  flex-direction: column;
}
.data-and-statistics .custom-accordion-header i {
  transition: transform 0.3s ease;
  transform-origin: center;
}
.data-and-statistics .custom-accordion-item.active .custom-accordion-header i {
  transform: rotate(45deg);
}

.audit-reports {
  display: flex;
  flex-direction: column;
}

.recent-audit-reports {
  display: flex;
  flex-direction: column;
}
.recent-audit-reports .accordion-header p:empty {
  display: none !important;
}
.recent-audit-reports h2 {
  font-size: 22px;
}
.recent-audit-reports h3 {
  font-size: 18px;
}

.interactive-dashboards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.interactive-dashboards .transparent-utah {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.interactive-dashboards .transparent-utah h2 {
  margin-bottom: 12px;
  align-self: flex-start;
}
.interactive-dashboards .transparent-utah img {
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
  margin-bottom: 20px;
}
@media (max-width: 678px) {
  .interactive-dashboards .transparent-utah img {
    max-width: 100%;
  }
}
.interactive-dashboards .project-kids {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.interactive-dashboards .project-kids h2 {
  margin-bottom: 12px;
  align-self: flex-start;
}
.interactive-dashboards .project-kids img {
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
  margin-bottom: 20px;
}
@media (max-width: 678px) {
  .interactive-dashboards .project-kids img {
    max-width: 100%;
  }
}
.interactive-dashboards .utah-health-cost-compare {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.interactive-dashboards .utah-health-cost-compare h2 {
  margin-bottom: 12px;
  align-self: flex-start;
}
.interactive-dashboards .utah-health-cost-compare img {
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
  margin-bottom: 20px;
}
@media (max-width: 678px) {
  .interactive-dashboards .utah-health-cost-compare img {
    max-width: 100%;
  }
}

.state-privacy-office {
  display: flex;
  flex-direction: column;
}

.state-privacy-auditor {
  display: flex;
  flex-direction: column;
}
.state-privacy-auditor .second-image {
  display: flex;
  justify-content: center;
  margin: 20px 0 20px 0;
}
.state-privacy-auditor .second-image img {
  max-width: 50%;
  border-radius: 8px;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.55);
}
@media (max-width: 678px) {
  .state-privacy-auditor .second-image img {
    max-width: 100%;
  }
}

.special-projects {
  display: flex;
  flex-direction: column;
}

.financial-audits {
  display: flex;
  flex-direction: column;
}

.search-audit-reports {
  display: flex;
  flex-direction: column;
}

.local-government {
  display: flex;
  flex-direction: column;
}

.local-government-resources {
  display: flex;
  flex-direction: column;
}
.local-government-resources .info-box-card {
  text-decoration: none;
}
.local-government-resources .info-box-card:hover {
  transform: translateY(-10px);
  box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.3);
}
.local-government-resources .info-box-card h3 {
  color: #000000;
}
.local-government-resources .info-box-card i {
  color: #45678f;
}

.data-analytics-and-transparency {
  display: flex;
  flex-direction: column;
}
.data-analytics-and-transparency h2 {
  font-size: 22px;
}

.about-the-state-auditor {
  display: flex;
  flex-direction: column;
}

.auditor-oversight-facts {
  display: flex;
  flex-direction: column;
}

.peer-review {
  display: flex;
  flex-direction: column;
}

.meet-auditor-tina-cannon {
  display: flex;
  flex-direction: column;
}

.press-releases {
  display: flex;
  flex-direction: column;
}
.press-releases ul {
  list-style-type: none;
  padding-left: 0;
}
.press-releases .newsroom-item {
  margin-bottom: 20px;
}

.speaker-request {
  display: flex;
  flex-direction: column;
}

.utah-revenue-and-expenditures {
  display: flex;
  flex-direction: column;
}

.for-state-agencies {
  display: flex;
  flex-direction: column;
}

.utah-resources {
  display: flex;
  flex-direction: column;
}

.federal-resources {
  display: flex;
  flex-direction: column;
}

.accounting-and-auditing-resources {
  display: flex;
  flex-direction: column;
}

.state-agency-report-of-grants-to-nonprofits {
  display: flex;
  flex-direction: column;
}

.audit-alerts {
  display: flex;
  flex-direction: column;
}

.audit-reports {
  display: flex;
  flex-direction: column;
}

.privacy-audits {
  display: flex;
  flex-direction: column;
}

.privacy-alerts {
  display: flex;
  flex-direction: column;
}
.privacy-alerts h2 {
  font-size: 22px;
}

.presentations-and-updates-from-the-state-privacy-officer {
  display: flex;
  flex-direction: column;
}
.presentations-and-updates-from-the-state-privacy-officer h2 {
  font-size: 22px;
}

.privacy-resources {
  display: flex;
  flex-direction: column;
}

.state-privacy-highlights {
  display: flex;
  flex-direction: column;
}

.utah-privacy-commission {
  display: flex;
  flex-direction: column;
}

.virtual-office-hours {
  display: flex;
  flex-direction: column;
}

.fundamental-privacy-principals {
  display: flex;
  flex-direction: column;
}
.fundamental-privacy-principals .info-box-card:hover {
  top: 0 !important;
}

.forms-manuals-and-guides {
  display: flex;
  flex-direction: column;
}
.forms-manuals-and-guides h2 {
  color: #000000 !important;
  font-size: 22px;
}
.forms-manuals-and-guides h3 {
  color: #000000 !important;
  font-size: 18px;
}

.archives {
  display: flex;
  flex-direction: column;
}
.archives .h2 {
  margin-bottom: 8px;
}
.archives .search-form {
  margin-bottom: 25px;
}
.archives .search-form .search-field {
  border-radius: 8px;
  height: clamp(32px, 3vw, 35px);
  margin-top: 2px;
}
.archives .search-form .btn-primary {
  margin-top: -5px;
}
.archives .archive-posts {
  padding-left: 0;
}
.archives .archive-posts .archive-post-item {
  margin-bottom: 25px;
}
.archives li {
  list-style-type: none;
}

.search {
  display: flex;
  flex-direction: column;
}
.search .search-results {
  padding-left: 0;
}
.search li {
  list-style-type: none;
}

.prior-audit-reports-19-21 {
  display: flex;
  flex-direction: column;
}
.prior-audit-reports-19-21 .prior-audit-reports-header {
  margin-bottom: 20px;
}
.prior-audit-reports-19-21 h2 {
  font-size: 22px;
}
.prior-audit-reports-19-21 h3 {
  font-size: 18px;
}

.prior-audit-reports-16-18 {
  display: flex;
  flex-direction: column;
}
.prior-audit-reports-16-18 .prior-audit-reports-header {
  margin-bottom: 20px;
}
.prior-audit-reports-16-18 h2 {
  font-size: 22px;
}
.prior-audit-reports-16-18 h3 {
  font-size: 18px;
}

.newsroom-archive {
  display: flex;
  flex-direction: column;
}
.newsroom-archive h2 {
  font-size: 22px;
}
.newsroom-archive h3 {
  font-size: 18px;
}

.local-government-training {
  display: flex;
  flex-direction: column;
}
.local-government-training .steps h2 {
  margin-bottom: 15px;
}
.local-government-training .steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.local-government-training .steps-list .step-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 35px;
}
.local-government-training .steps-list .step-item .step-text {
  font-size: 18px;
  font-weight: 600;
  align-self: flex-start;
}
.local-government-training .steps-list .step-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 8px 12px 15px rgba(0, 0, 0, 0.75);
}
.local-government-training .steps-list .accordion-header {
  font-size: 22px;
}
.local-government-training .content p {
  margin: 0 !important;
}

.local-government-templates {
  display: flex;
  flex-direction: column;
}

.fraud-risk-assessment {
  display: flex;
  flex-direction: column;
}
.fraud-risk-assessment h2 {
  font-size: 22px;
}
.fraud-risk-assessment h3 {
  font-size: 18px;
}

.adjustment-taxpayer-accounts {
  display: flex;
  flex-direction: column;
}
.adjustment-taxpayer-accounts h2 {
  font-size: 22px;
}
.adjustment-taxpayer-accounts h3 {
  font-size: 18px;
}

.bank-reconciliation {
  display: flex;
  flex-direction: column;
}
.bank-reconciliation h2 {
  font-size: 22px;
}
.bank-reconciliation h3 {
  font-size: 18px;
}

.capital-assets {
  display: flex;
  flex-direction: column;
}
.capital-assets h2 {
  font-size: 22px;
}
.capital-assets h3 {
  font-size: 18px;
}
.capital-assets .content {
  margin-bottom: 0;
}
.capital-assets .content p:last-child,
.capital-assets .content h2:last-child,
.capital-assets .content br:last-child {
  margin-bottom: 0;
}
.capital-assets .content-text &gt; *:last-child {
  margin-bottom: 0;
}

.fiscal-years {
  display: flex;
  flex-direction: column;
}
.fiscal-years h2 {
  font-size: 22px;
}
.fiscal-years h3 {
  font-size: 18px;
}
.fiscal-years caption {
  color: #000000;
}
.fiscal-years table {
  margin-bottom: 40px;
  border: 1pox solid #000000 !important;
}
@media (max-width: 768px) {
  .fiscal-years table {
    font-size: 12px;
    word-break: break-all;
  }
  .fiscal-years table th:first-child,
  .fiscal-years table td:first-child {
    word-break: normal;
  }
}
.fiscal-years .tables-below {
  margin-bottom: 22px;
}

.fund-balance {
  display: flex;
  flex-direction: column;
}
.fund-balance h2 {
  font-size: 22px;
}
.fund-balance h3 {
  font-size: 18px;
}

.general-ledger {
  display: flex;
  flex-direction: column;
}
.general-ledger h2 {
  font-size: 22px;
}
.general-ledger h3 {
  font-size: 18px;
}

.separation-of-duties {
  display: flex;
  flex-direction: column;
}
.separation-of-duties h2 {
  font-size: 22px;
}
.separation-of-duties h3 {
  font-size: 18px;
}

.utah-procurement-code {
  display: flex;
  flex-direction: column;
}
.utah-procurement-code h2 {
  font-size: 22px;
}
.utah-procurement-code h3 {
  font-size: 18px;
}
.utah-procurement-code .procurement-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 8px 12px 15px rgba(0, 0, 0, 0.75);
  margin: 25px 0 25px 0;
}
.utah-procurement-code caption {
  color: #000000;
}
.utah-procurement-code table {
  margin-bottom: 40px;
  border: 1pox solid #000000 !important;
}
@media (max-width: 768px) {
  .utah-procurement-code table {
    font-size: 12px;
    word-break: break-all;
  }
  .utah-procurement-code table th:first-child,
  .utah-procurement-code table td:first-child {
    word-break: normal;
  }
}

.adopting-annual-budget-cities {
  display: flex;
  flex-direction: column;
}
.adopting-annual-budget-cities h2 {
  font-size: 22px;
}
.adopting-annual-budget-cities h3 {
  font-size: 18px;
}

.adopting-annual-budget-cities {
  display: flex;
  flex-direction: column;
}
.adopting-annual-budget-cities h2 {
  font-size: 22px;
}
.adopting-annual-budget-cities h3 {
  font-size: 18px;
}

.adopting-annual-budget-local {
  display: flex;
  flex-direction: column;
}
.adopting-annual-budget-local h2 {
  font-size: 22px;
}
.adopting-annual-budget-local h3 {
  font-size: 18px;
}

.amending-a-budget-cities-and-towns {
  display: flex;
  flex-direction: column;
}
.amending-a-budget-cities-and-towns h2 {
  font-size: 22px;
}
.amending-a-budget-cities-and-towns h3 {
  font-size: 18px;
}

.amending-a-budget-counties {
  display: flex;
  flex-direction: column;
}
.amending-a-budget-counties h2 {
  font-size: 22px;
}
.amending-a-budget-counties h3 {
  font-size: 18px;
}

.holding-a-public-meeting {
  display: flex;
  flex-direction: column;
}
.holding-a-public-meeting h2 {
  font-size: 22px;
}
.holding-a-public-meeting h3 {
  font-size: 18px;
}

.procuring-audit-services {
  display: flex;
  flex-direction: column;
}
.procuring-audit-services h2 {
  font-size: 22px;
}
.procuring-audit-services h3 {
  font-size: 18px;
}
.procuring-audit-services .content {
  margin-bottom: 30px;
}

.separation-of-duties-checklist {
  display: flex;
  flex-direction: column;
}
.separation-of-duties-checklist h2 {
  font-size: 22px;
}
.separation-of-duties-checklist h3 {
  font-size: 18px;
}
.separation-of-duties-checklist caption {
  color: #000000;
}
.separation-of-duties-checklist .table-list {
  border: 1px solid #000000;
  list-style: none;
}

.special-service-district-dissolution-process {
  display: flex;
  flex-direction: column;
}
.special-service-district-dissolution-process h2 {
  font-size: 22px;
}
.special-service-district-dissolution-process h3 {
  font-size: 18px;
}
.special-service-district-dissolution-process .lower-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 8px 12px 15px rgba(0, 0, 0, 0.75);
  margin: 25px 0 25px 0;
}

.using-a-capital-projects-fund-checklist {
  display: flex;
  flex-direction: column;
}
.using-a-capital-projects-fund-checklist h2 {
  font-size: 22px;
}
.using-a-capital-projects-fund-checklist h3 {
  font-size: 18px;
}

.explanations-checklists-and-templates {
  display: flex;
  flex-direction: column;
}
.explanations-checklists-and-templates h2 {
  align-self: flex-start;
  margin-bottom: 25px;
}
.explanations-checklists-and-templates h3 {
  color: #000000;
}
.explanations-checklists-and-templates i {
  color: #45678f;
  margin-bottom: 30px;
}
.explanations-checklists-and-templates .info-box-text {
  color: #000000;
  font-size: clamp(14px, 2vw, 16px);
}
.explanations-checklists-and-templates .info-box-card-grid {
  margin-bottom: 35px !important;
}
.explanations-checklists-and-templates .info-box-card-grid .info-box-card:hover {
  transform: translateY(-10px);
  box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.3);
}
.explanations-checklists-and-templates .info-box-card-grid .info-box-card a {
  text-decoration: none;
}
.explanations-checklists-and-templates .info-box-section {
  margin-top: 0 !important;
}

.final-landing-page-four {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.final-landing-page-four .hero-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin: 0 0 30px 0;
  width: 100vw;
  max-width: 100vw;
  flex-wrap: wrap;
}
.final-landing-page-four .hero-section .hero-image {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex: 1;
}
@media (max-width: 1014px) {
  .final-landing-page-four .hero-section .hero-image {
    width: 100%;
  }
}
.final-landing-page-four .hero-section .hero-image .image-wrapper {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
}
.final-landing-page-four .hero-section .hero-image .image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 0;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 1014px) {
  .final-landing-page-four .hero-section .hero-image .image-wrapper img {
    max-width: 600px;
  }
}
@media (max-width: 678px) {
  .final-landing-page-four .hero-section .hero-image .image-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 1014px) {
  .final-landing-page-four .hero-section .hero-image {
    flex: 0 0 100%;
  }
}
.final-landing-page-four .hero-section .mission-statement-container {
  display: flex;
  flex: 0 0 33%;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  background-color: #ffffff;
}
.final-landing-page-four .hero-section .mission-statement-container .mission-statement {
  padding: 1rem 0 0 0;
}
.final-landing-page-four .hero-section .mission-statement-container .mission-text {
  color: #000000;
  margin-bottom: 20px;
  font-size: clamp(16px, 2vw, 24px);
  padding: 0 10px;
  font-weight: 400;
  font-style: italic;
}
.final-landing-page-four .hero-section .mission-statement-container .mission {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 24px;
  padding: 0 10px;
}
@media (max-width: 678px) {
  .final-landing-page-four .hero-section .mission-statement-container .mission {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .final-landing-page-four .hero-section .mission-statement-container .mission {
    font-size: 18px;
  }
}
@media (max-width: 1014px) {
  .final-landing-page-four .hero-section .mission-statement-container {
    flex: 0 0 100%;
    max-width: 90%;
    padding: 30px 20px;
  }
}
@media (max-width: 678px) {
  .final-landing-page-four .hero-section .mission-statement-container {
    padding: 15px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .final-landing-page-four .hero-section .mission-statement-container {
    padding: 10px;
  }
}
@media (max-width: 1014px) {
  .final-landing-page-four .hero-section {
    flex-direction: column;
    align-items: center;
  }
}
.final-landing-page-four .main-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100vw;
  padding: 20px;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .final-landing-page-four .main-boxes {
    padding: 20px 15px;
  }
}
.final-landing-page-four .main-boxes .main-box-link {
  display: flex;
  flex: 1 1 calc(33.333% - 20px);
  text-decoration: none;
  color: #000000;
  max-width: 1240px;
  box-sizing: border-box;
}
@media (max-width: 1014px) {
  .final-landing-page-four .main-boxes .main-box-link {
    flex: 1 1 100%;
  }
}
.final-landing-page-four .main-boxes .main-box-link .main-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  gap: 16px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.final-landing-page-four .main-boxes .main-box-link .main-container:hover {
  transform: translateY(-10px);
  box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.3);
}
.final-landing-page-four .main-boxes .main-box-link .main-container .text-section {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.final-landing-page-four .main-boxes .main-box-link .main-container .text-section .upper-text-box {
  font-size: clamp(30px, 4vw, 40px);
  text-transform: uppercase;
  font-weight: 600;
}
.final-landing-page-four .main-boxes .main-box-link .main-container .text-section .middle-text-box {
  font-size: clamp(30px, 4vw, 40px);
  text-transform: uppercase;
}
.final-landing-page-four .main-boxes .main-box-link .main-container .image-section {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.final-landing-page-four .main-boxes .main-box-link .main-container .image-section img {
  width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
  margin-bottom: 16px;
}
.final-landing-page-four .main-boxes .main-box-link .main-container .text-box {
  padding: 20px;
  margin-bottom: 16px;
  font-weight: bold;
}
.final-landing-page-four .five-pillars {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 1014px) {
  .final-landing-page-four .five-pillars {
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
}
.final-landing-page-four .five-pillars .pillar {
  display: flex;
  flex-direction: column;
  width: calc(20% - 20px);
  padding: 20px;
  background: linear-gradient(#ffffff 0%, #dddddd 84%, #bbbbbb 100%);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 1014px) {
  .final-landing-page-four .five-pillars .pillar {
    width: calc(51.1% - 20px);
    margin-bottom: 10px;
  }
}
@media (max-width: 678px) {
  .final-landing-page-four .five-pillars .pillar {
    width: 100%;
  }
}
.final-landing-page-four .five-pillars .pillar .pillar-header {
  font-size: clamp(16px, 3vw, 24px);
  align-self: center;
}
.final-landing-page-four .five-pillars .pillar i {
  color: #45678f;
  margin-bottom: 25px;
  align-self: center;
}

.local-government-video-tutorials {
  display: flex;
  flex-direction: column;
}
.local-government-video-tutorials .content {
  margin: 30px 0;
}

.footer {
  background-color: #3d4766;
  color: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 30px;
  width: 100%;
}
.footer .footer-content .osa-logo,
.footer .footer-content .office-info,
.footer .footer-content .social-media-and-news,
.footer .footer-content .general-info {
  flex: 1 1 calc(25% - 20px);
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 1014px) {
  .footer .footer-content .osa-logo,
  .footer .footer-content .office-info,
  .footer .footer-content .social-media-and-news,
  .footer .footer-content .general-info {
    flex: 1 1 calc(50% - 20px);
    margin: 20px 0;
  }
}
@media (max-width: 600px) {
  .footer .footer-content .osa-logo,
  .footer .footer-content .office-info,
  .footer .footer-content .social-media-and-news,
  .footer .footer-content .general-info {
    flex: 1 1 100%;
  }
}
.footer .footer-content .social-media-policy-link {
  margin-top: 10px;
}
.footer .osa-logo-image {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 1014px) {
  .footer .osa-logo-image {
    margin-bottom: 0;
  }
}
.footer .social-media-logo {
  max-height: 40px;
  max-width: 40px;
}
.footer .social-media-logo:hover {
  transform: scale(1.1);
  text-decoration: none !important;
}
.footer span {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer a {
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  padding: 5px;
}
.footer .social-media-policy-link &gt; a:hover {
  transform: scale(1.1);
  text-decoration: underline;
}
.footer .general-info &gt; a:hover {
  text-decoration: underline;
}
.footer address {
  margin-bottom: 0;
}
.footer .legal-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .legal-content .copywright {
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.footer .legal-content a {
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
}
.footer .legal-content a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer .legal-content {
    flex-direction: column;
    text-align: center;
  }
  .footer .legal-content span,
  .footer .legal-content a {
    margin: 10px 0;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>