#About-ns .page-title {
  display: none;
}
#About-ns .ui-content {
  padding-bottom: 0;
  padding-top: 0;
}
#About-ns .card {
  padding-right: 0;
}
#About-ns #canadaMsg {
  background: #333;
  color: white;
  padding: 10px 1em;
}
#About-ns .dark-gray-text {
  color: #666666;
}
#About-ns .headerImg {
  width: 100%;
}
#About-ns #pageHeader h4 {
  margin: -150px 0 115px 30px;
  line-height: 28px;
}
#About-ns #pageHeader h4 span {
  background: #181818;
  padding: 2px 5px;
  color: #FFF;
}
#About-ns #DiffPeopleHero {
  background: #555;
  padding: 15px 15px 30px 15px;
  color: #fff;
}
#About-ns #DiffPeopleHero a {
  color: #fff;
}
#About-ns #DiffPeopleHero h1 {
  font-size: 26px;
}
#About-ns #DiffPeopleHero .HeroTxt {
  background: #555;
}
#About-ns #DiffPeopleHero #DiffPeople-Vid {
  width: 100%;
}
#About-ns #DiffPeopleHero #DiffVid-Full {
  width: 100%;
}
#About-ns .aboutTopics {
  margin-top: 20px;
}
#About-ns .aboutTopics dl {
  margin: 15px 0 20px 30px;
}
#About-ns .aboutTopics dd {
  margin-bottom: 20px;
}
#About-ns .aboutTopics .topicHeading {
  margin-top: 15px;
}
#About-ns .aboutTopics .topicHeading h3 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}
#About-ns .aboutTopics .topicHeading hr {
  margin: 3px 0 10px 0;
}
#About-ns .aboutTopics .topicHeading h4 {
  margin: 0;
  font-size: 14px;
}
#About-ns .locations {
  margin-bottom: 25px;
  height: 226px;
}
#About-ns .locations img {
  position: absolute;
  z-index: 1;
}
#About-ns .locFlex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
}
#About-ns .locationCallout {
  background: #D11C23;
  color: #fff;
  z-index: 2;
  height: 65px;
  width: 242px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0 0 5px 5px;
}
#About-ns .locationAll {
  margin-bottom: 15px;
  z-index: 3;
}
#About-ns #footer {
  padding: 11px 1em;
}
@media only screen and (max-width: 320px) {
  #About-ns #img1 {
    margin-right: 8px;
  }
}
@media only screen and (min-width: 375px) {
  #About-ns #img1 {
    margin-right: 3px;
  }
}
@media only screen and (min-width: 376px) {
  #About-ns .wrapper {
    margin: 0 auto;
    width: 375px;
  }
  #About-ns .ui-content {
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0;
    width: auto;
  }
  #About-ns #topImages {
    width: 375px;
  }
  #About-ns #topImages #img1 {
    float: left;
  }
  #About-ns #topImages #img2 {
    float: right;
  }
  #About-ns #canadaMsg {
    padding: 1em 2em;
  }
}
