/*---------------------------------------------------------- LANDING PAGES -------------------------------------------------*/
li {
     color: #0d0d0d;
     text-align: left;
     font-size: 20px;
}
@media(max-width: 768px) {
  li {
    font-size:16px;
    }
}
/*------------------------  BUTTONS -----------------------------*/

.btn-landing {
    border: 1px solid #ff3333;
    color: #fff;
    background-color: #ff3333;
    font-family: montserrat;
    font-weight: 400;
  font-size: 18px;
  text-transform: none;
     border-radius: 30px;
     padding-right: 50px;
     padding-left: 50px;
}

.btn-landing:hover,
.btn-landing:focus {
    border: 1px solid #293da3;
    color: #fff;
    background-color: #293da3;
   font-family: montserrat;
    font-weight: 400;
  font-size: 18px;
  text-transform: none;
}
#landing-header-top-desktop a {
    color: #fff;
     font-family: montserrat;
    font-weight: 400;
  font-size: 18px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#landing-header-top-desktop a:hover,
#landing-header-top-desktop a:focus {
    text-decoration: underline;
    color: #fff;
     font-family: montserrat;
    font-weight: 400;
  font-size: 18px;
  text-transform: none;
}

.btn-landing-mobile {
    border: 1px solid #ff3333;
    color: #fff;
    background-color: #ff3333;
    font-family: montserrat;
    font-weight: 400;
  font-size: 16px;
  text-transform: none;
     border-radius: 30px;
     padding-right: 50px;
     padding-left: 50px;
}

.btn-landing-mobile:hover,
.btn-landing-mobile:focus {
    border: 1px solid #293da3;
    color: #fff;
    background-color: #293da3;
   font-family: montserrat;
    font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
#landing-header-top-mobile a {
    color: #fff;
     font-family: montserrat;
    font-weight: 400;
  font-size: 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#landing-header-top-mobile a:hover,
#landing-header-top-mobile a:focus {
    text-decoration: underline;
    color: #fff;
     font-family: montserrat;
    font-weight: 400;
  font-size: 16px;
  text-transform: none;
}
     
/*------------------------- END BUTTONS ---------------------------------*/


/*----------------    LANDING HEADER TOP AUTISM CHILDREN        ------------*/
#BOX {
     background-color: rgb(242, 242, 242, 0.7);
     padding-top: 30px;
     padding-bottom: 30px;
}
#landing-header-top-desktop {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Autism-Children-Landing-DT4.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP AUTISM CHILDREN       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  AUTISM CHILDREN    ------------*/

#landing-header-top-mobile {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Autism-Children-Landing-DT4-Mobile.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  AUTISM CHILDREN ------------*/



/*--------------  LANDING HEADER TOP DESKTOP  ADHD ------------*/

#landing-header-top-desktop-ADHD {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ADHD-Therapy-Header-Desktop.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-ADHD h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-ADHD h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop-ADHD p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP ADHD       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  ADHD    ------------*/

#landing-header-top-mobile-ADHD {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ADHD-Mobile.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-ADHD h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-ADHD p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  ADHD ------------*/

/*--------------  LANDING HEADER TOP DESKTOP  ADHD MAIN ------------*/

#landing-header-top-desktop-ADHD-Main {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ADHD-Adults-Desktop-Main.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-ADHD-Main h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-ADHD-Main h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop-ADHD-Main p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP ADHD MAIN       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  ADHD MAIN    ------------*/

#landing-header-top-mobile-ADHD-Main {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ADHD-Adults-Mobile-Main.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-ADHD-Main h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-ADHD-Main p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  ADHD MAIN ------------*/





/*--------------  LANDING HEADER TOP DESKTOP  Couples Therapy ------------*/

#landing-header-top-desktop-CP {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Couples-Therapy-Desktop-Landing.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-CP h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-CP h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop-CP p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP Couples Therapy       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  Couples Therapy    ------------*/

#landing-header-top-mobile-CP {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Couples-Therapy-Mobile-Landing.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-CP h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-CP p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  Couples THerapy ------------*/



/*--------------  LANDING HEADER TOP DESKTOP  CHILD THERAPY ------------*/

#landing-header-top-desktop-CT {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Child-Therapy-Desktop.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-CT h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-CT h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop-CT p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP CHILD Therapy       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  CHILD THERAPY    ------------*/

#landing-header-top-mobile-CT {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Child-Therapy-Mobile-Landing.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-CT h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-CT p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  CHILD THERAPY ------------*/



/*--------------  LANDING HEADER TOP DESKTOP  ODD ------------*/

#landing-header-top-desktop-ODD {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ODD-Desktop-Landing.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-ODD h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 54px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-ODD h1 {
    font-size:22px;
    }
}

#landing-header-top-desktop-ODD p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP ODD       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  ODD   ------------*/

#landing-header-top-mobile-ODD {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ODD-Mobile-Landing.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-ODD h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-ODD p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE ODD ------------*/


