/*--------------  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/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/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 ------------*/

/*----------------------- 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 ------------------------------*/

#landing-header-top-desktop {
  padding-top: 130px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/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/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 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/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/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 ------------*/

/*------------------------  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;
}


/*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;
    }
}
@media(min-width: 768px) {
  #MobileContact  {
    display: none;
    }
}

/*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;
    }
}

/*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;
    }
}






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

#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;
    }
}

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


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



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;
}

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

.light {
    font-weight: 400;
}

.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;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header.jpg) no-repeat top center fixed;
    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: 20;
    text-transform: none;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

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);
}
