/* Minification failed. Returning unminified contents.
(1058,31): run-time error CSS1039: Token not allowed after unary operator: '-border-container-padding-left'
(1058,70): run-time error CSS1039: Token not allowed after unary operator: '-border-container-padding-right'
(1059,29): run-time error CSS1039: Token not allowed after unary operator: '-border-container-padding-left'
(1059,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;
  }
}

.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;
  }

}

