.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-ldn-page .ldn-accordion-item {
  position: relative;
  margin: 2.5rem 0;
}
.pubcom-ldn-page .ldn-accordion-item:nth-child(even) .ldn-accordion-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pubcom-ldn-page .ldn-accordion-item:nth-child(even) .ldn-accordion-body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pubcom-ldn-page .ldn-accordion-item:nth-child(even) .ldn-accordion-img {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.pubcom-ldn-page .ldn-accordion-item:nth-child(even) .ldn-accordion-text {
  padding-left: 3rem;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .pubcom-ldn-page .ldn-accordion-item:nth-child(even) .ldn-accordion-text {
    padding-left: 0;
    padding-right: 3rem;
  }
}
.pubcom-ldn-page .ldn-accordion-container {
  position: relative;
  overflow: hidden;
}
.pubcom-ldn-page .ldn-accordion-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 100%;
  width: 100vw;
  height: 200px;
  background: #EDF0F5;
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  z-index: 0;
}
.pubcom-ldn-page .ldn-accordion-container > * {
  position: relative;
  z-index: 1;
}
.pubcom-ldn-page .ldn-accordion-container.show-bg::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scaleY(1);
          transform: translateY(-50%) scaleY(1);
}
.pubcom-ldn-page .ldn-accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pubcom-ldn-page .ldn-accordion-text {
  position: relative;
  background: #EDF0F5;
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 3rem;
}
.pubcom-ldn-page .ldn-accordion-text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background-color: #EDF0F5;
}
.pubcom-ldn-page .ldn-accordion-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100vw;
  background-color: #EDF0F5;
}
.pubcom-ldn-page .ldn-accordion-img {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  z-index: 1;
}
.pubcom-ldn-page .ldn-accordion-img img {
  max-width: 500px;
  width: 100%;
  display: block;
  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 .btn-icon {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.pubcom-ldn-page .btn-icon.show-less {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pubcom-ldn-page .accordion-collapse {
  background: #EDF0F5;
}
.pubcom-ldn-page .ldn-accordion-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pubcom-ldn-page .ldn-quote {
  border-left: 10px solid #8897AD;
  background: rgba(172, 187, 201, 0.25);
  font-style: italic;
  padding: 15px;
  max-width: 500px;
}
.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;
  gap: 0.5em;
}
.pubcom-ldn-page .icon-bullet svg, .pubcom-ldn-page .icon-bullet svg.fa-circle-check {
  margin-top: 0.4em;
  margin-right: 0;
}
.pubcom-sgb-page.has-eyebrow {
  margin-top: 29px;
}
@media (max-width: 440px) {
  .pubcom-sgb-page.has-eyebrow {
    margin-top: 59px;
  }
}
@media (max-width: 409px) {
  .pubcom-sgb-page.has-eyebrow {
    margin-top: 95px;
  }
}
@media (max-width: 349px) {
  .pubcom-sgb-page.has-eyebrow {
    margin-top: 125px;
  }
}
.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);
}
.bg-huntergreen {
  background-color: #44633F;
  color: #fff;
}

.bg-spacecadetpurple {
  background-color: #392F5A;
  color: #fff;
}

.bg-ceruleanblue {
  background-color: #0075A2;
  color: #fff;
}

.bg-garnetred {
  background-color: #732C2C;
  color: #fff;
}

.bg-mountbattenpink {
  background-color: #A288A6;
  color: black;
}

.bg-cambridgeblue {
  background-color: #99C2A2;
  color: black;
}

.bg-airsuperioriorityblue, .enrollment-page .bg-yes {
  background-color: #77A6B6;
  color: black;
}

.bg-safronyellow, .enrollment-page .bg-no {
  background-color: #E9C46A;
  color: black;
}

.bg-sandybrownorange {
  background-color: #F4A261;
  color: black;
}

.bg-chestnutred {
  background-color: #994636;
  color: #fff;
}

.bg-resedagreen {
  background-color: #666B41;
  color: #fff;
}

.bg-rosetaupe {
  background-color: #A26B73;
  color: #fff;
}

.bg-paynesgray {
  background-color: #4D6C80;
  color: #fff;
}

.bg-ltgrey {
  background-color: #f2f2f2;
}

.bg-navy {
  background-color: #20639b;
  color: #fff;
}

.bg-blue {
  background-color: #5b9bd5;
  color: #000;
}

.bg-black {
  background-color: #000;
  color: #fff;
}

.bg-teal {
  background-color: #0093af;
  color: #000;
}

.bg-yellow {
  background-color: #f2ba49;
  color: #000;
}

.bg-grey, .enrollment-page .bg-unknown {
  background-color: #6e6e6e;
  color: #000;
}

