@charset "utf-8";


/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

  Last Updated: February 28, 2014

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


#globalNav > ul > li.home {
  background-image: url(../images/shared/globalnav-point-current.png);
}


/* ============================================================
article
============================================================ */
article {
  width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}
article > header {
  display: none;
}
article > figure {
  margin-bottom: 60px;
}
article > section.outline {
  width: 780px;
  margin: 0 auto 60px;
}
article > section.outline > h2 {
  font-size: 0;
  margin-bottom: 30px;
}
article > section.outline > p {
  margin-bottom: 1.8em;
}
article > section.outline > p:last-child {
  margin-bottom: 0;
}
article > footer {
  margin: 60px 0 100px;
  position: relative;
}
