/*
Platform: Destini Atlantis Base Stylesheet
Developer URI: https://destinilocators.com/
Author: Destini Global Team
Copyright: All Rights Reserved
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-style: unset;
  font-weight: normal;
}

body,
html {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  line-height: unset;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

fieldset {
  border: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

a,
img {
  border: 0px;
  text-decoration: none;
  color: inherit;
}

img {
  position: relative;
}

.loader_div_back {
  background-color: #FFFFFF;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}

.allButton_shared,
.allLink_shared,
.add_transition,
.add_transition>* {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  font-size: 16px;
}

input:-webkit-autofill::first-line {
  font-size: 16px;
}

/* Scrollbars */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6.5px;
  -moz-border-radius: 6.5px;
  border-radius: 6.5px;
  background-color: #d1d1d1 !important;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #FFFFFF !important;
}

/* General */
input,
.searchField_shared {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 16px 25px 0px 10px;
}

input:-webkit-autofill,
.searchField_shared:-webkit-autofill {
  -webkit-text-fill-color: #9A9A9A;
  -webkit-transition-delay: 99999s;
  border-radius: 3px 0 0 3px;
  box-shadow: inset 1px 1px 0 0 #CCCCCC, inset 0px -1px 0 0 #CCCCCC;
  box-shadow: inset 0 0 0 37px #FFFFFF;
}

.searchFocusTextLink_ecommNoRes a {
  text-decoration: none;
  color: inherit;
  font-weight: 500;
}

input[type="text"] {
  position: relative;
}

input[type="text"]:focus~label {
  top: 0px;
  z-index: 1;
  font-size: 0.750em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Loader Classes */
#panel0 {
  min-height: 350px;
}

.loader_link {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.loader-footer {
  height: 16px;
  width: 100%;
}

.loadbar-container-v3,
.loadbar-container-v3 * {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
}

.loadbar-container-v3 {
  position: fixed;
  z-index: 9999999999;
  top: 150px;
  left: 0;
  right: 0;
  width: 257px;
  height: 186px;
  margin: auto;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 3px #eee;
  background-color: #FFFFFF;
}

.interior-loader .loadbar-container-v3 {
  position: relative;
  z-index: 3;
  top: 50px;
}

.loadbar-container-v3 .loading-hint {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  background: #eee;
  height: 1px;
}

.loadbar-container-v3 .loadbar-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  font-size: 12px;
  text-align: center;
  color: #888;
}

.loadbar-container-v3 .loadbar-footer a.loadbar-footer-link {
  color: #333;
  font-weight: bold;
}

.loadbar-container-v3 .spinner {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  top: 35px;
  right: 0;
  margin: auto;
  animation: rotator 1.4s linear infinite;
}

.loadbar-container-v3 .path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  stroke: #666;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.loadbar-container-v3 .spinner-ie {
  display: none;
}

/* MS IE 10-11 Support */
@media all and (-ms-high-contrast: none) {
  .loadbar-container-v3 .spinner {
    display: none;
  }

  .loadbar-container-v3 .spinner-ie {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 35px;
    right: 0;
    margin: auto;
    background-image: url("//cdn.destinilocators.com/cms/images/loading-bar-v3.gif");
    background-position: center center;
    background-size: contain;
  }
}

/* MS EDGE Support */
@supports (-ms-ime-align: auto) {
  .loadbar-container-v3 .spinner {
    display: none;
  }

  .loadbar-container-v3 .spinner-ie {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    left: 0;
    top: 35px;
    right: 0;
    margin: auto;
    background-image: url("//cdn.destinilocators.com/cms/images/loading-bar-v3.gif");
    background-position: center center;
    background-size: contain;
  }
}

