@import 'fonts.css';

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'XFINITY Standard TT', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #191919;
  background: #e4e5e5;
  position: fixed;
  overflow: hidden;
}

button {
  font-family: 'XFINITY Standard TT', Arial, Helvetica, sans-serif;
}

a,
a:link,
a:visited,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #0272b6;
  outline-color: transparent;
}

a:focus {
  box-shadow: 0 0 0 2px rgba(2, 114, 182, 0.99);
  outline-style: solid;
}

[role="button"]:focus,
[type="button"]:focus {
  box-shadow: 0 0 0 2px rgba(2, 114, 182, 0.99);
  outline-color: transparent;
  outline-style: inset;
}

/* Mobile */
@media (min-width: 0) and (max-width: 576px) {
  a:focus {
    box-shadow: none;
  }

  [role="button"]:focus,
  [type="button"]:focus {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }

  .MapLegendContent .ButtonMapLegendClose:focus {
    box-shadow: none;
  }
}

/* Google Maps focus on default elements */
#Map [rel="noopener"] {
  display: inline-block !important;
}

#Map [type="button"]:focus,
#Map [role="button"]:focus,
#Map [rel="noopener"]:focus {
  box-shadow: 0 0 0 2px rgba(2, 114, 182, 0.99) !important;
  outline-color: transparent;
  outline-style: inset;
}

/* Mobile */
@media (min-width: 0) and (max-width: 576px) {
  #Map [type="button"]:focus,
  #Map [role="button"]:focus,
  #Map [rel="noopener"]:focus {
    box-shadow: rgba(0, 0, 0, 0.99) 0 1px 4px -1px !important;
  }
}

/* Defaults */
p {
  margin: 0 0 10px 0;
}

strong {
  font-weight: 600;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

h1,
h2 {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h2 a,
h2 a:hover,
h2 a:link,
h2 a:visited,
h2 a:active {
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  color: #0272b6;
}

hr {
  margin: 0 0 10px 0;
  border-top: 10px solid #f5f5f5;
  border-bottom: 1px solid #bbbbbb;
  border-left: 0;
  border-right: 0;
  clear: both;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.arrow::before {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  vertical-align: middle;
}

.arrow-left::before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-right-color: inherit;
}

#Content {
  padding: 0;
  width: 100%;
  height: 100%;
  border: 1px #d8d8d8 solid;
  overflow: hidden;
}

.Map {
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.FullPage .Map {
  height: auto;
}

#ResultsPane,
#DetailsPane {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-x: hidden;
  padding: 0 15px;
}

.ResultContainer {
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #e5e3e3;
  background: #ffffff;
  background-image: url('../images/Result-Right-Arrow.png');
  background-size: 7px 12px;
  background-position: 97% 50%;
  background-repeat: no-repeat;
}

.ResultContainer.NoArrow,
.ResultContainerPDF.NoArrow {
  background-image: none;
}

.ResultContainer.Title {
  border-bottom: 1px solid #e5e3e3;
  background: #f5f5f5;
}

.ResultContainer h2 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  color: #0272b6;
}

#DetailsPane {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  padding-bottom: 25px;
}

#DetailsPaneContent .ButtonBackToResults {
  margin-top: 15px;
  color: #0272b6;
  background: transparent;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

#DetailsPaneContent .ButtonBackToResults::before {
  margin-right: 10px;
}

/* Mobile */
@media (min-width: 0) and (max-width: 576px) {
  #DetailsPaneContent .ButtonBackToResults {
    font-size: 16px;
    box-shadow: none;
  }
}

.ResultContent {
  margin-left: 30px;
}

.ResultContainer.Title .ResultContent,
#DetailsPaneContent .ResultContent {
  margin-left: 0;
}

.Hidden {
  display: none !important;
}

.Invisible {
  visibility: hidden !important;
}

.DisabledField {
  color: #999999 !important;
}

.Right {
  float: right;
}

.Left {
  float: left;
}

.Error {
  color: #d7332e !important;
}

.Pointer {
  cursor: pointer;
}

.Clear {
  clear: both;
}

.ButtonText {
  appearance: none;
  color: #0272b6;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.Spacer5 {
  height: 5px;
}

.Result {
  padding: 15px 0;
  border-top: 1px solid #d8d8d8;
}

.Result:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.ResultCenter {
  display: block;
}

.DirLink {
  line-height: 26px;
}

.HR {
  height: 1px;
  border-top: 1px solid #d8d8d8;
  margin: 5px 0;
}

.DetailsList {
  display: block;
  list-style: none;
  margin: 0 0 0 -15px;
  padding: 0;
  width: 320px;
}

.DetailsList li {
  position: relative;
  display: block;
  border-top: 1px #d8d8d8 solid;
  padding: 15px;
}