.bg-ltblue {
  background-color: #1d2951;
}

.bg-ltred {
  background-color: #de4846;
}

.bg-olive {
  background-color: #3e864e;
}

.bg-forestgreen {
  background-color: #44522c;
}

.bg-darkgrey {
  background-color: #434348;
  color: white;
}

.bg-purple {
  background-color: #673284;
}

.bg-white {
  background-color: white;
}

.enrollment-page .stackTotalLabel {
  color: green !important;
}
.enrollment-page .scrollable-body {
  overflow-y: auto;
  max-height: calc(90vh - 90px);
}
.enrollment-page .modal-header {
  background-color: #EDF0F5;
}
.enrollment-page .dropdown {
  border: 1px solid #ced4da;
}
.enrollment-page .view-chart-details .dropdown {
  border: none;
}
.enrollment-page .view-chart-details .dropdown-item {
  padding: 0.25rem 1.25rem 0.25rem 0.75rem;
}
.enrollment-page .view-chart-details .bootstrap-select .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: white;
}
.enrollment-page .demographics-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}
.enrollment-page .filter-label {
  font-size: 12px;
  color: #152850;
  font-weight: 500;
  padding-left: 0px;
}
.enrollment-page .count-label {
  font-size: 11px;
}
.enrollment-page .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #152850;
  background-color: #152850;
}
.enrollment-page .chart-heading {
  background-color: #EDF0F5;
  color: #152850;
  padding: 10px 10px 10px 10px;
  line-height: 34px;
  height: 47px;
  border-radius: 5px 5px 0px 0px;
  padding-left: 25px;
}
.enrollment-page .chart-heading h3 {
  color: #152850;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.enrollment-page .filters-title {
  background-color: #EDF0F5;
  color: #152850;
  border-radius: 5px 5px 0px 0px;
  font-weight: 600;
  padding: 1px 15px 1px 5px;
  max-width: 60px;
}
.enrollment-page .filters-display {
  background-color: #EDF0F5;
  color: #152850;
  border-radius: 0px 5px 5px 5px;
}
.enrollment-page .rest-filters-display {
  text-align: end;
}
.enrollment-page .rest-filters-display a {
  color: #152850 !important;
}
@media screen and (min-width: 992px) {
  .enrollment-page .demo-row {
    height: 90.5px !important;
  }
}
.enrollment-page #chart-display {
  border-radius: 0px 0px 5px 5px !important;
  -webkit-box-shadow: #EDF0F5 0 10px;
          box-shadow: #EDF0F5 0 10px;
}
.enrollment-page #left-side-display {
  border-radius: 0px 0px 5px 5px !important;
  -webkit-box-shadow: #EDF0F5 0 10px;
          box-shadow: #EDF0F5 0 10px;
}
.enrollment-page #population-select {
  border-radius: 5px;
  width: 300px;
}
.enrollment-page .view-toggle-button {
  font-size: 19px;
  padding: 0 0.35rem;
  background-color: white;
}
.enrollment-page .view-toggle-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.enrollment-page .view-toggle-button:hover {
  color: white;
  background-color: #6c757d;
}
.enrollment-page .view-toggle-button.view-all {
  font-size: 14px;
  padding: 0.1rem 0.6rem;
}
.enrollment-page .view-toggle-button.view-all:hover {
  background-color: #6c757d;
  color: white;
}
.enrollment-page .chart-details-toggle-button {
  background-color: white;
  width: 30px;
  height: 30px;
  padding: 0;
}
.enrollment-page .chart-details-toggle-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.enrollment-page .chart-details-toggle-button:hover {
  color: white;
  background-color: #6c757d;
}
.enrollment-page .chart-details-toggle-button.selected {
  background-color: #152850;
  color: white;
}
.enrollment-page .progress {
  height: 30px;
  border-radius: 0;
}
.enrollment-page .progress.label {
  height: 20px;
  background-color: rgba(39, 73, 110, 0);
}
.enrollment-page .progress.label > .progress-bar {
  background-color: white;
  color: #000;
  font-size: 10px;
}
.enrollment-page .progress.label > .progress-bar.hide {
  color: #f2f2f2;
}
.enrollment-page .chart-grouping-btn {
  border-color: #152850;
  color: #152850;
  background-color: white;
}
.enrollment-page .chart-grouping-btn.active {
  background-color: #152850 !important;
  color: white !important;
}
.enrollment-page .chart-grouping-btn.disabled {
  border: none;
}
.enrollment-page .chart-grouping-btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.enrollment-page #enrollment-chart .highcharts-lollipop-stem {
  stroke: #de4846;
}
.enrollment-page #enrollment-chart .highcharts-legend-item.highcharts-lollipop-series .highcharts-point {
  -webkit-transform: translate(4px, 2px);
          transform: translate(4px, 2px);
  width: 8px;
  height: 8px;
}
.enrollment-page .piestyle-airblue {
  fill: #77A6B6;
  stroke: #77A6B6;
}
.enrollment-page .piestyle-airblue .highcharts-point {
  fill: #77A6B6;
  stroke: #77A6B6;
}
.enrollment-page .piestyle-safronyellow {
  fill: #E9C46A;
  stroke: #E9C46A;
}
.enrollment-page .piestyle-safronyellow .highcharts-point {
  fill: #E9C46A;
  stroke: #E9C46A;
}
.enrollment-page .piestyle-unknown {
  fill: #6e6e6e;
  stroke: #6e6e6e;
}
.enrollment-page .piestyle-unknown .highcharts-point {
  fill: #6e6e6e;
  stroke: #6e6e6e;
}
.enrollment-page .piestyle-mountbattenpink {
  fill: #A288A6;
  stroke: #A288A6;
}
.enrollment-page .piestyle-mountbattenpink .highcharts-point {
  fill: #A288A6;
  stroke: #A288A6;
}
.enrollment-page .piestyle-cambridgeblue {
  fill: #99C2A2;
  stroke: #99C2A2;
}
.enrollment-page .piestyle-cambridgeblue .highcharts-point {
  fill: #99C2A2;
  stroke: #99C2A2;
}
.enrollment-page .piestyle-gray {
  fill: #6e6e6e;
  stroke: #6e6e6e;
}
.enrollment-page .piestyle-gray .highcharts-point {
  fill: #6e6e6e;
  stroke: #6e6e6e;
}
.enrollment-page .piestyle-darkgray {
  fill: #434348;
  stroke: #434348;
}
.enrollment-page .piestyle-darkgray .highcharts-point {
  fill: #434348;
  stroke: #434348;
}
.enrollment-page .piestyle-sandyorange {
  fill: #F4A261;
  stroke: #F4A261;
}
.enrollment-page .piestyle-sandyorange .highcharts-point {
  fill: #F4A261;
  stroke: #F4A261;
}
.enrollment-page .piestyle-chestnutred {
  fill: #994636;
  stroke: #994636;
}
.enrollment-page .piestyle-chestnutred .highcharts-point {
  fill: #994636;
  stroke: #994636;
}
.enrollment-page .piestyle-ceruleanblue {
  fill: #0075A2;
  stroke: #0075A2;
}
.enrollment-page .piestyle-ceruleanblue .highcharts-point {
  fill: #0075A2;
  stroke: #0075A2;
}
.enrollment-page .piestyle-lightblue {
  fill: #7cb5ec;
  stroke: #7cb5ec;
}
.enrollment-page .piestyle-lightblue .highcharts-point {
  fill: #7cb5ec;
  stroke: #7cb5ec;
}
.enrollment-page .piestyle-resedagreen {
  fill: #666B41;
  stroke: #666B41;
}
.enrollment-page .piestyle-resedagreen .highcharts-point {
  fill: #666B41;
  stroke: #666B41;
}
.enrollment-page .piestyle-rosetaupe {
  fill: #A26B73;
  stroke: #A26B73;
}
.enrollment-page .piestyle-rosetaupe .highcharts-point {
  fill: #A26B73;
  stroke: #A26B73;
}
.enrollment-page .piestyle-paynesgray {
  fill: #4D6C80;
  stroke: #4D6C80;
}
.enrollment-page .piestyle-paynesgray .highcharts-point {
  fill: #4D6C80;
  stroke: #4D6C80;
}
.enrollment-page .piestyle-lightgray {
  fill: #aeaeae;
  stroke: #aeaeae;
}
.enrollment-page .piestyle-lightgray .highcharts-point {
  fill: #aeaeae;
  stroke: #aeaeae;
}
.enrollment-page .piestyle-unassignedpink {
  fill: #635366;
  stroke: #635366;
}
.enrollment-page .piestyle-unassignedpink .highcharts-point {
  fill: #635366;
  stroke: #635366;
}
.enrollment-page .piestyle-unassignedblue {
  fill: #51727d;
  stroke: #51727d;
}
.enrollment-page .piestyle-unassignedblue .highcharts-point {
  fill: #51727d;
  stroke: #51727d;
}
.enrollment-page .piestyle-unassignedyellow {
  fill: #947c41;
  stroke: #947c41;
}
.enrollment-page .piestyle-unassignedyellow .highcharts-point {
  fill: #947c41;
  stroke: #947c41;
}
.enrollment-page .sxcluster-gauge {
  height: 165px;
}
.enrollment-page .sxcluster-gauge .highcharts-background {
  fill: rgba(39, 73, 110, 0) !important;
}
.enrollment-page .sxcluster-gauge .highcharts-color-0 {
  fill: #77A6B6;
  stroke: #77A6B6;
}
.enrollment-page .sxcluster-gauge .highcharts-axis-labels {
  font-size: 14px;
}
.enrollment-page .sxcluster-gauge .highcharts-plot-band, .enrollment-page .sxcluster-gauge .highcharts-pane {
  fill: #E9C46A !important;
  fill-opacity: 1;
}
.enrollment-page .card {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border: none;
  width: 100%;
  min-height: 250px;
  height: auto;
}
.enrollment-page .card.flipped {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.enrollment-page .card-front, .enrollment-page .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.enrollment-page .card-back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.enrollment-page .border-sides {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.enrollment-page .highcharts-plot-line {
  fill: none;
  stroke: #de4846;
  stroke-width: 2px;
}
.enrollment-page .highcharts-plot-line-label {
  font-style: italic;
}
.enrollment-page .center-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pubcom-glp-page.has-eyebrow {
  margin-top: 29px;
}
@media (max-width: 440px) {
  .pubcom-glp-page.has-eyebrow {
    margin-top: 59px;
  }
}
@media (max-width: 409px) {
  .pubcom-glp-page.has-eyebrow {
    margin-top: 95px;
  }
}
@media (max-width: 349px) {
  .pubcom-glp-page.has-eyebrow {
    margin-top: 125px;
  }
}
.pubcom-glp-page .secure-page-title {
  font-size: 35px;
}
.pubcom-glp-page .glp-content {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
.pubcom-glp-page .glp-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 2px solid #EDF0F5;
  border-top-width: 10px;
  border-bottom-width: 10px;
}
.pubcom-glp-page .glp-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-glp-page .glp-section {
    margin-top: 300px;
    margin-bottom: 300px;
  }
}
.pubcom-glp-page .glp-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-glp-page .glp-hero-image {
  margin-top: 30px;
}
.pubcom-glp-page .glp-section-image {
  width: 100%;
  max-width: 750px;
  min-width: 450px;
}
.pubcom-glp-page .glp-section-card {
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .pubcom-glp-page .glp-section-card {
    margin-left: -100px;
  }
}
.pubcom-glp-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-glp-page .slanted-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.pubcom-glp-page .no-bullets {
  list-style-type: none;
}
.pubcom-glp-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-glp-page .icon-bullet .fa-circle-check {
  margin-right: 0.5em;
  margin-top: 0.3em;
}
.pubcom-glp-page .bottom-panel {
  margin-bottom: 5rem;
}
.pubcom-glp-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-glp-page .bottom-panel .glp-card {
  border-top-left-radius: 0;
}
.pubcom-glp-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-glp-page .butn.site-interest:hover {
  background: #152850;
  color: white;
}
.pubcom-glp-page .butn.site-interest:after {
  background: transparent;
}
.pubcom-glp-page .hero-action {
  line-height: 20px;
  font-size: 13px;
}
.pubcom-glp-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-glp-page .glp-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.pubcom-glp-page .glp-image-wrapper img {
  display: block;
  width: 100%;
}
.pubcom-glp-page .glp-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/overlay.png") repeat;
  z-index: 10;
}
.pubcom-glp-page #glpimage1 {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 500/415;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pubcom-glp-page #glpimage2 {
  width: 100%;
  max-width: 788px;
  aspect-ratio: 560/398;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cab-trial .document-library-page {
  padding-bottom: 0;
}

.feedback-container {
  padding-top: 1.5rem;
  padding-bottom: 70px;
}
.feedback-container .feedback-title {
  display: inline-block;
  background-color: #EDF0F5;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border-radius: 10px 10px 0 0;
  white-space: nowrap;
}
.feedback-container .feedback-body {
  border: solid 2px #EDF0F5;
  border-top: solid 10px #EDF0F5;
  border-bottom: solid 10px #EDF0F5;
  border-radius: 0 10px 10px 10px;
  max-width: 1140px;
  padding: 20px;
  line-height: 150%;
}
.feedback-container .feedback-body .form-row {
  margin: 0;
  margin-top: 2rem;
}

#submit-button.loading #cabFeedbackSpinner {
  display: block;
}

#cabFeedbackSpinner {
  display: none;
}

.button.cab-feedback {
  background: #152850;
  color: white;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
}
.button.cab-feedback:hover:enabled {
  background: #FFC757;
  color: #1C3863;
}
.button.cab-feedback:after {
  background: transparent;
}
.button.cab-feedback:disabled {
  opacity: 0.6;
  cursor: wait;
}

/*# sourceMappingURL=secure.1c0ff398da6567ca7df2.css.map*/