/*
 * Testimonials
*/

.full-width-content {
	padding: 3.71em 0;
	background: #F2F2F2;
	font-family: Mulish;
	font-weight: 800;
}

.full-width-content .row {
	align-items: center;
}

.full-width-content-text {
	margin-bottom: 1em;
	font-size: 1.29em;
	line-height: 1.39;
}

.full-width-content-undertext {
	margin-bottom: 1.5em;
	font-size: 0.86em;
	line-height: 1.17em;
}

.full-width-content .button {
	margin-bottom: 2em;
}

.filter-row {
	margin-top: 2em;
	margin-bottom: 3em;
}

.filter-row .row {
	align-items: center;
}

.filter_name {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	line-height: 1.5;
	padding: 0.44em 0;
}

.s-hidden {
    visibility:hidden;
    max-width: 100%;
    padding-right:10px;
}
.select {
    cursor:pointer;
    display:inline-block;
    width: 100%;
    padding:1em 1.3em;
    position:relative;
    font:normal 1em/1.3 Mulish;
    background: #F2F2F2;
}
.styledSelect {
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding:1em 1.3em;
    color: #636363;
}
.styledSelect::after {
	content: "";
	width: 0.75em;
	height: 0.75em;
	border: 1px solid transparent;
	border-color: transparent transparent black black;
	position: absolute;
	top: 1em;
	right: 1em;
	transform: rotate(-45deg);
}
.styledSelect:active, .styledSelect.active {
    background-color:#eee;
}
.options {
    display:none;
    position:absolute;
    top:100%;
    right:0;
    left:0;
    z-index:1;
    margin:0 0;
    padding:5px 0;
    list-style:none;
    background-color:white;
    -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.15);
    font-family: Poppins;
}
.options li {
    margin:0 0;
    padding: 8px 1.6em;
	line-height: 1.5;
	color: #636363;
}
.options li:hover {
	font-weight: bold;
	color: #BAA375;
}

.options li::before {
	content: none;
}

.filter-row input[type="search"] {
	width: 100%;
	background: #F2F2F2;
	padding: 1em 4em 1em 1em;
	border: none;
	font-family: Mulish;
	color: #636363;
}

.filter-row  button {
	position: absolute;
	right: 15px;
	height: 100%;
	background: transparent;
	border: none;
	padding: 1em;
}

::placeholder { 
  opacity: 1;
}

.search-results .entry-header {
	margin: 2em 0;
}

.testimonial_stories {
	cursor: pointer;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.entry-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #7BA1AB;
	color: #fff;
	padding: 0.75em;
}

article .entry-title {
	font-weight: bold;
	font-size: 1.29em;
	margin: 0;
}

.entry-bottom div.entry-title {
	font-family: Mulish;
	font-style: italic;
	font-weight: 300;
}

.testimonials-photo {
	flex-grow: 1;
}

.testimonials-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.entry-program {
	font-family: Mulish;
	font-style: italic;
	font-weight: 300;
	font-size: 1.14em;
}

/*.hidden-content {
	display: none;
}
*/
.entry-hidden-bottom.offset-md-2.col-md-2 {
	flex-direction: column;
}

.entry-hidden-school {
	font-family: Mulish;
	font-style: italic;
	font-weight: 300;
	font-size: 1.14em;
}
/*
.show_hidden {
	display: none;
}*/

.show_hidden .hidden-content {
	display: block;
	background: #F2F2F2;
	padding: 4.43em 0 3.71em;
	margin: 0 0 2em;
}

.testimonials-stories-item {
	margin-bottom: 2em;
}

.entry-titles {
	margin-right: 1em;
	max-width: 15em;
}

.entry-hidden-bottom {
	display: flex;
	align-items: flex-start;
}

.entry-hidden-content {
	margin-top: 2em;
	line-height: 1.57;
}

.entry-hidden-bottom img {
	width: 7.57em;
	margin-right: 1.5em;
}

.success-stories-items {
	column-count: 2;
	max-width: 36em;
}

.entry-hidden-title {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.64em;
	color: #7BA1AB;
}

.success-stories-items p {
	margin-bottom: 0.4em;
    font-family: 'Mulish';
    font-size: 1.1em;
}

.success-stories-items p strong {
	font-weight: 800;
}

.entry-hidden-excerpt .link {
	font-weight: 500;
	text-transform: uppercase;
	color: #7CA1AB;
}

.entry-hidden-full-content {
	display: none;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (min-width: 1200px) { 

}

@media (max-width: 991px){
	.success-stories-items {
		column-count: 1;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.filter {
		margin-bottom: 1em;
	}

	.full-width-content img {
		margin-bottom: 1em;
	}

	.show_hidden .hidden-content {
		padding: 2.43em 1em 2.71em;
	}
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.entry-hidden-bottom {
		flex-direction: column;
	}

	.entry-hidden-bottom img {
		width: auto;
		margin-bottom: 1.5em;
		margin-top: 1em;
	}

	.show_hidden .hidden-content .offset-md-2.col-md-8 {
		order: 1;
	}

}