.hero {
  font-family: "Bahnschrift Regular Sans", sans-serif;
  font-size: 1.3em;
  padding: 10px 0;
}

html {
  scroll-padding-top: 3%;
}

form#feedbackForm {
  background-color: #eaeaea;
  border: 2px solid #d6148e;
  padding: 10px;
  margin-bottom: 20px;
}

h2 {
  margin-top: 10px;
  font-size: 2.4em;
  font-weight: 900;
}

h1 {
  font-size: 1.75em;
}

.emph {
  margin-top: 2px;
  border-top: 4px solid var(--main);
}

button {
  margin-bottom: 20px;
}

.topban {
  padding: 0px 0px 0px 0px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: var(--action-orange) !important;
}

.outbox {
  background-color: #eaeaea;
}

.calbox {
  background-color: #f4f4f4;
  padding: 25px;
  margin: 0 0 20px 0;
  border-top: 4px solid var(--main);
  border-left: 2px solid #ffffff;
  min-height: 280px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.leady {
  font-size: 1.4em;
  color: #5a5a5a;
  font-weight: 500;
}

.lil {
  line-height: 2em;
}

.callout {
  border: 2px solid var(--main);
  padding: 20px;
  margin-bottom: 20px;
}

.pinkcallout {
  background-color: #eaeaea;
  border: 2px solid #d6148e;
  padding: 10px;
  margin-bottom: 55px;
}

.pinksurvey {
  background-color: #eaeaea;
  border: 2px solid var(--action-orange);
}

.tealsurvey {
  background-color: #eaeaea;
  border: 2px solid var(--dark-teal);
}

.gb {
  color: #ffffff;
  background-color: var(--main);
  padding: 10px 0px 10px 10px;
  margin: 0;
}

.graybox {
  background-color: #fbfbfb;
}

.whitebox {
  background-color: #ffffff;
  padding: 10px 0px 10px 20px;
  margin: 10px 0 0 0;
}

h3 {
  font-size: 1.7em;
  padding-bottom: 15px;
}

.entryhead {
  color: #ffffff;
  background-color: var(--main);
  padding: 10px 0px 10px 20px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.entry-header {
  background-color: var(--main);
  color: white;
  width: 100%;
  padding: 25px 0px 25px 0px;
  margin: 40px 0px 0px 0px;
}

.entry-header h2 {
  font-weight: 900;
  margin: auto;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #ffffff;
  color: var(--main);
  cursor: pointer;
  /* padding: 18px; */
  width: 100%;
  text-align: left;
  border-bottom: dashed;
  border-bottom-width: thin;
  outline: none;
  margin-top: -10px;
  scroll-margin-top: 200px;
  font-size: 24px;
  font-style: italic;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active,
.accordion:hover {
  background-color: rgb(255, 255, 255);
  color: var(--main);
}
.accordion.active {
  border-bottom: none;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  /* padding: 0 18px; */
  background-color: white;
  display: none;
  overflow: hidden;
  transition: max-height 02.2s ease-out;
}

.accordion:after {
  content: "+";
  float: right;
  font-size: 28px;
  margin-right: 20px;
  font-weight: 500;
  font-style: normal;
}

.accordion.active:after {
  font-size: 38px;
  content: "-";

}

p {
  font-size: 1.15em;
}

.topdiv {
  background-color: #d9d9d9;
  z-index: 1;
}

.content {
  padding: 16px;
}

.xxx {
  z-index: 99;
}

.stlogo {
  padding-left: 10px;
}

.navbar-toggler {
    background-color: #d9d9d9;
    margin: 0 0 20px 0;
}


.blbutton {
  color: #ffffff !important;
  background: var(--action-orange) !important;
  width: 100%;
  max-width: 190px;

  height: 101px;
  font-size: 1.2em !important;
  font-style: italic;
  font-weight: 900 !important;
  font-family: "Bahnschrift Regular Sans", Arial, sans-serif !important;
}


.blbutton a {
  color: #ffffff !important;
  text-decoration: none;
}

.navbar-nav a {
  font-weight: 700;
  font-family: "Bahnschrift Regular Sans", Arial, sans-serif;
  color: #262626;
  font-size: 17px;
  margin: -5px 15px 0 3px;
}

@media (max-width: 767px) {
  .navbar-nav a {
    margin: 0;
  }
}

.dropdown-menu {
  font-weight: 700;
  font-family: "Bahnschrift Regular Sans", Arial, sans-serif;
  color: #2d2d2d;
  font-size: 16px;
  font-style: italic;
}
.nav-item.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-nav .dropdown-toggle::after {
	vertical-align: 0.2em;
}

.navbar-nav .dropdown-menu {
	background-color: #d9d9d9;
	border: none;
	padding-top: 1.15em;
}

.ps {
  margin-top: -1em;
}

.thr {
  width: 100%;
  text-align: left;
  border-top: dashed;
  border-top-width: thin;
  outline: none;
  font-size: 24px;
  font-style: italic;
  padding-top: 20px;
  margin-top: 20px;
}

html {
  scroll-behavior: smooth;
}

h4 {
  font-size: 1.4em;
  font-size: 700;
  font-style: italic;
}

h5 {
  font-size: 1.3em;
  font-size: 700;
}

.pix {
  padding: 20px 20px 20px 0px;
}

.fl {
  margin-bottom: 0;
}

.s2 {
  font-size: 1.75em;
}

.nm {
  margin-top: -2px;
}

.nm2 {
  margin-top: 0px;
  margin-left: 5px;
}

li {
  font-size: 1.15em;
  font-family: 'Bahnschrift Regular', sans-serif;;
}

/* p {
  padding-bottom: 15px;
} */
.container {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1100px;
}

.bo {
  border: 0.5px solid #bababa;
}

body {
  position: relative;
}

.bboxHead {
  color: #ffffff;
  background-color: var(--main);
  padding: 10px 0px 10px 10px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.borderbox {
  padding: 10px;
  border: 0.5px solid #bababa;
}

.bbox {
  color: var(--main);
}

.buttonLinkbox {
  padding: 0 20px 0 0;
}

.borderbox2 {
  background-color: var(--main);
  border: 0.5px solid #000000;
}

.alert-x {
  background-color: #f5a623;
}

a {
  color: var(--dark-teal);
}

a:hover {
    color: var(--wave-blue);
}

nav.top_nav {
  text-align: center;
  font-size: 0em;
  margin-bottom: 10px;
}

nav.top_nav li {
  display: inline;
}

.top_nav.collapsing li,
.top_nav.collapse.show li {
    padding: 0 0 25px 0;
}

.navbar-toggler-icon {
    background-image: none!important;
    background-color: #333;
    height: 3px;
    width: 25px;
    margin: 10px 0;
    position: relative;
    transition: all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon::before {
    display: block;
    background-color: #333;
    height: 3px;
    content: "";
    position: relative;
    top: -7px;
    transition: all 0.15s ease-out;/*taken down to hide quicker*/
    transform-origin: center;
}

.navbar-toggler-icon::after {
    display: block;
    background-color: #333;
    height: 3px;
    content: "";
    position: relative;
    top: 4px;
    transition: all 0.35s ease-out;
    transform-origin: center;
}
  
.navbar-toggler-icon,
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    background-color: #333;
}
  
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}
  
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0;
}
  
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
}

nav.top_nav a {
  display: inline-block;
  position: relative;
}

nav.top_nav a:hover {
  color: var(--main);
}

nav.top_nav a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -1px;
  left: 0;
  background-color: var(--main);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

nav.top_nav a:hover:before,
nav.top_nav a.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* 
.active {
  color: var(--main);
} */
.nulx {
  text-decoration: underline;
}

#progressbar {
  vertical-align: top;
  width: 100%;
  height: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

progress::-webkit-progress-bar {
  background-color: transparent;
  width: 100%;
}

/* background: */
progress::-webkit-progress-bar {
  background-color: btransparent;
  width: 100%;
}

progress {
  background-color: btransparent;
}

/* value: */
progress::-webkit-progress-value {
  background-color: var(--main) !important;
}

progress::-moz-progress-bar {
  background-color: var(--main) !important;
}

progress {
  color: var(--main);
}

.timelinepage {
  position: relative;
  left: 20px;
}

.timelinepage .timeline-wrapper {
  border-left: 4px solid var(--main);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  padding: 0 17px;
  margin-bottom: 20px;
}

.timelinepage .timeline-wrapper h1 {
  font-weight: 100;
}

.timelinepage .timeline-wrapper p strong,
.timelinepage .timeline-wrapper p strong {
  font-weight: 400;
}

.timelinepage .timeline-wrapper p {
  margin-bottom: 4px;
}

.timelinepage .timeline-wrapper .tl {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
}

.timelinepage .timeline-wrapper .tl:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timelinepage .timeline-wrapper .tl:before,
.timelinepage .timeline-wrapper .tl:after {
  position: absolute;
  display: block;
  top: 0;
}

.timelinepage .timeline-wrapper .tl.now:after {
  box-shadow: 0 0 0 4px var(--main);
  left: -23.85px;
  background: white;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 7px;
}

.timelinepage .timeline-wrapper .tl.dot:after {
  box-shadow: 0 0 0 4px var(--main);
  left: -23.85px;
  background: var(--main);
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
  top: 7px;
}

.timelinepage .timeline-wrapper .tl:after {
  background: var(--main);
}

.fa-star {
  color: #0299cc;
}

.timelinepage h3 {
  margin-top: 4px;
}

i.fa.fa-check {
  font-size: 2.3rem !important;
  color: #3dae2b;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fills the div and centers the image and text */
/* figure {
  width: 100%;
  margin: 1em 0;
} */

.stlineblue {
  color: #007cad;
}

.stactionpink {
  color: var(--action-orange);
}

.stlinelightblue {
  color: #9ad6d3;
}

.stwaveteal {
  color: var(--main);
}

.rustyred {
  color: #a83b24;
}

.button {
  color: #6f4375;
  background-color: white;
  border: 2px solid #6f4375;
  transition: all 0.2s ease;
}

.button:hover {
  color: white;
  background-color: #6f4375;
  border-color: #6f4375;
}

.swiper {
  padding-bottom: 50px;
  z-index: 0;
}

.swiper .swiper-slide img {
  margin: 0 auto;
  display: block;
}
:root {
  --swiper-navigation-size: 50px; /* Increase the size as needed */
}
.swiper .swiper-button-next, 
.swiper .swiper-button-prev {
  color: var(--color-primary);
  transition: var(--transition);
  background-color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 4px;
  opacity: 0.7;
}

.swiper-button-next {
  padding-right: 28px;
}

.swiper-button-prev {
  padding-left: 28px;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
  color: var(--color-tertiary);
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-size: 2em;
}

@media (max-width: 768px) {
  .swiper .swiper-button-next:after,
  .swiper .swiper-button-prev:after {
      font-size: 30px;
  }
}

.swiper .swiper-pagination {
  top: calc(100% - 19px);
}

.callout-box-workshop {
  border-left: 3px solid var(--main);
  border-bottom: 3px solid var(--main);
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.callout-box-workshop h3 {
  color: var(--main);
  margin-top: 0;
  font-size: 1.5em;
  font-style: normal;
}

.callout-box-workshop li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.text-purple {
  color: var(--main);
}

figcaption {
  margin-top: 20px;
}

.sticky-top {
  z-index: 8;
}

.close-button:hover {
  cursor: pointer;
}