:root {
  --activity-width: calc(1140px /3);
  --margin: 22px;
  --menu-height: 70px;
  --green-color: #006981;
  --yellow: #ffc102;
  /* Bootstrap breakpoints */
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --header-background-color: #f8f8f8;
  --section-background-color: #f8f8f8;
  --footer-background-color: #F6F6F6;
}

body {
  background: #ffffff;
  font-family: Poppins;
}

h1, h2 {
  font-weight: bold !important;
  color: #1A1A1A;
}

h2, h3 {
  padding-left: 1rem;
}

h3 {
  color: #1A1A1A;
  font-size: 28px;
  font-weight: 500;
}

h4 {
  color: #004959;
  font-size: 28px;
  font-weight: 500;
}

p, li {
  color: #57544C;
  font-size: 18px;
  line-height: 30px;
}

cite {
  font-style: normal;
  font-weight: 500;
  color: #57544C;
  font-size: 1.2rem;
}

nav {
  background-color: var(--footer-background-color);
}

.hero {
  /* background-color: var(--header-background-color); */
}

.offer, .offer h2, .offer p {
  background-color: #004959;
  color: #FFFFFF;
}

.statements {
  background: #FFFAE9;
}

.logo {
  width: 2em;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.navbar-brand span {
  font-size: 1.5rem;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;

}

.navbar {
  background: #FFFFFF;
  box-shadow: 0px 14px 20px rgba(14, 12, 27, 0.03);
}

.navbar a {
  font-size: 16px;
  font-weight: 600;
  color: #000000 !important;
}

@media (max-width: 992px) {
  .spacer {
    display: none;
  }
}

.nav-link {
  border: 3px solid #FFFFFF;
  border-radius: 40px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.nav-item a:hover {
  border-bottom: 3px solid #FFC100;
  border-radius: 0px;
}

.emphasized {
  border: 3px solid #FFC100;
  border-radius: 40px;
}

.emphasized:hover {
  background-color: #FFC100;
  border: 3px solid #FFC100;
  border-radius: 40px !important;
}

.nobr {
  white-space: nowrap;
}

.club-thumbnail img {
  width: 100%;
  height: 233px; /* For some reason this needs to be there in the case of service centers */
}

.wistia_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
}

.wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.wistia_embed {
  width: 100%;
  height: 100%;
}

.logo-bullet {
  background-color: var(--yellow);
  border-radius: 50%;
  display: inline-block;
}

.logo-bullet img {
  --margin: 0.7rem;
  text-align: center;
  width: calc(var(--margin) * 2);
  margin-top: var(--margin);
  margin-bottom: var(--margin);
  margin-left: calc(var(--margin) * 1.23);
  margin-right: calc(var(--margin) * 1.23);
}

.small-logo {
  --margin: 0.2rem;
}

.round {
  border-radius: 50%;
}

.municipalities {
  background-color: var(--section-background-color);
}

.arrs {
  background-color: #fbfbfb;
}

.mun-list {
  list-style: none;
  /* Remove default bullets */
}

.mun-list li::before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--yellow);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: 0em;
  /* Also needed for space (tweak if needed) */
}

.mun-list li {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0rem;
}

.municipalities a {
  font-size: 24px;
}

.municipalities .btn {
  background-color: white;
  margin-left: 3rem;
  margin-top: 3rem;
  padding-left: 4rem;
  padding-right: 4rem;
}

.municipalities {
  padding: 3rem;
}


.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

h1, h2, section {
  padding-bottom: 1rem;
}

.wistia_responsive_padding {
  margin-bottom: 1rem;
}

h1 {
  padding-top: 6rem;
}

h2 {
  padding-top: 1.5rem;
}

h3 {
  padding-bottom: 2.5rem;
}

h4 {
  padding-bottom: 2.0rem;
}

@media (max-width: 400px) {
  h1 {
    font-size: 2.5rem !important;
  }
  h2 {
    font-size: 2.0rem !important;
  }
  .contact .container {
    margin-left: 2rem !important;
  }
  .contact .logo-bullet {
    margin-left: 2rem !important;
  }

  .municipalities .municipalities > center > button {
    margin: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 400px) and (max-width: 500px) {
  h1 {
    font-size: 2.5rem !important;
  }
  h2 {
    font-size: 2.0rem !important;
  }
  .contact .container {
    margin-left: 2rem !important;
  }
  .contact .logo-bullet {
    margin-left: 2rem !important;
  }

  .municipalities .municipalities > center > button {
    margin: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  h1 {
    font-size: 2.8rem !important;
  }
  h2 {
    font-size: 2.2rem !important;
  }
  .contact .container {
    margin-left: 3rem !important;
  }
  .contact .logo-bullet {
    margin-left: 3rem !important;
  }

  .municipalities .municipalities > center > button {
    margin: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  h1 {
    font-size: 3.0rem !important;
  }
  h2 {
    font-size: 2.4rem !important;
  }
  .contact .container {
    margin-left: 4rem !important;
  }
  .contact .logo-bullet {
    margin-left: 2rem !important;
  }

  .municipalities .municipalities > center > button {
    margin: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.2rem !important;
  }
  h2 {
    font-size: 2.7rem !important;
  }
  .contact .container {
    margin-left: 5rem !important;
  }
  .contact .logo-bullet {
    margin-left: 3rem !important;
  }
}

/* Sticky footer styles
-------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /* margin-bottom: 120px; */
}

.footer {
  /* position: absolute;*/
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 120px; */
  line-height: 120px;
  /* Vertically center the text there */
  background-color: var(--footer-background-color);
}

footer p {
  margin-bottom: 0px;
}

a, a:hover, a:visited {
  color: var(--green-color);
}

.club-thumbnail {
  /* min-width: 300px; */
}

.club-links, .club-leader {
  margin-bottom: 1rem;
}

.all-clubs .rect {
  /*background-color: #ffc200;*/
  background-color: lightgrey;
}

.all-clubs .rect p {
  text-align: center;
  color: black;
}

.centered-over {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.invisible {
  opacity: 0;
}

.languages {
  padding: 0.25rem;
  margin: 0.25rem;
  background: #eeeeee;
}

/*
.video-container {
border-radius: 10px;
display: block;
height: 0;
overflow: hidden;
padding: 0;
padding-bottom: 30%;
position: relative;
}

.video-container wistia_responsive_padding {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
 */

.explainer {
  max-width: 800px;
  /*padding-bottom: 35% !important;*/
}

body > section.container-fluid.hero > div > div.explainer.video-container.container {
  padding-top: 2rem;
}

#interaction img {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.quote-foo {
  padding-left: 0px;
  padding-bottom: 2rem;
}

.offer-details {
  padding-top: 5rem;
  padding-bottom: 18rem;
}

.floating-container {
  position: relative;
}

.contact {
  position: absolute;
  bottom: 10rem;
  width: 80%;
  left: 10%;
  /* Set the fixed height of the footer here */
  /* height: 120px; */
  line-height: 120px;
  /* Vertically center the text there */
  background-color: white;

  padding-bottom: 5rem;
}

.contact .container {
  margin-left: 1rem;
  line-height: 42px;
}

.footer {
  padding-top: 20rem;
  padding-bottom: 5rem;
}

.contact .logo-bullet img {
  --margin: 2rem;
}

.contact .logo-bullet {
  width: 142px;
  height: 142px;
}

.contact ul {
  margin-left: 1rem;
  padding-top: 2rem;
}

.col-md-6 {
  padding-bottom: 3rem;
}

.total img {
  width: 100%;
}