/*--------------  LANDING HEADER TOP DESKTOP  PARENT TRAINING ------------*/

#landing-header-top-desktop-PT {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Parent-Training-Desktop.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-PT h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 54px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-PT h1 {
    font-size:22px;
    }
}

#landing-header-top-desktop-PT p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP PARENT TRAINING       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  PARENT TRAINING   ------------*/

#landing-header-top-mobile-PT {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Parent-Training-Mobile.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-PT h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-PT p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE PARENT TRAINING ------------*/

/*--------------  LANDING HEADER TOP DESKTOP  SOCIAL SKILLS ------------*/

#landing-header-top-desktop-SS {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Social-Skills-Desktop.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-SS h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 54px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-SS h1 {
    font-size:22px;
    }
}

#landing-header-top-desktop-SS p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP SOCIAL SKILLS TRAINING       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  SOCIAL SKILLS TRAINING   ------------*/

#landing-header-top-mobile-SS {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Social-Skills-Mobile.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-SS h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-SS p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE SOCIAL SKILLS TRAINING ------------*/



/*--------------  LANDING HEADER TOP DESKTOP  DIAGNOSTIC EVALUATIONS ------------*/

#landing-header-top-desktop-DE {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Diagnostic-Evaluations-Desktop.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-DE h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 54px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-DE h1 {
    font-size:22px;
    }
}

#landing-header-top-desktop-DE p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP DIAGNOSTIC EVALUATIONS       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  DIAGNOSTIC EVALUATIONS   ------------*/

#landing-header-top-mobile-DE {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Diagnostic-Evaluations-Mobile.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-DE h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-DE p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE DIAGNOSTIC EVALUATIONS ------------*/


/*--------------  LANDING HEADER TOP DESKTOP  LST MAIN ------------*/

#landing-header-top-desktop-LST-Main {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Life-Skills-Desktop-Main.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-LST-Main h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-LST-Main h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop-LST-Main p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP LST MAIN       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  LST MAIN    ------------*/

#landing-header-top-mobile-LST-Main {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Life-Skills-Mobile-Main.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-LST-Main h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-LST-Main p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  ADHD MAIN ------------*/

/*--------------  LANDING HEADER TOP DESKTOP  ANXIETYDEPRESSION MAIN ------------*/

#landing-header-top-desktop-AXD-Main {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/AnxietyDepressionDesktopMain.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-AXD-Main h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-AXD-Main h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop-AXD-Main p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP ANXIETYDEPRESSION MAIN       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  ANXIETYDEPRESSION MAIN    ------------*/

#landing-header-top-mobile-AXD-Main {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/AnxietyDepressionMobileMain.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-AXD-Main h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-AXD-Main p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  ANXIETYDEPRESSION MAIN ------------*/


/*--------------  LANDING HEADER TOP DESKTOP  ADHDEVAL MAIN ------------*/

#landing-header-top-desktop-ADHDEVAL-Main {
  padding-top: 130px;
  padding-bottom: 100px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ADHDEvaluationDesktopMain.jpg) no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-ADHDEVAL-Main h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-ADHDEVAL-Main h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop-ADHDEVAL-Main p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP ADHDEVAL MAIN       ------------*/



/*--------------    LANDING HEADER TOP MOBILE  ANXIETYDEPRESSION MAIN    ------------*/

#landing-header-top-mobile-ADHDEVAL-Main {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ADHDEvaluationMobileMain.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-mobile-ADHDEVAL-Main h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-mobile-ADHDEVAL-Main p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  ADHDEVAL MAIN ------------*/


/*----------------------- MAIN landing ------------------------------*/

#MAINlanding {
     padding-top: 20px;
     padding-bottom: 0px;
     background-color: #EDFAFF;
     width: 100%;
     height: auto;
}
#MAINlanding h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: center;
  color: #000;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: none;
}
@media(max-width: 768px) {
  #MAINlanding h1 {
    font-size:30px;
    }
}
#MAINlanding h2 {
     font-family: montserrat;
     color: #000;
     font-size: 38px;
     text-align: left;
     font-weight: 500;
     text-transform: none;
     margin-bottom: 10px;
}
@media(max-width: 768px) {
  #MAINlanding h2 {
    font-size:26px;
    }
}
#MAINlanding h3 {
     font-family: montserrat;
     color: #000;
     font-size: 28px;
     text-align: left;
     font-weight: 500;
     text-transform: none;
     margin-bottom: 10px;
}
@media(max-width: 768px) {
  #MAINlanding h3 {
    font-size:22px;
    }
}
#MAINlanding p {
     font-family: montserrat;
     color: #000;
     font-size: 20px;
     text-align: left;
     font-weight: 400;
     margin-top: 0px;
}
@media(max-width: 768px) {
  #MAINlanding p {
    font-size:16px;
    }
}
#MAINlanding img {
  box-shadow: 5px 5px 10px #a6a6a6;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}

