.climate2-search_container {
  background: #fff;
}

.climate2-search {
  display: flex;
  flex-direction: row;
}

.climate2-search__content {
  flex-grow: 1;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto 0;
}

.climate2_search_title {
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 40px;
  color: #8bc3c1;
}

.climate2_search_subtitle {
  margin-bottom: 18px;
  font-weight: 300;
}

.climate2-search_image {
  width: 300px;
  /*height: 200px;*/
  -o-object-fit: cover;
  object-fit: cover;
}

.form_row {
  display: flex;
  padding-bottom: 25px;
  position: relative;
  /*margin-bottom: 16px;*/
  align-items: center;
}

.form_row .climate2_search_location {
  margin-top: 25px;
}

.form_row .climate2_search_location_zipcode,
.form_row .climate2_search_location_state {
  display: inline-block;
  width: 48%;
}

.climate2_search_location .form_row input,
.climate2_search_location .form_row select {
  margin-bottom: 0;
}

.climate2_search_location_zipcode + .field-suffix {
  width: 4%;
  display: inline-block;
  text-align: center;
}

.error-text {
  color: red;
  position: absolute;
  bottom: 0;
}

.form_row .ajax-progress.ajax-progress-throbber {
  position: absolute;
  bottom: 0;
  right: 0;
}

.climate2_search_location .select2-container--default .select2-selection--single,
.climate2_search_location .select2-container--default .select2-selection--single .select2-selection__rendered,
.climate2_search_location .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.5rem;
  line-height: 2.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-results__option {
  color: #626262;
  font-family: "Source Sans Pro", Verdana, sans-serif;
}

.select2-container--default .select2-selection--single {
  -webkit-appearance: none;
  background-color: white;
  border-color: #d4d4d4;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 1.0625rem;
  box-sizing: border-box;
  border-radius: 5px;
  transition: all 0.15s linear;
}

.climate2-search_form_intro {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.climate2-search_form_footer {
  text-align: justify;
  font-style: italic;
  font-size: 16px;
}

.climate2_search_location .search__button {
  height: 40px;
  margin-left: 10px;
}

.climate2-search .climate2-search_img_container {
  padding-top: 20px;
}

.climate2-search .climate2-search_img_container img {
  width: 100%;
}

.climate2-search .select2-container {
  margin-bottom: 0;
  margin-left: 15px;
}

.climate2-search .form_row .field-suffix .subtext {
  margin-left: 10px;
}

@media screen and (max-width: 479px) {
  .climate2-state-info .column > .media,
  .range-map-state .columns > .media {
    flex-direction: column;
  }

  .range-map__inner--state .range-map__range-map-legend {
    position: static !important;
  }

  .location-search .climate2_search_title {
    line-height: 42px;
  }

  .climate2-search .at-fields .at-row.at-row-solo.EmailAddress {
    width: calc(100% - 67px - 4%) !important;
  }

  .climate2-search .select2-selection.select2-selection--single {
    /*margin-left: 10px;*/
  }

  .at-fields .at-row.PostalCode.StateProvince .PostalCode input[type="tel"] {
    width: 42% !important;
  }

  .climate2-search .select2.select2-container.select2-container--default {
    width: 89% !important;
  }
}

@media screen and (min-width: 480px) and (max-width: 600px) {
  .at-row.at-row-solo.EmailAddress {
    width: calc(100% - 67px - 4%) !important;
  }
}

@media screen and (max-width: 600px) {
  .at .at-inner .at-form-submit .at-submit.btn-at.btn-at-primary {
    height: 82%;
  }
}

@media screen and (max-width: 667px) {
  .climate2-search_image {
    display: none;
  }

  .climate2-state-info .column .media__content {
    text-align: justify;
  }
}

@media screen and (min-width: 601px) and (max-width: 767px) {
  .at-row.at-row-solo.EmailAddress {
    width: calc(100% - 67px - 4%) !important;
  }
}

@media screen and (max-width: 1279px) {
  .at-row.PostalCode.StateProvince .PostalCode input[type="tel"] {
    width: 45% !important;
  }

  .at-select.StateProvince {
    width: 55% !important;
    position: absolute;
    right: 0;
  }

  .at-row.at-row-solo.EmailAddress .at-text.EmailAddress input[type="email"] {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .at-row.at-row-solo.EmailAddress {
    width: calc(100% - 67px - 2%) !important;
  }
}

.visualizer-page .climate2_search_location {
  max-width: 600px;
  margin: 0 auto;
}

.visualizer-page .climate2_search_location .form_row {
  align-items: baseline;
  justify-content: space-between;
}

.visualizer-page .climate2_search_location .field-prefix:first-of-type .form_row {
  padding-bottom: 8px;
}

.visualizer-page .climate2_search_location .field-suffix .subtext {
  color: #fff;
}

.visualizer-page .climate2_search_location .search__button.form-button {
  width: 150px;
}

.visualizer-page .climate2_search_location input,
.visualizer-page .climate2_search_location button,
.visualizer-page .climate2_search_location .select2-container--default .select2-selection--single {
  border-radius: 8px;
}

.visualizer-page .climate2_search_location .select2-selection__placeholder,
.visualizer-page .climate2_search_location input {
  font-size: 1.2rem;
}

.visualizer-page .climate2_search_location #climate2_search_email {
  max-width: 72%;
}

.visualizer-page .select2.select2-container.select2-container--default {
  width: 47% !important;
}

.visualizer-page .climate2_search_location_zipcode + .field-suffix {
  width: 5%;
}

.ngp-form.at {
  display: block !important;
}

.at-text.PostalCode small,
.at-select.StateProvince small {
  display: none;
}

.at .error .select2-selection--single {
  color: rgba(0, 0, 0, 0.75) !important;
  border-color: #ced4da !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

.at-fields .at-row .at-text small.error {
  font-size: 0.9rem;
  position: absolute;
  padding-top: 0;
  padding-bottom: 0;
}

label.at-text {
  padding-bottom: 25px;
  position: relative;
}

.at-fields .select2.select2-container.select2-container--default {
  width: auto;
}

.at-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 1.0625rem;
  font-weight: 300;
  color: #626262;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 31px !important;
}

.at .select2-selection--single {
  height: 40px !important;
}

.at-row {
  position: relative;
}

.at-form-submit.clearfix {
  margin-top: -10px;
  text-align: right;
}

.at-select.StateProvince u {
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: none;
  margin-left: 2.5%;
  /*margin-right: 1.8%;*/
  vertical-align: middle;
  color: #5b6671;
}

.select2.select2-container.select2-container--default {
  margin-left: 0;
  display: inline-block;
  width: calc(100% - 10%) !important;
}

.at-row.at-row-solo.EmailAddress {
  width: 83%;
  margin-right: 0;
  padding: 0;
}

.at .at-inner .at-form-submit {
  position: absolute;
  margin: 0;
  bottom: 20%;
  right: 0;
  height: 30%;
}

.at .at-inner .at-form-submit .at-submit {
  height: 100%;
}

.climate2-search .content.thankYou {
  display: none;
}

/** @todo REMOVE */
.search__controls {
  display: none !important;
}

.at .PostalCode.StateProvince small.error {
  width: 140%;
}


.climate2-search .at-select.StateProvince {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}


.at .at-fields .at-row .at-select .select2-selection--single {
  height: 40px !important;
  font-size: 1.0625rem;
}

.at .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #626262;
}
