/*---------------------------------------------------------- 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 #e64d00;
    color: #fff;
    background-color: #e64d00;
    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 #662200;
    color: #fff;
    background-color: #662200;
   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;
}


     
/*------------------------- 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: 100px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #25619E;
  color: #fff;
  background: url(../img/headers/ABA-Autism-LP-Header.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width: 768px) {
  #landing-header-top-desktop  {
    padding-top: 30px;
    padding-bottom: 20px;
    }
}
#landing-header-top-desktop h1 {
  font-family: Comfortaa;
  font-weight: 700;
  font-size: 70px;
  text-align: center;
  color: #f2f2f2;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
     text-shadow: 0px 0px 0px #0d0d0d, 0 0 10px #0d0d0d;
}
@media(max-width: 768px) {
  #landing-header-top-desktop h1 {
    font-size:30px;
       font-weight:700;
    }
}

#landing-header-top-desktop p {
  font-family: montserrat;
  font-weight: 500;
  font-size:26px;
  text-align: center;
  color: #f2f2f2;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
     text-shadow: 0px 0px 0px #0d0d0d, 0 0 10px #0d0d0d;
}
@media(max-width: 768px) {
  #landing-header-top-desktop p {
    font-size:20px;
       font-weight:500;
    }
}

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

/*------------- LANDING HEADER INFO PAGES ---------------------------*/

#landing-header-top-desktop-info {
  padding-top: 40px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: #25619E;
  color: #fff;
  
}
@media(max-width: 768px) {
  #landing-header-top-desktop-info  {
    padding-top: 30px;
    padding-bottom: 20px;
    }
}
#landing-header-top-desktop-info h1 {
  font-family: Comfortaa;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  color: #f2f2f2;
  margin-top: 100px;
  margin-bottom: 10px;
  text-transform: none;
     text-shadow: 0px 0px 0px #0d0d0d, 0 0 10px #0d0d0d;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-info h1 {
    font-size:30px;
       font-weight:700;
    }
}

#landing-header-top-desktop-info p {
  font-family: montserrat;
  font-weight: 500;
  font-size:26px;
  text-align: center;
  color: #f2f2f2;
  margin-top: 10px;
  margin-bottom: 30px;
  text-transform: none;
     text-shadow: 0px 0px 0px #0d0d0d, 0 0 10px #0d0d0d;
}
@media(max-width: 768px) {
  #landing-header-top-desktop-info p {
    font-size:20px;
       font-weight:500;
    }
}

#landing-header-top-desktop-info 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-info a:hover,
#landing-header-top-desktop-info a:focus {
    text-decoration: underline;
    color: #fff;
     font-family: montserrat;
    font-weight: 400;
  font-size: 18px;
  text-transform: none;
}

/*----------------   END  LANDING HEADER INFO       ------------*/





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

#MAINlanding {
     padding-top: 20px;
     padding-bottom: 0px;
     background-color: #e6f2ff;
     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 #66b3ff;
     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 #0073e6;
     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: #1a8cff;
     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: #66b3ff;
     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: #234F76;
  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;
       font-weight: 700;
    }
}

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

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





/*---------- PATHWAYS SECTION ------------*/
#pathways {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  color: #0d0d0d;
}
@media(max-width: 768px) {
  #pathways {
    display: none;
    }
}
#pathways h2 {
  font-family: lato;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #pathways h2 {
    font-size: 34px;
    }
}

#pathways h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #0d0d0d;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #pathways h3 {
    text-align: left;
    }
}
#pathways p {
  font-family: open sans;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #0d0d0d;
}
#pathways a {
    color: #25619E;
  font-family: Bebas Neue;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

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






#EMAIL {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #0d0d0d;
}
#EMAIL p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #0d0d0d;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: none;
}



#admin a {
    color: #ffff00;
  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;
}

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




