@charset "UTF-8";
.row {
  margin: 0;
}
#AB-edu #AB-edu-hero {
  background-image: url("/portals/0/assets/images/4T-B70CT1U-AQUOS-BOARD_Landing-header.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 70px;

}
#AB-edu #overview img {
    margin: 10px 0;
}
#AB-edu h1, #AB-edu h2, #AB-edu h3 {
  line-height: 1.1em;
  ;
}
#AB-edu #AB-edu-hero h1, #AB-edu #AB-edu-hero h2 {
  color: #ffffff;
  line-height: 1.1em;
}
#AB-edu #AB-edu-hero h1 {
  font-size: 28px;
}
#AB-edu #AB-edu-hero p {
  font-size: 15px;
	font-family: "Open Sans", arial, sans-serif;
	font-weight: 400;
	margin-bottom: 25px;
	color: #ffffff;
}
@media handheld, only screen and (min-width:768px) {
#AB-edu #AB-edu-hero {
    padding-top: 75px;
    height: 250px;
  }
}
@media handheld, only screen and (min-width:992px) {
	  #AB-edu #AB-edu-hero .text {
    width: 50%;
  }
  #AB-edu #AB-edu-hero {
    background-position: right;
	  padding-top: 50px;
  }
}
/*============OVERVIEW STYLES==============*/
#AB-edu #overview {
  padding: 30px 0px;
}

#AB-edu #overview-first-row {
    margin: 20px 0;
    display: inline-block;
}



#AB-edu #overview .img {
  margin-bottom: 15px;
}

#AB-edu #overview #overview-important {
    font-size: 18px;
    }
#AB-edu #overview UL LI {
    margin-bottom: 10px;
    
}
#AB-edu #cares-panel-desktop {
 /*   display: flex;
    justify-content: center;
    max-height: 400px;
    text-align: center;*/
     margin: 10px 0;
    margin-bottom: 20px;
    /* background-color: #ffffff; */
    border: 1px solid #ebe7e7;
    /* border-radius: 4px; */
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    height: 201px;
}
#AB-edu #cares-panel-desktop img, #AB-edu #cares-panel-mobile img {
    max-height: 150px;
    border: #cccccc 1px solid;
    margin: 20px 0;
}

#AB-edu #cares-panel-desktop #blk-bg {
    background-color: #000000;
    padding: 20px;
    height: 200px;
    text-align: center;
}


#AB-edu #cares-panel-desktop #blk-bg H4 {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
}
@media handheld, only screen and (max-width:974px) {
    
    #AB-edu #cares-panel-desktop {
        height: auto;
    }
    
#AB-edu #cares-panel-desktop #blk-bg {
        height: auto;
    } 
}

@media handheld, only screen and (min-width:768px) {
  #AB-edu #overview .row {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #AB-edu #overview .text {
    width: 50%;
  }
  #AB-edu #overview .img {
    margin-bottom: 0;
  }
}
@media handheld, only screen and (min-width:992px) {
  #AB-edu #overview .text {
    width: 66.66666667%;
  }
}

/******AWARDS******/
 #AB-edu #overview .awards  {
 display: flex;
  justify-content: center;
  align-items: center;
}
