.btn-read-more {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  background: #e32127;
  color: #fff !important;
  text-decoration: none !important;
  display: inline-block;
}
.btn-read-more:hover {
  background: #4c494a;
}
.post-type-archive-people #Subheader {
  display: none;
}
.post-type-archive-people #Content {
  padding-top: 60px;
}
.human-card {
  position: relative;
}
.human-card .entry-title {
  font-size: 18px;
  line-height: 22px;
  height: 44px;
}
.human-card .human-position {
  font-size: 16px;
  line-height: 18px;
  height: 36px;
  color: #333;
}
.human-card .human-contacts {
  margin-top: 15px;
  height: 40px;
}
.human-card .human-contacts div,
.human-card .human-contacts a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.human-card .human-contacts div i.human-icon,
.human-card .human-contacts a i.human-icon {
  background: #e32127;
  color: #FFF;
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 2px;
  display: inline-block;
}
.human-card .human-contacts div:hover i.human-icon,
.human-card .human-contacts a:hover i.human-icon {
  background: #4c494a;
}
.human-card .human-contacts div.human-social-link div,
.human-card .human-contacts a.human-social-link div {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 90px;
  width: 100%;
  margin: 0 auto 5px auto;
  z-index: 9;
  padding: 10px;
  box-sizing: border-box;
  background: #4c494a;
  color: #fff;
  font-size: 14px;
  border-top: 4px solid #e32127;
}
.human-card .human-contacts div.human-social-link div span,
.human-card .human-contacts a.human-social-link div span {
  word-break: break-all;
  display: block;
}
.human-card .human-contacts div.human-social-link div a,
.human-card .human-contacts a.human-social-link div a {
  padding: 5px 15px;
  display: inline-block;
  background: #FFF;
  color: #e32127;
  margin-top: 10px;
}
.human-card .human-contacts div.human-social-link div a:hover,
.human-card .human-contacts a.human-social-link div a:hover {
  background: #e32127;
  color: #fff;
}
.human-card .human-contacts div.showContacts i,
.human-card .human-contacts a.showContacts i {
  background: #4c494a;
}
.human-card .human-contacts div.showContacts.human-social-link div,
.human-card .human-contacts a.showContacts.human-social-link div {
  display: block;
}
body.blog ul.categories li {
  margin: 0 5px 5px 0 !important;
  width: auto !important;
}
body.blog ul.categories li a {
  padding: 0 15px !important;
  font-size: 14px;
  line-height: 40px;
}
body.blog .sdps-post-content {
  display: flex;
  margin: 0 -1% 25px -1%;
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
}
body.blog .sdps-post-content .post-title {
  font-size: 28px;
  line-height: 34px;
  font-weight: bolder;
}
body.blog .sdps-post-content .post-title span.post-date {
  color: #e32127;
  font-weight: normal;
}
body.blog .sdps-post-content .post-image {
  text-align: center;
}
body.blog .sdps-post-content .post-image img {
  max-height: 200px;
}
body.blog .sdps-post-content .column {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.single-post #Subheader,
body.single-event #Subheader {
  display: none;
}
body.single-post .post-section,
body.single-event .post-section {
  padding: 60px 0;
}
body.single-post .post-date,
body.single-event .post-date {
  color: #ccc;
  font-weight: normal;
}
body.single-post .post-content,
body.single-event .post-content {
  font-family: 'Roboto', Tahoma, sans-serif !important;
  letter-spacing: 0.3px;
  margin-top: 60px;
  padding: 0 60px;
}
body.single-post .post-content h1,
body.single-event .post-content h1,
body.single-post .post-content h2,
body.single-event .post-content h2,
body.single-post .post-content h3,
body.single-event .post-content h3,
body.single-post .post-content h4,
body.single-event .post-content h4,
body.single-post .post-content h5,
body.single-event .post-content h5,
body.single-post .post-content h6,
body.single-event .post-content h6 {
  font-family: 'Roboto', Tahoma, sans-serif !important;
  font-weight: 600;
}
body.single-post .post-content ul,
body.single-event .post-content ul {
  list-style-type: square;
}
body.single-post .post-image,
body.single-event .post-image {
  text-align: center;
}
body.single-post .post-image img,
body.single-event .post-image img {
  max-height: 400px;
}
.home-container-v2 .home-section-title {
  font-size: 26px;
  line-height: 38px;
  margin: 0 0 30px 0;
  text-align: center;
}
.home-container-v2 #home-main-post {
  height: 500px;
  width: 100%;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