/*---------- MH HEADER TOP------------*/
#MH-header-top-desktop {
  padding-top: 220px;
  padding-bottom: 200px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/Mental-Health-Header.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#MH-header-top-desktop h1 {
  font-family: Lato;
  font-weight: 700;
  font-size:40px;
  text-align: right;
  color: #25619E;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #MH-header-top-desktop h2 {
    font-size:30px;
    }
}

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

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

@media(max-width: 1024px) {
  #MH-header-top-tablet  {
    display: none;
    }
}
/*---------- MH HEADER TOP MOBILE------------*/
#MH-header-top-mobile {
  padding-top: 120px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/Mental-Health-Header.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#MH-header-top-mobile h1 {
  font-family: Lato;
  font-weight: 700;
  font-size:50px;
  text-align: left;
  color: #25619E;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #MH-header-top-mobile h2 {
    font-size:30px;
    }
}


/*---------- MH HEADER TOP ADULT------------*/
#MH-header-top-desktop-adult {
  padding-top: 220px;
  padding-bottom: 200px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/Adult-Header.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#MH-header-top-desktop-adult h1 {
  font-family: Lato;
  font-weight: 700;
  font-size: 50px;
  text-align: right;
  color: #25619E;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #MH-header-top-desktop-adult h2 {
    font-size:30px;
    }
}

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

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

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



/*---------- MH HEADER TOP MOBILE------------*/
#MH-header-top-mobile-adult {
  padding-top: 120px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/Adult-Header.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#MH-header-top-mobile-adult h1 {
  font-family: Lato;
  font-weight: 700;
  font-size:30px;
  text-align: left;
  color: #0d0d0d;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #MH-header-top-mobile-adult h2 {
    font-size:30px;
    }
}









/*---------- MH LANDING  PAGE ------------*/
#MH-Landing {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  color: #fff;
 
}
#MH-Landing h3 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  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) {
  #MH-Landing h2 {
    font-size:30px;
    }
}
#MH-Landing p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #0d0d0d;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: none;
}
#MH-Landing a {
    color: #234F76;
  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;
}

#MH-Landing a:hover,
#MH-Landing a:focus {
    text-decoration: underline;
    color: #a6a6a6;
}

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








.fa-caret-right {
  color: #999999;
}
.fa-arrow-circle-left {
  color: #25619E;
}

/* ---------------- FAQ Section --------------------*/
/*++++++++++++ contact +++++++++++++*/
#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: 18px;
  font-family: open sans;
  font-weight: 400;
}
@media(max-width: 768px) {
  #faq li {
    font-size: 16px;
    }
}
#faq p {
  font-family: open sans;
  font-weight: 400;
  color: #ododod;
  text-align: left;
  font-size: 18px;
}
@media(max-width: 768px) {
  #faq p {
    font-size: 16px;
    }
}
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
    background-color: #1367A7;
    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: white;
    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: #ododod;
}


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

/*------------------ BLOG HOME PAGE -------------*/
#band {
  background-color: #ACCF54;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  text-transform: none;
}
@media(max-width: 768px) {
  #band {
    display: none;
    }
}
#band h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size:18px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
  margin-bottom: 0px;
}
@media(max-width: 768px) {
  #band h3 {
    text-align: left;
    }
}
#blog {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
#blog h1 {
  font-family: montserrat;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #blog h1 {
    font-size: 34px;
    }
}

#blog h2 {
  font-family: lato;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #blog h2 {
    font-size: 34px;
    }
}

#blog h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
  margin-bottom: 0px;
}
@media(max-width: 768px) {
  #blog h3 {
    text-align: left;
    }
}
#blogh4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}

#blog p {
  font-family: open sans;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #1a1a1a;
}
#blog li {
  font-family: open sans;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#blog a {
    color: #333333;
  font-family: Montserrat;
  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: none;
  text-transform: none;
}

#blog a:hover,
#blog a:focus {
    text-decoration: none;
    color: #a6a6a6;
}
#list a {
    color: #999999;
  font-family: montserrat;
  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;
}

