@font-face {
  font-family: 'Annie Use Your Telescope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/annieuseyourtelescope/v18/daaLSS4tI2qYYl3Jq9s_Hu74xwktnlKxH6osGVGTkz3F.ttf) format('truetype');
}
@font-face {
  font-family: 'Handlee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/handlee/v18/-F6xfjBsISg9aMakPm3wpg.ttf) format('truetype');
}
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/merriweathersans/v26/2-cO9IRs1JiJN1FRAMjTN5zd9vgsFF_5asQTb6hZ2JKZou4ViesC.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oxygen/v15/2sDfZG1Wl4LcnbuKjk0j.ttf) format('truetype');
}
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/permanentmarker/v16/Fh4uPib9Iyv2ucM6pGQMWimMp004La2Ceg.ttf) format('truetype');
}
@font-face {
  font-family: 'Love Ya Like A Sister';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/loveyalikeasister/v22/R70EjzUBlOqPeouhFDfR80-0FhOqJubN-Be78g.ttf) format('truetype');
}
/* variables */
/*  base color scheme */
/* palette */
/* palette v2 */
.brand {
  color: #37fffc;
}
.red {
  color: #DB504A;
}
.bg-aqua {
  background-color: #37fffc;
}
.bg-yellow {
  background-color: #fff951;
}
.bg-ultra {
  background-color: #F36AFF;
}
.bg-green {
  background-color: #B9FF47;
}
.bg-orange {
  background-color: #ffce39;
}
.bg-screamin {
  background-color: #74ff97;
}
.bg-pink {
  background-color: #ff6cbb;
}
.bg-purple {
  background-color: #AF9AFF;
}
.btn-aqua {
  background-color: #37fffc;
}
.btn-yellow {
  background-color: #fff951;
}
.btn-ultra {
  background-color: #F36AFF;
}
.btn-green {
  background-color: #B9FF47;
}
.btn-orange {
  background-color: #ffce39;
}
.btn-screamin {
  background-color: #74ff97;
}
.btn-pink {
  background-color: #ff6cbb;
}
.btn-purple {
  background-color: #AF9AFF;
}
.btn-custom {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  color: #393F4A;
  font-size: 1.4em;
  vertical-align: middle;
  font-family: 'Handlee', cursive;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}
