.region-5 {
  padding-top:2rem;
  padding-bottom: 2rem;
}

.region-5 p {
  line-height: 1.75rem;
}

.region-5.privacy-policy dd {
  line-height: 1.75rem;
  margin-bottom: 1rem;
}

.region-5.privacy-policy p {
  margin-bottom: 1rem;
}

.region-5 a {  
  color: #4f4d51;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid #369ece 1px;
}

.region-5 h2 {
  text-align: left;
  color: #006298;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  margin-top: 2rem;
}

.region-5 h2.secondary-title {
  text-align: left;
  color: #006298;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .5px;
  margin-bottom: 1rem;
  margin-top: 3rem;
  text-transform: none;
}

.region-5 h2.special {
  font-weight: 700;
}

.region-5 h2.map-definition {
  text-align: left;
  color: #4f4d51;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0px;
  margin-bottom: 0rem;
  text-transform: none;
  margin-top: 0rem;
}

.region-5 h3,
.region-5 .container h3 {
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.region-5 a:hover,
.region-5 a:active {
  color: #369ECE;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: solid #369ece 1px;
}

.region-5.cardholder h1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-bottom: 2rem;
  margin-bottom: 0rem;
}

.region-5.cardholder .cardholder-intro {
  padding-bottom: 2rem;
  text-transform: uppercase;
  margin-bottom: 0rem;
}

.region-5.site-map ul {
  list-style: none;
  padding-left: 0;
}

.region-5.site-map li {
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.region-5.site-map h2 {
  font-size: 1rem;
}

.region-5.site-map h2 a {
  color: #006298;
}

.region-5.site-map h2 {
  margin-bottom: 1rem;
  line-height: 1.75;
}

.site-map-column p a.external-link:hover:after, 
.site-map-column  p a.external-link:focus:after, 
.site-map-column p a.external-link:active:after {
    left: 4px;
}

.region-5.site-map h2 a:hover {
  color: #369ece;
}

/* Where to use */ 

.where-to-text {
  line-height: 1.75rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.operators-list {
  line-height: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
}

.operators-bonus {
  margin-bottom: 3rem;
  font-size: 1rem;
}

/* Locations */ 

#map-tabs h2 {
  text-transform: none;
}

#list-tab {
  border-right: 1px solid #ced4da;
}

#map-tabs a:hover, #map-tabs a:active {
    border-bottom: 0px;
}

.btn-go {
  padding: .5rem 1.25rem;
}

/* Brand Guidelines ALL */ 

.brand-guidelines-bg-grey {
    background-color: #F1F1F2;
    margin-bottom: 1rem;
    margin-right: 2rem;
}

.brand-guidelines-bg-grey img {
    margin:auto;
    display: block;
}

.brand-guidelines-bg {
    margin-bottom: 1.25rem;
    margin-right: 1.25rem;
}

.asset-title {
  font-weight: 700;
}

.asset-title,
.asset-color {
  line-height: 1.75;
}

.asset-links {
  font-size: .875rem;
}

.bg-image-200 {
  height:200px;
}

.bg-image-300 {
  height:300px;
}

span.horiz-divider {
  padding-left: .5rem;
  padding-right: .5rem;
}

.form-links {
  margin-bottom: .25rem;
}


/* End ALL */ 

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 767px) {

  .region-5 h3 {
    font-size: 1.0rem;
    font-weight: 600;
  }

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

  .brand-guidelines-photos img {
    margin-bottom: 1rem;
  }

  .region-5.find-service {
    text-align: center;
  }

  .operators-list {
    margin-bottom: 0rem;
  }

  #map-tabs .nav-link {
    padding:0.25rem 1rem;
  }

}

/* End XS */ 

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {

  .site-map-column {
    padding-left: 4rem;
  }

  .brand-guidelines-photos .row {
    margin-bottom: 30px;
  }


  
}

/* End SM */

/* ----------- Desktops and laptops (MD) ----------- */
@media (min-width: 992px) {
  
}

/* End MD */

/* ----------- Large Desktops (LG) ----------- */

@media (min-width: 1200px) {

}
