.hidden {
	display: none;
}

.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -31px;
  position: relative;
  z-index: 2;
  color: gray;
}

.pointer{
    cursor: pointer;
}

.no-padding{
	padding: 0 !important;
}

.invalid {
    border: 1px solid red !important;
}

.homepage_contact_cell .intl-tel-input {
    width: 100%;
}
.questions p {
    font-size: 18px;
}

@media (min-width: 1200px) {
  .logo-over img {
    width: 22% !important;
  }

  .btn-start-campaign-lg {
    width: 190px !important;
    height: 50px !important;
  }
}

.select-placeholder-color {
    color: #7e758d;
}