#MAINlanding a {
    color: #0059b3;
     font-family: montserrat;
    font-weight: 400;
  font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#MAINlanding a:hover,
#MAINlanding a:focus {
    text-decoration: underline;
    color: #a6a6a6;
     font-family: montserrat;
    font-weight: 400;
  font-size: 20px;
  text-transform: none;
}
@media(max-width: 768px) {
  #MAINlanding a {
    font-size:16px;
    }
}
#BIGBOX {
     background-color: #fff;
     border: 10px solid #C9D1FF;
     padding-top: 40px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right:20px;
     box-shadow: 15px 15px 20px #a6a6a6;
     margin-bottom: 40px;
}
#BIGBOX2 {
     background-color: #fff;
     border: 10px solid #697ffc;
     padding-top: 40px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right:20px;
     box-shadow: 15px 15px 20px #a6a6a6;
     margin-bottom: 40px;
}

/*--------------------------- END MAIN landing ---------------------*/

/*--------------------------- BAND LANDING -------------------------------*/

#BANDlanding {
     padding-top: 20px;
     padding-bottom: 20px;
     background-color: #7084db;
     width: 100%;
     height: auto;
}
#BANDlanding p {
     font-size: 22px;
     font-weight: 500;
     font-family: Comfortaa;
     color: #fff;
     text-align: center;
     margin-bottom: 10px;
}
@media(max-width: 768px) {
  #BANDlanding p {
    font-size:16px;
    }
}
#BANDlanding a {
    color: #fff;
     font-family: montserrat;
    font-weight: 500;
  font-size: 20px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#BANDlanding a:hover,
#BANDlanding a:focus {
    text-decoration: underline;
    color: #fff;
     font-family: montserrat;
    font-weight: 500;
  font-size: 20px;
  text-transform: none;
}
@media(max-width: 768px) {
  #BANDlanding a {
    font-size:16px;
    }
}

/*--------------------- END BAND LANDING -------------------------------*/

/*------------------------------ MAIN CONTACT ------------------------*/

#MAINcontact {
     padding-top: 30px;
     padding-bottom: 30px;
     background-color: #EDFAFF;
     width: 100%;
     height: auto;
}

#MAINcontact h3 {
     font-family: comfortaa;
     font-size: 36px;
     color: #000;
     font-weight: 600;
     text-transform: none;
     text-align: center;
}
@media(max-width: 768px) {
  #MAINcontact h3 {
    font-size:30px;
    }
}
#BOXleft {
     background-color: #C9D0FF;
     padding-top: 20px;
     padding-bottom: 20px;
     box-shadow: 15px 15px 20px #a6a6a6;
}
#BOXright {
     padding-top: 20px;
     padding-bottom: 20px;
}
#BOXleft p {
     font-family: montserrat;
     color: #000;
     font-size: 20px;
     text-align: center;
     font-weight: 500;
}
@media(max-width: 768px) {
  #BOXleft p {
    font-size: 16px;
    }
}
/*-----------------------------END MAIN CONTACT ---------------------------*/

/*-------------------------------  LANDING FOOTER -----------------------------*/
#landing-footer {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #7689DD;
  color: #fff;
}
#landing-footer p {
  font-family: lato;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
@media(max-width: 768px) {
  #landing-footer p {
    font-size: 14px;
    }
}

#landing-footer a {
  font-weight: 300;
    color: #fff;
  text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#landing-footer a:hover,
#landing-footer a:focus {
  font-weight: 300;
    text-decoration: underline;
    color: #cccccc;
}

/*---------------------------------  END LANDING FOOTER ------------------------------*/

/*------------------  DISPLAY SIZING   ----------------*/

/*AUTISM CHILDREN */
@media(max-width: 768px) {
  #landing-header-top-desktop h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile  {
    display: none;
    }
}
@media(min-width: 768px) {
     #MobileContact {
          display:none;
     }
     }
@media(max-width: 768px) {
     #DesktopContact {
          display:none;
     }
     }

@media(max-width: 1024px) {
  #landing-header-top-tablet  {
    display: none;
    }
}

/*HF AUTISM */

@media(max-width: 768px) {
  #landing-header-top-desktop-HF h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-HF  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-desktop-HF-mobile  {
    display: none;
    }
}

@media(max-width: 1024px) {
  #landing-header-top-desktop-HF-tablet  {
    display: none;
    }
}

/*Couples Therapy */
@media(max-width: 768px) {
  #landing-header-top-desktop-CP h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-CP  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-CP  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-CP  {
    display: none;
    }
}

/*Child Therapy */
@media(max-width: 768px) {
  #landing-header-top-desktop-CT h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-CT  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-CT  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-CT  {
    display: none;
    }
}

/*ODD */
@media(max-width: 768px) {
  #landing-header-top-desktop-ODD h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-ODD  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-ODD  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-ODD  {
    display: none;
    }
}

