﻿.col-gap {
  margin-right: 20px;
}

.grid-area {
  justify-content: normal;
}

.grid-area-container.container-fluid {
  max-width: 100%;
  padding: 0;
}

.grid-item.pb-lg {
  padding-bottom: 1.5rem !important;
}

.grid-item.pb-md {
  padding-bottom: 1rem !important;
}

.grid-item.pb-sm {
  padding-bottom: 0.5rem !important;
}

.grid-item.pb-xl {
  padding-bottom: 6rem !important;
}

.grid-item.pb-xs {
  padding-bottom: 0.25rem !important;
}

.grid-item.pl-lg {
  padding-left: 1.5rem !important;
}

.grid-item.pl-md {
  padding-left: 1rem !important;
}

.grid-item.pl-sm {
  padding-left: 0.5rem !important;
}

.grid-item.pl-xl {
  padding-left: 3rem !important;
}

.grid-item.pl-xs {
  padding-left: 0.25rem !important;
}

.grid-item.pr-lg {
  padding-right: 1.5rem !important;
}

.grid-item.pr-md {
  padding-right: 1rem !important;
}

.grid-item.pr-sm {
  padding-right: 0.5rem !important;
}

.grid-item.pr-xl {
  padding-right: 3rem !important;
}

.grid-item.pr-xs {
  padding-right: 0.25rem !important;
}

.grid-item.pt-0 {
  padding-top: 0 !important;
}

.grid-item.pt-lg {
  padding-top: 1.5rem !important;
}

.grid-item.pt-md {
  padding-top: 1rem !important;
}

.grid-item.pt-sm {
  padding-top: 0.5rem !important;
}

.grid-item.pt-xl {
  padding-top: 6rem !important;
}

.grid-item.pt-xs {
  padding-top: 0.25rem !important;
}

.large-spacing-cta.grid-item {
  padding: 70px 0 !important;
}

.large-spacing-cta.grid-item h3 {
  font-weight: var(--waa-font-extrabold);
  min-height: 0vw;
  padding: 5px 0 10px 0;
  text-align: left !important;
}

.large-spacing-cta.grid-item p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: var(--waa-font-regular);
  text-align: left !important;
}

.large-spacing-cta.grid-item p a.btn.btn-primary {
  margin-top: 40px;
}

.large-spacing-cta.grid-item p.text-uppercase {
  font-size: 16px;
  font-weight: var(--waa-font-bold);
  font-stretch: var(--waa-condensed);
}

/*Modal*/
.modal-content {
  background-color: #f9f6d4;
  margin: 20% auto;
  width: 350px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
}

.modal-header h2,
.modal-footer h3 {
  margin: 0;
}

.modal-overlay {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}

.narrow-centered-col .container {
  max-width: 960px;
}

.narrow-centered-col.white-inner .grid-area-container.container {
  max-width: 1080px;
  padding: 80px 120px 60px;
  background: white !important;
}