@media (prefers-reduced-motion: reduce) {
  .loadbar-container-v3 .spinner {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 35px;
    right: 0;
    margin: auto;
    background: url(//cdn.destinilocators.com/cms/images/destini-loader-logo-v1.svg);
    background-size: 65px 65px;
    animation: none;
  }

  .loadbar-container-v3 .path {
    display: none;
  }
}

/* No Results */
.noVal_baseCore {
  padding: 40px 0px;
}

.no-ecomm,
.no-bm {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  font-size: 1.125em;
  text-align: center;
  padding: 0px 10px 15px 10px;
}

.no-ecomm span,
.no-bm span {
  font-weight: bold !important;
}

.no-res-prod {
  min-height: 100px;
  padding-bottom: 30px;
}

.searchFocusTextLink_ecommNoRes {
  display: inline-block;
  vertical-align: top;
}

.searchSwitchHolder-ssDispField-ecommNoRes {
  display: inline-block;
  vertical-align: top;
}

.no-bm-copy {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  padding: 0px 20px;
  font-size: 0.750em;
  font-weight: 500;
  text-align: center;
}

.try {
  padding: 40px 0px 10px 0px;
  font-size: 0.875em;
  font-weight: bold;
  text-align: center;
}

.nores-button {
  display: block;
  width: 100%;
}

.allProdButton_ecommNoRes,
.allProdButton_bmNoRes,
.allTextLinkShared {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  width: 100%;
  max-width: 265px;
  border-radius: 3px;
  margin: 20px auto 0 auto;
  padding: 0px 15px;
  font-size: 0.875em;
  font-weight: bold;
  cursor: pointer;
}

.searchSwitchTextLink_ecommNoRes a,
.searchSwitchTextLink_bmNoRes a {
  font-weight: 500;
  font-size: 0.750em;
}

#searchSwitchHolder-ssDispLink-ecommNoRes-ecomm-I,
#searchSwitchHolder-ssDispLink-bmNoRes-bm-I,
.searchSwitchHolder_ssDispField {
  display: flex;
  padding-top: 15px;
}

.searchSwitch_ecommNoRes,
.searchSwitch_bmNoRes {
  width: 50px;
  margin-right: 0px;
}

.consumer-affairs-link {
  display: block;
  width: 100%;
  padding: 20px 10px 20px 5px;
  text-align: center;
  font-size: 0.750em;
}

.consumer-affairs-link a,
.consumer-affairs-link a:hover {
  color: inherit;
  text-decoration: none;
  padding-right: 4px;
}

.no-int-options {
  margin: 20px auto 0 auto;
  max-width: 420px;
  padding: 20px 10px;
  background: #F5F5F5;
  border-radius: 5px;
  text-align: center;
  font-size: 0.750em;
}

.no-prod-int-number {
  font-weight: bold;
  text-transform: capitalize;
}

.novalNoResProdButton_shared {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.searchSwitchTextLink_bmNoRes a,
.searchSwitchTextLink_ecommNoRes a {
  text-decoration: underline;
}

.no-locations-wrapper {
  padding: 60px 0px;
}

.no-locations-input {
  padding: 20px 15px 60px 15px;
}

/* International Styles */
.configModalButton_baseCore {
  margin-left: 15px;
  height: 50px;
  text-align: center;
  padding: 0px 15px;
  font-size: 0.875em;
  background: #E8E8E8;
  cursor: pointer;
}

.configModalButton_baseCore span {
  font-weight: bold;
  font-family: inherit;
}

.international-select-modal {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.85);
  z-index: 999;
}

.international-select-modal-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  min-height: 130px;
  top: 4%;
  padding: 20px 25px 10px 25px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  z-index: 2;
}

.langSelect_legend {
  display: block;
  font-weight: bold;
  padding-bottom: 20px;
}

.langSelect_li {
  padding-bottom: 10px;
}

.langSelect_li label {
  cursor: pointer;
}

.allRadio_shared {
  display: inline-block;
  appearance: auto;
  -moz-appearance: radio;
  -webkit-appearance: radio;
  position: relative;
  top: 5px;
  width: 24px !important;
  height: 24px !important;
  margin-right: 10px;
  cursor: pointer;
}

.configSubmitButton_configModal {
  display: block;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  min-width: 140px;
  margin: 20px auto;
  padding: 0px 10px;
  font-size: 0.875em;
  cursor: pointer;
}

.configSubmitButton_shared_text {
  font-weight: bold;
  color: #ffffff;
}

