﻿body {
  min-height: 100%;
  min-width: 320px;
}
body #PST_GlobalWrapper #PST_ContentWrapper #PST_MainWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E1F5FC;
  background-image: url(/Search/Images/find-a-registry-bulb-lg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: Calc(100vh - 40px);
  padding-bottom: 0px;
}
body #PST_GlobalWrapper #PST_BottomWrapper {
  margin-top: 0px;
}
.search_panel {
  text-align: center;
  width: 678px;
  max-width: 100%;
  margin: 0 auto;
  padding: 24px;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.16);
  border: 0px;
  border-radius: 20px;
  box-sizing: border-box;
  min-height: 220px;
}
.search_panel .swd_subtitle {
  font-family: 'Proxima-Nova', Arial, Helvetica, Sans-Serif;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  margin-bottom: 32px;
}
.search_panel .searchFieldContainer.swd_inputtext-holder {
  display: flex;
  gap: 1rem;
  margin-bottom: 0px;
}
.search_panel .searchFieldContainer.swd_inputtext-holder .swd_inputtext.search {
  background-position: calc(100% - 8px) 48%;
  border-radius: 28px;
}
.search_panel .searchFieldContainer.swd_inputtext-holder .swd_inputtext.search.error {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikljb25zL2Vycm9yXzI0cHgiPgo8cGF0aCBpZD0iaWNvbiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMiAyQzYuNDggMiAyIDYuNDggMiAxMkMyIDE3LjUyIDYuNDggMjIgMTIgMjJDMTcuNTIgMjIgMjIgMTcuNTIgMjIgMTJDMjIgNi40OCAxNy41MiAyIDEyIDJaTTExIDE3VjE1SDEzVjE3SDExWk0xMSA3VjEzSDEzVjdIMTFaIiBmaWxsPSIjRDY0MDAwIi8+CjwvZz4KPC9zdmc+Cg==');
}
.search_panel .searchFieldContainer.swd_inputtext-holder .swd_inputtext-error {
  padding-left: 28px;
}
.search_panel .searchFieldContainer.swd_inputtext-holder .swd_button {
  padding: 8px 24px;
  border-radius: 28px;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.search_panel .searchFieldContainer.swd_inputtext-holder .swd_button:focus {
  background-color: #258eab;
}
.mr-culture-es-US .search_panel {
  min-height: 248px;
}
@media only screen and (max-width: 1400px) {
  body #PST_GlobalWrapper #PST_ContentWrapper #PST_MainWrapper {
    background-image: url(/Search/Images/find-a-registry-bulb-md.svg);
    background-position: -130px -160px;
  }
}
@media only screen and (max-width: 1024px) {
  body #PST_GlobalWrapper #PST_ContentWrapper #PST_MainWrapper {
    min-height: Calc(100vh - 40px);
    background-image: url(/Search/Images/find-a-registry-bulb-sm.svg);
    background-position: -200px 0px;
    padding-bottom: 300px;
  }
  body #PST_GlobalWrapper #PST_BottomWrapper {
    margin-top: -272px;
  }
}
@media only screen and (max-width: 640px) {
  body #PST_GlobalWrapper #PST_ContentWrapper #PST_MainWrapper {
    background-position: -150px 20px;
    padding-bottom: 320px;
    background-size: 150%;
  }
  body #PST_GlobalWrapper #PST_BottomWrapper {
    margin-top: -320px;
  }
  .search_panel {
    max-width: Calc(100% - 32px);
    width: 390px;
  }
  .search_panel .searchFieldContainer.swd_inputtext-holder {
    flex-direction: column;
  }
  .search_panel .searchFieldContainer.swd_inputtext-holder .swd_inputtext {
    height: 40px;
  }
  .search_panel .searchFieldContainer.swd_inputtext-holder .swd_inputtext + .swd_inputtext-label {
    top: 10px;
    bottom: auto;
  }
  .search_panel .searchFieldContainer.swd_inputtext-holder .swd_inputtext:focus + .swd_inputtext-label {
    top: 15px;
    bottom: auto;
  }
  .search_panel .searchFieldContainer.swd_inputtext-holder .swd_inputtext-error {
    padding-left: 16px;
    bottom: 50px;
    font-size: 12px;
  }
  .search_panel .swd_button {
    padding: 9px 24px;
    margin-top: 15px;
  }
  .search_panel .swd_h3 {
    font-size: 1.5rem !important;
    line-height: 2rem;
  }
  .search_panel .swd_subtitle {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: 0.15px;
  }
}
@media only screen and (max-width: 640px) and (orientation: landscape) {
  body #PST_GlobalWrapper #PST_ContentWrapper #PST_MainWrapper {
    background-image: url(/Search/Images/find-a-registry-bulb-sm.svg);
    background-position: -140px 30px;
    background-size: cover;
  }
}
@media only screen and (max-width: 420px) {
  body #PST_GlobalWrapper #PST_ContentWrapper #PST_MainWrapper {
    background-position: -280px 0px;
    background-size: 180%;
  }
}
@media only screen and (max-width: 380px) {
  body #PST_GlobalWrapper #PST_ContentWrapper #PST_MainWrapper {
    background-position: -165px 5px;
    background-size: 150%;
  }
  .search_panel .swd_h3 {
    font-size: 1.25rem !important;
    line-height: 1.5rem;
  }
  .search_panel .swd_subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}