/*---------- VARIABLES ----------*/
/*---------- ONESY-TWOSY ----------*/
h1.logo-brand {
  margin-top: 5px;
}
footer a {
  color: #797c7e;
  text-decoration: underline;
}
footer a:hover,
footer a:focus {
  color: #f1703d;
}
.circle-background {
  width: 113px;
  height: 113px;
  background: lightgray;
  border-radius: 56px;
  border: 8px solid #ffffff;
  float: none;
  margin: 0 auto;
}
.circle-background .fa {
  text-align: center;
  line-height: 97px;
  display: inherit;
  font-size: 500%;
  color: gray;
}
.circle-background.dark {
  border: 8px solid #ecf5fa;
}
.bod {
  padding: 120px 0;
  margin-top: 80px;
}
.bod h1 {
  margin-bottom: 5px;
}
.bod h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.bod h5 {
  margin-bottom: 10px;
}
.bod a:hover {
  text-decoration: none;
}
.bod a.bod-name {
  color: #2fa3ad;
}
#boardofdirectors .bod-person {
  margin-bottom: 80px;
}
#boardofdirectors .bod-person .person-profile .bg-profile {
  margin-top: 63px;
}
#boardofdirectors .bod-person .person-profile img {
  height: 334px;
}
#boardofdirectors .bod-person h3 {
  margin-bottom: 5px;
}
.bod-section {
  margin-top: 120px;
}
p.box {
  height: 160px;
}
p.box.box-bod {
  height: 290px;
}
p.box.opened {
  height: auto;
}
p.box .toggle .not-open,
p.box.opened .toggle .open {
  display: none;
}
p.box .toggle .opened,
p.box.opened .toggle .not-open {
  display: inline;
}
#open-label-trial {
  margin-top: 45px;
}
/*---------- OVERRIDES ----------*/
.services-section,
.appoinment-form,
.about-section,
.bod,
.bod-section {
  background: #ffffff;
}
.people-section {
  background: #ecf5fa;
}
.box-icon {
  background-color: #ecf5fa;
}
.testimonials {
  margin-top: 0;
}
.box-icon:hover,
.block:hover .box-icon {
  background-color: #ecf5fa;
  color: #f1703d;
}
/***************
	people
***************/
.people-section {
  padding-top: 120px;
}
.people-profile {
  margin-top: 60px;
}
.person-profile img {
  margin-top: -60px;
  width: 100%;
}
.person-profile strong {
  color: #f1703d;
  margin-bottom: 10px;
  display: block;
}