#list a:hover,
#list a:focus {
    text-decoration: underline;
    color: #333333;
}
#home-article a {
    color: #25619E;
  font-family: montserrat;
  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;
}

#home-article a:hover,
#home-article a:focus {
    text-decoration: underline;
    color: #333333;
}
#home-article {
  background-color: #fff;
  border: 10px solid #fafafa;
  padding-top: 14px;
}

#home-article li {
  font-size: 16px;
}

#next-blog-banner {
  padding-top:0px;
  padding-bottom: 0px;
  height: auto;
  width: 100%;
  background-color: #25619E;
}

/*------------------------- END BLOG HOME PAGE -------------------------*/

@media(max-width: 768px) {
  #desktop-topbar  {
    display: none;
    }
}
@media(min-width: 768px) {
  #mobile-topbar  {
    display: none;
    }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.fa-bars {
  color:#fff;
}

/*---------- HOMEPAGE HEADER TOP------------*/
#homepage-header-top-desktop {
  padding-top: 180px;
  padding-bottom: 130px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/headers/ABA-Header-2025.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#homepage-header-top-desktop h1 {
  font-family: montserrat;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: none;
     text-shadow: 0px 0px 0px #0d0d0d, 0 0 10px #0d0d0d;
}
@media(max-width: 768px) {
  #homepage-header-top-desktop  {
    padding-top: 100px;
       padding-bottom: 30px;
    }
}
@media(max-width: 768px) {
  #homepage-header-top-desktop h1 {
    font-size: 30px;
    }
}


#homepage-header-top-desktop h3 {
  font-family: open sans;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #fff;
     text-shadow: 0px 0px 0px #0d0d0d, 0 0 10px #0d0d0d;
     text-transform: none;
}
@media(max-width: 768px) {
  #homepage-header-top-desktop h3 {
    font-size: 18px;
    }
}

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





/*---------- HEADER TOP 2------------*/
#header-top-2 {
  padding-top: 70px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
}
/*---------- HOMEPAGE HEADER ------------*/
#homepage-header {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  color: #1a1a1a;
  /*background: url(../img/backgrounds/topimage.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width: 768px) {
  #homepage-header {
    height: auto;
    padding-top:90px;
    padding-bottom: 0px; 
    }
}*/}

#homepage-header h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  text-transform: none;
}
#homepage-header img {
  margin-top: 0px;
  margin-bottom: 0px;
}
/*---------- HEADER PAGES ------------*/
#header-pages {
  padding-top: 100px;
  padding-bottom: 80px;
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  color: #1a1a1a;
  background: url(../img/backgrounds/puzzle-2.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width: 768px) {
  #header-pages {
    height: auto;
    padding-top:80px;
    padding-bottom: 45px; 
    }
}
#header-pages h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-top: 15px;
  text-transform: none;
}
#header-pages img {
  margin-top: 20px;
}

/*---------- ABOUT PAGE HEADER TOP------------*/
#about-header-top-desktop {
  margin-top: 150px;
  padding-bottom: 230px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/About-Header.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#about-header-top-desktop h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 48px;
  text-align: left;
  color: #1367A7;
  margin-bottom: 10px;
  text-transform: none;
  line-height: 1.2;
  text-shadow: 1px 1px 2px #f2f2f2, 0 0 15px #f2f2f2;
}
@media(max-width: 768px) {
  #about-header-top-desktop  {
    display: none;
    }
}
#about-header-top-mobile {
  margin-top: 80px;
  padding-bottom: 230px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/About-Header-Mobile.png) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#about-header-top-mobile h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 40px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  text-transform: none;
  line-height: 1.2;
  margin-top; 0px;
  text-shadow: 1px 1px 2px #000, 0 0 15px #a6a6a6;
}
@media(min-width: 768px) {
  #about-header-top-mobile  {
    display: none;
    }
}


