/*research services grid*/
.research-services {
  padding: 3em 0;
}
.research-services .row {
  display:flex;
  flex-wrap:wrap;
  border-top: 1px solid #9EA2A2;
  border-right: 1px solid #9EA2A2;
  border-left: 1px solid #9EA2A2;
}
.research-services .row div {
  width: 50%;
  display:flex;
  align-items: center;
  padding: 1.25em;
  justify-content: center;
}
.research-services .row div:nth-child(odd) {
  border-bottom: 1px solid #9EA2A2;
  border-right: 1px solid #9EA2A2;
}
.research-services .row div:nth-child(even) {
  border-bottom: 1px solid #9EA2A2;
}

.research-services .row div i {
  color: #004E60;
  font-size: 1.2em;
  padding-right: 8px;
}
.research-services .row div h3 {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 0;
}

.research-services .field--name-body {
  display: flex;
  flex-wrap: wrap;
}
.research-services .field--name-body a {
  width: 48%;
  text-align: center;
}
/*tools and forms*/
.tool-btns .col-auto {
  padding-left: 0;
  padding-right: 0;
}

.tool-btns .col-auto .btn-beige:first-child {
  margin-left: 0;
}

/*research services page*/
.page-node-2201 main#content .section{
  display: flex;
  flex-direction: column;
}

.page-node-2201 main#content .section #block-russell-page-title {
  order:1;
}
.page-node-2201 main#content .section #block-views-block-russell-research-services-block-1 {
  order: 2;
}
.page-node-2201 main#content .section #block-views-block-russell-research-services-block-2 {
  order: 3;
  padding-bottom: 2em;
}
.page-node-2201 main#content .section #block-russell-content {
  order:5;
}
@media (max-width: 1200px) {
  .tool-forms-btns .field--name-body a {
    display:block;
    text-align: center;
  }
}

@media (max-width: 570px) {
  .research-services .field--name-body a {
    width: 100%;
  }
  .research-services .row div {
    width: 100%;
  }
  .research-services .row div:nth-child(odd) {
    border-right: none;
  }
  .research-services .row div h3 {
    font-size: 1.25em;
  }
}
