/* */
.openCicle {
  width: 14em;
  height: 14em;
  background-color: rgba(168,210,213,1.00);
  border-radius: 50%;
  position: relative
}
.closeCicle {
  width: 14em;
  height: 14em;
  background-color: rgba(81,34,34,1.00);
  border-radius: 50%;
  position: relative
}
.openTitle, .closeTitle {
  font-family: var(--accent-font);
  font-weight: 700;
  text-align: center;
  position: relative;
  top: 35px;
  z-index: 999;
  font-size: 1.8em
}
.openTitle {
  color: rgba(25,80,85,1.00);
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 1.00);
}
.closeTitle {
  color: rgba(255, 255, 255, 1.00);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1.00);
}
.openItem, .closeItem {
  font-family: var(--feature-font);
  font-size: 1.1em;
  position: relative;
  top: 45px;
  left: 30px
}
.openItem {
  color: rgba(11,47,50,1.00)
}
.closeItem {
  color: rgba(255,225,225,1.00)
}

/* news */
#news dl{
	border-bottom: solid 1px rgba(185,197,173,1.00);
	margin-bottom: 8px
}
#news dt{
	font-family: var(--nav-font);
	font-weight: 300;
	font-size: 1.0rem;
	padding: 0.7rem
}
#news dd{
	align-content: center;
	min-height: 3.5em
}
#keydates .date{
	font-family: var(--nav-font);
	font-size: 1.2rem
} 
/*--------------------------------------------------------------
# ORG INVITED
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.section-title h4:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 6px;
	border-radius: 3px;
  background: rgba(126,144,255,1.00);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.doctors .guest-doctor h4{
	color: rgba(0,79,95,1.00)
}
.doctors .guest-doctor {
  background-color:rgba(255,255,255,1.00);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.doctors .guest-doctor .guest-photo {
  position: relative;
  overflow: hidden;
}

.doctors .guest-photo{
 text-align: center;
 padding-top: 0.6em;
}

.doctors .guest-doctor .guest-info {
text-align: center;	
 padding: 10px 10px;
}

.doctors .guest-doctor .guest-info h5 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15px;
 color:rgba(89,130,89,1.00)
}

.doctors .guest-doctor .guest-info span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color:rgba(89,130,89,1.00)
}