.innerPage-hero-section .content {
  max-width: 650px;
  background: var(--color-dark-blue);
  height: 260px;
  padding: 46px 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  bottom: -100px;
}

.innerPage-hero-section .content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  box-shadow: -17px -19px var(--color-yellow);
  width: 318px;
  height: 255px;
}
.innerPage-hero-section .content::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  box-shadow: 0 19px var(--color-dark-green);
  width: 286px;
  height: 20px;
}

/* Search Listing */
.search-result-page {
  padding: 75px 100px 0px;
}
.search-result-page .inner-content {
  margin: 0 auto;
  max-width: 1088px;
  width: 100%;
}
.search-result-page .search-result {
  border-bottom: 1px solid var(--color-yellow);
  margin-bottom: 20px;
  padding-bottom: 30px;
  text-align: left;
}
.search-result-page .search-result h2 a {
  color: var(--color-black2);
  text-decoration: underline;
}
.search-result-page .search-result h2 a:hover,
.search-result-page .search-result h2 a:focus{
  color: var(--color-yellow) !important;
}
.search-result-page .search-result .search-result-excerpt p:first-child {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .search-result-page {
    padding:60px 30px 0px !important;
  }
}
@media (max-width: 992px) {
  .search-result-page {
    padding: 100px 60px 0px;
  }
}
/* Serach Page End */

/* Load more Button */
.fl-builder-pagination-load-more {
  overflow: hidden;
  margin-top: 55px;
}
.fl-builder-pagination-load-more .fl-button {
  background: transparent !important;
  padding: 0px 83px !important;
  border: none !important;
  text-transform: uppercase;
  position: relative;
}
.fl-builder-pagination-load-more a span {
  color: var(--color-black3) !important;
  padding: 0 16px 0 20px;
  display: inline-block;
  position: relative;
  font-size: 16px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: normal !important;
  line-height: 1.25 !important;
  letter-spacing: 4.8px;
}
.fl-builder-pagination-load-more a:before,
.fl-builder-pagination-load-more a:after {
  position: absolute;
  width: 81px;
  height: 1px;
  content: "";
  left: 0;
  top: 11px;
  background: var(--color-yellow);
  left: 0%;
  transition: all 0.3s ease;
}
.fl-builder-pagination-load-more a:after {
  left: auto;
  right: 0%;
}

.fl-builder-pagination-load-more a:hover span,
.fl-builder-pagination-load-more a:focus span{
  color: var(--color-green) !important;
}
.fl-builder-pagination-load-more a:hover:before,
.fl-builder-pagination-load-more a:focus:before{
  width: 414px;
  left: -335px;
}
.fl-builder-pagination-load-more a:hover:after,
.fl-builder-pagination-load-more a:focus:after{
  width: 414px;
  right: -335px;
}

@media (max-width: 480px) {
  .fl-builder-pagination-load-more .fl-button {
    padding: 0 40px !important;
  }
  .fl-builder-pagination-load-more .fl-button:before,
  .fl-builder-pagination-load-more .fl-button:after {
    width: 40px !important;
    left: 0 !important;
  }
  .fl-builder-pagination-load-more .fl-button span {
    padding: 0 10px 0 15px;
  }
  .fl-builder-pagination-load-more .fl-button:after {
    left: auto !important;
    right: 0 !important;
  }
}


/* Podcast Landing Page */
.three-column-cards.white-bg{
	margin-top:0;
	clip-path:none;
}

/* Education Landing Page */
.three-column-image-content-section .fl-col-content .fl-col:hover .fl-photo-content img{
	transition:0.3s all ease;
    height:calc(100% - 7px);
	top:7px;
	width:calc(100% - 7px);
}
.three-column-image-content-section .fl-col-content .fl-col{
	background:var(--color-dark-blue);
position:relative;
}

.three-column-image-content-section .fl-col-content .fl-col:after{
	position:absolute;
	content:"";
	background:var(--color-light-green);
	width:4px;
	right:0;
	transition:0.5s all ease;
	bottom:0;
	height:calc(100% - 295px);
	z-index: 0;
}
.three-column-image-content-section .fl-col-content .fl-col:before{
	position:absolute;
	content:"";
	background: var(--color-yellow);
	width: 7px;
	left:0;
	transition:0.5s all ease;
	bottom:0;
	height:calc(100% - 295px);
	z-index: 2;
}
@media (max-width: 768px) {
	.three-column-image-content-section .fl-col-content .fl-col:before,
	.three-column-image-content-section .fl-col-content .fl-col:after{
		height:calc(100% - 35vw);
	}
}
.three-column-image-content-section .fl-col-content .fl-col .fl-col-content{
	z-index:1;
	position:relative;
	width: 100%;
	
}
.three-column-image-content-section .fl-col-content .fl-col:hover:before{
	height:calc(100% - 7px);
transition:0.5s all ease;
}
.three-column-image-content-section .fl-col-content .fl-col:hover:after{
	transition:0.5s all ease;
width:calc(100% - 15px);
height:100%;
}
.three-column-image-content-section .fl-photo-content{
	height: 295px;
	position: relative;
	width: 100%;
	}
.three-column-image-content-section .fl-photo-content img{
	position: absolute;
	transition:0.3s all ease;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.three-column-image-content-section .fl-module-heading .fl-module-content{
    padding: 23.35px 2px 23.35px 20px;
   /* border-left: 7px solid var(--color-yellow);
    border-right: 5px solid var(--color-light-green);*/
    /*     background: var(--color-dark-blue);transition: 0.3s; */
  }

.three-column-image-content-section .fl-module-content h2{font-size: 26px;text-transform: capitalize !important;}
.three-column-image-content-section .fl-module-content h2 a{color:var(--color-white); text-decoration:none !important;}
.three-column-image-content-section .fl-module-content h2 a:hover{color:var(--color-white) !important;}
.three-column-image-content-section .fl-module-content h2 a:focus{outline:none !important;}
.three-column-image-content-section .fl-col-content .fl-col-group{    
    width: calc(100% + 75px);
    margin-left: -75px;
   display: flex  !important;
    flex-wrap: wrap  !important;
}
.three-column-image-content-section .fl-col-content .fl-col{
	 
	margin-left: 75px;
    width: calc(33.333% - 75px)  !important; margin-bottom:70px;}



@media (max-width: 1200px) {
.three-column-image-content-section .fl-col-content .fl-col{	     
   width: calc(50% - 75px) !important;
	margin-bottom:50px;

	}
}
   
@media (max-width: 768px) {
.three-column-image-content-section .fl-photo-content {
	height:35vw;}
	.three-column-image-content-section .fl-col-content .fl-col {
		margin-left: 0px;  width: 100% !important;}
	.three-column-image-content-section .fl-col-content .fl-col-group {   
    margin-left: 0px;
		width: 100%;}
}
