/* Minification failed. Returning unminified contents.
(1677,31): run-time error CSS1039: Token not allowed after unary operator: '-border-container-padding-left'
(1677,70): run-time error CSS1039: Token not allowed after unary operator: '-border-container-padding-right'
(1678,29): run-time error CSS1039: Token not allowed after unary operator: '-border-container-padding-left'
(1678,68): run-time error CSS1039: Token not allowed after unary operator: '-border-container-padding-right'
 */
.select-dropdown-container > .select-dropdown {
  height: 39px !important;
}

.select-dropdown-container .select-dropdown-options {
  top: 39px !important;
}

.centralizedLocationsSearch {
  background: #124a7e;
  padding: 60px 0;
}

  .centralizedLocationsSearch input[type="text"] {
    font-weight: 600;
    color: #666;
    outline: none;
  }

  .centralizedLocationsSearch input[type="text"],
  .centralizedLocationsSearch select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ffffff;
    border: 1px solid #c9c9c8;
    border-radius: 0;
    line-height: 37px;
    padding: 0 9px;
    width: 100%;
  }

    .centralizedLocationsSearch select::-ms-expand {
      display: none;
    }

  .centralizedLocationsSearch input::placeholder {
    font-style: italic;
  }

  .centralizedLocationsSearch input::-ms-input-placeholder {
    font-style: italic;
  }

  .centralizedLocationsSearch input:-ms-input-placeholder {
    font-style: italic;
  }

  .centralizedLocationsSearch input[type="text"],
  .centralizedLocationsSearch select,
  .centralizedLocationsSearch button {
    height: 38px;
  }

  .centralizedLocationsSearch label,
  .centralizedLocationsSearch button {
    font-size: 14px;
    font-weight: 600;
  }

  .centralizedLocationsSearch select {
    padding-right: 33px;
  }

    .centralizedLocationsSearch select:focus::-ms-value {
      background: #ffffff;
      color: #000000;
    }

  .centralizedLocationsSearch label {
    color: #ffffff;
    display: block;
    margin-bottom: 3px;
  }

  .centralizedLocationsSearch .select-panel:after {
    top: 0.55rem;
  }

.centralizedLocationsSearchContainer {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.centralizedLocationsSearchCol {
  margin: 10px 0 0;
}

.centralizedLocationsSearchBtn {
  display: flex;
  align-items: center;
  border: none;
  color: #ffffff;
  height: 39px;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  outline: none;
}

  .centralizedLocationsSearchBtn:active,
  .centralizedLocationsSearchBtn:hover,
  .centralizedLocationsSearchBtn:focus {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  }

  .centralizedLocationsSearchBtn > svg {
    margin-right: 3px;
  }

.centralizedLocationsTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 15px;
}

  .centralizedLocationsTitle .centralizedLocationsTitleIcon img {
    height: 43.75px;
  }

  .centralizedLocationsTitle .centralizedLocationsTitleText {
    color: #fff;
    line-height: 60px;
    font-size: 40px;
    font-weight: 600;
  }

.centalizedLocationDescription {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
}

.centralizedLocationsSearchRefined {
  display: flex;
  flex-direction: row;
  column-gap: 18px;
}

.centralizedLocationsSearch label {
  font-size: 18px;
  margin-bottom: 10px;
}

.centralizedLocationSearchFilters {
  display: flex;  
  flex-direction: row;
  column-gap: 18px;
  width: 100%;
}

.centralizedLocationsSearchCol.loc-mapTI {
  width: 60%;
}

.centralizedLocationsSearchCol.loc-map-srchf {
  width: 40%;
}

@media (max-width: 767px) {
  #maincontent > .container-fluid {
    padding: 0 !important;
  }

  .centralizedLocationsSearch {
      padding: 10px 0;
  }

  .centralizedLocationsSearch label {
    display: none;
  }

  .centralizedLocationsSearchContainer {
    flex-direction: column;
    padding: 0 35px;
  }

  .centralizedLocationSearchFilters {
    flex-direction: column;
  }

  .centralizedLocationsTitle {
    margin-top: -10px;
  }

  .centralizedLocationsTitle .centralizedLocationsTitleText {
    font-size: 30px;
  }

  .centralizedLocationsTitle .centralizedLocationsTitleIcon img {
    height: 36px;
  }

  .centalizedLocationDescription {
    font-size: 14px;
    line-height: 20px;
  }

  .centralizedLocationsSearch input[type="text"],
  .centralizedLocationsSearch select,
  .centralizedLocationsSearch button {
    font-size: 14px;
  }

  .centralizedLocationsSearchCol.colActions {
    margin-top: 25px;
  }
}

