#locator_root .lds-ring {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
}

#locator_root .lds-ring div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FFFFFF transparent transparent transparent;
}

#locator_root .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
  animation-delay: -0.45s;
}

#locator_root .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

#locator_root .lds-ring div::nth-child(3) {
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

#locator_root .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding: 10px 23px;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  text-decoration: none;
  font-style: normal;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
}

#locator_root .button span.text {
  position: relative;
  z-index: 2;
}

#locator_root .button:hover, #locator_root .button:active, #locator_root .button:focus {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1px;
}

#locator_root .button:disabled:hover, #locator_root .button:disabled:active, #locator_root .button:disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#locator_root .button__carousel {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  background-color: rgba(252, 248, 245, 0.9);
  padding: 20px 16px;
}

#locator_root .button__carousel svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#locator_root .button__carousel:hover, #locator_root .button__carousel:active, #locator_root .button__carousel:focus {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FCF8F5;
}

#locator_root .button__orientation-left:hover svg {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

#locator_root .button__orientation-right:hover svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

#locator_root .button__icon {
  padding: 18px;
  color: #222222;
  border: 1px solid;
  border-color: transparent;
  background-color: #FFFFFF;
}

#locator_root .button__icon-left {
  margin-right: 10px;
}

#locator_root .button__icon-right {
  margin-left: 10px;
}

#locator_root .button__icon .ripple {
  background-color: #EADCD0;
}

#locator_root .button__icon:hover {
  fill: #FFFFFF;
  background-color: #983252;
  border: 1px solid #983252;
  border-color: transparent;
}

#locator_root .button__icon:active {
  background-color: #983252;
  border-color: transparent;
  fill: #FFFFFF;
}

#locator_root .button__icon:disabled {
  background-color: #F7F7F7;
  fill: #C1C1C1;
  border: 1px solid;
  border-color: #DDDDDD;
}

#locator_root .button__contained {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #983252;
  padding: 15px 50px;
}

#locator_root .button__contained:hover {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14);
}

#locator_root .button__contained:disabled {
  color: #C1C1C1;
  background-color: #F7F7F7;
  border: 1px solid;
  border-color: #DDDDDD;
}

#locator_root .button__contained:disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#locator_root .button__contained--flex {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid;
  border-color: #983252;
  background-color: #983252;
  width: 100%;
}

#locator_root .button__contained--flex:hover {
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14);
}

#locator_root .button__contained--flex:disabled {
  color: #C1C1C1;
  background-color: #F7F7F7;
  border: 1px solid;
  border-color: #DDDDDD;
}

#locator_root .button__contained--flex:disabled:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#locator_root .button__floating {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 24px;
  color: #FFFFFF;
  background-color: #222222;
}

#locator_root .button__floating:hover {
  background-color: #983252;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2), 0px 3px 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.14);
  border-radius: 24px;
}

#locator_root .button__floating:disabled:hover, #locator_root .button__floating:disabled:active, #locator_root .button__floating:disabled:focus {
  color: #FFFFFF;
  background-color: #222222;
}

#locator_root .button__outlined {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #222222;
  border: 1px solid;
  border-color: #222222;
  background-color: #FFFFFF;
}

#locator_root .button__outlined .ripple {
  background-color: #EADCD0;
}

#locator_root .button__outlined:active {
  color: #FFFFFF;
  border-color: #983252;
  background-color: #983252;
}

#locator_root .button__outlined:disabled {
  color: #C1C1C1;
  border: 1px solid;
  border-color: #DDDDDD;
  background-color: #F7F7F7;
}

#locator_root .button__text {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  color: #222222;
  border: 1px solid;
  border-color: transparent;
  background-color: transparent;
}

#locator_root .button__text .ripple {
  background-color: rgba(152, 50, 82, 0.15);
}

#locator_root .button__text:hover, #locator_root .button__text:active {
  color: #222222;
  border-color: transparent;
  background-color: rgba(152, 50, 82, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#locator_root .button__text:disabled {
  color: #DDDDDD;
  border-color: transparent;
  background-color: transparent;
}

#locator_root .button__theme-light {
  background-color: #FFFFFF;
  color: #222222;
}

#locator_root .button__theme-light .ripple {
  background-color: #EADCD0;
}

#locator_root .button__theme-light .loader div {
  border-color: #000000 transparent transparent transparent;
}

#locator_root .button__theme-light g, #locator_root .button__theme-light path {
  fill: #222222;
}

#locator_root .button__theme-alpha {
  background-color: #983252;
  color: #FFFFFF;
}

#locator_root .button__theme-alpha .loader div {
  border-color: #FFFFFF transparent transparent transparent;
}

#locator_root .button__theme-alpha g, #locator_root .button__theme-alpha path {
  fill: #FFFFFF;
}

#locator_root .button__theme-dark {
  color: #FFFFFF;
  background-color: #222222;
}

#locator_root .button__theme-dark .loader div {
  border-color: #FFFFFF transparent transparent transparent;
}

#locator_root .button__theme-dark g, #locator_root .button__theme-dark path {
  fill: #FFFFFF;
}

#locator_root .button__theme-dark:disabled {
  background-color: #000000;
}

#locator_root .checkbox {
  border-radius: 50%;
  line-height: 0;
  padding: 12px;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#locator_root .checkbox-checked {
  background-color: rgba(234, 220, 208, 0.5);
}

#locator_root .checkbox:hover {
  cursor: pointer;
  background-color: rgba(234, 220, 208, 0.25);
}

#locator_root .type-style-form-label {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 14px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#locator_root .type-style-utility-small {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0px;
}

#locator_root * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#locator_root html, #locator_root body {
  font-family: 'Georgia', sans-serif;
  color: #222222;
  line-height: 26px;
  font-size: 16px;
  background: #FFFFFF;
  min-width: 320px;
  margin: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

#locator_root .inner {
  max-width: 1440px;
  margin: auto;
}

#locator_root h1 {
  /* H1: */
  color: #222222;
  /*font-family: "Playfair";*/
  line-height: 32px;
  font-size: 24px;
  text-transform: none;
  font-weight: normal;
}

#locator_root h2 {
  /* H2: */
  color: #222222;
  /*font-family: "Playfair";*/
  font-size: 24px;
  line-height: 34px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
}

#locator_root h3 {
  /* H3: */
  color: #222222;
  /*font-family: "Playfair";*/
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: normal;
  margin: 5px 0 15px 0;
}

#locator_root h4 {
  /* H4: */
  color: #222222;
  /*font-family: "Playfair";*/
  line-height: 22px;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#locator_root h5 {
  /* H5: */
  color: #222222;
  /*font-family: "Playfair";*/
  line-height: 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
}

#locator_root h6 {
  /* H6: */
  color: #222222;
  /*font-family: "Playfair";*/
  line-height: 22px;
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
}

#locator_root a {
  color: #222222;
  text-decoration: none;
}

#locator_root a:hover {
  cursor: pointer;
}

#locator_root img {
  display: block;
}

#locator_root body {
  margin: 0;
  padding: 0;
}

#locator_root .hide {
  display: none;
}

#locator_root .body-text a {
  text-decoration: underline;
  -webkit-text-decoration-color: #983252;
  text-decoration-color: #983252;
}

#locator_root .lds-ellipsis-2 {
  position: relative;
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

#locator_root .lds-ellipsis-2 > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

#locator_root .lds-ellipsis-2 div > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #E93939;
  position: absolute;
  top: 100px;
  left: 32px;
  -webkit-animation: lds-ellipsis 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

#locator_root .lds-ellipsis-2 div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: rgba(152, 50, 82, 0.15);
}

#locator_root .lds-ellipsis-2 div:nth-child(2) div {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: rgba(152, 50, 82, 0.15);
}

#locator_root .lds-ellipsis-2 div:nth-child(3) div {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  background: rgba(152, 50, 82, 0.15);
}

#locator_root .lds-ellipsis-2 div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: rgba(152, 50, 82, 0.15);
}

#locator_root .lds-ellipsis-2 div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: rgba(152, 50, 82, 0.15);
}

