#SpContent_Container {
  padding: 0px;
}
#CustomPageBody {
  padding: 25px 15px 15px;
}

  

/* Template 1 Styles */
.listbox {
  background-color: #e91d2a;
  padding: 18px 22px;
  box-shadow: 6px 7px 4px rgba(0,0,0,.1);
}
.listbox ul {
  float: left;
  width: 50%;
  margin-bottom: 0;
}
.listbox ul li {
  color: #fff;
  font-weight: bold;
  margin-bottom: 13px;
  line-height: 17px;
}

.benefitsResources-out {
  text-align: center;
  padding: 30px 0;
  border-top: 8px solid #f3f3f3;
  margin-top: 40px;
}
.benefitsResources-item {
  float: left;
  width: 20%;
  text-align: center;
  padding: 0 10px;
  margin: 20px auto 0;
}
.benefitsResources-item img {
  padding-bottom: 12px;
  margin: 0 auto;
}
.benefitsResources-item .formbutton {
  display: block;
  padding: 11px 10px;
}




/* Template 2 Styles */
.eventInfo {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px;
}
.eventInfo li {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    line-height: 12px;
    display: inline-block;
    padding-right: 8px;
    margin-right: 5px;
    border-right: 2px solid #ddd;
}
.eventInfo li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.eventInfo i {
    margin-right: 2px;
}  
  
.featuredEvent-out {
  border-bottom: 2px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.featuredEvent-text h4 {
    margin-bottom: 8px;
}
.featuredEvent-text .eventInfo {
  margin-bottom: 15px;
}
.featuredEvent-text .formbutton {
    margin-top: 15px;
}
  
.eventList-out h4 {
    margin-bottom: 25px;
}
.eventList-item {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
}
.eventList-item:last-child {
  margin-bottom: 0;
}
.eventList-item h5 {
    margin: 0 0 5px;
} 




/* Template 3 Styles */
.boardSection-out {
    margin-bottom: 45px;
}
.boardSection-out h4 {
    margin-bottom: 25px;
}
.sm-text {
    color: #999;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
}
  
.boardSection-member {
    border-bottom: 2px solid #eee;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.boardSection-member:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.boardSection-image img {
  border-radius: 100%;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.boardSection-text h5 {
  margin-bottom: 5px;
}
.boardSection-text .formbutton {
  margin-top: 5px;
}
  
.boardSection2-member, .boardSection3-member {
  text-align: center;
  margin-bottom: 40px;
} 
.boardSection2-member img, .boardSection3-member img {
  max-width: 140px;
  border-radius: 100%;
  margin: 0 auto 10px;
}
.boardSection2-member h6, .boardSection3-member h6 {
  margin-bottom: 3px;
}
  









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



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



@media (max-width: 959px) {
/* Template 1 */
.benefitsResources-item {
  width: 33%;
  max-width: 200px;
  margin: 20px 5px;
  float: none;
  display: inline-block;
}
}



@media (max-width: 767px) {
/* Template 1 */
.benefitsJoin-left {
  margin-bottom: 30px;
}
.benefitsResources-item {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  padding: 0;
}
.benefitsResources-item:last-child {
  margin-bottom: 0;
}
.benefitsResources-item .formbutton {
  max-width: 200px;
  margin: 0 auto;
}
 

/* Template 2 */
.featuredEvent-out {
    text-align: center;
}
.featuredEvent-image img {
  margin: 0 auto 30px;
}
.eventList-out {
  text-align: center;
}
.eventList-image img {
    margin: 0 auto 15px;
}
 

/* Template 3 */
.boardSection-out {
  text-align: center;
  border-bottom: 2px solid #eee;
  padding-bottom: 45px;
}
.boardSection-out:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0;
}
.boardSection2-member:last-child {
  margin-bottom: 0;
}
#boardSection-type3 .row:last-child .boardSection3-member:last-child {
  margin-bottom: 0;
}
.boardSection-image img {
  max-width: 180px;
  margin-bottom: 10px;
}
}



@media (max-width: 600px) {  
.listbox ul {
  width: 100%;
  padding-left: 13px;
}
}



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





