.simple_hero {
  max-width: 100vw;
}
.simple_hero p {
  font-size: var(--fs-20);
  font-family:var(--latoregular);
}
.simple_hero h1 {
  font-size: var(--fs-50);
  font-family: var(--latobold)!important;
}
@media (max-width: 992px) {
  .simple_hero h1, .simple_hero .h1 {font-size: var(--fs-32)}
}
@media (max-width: 575px) {
  .simple_hero h1, .simple_hero .h1 {font-size: var(--fs-28)}
}

.all_button_wrap {
  display: inline-block;
}
.all_button_wrap.button_center {
  text-align: center;
}
.button_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.button_wrap.button_center {
  justify-content: center;
}
.button_wrap.txt_below_btn .btn_txt_below a {
  font-size: inherit;
}
.button_wrap.btn_login_ .btn {
  /*border: var(--bs-btn-border-width) solid var(--pe_blue);*/
}
@media (max-width:767.33px) {
  .button_wrap.btn_login_ {
  text-align: center;
  }
  .button_wrap.btn_login_ .btn {
  min-width: 160px;
  }
  .button_wrap.btn_login_ .pe_login {
  /*margin: 10px 0 0;*/
  }
}
@media (max-width:575.33px) {
  .button_wrap {
    gap: 20px 10px;
    justify-content: center;
  }
}
@media (max-width:400px) {
  .button_wrap.btn_login_ .btn {
    min-width: 110px;
    padding: 14px;
  }
}
.simple_hero.no_side_image .container {
  max-width: 960px;
}
.button_wrap .btn.pe_login_button_color_white {
  border: var(--bs-btn-border-width) solid var(--pe_white);
  color: var(--pe_white);
}
.button_wrap .btn.pe_login_button_color_white:hover {
  border-color: var(--pe_blue);
}
.simple_hero.bg_pe_dblue_blue_gradient_dark_top_to_mid_dark_bottom h1,
.simple_hero.bg_pe_dblue_blue_gradient_dark_top_to_mid_dark_bottom h2,
.simple_hero.bg_pe_dblue_blue_gradient_dark_top_to_mid_dark_bottom p,
.simple_hero.bg_pe_dblue_blue_gradient_left_to_right h1,
.simple_hero.bg_pe_deep_blue h1,
.simple_hero.bg_pe_dblue_blue_gradient h1,
.simple_hero.bg_pe_mid_blue h1,
.simple_hero.bg_pe_deep_blue p,
.simple_hero.bg_pe_mid_blue p,
.simple_hero.bg_pe_blue p,
.simple_hero.bg_pe_teal p,
.simple_hero.bg_pe_dblue_blue_gradient_left_to_right p,
.simple_hero.bg_pe_dblue_blue_gradient p {color:var(--pe_white);}

#search-page-form {
  width: 100%;
  position: relative;
  margin:0 auto;
}
.search-page-form-wrap {
  width: 75%;
  /* height: 60px; */
  /* margin: 0 auto; */
}
#search-page-form input[placeholder] {
  text-overflow: ellipsis;
}

#search-page-form .icon-close1 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: var(--fs-20);
  height: 53px;
  width: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #search-page-form .icon-close1{
    right: -30px;
  }
#search-page-form input::-ms-clear {
  display: none;
}
}
#search-page-form .icon-close1:before {
  font-family: 'icomoon';
}

#search-page-form input {
  width: 100%;
  background-image: none!important;
  background-color: #fff!important;
  text-indent: 15px!important;
  outline: 0;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #DFE3E9 !important;
  border-radius: 2px;
  padding: 12px 1.7em;
  font-size: var(--fs-20);
  color: #484848 !important;
  font-family: var(--latoregular);
}

#search-page-form [type=submit] {
  height: 53px;
  width: 45px;
  position: absolute;
  top: 1px;
  background: #fff;
  border-radius: 2px;
}

#search-page-form .icon-search1:before,
#search-page-form .icon-search2:before {
  color: var(--pe_blue);
  font-size: var(--fs-20);
  font-weight: 400;
  font-family:'icomoon';
}

#search-page-form button, 
#search-page-form input[type=button], 
#search-page-form input[type=reset], 
#search-page-form input[type=submit] {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#search-page-form input::placeholder {
  color: var(--pe_placeholder);
}

@media (max-width: 830px) {
  #search-page-form input {
    padding: .16em 1.4em .18em 1.5em;
    text-indent: 5px!important;
    font-size: var(--fs-20);
  }
  #search-page-form [type=submit] {
    height: 32px;
    width: 32px;
    margin-top:1px;
  }
  #search-page-form .icon-search1:before, 
  #search-page-form .icon-search2:before {
    font-size: var(--fs-18);
  }
  #search-page-form .icon-close1 {
    height: 36px;
    width: 36px;
  }
  #search-page-form .icon-close1:before {
/*    margin-top: 20%;*/
    right: 7px;
  }
  .search-box {
    padding: 1.5em 2em;
    margin-bottom: 2em;
  }
  .search-page-form-wrap {
    height: 36px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .button_wrap a.btn {
    font-family: var(--latobold) !important;
    line-height: 1;
    font-size: var(--fsxl);
    text-transform: uppercase;
    padding: 14px 30px;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-text-stroke: unset;
  }
  .button_wrap a.bg_pe_deep_orange {
    background-color: var(--pe_deep_orange);
  }
  .button_wrap a.bg_pe_blue {
    background-color: var(--pe_blue);
  }
}
.simple_hero.bg_pe_light_bluegray_fadeDown .button_wrap .pe_login_button_color_blue {
  border:1px solid var(--pe_blue);
}