/*PARENT TRAINING */
@media(max-width: 768px) {
  #landing-header-top-desktop-PT h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-PT  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-PT  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-PT  {
    display: none;
    }
}

/*SOCIAL SKILLS */
@media(max-width: 768px) {
  #landing-header-top-desktop-SS h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-SS  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-SS  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-SS  {
    display: none;
    }
}

/*DIAGNOSTIC EVALUATIONS */
@media(max-width: 768px) {
  #landing-header-top-desktop-DE h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-DE  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-DE  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-DE  {
    display: none;
    }
}

/*ADHD */
@media(max-width: 768px) {
  #landing-header-top-desktop-ADHD h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-ADHD  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-ADHD  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-ADHD  {
    display: none;
    }
}


/*--------------------------MAIN LANDING PAGES------------------------*/
/*ADHD MAIN */
@media(max-width: 768px) {
  #landing-header-top-desktop-ADHD-Main h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-ADHD-Main  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-ADHD-Main  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-ADHD-Main  {
    display: none;
    }
}

/*LST MAIN */
@media(max-width: 768px) {
  #landing-header-top-desktop-LST-Main h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-LST-Main  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-LST-Main  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-LST-Main  {
    display: none;
    }
}

/*AXD MAIN */
@media(max-width: 768px) {
  #landing-header-top-desktop-AXD-Main h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-AXD-Main  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-AXD-Main  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-AXD-Main  {
    display: none;
    }
}

/*ADHDEVAL MAIN */
@media(max-width: 768px) {
  #landing-header-top-desktop-ADHDEVAL-Main h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #landing-header-top-desktop-ADHDEVAL-Main  {
    display: none;
    }
}

@media(min-width: 768px) {
  #landing-header-top-mobile-ADHDEVAL-Main  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #landing-header-top-tablet-ADHDEVAL-Main  {
    display: none;
    }
}


/*---------------------- END DISPLAY SIZES -----------------*/



/* ------------------------- ADHD THERAPY LANDING HEADER DESKTOP --------------------------------*/
#ADHDlanding-header-top-desktop {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/ADHD-Therapy-Header-Desktop.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#ADHDlanding-header-top-desktop h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 68px;
  text-align: left;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #ADHDlanding-header-top-desktop h1 {
    font-size:30px;
    }
}

#ADHDlanding-header-top-desktop p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:26px;
  text-align: left;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER TOP AUTISM CHILDREN       ------------*/



/*--------------    ADHD THERAPY LANDING HEADER TOP MOBILE  AUTISM CHILDREN    ------------*/

#ADHDlanding-header-top-mobile {
  padding-top: 320px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/Autism-Children-Landing-DT4-Mobile.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#ADHDlanding-header-top-mobile h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#ADHDlanding-header-top-mobile p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  ADHD THERAPY LANDING HEADER TOP MOBILE  AUTISM CHILDREN ------------*/

/*----------------------------  LANDING HEADER DESKTOP HIGH FUNCTIONING AUTISM ADULTS --------------------*/

#landing-header-top-desktop-HF {
  padding-top:100px;
  padding-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/HF-BG-BL-C.jpg) no-repeat bottom center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-HF img {
     margin-top: 0px;
     margin-bottom: 0px;
}
#landing-header-top-desktop-HF h1 {
  font-family: Comfortaa;
  font-weight: 400;
  font-size: 45px;
  text-align: left;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-HF h1 {
    font-size:30px;
    }
}

#landing-header-top-desktop-HF p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size:22px;
  text-align: left;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
}

/*----------------------------  END LANDING HEADER DESKTOP HIGH FUNCTIONING AUTISM ADULTS --------------------*/

/*--------------    LANDING HEADER TOP MOBILE  HIGH FUNCTIONING AUTISM ADULTS    ------------*/

#landing-header-top-desktop-HF-mobile {
  padding-top: 100px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/Landing-Pages/HF-BG-BL.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#landing-header-top-desktop-HF-mobile h1 {
  font-family: comfortaa;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#landing-header-top-desktop-HF-mobile p {
  font-family: Comfortaa;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: none;
}

/*--------------  END  LANDING HEADER TOP MOBILE  HIGH FUNCTIONING AUTISM ADULTS ------------*/


/*------------------------------------------------------ END LANDING PAGES -----------------------------------------------*/




#navbar2 {
  width: 100%;
  height: auto;
  padding-top: 8px;
  padding-bottom: 0px;
  background-color: #1D4D67;
}
#navbar2 p {
  font-size: 18px;
  color: #fff;
  font-family: open sans;
  font-weight: 300; 
  text-align: center;
  margin-bottom: 3px;
  margin-top; 3px;
}
#navbar2 a {
  font-weight: 300; 
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#navbar2 a:hover,
#navbar2 a:focus {
  font-weight: 300; 
    text-decoration: underline;
    color: #a6a6a6;
  text-transform: none;
}

@media(max-width: 768px) {
  #navbar2  {
    display: none;
    }
}