.fa-asterisk {
  vertical-align: super;
  font-size: 70%;
  color: #F36AFF;
}
/* base */
html {
  text-rendering: optimizelegibility;
  font-size: 100%;
}
/* typography */
body {
  color: #393F4A;
  font-family: 'Oxygen', sans-serif;
  font-size: 1em;
  line-height: 125%;
  margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Handlee', cursive;
}
.lylas {
  font-family: 'Love Ya Like A Sister', cursive;
}
/* ------------------header------------------- */
#topNav {
  background: #26777e;
  color: #fff;
  padding: 10px;
}
#topNav ul {
  display: inline;
}
#topNav ul li {
  display: inline;
}
#topNav ul li a {
  color: #fff;
  padding-left: 10px;
}
#topAlert {
  background: #F36AFF;
  color: #fff;
  padding: 10px;
}
#topAlert p {
  margin-bottom: 0;
}
#headerWrapper {
  background: #fff;
  color: #fff;
}
#headerWrapper #logoWrapper {
  text-align: center;
}
#headerWrapper #logoWrapper a {
  padding: 10px;
  margin: 10px;
  display: inline-block;
}
#headerWrapper #logoWrapper a img {
  max-height: 160px;
}
#headerWrapper #cmSideDrawer h2 {
  padding: 7px 15px;
  background: #37fffc;
  color: #fff;
}
#headerWrapper #cmSideDrawer a {
  font-size: 1.5em;
  padding: 4px 0;
  display: inline-block;
}
#headerWrapper #mobileHeader {
  overflow: hidden;
}
#headerWrapper #mobileHeader #appBar {
  background: #37fffc;
  color: #fff;
  padding: 12px;
  font-size: 1.2em;
}
#headerWrapper #mobileHeader #appButton {
  color: #fff;
  padding-right: 12px;
}
.circle-image {
  border-radius: 50%;
}
/* home */
.home-message h1 {
  padding: 50px;
  text-align: center;
  color: #37fffc;
  font-size: 4em;
}
#homeServices {
  background: #37fffc;
}
#homeServices .home-service {
  padding: 20px;
  text-align: center;
}
#homeServices .home-service h2 {
  padding: 80px 20px 10px;
  font-weight: 700;
}
#homeServices .home-service p {
  padding: 0 10% 80px;
  font-size: 1.3em;
}
#homeLocations h2 {
  font-weight: 700;
}
#homeHippotherapy {
  padding: 100px 0;
  background: #F36AFF;
  color: #fff;
}
#homeHippotherapy .hippo-text p {
  padding: 0 10% 80px;
  font-size: 1.3em;
}
#homeHippotherapy img {
  max-height: 300px;
}
#homeCommunity {
  padding: 80px 0;
}
#homeCommunity .home-community {
  padding: 20px;
}
#homeCommunity .home-community p {
  padding: 10px 10%;
  text-align: left;
}
#homePhysical {
  background: url('/images/pt2_blue.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#homeSpeech {
  background: url('/images/st1_yellow.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
#homeOccupational {
  background: url('/images/ot1_green.jpg') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.page-header {
  background: #37fffc;
}
.page-header h1 {
  padding: 30px 10%;
  color: black;
  font-weight: 700;
}
.page-header p {
  padding: 10px 10% 60px;
  font-size: 1.5em;
  font-family: 'Love Ya Like A Sister', cursive;
}
#pageServices section {
  padding: 40px 0;
  border-bottom: solid 1px #F1F3F7;
}
#pageServices section h2 {
  padding: 160px 40px;
  background: url('/images/service_bg1.png') center center no-repeat transparent;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  font-weight: 700;
}
#pageServices section p {
  font-size: 1.4em;
}
#pageServices .active-service {
  background: #ccf4f8;
}
#pageTherapies section {
  padding: 40px 0;
  border-bottom: solid 1px #F1F3F7;
}
#pageTherapies section h2 {
  padding: 30px;
  background-color: #fff951;
  text-align: center;
  font-weight: 700;
}
#pageTherapies section p {
  font-size: 1.4em;
}
#pageTherapies .active-service {
  background: #ccf4f8;
}
#pageAbout h2 {
  text-align: center;
  padding: 40px 0;
  font-weight: bolder;
}
#pageAbout .staff-card {
  margin: 0 20px;
}
#pageAbout .staff-card .img-wrapper img {
  border-radius: 50%;
  max-height: 200px;
}
#pageAbout .staff-card h3,
#pageAbout .staff-card h4 {
  margin: 10px;
  text-align: center;
}
#pageContact .checkbox-inline {
  margin: 10px;
}
#pageContact #locations {
  margin: 20px;
  background: #F1F3F7;
}
#pageContact #locations h2,
#pageContact #locations h3 {
  text-align: center;
  margin-top: 20px;
}
#pageContact #locations .map-wrapper {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
#pageContact #locations .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#pageEvents {
  padding-top: 60px;
  padding-bottom: 60px;
}
#pageEvents img {
  padding: 5px;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) {
  #navWrapper,
  #navWrapper2 {
    text-align: center;
  }
  #navWrapper > ul.nav-pills,
  #navWrapper2 > ul.nav-pills {
    display: inline-block;
    list-style: none;
    text-align: center;
    margin: 10px;
    padding: 10px 0 0;
  }
  #navWrapper > ul.nav-pills > li.nav-item,
  #navWrapper2 > ul.nav-pills > li.nav-item {
    display: inline;
  }
  #navWrapper > ul.nav-pills > li.nav-item > a,
  #navWrapper2 > ul.nav-pills > li.nav-item > a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    border-bottom: solid 2px transparent;
    color: #393F4A;
    font-size: 1.7em;
    vertical-align: middle;
    font-family: 'Handlee', cursive;
    font-weight: bold;
  }
  #navWrapper > ul.nav-pills > li.nav-item a.btn,
  #navWrapper2 > ul.nav-pills > li.nav-item a.btn {
    color: #fff;
    font-size: 1rem;
    padding: 6px 10px;
  }
  #navWrapper > ul.nav-pills .nav-link.active,
  #navWrapper2 > ul.nav-pills .nav-link.active,
  #navWrapper > ul.nav-pills .show > .nav-link,
  #navWrapper2 > ul.nav-pills .show > .nav-link {
    background: transparent !important;
  }
  #navWrapper .fa-facebook-square,
  #navWrapper2 .fa-facebook-square {
    color: #3b5998;
    font-size: 1.3em;
  }
  #adminNav {
    background: #ddd;
    padding: 10px 0 0 20px;
    border-bottom: solid 1px #bbb;
  }
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 992px) {
  #homeHippotherapy .hippo-text {
    padding: 0 20% 0 0;
  }
  #homeHippotherapy img {
    max-height: 100%;
  }
}
/*end media query */
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /*
    #navWrapper, #navWrapper2 {
        > ul.nav-pills {
            
            margin: 10px; 
            > li.nav-item {
                padding: 0 12px;  
            }            
        }       

	}
*/
}
/*end media query */
/* cover example
.header-background {
    .cover-bg('images/headerbg1mobile.jpg');
}
*/
/* --------------home-------------*/
.home-message h1 {
  font-size: 4em;
}
/*--------pages---------*/
.content-page {
  min-height: 300px;
  padding: 10px 30px;
}
#contentHeader {
  background: #f6f6f6;
  padding: 10px;
}
.page-title-wrapper {
  background: #393F4A;
  color: #F1F3F7;
  font-size: 2.5em;
  display: none;
}
#contentDynamic {
  font-size: 1.3em;
}
#contentDynamic input[type="submit"] {
  font-size: 1em;
  padding: 12px;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) {
  /* -----home-------*/
  /* --------------pages-------------*/
  .content-wrapper {
    min-height: 600px;
    padding: 3%;
  }
  .page-title-wrapper {
    display: block;
  }
}
/* -------footer------*/
footer {
  background: #26777e;
  padding-top: 30px;
  color: #fff;
}
footer a {
  color: #fff;
  padding: 3px 0;
  display: inline-block;
}
footer a:hover {
  text-decoration: underline;
  color: #F1F3F7;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
.footerInfoWrapper {
  text-align: center;
  padding: 20px 0;
  color: #F1F3F7;
  font-size: 80%;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) {
  .slick-prev {
    margin-left: 60px;
  }
  .slick-next {
    margin-right: 60px;
  }
}
/* Desktops and laptops ----------- */
/*end media query */
/* ----- Extras ----- */
#homeSection {
  background: #F1F3F7;
  padding: 20px;
}
#sliderWrapper {
  padding: 20px 0;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) {
  #homeContent {
    overflow: hidden;
  }
}
/* Desktops and laptops ----------- */
/*end media query */
/*# sourceMappingURL=custom.css.map */