@charset "UTF-8";
/* -- Color Palette --
*
* White: #FFFFFF
* Offwhite : #F7F9FB
* Blue : #6584AB
* Blue Grey : #273648
* Dark Grey : #18212D
* Red : #FF6B6B
* Blue link : #0645AD
*
* Corporate Colors
*
* Green : #6B7921
* Maroon : 
*/
* {
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

body {
  background-color: #F7F9FB;
  width: 100%;
  height: auto; }
  body a {
    text-decoration: none;
    color: inherit; }
  body a:hover {
    cursor: pointer; }

.hidden, .hide {
  display: none !important; }

.danger {
  color: #FF6B6B; }

.flash {
  background-color: #F7F9FB;
  opacity: 0.6; }

.center-all-children {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }

.temporary-news-container {
  width: 80%;
  padding: 20px 20px;
  margin: 50px auto;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  border-top: 5px solid red;
  border-bottom: 5px solid red; }
  .temporary-news-container .temporary-news-header {
    width: 100%;
    color: red; }
  .temporary-news-container .temporary-news-text {
    width: 100%;
    margin: 0px; }

.break-above {
  margin-top: 60px !important; }

.link {
  color: #0000EE; }

.subtitle-container {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start; }
  .subtitle-container .subtitle {
    text-align: left;
    width: 200px;
    color: #F7F9FB;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 3px solid white; }
  .subtitle-container .subtitle-black {
    text-align: left;
    width: 200px;
    color: #18212D;
    font-size: 30px;
    font-weight: 700;
    border-bottom: 3px solid #18212D; }

body {
  overflow-x: hidden;
  position: absolute;
  top: 0;
  left: 0; }

p, input, li, table {
  font-family: 'Oxygen', sans-serif !important;
  font-size: 16px;
  color: #464748;
  font-weight: 500;
  letter-spacing: 0.5px; }

a,
a:hover,
a:focus,
a:active,
a.active {
  font-family: 'Oxygen', sans-serif !important;
  color: #FF6B6B;
  outline: none; }

h1 {
  font-family: 'Taviraj', serif !important;
  text-transform: inherit;
  color: #464748; }

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Taviraj', serif !important;
  text-transform: inherit;
  color: #464748; }

#section-title {
  text-align: center; }

/* -- BREAKPOINTS -- */
/* ----------------------------------------------------------------------------
* --------------------- Phone Queries -----------------------------------------
* --------------------------------------------------------------------------- */
@media (max-width: 770px) {
  .button {
    width: 98% !important;
    min-width: 320px !important;
    height: 50px !important;
    font-size: 12pt !important; }
  #longlat-text {
    font-size: 100px; }
  #nav-container {
    width: 100%; }
    #nav-container .nav-border {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      align-items: center; }
      #nav-container .nav-border .nav-logo-container {
        width: 40%;
        height: 40px;
        margin-bottom: 0;
        padding-bottom: 0; }
        #nav-container .nav-border .nav-logo-container img {
          width: 100%; }
      #nav-container .nav-border #hamburger-icon {
        width: 45%;
        height: 70px;
        display: flex;
        justify-content: flex-end; }
        #nav-container .nav-border #hamburger-icon img {
          width: 30px;
          height: 30px; }
      #nav-container .nav-border .nav-menu-container {
        display: none; }
  #nav-menu-container {
    width: 100% !important;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: flex-start;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 25px;
    position: relative;
    overflow-y: auto;
    white-space: nowrap; }
    #nav-menu-container .menu-sub-menu-container {
      width: 100%;
      position: relative;
      background-color: #18212D;
      right: 0px; }
      #nav-menu-container .menu-sub-menu-container .menu {
        padding: 5px;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        #nav-menu-container .menu-sub-menu-container .menu > li {
          text-align: center;
          padding: 5px;
          width: 100%; }
          #nav-menu-container .menu-sub-menu-container .menu > li > a {
            padding-bottom: 10px;
            font-size: 12pt !important;
            color: white !important;
            border-bottom: 0.5px solid white; }
          #nav-menu-container .menu-sub-menu-container .menu > li .sub-menu {
            background-color: #18212D; }
            #nav-menu-container .menu-sub-menu-container .menu > li .sub-menu li {
              text-align: center;
              padding: 5px;
              width: 100%;
              display: flex;
              justify-content: center;
              border-bottom: 0.5px solid white; }
              #nav-menu-container .menu-sub-menu-container .menu > li .sub-menu li a {
                color: white;
                padding-top: 5px;
                text-align: center;
                font-size: 12pt; }
    #nav-menu-container .menu-main-menu-container {
      width: 100% !important;
      position: relative !important; }
      #nav-menu-container .menu-main-menu-container > ul {
        padding: 0 5px 5px 5px;
        width: 100% !important;
        display: flex;
        flex-wrap: wrap; }
        #nav-menu-container .menu-main-menu-container > ul > li {
          text-align: center;
          padding: 5px;
          width: 100%; }
          #nav-menu-container .menu-main-menu-container > ul > li > a {
            font-size: 12pt !important;
            padding-bottom: 10px;
            border-bottom: 0.5px solid #18212D; }
          #nav-menu-container .menu-main-menu-container > ul > li ul {
            padding: 0 5px 5px 5px;
            width: 100% !important;
            display: flex;
            flex-wrap: wrap; }
            #nav-menu-container .menu-main-menu-container > ul > li ul li {
              text-align: center;
              padding: 5px;
              width: 100%;
              display: flex;
              justify-content: center;
              border-bottom: 0.5px solid #18212D; }
              #nav-menu-container .menu-main-menu-container > ul > li ul li a {
                padding-top: 5px;
                font-size: 12pt !important; }
        #nav-menu-container .menu-main-menu-container > ul #menu-item-29 a {
          margin: 10px;
          padding: 30px !important;
          border-bottom: none; }
  body {
    width: 100%; }
  #landing-container-phone {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 400px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover; }
    #landing-container-phone .landing-content {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative; }
      #landing-container-phone .landing-content #landing-text-phone {
        width: 300px;
        height: 110px;
        position: absolute;
        bottom: 50px; }
  #landing-form-phone-container {
    padding: 50px 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    #landing-form-phone-container p {
      margin-left: 5%;
      width: 100%;
      font-size: 12pt; }
    #landing-form-phone-container form {
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      #landing-form-phone-container form input {
        margin: 10px 5%;
        width: 98%;
        font-size: 12pt;
        height: 50px;
        padding-left: 20px; }
      #landing-form-phone-container form input::placeholder {
        color: rgba(1, 1, 1, 0.3); }
      #landing-form-phone-container form button {
        margin: 10px 5%;
        width: 98%;
        font-size: 12pt;
        height: 50px; }
  #home-about-container {
    padding: 30px 10%; }
    #home-about-container h2 {
      font-size: 22pt; }
    #home-about-container p {
      font-size: 12pt;
      text-align: left; }
  #home-tamariki-container {
    display: none; }
  #home-interesting-container {
    padding: 5%;
    padding-top: 40px; }
    #home-interesting-container .home-interesting__title {
      margin-bottom: 30px; }
    #home-interesting-container .home-interesting__text {
      margin: 20px; }
      #home-interesting-container .home-interesting__text p {
        font-size: 12pt;
        text-align: left; }
  #footer-container {
    display: none; }
  #second-footer-container {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 50px; }
    #second-footer-container .copyright-container,
    #second-footer-container .supporting-community-container {
      margin: 10px;
      width: 100%;
      justify-content: center;
      text-align: center; }
  #spage-title-container {
    height: 300px; }
  #spage-title-container .spage-title,
  #about-content-container .spage-title,
  #spage-content-container .spage-title {
    margin: 20px 0 0 0; }
  #spage-title-container .spage-title__text,
  #about-content-container .spage-title__text,
  #spage-content-container .spage-title__text {
    font-size: 22pt; }
  #spage-title-container .spage-content,
  #about-content-container .spage-content,
  #spage-content-container .spage-content {
    width: 90%; }
    #spage-title-container .spage-content p,
    #about-content-container .spage-content p,
    #spage-content-container .spage-content p {
      font-size: 12pt;
      align-text: left; }
  #spage-title-container .about-content,
  #about-content-container .about-content,
  #spage-content-container .about-content {
    font-size: 12pt;
    width: 85%;
    margin: 20px 0; }
    #spage-title-container .about-content p,
    #about-content-container .about-content p,
    #spage-content-container .about-content p {
      font-size: 12pt; }
  #spage-title-container .about-vision__img,
  #about-content-container .about-vision__img,
  #spage-content-container .about-vision__img {
    display: none; }
  #spage-title-container .about-moriori-container,
  #about-content-container .about-moriori-container,
  #spage-content-container .about-moriori-container {
    margin: 10px 0;
    display: flex;
    justify-content: center; }
    #spage-title-container .about-moriori-container .about-content,
    #about-content-container .about-moriori-container .about-content,
    #spage-content-container .about-moriori-container .about-content {
      width: 85%;
      font-size: 12pt;
      text-align: left; }
      #spage-title-container .about-moriori-container .about-content h1,
      #about-content-container .about-moriori-container .about-content h1,
      #spage-content-container .about-moriori-container .about-content h1 {
        font-size: 22pt; }
      #spage-title-container .about-moriori-container .about-content p,
      #about-content-container .about-moriori-container .about-content p,
      #spage-content-container .about-moriori-container .about-content p {
        font-size: 12pt;
        text-align: left; }
  #spage-title-container .about-karapuna-container,
  #about-content-container .about-karapuna-container,
  #spage-content-container .about-karapuna-container {
    padding: 35px 0;
    flex-wrap: wrap; }
    #spage-title-container .about-karapuna-container .about-karapuna__content,
    #about-content-container .about-karapuna-container .about-karapuna__content,
    #spage-content-container .about-karapuna-container .about-karapuna__content {
      width: 90%; }
      #spage-title-container .about-karapuna-container .about-karapuna__content h1,
      #about-content-container .about-karapuna-container .about-karapuna__content h1,
      #spage-content-container .about-karapuna-container .about-karapuna__content h1 {
        font-size: 22pt; }
      #spage-title-container .about-karapuna-container .about-karapuna__content p,
      #about-content-container .about-karapuna-container .about-karapuna__content p,
      #spage-content-container .about-karapuna-container .about-karapuna__content p {
        font-size: 12pt; }
    #spage-title-container .about-karapuna-container #about-karapuna__img,
    #about-content-container .about-karapuna-container #about-karapuna__img,
    #spage-content-container .about-karapuna-container #about-karapuna__img {
      width: 350px; }
      #spage-title-container .about-karapuna-container #about-karapuna__img img,
      #about-content-container .about-karapuna-container #about-karapuna__img img,
      #spage-content-container .about-karapuna-container #about-karapuna__img img {
        height: 250px; }
  #trustees-content-container .trustees-content .trustee-container {
    width: 100% !important; }
    #trustees-content-container .trustees-content .trustee-container .trustee-img {
      width: 100%; }
      #trustees-content-container .trustees-content .trustee-container .trustee-img .trustee-details .trustee-name {
        font-size: 22pt; }
      #trustees-content-container .trustees-content .trustee-container .trustee-img .trustee-details .trustee-iwi {
        font-size: 12pt; }
      #trustees-content-container .trustees-content .trustee-container .trustee-img .trustee-details .trustee-text {
        font-size: 12pt; }
  #trustees-content-container .trustees-content .hidden-board-details {
    font-size: 12pt; }
  #trustees-content-container .trustees-content #selected-trustee {
    padding: 40px 30px; }
    #trustees-content-container .trustees-content #selected-trustee .trustee-img .trustee-details img {
      height: 150px; }
  #treatypage-nav-container {
    width: 100%;
    height: auto; }
    #treatypage-nav-container .nav-border {
      width: 95%;
      height: auto; }
      #treatypage-nav-container .nav-border div {
        height: auto; }
        #treatypage-nav-container .nav-border div ul {
          height: auto; }
          #treatypage-nav-container .nav-border div ul li {
            margin: 1%;
            border: 1px solid white;
            width: 48%;
            padding: 10px;
            text-align: center; }
        #treatypage-nav-container .nav-border div p {
          display: none; }
  #treaty-content-container {
    width: 100%; }
    #treaty-content-container .treaty-content {
      width: 100%; }
      #treaty-content-container .treaty-content .treaty-border {
        padding: 5%;
        width: 100%; }
        #treaty-content-container .treaty-content .treaty-border p {
          font-size: 12pt; } }

