/*! CSS Used from: /scavenger-hunt/app.css */

.about {
  max-width: 900px; 
  width: 100%; 
  background-color: #ffffff; 
  padding: 30px; 
  margin: 35px auto; 
  color: #000000;
}

.about img {

  width: 150px;
  margin: 0 auto;

}

.social-contest {

  max-width: 900px; 
  width: 100%; 
  margin: 0 auto; 
  color: #ffffff;
  text-align: center;
  padding: 20px;
}

.social-contest ol, .social-contest li{

  margin: 0 auto;
  text-align: center;
  list-style-type: none;

}

.social-contest ol{
margin-bottom: 35px;
}


.second-row {

  background-color: #002141;
  color: #ffffff;

}

.rules-link{

  text-align: center;
  margin-top: 25px;
  padding-bottom: 35px;
}

.rules-link a{

  color: #ff0000;
  font-weight: bold;
  text-align: center;

}

.sh-logo-2022 {

  max-width: 400px;
  min-width: 350px;
  width: 100%;
  padding: 10px;
  margin: 0 auto;


}

.sh-text1-2022, .sh-text2-2022 {

  min-width: 300px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;


}

.sh-temp-button-2022 {

  width: 100%;
  margin: 0 auto;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.5;
  background: url(https://www.duckbrand.com/scavenger-hunt/images/2024/background.jpg) center;
  background-attachment: scroll;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #c1ab62;
}

main {
  display: block;
  background: rgb(255,255,255);
  /* background: linear-gradient(0deg, rgba(255,255,255,0.9962578781512605) 1%, rgba(255,255,255,0) 100%); */
}

h1 {
  font-size: 2em;
  margin: 1em 0;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

 /*
 button,
[type="submit"] {
 -webkit-appearance: button; 
}
 */

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

h1,
h2,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 1em 0 1em;
  text-align: left;
}


*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e2e8f0;
}

img {
  border-style: solid;
}

input::-webkit-input-placeholder {
  color: #a0aec0;
}

input::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder {
  color: #a0aec0;
}

button,
[role="button"] {
  cursor: pointer;
}

h1,
h2 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

img,
iframe {
  display: block;
  /*vertical-align: middle; */
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
ul {
  margin-bottom: 1.25rem;
}

h1 {
  font-weight: 900;
  font-size: 2.5rem;
}

h2 {
  font-weight: 700;
  font-size: 1.25rem;
}

a {
  --text-opacity: 1;
  color: #90cdf4;
  color: rgba(144, 205, 244, var(--text-opacity));
}

a:focus,
a:hover {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity));
  text-decoration: underline;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

body {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity));
  margin: 0;
  padding: 0;
}

.wrap {

  width: 100%;
  margin: 0 auto;
  /* box-shadow: 0 0 50px black; */
}

h1,
h2,
h4,
nav {
  font-family: "Dancing Script", cursive;
  font-weight: normal;
  line-height: 1;
}

/* h1 {
  max-width: 80%;
} */

.title-pink {
  color: #DA0082;
  font-family: "Dancing Script", cursive;
  text-shadow: 1px 1px #333;
  font-size: 36px;
}

.title-green {
  color: #000;
  font-family: sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px #333;
}

a {
  --text-opacity: 1;
  color: hsl(331deg 79% 36%);
}

a:hover {
  --text-opacity: 1;
  color: hsl(331deg 79% 26%);
  text-decoration: none;
}

p {

  color: #ffffff !important;

}

nav ul li {
  line-height: 1;
  margin-bottom: 0;
  font-size: 1.5rem;
  text-align: center;
}

nav ul li:last-of-type {
  margin-bottom: 2rem;
}