/*---------- QA HEADER TOP------------*/
#QA-header-top-desktop {
  padding-top: 150px;
  padding-bottom: 50px;
  width: 100%;
  height: 100%;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/ABA-QA-Header.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#QA-header-top-desktop h1 {
  font-family: Lato;
  font-weight: 700;
  font-size:40px;
  text-align: right;
  color: #25619E;
  margin-top: 170px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #QA-header-top-desktop h2 {
    font-size:30px;
    }
}

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

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

@media(max-width: 1024px) {
  #QA-header-top-tablet  {
    display: none;
    }
}
/*---------- QA HEADER TOP MOBILE------------*/
#QA-header-top-mobile {
  padding-top: 150px;
  padding-bottom: 80px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/ABA-QA-Header.jpg) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#QA-header-top-mobile h1 {
  font-family: Lato;
  font-weight: 700;
  font-size:40px;
  text-align: left;
  color: #25619E;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #QA-header-top-mobile h2 {
    font-size:30px;
    }
}



/*---------- INFO BAND SECTION ------------*/
#info-band {
  padding-top: 40px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  background-color:  #25619E;
  color: #fff;
}
#info-band h2 {
  font-family: lato;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #D9D9D9;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media(max-width: 768px) {
  #info-band h2  {
    font-size:20px;
    }
}

#info-band h3 {
  font-family: pangolin;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  text-transform: none;
}
#info-band h4 {
  font-family: lato;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #info-band h2  {
    font-size:20px;
    }
}
#info-band p {
  font-family: open sans;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #000;
  border-top: 4px solid #ACCF54;
  border-right: 4px solid #ACCF54;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 5px;
  text-transform: none;
}
/*---------- STAFF BAND SECTION ------------*/
#staff-band {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  background-color:  #25619E;
  color: #fff;
}
#staff-band h2 {
  font-family: lato;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  color: #D9D9D9;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media(max-width: 768px) {
  #staff-band h2  {
    font-size:20px;
    }
}

#staff-band h3 {
  font-family: pangolin;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
  text-transform: none;
}
#staff-band h4 {
  font-family: lato;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #staff-band h2  {
    font-size:20px;
    }
}
#staff-band p {
  font-family: open sans;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #fff;
  text-transform: none;
}

/*---------- ABOUT DESKTOP SECTION ------------*/
#about-desktop {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #about-desktop {
    display: none;
    }
}
#about-desktop h2 {
  font-family: lato;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #about-desktop h2 {
    font-size: 34px;
    }
}

#about-desktop h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #about-desktop h3 {
    text-align: left;
    }
}
#about-desktop h4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}

#about-desktop p {
  font-family: open sans;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#about-desktop a {
    color: #25619E;
  font-family: Bebas Neue;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

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

/*---------- ABOUT MOBILE SECTION ------------*/
#about-mobile {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(min-width: 768px) {
  #about-mobile {
    display: none;
    }
}
#about-mobile h1 {
  font-family: lato;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #about-mobile h1 {
    font-size: 34px;
    }
}

#about-mobile h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #about-mobile h3 {
    text-align: left;
    }
}
#about-mobile h4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}

#about-mobile p {
  font-family: open sans;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#about-mobile a {
    color: #25619E;
  font-family: Bebas Neue;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

#about-mobile a:hover,
#about-mobile a:focus {
    text-decoration: none;
    color: #a6a6a6;
}
/*---------- ABOUT SECTION ------------*/
#about {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
#about h1 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #about h1 {
    font-size: 24px;
    }
}

#about h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #about h2 {
    font-size: 34px;
    }
}

#about h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #about h3 {
    text-align: left;
    }
}
#about h4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}

#about p {
  font-family: open sans;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #about p {
    font-size: 16px;
    }
}

#about a {
    color: #fff;
  font-family: montserrat;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: underline;
}

#about a:hover,
#about a:focus {
    text-decoration: underline;
    color: #fff;
}

/*---------- NEWcontact SECTION ------------*/
#NEWcontact {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
#NEWcontact h2 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #NEWcontact h2 {
    font-size: 28px;
    }
}