/* ----------------------------------------------------------------------------
* --------------------- Tablet Queries -----------------------------------------
* --------------------------------------------------------------------------- */
@media (max-width: 1024px) and (min-width: 420px) {
  .button {
    height: 70px !important;
    font-size: 15pt !important; }
  body {
    width: 100%; }
  #landing-container-phone {
    height: 400px; }
    #landing-container-phone .landing-content {
      width: 100%;
      display: flex;
      justify-content: center;
      position: relative; }
      #landing-container-phone .landing-content #landing-text-phone {
        width: 500px;
        height: 180px;
        position: absolute;
        bottom: 50px; }
  #landing-form-phone-container p {
    font-size: 15pt; }
  #landing-form-phone-container form input {
    margin: 10px 12.5%;
    font-size: 15pt;
    height: 70px; }
  #landing-form-phone-container form input::placeholder {
    color: rgba(1, 1, 1, 0.3); }
  #landing-form-phone-container form button {
    margin: 10px 12.5%;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 15pt;
    height: 70px; }
  #home-about-container {
    padding: 50px; }
    #home-about-container h2 {
      font-size: 20pt; }
    #home-about-container p {
      font-size: 15pt; }
    #home-about-container .home-register__btn {
      font-size: 20pt !important; }
  #home-interesting-container .home-interesting__text p {
    font-size: 15pt; }
  #second-footer-container .copyright-container,
  #second-footer-container .supporting-community-container {
    font-size: 12pt; }
  #spage-title-container .spage-title,
  #about-content-container .spage-title,
  #spage-content-container .spage-title {
    margin: 20px 0 0 0; }
  #spage-title-container .spage-title__text,
  #about-content-container .spage-title__text,
  #spage-content-container .spage-title__text {
    font-size: 80px; }
  #spage-title-container .spage-content p, #spage-title-container .about-content p,
  #about-content-container .spage-content p,
  #about-content-container .about-content p,
  #spage-content-container .spage-content p,
  #spage-content-container .about-content p {
    font-size: 15pt; }
  #spage-title-container .spage-content .content-column, #spage-title-container .about-content .content-column,
  #about-content-container .spage-content .content-column,
  #about-content-container .about-content .content-column,
  #spage-content-container .spage-content .content-column,
  #spage-content-container .about-content .content-column {
    padding: 0 20px; }
  #spage-title-container .about-vision__img,
  #about-content-container .about-vision__img,
  #spage-content-container .about-vision__img {
    display: none; }
  #spage-title-container .about-moriori-container .about-content,
  #about-content-container .about-moriori-container .about-content,
  #spage-content-container .about-moriori-container .about-content {
    font-size: 15pt; }
    #spage-title-container .about-moriori-container .about-content h1,
    #about-content-container .about-moriori-container .about-content h1,
    #spage-content-container .about-moriori-container .about-content h1 {
      padding-top: 50px;
      font-size: 20pt; }
    #spage-title-container .about-moriori-container .about-content p,
    #about-content-container .about-moriori-container .about-content p,
    #spage-content-container .about-moriori-container .about-content p {
      font-size: 15pt; }
  #spage-title-container .about-karapuna-container .about-karapuna__content h1,
  #about-content-container .about-karapuna-container .about-karapuna__content h1,
  #spage-content-container .about-karapuna-container .about-karapuna__content h1 {
    padding-top: 50px;
    font-size: 20pt; }
  #spage-title-container .about-karapuna-container .about-karapuna__content p,
  #about-content-container .about-karapuna-container .about-karapuna__content p,
  #spage-content-container .about-karapuna-container .about-karapuna__content p {
    font-size: 15pt; }
  #trustees-content-container .trustees-content .hidden-board-details {
    font-size: 15pt; }
  #treatypage-nav-container {
    width: 100%;
    height: auto; }
    #treatypage-nav-container .nav-border {
      width: 95%;
      height: auto; }
      #treatypage-nav-container .nav-border div {
        height: auto; }
        #treatypage-nav-container .nav-border div ul {
          height: auto; }
          #treatypage-nav-container .nav-border div ul li {
            margin: 1%;
            border: 1px solid white;
            width: 48%;
            padding: 10px;
            text-align: center; }
  #treaty-content-container .treaty-content .treaty-border p {
    font-size: 15pt; } }

