.page-top {
  background-color: #001e47;
}

.padding-top {
  padding-top: 300px
}
.post-type-archive-services .page-body,
.post-type-archive-institutes .page-body,
.page-template-page-sundesmoi .page-body{
	flex: 2;
}
.page-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: 10px;
	flex:auto;
}

.page__items {
  position: relative;
  width: calc(21% - 10px);
  margin-bottom: 50px;
  margin-left: 140px;
}

.post-type-archive-news .page__items {
  width: 250px;
	margin-left: 40px;
}

.page__items.element-anime {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.page__items.element-anime--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page__items:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f07614;
  -webkit-transform: translate(-20px, 20px);
  transform: translate(-20px, 20px);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.page__items:hover:before {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.proswpiko__links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 130px;
  padding: 20px;
  font-size: 2.1rem;
  line-height: 2.1rem;
  color: #fff;
  background: #261d9c;
}

@media(max-width:1280px) {
  .page__items {
    width: calc(50% - 50px);
    margin-left: 50px;
  }
}

@media(max-width:1024px) {
  .padding-top {
    padding-top: 100px;
  }

  .page .centered-1400 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .page-header {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 70px;
  }

  .page__items {
    width: calc(50% - 40px);
    margin: 20px;
  }
}

@media(max-width:767px) {
  .page__items {
    margin: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}





/* PROGRAMS TABLE LAYOUT */
.research-body table tbody tr td {
  min-height:65px;
  padding:15px;
  text-align:center;
  color:#2b1d4b;
}
.research-body table tbody > tr:first-child td {
  background:#4475e6;
  color:#fff;
  text-align:center;
  text-transform:uppercase;
}
.research-body table tbody tr td:first-child {
  width:33.333333%;
}

.research-body table tbody tr td:nth-child(2) {
  width:20%;
}
.research-body table tbody tr td:nth-child(3) {
  width:20%;
}

.research-body table tbody tr td:nth-child(4) {
  width:26%;
}

/* even background color */
.research-body table tbody tr:not(:first-child):nth-child(even) td:first-child {
  background:#f5df88;
}
.research-body table tbody tr:not(:first-child):nth-child(even) td:nth-child(2) {
  background:#f1e09b;
}
.research-body table tbody tr:not(:first-child):nth-child(even) td:nth-child(3) {
  background:#f3e6b1;
}

.research-body table tbody tr:not(:first-child):nth-child(even) td:nth-child(4) {
  background:#f3ecd0;
}

.research-body table tbody tr:not(:first-child):nth-child(even) td:nth-child(5) {
  background:#f9f5e7;
}

/* odd background color */
.research-body table tbody tr:not(:first-child):nth-child(odd) td:first-child {
  background:#d7cd98;
}
.research-body table tbody tr:not(:first-child):nth-child(odd) td:nth-child(2) {
  background:#d4cea8;
}
.research-body table tbody tr:not(:first-child):nth-child(odd) td:nth-child(3) {
  background:#d5d3ba;
}
.research-body table tbody tr:not(:first-child):nth-child(odd) td:nth-child(4) {
  background:#d5d8d4;
}
.research-body table tbody tr:not(:first-child):nth-child(odd) td:nth-child(5) {
  background:#eaebe9;
}

.term-past-members .padt-270 {
	background-color: white;
	padding-top: 270px;
}
.term-past-members .research-body {
	padding-top: 40px;
	padding-bottom: 40px;
	overflow-x: scroll;
}
@media(max-width: 1024px) {
	.term-89 .page-body {
		flex: unset;
	}	
}
