.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.text-block {
  font-weight: 700;
  text-align: center;
}

.heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 255, 0.28)), to(rgba(0, 0, 255, 0.28)));
  background-image: linear-gradient(180deg, rgba(0, 0, 255, 0.28), rgba(0, 0, 255, 0.28));
  text-align: center;
}

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

.heading-2 {
  position: relative;
  top: 50%;
}

.firstsection {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  text-align: center;
}

.row {
  border-bottom: 1px solid #000;
}

.text-block-2 {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.body {
  font-weight: 700;
}

.image {
  border-color: #000;
}

.image-2 {
  position: absolute;
}

.image-3 {
  display: inline;
  margin-bottom: 0px;
}

.container {
  display: block;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -76px;
  margin-bottom: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  min-height: 50px;
}

.container-2 {
  display: block;
}

.image-5 {
  display: inline;
}

.section-2 {
  margin-bottom: 33px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2-copy {
  position: relative;
  top: 50%;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  position: relative;
  margin-top: 34px;
  margin-bottom: 19px;
}

.div-block-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  margin-top: -84px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 27px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-3 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  position: relative;
  top: -57px;
  margin-bottom: 42px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  background-color: #2e93d8;
}

.div-block-10 {
  width: 320px;
  height: 300px;
  background-color: #b1bcc3;
}

.div-block-11 {
  background-color: #00c2ff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-2 {
  height: 300px;
  background-color: #3a6ca5;
}

.image-6 {
  height: 300px;
}

.heading-4 {
  margin-left: 0px;
  text-align: center;
}

.image-7 {
  position: relative;
  top: -60px;
}

.heading-5 {
  text-align: center;
  text-decoration: none;
}

.link {
  font-style: normal;
  text-decoration: none;
}

.link-2 {
  text-decoration: none;
}

.link-3 {
  text-decoration: none;
}

.link-4 {
  text-decoration: none;
}

.image-8 {
  float: right;
  clear: none;
}

.text-block-3 {
  position: static;
}

.donatenowbutton {
  position: absolute;
  left: 6%;
  top: 6%;
  right: auto;
  bottom: auto;
  display: inline-block;
  max-width: 100%;
  border-style: solid;
  border-width: 3px;
  border-color: #d26811;
  border-radius: 10px;
  background-color: #3898ec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-clip: border-box;
}

.registernowbutton {
  position: absolute;
  left: auto;
  top: 6%;
  right: 6%;
  bottom: auto;
  z-index: auto;
  display: inline-block;
  max-width: none;
  float: none;
  clear: none;
  border-style: solid;
  border-width: 3px;
  border-color: #d26811;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.datetextdiv {
  position: absolute;
  left: 32%;
  top: 27%;
  right: 0%;
  bottom: auto;
  max-height: 50px;
  max-width: 500px;
  min-height: 50px;
  min-width: 300px;
  clear: both;
  background-color: transparent;
  box-shadow: inset 1px 1px 3px 0 transparent;
  opacity: 1;
  color: #fff;
}

.datetextblock {
  position: absolute;
  left: 42%;
  top: 24%;
  right: 10%;
  bottom: auto;
  display: block;
  width: 320px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #000;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-column-count: auto;
  column-count: auto;
  white-space: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-9 {
  position: static;
  margin-bottom: -38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 0 -20px #000;
  color: #482020;
  font-size: 16px;
}

.text-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.kidsfest-image {
  position: absolute;
  left: 7.5%;
  top: 32%;
  right: auto;
  bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-bottom-images {
  position: relative;
  bottom: 360px;
  margin-bottom: 20px;
}

.text-block-5 {
  position: relative;
  right: 100px;
  width: 1500px;
  font-size: 18px;
  font-weight: 700;
}

.sponsorsbutton {
  position: absolute;
  left: 10%;
  top: 5%;
  right: auto;
  bottom: auto;
  display: none;
  width: 125px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-radius: 7px;
  background-color: #19a4ae;
  box-shadow: 1px 0 0 -20px #000;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 0 #000;
}

.paragraph {
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-6 {
  overflow: visible;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.image-11 {
  position: relative;
  left: 700px;
  width: 200px;
  max-height: none;
  max-width: none;
}

.second-section {
  position: relative;
  max-width: 100%;
}

.text-1 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.image-12 {
  position: relative;
  left: 100px;
  width: 200px;
}

.image-13 {
  position: relative;
  left: 700px;
  width: 200px;
}

.paragraph-2 {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.container-3 {
  position: relative;
  right: 200px;
  bottom: -32px;
  max-width: 40%;
  padding-bottom: 20px;
}

.image-14 {
  max-width: 25%;
  float: left;
}

.image-15 {
  max-width: 25%;
}

.image-16 {
  max-width: 25%;
  float: right;
}

.container-4 {
  position: relative;
  bottom: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  max-width: 25%;
}

.image-18 {
  display: block;
  max-width: 25%;
}

.pinwheelpolly {
  position: relative;
  left: 990px;
  top: auto;
  right: auto;
  bottom: 290px;
  display: inline-block;
  width: 120px;
  max-width: 40%;
  border-radius: 0px;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-7 {
  font-size: 20px;
  text-align: center;
}

.paragraph-3 {
  margin-bottom: 15px;
  font-size: 16px;
}

.donate-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 60px auto;
  padding: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ededed;
  box-shadow: 1px 1px 3px 3px #ccc;
}

.donate-block.sponsers_block {
  width: 50%;
  border-style: solid;
  border-width: 20px;
  border-color: #2874bc;
}

.donation-amount {
  width: 200px;
}

.donation-amount:focus {
  border: 1px solid #19a4ae;
}

.form-checkbox {
  position: relative;
  bottom: 10px;
  margin-bottom: 20px;
  font-size: 16px;
}

.donation-label {
  position: relative;
  left: 20px;
  margin-left: 10px;
  font-weight: 400;
}

.donation-label.sponser_pay_label {
  position: static;
  margin-left: 0px;
  padding-right: 20px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.donation-checkbox {
  margin-right: 20px;
}

.donation-amount-wraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.donation-amount-wraper.sponser_pay_amount_wrraper {
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.submit-donation-btn {
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #19a4ae;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}

.submit-donation-btn:hover {
  border: 1px solid #19a4ae;
  background-color: #fff;
  color: #19a4ae;
}

.field-label-vip {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.form-check {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  padding: 4px;
}

.field-link {
  color: #d42793;
  font-weight: 700;
}

.btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.topimage {
  position: static;
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  line-height: 5px;
  text-align: center;
  white-space: normal;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.kidsfestlinkimage {
  position: relative;
  left: 790px;
  top: auto;
  bottom: 660px;
  width: auto;
  height: 99.9999978538975px;
}

.kidsfestlinktext {
  position: relative;
  left: 980px;
  top: auto;
  bottom: 940px;
  max-width: 20%;
  color: #fff;
  text-align: center;
}

.kidsfestlinkblock {
  position: relative;
  left: 850px;
  top: auto;
  bottom: 675px;
}

.section-5 {
  display: block;
}

.section-5.hide-section {
  display: none;
}

.greetingspinwheelpollytext {
  position: relative;
  left: 950px;
  top: auto;
  right: auto;
  bottom: 430px;
  max-width: 5%;
  color: #fff;
  text-align: center;
}

.englishtextblock {
  position: relative;
  left: 1195px;
  bottom: 185px;
  max-height: 100%;
  max-width: 5%;
  color: #fff;
  line-height: 10px;
  text-align: center;
}

.englishlinkblock {
  color: #19a4ae;
}

.spanishtextblock {
  position: relative;
  left: 1195px;
  bottom: 245px;
  max-height: 0%;
  max-width: 5%;
  background-color: transparent;
  color: #fff;
}

.spanishlinkblock {
  color: #19a4ae;
}

.englishspanishseperatortextblock {
  position: relative;
  left: 1195px;
  bottom: 185px;
  max-height: 0%;
  max-width: 5%;
  color: #fff;
  text-align: left;
}

.redio_check {
  width: 15px;
  height: 15px;
  border-radius: 0%;
}

.redio_check.w--redirected-checked {
  border-width: 1px;
}

.radio_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home1 {
  position: relative;
  left: 10px;
  top: 50px;
}

.donorbutton {
  position: absolute;
  left: auto;
  top: 5%;
  right: 10%;
  bottom: auto;
  display: none;
  width: 125px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 7px;
  background-color: #19a4ae;
  box-shadow: 0 0 0 -20px #000;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 0 0 0 #000;
}

.donorlinkblock {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-19 {
  position: relative;
  left: 0px;
  top: 0px;
}

.link-block-5 {
  position: relative;
  left: 400px;
  top: 100px;
}

.link-block-8 {
  position: relative;
  left: 1040px;
  top: 230px;
}

.link-block-9 {
  text-align: center;
}

.select_package {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  border-radius: 0%;
  background-color: #fff;
}

.select_package.w--redirected-checked {
  border-width: 4px;
  border-color: #19a4ae;
  background-color: transparent;
}

.tooltip {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tooltip-content {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 400;
}

.thank-you-title {
  color: #d42190;
  text-align: center;
}

.thankyou-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.thankyou-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-button1 {
  position: absolute;
  right: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 3px;
  background-color: #19a4ae;
  font-size: 16px;
  font-weight: 700;
}

.top-button1.sponsers-btn {
  left: 0px;
  right: auto;
  background-color: #19a4ae;
  color: #fff;
}

.nav-section {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.address_section {
  position: relative;
  top: -200px;
  border-top: 1px solid #ccc;
}

.address_section.donate-page {
  top: 0px;
}

.address_section.sponserpay_page {
  position: static;
}

.img-link-block {
  color: #19a4ae;
  text-decoration: none;
}

.sponsers-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.sponser_container {
  position: relative;
  top: -98px;
  max-width: 1280px;
}

.sponsers_oprotunity {
  position: absolute;
  top: 0px;
  right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video_link_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.english-block {
  color: #19a4ae;
}

.spanish-block {
  color: #19a4ae;
}

.language-block {
  margin-left: 30px;
}

.kidsfest-logo-block {
  margin-top: 15px;
}

.separator_text {
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

.video_invitation {
  max-width: 80px;
  margin-right: 25px;
  color: #fff;
  text-align: center;
}

.kidsfest-doc-linktext {
  color: #fff;
  text-align: center;
}

.white-text {
  color: #fff;
}

.doc-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left_video_player {
  position: absolute;
  left: 1%;
  top: auto;
  right: auto;
  bottom: 5%;
  width: 230px;
  color: #fff;
  font-size: 16px;
}

.right_video_player {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 5%;
  width: 230px;
  color: #fff;
}

.youtube-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.text-block-8 {
  position: static;
  bottom: 30px;
}

.columns-2 {
  display: none;
}

.home-link {
  margin-top: 5px;
  color: #19a4ae;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.register-button {
  position: absolute;
  left: 48%;
  top: 17%;
  display: none;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 5px;
  background-color: #19a4ae;
}

.checkbox-label {
  position: relative;
}

.container-5 {
  display: block;
}

.container-5.logo_container {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.greeting_text {
  display: none;
}

.bottom-image-slider {
  height: 400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider-image {
  height: 100%;
}

.slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide.slide1 {
  background-image: url('../images/Kidsfest4.png');
}

.slide.slide3 {
  background-image: url('../images/Kidsfest3.png');
}

.slide.slide2 {
  background-image: url('../images/Kidsfest2.png');
  background-size: contain;
}

.slide.slide4 {
  background-image: url('../images/Kidsfest5.png');
}

.slide.slide5 {
  background-image: url('../images/Kidsfest6.png');
}

.slide.slide6 {
  background-image: url('../images/Kidsfest7.png');
}

.slide.slide7 {
  background-image: url('../images/Kidsfest8.png');
}

.slide.slide8 {
  background-image: url('../images/Kidsfest9.png');
}

.slide.slide9 {
  background-image: url('../images/Kidsfest10.png');
}

.slide.slide10 {
  background-image: url('../images/Kidsfest11.png');
}

.slide.slide12 {
  background-image: url('../images/Kidsfest1.png');
}

.slide.slide13 {
  background-image: url('../images/Kidsfest12.png');
}

.slide.slide14 {
  background-image: url('../images/Kidsfest13.png');
}

.slide.slide15 {
  background-image: url('../images/Kidsfest14.png');
}

.slide.slide16 {
  background-image: url('../images/Kidsfest15.png');
}

.slide.slide17 {
  background-image: url('../images/Kidsfest16.png');
}

.slide.slide18 {
  background-image: url('../images/Kidsfest17.png');
}

.slide.slide19 {
  background-image: url('../images/Kidsfest18.png');
}

.slide-2 {
  background-image: url('../images/Kidsfest2.png');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-3 {
  background-image: url('../images/Kidsfest6.png');
  background-position: 0px 0px;
  background-size: auto;
}

.left-arrow {
  left: 20%;
}

.right-arrow {
  right: 20%;
}

.left-icon {
  background-color: #19a4ae;
}

.right-icon {
  background-color: #19a4ae;
}

.sponserpay_pay_form_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sponsers_sybmit_btn {
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #19a4ae;
  font-size: 16px;
  font-weight: 700;
}

.sponser_pay_label {
  margin-right: 10px;
  font-weight: 400;
}

.link-block-10 {
  position: relative;
  left: 220px;
  top: 140px;
}

.thirdsection {
  position: relative;
  bottom: 340px;
  margin-bottom: 50px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-28 {
  position: static;
}

.image-29 {
  position: absolute;
  left: 10%;
  top: 0%;
  right: auto;
  bottom: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.horizontalhonepagebar {
  position: absolute;
  left: 0%;
  top: 8%;
  right: 20%;
  bottom: auto;
  height: 70px;
  max-width: 1600px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  background-color: #d52b91;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: linear-gradient(180deg, transparent, transparent);
  opacity: 0.86;
}

.container-7 {
  position: absolute;
  left: 10%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 275px;
  max-width: 100%;
  border-radius: 30px;
  background-color: #fff;
}

.image-30 {
  position: relative;
  top: 35px;
  max-width: 90%;
  border-radius: 30px;
}

.button {
  display: block;
  width: 150px;
  max-width: none;
  margin-right: 30px;
  border-radius: 20px;
  background-color: #fff;
  color: #a20e67;
  font-size: 18px;
  font-weight: 700;
}

.button-2 {
  display: block;
  width: 200px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #a20e67;
  font-size: 18px;
  font-weight: 700;
}

.container-8 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 40%;
}

.text-block-9 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.text-block-10 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.button-3 {
  position: absolute;
  left: -73%;
  top: auto;
  right: auto;
  bottom: 12%;
  padding-left: 22px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
}

.container-9 {
  position: relative;
  left: 400px;
  bottom: 400px;
  max-width: 350px;
  background-color: #fff;
}

.image-31 {
  position: relative;
  left: 30px;
  top: 20px;
  max-width: 80%;
}

.text-block-11 {
  position: relative;
  bottom: auto;
  height: 40px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #3898ec;
  font-size: 50px;
  font-weight: 700;
  text-align: left;
}

.container-10 {
  position: relative;
  bottom: auto;
}

.section-6 {
  position: relative;
  bottom: 370px;
  padding-top: 20px;
}

.section-7 {
  position: relative;
  bottom: 380px;
}

.text-block-12 {
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container5 {
  max-width: 80%;
  padding-bottom: 30px;
}

.text-block-13 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.fourthsection {
  position: relative;
  bottom: 380px;
}

.container11 {
  max-width: 86%;
}

.text-block-14 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #3898ec;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

.text-block-15 {
  position: relative;
  left: 400px;
  max-width: 0px;
}

.text-block-16 {
  margin-top: 15px;
  color: #3898ec;
  font-size: 40px;
  font-weight: 700;
}

.text-block-17 {
  margin-top: 15px;
  color: #3898ec;
  font-size: 40px;
  font-weight: 700;
}

.body-2 {
  max-width: 100.0002274627654%;
}

.text-block-18 {
  margin-top: 15px;
  color: #3898ec;
  font-size: 40px;
  font-weight: 700;
}

.left_youtube_block {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lnguage_text {
  max-width: 500px;
  font-weight: 700;
  text-align: center;
}

.right_youtube_block {
  max-height: 190px;
  max-width: 500px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.left_youtube_player {
  max-width: 500px;
}

.right_youtube_player {
  max-width: 500px;
}

.image_container {
  width: 24%;
}

.register-btn {
  display: none;
  margin-right: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #a20e67;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-btn-block {
  display: none;
}

.btn {
  background-color: #fff;
  color: #a20e67;
}

.nav-block {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-2 {
  background-color: #fff;
  color: #a20e67;
}

.top-button2 {
  position: absolute;
  right: 0px;
  display: block;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 3px;
  background-color: #19a4ae;
  font-size: 16px;
  font-weight: 700;
}

.top-button2.sponsers-btn {
  left: 0px;
  right: auto;
  background-color: #19a4ae;
  color: #fff;
}

.select_package2 {
  display: none;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  border-radius: 0%;
  background-color: #fff;
}

.select_package2.w--redirected-checked {
  border-width: 4px;
  border-color: #19a4ae;
  background-color: transparent;
}

.radio-button-label {
  display: none;
}

.donate-checkbox_2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .div-block-6 {
    margin-top: -30px;
  }

  .donatenowbutton {
    z-index: 3;
    display: inline-block;
  }

  .registernowbutton {
    z-index: 2;
  }

  .datetextdiv {
    left: 79px;
    z-index: auto;
  }

  .datetextblock {
    position: relative;
    left: auto;
    top: 35px;
    right: auto;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
  }

  .text-block-4 {
    left: auto;
    top: 25px;
  }

  .kidsfest-image {
    top: 29%;
    max-width: 30px;
  }

  .sponsorsbutton {
    display: block;
  }

  .paragraph-2 {
    position: relative;
    bottom: -13px;
  }

  .container-3 {
    bottom: -57px;
  }

  .image-18 {
    position: relative;
    left: -10px;
    display: none;
  }

  .pinwheelpolly {
    left: 525px;
    top: auto;
    right: auto;
    bottom: 200px;
    width: auto;
    height: 120px;
    max-width: none;
  }

  .donate-block.sponsers_block {
    width: 65%;
  }

  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .donation-amount-wraper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topimage {
    position: static;
    max-width: 100%;
  }

  .kidsfestlinkimage {
    position: relative;
    left: -41px;
    top: auto;
    right: auto;
    bottom: 625px;
  }

  .kidsfestlinktext {
    position: relative;
    left: 550px;
    top: auto;
    right: auto;
    bottom: 550px;
    max-height: 5%;
    max-width: 17%;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
  }

  .kidsfestlinkblock {
    position: relative;
    left: 495px;
    top: 205px;
  }

  .greetingspinwheelpollytext {
    left: 500px;
    bottom: 325px;
  }

  .englishtextblock {
    left: 675px;
    bottom: 124px;
    max-width: 0%;
  }

  .spanishtextblock {
    left: 675px;
    bottom: 170px;
  }

  .englishspanishseperatortextblock {
    left: 675px;
    bottom: 134px;
  }

  .donorbutton {
    width: 125px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
  }

  .left_video_player {
    position: relative;
    left: 32px;
    bottom: -19px;
  }

  .right_video_player {
    position: relative;
    right: 32px;
    bottom: -19px;
  }

  .text-block-7 {
    color: #000;
    font-size: 14px;
  }

  .text-block-8 {
    color: #000;
  }

  .image-22 {
    width: 35%;
    height: auto;
  }

  .image-23 {
    width: 80px;
  }

  .register-button {
    left: auto;
    top: 25%;
  }

  .horizontalhonepagebar {
    right: 0%;
  }

  .container-7 {
    left: 2%;
    height: 150px;
    max-width: 150px;
  }

  .image-30 {
    top: 22px;
    max-width: 75%;
    border-radius: 0px;
  }

  .container-8 {
    bottom: -3%;
  }

  .image-31 {
    left: -127px;
  }

  .left_youtube_block {
    margin-right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .donatenowbutton {
    padding: 5px 9px;
    line-height: 16px;
  }

  .registernowbutton {
    padding: 5px 9px;
    line-height: 16px;
  }

  .datetextblock {
    left: auto;
    top: 41px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-block-4 {
    top: 19px;
    font-size: 12px;
  }

  .kidsfest-image {
    top: 27%;
    max-width: 20px;
  }

  .paragraph-2 {
    left: 25px;
    bottom: 16px;
    width: 500px;
    font-size: 15px;
    text-align: justify;
  }

  .container-3 {
    right: 121px;
  }

  .pinwheelpolly {
    left: 41px;
    top: auto;
    right: auto;
    bottom: 0px;
    height: 150px;
  }

  .donate-block {
    width: 100%;
  }

  .donate-block.sponsers_block {
    width: 85%;
  }

  .kidsfestlinkimage {
    left: auto;
    top: auto;
    right: 300px;
    bottom: 190px;
    width: 120px;
    height: 120px;
  }

  .kidsfestlinktext {
    left: 350px;
    bottom: 152px;
    color: #000;
  }

  .greetingspinwheelpollytext {
    left: 13px;
    bottom: 156px;
    max-width: 12%;
    color: #000;
    text-align: center;
  }

  .englishtextblock {
    left: 200px;
    bottom: -95px;
    color: #000;
  }

  .spanishtextblock {
    left: 200px;
    bottom: -35px;
    color: #000;
  }

  .englishspanishseperatortextblock {
    left: 200px;
    bottom: -86px;
    color: #000;
  }

  .column-3 {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tooltip {
    max-width: 70%;
  }

  .top-button1 {
    border-radius: 7px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .top-button1.w--current {
    background-color: #19a4ae;
    color: #fff;
  }

  .sponsers_oprotunity {
    position: static;
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ccc;
  }

  .left_video_player {
    left: -10px;
    width: 30%;
  }

  .right_video_player {
    right: -6px;
    width: 30%;
  }

  .text-block-7 {
    font-size: 12px;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .columns-2 {
    position: relative;
  }

  .image-21 {
    position: relative;
  }

  .container-7 {
    height: 130px;
    max-width: 130px;
  }

  .image-30 {
    max-width: 65%;
  }

  .button {
    padding: 5px 10px;
    font-size: 11px;
  }

  .button-2 {
    width: 100%;
    padding: 5px 10px;
    font-size: 11px;
  }

  .container-9 {
    left: 152px;
    height: 400px;
    max-width: 250px;
  }

  .image-31 {
    left: 51px;
    max-width: 60%;
  }

  .container-10 {
    height: 175px;
  }

  .text-block-14 {
    position: relative;
    left: 38px;
    font-size: 20px;
  }

  .text-block-16 {
    position: relative;
    left: 32px;
    font-size: 20px;
  }

  .text-block-17 {
    position: relative;
    left: 35px;
    font-size: 20px;
  }

  .text-block-18 {
    position: relative;
    left: 48px;
    font-size: 20px;
  }

  .register-btn {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .top-button2 {
    border-radius: 7px;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  .top-button2.w--current {
    background-color: #19a4ae;
    color: #fff;
  }
}

@media screen and (max-width: 479px) {
  .section-3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-7 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-3 {
    position: relative;
    top: 20px;
    max-width: 100%;
    font-size: 15px;
  }

  .donatenowbutton {
    padding-right: 2px;
    padding-left: 4px;
    font-size: 9px;
    line-height: 8px;
  }

  .registernowbutton {
    display: inline-block;
    max-width: 100px;
    padding-right: 4px;
    padding-left: 4px;
    font-size: 9px;
    line-height: 11px;
  }

  .datetextblock {
    top: 3px;
    margin-top: 41px;
    font-size: 15px;
  }

  .huni-image {
    position: relative;
    left: 16px;
    right: auto;
    bottom: -10px;
    max-width: 75%;
  }

  .sunnyside-image {
    position: relative;
    left: 16px;
    bottom: -10px;
    max-width: 75%;
  }

  .image-9 {
    border-radius: 0px;
    color: #fff;
    letter-spacing: normal;
    -webkit-column-count: auto;
    column-count: auto;
  }

  .text-block-4 {
    top: -3px;
    right: auto;
  }

  .kidsfest-image {
    left: -450px;
  }

  .text-block-5 {
    width: auto;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
  }

  .sponsorsbutton {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: none;
    width: auto;
    height: auto;
    font-size: 9px;
  }

  .second-section {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: -38px;
    width: 100%;
    height: 100%;
    max-width: none;
  }

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

  .image-12 {
    left: 60px;
    bottom: 175px;
  }

  .paragraph-2 {
    position: relative;
    left: 3px;
    bottom: -121px;
    max-width: 100%;
    margin-top: 6px;
    margin-bottom: 0px;
    padding-bottom: 13px;
    text-align: center;
  }

  .container-3 {
    position: relative;
    top: auto;
    right: -3px;
    bottom: -3px;
    height: 600px;
    max-width: 90%;
    padding-bottom: 20px;
  }

  .image-15 {
    position: relative;
    left: 0%;
    top: -95px;
    max-width: 50%;
  }

  .container-4 {
    position: relative;
    top: auto;
    bottom: 500px;
    margin-top: 22px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-17 {
    display: none;
  }

  .image-18 {
    display: none;
  }

  .pinwheelpolly {
    left: 51px;
    top: 6px;
    width: auto;
    height: 135px;
  }

  .heading-7 {
    position: relative;
  }

  .donate-block {
    margin-top: 0px;
  }

  .donate-block.sponsers_block {
    width: 100%;
  }

  .donation-label {
    margin-left: 0px;
  }

  .donation-amount-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .donation-amount-wraper.sponser_pay_amount_wrraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .kidsfestlinkimage {
    right: 545px;
    bottom: 3px;
  }

  .kidsfestlinktext {
    left: 40px;
    right: auto;
    bottom: 60px;
    max-width: 75%;
    font-size: 14px;
    line-height: 20px;
  }

  .greetingspinwheelpollytext {
    left: 30px;
    bottom: 121px;
    max-width: 20%;
  }

  .englishtextblock {
    bottom: -83px;
  }

  .spanishtextblock {
    bottom: -57px;
  }

  .englishspanishseperatortextblock {
    max-width: 15%;
    color: #000;
  }

  .donorbutton {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: auto;
    width: auto;
    height: auto;
    font-size: 9px;
  }

  .link-block-3 {
    left: 30px;
    top: 120px;
  }

  .link-block-4 {
    top: 120px;
    right: 30px;
  }

  .image-20 {
    position: relative;
  }

  .link-block-7 {
    position: relative;
    left: 50px;
  }

  .link-block-9 {
    position: relative;
    left: 100px;
    top: auto;
    bottom: 40px;
  }

  .tooltip {
    max-width: 100%;
  }

  .nav_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-button1 {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 400;
  }

  .top-button1.w--current {
    border-radius: 7px;
    font-weight: 400;
  }

  .nav-section {
    display: block;
  }

  .img-link-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sponsers_oprotunity {
    height: 100%;
    border-radius: 0px;
  }

  .video_link_block {
    position: relative;
    bottom: 35px;
  }

  .english-block {
    position: relative;
  }

  .language-block {
    position: relative;
    right: 15px;
  }

  .separator_text {
    position: relative;
    right: 5px;
    color: #000;
  }

  .video_invitation {
    color: #000;
  }

  .kidsfest-doc-linktext {
    position: relative;
    top: 10px;
    color: #000;
  }

  .white-text {
    color: #000;
  }

  .left_video_player {
    position: relative;
    bottom: 19px;
    width: 40%;
  }

  .right_video_player {
    position: relative;
    bottom: -19px;
    width: 40%;
  }

  .youtube {
    left: 16px;
    bottom: -6px;
    width: 100%;
    height: auto;
  }

  .youtube-2 {
    left: -13px;
    top: -32px;
    width: 100%;
    height: auto;
  }

  .text-block-7 {
    position: relative;
    left: 16px;
    bottom: -2px;
    color: #000;
    font-size: 12px;
    text-align: center;
  }

  .text-block-8 {
    position: relative;
    left: -16px;
    bottom: 38px;
    color: #000;
    text-align: center;
  }

  .image-22 {
    position: relative;
    right: 15px;
  }

  .image-23 {
    width: 100px;
  }

  .register-button {
    top: 23%;
    padding: 5px 20px;
    font-size: 9px;
  }

  .container-5 {
    position: relative;
    top: 20px;
  }

  .container-5.logo_container {
    display: none;
  }

  .image-24 {
    position: relative;
    left: -114px;
    bottom: 133px;
    display: block;
    max-width: 15%;
  }

  .greeting_text {
    position: absolute;
    left: 25px;
    top: auto;
    right: auto;
    bottom: -245px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .greeting_container {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 550px;
    margin-top: 20px;
  }

  .bottom-image-slider {
    bottom: -89px;
  }

  .slide-nav {
    position: relative;
    font-size: 10px;
  }

  .thirdsection {
    top: -250px;
    bottom: auto;
  }

  .horizontalhonepagebar {
    left: -13%;
    display: none;
    height: 30px;
    max-width: 90%;
  }

  .container-7 {
    display: block;
    height: 40px;
    max-width: 40px;
    border-radius: 0px;
  }

  .image-30 {
    position: relative;
    left: 2%;
    top: 11%;
    right: auto;
    bottom: auto;
    display: block;
    max-height: 90px;
    max-width: 90%;
    border-radius: 0px;
  }

  .button {
    position: static;
  }

  .button-2 {
    position: static;
  }

  .container-8 {
    bottom: -20%;
  }

  .text-block-9 {
    position: static;
    top: 102px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
  }

  .text-block-10 {
    position: static;
    top: 83px;
    font-size: 15px;
    line-height: 15px;
  }

  .button-3 {
    position: relative;
    left: -3px;
    bottom: -5%;
    margin-bottom: 20px;
  }

  .container-9 {
    display: none;
  }

  .image-31 {
    display: none;
  }

  .text-block-11 {
    bottom: -16px;
    font-size: 30px;
  }

  .section-6 {
    bottom: 500px;
  }

  .section-7 {
    bottom: 500px;
  }

  .text-block-12 {
    font-size: 15px;
    text-align: center;
  }

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

  .fourthsection {
    bottom: 425px;
  }

  .container11 {
    max-height: 30px;
  }

  .text-block-14 {
    left: 19px;
    top: -13px;
    font-size: 15px;
  }

  .text-block-16 {
    left: 16px;
    top: -13px;
    bottom: auto;
    font-size: 15px;
  }

  .text-block-17 {
    left: 22px;
    top: -13px;
    bottom: auto;
    font-size: 15px;
  }

  .text-block-18 {
    left: 16px;
    top: -13px;
    bottom: auto;
    font-size: 15px;
  }

  .left_youtube_block {
    position: relative;
    bottom: -225px;
    margin-right: 0px;
    margin-bottom: 5px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .right_youtube_block {
    position: relative;
    top: 230px;
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .image_container {
    width: 50%;
  }

  .nav-btn-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #d52b91;
  }

  .btn {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .btn.nav-register-btn {
    display: none;
  }

  .nav-block {
    position: static;
    display: none;
  }

  .btn-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .btn-2.nav-register-btn {
    display: none;
  }

  .top-button2 {
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 400;
  }

  .top-button2.w--current {
    border-radius: 7px;
    font-weight: 400;
  }
}