.home-container-v2 #home-main-post .main-post-image-container {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.home-container-v2 #home-main-post .main-post-image-container > img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
}
.home-container-v2 #home-main-post .main-post-image-container > img .dummy-image {
  transform: none;
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
.home-container-v2 #home-main-post:hover .main-post-image-container {
  opacity: 0.8;
}
.home-container-v2 #home-main-post .main-post-text-container {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 400px;
  max-width: 100%;
  max-height: 100%;
  background: rgba(255, 255, 255, 0.6);
  padding: 45px;
  color: #333;
  margin: auto 60px;
}
.home-container-v2 #home-main-post .main-post-text-container h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
}
.home-container-v2 #home-main-post .main-post-text-container h4 {
  margin-bottom: 30px;
  color: #555;
  font-size: 18px;
  font-weight: normal;
}
.home-container-v2 #home-main-post .main-post-text-container .main-post-description {
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}
.home-container-v2 #home-main-post .main-post-text-container .btn-read-more {
  margin-top: 30px;
}
.home-container-v2 #home-main-post .main-post-text-container:hover {
  background: rgba(255, 255, 255, 0.7);
}
.home-container-v2 #home-latest-news {
  padding: 60px;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  .home-container-v2 #home-latest-news {
    padding: 25px 15px;
  }
}
@media (max-width: 576px) {
  .home-container-v2 #home-latest-news {
    padding: 20px 0px;
  }
}
.home-container-v2 #home-latest-news .home-latest-news-container {
  position: relative;

  display: -webkit-flex;
     display: -moz-flex;
      display: -ms-flex;
       display: -o-flex;
          display: flex;
  
  -webkit-flex-flow: row wrap;
     -moz-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
       -o-flex-flow: row wrap;
          flex-flow: row wrap;
  
  -ms-align-items: center;
      align-items: center;

  justify-content: center;
}
@media screen and (max-width: 1024px) {
  /*.home-container-v2 #home-latest-news .home-latest-news-container {
    flex-direction: column;
  }*/
}
@media screen and (max-width: 480px) {
/*  .home-container-v2 #home-latest-news .home-latest-news-container {
    display: block;
  }*/
}
.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  position: relative;

  display: block;

  width: 33.3%;
  height: 340px;

  /*flex: 0;*/
  /*flex-basis: 340px;*/

  overflow: hidden;

  /*border: 2px solid #e32127;*/
  border: 2px solid transparent;

  padding: 15px;

  transition: all 0.2s ease-in-out;

  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post {
    /*flex-basis: 240px;
    width: 240px;
    height: 240px;*/

    width: 33.3%;
    height: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post {
    width: 50%;
    height: 340px;

    /*margin-bottom: 30px;*/
  }
}
@media (max-width: 767px) {
/*@media screen and (max-width: 480px) {*/
  .home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post {
    /*max-width: 100%;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*padding-top: 100%;*/

    width: 100%;
    height: 340px;

    /*margin: 0 0 30px 0;*/
  }
}

@media (max-width: 576px) {
/*@media screen and (max-width: 480px) {*/
  .home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post {
    border: none;
  }
}
.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post:hover {
  /*border: 4px solid #e32127;*/
  border-color: #e32127;
}

.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-image-container {
  position: relative;

  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  /*.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-image-container {
    position: static;
  }*/
}
.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-image-container > img {
  position: absolute;

  /* left: 50%; */
  /* top: 50%; */

  /* min-height: 100%; */
  /* min-width: 100%; */
  /* max-width: 120%; */

  /* transform: translate(-50%, -50%); */

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  position: absolute;

  width: calc(100% - (15px * 2));
  height: auto;
  max-height: calc(100% - (15px*2));

  bottom: 15px;
  left: 0;
  right: 0;

  background: rgba(0, 0, 0, 0.2);
  
  padding: 15px 30px;
  margin-left: auto;
  margin-right: auto;

  transition: all 0.2s ease-in-out;
}
@media (max-width: 576px) {
  .home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-info {
    padding: 15px;
  }
}
.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-info .home-recent-post-date {
  font-size: 16px;
  color: #e32127;
}
.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-info h2 {
  font-size: 22px;
  line-height: 28px;
  color: #FFF;
  margin: 0;
}
.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-info h2 a {
  color: #FFF;
}

