.store-navigator-container {
  position: relative;
  display: flex;
  align-items: stretch;
}

/* line 2736, ../sass/style.scss */
.find-store-navegator {
  position: relative;
  left: auto;
  top: auto;
  flex: 0 0 32%;
  order: 1;
  width: 32%;
  max-width: 420px;
  background: #fff;
  z-index: 1;
  padding: 0 16px;
  overflow-y: auto;
  height: 700px;
}

/* line 2748, ../sass/style.scss */
.store-container h3 {
  font-size: 32px;
  color: #dd4f34;
  font-weight: bold;
  line-height: 1;
  margin: 40px 0 40px;
  font-family: 'Roboto', sans-serif;
}
/* line 2756, ../sass/style.scss */
.store-container h4 {
  font-size: 16px;
  color: #dd4f34;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
  font-family: 'Roboto', sans-serif;
}
/* line 2764, ../sass/style.scss */
.store-container .navigation-menu {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0;
}
/* line 2767, ../sass/style.scss */
.store-container .navigation-menu li {
  float: left;
  line-height: 1;
}
/* line 2770, ../sass/style.scss */
.store-container .navigation-menu li a {
  color: #dd4f34;
  display: block;
  padding: 0 20px 8px 0;
  border-bottom: 3px solid transparent;
  font-size: 18px;
  font-weight: 300;
}
.store-container .navigation-menu li + li a {
  padding-left: 20px;
}
/* line 2779, ../sass/style.scss */
.store-container .navigation-menu li.active a {
  border-bottom: 3px solid #184562;
}
/* line 2785, ../sass/style.scss */
.store-container .select-store {
  margin-left: 0;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-right: none;
  padding: 10px 0 15px;
}
/* line 2791, ../sass/style.scss */
.store-container .select-store form {
  display: flex;
  flex-wrap: wrap !important;
  align-items: flex-start;
}
.store-container .select-store .form-group {
  float: none;
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding-left: 0;
  padding-right: 10px;
  margin: 0;
  box-sizing: border-box;
}
.store-container .select-store .form-group[style*="display:none"],
.store-container .select-store .form-group[style*="display: none"] {
  display: none !important;
}
.store-container .select-store .form-group.category-field {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}
.store-container .select-store form.is-nearby .form-group.category-field {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-top: 0;
}
/* line 2796, ../sass/style.scss */
.store-container .select-store .form-group label {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #2f215e;
  font-weight: 400;
  line-height: 20px;
  display: block;
  margin: 0 0 4px;
  min-height: 20px;
}
/* line 2804, ../sass/style.scss */
.store-container .select-store select,
.store-container .select-store #store_pin input[type="text"] {
  display: block;
  width: 100%;
  height: 35px;
  margin: 0;
  padding: 0 6px;
  border: 1px solid #767676;
  border-radius: 0;
  background-color: #fff;
  color: #4f4f4f;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 33px;
  box-sizing: border-box;
}
.store-container .select-store select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%234f4f4f' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.store-container .store-type-field {
  position: relative;
}
.store-container .store-type-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  clip: rect(0, 0, 0, 0);
}
.store-container .store-type-trigger {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 0 6px;
  border: 1px solid #767676;
  border-radius: 0;
  background: #fff;
  color: #4f4f4f;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 33px;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
}
.store-container .store-type-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.store-container .store-type-caret {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-right: 2px solid #2f215e;
  border-bottom: 2px solid #2f215e;
  transform: rotate(45deg);
  flex: 0 0 10px;
}
.store-container .store-type-field.is-open .store-type-caret {
  margin-top: 4px;
  transform: rotate(-135deg);
}
.store-container .store-type-dropdown {
  position: absolute;
  left: 0;
  right: 10px;
  top: calc(100% - 2px);
  z-index: 90;
  margin: 0;
  padding: 4px 0;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.16);
}
.store-container .store-type-dropdown[hidden] {
  display: none !important;
}
.store-container .store-type-dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 240px;
  overflow-y: auto;
}
.store-container .store-type-dropdown-list li {
  padding: 8px 10px;
  color: #4f4f4f;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  cursor: pointer;
}
.store-container .store-type-dropdown-list li:hover,
.store-container .store-type-dropdown-list li.is-selected {
  background: #2f215e;
  color: #fff;
}
/* line 2812, ../sass/style.scss */
.store-container .select-store #store_pin,
.store-container .select-store #store_city {
  width: 50%;
  margin: 0;
  position: relative;
}
/* line 2817, ../sass/style.scss */
.store-container .select-store #store_pin input,
.store-container .select-store #store_city input {
  width: 100%;
  height: 35px;
}
.store-container .select-store #store_pin input[type="text"]::placeholder {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 300;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 33px;
  opacity: 1;
}
.store-container .select-store #store_pin input[type="text"]::-webkit-input-placeholder {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 300;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 33px;
  opacity: 1;
}
.store-container .select-store #store_pin input[type="text"]::-moz-placeholder {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 300;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 33px;
  opacity: 1;
}
.store-container .city-combobox-field {
  position: relative;
}
.store-container .city-combobox-trigger {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px 0 6px;
  border: 1px solid #767676;
  border-radius: 0;
  background-color: #fff;
  color: #4f4f4f;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 33px;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
}
.store-container .city-combobox-trigger.has-value,
.store-container .city-combobox-trigger #str_city_label {
  color: #4f4f4f;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.store-container .city-combobox-field.is-open .city-combobox-trigger {
  border-color: #767676;
  box-shadow: none;
}
.store-container .city-combobox-caret {
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-right: 2px solid #2f215e;
  border-bottom: 2px solid #2f215e;
  transform: rotate(45deg);
  flex: 0 0 10px;
}
.store-container .city-combobox-field.is-open .city-combobox-caret {
  margin-top: 4px;
  transform: rotate(-135deg);
}
.store-container .city-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 80;
  display: flex;
  flex-direction: column;
  max-height: 340px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.16);
}
.store-container .city-dropdown[hidden],
.store-container .city-dropdown-list li[hidden],
.store-container .city-dropdown-empty[hidden] {
  display: none !important;
}
.store-container .city-dropdown-search {
  padding: 10px;
  background: #f6f7f9;
  border-bottom: 1px solid #e5e7eb;
}
.store-container .city-dropdown-search input {
  width: 100%;
  height: 35px;
  padding: 0 12px 0 36px;
  border: 1px solid #767676;
  border-radius: 0;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E") 12px center no-repeat;
  color: #4f4f4f;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  outline: none;
}
.store-container .city-dropdown-search input::placeholder {
  color: #4f4f4f;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  opacity: 1;
}
.store-container .city-dropdown-search input:focus {
  border-color: #2f215e;
  box-shadow: 0 0 0 3px rgba(47, 33, 94, 0.12);
}
.store-container .city-dropdown-list {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  overflow-y: auto;
  max-height: 260px;
}
.store-container .city-dropdown-list li {
  padding: 8px 6px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.35;
  color: #4f4f4f;
  cursor: pointer;
}
.store-container .city-dropdown-list li:hover {
  background: #f4f1fa;
  color: #2f215e;
}
.store-container .city-dropdown-list li.is-selected {
  background: #2f215e;
  color: #fff;
}
.store-container .city-dropdown-empty {
  padding: 14px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4f4f4f;
  text-align: center;
}
/* line 2821, ../sass/style.scss */
.store-container .select-store #store_pin input[type=submit],
.store-container .select-store #store_city input[type=submit] {
  background: #dd4f34 url("../images/store-search.png") center 8px no-repeat;
  width: 32px !important;
  font-size: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  cursor: pointer;
}
/* line 2833, ../sass/style.scss */
.store-container .filter-list {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  margin-left: -15px;
  padding: 16px;
  border-left: 5px solid transparent;
  cursor: pointer;
  position: relative;
}
/* line 2844, ../sass/style.scss */
.store-container .filter-list::before {
  background: #fff url(../images/navigation-arrow.png) 12px 9px no-repeat;
  position: absolute;
  right: 15px;
  width: 32px;
  height: 32px;
  content: "";
  top: 50%;
  margin-top: -16px;
}
/* line 2854, ../sass/style.scss */
.store-container .filter-list:hover {
  border-left-color: #e30613;
}
/* line 2856, ../sass/style.scss */
.store-container .filter-list:hover::before {
  background-color: #e30613;
  background-position: 12px -56px;
}
/* line 2861, ../sass/style.scss */
.store-container .filter-list h5 {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
/* line 2870, ../sass/style.scss */
.store-container .filter-list p, .store-container .filter-list span {
  color: #757575;
  font-size: 14px;
  margin: 4px 0 0;
  line-height: 1.3;
  font-weight: 400;
}
/* line 2877, ../sass/style.scss */
.store-container .filter-list span {
  margin-top: 8px;
  display: block;
}
/* line 2882, ../sass/style.scss */
.store-container .StoreContentHeader h2 {
  text-align: left;
  margin: 0;
  padding: 0;
}
/* line 2886, ../sass/style.scss */
.store-container .StoreContentHeader h2:after {
  content: none;
}
/* line 2890, ../sass/style.scss */
.store-container #StoreContentBody > div {
  display: flex;
  margin-bottom: 15px;
}
/* line 2893, ../sass/style.scss */
.store-container #StoreContentBody > div p, .store-container #StoreContentBody > div img {
  vertical-align: middle;
  margin-right: 10px;
  align-self: flex-start;
  font-size: 15px;
  font-weight: 400;
}
/* line 2900, ../sass/style.scss */
.store-container #StoreContentBody > div a {
  font-size: 15px;
  color: #2d4059;
}
/* line 2904, ../sass/style.scss */
.store-container #StoreContentBody > div .fa {
  font-size: 24px;
  color: #757575;
  margin-right: 10px;
  opacity: 0.6;
}