#locator_root .legal-disclosure--dark {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 0px;
  color: #777777;
}

#locator_root .legal-disclosure--dark a {
  text-decoration: underline;
}

#locator_root html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

#locator_root body {
  margin: 0;
}

#locator_root aside, #locator_root details, #locator_root figcaption, #locator_root figure, #locator_root footer, #locator_root header, #locator_root hgroup, #locator_root main, #locator_root menu, #locator_root nav, #locator_root section, #locator_root summary {
  display: block;
}

#locator_root audio, #locator_root canvas, #locator_root progress, #locator_root video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

#locator_root audio:not([controls]) {
  display: none;
  height: 0;
}

#locator_root [hidden], #locator_root template {
  display: none;
}

#locator_root a {
  background-color: transparent;
}

#locator_root a:active, #locator_root a:hover {
  outline: 0;
}

#locator_root abbr[title] {
  border-bottom: 1px dotted;
}

#locator_root b, #locator_root strong {
  font-weight: bold;
}

#locator_root dfn {
  font-style: italic;
}

#locator_root h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#locator_root mark {
  background: #ff0;
  color: #000;
}

#locator_root small {
  font-size: 80%;
}

#locator_root sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#locator_root sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

#locator_root sub {
  bottom: -0.25em;
}

#locator_root img {
  border: 0;
}

#locator_root svg:not(:root) {
  overflow: hidden;
}

#locator_root figure {
  margin: 1em 40px;
}

#locator_root hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

#locator_root pre {
  overflow: auto;
}

#locator_root code, #locator_root kbd, #locator_root pre, #locator_root samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

#locator_root button, #locator_root input, #locator_root optgroup, #locator_root select, #locator_root textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

#locator_root button {
  overflow: visible;
  text-transform: none;
}

#locator_root select {
  text-transform: none;
}

#locator_root button, #locator_root html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

#locator_root input[type="reset"], #locator_root input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

#locator_root button[disabled], #locator_root html input[disabled] {
  cursor: default;
}

#locator_root button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#locator_root input {
  line-height: normal;
}

#locator_root input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

#locator_root input[type="checkbox"], #locator_root input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

#locator_root input[type="number"]::-webkit-inner-spin-button, #locator_root input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#locator_root input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

#locator_root input[type="search"]::-webkit-search-cancel-button, #locator_root input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#locator_root fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

#locator_root legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

#locator_root textarea {
  overflow: auto;
}

#locator_root optgroup {
  font-weight: bold;
}

#locator_root table {
  border-collapse: collapse;
  border-spacing: 0;
}

#locator_root td, #locator_root th {
  padding: 0;
}

#locator_root .type-style-byline-primary {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 17px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#locator_root .type-style-dek {
  color: #222222;
  /*font-family:  Georgia, serif;*/
  line-height: 20px;
  font-size: 14px;
}

#locator_root .type-style-eyebrow-secondary {
  color: #222222;
  /*font-family: "Effra";*/
  font-weight: 700;
  line-height: 16px;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

#locator_root .type-style-photo-title {
  color: #222222;
  /*font-family: "Effra";*/
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#locator_root .type-style-photo-caption {
  color: #222222;
  /*font-family:  Georgia, serif;*/
  line-height: 26px;
  font-size: 16px;
}

#locator_root .type-style-section-label {
  /*font-family: "Effra";*/
  font-weight: 700;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #222222;
}

#locator_root .type-style-section-sub-label {
  /*font-family:  Georgia, serif;*/
  color: #222222;
  font-style: italic;
  line-height: 22px;
  font-size: 14px;
}

#locator_root .type-style-tag-primary {
  color: #222222;
  /*font-family: "Playfair";*/
  line-height: 24px;
  font-size: 24px;
}

#locator_root .primary-tags-desktop {
  display: none;
}

#locator_root .type-style-tag-secondary {
  color: #222222;
  /*font-family: "Playfair";*/
  line-height: 25px;
  font-size: 16px;
}

#locator_root .type-style-photo-credits {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 17px;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 15px 0;
}

#locator_root .type-style-photo-credits:hover {
  color: #D6BBAD;
}

#locator_root .type-style-photo-credits.disable {
  pointer-events: none;
}

#locator_root .type-style-photo-caption {
  display: block;
  margin: 10px 0 20px 0;
  font-style: italic;
}

#locator_root .type-style-photo-caption span {
  display: block;
  border-top: 1px solid #D6BBAD;
  width: 23px;
  height: 1px;
  margin-bottom: 10px;
}

#locator_root .type-style-photo-caption p {
  margin: 0 0 30px 0;
}

#locator_root .type-style-photo-url {
  color: #222222;
  /*font-family:  Georgia, serif;*/
  line-height: 26px;
  font-size: 16px;
  display: block;
  margin: 0 0 20px 0;
  text-decoration: underline;
}

#locator_root .type-style-headline {
  color: #222222;
  /*font-family: "Playfair";*/
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.2px;
  text-transform: none;
  font-weight: normal;
}

#locator_root .animated-provider-search-text p {
  margin: 0;
}

#locator_root .animated-provider-search-text__text {
  color: #222222;
  /*font-family: "Playfair";*/
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -0.2px;
  text-transform: none;
  font-weight: normal;
  color: #FFFFFF;
  margin: 0;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

#locator_root .animated-provider-search-text__text--fade-in {
  opacity: 1;
}

#locator_root .animated-provider-search-text__text--fade-out {
  opacity: 0;
}

#locator_root .animated-provider-search-text__headline {
  color: #FFFFFF;
}

#locator_root .type-style-button-text-secondary {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 18px;
  font-size: 12px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

#locator_root .providers-search-page {
  min-height: calc(100vh - 50px);
  line-height: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 80px [row] auto;
  grid-template-rows: 80px [row] auto;
  -ms-grid-columns: 22px [col] auto 22px;
  grid-template-columns: 22px [col] auto 22px;
  text-align: center;
}

#locator_root .providers-search-page > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#locator_root .providers-search-page > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#locator_root .providers-search-page > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#locator_root .providers-search-page > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

#locator_root .providers-search-page > *:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#locator_root .providers-search-page > *:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#locator_root .providers-search-page > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

#locator_root .providers-search-page > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

#locator_root .providers-search-page > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#locator_root .providers-search-page > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

#locator_root .providers-search-page > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#locator_root .providers-search-page > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

#locator_root .providers-search-page__content {
  grid-column: col;
  grid-row: row;
  max-width: 372px;
}

#locator_root .providers-search-page .animated-provider-search-text {
  padding-bottom: 15px;
}

#locator_root .providers-search-page__utility-large {
  color: #222222;
  /*font-family:  Georgia, serif;*/
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-style: italic;
  display: inline-block;
  padding-bottom: 30px;
}

#locator_root .providers-search-page__utility-large a {
  color: #FFFFFF;
}

#locator_root .lds-ellipsis {
  position: relative;
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

#locator_root .lds-ellipsis > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

#locator_root .lds-ellipsis div > div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 100px;
  left: 32px;
  -webkit-animation: lds-ellipsis 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

#locator_root .lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

#locator_root .lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#locator_root .lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

#locator_root .lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#locator_root .lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

#locator_root .type-style-date-primary {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 17px;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

#locator_root .type-style-button-text-primary {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#locator_root .default-provider-image {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #FCF8F5;
}

#locator_root .info-box {
  background-color: #FFFFFF;
  padding: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px -10px rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

#locator_root .info-box--outer {
  background-color: transparent;
  padding: 10px;
  padding-bottom: 30px;
  cursor: pointer;
}

#locator_root .info-box__profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#locator_root .info-box__profile-image__image {
  width: 100%;
}

#locator_root .info-box__profile-image__image--empty {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#locator_root .info-box__profile-image__image--empty svg {
  width: 25px;
  height: 20px;
}

#locator_root .info-box__content {
  display: -ms-grid;
  display: grid;
}

#locator_root .info-box__content h6 {
  margin: 0;
  padding-bottom: 5px;
}

#locator_root .info-box__content__practice-type {
  padding-bottom: 10px;
}