.DetailsList li:last-child {
  border-bottom: 1px #d8d8d8 solid;
}

/* Mobile */
@media (min-width: 0) and (max-width: 767px) {
  .DetailsList {
    margin: 0;
    width: 100%;
  }

  .DetailsList li {
    padding: 15px 0;
  }
}

.DetailSiteName {
  font-family: 'XFINITY Standard TT Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #191919;
  margin: 15px 0 5px;
}

.DetailLeft {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.DetailRight {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.DetailRightAddress {
  display: block;
  line-height: 1.25;
  margin-bottom: 5px;
}

.DetailRightAddress p {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.DetailGetDirections {
  margin-bottom: 15px;
}

.DetailGetDirections a {
  color: #0272b6;
  text-decoration: none;
}

#infoBubble {
  width: auto;
  height: auto;
  font-family: 'XFINITY Standard TT', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.25;
}

/* Mobile */
@media (min-width: 0) and (max-width: 767px) {
  #infoBubble {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

#infoBubble .infoBubbleRow {
  margin: 5px 0;
}

#infoBubble .infoBubbleRow:first-child {
  margin-top: 10px;
}

#infoBubble .infoBubbleRow.infoBubbleGetDirections {
  margin: 10px 0 0;
}

#infoBubble .infoBubbleTitle {
  font-family: 'XFINITY Standard TT Medium', Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 5px;
}

#infoBubble .infoBubbleLocationIcon {
  display: inline-block;
  width: auto;
  height: 14px;
  margin-right: 3px;
}

#infoBubble .infoBubbleLocationType {
  display: inline-block;
  max-width: 90%;
  vertical-align: top;
  padding-top: 1px;
}

#infoBubble a,
#infoBubble a:link,
#infoBubble a:visited,
#infoBubble a:hover {
  text-decoration: none;
  color: #0272b6;
}

.gm-style-iw {
  width: 230px !important;
  max-width: 230px !important;
}

.Grey {
  color: #7f7f7f;
}

.ShowDesktop,
.ShowMobile {
  display: none;
}

/* Mobile */
@media (min-width: 0) and (max-width: 767px) {
  .ShowMobile {
    display: block;
  }
}

/* Tablets and up */
@media (min-width: 768px) {
  .ShowDesktop {
    display: block;
  }
}

.LoadingMap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 100;
  overflow: hidden;
}

.LoadingMap .LoadingMapBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  opacity: 0.4;
  transition: opacity 1500ms linear;
}

.LoadingMap.hideLoadingMap .LoadingMapBg {
  opacity: 0;
}

/* CSS loading animation */
.loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 16px;
  margin-left: -42px;
  margin-top: -8px;
  opacity: 1;
  transition: opacity 1000ms linear;
}

.LoadingMap.hideLoadingMap .loader {
  opacity: 0;
}

.loader .c1,
.loader .c2,
.loader .c3 {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #596069;
  border-radius: 50%;
  margin: 0 7.25px;
  animation: loader 0.9s ease alternate infinite;
  animation-delay: 0.18s;
}

.loader .c1 {
  margin-left: 0;
}

.loader .c2 {
  animation-delay: 0.36s;
}

.loader .c3 {
  margin-right: 0;
  animation-delay: 0.54s;
}

@keyframes loader {
  0% {
    transform: scale(1);
    background-color: #596069;
  }

  100% {
    transform: scale(1.35);
    background-color: #8a8a8a;
  }
}

/* Results */
.ResultsToggle {
  position: absolute;
  cursor: pointer;
  top: 12px;
  width: 30px;
  height: 35px;
  padding: 5px;
  color: #0272b6;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 0 4px 4px 0;
  display: none;
  align-items: center;
  text-align: center;
}

/* Tablets and up */
@media (min-width: 768px) {
  .ResultsToggle[data-title]::after {
    opacity: 0;
  }

  .ResultsToggle[data-title]:focus::after,
  .ResultsToggle[data-title]:hover::after {
    content: attr(data-title);
    position: absolute;
    left: 100%;
    top: 50%;
    height: 22px;
    color: #fff;
    padding: 2px 8px;
    border: 0;
    border-radius: 4px;
    margin-top: -13px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    background: #44484c;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
    opacity: 1;
    z-index: 2;
  }

  .ResultsToggle .Icon {
    width: 100%;
    height: 100%;
  }
}

/* Mobile */
@media (min-width: 0) and (max-width: 767px) {
  .ResultsToggle-close,
  .ResultsToggle-open {
    right: 70px;
    z-index: 2;
    white-space: nowrap;
    width: auto;
    border-radius: 4px;
    padding: 5px 12px;
    font-size: 16px;
  }
}

