.screen-reader-response { display: none !important; }

.input-wrap {
  margin-bottom: 13px;
}
.input-wrap-sm {
  margin-bottom: 10px;
}

.input {
  display: block;
}

.input__label {
  color: #0B283B;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 7px;
  letter-spacing: 0.34px;
}

.input__req {
  font-size: 100%;
  top: 0;
}

select.input__field {
  padding: 14.1px 24px;
}

.input__field {
  display: block;
  width: 100%;
  padding: 10px 24px;
  font-size: 16px;
  line-height: 31px;
  color: #696F75;
  background: #F3F3F3;
  border: 0;
}

.input__field:hover,
.input__field:focus,
.input__field:active {
  box-shadow: 0 0 1px 1px #8F969E;
}

textarea.input__field {
  height: 160px;
}

.input--file {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.input--file .input__inner {
  display: flex;
  flex-wrap: wrap;
}

.input--file .input__placeholder {
  flex: 1;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  background: #EBF0F5;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  letter-spacing: 0.34px;
}

.input--file .input__button {
  display: flex;
  align-items: center;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, #226591 0%, #0072BC 100%);
}

.input--file:hover .input__button {
  /*background: #d75900;*/
}

.input--file input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.cf-vld-wrap.has-error:before,
.cf-vld-wrap.has-filled:before,
.cf-response:before {
  content: none !important;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 16px;
  line-height: 31px;
  color: #eb1919;
}

.input.has-error .input__label,
.input.has-error .input__field {
  color: #eb1919;
}

.input__label > span {
    text-transform: none;
    font-size: 15px;
}

.btn--more.wpcf7-submit {
  font-size: 14px;
  width: 100%;
  margin-top: 3px;
}

.btn--more.wpcf7-submit .ic {
  top: 50%;
  transform: translateY(-50%);
  right: -46px;
  font-size: 13.28px;
}
.btn--more.wpcf7-submit:hover .ic {
  right: -54px;
}
/*
* Select 2
*/

.select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  border: none;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 16px;
  color: #696F75;
  letter-spacing: 0.34px;
  padding: 11.5px 24px 11.5px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #F3F3F3;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -1px;
  right: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none
}

.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: '\e90f';
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7.778px;
}

.select2-dropdown {
  border:none;
}

.select2-results__option--selectable {
  background-color: #F3F3F3;
  padding: 12px 24px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  color: #696F75;
  font-weight: 700;
  background-color: #E9E9E9;
}
.admin-bar .select2-container--open {
margin-top: 30px;
}
@media ( max-width: 767px ) {

  .input--file .input__placeholder {
    font-size: 14px !important;
  }

  .input--file .input__button {
    text-indent: -9999px;
    padding: 17px 25px;
    position: relative;
  }

  .input--file .input__button > span {
    display: none;
  }

  .input--file .input__button:before {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16.44px;
    content: "\e910";
  }

  .input--file .input__button .ic {
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16.44px;
  }

  .btn--more.wpcf7-submit {
    font-size: 14px;
  }

}

@media ( min-width: 1100px ) {
  .popup-group-5 div[data-id="group-3"] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.select2-container {
  /*margin-top: 32px;*/
}
.input__field + .select2-container {
  margin-top: 0;
}