/** MAIN LOWER MENU-1 (GMD/Mission/Services) **/
/**
  .lowermenu-banner-gmd {
  background: url("../images/mainlower-background-gmd.jpg") no-repeat;  
  width:auto;
  text-align:center;
  margin-top: 50px;
  padding: 15px 15px 15px 15px;
}


.lowermenu-services {
  background: url("../images/mainlower-background-services.jpg") no-repeat;  
  margin-top: 10px;
  width: auto;
  text-align: center;
  padding: 5px 0px 5px 0px;
  color: White;
}

.lowermenu-services-header {
  color: White;
  font-size: 3em;
  margin-left: auto;
  margin-right: auto;
}

.lowermenu-services-body {
  color: White;
  font-size: 1em;
  margin-left: auto;
  margin-right: auto;
}

.lowermenu-services-learn {
  color: White;
  font-size: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
**/

.lowermenu-learn-purple {
  background: url("../images/button-learnmore-purple.jpg") no-repeat;  
  margin: 20px 0px 20px 0px;
  width: 255px;
  height: 53px;
  margin-left: auto;
  margin-right: auto;
}

.lowermenu-sep-purple {
  background-color: #614fd7;  
  max-width: 780px;
  height: 5px;
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.lowermenu-center-based-therapy {
  margin-top: 50px;
  width: auto;
}

.lowermenu-center-based-therapy-header {
  font-size: 3em;
  color: red;
  text-align: center;
}

.lowermenu-center-based-therapy-body {
  font-size: 1em;
  color: black;
  text-align: center;
}

.lowermenu-school {
  margin-top: 20px;
  width: auto;
}

.lowermenu-school-header {
  font-size: 3em;
  color: red;
  text-align: center;
}

.lowermenu-school-body {
  font-size: 1em;
  color: black;
  text-align: center;
}

.lowermenu-insurance {
  background: url("../images/mainlower-background.jpg") no-repeat;  
  margin-top: 50px;
  width: auto;
  height: 200px;
  text-align: center;
  padding: 5px 0px 25px 0px;
  color: White;
}

.lowermenu-insurance-header {
  color: White;
  font-size: 3em;
}

.lowermenu-insurance-learn-box {
  width: 255px;
  margin-top: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
}

.lowermenu-insurance-learn {
  width: 200px;
  color: White;
  font-size: 1.5em;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  margin-left: 35%;
}

.lowermenu-mission {  
  background: url("../images/mainlower-background-mission.jpg") no-repeat;  
  margin-top: 10px;
  width:auto;
  text-align:center;
  padding: 5px 50px 15px 50px; 
  color: white;
}

.lowermenu-mission-header {
  color: white;
  font-size: 3em;
}

.lowermenu-mission-body {
  font-size: 1em;
  width: auto;
  height: 250;
  text-align: center;
  margin-left: auto;
  margin-right: 5%;
}

.lowermenu-partners {
  margin-top: 50px;
  width: auto;
  text-align: center;
}

.lowermenu-partners-header {
  font-size: 2em;
  color: black;
}

.lowermenu-partners-body {
  font-size: 1em;
  color: black;
}

/**  Moved to the footer
.lowermenu-donate {
  background: url("../images/mainlower-background.jpg") no-repeat;  
  margin-top: 40px;
  width: auto;
  text-align: center;
  padding: 5px 0px 5px 0px;
  color: White;
}

.lowermenu-donate-header {
  color: White;
  font-size: 3em;
}

.lowermenu-donate-body {
  color: White;
  font-size: 1em;
}

.lowermenu-donate-button {
  color: White;
  font-size: 1.5em;
  margin-top: 25px;
}
**/

/********** Large devices only **********/
@media (min-width: 1200px) {

}

/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {
 
.lowermenu-sep-purple {
  margin-left: 8%;
}

}

/********** Medium devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
 
.lowermenu-sep-purple {
  margin-left: 0%;
}

}


/********** Small devices only **********/
@media (min-width: 468px) and (max-width: 767px) {

.lowermenu-center-based-therapy-header{
  font-size: 2.4em;
}

.lowermenu-school-header {
  font-size: 2.4em;
}

.lowermenu-sep-purple {
  margin-left: 0%;
}

.lowermenu-insurance {
  padding: 5px 0px 5px 0px;
}

.lowermenu-insurance {
  height: 150px;
}

.lowermenu-insurance-header {
  font-size: 1.7em;
}

.lowermenu-insurance-learn-box {
  margin-top: 30px;
}

.lowermenu-mission-header {
  font-size: 1.5em;
}

.lowermenu-mission-body {
  font-size: .8em;
}

.lowermenu-mission {  
  padding: 0px 0px 10px 0px;
}

.lowermenu-donate {
  margin-top: 40px;
  padding: 5px 0px 5px 0px;
}

.lowermenu-donate-header {
   font-size: 1.5em;
}

.lowermenu-donate-body {
  font-size: 1em;
}

.lowermenu-donate-button {
  font-size: 1.5em;
  margin-top: 25px;
}

}




/********** Extra Small devices only **  <=500    ********/
@media (min-width: 401px) and (max-width: 467px) {


.lowermenu-center-based-therapy-header{
  font-size: 2.0em;
}

.lowermenu-school-header {
  font-size: 2.0em;
}

.lowermenu-insurance {
  padding: 5px 0px 5px 0px;
}

.lowermenu-insurance {
  height: 150px;
}

.lowermenu-insurance-header {
  font-size: 1.5em;
}

.lowermenu-mission-header {
  font-size: 1.5em;
}

.lowermenu-mission-body {
  font-size: .8em;
}

.lowermenu-mission {  
  padding: 0px 0px 10px 0px;
}

.lowermenu-donate {
  margin-top: 40px;
  padding: 5px 0px 5px 0px;
}

.lowermenu-donate-header {
   font-size: 1.5em;
}

.lowermenu-donate-body {
  font-size: 1em;
}

.lowermenu-donate-button {
  font-size: 1.5em;
  margin-top: 25px;
}

.lowermenu-sep-purple {
  margin-left: 0%;
}

}


/********** Tiny devices only **  <=500    ********/
@media (max-width: 400px) {


.lowermenu-center-based-therapy-header{
  font-size: 1.6em;
}

.lowermenu-school-header {
  font-size: 1.6em;
}

.lowermenu-insurance {
  padding: 5px 0px 5px 0px;
}

.lowermenu-insurance {
  height: 150px;
}

.lowermenu-insurance-header {
  font-size: 1.3em;
}

.lowermenu-mission-header {
  font-size: 1.3em;
}

.lowermenu-mission-body {
  font-size: .8em;
}

.lowermenu-mission {  
  padding: 0px 0px 10px 0px;
}

.lowermenu-donate {
  margin-top: 40px;
  padding: 5px 0px 5px 0px;
}

.lowermenu-donate-header {
   font-size: 1.3em;
}

.lowermenu-donate-body {
  font-size: 1em;
}

.lowermenu-donate-button {
  font-size: 1.5em;
  margin-top: 25px;
}

.lowermenu-sep-purple {
  margin-left: 0%;
}

}
