﻿.dwl-accordion .container {
  padding-left: 0;
  padding-right: 0;
}

.dwl-featureditems .card {
  overflow: hidden;
  height: 100%;
  text-decoration: none !important;
}

.dwl-featureditems .card .dwl-image {
  position: relative;
  overflow: hidden;
}

.dwl-featureditems .card .dwl-image img {
  width: 100%;
  overflow: hidden;
  transform: scale(1);
  transition: 0.3s all ease-in-out;
  object-fit: cover;
  min-height: 152px !important;
  width: 100%;
  aspect-ratio: 4/3;
}

.dwl-featureditems .card h1,
.dwl-featureditems .card h2,
.dwl-featureditems .card h3,
.dwl-featureditems .card h4,
.dwl-featureditems .card h5 {
  text-decoration: none;
  color: var(--waa-dark-grey);
}

.dwl-featureditems .card-news .card-body {
  padding: 15px 15px 0px 15px !important;
}

.dwl-featureditems .card-news h3 {
  font-size: clamp(19px, calc(1.1875rem + ((1vw - 7.68px) * 0.7813)), 28px);
  font-weight: var(--waa-font-bold);
  margin-top: 10px;
}

.dwl-featureditems .card.haslink,
.dwl-featureditems a.card {
  overflow: hidden;
  height: 100%;
  text-decoration: none !important;
}

.dwl-featureditems .row {
  --bs-gutter-y: 1.5rem;
}

.dwl-featureditems a.card,
.dwl-featureditems .card.haslink:hover {
  overflow: hidden;
  text-decoration: none !important;
}

.dwl-featureditems a.card:hover h2,
.dwl-featureditems a.card:hover h3,
.dwl-featureditems a.card:hover h4,
.dwl-featureditems a.card:hover h5 {
  text-decoration: underline;
  color: var(--waa-green);
}

.dwl-featureditems a.card {
  .btn-primary:hover {
    color: white !important;
  }

  .btn-primary {
    width: fit-content;
  }
}

@media (max-width: 991px) {
  .btn-primary,
  .btn-wrapper {
    width: 100% !important;
  }
}

.dwl-featureditems__content__cards {
  display: flex;
  gap: 1rem;
}

.dwl-featureditems-card .card-text {
  margin-bottom: 20px;
}

.dwl-form input[type="submit"].btn.btn-primary {
  background: var(--waa-green);
  color: white;
  padding: 10px 30px;
  border-radius: 0;
}

/*.dwl-latest-events {
  position: relative;
}

.dwl-latest-events .card-body {
  flex: 1 1 auto;
  padding: 20px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dwl-latest-events .card-event .btn-primary {
  padding: 16px 65px 16px 25px;
  text-align: left;
  align-self: start;
}

.dwl-latest-events .card-event .btn.btn-primary::after {
  margin-left: 10px;
}

.dwl-latest-events .card-event .image {
  overflow: hidden;
  display: block;
}

.dwl-latest-events .card-event img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.dwl-latest-events .card-event:hover .btn-primary {
  color: var(--waa-white) !important;
  background: var(--waa-green) !important;
  border-color: var(--waa-green) !important;
}

.dwl-latest-events .card-event:hover .btn-primary:after {
  margin-left: 18px !important;
  content: var(--waa-btn-arrow-white);
  transition: all 0.2s ease-in-out;
}

.dwl-latest-events .card-event:hover h3 {
  color: var(--waa-green);
  text-decoration: underline;
}

.dwl-latest-events .card-event:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}

.dwl-latest-events .viewall:after {
  content: var(--waa-btn-arrow-dark);
}

.dwl-latest-events .viewall:hover:after {
  content: var(--waa-btn-arrow-white);
}

.dwl-latest-events span .viewall {
  visibility: hidden;
}

.dwl-latest-events {
  position: relative;
}

.dwl-latest-events .card-body {
  flex: 1 1 auto;
  padding: 20px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dwl-latest-events .card-event .btn-primary {
  padding: 16px 65px 16px 25px;
  text-align: left;
  align-self: start;
}

.dwl-latest-events .card-event .btn.btn-primary::after {
  margin-left: 10px;
}

.dwl-latest-events .card-event .image {
  overflow: hidden;
  display: block;
}

.dwl-latest-events .card-event img {
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  position: relative;
  transition: all 0.4s ease-in-out;
}

.dwl-latest-events .card-event:hover .btn-primary {
  color: var(--waa-white) !important;
  background: var(--waa-green) !important;
  border-color: var(--waa-green) !important;
}

.dwl-latest-events .card-event:hover .btn-primary:after {
  margin-left: 18px !important;
  content: var(--waa-btn-arrow-white);
  transition: all 0.2s ease-in-out;
}

.dwl-latest-events .card-event:hover h3 {
  color: var(--waa-green);
  text-decoration: underline;
}

.dwl-latest-events .card-event:hover img {
  transform: scale(1.1);
  transition: all 0.2s ease-in-out;
}

.dwl-latest-events .viewall:after {
  content: var(--waa-btn-arrow-dark);
}

.dwl-latest-events .viewall:hover:after {
  content: var(--waa-btn-arrow-white);
}

.dwl-latest-events span .viewall {
  visibility: hidden;
}*/