/* ----------------------------------------------------------------------------
* --------------------- XL Tablet Queries -------------------------------------
* --------------------------------------------------------------------------- */
@media (max-width: 1024px) and (min-width: 770px) {
  #home-interesting-container {
    padding: 70px 50px; }
  #nav-container .nav-menu-container .menu-sub-menu-container {
    right: 250px; }
  p, input, li, table {
    letter-spacing: 0px; }
  .menu li {
    margin: 0px; }
  .sub-menu {
    background-color: whitesmoke; } }

/* ----------------------------------------------------------------------------
* --------------------- Misc Queries -------------------------------------
* --------------------------------------------------------------------------- */
@media (min-width: 770px) {
  #hamburger-icon {
    display: none; } }

.button {
  width: 320px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #6584AB;
  color: #F7F9FB;
  border: 1px solid #F7F9FB;
  display: flex;
  justify-content: center; }

.button:hover {
  cursor: pointer; }

.subscribe-form__btn {
  cursor: pointer;
  color: #F7F9FB;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%;
  background-color: #6584AB !important; }
  .subscribe-form__btn p {
    margin: auto;
    text-align: center; }

#menu-item-29 a {
  border: 1px solid white;
  margin-top: -24px;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 25px;
  background-color: #FF6B6B;
  color: #F7F9FB;
  border: 1px solid #F7F9FB;
  display: flex;
  justify-content: center; }

#menu-item-29 a:hover {
  background-color: black; }

.vnv-close__btn {
  cursor: pointer;
  color: white;
  font: 38px/100% 'oxygen', sans-serif;
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff; }

.vnv-close__btn:after {
  content: '×';
  /* UTF-8 symbol */ }

#karapuna-gallery-container {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(51, 51, 50, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  aligh-content: center;
  flex-wrap: wrap; }
  #karapuna-gallery-container p {
    margin: 0px;
    cursor: pointer;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none; }

.bwg_slideshow_dots_0 {
  background-color: #6584AB !important;
  border: 1px solid white; }

.bwg_slideshow_dots_active_0 {
  background-color: white !important; }