@media (min-width: 768px) {
  .centralizedLocationsSearchContainer {
    align-items: flex-end;
  }

  .centralizedLocationsSearchCol.colLocationType {
    flex: 1.5;
  }

  .centralizedLocationsSearchRefined {
    flex: 1.5;
  }

    .centralizedLocationsSearchCol.colActions {      
      margin-top: 40px;
    }
}

.centralizedLocationsListBody {
  background: #F3F3F3;
  margin-bottom: -20px;
  position: relative;
  clear: both;
}

  .centralizedLocationsListImg img {
    height: auto;
    max-width: 100%;
  }

.centralizedLocationsListTitle {
  font-size: 16px;
  font-weight: 600;
}

.centralizedLocationsListDir {
  text-align: right;
}

  .centralizedLocationsListDir .btn {
    line-height: 2;
    height: 44px;
    width: 170px;
  }

.centralizedLocationsListDirBtn:before,
.centralizedLocationsListPhone:before {
  font-family: "FontAwesome";
  padding-right: 5px;
}

.centralizedLocationsListDirBtn {
  padding: 8px 25px;
}

.centralizedLocationsListDirBtn:before {
    content: "\f041";
  }

  .centralizedLocationsListDirBtn:hover {
    color: #ab0032;
  }

.centralizedLocationsListPhone:before {
  content: "\f095";
  font-size: 12px;
}

.centralizedLocationsListPhone {
  font-weight: 600;
}

  .centralizedLocationsListPhone:active {
    box-shadow: none;
  }

.centralizedLocationsListInfo {
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  left: 0;
  position: absolute;
  color: #124A7E;
}

  .centralizedLocationsListInfo::before {
    content: "\24D8";
    color: inherit;
    font-size: 19px;
    font-weight: 600;
  }