.dwl-list-filter {
  min-height: 65px;
}

.dwl-list-filter #filter-body {
  overflow-y: auto;
  height: unset;
}

.dwl-list-filter.events .card.card-event .card-body {
  flex: 1 1 auto;
  padding: 20px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card.card-event .card-body {
  flex: 1 1 auto;
  padding: 20px 15px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dwl-lotterwinners > .row {
  padding: 5px 0;
}

.dwl-lotterwinners span.prize {
  display: inline-block;
  min-width: 70px;
}

.dwl-lotterwinners span.title {
  display: block;
  margin: 15px 0;
  color: var(--waa-green);
  font-weight: var(--waa-font-bold);
  font-size: 20px;
}

.dwl-missions {
  background: var(--bs-white);
}

.dwl-missions h1 {
  color: var(--waa-green);
}

.dwl-news .bg-white .grid-area-container.container {
  padding: 0 15px;
  background: #fff;
}

.dwl-stories .container,
.dwl-stories .grid-area-container.container {
  padding: 0 15px;
  background: #fff;
}

.dwl-news .container {
  padding: 0 15px;
}

.dwl-news .grid-area-container.container .dwl-image img {
  border-bottom: 8px solid var(--waa-yellow);
  margin: 15px 0;
}

.dwl-stories .grid-area-container.container .dwl-image img {
  border-bottom: 8px solid var(--waa-yellow);
  margin: 15px 0;
}

.dwl-news .news-static {
  margin: 30px 0 30px 0;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #372e2b !important;
}

.dwl-news .quote figcaption {
  font-size: 15px;
  color: var(--waa-dark-grey);
}

.dwl-stories .quote figcaption {
  font-size: 15px;
  color: var(--waa-dark-grey);
}

.dwl-news blockquote,
.dwl-stories blockquote {
  font-size: 19px;
  color: var(--waa-shades-dark-grey);
}

.dwl-news h1,
.dwl-news h2,
.dwl-news h3,
.dwl-news h4,
.dwl-news h5 {
  color: var(--waa-green);
}

.dwl-news h1 {
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: var(--waa-green);
}

.dwl-stories h1 {
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: var(--waa-green);
}

.dwl-news p.headline {
  font-size: 24px;
  line-height: 40px;
}

.dwl-news p.news-date {
  font-weight: var(--waa-font-bold);
  font-size: 16px;
  display: block;
}

.dwl-roundedimage {
  position: relative;
  height: auto;
  margin: 40px 15px;
}

.dwl-roundedimage .content {
  margin-top: 25px;
}

.dwl-roundedimage .content-holder {
  max-width: 80%;
  margin: 0 auto;
}

.dwl-roundedimage .content-holder .btn:after {
  content: var(--waa-btn-arrow-dark);
}

.dwl-roundedimage .content-holder .btn:hover {
  border: 0.094rem solid var(--waa-white) !important;
}

.dwl-roundedimage .content-holder .btn:hover:after {
  content: var(--waa-btn-arrow-white);
}

.dwl-roundedimage .content-holder h1,
.dwl-roundedimage .content-holder h2,
.dwl-roundedimage .content-holder h3,
.dwl-roundedimage .content-holder h4,
.dwl-roundedimage .content-holder h5 {
  font-stretch: var(--waa-condensed);
  font-weight: var(--waa-font-bold);
  min-height: 0vw;
  color: var(--waa-green);
  text-transform: uppercase;
}

.dwl-roundedimage .content-holder p.headline {
  margin: 25px 0px 25px;
  font-family: var(--waa-font);
  font-weight: var(--waa-font-extrabold);
  font-size: 24px;
  line-height: 32px;
}

.dwl-roundedimage .image-holder {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: inline-block;
  margin: 0 auto;
}

.dwl-roundedimage .image-left img,
.dwl-roundedimage .image-right img {
  border: 15px solid var(--waa-yellow);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dwl-stories .section-green-wave .grid-area-container.container {
  background: unset;
}

.dwl-team .accordion {
  margin-bottom: 40px;
}

.dwl-team .accordion-button {
  color: var(--waa-green);
  font-size: 1.5rem;
}

.dwl-team .card .btn.btn-primary {
  padding: 16px 36px 16px 24px;
  width: 100%;
}

.dwl-team-profile .gallery {
  background: var(--waa-light-grey);
}

.dwl-team-profile .gallery .container {
  padding: 40px 40px;
}

.dwl-team-profile .gallery .slick-list .image {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 4/3;
}

.dwl-team-profile .gallery .slick-list .image img {
  position: relative;
  object-fit: cover;
  aspect-ratio: 4/3;
}

.dwl-team-profile .gallery-carousel .slick-list {
  margin: 0 -9px;
  margin: 0 -25px !important;
}

.dwl-img .gallery-carousel .slick-list {
  margin: 0 -25px !important;
}

.dwl-team-profile .gallery-carousel .slick-prev,
.dwl-team-profile .gallery-carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 40px;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
}

.dwl-img .gallery-carousel .slick-prev,
.dwl-img .gallery-carousel .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 40px;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
}

.dwl-team-profile .gallery-carousel .slick-slide {
  padding: 0 9px;
  margin: 0 0px !important;
}

.dwl-img-profile .gallery-carousel .slick-slide {
  margin: 0 0px !important;
}

.dwl-team-profile .missions .accordion-button,
.dwl-team-profile .missions .accordion-body {
  padding: 1rem 0;
}

.dwl-missions .accordion-button,
.dwl-missions .accordion-body {
  padding: 1rem 0;
}

.dwl-team-profile .missions .container,
.dwl-missions .container {
  padding: 40px 160px;
}

.dwl-team-profile .missions h2 {
  color: var(--waa-dark-grey);
  font-size: 30px;
  font-weight: 700;
}

.dwl-team-profile .profile {
  padding: 80px 0;
  background: var(--bs-white);
}

.dwl-team-profile .profile .btn-wrapper {
  margin: 30px 0px;
}

.dwl-team-profile .profile .image {
  margin-right: 20px;
  margin-bottom: 20px;
}

.dwl-team-profile .profile a.back {
  color: #000;
  text-decoration: none;
}

.dwl-team-profile .profile h1 {
  color: var(--waa-dark-grey);
  font-size: 30px;
  font-weight: 700;
}

.dwl-team-profile .profile img {
  border-bottom: 6px solid var(--waa-yellow);
}

.dwl-team-profile .profile span.title {
  font-size: 24px;
  display: block;
  margin-bottom: 30px;
}

.dwl-team-profile .missions {
  background: var(--bs-white);
}

.dwl-viewsfromthecrew .btn-primary {
  margin-top: 15px;
}

.dwl-viewsfromthecrew .carousel-caption {
  display: none !important;
}

.dwl-viewsfromthecrew .carousel-control-next-icon {
  background: transparent;
  background-image: var(--waa-btn-arrow-dark);
  background-size: 20px;
}

.dwl-viewsfromthecrew .carousel-control-prev-icon {
  background: transparent;
  background-image: var(--waa-btn-arrowleft-dark);
  background-size: 20px;
  border: 0.094rem solid #666;
  padding: 0;
  margin-bottom: 0;
}

.dwl-viewsfromthecrew .carousel-control-next-icon {
  border: 0.094rem solid #666;
  padding: 0;
  margin-bottom: 0;
}

.dwl-viewsfromthecrew .carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: unset;
  padding: 10px;
  list-style: none;
  color: #000;
  width: 100%;
  margin-left: calc(50% - 188px);
  margin-bottom: 40px;
}