#locator_root .info-box__content__address {
  text-transform: capitalize;
  color: #777777;
}

#locator_root .lds-ellipsis {
  position: relative;
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

#locator_root .lds-ellipsis > div {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
}

#locator_root .lds-ellipsis div > div {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f00;
  position: absolute;
  top: 100px;
  left: 32px;
  -webkit-animation: lds-ellipsis 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
}

#locator_root .lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #FFFFFF;
}

#locator_root .lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: #FFFFFF;
}

#locator_root .lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  background: #FFFFFF;
}

#locator_root .lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #FFFFFF;
}

#locator_root .lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #FFFFFF;
}

#locator_root .provider-search-filter-modal {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

#locator_root .provider-search-filter-modal--inactive {
  background-color: transparent;
  opacity: 0;
  -webkit-transition: opacity ease-in 200ms;
  transition: opacity ease-in 200ms;
  pointer-events: none;
}

#locator_root .provider-search-filter-modal--inactive .provider-search-filter-modal {
  opacity: 0;
  -webkit-transition: opacity ease-in 200ms;
  transition: opacity ease-in 200ms;
}

#locator_root .provider-search-filter-modal--active {
  background-color: rgba(255, 255, 255, 0.281);
  opacity: 1;
  -webkit-transition: opacity ease-in 200ms;
  transition: opacity ease-in 200ms;
  pointer-events: auto;
}

#locator_root .provider-search-filter-modal--active .provider-search-filter-modal {
  opacity: 1;
  -webkit-transition: opacity ease-in 400ms;
  transition: opacity ease-in 400ms;
}

#locator_root .provider-search-filter-modal__content {
  height: 100vh;
  width: 100%;
  background-color: #FFFFFF;
}

#locator_root .provider-search-filter-modal__content__form__header {
  position: relative;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #FCF8F5;
  background-color: #FFFFFF;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22px [close] 55px [banner] auto [clear] 55px 22px;
  grid-template-columns: 22px [close] 55px [banner] auto [clear] 55px 22px;
  height: 60px;
}

#locator_root .provider-search-filter-modal__content__form__header__close {
  grid-column: close;
  width: 100%;
  height: 100%;
  padding-bottom: 25px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  cursor: pointer;
}

#locator_root .provider-search-filter-modal__content__form__header__label {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  padding-bottom: 18px;
}

#locator_root .provider-search-filter-modal__content__form__header__clear {
  display: -ms-grid;
  display: grid;
  grid-column: clear;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset;
  box-shadow: 0 -1px 0 0 transparent inset, 0 -1px 0 0 transparent inset;
}

#locator_root .provider-search-filter-modal__content__form__header__clear:hover {
  -webkit-box-shadow: 0 -1px 0 0 rgba(152, 50, 82, 0.07) inset, 0 -1px 0 0 #983252 inset;
  box-shadow: 0 -1px 0 0 rgba(152, 50, 82, 0.07) inset, 0 -1px 0 0 #983252 inset;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#locator_root .provider-search-filter-modal__content__form__fields {
  height: calc(100vh - 66px - 75px);
  overflow-y: scroll;
}

#locator_root .provider-search-filter-modal__content__form__fields__field {
  display: -ms-grid;
  display: grid;
  border-top: 1px solid #FCF8F5;
  -ms-grid-rows: 10px auto auto 10px;
  grid-template-rows: 10px auto auto 10px;
      grid-template-areas: 'top' 'label' 'inputs' 'bottom';
  margin-left: 22px;
  margin-right: 22px;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__label {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: label;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 5px;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: inputs;
  width: 100%;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs input[type='checkbox'] {
  margin-top: 20px;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range {
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range .slider-shadow {
  position: absolute;
  background-color: #000000;
  height: 2px;
  top: 50%;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range .measurement {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range'] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-moz-focus-inner {
  border: 0;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
  margin-top: -7px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  -webkit-box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  /* Add cool effects to your sliders! */
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #d8d8d8;
  border-radius: 1.3px;
  border: 0.2px solid #d8d8d8;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']:focus::-webkit-slider-runnable-track {
  background: #d8d8d8;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #d8d8d8;
  border-radius: 1.3px;
  border: 0.2px solid #d8d8d8;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-ms-fill-lower {
  background: #d8d8d8;
  border: 0.2px solid #d8d8d8;
  border-radius: 2.6px;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']:focus::-ms-fill-lower {
  background: #d8d8d8;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-ms-fill-upper {
  background: #d8d8d8;
  border: 0.2px solid #d8d8d8;
  border-radius: 2.6px;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']:focus::-ms-fill-upper {
  background: #d8d8d8;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs__input .type-style-utility-medium {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs--treatment_specialties__button {
  display: -ms-grid;
  display: grid;
  padding-top: 15px;
  -ms-grid-columns: minmax(75px, 85px) 7px 15px;
  grid-template-columns: minmax(75px, 85px) 15px;
  grid-gap: 7px;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #DDDDDD;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs--treatment_specialties__button .dropdown-caret-container {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs--treatment_specialties--open .provider-search-filter-modal__content__form__fields__field__inputs--treatment_specialties__button .dropdown-caret-container .dropdown-caret {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: -webkit-transform ease 500ms;
  transition: -webkit-transform ease 500ms;
  transition: transform ease 500ms;
  transition: transform ease 500ms, -webkit-transform ease 500ms;
}

#locator_root .provider-search-filter-modal__content__form__fields__field__inputs--treatment_specialties--closed .provider-search-filter-modal__content__form__fields__field__inputs--treatment_specialties__button .dropdown-caret-container .dropdown-caret {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform ease 500ms;
  transition: -webkit-transform ease 500ms;
  transition: transform ease 500ms;
  transition: transform ease 500ms, -webkit-transform ease 500ms;
}

#locator_root .provider-search-filter-modal__content__button {
  height: 75px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 720px;
  width: 100%;
  justify-self: flex-end;
}

#locator_root .provider-search-filter-modal__content__button--success .button {
  display: block;
}

#locator_root .provider-search-filter-modal__content__button--success .provider-search-filter-modal__content__button__no-results {
  display: none;
}

#locator_root .provider-search-filter-modal__content__button--error .button {
  display: none;
}

#locator_root .provider-search-filter-modal__content__button--error .provider-search-filter-modal__content__button__no-results {
  display: -ms-grid;
  display: grid;
}

#locator_root .provider-search-filter-modal__content__button__no-results {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 5px auto;
  grid-template-rows: auto auto;
  row-gap: 5px;
  justify-items: center;
}

#locator_root .provider-search-filter-modal__content__button__loading-icon {
  width: 280px;
  height: 50px;
  background-color: #000000;
}

#locator_root .provider-search-filter-modal__content__button__loading-icon .lds-css {
  height: 50px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#locator_root .provider-search-filter-modal__content__button .button {
  width: 280px;
  height: 50px;
}

#locator_root .providers-results-page .provider-search__search-form {
  z-index: 5;
}

#locator_root .providers-results-page .provider-search__search-form--outer-input {
  background-color: #FCF8F5;
}

#locator_root .providers-results-page .provider-search__search-form--outer-form {
  background-color: #FFFFFF;
}

