.module-location-wrapper{
  /*padding-bottom:20px;*/
}
.module-location-wrapper h2{
  margin-bottom: 30px;
}
.view-switch{
  position: relative;
  /*float: right;*/
  z-index: 9;
  display: inline-block;
  width: 100%;
}
.view-btn-wrapper {
  float: right;
}
.view-btn.active {
  opacity: 1;
}
.map-list-view-content {
  display: none;
}
.map-list-view-content.active {
  display: block;
}
.right-address-wrapper {
  margin-top: 45px;
}
.right-address-wrapper a{
  text-decoration:underline;
}
.view-switch a {
  color: var(--color-2e2e2e);
  font-size: 1.4rem;
  line-height: 1.8rem;
  opacity: .6;
  display: block;
  float: left;
  text-decoration: none;
  padding: 11px 7px 11px 15px;
  outline: 3px;
  cursor: pointer;
  border: 1px dotted transparent;
}
.view-switch a:hover {
  opacity: 1;
  text-decoration: none;
}
.view-switch a:active, .view-switch a:focus {
  border: 1px dotted red;
}
/*#map-view{
display: none;
visibility:hidden;
position:absolute;
margin-top: 40px;
}*/
.module-location-wrapper .scroll-table-container {
  padding: 0 0 5px;
  margin-top: 40px; 
  width: 100%;
  max-width:100%;
  overflow-y: hidden;
  overflow-x: scroll; 
}
.scroll-table-container table {
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;  
}
.table-td{
  padding : 15px 15px 15px 0;
  padding: 15px 15px 15px 0;
  color: var(--color-2e2e2e);
  line-height: 1.8;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-indent: initial;
  width: auto;
  font-size: 1.6rem;
}
.map-list-view-content table thead tr th {
  min-width: 150px;
  background-color: transparent;
  color: var(--color-676767);
  font-size: 12px;
  line-height: 1.5;
  font-family: var(--font-roboto-regular);
  text-transform: uppercase;
  text-align: left;
  border-bottom-color: var(--color-111111);
  border-bottom: 2px solid;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 15px;
  font-weight: 400;
}
.map-list-view-content table tr{
  border-bottom:1px solid var(--color-111111);
}
.map-list-view-content table tr .table-td a{
  color: var(--color-2e2e2e);
  line-height: 1.8;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-indent: initial;
  width: auto;
  font-size: 1.6rem;
}
.map-list-view-content table tr .table-td a:hover{
  color:var(--color-cb0024);
}
.map-container{
  height: 580px;
}
.addr-left {
/*   width: 97px; */
  width: 100%;
/*   float: left; */
  /*   font-weight: 300; */
  /*   font-size: 11px; */
  /*   font: 400 11px Roboto, Arial, sans-serif; */
}
.addr-title {
  font-size: 1.8rem;
  font-family: var(--font-roboto-medium);
  line-height: 1.8rem;
  /*   margin-bottom: 8px; */
  font-weight: 700;
  /*   color: #2e2e2e; */
}
.map-address-wrapper p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: var(--font-roboto-light);
  /*   margin-bottom: 2px; */
}
.g-map-call-link, .g-map-email-link {
  background: url("/~/media/images/a/atsg/universal/icons/map-email.svg") no-repeat center center;
  margin-bottom: 10px;
  margin-top: 5px;
  display: inline-block;
  text-indent: -9999px;
  width: 30px;
  height: 31px;
  margin-right: 10px;
}
.g-map-call-link {
  background: url("/~/media/images/a/atsg/universal/icons/map-call.svg") no-repeat center center;
}
.g-map-email-link {
  background: url("/~/media/images/a/atsg/universal/icons/map-email.svg") no-repeat center center;
}
#map-view a.g-map-icon:focus-visible {
  border: 1px dotted var(--color-cb0024);
}
#map-view .gm-ui-hover-effect:focus-visible {
  outline: 1px dotted var(--color-cb0024);
  outline-offset: -9px;
}
.addr-right {
/*   float: right; */
/*   width: 30px; */
}
.gm-style .g-map {
  width: 160px;
}
.g-map-icon:focus {
  outline: none;
}
.gmnoprint, .gm-style-cc {
  display: none;
}
a[title*="Open this area in Google Maps (opens a new window)"] {
  display: none !important;
}
@media screen and (max-width: 767px){
  .module-location-wrapper p{
    font-size: 1.6rem;
  }
  .map-container {
    height: 300px;
  }
  .module-location-wrapper h2{
    margin-bottom: 20px;
  }
  .map-address-wrapper p {
    font-size: 1.2rem;
  }
  .gm-style .gm-style-iw-c {
    padding: 10px !important;
  }
  .gm-style .gm-style-iw-d {
    min-height: 118px;
  }
}