<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.programTitleSection {
  margin-top: 30px;
}

.programTitleSection:first-of-type {
  margin-top: 55px;
}

.programTitleSection h5 {
  margin-bottom: 25px;
}

.programTitleSection h3 {
  margin-bottom: 30px;
}

article {
  margin-bottom: 35px;
}

article h4 {
  margin-bottom: 15px;
}

article h4 img {
  width: 7%;
}

h1.blue_center {
  text-align: center;
  color: #2FA4DC !important;
}

.partyCompareWithSection a {
  font-size: 18px;
}

@media (max-width: 991px) {
  .partyCompareWithSection a {
    font-size: 15px;
  }

  .partyCompareWithSection a .fa-chevron-down {
    font-size: 12px;
  }
}

.partyCompareWithSection .dropdown-item {
  color: #000000;
}

.partyCompareWithSection .dropdown-menu {
  top: 20px !important;
}

.partyCompareWithSection .compareWithDropdown {
  color: #31BAF0;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.partyCompareWithSection .compareWithDropdown:hover {
  color: rgba(54, 151, 213, 0.4);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.4);
}

.partyCompareWithSection .dropdown-toggle::after {
  display: none;
}

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