/* Tablets and up */
@media (min-width: 768px) {
  .ResultsToggle-close {
    right: -30px;
  }

  .ResultsToggle-open {
    right: -30px;
  }
}

.ResultsList {
  display: block;
  list-style: none;
  margin: 0 0 0 -15px;
  padding: 0;
  width: 320px;
}

.ResultsList .ResultItem {
  display: block;
  padding: 0;
  width: 319px;
}

.ResultsList .ResultItem:first-child {
  border-top: 0;
}

.ResultsList .ResultItem:last-child {
  border-bottom: 0;
}

.ResultsList .ResultItem .ResultLink {
  text-decoration: none;
  color: #191919;
  display: block;
  padding: 15px;
  line-height: 1.25;
}

.ResultsList .ResultItem .ResultLink:focus {
  box-shadow: inset 0 0 0 2px rgba(2, 114, 182, 0.99);
}

/* Mobile */
@media (min-width: 0) and (max-width: 767px) {
  .ResultsList {
    margin: 0;
    width: 100%;
  }

  .ResultsList .ResultItem {
    width: 100%;
  }

  .ResultsList .ResultItem .ResultLink {
    padding: 15px 0;
  }

  .ResultsList .ResultItem .ResultLink:focus,
  .ResultsList .ResultItem .ResultLink:hover {
    box-shadow: none;
    background-color: transparent;
  }
}

.ResultsList .ResultItem .ResultLink .resultsLink {
  display: block;
  color: #0272b6;
  font-family: 'XFINITY Standard TT Medium', Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}

.ResultsList .ResultItem .ResultLink .resultsLink br {
  display: none;
}

.SubTitle {
  position: sticky;
  top: 0;
  color: #000000;
  background: #fff;
  font-family: 'XFINITY Standard TT Medium', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 28px 15px 0;
  width: 320px;
  margin-left: -15px;
  z-index: 1;
  outline-color: transparent;
}

.SubTitle .HR {
  width: 320px;
  margin: 23px 0 0 -15px;
}

/* Mobile */
@media (min-width: 0) and (max-width: 767px) {
  .SubTitle {
    width: 100%;
    margin: 0;
    padding: 75px 0 0;
  }

  .SubTitle .HR {
    width: 100%;
    margin-left: 0;
  }
}

.StatusBadge {
  font-size: 10px;
  font-weight: 600;
  border-radius: 4px;
  padding: 2px 5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.125;
  white-space: nowrap;
}

.StatusBadgeAmenity {
  background-color: #ffa700;
}

.StatusBadgeOffline {
  background-color: #c7cdd2;
}

/* Goes inside DetailsList */
.StatusBadgeRight {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
}

.Result .StatusBadge {
  float: right;
  margin-top: 14px;
}

.ButtonMapLegend {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
  width: 45px;
  height: 35px;
  padding: 7px 12px;
  color: #0272b6;
  background-color: #fff;
  border: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.ButtonMapLegend .Icon {
  width: 100%;
  height: 100%;
}

.MapLegendContent {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 14px;
  background-color: #ffffff;
  width: 180px;
  padding: 18px 12px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.MapLegendContent .ButtonMapLegendClose {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  width: 55px;
  height: 30px;
}

.MapLegendContent .MapLegendTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 8px 0 18px;
}

.MapLegendContent .MapLegendItem {
  display: block;
  padding-bottom: 7px;
}

.MapLegendContent .MapLegendItem:last-child {
  padding-bottom: 0;
}

.MapLegendContent .MapLegendItem .svg-icon {
  vertical-align: middle;
  margin-right: 5px;
}

#Wrapper {
  position: relative;
  width: 320px;
  min-width: 320px;
  height: 100%;
  margin-left: -320px;
  background-color: #fff;
  border-right: 1px #d8d8d8 solid;
  box-shadow: none;
  z-index: 1;
}

#Wrapper.Expanded {
  margin-left: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sidebarAnimation {
  transition: margin-left 220ms ease;
}

/* Mobile */
@media (min-width: 0) and (max-width: 767px) {
  #Wrapper {
    position: absolute;
    width: 100%;
    box-shadow: none;
    transition: opacity 220ms ease;
    opacity: 0;
  }

  #Wrapper.Expanded {
    box-shadow: none;
    opacity: 1;
  }
}

.FlexContent {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.FlexContent .Map {
  opacity: 0;
  transition: opacity 1000ms linear;
}

.FlexContent .Map.showMap {
  opacity: 1;
}

/* Debug for keyboard navigation */
/* #Map *:focus,
#Map [type="button"]:focus,
#Map [role="button"]:focus,
#Map [rel="noopener"]:focus,
*:focus {
  box-shadow: inset 0 0 1000px rgba(255, 0, 0, 0.8) !important;
} */
