@charset "UTF-8";
h1,
h2 {
  font-weight: bold !important;
}

.utme-hero-overlay {
  position: absolute;
  top: 18%;
  margin-left: 6%;
}

.utme-logo {
  width: 200px;
}

.utme-copy {
  color: #fff;
  padding-right: 3em;
  padding-bottom: 3em;
}
@media screen and (min-width: 768px) {
  .utme-copy {
    max-width: 400px;
  }
}

.utme-header {
  color: #ff0000 !important;
  font-family: UniqloPro Regular !important;
}

.utme-hero-visual {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .utme-hero-visual {
    min-height: 600px;
  }
}

.desktop-only {
  display: none;
}
@media (min-width: 768px) {
  .desktop-only {
    display: block;
  }
}

.mobile-only {
  display: block;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.text-shadow {
  text-shadow: 1px 1px 5px #000;
}

.all-caps {
  text-transform: uppercase;
}

.center-text {
  text-align: center;
}

.responsive-grid {
  display: grid;
  gap: 2rem;
  padding: 0 1rem;
  max-width: 1200px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, auto);
}
@media (min-width: 768px) {
  .responsive-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
    padding: 0 2rem;
  }
  .responsive-grid .grid-item:nth-child(1) {
    order: 1;
  }
  .responsive-grid .grid-item:nth-child(2) {
    order: 5;
  }
  .responsive-grid .grid-item:nth-child(3) {
    order: 2;
  }
  .responsive-grid .grid-item:nth-child(4) {
    order: 6;
  }
  .responsive-grid .grid-item:nth-child(5) {
    order: 3;
  }
  .responsive-grid .grid-item:nth-child(6) {
    order: 7;
  }
  .responsive-grid .grid-item:nth-child(7) {
    order: 4;
  }
  .responsive-grid .grid-item:nth-child(8) {
    order: 8;
  }
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem;
}
.grid-item.grid-icon {
  justify-content: center;
}
.grid-item.grid-icon svg {
  transition: transform 0.3s ease;
}
.grid-item.grid-icon svg:hover {
  transform: scale(1.1);
}
.grid-item.grid-text {
  justify-content: center;
}
.grid-item.grid-text h3 {
  font-family: "UniqloPro Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .grid-item.grid-text h3 {
    font-size: 1.4rem;
  }
}
.grid-item.grid-text p {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 0;
}
@media (min-width: 768px) {
  .grid-item.grid-text p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .grid-item:nth-child(odd) {
    padding-bottom: 1rem;
  }
  .grid-item:nth-child(even) {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
}
.steps-container {
  padding: 2em;
  margin: auto;
  max-width: 90%;
}

.steps-container:after {
  content: "";
  display: table;
  clear: both;
}

.steps-text {
  float: left;
  width: 25%;
  position: relative;
}
.steps-text h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .steps-text {
    padding: 0 2em;
  }
}
@media (max-width: 768px) {
  .steps-text {
    width: 100%;
    padding: 1em 0;
  }
}
@media (min-width: 769px) {
  .steps-text:not(:last-child)::after {
    content: "►";
    position: absolute;
    right: -0.5em;
    top: 2em;
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
  }
}

.john-table {
  margin: 0 auto;
}
.john-table table,
.john-table thead,
.john-table tbody,
.john-table tr,
.john-table th,
.john-table td {
  border: 1px solid #333;
  border-collapse: collapse;
  border-style: solid;
  border-color: #333;
  text-align: center;
}
@media (min-width: 768px) {
  .john-table table,
  .john-table thead,
  .john-table tbody,
  .john-table tr,
  .john-table th,
  .john-table td {
    min-width: 200px;
  }
}
.john-table th {
  padding: 1em 2em;
}
.john-table td {
  padding: 1em 2em;
}
.john-table thead {
  background-color: #333;
  color: #fff;
}
.john-table tbody {
  background-color: #f0f0f0;
  color: #333;
}

.short-hr {
  max-width: 500px;
  width: 80%;
  margin: 1em auto;
}

.store {
  margin: auto;
  padding: 0 2em;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
  gap: 2em;
}

.store-info {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#store-name {
  margin: 0 0 0.5em 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.2;
}

#store-address {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.3;
  color: #666;
}

.store-button {
  position: relative;
  text-align: end;
  font-size: 1em;
  color: #f0f0f0;
  background-color: #333;
  padding: 1em 2em;
  border-radius: 5px;
  border: 2px;
  white-space: nowrap;
}/*# sourceMappingURL=newutme.css.map */