/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */

 .org-listing-block {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 5px 20px #0000000D;
	border: 0.30000001192092896px solid #D8D8D8;
	border-radius: 10px;
	padding: 30px;
	margin: 20px 0;
	font-size: 16px;

 }

 .org-listing-block p {
	margin-bottom: 10px !important;
}

 .org-listing-block h3 {
	margin: 0px !important;
	padding: 0px !important;
}

 .org-listing-block img { 
	box-shadow: none;
}

.org-listing-block .logo-img {
	max-height: 80px;
	
}

.org-listing-block .hero {
	display: block; 
	width: 100%;
	margin-bottom: 12px;
}

 .org-listing-block  .org-listing-block .hero img {
	max-width: 100%;
}

 .org-listing-block .coldesc {
	font-size: 20px;
	font-weight: bold;
}

 .org-listing-block .container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: space-evenly;
}

 .org-listing-block .width {
	flex-grow: 1;
}

 .org-listing-block .schoolName {
	font-size: 26px;
	font-weight: bold;
}

 .org-listing-block .cityState {
	font-weight: 18px;
}

 .org-listing-block .heading {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px !important;
}

.org-listing-block .heading span {
	font-weight: normal;
	font-size: 11px;
	color: #818181;

}
   
.org-listing-block .container, 
.org-listing-block .divider {
	border-bottom: 1px solid #C9C9C9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.org-listing-block .open:after {
	rotate: 0deg !important;
}


.org-listing-block .accordionTextColor {
	position: relative;
	cursor: pointer;
}

.org-listing-block .accordionTextColor:after {
	content: '';
	position: absolute;
	background-image: url('assets/arrow.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 10px;
	bottom: 0;
	content: "";
	height: 30px;
	position: absolute;
	right: 0px;
	rotate: -180deg;
	width: 30px;
}

 @media screen and (max-width: 800px) { 
	.org-listing-block .container {
      	display: block;
	}
 }