.fix {
  position: fixed;
   top: 0px;
    right: 0px;
  /** this is w the location of the image 50% is centered**/
}

/*------------------  DISPLAY SIZING   ----------------*/

@media(min-width: 1024px) {
  #navbar  {
    display: none;
    }
}
@media(max-width: 1024px) {
  #Main1Desktop {
    display: none;
    }
}


@media(min-width: 1024px) {
  #Main1Mobile {
    display: none;
    }
}
@media(min-width: 1024px) {
  #MobileBanner {
    display: none;
    }
}

@media(max-width: 768px) {
  #homepage-header-top-desktop h1 {
    font-size:26px;
    }
}

@media(max-width: 768px) {
  #homepage-header-top-desktop  {
    display: none;
    }
}

@media(min-width: 768px) {
  #homepage-header-top-mobile  {
    display: none;
    }
}

@media(max-width: 1024px) {
  #homepage-header-top-tablet  {
    display: none;
    }
}
@media(min-width: 1360px) {
  #pages-header-top-mobile  {
    display: none;
    }
}
@media(max-width: 768px) {
  #pages-header-top-desktop  {
    display: none;
    }
}
@media(max-width: 1360px) {
  #pages-header-top-desktop  {
    display: none;
    }
}


/*---------------   END DISPLAY SIZING    -------------*/


/*------------------   MISSION      -------------------*/

#mission {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4D90CB;
}
#mission p {
  font-family: comfortaa;
  font-weight: 300;
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #mission p {
    font-size:18px;
    }
}

/*-------------------- END MISSION ----------------------*/



/*--------------------   NAVBOX    ----------------------*/

#navbox {
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 24%;
  height: auto;
  background-color: #377FBE;
  border-radius: 30px;
  box-shadow: 5px 5px 10px #848484; 
}
#navbox h3 {
  font-size: 30px;
  font-weight: 300;
  font-family: comfortaa;
  text-transform: none;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
#navbox p {
  font-size: 18px;
  font-family: comfortaa;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  text-transform: none;
}
#navbox a {
  font-size: 18px;
  color: #fff;
  font-family: comfortaa;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left; 0px;
  letter-spacing: 1.5px;
}
.btn-nav1 {
    border: 1px solid #367EBE;
    color: #fff;
    background-color: #367EBE;
    font-family: montserrat;
    font-weight: 400;
  font-size: 18px;
  text-transform: none;
  width: 100%;
}

.btn-nav1:hover,
.btn-nav1:focus {
    border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
    outline: 0;
    color: #fff;
    background-color: #1D4D67;
  text-transform: none;
  
}
.btn-nav2 {
    border: 1px solid #4C90CA;
    color: #fff;
    background-color: #4C90CA;
    font-family: montserrat;
    font-weight: 400;
  font-size: 18px;
  text-transform: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-nav2:hover,
.btn-nav2:focus {
    border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
    outline: 0;
    color: #fff;
    background-color: #377FBE;
  text-transform: none;
}
.btn-nav3 {
    font-size: 16px;
  color: #fff;
  font-family: comfortaa;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left; 0px;
  letter-spacing: 1.5px;
  width: 100%;
  text-transform: none;
  background-color: #1D4D67;
}







/*--------------------   End NAVBOX    ----------------------*/


/*-------------------    DesktopBanner  ---------------------*/

#DesktopBanner h2 {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 38px;
  text-align: center;
  color: #f2f2f2;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: none;
  line-height: 1.2;
}
@media(max-width: 768px) {
  #DesktopBanner h2 {
    font-size:30px;
    }
}
#DesktopBanner {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #1D4C66;
  color: #fff;
  box-shadow: 5px 5px 10px #848484;
}

/*-------------------  END  DesktopBanner  ---------------------*/

#icon {
  filter: grayscale(0%);
}
#icon:hover {
  filter: contrast(100%) drop-shadow(5px 5px 15px #000);
}

/*-------------------  Main1Desktop        ---------------------*/

#Main1Desktop {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 100px;
  background-color: #d7e6f4;
}
#Main1Desktop h2 {
  font-family: comfortaa;
  font-weight: 600;
  color: #0d0d0d;
  text-align: center;
  font-size: 40px;
}
#Main1Desktop p {
  font-family: open sans;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-size: 20px;
}

#Main1Desktop a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#Main1Desktop a:hover,
#Main1Desktop a:focus {
    text-decoration: underline;
    color: #fff;
  text-transform: none;
  background-color: #991f00;
}


/*-------------------  END  Main1Desktop  ---------------------*/

/*----------------   MobileBanner that disappears  ------------*/

#MobileBanner {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  background-color: #1D4C66;
  color: #fff;
}
#MobileBanner h2 {
  font-family: comfortaa;
  font-weight: 300;
  font-size: 38px;
  text-align: center;
  color: #f2f2f2;
  margin-bottom: 5px;
  text-transform: none;
  line-height: 1.2;
}
@media(max-width: 768px) {
  #MobileBanner h2 {
    font-size:26px;
    }
}

