.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 20;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  /*padding: 15px 30px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    
  */
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px #111;
  -moz-box-shadow: 0 0 10px #111;
  -o-box-shadow: 0 0 10px #111;
  -ms-box-shadow: 0 0 10px #111;
  box-shadow: 0 0 10px #111;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/home/close.png");
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}


.nlmodal__text {
  color: #000;
  font-size: 4vw;
  text-align: center;
  margin-bottom: 20px;  
}

.nlmodal__form {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.nlmodal__form input {
  background: #eee;
  color: #000;
  border: 1px solid #999;
  height: 40px;
}

.nlmodal__form .js-cm-email-input {
  text-align: center;
  font-size: 3.7333vw;
  width: calc(100% - 20px);
  max-width: 300px;
}

.nlmodal__form .js-cm-submit-button {
  border: 0;
  background: #000;
  color: #fff;
  height: 40px;
  width: 90px;
  margin-top: 20px;
  font-weight: bold;
}

#nlmodal__button {
  background: #eee;
  width: 100%;
  text-align: center;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  display: none;
}

#nlmodal__button.show-mobile {
  position: fixed;
  display: block;
}

#nlmodal__button button {
  background: #000;
  color: #fff;
  height: 32px;
  width: 186px;
  border: 0;
  font-weight: bold;
}

.line-break {
  display: block;
}

.desktop-only {
  display: none;
}

.desktop-break {
  display: inline;
}


#footer-newsletter {
  background: #eeeeee;  
}

#footer-newsletter .footer-newsletter__container {
  padding: 30px 20px;
  text-align: center;
}

#footer-newsletter .footer-newsletter__text {
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 15px;
}

#footer-newsletter .js-cm-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;  
}

#footer-newsletter .js-cm-form input,
#footer-newsletter .js-cm-form button {
  display: block;
  height: 40px;
}

#footer-newsletter .js-cm-email-input {
  background: #fff;
  color: #000;
  border: 1px solid #999;
  text-align: center;  
  width: calc(100% - 20px);
  max-width: 300px;
  margin-bottom: 20px;
}

#footer-newsletter .js-cm-submit-button {
  border: 0;
  background: #000;
  color: #fff;
  height: 40px;
  width: 90px;  
  font-weight: bold;
}

#footer-social {
  display: none;
}

#footer { 
  padding: 8vw 0 16.66667vw;
}

@media (min-width: 768px) {
  .nlmodal {
    display: flex;
  }  

  .modal {
    max-width: 700px;
  }

  .nlmodal__img {
    order: 2;
  }

  .nlmodal__text {   
    font-size: 1.08rem;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1.75;  
  }

  .line-break {
    display: inline;
  }

  .nlmodal__form {
    padding: 36px;
    text-align: left; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
  }

  .nlmodal__form .js-cm-email-input {
    text-align: left;
    font-size: 0.875rem;
    padding-left: 20px;
  }

  #nlmodal__button {
    display: none;
  }

  .mobile-only {
    display: none;
  }

  .desktop-only {
    display: block;
  }

  .desktop-break {
    display: block;
  }

  #footer-newsletter .footer-newsletter__container {
    display: flex;
    max-width: 840px;
    margin: 0 auto;
    align-items: center;
    padding: 30px 0;
  }

  #footer-newsletter .footer-newsletter__text {
    text-align: right;
    width: 60%;
    margin-bottom: 0;
    padding-right: 30px;
  }  
  #footer-newsletter .footer-newsletter__form {
    width: calc(40% - 30px);
  }
  #footer-newsletter .js-cm-form {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #footer-newsletter .js-cm-email-input {
    margin-bottom: 0;
    text-align: left;
    padding-left: 20px;
  }

  #footer-social {
    display: block;
    margin: 15px auto;
  }

  #footer-social ul {
    display: flex;
    justify-content: center;
  }

  #footer-social ul li {
    width: 36px;
    margin-right: 10px;
  }

  #footer-social ul li:last-child {
    margin-right: 0;
  }

  #footer-company {
    position: relative;
    text-align: center;
    margin: 20px auto;
  }

  #footer-copyright {
    background: #eee;
    padding: 15px 0;
  }

  #footer {
    padding: 40px 0 0;
    transition:all .2s ease;
  }

  #footer-newsletter {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #footer-newsletter.stick {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;    
    z-index: 9;
  }

  #footer-newsletter.stick .footer-newsletter__container {
    width: calc(100% - 20px);
    margin: 0 auto;
    max-width: unset;
    justify-content: center;
    padding: 10px 0;
  }

  #footer-newsletter.stick .footer-newsletter__text {
    width: unset;
  }

  #footer-newsletter.stick .footer-newsletter__form {
    width: unset;
  }

  #footer-newsletter.stick .desktop-break {
    display: inline;
  }

  .footer-links {
    text-align: center;
  }

  .footer-links p {
    display: inline-block;
  }

  .footer-links p:after {
    content: '|';
    display: inline;
    padding: 0 10px;
  }

  .footer-links p:last-child:after {
    content: '';
    padding: 0;
  }


}

