/**
*
* Theme Name: USH Theme
* Description: USH Target Maps specific style.
*
**/

.maps-module{
  margin-bottom: 3.125rem;
  display: flex;
}

.maps-module .map-wrapper,
.maps-module .map-content{
  max-width: 50%;
  width: 100%;
}

.maps-module .map-wrapper .map-container,
.maps-module .map-wrapper .map-container iframe{
  height: 100%;
}

.maps-module .map-wrapper #wpgmza_map{
  height: 100% !important;
}

.maps-module .map-content{
  background: #162b74;
  padding: 3.4375rem 6.25rem 4.6875rem;
}

.maps-module .map-content .map-content__title{
  color: #fff;
  margin-bottom: 1.125rem;
}

.maps-module .map-content .map-content__copy{
  margin-bottom: 1.875rem;
}

.maps-module .map-content .map-content__copy h1,
.maps-module .map-content .map-content__copy h2,
.maps-module .map-content .map-content__copy h3,
.maps-module .map-content .map-content__copy h4,
.maps-module .map-content .map-content__copy h5,
.maps-module .map-content .map-content__copy h6{
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  text-decoration: underline;
  line-height: 1.33;
  margin-bottom: 0.5rem;
  padding-top: 1.125rem;
  color: #fff;
}

.maps-module .map-content .map-content__copy p{
  color: #fff;
  line-height: 1.43;
}

.maps-module .map-content .map-content__copy a{
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.maps-module .map-content a.map-content__cta{
  display: inline-block;
  background: #fff;
  color: #036ce2;
  font-weight: 500;
  border-radius: 4px;
  padding: 0.625rem 2.5rem;
  font-size: 1.125rem;
  letter-spacing: 1px;
}