.centralizedLocationsListLoad {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

  .centralizedLocationsListLoad a {
    background: #e9e9e9;
    display: block;
    padding: 20px 0;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
  }

    .centralizedLocationsListLoad a::after {
      content: "\f103";
      display: inline-block;
      font-family: "FontAwesome";
      margin-left: 4px;
    }

@media (max-width: 767px) {
  .centralizedLocationsListBody {
    padding: 0 15px;
  }

  .centralizedLocationsListImg {
    padding: 0 0 12px;
  }

  .centralizedLocationsListDir {
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
  }

  .centralizedLocationsListDirBtn {
    flex-basis: 57%;
    max-width: 57%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .centralizedLocationsListPhone {
    flex-basis: 40%;
    max-width: 40%;
  }

  a[href^="tel"] {
    pointer-events: all !important;
  }

  .centralizedLocationsListInfo {
    display: block;
    padding: 5px 0 0;
    position: static;
  }

  .centralizedLocationsListLoad a:hover {
    color: #124a7e;
  }

  .centralizedLocationsListLoad a:active {
    color: #FFFFFF;
    background: #124a7e;
  }
}

@media (min-width: 768px) {
  .centralizedLocationsListPhone {
    cursor: auto;
    margin-top: 10px;
  }

  .centralizedLocationsListLoad a:hover {
    color: #FFFFFF;
    background: #124a7e;
  }

  .centralizedLocationsListInfo:hover {
    color: #ab0032;
  }
}

@media all and (-ms-high-contrast: none) {
  .centralizedLocationsListInfo::before {
    font-size: 16px !important;
  }
}

.centralizedLocationsTooltip {
  background: rgba(18, 74, 126, 0.9);
  bottom: 4px;
  color: #ffffff;
  cursor: auto;
  font-size: 12px;
  left: 30px;
  opacity: 0;
  padding: 16px 35px 16px 16px;
  position: absolute;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 225px;
  z-index: 100;
}

  .centralizedLocationsTooltip p + p {
    margin-top: 0.6rem;
  }

  .centralizedLocationsTooltip a {
    color: #ffffff;
    font-size: 12px;
    text-decoration: underline;
  }

  .centralizedLocationsTooltip.opened {
    opacity: 1;
    visibility: visible;
  }

  .centralizedLocationsTooltip::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  border-right : 13px solid rgba(18, 74, 126, 0.9);
    bottom: 0;
    content: "";
    left: -13px;
    position: absolute;
  }

.centralizedLocationsTooltipClose {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 13px;
  top: 8px;
}

@media (min-width: 768px) {
  .centralizedLocationsTooltip  {
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
  }

    .centralizedLocationsTooltip::after {
      border-bottom: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 15px solid rgba(18, 74, 126, 0.9);
    bottom: -15px;
      content: "";
    left: 50%;
      position: absolute;
    transform: translateX(-50%);
    }
}

.centralizedLocationsTabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.centralizedLocationsTabs input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.centralizedLocationsTabsContent {
  height: 1px;
  order: 1;
  overflow: hidden;
  padding-top: 30px;
  display: none;
  width: 100%;
}

.centralizedLocationsTabsContent.listContent {
  padding-bottom: 50px;
}

.centralizedLocationsTabs input[type=radio]:checked + .centralizedLocationsTab + .centralizedLocationsTabsContent {
  height: 100%;
  overflow: visible;
  display: block;
}

.centralizedLocationsTabs input[type=radio]:checked + .centralizedLocationsTab,
.centralizedLocationsTabs input[type=radio]:checked + .centralizedLocationsTab::before {
  color: #257b84;
}

.centralizedLocationsTabs input[type=radio]:checked + .centralizedLocationsTab {
  border-color: #257B84;
}

.centralizedLocationsTabs input[type=radio]:checked + .centralizedLocationsTab::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #257b84;
  bottom: -12px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.centralizedLocationsTab {
  color: #333333;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 3px solid #c5c5c5;
  margin: 0 5px;
  padding: 5px 24px 5px 15px;
  position: relative;
}

.centralizedLocationsTab::before {
  color: #c5c5c5;
  font-family: "FontAwesome";
  margin-right: 7px;
}

.centralizedLocationsTab.map::before {
  content: "\f041";
}

.centralizedLocationsTab.list::before {
  content: "\f03a";
}

.centralizedLocationsTabMobile {
  background: #257b84;
  border-radius: 25px;
  cursor: pointer;
  height: 25px;
  position: relative;
  width: 48px;
}

.centralizedLocationsTabMobile::before {
  content: "";
  height: 100%;
  width: 25px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 22px;
  border: 2px solid #257b84;
  transition: all .3s ease-in-out;
}

.centralizedLocationsTabs input[type=radio]:checked ~ .centralizedLocationsTabMobile::before {
  left: 1px;
}

@media (max-width: 767px) {
  .centralizedLocationsTab {
    border: 0;
    padding: 2px 6px;
  }

  .centralizedLocationsTabs input[type=radio]:checked+.centralizedLocationsTab::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .centralizedLocationsTabs {
    margin-top: -60px;
  }

  .centralizedLocationsTabMobile {
    display: none;
  }
}

.centralizedLocationsResults {
  padding-bottom: 50px;
  padding-top: 35px;
}

.centralizedLocationsResults span {
  font-size: 21px;
}

.centralizedLocationsResultsError {
  color: #ab0032;
  padding-top: 6px;
}

@media (max-width: 767px) {
  .centralizedLocationsResults {
    padding: 20px 0;
    text-align: center;
  }
}

.centralizedLocationsListBody h1,
.centralizedLocationsListBody h2,
.centralizedLocationsListBody h3 {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.centralizedLocationsTabsContent {
  padding-top: 10px !important;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls {
  width: 100%;
  display: flex;
  justify-content: center;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls {
  display: flex;
  justify-content: space-between;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .btn-block {
  white-space: nowrap;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .btn-block:active,
.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .btn-block:focus {
  outline: 1px solid #000;
}

  .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

    .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .master-textbox-container {
      min-width: 165px;
      width: 165px;
      height: 33px;
    }

      .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .master-textbox-container.error {
        border-color: #ab0032;
      }

    .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .search-button {
      width: 74px;
      height: 33px;
      padding: 6px 12px;
    }

  .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter {
    max-width: 100%;
  }

  .centralizedLocationsTabs > .centralizedLocationsTabControls.no-controls {
    height: 0;
  }

.centralizedLocationsTabs.no-controls .centralizedLocationsError {
  display: none;
}

.locationDetailsTrigger {
  color: #234A7E;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

  .locationDetailsTrigger:hover,
  .locationDetailsTrigger:active,
  .locationDetailsTrigger:focus {
    color: #ab0032;
  }


.centralizedLocationsLinks {
  display: flex;
  align-items: center;
}

  .centralizedLocationsLinks > div:first-of-type {
    margin-right: 40px;
  }

.gm-style .gm-style-iw-d {
  scrollbar-width: 5px;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

.gm-style .gm-style-iw-d {
  margin-right: -17px;
}

  .gm-style .gm-style-iw-d > div {
    padding-right: 17px;
  }

  .gm-style .gm-style-iw-d::-webkit-scrollbar {
    width: 5px;
  }

  .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
  .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
    background: transparent;
  }

  .gm-style .gm-style-iw-d::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2) !important;
  }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gm-style .gm-style-iw-d {
    margin-right: -28px;
    scrollbar-base-color: #777;
    scrollbar-face-color: #777;
    scrollbar-3dlight-color: #267c83;
    scrollbar-highlight-color: #267c83;
    scrollbar-track-color: #267c83;
    scrollbar-arrow-color: #267c83;
    scrollbar-shadow-color: #777;
    scrollbar-dark-shadow-color: #777;
  }
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .dropdown-menu {
  top: auto;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter > .locations-zip-filter-dropdown {
  width: 170px;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter > .locations-location-filter-dropdown {
  width: 225px;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter > .locations-location-filter-dropdown > .locations-supplemental-filter-dropdown {
  display: none;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter > .locations-location-filter-dropdown.hide-dropdown > .locations-supplemental-filter-dropdown {
  display: block;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter > .locations-location-filter-dropdown:not(.hide-dropdown) > .locations-supplemental-filter-dropdown {
  margin-top: 10px;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .locations-filter-dropdown > ul {
  right: 0;
  left: auto;
  width: 100%;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .locations-filter-dropdown > button.dropdown-toggle {
  border: none;
  background: #eee;
  font-size: 14px;
  color: #5e5e5e;
  height: 33px;
  text-align: left;
  padding: 4px 12px;
  position: relative;
  overflow: hidden;
}

  .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .locations-filter-dropdown > button.dropdown-toggle > .button-text {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-right: 25px;
  }

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .locations-filter-dropdown > button.dropdown-toggle > .locations-filter-dropdown-caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 12px;
  top: 14px;
  transition: .25s all ease-in-out;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .locations-filter-dropdown.open > button.dropdown-toggle > .locations-filter-dropdown-caret {
  transform: rotate(180deg);
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .locations-filter-dropdown > ul.dropdown-menu {
  padding: 15px 0;
  box-shadow: 0 14px 25px rgba(0,0,0,0.45);
  border: none;
  border-radius: 2px;
  transition: all .35s ease-in-out;
  max-height: 250px;
  overflow-y: auto;
}

  .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .locations-filter-dropdown > ul.dropdown-menu > li > a {
    padding: 8px 15px;
    color: #000;
    font-size: 14px;
    outline: none;
  }

    .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .locations-filter-dropdown > ul.dropdown-menu > li > a:hover {
      background-color: #eee;
    }

.centralizedLocationsFilter .locations-filter-dropdown .select-dropdown-container .specialty-filter-dropdown-caret {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 12px;
  top: 14px;
  transition: .25s all ease-in-out;
}

.centralizedLocationsFilter .locations-filter-dropdown .select-dropdown-container.open .specialty-filter-dropdown-caret {
  transform: rotate(180deg);
}

.centralizedLocationsTabs .centralizedLocationsTabsContent.mapContent .loc-googleMap #googleMap {
  height: 378px;
}

.centralizedLocationsTabs[data-location-view='map'] .centralizedLocationsTabsContent.mapContent,
.centralizedLocationsTabs[data-location-view='list'] .centralizedLocationsTabsContent.listContent {
  height: 100%;
  overflow: visible;
  display: block;
}

.no-height + div {
  height: 0;
  margin: 0;
  padding: 0;
}

.no-interactive,
.no-interactive:hover {
  color: #000;
  cursor: default;
  pointer-events: none;
  outline: 0 !important;
  text-decoration: none !important;
}

.locationTitleSpan {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
}

.centralizedLocationsListTitle {
  display: inline-block;
  width: auto;
  max-width: calc(100% - 30px);
}

.centralizedLocationsListImg > a,
.centralizedLocationsListImg > span {
  display: block;
}

.centralizedLocationsListImg img {
  width: 100%;
}

.centralizedLocationsListPhone,
.centralizedLocationsListPhone:hover {
  color: #124A7E !important;
  border: 1px solid #124A7E;
  border-radius: 0;
  padding: 9px 12px !important;
}

  .centralizedLocationsListPhone.visible-xs,
  .centralizedLocationsListPhone.visible-xs:hover {
    padding: 7px 12px !important;
  }

.actionBtns {
  color: #124A7E !important;
  align-items: normal !important;
}

.actionBtnsStack:empty {
  display: none;
}

.actionBtnsStack {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 10px;
}

.locations-button {
  width: 100%;
  min-width: 0 !important;
  border-radius: 0;
  text-transform: none !important;
  margin: 0 0 10px 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.serviceLine .centralizedLocationsListDirBtn {
  height: auto;
  padding: 1px;
}

.serviceLine .secondaryBtnMobile,
.serviceLine .centralizedLocationsListDirBtn,
.serviceLine .centralizedLocationsListPhone {
  font-size: 14px !important;
}

.loc-map.container {
  margin-bottom: 0 !important;
}

.loc-map.no-margins,
.centralizedLocationsTabs.no-margins {
  margin: 0 !important;
  padding: 0 !important;
}

.loc-map.no-margin,
.centralizedLocationsTabs.no-margin {
  margin: 0 !important;
}

.link-with-carrot:after {
  content: "\f105";
  color: inherit;
  font-size: 1em;
  font-weight: 600;
  font-family: "FontAwesome";
  margin-left: 4px;
  display: inline-block;
  text-decoration: none;
}

.link-with-carrot:hover {
  text-decoration: none;
}

.gm-style-iw-d {
  overflow: auto !important;
  max-height: 220px !important;
}

  .gm-style-iw-d a {
    line-height: 15px;
  }

  .gm-style-iw-d p {
    line-height: 15px;
  }

    .gm-style-iw-d p.locationSection {
      margin-bottom: 15px;
    }

.centralizedLocationsListBody {
  padding: 0;
}

  .centralizedLocationsListBody h1,
  .centralizedLocationsListBody h2,
  .centralizedLocationsListBody h3 {
    margin-top: 0;
  }

.centralizedLocationsTabsContent.listContent {
  margin-top: 0;
  padding-bottom: 0 !important;
}

.centralizedLocationsTabs.no-margins .centralizedLocationsTabsContent.listContent {
  margin-top: 0px;
}

.centralizedLocationsTabs .centralizedLocationsError > p, .centralizedLocationsTabsErrorText {
  font-size: 17px;
  color: #ab0032;
}

.two-column .centralizedLocationsTabs > .centralizedLocationsTabControls[data-by-zip='true'][data-by-location='true'] {
  flex-direction: column;
}

.centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter > .locations-location-filter-dropdown.hide-dropdown > .dropdown-toggle {
  display: none;
}

@media (max-width: 767px) {
  .serviceLine .centralizedLocationsListPhone {
    font-size: 16px !important;
  }

  .centralizedLocationsTabs > .centralizedLocationsTabControls {
    justify-content: center;
    flex-direction: column;
  }

    .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter {
      flex-direction: column;
    }

      .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .master-textbox-container {
        width: 100%;
      }

      .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter .search-button {
        background-color: #124a7e;
        color: #fff !important;
        font-weight: 400;
        width: 100%;
      }

    .centralizedLocationsTabs > .centralizedLocationsTabControls > .centralizedLocationsTabSwitcher {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-bottom: 25px;
    }

    .centralizedLocationsTabs > .centralizedLocationsTabControls > .centralizedLocationsTabSwitcher,
    .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter {
      width: 100%;
    }

  .centralizedLocationsTabs > .centralizedLocationsTabsContent.listContent {
    padding-top: 12px;
  }

  .centralizedLocationsTabsContent.listContent .loc-map-results > .loc-map-results-data {
    padding: 0 0 20px 0;
  }

  .centralizedLocationsTabs > .centralizedLocationsTabsContent.mapContent {
    padding-top: 0;
  }

  .centralizedLocationsTabsErrorText {
    font-size: 15px;
    margin-top: 10px;
  }

  .centralizedLocationsTabs .centralizedLocationsError {
    width: auto;
    padding: 0 0 12px;
  }

    .centralizedLocationsTabs .centralizedLocationsError > p {
      font-size: 15px;
      margin-top: 10px;
    }

  .locationTitleSpan {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .centralizedLocationsTabsContent.listContent {
    margin-top: 0;
  }

  .centralizedLocationsTooltip {
    bottom: 35px;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
  }

    .centralizedLocationsTooltip:after {
      border-bottom: 0;
      border-left: 8px solid transparent !important;
      border-right: 8px solid transparent !important;
      border-top: 15px solid rgba(18,74,126,.9);
      bottom: -15px;
      content: "";
      left: 50% !important;
      right: auto !important;
      position: absolute;
      transform: translateX(-50%);
    }

  .two-column .centralizedLocationsTabs > .centralizedLocationsTabControls {
    flex-direction: column;
  }
}

@media (max-width: 959px) {
  .centralizedLocationsTabs > .centralizedLocationsTabControls > .centralizedLocationsFilter .locations-filter-dropdown {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .centralizedLocationsTabs > .centralizedLocationsTabsContent.listContent {
    padding-top: 10px;
  }

  .centralizedLocationsTabs.no-controls > .centralizedLocationsTabsContent.listContent {
    padding-top: 0;
  }

  .centralizedLocationsTabs.no-controls > .centralizedLocationsTabsContent.mapContent {
    padding-top: 15px;
  }

  .centralizedLocationsTabs.no-controls {
    padding-top: 0;
  }

  .serviceLine .centralizedLocationsTabs {
    padding-top: 0;
  }

  .serviceLine .loc-map.container {
    margin-top: 0 !important;
  }

  .centralizedLocationsTabs .centralizedLocationsTabControls .centralizedLocationsTabSwitcher,
  .centralizedLocationsTabs .centralizedLocationsTabControls .centralizedLocationsFilter {
    margin-top: 17px;
  }

  .centralizedLocationsTabs .centralizedLocationsError {
    width: 100%;
    padding: 10px 0 10px;
  }

  .actionBtnsStack {
    width: 100%;
    padding: 0;
    flex-direction: row;
  }

  .locations-button {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 12.5px 0;
  }

  .two-column .centralizedLocationsTabs .centralizedLocationsTabControls[data-by-zip='true'][data-by-location='true'] .centralizedLocationsFilter {
    margin-top: 30px;
  }

  .two-column .centralizedLocationsTabs > .centralizedLocationsTabControls[data-by-zip='true'][data-by-location='true'] .centralizedLocationsFilter > .locations-location-filter-dropdown {
    width: 200px;
  }

  .two-column .centralizedLocationsTabs > .centralizedLocationsTabControls .centralizedLocationsFilter > .locations-zip-filter-dropdown {
    width: 85px;
    min-width: 85px;
  }
}

@media (min-device-width : 768px) and (max-device-width : 959px) {
  .two-column .centralizedLocationsTabs .centralizedLocationsTabControls[data-by-zip='true'][data-by-location='true'] .centralizedLocationsFilter {
    flex-wrap: wrap;
  }

  .two-column .centralizedLocationsTabs > .centralizedLocationsTabControls[data-by-zip='true'][data-by-location='true'] .centralizedLocationsFilter > .locations-location-filter-dropdown {
    width: 170px;
  }

  .two-column .centralizedLocationsTabs .centralizedLocationsTabControls[data-by-zip='true'][data-by-location='true'] .centralizedLocationsFilter .search-button {
    width: 100%;
  }

  .two-column .centralizedLocationsTabs > .centralizedLocationsTabControls[data-by-zip='false'][data-by-location='true'] .centralizedLocationsFilter > .locations-location-filter-dropdown {
    width: 220px;
  }

  .two-column .centralizedLocationsTabs > .centralizedLocationsTabControls[data-by-zip='true'] {
    flex-direction: column;
  }
}

@media (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .centralizedLocationsListImg {
    width: 40%;
  }

  .centralizedLocationsListDetails {
    width: 60%;
  }

  .actionBtnsStack {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 10px;
    margin: 12.5px 0;
  }

  .locations-button {
    width: 100%;
    min-width: 0 !important;
    border-radius: 0;
    text-transform: none !important;
    margin: 0 0 10px 0;
  }
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0
}

[data-tippy-root] {
  max-width: calc(100vw - 10px)
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity
}

  .tippy-box[data-placement^=top] > .tippy-arrow {
    bottom: 0
  }

    .tippy-box[data-placement^=top] > .tippy-arrow:before {
      bottom: -7px;
      left: 0;
      border-width: 8px 8px 0;
      border-top-color: initial;
      transform-origin: center top
    }

  .tippy-box[data-placement^=bottom] > .tippy-arrow {
    top: 0
  }

    .tippy-box[data-placement^=bottom] > .tippy-arrow:before {
      top: -7px;
      left: 0;
      border-width: 0 8px 8px;
      border-bottom-color: initial;
      transform-origin: center bottom
    }

  .tippy-box[data-placement^=left] > .tippy-arrow {
    right: 0
  }

    .tippy-box[data-placement^=left] > .tippy-arrow:before {
      border-width: 8px 0 8px 8px;
      border-left-color: initial;
      right: -7px;
      transform-origin: center left
    }

  .tippy-box[data-placement^=right] > .tippy-arrow {
    left: 0
  }

    .tippy-box[data-placement^=right] > .tippy-arrow:before {
      left: -7px;
      border-width: 8px 8px 8px 0;
      border-right-color: initial;
      transform-origin: center right
    }

  .tippy-box[data-inertia][data-state=visible] {
    transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
  }

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333
}

  .tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
  }

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1
}

.centralizedLocationsListImg {
  max-width: 250px;
  max-height: 143px;
}

.centralizedLocationsListTitle {
  display: inline;
  font-size: 17px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

  .centralizedLocationsListTitle > div {
    display: inline-block;
  }

span.centralizedLocationsIcon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: 2px;
}

.centralizedLocationsIcon {
  margin-left: 5px;
}

.centralizedLocationsIcon svg {
  width: 15px;
  height: 15px;
  fill: #707070;
}

.two-column .centralizedLocationsDetailsInfo {
  flex-direction: column;
  gap: 16px;
}

.loc-map-results > .loc-map-results-data {
  display: flex;
  gap: 20px;
}

.centralizedLocationsDetailsInfo {
  display: flex;
  margin-top: 18px;
}

.addressIcon svg path {
  fill: #707070;
}

.hoursIcon svg path {
  fill: #707070;
}

.phoneBlockIcon svg path {
  fill: #707070;
}

.centralizedLocationsDetailsInfo .addressBlock {
  gap: 12px;
  flex-direction: column;
  display: flex;
  width: 56%;
}

.centralizedLocationsDetailsInfo .addressBlock .addressDetails {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.centralizedLocationsDetailsInfo .addressBlock .addressDetails .addressInfo {
  color: #707070;
  font-weight: 600;
  font-size: 13px;
}

  .centralizedLocationsDetailsInfo .addressBlock .addressDetails .addressInfo span {
    display: block;
  }

  .centralizedLocationsDetailsInfo .addressBlock .addressDetails .addressIcon svg {
    margin-top: 2px;
  }

.centralizedLocationsDetailsInfo .addressBlock .getDirectionsLink {
  margin-left: 26px;
}

.centralizedLocationsDetailsInfo .addressBlock .getDirectionsLink a {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir {
  width: 44%;
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir .centralizedLocationsListPhone {
  width: auto;
  padding: 0;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir .phoneBlock {
  display: flex;
  flex-direction: row;
  gap: 7px;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir .phoneBlock .phoneBlockIcon {
  margin-top: 2px;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir .phoneBlock .phoneBlockNumber {
  display: flex;
  flex-direction: column;
  color: #707070;
  font-weight: bold;
  font-size: 13px;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir .phoneBlock .phoneBlockNumber .normal-font {
  font-weight: normal;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir .hoursBlock {
  display: flex;
  flex-direction: row;
  gap: 11px;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir .hoursBlock .hoursIcon svg {
  margin-top: 2px;
}

.centralizedLocationsDetailsInfo .centralizedLocationsListDir .hoursBlock .hoursInfo {
  color: #707070;
  font-weight: 600;
  font-size: 13px;
}

.two-column .centralizedLocationsListDetails {
  width: 65%;
}

.two-column .centralizedLocationsDetailsInfo .addressBlock {
  width: 100%;
}

.two-column .centralizedLocationsDetailsInfo .centralizedLocationsListDir {
  width: 100%;
}

.two-column .centralizedLocationsDetailsInfo .centralizedLocationsListDir .phoneBlock .phoneBlockIcon {
  margin-top: 2px;
}

.centralizedLocationsActionButtons {
  display: block;
  margin-bottom: 7px;
  margin-top: 13px;
}

.centralizedLocationsActionButtons .actionBtnsStack {
  display: none;
  padding-right: 0;
}

.locationMapListingComponent .centralizedLocationsActionButtons .actionBtnsStack {
  display: flex !important;
  flex-direction: column;
}

.centralizedLocationsActionButtons .actionBtnsStack a {
  border-color: #124a7e;
  border: 1px solid #124a7e;
  border-radius: 0;
  background: none;
  max-width: calc(50% - 18px);
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
}

.centralizedLocationsActionButtons .actionBtnsStack > :first-child {
  background-color: #ab0032;
  border: none;
  margin: 0 12.5px 12.5px 0
}

.centralizedLocationsActionButtons .actionBtnsStack > :first-child:hover {
  background-color: #124A7E;
}

.centralizedLocationsActionButtons .actionBtnsStack > :nth-child(2) {
  border-color: #124a7e;
  border: 1px solid #124a7e;
  background: none;
  color: #124a7e;
  margin: 0 12.5px 12.5px 0
}

.centralizedLocationsActionButtons .actionBtnsStack > :nth-child(2):hover {
  background-color: #124a7e;
  color: #ffffff;
}

.centralizedLocationsListTitle.disable-hover-active,
.centralizedLocationsListTitle.disable-hover {
  color: #124a7e;
}

.tippy-box {
  position: relative;
  background-color: #194A7E;
  color: white;
  padding: 10px;
  font-size: 14px;
  max-width: 300px;
  white-space: normal;
  display: inline-block;
}

.tippy-arrow {
  color: #194A7E !important;
}

.tooltip-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 16px;
  color: white;
  cursor: pointer;
  padding: 0;
}

.tippy-content {
  font-weight: normal;
  font-size: 13px;
}

.tippy-content * {
  color: white;
}

.tippy-content *:hover {
  color: white;
}

.tooltip-close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 16px;
  color: white;
  cursor: pointer;
  padding: 0;
  z-index: 10;
}

.tippy-box p {
  margin: 0;
  padding-right: 20px;
}

.tippy-box p:not(:last-child) {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .centralizedLocationsListImg {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .loc-map-results a.outerLinkBtn,
  .loc-map-results button.outerLinkBtn {
    border-color: #124a7e;
    border: 1px solid #124a7e;
    color: #124a7e !important;
    background: none;
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    width: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased
  }

  .two-column .centralizedLocationsDetailsInfo {
    gap: 13px;
  }

  .landing-page a.btn.outerLinkBtn.centralizedLocationsListPhone {
    border-color: #124a7e;
    border: 1px solid #124a7e;
    color: #124a7e !important;
    background: none;
    max-width: none;
  }

  .loc-map-results > .loc-map-results-data {
    flex-direction: column;
    gap: 0;
  }

  .centralizedLocationsDetailsInfo {
    flex-direction: column;
    gap: 0;
  }

  .centralizedLocationsDetailsInfo .addressBlock {
    width: 100%;
  }

  .centralizedLocationsDetailsInfo .centralizedLocationsListDir {
    width: 100%;
  }

  .two-column .centralizedLocationsListDetails {
    width: 100%;
  }

  .centralizedLocationsActionButtons .actionBtnsStack {
    width: 100%;
  }

  .centralizedLocationsActionButtons .actionBtnsStack a {
    width: 100%;
    max-width: none;
  }

  a.btn.outerLinkBtn.centralizedLocationsListPhone {
    border-color: #124a7e;
    border: 1px solid #124a7e;
    color: #124a7e !important;
    background: none;
    max-width: none;
  }

  .border-container > .container .centralizedLocationsListImg {
    margin: 0 calc(-1 * (var(--border-container-padding-left) + var(--border-container-padding-right)) / 2);
    width: calc(100% + var(--border-container-padding-left) + var(--border-container-padding-right));
  }
}

@media (min-width: 768px) {
  .centralizedLocationsListDetails {
    width: 50%
  }

  .centralizedLocationsActionButtons.no-display {
      display: none;
  }

}