/* faq css */
/* line 2916, ../sass/style.scss */
.context-faq .region-content {
  padding-bottom: 100px;
  background: #f5f5f5;
}
/* line 2918, ../sass/style.scss */
.context-faq .region-content h1, .context-faq .region-content h2, .context-faq .region-content h3, .context-faq .region-content h4 {
  font-weight: 400;
}
/* line 2921, ../sass/style.scss */
.context-faq .region-content ul, .context-faq .region-content li {
  padding: 0;
  list-style: none;
}
/* line 2928, ../sass/style.scss */
.context-faq .region-content h1 {
  font-size: 44px;
  text-align: center;
  margin: 50px 0 70px;
}
/* line 2932, ../sass/style.scss */
.context-faq .region-content h1 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 100px;
}
/* line 2940, ../sass/style.scss */
.context-faq .region-content .left-col {
  float: left;
  width: 34%;
}
/* line 2943, ../sass/style.scss */
.context-faq .region-content .left-col .topics ul {
  padding: 0;
}
/* line 2945, ../sass/style.scss */
.context-faq .region-content .left-col .topics ul li {
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  background: #fff;
  padding: 45px 20px 45px 90px;
  border: 2px solid transparent;
  cursor: pointer;
  border-radius: 4px;
}
/* line 2954, ../sass/style.scss */
.context-faq .region-content .left-col .topics ul li:hover, .context-faq .region-content .left-col .topics ul li.active {
  border: 2px solid currentColor;
}
/* line 2957, ../sass/style.scss */
.context-faq .region-content .left-col .topics ul li h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
}
/* line 2961, ../sass/style.scss */
.context-faq .region-content .left-col .topics ul li p {
  font-size: 16px;
  margin: 0;
}
/* line 2965, ../sass/style.scss */
.context-faq .region-content .left-col .topics ul li img {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 99;
}
/* line 2973, ../sass/style.scss */
.context-faq .region-content .left-col .contact-box {
  background: #333;
  padding: 30px 15px;
  text-align: center;
  border-radius: 4px;
}
/* line 2978, ../sass/style.scss */
.context-faq .region-content .left-col .contact-box p {
  color: #fff;
  font-size: 22px;
}
/* line 2982, ../sass/style.scss */
.context-faq .region-content .left-col .contact-box a {
  height: 50px;
  line-height: 50px;
  color: #dd4f34;
  padding: 0 38px;
  display: inline-block;
  background: #fff;
  border-radius: 2px;
}
/* line 2990, ../sass/style.scss */
.context-faq .region-content .left-col .contact-box a:hover {
  background: #dd4f34;
  color: #fff;
}
/* line 2998, ../sass/style.scss */
.context-faq .region-content .right-col {
  position: relative;
  width: 63%;
  float: right;
  padding: 30px 70px;
  background: #fff;
  padding-bottom: 100px;
}
/* line 3000, ../sass/style.scss */
.context-faq .region-content .right-col .faq-content {
  display: none;
}
/* line 3002, ../sass/style.scss */
.context-faq .region-content .right-col .faq-content.collapsed {
  display: block;
}
/* line 3005, ../sass/style.scss */
.context-faq .region-content .right-col .faq-content > img {
  position: absolute;
  top: 34px;
  left: 20px;
}
/* line 3016, ../sass/style.scss */
.context-faq .region-content .right-col h2 {
  font-size: 30px;
  margin-bottom: 45px;
  font-weight: 700;
  text-align: left;
  padding-left: 15px;
}
/* line 3022, ../sass/style.scss */
.context-faq .region-content .right-col h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
/* line 3027, ../sass/style.scss */
.context-faq .region-content .right-col h2:after {
  content: none;
}
/* line 3031, ../sass/style.scss */
.context-faq .region-content .right-col ul {
  padding: 0;
}
/* line 3034, ../sass/style.scss */
.context-faq .region-content .right-col ul > li {
  list-style: none;
  border-bottom: 1px solid #e1e5e7;
  margin-bottom: 25px;
}
/* line 3038, ../sass/style.scss */
.context-faq .region-content .right-col ul > li h3 {
  position: relative;
  font-size: 18px;
  padding-bottom: 23px;
  cursor: pointer;
  padding-right: 30px;
  font-weight: 700;
}
/* line 3045, ../sass/style.scss */
.context-faq .region-content .right-col ul > li h3 i {
  position: absolute;
  font-size: 25px;
  right: 0;
  top: 4px;
}
/* line 3052, ../sass/style.scss */
.context-faq .region-content .right-col ul > li .answer {
  display: none;
}
/* line 3054, ../sass/style.scss */
.context-faq .region-content .right-col ul > li .answer p {
  margin-bottom: 25px;
}
/* line 3057, ../sass/style.scss */
.context-faq .region-content .right-col ul > li .answer h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
/* line 3063, ../sass/style.scss */
.context-faq .region-content .right-col ol {
  padding-left: 50px;
}
/* line 3065, ../sass/style.scss */
.context-faq .region-content .right-col ol li {
  list-style: lower-roman;
  margin-bottom: 10px;
}