.dwl-viewsfromthecrew .carousel-indicators .next,
.dwl-viewsfromthecrew .carousel-indicators .prev {
  height: 60px !important;
  width: 60px !important;
  padding: 0 !important;
  top: 20px !important;
  position: relative;
  border: none !important;
}

.dwl-viewsfromthecrew .carousel-indicators [data-bs-target] {
  color: #372e2b !important;
  text-indent: unset;
  height: 30px !important;
  width: 40px !important;
  border-right: 2px solid #bcbcbc !important;
  background-clip: unset;
  background-color: transparent;
  opacity: 1;
  padding: 0px;
  font-size: 16px;
  font-weight: var(--waa-font-semibold);
  font-stretch: var(--waa-condensed);
  margin-right: 0;
  margin-left: 0;
}

.dwl-viewsfromthecrew .carousel-indicators button {
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0 !important;
  transition: all 0.2s ease-in-out;
}

.dwl-viewsfromthecrew .carousel-indicators button span {
  display: block;
  position: relative;
}

.dwl-viewsfromthecrew .carousel-indicators button.active span,
.dwl-viewsfromthecrew .carousel-indicators button:hover span {
  color: var(--waa-green) !important;
  transform: scale(1.5);
  transition: all 0.2s ease-in-out;
  position: relative;
}