/*------------ EMPLOYMENTA SECTION ------------*/
#employmentA {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
#employmentA h1 {
  font-family: pangolin;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #employmentA h1 {
    font-size: 34px;
    }
}
#employmentA p {
  font-family: open sans;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#employmentA a {
    color: #316FA6;
  font-family: Montserrat;
  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;
}

#employmentA a:hover,
#employmentA a:focus {
    text-decoration: underline;
    color: #a6a6a6;
}
/*---------- SERVICES PAGE SECTION ------------*/
#services-page {
  padding-top: 120px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
#services-page h1 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #services-page h1 {
    font-size: 30px;
    }
}

#services-page h2 {
  font-family: lato;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #25619E;
  text-transform: none;
}
@media(max-width: 768px) {
  #services-page h2 {
    font-size: 20px;
    }
}
#services-page h3 {
  font-family: lato;
  font-weight: 700;
  font-size: 28px;
  text-align: left;
  color: #25619E;
  text-transform: none;
}
@media(max-width: 768px) {
  #services-page h3 {
    font-size: 22px;
    }
}
#services-page p {
  font-family: open sans;
  font-weight:400;
  font-size: 18px;
  text-align: left;
  color: #25619E;
  text-transform: none;
}
@media(max-width: 768px) {
  #services-page p {
    font-size: 16px;
    }
}


/*---------- ABA SERVICES SECTION ------------*/
#aba-services {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #aba-services {
    padding-top: 50px;
    }
}
#aba-services h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #aba-services h2 {
    text-align: left;
	font-size: 34px;
    }
}
#aba-services p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#aba-services li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}

/*---------- TECHNIQUES SECTION ------------*/
#techniques {
  padding-top: 80px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #fff;
  /*background: url(../img/backgrounds/techniques-background.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;*/
}
@media(max-width: 768px) {
  #techniques {
    padding-top: 50px;
    }
}
#techniques h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #techniques h2 {
    text-align: center;
	font-size: 34px;
    }
}
#techniques h3 {
  font-family: montserrat;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  color: #1a1a1a;
  text-transform: none;
}
#techniques p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
/*#tech-2 {
  background-color: #85b1db;
  padding-top: 20px;
  padding-bottom: 20px;
}
#tech-1 {
  background-color: #377FBE;
  padding-top: 20px;
  padding-bottom: 20px;
}*/
#tech-btn {
  margin-top: 50px;
}

/*---------- CONTACT SECTION ------------*/
#contact-home {
  padding-top: 0px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #contact-home  {
    padding-top: 50px;
    }
}
#contact-home h2 {
  font-family: lato;
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  color: #777676;
  text-transform: none;
  margin-bottom: 10px;
}
@media(max-width: 768px) {
  #contact-home h2 {
    text-align: center;
	font-size: 24px;
    }
}
#contact-home h2 small {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #1a1a1a;
}
#contact-home h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #316fa6;
  text-transform: none;
  margin-bottom: 0px;
}
#contact-home p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#contact-home h6 {
  font-family: open sans;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #25619E;
  margin-bottom: 20px;
  text-transform: none;
}
@media(max-width: 768px) {
  #contact-home h6 {
    text-align: center;
    }
}
#info {
  margin-top: 30px;
}

#contact-home a {
    color: #25619E;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  text-decoration: none;
}

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


/*&&&&&&&&&&&&&&&&&&&& PAGES &&&&&&&&&&&&&&*/
/*---------- CONTACT SECTION ------------*/
#contact-page {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #contact-page  {
    padding-top: 50px;
    }
}
#contact-page h1 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
  
}
@media(max-width: 768px) {
  #contact-page h1 {
    text-align: center;
	font-size: 34px;
    }
}
#contact-page h1 small {
  font-family: montserrat;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #1a1a1a;
}
#contact-page h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #316fa6;
  text-transform: none;
  margin-bottom: 0px;
}
#contact-page p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#contact-page h6 {
  font-family: montserrat;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: 20px;
  text-transform: none;
}
@media(max-width: 768px) {
  #contact-page h6 {
    text-align: center;
    }
}

