.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-2 {
  position: static;
  width: 100%;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.top-navigation {
  width: 100%;
  height: 5vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfa626), to(#dfa626));
  background-image: linear-gradient(180deg, #dfa626, #dfa626);
}

.top-nav-link {
  position: relative;
  display: inline-block;
  margin-top: -15px;
  margin-right: 22px;
  padding-top: 0px;
  padding-right: 66px;
  padding-left: 0px;
  float: right;
  clear: none;
  text-align: center;
  text-decoration: none;
}

.heading {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.heading-2 {
  color: #fff;
  font-weight: 400;
}

.heading-3 {
  color: #fff;
  font-weight: 400;
}

.heading-4 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.lower-nav {
  width: 100%;
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#001efb), to(#001efb));
  background-image: linear-gradient(180deg, #001efb, #001efb);
}

.logo-home {
  width: 10vh;
  height: 10vh;
  margin-top: 30px;
  margin-left: 57px;
  padding-top: 0px;
  background-image: url('../images/Salvation-Brwn-and-White.gif');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vh;
}

.lower-menu {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-top: -37px;
  margin-right: -5px;
  margin-left: 0px;
  padding: 0px 0px 0px 80px;
  float: right;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  color: #fff;
}

.heading-6 {
  background-color: #fff;
}

.heading-7 {
  color: #fff;
}

.heading-8 {
  color: #fff;
}

.container {
  position: relative;
  clear: left;
}

.video {
  width: 100%;
  height: 60vh;
}

.video-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-height: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  opacity: 1;
}

.logo {
  width: 12vh;
  height: 12vh;
  margin-top: 19px;
  margin-bottom: 70px;
  margin-left: 124px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/Salvation-Brwn-and-White.gif');
  background-position: 0px 0px;
  background-size: contain;
}

.logo.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/New-Logo_SA_small.png');
  background-position: 50% 50%;
  background-size: cover;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 3px solid #000;
  text-align: center;
}

.lower-navigation {
  padding-left: 57px;
  float: right;
  color: #fff;
  text-decoration: none;
}

.container-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -163px;
  padding-right: 0px;
  padding-left: 417px;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.heading-9 {
  color: #8a5c2a;
  text-decoration: none;
}

.heading-10 {
  color: #8a5c2a;
  text-decoration: none;
}

.heading-11 {
  color: #8a5c2a;
  text-decoration: none;
}

.heading-12 {
  color: #8a5c2a;
  text-decoration: none;
}

.section {
  height: 100vh;
  opacity: 1;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.grid-3 {
  margin-top: 101px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block {
  width: 325px;
  height: 280px;
  background-image: url('../images/Registration-Shot.jpg');
  background-position: 20% 50%;
  background-size: cover;
  opacity: 1;
  color: #fff;
  text-decoration: none;
}

.image {
  background-color: transparent;
  opacity: 1;
}

.heading-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  text-align: center;
}

.link-block-2 {
  background-image: url('../images/Programs.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  text-decoration: none;
}

.heading-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 220px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block-3 {
  width: 325px;
  height: 280px;
  background-image: url('../images/SASS-logo-Trans-sq.png'), -webkit-gradient(linear, left top, left bottom, from(#293895), to(#293895));
  background-image: url('../images/SASS-logo-Trans-sq.png'), linear-gradient(180deg, #293895, #293895);
  background-position: 50% 50%, 0px 0px;
  background-size: contain, auto;
}

.image-2 {
  display: inline-block;
  width: 250px;
  margin-top: 7px;
  margin-left: 34px;
  padding-left: 9px;
  text-align: center;
}

.section-2 {
  display: block;
  height: 18vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0e1f3d;
}

.link-block-4 {
  background-image: url('../images/AAA-Logo-trans.png');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.link-block-6 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.section-3 {
  height: 75vh;
  border-top: 3px solid #000;
}

.testimonials {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.slide {
  background-image: url('../images/IMG_6356.png');
  background-position: 50% 40%;
  background-size: cover;
}

.heading-15 {
  margin-top: 146px;
  padding-left: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-2.home {
  background-image: url('../images/IMG_6340.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 50%, 0px 0px;
  background-size: cover, 125px;
}

.section-4 {
  height: 40vh;
  background-color: #ecac00;
}

.container-4 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.grid-4 {
  margin-top: 18px;
  margin-left: 25px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 27px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.link {
  font-size: 18px;
}

.link-2 {
  font-size: 18px;
}

.link-3 {
  font-size: 18px;
}

.link-4 {
  font-size: 18px;
}

.link-5 {
  font-size: 18px;
}

.link-6 {
  font-size: 18px;
}

.column-2 {
  margin-top: 27px;
}

.topnavlink {
  margin-top: 11px;
  margin-right: 63px;
  padding-left: 45px;
  float: right;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.topnavlink.annoucements {
  color: #3007e6;
  font-weight: 700;
  text-shadow: 1px 1px 2px #fff;
}

.lowernav {
  margin-top: 14px;
  margin-left: 1px;
  padding-left: 58px;
  color: #f7f3f3;
  font-size: 20px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-5.homevideo {
  height: 100vh;
}

.heading-16 {
  text-align: center;
}

.image-3 {
  width: 200px;
}

.heading-17 {
  margin-top: -6px;
}

.section-6 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.image-4 {
  margin-top: 26px;
}

.heading-18 {
  text-align: center;
}

.section-7 {
  padding-bottom: 99px;
}

.link-7 {
  text-align: center;
}

.link-8 {
  text-align: center;
}

.container-5 {
  padding-top: 57px;
  padding-bottom: 29px;
}

.paragraph {
  padding-top: 14px;
}

.section-8 {
  width: 100%;
  height: 50vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.admissionlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.column-3 {
  height: 60vh;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: #030224;
}

.heading-19 {
  padding-left: 37px;
}

.button {
  margin-left: 36px;
  border-radius: 19px;
}

.video-3 {
  height: 40vh;
}

.slide-3 {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-3.home {
  background-image: url('../images/Jerimiah.png.jpg');
  background-position: 50% 15%;
  background-size: cover;
}

.mask {
  margin-top: 25px;
}

.slide-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.paragraph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 209px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  margin: -42px auto 13px;
  padding-top: 9px;
  padding-bottom: 10px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: #cd7c29;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.div-block {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0f1f3d), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #0f1f3d, #fff 50%);
  opacity: 1;
  color: #fff;
}

.slider {
  height: 100%;
  background-image: url('../images/Programs.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider.home {
  background-image: none;
}

.homeslide1 {
  background-image: url('../images/Programs.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.homeslide2 {
  background-color: #0e1f3d;
}

.heading-21 {
  color: #fff;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homeslide3 {
  background-image: url('../images/Registration-Shot.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.homeslide4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9 {
  height: 65vh;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-22 {
  color: #000;
}

.columns {
  height: 100%;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.navlink {
  padding-right: 49px;
  color: #fff;
  text-decoration: none;
}

.grid-5 {
  width: 100%;
  height: 80%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-7 {
  width: 100%;
  height: 100%;
}

.link-block-7.school {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.link-block-7.class {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Security-IT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.link-block-7.lab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/Classroom.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.link-block-7.sass {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 2px solid #000;
  background-image: url('../images/SA_sass-Final-9.15.2020.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.33)), to(rgba(0, 0, 0, 0.33)));
  background-image: url('../images/SA_sass-Final-9.15.2020.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
  background-position: 50% 50%, 0px 0px;
  background-size: 80% 80%, auto;
  background-repeat: no-repeat, repeat;
  text-decoration: none;
}

.link-block-7.online {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/laptop.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/laptop.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.link-block-7.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/old-logo-with-trim.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/old-logo-with-trim.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-decoration: none;
}

.paragraph-3 {
  text-align: center;
}

.section-10 {
  height: 90vh;
}

.section-10.quickintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/New-Logo-Block.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/New-Logo-Block.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 80%;
}

.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: -21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-23 {
  color: #0f1f3d;
  text-align: center;
  text-decoration: underline;
}

.heading-24 {
  color: #e78207;
  text-align: center;
  text-decoration: underline;
}

.paragraph-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.paragraph-5 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.paragraph-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-align: center;
}

.heading-25 {
  color: #010409;
  text-align: center;
  text-decoration: underline;
}

.section-11 {
  height: 100vh;
}

.section-11.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.92)), to(hsla(0, 0%, 100%, 0.92))), url('../images/New-Logo-Block.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.92), hsla(0, 0%, 100%, 0.92)), url('../images/New-Logo-Block.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-11 {
  height: 100%;
}

.heading-26 {
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38%;
  margin-top: 70px;
}

.column-7 {
  background-image: url('../images/BRIMA-DEEN-PROFILE-PICTURE.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-7 {
  padding-top: 21px;
  font-size: 16px;
}

.columns-3 {
  height: 38%;
  padding-top: 52px;
}

.column-8 {
  height: 100%;
  background-image: url('../images/Registration-Shot.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-9 {
  height: 100%;
}

.section-12 {
  height: 100vh;
}

.section-12.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.54);
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.81)), to(hsla(0, 0%, 100%, 0.81))), url('../images/New-Logo-Block.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.81), hsla(0, 0%, 100%, 0.81)), url('../images/New-Logo-Block.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.container-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-12.about {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.presmessage {
  height: 50%;
}

.column-10 {
  height: 100%;
  background-image: url('../images/B_Deen.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-11 {
  height: 100%;
}

.paragraph-8 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.vision {
  height: 45%;
  margin-top: 10px;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Academy.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column-13 {
  height: 100%;
}

.paragraph-9 {
  font-size: 16px;
}

.paragraph-10 {
  margin-top: -446px;
  margin-left: 1012px;
  padding-top: 0px;
  padding-left: 2px;
}

.paragraph-11 {
  padding-left: 25px;
  font-size: 8px;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-13.health-ed {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.grid-6 {
  width: 80%;
  height: 45%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.heading-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 2px 2px 6px #000;
}

.heading-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 4px 4px 6px #000;
}

.heading-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.heading-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 2px 2px 6px #000;
}

.heading-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.link-block-8 {
  height: 100%;
  background-image: url('../images/Nurse-2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.link-block-9 {
  background-image: url('../images/Nurse1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-10 {
  background-image: url('../images/Nurse3.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.heading-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.paragraph-13 {
  height: 50%;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.link-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}

.link-block-12 {
  height: 50%;
  text-decoration: none;
}

.link-block-13 {
  height: 50%;
  text-decoration: none;
}

.heading-34 {
  text-align: center;
}

.heading-34.it {
  height: auto;
}

.paragraph-14.it {
  height: auto;
}

.grid-7 {
  width: 50%;
  height: 40%;
}

.container-14 {
  height: 100%;
  text-align: center;
}

.link-block-14 {
  background-image: url('../images/Security-Officer.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-15 {
  background-image: url('../images/laptop2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.link-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.link-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.link-block-18 {
  width: 100%;
  height: 100%;
  background-image: url('../images/Nurse3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-18.cma {
  background-image: url('../images/Nurse-2.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.link-block-18.cna {
  background-image: url('../images/Nurse1.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
}

.private-security {
  height: 80vh;
  border-bottom: 2px solid #000;
}

.link-block-19 {
  width: 60%;
  height: 100%;
  background-image: url('../images/Security-Officer.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-14 {
  height: 100%;
  padding-left: 0px;
}

.column-15 {
  height: 100%;
}

.link-block-20 {
  width: 60%;
  height: 100%;
  background-image: url('../images/laptop2.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.paragraph-15 {
  padding-right: 20px;
  padding-left: 20px;
}

.paragraph-16 {
  padding-right: 20px;
  padding-left: 20px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 35%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-16 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Ministry-of-Technical-and-Higher-Education-.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.column-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  width: 100%;
  height: 100%;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.container-15 {
  position: static;
  display: block;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nurse-training {
  height: 70vh;
  border-bottom: 2px solid #000;
}

.container-17 {
  height: 100%;
}

.grid-8 {
  width: 100%;
  height: 40%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-8.description {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.grid-8.nurse-training {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom-width: 0px;
}

.link-block-21 {
  border: 0px solid #000;
  background-image: url('../images/HHCare.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-21.description {
  background-image: none;
  text-decoration: none;
}

.link-block-22 {
  border: 0px solid #000;
  background-image: url('../images/CNA-Student.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block-22.description {
  background-image: none;
}

.link-block-23 {
  border: 0px solid #000;
  background-image: url('../images/MedTech.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-23.description {
  background-image: none;
}

.link-block-24 {
  border: 0px solid #000;
  background-image: url('../images/Classroom.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-24.description {
  background-image: none;
}

.heading-36 {
  color: #000;
  text-decoration: none;
}

.section-14 {
  height: 70vh;
}

.health-ed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.health-ed-course {
  height: 70vh;
}

.health-ed-course.descript {
  border: 1px none #000;
}

.grid-9 {
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-9.health-ed {
  height: 40%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.health-ed-pics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-10 {
  width: 100%;
  height: 40%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-10.health-ed-descript {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.div-block-3 {
  background-image: url('../images/HHCare.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-4 {
  background-image: url('../images/Admin-asst.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-5 {
  border: 0px solid #000;
  background-image: url('../images/HHCare.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-6 {
  border: 0px solid #000;
  background-image: url('../images/Admin-asst.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.asst-office {
  text-align: center;
}

.heading-37 {
  text-align: center;
}

.button-3 {
  text-align: center;
}

.div-block-7 {
  text-align: center;
}

.paragraph-17 {
  text-align: center;
}

.section-15 {
  height: 20vh;
}

.it {
  height: 20vh;
}

.container-18 {
  height: 100%;
}

.section-16 {
  height: 70vh;
}

.it-course {
  height: 70vh;
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000;
}

.it-course.part2 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.container-19 {
  height: 100%;
}

.row2 {
  width: 100%;
  height: 40%;
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.row2.it {
  text-align: center;
}

.div-block-8 {
  background-image: url('../images/BRIMA-BOB-DEEN---COMPTIA-LOGO-FOR-WEBSITES.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8.it {
  background-image: none;
}

.div-block-9 {
  background-image: url('../images/BRIMA-BOB-DEEN---CISCO-NETWORKING-ACADEMY-LOGO.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9.it {
  background-image: none;
}

.div-block-10 {
  background-image: url('../images/BRIMA-BOB-DEEN---MICROSOFT-LOGO-FOR-SITES.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-10.it {
  background-image: none;
}

.section-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/Student-Pic2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/Student-Pic2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.container-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-21 {
  display: block;
  height: 100%;
}

.admissions-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.64))), url('../images/PHOTO-2021-01-18-10-53-36.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0.64)), url('../images/PHOTO-2021-01-18-10-53-36.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.admissions-section.apply {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Student-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Student-Pic2.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.container-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: center;
}

.paragraph-18 {
  width: 50%;
  text-align: left;
}

.section-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), url('../images/IMG_6246.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), url('../images/IMG_6246.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
}

.contact-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.paragraph-19 {
  width: 80%;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-4 {
  width: 150px;
  margin-bottom: 37px;
}

.button-5 {
  width: 200px;
}

.paragraph-20 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.button-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.link-9 {
  padding-right: 40px;
  color: #fff;
  text-decoration: none;
}

.section-19 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-19.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.section-19.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.section-19.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.academics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.academics.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics.dentalcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hha-para {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.grid-12 {
  width: 100%;
  height: 40%;
  padding-top: 108px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-21 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-align: right;
}

.paragraph-22 {
  padding-right: 20px;
}

.div-block-11 {
  width: 100%;
  height: 80%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.57)), to(hsla(0, 0%, 100%, 0.57)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.57), hsla(0, 0%, 100%, 0.57));
}

.columns-9 {
  margin-right: 66px;
}

.columns-10 {
  margin-right: 106px;
}

.columns-11 {
  margin-right: 121px;
}

.container-23 {
  display: block;
  height: 100%;
}

.container-23.apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.html-embed {
  width: 70%;
  height: 100%;
  background-color: #fff;
}

.link-block-25 {
  width: 100%;
  height: 100%;
}

.studentresources {
  width: 100%;
  height: 80vh;
}

.container-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-10 {
  margin-top: 8px;
  padding-top: 0px;
}

.paragraph-23 {
  font-size: 18px;
}

.grid-13 {
  width: 100%;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
}

.grid-14 {
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  opacity: 1;
}

.div-block-12 {
  background-color: transparent;
  background-image: url('../images/Ministry-of-Technical-and-Higher-Education-.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  background-clip: border-box;
}

.div-block-13 {
  background-image: url('../images/BRIMA-BOB-DEEN---MICROSOFT-LOGO-FOR-SITES.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-14 {
  background-image: url('../images/BRIMA-BOB-DEEN---_-ICSA-LOGO.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-15 {
  background-image: url('../images/BRIMA-BOB-DEEN---ABE-LOG.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-16 {
  background-image: url('../images/BRIMA-BOB-DEEN---COMPTIA-LOGO-FOR-WEBSITES.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-17 {
  background-image: url('../images/BRIMA-BOB-DEEN---BCS-IT-LOGO.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-18 {
  background-image: url('../images/BRIMA-BOB-DEEN---CISCO-NETWORKING-ACADEMY-LOGO.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-19 {
  background-image: url('../images/BRIMA-BOB-DEEN---ICM-IN-UK.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid-15 {
  width: 100%;
  -ms-grid-columns: 2.75fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 2.75fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 162px auto;
  grid-template-rows: 162px auto;
}

.div-block-20 {
  background-image: url('../images/Ministry-of-Technical-and-Higher-Education-.png');
  background-position: 0px 0px;
  background-size: auto;
}

.it-course-copy {
  height: 70vh;
  border: 0px none #000;
}

.it-course-copy.part2 {
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.div-block-8-copy {
  background-image: url('../images/BRIMA-BOB-DEEN---ABE-LOG.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-8-copy.it {
  background-image: none;
}

.div-block-9-copy {
  background-image: url('../images/BRIMA-BOB-DEEN---_-ICSA-LOGO.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-9-copy.it {
  background-image: none;
}

.div-block-10-copy {
  background-image: url('../images/BRIMA-BOB-DEEN---BCS-IT-LOGO.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-10-copy.it {
  background-image: none;
}

.div-block-21 {
  background-image: url('../images/BRIMA-BOB-DEEN---BCS-IT-LOGO.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.leadmanage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leadmanagecourse {
  height: 70vh;
  border-bottom: 2px solid #000;
}

.leadmanage-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leadmanage-header.health-ed {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.leadmanpara.it {
  height: auto;
}

.leadman-grid {
  width: 100%;
  height: 40%;
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.leadman-grid.description {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.leadman-grid.nurse-training {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom-width: 0px;
}

.link-block-21-copy {
  border: 0px solid #000;
  background-image: url('../images/BRIMA-BOB-DEEN---ICM-IN-UK.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-21-copy.description {
  background-image: none;
  text-decoration: none;
}

.link-block-22-copy {
  border: 0px solid #000;
  background-image: url('../images/BRIMA-BOB-DEEN---ABE-LOG.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-22-copy.description {
  background-image: none;
}

.link-block-23-copy {
  border: 0px solid #000;
  background-image: url('../images/BRIMA-BOB-DEEN---_-ICSA-LOGO.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-23-copy.description {
  background-image: none;
}

.leadman-info-grid {
  width: 100%;
  height: 40%;
  grid-column-gap: 27px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.leadman-info-grid.description {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.leadman-info-grid.nurse-training {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom-width: 0px;
}

.leadman-conatiner {
  height: 100%;
}

.slide-3-1 {
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-3-1.home {
  background-image: url('../images/IMG_6238-4.png');
  background-position: 50% 15%;
  background-size: cover;
}

.c11 {
  margin-right: 121px;
}

.slide3-test {
  margin-top: 146px;
  padding-left: 7px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

.c11-copy {
  margin-right: 121px;
}

.paragraph-24 {
  font-size: 0px;
}

.intro {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.intro.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro.comptia {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.intro.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.intro.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.intro.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.introcomp {
  font-size: 18px;
  line-height: 24px;
}

.section19-1 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section19-1.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section19-1.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section19-1.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section19-1.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section19-1.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section19-1.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section19-1.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section19-1.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.section19-1.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section19-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.section19-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.section-19-2 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19-2.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.section-19-2.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19-2.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19-2.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19-2.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19-2.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19-2.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19-2.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.section-19-2.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-19-2.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.section-19-2.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cisco-1.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.cisco-1.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cisco-1-1.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.cisco-1-1.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-1.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.academics-1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics-1-1.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics-1-1.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.academics-1-1.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics-1-1.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics-1-1.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.academics-1-1.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cisco-1-2 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-2.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cisco-1-2.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-2.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-2.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-2.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-2.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-2.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-2.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.cisco-1-2.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-2.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-2.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-2.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cisco-1-3.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.cisco-1-3.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-3.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-3.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-3.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cisco-1-4.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.cisco-1-4.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-4.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-4.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-4.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cisco-1-5.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.cisco-1-5.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cisco-1-5.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-5.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cisco-1-5.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.ms.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.ms.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.ms.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.ms.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1 {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-IT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.ms-1.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.ms-1.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.ms-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.ms-para {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.paragraph-25 {
  font-size: 18px;
  line-height: 24px;
}

.ms-2 {
  height: 80vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-IT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.ms-2.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.ms-2.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.ms-2.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.ms-para-copy {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.hha-para-copy {
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.ms-cont1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ms-cont1.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ms-cont1.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-cont1.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ms-cont1.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ms-cont1.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ms-cont1.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcs {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.bcs.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.bcs.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.bcs.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.bcs.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1 {
  height: 200vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-IT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.bcs1.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.bcs1.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.bcs1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.bsc-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bsc-cont.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bsc-cont.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bsc-cont.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bsc-cont.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bsc-cont.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bsc-cont.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcs2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcs2.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcs2.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bcs2.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcs2.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcs2.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bcs2.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ms-2-copy {
  height: 80vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-IT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2-copy.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.ms-2-copy.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2-copy.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2-copy.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2-copy.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2-copy.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2-copy.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2-copy.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.ms-2-copy.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-2-copy.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.ms-2-copy.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icm {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.icm.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.icm.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icm.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icm.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm-cont.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm-cont.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm-cont.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm-cont.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm-cont.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm-cont.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm1 {
  height: 200vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-IT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.icm1.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.icm1.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icm1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icm1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm1-1.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm1-1.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icm1-1.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm1-1.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm1-1.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icm1-1.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.abe.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.abe.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.abe.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.abe.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe-cont.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe-cont.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-cont.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe-cont.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe-cont.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe-cont.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe-1 {
  height: 200vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-IT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-1.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.abe-1.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-1.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-1.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-1.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-1.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-1.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-1.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.abe-1.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.abe-1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.abe1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe1-1.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe1-1.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.abe1-1.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe1-1.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe1-1.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abe1-1.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.icsa.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.icsa.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icsa.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icsa.sec1 {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8));
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-cont.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-cont.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa-cont.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-cont.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-cont.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-cont.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa1 {
  height: 200vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-IT.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa1.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.icsa1.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa1.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa1.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa1.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa1.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa1.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa1.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.icsa1.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icsa1.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.icsa-1-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-1-1.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-1-1.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.icsa-1-1.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-1-1.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-1-1.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icsa-1-1.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.facultystaff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 175vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
}

.facultystaffcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-16 {
  width: 100%;
  height: 40%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-40 {
  text-align: center;
}

.heading-41 {
  text-align: center;
}

.heading-42 {
  text-align: center;
}

.heading-43 {
  text-align: center;
}

.heading-44 {
  text-align: center;
}

.heading-45 {
  text-align: center;
}

.link-block-26 {
  border: 1px solid #000;
  border-radius: 5px;
}

.link-block-27 {
  border: 1px solid #000;
  border-radius: 5px;
}

.link-block-28 {
  border: 1px solid #000;
  border-radius: 5px;
}

.link-block-29 {
  border: 1px solid #000;
  border-radius: 5px;
}

.link-block-30 {
  border: 1px solid #000;
  border-radius: 5px;
}

.link-block-31 {
  border: 1px solid #000;
  border-radius: 5px;
}

.careerservices {
  width: 100%;
  height: 80vh;
}

.studentsupportcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.studentsupportgrid {
  width: 100%;
  height: 50%;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-26 {
  font-family: Montserrat, sans-serif;
}

.careercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.link-11 {
  line-height: 24px;
}

.adminsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
}

.container-25 {
  height: 100%;
}

.paragraph-27 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-28 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.adminsection-copy {
  width: 100%;
  height: 50vh;
  border-bottom: 2px solid #000;
}

.director {
  width: 100%;
  height: 140vh;
  border-bottom: 2px solid #000;
}

.directorscontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.directpics {
  width: 100%;
  height: 40%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-28-copy {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-46 {
  text-align: center;
}

.link-block-32 {
  border: 1px solid #000;
  border-radius: 5px;
}

.link-block-33 {
  border: 1px solid #000;
  border-radius: 5px;
}

.heading-47 {
  text-align: center;
}

.paragraph-29 {
  text-align: center;
}

.link-block-34 {
  border: 1px solid #000;
  border-radius: 5px;
}

.heading-48 {
  text-align: center;
}

.link-block-35 {
  border: 1px solid #000;
  border-radius: 5px;
}

.heading-49 {
  text-align: center;
}

.link-block-36 {
  border: 1px solid #000;
  border-radius: 5px;
}

.heading-50 {
  text-align: center;
}

.d1 {
  text-align: center;
}

.d2 {
  text-align: center;
}

.d3 {
  text-align: center;
}

.d4 {
  text-align: center;
}

.d5 {
  text-align: center;
}

.calendar {
  width: 100%;
  height: 80vh;
  border-bottom: 2px solid #000;
}

.calendarcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-51 {
  text-align: center;
}

.grid-17 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  border: 1px solid #000;
}

.button-7 {
  margin-top: 25px;
  background-color: #ec0e37;
}

.grid-18 {
  height: 90%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.fac1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---Dr.-Frank-Nyama---Chairman-Board-of-Directors.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: hsla(0, 0%, 100%, 0.78);
  font-family: Merriweather, serif;
  font-weight: 700;
  text-align: center;
}

.fac2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---Jespy-Thoronka-School-Administrator.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fac3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---Mrs.-Jane-L-Brewah---Principal-Primary-Shool.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fac4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Deen-Brima--Photto.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fac5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---Thomas-Silver---Vice-President-Sierra-Leone-Campus.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fac6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---Jeremiah-Brewah---Human-Resources-Manager1-1.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fac7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---Jonathan-Deen-Finance-Manager1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fac8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Rudolph-Randolph.jpg');
  background-position: 50% 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fac9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---Jonathan-Deen-Finance-Manager1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fac10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---FUDIA-SAMKING-SCHOOL-TEACHER.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fac11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---ZAINAB-KOROMA---SCHOOL-TEACHER.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fac12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---NADIA-SONGO---SCHOOL-TEACHER.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fac13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---MARIE-GBORIE-KAMARA---SCHOOL-TEACHER.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fac14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---AUGUSTER-SESAY--SCHOOL-TEACHER.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fac15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---MARIE-GBORIE-KAMARA---SCHOOL-TEACHER.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fac16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/BRIMA-B-DEEN---ABUBAKARR-SESAY---SCHOOL-TEACHER-.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.therapy-asst {
  text-align: center;
}

.paragraph-31 {
  text-align: center;
}

.div-block-22 {
  text-align: center;
}

.dentalsupport {
  text-align: center;
}

.ptapic {
  background-image: url('../images/pt.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.dentpic {
  background-image: url('../images/dental.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.healthcont {
  height: 70vh;
  border-bottom: 2px solid #000;
}

.healthcont.descript {
  border-bottom: 2px solid #000;
}

.healthpiccont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gridcont1 {
  width: 75%;
  height: 40%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gridcont1.health-ed-descript {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.gridcont2 {
  width: 75%;
  height: 40%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gridcont2.health-ed-descript {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.dental {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/dental.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/dental.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dental.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.dental.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dental.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dental.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dental.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dental.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dental.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dental.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.dental.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dental.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.dental.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.dentalcont0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dentalcont0.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dentalcont0.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.dentalcont0.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dentalcont0.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dentalcont0.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dentalcont0.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dentalcont0.dentalcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dentalcont0.dentalcont-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.physicalt {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/pt.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/pt.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicalt.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.physicalt.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicalt.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicalt.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicalt.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicalt.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicalt.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicalt.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.physicalt.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicalt.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.physicalt.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.physicaltcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.physicaltcont.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.physicaltcont.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.physicaltcont.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.physicaltcont.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.physicaltcont.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.physicaltcont.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.physicaltcont.dentalcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.physicaltcont.dentalcont-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pharmacytech {
  height: 140vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/pharm.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/pharm.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytech.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.pharmacytech.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytech.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytech.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytech.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytech.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytech.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytech.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.pharmacytech.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytech.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.pharmacytech.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.pharmacytechcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pharmacytechcont.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pharmacytechcont.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.pharmacytechcont.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pharmacytechcont.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pharmacytechcont.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pharmacytechcont.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pharmacytechcont.dentalcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pharmacytechcont.dentalcont-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billingcoding {
  height: 140vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/code.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/code.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcoding.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.billingcoding.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcoding.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcoding.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcoding.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcoding.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcoding.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcoding.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.billingcoding.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcoding.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.billingcoding.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.billingcodcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billingcodcont.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billingcodcont.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.billingcodcont.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billingcodcont.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billingcodcont.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billingcodcont.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billingcodcont.dentalcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.billingcodcont.dentalcont-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cnasec {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cnasec.cna {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cnasec.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cnasec.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cnasec.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cnasec.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cnasec.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cnasec.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cnasec.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.cnasec.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cnasec.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cnasec.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.medtechsec {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medtechsec.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.medtechsec.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medtechsec.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medtechsec.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medtechsec.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medtechsec.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medtechsec.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medtechsec.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.medtechsec.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medtechsec.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.medtechsec.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.medasstsec {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medasstsec.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.medasstsec.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medasstsec.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medasstsec.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medasstsec.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medasstsec.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medasstsec.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medasstsec.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.medasstsec.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.medasstsec.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.medasstsec.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cmaa {
  height: 120vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/Security-Officer.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/Security-Officer.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cmaa.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.cmaa.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cmaa.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cmaa.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cmaa.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cmaa.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cmaa.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cmaa.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.cmaa.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cmaa.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.cmaa.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.phlebotsec {
  height: 100vh;
  border-bottom: 2px solid #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79))), url('../images/phleb.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79)), url('../images/phleb.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotsec.cna {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/CNA-Student.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/CNA-Student.jpg');
  background-position: 0px 0px, 50% 50%;
}

.phlebotsec.medtech {
  height: 60vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/MedTech.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/MedTech.jpg');
  background-position: 0px 0px, 50% 50%;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotsec.lpn {
  height: 80vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Classroom.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Classroom.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotsec.medassist {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotsec.medadmin {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/Admin-asst.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/Admin-asst.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotsec.comptia {
  height: 120vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotsec.tiacert {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.78)), to(hsla(0, 0%, 100%, 0.78))), url('../images/Security-IT.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.78), hsla(0, 0%, 100%, 0.78)), url('../images/Security-IT.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotsec.hha {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/HHCare.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/HHCare.jpg');
}

.phlebotsec.network {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.8)), to(hsla(0, 0%, 100%, 0.8))), url('../images/IT-Pic2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.8), hsla(0, 0%, 100%, 0.8)), url('../images/IT-Pic2.jpg');
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotsec.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.phlebotsec.donate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.79)), to(hsla(0, 0%, 100%, 0.79)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.79), hsla(0, 0%, 100%, 0.79));
  background-position: 0px 0px;
  background-size: auto;
}

.phlebotcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phlebotcont.hha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phlebotcont.cna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.phlebotcont.med-tech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phlebotcont.lpn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phlebotcont.medassist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phlebotcont.medadmin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phlebotcont.dentalcont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.phlebotcont.dentalcont-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-8 {
  width: 250px;
  border-radius: 10px;
  background-color: #0e1f3d;
  font-weight: 700;
  text-align: center;
}

.button-9 {
  width: 250px;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
}

.pharm {
  background-image: url('../images/pharm.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.phlebpic {
  border: 0px solid #000;
  background-image: url('../images/phleb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.billcodepic {
  border: 0px solid #000;
  background-image: url('../images/code.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.html-embed-2 {
  height: 100%;
}

.fac17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Dominic-Momoh-Jengo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.fac18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Edwin-Kopoi.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.para30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: hsla(0, 0%, 100%, 0.78);
  font-family: Merriweather, serif;
  font-weight: 700;
  text-align: center;
}

.para31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: hsla(0, 0%, 100%, 0.78);
  font-family: Merriweather, serif;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .top-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }

  .top-nav-link {
    margin-right: 12px;
  }

  .logo {
    margin-left: 51px;
  }

  .container-2 {
    padding-right: 0px;
    padding-left: 148px;
  }

  .link-block {
    width: 200px;
    height: 280px;
  }

  .link-block-3 {
    width: 200px;
  }

  .image-2 {
    width: 180px;
    margin-left: 7px;
    padding-left: 18px;
  }

  .slide-2.home {
    background-position: 50% 50%, 0px 0px;
  }

  .topnavlink.annoucements {
    color: #f30505;
    font-weight: 700;
  }

  .lowernav {
    margin-left: 39px;
    padding-right: 9px;
    padding-left: 0px;
    font-size: 16px;
  }

  .column-6 {
    font-size: 14px;
  }

  .navlink {
    padding-right: 20px;
  }

  .navlink.charity {
    padding-right: 20px;
  }

  .navlink.online {
    padding-right: 20px;
  }

  .column-10 {
    height: 80%;
  }

  .column-12 {
    height: 80%;
  }

  .grid-6 {
    width: 100%;
    padding-top: 0px;
  }

  .column-17 {
    height: 55%;
    background-image: none;
  }

  .div-block-2 {
    width: 100%;
    height: 100%;
  }

  .contact-page {
    height: 130vh;
  }

  .grid-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-21 {
    display: block;
    padding-top: 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .top-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
  }

  .top-nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 58px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 14px;
  }

  .heading-4 {
    font-size: 14px;
  }

  .logo {
    margin-top: 4px;
    margin-left: 19px;
  }

  .lower-navigation {
    padding-left: 17px;
  }

  .container-2 {
    margin-top: -126px;
    padding-right: 12px;
    padding-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section.homepicnav {
    height: 100vh;
  }

  .link-block {
    width: 150px;
  }

  .section-2 {
    height: 15vh;
  }

  .section-2.low-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-15 {
    margin-top: 194px;
  }

  .heading-15.slide2 {
    margin-top: 208px;
  }

  .slide-2.home {
    background-image: url('../images/IMG_6340.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .section-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .topnavlink {
    margin-right: 35px;
    padding-left: 0px;
  }

  .topnavlink.annoucements {
    color: #fa0707;
  }

  .lowernav {
    margin-left: 22px;
    font-size: 14px;
  }

  .heading-16 {
    font-size: 30px;
  }

  .heading-17 {
    font-size: 20px;
  }

  .heading-18 {
    font-size: 20px;
  }

  .section-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-5 {
    position: static;
    display: inline-block;
    height: 25vh;
    clear: both;
    text-align: center;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 33px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-20 {
    font-size: 20px;
  }

  .section-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 12px;
  }

  .column-5 {
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-6 {
    padding-right: 11px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .navlink {
    padding-right: 15px;
    font-size: 14px;
  }

  .navlink.about {
    padding-right: 15px;
    font-size: 14px;
  }

  .navlink.academics {
    padding-right: 15px;
    font-size: 14px;
  }

  .navlink.admissions {
    padding-right: 15px;
    font-size: 14px;
  }

  .navlink.charity {
    padding-right: 15px;
  }

  .navlink.online {
    padding-right: 2px;
  }

  .grid-5 {
    width: 100%;
    height: 80%;
  }

  .link-block-7.sass {
    background-position: 50% 50%;
  }

  .link-block-7.paragraph {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-10.quickintro {
    height: 180vh;
  }

  .container-10 {
    padding-top: 25px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-12.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 250vh;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-12.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .presmessage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    margin-top: 19px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-position: 50% 0%;
  }

  .column-11 {
    height: 60%;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .vision {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .column-12 {
    height: 350px;
  }

  .column-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-13 {
    height: 80vh;
    margin-top: 0px;
    padding-top: 20px;
  }

  .container-13 {
    height: 100%;
  }

  .grid-6 {
    height: 60%;
  }

  .heading-28 {
    text-align: center;
  }

  .heading-32 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-34 {
    font-size: 18px;
  }

  .paragraph-14 {
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    text-align: center;
  }

  .columns-5 {
    height: 50%;
  }

  .heading-35 {
    margin-top: 0px;
  }

  .private-security {
    height: 200vh;
  }

  .columns-6 {
    height: 15%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .columns-8 {
    width: 100%;
    height: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-17 {
    height: 65%;
    margin-top: 21px;
    padding-bottom: 0px;
  }

  .image-6 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nurse-training {
    height: 130vh;
  }

  .grid-8.nurse-training {
    height: 30%;
  }

  .health-ed {
    height: 50vh;
  }

  .health-ed-course {
    height: 130vh;
  }

  .grid-10 {
    height: 30%;
  }

  .it {
    height: 50vh;
  }

  .it-course {
    height: 130vh;
  }

  .row2 {
    height: 25%;
  }

  .admissions-section {
    height: 400vh;
  }

  .admissions-section.apply {
    height: 420vh;
  }

  .contact-page {
    height: 300vh;
  }

  .contact-us {
    padding-right: 17px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-19.cna {
    height: 200vh;
  }

  .section-19.medtech {
    height: 130vh;
  }

  .section-19.lpn {
    height: 200vh;
  }

  .section-19.medassist {
    height: 140vh;
  }

  .section-19.comptia {
    height: 220vh;
  }

  .section-19.tiacert {
    height: 180vh;
  }

  .section-19.donate {
    height: 250vh;
  }

  .section-19.donate {
    height: 250vh;
  }

  .academics.tianet {
    height: 100%;
  }

  .grid-12 {
    width: auto;
    height: auto;
  }

  .paragraph-21 {
    padding-top: 10px;
  }

  .columns-11 {
    width: 100%;
    margin-top: 193px;
  }

  .grid-15 {
    -ms-grid-rows: 129px auto;
    grid-template-rows: 129px auto;
  }

  .it-course-copy {
    height: 130vh;
  }

  .leadmanage {
    height: 80vh;
    margin-top: 0px;
    padding-top: 20px;
  }

  .leadmanagecourse {
    height: 130vh;
  }

  .leadmanage-header {
    height: 100%;
  }

  .leadmanpara {
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    text-align: center;
  }

  .leadman-grid.nurse-training {
    height: 30%;
  }

  .leadman-info-grid.nurse-training {
    height: 30%;
  }

  .slide3-test {
    margin-top: 194px;
  }

  .slide3-test.slide2 {
    margin-top: -25px;
  }

  .c11-copy {
    width: 100%;
  }

  .intro.cna {
    height: 200vh;
  }

  .intro.medtech {
    height: 130vh;
  }

  .intro.lpn {
    height: 200vh;
  }

  .intro.medassist {
    height: 140vh;
  }

  .intro.comptia {
    height: 200vh;
  }

  .intro.tiacert {
    height: 180vh;
  }

  .intro.donate {
    height: 250vh;
  }

  .intro.donate {
    height: 250vh;
  }

  .section19-1.cna {
    height: 200vh;
  }

  .section19-1.medtech {
    height: 130vh;
  }

  .section19-1.lpn {
    height: 200vh;
  }

  .section19-1.medassist {
    height: 140vh;
  }

  .section19-1.comptia {
    height: 220vh;
  }

  .section19-1.tiacert {
    height: 180vh;
  }

  .section19-1.network {
    height: 190vh;
  }

  .section19-1.donate {
    height: 250vh;
  }

  .section19-1.donate {
    height: 250vh;
  }

  .section-19-2.cna {
    height: 200vh;
  }

  .section-19-2.medtech {
    height: 130vh;
  }

  .section-19-2.lpn {
    height: 200vh;
  }

  .section-19-2.medassist {
    height: 140vh;
  }

  .section-19-2.comptia {
    height: 220vh;
  }

  .section-19-2.tiacert {
    height: 180vh;
  }

  .section-19-2.donate {
    height: 250vh;
  }

  .section-19-2.donate {
    height: 250vh;
  }

  .cisco-1.cna {
    height: 200vh;
  }

  .cisco-1.medtech {
    height: 130vh;
  }

  .cisco-1.lpn {
    height: 200vh;
  }

  .cisco-1.medassist {
    height: 140vh;
  }

  .cisco-1.comptia {
    height: 220vh;
  }

  .cisco-1.tiacert {
    height: 180vh;
  }

  .cisco-1.donate {
    height: 250vh;
  }

  .cisco-1.donate {
    height: 250vh;
  }

  .cisco-1.sec1 {
    height: 120vh;
  }

  .cisco-1-1.cna {
    height: 200vh;
  }

  .cisco-1-1.medtech {
    height: 130vh;
  }

  .cisco-1-1.lpn {
    height: 200vh;
  }

  .cisco-1-1.medassist {
    height: 140vh;
  }

  .cisco-1-1.comptia {
    height: 220vh;
  }

  .cisco-1-1.tiacert {
    height: 180vh;
  }

  .cisco-1-1.donate {
    height: 250vh;
  }

  .cisco-1-1.donate {
    height: 250vh;
  }

  .cisco-1-1.sec1 {
    height: 160vh;
  }

  .academics-1-1.tianet {
    height: 100%;
  }

  .cisco-1-2.cna {
    height: 200vh;
  }

  .cisco-1-2.medtech {
    height: 130vh;
  }

  .cisco-1-2.lpn {
    height: 200vh;
  }

  .cisco-1-2.medassist {
    height: 140vh;
  }

  .cisco-1-2.comptia {
    height: 220vh;
  }

  .cisco-1-2.tiacert {
    height: 180vh;
  }

  .cisco-1-2.donate {
    height: 250vh;
  }

  .cisco-1-2.donate {
    height: 250vh;
  }

  .cisco-1-2.sec1 {
    height: 160vh;
  }

  .cisco-1-3.cna {
    height: 200vh;
  }

  .cisco-1-3.medtech {
    height: 130vh;
  }

  .cisco-1-3.lpn {
    height: 200vh;
  }

  .cisco-1-3.medassist {
    height: 140vh;
  }

  .cisco-1-3.comptia {
    height: 220vh;
  }

  .cisco-1-3.tiacert {
    height: 180vh;
  }

  .cisco-1-3.donate {
    height: 250vh;
  }

  .cisco-1-3.donate {
    height: 250vh;
  }

  .cisco-1-3.sec1 {
    height: 160vh;
  }

  .cisco-1-4.cna {
    height: 200vh;
  }

  .cisco-1-4.medtech {
    height: 130vh;
  }

  .cisco-1-4.lpn {
    height: 200vh;
  }

  .cisco-1-4.medassist {
    height: 140vh;
  }

  .cisco-1-4.comptia {
    height: 220vh;
  }

  .cisco-1-4.tiacert {
    height: 180vh;
  }

  .cisco-1-4.donate {
    height: 250vh;
  }

  .cisco-1-4.donate {
    height: 250vh;
  }

  .cisco-1-4.sec1 {
    height: 160vh;
  }

  .cisco-1-5.cna {
    height: 200vh;
  }

  .cisco-1-5.medtech {
    height: 130vh;
  }

  .cisco-1-5.lpn {
    height: 200vh;
  }

  .cisco-1-5.medassist {
    height: 140vh;
  }

  .cisco-1-5.comptia {
    height: 220vh;
  }

  .cisco-1-5.tiacert {
    height: 180vh;
  }

  .cisco-1-5.donate {
    height: 250vh;
  }

  .cisco-1-5.donate {
    height: 250vh;
  }

  .cisco-1-5.sec1 {
    height: 160vh;
  }

  .ms.cna {
    height: 200vh;
  }

  .ms.medtech {
    height: 130vh;
  }

  .ms.lpn {
    height: 200vh;
  }

  .ms.medassist {
    height: 140vh;
  }

  .ms.comptia {
    height: 220vh;
  }

  .ms.tiacert {
    height: 180vh;
  }

  .ms.donate {
    height: 250vh;
  }

  .ms.donate {
    height: 250vh;
  }

  .ms.sec1 {
    height: 180vh;
  }

  .ms-1 {
    height: 300vh;
  }

  .ms-1.cna {
    height: 200vh;
  }

  .ms-1.medtech {
    height: 130vh;
  }

  .ms-1.lpn {
    height: 200vh;
  }

  .ms-1.medassist {
    height: 140vh;
  }

  .ms-1.comptia {
    height: 220vh;
  }

  .ms-1.tiacert {
    height: 180vh;
  }

  .ms-1.donate {
    height: 250vh;
  }

  .ms-1.donate {
    height: 250vh;
  }

  .ms-2 {
    height: 125vh;
  }

  .ms-2.cna {
    height: 200vh;
  }

  .ms-2.medtech {
    height: 130vh;
  }

  .ms-2.lpn {
    height: 200vh;
  }

  .ms-2.medassist {
    height: 140vh;
  }

  .ms-2.comptia {
    height: 220vh;
  }

  .ms-2.tiacert {
    height: 180vh;
  }

  .ms-2.donate {
    height: 250vh;
  }

  .ms-2.donate {
    height: 250vh;
  }

  .ms-cont1.tianet {
    height: 100%;
  }

  .bcs.cna {
    height: 200vh;
  }

  .bcs.medtech {
    height: 130vh;
  }

  .bcs.lpn {
    height: 200vh;
  }

  .bcs.medassist {
    height: 140vh;
  }

  .bcs.comptia {
    height: 220vh;
  }

  .bcs.tiacert {
    height: 180vh;
  }

  .bcs.donate {
    height: 250vh;
  }

  .bcs.donate {
    height: 250vh;
  }

  .bcs.sec1 {
    height: 180vh;
  }

  .bcs1 {
    height: 450vh;
  }

  .bcs1.cna {
    height: 200vh;
  }

  .bcs1.medtech {
    height: 130vh;
  }

  .bcs1.lpn {
    height: 200vh;
  }

  .bcs1.medassist {
    height: 140vh;
  }

  .bcs1.comptia {
    height: 220vh;
  }

  .bcs1.tiacert {
    height: 180vh;
  }

  .bcs1.donate {
    height: 250vh;
  }

  .bcs1.donate {
    height: 250vh;
  }

  .bsc-cont.tianet {
    height: 100%;
  }

  .bcs2.tianet {
    height: 100%;
  }

  .ms-2-copy {
    height: 125vh;
  }

  .ms-2-copy.cna {
    height: 200vh;
  }

  .ms-2-copy.medtech {
    height: 130vh;
  }

  .ms-2-copy.lpn {
    height: 200vh;
  }

  .ms-2-copy.medassist {
    height: 140vh;
  }

  .ms-2-copy.comptia {
    height: 220vh;
  }

  .ms-2-copy.tiacert {
    height: 180vh;
  }

  .ms-2-copy.donate {
    height: 250vh;
  }

  .ms-2-copy.donate {
    height: 250vh;
  }

  .icm.cna {
    height: 200vh;
  }

  .icm.medtech {
    height: 130vh;
  }

  .icm.lpn {
    height: 200vh;
  }

  .icm.medassist {
    height: 140vh;
  }

  .icm.comptia {
    height: 220vh;
  }

  .icm.tiacert {
    height: 180vh;
  }

  .icm.donate {
    height: 250vh;
  }

  .icm.donate {
    height: 250vh;
  }

  .icm.sec1 {
    height: 180vh;
  }

  .icm-cont.tianet {
    height: 100%;
  }

  .icm1 {
    height: 500vh;
  }

  .icm1.cna {
    height: 200vh;
  }

  .icm1.medtech {
    height: 130vh;
  }

  .icm1.lpn {
    height: 200vh;
  }

  .icm1.medassist {
    height: 140vh;
  }

  .icm1.comptia {
    height: 220vh;
  }

  .icm1.tiacert {
    height: 180vh;
  }

  .icm1.donate {
    height: 250vh;
  }

  .icm1.donate {
    height: 250vh;
  }

  .icm1-1.tianet {
    height: 100%;
  }

  .abe.cna {
    height: 200vh;
  }

  .abe.medtech {
    height: 130vh;
  }

  .abe.lpn {
    height: 200vh;
  }

  .abe.medassist {
    height: 140vh;
  }

  .abe.comptia {
    height: 220vh;
  }

  .abe.tiacert {
    height: 180vh;
  }

  .abe.donate {
    height: 250vh;
  }

  .abe.donate {
    height: 250vh;
  }

  .abe.sec1 {
    height: 180vh;
  }

  .abe-cont.tianet {
    height: 100%;
  }

  .abe-1 {
    height: 500vh;
  }

  .abe-1.cna {
    height: 200vh;
  }

  .abe-1.medtech {
    height: 130vh;
  }

  .abe-1.lpn {
    height: 200vh;
  }

  .abe-1.medassist {
    height: 140vh;
  }

  .abe-1.comptia {
    height: 220vh;
  }

  .abe-1.tiacert {
    height: 180vh;
  }

  .abe-1.donate {
    height: 250vh;
  }

  .abe-1.donate {
    height: 250vh;
  }

  .abe1-1.tianet {
    height: 100%;
  }

  .icsa.cna {
    height: 200vh;
  }

  .icsa.medtech {
    height: 130vh;
  }

  .icsa.lpn {
    height: 200vh;
  }

  .icsa.medassist {
    height: 140vh;
  }

  .icsa.comptia {
    height: 220vh;
  }

  .icsa.tiacert {
    height: 180vh;
  }

  .icsa.donate {
    height: 250vh;
  }

  .icsa.donate {
    height: 250vh;
  }

  .icsa.sec1 {
    height: 180vh;
  }

  .icsa-cont.tianet {
    height: 100%;
  }

  .icsa1 {
    height: 500vh;
  }

  .icsa1.cna {
    height: 200vh;
  }

  .icsa1.medtech {
    height: 130vh;
  }

  .icsa1.lpn {
    height: 200vh;
  }

  .icsa1.medassist {
    height: 140vh;
  }

  .icsa1.comptia {
    height: 220vh;
  }

  .icsa1.tiacert {
    height: 180vh;
  }

  .icsa1.donate {
    height: 250vh;
  }

  .icsa1.donate {
    height: 250vh;
  }

  .icsa-1-1.tianet {
    height: 100%;
  }

  .facultystaff {
    height: 270vh;
  }

  .careerservices {
    height: 150vh;
  }

  .adminsection {
    height: 120vh;
  }

  .container-25 {
    height: 100%;
  }

  .adminsection-copy {
    height: 120vh;
  }

  .director {
    height: 300vh;
  }

  .calendar {
    height: 100vh;
  }

  .fac16 {
    background-size: cover;
  }

  .healthcont {
    height: 130vh;
  }

  .gridcont1 {
    height: 30%;
  }

  .gridcont2 {
    height: 30%;
  }

  .dental {
    height: 140vh;
  }

  .dental.cna {
    height: 200vh;
  }

  .dental.medtech {
    height: 130vh;
  }

  .dental.lpn {
    height: 200vh;
  }

  .dental.medassist {
    height: 140vh;
  }

  .dental.comptia {
    height: 220vh;
  }

  .dental.tiacert {
    height: 180vh;
  }

  .dental.donate {
    height: 250vh;
  }

  .dental.donate {
    height: 250vh;
  }

  .dentalcont0.tianet {
    height: 100%;
  }

  .physicalt {
    height: 220vh;
  }

  .physicalt.cna {
    height: 200vh;
  }

  .physicalt.medtech {
    height: 130vh;
  }

  .physicalt.lpn {
    height: 200vh;
  }

  .physicalt.medassist {
    height: 140vh;
  }

  .physicalt.comptia {
    height: 220vh;
  }

  .physicalt.tiacert {
    height: 180vh;
  }

  .physicalt.donate {
    height: 250vh;
  }

  .physicalt.donate {
    height: 250vh;
  }

  .physicaltcont.tianet {
    height: 100%;
  }

  .pharmacytech {
    height: 385vh;
  }

  .pharmacytech.cna {
    height: 200vh;
  }

  .pharmacytech.medtech {
    height: 130vh;
  }

  .pharmacytech.lpn {
    height: 200vh;
  }

  .pharmacytech.medassist {
    height: 140vh;
  }

  .pharmacytech.comptia {
    height: 220vh;
  }

  .pharmacytech.tiacert {
    height: 180vh;
  }

  .pharmacytech.donate {
    height: 250vh;
  }

  .pharmacytech.donate {
    height: 250vh;
  }

  .pharmacytechcont.tianet {
    height: 100%;
  }

  .billingcoding {
    height: 200vh;
  }

  .billingcoding.cna {
    height: 200vh;
  }

  .billingcoding.medtech {
    height: 130vh;
  }

  .billingcoding.lpn {
    height: 200vh;
  }

  .billingcoding.medassist {
    height: 140vh;
  }

  .billingcoding.comptia {
    height: 220vh;
  }

  .billingcoding.tiacert {
    height: 180vh;
  }

  .billingcoding.donate {
    height: 250vh;
  }

  .billingcoding.donate {
    height: 250vh;
  }

  .billingcodcont.tianet {
    height: 100%;
  }

  .cnasec.cna {
    height: 280vh;
  }

  .cnasec.medtech {
    height: 130vh;
  }

  .cnasec.lpn {
    height: 200vh;
  }

  .cnasec.medassist {
    height: 140vh;
  }

  .cnasec.comptia {
    height: 220vh;
  }

  .cnasec.tiacert {
    height: 180vh;
  }

  .cnasec.donate {
    height: 250vh;
  }

  .cnasec.donate {
    height: 250vh;
  }

  .medtechsec.cna {
    height: 200vh;
  }

  .medtechsec.medtech {
    height: 150vh;
  }

  .medtechsec.lpn {
    height: 200vh;
  }

  .medtechsec.medassist {
    height: 140vh;
  }

  .medtechsec.comptia {
    height: 220vh;
  }

  .medtechsec.tiacert {
    height: 180vh;
  }

  .medtechsec.donate {
    height: 250vh;
  }

  .medtechsec.donate {
    height: 250vh;
  }

  .medasstsec.cna {
    height: 200vh;
  }

  .medasstsec.medtech {
    height: 130vh;
  }

  .medasstsec.lpn {
    height: 200vh;
  }

  .medasstsec.medassist {
    height: 175vh;
  }

  .medasstsec.comptia {
    height: 220vh;
  }

  .medasstsec.tiacert {
    height: 180vh;
  }

  .medasstsec.donate {
    height: 250vh;
  }

  .medasstsec.donate {
    height: 250vh;
  }

  .cmaa.cna {
    height: 200vh;
  }

  .cmaa.medtech {
    height: 130vh;
  }

  .cmaa.lpn {
    height: 200vh;
  }

  .cmaa.medassist {
    height: 140vh;
  }

  .cmaa.medadmin {
    height: 150vh;
  }

  .cmaa.comptia {
    height: 220vh;
  }

  .cmaa.tiacert {
    height: 180vh;
  }

  .cmaa.donate {
    height: 250vh;
  }

  .cmaa.donate {
    height: 250vh;
  }

  .phlebotsec {
    height: 200vh;
  }

  .phlebotsec.cna {
    height: 200vh;
  }

  .phlebotsec.medtech {
    height: 130vh;
  }

  .phlebotsec.lpn {
    height: 200vh;
  }

  .phlebotsec.medassist {
    height: 140vh;
  }

  .phlebotsec.comptia {
    height: 220vh;
  }

  .phlebotsec.tiacert {
    height: 180vh;
  }

  .phlebotsec.donate {
    height: 250vh;
  }

  .phlebotsec.donate {
    height: 250vh;
  }

  .phlebotcont.tianet {
    height: 100%;
  }

  .fac17 {
    background-size: cover;
  }

  .fac18 {
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .top-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 10vh;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .top-nav-link {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 24px;
  }

  .heading {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 14px;
  }

  .heading-3 {
    font-size: 14px;
  }

  .heading-4 {
    font-size: 14px;
  }

  .logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10vh;
    height: 10vh;
    margin-top: 5px;
    margin-bottom: 69px;
    margin-left: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
  }

  .background-video {
    height: 50vh;
    margin-top: -10px;
  }

  .lower-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -8px;
    margin-right: 1px;
    padding-top: 11px;
    padding-left: 26px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -125px;
    padding-top: 58px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-9 {
    font-size: 12px;
  }

  .heading-10 {
    font-size: 12px;
  }

  .heading-11 {
    font-size: 12px;
  }

  .heading-12 {
    font-size: 12px;
  }

  .section.homepicnav {
    height: 80vh;
  }

  .link-block {
    width: 100px;
    height: 75px;
  }

  .heading-13 {
    margin-top: 45px;
    font-size: 18px;
  }

  .link-block-2 {
    width: 100px;
    height: 75px;
  }

  .heading-14 {
    margin-top: 45px;
    font-size: 18px;
  }

  .section-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 18vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-2.low-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-15 {
    width: 100%;
    margin-top: 265px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .heading-15.slide2 {
    margin-top: 370px;
  }

  .section-4 {
    height: 65vh;
  }

  .topnavlink {
    margin-top: 0px;
    margin-right: 15px;
    padding-left: 13px;
    font-size: 12px;
  }

  .topnavlink.annoucements {
    color: #f50404;
    font-weight: 700;
  }

  .lowernav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }

  .section-5 {
    width: 100%;
    height: 50vh;
  }

  .section-5.homevideo {
    height: 80vh;
  }

  .heading-16 {
    font-size: 20px;
  }

  .slide-3.home {
    background-position: 40% 50%;
  }

  .button-2 {
    margin-top: -228px;
    padding-top: 5px;
  }

  .section-9 {
    width: 100%;
    height: 50vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .columns {
    margin-top: 17px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-5 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-6 {
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
  }

  .navlink {
    padding-right: 10px;
    font-size: 12px;
  }

  .navlink.about {
    padding-right: 10px;
    font-size: 12px;
  }

  .navlink.academics {
    height: auto;
    padding-right: 10px;
    font-size: 12px;
  }

  .navlink.admissions {
    padding-right: 10px;
    font-size: 12px;
  }

  .navlink.charity {
    padding-right: 10px;
  }

  .navlink.online {
    padding-right: 10px;
  }

  .grid-5 {
    width: 100%;
    height: 65%;
  }

  .link-block-7.paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-10.quickintro {
    height: 140vh;
  }

  .section-12.about {
    height: 220vh;
  }

  .section-12.about.sec {
    height: 170vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container-12.about {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .presmessage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vision {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-12 {
    height: 500px;
  }

  .section-13 {
    height: 60vh;
    padding-top: 10px;
  }

  .container-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .heading-29 {
    text-align: center;
  }

  .heading-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .paragraph-13 {
    font-size: 12px;
    text-align: justify;
  }

  .heading-34 {
    text-align: center;
  }

  .columns-5 {
    height: 15%;
  }

  .private-security {
    height: 130vh;
  }

  .columns-6 {
    height: 20%;
  }

  .columns-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nurse-training {
    height: 150vh;
  }

  .grid-8.description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-8.nurse-training {
    height: 20%;
  }

  .health-ed {
    height: 100%;
  }

  .health-ed-course.descript {
    display: block;
    height: 150vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-10 {
    height: 20%;
  }

  .grid-10.descript {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .it {
    height: 40vh;
  }

  .it-course {
    display: block;
    height: 145vh;
  }

  .row2.it {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .admissions-section {
    height: 260vh;
  }

  .container-22 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-page {
    width: auto;
    height: 200vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-us {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
  }

  .paragraph-19 {
    display: block;
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-9 {
    display: block;
    padding-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    text-align: center;
  }

  .link-9.w--current {
    padding-right: 10px;
  }

  .link-9.home {
    padding-left: 29px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .section-19.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .section-19.medtech {
    height: 110vh;
  }

  .section-19.lpn {
    height: 150vh;
  }

  .section-19.medassist {
    height: 120vh;
  }

  .section-19.comptia {
    height: 180vh;
  }

  .section-19.donate {
    height: 200vh;
  }

  .section-19.donate {
    height: 200vh;
  }

  .academics.hha {
    padding-left: 20px;
  }

  .academics.tianet {
    height: 100%;
  }

  .column-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
  }

  .grid-12 {
    width: 50%;
  }

  .heading-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .columns-9 {
    width: 100%;
  }

  .columns-11 {
    width: 100%;
    margin-top: 137px;
  }

  .leadmanage {
    height: 60vh;
    padding-top: 10px;
  }

  .leadmanagecourse {
    height: 150vh;
  }

  .leadmanage-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .leadman-grid.description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leadman-grid.nurse-training {
    height: 20%;
  }

  .leadman-info-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leadman-info-grid.description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leadman-info-grid.nurse-training {
    height: 20%;
  }

  .c11 {
    width: 100%;
  }

  .slide3-test {
    width: 100%;
    margin-top: 212px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .slide3-test.slide2 {
    margin-top: 152px;
  }

  .c11-copy {
    width: 100%;
  }

  .intro.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .intro.medtech {
    height: 110vh;
  }

  .intro.lpn {
    height: 150vh;
  }

  .intro.medassist {
    height: 120vh;
  }

  .intro.comptia {
    display: block;
    height: 195vh;
  }

  .intro.donate {
    height: 200vh;
  }

  .intro.donate {
    height: 200vh;
  }

  .section19-1.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .section19-1.medtech {
    height: 110vh;
  }

  .section19-1.lpn {
    height: 150vh;
  }

  .section19-1.medassist {
    height: 120vh;
  }

  .section19-1.comptia {
    height: 180vh;
  }

  .section19-1.donate {
    height: 200vh;
  }

  .section19-1.donate {
    height: 200vh;
  }

  .section-19-2.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .section-19-2.medtech {
    height: 110vh;
  }

  .section-19-2.lpn {
    height: 150vh;
  }

  .section-19-2.medassist {
    height: 120vh;
  }

  .section-19-2.comptia {
    height: 180vh;
  }

  .section-19-2.donate {
    height: 200vh;
  }

  .section-19-2.donate {
    height: 200vh;
  }

  .cisco-1.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .cisco-1.medtech {
    height: 110vh;
  }

  .cisco-1.lpn {
    height: 150vh;
  }

  .cisco-1.medassist {
    height: 120vh;
  }

  .cisco-1.comptia {
    height: 180vh;
  }

  .cisco-1.donate {
    height: 200vh;
  }

  .cisco-1.donate {
    height: 200vh;
  }

  .cisco-1.sec1 {
    height: 100vh;
  }

  .cisco-1-1.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .cisco-1-1.medtech {
    height: 110vh;
  }

  .cisco-1-1.lpn {
    height: 150vh;
  }

  .cisco-1-1.medassist {
    height: 120vh;
  }

  .cisco-1-1.comptia {
    height: 180vh;
  }

  .cisco-1-1.donate {
    height: 200vh;
  }

  .cisco-1-1.donate {
    height: 200vh;
  }

  .cisco-1-1.sec1 {
    height: 120vh;
  }

  .academics-1-1.hha {
    padding-left: 20px;
  }

  .academics-1-1.tianet {
    height: 100%;
  }

  .cisco-1-2.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .cisco-1-2.medtech {
    height: 110vh;
  }

  .cisco-1-2.lpn {
    height: 150vh;
  }

  .cisco-1-2.medassist {
    height: 120vh;
  }

  .cisco-1-2.comptia {
    height: 180vh;
  }

  .cisco-1-2.donate {
    height: 200vh;
  }

  .cisco-1-2.donate {
    height: 200vh;
  }

  .cisco-1-2.sec1 {
    height: 120vh;
  }

  .cisco-1-3.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .cisco-1-3.medtech {
    height: 110vh;
  }

  .cisco-1-3.lpn {
    height: 150vh;
  }

  .cisco-1-3.medassist {
    height: 120vh;
  }

  .cisco-1-3.comptia {
    height: 180vh;
  }

  .cisco-1-3.donate {
    height: 200vh;
  }

  .cisco-1-3.donate {
    height: 200vh;
  }

  .cisco-1-3.sec1 {
    height: 120vh;
  }

  .cisco-1-4.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .cisco-1-4.medtech {
    height: 110vh;
  }

  .cisco-1-4.lpn {
    height: 150vh;
  }

  .cisco-1-4.medassist {
    height: 120vh;
  }

  .cisco-1-4.comptia {
    height: 180vh;
  }

  .cisco-1-4.donate {
    height: 200vh;
  }

  .cisco-1-4.donate {
    height: 200vh;
  }

  .cisco-1-4.sec1 {
    height: 120vh;
  }

  .cisco-1-5.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .cisco-1-5.medtech {
    height: 110vh;
  }

  .cisco-1-5.lpn {
    height: 150vh;
  }

  .cisco-1-5.medassist {
    height: 120vh;
  }

  .cisco-1-5.comptia {
    height: 180vh;
  }

  .cisco-1-5.donate {
    height: 200vh;
  }

  .cisco-1-5.donate {
    height: 200vh;
  }

  .cisco-1-5.sec1 {
    height: 120vh;
  }

  .ms.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .ms.medtech {
    height: 110vh;
  }

  .ms.lpn {
    height: 150vh;
  }

  .ms.medassist {
    height: 120vh;
  }

  .ms.comptia {
    height: 180vh;
  }

  .ms.donate {
    height: 200vh;
  }

  .ms.donate {
    height: 200vh;
  }

  .ms.sec1 {
    height: 150vh;
  }

  .ms-1.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .ms-1.medtech {
    height: 110vh;
  }

  .ms-1.lpn {
    height: 150vh;
  }

  .ms-1.medassist {
    height: 120vh;
  }

  .ms-1.comptia {
    height: 180vh;
  }

  .ms-1.donate {
    height: 200vh;
  }

  .ms-1.donate {
    height: 200vh;
  }

  .ms-2.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .ms-2.medtech {
    height: 110vh;
  }

  .ms-2.lpn {
    height: 150vh;
  }

  .ms-2.medassist {
    height: 120vh;
  }

  .ms-2.comptia {
    height: 180vh;
  }

  .ms-2.donate {
    height: 200vh;
  }

  .ms-2.donate {
    height: 200vh;
  }

  .ms-cont1.hha {
    padding-left: 20px;
  }

  .ms-cont1.tianet {
    height: 100%;
  }

  .bcs.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .bcs.medtech {
    height: 110vh;
  }

  .bcs.lpn {
    height: 150vh;
  }

  .bcs.medassist {
    height: 120vh;
  }

  .bcs.comptia {
    height: 180vh;
  }

  .bcs.donate {
    height: 200vh;
  }

  .bcs.donate {
    height: 200vh;
  }

  .bcs.sec1 {
    height: 100vh;
  }

  .bcs1 {
    height: 375vh;
  }

  .bcs1.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .bcs1.medtech {
    height: 110vh;
  }

  .bcs1.lpn {
    height: 150vh;
  }

  .bcs1.medassist {
    height: 120vh;
  }

  .bcs1.comptia {
    height: 180vh;
  }

  .bcs1.donate {
    height: 200vh;
  }

  .bcs1.donate {
    height: 200vh;
  }

  .bsc-cont.hha {
    padding-left: 20px;
  }

  .bsc-cont.tianet {
    height: 100%;
  }

  .bcs2.hha {
    padding-left: 20px;
  }

  .bcs2.tianet {
    height: 100%;
  }

  .ms-2-copy.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .ms-2-copy.medtech {
    height: 110vh;
  }

  .ms-2-copy.lpn {
    height: 150vh;
  }

  .ms-2-copy.medassist {
    height: 120vh;
  }

  .ms-2-copy.comptia {
    height: 180vh;
  }

  .ms-2-copy.donate {
    height: 200vh;
  }

  .ms-2-copy.donate {
    height: 200vh;
  }

  .icm.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .icm.medtech {
    height: 110vh;
  }

  .icm.lpn {
    height: 150vh;
  }

  .icm.medassist {
    height: 120vh;
  }

  .icm.comptia {
    height: 180vh;
  }

  .icm.donate {
    height: 200vh;
  }

  .icm.donate {
    height: 200vh;
  }

  .icm.sec1 {
    height: 100vh;
  }

  .icm-cont.hha {
    padding-left: 20px;
  }

  .icm-cont.tianet {
    height: 100%;
  }

  .icm1 {
    height: 375vh;
  }

  .icm1.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .icm1.medtech {
    height: 110vh;
  }

  .icm1.lpn {
    height: 150vh;
  }

  .icm1.medassist {
    height: 120vh;
  }

  .icm1.comptia {
    height: 180vh;
  }

  .icm1.donate {
    height: 200vh;
  }

  .icm1.donate {
    height: 200vh;
  }

  .icm1-1.hha {
    padding-left: 20px;
  }

  .icm1-1.tianet {
    height: 100%;
  }

  .abe.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .abe.medtech {
    height: 110vh;
  }

  .abe.lpn {
    height: 150vh;
  }

  .abe.medassist {
    height: 120vh;
  }

  .abe.comptia {
    height: 180vh;
  }

  .abe.donate {
    height: 200vh;
  }

  .abe.donate {
    height: 200vh;
  }

  .abe.sec1 {
    height: 130vh;
  }

  .abe-cont.hha {
    padding-left: 20px;
  }

  .abe-cont.tianet {
    height: 100%;
  }

  .abe-1 {
    height: 350vh;
  }

  .abe-1.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .abe-1.medtech {
    height: 110vh;
  }

  .abe-1.lpn {
    height: 150vh;
  }

  .abe-1.medassist {
    height: 120vh;
  }

  .abe-1.comptia {
    height: 180vh;
  }

  .abe-1.donate {
    height: 200vh;
  }

  .abe-1.donate {
    height: 200vh;
  }

  .abe1-1.hha {
    padding-left: 20px;
  }

  .abe1-1.tianet {
    height: 100%;
  }

  .icsa.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .icsa.medtech {
    height: 110vh;
  }

  .icsa.lpn {
    height: 150vh;
  }

  .icsa.medassist {
    height: 120vh;
  }

  .icsa.comptia {
    height: 180vh;
  }

  .icsa.donate {
    height: 200vh;
  }

  .icsa.donate {
    height: 200vh;
  }

  .icsa.sec1 {
    height: 130vh;
  }

  .icsa-cont.hha {
    padding-left: 20px;
  }

  .icsa-cont.tianet {
    height: 100%;
  }

  .icsa1 {
    height: 350vh;
  }

  .icsa1.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .icsa1.medtech {
    height: 110vh;
  }

  .icsa1.lpn {
    height: 150vh;
  }

  .icsa1.medassist {
    height: 120vh;
  }

  .icsa1.comptia {
    height: 180vh;
  }

  .icsa1.donate {
    height: 200vh;
  }

  .icsa1.donate {
    height: 200vh;
  }

  .icsa-1-1.hha {
    padding-left: 20px;
  }

  .icsa-1-1.tianet {
    height: 100%;
  }

  .facultystaff {
    height: 200vh;
  }

  .careerservices {
    height: 200vh;
  }

  .studentsupportgrid {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .adminsection {
    height: 120vh;
  }

  .adminsection-copy {
    height: 120vh;
  }

  .director {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .calendar {
    height: 80vh;
  }

  .grid-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fac1 {
    background-size: contain;
  }

  .fac2 {
    background-size: contain;
  }

  .fac3 {
    background-size: contain;
  }

  .fac4 {
    background-size: contain;
  }

  .fac5 {
    background-size: contain;
  }

  .fac6 {
    background-size: contain;
  }

  .fac7 {
    background-size: contain;
  }

  .fac8 {
    background-position: 50% 50%;
    background-size: contain;
  }

  .fac16 {
    background-size: contain;
  }

  .healthcont.descript {
    display: block;
    height: 150vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .healthpiccont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gridcont1 {
    display: -ms-grid;
    display: grid;
    height: 20%;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .gridcont1.descript {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .gridcont2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gridcont2.descript {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .dental.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .dental.medtech {
    height: 110vh;
  }

  .dental.lpn {
    height: 150vh;
  }

  .dental.medassist {
    height: 120vh;
  }

  .dental.comptia {
    height: 180vh;
  }

  .dental.donate {
    height: 200vh;
  }

  .dental.donate {
    height: 200vh;
  }

  .dentalcont0.hha {
    padding-left: 20px;
  }

  .dentalcont0.tianet {
    height: 100%;
  }

  .physicalt {
    height: 180vh;
  }

  .physicalt.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .physicalt.medtech {
    height: 110vh;
  }

  .physicalt.lpn {
    height: 150vh;
  }

  .physicalt.medassist {
    height: 120vh;
  }

  .physicalt.comptia {
    height: 180vh;
  }

  .physicalt.donate {
    height: 200vh;
  }

  .physicalt.donate {
    height: 200vh;
  }

  .physicaltcont.hha {
    padding-left: 20px;
  }

  .physicaltcont.tianet {
    height: 100%;
  }

  .pharmacytech {
    height: 325vh;
  }

  .pharmacytech.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .pharmacytech.medtech {
    height: 110vh;
  }

  .pharmacytech.lpn {
    height: 150vh;
  }

  .pharmacytech.medassist {
    height: 120vh;
  }

  .pharmacytech.comptia {
    height: 180vh;
  }

  .pharmacytech.donate {
    height: 200vh;
  }

  .pharmacytech.donate {
    height: 200vh;
  }

  .pharmacytechcont.hha {
    padding-left: 20px;
  }

  .pharmacytechcont.tianet {
    height: 100%;
  }

  .billingcoding {
    height: 140vh;
  }

  .billingcoding.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .billingcoding.medtech {
    height: 110vh;
  }

  .billingcoding.lpn {
    height: 150vh;
  }

  .billingcoding.medassist {
    height: 120vh;
  }

  .billingcoding.comptia {
    height: 180vh;
  }

  .billingcoding.donate {
    height: 200vh;
  }

  .billingcoding.donate {
    height: 200vh;
  }

  .billingcodcont.hha {
    padding-left: 20px;
  }

  .billingcodcont.tianet {
    height: 100%;
  }

  .cnasec.cna {
    height: 300vh;
    padding-left: 20px;
  }

  .cnasec.medtech {
    height: 110vh;
  }

  .cnasec.lpn {
    height: 150vh;
  }

  .cnasec.medassist {
    height: 120vh;
  }

  .cnasec.comptia {
    height: 180vh;
  }

  .cnasec.donate {
    height: 200vh;
  }

  .cnasec.donate {
    height: 200vh;
  }

  .medtechsec.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .medtechsec.medtech {
    height: 130vh;
  }

  .medtechsec.lpn {
    height: 150vh;
  }

  .medtechsec.medassist {
    height: 120vh;
  }

  .medtechsec.comptia {
    height: 180vh;
  }

  .medtechsec.donate {
    height: 200vh;
  }

  .medtechsec.donate {
    height: 200vh;
  }

  .medasstsec.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .medasstsec.medtech {
    height: 110vh;
  }

  .medasstsec.lpn {
    height: 150vh;
  }

  .medasstsec.medassist {
    height: 150vh;
  }

  .medasstsec.comptia {
    height: 180vh;
  }

  .medasstsec.donate {
    height: 200vh;
  }

  .medasstsec.donate {
    height: 200vh;
  }

  .cmaa.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .cmaa.medtech {
    height: 110vh;
  }

  .cmaa.lpn {
    height: 150vh;
  }

  .cmaa.medassist {
    height: 120vh;
  }

  .cmaa.comptia {
    height: 180vh;
  }

  .cmaa.donate {
    height: 200vh;
  }

  .cmaa.donate {
    height: 200vh;
  }

  .phlebotsec {
    height: 180vh;
  }

  .phlebotsec.cna {
    height: 200vh;
    padding-left: 20px;
  }

  .phlebotsec.medtech {
    height: 110vh;
  }

  .phlebotsec.lpn {
    height: 150vh;
  }

  .phlebotsec.medassist {
    height: 120vh;
  }

  .phlebotsec.comptia {
    height: 180vh;
  }

  .phlebotsec.donate {
    height: 200vh;
  }

  .phlebotsec.donate {
    height: 200vh;
  }

  .phlebotcont.hha {
    padding-left: 20px;
  }

  .phlebotcont.tianet {
    height: 100%;
  }

  .fac17 {
    background-size: contain;
  }

  .fac18 {
    background-size: contain;
  }
}

#w-node-cbef80ba-b2de-2c31-9af4-aa4720347bd2-cb70339e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_51999c81-5497-812e-cc4f-c65d0bbf1efc-cb70339e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3d1edf3b-8857-4ae5-a282-fb37322dfe14-cb70339e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c5329e80-f6a7-eb23-18c4-4b964bdd3d25-cb70339e {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f38a02d0-3221-ceca-6365-c8b4897c4c74-557033a2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b7213457-be4c-fe14-0fd6-96ca20b283af-557033a2 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_18ce5b3a-16d3-e717-4651-32aff5c442ae-557033a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_18ce5b3a-16d3-e717-4651-32aff5c442af-557033a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_18ce5b3a-16d3-e717-4651-32aff5c442b0-557033a2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-link-block-bf9a5609 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-link-block-2-bf9a5609 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-link-block-3-bf9a5609 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-link-block-5-bf9a5609 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0cdadc69-290e-4805-8e0e-8c9530a783dc-783414e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0cdadc69-290e-4805-8e0e-8c9530a783e0-783414e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_0cdadc69-290e-4805-8e0e-8c9530a783e4-783414e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-a721c215-d8f6-9979-defb-9211b88279c1-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-acb4d487-9873-0d96-5acf-9667796b4a47-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b4ca7b00-92e5-7fc2-55c4-775e62798c67-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c456bbed-8256-b032-f3ea-f3807fd15029-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_12717555-56de-2374-c320-54f819e62a04-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_66962a86-bdc7-5037-9a18-6cade0975995-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_45b6d495-46a7-0a9d-9bb8-31817fb50290-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7db9dd92-f6ab-88cb-e2e8-2063de6a8698-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_74cc6f80-3238-7865-d2c4-c00f10920f7d-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_49a63cee-693e-b98b-643a-933aef633d67-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_57eec4a8-d3a6-c14f-1b2f-bfffb0cfeaee-aed2c9e2 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: center;
  justify-self: center;
}