/* contact css */
/* line 3076, ../sass/style.scss */
.region-content-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 35px 15px;
}
/* line 101, ../sass/_base.scss */
.region-content-bottom:before, .region-content-bottom:after {
  content: "";
  display: table;
}
/* line 106, ../sass/_base.scss */
.region-content-bottom:after {
  clear: both;
}

/* line 3077, ../sass/style.scss */
#block-webform-4 {
  width: 415px;
  float: left;
}
/* line 3078, ../sass/style.scss */
#block-webform-4 input {
  width: 100%;
  height: 38px;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 16px;
  margin: 0 0 10px 0;
}
/* line 3079, ../sass/style.scss */
#block-webform-4 textarea {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #000;
  padding: 0 10px;
  font-size: 16px;
}
/* line 3080, ../sass/style.scss */
#block-webform-4 input[type="checkbox"] {
  width: auto;
}
/* line 3081, ../sass/style.scss */
#block-webform-4 label {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 0 0 0;
  display: inline-block;
  vertical-align: top;
}
/* line 3082, ../sass/style.scss */
#block-webform-4 .form-submit {
  width: 140px;
  height: 38px;
  background: #000;
  color: #fff;
  border-radius: 40px;
  border: none;
  cursor: pointer;
}
/* line 3083, ../sass/style.scss */
#block-webform-4 .error {
  border: 1px solid red;
}
/* line 3084, ../sass/style.scss */
#block-webform-4 .alert {
  display: block;
}
/* line 3085, ../sass/style.scss */
#block-webform-4 .alert a.close {
  display: none;
}
/* line 3089, ../sass/style.scss */
#block-webform-4 .alert ul {
  padding-left: 20px;
}
/* line 3091, ../sass/style.scss */
#block-webform-4 .alert ul li {
  list-style: decimal;
}

