@import url(https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;

1,200..900&display=swap);@charset "UTF-8";
.page-content #content {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 300;
  color: #6f6f6f;
}

.page-content .emphasis {
  font-weight: 400;
  color: red;
}

.page-content h1,
.page-content h2,
.page-content h4 {
  font-family: "Source Sans 3", sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
}

.page-content h3,
.page-content h5 {
  font-family: "Source Sans 3", sans-serif;
  margin-top: 1em;
  margin-bottom: 1em;
}

.page-content h1 {
  font-weight: 300;
}

.page-content h1.page-header {
  font-weight: 500;
}

.page-content h2 {
  font-weight: 500;
}

.page-content h3 {
  font-weight: 500;
}

.page-content h4 {
  font-weight: 300;
}

.page-content h5 {
  font-weight: 500;
}

.page-content h3.Hind,
.page-content h4.Hind,
.page-content h5.Hind,
.page-content h6.Hind {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  color: black;
}

.page-content #sr-grid h3,
.page-content #sr-grid h4,
.page-content #sr-grid h5,
.page-content #sr-grid h6 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 500;
  color: black;
}

.page-content #sr-grid h4 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 600;
  color: black;
}

.page-content .Hind a:active {
  color: black;
}

.page-content h1.vsp-title {
  font-size: 5vw;
  padding-top: 0.1em;
  padding-bottom: 0.25em;
}

.page-content ul.squarelist {
  list-style: none;
  margin-left: -0.8em;
}

.page-content ul.squarelist li::before {
  content: "\25AA";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red;
  /* Change the color */
  font-size: 1.4em;
  line-height: 1em;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 0.6em;
  /* Also needed for space (tweak if needed) */
}

.page-content .nav-list li a {
  color: #6f6f6f;
}

@media (min-width: 768px) {
  .page-content .nav-list {
    list-style-type: none;
    color: #766;
    font-weight: 500;
    font-size: 1.4em;
  }

  .page-content .nav-list li {
    width: 14.2857142857;
    padding: 0.2em 0.5em;
    border-right: solid 2px #666;
    border-left: solid 0px #666;
  }

  .page-content .nav-list li:last-child {
    border-right: 0px;
    border-left: 0px;
  }
}

@media (max-width: 767px) {
  .page-content .nav-list {
    list-style-type: none;
    color: #766;
    font-weight: 500;
    font-size: 1em;
  }

  .page-content .nav-list li {
    width: 25;
    padding: 0.1em 0.3em;
    border-right: solid 2px #666;
    border-left: solid 0px #666;
  }

  .page-content .nav-list li:last-child {
    border-right: 0px;
    border-left: 0px;
  }
}

.page-content .bg-secondary {
  background-color: #707070 !important;
}

.page-content .bg-light {
  background-color: #DCDBDC !important;
}

.page-content .text-secondary {
  color: #707070 !important;
}

.page-content #carouselCIC i.fa,
.page-content .carouselControlsIndicators i.fa {
  font-size: 4vw;
}

.page-content .align-items-center {
  display: flex;
  align-items: center;
  /*Aligns vertically center */
  justify-content: center;
  /*Aligns horizontally center */
}

.page-content .fa-stack-sw:after {
  position: absolute;
  left: -5px;
  top: -5px;
  content: attr(data-count);
  font-size: 40%;
  padding: 0.6em;
  border-radius: 50%;
  line-height: 0.75em;
  color: red;
  text-align: center;
  min-width: 2em;
  font-weight: bold;
  background: white;
  border-style: solid;
}

.page-content .fa-circle {
  color: #DF0000;
}

@media (max-width: 767px) {
  .page-content div.container-fluid h1#summer-show-space {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .page-content div.container-fluid h1#summer-show-space {
    font-size: 3rem;
  }
}