/*---------- TECHNIQUES-PAGE ------------*/
#techniques-page {
  padding-top: 80px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #techniques-page {
    padding-top: 50px;
    }
}
#techniques-page h1 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #techniques-page h1 {
    font-size: 34px;
    }
}

#techniques-page h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #techniques-page h3 {
    text-align: left;
    }
}
#techniques-page h4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}
#techniques-page p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#techniques-page li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #1a1a1a;
}
/*---------- TECHNIQUES-PAGE-2 SECTION ------------*/
#techniques-page-2 {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fff;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #techniques-page-2 {
    padding-top: 50px;
    }
}
#techniques-page-2 h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #techniques-page-2 h2 {
    font-size: 34px;
    }
}
#techniques-page-2 h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #techniques-page-2 h3 {
    text-align: left;
    }
}
#techniques-page-2 h4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}
#techniques-page-2 h5 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #316fa6;
  text-transform: none;
  margin-bottom: 5px;
}
#techniques-page-2 p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#techniques-page-2 li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #1a1a1a;
}

/*---------- Q-A-PAGE ------------*/
#q-a-page {
  padding-top: 80px;
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #q-a-page {
    padding-top: 50px;
    }
}
#q-a-page h1 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #q-a-page h1 {
    font-size: 34px;
    }
}

#q-a-page p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}


/*---------- CASE STUDIES PAGE ------------*/
#case-studies {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #case-studies {
    padding-top: 50px;
    }
}
#case-studies h1 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #case-studies h1 {
    font-size: 34px;
    }
}

#case-studies h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #316FA6;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #case-studies h3 {
    text-align: left;
    }
}
#case-studies h3 small{
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #316FA6;
  text-transform: none;
  margin-bottom: 20px;
}
#case-studies h4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}
#case-studies p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#case-studies a {
    color: #fff;
	font-family: montserrat;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-transform: none;
}

#case-studies a:hover,
#case-studies a:focus {
    text-decoration: none;
    color: #fafafa;
	font-family: montserrat;
    font-weight: 500;
	text-transform: none;
}

#case-studies li {
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #1a1a1a;
}

/*---------- REOSURCES2 PAGE ------------*/
#resources2 {
  padding-top: 30px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #resources2 {
    padding-top: 50px;
    }
}
#resources2 h1 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #resources2 h1 {
    font-size: 34px;
    }
}
/*---------- REOSURCES PAGE ------------*/

#resources-header-top-desktop {
  margin-top: 150px;
  padding-bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/Resources-Header.png) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width: 768px) {
  #resources-header-top-desktop {
    display: none;
    }
}
#resources-header-top-mobile {
  margin-top: 80px;
  padding-bottom: 230px;
  width: 100%;
  height: auto;
  background-color: #377FBE;
  color: #fff;
  background: url(../img/backgrounds/Resources-Header.png) no-repeat top center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(min-width: 768px) {
  #resources-header-top-mobile {
    display: none;
    }
}
#resources {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #resources {
    padding-top: 10px;
    }
}
#resources h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #resources h2 {
    font-size: 34px;
    }
}

#resources h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #316FA6;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #resources h3 {
    text-align: center;
    margin-top: 10px;
    }
}
#resources h3 small{
  font-family: montserrat;
  font-weight: 600;
  font-size: 18px;
  text-align: left;
  color: #316FA6;
  text-transform: none;
  margin-bottom: 20px;
}
#resources h4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}
#resources p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#resources a {
    color: #cc0000;
	font-family: montserrat;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-transform: none;
}

#resources a:hover,
#resources a:focus {
    text-decoration: none;
    color: #800000;
	font-family: montserrat;
    font-weight: 500;
	text-transform: none;
}
#resources img {
  border: 1px solid #000;
}

