#content article {
  width: auto;
  max-width: 1400px;
  padding: 0;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    #content article {
      padding: 0 20px; } }
  #content article .intro {
    position: relative; }
    #content article .intro img.cover-image {
      display: block;
      width: 100%;
      height: auto; }
    #content article .intro .overlay {
      position: absolute;
      z-index: 100;
      background: rgba(220, 235, 236, 0.9);
      color: #333;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 2% 5%;
      box-sizing: border-box; }
      #content article .intro .overlay h1 {
        color: #b48f07; }
      #content article .intro .overlay hr {
        border-top: 1px dotted #333; }
      #content article .intro .overlay p {
        font-size: 14px; }
      @media screen and (max-width: 800px) {
        #content article .intro .overlay {
          position: static; } }
  #content article .body {
    padding: 30px 0 70px 0; }
    #content article .body #page-navigation {
      list-style: none;
      float: left;
      width: 25%;
      border-right: 1px dotted #ccc;
      padding: 0 5%;
      margin-right: 5%;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        #content article .body #page-navigation {
          float: none;
          width: 100%; } }
      #content article .body #page-navigation a {
        display: block;
        background: rgba(220, 235, 236, 0.7);
        padding: 5px 10px;
        border-bottom: 1px solid white; }
        #content article .body #page-navigation a:hover {
          text-decoration: none;
          background: #dcebec; }
    #content article .body #page-text {
      float: left;
      width: 70%;
      padding-right: 5%;
      box-sizing: border-box; }
      @media screen and (max-width: 640px) {
        #content article .body #page-text {
          float: none;
          width: 100%;
          padding: 5%; } }
  #content article iframe.map {
    width: 100%;
    min-height: 350px; }

.text-block div.whanau,
.text-block div.alt {
  background: none;
  clear: left; }
  .text-block div.whanau img,
  .text-block div.alt img {
    width: auto; }
  .text-block div.whanau .whanau-image,
  .text-block div.alt .whanau-image {
    width: 22%;
    float: left; }
    @media screen and (max-width: 800px) {
      .text-block div.whanau .whanau-image,
      .text-block div.alt .whanau-image {
        display: none; } }
    .text-block div.whanau .whanau-image img,
    .text-block div.alt .whanau-image img {
      display: block;
      width: 100%; }
  .text-block div.whanau .whanau-tags,
  .text-block div.alt .whanau-tags {
    float: left;
    margin: 15px 15px 20px 0px; }
  .text-block div.whanau div.text,
  .text-block div.alt div.text {
    background: none;
    float: left;
    width: 78%;
    padding: 20px;
    box-sizing: border-box; }
    @media screen and (max-width: 800px) {
      .text-block div.whanau div.text,
      .text-block div.alt div.text {
        float: none;
        width: 100%; } }
    .text-block div.whanau div.text h2.whanau,
    .text-block div.alt div.text h2.whanau {
      font-size: 42px;
      margin: 10px 0px;
      line-height: 110%; }
      @media screen and (max-width: 800px) {
        .text-block div.whanau div.text h2.whanau,
        .text-block div.alt div.text h2.whanau {
          font-size: 32px; } }
    .text-block div.whanau div.text h3.whanau,
    .text-block div.alt div.text h3.whanau {
      font-size: 16px;
      margin: 10px 0px 30px 0px;
      font-family: Aileron;
      font-weight: normal; }
.text-block div.alt {
  background: #eef5f6; }
  .text-block div.alt .text {
    background: #eef5f6; }

.partner-logos {
  background: #fff;
  padding: 25px; }
  .partner-logos a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 0; }
    .partner-logos a img {
      display: block; }
