html {
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  line-height: 150%;
  background: url(../../../content/dam/sitelocator/images/bg-tile.gif) repeat-x #e4e4e4;
  scroll-behavior: smooth;
}
.sw > img {
  width: 100%;
}
.sh > img {
  height: 100%;
}
h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1rem;
}
.old-box {
  width: 950px;
  margin: 0 auto;
  padding: 36px 36px;
  min-height: 620px;
  text-align: center;
  background: url("../../../content/dam/sitelocator/images/old-box-top.jpg") top no-repeat, url("../../../content/dam/sitelocator/images/old-box-bottom.jpg") bottom no-repeat;
}
.old-box hr {
  height: 2px;
  border: none;
  background-color: #333;
}
#main-header img {
  max-width: 550px;
}
.content-box {
  width: 876px;
  min-height: 90px;
  margin: 0 auto;
  padding-bottom: 8px;
  background: url("../../../content/dam/sitelocator/images/content_top.gif") top no-repeat, url("../../../content/dam/sitelocator/images/content_bottom.gif") bottom no-repeat, url("../../../content/dam/sitelocator/images/content_bg.gif") repeat-y;
}
.content-box.padded {
  padding: 8px 16px;
}
.content-box .content {
  text-align: left;
  padding: 0 64px;
}
.cols2 {
  display: flex;
}
.cols2.space-between {
  justify-content: space-between;
}
.cols2.width50 > div {
  flex: 1 1;
  padding: 0 8px;
}
.gray-text {
  color: #7f7f7f;
  font-weight: bold;
}
#page-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#page-actions a.button {
  display: inline-block;
  margin: 0 10px;
}
#network-list {
  margin: 0 3em 1em 0;
}
#network-list label,
#network-list a {
  color: #7f7f7f;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
#network-list a > i {
  display: inline-block;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin: 0 4px 1px 4px;
  border: 2px solid #8F8F9D;
  vertical-align: middle;
}
#network-list a:hover > i {
  border-color: #555555;
}
#network-list a:active > i {
  border-color: #333;
  background: #d0d0d7;
}
#network-list p {
  margin-top: 0;
}
#footer {
  margin: 32px 0;
}
.copyright {
  text-align: center;
  font-size: 11px;
}
.align-left {
  text-align: left;
}
.flex {
  display: flex;
}
.disclaimer {
  text-align: left;
  text-indent: -0.7em;
  margin-left: 1em;
  margin-right: 1em;
  font-style: italic;
}
.marker-info > p:first-child {
  margin: 0 0 .5em;
}
.marker-info b {
  font-weight: bold;
}
.marker-info .site-address {
  margin-bottom: 0.5em;
}
.marker-info .site-disclaimer {
  border-top: 1px solid #e0e0e0;
  padding: .7em 0;
}
.marker-info .site-disclaimer p {
  margin: 0;
}
.marker-info .site-plan-route {
  text-align: right;
}
.marker-info .site-plan-route a {
  color: #007aff;
}
.marker-info ul {
  padding-left: 0;
}
.marker-info li {
  margin-left: 1em;
}
.marker-info .site-rebates {
  border-top: 1px solid #e0e0e0;
  padding: .7em 0 0;
}
.marker-info .site-rebates p {
  margin: 0.5em 0;
}
.marker-info .site-rebates ul {
  margin: 0.5em 0;
}
.marker-info .site-rebates .flex > div {
  margin-right: 1em;
}
a.soft-link,
a.soft-link:visited {
  text-decoration: none;
  color: inherit;
}
a.soft-link:hover,
a.soft-link:visited:hover {
  text-decoration: underline;
  color: #007aff;
}

