.private-home-page .secure-page-title {
  font-size: 35px;
}
.private-home-page .home-content {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.private-home-page .home-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #EDF0F5;
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.private-home-page .home-section {
  margin-top: 185px;
  margin-bottom: 185px;
  height: 200px;
  background-color: #EDF0F5;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 1600px) {
  .private-home-page .home-section {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
.private-home-page .home-image {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.private-home-page .home-hero-image {
  margin-top: 30px;
}
.private-home-page .home-section-image {
  width: 100%;
  max-width: 750px;
  min-width: 450px;
}
.private-home-page .home-section-card {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .private-home-page .home-section-card {
    margin-left: -100px;
  }
}
.private-home-page .wave-box {
  background-color: #EDF0F5;
  background-image: url("/images/waves bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 430px;
}
.private-home-page .slanted-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.private-home-page .no-bullets {
  list-style-type: none;
}
.private-home-page .icon-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}
.private-home-page .icon-bullet .fa-circle-check {
  margin-right: 0.5em;
  margin-top: 0.3em;
}
.private-home-page .bottom-panel {
  margin-bottom: 5rem;
}
.private-home-page .bottom-panel h5 {
  display: inline-block;
  background-color: #EDF0F5;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: -1rem;
}
.private-home-page .bottom-panel .home-card {
  border-top-left-radius: 0;
}
.site-interests-page {
  /*.bg-img {
      background-image: url('../../../wwwroot/images/waves bg.png');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      overflow: hidden;
  }*/
}
.site-interests-page .nav {
  padding: 20px 15px;
  width: 100%;
  border-radius: 0px 10px 0px 0px;
  background-color: #EDF0F5;
}
.site-interests-page .nav-tabs .tab-nav-link {
  color: #1C3863;
  font-weight: 500;
  padding: 8px 15px;
  text-transform: capitalize;
  -webkit-transition: background-color 0.3s ease, border-color 0.3s ease;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  border-radius: 20px;
  background-color: white;
  text-decoration: none;
  font-size: 16px;
}
.site-interests-page .nav-tabs .tab-nav-link.active {
  background-color: #1C3863;
  color: white;
  text-decoration: none;
}
.site-interests-page .nav-tabs .tab-nav-link {
  margin-right: 7px;
  text-decoration: none;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.site-interests-page .nav-tabs .tab-nav-link:hover {
  background-color: #1C3863;
  color: white;
  text-decoration: none;
}
.site-interests-page .card {
  border: 1px solid #EDF0F5;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.site-interests-page .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Enables Flexbox */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertically centers all child elements */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; /* Ensures h2 is left-aligned and btn-linked is right-aligned */
  padding: 10px 15px;
  border-bottom: 0px;
  position: relative;
  background-color: #EDF0F5;
  cursor: pointer;
}
.site-interests-page .card-header h2 {
  margin: 0; /* Removes default margin */
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Ensures proper vertical alignment */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertically centers the h2 content */
  color: #1C3863;
  padding-right: 10px; /* Add spacing for btn-linked toggle */
}
.site-interests-page .btn-linked {
  font-size: 16px;
  font-weight: bold;
  color: #1C3863;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertically centers the button content */
  text-align: left;
}
.site-interests-page .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}
.site-interests-page .btn-linked {
  font-size: 16px;
  font-weight: bold;
  color: #1C3863;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Vertically centers the button content */
  text-align: left;
}
.site-interests-page .btn-linked::after {
  content: "+"; /* Add the '+' symbol */
  display: inline-block;
  margin-left: 8px; /* Add spacing between button text and '+' */
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; /* Smooth rotation */
  font-size: 23px; /* Font size for the '+' symbol */
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* Default state: rotated */
  -webkit-transform-origin: center center;
          transform-origin: center center; /* Set the rotation pivot point to the center */
}
.site-interests-page .btn-linked.collapsed::after {
  -webkit-transform: none;
          transform: none; /* Reset rotation when the accordion is open */
}
.site-interests-page .document-library-page {
  padding: 0 0 0px;
}
.site-interests-page .card {
  border-radius: 0;
}
.site-interests-page .btn-linked:hover {
  text-decoration: none;
}
.site-interests-page .btn-linked:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-interests-page .card-body {
  padding: 15px;
  border-radius: 0 10px 10px;
  background-color: white;
  line-height: 150%;
  font-size: 15px;
}
@media (max-width: 650px) {
  .site-interests-page .nav-tabs .tab-nav-link {
    font-size: 14px;
    padding: 8px 10px;
  }
  .site-interests-page .btn-linked {
    font-size: 14px;
  }
  .site-interests-page .card-header {
    font-size: 14px;
  }
  .site-interests-page .card-body {
    font-size: 13px;
  }
  .site-interests-page .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; /* Use Flexbox for dynamic layout */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; /* Allow tabs to wrap to the next row */
    gap: 15px; /* Add spacing between the tabs */
    list-style: none; /* Remove default list styling */
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; /* Align tabs to the left */
  }
  .site-interests-page .nav-tabs .tab-nav-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    text-align: center;
    padding: 10px;
    font-size: 14px;
    border-radius: 20px;
    background-color: white;
    text-decoration: none; /* Remove underline */
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  }
  .site-interests-page .nav-tabs .tab-nav-link.active {
    background-color: #1C3863; /* Active tab styling */
    color: white;
  }
  .site-interests-page .nav-tabs .tab-nav-link:hover {
    background-color: #1C3863; /* Hover styling */
    color: white;
  }
  .site-interests-page .tab-content {
    padding: 15px;
  }
}
.site-interests-page .faq-section {
  padding-bottom: 70px;
  padding-top: 1.5rem;
  margin-right: auto;
}
.site-interests-page .partial-spacing {
  padding-top: 30px;
}
.site-interests-page .faq-title {
  margin-bottom: 0px;
  display: inline-block;
  background-color: #EDF0F5;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  white-space: nowrap;
}
.site-interests-page .tab-content {
  padding: 20px;
  background-color: white;
  border-radius: 0 0 10px 10px;
  border: solid 2px #EDF0F5;
  border-bottom: solid 10px #EDF0F5;
  border-top: none;
}
.pubcom-ldn-page .secure-page-title {
  font-size: 35px;
}
.pubcom-ldn-page .ldn-content {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.pubcom-ldn-page .ldn-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #EDF0F5;
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.pubcom-ldn-page .ldn-section {
  margin-top: 165px;
  margin-bottom: 185px;
  height: 200px;
  background-color: #EDF0F5;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 1600px) {
  .pubcom-ldn-page .ldn-section {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
.pubcom-ldn-page .ldn-image {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.pubcom-ldn-page .ldn-hero-image {
  margin-top: 30px;
}
.pubcom-ldn-page .ldn-section-image {
  width: 100%;
  max-width: 750px;
  min-width: 450px;
}
.pubcom-ldn-page .ldn-section-card {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .pubcom-ldn-page .ldn-section-card {
    margin-left: -100px;
  }
}
.pubcom-ldn-page .wave-box {
  background-color: #EDF0F5;
  background-image: url("/images/waves bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 430px;
}
.pubcom-ldn-page .slanted-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.pubcom-ldn-page .no-bullets {
  list-style-type: none;
}
.pubcom-ldn-page .icon-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}
.pubcom-ldn-page .icon-bullet .fa-circle-check {
  margin-right: 0.5em;
  margin-top: 0.3em;
}
.pubcom-ldn-page .bottom-panel {
  margin-bottom: 5rem;
}
.pubcom-ldn-page .bottom-panel h5 {
  display: inline-block;
  background-color: #EDF0F5;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: -1rem;
}
.pubcom-ldn-page .bottom-panel .ldn-card {
  border-top-left-radius: 0;
}
.pubcom-ldn-page .butn.site-interest {
  background: #FFC757;
  color: #1C3863;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.pubcom-ldn-page .butn.site-interest:hover {
  background: #152850;
  color: white;
}
.pubcom-ldn-page .butn.site-interest:after {
  background: transparent;
}
.pubcom-ldn-page .hero-action {
  line-height: 20px;
  font-size: 13px;
}
.pubcom-ldn-page .open-banner {
  background: #FFC757;
  font-size: 15px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}
.pubcom-sgb-page .secure-page-title {
  font-size: 35px;
}
.pubcom-sgb-page .sgb-content {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.pubcom-sgb-page .sgb-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #EDF0F5;
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.pubcom-sgb-page .sgb-section {
  margin-top: 165px;
  margin-bottom: 185px;
  height: 200px;
  background-color: #EDF0F5;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (min-width: 1600px) {
  .pubcom-sgb-page .sgb-section {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
.pubcom-sgb-page .sgb-image {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.pubcom-sgb-page .sgb-hero-image {
  margin-top: 30px;
}
.pubcom-sgb-page .sgb-section-image {
  width: 100%;
  max-width: 750px;
  min-width: 450px;
}
.pubcom-sgb-page .sgb-section-card {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .pubcom-sgb-page .sgb-section-card {
    margin-left: -100px;
  }
}
.pubcom-sgb-page .wave-box {
  background-color: #EDF0F5;
  background-image: url("/images/waves bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 430px;
}
.pubcom-sgb-page .slanted-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.pubcom-sgb-page .no-bullets {
  list-style-type: none;
}
.pubcom-sgb-page .icon-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1em;
}
.pubcom-sgb-page .icon-bullet .fa-circle-check {
  margin-right: 0.5em;
  margin-top: 0.3em;
}
.pubcom-sgb-page .bottom-panel {
  margin-bottom: 5rem;
}
.pubcom-sgb-page .bottom-panel h5 {
  display: inline-block;
  background-color: #EDF0F5;
  padding: 10px 15px;
  font-size: 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: -1rem;
}
.pubcom-sgb-page .bottom-panel .sgb-card {
  border-top-left-radius: 0;
}
.pubcom-sgb-page .butn.site-interest {
  background: #FFC757;
  color: #1C3863;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  text-decoration: none;
}
.pubcom-sgb-page .butn.site-interest:hover {
  background: #152850;
  color: white;
}
.pubcom-sgb-page .butn.site-interest:after {
  background: transparent;
}
.pubcom-sgb-page .hero-action {
  line-height: 20px;
  font-size: 13px;
}
.pubcom-sgb-page .open-banner {
  background: #FFC757;
  font-size: 15px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

/*# sourceMappingURL=secure.dba71832e82d4c5ac55b.css.map*/