:root {
  --mgs-green: #198754;
  --text-color: #6c6c6c;
  --body-color: #333;
  --text-highlight: #bae827;
}

body {
  font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
h1, h2, h3, h4, h5, h6 {
  transform: scaleY(0.89);
  transform-origin: center;
  line-height: 1.6em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  color: var(--body-color);
}
.text-highlight {
  color: var(--text-highlight);
}
li::marker {
  display: none;
  content: none;
}
p, blockquote, ul, ol {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8em;
  color: var(--body-color);
  font-size: 1.25rem;
}
header .wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
ul, ol {
  padding-left: 0px;
}
ol li {
  position: relative;
  padding-left: 52px;
}
ol li::before {
  content: counter(list-item) ". ";
  position: absolute;
  margin-left: -30px;
}
ul.bullet-list li::before {
  content: "\F309";
  font-family: bootstrap-icons;
  font-size: 30px;
}
ul.bullet-list li {
  border: 0px;
  background-color: initial;
  color: var(--body-color);
}

ul.check-list li::before {
  content: "\F26A";
  font-family: bootstrap-icons;
  font-size: 20px;
  color: var(--mgs-green);
}
ul.check-list li {
  border: 0px;
  background-color: initial;
  color: var(--body-color);
}
ul.check-list li p {
  color: var(--body-color);
}
ul li::before {
  content: "\F138";
  font-family: bootstrap-icons;
  top: 10px;
  position: absolute;
  left: 15px;
}
ul.bullet-list li ul li::before,
ul.check-list li ul li::before {
  content: none;
}


li {
  padding: 10px 40px 10px;
  border: 1px solid #94B538;
  margin-bottom: -1px;
  color: var(--mgs-green);
  background-color: #fafcf5;
  position: relative;
}
li p {
  color: var(--mgs-green);
}
li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul li ul li {
  border: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: initial;
  display: list-item;
  list-style-type: disc;
  color: var(--body-color);
}

ul.check-list li ul,
ul li ul {
  padding-left: 20px;
}
ul.check-list li ul li::before,
ul li ul li::before {
  display: initial;
  content: "\F309";
  font-family: bootstrap-icons;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  color: var(--body-color);
}

.pre-line {
    white-space: pre-line;
}
header {
  background-color: rgba(255,255,255,.777);
  backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(50,50,50,.777);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  z-index: 1;
}

.brand,
.spacer-1 {
  width: 250px;
  margin: 0 20px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand img {
  width: 100%;
  height: auto;
}



.hero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  background: rgb(61,80,0);
  background: -moz-linear-gradient(180deg, rgba(61,80,0,1) 0%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(61,80,0,1) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(61,80,0,1) 0%, rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d5000",endColorstr="#000000",GradientType=1);
  background-image: url("https://offers.mygolfingstore.com/resources/2025/07/banner_course_lines2.jpg");
  background-size: cover;
  background-position: center;
}
.hero h1,
.hero p {
  max-width: 980px;
}
.as-featured {
  text-align: center;
}
.as-featured-logos {
  min-width: 300px;
  display: inline-block;
}
.featured-logo {
  width: 90px;
  height: auto;
  margin: 0 10px;
}
blockquote {
  border-radius: .25rem;
  border: 1px solid #dee2e6;
  padding: 20px;
}
blockquote p:last-child {
  font-size: .875em;
  color: #6c757d;
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0px;
}
blockquote p:last-child::before {
  content: "— ";
}
footer .nav li {
  border: 0px;
  background: transparent;
  padding: 0px;
  line-height: normal;
  font-size: 0.7em;
}
footer .nav li::before {
  content: none;
}
.mgs-bcg-yellow {
  background: rgb(243,254,158);
  background: linear-gradient(180deg, rgba(243,254,158,1) 0%, rgba(239,207,101,1) 100%);
}
.countdown span {
  min-width: 55px;
  height: 55px;
  padding: 0 8px;
  background:#222;
  display:inline-block;
  margin: 0 5px;
  border-radius:10px;
  line-height:1.6em;
}
#sec::after {
  content: "Seconds";
  display: block;
  text-align: center;
  font-size: 0.70em;
  font-weight:300;
  bottom: 10px;
  position: relative;
}
#min::after {
  content: "Minutes";
  display: block;
  text-align: center;
  font-size: 0.70em;
  font-weight:300;
  bottom: 10px;
  position: relative;
}
#hou::after {
  content: "Hours";
  display: block;
  text-align: center;
  font-size: 0.70em;
  font-weight:300;
  bottom: 10px;
  position: relative;
}
@media (max-width: 991px) {
  .brand, .spacer-1 {
    max-width: 40px;
    overflow: hidden;
    justify-content: start;
    margin-left: 0px;
  }
  .brand img {
    width: 200px;
  }
  header .wrapper {
    grid-template-columns: 40px auto 40px;
  }
}