/*----------------   END MobileBanner    ----------------------*/



/* ----------------    Main1Mobile         --------------------*/

#Main1Mobile {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
#Main1Mobile h2 {
  font-family: comfortaa;
  font-weight: 600;
  color: #0d0d0d;
  text-align: center;
  font-size: 26px;
}
#Main1Mobile p {
  font-family: open sans;
  font-weight: 400;
  color: #0d0d0d;
  text-align: left;
  font-size: 20px;
}
@media(max-width: 768px) {
  #Main1Mobile p {
    font-size:16px;
    }
}
#Main1Mobile a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#Main1Mobile a:hover,
#Main1Mobile a:focus {
    text-decoration: underline;
    color: #fff;
  text-transform: none;
}

/* ----------------   END Main1Mobile         --------------------*/



/*-----------------        TitleBanner        --------------------*/

#TitleBanner {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  background-color: #1D4C66;
  color: #fff;
}
#TitleBanner h2 {
  font-family: comfortaa;
  font-weight: 300;
  font-size: 38px;
  text-align: center;
  color: #f2f2f2;
  margin-bottom: 5px;
  text-transform: none;
  line-height: 1.2;
}
@media(max-width: 768px) {
  #TitleBanner h2 {
    font-size:26px;
    }
}
#TitleBanner h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: #1367A7;
  margin-bottom: 0px;
  text-transform: none;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #f2f2f2, 0 0 15px #f2f2f2;
}
@media(max-width: 768px) {
  #TitleBanner h3 {
    font-size:26px;
    }
}
#TitleBanner p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: none;
}

/*-----------------    END TitleBanner        --------------------*/



/* ----------------    Main       --------------------------------*/

#Main {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
#Main p {
  font-family: open sans;
  font-weight: 400;
  color: #0d0d0d;
  text-align: left;
  font-size: 20px;
}
@media(max-width: 768px) {
  #Main p {
    font-size:16px;
    }
}
#Main a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#Main a:hover,
#Main a:focus {
    text-decoration: underline;
    color: #fff;
  text-transform: none;
}
#Main img {
  box-shadow: 5px 5px 10px #848484;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
}



/* ----------------    END Main   --------------------------------*/


/* ----------------   FOOTER     ---------------------------------*/

#footer {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #1D4C66;
  color: #fff;
}
#footer p {
  font-family: lato;
  font-weight: 300;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

#footer a {
  font-weight: 300;
    color: #fff;
  text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#footer a:hover,
#footer a:focus {
  font-weight: 300;
    text-decoration: underline;
    color: #cccccc;
}

/* ------------------ END FOOTER ----------------------------*/

/* ------------------------ P A G E S ---------------------------------*/

/* ----------------    Main       --------------------------------*/

#MainPages {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
#MainPages h2 {
  font-family: open sans;
  font-weight: 600;
  color: #0d0d0d;
  text-align: left;
  font-size: 40px;
}
@media(max-width: 768px) {
  #MainPages h2 {
    font-size:26px;
    }
}

#MainPages p {
  font-family: open sans;
  font-weight: 400;
  color: #0d0d0d;
  text-align: left;
  font-size: 20px;
}
@media(max-width: 768px) {
  #MainPages p {
    font-size:16px;
    }
}
#MainPages a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

#MainPages a:hover,
#MainPages a:focus {
    text-decoration: underline;
    color: #fff;
  text-transform: none;
}

/* ---------------------- E N D   P A G E S ----------------------------*/


/*----------------    HOMEPAGE HEADER TOP        ------------*/

#homepage-header-top-desktop {
  padding-top: 250px;
  padding-bottom: 220px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/headers/Lake-Stonebench-Header.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#homepage-header-top-desktop h1 {
  font-family: Comfortaa;
  font-weight: 700;
  font-size:68px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #homepage-header-top-desktop h1 {
    font-size:30px;
    }
}

#homepage-header-top-desktop p {
  font-family: Comfortaa;
  font-weight: 400;
  font-size:30px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: none;
}

/*----------------   END  HOMEPAGE HEADER TOP        ------------*/



/*--------------    HOMEPAGE HEADER TOP MOBILE       ------------*/

#homepage-header-top-mobile {
  padding-top: 100px;
  padding-bottom: 70px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/headers/Lake-Stonebench-Header.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#homepage-header-top-mobile h1 {
  font-family: comfortaa;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

#homepage-header-top-mobile p {
  font-family: Comfortaa;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}

/*--------------  END  HOMEPAGE HEADER TOP MOBILE   ------------*/



/*-------------      PAGES HEADER TOP  DESKTOP      ------------*/