/*---------- STAFF2 PAGE ------------*/
#staff2 {
  padding-top: 80px;
  padding-bottom: 50px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #staff2 {
    padding-top: 50px;
    }
}
#staff2 h1 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #staff2 h1 {
    font-size: 34px;
    }
}
/*---------- RESOURCES PAGE ------------*/
#staff-page {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #staff-page {
    padding-top: 10px;
    }
}
#staff-page h2 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: #316fa6;
  text-transform: none;
}
@media(max-width: 768px) {
  #staff-page h2 {
    font-size: 34px;
    }
}

#staff-page h3 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #316FA6;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #staff-page h3 {
    text-align: center;
    margin-top: 10px;
    }
}
#staff-page h3 small {
  font-family: montserrat;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width: 768px) {
  #staff-page h3 small {
    text-align: left;
    }
}
#staff-page h4 {
  font-family: montserrat;
  font-weight: 600;
  font-size: 24px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  margin-bottom: 5px;
}
#staff-page p {
  font-family: montserrat;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  color: #1a1a1a;
}
#staff-page h5  {
  font-family: montserrat;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #1a1a1a;
}
@media(max-width: 768px) {
  #staff-page h5 {
    text-align: center;
    }
}
#staff-page h5 small {
  font-family: montserrat;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #1a1a1a;
  text-transform: none;
  line-height: 2;
}
@media(max-width: 768px) {
  #staff-page h5 small {
    text-align: center;
    font-size: 16px;
    }
}
#staff-page a {
    color: #cc0000;
	font-family: montserrat;
    font-weight: 500;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-transform: none;
}

#staff-page a:hover,
#staff-page a:focus {
    text-decoration: none;
    color: #800000;
	font-family: montserrat;
    font-weight: 500;
	text-transform: none;
}
#staff-page img {
  box-shadow: 5px 5px 10px #848484;
}

#contact-banner {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #3577b1;
  color: #fff;
}
#contact-banner p {
  font-family: montserrat;
  font-weight:500;
  font-size: 36px;
  text-align: center;
  color: #f2f2f2;
  margin-bottom: 10px;
  text-transform: none;
}
@media(max-width: 768px) {
  #contact-banner p {
    font-size: 24px;
    }
}



#new-banner {
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #777676;
  color: #fff;
}
#new-banner p {
  font-family: inter;
  font-weight:700;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}



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

#footer a {
    color: #fff;
  text-decoration: none;
    -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 {
    text-decoration: underline;
    color: #cccccc;
}

/*footer {
    padding: 50px 0;
  background-color: #333333; 
}

footer p {
    margin: 0;
  font-size: 14px;
  font-family: lato;
  font-weight: 300;
}
*/


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

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

.light {
    font-weight: 400;
}

/* Top Navigation */
.navbar {
    padding: 0px;
    background-color: #234F76;
}

.navbar-brand {
    position: absolute;
    width: 100%;
  height: auto;
    left: 0;
    top: 5px;
    text-align: center;
    margin: auto;
    padding-top: 8px;
}
#nav-brand {
    font-family: fondamento;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  text-transform: none;
}

.navbar-toggle {
    z-index:3;
    border: none;
    cursor: pointer;
    float: left;
}

.navbar-toggle a:hover {
    border: none;
    background-color: #a6a6a6;
    cursor: pointer;
}


/*Show Menu Toggle Always*/ 

@media (max-width: 5000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 0px solid transparent;
        box-shadow: inset 0 0px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 0px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #234F76 ; 
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #a6a6a6; 
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 32px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: ;
    text-transform: uppercase;
    font-family: Montserrat;
    background-color: #234F76;
  
}

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

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

.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: rgba(255,255,255,.8);
    background-color: transparent;
}

.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: rgba(255,255,255,.3);
}

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

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -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:;
        background: #1A627B;
    }
}



/*------------- 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 #ff661a;
     border-radius: 20px;
    color: #fff;
    background-color: #ff661a;
    font-family: montserrat;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
     text-transform: none;
}
@media(max-width:767px) {
    .btn-cta {
        font-size: 16px;
         font-weight: 400;
    }
.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);
}
