.gz-newsletter-signup-form .gz-newsletter-fields {
  display: -webkit-box;
  display: flex;
  margin-bottom: 1rem; }

.gz-newsletter-signup-form .gz-newsletter-signup-email {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.gz-newsletter-signup-form .gz-newsletter-signup-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0; }

.gz-newsletter-signup-form label {
  margin-bottom: 0.5rem; }

.single-select {
  margin-bottom: 1rem;
  display: block; }

.form-row select {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: menulist;
  height: calc(2.25rem + 2px);
  margin-bottom: 1rem; }

.form-row > label {
  font-size: 14px;
  margin-bottom: 0.4rem; }

.select-wrapper {
  margin: auto;
  max-width: 600px;
  width: calc(100% - 40px); }

.select-pure__select {
  -webkit-box-align: center;
          align-items: center;
  background: #eceeef;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  color: #737d8e;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: left;
          justify-content: left;
  min-height: 44px;
  padding: 5px 10px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%; }

.select-pure__options {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  color: #363b3e;
  display: none;
  left: 0;
  max-height: 221px;
  overflow-y: scroll;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 5; }

.select-pure__select--opened .select-pure__options {
  display: block; }

.select-pure__option {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 44px;
  line-height: 25px;
  padding: 10px; }

.select-pure__option--disabled {
  color: #e4e4e4; }

.select-pure__option--selected {
  color: #e4e4e4;
  cursor: initial;
  pointer-events: none; }

.select-pure__option--hidden {
  display: none; }

.select-pure__selected-label {
  -webkit-box-align: "center";
          align-items: "center";
  background: #54595f;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  cursor: initial;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: "center";
          justify-content: "center";
  margin: 5px 10px 5px 0;
  padding: 3px 7px; }

.select-pure__selected-label:last-of-type {
  margin-right: 0; }

.select-pure__selected-label i {
  cursor: pointer;
  display: inline-block;
  margin-left: 7px;
  margin-top: 5px;
  font-size: 11px; }

.select-pure__selected-label img {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  margin-left: 7px;
  width: 14px; }

.select-pure__selected-label i:hover {
  color: #e4e4e4; }

.select-pure__autocomplete {
  background: #f9f9f8;
  border-bottom: 1px solid #e4e4e4;
  border-left: none;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
  padding: 10px;
  width: 100%; }

.select-pure__placeholder--hidden {
  display: none; }