#pages-header-top-desktop {
  padding-top: 80px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  
}
#pages-header-top-desktop h1 {
  font-family: Comfortaa;
  font-weight: 700;
  font-size:68px;
  text-align: left;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 10px;
  text-transform: none;
  text-shadow: 0px 0px 0px #0d0d0d, 0 0 10px #0d0d0d;
}
#pages-header-top-desktop p {
  font-family: Comfortaa;
  font-weight: 400;
  font-size:30px;
  text-align: left;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: none;
  
}
#pages-header-top-desktop a {
  font-weight: 300;
  font-size: 14px;
    color: #fff;
  text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#pages-header-top-desktop a:hover,
#pages-header-top-desktop a:focus {
  font-weight: 300;
    text-decoration: underline;
    color: #cccccc;
}
#pages-header-top-desktop img {
  box-shadow: 5px 5px 10px #0d0d0d;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}

/*-------------      END PAGES HEADER TOP DESKTOP      ------------*/

/*-------------      PAGES HEADER TOP  MOBILE      ------------*/

#pages-header-top-mobile {
  padding-top: 100px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  
}
#pages-header-top-mobile h1 {
  font-family: Comfortaa;
  font-weight: 700;
  font-size:30px;
  text-align: left;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: none;
  text-shadow: 0px 0px 0px #0d0d0d, 0 0 10px #0d0d0d;
}


#pages-header-top-mobile p {
  font-family: Comfortaa;
  font-weight: 400;
  font-size:24px;
  text-align: left;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: none;
  
}

#pages-header-top-mobile a {
  font-weight: 300;
  font-size: 14px;
    color: #fff;
  text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#pages-header-top-mobile a:hover,
#pages-header-top-mobile a:focus {
  font-weight: 300;
    text-decoration: underline;
    color: #cccccc;
}
#pages-header-top-mobile img {
  box-shadow: 5px 5px 10px #0d0d0d;
  border-radius: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}

/*-------------      END PAGES HEADER TOP MOBILE     ------------*/



/* ----------------      FAQ Section      --------------------*/

#faq {
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
#faq h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #faq h3 {
    text-align: left;
    }
}
#faq li {
  color:#0d0d0d;
  text-align: left;
  font-size: 16px;
  font-family: open sans;
  font-weight: 400;
}
#faq p {
  font-family: open sans;
  font-weight: 400;
  color: #0d0d0d;
  text-align: left;
  font-size: 16px;
}

/* ----------------    END  FAQ Section      --------------------*/





/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& ACCORDION STYLES &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #377FBE;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: 1px solid #eee;
  border-radius: 5px;
    outline: none;
    transition: 1.4s;
  font-size: 18px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color: #03a9f4;
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: #fff;
    display: none;
  color: #0d0d0d;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
}
div.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 1.6s ease-in-out;
    opacity: 0;
  border: 1px solid #fff;
  color: #0d0d0d;
}


div.panel.show {
    opacity: 1;
    max-height: 100%; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}
button.accordion:after {
    content: '\276F'; /* Unicode character for "plus" sign (+) */
    color: #fff;
    float: right;
    margin-left: 5px;
  font-weight: 700;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


/*----------------        END ACCORDION    ---------------------*/

/*----------------     BUTTONS      ---------*/

.btn-three {
    border: 1px solid #00b359;
    color: #fff;
    background-color: #00b359;
    font-family: montserrat;
    font-weight: 400;
  font-size: 18px;
  text-transform: none;
}

.btn-three:hover,
.btn-three:focus {
    border: 1px solid #991f00;
    outline: 0;
    color: #fff;
    background-color: #991f00;
  text-transform: none;
}

/*----------------     END BUTTONS      ---------*/











































/*----------- NEW BANNER -------------*/
#NO-new-banner {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #2e6a9e;
  color: #133252;
}
#NO-new-banner p {
  font-family: comfortaa;
  font-weight:300;
  font-size: 22px;
  text-align: center;
  color: #f2f2f2;
  margin-bottom: 10px;
  text-transform: none;
}















body {
    width: 100%;
    height: 100%;
    font-family: montserrat;
    color: #fff;
    background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #288DBC;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
  text-transform: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #a6a6a6;
  text-transform: none;
}

.light {
    font-weight: 400;
}



#lll {
  background-color: #767677;
  border-radius: 5px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 0px;
  width: 200px;
  border-color: transparent;
  font-size: 18px;
  text-transform: none;
   font-family:Bebas Neue;
   letter-spacing: 3px;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Open Sans;
    background-color: #1D4C66;
  font-size: 16px;
}

.navbar-custom .navbar-brand {
    font-weight: 400;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color:#fff;
    font-weight: 400;
  text-decoration: none;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #a6a6a6;
    background-color: transparent;
    font-weight: 400;
  text-decoration: underline;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: #e1f5fe;
}

