.Button {
background-color: lightgray;
border-width: 1;
color: fffff;
font-size: 7pt;
font-weight: bold;}
.x_Button {
background-color: FFFFFF;
border-width: 1;
color: fffff;
font-size: 8pt;
font-weight: normal;}
#pup {
  position:absolute; -webkit-backface-visibility: hidden;
  z-index:200; /* always on top*/
  padding: 5px;
  margin-left: 10px;
  margin-bottom: 20px;
  width: 250px;
  border: 2px solid limegreen;
  background-color: #FAEBD7; /* ANTIQUEWHITE*/
  color: #darkslategray;
font-family: verdana, arial, sans-serif;
font-size: 9pt;
font-weight: normal;
}

#maincontent {
  text-align: left;
  vertical-align: top;
}

#footer, #header {
  max-width: 96%;
}

.mainBodyContainer {
  text-align:left;
}

.infoMenuContent {
  text-align:right;
  color: #A9B6CB;
}

.infoMenuContent a {
  display: inline-block;
  color: #A9B6CB;
  font-weight: bold;
  line-height: 1.6rem;
}

.infoMenuContent a:hover {
  text-decoration: none;
}

#infoMenuHr {
  width: 100%;
}

#format {
  margin-left: 0px;
}

.aboutCourse {
  margin-top:30px;
  margin-bottom: 20px;
}

#toolboxLink {
  padding-top: 30px;
}

.tbContainer {
  margin-bottom: 20px;
  margin-left: 10px;
}

.courseInfoBox h4 {
  color: #FF6600;
  font-weight: bold;
  font-size: 1.2rem;
}

#btxt h4 {
  color: black;
}

.num_style {
  background-color: teal;
  color: white;
  margin-right: 20px;
  padding: 10px;
  border-radius: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.courseInfoBox img {
  display: inherit;
  margin-top: 10px;
}

.courseInfoBox {
  font-size: 0.85rem;
}

.infoBold {
  color: #FF6600;
}

.accredContainer {
  display: inherit;
}

.accredContainer img {
  height: 110px;
  margin-top:10px;
  margin-bottom: 10px;
}

.tbContainer img {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
}

.calInfo {
  font-weight: bold;
  display: inherit;
  text-align: center;
}

.pdfIcon {
  width: 100px;
  margin-left: 15px;
}

.inf {
  font-size: 0.85rem;
  margin-top: 30px;
}

.brochWsEl {
  display: inline-block;
  width: 50%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

#map, #map2 {
  margin: 0 auto;
  margin-bottom: 5px;
}

.venueHolder {
  text-align: center;
  font-size: 0.85rem;
}

.venueHolder img {
  border-radius: 5px;
  margin: 2px;
}

.venuePics {
  min-width: 200px;
}

.assOptions {
  font-size: 1rem;
  text-align: right;
  padding-top: 10px;
}

.addons {
  display: inline;
  margin-left: 11px;
  float: left;
}

.delMob {
  background-color: ghostwhite;
  padding: 10px;
  border-bottom: 1px solid gray;
}

.noDisp {
  display: none;
}

.testimonial-header {
  background: aliceblue;
  margin-top: 20px;
  padding: 10px
}

.testimonial-header-name {
  font-style: italic;
  font-family: cursive;
  font-size: 3rem;
  border-bottom: 1px solid black;
}

.testimonial-header-course {
  margin-top: 5px;
  font-weight: bold;
}

.testimonial-header-body {
  padding: 10px;
  font-size: 14px;
}

.ratio.ratio-4x3 {
    height: 300px;
    width: 250px;
}

.videosRow {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: -webkit-center;
}

.video-titlebar {
  font-weight: bold;
  color: white;
  font-size: 3rem;
  background: teal;
  margin: 10px;
  border-radius: 25px;
}

.video-descrip {
  font-size: 0.85rem;
  font-weight: bold;
  margin-top: 5px;
}

#ennImg {
  transition: all .2s ease-in-out;
  width: 251px;
}

#ennImg:hover {
  transform: scale(1.5);
}

.addons-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 25px;
}

.addons-container img {
  border-radius:15px;
  transition: all .2s ease-in-out;
}

.addons-container img:hover {
  transform: scale(1.1);
}

.addon-box {
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 5px;
}

#galleryBody {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.photo-container {
  padding: 10px;
  border: 1px solid silver;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 7px 6px 5px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 7px 6px 5px -5px rgba(0,0,0,0.75);
  box-shadow: 7px 6px 5px -5px rgba(0,0,0,0.75);
  margin-bottom: 10px;
  transition: all .2s ease-in-out;
}

.photo-container:hover {
  transform: scale(1.2);
  z-index: 999;
}

.photo-container .img-fluid {
    max-height: 185px;
    max-width: 100%;
    margin: 0 auto;
}

.top-buffer-half {
  margin-top: 10px;
}

#galleryBody .card-footer {
  text-align: center;
  padding: 15px 5px;
}

.galRow {
  margin-bottom: 20px;
}
