@charset "UTF-8";
/* CSS Document */


#SpContent_Container {
  padding: 10px 0px 0;
}
#SpContent_Container .calloutbox {
  display: none;
}
.addthis_toolbox {
  display: none;
}
#CustomPageBody {
  padding: 15px;
}
hr {
  border-top: 1px solid #f0f0f0;
}
.mtop-30 {
  margin-top: 30px;
}
.col-5 {
  float: left;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
}


/* Template 1 Styles */
#executive-members {
  margin-bottom: 75px;
  margin-top: 30px;
}
.members-section h2 {
  margin-bottom: 30px;
}
.featured-member {
  border-bottom: 2px solid #f2f0f5;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.featured-member:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.fm-img img {
  max-width: 200px;
  border-radius: 100%;
  width: 100%;
}
.fm-text h4 {
  margin: 0 auto 3px;
  font-weight: 500;
}
.sm-text {
  color: #999999;
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
}
.fm-text .formbutton {
  margin-top: 5px;
  width: auto;
}
#council-members {
  margin-bottom: 35px;
}
.member-item {
  text-align: center;
  margin-bottom: 40px;
}
.member-item img {
  max-width: 160px;
  border-radius: 100%;
  margin-bottom: 15px;
}
.member-item h6 {
  margin-bottom: 5px;
}






/* Media Queries */
@media (max-width: 1199px) {
}


@media (max-width: 991px) {
}


@media (max-width: 959px) {
}


@media (max-width: 767px) {
.col-5 {
  float: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}  
  
  
/* Template 1 */
#executive-members {
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.members-section {
  border-bottom: 2px solid #f2f0f5;
  margin-bottom: 30px;
}
.members-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.members-section h2 {
  text-align: center;
}
.featured-member {
  text-align: center;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 45px;
}
.fm-img img {
  max-width: 180px;
  margin: 0 auto 10px;
}  
}



@media (max-width: 600px) {  
}



@media (max-width: 480px) {
}