.navbar-custom .nav li.active a:hover {
    color: #A1CB46;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 0px 0;
        border-bottom: 0;
        letter-spacing: 2px;
        background: #1D4C66;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid #0277bd;
        background: #1D4C66;
    }
}
.nav-justified {
width: 98%;
}
.nav-justified > li {
float: none;
}
@media (min-width: 768px) {

    .nav-justified {
        width: 97%;
    }
}
#nav-ABA {
  margin-left: 10px;
  text-transform: none;
  font-size: 16px;
}



/*------------- CONTACT FORM STYLES --------------------*/
#label {
text-align: left;
}
#name  {
    width: 100%;
    display: inline-block;
    border: 3px solid #ACCF54;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
    text-align: left;
}
#mail {
    width: 100%;
    display: inline-block;
    border: 3px solid #ACCF54;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}

#phone {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}
#message {
    width: 100%;
    display: inline-block;
    border: 3px solid #ACCF54;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1a1a;
    font-size: 18px;
    font-family: montserrat;
    font-weight: 400;
}

/*-------------- End BS4  Form -----------------------*/

#contact{
    padding:10px 0 10px;
  }

  .contact-text{
    margin:45px auto;
  }

  .mail-message-area{
    width:100%;
    padding:0 15px;
  }

  .mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
  }

  .not-visible-message{
    height:0px;
    opacity: 0;
  }

  .visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
  }

/* Input Styles */

  .form{
    width: 80%;
    padding: 15px;
    background: transparent;
    border: 1px solid #fff;
    margin-bottom:25px;
    color:#fff !important;
    font-size:18px;
    font-family: montserrat;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 3px;
  }

  .form:hover{
    border: 1px solid #8BC3A3;
    border-radius: 3px;
  }

  .form:focus{
    color: white;
    outline: none;
    border: 1px solid #8BC3A3;
    border-radius: 3px;
  }

  .textarea{
    height: 200px;
    max-height: 200px;
    max-width: 100%;
  }
  
/* Generic Button Styles */

  .button{
    padding: 6px 10px;
    background:#0A5175;
    display: block;
    width:120px;
    margin:10px 0 0px 0;
    border-radius:3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align:center;
    font-size:0.8em;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .button:hover{
    background:#8BC3A3;
    color:white;
  }

/* Send Button Styles */

  .form-btn{
    font-size:18px;
    font-family: montserrat;
    font-weight: 500;
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:#8BC3A3;
    border:none;
    border-radius:3px;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
  }

  .form-btn:hover{
    background:#111;
    color: white;
    border:none;
  }

  .form-btn:active{
    opacity: 0.9;
  }
center{
  margin-top:330px;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header-1.png) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
  font-family: montserrat;
  font-weight: 300;
}

@media(min-width:768px) {
    .intro {
        height: 70%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 10;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}










.btn-main {
    border: 1px solid #25619E;
    color: #fff;
    background-color: #25619E;
    font-family: inter;
    font-weight: 600;
}

.btn-main:hover,
.btn-main:focus {
    border: 1px solid #377FBE;
    outline: 0;
    color: #fff;
    background-color: #377FBE;
}
.btn-case {
    border: 1px solid #cc0000;
    color: #fff;
    background-color: #cc0000;
}

.btn-case:hover,
.btn-case:focus {
    border: 1px solid #800000;
    outline: 0;
    color: #fff;
    background-color: #800000;
}


#new-banner a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: none;
}
#cta a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

#cta a:hover,
#cta a:focus {
    text-decoration: none;
}
.btn-cta {
    border: 1px solid #ACCF54;
    color: #fff;
    background-color: #ACCF54;
    font-family: inter;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.btn-cta:hover,
.btn-cta:focus {
    border: 1px solid #000;
    outline: 0;
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.btn-cta-red {
    border: 1px solid #D11244;
    color: #fff;
    background-color: #D11244;
    font-family: inter;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.btn-cta-red:hover,
.btn-cta-red:focus {
    border: 1px solid #000;
    outline: 0;
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.btn-cta-reverse {
    border: 2px solid #ACCF54;
    color: #ACCF54;
    background-color: #fff;
    font-family: inter;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.btn-cta-reverse:hover,
.btn-cta-reverse:focus {
    border: 2px solid #ACCF54;
    outline: 0;
    color: #fff;
    background-color: #ACCF54;
    text-decoration: none;
}
.btn-cta-transparent {
    border: 2px solid #ACCF54;
    color: #ACCF54;
    background-color: transparent;
    font-family: inter;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.btn-cta-transparent:hover,
.btn-cta-transparent:focus {
    border: 2px solid #ACCF54;
    outline: 0;
    color: #fff;
    background-color: #ACCF54;
    text-decoration: none;
}

.btn-about-schedule {
    border: 3px solid #ACCF54;
  border-radius: 10px;
    color: #ACCF54;
    background-color: #fff;
    font-family: open sans;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.btn-about-schedule:hover,
.btn-about-schedule:focus {
  border-radius: 10px;
    border: 3px solid #ACCF54;
    outline: 0;
    color: #fff;
    background-color: #ACCF54;
    text-decoration: underline;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
