/*
Welcome to Custom CSS!

/*--- removes the mobile menu text/ #4434814-HC-PK ---*/
#jp-post-flair {
  display: none;
}
@media screen and (max-width: 480px) {
  .site-branding {
    display: inline-block;
    width: 60%;
  }
  .main-header-links {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    text-align: right;
    margin-top: 0px;
  }
  #toggle-mobile-menu {
    margin-right: 0px;
    float: right;
  }
  button.toggle-mobile-menu:before {
    margin-right: 0px;
  }
}
.header-search-container {
  display: none;
}
button#toggle-mobile-menu {
  font-size: 0;
  padding-right: 0;
}
button.toggle-mobile-menu:before {
  font-size: 15px;
}
#hero .hentry .entry-content {
  max-width: 100% !important;
  /**CCS FOR HOME PAGE **/
}
.heroTextH {
  float: right;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .heroTextH {
    float: none;
    width: 100%;
    font-size: 0.8rem;
    padding: 0 15px;
  }
}
section#front-featured-page-6 .container {
  max-width: 100% !important;
  padding: 0;
}
section#front-featured-page-6 .container .wp-block-columns {
  padding-bottom: 5%;
}
@media (min-width: 992px) {
  section#front-featured-page-6 .container {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  section#front-featured-page-6 .container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  section#front-featured-page-6 .container {
    padding: 0;
  }
}
.tableHome {
  width: 100%;
}
.tdHome {
  width: 33%;
}
.sectionH.programHomeh2 {
  background: #f8f9fa;
}
.sectionH {
  padding: 5% 0 5% 0;
}
.programH {
  border: 1px solid #ebbc02;
  padding: 10px;
}
.programh2 {
  color: #073160;
  font-weight: 600 !important;
}
.programsDiv {
  background: #f5f5f5;
  padding: 5% 0;
}
@media screen and (max-width: 480px) {
  .tdHome {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table-responsive > table > thead > tr > th, .table-responsive > table > tbody > tr > th, .table-responsive > table > tfoot > tr > th, .table-responsive > table > thead > tr > td, .table-responsive > table > tbody > tr > td, .table-responsive > table > tfoot > tr > td {
    white-space: normal !important;
  }
}
.table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border: none;
}
.programsDiv {
  width: 100%;
  background: #f8f9fa;
}
.programsContainer {
  margin: 0px auto;
  max-width: 1100px;
}
@media (min-width: 768px) {
  .programsContainer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .programsContainer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .programsContainer {
    width: 1170px;
  }
}
@media only screen and (max-width: 768px) {
  .programsContainer {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
.programsContainer .table-responsive {
  border: none;
}
#post-24 .contactus-icons {
  /*CSS FOR CONTACT US PAGE */
}
@media screen and (max-width: 480px) {
  #post-24 .contactus-icons {
    width: 100%;
    padding: 0 15px;
  }
}
.contactus-addy {
  width: 100%;
  margin: 0px auto;
  text-align: center;
}
.contactus-icons {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 50%;
}
.mapouter {
  position: relative;
  text-align: right;
  height: 350px;
  width: 400px;
  display: inline-block;
}
.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 300px;
  width: 400px;
  /*Hide Featured image on Contact page-HC-17935757-KS */
}
.page-id-24 .entry-thumb {
  display: none;
}
#post-24 .entry-thumb {
  display: none;
}
#front-featured-page-24, #front-page-testimonials {
  /*CSS FOR ABOUT US PAGE*/
}
#front-featured-page-24 .widget-title, #front-page-testimonials .widget-title {
  font-weight: 800;
  color: #073160;
  border-bottom: 1px solid #ebbc02;
}
#post-143 .entry-thumb {
  display: none;
}