body,
.rs-layer {
  font-family: Stem, Arial, snas-serif !important;
}

/* Get Involved */
/* ------------ */
.page-id-581 {
  overflow-x: hidden;
}

.page-id-581 .get-involved-items .et_pb_column {
  margin-top: -110px;
}

.page-id-581 .get-involved-items:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
}

.page-id-581 .get-involved-items.item-showing:before {
  background: #EFEFEF;
}

.page-id-581 .get-involved-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4F886B;
  color: #fff;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
}


.page-id-581 .get-involved-item:hover {
  cursor: pointer;
  border: 3px solid #fff;
}

.page-id-581 .get-involved-item > img {
  display: none;
}

.page-id-581 .get-involved-item .content{
  text-align: center;
}

.page-id-581 .get-involved-item .content img{
  width: auto;
  height: 50px;
  margin-bottom: 10px;
}

.page-id-581 .get-involved-item .content .text{ 
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
}

.page-id-581 .get-involved-item.active {
  background: #4F886B;
}

.page-id-581 .get-involved-item.active > img {
  display: block;
}

.page-id-581 .get-involved-item.active .content {
  display: none;
}

.page-id-581 .get-involved-page-content:before {
  content: "";
  background: #EFEFEF;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  border-bottom-left-radius: 200px;
}

.page-id-581 #get_involved_container .get-involved-page-content {
  display: none;
  padding-bottom: 100px !important;
}

.page-id-581.et_mobile_device #get_involved_container .get-involved-page-content {
  padding-top: 0;
}

.page-id-581 #download-the-app-row .download-links {
  text-align: right;
}

.page-id-581 #download-the-app-row .download-links img {
  width: auto;
  height: 40px;
  margin: 0 5px;
}

@media (max-width: 980px) {
  .page-id-581 #get_involved_mobile_nav_row {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    max-width: 400px;
    padding: 0 30px;
  }

  .page-id-581 #get_involved_mobile_nav_row .nav-buttons {
    display: flex;
    justify-content: space-between;
  }

  .page-id-581 #get_involved_mobile_nav_row .nav-buttons .nav-button {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #000;
  }

  .page-id-581 .get-involved-items .et_pb_column {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .page-id-581 .get-involved-items .et_pb_column:first-of-type,
  .page-id-581 .get-involved-items.item-showing .et_pb_column {
    margin: -55px 0 30px 0;
  }

  .page-id-581 .get-involved-item {
    width: 180px;
    height: 180px;
  }

  .page-id-581 .get-involved-item .content .text {
    font-size: 14px;
  }

  .page-id-581 .get-involved-item.active > img {
    width: 90px;
  }

  .page-id-581 #get_involved_container .get-involved-page-content {
    padding-bottom: 200px !important;
  }
}