/*.home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post:hover .home-recent-post-info {
  bottom: -4px;
  left: -4px;
}*/
.home-container-v2 #home-latest-news .btn-read-more {
  margin: 30px auto auto auto;
}
.home-container-v2 #home-latest-news .btn-read-more.btn-large {
  padding: 15px 30px;
  height: auto;
  line-height: 1;
  font-size: 100%;
}
.home-container-v2 #home-socials {
  padding: 60px;
  border-bottom: 1px solid #efefef;
}
.home-container-v2 #home-socials .home-social-circle {
  width: 80px;
  height: 80px;
  margin: 0 15px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  background: #4c494a;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.home-container-v2 #home-socials .home-social-circle:hover {
  background: #e32127;
}
.home-container-v2 #home-instagram-feed {
  padding: 60px;
}
#home-upcoming-events {
  padding: 60px;
  border-bottom: 1px solid #efefef;
}
#home-upcoming-events .home-upcoming-event {
  padding: 15px 30px;
  border-bottom: 1px solid #efefef;
}
#home-upcoming-events .home-upcoming-event h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  display: flex;
}
#home-upcoming-events .home-upcoming-event h3 span {
  flex: 0;
  flex-basis: 200px;
}
#home-upcoming-events .home-upcoming-event h3 span.home-event-date {
  color: #e32127;
}
#home-upcoming-events .home-upcoming-event h3 a {
  display: flex;
  flex: 1;
}
#home-upcoming-events .home-upcoming-event h3 a span {
  flex: 1;
}
#home-upcoming-events .home-upcoming-event h3 a i {
  margin-left: auto;
  flex: 0;
  color: #efefef;
  line-height: 30px;
}
body.post-type-archive-event #Subheader {
  display: none;
}
pre {
  text-align: left;
  background: #fff;
  color: #333;
  font-family: Courier, sans-serif;
  border: 1px solid #00a0d2;
}
.sdpsGroups {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
}
.sdpsGroups a.currentTerm {
  color: #fff;
  background: #e32127;
  padding: 10px 15px !important;
}
.sdpsGroups:last-child {
  margin-bottom: 0;
}
.sdpsGroups:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  height: 2px;
  background: #e4e4e4;
}
.sdpsGroups:nth-child(9):after {
  width: 211.11111111px;
}
.sdpsGroups:nth-child(8):after {
  width: 225px;
}
.sdpsGroups:nth-child(7):after {
  width: 242.85714286px;
}
.sdpsGroups:nth-child(6):after {
  width: 266.66666667px;
}
.sdpsGroups:nth-child(5):after {
  width: 300px;
}
.sdpsGroups:nth-child(4):after {
  width: 350px;
}
.sdpsGroups:nth-child(3):after {
  width: 433.33333333px;
}
.sdpsGroups:nth-child(2):after {
  width: 600px;
}
.sdpsGroups:nth-child(1):after {
  width: 1100px;
}
@media screen and (max-width: 1240px) {
  .home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-info h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .main-post-text-container {
    margin: auto !important;
  }
  #home-upcoming-events .home-upcoming-event h3 {
    flex-direction: column;
  }
  #home-upcoming-events .home-upcoming-event h3 .home-event-date {
    flex-basis: auto;
  }
}
@media screen and (max-width: 768px) {
  #pesLogo {
    display: none;
  }
  body.blog .sdps-post-content {
    display: block;
  }
  body.blog .sdps-post-content .column {
    width: 100%;
    display: block;
    clear: both;
    float: none;
  }
  body.blog .sdps-post-content .column .post-image {
    margin-bottom: 15px;
  }
  body.blog .sdps-post-content .column .post-title {
    font-size: 22px;
  }
  body.blog .sdps-post-content .column .post-title .post-date {
    display: block;
    font-size: 16px;
  }
  body.single-post .post-section,
  body.single-event .post-section {
    padding: 30px 0;
  }
  body.single-post .post-content,
  body.single-event .post-content {
    margin: 15px;
    padding: 0 15px;
  }
  .home-container-v2 #home-upcoming-events,
  .home-container-v2 #home-socials,
  .home-container-v2 #home-instagram-feed {
    padding: 30px;
  }
  .home-container-v2 #home-upcoming-events .home-upcoming-event {
    padding: 15px;
  }
}
@media screen and (max-width: 524px) {
  .home-container-v2 #home-main-post .main-post-text-container {
    padding: 30px;
    margin: 0;
    top: auto;
  }
}
h1.post-title {
  font-size: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  h1.post-title {
    font-size: 22px;
    line-height: 28px;
  }
}  
@media screen and (max-width: 480px) {
  .home-container-v2 #home-latest-news .home-latest-news-container .home-recent-post .home-recent-post-info h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .home-container-v2 #home-latest-news .btn-read-more {
    margin: 0 auto auto auto;
  }
  .home-container-v2 .home-section-title {
    font-size: 22px;
    line-height: 26px;
  }
  .home-container-v2 #home-main-post .main-post-text-container h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .home-container-v2 #home-main-post .main-post-text-container .main-post-description {
    font-size: 14px;
    line-height: 22px;
  }
  .home-container-v2 #home-upcoming-events .home-upcoming-event {
    padding: 15px 0;
  }
  .home-container-v2 #home-instagram-feed {
    padding: 30px 15px;
  }
  body.single-post .post-content,
  body.single-event .post-content {
    padding: 0;
  }
}