#locator_root .providers-results-page .provider-search__search-form .location-input {
  height: 90px;
  max-width: 720px;
  width: 100%;
  justify-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 22px;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--active .location-input__main__input {
  overflow: initial;
  max-height: 500px;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--active .location-input__main__dropdown {
  pointer-events: auto;
  z-index: 50;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--active input[type='text'] {
  opacity: 1;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--inactive .location-input__main__input {
  overflow: hidden;
  max-height: 50px;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--inactive .location-input__main__dropdown {
  pointer-events: none;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--inactive input[type='text'] {
  opacity: 0;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text'] {
  color: #E93939;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text']::-webkit-input-placeholder, #locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text']:-ms-input-placeholder, #locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text']::-ms-input-placeholder, #locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text']::-webkit-input-placeholder {
  color: #E93939;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text']::-webkit-input-placeholder, #locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text']:-ms-input-placeholder, #locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text']::-ms-input-placeholder, #locator_root .providers-results-page .provider-search__search-form .location-input--error input[type='text']::placeholder {
  color: #E93939;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--zip-code .gps-arrow {
  display: none;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--gps .location-input__main__input {
  -ms-grid-columns: auto 80px;
  grid-template-columns: auto 80px;
  overflow: hidden;
  max-height: 50px;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--gps .gps-arrow {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--gps .location-input__main__dropdown {
  pointer-events: none;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--gps input[type='text'] {
  opacity: 1;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--loading-gps .location-input__main__dropdown__loading-icon {
  display: -ms-grid;
  display: grid;
}

#locator_root .providers-results-page .provider-search__search-form .location-input--loading-gps .location-input__main__dropdown__input {
  visibility: hidden;
}

#locator_root .providers-results-page .provider-search__search-form .location-input input[type='text'] {
  background-color: white;
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  border: none;
  height: 50px;
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding-left: 15px;
  border: none;
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  height: 50px;
  width: 100%;
  padding-left: 35px;
  color: #a18d92;
  /* background-image: url("https://res.cloudinary.com/dndz1ilcz/image/upload/v1559750107/icons/GPS.svg"); */
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: 10px;
  border: none;
}

#locator_root .providers-results-page .provider-search__search-form .location-input input[type='text']:focus {
  outline: none;
  outline: none;
}

#locator_root .providers-results-page .provider-search__search-form .location-input input[type='text']::-webkit-inner-spin-button, #locator_root .providers-results-page .provider-search__search-form .location-input input[type='text']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#locator_root .providers-results-page .provider-search__search-form .location-input input[type='text']:focus {
  outline: none;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main {
  height: 90px;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__input {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  -ms-grid-columns: auto 80px;
  grid-template-columns: auto 80px;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__input .button {
  height: 50px;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__input .button__icon-left {
  margin: 0;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__input .button__icon-left .search-glass {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown {
  position: relative;
  z-index: 1;
  display: none;
  background-color: #FFFFFF;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown .gps-arrow {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown.show_dropdown {
  display: -ms-grid;
  display: grid;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown.locating .loading-icon {
  display: block;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown.locating input[type='text'] {
  color: transparent;
  background-image: none;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown .location-input__main__dropdown__loading-icon {
  background-color: #FFFFFF;
  display: none;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown__loading-icon .lds-css {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown__loading-icon .lds-ellipsis div:nth-child(1) div {
  -webkit-animation: lds-ellipsis2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis2 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #983252;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown__loading-icon .lds-ellipsis div:nth-child(2) div {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background: #983252;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown__loading-icon .lds-ellipsis div:nth-child(3) div {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
  background: #983252;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown__loading-icon .lds-ellipsis div:nth-child(4) div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  background: #983252;
}

#locator_root .providers-results-page .provider-search__search-form .location-input__main__dropdown__loading-icon .lds-ellipsis div:nth-child(5) div {
  -webkit-animation: lds-ellipsis3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  animation: lds-ellipsis3 2s cubic-bezier(0, 0.5, 0.5, 1) infinite forwards;
  background: #983252;
}

#locator_root .providers-results-page .provider-search__search-form__filter-bar {
  height: 60px;
  max-width: 698px;
  width: 100%;
  justify-self: flex-end;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 130px;
  grid-template-columns: auto 130px;
  padding-left: 22px;
  border-bottom: solid 1px #DDDDDD;
}

#locator_root .providers-results-page .provider-search__search-form__filter-bar--outer {
  display: -ms-grid;
  display: grid;
  justify-items: flex-end;
}

#locator_root .providers-results-page .provider-search__search-form__filter-bar__total-stat {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: default;
}

#locator_root .providers-results-page .provider-search__search-form__filter-bar__filter-button {
  width: auto;
  height: 40px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-left: solid 1px #DDDDDD;
}

#locator_root .providers-results-page .provider-search__search-form__filter-bar__filter-button .button {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  -ms-grid-column-align: center;
  justify-self: center;
}

#locator_root .providers-results-page .provider-search__search-form__filter-bar__filter-button .button__text {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  white-space: nowrap;
}

#locator_root .providers-results-page .provider-search__search-results--loading .provider-search__search-results__no-results-box {
  display: none;
}

#locator_root .providers-results-page .provider-search__search-results--no-results .provider-search__search-results__no-results-box {
  display: block;
}

#locator_root .providers-results-page .provider-search__search-results--no-results .provider-search__search-results__no-results-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 70px;
}

#locator_root .providers-results-page .provider-search__search-results__no-results-box {
  display: none;
  height: calc(100vh - 210px);
}

#locator_root .providers-results-page .provider-search__search-results__no-results-box__content {
  text-align: center;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px auto;
  grid-template-columns: 95px auto;
  border-bottom: solid 1px #DDDDDD;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 22px;
  margin-right: 22px;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card:hover {
  cursor: pointer;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card:hover h4 {
  color: #D6BBAD;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__profile-image {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__profile-image__image {
  width: 100%;
  margin: 0;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__profile-image__blank {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 60px;
  grid-template-columns: auto 60px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
      grid-template-areas: 'name badges' 'address chat' 'preferred none';
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__content--no-category {
      grid-template-areas: 'name badges' 'address chat' 'preferred none';
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__content__display-name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
  margin: 0;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__content__category {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: category;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__content__badges {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: badges;
  margin-left: auto;
  color: #777777;
}

#locator_root .providers-results-page .provider-search__search-results .provider-card__content__address {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: address;
  display: block;
  text-transform: capitalize;
  color: #777777;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22px [left] 28px [middle] auto [right] 28px 22px;
  grid-template-columns: 22px [left] 28px [middle] auto [right] 28px 22px;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 70px;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button {
  grid-column: left;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button--desktop {
  grid-column: left;
  display: none;
  width: 110px;
  height: 40px;
  padding: 0;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button--desktop .button__icon-left {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button--desktop svg {
  width: 7px;
  height: 12px;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button svg {
  width: 7px;
  height: 12px;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button:hover {
  background-color: rgba(152, 50, 82, 0.07);
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button:active {
  background-color: rgba(152, 50, 82, 0.15);
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__pagination-buttons {
  grid-column: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__pagination-buttons__page-button {
  border-radius: 50%;
  padding-left: 3px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__pagination-buttons__page-button:hover {
  background-color: rgba(152, 50, 82, 0.07);
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__pagination-buttons__page-button:active {
  background-color: rgba(152, 50, 82, 0.15);
}

#locator_root .providers-results-page .provider-search__search-results .provider-pagination__pagination-buttons__page-button--selected {
  background-color: rgba(152, 50, 82, 0.07);
}

#locator_root .providers-results-page .map-display {
  display: none;
}

#locator_root .providers-results-page .map-display__map-box {
  height: calc(100vh);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

#locator_root .provider-profile-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: [row] 45px [row] 55px [row] 55px [row] auto;
  grid-template-rows: [row] 45px [row] 55px [row] 55px [row] auto;
  -ms-grid-columns: [col] 0 [col] 110px [col] auto;
  grid-template-columns: [col] 0 [col] 110px [col] auto;
}

#locator_root .provider-profile-header > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-header > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-header > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-header > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-header > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-header > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-header > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-header > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-header > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-header > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-header > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-header > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-header > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-header > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-header > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-header > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-header > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-header > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-header > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-header > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-header > *:nth-child(21) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-header > *:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-header > *:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-header > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-header > *:nth-child(25) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-header > *:nth-child(26) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-header > *:nth-child(27) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-header > *:nth-child(28) {
  -ms-grid-row: 5;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-header > *:nth-child(29) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-header > *:nth-child(30) {
  -ms-grid-row: 5;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-header > *:nth-child(31) {
  -ms-grid-row: 6;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-header > *:nth-child(32) {
  -ms-grid-row: 6;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-header > *:nth-child(33) {
  -ms-grid-row: 6;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-header > *:nth-child(34) {
  -ms-grid-row: 6;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-header > *:nth-child(35) {
  -ms-grid-row: 6;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-header > *:nth-child(36) {
  -ms-grid-row: 6;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-header > *:nth-child(37) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-header > *:nth-child(38) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-header > *:nth-child(39) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-header > *:nth-child(40) {
  -ms-grid-row: 7;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-header > *:nth-child(41) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-header > *:nth-child(42) {
  -ms-grid-row: 7;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-header > *:nth-child(43) {
  -ms-grid-row: 8;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-header > *:nth-child(44) {
  -ms-grid-row: 8;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-header > *:nth-child(45) {
  -ms-grid-row: 8;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-header > *:nth-child(46) {
  -ms-grid-row: 8;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-header > *:nth-child(47) {
  -ms-grid-row: 8;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-header > *:nth-child(48) {
  -ms-grid-row: 8;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-header__backdrop {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='13'><circle cx='2' cy='2' r='1' /></svg>") repeat repeat;
  height: 100px;
  width: 100vw;
  grid-row: row / span 3;
  grid-column: col / span 3;
  position: absolute;
  left: 0px;
}

#locator_root .provider-profile-header__banner {
  grid-row: row 2 / span 2;
  grid-column: col 2 / span 2;
  border-radius: 50%;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}

#locator_root .provider-profile-header__banner__profile-image {
  border-radius: 50%;
  height: 110px;
  width: 110px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#locator_root .provider-profile-header__banner__profile-image__image {
  width: 120px;
  height: 120px;
}

#locator_root .provider-profile-header__banner__profile-image-blank {
  display: -ms-grid;
  display: grid;
  background-color: #FCF8F5;
  border-radius: 50%;
  height: 110px;
  width: 110px;
}

#locator_root .provider-profile-header__banner__profile-image-blank .default-provider-image {
  border-radius: 50%;
  background-size: 45px 36px;
}

#locator_root .provider-profile-header__name {
  grid-row: row 4;
  grid-column: col / span 3;
  padding-left: 22px;
  padding-right: 22px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  line-height: 1em;
}

#locator_root .provider-profile-content {
  width: 100%;
}

#locator_root .provider-profile-content__practice-type {
  padding-top: 40px;
  display: -ms-grid;
  display: grid;
}

#locator_root .provider-profile-content__practice-type .type-style-section-label {
  margin-bottom: 5px;
}

#locator_root .provider-profile-content__treatment-specialties {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
  padding-bottom: 25px;
}

#locator_root .provider-profile-content__treatment-specialties .type-style-section-label {
  margin-bottom: 5px;
}

#locator_root .provider-profile-content__treatment-specialties__list {
  display: -ms-grid;
  display: grid;
  list-style: circle;
  margin-left: 1em;
}

#locator_root .provider-profile-content__consultation-cost {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEEEEE;
}

#locator_root .provider-profile-content__consultation-cost__price-applied-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px 10px auto;
  grid-template-columns: 20px auto;
  grid-column-gap: 10px;
  padding-bottom: 2px;
}

#locator_root .provider-profile-content__consultation-cost__free-consultation {
  color: #996B0E;
}

#locator_root .provider-profile-content__consultation-cost .type-style-section-label {
  margin-bottom: 5px;
}

#locator_root .provider-profile-content__experience {
  display: -ms-grid;
  display: grid;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 25px;
}

#locator_root .provider-profile-content__board-certification {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 5px;
}

#locator_root .provider-profile-content__education, #locator_root .provider-profile-content__residencies, #locator_root .provider-profile-content__fellowships {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
}

#locator_root .provider-profile-content__education .type-style-section-label, #locator_root .provider-profile-content__residencies .type-style-section-label, #locator_root .provider-profile-content__fellowships .type-style-section-label {
  margin-bottom: 5px;
}

#locator_root .provider-profile-content__languages {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEEEEE;
}

#locator_root .provider-profile-content__languages .type-style-section-label {
  margin-bottom: 5px;
}

#locator_root .provider-profile-content__practitioners {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
}

#locator_root .provider-profile-content__practitioners .practitioner-card {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}

#locator_root .provider-profile-content__practitioners .practitioner-card:hover {
  cursor: pointer;
}

#locator_root .provider-profile-content__practitioners .practitioner-card--opened .practitioner-card__dropdown {
  padding-top: 15px;
  max-height: 1000px;
  -webkit-transition: max-height ease 300ms, padding-top ease 300ms;
  transition: max-height ease 300ms, padding-top ease 300ms;
}

#locator_root .provider-profile-content__practitioners .practitioner-card--opened .dropdown-caret {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
}

#locator_root .provider-profile-content__practitioners .practitioner-card--closed .practitioner-card__dropdown {
  padding-top: 0px;
  max-height: 0px;
  -webkit-transition: max-height ease 300ms, padding-top ease 300ms;
  transition: max-height ease 300ms, padding-top ease 300ms;
}

#locator_root .provider-profile-content__practitioners .practitioner-card--closed .dropdown-caret {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform ease 300ms;
  transition: -webkit-transform ease 300ms;
  transition: transform ease 300ms;
  transition: transform ease 300ms, -webkit-transform ease 300ms;
}

#locator_root .provider-profile-content__practitioners .practitioner-card--no-data .dropdown-caret {
  opacity: 0;
}

#locator_root .provider-profile-content__practitioners .practitioner-card--no-data:hover {
  cursor: auto;
}

#locator_root .provider-profile-content__practitioners .practitioner-card__dropdown {
  overflow: hidden;
}

#locator_root .provider-profile-content__practitioners .practitioner-card__dropdown__board-certification, #locator_root .provider-profile-content__practitioners .practitioner-card__dropdown__education, #locator_root .provider-profile-content__practitioners .practitioner-card__dropdown__residencies {
  display: -ms-grid;
  display: grid;
  padding-bottom: 15px;
}

#locator_root .provider-profile-content__practitioners .practitioner-card__dropdown__fellowships {
  display: -ms-grid;
  display: grid;
}

#locator_root .provider-profile-content__practice-photos {
  padding-top: 25px;
  width: 100%;
}