/* line 3098, ../sass/style.scss */
#block-ushaheaters-customercare {
  float: left;
  margin: 20px 0 0 115px;
  color: #000;
  font-weight: 300;
}
/* line 3099, ../sass/style.scss */
#block-ushaheaters-customercare .phone {
  font-size: 26px;
  margin: 0 0 20px 0;
}
/* line 3100, ../sass/style.scss */
#block-ushaheaters-customercare .phone:before {
  background: #bdbdbd;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  content: '\f095';
  font-family: 'FontAwesome';
  border-radius: 50px;
  margin: 0 10px 0 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* line 3115, ../sass/style.scss */
#block-ushaheaters-customercare .mail {
  font-size: 26px;
}
/* line 3116, ../sass/style.scss */
#block-ushaheaters-customercare .mail a {
  color: #000;
}
/* line 3117, ../sass/style.scss */
#block-ushaheaters-customercare .mail:before {
  background: #bdbdbd;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #fff;
  content: '\f0e0';
  font-family: 'FontAwesome';
  border-radius: 50px;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 30px;
}

/* line 3126, ../sass/style.scss */
#block-contactaddress {
  width: 100%;
  background: #e5e5e5;
  color: #000;
  font-weight: 300;
  padding: 30px 0;
}
/* line 3127, ../sass/style.scss */
#block-contactaddress .box {
  float: left;
  font-size: 14px;
  margin: 0 100px 0 0;
}
/* line 3128, ../sass/style.scss */
#block-contactaddress .box span {
  display: block;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  margin: 0 0 15px 0;
}
/* line 3129, ../sass/style.scss */
#block-contactaddress .box strong {
  font-weight: bold;
}
/* line 3131, ../sass/style.scss */
#block-contactaddress .box-right {
  margin: 0;
}
/* line 3132, ../sass/style.scss */
#block-contactaddress .box-right ul {
  float: left;
  width: 50%;
}
#block-ushaheaters-header{
	width:85%;
	float:left;
}
.block-lang-dropdown {
	float: left;
	/*width: 200px;*/
	width: 15%;
	vertical-align: middle;
    padding-top: 18px;
    background: #000;
    height: 59px;
}

