select,
input.textfield {
  position: relative;
  padding: 0.3em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #cbd6e2;
  color: #000000 !important;
  background-color: #f5f8fa !important;
  font-family: Barlow, sans-serif;
  width: 100%;
  padding: 0.75rem;
  height: 50px;
  color: #33475b;
}

.subscribeButton {
  border: none;
  width: 200px;
  box-shadow: none;
  border-radius: 0.1em;
  font-size: 1.2rem !important;
  transition: transform 0.2s ease 0s, opacity 0.5s ease 0s, background-color 0.2s ease-in-out 0s;
  color: #ffffff;
  padding: 0.6em 0.2em;
  cursor: pointer;
  background-color: #344b6a;
  margin: 0em 0em 0em 0em;
  font-weight: bold;
  margin: 50px auto;
  font-family: Barlow, sans-serif;
}

label {
  font-weight: bold;
  color: #777777 !important;
  width: 100%;
  font-size: 1.2em;
}

label .required {
  color: #CC0000;
}

a:hover {
  color: #222222 !important;
}

/* Column Layout Rules */
.Row-fullWidth {
  width: 100%;
  min-width: 100%;
}


/* Font Styles */
.formLablel {
  font-size: 14px;
  line-height: 1.175rem;
  font-weight: 400;
  font-style: normal;
  display: block;
  min-height: 1.2rem;
  background-color: transparent;
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  appearance: none;
  color: rgba(0, 0, 0, .6);
  margin-bottom: 0.5em;
  margin-top: 1.25em;
  font-family: Barlow, sans-serif;
}