#locator_root .provider-profile-content__hours-and-contact__hours {
  display: -ms-grid;
  display: grid;
  padding-bottom: 25px;
}

#locator_root .provider-profile-content__hours-and-contact__hours__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 20px auto;
  grid-template-columns: 30px auto;
  grid-column-gap: 20px;
}

#locator_root .provider-profile-content__hours-and-contact__contact {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
  padding-bottom: 25px;
}

#locator_root .provider-profile-content__hours-and-contact__contact__content__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto;
  grid-template-columns: 30px auto;
  margin-top: 15px;
  -ms-flex-line-pack: center;
  align-content: center;
}

#locator_root .provider-profile-content__hours-and-contact__contact__content__item:hover {
  cursor: pointer;
}

#locator_root .provider-profile-content__hours-and-contact__contact__content__item:hover span {
  -webkit-box-shadow: 0 -1px 0 -1px rgba(152, 50, 82, 0.07) inset, 0 -1px 0 0 #983252 inset;
  box-shadow: 0 -1px 0 -1px rgba(152, 50, 82, 0.07) inset, 0 -1px 0 0 #983252 inset;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#locator_root .provider-profile-content__hours-and-contact__contact__content__item__icon {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-items: center;
}

#locator_root .provider-profile-content__hours-and-contact__contact__content__item svg {
  width: 18px;
  height: 18px;
}

#locator_root .provider-profile-content__hours-and-contact__contact__content__item div {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px;
}

#locator_root .provider-profile-content__hours-and-contact__contact__content__item div span {
  -webkit-box-shadow: 0 -1px 0 -1px transparent inset, 0 -1px 0 0 transparent inset;
  box-shadow: 0 -1px 0 -1px transparent inset, 0 -1px 0 0 transparent inset;
  white-space: nowrap;
  padding-bottom: 1px;
}

#locator_root .provider-profile-content__map {
  padding-top: 25px;
  display: -ms-grid;
  display: grid;
}

#locator_root .provider-profile-content__map .text-style-body {
  text-transform: capitalize;
}

#locator_root .provider-profile-content__map__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-height: 500px;
}