nav ul li a {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

nav ul li a:hover {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

section {
  padding-left: 40px;
  padding-right: 40px;
  /* scroll-margin-top: 2rem; */
  /* text-align: center; */
}

section .heading {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  width: calc(100% + 40px);
}

header {
  /* background-image: url(/scavenger-hunt/images/2021-DTSH-heading.jpg); */
  position: relative;
  /* z-index: 1; */
  padding: 6rem 30px 6rem;
  /* -webkit-filter: drop-shadow(0 2px 2px #335);
  filter: drop-shadow(0 2px 2px #335); */
  /* pointer-events: none; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.duck-logo {
  position: absolute;
  top: 3rem;
  margin: auto;
  /* max-width: 90px; */
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem 2em;
}

.blossom-logo {
  max-width: 12rem;
  margin-bottom: 2.5rem;
}

.link a {
  font-weight: bold;
  margin-bottom: 1rem;
}

/* No idea why this rule doesn't work */
.floral-bg {
  background-image: url(https://www.duckbrand.com/scavenger-hunt/images/scavengerhunt-2021-nav-bg.png);
  background-color: #fff;
  margin-top: -3rem;
  padding-bottom: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 100%;
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

.wrap nav.floral-bg {
  background-image: url(https://www.duckbrand.com/scavenger-hunt/images/scavengerhunt-2021-nav-bg.png);
  background-color: #fff;
  margin-top: -3rem;
  padding-bottom: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 120%;
  background-position: 50% 3px;
  background-repeat: no-repeat;
  color: white;
}

.floral ul {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-about {
  background-image: url(https://www.duckbrand.com/scavenger-hunt/images/green-bg.jpg);
  margin-top: 0;
  padding-bottom: 19rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
  padding-top: 3rem;

}

.section-about .heading {
  background-image: url(https://www.duckbrand.com/scavenger-hunt/images/bg-pink-banner.svg);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: top;
  padding: 19% 0 2rem;
  color: #fff;
  top: -8rem;
  left: -20px;
  position: relative;
  z-index: 2;
  width: calc(100% + 80px);
  -webkit-filter: drop-shadow(0 2px 2px #335);
  filter: drop-shadow(0 2px 2px #335);
}

.section-map {
  background-image: url(https://www.duckbrand.com/scavenger-hunt/images/map.png);
  top: -15rem;
  padding-top: 16rem;
  padding-bottom: 4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 3;
  -webkit-filter: drop-shadow(0 2px 2px #ccc);
  filter: drop-shadow(0 2px 2px #ccc);
}

.section-rules {
  background-color: #fff;
  padding-bottom: 8rem;
  z-index: 2;
  position: relative;
  top: -19rem;
  padding-top: 7rem;
}

.section-insta {
  top: -18rem;
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-color: #fff;
  position: relative;
  z-index: 4;
}

.section-insta h2 {
  font-size: 8vw;
}

@media only screen and (min-width: 720px) {
  .section-insta h2 {
    font-size: 2rem;
  }
}

.section-insta::before {
  background-image: url(https://www.duckbrand.com/scavenger-hunt/images/insta.png);
  content: "";
  pointer-events: none;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10.2rem 0;
  color: #fff;
  top: -6rem;
  left: -20px;
  right: -20px;
  position: absolute;
  z-index: 5;
  width: calc(100% + 40px);
  -webkit-filter: drop-shadow(0 2px 2px #ccc);
  filter: drop-shadow(0 2px 2px #ccc);
}

.section-contact {
  background-image: url(https://www.duckbrand.com/scavenger-hunt/images/2021-floral-heading-background.jpg);
  background-color: #d6e596;
  padding-bottom: 8rem;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
  position: relative;
  top: -18rem;
  padding: 5rem 30px 5rem;
  background-position: 0 top;
  margin-bottom: -11rem;
  text-align: left;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.bg-pink-600 {
  --bg-opacity: 1;
  background-color: hsl(331deg 79% 36%);
}

.hover\:bg-pink-800:hover {
  --bg-opacity: 1;
  background-color: #97266d;
  background-color: rgba(151, 38, 109, var(--bg-opacity));
}

.bg-opacity-75 {
  --bg-opacity: 0.75;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-full {
  border-radius: 9999px;
}

.block {
  display: block;
}

.h-full {
  height: 100%;
}

.text-sm {
  font-size: 0.875rem;
}

.text-md {
  font-size: 1.5rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.leading-none {
  line-height: 1;
}

.m-0 {
  margin: 0;
}

.m-4 {
  margin: 1rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-32 {
  margin-top: 8rem;
}

.-mt-32 {
  margin-top: -8rem;
}

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.absolute {
  position: absolute;
}

.shadow-md {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.text-center,
a.text-center {
  text-align: center;
}

.text-left * {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity));
}

.hover\:text-white:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.w-12 {
  width: 3rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-full {
  width: 100%;
}

input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin: .5em 0 1em;
}

button {
  padding: 10px 50px;
  margin: auto;
  border-radius: 88px;
  background: #689b41;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 7px 9px hsla(325deg, 83%, 10%, 18%);
}

.button-callout {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em;
}



.footer p {
  color: #000;
  font-weight: bold;
}

.footer a {
  color: #689b41;
  font-family: sans-serif;
  font-weight: bold;
}

/*! CSS Used from: /cpresources/craftcookieconsent/cookieconsent.min.css?d=1533860442 */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-link {
  text-decoration: underline;
}

.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-btn,
.cc-link {
  cursor: pointer;
}

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: .4em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-left {
  left: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance>.cc-btn {
  -ms-flex: 1;
  flex: 1;
}

@media print {
  .cc-window {
    display: none;
  }
}

@media screen and (max-width:900px) {
  .cc-btn {
    white-space: normal;
  }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-left {
    left: 0;
    right: 0;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.freeform-row .freeform-column .freeform-input-only-label {
  font-weight: normal;
  word-break: break-word;
  white-space: normal;
  width: 74%;
  line-height: 0.2;
  margin-bottom: 1rem;
  text-indent: -18px;
  margin-left: 1.4em;
  text-align: left;
}

.cc-color-override-1399008889.cc-window {
  color: rgb(255, 255, 255);
  background-color: rgb(108, 108, 108);
}

.cc-color-override-1399008889 .cc-link,
.cc-color-override-1399008889 .cc-link:active,
.cc-color-override-1399008889 .cc-link:visited {
  color: rgb(255, 255, 255);
}

.cc-color-override-1399008889 .cc-btn {
  color: rgb(0, 0, 0);
  border-color: transparent;
  background-color: rgb(255, 255, 255);
}

.cc-color-override-1399008889 .cc-btn:hover,
.cc-color-override-1399008889 .cc-btn:focus {
  background-color: rgb(255, 255, 255);
}

.freeform-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.freeform-row .freeform-column {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 10px 0;
  margin: 0 15px;
  box-sizing: border-box;
}

.freeform-row .freeform-column label {
  display: block;
}

.freeform-row .freeform-column .freeform-label {
  font-weight: bold;
  text-align: left;
}

.freeform-row .freeform-column .freeform-input {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

.freeform-row .freeform-column .freeform-input[type=checkbox] {
  width: auto;
  display: inline;
  margin-right: 5px;
}

.freeform-row .freeform-column .freeform-input-only-label {
  font-weight: normal;
  word-break: break-word;
  max-width: 36ch;
}

.freeform-row .freeform-column .freeform-input-only-label>.freeform-input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v15/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Rep6hNX6plRPjLo.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v15/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03ROp6hNX6plRPjLo.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dancingscript/v15/If2cXTr6YS-zF4S-kcSWSVi_sxjsohD9F50Ruu7B1i03Sup6hNX6plRP.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}