.personal-training .personal-training-signup {top: 10px;}
.carousel-container .owl-theme .owl-item p {
   display: flex;
      justify-content: center;
  text-align: center;
   
}
.success-story {
  background: #005596;
  padding-top: 20px;
}
.success-story h1{
  margin: 0;
  color: #fbb034;;
  font-family: 'Lato';
  font-size: 46px;
  text-align: center;
  text-transform: uppercase;
}

.success-story > p {
  max-width: 800px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}

/** the slider style fix **/
.carousel-container .owl-theme .owl-item img,
.carousel-container .owl-theme .owl-item p,
.carousel-container .owl-theme .owl-item h1 {
  width: 80%;
  margin: auto;
  
}

.carousel-container .owl-theme .owl-item p {
  line-height: 26px;
  text-align: center;
} 

.carousel-container .owl-theme .owl-item h1 {
  font-size: 20px;
  font-family: 'Lato';
  font-weight: bold;
  color: #005596;
  line-height: 30px;
  text-align: center;
}

/** fix sunbury slider style **/
#pl-302 .so-panel.widget {
   margin-bottom: 0;
}

#pg-235-0.panel-no-style, #pg-235-0.panel-has-style > .panel-row-style {
align-items: flex-start!important;
}

.widget-title, .swim-class h4  {
border: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Lato';
  color: #005596;
}
.swim-class h4 {
    margin-top: 15px;
}
.swim-class p {
    margin: 0 0 10px 0;
    text-align: justify;
    padding: 0 20px 0 0;
}

.swimclass-regform input, 
.swimclass-regform textarea {
	width: 70%;
}