.noscroll {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.op-none {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

/*pager*/

.pager {
  padding: 30px;
  text-align: center;
  list-style: none;
}

.pager .disabled > a {
  color: var(--waa-green);
  background: var(--bs-white);
  border: 0;
  cursor: not-allowed;
  font-weight: var(--waa-font-extrabold);
}

.pager .disabled > a:focus,
.pager .disabled > a:hover {
  color: var(--waa-green);
  background: var(--bs-white);
  border: 0;
  cursor: not-allowed;
  font-weight: var(--waa-font-extrabold);
}

.pager .disabled > span {
  color: var(--waa-green);
  background: var(--bs-white);
  border: 0;
  cursor: not-allowed;
  font-weight: var(--waa-font-extrabold);
}

.pager li {
  display: inline;
  padding-left: 0;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 4px 12px;
  background-color: var(--bs-white);
  border: 1px solid var(--waa-dark-grey);
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 2px;
  color: var(--waa-dark-grey);
  text-decoration: none;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  color: var(--waa-green);
}

.pager li.active > a,
.pager li.active > span {
  border: 0;
}

.pager li.elipses > a,
.pager li.elipses > span {
  border: 0;
}

.pager li:before {
  display: none !important;
}

.pull-img-left p.caption {
  font-size: 16px;
  margin-top: 5px;
  text-align: right !important;
}
/*Sections*/

.section-clouds {
  background-image: url("../images/bg-clouds.png") !important;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.section-g-slice {
  background-color: var(--bs-white);
  background-image: url(/media/iz4k0yvk/green-gradient-bg.png) !important;
  background-position: calc(50vw) 0;
  background-repeat: no-repeat;
  background-size: auto 101%;
  position: relative;
  z-index: 0;
  overflow-x:hidden;
}

.section-green-gradient {
  background: #008135;
  background: linear-gradient(180deg, #258736 0%, #008135 50%, #006a2e 100%);
}

.section-green-wave {
  background-color: var(--waa-green);
}

.section-green-wave .btn-primary {
  width: 100%;
}

.section-green-wave .btn-wrapper {
  margin-top: 20px;
}

.section-green-wave .btn.btn-primary:hover {
  border: 0.094rem solid var(--bs-white);
}

.section-green-wave .grid-area-container {
  background: transparent !important;
}

.section-viewsfromthecrew .grid-area-container {
  background: transparent !important;
}

.section-green-wave p.text-uppercase {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: var(--waa-font-bold);
  font-stretch: var(--waa-condensed);
}

.section-green-wave:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: radial-gradient(circle at 98.13% 95.28%, #004f21, transparent 45%),
    radial-gradient(circle at 0.97% 4.32%, #005423, transparent 36%),
    radial-gradient(circle at 4.31% 91.36%, #1a5632, transparent 68%),
    radial-gradient(circle at 69.24% 9.58%, #1a5632, transparent 76%),
    radial-gradient(circle at 50% 50%, #1a5632, #1a5632 100%);
}

.section-gy-slice {
  background-color: var(--bs-white);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.section-lotteryprizes {
  background-color: var(--waa-green);
  overflow: hidden;
  position: relative;
}

.section-lotteryprizes .dwl-latestlotterywinners .ball1 {
  left: -20%;
  top: -6%;
  width: 130px;
}

.section-lotteryprizes .dwl-latestlotterywinners .ball2 {
  left: -25%;
  top: 35%;
  width: 250px;
}

.section-lotteryprizes .dwl-latestlotterywinners .ball3 {
  left: 97%;
  top: 30%;
  width: 190px;
}

.section-lotteryprizes .dwl-latestlotterywinners .ball4 {
  left: 92%;
  top: 0%;
  width: 200px;
}

.section-lotteryprizes .dwl-latestlotterywinners .description {
  padding: 0px 35px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 99;
  position: relative;
}

.section-lotteryprizes .grid-area-container {
  background: transparent !important;
}

.section-lotteryprizes .grid-area-container .grid-item.pt-xl,
.section-lotteryprizes .grid-area-container .grid-item.pb-xl {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

.section-lotteryprizes:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  background: var(--waa-green);
}

.section-viewsfromthecrew {
  background-image: url("/media/hvsld4bz/viewscrewbg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.section-waves {
  background-image: url("../images/bg-waves.png") !important;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1000px rgba(0, 129, 53, 0.8);
}

.section-yellow {
  background: var(--waa-yellow);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.section-yellow .btn.btn-primary {
  background: transparent;
  color: var(--waa-dark-grey);
  border: 0.094rem solid var(--waa-dark-grey);
  border-radius: var(--btn-border-radius);
  font-weight: var(--waa-font-bold);
  font-size: 16px;
  height: 54px;
  padding: 0 30px;
  width: auto;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.section-yellow .btn.btn-primary:after {
  display: none;
}
/*
.section-yellow .btn.btn-primary:hover {
  font-size: 17px;
  transition: all 0.2s ease-in-out;
}*/

.section-yellow .dwl-text {
  padding: 20px 0px;
}

.section-yellow p.headline {
  color: var(--waa-dark-grey);
  font-weight: var(--waa-font-extrabold);
  font-size: 28px;
  min-height: 0vw;
  line-height: clamp(32px, calc(2rem + ((1vw - 7.68px) * 1.9965)), 55px);
  text-align: center;
  margin: 0 auto;
  margin-bottom: 25px;
}


@media (min-width: 992px) {
  .section-gy-slice {
    background-image: url("/media/rj1ngcgl/bg-gy.png") !important;
    background-position: calc(53vw) 0;
    background-repeat: no-repeat;
    background-size: auto 101%;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .ball1 {
    left: -20%;
    top: 0%;
    width: 200px;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .ball2 {
    left: -15%;
    top: 20%;
    width: 290px;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .ball3 {
    left: 91%;
    top: 30%;
    width: 190px;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .ball4 {
    left: 92%;
    top: 0%;
    width: 200px;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .description {
    max-width: 700px;
    margin: 0 auto;
  }

  .section-yellow p.headline {
    width: 70%;
    font-size: 44px;
    max-width: 992px;
  }
}

.umb-block-grid {
  --my-container-max-width: 540px;
}

@media (min-width: 576px) {
  .umb-block-grid {
    --my-container-max-width: 540px;
  }

  .large-spacing-cta.grid-item h3,
  .large-spacing-cta.grid-item p {
    text-align: center !important;
  }
  .section-green-wave .btn-primary {
    width: unset;
  }

  .section-green-wave .btn-wrapper {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .umb-block-grid {
    --my-container-max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .umb-block-grid {
    --my-container-max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .umb-block-grid {
    --my-container-max-width: 1320px;
  }
}

@media (min-width: 768px) {
  /* .umb-block-grid {
        --my-container-max-width: 720px;
    } */


  .large-spacing-cta.grid-item p {
    font-size: 18px;
  }

  .large-spacing-cta.grid-item p.text-uppercase {
    min-height: 0vw;
  }

  .section-green-wave .btn-wrapper {
    margin-top: 20px;
  }

  .section-yellow p.headline {
    width: 95%;
    font-size: 32px;
    max-width: 768px;
  }
}

@media (min-width: 1600px) {
  .umb-block-grid {
    --my-container-max-width: 1550px;
  }
  .container {
    max-width: 1550px;
  }
}

@media (max-width: 991px) {
  .col-gap {
    margin-right: 0px;
  }
  .narrow-centered-col.white-inner .grid-area-container.container {
    padding: 80px 30px 60px;
  }
  .section-gy-slice .grid-area-container,
  .section-gy-slice .umb-block-grid__block--view::part(area-container) {
    max-width: 100% !important;
  }
}

@media (min-width: 1280px) {

  .large-spacing-cta.grid-item p {
    max-width: 1000px;
    font-size: 20px;
  }

  .section-lotteryprizes #lotterywinners .carousel-inner {
    position: relative;
    width: 55%;
    overflow-x: hidden;
    margin: 0 auto;
    display: block;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .ball1 {
    left: -10%;
    top: 0%;
    width: 200px;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .ball2 {
    left: -5%;
    top: 20%;
    width: 400px;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .ball3 {
    left: 90%;
    top: 30%;
    width: 240px;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .ball4 {
    left: 92%;
    top: 0%;
    width: 200px;
  }

  .section-lotteryprizes .dwl-latestlotterywinners .description {
    padding: 0px 25px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .section-green-wave.grid-item.pr-lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 992px) {
  .grid-item.pb-xl {
    padding-bottom: 4rem !important;
  }

  .grid-item.pl-xl {
    padding-left: 2rem !important;
  }

  .grid-item.pt-xl {
    padding-top: 4rem !important;
  }
}
