/* Kiosks single-template styles. Ported from child-namb/kiosk.css.
   The legacy responsiveSlides rules below are kept for parity in case any
   legacy markup is present, but the vanilla-JS slideshow uses #slider > li
   with the .is-active class (rules at the bottom of this file). */

#slider {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#slider > li {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  list-style: none;
}
#slider > li.is-active {
  opacity: 1;
  z-index: 1;
}

/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

body.theme-namb #form #success, body.theme-namb button.btn-submit {
  background-color: #f66733; }

body {
  background-color: #02284D; }
  body #form #success, body button.btn-submit {
    background-color: #444; }

div.date-list-item {
  display: block;
  padding: 0.5rem 0 0.6rem;
  border-bottom: 1px solid #f5f5f5; }
  div.date-list-item span {
    display: block; }
  div.date-list-item span.main {
    font-size: 18px;
    font-family: 'Montserrat'; }
  div.date-list-item span.meta {
    color: #656565; }
  div.date-list-item a:hover span.meta {
    text-decoration: none; }
  div.date-list-item:last-child {
    border-bottom: 0; }

.logo-wrapper {
  text-align: left;
  margin-top: 3rem; }
  .logo-wrapper .logo {
    max-height: 130px;
    max-width: 50%;
    margin-bottom: 3rem; }

.explainer-text {
  text-align: left;
  margin-bottom: 1rem; }

footer {
  margin-top: 2rem;
  border-top: 2px solid #f5f5f5;
  padding-top: 0.5rem;
  color: #777;
  font-size: 0.8rem; }

#form {
  background: white;
  padding: 1rem 1rem 3rem 1rem;
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column; }
  #form .form-group, #form .hs-form-field {
    position: relative;
    margin-bottom: 1.8rem; }
    #form .form-group.hs-fieldtype-textarea, #form .hs-form-field.hs-fieldtype-textarea {
      margin-bottom: 3.2rem; }
    #form .form-group label, #form .hs-form-field label {
      z-index: 2;
      position: relative;
      top: 5px;
      max-width: 100%;
      font-weight: normal;
      color: #777777;
      font-size: 18px; }
    #form .form-group label.checkbox, #form .hs-form-field label.checkbox {
      max-width: 100%; }
      #form .form-group label.checkbox span, #form .hs-form-field label.checkbox span {
        position: relative;
        left: 10px; }
      #form .form-group label.checkbox input, #form .hs-form-field label.checkbox input {
        position: relative;
        top: -2px; }
    #form .form-group input, #form .form-group textarea, #form .form-group select, #form .hs-form-field input, #form .hs-form-field textarea, #form .hs-form-field select {
      width: 100%;
      border-radius: 3px;
      border: 1px solid #ccc;
      padding: 10px;
      font-size: 18px;
      resize: none; }
      #form .form-group input:focus, #form .form-group textarea:focus, #form .form-group select:focus, #form .hs-form-field input:focus, #form .hs-form-field textarea:focus, #form .hs-form-field select:focus {
        outline: 1px solid #479CD0; }
    #form .form-group ul.inputs-list, #form .hs-form-field ul.inputs-list {
      padding-left: 0; }
      #form .form-group ul.inputs-list li, #form .hs-form-field ul.inputs-list li {
        list-style-type: none; }
        #form .form-group ul.inputs-list li label, #form .hs-form-field ul.inputs-list li label {
          top: 0;
          color: #07284A; }
          #form .form-group ul.inputs-list li label input, #form .hs-form-field ul.inputs-list li label input {
            padding-left: 0;
            position: relative;
            top: 0;
            display: inline-block;
            width: auto;
            margin-right: 5px;
            top: -1px; }
    #form .form-group.hs-fieldtype-checkbox label, #form .hs-form-field.hs-fieldtype-checkbox label {
      max-width: 100%; }
  #form ul.parsley-errors-list, #form ul.hs-error-msgs {
    padding-left: 0; }
    #form ul.parsley-errors-list li, #form ul.hs-error-msgs li {
      list-style-type: none;
      background: #BC5A5A;
      color: white !important;
      font-weight: bold !important;
      padding: 0.0em;
      padding-top: 0.7em;
      border-radius: 3px;
      margin-top: 5px; }
      #form ul.parsley-errors-list li label, #form ul.hs-error-msgs li label {
        max-width: 100%;
        padding-left: 10px;
        color: white !important;
        font-weight: bold;
        top: 0; }
  #form button.btn-submit {
    color: white;
    font-weight: bold; }
  #form .response-message {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    color: white;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center; }
  #form .response-message#error {
    background-color: #BC5A5A; }

input[type="submit"] {
  background: linear-gradient(#02284D, #000102);
  color: white;
  border: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  padding: 6px 12px;
  border-radius: 3px; }
  input[type="submit"]:hover {
    background: linear-gradient(#000102, #000102); }

body.theme-namb input[type="submit"] {
  background: linear-gradient(#479CD0, #2974a1);
  color: white; }
  body.theme-namb input[type="submit"]:hover {
    background: linear-gradient(#2974a1, #2974a1); }

body.theme-custom .logo-wrapper .logo {
  max-width: 100%;
  max-height: 180px; }

div#slider-wrapper {
  z-index: 0;
  width: 100%;
  min-height: 200px;
  display: flex;
  position: relative;
  align-items: center; }
  div#slider-wrapper #slider-content {
    width: 100%;
    color: white;
    position: relative;
    z-index: 1;
    padding: 2rem;
    text-align: center;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  div#slider-wrapper #slider {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0; }
  div#slider-wrapper li {
    list-style-type: none;
    min-height: 200px;
    height: 100%; }
    div#slider-wrapper li div {
      background-size: cover;
      background-position: center;
      min-height: 200px;
      height: 100%; }

@media screen and (min-width: 600px) {
  #form {
    padding: 1rem 3rem; } }

@media screen and (min-width: 960px) {
  body {
    height: 100vh;
    background: #444; }
  #form {
    height: 100vh;
    margin-top: 0;
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    width: 44%;
    overflow-y: scroll; }
  div#slider-wrapper {
    height: 100%;
    width: 56%;
    position: relative;
    z-index: 0; }
    div#slider-wrapper #slider-content {
      font-size: 1.4rem; }
      div#slider-wrapper #slider-content h1 {
        font-size: 4rem;
        text-shadow: 0 3px 20px rgba(0, 0, 0, 0.3); }
    div#slider-wrapper li {
      height: 100vh; }
      div#slider-wrapper li div {
        height: 100vh; }
  body.align-form-left #form {
    left: 0;
    right: auto; }
  body.align-form-left div#slider-wrapper {
    left: 44%; }
  body.align-form-center div#slider-wrapper {
    width: 100%; }
  body.align-form-center #form {
    left: 28%;
    right: auto; }
  body.align-form-right #form {
    left: auto;
    right: 0; } }