.langDropdown_content {
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-left: 30px;
  font-size: 0.875em;
  cursor: pointer;
}

.international-toggles-right {
  justify-content: flex-end;
  width: calc(100% - 80px);
  max-width: 1400px;
  margin: 10px auto 0 auto;
}

.langDropdown_item_inner_shared {
  position: relative;
  height: 44px;
  line-height: 44px;
}

.langDropdown_modal_content_shared {
  position: absolute;
  top: 44px;
  padding: 0px 15px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  z-index: 3;
}

.subModal_div .langDropdown_item_inner_shared_hover_off {
  color: inherit;
}

/* Map Styles & esri Overrides */
.map .esriMapContainer {
  width: 100% !important;
  height: 240px !important;
  border-radius: 3px;
  margin-bottom: 15px;
}

.esriSimpleSlider {
  display: none;
}

.esriControlsBR,
.esriPopup {
  z-index: 1;
}

.esriPopup .titlePane,
.esriPopup .actionsPane {
  display: none;
}

.esriPopupWrapper,
.pointer,
.outerPointer {
  bottom: 40px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

.sizer,
.esriPopupWrapper {
  width: 275px !important;
  margin-bottom: 0px !important;
}

.esriPopup .contentPane {
  border-radius: 5px;
  max-height: none !important;
  min-height: 0px;
  overflow: hidden;
  background: #FFFFFF;
  padding: 0px 5px 0px 5px;
}

.infowindow_store_info_container {
  overflow: auto;
  padding: 17px 20px 5px 20px;
}

.esriPopup .pointer.bottom {
  bottom: -8px !important;
  background: #FFFFFF;
}

.module_II .map_content_II,
.module_V .map_content_II {
  height: 640px !important;
}

/* Updates for esri_v4 */
.esri-popup__header,
.esri-popup__footer {
  display: none !important;
}

.esri-popup--aligned-top-center .esri-popup__pointer {
  top: 50% !important;
  left: 0 !important;
}

.esri-popup__main-container {
  max-height: unset !important;
  border-radius: 3px;
}

.esri-view-width-less-than-medium .esri-popup__main-container {
  width: 260px !important;
  ;
}

.esri-popup__content {
  margin: 0 !important;
}

.esri-popup--aligned-top-center .esri-popup__pointer-direction, .esri-popup--aligned-bottom-center .esri-popup__pointer-direction {
  transform: scale(1.9, 1.9) rotate(45deg) !important;
}

.esri-ui .esri-popup {
  transform: translate(64%, 54%);
}

.widget-map-store-distance {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
}

.widget-map-store-distance .icon-global-pin {
  margin: 0 7px 0 0;
}

.icon-global-pin:before {
  font-size: 16px;
}

.esri-popup--shadow {
  box-shadow: 0px 2px 8px rgb(0 0 0 / 25%) !important;
}

/* Footer Styles */
.main-footer {
  padding: 15px;
  font-size: 0.750em;
  text-align: right;
}

.main-footer a {
  color: #2D2D2D;
}

.productModule_baseCore .main-footer {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #D1D1D1;
}

.new_footer a,
.privacy-footer a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #4B4B4B;
}

.footer-logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 55px;
  top: 0px;
  margin: 0px 5px 0px 4px;
}

.privacy-footer {
  margin: 0px 0px 0px 5px;
}

/* ADA Compliance */
@media (prefers-reduced-motion: reduce) {

  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}

/* Bulma Overides */
.no-bottom-magin {
  margin-bottom: 0px !important;
}

.no-magins,
.no-margins {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.button:focus,
.input:focus,
.textarea:focus,
.select select:focus,
.file-cta:focus,
.file-name:focus,
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus,
.is-focused.button,
.is-focused.input,
.is-focused.textarea,
.select select.is-focused,
.is-focused.file-cta,
.is-focused.file-name,
.is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis,
.button:active,
.input:active,
.textarea:active,
.select select:active,
.file-cta:active,
.file-name:active,
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active,
.is-active.button,
.is-active.input,
.is-active.textarea,
.select select.is-active,
.is-active.file-cta,
.is-active.file-name,
.is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: solid;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: none;
  }
}
