@media (max-width: 700px) {
  body #wrapper #content .people .aperson {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  body #wrapper #content .people .aperson:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }
  body #wrapper #content .people .aperson .person_name {
    width: 100%;
    font-size: 24px;
    line-height: 38px;
    border-bottom: 0;
    margin-bottom: 0;
  }
  body #wrapper #content .people .aperson .person_name {
    margin-top: 20px;
  }
}
body #wrapper #content .people .aperson .person_name a {
  color: #de002b;
}
body #wrapper #content .people .aperson .person_name a:hover {
  color: #00568f;
}
body #wrapper #content .people .aperson .person_image_details_wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 700px) {
  body
    #wrapper
    #content
    .people
    .aperson
    .person_image_details_wrapper
    .person_image {
    display: none;
  }
}
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_image
  .person_image_link {
  margin-top: 5px;
}
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_image
  .person_image_link
  img {
  height: 150px;
}
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details {
  flex-grow: 1;
  flex-basis: 0;
}
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 700px) {
  body
    #wrapper
    #content
    .people
    .aperson
    .person_image_details_wrapper
    .person_details {
    width: 100%;
  }
}
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details
  p {
  font-size: 16px;
  line-height: 24px;
}
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details
  b {
  color: #00a6c9;
}
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details
  .person_start_time,
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details
  .person_end_time,
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details
  .person_venue,
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details
  .person_location,
body
  #wrapper
  #content
  .people
  .aperson
  .person_image_details_wrapper
  .person_details
  .person_excerpt {
  padding-left: 20px;
  padding-bottom: 5px;
}
@media (max-width: 700px) {
  body
    #wrapper
    #content
    .people
    .aperson
    .person_image_details_wrapper
    .person_details
    .person_start_time,
  body
    #wrapper
    #content
    .people
    .aperson
    .person_image_details_wrapper
    .person_details
    .person_end_time,
  body
    #wrapper
    #content
    .people
    .aperson
    .person_image_details_wrapper
    .person_details
    .person_venue,
  body
    #wrapper
    #content
    .people
    .aperson
    .person_image_details_wrapper
    .person_details
    .person_location,
  body
    #wrapper
    #content
    .people
    .aperson
    .person_image_details_wrapper
    .person_details
    .person_excerpt {
    padding-left: 0;
  }
}

/* codes from https://loading.io/css/ */
.lds-facebook.hidden {
  display: none;
}
.lds-facebook {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #231f20;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
/* single org page */
.single_orgs .shortcode_pageheroimage {
  margin-bottom: 20px;
}
.single_orgs .shortcode_pageheroimage h1 {
  max-width: 75%;
  margin: 0 auto;
}
.single_orgs .shortcode_pageheroimage img {
  width: 100%;
  height: auto;
}
.single_orgs .orgs_content > p,
.single_orgs .orgs_content > ul,
.single_orgs .orgs_content > h5,
.single_orgs .orgs_content > h4 {
  max-width: 75%;
  margin: 0 auto;
  padding-right: 13.25%;
}

.single_orgs .orgs_image,
.single_orgs .orgs_name {
  max-width: 100%;
  padding: 100px 12.5% 20px;
  background: #F1F1F0;  
}

.single_orgs .org_social {
  max-width: 75%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;  
}

.single_orgs .org_social a {
  color: inherit;
}

.single_orgs .org_social i {
  margin-right: 8px;
}

.single_orgs .orgs_image {
  padding-top: 30px;
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.single_orgs .orgs_image img {
  width: auto;
  max-height: 200px;  
}
.single_orgs .orgs_content .alignleft {
  float: left;
  margin-right: 20px;
}
.single_orgs .orgs_content .alignright {
  float: right;
  margin-left: 20px;
}
.single_orgs .orgs_content .individualvideo {
  max-width: 75%;
  margin: 0 auto;
}
.single_orgs .orgs_content > .shortcode_button_wrapper {
  margin-left: 12.5%;
}
@media screen and (max-width: 768px) {
  .single_orgs .shortcode_pageheroimage h1 {
    margin: 0 20px;
    max-width: 100%;
  }
  .single_orgs .orgs_content > h4,
  .single_orgs .orgs_content > h5,
  .single_orgs .orgs_content > ul,
  .single_orgs .orgs_content > p {
    margin: 0 20px;
    max-width: 100%;
    padding-right: 0;
  }

  .single_orgs .orgs_name {
    margin: 0;
  }
  .single_orgs .orgs_image {
    margin: 0 0 50px;
  }  
  .single_orgs .orgs_content .individualvideo {
    margin: 0 20px;
    max-width: 100%;
  }
  .single_orgs .orgs_content > .shortcode_button_wrapper {
    margin-left: 0;
  }
  iframe {
    max-width: 100%;
  }

  .single_orgs .org_social {
    max-width: 100%;
    margin: 50px 20px;    
  }
}

