.contact-us-page * {
  box-sizing: border-box;
}

.contact-us-page .contact-info-and-photo {
  position: relative;
  text-align: left;
}

.contact-us-page .contact-info {
  position: absolute;
  bottom: 30px;
  left: 0px;
}

.contact-us-page .ccrg-photo {
  width: 100%;
}

.contact-us-page .location {
  background-color: rgba(0, 0, 0, 0.3);
 // padding: 2px;
  margin: 4px;
}

.contact-us-page .mailing-address {
  background-color: rgba(0, 0, 0, 0.3);
 // padding: 2px;
  margin: 4px;
}

.contact-us-page .visitor-info-link {
  background-color: rgba(0, 0, 0, 0.3);
 // padding: 2px;
  margin: 4px;
  text-align: center;
}
.contact-us-page .visitor-info-link a {
  text-transform: uppercase;
  color: #19c2c8;
}

.contact-us-page .contact-person p{ 
  width: 100%;
}


.person-info h3{
  font-weight: 600;
  font-size: 24px;
  margin-top:0;
}
.contact-us-page .contact-person {
  float: left;
  padding:0 0 0 10%;
  display: block;
  min-height: 220px;
  height: 100%;
 /* grid-template-areas: "picture info";
  grid-template-columns: 200px 100%;
  grid-gap: 0.5em;*/
 // padding: 2px;
}

.contact-us-page .profile-picture {
  //grid-area: picture;
  display: block;
  float:left;
  height: 196px;
  width: 196px;
  justify-self: center;
  align-self: top;
  margin: 2px 15px 2px 2px;
}

.contact-us-page .person-info {
  height: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  max-width: 240px;
  min-height: 230px;
}

.contact-info h3 {
  font-size: 24px;
  font-weight: bold;
}

.contact-info, .contact-info h3 {
  color: white;
  font-weight: 600;
}

.contact-info div{
  padding: 15px 40px;
}

.node__content .ccrg-map{
  margin: 0 auto;
  height: 500px;
}

.node__content .ccrg-map iframe{
  width: 100%;
  height: 100%
}