#locator_root .provider-profile-content__map__content--outer {
  height: 100vw;
  max-height: 534px;
  margin-top: 30px;
}

#locator_root .provider-profile-content__map__content .map__directions {
  background-color: #FFFFFF;
  width: 168px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

#locator_root .consultation-request-form {
  display: -ms-grid;
  display: grid;
}

#locator_root .consultation-request-form__inline-form {
  display: none;
  display: -ms-grid;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

#locator_root .consultation-request-form__inline-form--success {
  height: 100%;
  width: 100%;
}

#locator_root .consultation-request-form__inline-form--success .consultation-request-form__inline-form__success-message {
  width: 100%;
  height: 540px;
  background-color: #FCF8F5;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 70px;
  padding-right: 70px;
  text-align: center;
}

#locator_root .consultation-request-form__inline-form--success .consultation-request-form__inline-form__success-message h2 {
  margin: 0;
  padding-bottom: 15px;
}

#locator_root .consultation-request-form__inline-form--success .consultation-request-form__inline-form__success-message .text-style-body {
  padding-bottom: 30px;
}

#locator_root .consultation-request-form__inline-form--success .consultation-request-form__inline-form__success-message .divider-dots {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15'><circle cx='1.5' cy='1.5' r='1.5' /></svg>") repeat;
  height: 3px;
  width: 75px;
}

#locator_root .consultation-request-form__inline-form--success .consultation-request-form__inline-form {
  display: none;
}

#locator_root .consultation-request-form__inline-form__form {
  display: -ms-grid;
  display: grid;
}

#locator_root .consultation-request-form__inline-form__form input[type='text'] {
  margin-top: 15px;
  height: 50px;
  width: 100%;
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 14px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0;
  border: none;
  padding-left: 15px;
}

#locator_root .consultation-request-form__inline-form__form input[type='text']:focus {
  outline: none;
}

#locator_root .consultation-request-form__inline-form__form input[type='tel'] {
  margin-top: 15px;
  height: 50px;
  width: 100%;
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 14px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0;
  border: none;
  padding-left: 15px;
}

#locator_root .consultation-request-form__inline-form__form input[type='tel']:focus {
  outline: none;
}

#locator_root .consultation-request-form__inline-form__form input[type='tel']::-webkit-inner-spin-button, #locator_root .consultation-request-form__inline-form__form input[type='tel']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#locator_root .consultation-request-form__inline-form__form__error {
  display: -ms-grid;
  display: grid;
  background-color: #E93939;
  justify-items: center;
  color: #FFFFFF;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#locator_root .consultation-request-form__inline-form__form__error .type-style-utility-medium {
  color: #FFFFFF;
}

#locator_root .consultation-request-form__inline-form__form__privacy-policy {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px auto;
  grid-template-columns: 30px auto;
}

#locator_root .consultation-request-form__inline-form__form__privacy-policy .checkbox {
  -webkit-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
}

#locator_root .consultation-request-form__inline-form__form .button {
  height: 50px;
  margin-top: 25px;
}

#locator_root .consultation-request-form__inline-form__success-message {
  display: none;
}

#locator_root .consultation-request-form__claim-button {
  display: none;
  height: 50px;
  width: 100%;
  margin-bottom: 15px;
}

#locator_root .hide {
  display: none;
}

#locator_root .error {
  max-width: 1440px;
  margin: auto;
}

#locator_root .error__content {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 130px 0 220px;
}

#locator_root .error__content .body-text {
  text-align: center;
  max-width: 275px;
}

#locator_root .error__content .body-text h2 {
  margin: 0 0 10px;
}

#locator_root .error__content .body-text p {
  margin: 0 0 20px;
}

#locator_root .error__content .body-text button {
  max-width: 247px;
  margin: auto;
}

#locator_root .type-style-eyebrow-primary {
  color: #222222;
  /*font-family: "Effra";*/
  line-height: 19px;
  font-size: 13px;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}

#locator_root .provider-profile-page {
  max-width: 1440px;
  width: 100%;
}

#locator_root .provider-profile-page--outer {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

#locator_root .provider-profile-page__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: [row] auto [row] auto;
  grid-template-rows: [row] auto [row] auto;
  -ms-grid-columns: 22px [col] auto [col] auto 22px;
  grid-template-columns: 22px [col] auto [col] auto 22px;
}

#locator_root .provider-profile-page__content > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-page__content > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-page__content > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-page__content > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-page__content > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-page__content > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-page__content > *:nth-child(7) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-page__content > *:nth-child(8) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-page__content > *:nth-child(9) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-page__content > *:nth-child(10) {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-page__content > *:nth-child(11) {
  -ms-grid-row: 2;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-page__content > *:nth-child(12) {
  -ms-grid-row: 2;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-page__content > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-page__content > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-page__content > *:nth-child(15) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-page__content > *:nth-child(16) {
  -ms-grid-row: 3;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-page__content > *:nth-child(17) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-page__content > *:nth-child(18) {
  -ms-grid-row: 3;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-page__content > *:nth-child(19) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

#locator_root .provider-profile-page__content > *:nth-child(20) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

#locator_root .provider-profile-page__content > *:nth-child(21) {
  -ms-grid-row: 4;
  -ms-grid-column: 3;
}

#locator_root .provider-profile-page__content > *:nth-child(22) {
  -ms-grid-row: 4;
  -ms-grid-column: 4;
}

#locator_root .provider-profile-page__content > *:nth-child(23) {
  -ms-grid-row: 4;
  -ms-grid-column: 5;
}

#locator_root .provider-profile-page__content > *:nth-child(24) {
  -ms-grid-row: 4;
  -ms-grid-column: 6;
}

#locator_root .provider-profile-page__content .provider-profile-content, #locator_root .provider-profile-page__content .consultation-request-form {
  grid-column: col / span 2;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media (min-width: 63.9875em) {
  #locator_root .button__outlined:hover {
    border: 1px solid;
    color: #FFFFFF;
    border-color: #983252;
    background-color: #983252;
  }
}

