#masthead,
#masthead .top-bar {
  border-bottom: none !important;
}

#mobile-navigation {
  z-index: 10000;
}

.site-header {
  background-color: #f6e200;
}

.hasCountdown {
  background-color: #f6e200;
  color: #000;
  max-width: 800px;
  width: 100%;
}

.countdown_descr {
  font-family: 'Raleway', serif;
  font-weight: 300;
  font-size: 2em;
}

.countdown_amount {
  font-family: Roboto Condensed;
  font-weight: 700;
  font-size: 7em;
  line-height: 1em;
}

.countdown_section {
  font-size: 20px;
}

#pg-3244-1>.panel-row-style {
  height: 300px;
}

.js .jquery-background-video {
  opacity: 1 !important;
}
.home .site-branding {
  display: none!important; 
}
.site-branding img {
  width: 280px;
}

#nf-form-3-cont {
  margin-bottom: 30px;
}

.nf-response-msg {
  font-size: 24px;
  font-weight: bold;
  background: aliceblue;
  padding: 24px;
  line-height: normal;
  text-align: center;
  border: solid 2px lightskyblue;
  border-radius: 20px;
  color: #666;
}

.nf-response-msg p {
  margin-bottom: 20px;
}

.nf-response-msg div {
  font-size: 18px;
  font-weight: normal;
}

#nf-field-27,
#nf-field-47 {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  font-size: 2em;
  padding: 0.7em 2em;
  background: #f6e200;
  color: #000 !important;
  border: 1px solid #f6e200;
  border-width: 1px 0;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  height: auto;
  font-weight: 700;
}

#pgc-3683-2-1 .sow-sub-headline,
#pgc-1186-2-1 .sow-sub-headline,
#pgc-4019-2-1 .sow-sub-headline,
#panel-4019-2-1-3 .sow-sub-headline,
#pgc-4121-2-1 .sow-sub-headline {
  background: #000;
  color: #f6e200;
  border-radius: 20px;
  padding: 20px;
}

.nf-form-layout {
  padding: 20px;
  background: #eee;
  border-radius: 0.5em;
}

button.nf-add-fieldset {
  width: 100%;
  padding: 20px;
  border-radius: 0.5em;
}

#pg-1186-4 blockquote {
  margin: 0;
  font-size: 1.1em;
}

#pg-1186-4 .so-widget-sow-button {
  font-weight: 700;
  margin-bottom: 60px;
}

.size-medium {
  width: 30% !important;
}
.sow-slider-image-wrapper {
	padding: 0 !important;
}
@media all and (max-width: 768px) {
  #masthead .top-bar {
    background: none;
  }

  .nf-form-layout {
    padding: 10px;
  }

  .countdown_amount {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-size: 5em;
    line-height: 50px;
  }

  .countdown_section {
    font-size: 14px;
  }

  .sow-slider-image-wrapper .alignleft,
  .alignright {
    display: none !important;
  }

  .sow-image-container .so-widget-image {
    position: absolute;
    top: -73px;
    z-index: 9999;
    width: 160px;
    pointer-events: none;
  }

  .sow-image-container {
    height: 0;
  }
  .menu-toggle .svg-icon-menu {
    width: 18px !important;
  }
  
  #pg-3244-1>.panel-row-style {
    height: 200px;
  }

  .so-widget-sow-headline-default-723ab0e8951e-3397 h1 {
    font-size: 2em !important;
  }

  #pg-3397-0>.panel-row-style {
    background-color: #f6e200;
  }

  .main-navigation button.menu-toggle:hover {
    background-color: #f6e200;
  }

  #nf-field-27 {
    letter-spacing: normal;
    font-size: 1.6em;
  }
}

.nf-form-content button,
.nf-form-content input[type=button],
.nf-form-content input[type=submit] {
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4) !important;
}

button.sow-submit,
.ow-button-base a {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4) !important;
}

.listimage-wrap li label {
  padding: 5px;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.listimage-wrap li label img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  border: solid 3px #fff;
  margin-top: 4px;
}
.listimage-wrap ul {
  margin: 0;
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}
.listimage-wrap li label.nf-checked-label {
  border-radius: 10px;
  border: solid 2px #626262 !important;
}