@media screen and (max-width: 991px) {
	/* start of large tablet styles */
	/* start of medium tablet styles */
	#block-ushaheaters-header{
		width:80%;
		float:left;
	}
	.block-lang-dropdown {	
		float: left;
		/*width: 200px;*/
		width: 20%;		
		padding-top: 12px;
		background: #000;
		height: 49px;
	}	
	.block-lang-dropdown select{
		width:none;
	}
}
@media screen and (max-width: 767px) {
	/* start of medium tablet styles */
	#block-ushaheaters-header{
		width:100%;		
	}
	.block-lang-dropdown {	
		width:100%;
		background: #000;
		height: 59px;
		text-align: center;
	}	
}
.region-banner .custom-video-link a{ display: inline-block; width: auto; }

@media screen and (max-width: 768px) {
  .store-navigator-container {
    display: flex;
    flex-direction: column;
  }
  .find-store-navegator {
    order: -1;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
  }
  #map {
    width: 100%;
    height: 420px;
  }
}
.store-container .locator-toolbar {
  display: none;
  gap: 8px;
  margin: 0 0 8px;
}
.store-container .locator-toolbar.is-open,
.store-container .locator-toolbar:has(.locator-retry:not([hidden])) {
  display: flex;
}
.store-container .locator-retry {
  height: 34px;
  padding: 0 14px;
  border: 1px solid #2f215e;
  background: #2f215e;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(47, 33, 94, 0.4);
  position: relative;
  z-index: 6;
  pointer-events: auto;
  transition: transform 0.12s ease, background-color 0.12s ease, box-shadow 0.12s ease;
}
.store-container .locator-retry:hover {
  background: #241848;
}
.store-container .locator-retry:active,
.store-container .locator-retry.is-pressed {
  transform: scale(0.96);
  background: #1a1238;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35);
}
.store-container .locator-retry[hidden],
.store-container .locator-loading[hidden] {
  display: none !important;
}
.store-container .locator-status {
  min-height: 0;
  margin: 0;
  font-size: 13px;
  color: #4f4f4f;
}
.store-container .locator-status:empty {
  display: none;
}
.store-container .locator-status:not(:empty) {
  min-height: 18px;
  margin: 0 0 8px;
}
.store-container .locator-status.is-nearby-note {
  color: #2f215e;
  font-weight: 600;
}
.store-container .locator-loading {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 600;
  color: #2f215e;
}
.store-container .locator-empty {
  margin: 8px 0;
  color: #4f4f4f;
}
.store-container .store-hours,
.store-container .store-type,
.store-container .store-distance {
  margin: 4px 0 0;
  font-size: 13px;
}
.locator-map-wrap {
  position: relative;
  flex: 1 1 auto;
  order: 2;
  width: auto;
  min-width: 0;
  height: 700px;
}
.locator-map-wrap #map {
  width: 100%;
  height: 100%;
  min-height: 420px;
  flex: none;
  order: 0;
  min-width: 0;
}
.locator-map-loading {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
  color: #2f215e;
  font-size: 16px;
  font-weight: 700;
  pointer-events: none;
}
.locator-map-loading[hidden],
.locator-map-loading.is-hidden {
  display: none !important;
  visibility: hidden !important;
}
@media screen and (max-width: 768px) {
  .store-navigator-container {
    display: flex;
    flex-direction: column;
  }
  .find-store-navegator {
    order: 1;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
    overflow: visible;
    padding: 0 12px 8px;
  }
  .store-container {
    display: flex;
    flex-direction: column;
  }
  .store-container h3 {
    order: 1;
    margin: 40px 0 40px;
    font-size: 32px;
  }
  .store-container .navigation-menu {
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 0 8px;
  }
  .store-container .navigation-menu li {
    float: none;
  }
  .store-container .navigation-menu li a {
    padding: 0 20px 8px 0;
    font-size: 18px;
    font-weight: 300;
  }
  .store-container .navigation-menu li + li a {
    padding-left: 8px;
  }
  .store-navigator-container .find-store-navegator {
    position: relative;
    z-index: 5;
    overflow: visible;
  }
  .store-navigator-container .locator-map-wrap {
    position: relative;
    z-index: 1;
  }
  .store-container .select-store {
    order: 3;
    position: relative;
    z-index: 6;
    overflow: visible;
    margin: 0 0 8px;
  }
  .store-container .city-combobox,
  .store-container .city-combobox-field {
    position: relative;
    z-index: 7;
    overflow: visible;
  }
  .store-container .city-dropdown {
    z-index: 40;
  }
  .store-container .filter-content {
    position: relative;
    z-index: 1;
  }
  .store-container .select-store form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .store-container .select-store .form-group,
  .store-container .select-store #store_pin,
  .store-container .select-store #store_city,
  .store-container .select-store form.is-nearby .form-group.category-field {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 8px;
    margin: 0;
  }
  .store-container .select-store form.is-pin .form-group.category-field,
  .store-container .select-store form.is-city .form-group.category-field {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
  .store-container .select-store form > .form-group:first-child {
    margin-top: 0;
  }
  .store-container h4 {
    order: 4;
    font-size: 16px;
    margin: 0 0 8px;
  }
  .store-container .locator-toolbar {
    order: 5;
  }
  .store-container .locator-status {
    order: 6;
  }
  .store-container .locator-loading {
    order: 7;
  }
  .store-container .filter-content {
    order: 8;
    max-height: 432px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 0;
  }
  .locator-map-wrap {
    order: 2;
    width: 100%;
    height: 420px;
    flex: 0 0 auto;
  }
  .locator-map-wrap #map,
  #map {
    width: 100%;
    height: 420px;
    min-height: 420px;
  }
}
.locator-map-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 240px;
  padding: 24px;
  background: #f3f4f6;
  color: #374151;
  text-align: center;
}
.store-navigator-page .store-navigator-container {
  display: flex;
  align-items: stretch;
}
.store-navigator-page .find-store-navegator {
  position: relative;
  left: auto;
  top: auto;
  order: 1;
  flex: 0 0 32%;
  width: 32%;
  max-width: 420px;
  height: 700px;
  background: #fff;
  z-index: 2;
}
.store-navigator-page .locator-map-wrap {
  position: relative;
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
  height: 700px;
}
.store-navigator-page .locator-map-wrap #map {
  width: 100%;
  height: 100%;
}
.store-navigator-page .store-container h3 {
  color: #dd4f34;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 40px 0 40px;
  font-family: 'Roboto', sans-serif;
}
.store-navigator-page .store-container h4 {
  color: #dd4f34;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: 'Roboto', sans-serif;
}
.store-navigator-page .store-container .navigation-menu li a {
  color: #dd4f34;
  font-size: 18px;
  font-weight: 300;
  padding: 0 20px 8px 0;
}
@media screen and (max-width: 768px) {
  .store-navigator-page .store-navigator-container {
    flex-direction: column;
  }
  .store-navigator-page .find-store-navegator {
    order: -1;
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    height: auto;
    overflow: visible;
    z-index: 5;
  }
  .store-navigator-page .locator-map-wrap {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
    height: 420px;
  }
  .store-navigator-page .locator-map-wrap #map {
    width: 100%;
    height: 420px;
    min-height: 420px;
  }
  .store-navigator-page .store-container .select-store form {
    display: flex;
    flex-wrap: wrap;
  }
  .store-navigator-page .store-container .select-store .form-group,
  .store-navigator-page .store-container .select-store #store_pin,
  .store-navigator-page .store-container .select-store #store_city,
  .store-navigator-page .store-container .select-store form.is-nearby .form-group.category-field {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding-right: 8px;
    margin: 0;
  }
  .store-navigator-page .store-container .select-store form.is-pin .form-group.category-field,
  .store-navigator-page .store-container .select-store form.is-city .form-group.category-field {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
.store-navigator-page .store-container .select-store .form-group label,
.store-navigator-page .store-container .filter-list h5,
.store-navigator-page .store-container .filter-list p {
  color: #4f4f4f;
}
.store-navigator-page .store-container .filter-list h5 {
  color: #404040;
  font-size: 16px;
}
.store-navigator-page .store-container .filter-list p {
  color: #757575;
  font-size: 14px;
}