@media (min-width: 63.9875em) {
  #locator_root h1 {
    line-height: 50px;
    font-size: 42px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root h2 {
    font-size: 32px;
    line-height: 44px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root h3 {
    line-height: 30px;
    font-size: 24px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root h4 {
    line-height: 26px;
    font-size: 20px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root h5 {
    line-height: 28px;
    font-size: 22px;
  }
}

@keyframes lds-ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-byline-primary {
    line-height: 20px;
    font-size: 12px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-eyebrow-secondary {
    line-height: 17px;
    font-size: 11px;
    letter-spacing: 1.75px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-section-label {
    line-height: 22px;
    font-size: 16px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-section-sub-label {
    line-height: 24px;
    font-size: 16px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .type-style-tag-primary {
    line-height: 50px;
    font-size: 42px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .primary-tags-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #locator_root .primary-tags-desktop__tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  #locator_root .primary-tags-desktop__tag:hover .primary-tags-desktop__tag__text {
    -webkit-box-shadow: 0 -1px 0 0 #FFFFFF inset, 0 -1px 0 0 #FFFFFF inset;
    box-shadow: 0 -1px 0 0 #FFFFFF inset, 0 -1px 0 0 #FFFFFF inset;
  }
  #locator_root .primary-tags-desktop__tag__thumbnail {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 63.9875em) and (min-width: 47.99875em) {
  #locator_root .primary-tags-desktop__tag__thumbnail {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 63.9875em) and (min-width: 63.9875em) {
  #locator_root .primary-tags-desktop__tag__thumbnail {
    height: 60px;
    width: 60px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .primary-tags-desktop__tag__text {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 15px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 -2px 0 0 transparent inset, 0 -2px 0 0 transparent inset;
    box-shadow: 0 -2px 0 0 transparent inset, 0 -2px 0 0 transparent inset;
  }
  #locator_root .primary-tags-desktop__tag__text a {
    text-decoration: none;
    color: #FFFFFF;
  }
}

@media (min-width: 63.9875em) and (min-width: 63.9875em) {
  #locator_root .primary-tags-desktop__tag__text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-tag-secondary {
    line-height: 25px;
    font-size: 20px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-photo-credits {
    line-height: 16px;
    font-size: 12px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .type-style-photo-credits {
    margin: 0 0 15px 0;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-photo-credits {
    margin: 0 0 15px 0;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-photo-caption span {
    margin: 5px 0 10px 0;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-photo-caption p {
    margin: 5px 0 30px 0;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .type-style-headline {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .animated-provider-search-text__text {
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-search-page {
    min-height: calc(100vh - 60px);
  }
}

@media (min-width: 89.9875em) {
  #locator_root .providers-search-page {
    -ms-grid-rows: 150px [row] auto;
    grid-template-rows: 150px [row] auto;
    -ms-grid-columns: 72px [col] auto 72px;
    grid-template-columns: 72px [col] auto 72px;
  }
  #locator_root .providers-search-page > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #locator_root .providers-search-page > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #locator_root .providers-search-page > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #locator_root .providers-search-page > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #locator_root .providers-search-page > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #locator_root .providers-search-page > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #locator_root .providers-search-page > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #locator_root .providers-search-page > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  #locator_root .providers-search-page > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #locator_root .providers-search-page > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #locator_root .providers-search-page > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #locator_root .providers-search-page > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-search-page__content {
    max-width: 100%;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-search-page__utility-large {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-search-page__utility-large {
    width: 430px;
  }
}

@keyframes lds-ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0%,
  25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-date-primary {
    line-height: 20px;
    font-size: 12px;
  }
}

@keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0%, 25% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    left: 100px;
  }
  100% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis {
  0% {
    left: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    left: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    left: 100px;
  }
  75% {
    left: 168px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    left: 168px;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal {
    height: 100vh;
    -ms-grid-rows: 50px auto;
    grid-template-rows: 50px auto;
    -ms-grid-columns: 50vw 50vw;
    grid-template-columns: 50vw 50vw;
        grid-template-areas: 'nav     nav' 'content right';
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-search-filter-modal {
    -ms-grid-rows: 60px auto;
    grid-template-rows: 60px auto;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  #locator_root .provider-search-filter-modal__content {
    /* CSS specific to iOS devices */
    height: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 780px) {
  #locator_root .provider-search-filter-modal__content {
    height: 100%;
    width: 100%;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal__content {
    height: calc(100vh - 50px);
    width: 100%;
    grid-area: content;
    background-color: #FFFFFF;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 90px;
    grid-template-rows: auto 90px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal__content {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-search-filter-modal__content {
    height: calc(100vh - 60px);
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  #locator_root .provider-search-filter-modal__content__form {
    /* CSS specific to iOS devices */
    height: 100%;
  }
}

@media only screen and (max-width: 780px) {
  #locator_root .provider-search-filter-modal__content__form {
    height: 100%;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal__content__form {
    width: 100%;
    justify-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-search-filter-modal__content__form {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal__content__form__header {
    margin-left: 42px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-search-filter-modal__content__form__header {
    margin-left: 72px;
    -ms-grid-columns: [close] 55px [banner] auto [clear] 55px 22px;
    grid-template-columns: [close] 55px [banner] auto [clear] 55px 22px;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  #locator_root .provider-search-filter-modal__content__form__fields {
    height: calc(100vh - 66px - 75px - 68px);
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 780px) {
  #locator_root .provider-search-filter-modal__content__form__fields {
    height: calc(100vh - 66px - 65px);
    padding-bottom: 100px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal__content__form__fields {
    padding-left: 42px;
    height: calc(100vh - 66px - 75px - 70px);
  }
  @supports (-webkit-overflow-scrolling: touch) {
    #locator_root .provider-search-filter-modal__content__form__fields {
      height: calc(100vh - 66px - 75px - 140px);
      overflow-y: scroll;
    }
  }
}

@media only screen and (min-width: 47.99875em) and (max-width: 780px) {
  #locator_root .provider-search-filter-modal__content__form__fields {
    height: calc(100vh - 66px - 75px - 140px);
    overflow-y: scroll;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-search-filter-modal__content__form__fields {
    padding-left: 72px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-search-filter-modal__content__form__fields__field {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  #locator_root .provider-search-filter-modal__content__form__fields__field .location-slider-input, #locator_root .provider-search-filter-modal__content__form__fields__field__label {
    max-width: 420px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-search-filter-modal__content__form__fields__field .location-slider-input {
    padding-right: 0;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .provider-search-filter-modal__content__form__fields__field .location-slider-input {
    padding-right: 0;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal__content__form__fields__field__inputs {
    display: -ms-grid;
    display: grid;
    row-gap: 5px;
  }
}

@supports (-ms-ime-align: auto) {
  #locator_root .provider-search-filter-modal__content__form__fields__field__inputs__range input[type='range']::-webkit-slider-thumb {
    margin-top: -3px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal__content__form__fields__field__inputs__input {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-search-filter-modal__content__button {
    height: 90px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .providers-results-page .provider-search__search-form--outer-input {
    height: 90px;
    display: -ms-grid;
    display: grid;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .providers-results-page .provider-search__search-form--outer-form {
    display: -ms-grid;
    display: grid;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-form .location-input {
    padding-left: 42px;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .providers-results-page .provider-search__search-form .location-input {
    padding-left: 72px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-form .location-input input[type='text'] {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-form .location-input input[type='text'] {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-form .location-input input[type='text'] {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-form__filter-bar {
    max-width: 678px;
    padding-left: 42px;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .providers-results-page .provider-search__search-form__filter-bar {
    max-width: 648px;
    padding-left: 0;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .providers-results-page .provider-search__search-results {
    max-width: 648px;
    margin-left: auto;
    padding-right: 0;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .providers-results-page .provider-search__search-results .provider-card {
    -ms-grid-columns: 100px auto;
    grid-template-columns: 100px auto;
    margin-left: 0;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-results .provider-card__content__display-name {
    margin-right: 20px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .providers-results-page .provider-search__search-results .provider-pagination {
    -ms-grid-columns: [left] 28px [middle] auto [right] 28px 22px;
    grid-template-columns: [left] 28px [middle] auto [right] 28px 22px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-results .provider-pagination {
    -ms-grid-columns: [left] 110px [middle] auto [right] 110px 22px;
    grid-template-columns: [left] 110px [middle] auto [right] 110px 22px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .provider-search__search-results .provider-pagination__previous-button__button {
    display: none;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .providers-results-page .map-display {
    display: initial;
    height: 100%;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .providers-results-page .map-display__map-box {
    height: calc(100vh);
    top: 0;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-header {
    -ms-grid-rows: [row] auto [row] auto [row] auto [row] auto;
    grid-template-rows: [row] auto [row] auto [row] auto;
    -ms-grid-columns: [col] 0 [col] 120px [col] 10px [col] auto [col] 22px;
    grid-template-columns: [col] 0 [col] 120px [col] 10px [col] auto [col] 22px;
  }
  #locator_root .provider-profile-header > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(15) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(16) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(17) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(18) {
    -ms-grid-row: 2;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(19) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(20) {
    -ms-grid-row: 2;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(22) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(27) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(28) {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(29) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(30) {
    -ms-grid-row: 3;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(31) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(32) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(33) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(34) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(35) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(36) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(37) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(38) {
    -ms-grid-row: 4;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(39) {
    -ms-grid-row: 4;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(40) {
    -ms-grid-row: 4;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(41) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(42) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(43) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(44) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(45) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(46) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(47) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(48) {
    -ms-grid-row: 5;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(49) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(50) {
    -ms-grid-row: 5;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(51) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(52) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(53) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(54) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(55) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(56) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(57) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(58) {
    -ms-grid-row: 6;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(59) {
    -ms-grid-row: 6;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(60) {
    -ms-grid-row: 6;
    -ms-grid-column: 10;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-header {
    -ms-grid-rows: [row] 0 [row] auto [row] auto [row] auto [row] auto;
    grid-template-rows: [row] 0 [row] auto [row] auto [row] auto [row] auto;
    -ms-grid-columns: [col] 0 [col] 120px [col] 20px [col] auto [col] 0;
    grid-template-columns: [col] 0 [col] 120px [col] 20px [col] auto [col] 0;
  }
  #locator_root .provider-profile-header > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(15) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(16) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(17) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(18) {
    -ms-grid-row: 2;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(19) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(20) {
    -ms-grid-row: 2;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(22) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(27) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(28) {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(29) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(30) {
    -ms-grid-row: 3;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(31) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(32) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(33) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(34) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(35) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(36) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(37) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(38) {
    -ms-grid-row: 4;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(39) {
    -ms-grid-row: 4;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(40) {
    -ms-grid-row: 4;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(41) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(42) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(43) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(44) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(45) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(46) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(47) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(48) {
    -ms-grid-row: 5;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(49) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(50) {
    -ms-grid-row: 5;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(51) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(52) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(53) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(54) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(55) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(56) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(57) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(58) {
    -ms-grid-row: 6;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(59) {
    -ms-grid-row: 6;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(60) {
    -ms-grid-row: 6;
    -ms-grid-column: 10;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .provider-profile-header {
    -ms-grid-rows: [row] 0 [row] auto [row] auto;
    grid-template-rows: [row] 0 [row] auto [row] auto;
    -ms-grid-columns: [col] 0 [col] 120px [col] 20px [col] auto [col] 0px;
    grid-template-columns: [col] 0 [col] 120px [col] 20px [col] auto [col] 0px;
  }
  #locator_root .provider-profile-header > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(11) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(12) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(13) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(14) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(15) {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(16) {
    -ms-grid-row: 2;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(17) {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(18) {
    -ms-grid-row: 2;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(19) {
    -ms-grid-row: 2;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(20) {
    -ms-grid-row: 2;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(22) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(27) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(28) {
    -ms-grid-row: 3;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(29) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(30) {
    -ms-grid-row: 3;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(31) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(32) {
    -ms-grid-row: 4;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(33) {
    -ms-grid-row: 4;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(34) {
    -ms-grid-row: 4;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(35) {
    -ms-grid-row: 4;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(36) {
    -ms-grid-row: 4;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(37) {
    -ms-grid-row: 4;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(38) {
    -ms-grid-row: 4;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(39) {
    -ms-grid-row: 4;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(40) {
    -ms-grid-row: 4;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(41) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(42) {
    -ms-grid-row: 5;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(43) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(44) {
    -ms-grid-row: 5;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(45) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(46) {
    -ms-grid-row: 5;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(47) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(48) {
    -ms-grid-row: 5;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(49) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(50) {
    -ms-grid-row: 5;
    -ms-grid-column: 10;
  }
  #locator_root .provider-profile-header > *:nth-child(51) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
  #locator_root .provider-profile-header > *:nth-child(52) {
    -ms-grid-row: 6;
    -ms-grid-column: 2;
  }
  #locator_root .provider-profile-header > *:nth-child(53) {
    -ms-grid-row: 6;
    -ms-grid-column: 3;
  }
  #locator_root .provider-profile-header > *:nth-child(54) {
    -ms-grid-row: 6;
    -ms-grid-column: 4;
  }
  #locator_root .provider-profile-header > *:nth-child(55) {
    -ms-grid-row: 6;
    -ms-grid-column: 5;
  }
  #locator_root .provider-profile-header > *:nth-child(56) {
    -ms-grid-row: 6;
    -ms-grid-column: 6;
  }
  #locator_root .provider-profile-header > *:nth-child(57) {
    -ms-grid-row: 6;
    -ms-grid-column: 7;
  }
  #locator_root .provider-profile-header > *:nth-child(58) {
    -ms-grid-row: 6;
    -ms-grid-column: 8;
  }
  #locator_root .provider-profile-header > *:nth-child(59) {
    -ms-grid-row: 6;
    -ms-grid-column: 9;
  }
  #locator_root .provider-profile-header > *:nth-child(60) {
    -ms-grid-row: 6;
    -ms-grid-column: 10;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-header__backdrop {
    height: 160px;
    grid-row: row / span 3;
    grid-column: col / span 5;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-header__backdrop {
    height: 160px;
    grid-row: row / span 3;
    grid-column: col / span 5;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .provider-profile-header__backdrop {
    width: 100vw;
    grid-row: row / span 3;
    grid-column: col / span 5;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-header__banner__profile-image {
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-header__banner__profile-image {
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .provider-profile-header__banner__profile-image {
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-header__banner__profile-image-blank {
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .provider-profile-header__banner__profile-image-blank {
    height: 120px;
    width: 120px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-header__name {
    grid-row: row 2;
    grid-column: col 4;
    padding-left: 0;
    padding-right: 0;
    justify-items: left;
    text-align: left;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content {
    -ms-grid-columns: [col] 0 [col] 45px [col] auto;
    grid-template-columns: [col] 0 [col] 45px [col] auto;
    width: inherit;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-content {
    -ms-grid-columns: [col] 0 [col] 20px [col] 40vw;
    grid-template-columns: [col] 0 [col] 20px [col] 40vw;
    width: 100%;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .provider-profile-content {
    -ms-grid-columns: [col] 0 [col] 50px [col] 450px;
    grid-template-columns: [col] 0 [col] 50px [col] 450px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__practice-type {
    grid-column: col 3;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-content__practice-type {
    padding-top: 0;
    grid-column: col 3;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__treatment-specialties {
    grid-column: col 3;
  }
  #locator_root .provider-profile-content__treatment-specialties__list {
    -ms-grid-columns: auto 20px auto;
    grid-template-columns: auto auto;
    grid-row-gap: 0.1em;
    grid-column-gap: 20px;
    text-transform: capitalize;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__consultation-cost {
    grid-column: col 3;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__experience {
    grid-column: col 3;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__languages {
    grid-column: col 3;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-content__practitioners .practitioner-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__practitioners {
    grid-column: col 3;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__practice-photos {
    grid-column: col 3;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__hours-and-contact {
    grid-column: col 3;
    padding-top: 0;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__hours-and-contact__hours {
    border-bottom: 0;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__hours-and-contact__contact {
    padding-top: 0;
    border-bottom: 0;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__map {
    padding-bottom: 65px;
  }
}

@media (max-width: 991px) {
  #locator_root .provider-profile-content__map__content {
    max-height: inherit;
  }
}

@media (max-width: 991px) {
  #locator_root .provider-profile-content__map__content--outer {
    max-height: inherit;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__map__content--outer {
    height: auto;
    position: relative;
    padding-top: 66.66%;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__map__content .map__directions {
    bottom: 20px;
    left: 20px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .provider-profile-content__map__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .consultation-request-form {
    -ms-grid-columns: [col] 145px [col] 45px [col] 480px;
    grid-template-columns: [col] 145px [col] 45px [col] 480px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .consultation-request-form {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .consultation-request-form {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .consultation-request-form__inline-form__header {
    padding-bottom: 10px;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .consultation-request-form__inline-form {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #locator_root .consultation-request-form__inline-form__form__dek {
    padding-bottom: 5px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .error__content {
    margin-top: 250px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .error__content {
    margin-top: 150px;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .error__content {
    margin-top: 220px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .error__content .body-text {
    max-width: 335px;
  }
}

@media (min-width: 47.99875em) {
  #locator_root .error__content .body-text p {
    margin: 0 0 25px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .type-style-eyebrow-primary {
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 2px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-page__content {
    -ms-grid-columns: 42px [col] calc(160px + 40vw) [col] 20px [col] auto 42px;
    grid-template-columns: 42px [col] calc(160px + 40vw) [col] 20px [col] auto 42px;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .provider-profile-page__content {
    -ms-grid-columns: 72px [col] 750px [col] 130px [col] auto 72px;
    grid-template-columns: 72px [col] 750px [col] 130px [col] auto 72px;
  }
}

@media (min-width: 63.9875em) {
  #locator_root .provider-profile-page__content .provider-profile-content {
    grid-column: col 1;
  }
}

@media (min-width: 89.9875em) {
  #locator_root .provider-profile-page__content .consultation-request-form {
    min-width: 420px;
  }
}
/*# sourceMappingURL=fap.css.map */