.dwl-viewsfromthecrew .carousel-indicators button.elips {
  display: none;
}

.dwl-viewsfromthecrew .carousel-indicators button.prev:hover span,
.dwl-viewsfromthecrew .carousel-indicators button.next:hover span {
  color: var(--waa-green) !important;
  transform: scale(1);
  transition: all 0.2s ease-in-out;
  position: relative;
}

.dwl-viewsfromthecrew .carousel-indicators button:nth-child(6) {
  border: none !important;
}

.dwl-viewsfromthecrew .carousel-inner {
  min-height: 450px;
}

.dwl-viewsfromthecrew .carousel-item img {
  min-height: 400px;
}

.dwl-donationspanel .background-image {
  width: 100%;
  border: 0.094rem solid transparent;
  background-repeat: no-repeat;
  background-position: 250px 0;
  background-size: cover;
}

.dwl-event .col-lg-8 {
  padding-right: 50px;
}

.dwl-latest-events .latest-events-title-cont {
  /* padding-left: 0 !important;
  padding-right: 0 !important; */
}

.dwl-latestlotterywinners .ball1 {
  left: -10%;
  top: -60%;
  width: 200px;
}

.dwl-latestlotterywinners .ball2 {
  left: 0%;
  top: -60%;
  width: 400px;
}

.dwl-latestlotterywinners .ball3 {
  left: 100%;
  top: -150%;
  width: 200px;
}

.dwl-latestlotterywinners .ball4 {
  left: 75%;
  top: -170%;
  width: 200px;
}

.dwl-latestlotterywinners .ball5 {
  left: 90%;
  top: -40%;
  width: 100px;
  display: block;
}

.dwl-latestlotterywinners .ball6 {
  left: 95%;
  top: -40%;
  width: 200px;
  display: block;
}

.dwl-latestlotterywinners .ball7 {
  left: 15%;
  top: -120%;
  width: 70px;
  display: none;
}

.dwl-latestlotterywinners .ball8 {
  left: -5%;
  top: -120%;
  width: 100px;
  display: block;
}

.dwl-latestlotterywinners .carousel-control-next-icon,
.dwl-latestlotterywinners.lotteryprizes .carousel-control-next-icon,
.dwl-latestlotterywinners .carousel-control-prev-icon,
.dwl-latestlotterywinners.lottery-prizes .carousel-control-prev-icon {
  bottom: 35%;
}

.dwl-latestlotterywinners .description {
  padding: 0px 25px;
  max-width: 700px;
  margin: 0 auto;
}

.dwl-latestlotterywinners .description p {
  font-size: 18px;
}

.dwl-latestlotterywinners.lottery-prizes .prizes {
  max-width: 80%;
}

.dwl-news p.headline {
  font-size: 24px;
}

.dwl-latestlotterywinners .ball2 {
  left: 0%;
  top: -60%;
  width: 400px;
}

.dwl-latestlotterywinners .ball3 {
  left: 100%;
  top: -150%;
  width: 200px;
}

.dwl-latestlotterywinners .ball4 {
  left: 75%;
  top: -170%;
  width: 200px;
}

.dwl-latestlotterywinners .ball5 {
  left: 90%;
  top: -40%;
  width: 100px;
  display: block;
}

.dwl-latestlotterywinners .ball6 {
  left: 95%;
  top: -40%;
  width: 200px;
  display: block;
}

.dwl-latestlotterywinners .ball7 {
  left: 15%;
  top: -120%;
  width: 70px;
  display: none;
}

.dwl-latestlotterywinners .ball8 {
  left: -5%;
  top: -120%;
  width: 100px;
  display: block;
}

