.resource-wrap img{
  max-width: 20px;
}

.card-content {
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}


.career-tab{
  font-size: 18px !important;
  margin: 0px 10px 0px 0px !important;
  background-color: #eee;
}

.career-tab.active{
  background-color: #488f77 !important;
  color: #FFF !important;
}

@media only screen and (max-width: 600px) {
 #career-tabs .nav-item{
   margin: 0px 0px 20px 0px !important;
  background-color: #eee;
  width:100%;
} 

.career-tab{
   margin: 0px !important;
 }
  
  
}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
	height:250px;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}

.search-box{
  background-color: #488f77;
}
.property-search label{
  font-weight: bold;
  color:#FFF;
}
.form-group{
  margin: 0px 0px 20px 0px;
}

.resource-wrap img{
  width:inherit;
}

.resource-wrap{
  font-family: "Poppins", sans-serif;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav{
  display: none !important;
}

.blog-posts .post-thumb img{
    height: 350px; /* height of container */
    object-fit: cover;
}

.eq-box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

#pass-reset .simple_form button {background-color:#488f77;border-color:#488f77;color:#fff;font-size:16px;line-height:1.625em;padding:10px 48px;border-radius:10px;border-width:2px;margin-top:15px;font-weight:bold}

#pass-reset .simple_form #email, #pass-reset .simple_form #password, #pass-reset .simple_form #confirm{background-color:#f7f7f7;border-color:#f7f7f7;border-radius:4px;color:#000;font-size:16px;font-weight:400;line-height:1.625em;height:50px;padding:12px 20px;width:100%;display:block;border-style:none}

#pass-reset .simple_form label{color:#000;font-size:16px;display:block}


#progressBar {
  width: 100%;
  height: 30px;
  background-color: #ffffff;
 }

.progress-text{
  font-size:12px;
  color:#FFF;
  padding:5px 0px 10px 20px;
}

#progressContent {
  width: 0%;
  height: 30px;
  transition: width 0.3s;
  transition-timing-function: ease-in-out;
  background-color: rgb(43,194,83);
  background-image: linear-gradient(
    center bottom,
    rgb(43,194,83) 37%,
    rgb(84,240,84) 69%
  );
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
}

.form[data-s-form-progress='0'] #progressContent{
  width: 0%;
}

.form[data-s-form-progress='1'] #progressContent{
  width: 10%;
}

.form[data-s-form-progress='2'] #progressContent{
  width: 20%;
}

.form[data-s-form-progress='3'] #progressContent{
  width: 30%;
}

.form[data-s-form-progress='4'] #progressContent{
  width: 40%;
}

.form[data-s-form-progress='5'] #progressContent{
  width: 50%;
}

.form[data-s-form-progress='6'] #progressContent{
  width: 60%;
}

.form[data-s-form-progress='7'] #progressContent{
  width: 80%;
}

.form[data-s-form-progress='8'] #progressContent{
  width: 100%;
}

.search-results-wrapper .resource-wrap a{
  font-size:16px;
}


.search-bar-wrapper .input-group-btn{
  background: #488f77;
  color: #fff;
}
 
.s_site_search_input{
  display:block;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  height: calc(2.25rem + 18px);
    padding: 8px 16px;
    outline: 0;
    border-radius: 0;
      font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.ep-wrapper .accordion-button{
  text-align: left;
  min-height:70px;
}


.ep-wrapper .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.ep-wrapper .resource-wrap{
   margin-bottom: 20px;
}

.ep-wrapper .resource-wrap a{
  line-height: 22px;
  font-size: 16px;
}
 
.ep-wrapper .name{
  margin-right: 0px !important;
  padding-right:0px !important;
}

@media (max-width: 575.98px) {
      .ep-wrapper header#header .menuzord-brand img {
        max-width: 230px !important;
        }

    }
    
.owl-dots{
  display: none!important;
}

.footer a{
  color: #FFF;
  font-weight: bold !important;
}
 
#results .card a.btn{
  width: 100%;
}

.box-frame{
  border: 20px solid #fff;
  box-shadow: 0px 1px 10px 0px rgba(211, 211, 211, 0.39);
  background-size: cover;
  background-position: center center;
  position: relative;
}


