body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
button{outline: none;}
h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  color: #002f83;
  font-size: 28px;
  line-height: 44px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

#top h1{
        position: relative;
    z-index: 9;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #0c7cf4;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

h3 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0b7cf4;
  font-size: 25px;
  line-height: 29px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

h4 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: -1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  background-color: rgba(0, 0, 0, 0.77);
  color: white;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #737373;
  font-size:16px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #737373;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 50px;
  border-left: 5px none #e2e2e2;
  color: lightgrey;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  text-align: center;
}

.slider {
  z-index: 0;
  height: auto;
  background-color: transparent;
}

.slider._2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
#mobile-w-slider{display: none;}
.welcome {
    position: relative;
    z-index: 1;
    overflow-x: visible;
    overflow-y: visible;
    padding-top: 45px;
    padding-bottom: 35px;
    background-color: #0c7cf4;
}

.testimonials {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
  /*background-image: url('../images/waves.jpg');*/
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  clear: both;
}

.facility {
    padding-top: 150px;
    padding-bottom: 160px;
  background-image: url('../images/pool.jpg');
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.footer {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #002f83;
  background-image: url('../images/whales_bg.png');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.copyright {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #0c7cf4;
}

.navbar {
  z-index: 1;
  border-bottom: 7px solid #0c7cf4;
  background-color: #002f83;
  text-align: center;
}

.navbar.fixed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: none;
}

.navlink {
  padding: 1px 23px 9px;
  color: white;
  font-size: 21px;
  line-height: 27px;
  text-transform: uppercase;
}

.navlink.w--current {
  border-bottom: 7px solid #21b0f0;
  color: white;
}

.navlink._2 {
  display: block;
  padding: 0px;
  color: #21b0f0;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

.navlink._2:hover {
  border-style: none;
  color: white;
}

.navlink._2.w--current {
  border-style: none;
  color: white;
}

.navlink.sub {
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 0px 3px;
}

.navlink.sub:hover {
  padding-bottom: 0px;
  border-bottom: 3px solid #21b0f0;
}

.navlink.sub.w--current {
  border-bottom: 3px solid #21b0f0;
}

.navlink.sub.w--current:hover {
  padding-bottom: 3px;
}

.navlink.border {
  border-bottom: 7px solid transparent;
}

.navlink.border:hover {
  border-bottom: 7px solid #21b0f0;
}

.navlink.border.w--current {
  border-bottom-color: #21b0f0;
}

.navemenu {
  left: 165px;
  top: 7px;
  display: inline-block;
  margin-right: 5px;
  float: none;
}

.button {
  padding: 12px 40px;
  border: 2px solid #bababa;
  border-radius: 5px;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #0c7cf4 !important;
  font-size: 13px;
  line-height: 15px;
}

.button:hover {
  background-color: #bababa;
  color: white;
}

.button.white {
  border-color: white;
    color: white !important;
}

.button.white:hover {
  background-color: white;
  color: #0b7cf4  !important;
}

.button.white._2 {
  margin-top: 13px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.button.white.read {
  position: absolute;
  opacity: 1;
}

.button.white.read.less {
  display: none;
  opacity: 1;
}

.button.register {
position: absolute;
    left: -50px;
    top: 50px;
    right: 0px;
    bottom: 0px;
    width: 185px;
    height: 50px;
    padding: 15px 20px;
    float: right;
    border-color: #21b0f0;
    border-radius: 4px;
    background-color: #21b0f0;
    font-family: Lato, sans-serif;
    color: white !important;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
}

.button.register:hover {
  border-color: #0c7cf4;
  background-color: #0c7cf4;
}

.button.contact {
  position: absolute;
  left: -93px;
  top: 50px;
  z-index: 100;
  padding: 3px 25px 5px;
  border-style: none;
  border-radius: 0px 0px 5px 5px;
  background-color: #21b0f0;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 15px;
  line-height: 35px;
  font-weight: 600;
  text-transform: uppercase;
}

.button.contact:hover {
  background-color: #0c7cf4;
}

.button.contact.w--current {
  top: 50px;
}

.button.photos {
  margin-top: 15px;
  padding-right: 20px;
  padding-left: 20px;
}

.button.bio {
  margin-top: 0px;
  padding: 13px 20px;
  border-style: none;
  background-color: #21b0f0;
  font-family: Lato, sans-serif;
  color: white !important;
  font-weight: 700;
  text-transform: uppercase;
}

.button.bio:hover {
  background-color: #0b7cf4;
  color: white !important;
}

.button.bio.hide {
  display: none;
}

.button.tab {
  margin-right: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #0b7cf4;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #0b7cf4;
  font-weight: 700;
}

.button.tab:hover {
  background-color: #0b7cf4;
  color: white;
}

.button.tab.w--current {
  background-color: #0b7cf4;
  color: white;
}

.button.news {
  margin-left: 20px;
  padding: 14px 50px;
  float: right;
  border-style: none;
  background-color: #002f83;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  color: white;
  font-weight: 700;
}

.button.news:hover {
  background-color: #0b7cf4;
}
.this-is-the-moment .moment-heading {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
  color: #002f83;
}
h2.meat-team {
  color: #002f83;
  font-size: 28px;
  font-weight: 700;
}
.parent-say-heading {
  padding-top: 20px;
}
h3.meat-team {
  font-size: 20px;
}
.indoor {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #ffea5e;
  font-size: 62px;
  line-height: 71px;
  font-weight: 700;
}
.parent-say-heading a {
  color: #002f83 !important;
  font-size: 28px;
  text-decoration: none;
  font-weight: 700;
}
.white {
  color: white;
}

.white.indoor2 {
  font-size: 18px;
  text-align: center;
}

.white.left {
  margin-top: 15px;
  margin-bottom: 20px;
}

.white.welcome-2 {
  margin-bottom: 20px;
  padding-top: 0px;
  text-align: center;
}

.white.centered {
  text-transform: uppercase;
}

.gallery {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: white;
}

.team {
  padding-top: 80px;
  padding-bottom: 60px;
}

.left {
  text-align: left;
}

.left.our-resources {
  margin-top: 25px;
  margin-bottom: 10px;
  padding-top: 0px;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
  text-align: left;
}

.left.centered {
  text-align: left;
}

.view-gallery.left {
  margin-bottom: 15px;
  padding-top: 25px;
  font-size: 40px;
  font-weight: 700;
  color: #002f83;
}
h3.left.centered{
  font-size: 20px;
}
.slide-text {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 55px;
  line-height: 55px;
}

.slide-text.white {
  margin-bottom: 37px;
  text-align: center;
}

.parallax {
  height: 352px;
  background-image: url('../images/baby2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.banner {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: white;
}

.front-2 {
  position: relative;
}

.row {
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.row._1 {
  margin-top: 40px;
}

.flip-container-2 {
  padding-right: 5px;
  padding-left: 5px;
}

.back-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -1px;
  padding-top: 15%;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #0b7cf4;
  opacity: 1;
}

.back-2.white {
  opacity: 1;
  text-align: center;
}

.back-2.white:hover {
  opacity: 1;
}

.address {
  color: #002f83;
  font-size: 15px;
}

.address.white {
  margin-bottom: 30px;
  color: white;
}

.phone {
    position: relative;
    margin-top: 50px;
    margin-bottom: 0px;
    color: #21b0f0;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
}

.phone._2 {
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: none;
}

.logo {
  top: 40px;
  z-index: 2;
}

.header {
  margin-top: -20px;
  background-color: white;
}

.footer-headings {
  margin-bottom: 10px;
  padding-top: 0px;
  color: white;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  font-weight: 700;
}

.logo2 {
  left: -8px;
  display: block;
  margin-bottom: 25px;
  float: none;
}

.map {
  height: 241px;
  margin-top: 29px;
}



.footer-menu {
  margin-top: 37px;
  margin-bottom: 20px;
}

.social2 {
  display: inline-block;
  margin-top: 12px;
}

.whale {
  position: absolute;
  top: -27px;
  right: 0px;
  z-index: 3;
}

.margin-bottom {
  margin-bottom: 25px;
}

.margin-bottom.gallery-col {
  margin-bottom: 0px;
}

.social {
  display: inline-block;
  margin-top: 75px;
  float: left;
}

.social.fb {
  padding-top: 4px;
}

.arrow {
  width: 42px;
  height: 100px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: rgba(0, 0, 0, 0.67);
  font-size: 13px;
}

.arrow:hover {
  background-color: black;
}

.arrow-icon {
  left: 5px;
  margin: auto;
}

.arrow-icon.left {
  left: -5px;
}

.arrow2 {
  left: -55px;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  border: 2px solid #858585;
  border-radius: 25px;
  background-color: white;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #858585;
  text-align: center;
}

.arrow2:hover {
  color: white;
}

.arrow2.right {
  left: auto;
  top: 0px;
  right: -55px;
  bottom: 0px;
}

.right-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.w-slider-arrow-left{background: url(../images/prevvideo.png) no-repeat center center;}
.w-slider-arrow-right{background: url(../images/nextvideo.png) no-repeat center center;}

.contact-us {
  text-align:left;
  padding-left: 30px;
  margin-top: 10px;
}
.contact-us h3 {
  text-align:center;
}

.contact-us._2 {
  margin-top: 20px;
}

.resources {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: white;
}

.our-resources {
  margin-bottom: 20px;
  padding-top: 10px;
  text-align: center;
  text-transform:uppercase;
}

.gallery2 {
  position: static;
  margin-top: 70px;
  margin-left: 20px;
}

.meat-team {
  margin-top: 2px;
  margin-bottom: 10px;
  padding-top: 0px;
  line-height: 28px;
  text-align: left;
}

.team-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
}

.our-programs {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 30px;
  background-color: white;
}

.centered {
  text-align: center;
}

.centered.white {
  margin-top: 30px;
  margin-bottom: 0px;
  text-transform: capitalize;
}

.centered.white.enjoy {
  text-transform: uppercase;
}

.about {
  margin-top: 64px;
  margin-bottom: 20px;
}

.main-text h3 {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid black;
  font-size: 20px;
}
h3.Normal1,h2.Normal1 {
    font-size: 20px;
}
.programs-menu {
  margin-bottom: 5px;
  padding-bottom: 1px;
  background-color: #002f83;
}

.programs-menu:hover {
  background-color: #0b7cf4;
}


.h3-programs {
  margin-top: 45px;
  margin-bottom: 30px;
  padding-top: 0px;
  color: white;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.h3-programs.group {
  margin-top: 40px;
  margin-bottom: 0px;
}

p.date {
  margin-bottom: 0px;
  padding-top: 8px;
  text-align: right;
}
p.date a{
    color: #737373 !important;
	text-decoration:none;
}
p.date a:hover{
	text-decoration:underline;
}

.featured-post {
  margin-bottom: 13px;
}

.post-title {
  margin-top: 40px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.featured {
  margin-bottom: 30px;
}

.search-field {
  display: inline-block;
  width: 75%;
  height: 36px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #3898ec;
}

.search-button {
  position: relative;
  top: 1px;
  height: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
}



.name {
  font-family: Lato, sans-serif;
  color: #002f83;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.title {
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.view-bio {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: rgba(0, 0, 0, 0.77);
  text-align: center;
}

.employee {
  position: relative;
}

.bio {
  margin-top: 20px;
}

.testimonial {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgrey;
  font-size: 15px;
  font-style: italic;
}
.testimonial p{
	line-height: 22px;
}
.testimonial.last {
  border-bottom: 1px none black;
}

.testimonial-name {
  color: #002f83;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.city {
  font-size: 13px;
  font-style: normal;
}

.city.white {
  color: lightgrey;
}

.main {
  position: relative;
  margin-bottom: 30px;
}

.gallery-row {
  margin-bottom: 20px;
}

.tabs-menu {
  margin-bottom: 30px;
  text-align: center;
}

.sort {
  margin-bottom: 20px;
  text-align: center;
}

.gallery-text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.flipper-2 {
  position: relative;
}

.contact {
  color: #002f83;
}

.dropdown {
  padding-bottom: 5px;
  border-top: 7px solid #21b0f0;
  background-color: #002f83;
}

.dropdown.w--open {
  left: 0px;
  top: 37px;
  right: 0px;
  display: block;
  width: 210px;
  padding-bottom: 5px;
  background-color: #002f83;
}

.dropdown.programs {
  width: 305px;
  margin-top: 0px;
}

.dropdown.programs.w--open {
  margin-top: 0px;
}

.dropdown-arrow {
  top: -5px;
  right: -18px;
  color: #21b0f0;
  font-size: 19px;
}

.link {
  color: #0b7cf4;
  text-decoration: none;
}
.our-resources .link  {
  color: #0b7cf4;
  text-decoration: none;
}

.link.news {
  color: #0b7cf4;
}

.link.white {
  color: white;
}

.submit {
  padding: 10px 50px;
  border-radius: 4px;
  font-weight: 700;
}

.submit:hover {
  background-color: #0b7cf4;
}

.news-header {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 0px;
  line-height: 1.2;
}

.category {
 
}

.categories {
  margin-bottom: 30px;
}

.archives {
  margin-bottom: 30px;
}

.news-text {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #0b7cf4;
}

.news-text.no-border {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none black;
}

.news-heading {
  padding-bottom: 5px;
}

.no-padding {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.news-link {
  color: #0b7cf4;
  text-decoration: none;
}

.news-link:hover {
    color: #002f83;
  text-decoration: none;
}

.column-slider {
  height: auto;
  padding-bottom: 30px;
  background-color: #002f83;
}

.sl-icon {
  display: block;
  margin-top: auto;
  margin-right: 40px;
  margin-bottom: 35px;
  padding: 4px 15px 14px 3px;
  border: 3px solid white;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.sl-icon.l {
  margin-left: 40px;
}

.client {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
}



.a {
  height: 400px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transition: -webkit-transform 1000ms ease;
  transition: -webkit-transform 1000ms ease;
  transition: transform 1000ms ease;
  transition: transform 1000ms ease, -webkit-transform 1000ms ease;
}

.a:hover {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.b {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
}

.c {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.hidden-text {
  display: block;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0px;
}

.contact-form {
  position: fixed;
  top: 210px;
  right: 0px;
  z-index: 100;
  width: 45%;
  padding: 20px;
  background-color: rgba(34, 35, 38, 0.9);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.programs {
  margin-top: 64px;
}

.arrow3 {
  position: relative;
  right: 4px;
  display: block;
  margin: auto;
  font-size: 21px;
  font-weight: 700;
}

.arrow3.right {
  right: 0px;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}

.img2 {
  position: relative;
  top: -102px;
}

.x {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 12px;
  margin-right: 8px;
  padding-top: 1px;
  border: 2px solid white;
  border-radius: 100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: white;
  font-size: 30px;
  text-align: center;
}

.x:hover {
  background-color: #0098ff;
}

.bio-text {
  display: none;
  margin-top: 10px;
}

.bio-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-right: 20px;
  float: left;
  clear: right;
}

.bio-container.last-col {
  margin-right: 0px;
}

.flip-container1 {
  width: 33%;
}

html.w-mod-js *[data-ix="from-left"] {
  -webkit-transform: translate(-111%, 0px);
  -ms-transform: translate(-111%, 0px);
  transform: translate(-111%, 0px);
}

html.w-mod-js *[data-ix="from-right"] {
  -webkit-transform: translate(111%, 0px);
  -ms-transform: translate(111%, 0px);
  transform: translate(111%, 0px);
}

.w-section.main h1{
	margin-bottom: 20px;
}
.w-section.main p{
    line-height: 26px;
    margin-bottom: 20px;	
}
.testimonial_quote p{
	color: #fff !important;
}
#layerslider_3 {
    margin-top: 40px !important;
    margin-bottom: 30px !Important;
}
#layerslider_3.ls-v5 .ls-nav-prev,
#layerslider_3.ls-v5 .ls-nav-next,
#layerslider_4.ls-v5 .ls-nav-prev,
#layerslider_4.ls-v5 .ls-nav-next{
	width: 40px;
	height: 40px;
}
#layerslider_3.ls-v5 .ls-nav-prev,
#layerslider_4.ls-v5 .ls-nav-prev{
    background: url(../images/prevvideo.png) no-repeat center center;
	left: -60px;
}
#layerslider_3.ls-v5 .ls-nav-next,
#layerslider_4.ls-v5 .ls-nav-next {
    background: url(../images/nextvideo.png) no-repeat center center;
	right: -60px;
}
#mobile-testimonials{display: none;margin: 30px auto; max-width: 85%;}

#layerslider_4.ls-v5 .ls-playvideo{width: 0px !important; height: 0 !important;}

.clearfix.lswp-notification.info{display: none !important;}

@media (max-width: 991px) {
  .slider._2 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .welcome {
    position: relative;
  }
  .navemenu {
    left: auto;
  }
  .button.register {
    left: auto;
  }
  .white.left {
    position: relative;
    z-index: 1;
  }
  .white.margin-bottom {
    position: relative;
    z-index: 1;
  }
  .slide-text.white {
    font-size: 48px;
  }
  .back-2.white {
    padding-top: 0%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .phone._2 {
    font-size: 19px;
  }
  .whale {
    top: 4px;
    right: 0px;
    bottom: auto;
    z-index: 0;
    height: 200px;
  }
  .margin-bottom.gallery-col {
    margin-bottom: 0px;
  }
  .social {
    max-width: 65px;
  }
  .social.fb {
    max-width: 80px;
    margin-right: 10px;
  }
  .arrow2 {
    left: -50px;
  }
  .arrow2.right {
    right: -50px;
  }
  .gallery2 {
    margin-top: 0px;
  }
  .programs-menu {
    padding-bottom: 1px;
  }
  .h3-programs {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
  }
  .h3-programs.group {
    margin-top: 0px;
    padding-top: 5px;
    line-height: 1;
  }
  .h3-programs.special {
    padding-top: 10px;
  }
  .h3-programs.lane {
    padding-top: 20px;
  }
  .h3-programs.infant {
    padding-top: 10px;
  }
  .post-title {
    margin-top: 10px;
  }
  .search-field {
    width: 65%;
  }
  .back {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  h2{font-size: 20px;line-height: 24px; margin-bottom: 20px;}
  
  .m-clear{display: block;}	
  h6 {
    text-align: center;
  }
  .slider {
    z-index: 1;
  }
  .slider._2 {
    text-align: center;
	margin-bottom: 0;
  }
  #mobile-w-slider{display: block;}
  .w-slide-video-container p{margin-bottom: 0;}
  .w-section.testimonials .w-slide{height: 170px;}
  .welcome {
    position: relative;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
	padding-top: 20px;
  }
  .home-video {float: none;margin-bottom: 20px;}
  
  .testimonials {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .facility {
    padding-top: 10px;
    padding-bottom: 30px;
	height: auto !important;
  }
  .footer {
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
  }
  .copyright {
    padding: 20px 115px;
    text-align: center;
  }
  .navbar {
    z-index: 2;
  }
  .navlink:hover {
    border-bottom: 1px none black;
  }
  .navlink.w--current {
    border-bottom: 1px none black;
  }
  .navlink.menu {
    display: inline-block;
    padding: 0px 10px;
  }
  .navemenu {
    top: 60px;
    right: -5px;
    width: 100%;
    padding-top: 10px;
    padding-right: 150px;
    padding-left: 150px;
    border-bottom: 7px solid #0b7cf4;
    background-color: #002f83;
  }
  .button.register {
    position: static;
    float: none;
  }
  .button.register.call {
    margin-right: 40px;
  }
  .indoor.centered {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2;
  }
  .white.indoor2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    line-height: 24px;
  }
  .white.welcome-2 {
    text-align: center;
  }
  .white.centered {
    padding-right: 0;
    padding-left: 0;
  }
  .gallery {
    text-align: center;
  }
  .team {
    padding-top: 15px;
    padding-bottom: 30px;
    padding-left: 10px;
  }
  .left.centered {
    text-align: center;
  }
  .view-gallery.left {
    text-align: center;
  }
  .slide-text.white {
    margin-bottom: 5px;
    font-size: 34px;
  }
  .banner {
    z-index: 1;
  }
  .front-2 {
    margin-bottom: 10px;
  }
  .row._1 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .back-2.white {
    padding-top: 20%;
    padding-right: 40px;
    padding-left: 40px;
  }
  .phone {
    text-align: center;
  }
  .phone._2 {
    font-size: 24px;
  }
  .logo {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
    float: none;
  }
  .header {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer-headings {
    margin-top: 30px;
    text-align: center;
  }
  .logo2 {
    margin-top: 5px;
  }
  .map {
    display: block;
    width: 300px;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .top {
    float: none;
  }
  .social2 {
    margin-bottom: 10px;
  }
  .whale {
    top: 4px;
    right: 0px;
    bottom: auto;
    z-index: 0;
    height: 150px;
  }
  .margin-bottom.gallery-col {
    margin-bottom: 0px;
  }
  .social {
    overflow-x: visible;
    overflow-y: visible;
    margin-top: 0px;
    margin-bottom: 15px;
    float: none;
  }
  .social.fb {
    top: -2px;
    padding-top: 0px;
  }
  .arrow2 {
    left: -56px;
  }
  .arrow2.right {
    right: -52px;
  }
  .contact-us {
    padding-left: 0px;
    text-align: center;
  }
  .resources {
    padding: 15px 150px 30px 120px;
  }
  .our-programs {
    padding-top: 5px;
  }
  .centered {
    position: relative;
    z-index: 1;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .h3-programs {
    padding-top: 60px;
  }
  .h3-programs.group {
    padding-top: 60px;
  }
  .h3-programs.special {
    padding-top: 60px;
  }
  .h3-programs.lane {
    padding-top: 60px;
  }
  .h3-programs.infant {
    padding-top: 60px;
  }
  .post-title {
    margin-top: 50px;
  }
  .featured {
    margin-bottom: 30px;
  }
  .main {
    padding-right: 0px;
    padding-left: 0px;

  }
  .sl1 {
    z-index: 1;
  }
  .menu-button {
    float: none;
    color: white;
  }
  .menu-button.w--open {
    display: inline-block;
    float: none;
    background-color: #21b0f0;
  }
  .dropdown.w--open {
    padding-left: 30px;
  }
  .menu-icon {
    display: inline-block;
    margin-top: 3px;
  }
  .back {
    padding-top: 100px;
  }
  .flip-container {
    margin-bottom: 10px;
  }
  .impact {
    float: none;
    margin-right: 0;
    text-align: center;
    padding-top: 20px;
	}
   .view-art-content { float: none;}
   .view-article h2 {font-size: 22px; margin-bottom: 15px;}
   .view-article h3{font-size: 16px; font-weight: normal; line-height: 22px;}
   #parallax1 {background: none !important; height: auto !important;}
   .view-art-btn {float: none;margin-top: 22px;margin-bottom: 15px;}
   .view-art-btn a{margin: 0 auto;}
   .testimonials h1{line-height: 36px;}
   .programs { margin-top: 30px;}
   .sidebar-items h2{font-size: 24px;}
   #search,.blog-sidebar {margin-top: 0px;}
   .pis-title {float: right; width: 70%!important; margin-top: 5px;}
   .navigation{padding-bottom: 20px !important;}
   #areas_served ul{margin: 0;padding: 0;}
   .sidebar-item h2{font-size: 24px;}
   .testimonial p {line-height: 24px;font-size: 14px;}
   .news-header{margin: 20px 0;}
   .main h1{line-height: 30px; margin-bottom: 20px;}
	.fluid-width-video-wrapper{padding: 0 !important; height: 180px;max-width: 300px;margin: 0 auto;}
   .fluid-width-video-wrapper iframe, .w-container iframe{max-width: 300px !important; height: 167px !important;}
}

@media (max-width: 479px) {
  .slider {
    height: 30vh;
  }
  .slider._2 {
    height: auto;
  }
  .welcome {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .testimonials {
    padding-right: 20px;
    padding-left: 20px;
  }
  .facility {
    background-position: 50% 50%;
	background-size: cover;
  }
  .copyright {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navlink.sub {
    margin-right: 0px;
    margin-left: 0px;
  }
  .navemenu {
    width: 100%;
    padding-right: 80px;
    padding-left: 0px;
  }
  .button.register.call {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .button.tab {
    margin-bottom: 10px;
  }
  .button.news {
    width: 48%;
    margin-right: 5px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .white_section{padding-top: 0;}
  .section_head p{margin-bottom: 22px;}
  h2.meat-team{line-height: 24px;}
  .indoor.centered{margin-bottom: 0;}
  .white.indoor2 {
    margin-right: 20px;
    margin-left: 20px;
    padding: 20px 30px;
    background-color: #002f83;
	font-size: 16px;
  }
  .white.welcome-2 {
    position: relative;
    z-index: 1;
	font-size: 24px;
  }
  .white.centered {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-text.white {
    font-size: 20px;
    line-height: 1.2;
  }
  .parallax {
    background-position: 52% 50%;
  }
  .back-2.white {
    padding-top: 5%;
  }
  .whale {
    right: -27px;
  }
  .margin-bottom.gallery-col {
    margin-bottom: 20px;
  }
  .arrow2 {
    left: -32px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .arrow2.right {
    right: -32px;
  }
  .resources {
    padding-right: 10px;
    padding-left: 10px;
  }
  .h3-programs {
    padding-top: 30px;
  }
  .h3-programs.group {
    padding-top: 10px;
  }
  .h3-programs.special {
    padding-top: 30px;
  }
  .h3-programs.lane {
    padding-top: 30px;
  }
  .h3-programs.infant {
    padding-top: 15px;
  }
  .post-title {
    margin-top: 30px;
  }
  .sl1 {
    background-image: url('../images/baby.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .sl2 {
    background-image: url('../images/baby.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .back {
    padding-top: 10px;
  }
  .testimonials h1 a{font-size: 24px;}
  .arrow2 {left: -50px;}
  .arrow2.right {right: -50px;}
  h1.our-resources{font-size: 24px;}
  .left.our-resources{margin-top: 10px;}
  .resources .w-col{margin-bottom: 20px;}
  .view-gallery.left{padding-top: 0;font-size: 36px;}
  .gallery2{margin-left: 0;}
  .h3-programs{font-size: 14px; margin-top: 8px !important; padding-top: 25px !important;}
  .textwidget .sidebar-testi-container h2{ font-size: 24px;}
  .sidebar-item h2{font-size: 24px;}
  .testimonial p {line-height: 24px;font-size: 14px;}
  .news-header{margin: 20px 0;}
  .pis-title{width: 60%!important;}
  .main h1{line-height: 30px; margin-bottom: 20px;}
  .portfolioFilter a{display: inline-block;margin-bottom: 5px; width: 100%;}
}
.section_head {    text-align: center !important;
    color: #002f83;
    font-size: 43px;
    line-height: 47px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 25px;}

/* iPad in portrait */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {  
	#our_program {padding-top: 0;}
	#slider h1.ls-l.tagline{font-size: 24px !important;}
	.section_head p{margin-bottom: 25px;}
	h1.indoor{font-size: 50px; line-height: 50px; margin-bottom: 20px;}
	.footer {padding-top: 30px;}
	.news-header {margin: 20px 0;}
	#search {margin-top: 75px;}
	.testimonial p {line-height: 24px; font-size: 14px;}
}

/* iPhone 5 & 5S in portrait */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
	.view-article h2, .view-article h3{text-align: center;}
	.wpgmp_map {height: 240px !important;}
	.flip-container .back h3 { padding-top: 2%;}
	.slider._2 {margin-top: 30px;}
	.facility{padding-bottom: 10px;}
	.flip-container .back h3{margin-top: 0; margin-bottom: 0px;}
	.flip-container .back p{padding-left: 10px; padding-right: 10px; margin-bottom: 20px;}
}

/* iPhone 6 in portrait */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
	.view-article h2, .view-article h3{text-align: center;}
	.wpgmp_map {height: 240px !important;}
	.flip-container .back h3 { padding-top: 2%;}
	.slider._2 {margin-top: 30px;}
	.facility{padding-bottom: 10px;}
}

/* iPhone 6 Plus in portrait */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {  
	.view-article h2, .view-article h3{text-align: center;}
	.wpgmp_map {height: 310px !important;}
	.flip-container .back h3 { padding-top: 2%;}
	.slider._2 {margin-top: 30px;}
	.facility{padding-bottom: 10px;}
}	