.footer-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #121921, #273648 18%, #121921 60%, #121921); }
  .footer-container .footer-rows {
    z-index: 200;
    margin: 80px auto;
    width: 75%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .footer-container .footer-rows a:hover {
      color: #FF6B6B; }
    .footer-container .footer-rows .footer-row {
      width: 25%;
      height: auto;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start;
      justify-content: flex-start; }
      .footer-container .footer-rows .footer-row a:hover {
        color: #FF6B6B; }
        .footer-container .footer-rows .footer-row a:hover h1, .footer-container .footer-rows .footer-row a:hover h2, .footer-container .footer-rows .footer-row a:hover h3, .footer-container .footer-rows .footer-row a:hover h4, .footer-container .footer-rows .footer-row a:hover h5, .footer-container .footer-rows .footer-row a:hover h6, .footer-container .footer-rows .footer-row a:hover p {
          color: #FF6B6B; }
      .footer-container .footer-rows .footer-row .footer-title,
      .footer-container .footer-rows .footer-row .footer-underline,
      .footer-container .footer-rows .footer-row .footer-list,
      .footer-container .footer-rows .footer-row a, .footer-container .footer-rows .footer-row a p, .footer-container .footer-rows .footer-row p {
        width: 100%;
        color: #F7F9FB; }
      .footer-container .footer-rows .footer-row .footer-title {
        font-size: 18pt;
        letter-spacing: 1px; }
      .footer-container .footer-rows .footer-row .footer-underline {
        margin: 6px 0px 15px 0px;
        height: 3px;
        width: 80%;
        background-color: #F7F9FB;
        border-radius: 2px; }
      .footer-container .footer-rows .footer-row .footer-list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .footer-container .footer-rows .footer-row .footer-list a {
          width: 100%;
          display: flex;
          justify-content: flex-start; }
        .footer-container .footer-rows .footer-row .footer-list a p, .footer-container .footer-rows .footer-row .footer-list p {
          margin: 0;
          width: 100%;
          font-size: 16px;
          font-weight: 100; }
      .footer-container .footer-rows .footer-row .footer-socialmedia-container {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: 30px 0px; }
        .footer-container .footer-rows .footer-row .footer-socialmedia-container div {
          margin: 5px 0px;
          width: 100%;
          display: flex;
          flex-wrap: wrap; }
          .footer-container .footer-rows .footer-row .footer-socialmedia-container div .footer-socialmedia__img {
            cursor: pointer;
            width: 25px;
            height: 25px; }
          .footer-container .footer-rows .footer-row .footer-socialmedia-container div .footer-socialmedia__text {
            cursor: pointer;
            padding-left: 10px;
            width: calc(100% - 25px);
            height: 25px; }
  .footer-container .longlat-text {
    color: #F7F9FB;
    z-index: 100;
    opacity: 0.1;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 200pt;
    font-family: 'Taviraj', serif !important; }

.second-footer-container {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-top: 0.5px solid #F7F9FB;
  background: linear-gradient(to right, #121921, #273648 18%, #121921 60%, #121921);
  font-weight: 100;
  font-size: 12pt;
  color: #F7F9FB !important; }
  .second-footer-container .copyright-container {
    font-size: 8pt;
    width: 50%; }
  .second-footer-container .supporting-community-container {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .second-footer-container .supporting-community-container img {
      width: 280px; }

.um {
  opacity: 1 !important; }

.um-form {
  background-color: #F7F9FB;
  padding: 50px;
  box-shadow: 0.2px 0.2px 0.2px #273648; }

#hamburger-icon img {
  z-index: 1000;
  cursor: pointer; }

.nav-container {
  background: rgba(247, 249, 251, 0.9);
  /*    position: absolute;
    top: 0;
    left: 0;*/
  z-index: 100;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .nav-container .nav-border {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .nav-container .nav-logo-container {
    padding: 10px;
    margin: 10px 25px;
    margin-bottom: 0px;
    width: 35%; }
    .nav-container .nav-logo-container a img {
      width: 700px;
      z-index: 12000; }
    .nav-container .nav-logo-container a img:hover {
      cursor: pointer; }
  .nav-container .nav-menu-container {
    width: 60%;
    display: flex;
    flex-wrap: wrap; }
    .nav-container .nav-menu-container .menu-sub-menu-container {
      z-index: 300;
      position: absolute;
      top: 0;
      right: 300px;
      width: 70%;
      display: flex;
      justify-content: flex-end; }
      .nav-container .nav-menu-container .menu-sub-menu-container .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 70%; }
        .nav-container .nav-menu-container .menu-sub-menu-container .menu li a {
          display: block;
          margin: 5px 10px;
          font-size: 12px;
          color: rgba(39, 54, 72, 0.4); }
        .nav-container .nav-menu-container .menu-sub-menu-container .menu .menu-item {
          text-align: right; }
          .nav-container .nav-menu-container .menu-sub-menu-container .menu .menu-item .sub-menu {
            position: fixed;
            background: rgba(247, 249, 251, 0.9); }
            .nav-container .nav-menu-container .menu-sub-menu-container .menu .menu-item .sub-menu li a {
              text-align: right;
              font-size: 15px;
              display: flex;
              justify-content: flex-end; }
    .nav-container .nav-menu-container .menu-main-menu-container {
      z-index: 200;
      position: absolute;
      top: 35px;
      right: 5px;
      width: 70%; }
      .nav-container .nav-menu-container .menu-main-menu-container .menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .nav-container .nav-menu-container .menu-main-menu-container .menu li a {
          display: block;
          margin: 0px 20px 20px 20px;
          color: #273648; }
        .nav-container .nav-menu-container .menu-main-menu-container .menu .menu-item {
          text-align: left; }
          .nav-container .nav-menu-container .menu-main-menu-container .menu .menu-item .sub-menu {
            position: fixed;
            background: rgba(247, 249, 251, 0.9); }
            .nav-container .nav-menu-container .menu-main-menu-container .menu .menu-item .sub-menu li a {
              font-size: 15px;
              display: flex;
              justify-content: flex-start; }

/* --------- 
-----------------
------------------------

           TREATY NEGOTIATIONS NAV

                      -----------------------------
                              ---------------------
                                        -----------
*/
.treatypage-nav-container {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 100px;
  background-color: #F7F9FB; }
  .treatypage-nav-container .nav-border {
    width: 83.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .treatypage-nav-container .nav-border .nav-menu-container {
      height: 100px;
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      align-content: flex-end;
      position: relative; }
      .treatypage-nav-container .nav-border .nav-menu-container ul {
        margin-bottom: 0px;
        width: auto;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-end;
        align-content: flex-end;
        text-decoration: none;
        list-style: none;
        padding-top: 20px; }
        .treatypage-nav-container .nav-border .nav-menu-container ul #selected-navitem__treaty {
          background-color: #6584AB;
          color: white; }
        .treatypage-nav-container .nav-border .nav-menu-container ul .navitem-treaty {
          font-size: 15px;
          color: #FFE66D;
          display: flex;
          align-items: center; }
        .treatypage-nav-container .nav-border .nav-menu-container ul li {
          background-color: rgba(101, 132, 171, 0.8);
          padding: 10px 10px;
          border: 1px solid rgba(1, 1, 1, 0.4);
          border-bottom: none; }
        .treatypage-nav-container .nav-border .nav-menu-container ul li:hover {
          cursor: pointer; }
        .treatypage-nav-container .nav-border .nav-menu-container ul .final-listitem {
          border: 1px solid black;
          border-bottom: none; }
      .treatypage-nav-container .nav-border .nav-menu-container p {
        opacity: 0.3;
        margin: 0px;
        position: absolute;
        right: 50px;
        bottom: 10px; }

/* --------- 
-----------------
------------------------

           OTHER STYLING

                      -----------------------------
                              ---------------------
                                        -----------
*/
.nav-white {
  background: rgba(247, 249, 251, 0.6); }

.sticky-nav {
  background: rgba(247, 249, 251, 0.9); }

.sticky-nav__treaty {
  background: rgba(101, 132, 171, 0.9); }

#hamburger-icon {
  width: 100px;
  height: 100px;
  padding: 20px; }

.selected-nav-item {
  color: #6584AB !important; }

.selected-nav-item:hover {
  color: #FF6B6B !important; }

.selected-nav-item__white {
  color: white !important; }

.main-nav-scrolled {
  position: fixed;
  overflow: auto;
  width: 100%;
  top: 0;
  z-index: 9000; }

.treaty-nav-scrolled {
  background-color: rgba(247, 249, 251, 0.9);
  border: 1px color rgba(1, 1, 1, 0.2);
  position: fixed;
  overflow: auto;
  width: 100%;
  top: 68px;
  z-index: 9000;
  height: 50px; }
  .treaty-nav-scrolled .nav-border .nav-menu-container {
    height: 50px; }
    .treaty-nav-scrolled .nav-border .nav-menu-container ul .navitem-treaty {
      background-color: transparent;
      border: none;
      color: #273648; }
    .treaty-nav-scrolled .nav-border .nav-menu-container ul .navitem-treaty:hover {
      color: #FF6B6B; }
    .treaty-nav-scrolled .nav-border .nav-menu-container ul .final-listitem {
      border: none; }

/* Underline From Right Effect on selected items */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #273648;
  height: 1px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
  left: 0; }

.avatar-40 {
  width: 15px;
  height: 15px; }

.loading-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #18212D;
  opacity: 0.8;
  z-index: 2000; }
  .loading-screen div {
    width: 100%;
    display: flex;
    justify-content: center; }
    .loading-screen div img {
      width: 100px;
      height: 100px; }
    .loading-screen div p {
      color: whitesmoke; }

.landing-container-phone {
  background-image: url("https://www.moriori.co.nz/wp-content/themes/hokotehi-theme/assets/images/slider/new-homepage-img.jpg"); }

.landing-container {
  background-image: url("https://www.moriori.co.nz/wp-content/themes/hokotehi-theme/assets/images/slider/new-homepage-img.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #273648;
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 520px;
  position: relative;
  /* --------- SLIDER CSS ---------*/
  /* --------- SLIDER CSS FINISHED ---------*/ }
  .landing-container .fiber-0 {
    top: 210px; }
  .landing-container .fiber-1 {
    top: 246px; }
  .landing-container .fiber-2 {
    top: 280px; }
  .landing-container .fiber-3 {
    top: 312px; }
  .landing-container .fiber-4 {
    top: 346px; }
  .landing-container .landing-fiber:hover {
    cursor: pointer; }
  .landing-container .landing-fiber {
    z-index: 5000;
    color: white;
    position: absolute;
    right: 10px; }
  .landing-container #slider-backward {
    z-index: 5000;
    color: white;
    position: absolute;
    left: 10px;
    top: 320px;
    font-size: 60pt;
    font-weight: 600; }
  .landing-container #slider-forward {
    z-index: 5000;
    color: white;
    position: absolute;
    right: 10px;
    top: 320px;
    font-size: 60pt;
    font-weight: 600; }
  .landing-container .slider-arrow {
    cursor: pointer; }
  .landing-container .landing-content {
    position: absolute;
    top: 420px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
    .landing-container .landing-content .landing-text {
        background: linear-gradient(to right, transparent 20%, rgba(14, 31, 50, 0.3) 50%, transparent 80%);
      width: 400px;
      height: 140px;
      margin-right: 70px; }
    .landing-container .landing-content .landing-form-container {
      width: 40%;
      display: flex;
      flex-wrap: wrap; }
      .landing-container .landing-content .landing-form-container p {
        color: #F7F9FB;
        line-height: inherit;
        width: 100%; }
      .landing-container .landing-content .landing-form-container .subscribe-form {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        .landing-container .landing-content .landing-form-container .subscribe-form .subscribe-form__input {
          padding: 10px;
          width: 60%;
          height: 50px; }
        .landing-container .landing-content .landing-form-container .subscribe-form button {
          border: 1px solid white; }
        .landing-container .landing-content .landing-form-container .subscribe-form #submit:hover {
          background-color: black !important;
          color: white; }

.home-about-container {
  /*    @include bluefade;*/
  background: linear-gradient(to right, #121921, #273648 18%, #121921 60%, #121921);
  width: 100%;
  height: auto;
  padding: 90px 300px; }
  .home-about-container p {
    color: #F7F9FB;
    margin: 30px 0px;
    text-align: justify; }
    .home-about-container p a {
      color: #FF6B6B; }
  .home-about-container .home-register__btn {
    margin: 100px 0px 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }

.home-tamariki-container {
  background-image: url("https://www.moriori.co.nz/wp-content/themes/hokotehi-theme/assets/images/tamariki-image.png");
  width: 100%;
  height: 820px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .home-tamariki-container .home-tamariki__text {
    font-size: 23px;
    display: flex;
    justify-content: center;
    padding-top: 390px;
    margin-right: 23px;
    width: 30%;
    color: #F7F9FB;
    text-align: center; }

.home-interesting-container {
  background-color: #F7F9FB;
  background-image: url("https://www.moriori.co.nz/wp-content/themes/hokotehi-theme/assets/images/moriori-design.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;
  padding: 70px 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative; }
  .home-interesting-container .home-interesting__title {
    width: 100%;
    display: flex;
    justify-content: center; }
    .home-interesting-container .home-interesting__title img {
      width: 400px;
      height: 130px; }
  .home-interesting-container .home-interesting__text {
    margin: 100px 0px;
    text-align: justify; }
  .home-interesting-container .home-interesting__image {
    display: flex;
    justify-content: center;
    width: 100%; }
    .home-interesting-container .home-interesting__image img {
      width: 650px;
      height: 150px; }
  .home-interesting-container .home-interesting__btn {
    margin: 100px 0px 50px 0px; }

.spage-title-container {
  margin: 0;
  height: 470px;
  width: 100%;
  display: flex;
  position: relative;
  background-color: #273648;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .spage-title-container .background-layer {
    background-color: rgba(14, 31, 50, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .spage-title-container .spage-title {
    background: linear-gradient(to right, transparent 20%, rgba(14, 31, 50, 0.3) 50%, transparent 80%);
    z-index: 1;
    margin: 150px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .spage-title-container .spage-title .spage-title__overline,
    .spage-title-container .spage-title .spage-title__underline {
      width: 50%;
      margin: 15px 30%;
      height: 5px;
      border-radius: 3px;
      background-color: #F7F9FB; }
    .spage-title-container .spage-title .spage-title__text {
      text-transform: uppercase;
      font-family: 'Oxygen', sans-serif !important;
      color: #F7F9FB;
      width: 100;
      font-size: 60pt;
      text-align: center;
      line-height: 80pt; }

.spage-content-container {
  width: 100%;
  min-height: 500px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .spage-content-container .spage-content {
    margin: 50px;
    width: 70%;
    height: auto; }
    .spage-content-container .spage-content a {
      color: #0645AD; }
    .spage-content-container .spage-content a:hover {
      cursor: pointer;
      color: #FF6B6B; }
    .spage-content-container .spage-content p {
      text-align: justify; }

.two_third {
  padding: 0 50px; }

.one_fourth p a {
  font-style: oblique;
  color: #0000EE;
  font-size: 11pt; }

.one_fourth p a:hover {
  opacity: 0.5; }

.bwg_image_info {
  background: rgba(255, 255, 255, 0.9) !important; }

.bwg_image_title {
  font-size: 18pt;
  font-family: 'Oxygen', sans-serif; }

.bwg_image_description {
  font-family: 'Oxygen', sans-serif; }

.timeline-feat-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0; }
  .timeline-feat-container .timeline-border {
    border: 1px solid black;
    height: 300px;
    width: 80%; }

.treaty-content-container {
  background-color: #F7F9FB;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding-bottom: 100px; }
  .treaty-content-container .treaty-content {
    width: 90%;
    height: auto;
    display: flex;
    justify-content: center; }

#selected-navitem__treaty {
  color: #273648; }

.wwaa-content {
  width: 90%;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: none; }
  .wwaa-content .wwaa-timeline-container {
    background-color: #6584AB;
    color: #F7FFF7;
    padding: 20px 10px;
    padding-right: 30px;
    width: 50%;
    min-height: 300px;
    height: auto;
    border: 1px solid #1A535C;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start; }
    .wwaa-content .wwaa-timeline-container h2 {
      width: 100%;
      margin-bottom: 30px;
      color: #F7FFF7; }
    .wwaa-content .wwaa-timeline-container p {
      color: #F7FFF7; }
    .wwaa-content .wwaa-timeline-container .wwaa-timeline__date {
      width: 15%;
      color: #F7FFF7; }
    .wwaa-content .wwaa-timeline-container .wwaa-timeline__content {
      width: 85%;
      margin-bottom: 30px;
      color: #F7FFF7; }
    .wwaa-content .wwaa-timeline-container .wwaa-timeline-btn {
      margin: 30px; }
  .wwaa-content #wwaa-login-container {
    background-color: rgba(101, 132, 171, 0.2);
    padding: 20px 10px;
    padding-right: 30px;
    width: 50%;
    min-height: 300px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start; }
    .wwaa-content #wwaa-login-container h3, .wwaa-content #wwaa-login-container p, .wwaa-content #wwaa-login-container a {
      width: 100%;
      height: auto;
      margin: 0; }
    .wwaa-content #wwaa-login-container .login-form-container {
      padding: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start;
      margin-left: 40px;
      margin-right: 20px;
      margin-bottom: 40px;
      /*border: 1px solid #FFE66D;*/
      background-color: #F7FFF7; }
      .wwaa-content #wwaa-login-container .login-form-container h3, .wwaa-content #wwaa-login-container .login-form-container div, .wwaa-content #wwaa-login-container .login-form-container p {
        color: #1A535C;
        margin-bottom: 30px; }
      .wwaa-content #wwaa-login-container .login-form-container a {
        display: flex;
        justify-content: center;
        text-align: center; }
        .wwaa-content #wwaa-login-container .login-form-container a button {
          display: inline-block;
          text-align: center;
          padding: 0; }
        .wwaa-content #wwaa-login-container .login-form-container a button:hover {
          cursor: pointer; }
  .wwaa-content .wwaa-updates-container {
    background-color: rgba(101, 132, 171, 0.2);
    padding: 20px 10px;
    padding-right: 30px;
    width: 50%;
    min-height: 300px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    color: #F7FFF7; }
    .wwaa-content .wwaa-updates-container h3, .wwaa-content .wwaa-updates-container p, .wwaa-content .wwaa-updates-container a, .wwaa-content .wwaa-updates-container li,
    .wwaa-content .wwaa-updates-container .wwaa-updates__datetime,
    .wwaa-content .wwaa-updates-container .wwaa-updates__actionduedate,
    .wwaa-content .wwaa-updates-container .wwaa-updates__docs,
    .wwaa-content .wwaa-updates-container .actionduedate-title,
    .wwaa-content .wwaa-updates-container .actionduedate {
      width: 100%;
      height: auto;
      margin: 0;
      color: #18212D; }
    .wwaa-content .wwaa-updates-container .next-hui-container {
      padding: 30px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      align-content: flex-start;
      margin-left: 40px;
      margin-right: 20px;
      margin-bottom: 40px;
      border: 1px solid #FFE66D;
      background-color: #FF6B6B; }
      .wwaa-content .wwaa-updates-container .next-hui-container h3, .wwaa-content .wwaa-updates-container .next-hui-container div, .wwaa-content .wwaa-updates-container .next-hui-container p {
        color: #FFE66D; }
      .wwaa-content .wwaa-updates-container .next-hui-container .wwaa-updates__datetime {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start; }
        .wwaa-content .wwaa-updates-container .next-hui-container .wwaa-updates__datetime div {
          width: auto; }
    .wwaa-content .wwaa-updates-container .wwaa-actions-container {
      width: 100%;
      padding-bottom: 30px;
      border-bottom: 1px solid #1A535C;
      color: #F7FFF7; }
      .wwaa-content .wwaa-updates-container .wwaa-actions-container .wwaa-updates__actiontitle {
        margin-top: 20px;
        color: #F7FFF7;
        font-size: 15pt; }
      .wwaa-content .wwaa-updates-container .wwaa-actions-container .wwaa-updates__actiontitle:hover {
        color: #FF6B6B;
        cursor: pointer; }
      .wwaa-content .wwaa-updates-container .wwaa-actions-container .wwaa-updates__actionduedate {
        margin: 20px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        color: #F7FFF7; }
        .wwaa-content .wwaa-updates-container .wwaa-actions-container .wwaa-updates__actionduedate div {
          width: auto; }
      .wwaa-content .wwaa-updates-container .wwaa-actions-container .wwaa-updates__docs {
        list-style: none;
        text-indent: 30px;
        color: #F7FFF7; }
        .wwaa-content .wwaa-updates-container .wwaa-actions-container .wwaa-updates__docs li a {
          color: #F7FFF7; }

.ravp-content {
  width: 90%;
  min-height: 300px;
  padding: 40px 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .ravp-content .ravp-title {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    color: #273648; }
  .ravp-content .ravp-title__underline {
    width: 45%;
    border-bottom: 5px solid #6584AB; }
  .ravp-content .ravp-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .ravp-content .ravp-content h2 {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; }
    .ravp-content .ravp-content p, .ravp-content .ravp-content ul li {
      width: 70%;
      color: #18212D;
      text-align: justify;
      list-style-type: decimal; }
    .ravp-content .ravp-content li {
      margin-bottom: 10px; }
    .ravp-content .ravp-content table {
      width: auto;
      border-collapse: collapse; }
      .ravp-content .ravp-content table td, .ravp-content .ravp-content table th {
        border: 1px solid #6584AB;
        text-align: left;
        padding: 8px; }
      .ravp-content .ravp-content table th {
        background-color: rgba(101, 132, 171, 0.8);
        color: whitesmoke; }
      .ravp-content .ravp-content table tr:nth-child(even) {
        background-color: rgba(101, 132, 171, 0.2); }

.minapp-content {
  width: 90%;
  min-height: 300px;
  padding: 40px 0;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .minapp-content .minapp-title {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    color: #273648; }
  .minapp-content .minapp-title__underline {
    width: 45%;
    border-bottom: 5px solid #6584AB; }
  .minapp-content .minapp-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    .minapp-content .minapp-content h2 {
      width: 100%;
      text-align: left;
      margin-bottom: 20px; }
    .minapp-content .minapp-content p, .minapp-content .minapp-content ul li {
      width: 70%;
      color: #18212D;
      text-align: justify;
      list-style-type: decimal; }
    .minapp-content .minapp-content li {
      margin-bottom: 10px; }
    .minapp-content .minapp-content table {
      width: auto;
      border-collapse: collapse; }
      .minapp-content .minapp-content table td, .minapp-content .minapp-content table th {
        border: 1px solid #6584AB;
        text-align: left;
        padding: 8px; }
      .minapp-content .minapp-content table th {
        background-color: rgba(101, 132, 171, 0.8);
        color: whitesmoke; }
      .minapp-content .minapp-content table tr:nth-child(even) {
        background-color: rgba(101, 132, 171, 0.2); }
        
#KD-content {
  margin-top: 70px;
  width: 90%;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #KD-content .kd-title {
    width: 100%;
    font-size: 18pt; }
  #KD-content .kd-posts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flext-start; }
    #KD-content .kd-posts h2 {
      width: 100%;
      text-align: flex-start; }
    #KD-content .kd-posts p {
      width: 100%;
      color: green;
      text-align: justify;
      text-indent: 20px;
      cursor: pointer; }
  #KD-content .hidden-comment {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #1A535C; }
  #KD-content #comments {
    border-top: none;
    width: 100%;
    margin: 20px 0px; }
    #KD-content #comments #respond #reply-title {
      margin-top: 10px; }
    #KD-content #comments #respond form .comment-form-comment #comment {
      height: 100px;
      width: 400px; }

#AIP-content {
  margin-top: 70px;
  width: 90%;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  #AIP-content .aip-title {
    width: 100%;
    font-size: 18pt; }
  #AIP-content .aip-post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: justify; }
    #AIP-content .aip-post h2 {
      width: 100%;
      text-align: flex-start; }
    #AIP-content .aip-post p {
      width: 100%;
      color: green;
      text-align: justify;
      text-indent: 20px;
      cursor: pointer; }
  #AIP-content .aip-img {
    width: 300px;
    height: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    cursor: pointer; }
  #AIP-content .aip-img:hover {
    opacity: 0.2; }
    
#MDOSA-content {
  margin-top: 70px;
  width: 90%;
  min-height: 300px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  #MDOSA-content .MDOSA-title {
    width: 100%;
    font-size: 18pt; }
 #MDOSA-content .MDOSA-title__underline {
    width: 45%;
    border-bottom: 5px solid #6584AB; 
    margin-bottom: 20px; }
  #MDOSA-content .MDOSA-post {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: justify; }
    #MDOSA-content .MDOSA-post h2 {
      width: 100%;
      text-align: flex-start; }
    #MDOSA-content .MDOSA-post p {
      width: 100%;
      color: green;
      text-align: justify;
      text-indent: 20px;
      cursor: pointer; }
  #MDOSA-content .MDOSA-img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    cursor: pointer; }
  #MDOSA-content .MDOSA-img:hover {
    opacity: 0.2; }
    

.treatynegdates {
  margin-bottom: 200px; }

.trustees-content-container {
  padding: 70px 0 100px 0;
  width: 100%;
  min-height: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .trustees-content-container .trustees-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    height: auto; }
    .trustees-content-container .trustees-content #selected-trustee {
      background-image: url("https://www.moriori.co.nz/wp-content/themes/hokotehi-theme/assets/images/moriori-design.png");
      background-color: rgba(43, 65, 98, 0.1);
      width: 100%;
      padding: 40px 100px;
      color: #18212D;
      position: relative;
      box-shadow: 2px 4px 4px rgba(43, 65, 98, 0.3); }
      .trustees-content-container .trustees-content #selected-trustee .trustee-close-icon {
        padding: 5px;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 32pt;
        cursor: pointer;
        background-color: white;
        border-radius: 50%;
        height: 37.33px;
        width: 37.33px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
      .trustees-content-container .trustees-content #selected-trustee .trustee-close-icon:hover {
        filter: invert(100%); }
      .trustees-content-container .trustees-content #selected-trustee .trustee-img {
        display: flex;
        flex-wrap: wrap; }
        .trustees-content-container .trustees-content #selected-trustee .trustee-img .trustee-details img {
          width: auto;
          height: 300px; }
        .trustees-content-container .trustees-content #selected-trustee .trustee-img .trustee-details .trustee-name {
          color: #18212D;
          font-size: 32px;
          margin: 20px 0 10px 0; }
        .trustees-content-container .trustees-content #selected-trustee .trustee-img .trustee-details .trustee-iwi {
          font-family: 'Oxygen', sans-serif !important;
          font-weight: 300;
          font-size: 15pt;
          color: #18212D;
          width: 100%;
          margin-bottom: 10px; }
        .trustees-content-container .trustees-content #selected-trustee .trustee-img .trustee-details .hidden-board-details {
          text-align: justify; }
    .trustees-content-container .trustees-content .trustee-container {
      width: 30%;
      height: auto;
      position: relative;
      /*                .trustee-details {
                padding: 0 10px;
                width: 49%;
                height: auto;
                display: flex;
                justify-content: flex-start;
                align-content: flex-start;
                align-items: flex-start;
                flex-wrap: wrap;

                .trustee-name {
                    width: 100%;
                }
                .trustee-iwi {
                    width: 100%;
                }
                .trustee-text {
                    cursor: pointer;
                    color: #20739a;
                    width: 100%;
                }
            }*/ }
      .trustees-content-container .trustees-content .trustee-container .trustee-img {
        margin-bottom: 20px;
        width: 90%;
        height: 300px;
        position: relative;
        background-repeat: none;
        background-size: cover;
        background-position: center center;
        box-shadow: 2px 4px 4px rgba(43, 65, 98, 0.3); }
        .trustees-content-container .trustees-content .trustee-container .trustee-img img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          box-shadow: 2px 2px 1px #273648; }
        .trustees-content-container .trustees-content .trustee-container .trustee-img .trustee-details {
          background-color: rgba(43, 65, 98, 0.3);
          position: absolute;
          bottom: 0px;
          padding: 5px 10px 5px 20px;
          width: 100%;
          display: flex;
          text-align: right;
          justify-content: flex-end;
          align-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap; }
          .trustees-content-container .trustees-content .trustee-container .trustee-img .trustee-details .trustee-name {
            color: white;
            width: 100%; }
          .trustees-content-container .trustees-content .trustee-container .trustee-img .trustee-details .trustee-iwi {
            font-family: 'Oxygen', sans-serif !important;
            font-weight: 300;
            font-size: 15pt;
            color: white;
            width: 100%; }
          .trustees-content-container .trustees-content .trustee-container .trustee-img .trustee-details .trustee-text {
            border-radius: 15%;
            color: #FF6B6B;
            cursor: pointer;
            width: 100%;
            margin-bottom: 0px; }

.about-content-container {
  width: 100%;
  min-height: 500px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .about-content-container .about-content {
    margin: 70px 15%;
    width: 70%;
    height: auto; }
    .about-content-container .about-content .about-title-container {
      margin: 30px 0;
      display: flex;
      justify-content: flex-start; }
      .about-content-container .about-content .about-title-container .about-title {
        text-align: left;
        width: 200px;
        color: #F7F9FB;
        font-size: 30px;
        font-weight: 700;
        border-bottom: 3px solid white; }
    .about-content-container .about-content p {
      color: #18212D;
      text-align: justify; }
    .about-content-container .about-content a {
      color: #0645AD; }
    .about-content-container .about-content a:hover {
      cursor: pointer;
      color: #FF6B6B; }
  .about-content-container .about-vision__img {
    z-index: 1;
    position: absolute;
    top: 1100px;
    right: 20%;
    margin: 80px auto;
    display: flex;
    justify-content: center;
    box-shadow: 5px 5px 10px grey;
    transform: rotate(-4deg); }
  .about-content-container .about-vision-container {
    background-color: whitesmoke;
    width: 100%;
    padding: 70px 0px;
    padding-bottom: 150px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .about-content-container .about-vision-container .about-title__vision, .about-content-container .about-vision-container #about-text__vision {
      width: 76%;
      margin: 0px 12%;
      transform: rotate(-4deg); }
    .about-content-container .about-vision-container .about-title__vision {
      font-style: italic; }
    .about-content-container .about-vision-container #about-text__vision {
      font-family: 'Nanum Brush Script', cursive !important;
      font-size: 14pt;
      width: 70%;
      margin: 20px 15%;
      transform: rotate(-4deg); }
  .about-content-container .about-moriori-container {
    width: 100%;
    margin: 40px 0px 0px 0px;
    height: auto;
    color: whitesmoke;
    background: linear-gradient(to right, #121921, #273648 18%, #121921 60%, #121921); }
    .about-content-container .about-moriori-container .about-content {
      margin-bottom: 0px; }
      .about-content-container .about-moriori-container .about-content .about-title-container {
        margin: 30px 0;
        display: flex;
        justify-content: flex-start; }
        .about-content-container .about-moriori-container .about-content .about-title-container .about-title {
          text-align: left;
          width: 200px;
          color: #F7F9FB;
          font-size: 30px;
          font-weight: 700;
          border-bottom: 3px solid white; }
      .about-content-container .about-moriori-container .about-content .about-button-container {
        width: 100%;
        padding: 70px 0 100px 0;
        display: flex;
        justify-content: center; }
  .about-content-container .about-karapuna-container {
    width: 100%;
    padding: 70px 0;
    background-color: whitesmoke;
    display: flex;
    justify-content: center; }
    .about-content-container .about-karapuna-container .about-karapuna__img {
      width: auto;
      height: auto;
      justify-content: center;
      position: relative; }
      .about-content-container .about-karapuna-container .about-karapuna__img a .karapuna-img__layer {
        position: absolute;
        width: 637.5px;
        height: 388px; }
      .about-content-container .about-karapuna-container .about-karapuna__img img {
        width: 637.5px;
        height: 388px; }
    .about-content-container .about-karapuna-container .about-karapuna__content {
      width: 40%;
      margin: 0 5%; }
      .about-content-container .about-karapuna-container .about-karapuna__content .subtitle-container .subtitle-black {
        width: 300px; }
      .about-content-container .about-karapuna-container .about-karapuna__content p {
        text-align: justify; }

#about-img-container {
  position: relative;
  display: flex;
  justify-content: center; }

.about-img__layer,
.karapuna-img__layer {
  z-index: 1;
  opacity: 0.8;
  background-color: #18212D;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  align-items: center; }
  .about-img__layer p,
  .karapuna-img__layer p {
    color: #F7F9FB;
    margin: 0;
    width: 100%;
    text-align: center; }

.about-img__layer {
  width: 290px;
  height: 195px; }

.notitle-title-container {
  margin-top: 150px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .notitle-title-container .notitle-text {
    display: flex;
    justify-content: center;
    font-size: 50px;
    font-family: 'Oxygen', sans-serif !important;
    text-transform: uppercase; }

.notitle-content-container {
  width: 100%;
  min-height: 300px;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .notitle-content-container .notitle-content {
    margin: 50px;
    width: 70%;
    height: auto; }
    .notitle-content-container .notitle-content h1 {
      font-family: 'Oxygen', sans-serif !important; }

.posts-container {
  margin-top: 200px;
  padding: 0 100px; }

.news-subtitle {
  width: 100%;
  text-align: center;
  font-size: 22pt;
  margin-bottom: 80px; }

.news-posts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  width: 90%;
  padding-bottom: 20px;
  border-bottom: 0.5px solid grey; }
  .news-posts .news-img {
    display: flex;
    justify-content: flex-end;
    width: 30%;
    height: auto;
    margin-right: 20px; }
    .news-posts .news-img img {
      height: 180px;
      object-fit: cover; }
  .news-posts .news-content-container {
    display: flex;
    flex-wrap: wrap;
    width: 70%; }
    .news-posts .news-content-container .news-title {
      width: 100%;
      font-size: 20pt;
      display: flex;
      align-content: flex-start;
      align-items: flex-start; }
    .news-posts .news-content-container .news-title:hover {
      cursor: pointer;
      opacity: 0.5; }
    .news-posts .news-content-container .news-content {
      width: 100%; }

.um-register {
  margin-top: 70px; }

.um-admin-metabox p a {
  color: #6584AB; }

.um-admin-metabox p a:hover {
  color: #FF6B6B; }