.dwl-latestlotterywinners .carousel-control-next-icon,
.dwl-latestlotterywinners.lotteryprizes .carousel-control-next-icon,
.dwl-latestlotterywinners .carousel-control-prev-icon,
.dwl-latestlotterywinners.lottery-prizes .carousel-control-prev-icon {
  bottom: 35%;
}

.dwl-latestlotterywinners .description {
  padding: 0px 25px;
  max-width: 700px;
  margin: 0 auto;
}

.dwl-latestlotterywinners .description p {
  font-size: 18px;
}

.dwl-latestlotterywinners.lottery-prizes .prizes {
  max-width: 80%;
}

.dwl-news p.headline {
  font-size: 24px;
}

.dwl-roundedimage {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.dwl-roundedimage .content {
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dwl-roundedimage .content-holder .btn {
  margin-top: 30px;
}

.dwl-roundedimage .content-holder p.headline {
  font-size: 24px;
  line-height: 32px;
}

.dwl-roundedimage .content-holder.image-left {
  max-width: 450px;
  margin-right: 0 10vw;
  padding: 80px 0px;
}

.dwl-roundedimage .content-holder.image-right {
  max-width: 450px;
  margin-left: 10vw;
  padding: 80px 0px;
}

.dwl-roundedimage .image-holder {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
  margin-top: 0;
}

.dwl-roundedimage .image-holder.image-right {
  float: right;
}

.dwl-roundedimage .image-left img {
  border: 15px solid var(--waa-yellow);
  object-fit: cover;
  height: auto;
  width: auto;
  left: -15px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50%;
  min-height: 150%;
  aspect-ratio: 1/1;
}

.dwl-roundedimage .image-right img {
  border: 15px solid var(--waa-yellow);
  object-fit: cover;
  height: auto;
  width: auto;
  right: -15px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50%;
  min-height: 150%;
  aspect-ratio: 1/1;
}

.dwl-roundedimage .row {
  height: 100% !important;
}

.dwl-team-profile .gallery-carousel .slick-next,
.dwl-img .gallery-carousel .slick-next {
  right: -85px;
}

.dwl-team-profile .gallery-carousel .slick-prev,
.dwl-img .gallery-carousel .slick-prev {
  left: -85px;
}

.dwl-viewsfromthecrew .carousel {
  position: unset;
}

.dwl-viewsfromthecrew .carousel-indicators {
  position: absolute;
  top: 290px;
  margin: 0px 0 0 49px;
  z-index: 2;
  display: unset;
  padding: 0px;
  list-style: none;
  color: #000;
}

.dwl-viewsfromthecrew .content {
  padding-top: 35px;
}

.dwl-viewsfromthecrew .vtfc {
  padding-bottom: 60px;
}

.dwl-viewsfromthecrew .vtfc-caption {
  position: absolute;
  top: calc(100% - 140px);
  width: 100%;
  margin-left: calc(50% - 260px);
  max-width: 400px;
}

@media (min-width: 1400px) {
  .dwl-news .container,
  .dwl-news .grid-area-container.container {
    padding: 0 80px;
  }

  .dwl-stories .container,
  .dwl-stories .grid-area-container.container {
    padding: 0 80px;
  }

  .dwl-news p.headline {
    font-size: 34px;
  }

  .dwl-roundedimage .content-holder p.headline {
    font-size: 34px;
    line-height: 40px;
  }

  .dwl-viewsfromthecrew .carousel-indicators {
    top: 290px;
    margin: 0px 0 0 140px;
  }
}

@media (min-width: 1200px) {
  .dwl-viewsfromthecrew .carousel-indicators {
    top: 300px;
    margin: 0px 0 0 94px;
  }

  .dwl-viewsfromthecrew .carousel-indicators .next,
  .dwl-viewsfromthecrew .carousel-indicators .prev {
    top: 24px !important;
  }
}

@media (min-width: 576px) {
  .dwl-roundedimage .content-holder .btn {
    top: 300px;
    margin-left: 197px;
  }
}

@media (max-width: 991px) {
  .dwl-carousel .carousel-control-next-icon,
  .dwl-carousel .carousel-control-prev-icon {
    display: none;
  }
  .dwl-icons .icons {
    position: relative;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    position: relative;
  }

  .dwl-latest-events span .viewall {
    bottom: -2px;
  }

  .dwl-latestlotterywinners .carousel-control-next-icon,
  .dwl-latestlotterywinners.lotteryprizes .carousel-control-next-icon {
    right: 180px;
    bottom: 45%;
  }

  .dwl-latestlotterywinners .carousel-control-prev-icon,
  .dwl-latestlotterywinners.lottery-prizes .carousel-control-prev-icon {
    left: 180px;
    bottom: 45%;
  }

  .dwl-latestlotterywinners .description {
    padding: 0px 25px;
    max-width: 850px;
    margin: 0 auto;
  }

  .dwl-latestlotterywinners .description p {
    font-size: 20px;
  }

  .dwl-viewsfromthecrew .carousel-indicators button.prev,
  .dwl-viewsfromthecrew .carousel-indicators button.next {
    width: 50px !important;
  }

  .dwl-viewsfromthecrew .polaroid {
    margin-top: 0 !important;
  }

  .dwl-viewsfromthecrew .polaroid-stack-one {
    bottom: 95px;
    top: 0;
  }

  .dwl-viewsfromthecrew .polaroid-stack-two {
    bottom: 90px;
    top: 0;
  }
}
@media (max-width: 576px) {
  .dwl-latestlotterywinners.lottery-prizes .prizes {
    flex-direction: column;
  }

  .dwl-latestlotterywinners.lottery-prizes .prizes .prize {
    padding: 0px 25px;
    margin: 15px 0px;
    border-right: none;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .dwl-latest-events {
    position: relative;
    padding-bottom: 50px;
  }

  .dwl-latest-events span .viewall {
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
}

.dwl-icons .icons {
  position: relative;
  border-radius: 10px;
  padding: 20px 20px 30px 20px;
  position: relative;
}

.dwl-latest-events span .viewall {
  bottom: -2px;
}

.dwl-latestlotterywinners .carousel-control-next-icon,
.dwl-latestlotterywinners.lotteryprizes .carousel-control-next-icon {
  right: 180px;
  bottom: 45%;
}

.dwl-latestlotterywinners .carousel-control-prev-icon,
.dwl-latestlotterywinners.lottery-prizes .carousel-control-prev-icon {
  left: 180px;
  bottom: 45%;
}

.dwl-latestlotterywinners .description {
  padding: 0px 25px;
  max-width: 850px;
  margin: 0 auto;
}

.dwl-latestlotterywinners .description p {
  font-size: 20px;
}

.dwl-roundedimage .content-holder p.headline {
  margin: 30px 0px 30px;
}

.dwl-roundedimage .content-holder.image-left {
  max-width: 600px;
  margin-right: 10vw;
  padding: 80px 0px;
}

.dwl-roundedimage .content-holder.image-right {
  max-width: 600px;
  margin-left: 10vw;
  padding: 80px 0px;
}

@media (max-width: 576px) {
  .dwl-latestlotterywinners.lottery-prizes .prizes {
    flex-direction: column;
  }

  .dwl-latestlotterywinners.lottery-prizes .prizes .prize {
    padding: 0px 25px;
    margin: 15px 0px;
    border-right: none;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .dwl-latest-events {
    position: relative;
    padding-bottom: 50px;
  }

  .dwl-latest-events span .viewall {
    visibility: visible;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
}

@media (min-width: 2200px) {
  .dwl-roundedimage .content-holder.image-left {
    max-width: 700px;
    margin-right: 20vw;
  }

  .dwl-roundedimage .content-holder.image-right {
    max-width: 700px;
    margin-left: 20vw;
    padding: 80px 0px;
  }
}

@media (min-width: 800px) {
  .dwl-team-profile .gallery-carousel .slick-next {
    height: 40px;
    width: 40px;
    background: var(--waa-white) var(--waa-btn-arrow-dark) no-repeat !important;
    background-repeat: no-repeat;
    background-position: center !important;
    color: var(--waa-dark);
    border-color: var(--waa-white) !important;
    right: -75px;
  }

  .dwl-img .gallery-carousel .slick-next {
    right: -75px;
  }

  .dwl-team-profile .gallery-carousel .slick-prev {
    height: 40px;
    width: 40px;
    background: var(--waa-white) var(--waa-btn-arrowleft-dark) no-repeat !important;
    background-repeat: no-repeat;
    background-position: center !important;
    color: var(--waa-dark);
    border-color: var(--waa-white) !important;
    left: -75px;
  }

  .dwl-img .gallery-carousel .slick-prev {
    left: -75px;
  }
}

@media (max-width: 991px) {
  .dwl-featureditems__content__cards {
    flex-direction: column;
  }
}

h1.shopify-buy__product__title {
  color: red !important;
}
