.ajax-load-more-wrap .alm-listing .grid-item {
  border: 1px solid #cac8c8;
  width: 30%;
  margin: 0 1% 3%;
  float: left;
  display: inline;
}

#alm-filters-pillarsfilter .alm-filter {
  padding-top: 20px;
}
#alm-filters-pillarsfilter .alm-filter #alm-filter-select_a_pillar-title {
  color: #868484;
  font-size: 12px;
  font-weight: 400;
}
#alm-filters-pillarsfilter .alm-filter .alm-filter--inner {
  padding: 0 0 10px;
  border-bottom: 2px solid #304550;
}
#alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul li .field-radio {
  padding: 0 10px 0 0 !important;
  text-transform: uppercase;
  font-size: 14px;
  color: #304550;
}
#alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul li .field-radio:before {
  display: none !important;
}
#alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul li .field-radio:after {
  display: none !important;
}
#alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul li .field-radio.active {
  font-weight: 700;
}

#ajax-load-more .alm-load-more-btn {
  background-color: #f37369 !important;
  color: #304550 !important;
  width: 200px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (min-width: 780px) {
  #alm-filters-pillarsfilter {
    padding: 0 10px;
    margin: 0 auto 35px;
  }
  #alm-filters-pillarsfilter .alm-filter .alm-filter--inner {
    padding: 0;
  }
  #alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul {
    display: flex;
    justify-content: space-between;
  }
  #alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul li {
    margin: 0;
  }
  #alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul li .field-radio {
    padding: 0 10px !important;
    border-bottom: 3px solid transparent;
  }
  #alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul li .field-radio:hover {
    border-color: #304550;
  }
  #alm-filters-pillarsfilter .alm-filter .alm-filter--inner ul li .field-radio.active {
    border-color: #304550;
  }
}
.grid-item:nth-of-type(3n+2) .ft-img {
  height: 200px;
}

.admin-notice {
  background: red;
  color: white;
  font-size: 14px;
  padding: 10px;
}

@media screen and (max-width: 780px) {
  .ajax-load-more-wrap .alm-listing .grid-item {
    width: 42%;
    margin: 0 1.5% 3%;
  }
}
@media screen and (max-width: 480px) {
  .ajax-load-more-wrap .alm-listing .grid-item {
    width: 100%;
    margin: 0 0 20px;
  }
}
/**********************
Blog Page
**********************/
.blog h1.entry-title {
  font-family: Manrope;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 5px;
}

@media screen and (min-width: 800px) {
  .blog h1.entry-title {
    font-size: 80px !important;
    letter-spacing: 15px;
  }
}
.ewt-post .ft-img {
  height: 150px;
  background-color: #f5f5f5;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ewt-post .post-content {
  padding: 10px;
}
.ewt-post .post-content .entry-meta {
  border-bottom: 1px solid #cac8c8;
  padding-bottom: 10px;
}
.ewt-post .post-content .entry-meta h2 {
  color: #fff;
  margin: 0 0 20px;
  text-transform: capitalize;
  line-height: 0.75 !important;
}
.ewt-post .post-content .entry-meta h2 a {
  font-size: 24px;
}
.ewt-post .post-content .entry-meta h2 a:hover {
  text-decoration: underline;
}
.ewt-post .post-content .entry-meta p {
  margin: 0;
}
.ewt-post .post-content .entry-meta .date, .ewt-post .post-content .entry-meta .divider, .ewt-post .post-content .entry-meta .categories {
  display: inline;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.ewt-post .post-content .entry-meta .date {
  text-transform: uppercase;
}
.ewt-post .post-content .entry-meta .entry-cats {
  font-size: 12px;
}
.ewt-post .post-content .entry-text {
  padding-top: 10px;
}
.ewt-post .post-content .entry-text .read-more {
  font-size: 13px;
}
.ewt-post .post-content .entry-text .read-more:hover {
  text-decoration: underline;
}

/* .community-pillar .post-content {
  background-color: #4cc0b0;
}
.community-pillar .post-content .entry-meta h2 a {
  color: #fff;
}
.community-pillar .post-content .entry-cats, .community-pillar .post-content .read-more {
  color: #f9c73a;
}

.knowledge-pillar .post-content {
  background-color: #f9c73a;
}
.knowledge-pillar .post-content .entry-meta h2 a {
  color: #304550;
}
.knowledge-pillar .post-content .entry-cats, .knowledge-pillar .post-content .read-more {
  color: #4cc0b0;
}

.diversity-pillar .post-content {
  background-color: #f29b1f;
}
.diversity-pillar .post-content .entry-meta h2 a {
  color: #304550;
}
.diversity-pillar .post-content .entry-cats, .diversity-pillar .post-content .read-more {
  color: #4cc0b0;
}

.sustainability-pillar .post-content {
  background-color: #85a33f;
}
.sustainability-pillar .post-content .entry-meta h2 a {
  color: #fff;
}
.sustainability-pillar .post-content .entry-cats, .sustainability-pillar .post-content .read-more {
  color: #f9c73a;
}

.wellbeing-pillar .post-content {
  background-color: #f37369;
}
.wellbeing-pillar .post-content .entry-meta h2 a {
  color: #fff;
}
.wellbeing-pillar .post-content .entry-cats, .wellbeing-pillar .post-content .read-more {
  color: #f9c73a;
}
*/

/****** End Blog Page CSS ******/
/**********************
Pillars Dropdown/Accordion
**********************/
#pillars-wrap .pillar-item .bottom .contact-click {
  width: 100%;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-size: 20px;
}
#pillars-wrap .pillar-item .bottom .contact {
  display: none;
  width: 100%;
}
#pillars-wrap .pillar-item .bottom .contact .wpforms-container {
  margin-bottom: 0;
}
#pillars-wrap .pillar-item .bottom .contact .wpforms-container .wpforms-form {
  padding: 10px;
  background-color: #f5f5f5;
}
#pillars-wrap .pillar-item .bottom .contact .wpforms-container .wpforms-form .wpforms-field {
  padding: 0;
}
#pillars-wrap .pillar-item .bottom .contact .wpforms-container .wpforms-form .wpforms-field input {
  max-width: 100%;
	margin-bottom:15px;
}
#pillars-wrap .pillar-item .bottom .contact .wpforms-container .wpforms-form .wpforms-submit-container {
  padding: 0;
}
#pillars-wrap .pillar-item .bottom .contact .wpforms-container .wpforms-form .wpforms-submit-container button {
  width: 100%;
	margin-top:5px;
	background-color:#d98b27;
	color:#fff;
	text-transform:uppercase;
}
#pillars-wrap .pillar-item .bottom .contact .cancel {
  padding: 10px 0 0;
  font-weight: 400;
  font-size: 12px;
  cursor: pointer;
}

/*# sourceMappingURL=custom.css.map */