#mapcontrol {
  text-align: left;
}
.mapcontrol-map {
  height: 400px;
  padding: 0;
  margin: 0;
}
.mapcontrol-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;
  height: 18px;
  margin: 6px 0;
  padding: 0 4px;
}
.mapcontrol-bar input {
  vertical-align: middle;
}
.mapcontrol-bar input:focus {
  outline: none;
}
.mapcontrol-bar > input {
  position: relative;
  z-index: 7;
  padding-left: 24px;
  border: none;
}
.mapcontrol-info-pane {
  display: inline-block;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1.3em;
  padding: 0 .5em;
  background: rgba(251, 255, 251, 0.9);
  opacity: 0;
  visibility: hidden;
}
.mapcontrol-info-pane.visible {
  animation-name: mapcontrol-show;
  animation-duration: 4s;
}
@keyframes mapcontrol-show {
  from {
    visibility: visible;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.mapcontrol-popup {
  position: absolute;
  margin-top: -8px;
  z-index: 5;
  height: 34px;
  overflow: hidden;
}
.mapcontrol-popup > input {
  position: absolute;
  display: inline-block;
  top: 8px;
  left: 8px;
  padding-left: 24px;
  border: none;
  z-index: 7;
}
.mapcontrol-popup.active {
  height: 440px;
  overflow: visible;
}
.mapcontrol-search {
  width: 300px;
  left: 0;
}
.mapcontrol-search > input {
  width: 260px;
  background: url("../../../content/dam/sitelocator/images/search.svg") left no-repeat;
}
.mapcontrol-options {
  width: 316px;
  right: 0;
}
.mapcontrol-options > input {
  width: 250px;
  left: auto;
  right: 0;
  background: url("../../../content/dam/sitelocator/images/search_options.svg") left no-repeat;
}
.mapcontrol-options.active > input {
  width: 300px;
  right: auto;
  left: 8px;
}
.mapcontrol-box {
  height: 440px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2), 0 -1px 0px rgba(0, 0, 0, 0.02);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  padding-top: 38px;
  display: flex;
  flex-flow: column nowrap;
}
.mapcontrol-box > div:first-child {
  overflow-y: auto;
  scrollbar-width: thin;
  margin: 0 4px;
  flex: 1 1;
}
.mapcontrol-box.active,
.active > .mapcontrol-box {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}
.mapcontrol-box-footer {
  border-top: thin inset gray;
  padding: 8px 12px;
  font-size: 12px;
  display: flex;
}
.mapcontrol-box-footer select {
  border: none;
  width: 125px;
  font-size: 12px;
}
a.mapcontrol-route-btn {
  position: absolute;
  display: inline-block;
  height: 20px;
  background: url("../../../content/dam/sitelocator/images/route.svg") left no-repeat;
  background-size: 20px 20px;
  padding-left: 26px;
  z-index: 1;
  color: #777;
  font-size: 13.333px;
  top: -2px;
  left: 270px;
  cursor: pointer;
}
.discount-network-btn {
  position: absolute;
  display: inline-block;
  font-size: 12px;
  z-index: 1;
  left: 408px;
  top: -1px;
  color: #777;
}
.discount-network-btn > label {
  cursor: pointer;
}
.mapcontrol-route {
  position: absolute;
  margin-top: -8px;
  left: 0;
  width: 300px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.mapcontrol-route.active {
  z-index: 9;
}
.mapcontrol-route .mapcontrol-addr {
  padding: 2px 4px;
}
.mapcontrol-route .mapcontrol-checks {
  padding: .7em 0;
}
.mapcontrol-route .mapcontrol-box-footer {
  margin-top: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  justify-content: right;
}
.mapcontrol-route button {
  margin-left: 1em;
}
.mapcontrol-route h4 {
  font-size: 16px;
  font-weight: bold;
  color: #07386C;
  margin: .5em 0 .7em 0;
}
.mapcontrol-textinput label {
  display: block;
  margin: .8em 0 .3em 0;
}
.mapcontrol-textinput input[type="text"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  padding: 2px;
}
.mapcontrol-checkbox {
  margin: .3em 0 .3em .3em;
  display: flex;
}
.mapcontrol-checkbox label {
  padding-left: 0.3em;
}
.mapcontrol-box-title {
  padding: 6px 12px;
  border-radius: 4px;
  background: #e4e4e4;
  color: #07386C;
  font-weight: bold;
  cursor: pointer;
}
.mapcontrol-box-list > div {
  border-radius: 4px;
  padding: 0 8px;
  cursor: default;
}
.mapcontrol-box-list > div:hover {
  background: #014182;
  color: #ffffff;
}
.mapcontrol-box-items {
  display: flex;
  padding: 2px 4px;
  flex-flow: row wrap;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.mapcontrol-box-items > div {
  width: 50%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
}
.mapcontrol-box-items > div:hover {
  color: #cd5c5c;
}
.mapcontrol-box-items > div.mapcontrol-disabled:hover {
  color: inherit;
}
.mapcontrol-disabled {
  opacity: .4;
}
.mapcontrol-list {
  color: #07386C;
  height: 280px;
  overflow-y: auto;
  margin-top: 10px;
}
.mapcontrol-list > table {
  width: 100%;
}
.mapcontrol-list tr:nth-child(odd) {
  background: #e4e4e4;
}
.mapcontrol-list tr {
  cursor: default;
}
.mapcontrol-list tr:hover {
  outline: 1px solid #a0a0a0;
}
.mapcontrol-list th {
  padding: 6px 4px;
  vertical-align: middle;
}
.mapcontrol-list td {
  padding: 4px;
  font-size: 12px;
  line-height: 100%;
  vertical-align: middle;
}
.mapcontrol-list td.brand {
  text-align: center;
  width: 100px;
}
.mapcontrol-sb {
  scrollbar-width: thin;
}
.mapcontrol-sb::-webkit-scrollbar {
  width: 6px;
}
.mapcontrol-sb::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid white;
}
.mapcontrol-sb::-webkit-scrollbar-thumb:hover {
  background-color: #555555;
}
.mapcontrol-sb::-webkit-scrollbar-thumb:active {
  background-color: #000000;
}
.mapcontrol-directions {
  display: none;
}
.mapcontrol-red {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: red;
}
.mapcontrol-green {
  position: absolute;
  left: 18px;
  top: 18px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: green;
}
.cq-Editable-dom > #mapcontrol:empty {
  height: 150px;
  opacity: .5;
  border: 2px solid #7f7f7f;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  background: url("../../../content/dam/sitelocator/images/usmap.jpg") center;
  background-size: 400px 100px;
  padding-top: 30px;
}
.cq-Editable-dom > #mapcontrol:empty:before {
  content: "Map Control";
}
.private {
  display: none;
}
.cq-Editable-dom > .private {
  display: block;
}
.old-box #footer {
  display: none;
}

