div.about-main {
    position: relative;
    padding: 60px 0 60px 0;
}

div.about-main:after {
    content: "";

    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 19px;
    background: url('../img/section_shading_lower.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
    filter: alpha(opacity=10);
    z-index: 100;
}

div.about-main div.headline, div.about-main div.image, div.about-main div.subhead {
    text-align: center;
}

div.about-main div.headline h1 {
    color: #3c3c3c;
    font-size: 54px;
}

div.about-main div.image {
    padding: 30px 0;
}

div.about-main div.subhead h2 {
    color: #3c3c3c;
    font-size: 26px;
}

#content {
    padding: 60px 0;
    border-bottom: 2px solid #fff;
    background: url('../img/product_bg.png');
}

#content img.fma {
    margin-bottom: 24px;
    border: 3px solid #fff;
}

#content section {
    padding-top: 60px;
}

#content section:first-child {
    padding-top: 0px;
}

#detailsModule {
   height: 592px;
   overflow: hidden;
   background: #fff;
}

#detailsModule div.image {
    margin-top: 3px;
    text-align: center;
}

#detailsModule div.content {
    padding: 24px;
}

#detailsModule div.content h2 {
    color: #404040;
    font-size: 30px;
    text-align: center;
    line-height: 1.2em;
}

#focusPoints ul {
    margin: 0;
    padding: 0;
}

#focusPoints li {
    display: block;
    height: 148px;
}

#focusPoints li.module-a {
  background: #002f8e;
}

#focusPoints li.module-b {
  background: #0074d2;
}

#focusPoints li.module-c {
  background: #003bb1;
}

#focusPoints li.module-d {
  background: #53a4f0;
}

#focusPoints div.icon {
  position: relative;
  float: left;
  width: 148px;
  height: 148px;
}

#focusPoints li div.icon:after {
  right: -20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  top: 50%;
  margin-top: -10px;
  z-index: 101px;
}



#focusPoints li.module-a div.icon:after {
  border-left-color: #002f8e;
}



#focusPoints li.module-b div.icon:after {
  border-left-color: #0074d2;
}



#focusPoints li.module-c div.icon:after {
  border-left-color: #003bb1;
}



#focusPoints li.module-d div.icon:after {
  border-left-color: #53a4f0;
}

#focusPoints li div.content {
  height: 108px;
  margin-left: 148px;
  padding: 20px 24px;
}

#focusPoints div.content h2 {
  margin: 0 0 8px 0;
  color: #fff;
  font-family: "WhiteHouseCustomMediumRegular";
  font-size: 22px;
  font-weight: normal;
  line-height: 1.1em;
}

#focusPoints div.content p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
}

#focusPoints li.module-a div.content {
  background: #00106d;
}

#focusPoints li.module-b div.content {
  background: #0053b1;
}

#focusPoints li.module-c div.content {
  background: #03308b;
}

#focusPoints li.module-d div.content {
  background: #138de1;
}



div.about-locations {
    position: relative;
    padding: 60px 0 60px 0;
}

div.about-locations:after {
    content: "";

    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 19px;
    background: url('../img/section_shading_lower.png');
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
    filter: alpha(opacity=10);
    z-index: 100;
}

#googleMapCanvas {
    width: 450px;
    height: 300px;
    border: 3px solid #fff;
}
