﻿body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #788288;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  line-height: 1.53846154;
}

.signup-form-body {
  max-width: 600px;
  margin: 0 auto;
  background: #ffffff42;
}

.signup-form-body .subscribe-prompt {
  font-size: 1.3em;
  margin-bottom: 0.8em;
  color: #333;
}

.input-wrapper-sms,
.input-wrapper-email {
  margin-top: 12px;
  position: relative;
}

input.submit-inline,
a.submit-main {
  color: #fff !important;
  background-color: #21689f;
}
input.submit-inline:hover,
a.submit-main:hover {
  background-color: #0a74c5;
}
input.submit-inline {
  top: 12px;
  position: absolute;
  right: 2px;
}

@media only screen and (max-device-width: 350px) {
  input.submit-inline {
    display: block;
    min-width: 100% !important;
    position: relative;
    margin-top: 6px;
    top: auto;
    right: auto;
  }
  label.dyn-inp {
    min-width: 100%;
    display: block;
  }
}
.step-two {
  margin-top: 20px;
}
.step-two .dyn-inp {
  margin: 6px 0;
}
.submit-wrapper {
  text-align: center;
  margin: 12px 0 0;
}
a.submit-main {
  min-width: 50%;
}
.already-subscribed.processing,
.already-submitted.processing {
  text-align: center;
  background: #46b6ac;
  height: 4em;
}
.already-subscribed.processing .default-items,
.already-submitted.processing .default-items,
.already-subscribed .processing,
.already-submitted .processing {
  display: none;
}

.already-subscribed.processing .processing,
.already-submitted.processing .processing {
  display: block;
  height: 100%;
}
.already-subscribed.processing .lds-ellipsis {
  height: 100%;
  font-size: 1.1em;
}
.already-submitted.processing .lds-ellipsis {
  height: 100%;
  font-size: 1.5em;
}

.already-subscribed,
.already-submitted {
  margin: 10px 0 10px;
  position: relative;
  text-align: center;
  background: #ffffffd9;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: all 1s ease;
}
.already-subscribed .default-items,
.already-submitted .default-items {
  padding: 10px;
  border-left: 4px solid #46b6ac;
}
.already-text i {
  display: block;
  color: #46b6ac;
  font-size: 2em;
  margin: 2px 5px 5px;
}
.already-text {
  display: block;
  color: #46b6ac;
}
.already-subscribed a,
.already-submitted a {
  font-size: 0.8em;
  background: 0 0;
  border: none;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
}

.already-subscribed a:hover,
.already-submitted a:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 35px;
  line-height: 35px;
  padding: 0 1.5rem;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  transition: all 0.3s ease-out;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.225);
}

.btn-primary:hover {
  text-decoration: none;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.225);
}

.dyn-inp *:focus {
  outline: 0 !important;
}

#submitButton {
  color: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", Arial, sans-serif !important;
  margin: 0;
  font-weight: 300;
}

* {
  box-sizing: border-box;
}

.dyn-inp {
  position: relative;
  margin: auto;
  width: 100%;
}

.dyn-inp .label {
  position: absolute;
  top: 16px;
  left: 6px;
  font-size: 16px;
  color: #656971;
  font-weight: 500;
  transform-origin: 0 0;
  transition: all 0.2s ease;
  cursor: text;
}

.dyn-inp .border {
  position: absolute;
  top: 46px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #07f;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: all 0.15s ease;
  border: inherit !important;
}

.dyn-inp input {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 12px 6px 2px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid #c8ccd4;
  background: none;
  border-radius: 0;
  color: #223254;
  transition: all 0.15s ease;
  background: rgba(255, 255, 255, 0.39);
  border-radius: 2px;
}

.dyn-inp input:hover {
  background: rgba(34, 50, 84, 0.03);
}

.dyn-inp .label.has-value,
.dyn-inp input:not(:placeholder-shown) + span:not(.border) {
  color: #5a667f;
  transform: translateY(-18px) scale(0.75);
}

.dyn-inp input:focus {
  background: #fff;
  outline: none;
}

.dyn-inp.focus-within span.label,
.dyn-inp:focus-within span.label {
  color: #07f;
  transform: translateY(-18px) scale(0.75);
}

.dyn-inp input:focus ~ .border {
  transform: scaleX(1);
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 4.5em;
  height: 5em;
}

.lds-ellipsis div {
  position: absolute;
  top: calc(50% - 0.2em);
  width: 0.9em;
  height: 0.9em;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 0.2em;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 0.455em;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 2.3em;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 3.75em;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(1.2em, 0);
  }
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  background-color: #f2dede;
}
li.parsley-required {
  margin-top: 4px;
}
.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.pac-container {
  max-height: 150px;
  overflow: scroll;
}

/* Hide Google Translate bar and elements */
#google_translate_element,
.goog-te-banner-frame,
.goog-te-menu-frame,
.goog-te-gadget,
.goog-te-combo,
.skiptranslate,
.goog-logo-link,
.goog-te-gadget-simple,
.goog-te-menu-value,
.goog-te-gadget-icon {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Hide the top banner frame that Google Translate adds */
body {
  top: 0 !important;
}

/* Ensure the iframe content doesn't get pushed down by translate bar */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

/* Hide any translate tooltips or popups */
.goog-te-spinner-pos,
.goog-te-spinner {
  display: none !important;
}

#signup-outer-div .input-wrapper-email,
#signup-outer-div .input-wrapper-sms {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#signup-outer-div .input-wrapper-email label,
#signup-outer-div .input-wrapper-sms label {
  width: 100% !important;
  margin: auto;
}

#signup-outer-div .input-wrapper-email .submit-inline,
#signup-outer-div .input-wrapper-sms .submit-inline {
  position: static !important;
}
