@media (min-width: 768px) {
                    #header .no-custom-logo .siteTitle          { text-align: center; width: 100%; } 
                    #header .no-custom-logo .social-media-icons { position: absolute; right: 7px; }
                  }

                  @media (min-width: 890px) {
                    #header .mt-logo-wide .siteTitle          { text-align: center; width: 100%; margin-left: -70px; } 
                    #header .mt-logo-wide .social-media-icons { position: absolute; right: 0px; }
                  }/*Desktop*/

/*Centered caption on slider at homepage*/
.bx-caption-button-container {
    display: flex;
    justify-content: center;
}
/*Navbar padding (2 rows navbar fix)*/
.menuTopItem A, .menuTopItem A:hover, .menuTopItem A:visited {
    padding: 20px 20px;
}

/*Image Container style*/
.image-container {
  width: 200px; /* Adjust the desired width */
  height: 200px; /* Adjust the desired height */
  overflow: hidden;
}
.image-container img {
    width: 100%!important;
    height: 100%!important;
    max-width: unset!important;
    max-height: unset!important;
    object-fit: cover;
}

/*product-nav-list*/
.image-container.products-nav img {
    height: 200px!important;
}
.image-container.products-nav:hover img {
    transform: scale(1.1);
}

/*Potrait Banner Container style*/
.potrait-banner-container {
  height: 100%; /* Adjust the desired height */
  overflow: hidden;
}
.potrait-banner-container img {
    width: 100%!important;
    height: 100%!important;
    max-width: unset!important;
    max-height: unset!important;
    object-fit: cover;
}

/*Grid Image Text*/
.grid-image-text{
width:200px;
  height: 250px; /* Adjust the desired height */
  overflow: hidden;
padding:10px;
}
.grid-image-text img {
    width: 100%!important;
    height: 100%!important;
    max-width: unset!important;
    max-height: unset!important;
    object-fit: cover;
}

/*Rotated Photo at Teachers Page*/
#ctl04_rptTeachers_ctl23_tdPhotoContainer{
transform:rotate(90deg);
}

/*Centered Navigation Menu*/
table#ctl16_mainMenu {
    display: flex;
    justify-content: center;
}

#header .no-custom-logo .social-media-icons {
    position: relative;
    overflow: visible;
    float: none;
    text-align: center;
}

/*Mobile*/
@media screen and (max-width: 480px) {
  /* CSS rules for screens with a maximum width of 480px */
  /* Place your styles here */

/*Image Container style*/
.image-container {
  display:block;
width:100%
}

/*Potrait Banner Container style*/
.potrait-banner-container {
  display:block;
width:100%
}

/*Grid Image style*/
.grid-image-text {
  display:block;
width:100%;
height:100%;
}

/*mobile nav 'Menu' Text*/
.menu-caption.pull-right {
    display: none;
}

/*mobile home intro section*/
table#home-intro {
    display: block;
    width: 100%;
}
table#home-intro td{
    display: block;
    width: 100%!important;
}

}

.fee {font-size:18px; color:#d6273d; position:relative; }
.storeCategory A {font-size: 18px;
    background-color: #3f6c19;
    border-radius: 4px;
    font-weight: normal;
    line-height: 1.42857143;
    color: white;
    padding: 6px 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
}
/*  ------- Styles below the line are not shown during page editing --------- */
.leftdiv
{
   text-align: right;
}
.rightdiv
{
text-align:left;
}
@media only screen and (max-width:468px)
{ line-height: 2;
   .leftdiv
   {
      text-align: center;
   }
   .rightdiv
   {
      text-align: center;
   }
}