section#attitude {
  margin-top: 100px; }
  section#attitude #page-title {
    background-color: #ffffff; }
    section#attitude #page-title h2 {
      font-size: 30px; }
  section#attitude .attitude-container .attitude-content {
    background-color: #f7f6c1;
    height: 114px;
    margin-bottom: 25px; }
    section#attitude .attitude-container .attitude-content .attitude-title, section#attitude .attitude-container .attitude-content .attitude-text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    section#attitude .attitude-container .attitude-content .attitude-title {
      font-size: 24px;
      color: #337e61; }
    section#attitude .attitude-container .attitude-content .attitude-text {
      padding-right: 30px; }

@media screen and (max-width: 768px) {
  section#attitude {
    margin-top: 30px; }
    section#attitude #page-title h2 {
      font-size: 24px; }
    section#attitude .attitude-container .attitude-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px 10px;
      height: auto; }
      section#attitude .attitude-container .attitude-content .attitude-text {
        padding-right: 0px; } }

section#group #page-title {
  background-color: #ffffff; }
  section#group #page-title h2 {
    font-size: 30px; }

section#group .group-title {
  background-color: #337e61; }

section#group .group-main-title .group-title {
  padding: 10px 20px; }
  section#group .group-main-title .group-title h3, section#group .group-main-title .group-title h4 {
    font-size: 24px;
    font-weight: normal; }

section#group .group-line-container {
  height: 69px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - ((100% -30px)/3));
  margin: auto; }
  section#group .group-line-container .group-line-cell {
    height: 34.5px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    section#group .group-line-container .group-line-cell:nth-child(1) {
      border-right: 3px solid #337e61; }
    section#group .group-line-container .group-line-cell:nth-child(3) {
      border-right: 3px solid #337e61;
      border-top: 3px solid #337e61;
      border-left: 3px solid #337e61; }
    section#group .group-line-container .group-line-cell:nth-child(4) {
      border-top: 3px solid #337e61;
      border-right: 3px solid #337e61; }

section#group .group-container .group {
  border: 1px solid #337e61;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  section#group .group-container .group:nth-child(2) {
    margin: 0 15px; }
  section#group .group-container .group .group-title {
    height: 60px;
    font-size: 24px; }
  section#group .group-container .group .group-inner-container {
    padding: 15px; }
    section#group .group-container .group .group-inner-container .group-content {
      height: 160px; }
      section#group .group-container .group .group-inner-container .group-content h5 {
        color: #337e61;
        text-align: center;
        margin: 10px 0 8px 0;
        font-size: 16px; }
      section#group .group-container .group .group-inner-container .group-content ul {
        list-style: none;
        margin: 23px 0 0 0;
        padding: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section#group .group-container .group .group-inner-container .group-content ul li {
          margin-bottom: 10px;
          font-size: 12px; }
    section#group .group-container .group .group-inner-container .group-leader {
      border-top: 1px solid #337e61;
      border-bottom: 1px solid #337e61;
      padding: 20px 0; }
      section#group .group-container .group .group-inner-container .group-leader .leader, section#group .group-container .group .group-inner-container .group-leader .sub-leader {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 12px; }
        section#group .group-container .group .group-inner-container .group-leader .leader .role, section#group .group-container .group .group-inner-container .group-leader .sub-leader .role {
          color: #337e61; }
    section#group .group-container .group .group-inner-container .group-member {
      font-size: 12px; }
      section#group .group-container .group .group-inner-container .group-member .role {
        padding: 6px;
        color: #337e61;
        border-bottom: 1px solid #337e61; }
      section#group .group-container .group .group-inner-container .group-member .members {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px; }
        section#group .group-container .group .group-inner-container .group-member .members span {
          width: calc(100% / 3);
          margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  section#group #page-title h2 {
    font-size: 24px;
    text-align: center; }
  section#group .group-outer-container {
    padding: 0 5px; }
    section#group .group-outer-container .group-main-title .group-title h3, section#group .group-outer-container .group-main-title .group-title h4 {
      margin: 10px 0; }
    section#group .group-outer-container .group-line-container {
      display: none; }
    section#group .group-outer-container .group-container {
      margin-top: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      section#group .group-outer-container .group-container .group:nth-child(2) {
        margin: 15px 0; } }

section#purpose {
  margin-top: 90px; }
  section#purpose #page-title {
    background-color: #ffffff; }
    section#purpose #page-title h2 {
      font-size: 30px; }
  section#purpose p {
    line-height: 36px;
    margin: -10px 0 50px 0; }

@media screen and (max-width: 768px) {
  section#purpose {
    margin: 30px auto; }
    section#purpose #page-title h2 {
      font-size: 24px; }
    section#purpose p {
      padding: 0 5px;
      line-height: 30px;
      text-align: left; }
      section#purpose p br.br-sp {
        display: none; } }

section#secretariat #page-title {
  background-color: #ffffff; }
  section#secretariat #page-title h2 {
    font-size: 30px; }

section#secretariat .staff-container > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #337e61;
  text-align: center;
  padding: 20px 0; }
  section#secretariat .staff-container > div:nth-child(even) {
    background-color: #f7f6c1; }

@media screen and (max-width: 768px) {
  section#secretariat {
    margin: 30px auto; }
    section#secretariat #page-title h2 {
      font-size: 24px; }
    section#secretariat .staff-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      section#secretariat .staff-container > div {
        width: 50%; } }

section#history {
  margin-top: 70px;
  margin-bottom: 100px; }
  section#history h5 {
    font-size: 16px; }
  section#history table, section#history th, section#history td {
    border: 0;
    border-spacing: 0; }
  section#history table {
    margin-top: 70px;
    width: 100%; }
    section#history table thead tr th {
      text-align: left;
      color: #337e61;
      font-weight: normal;
      padding: 10px 0; }
      section#history table thead tr th:first-child, section#history table thead tr th:nth-child(2) {
        width: 130px; }
      section#history table thead tr th:nth-child(3) {
        width: 150px; }
    section#history table tbody {
      width: 100%; }
      section#history table tbody tr {
        vertical-align: top;
        width: 100%; }
        section#history table tbody tr:nth-child(odd) {
          background-color: #f7f6c1; }
        section#history table tbody tr td {
          padding: 10px 0; }

@media screen and (max-width: 768px) {
  section#history {
    margin-bottom: 30px; }
    section#history .small-container {
      overflow-x: scroll; }
    section#history h5 {
      padding: 0 5px; }
    section#history table {
      width: auto;
      margin-top: 30px;
      min-width: 800px; }
      section#history table tbody {
        width: auto; }
        section#history table tbody tr {
          width: auto; } }

.page-subtitle {
  margin: 50px 0; }

@media screen and (max-width: 768px) {
  .page-subtitle {
    padding: 0 10px;
    margin: 30px auto;
    text-align: left; } }
