/*$grid-width: 114rem;
$gutter-vertical: 8rem;
$gutter-vertical-small: 6rem;
$gutter-horizontal: 6rem;*/
* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box; }

/* FONT - Generated by Font Squirrel (http://www.fontsquirrel.com) America/New_York */
@font-face {
  font-family: 'open_sansregular';
  src: url("../Fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanslight';
  src: url("../Fonts/OpenSans-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url("../Fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sanssemi';
  src: url("../Fonts/OpenSans-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansxtra';
  src: url("../Fonts/OpenSans-ExtraBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sans_condensedbold';
  src: url("../Fonts/OpenSans-CondBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*google font*/
html {
  background-color: #274570; }

html, body {
  padding: 0;
  margin: 0;
  color: #0f0f0f;
  font-family: "open_sansregular", Arial, sans-serif; }

/* CONTENT LINKS */
a {
  color: #274570;
  font-size: 1.6rem;
  font-family: "open_sansbold", Arial, sans-serif;
  line-height: 160%;
  text-decoration: none;
  font-weight: normal;
  transition: .2s; }

a:link {
  color: #274570;
  text-decoration: none; }

a:visited {
  color: #274570;
  text-decoration: none; }

a:active {
  color: #274570;
  text-decoration: none; }

a:hover {
  color: #4b6496;
  text-decoration: none; }

a.white {
  color: #FFFFFF;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-decoration: underline;
  font-weight: normal;
  transition: .2s; }

a.white:link {
  color: #FFFFFF;
  text-decoration: underline; }

a.white:visited {
  color: #FFFFFF;
  text-decoration: underline; }

a.white:active {
  color: #FFFFFF;
  text-decoration: underline; }

a.white:hover {
  color: #e484cd;
  text-decoration: underline; }

/*MAIN STRUCTURAL DIVS*/
#topBar {
  padding: 1rem 0rem;
  background: #f6f6f6;
  background: linear-gradient(180deg, #f6f6f6 0%, #c8c8c8 100%); }

p.sm {
  text-align: right;
  margin: 0rem 1rem;
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 1.1rem;
  color: #242424; }

p.sm img {
  vertical-align: middle; }

#headerBar {
  position: relative;
  padding: 2rem 0rem 6rem 0rem;
  background: #FFFFFF; }

#logoDiv {
  position: absolute;
  top: 0rem;
  margin-top: -4rem;
  margin-left: 5px;
  z-index: 1000; }

#logoDiv img {
  width: auto; }

#logoDiv p {
  float: right;
  margin-top: 1rem;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  font-size: 1.5rem; }

.innerWrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto; }

.innerPadding {
  padding: 3rem 1rem 3.5rem 1rem; }

.innerPadding2 {
  padding: 5rem 1.5rem 5.5rem 1.5rem; }

.innerPadding3 {
  padding: 6rem 1.5rem 8.5rem 1.5rem; }

.sectionWhite {
  width: 100%;
  background-color: #FFFFFF; }

.sectionGrey {
  width: 100%;
  background-color: #ebebeb; }

.sectionGreyDark {
  width: 100%;
  background-color: #d6d6d6; }

.sectionBlue {
  width: 100%;
  background-color: #274570; }

.innerPaddingBlue {
  padding: 2rem 1rem; }

.innerPaddingBlue h3 {
  margin: 0rem; }

.colWrapper {
  width: 100%;
  overflow: hidden; }

.colLeft {
  float: left;
  width: 48%; }

.colRight {
  float: right;
  width: 48%; }

.col3Wrapper {
  width: 100%;
  overflow: hidden; }

.col3 {
  float: left;
  width: 32%;
  margin-right: 1%; }

.col3:last-child {
  margin-right: 0%; }

/* NAVIGATION */
#menuWrapper {
  width: 100%;
  padding-top: 0rem;
  z-index: 110;
  border-style: solid red 4px; }

#menuIcon {
  display: none;
  position: absolute;
  top: 4rem;
  right: 1rem;
  height: 5rem;
  width: 5rem;
  cursor: pointer;
  z-index: 101; }

#navDiv {
  position: relative;
  padding: .5rem;
  margin-top: 0rem;
  margin-right: 1rem;
  float: right; }

/* CONTENT LINKS main nav links float: left; */
a.nav {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px 5px 12px;
  color: #242424;
  font-size: 1.8rem;
  font-family: "open_sansregular", Arial, sans-serif;
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%; }

a.nav:link {
  text-decoration: none; }

a.nav:visited {
  text-decoration: none; }

a.nav:active {
  text-decoration: none; }

a.nav:hover {
  color: #e484cd;
  text-decoration: none;
  transform: scale(1.05, 1.05); }

a.navLive {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px 5px 12px;
  color: #e484cd;
  font-size: 1.8rem;
  font-family: "open_sansbold", Arial, sans-serif;
  text-decoration: none;
  transition: 0.3s;
  line-height: 120%; }

a.navLive:link {
  text-decoration: none; }

a.navLive:visited {
  text-decoration: none; }

a.navLive:active {
  text-decoration: none; }

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

div.main {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px 5px 12px;
  color: #242424;
  font-size: 1.8rem;
  font-family: "open_sansregular", Arial, sans-serif;
  text-decoration: none;
  line-height: 120%;
  cursor: pointer;
  cursor: hand; }

.mainLive {
  position: relative;
  display: block;
  float: left;
  padding: 5px 12px 5px 12px;
  color: #e484cd;
  font-size: 1.8rem;
  font-family: "open_sansbold", Arial, sans-serif;
  text-decoration: none;
  line-height: 120%;
  cursor: pointer;
  cursor: hand; }

/* CONTENT LINKS sub links  */
a.sub {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 120%;
  padding: 14px 10px;
  border-style: dotted;
  border-color: #e484cd;
  border-width: 0px 0px 1px 0px;
  text-decoration: none;
  transition: 0.2s; }

a.sub:link {
  text-decoration: none; }

a.sub:visited {
  text-decoration: none; }

a.sub:active {
  text-decoration: none; }

a.sub:hover {
  color: #e484cd;
  font-size: 1.7rem;
  text-decoration: none;
  background-color: #fff; }

.dropDownApply {
  position: absolute;
  display: none;
  top: 3rem;
  margin: 0px 0px 0px -10px;
  width: inherit;
  background-color: #242424;
  z-index: 1010; }

/* CONTENT LINKS sub links  */
#navClose {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ebebeb;
  cursor: pointer;
  cursor: hand;
  transition: background-color .4s; }

#navClose p {
  margin-top: 50%;
  transform: translateY(-50%);
  color: #666666;
  font-size: 20px;
  text-align: center;
  line-height: 1; }

#navClose:hover {
  background-color: #e484cd; }

/*SLIDE*/
#slideWrapper {
  position: relative; }

/*home page slide - check all-slides in style.css as well*/
#slide {
  position: relative;
  width: 100%;
  height: 65rem;
  background-color: white; }

#mainPicWrapper {
  position: relative;
  height: 40rem; }

#mainPic {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover; }

/* box-shadow: 0px 10px 26px -8px rgba(0,0,0,0.75);*/
.mp-nursing {
  background-image: url("../images/pic_NursingInstitute.jpg"); }

.mp-apply {
  background-image: url("../images/pic_Applications.jpg"); }

.mp-namibia {
  background-image: url("../images/pic_studyNamibia.jpg"); }

.mp-graduates {
  background-image: url("../images/pic_Graduates.jpg"); }

.mp-students {
  background-image: url("../images/pic_Students.jpg"); }

.slideTxt {
  position: absolute;
  width: 33%;
  padding: 4rem;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100; }

.slideTxt-title {
  color: #FFFFFF;
  font-family: "open_sansxtra", Arial, sans-serif;
  font-size: 5.8rem;
  text-align: left;
  line-height: 130%; }

.slideTxt-desc {
  color: #e484cd;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 3.2rem;
  text-align: left;
  line-height: 120%; }

.slideTxt-acc {
  margin-top: 4rem;
  text-align: left;
  color: #FFFFFF;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 120%; }

/*GENERAL*/
h1 {
  margin: 0rem 0rem 3rem 0rem;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  font-size: 4.2rem;
  text-transform: uppercase;
  line-height: 120%;
  color: #242424;
  font-weight: normal; }

/* text-shadow: 1px 1px 2px rgba(0,0,0,0.15);*/
h1.white {
  color: #FFFFFF; }

h1.alt {
  margin: 8rem 0rem 3rem 0rem;
  padding: 10px 8px;
  background-color: #4b6496;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); }

h1.alt:first-child {
  margin-top: 0px; }

h2 {
  margin: 5rem 0rem 2rem 0rem;
  font-size: 3rem;
  color: #fff;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  font-weight: normal;
  line-height: 120%; }

h2.blue {
  color: #274570; }

h2.top {
  margin-top: 0rem; }

h3 {
  margin: 3rem 0rem 1.5rem 0rem;
  font-size: 2.4rem;
  color: #242424;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  font-weight: normal;
  line-height: 120%; }

h3.white {
  color: #FFFFFF; }

h4 {
  margin: 2rem 0rem 0rem 0rem;
  font-size: 1.8rem;
  color: #696969;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  font-weight: normal;
  line-height: 120%; }

p {
  padding: 0;
  margin: 0rem 0rem 15px 0rem;
  font-size: 1.6rem;
  color: #0f0f0f;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-align: justify; }

p.center {
  text-align: center; }

p.caption {
  margin-bottom: 2.5rem;
  font-size: 1.4rem;
  font-style: italic; }

ul.page li.page {
  margin-left: 1rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  color: #0f0f0f;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 160%; }

hr {
  margin: 3rem 0rem;
  color: #242424;
  background-color: #242424; }

div.hr {
  margin: 3rem 0rem;
  height: 1px;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
  border-color: #d6d6d6; }

div.centerDiv {
  text-align: center; }

div.centerDiv p {
  text-align: center; }

div.centerDiv h2 {
  text-align: center; }

div.centerDiv h3 {
  text-align: center; }

.center {
  text-align: center; }

.rel {
  position: relative; }

.bold {
  font-family: "open_sansbold", Arial, sans-serif; }

.hidden {
  display: none; }

.center {
  text-align: center; }

.centerDiv {
  margin: 0px auto; }

div.vhcentre {
  margin-left: 50%;
  margin-top: 50%;
  transform: translate(-50%, -50%); }

div.break {
  clear: both;
  height: .1rem; }

div.ellipse {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

div.divider {
  padding-top: 1rem;
  margin-bottom: 1rem;
  height: 1px;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
  border-color: #696969; }

div.narrowCentre {
  width: 65%;
  margin: 0rem auto;
  text-align: center; }

div.narrowCentre p {
  text-align: center; }

div.narrow {
  width: 65%;
  margin: 0rem auto; }

a img {
  outline: none;
  border-style: none; }

img.content {
  width: 100%; }

.icon {
  cursor: pointer;
  cursor: hand;
  transition: opacity .4s; }

.icon:hover {
  opacity: 0.6; }

.text-nowrap {
  white-space: nowrap; }

.white {
  color: #fff; }

div.white p {
  color: #fff; }

div.white label.title {
  color: #fff; }

.small {
  font-size: 1rem;
  line-height: 50%; }

ul {
  padding: 0;
  margin: 0rem 0rem 15px 2rem;
  font-size: 1.6rem;
  color: #242424;
  font-family: "open_sansregular", Arial, sans-serif;
  line-height: 160%;
  text-align: justify; }

.hide {
  display: none; }

.showInline {
  display: inline-block; }

.show {
  display: block; }

.pad10 {
  padding: 1rem; }

.padBottom60 {
  padding-bottom: 6rem; }

.padBottom80 {
  padding-bottom: 8rem; }

div.txtColumn {
  column-count: 2;
  column-gap: 5rem; }

div.buttonWrapper {
  margin: 3rem 0rem;
  padding-top: 3rem;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
  border-color: #d6d6d6;
  text-align: center; }

div.buttonWrapper2 {
  padding: 6rem 1rem;
  border-width: 1px 0px 0px 0px;
  border-color: #d6d6d6;
  text-align: center; }

/* IMAGES */
/* THREE PIC FLEX */
.threePicFlex {
  width: 100%;
  display: flex;
  margin: 1.5rem auto 1rem auto;
  justify-content: center;
  align-items: top;
  flex-direction: row; }

.threePicFlex-bloc {
  position: relative;
  flex-basis: 30%;
  flex-grow: 1;
  margin: 0px 10px;
  background-color: #313131;
  height: 35rem;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.threePicFlex-blocAlt {
  position: relative;
  flex-basis: 30%;
  flex-grow: 1;
  margin: 0px 10px; }

.threePicFlex-blocAlt img {
  width: 100%; }

/* LINK BLOCS - HOME */
.linkBlocWrapper {
  width: 99%;
  margin: 0rem auto;
  padding: 1rem 0rem;
  overflow: hidden; }

.linkBloc {
  float: left;
  width: 32.6%;
  height: 40rem;
  margin-right: 1%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
  cursor: pointer; }

.linkBloc:last-child {
  margin-right: 0%; }

.linkBloc:hover {
  transform: scale(1.03, 1.03); }

.linkBloc-Courses {
  background-image: url("../images/link_Courses.jpg"); }

.linkBloc-Apply {
  background-image: url("../images/link_Apply.jpg"); }

.linkBloc-Foreign {
  background-image: url("../images/link_Foreign.jpg"); }

.linkBloc-Info {
  float: right;
  width: 40%;
  padding: 1rem;
  background-color: #4b6496; }

.linkBloc-Info p.linkTitle {
  margin: 0px;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  color: #FFFFFF;
  font-size: 2rem; }

.linkBloc-Info p {
  margin: 0px;
  color: #FFFFFF;
  font-size: 1.4rem;
  text-align: left; }

.linkBloc-Info a {
  margin: 0px;
  color: #FFFFFF;
  font-size: 1.4rem; }

/* COURSES - slickSlider, Home */
.sectionStudy {
  position: relative;
  width: 100%;
  height: 62rem;
  background-image: url("../images/bg_Study.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover; }

#offerSlide {
  width: 95%;
  margin: 8rem auto; }

.slider {
  width: 37rem;
  height: 29rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  text-align: center; }

/* border: solid 1px red; */
.slider-padding {
  padding: 1.5rem 3rem; }

.slider-head {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-family: "open_sansbold", Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 120%;
  color: #274570;
  font-style: italic;
  text-align: left; }

.slider-head span {
  font-size: 1rem;
  font-style: normal;
  text-transform: uppercase;
  color: #0f0f0f; }

.slider-txt {
  font-family: "open_sansregular", Arial, sans-serif;
  text-align: left; }

/* LATEST NOTICES - home */
.noticeBloc {
  margin: 4rem 0rem;
  background-color: #FFFFFF;
  height: 30rem;
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  overflow: hidden; }

.noticeBloc-img {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 30%;
  cursor: pointer; }

.noticeBloc-img--magnify {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 300;
  transition: 0.3s; }

.noticeBloc-img--magnify:hover {
  transform: scale(1.08, 1.08);
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 300; }

.noticeBloc-text {
  float: right;
  width: 68%;
  padding: 3rem; }

.noticeBloc-text p {
  text-align: left; }

.noticeBloc-text--date {
  font-size: 1.4rem;
  color: #274570; }

.noticeBloc-text--title {
  margin: 0rem 0rem 1rem 0rem;
  padding-bottom: 1rem;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  font-size: 2.4rem;
  border-style: dotted;
  border-width: 0px 0px 1px 0px; }

.noticeBloc-text--desc {
  text-overflow: ellipsis;
  /* white-space:nowrap; */
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

/* LATEST NOTICES - page */
.pNoticeBloc {
  margin: 4rem 0rem;
  background-color: #274570;
  height: 30rem;
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  overflow: hidden; }

.pNoticeBloc-img {
  position: relative;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 30%;
  cursor: pointer; }

.pNoticeBloc-img--magnify {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 300;
  transition: 0.3s; }

.pNoticeBloc-img--magnify:hover {
  transform: scale(1.08, 1.08);
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 300; }

.pNoticeBloc-text {
  float: right;
  width: 68%;
  padding: 3rem; }

.pNoticeBloc-text p {
  text-align: left;
  color: white; }

.pNoticeBloc-text--date {
  font-size: 1.4rem; }

.pNoticeBloc-text--title {
  margin: 0rem 0rem 1rem 0rem;
  padding-bottom: 1rem;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  font-size: 2.4rem;
  border-style: dotted;
  border-width: 0px 0px 1px 0px; }

.pNoticeBloc-text--desc {
  text-overflow: ellipsis;
  /* white-space:nowrap; */
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

/* CHOOSE US - home */
p.choose-intro {
  margin: 4rem 0rem; }

p.choose {
  padding-left: 8rem;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-position: top left; }

.choose-employ {
  background-image: url("../images/choose_briefcase.png"); }

.choose-online {
  background-image: url("../images/choose_online.png"); }

.choose-payment {
  background-image: url("../images/choose_payment.png"); }

.choose-nurse {
  background-image: url("../images/choose_nurse.png"); }

span.red {
  color: #b10000;
  font-style: italic; }

/* VIDEO */
.videoWrapper {
  width: 80%;
  margin: 0rem auto; }

.video-container {
  position: relative;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0; }

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.panel {
  display: none;
  background-color: #FFFFFF;
  margin-bottom: 1rem; }

/*PANEL DROP */
.panelInner {
  padding: 2rem; }

.panelHead {
  position: relative;
  padding: 1.6rem 5rem 1.7rem 10rem;
  margin-top: 1rem;
  background-color: #d6d6d6;
  min-height: 6rem;
  font-family: "open_sansbold", Arial, sans-serif;
  font-style: italic;
  color: #274570;
  text-align: left;
  font-size: 1.7rem;
  border-radius: 1px;
  background-repeat: no-repeat;
  background-position: 1rem 0rem;
  cursor: pointer;
  transition: .3s; }

.ribbon-yellow {
  background-image: url("../images/ribbon_Yellow.png"); }

.ribbon-blue {
  background-image: url("../images/ribbon_Blue.png"); }

.ribbon-pink {
  background-image: url("../images/ribbon_Pink.png"); }

.ribbon-grey {
  background-image: url("../images/ribbon_Grey.png"); }

.panelHead:hover {
  background-color: #ebebeb; }

.panelArrow {
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 3rem;
  width: 1.4rem;
  height: 1.4rem;
  background-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: #274570;
  transform: rotate(135deg);
  transition: .3s; }

/* FACULTIES */
.facultyLink {
  background-color: #d6d6d6;
  padding: 2rem 2rem 2rem 7.5rem;
  margin-bottom: 1rem;
  background-image: url("../images/icon_Faculty.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer; }

.facultyLink:hover {
  background-color: #ebebeb; }

a.faculty {
  color: #242424;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  font-size: 2rem;
  line-height: 160%;
  text-decoration: none;
  font-weight: normal;
  transition: .2s; }

a.faculty:link {
  color: #242424;
  text-decoration: none; }

a.faculty:visited {
  color: #242424;
  text-decoration: none; }

a.faculty:active {
  color: #242424;
  text-decoration: none; }

a.faculty:hover {
  color: #696969;
  text-decoration: none; }

/* COURSES */
.sectionHealth {
  width: 100%;
  background-color: #274570;
  background-image: url("../images/bg_NursingInstitute.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed; }

div.lang {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ebebeb;
  padding: 1rem;
  border-radius: 5px;
  text-align: center; }

div.lang h3 {
  margin-top: 0px; }

div.lang a {
  display: inline-block;
  margin: 1px; }

.courseBloc {
  position: relative;
  padding-bottom: 1rem;
  overflow: hidden;
  height: auto; }

.courseBloc-button {
  position: absolute;
  bottom: 0;
  right: 0; }

.courseBloc-button a {
  margin: 0px;
  box-shadow: none; }

.courseBloc-text {
  padding: 3rem; }

.tbl_Course {
  width: 90%;
  border-style: solid;
  border-width: 1px 1px 0px 0px;
  border-color: #CCCCCC;
  background-color: #EEEEEE; }

.tbl_Course tr {
  padding-top: 2rem; }

.tbl_Course td {
  vertical-align: top;
  padding: 1rem;
  font-size: 1.4rem;
  border-style: solid;
  border-width: 0px 0px 1px 1px;
  border-color: #CCCCCC; }

.tbl_Course td p {
  font-size: 1.4rem; }

.tbl_Course td.head {
  font-family: "open_sansbold", Arial, sans-serif;
  color: #1d3553;
  background-color: #d6d6d6; }

/* FOREIGN STUDENTS */
/* CHOOSE US - home */
p.volunteer {
  padding-left: 8rem;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-position: top left; }

.volunteer-help {
  background-image: url("../images/volunteer_help.png"); }

.volunteer-candidate {
  background-image: url("../images/volunteer_candidate.png"); }

.volunteer-trend {
  background-image: url("../images/volunteer_trend.png"); }

.volunteer-career {
  background-image: url("../images/volunteer_career.png"); }

/* APPLICATIONS */
.blueDiv {
  padding: 5rem;
  background-color: #4b6496;
  color: #FFFFFF; }

.blueDiv p, li {
  color: #FFFFFF; }

.blueDiv ul li {
  color: #FFFFFF; }

.blueDiv span {
  font-family: "open_sansbold", Arial, sans-serif; }

div.buttonWrapperApply {
  margin: 3rem 0rem 0rem 0rem;
  padding-top: 3rem;
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
  border-color: #d6d6d6;
  text-align: right; }

div.buttonWrapperApply p {
  text-align: right;
  color: #333333; }

#formPhase1 {
  display: block; }

#formPhase2 {
  display: none; }

#formPhase3 {
  display: none; }

div.breadcrumb {
  padding: 2rem 1rem; }

div.breadcrumb p {
  margin: 0rem;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #d6d6d6;
  text-align: left; }

div.breadcrumb p span {
  color: #274570; }

div.breadcrumb2 {
  padding: 2rem 0rem; }

div.breadcrumb2 p {
  margin: 0rem;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  color: #d6d6d6; }

div.breadcrumb2 p span {
  color: #274570; }

div.breadcrumb2 a {
  font-size: 1.4rem; }

a.breadcrumb {
  margin: 0rem;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.8rem;
  color: #1d3553;
  text-decoration: none;
  font-weight: normal;
  transition: .2s; }

a.breadcrumb:link {
  color: #1d3553;
  text-decoration: none; }

a.breadcrumb:visited {
  color: #1d3553;
  text-decoration: none; }

a.breadcrumb:active {
  color: #1d3553;
  text-decoration: none; }

a.breadcrumb:hover {
  color: #e484cd;
  text-decoration: none; }

option.bg_blue {
  background-color: #8ca0ca; }

option.bg_pink {
  background-color: #e4add7; }

option.bg_yellow {
  background-color: #ebd9a7; }

.tbl_Uploads tr {
  padding-top: 2rem; }

.tbl_Uploads td {
  vertical-align: top;
  padding: 1rem;
  font-size: 1.6rem; }

.tbl_Uploads td.head {
  font-family: "open_sansbold", Arial, sans-serif;
  color: #274570; }

.uploadDiv {
  position: relative;
  background-color: #FFFFFF;
  padding: 4rem;
  margin-bottom: 2rem;
  border-radius: .6rem; }

/* APTITUDE TEST */
#aptitude-timer {
  position: fixed;
  top: 5px;
  right: 4px;
  background-color: #d50000;
  /*274570;*/
  border: solid 3px #CCCCCC;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem;
  z-index: 1000; }

#aptitudeTest input[type=submit] {
  display: inline-block;
  font-size: 2rem;
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #e484cd;
  padding: .8rem 5rem;
  margin: .5rem 1rem;
  box-shadow: 0px 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
  transition: all .4s;
  cursor: pointer; }

#aptitudeTest input[type=submit]:hover {
  color: #FFFFFF;
  background-color: #e46dc7;
  text-decoration: none;
  box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.6); }

/* FOOTER */
.footer-slogan {
  background-color: #1d3553;
  padding: 2rem; }

.footer-slogan p {
  margin: 0rem;
  font-family: "open_sansbold", Arial, sans-serif;
  font-style: italic;
  text-align: center;
  font-size: 2.2rem;
  color: #c6ccd4; }

.footerPadding {
  padding: 6rem 2rem; }

.colFooter4Wrapper {
  width: 100%;
  overflow: hidden; }

.colFooter4 {
  float: left;
  width: 24%;
  margin-right: 1%; }

.colFooter4:last-child {
  margin-right: 0%; }

.colFooter4 a {
  color: #FFFFFF; }

/*to compensate for auto link creation of tel numbers - making it invisible*/
.colFooter4 a:link {
  color: #FFFFFF; }

.colFooter4 a:visited {
  color: #FFFFFF; }

.colFooter4 a:active {
  color: #FFFFFF; }

.footer-head {
  font-family: "open_sans_condensedbold", Impact, Arial, sans-serif;
  color: #e484cd;
  font-size: 2.1rem; }

.footer-text {
  margin: 1rem;
  color: #FFFFFF;
  text-align: left;
  font-size: 1.5rem; }

.footer-text a {
  font-size: 1.5rem; }

.footer-copy {
  margin-top: 9rem;
  text-align: center;
  font-size: 1.4rem; }

.footer-copy span {
  color: #d6d6d6; }

/*SCROLL TO TOP */
.scrollToTop {
  display: none;
  width: 5rem;
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  background-color: #1d3553;
  font-size: 1.4rem;
  color: #FFFFFF;
  padding: .6rem;
  border-style: solid;
  cursor: pointer;
  cursor: hand;
  z-index: 100; }

.scrollToTop:hover {
  background-color: #274570; }

/* COOKIE BANNER */
#cookieBanner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 10px 14px 5px 16px;
  background-image: url("../images/trans_Black.png");
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 1011; }

#cookieBanner p {
  margin: 0px;
  padding: 15px;
  color: #FFFFFF;
  font-size: 13px; }

#cookieBanner a {
  font-size: 13px; }

#cookieBanner p.cookieButtons {
  margin: 0px;
  padding: 0px 15px;
  color: #FFFFFF; }

#cookieBanner button {
  margin: 0px;
  padding: 5px 15px 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: #696969;
  font-size: 16px;
  color: #FFFFFF;
  border-width: 0px;
  transition: all .3s; }

#cookieBanner button:hover {
  background-color: #d6d6d6; }

#cookieBanner button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  color: #FFFFFF;
  background-color: #274570;
  border-width: 0px;
  background-image: url("../images/icon_Cookie.png");
  background-repeat: no-repeat;
  background-position: 12px center; }

#cookieBanner button.accept:hover {
  background-color: #1d3553; }

button.accept {
  margin: 0px;
  padding: 5px 15px 8px 42px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: #274570;
  font-size: 16px;
  color: #FFFFFF;
  border-width: 0px;
  background-image: url("../images/icon_Cookie.png");
  background-repeat: no-repeat;
  background-position: 12px center;
  transition: all .3s; }

button.accept:hover {
  background-color: #4b6496; }

.cookieHide {
  display: none; }

.cookieShow {
  display: block; }

.footerCookieChange {
  margin: 4rem 0rem 1rem 0rem;
  text-align: center; }

button.cookieChange {
  margin: 0px auto;
  padding: 5px 15px 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  cursor: hand;
  background-color: transparent;
  font-size: 14px;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  transition: all .3s; }

button.cookieChange:hover {
  background-color: #4b6496; }

html {
  background-color: #274570; }

/*STRUCTURE - override*/
#topBar {
  min-height: 5rem; }

/*OVERRIDE*/
#logoutDiv {
  display: inline-block;
  float: right;
  margin-right: 10px;
  background-color: #274570;
  padding: 3px 10px;
  border-radius: 6px;
  z-index: 100;
  transition: 0.3s; }

#logoutDiv a {
  font-family: "open_sanssemi", Arial, sans-serif;
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none; }

#logoutDiv:hover {
  background-color: #4b6496;
  color: #FFFFFF; }

/*GENERAL*/
div.head {
  top: 200px; }

/*overwrite*/
h1 {
  font-size: 5rem; }

/*overwrite*/
/* FOOTER */
.sectionFooterA {
  width: 100%;
  min-height: 40rem;
  padding-bottom: 10rem;
  background-image: url("../images/bg_Footer.jpg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  text-align: center; }

.footer-copyA {
  margin: 5rem 1rem 1rem 1rem;
  text-align: center;
  font-size: 1.5rem;
  color: #4b6496; }

/*SLIDE*/
#slideWrapperAdmin {
  position: relative;
  height: 30rem;
  width: 100%;
  overflow: hidden;
  background-image: url("../images/slide_Admin.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }

/*LOGIN*/
#return {
  display: none; }

/* BASIC */
.icon {
  cursor: pointer;
  cursor: hand;
  transition: opacity .4s; }

.icon:hover {
  opacity: 0.6; }

#changepasswordDiv {
  display: none; }

/* FORM */
form.white {
  background-color: #FFFFFF;
  border-radius: 10px; }

label {
  font-family: "open_sanssemi", Arial, sans-serif;
  font-size: 1.5rem;
  margin-top: 15px;
  color: #242424; }

/* OVERRIDE */
textarea, input[type="text"], input[type="password"], input[type="number"], select, option {
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 1.5rem;
  color: #696969;
  width: 100%;
  box-sizing: border-box;
  padding: 6px;
  margin: 10px 0px 5px 0px;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  border-radius: 6px; }

input[type="submit"] {
  display: inline-block;
  width: auto;
  margin: 10px 0px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #274570;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.5s ease;
  cursor: pointer;
  cursor: hand; }

input[type="submit"]:hover {
  background-color: #274570; }

input[type="submit"]:active {
  background-color: #020202;
  transform: translateX(2px); }

input.countdown {
  width: 60px;
  font-size: 10px; }

.submitUpdate, .submitEUpdate, .submitPDFUpdate {
  margin: 10px 0px;
  padding: 5px 8px;
  border-radius: 8px;
  background-color: #161616;
  color: #FFFFFF;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  transition: background-color 0.5s ease;
  cursor: pointer;
  cursor: hand; }

.submitUpdate:hover, .submitEUpdate:hover, .submitPDFUpdate:hover {
  background-color: #494949; }

.submitUpdate:active {
  background-color: #020202;
  transform: translateX(2px); }

/* APPLICANT FILTER FORM */
#form_applicantFilter input[type="text"] {
  width: 200px;
  height: 40px;
  padding-top: 2px;
  padding-bottom: 2px; }

#form_applicantFilter input[type="date"] {
  width: 170px;
  height: 40px;
  padding-top: 2px;
  padding-bottom: 2px; }

/* GENERAL */
/*input icons */
input.inputName {
  background-image: url("../images/inputicon_user.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 40px; }

input.inputEmail {
  background-image: url("../images/inputicon_email.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 40px; }

input.inputPass {
  background-image: url("../images/inputicon_pass.png");
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 40px; }

/*Errors - Feedback*/
/*form label errors*/
.error {
  font-size: 12px;
  color: #bf0000; }

/*field required*/
/*Feedback Div*/
#errorADiv {
  position: absolute;
  top: 150;
  right: 20px;
  min-width: 263px;
  max-width: 263px;
  margin: 10px;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px;
  padding: 8px;
  border-radius: 8pt;
  z-index: 200; }

.errorA_p {
  font-size: 12px;
  margin: 0px 0px 5px 0px;
  text-align: left; }

/*form feedback errors*/
.throw_error {
  font-size: 12px;
  color: #bf0000;
  margin: 0px 0px 5px 0px;
  text-align: left; }

/*form feedback error*/
#message {
  text-align: left; }

#message p {
  text-align: left;
  color: #303030; }

/*for update images forms */
.messages {
  font-size: 12px;
  line-height: 120%; }

.messageP {
  margin-top: 3px;
  font-size: 12px;
  line-height: 120%; }

/*for update images forms */
/*PHP redirect messages*/
.successMsg {
  font-size: 1.3rem;
  background-image: url("../images/icon_Check.png");
  background-repeat: no-repeat;
  background-position: 15px 12px;
  border-style: dotted;
  border-color: #80b641;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px 10px 10px 40px; }

.errorMsg {
  font-size: 1.3rem;
  background-image: url("../images/icon_Cross.png");
  background-repeat: no-repeat;
  background-position: 15px 12px;
  border-style: dotted;
  border-color: #be1820;
  border-width: 1px;
  border-radius: 5px;
  padding: 10px 10px 10px 40px; }

/*button cancel */
a.btnCancel {
  display: inline-block;
  margin: 10px 0px;
  padding: 8px 12px;
  border-radius: 8px;
  background-color: #161616;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  transition: background-color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease; }

a.btnCancel:link {
  color: #FFFFFF;
  text-decoration: none; }

a.btnCancel:visited {
  color: #FFFFFF;
  text-decoration: none; }

a.btnCancel:active {
  color: #FFFFFF;
  text-decoration: none; }

a.btnCancel:hover {
  background-color: #494949;
  text-decoration: none; }

/*Feedback remove button */
p.removeB {
  float: right;
  margin: 0px 0px 0px 5px;
  color: #be1820;
  font-weight: bold;
  cursor: pointer;
  cursor: hand; }

p.removeB:hover {
  color: #f01e28; }

/*Tables*/
.tblAdmin {
  width: 100%;
  margin: 2rem 0px;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px 1px 0px 0px;
  border-radius: 10px;
  padding: 0px; }

.tblAdmin td {
  vertical-align: top;
  padding: 5px 10px;
  font-size: 1.3rem;
  color: #242424;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 0px 0px 1px 1px; }

.tblAdmin td.icon {
  width: 60px;
  text-align: center; }

td.icon2 {
  width: 60px;
  text-align: center;
  padding: 0px 10px;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 0px 0px 0px 1px; }

.tblAdmin td.light {
  color: #d6d6d6; }

.tblAdmin td.shade {
  background-color: #ebebeb; }

.tblAdmin td.width150 {
  width: 150px; }

.tblAdmin td.tHead {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left; }

.tblAdmin td.tHeadSmall, th.tHeadSmall {
  font-size: 1.2rem;
  font-weight: bold; }

.tblAdmin td a {
  font-size: 1.2rem; }

/*sticky*/
/*https://www.youtube.com/watch?v=bJMWrI0MoBw*/
.tblStickyWrapper {
  max-height: 40rem;
  margin: 1rem 0rem;
  overflow-x: scroll; }

.tblSticky {
  border-collapse: separate;
  border-spacing: 0;
  min-width: max-content; }

.tblSticky th {
  position: sticky;
  left: 0px;
  background-color: #787878;
  color: #242424;
  text-align: left;
  vertical-align: top;
  padding: 5px 10px;
  font-size: 1.3rem;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 0px 0px 1px 1px; }

@media only screen and (max-width: 600px) {
  .tblAdmin td.tHead {
    font-size: 1.4rem;
    font-weight: bold; } }

/*uploader*/
/*images uploader*/
/*file upload*/
#upload-wrapper {
  width: 50%;
  margin-top: 30px;
  background: #CCCCCC;
  padding: 50px 50px 30px 50px;
  border-radius: 10px; }

#upload-wrapper h2 {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
  margin-top: -30px;
  border-bottom: 1px dotted #DDD; }

#upload-wrapper input[type=file] {
  padding: 6px;
  background: #FFF;
  color: #666;
  border-radius: 5px; }

#upload-wrapper #submit-btn {
  border: none;
  width: 80px;
  padding: 10px;
  background: #1c605a;
  border-radius: 5px;
  color: #FFF; }

#upload-wrapper #submit-btn:hover {
  background: #2c978e; }

#output {
  padding: 10px 5px 5px 5px;
  font-size: 10px;
  color: #545454; }

/* progress bar */
#progressbox {
  border: 1px solid #545454;
  padding: 1px;
  position: relative;
  width: 400px;
  border-radius: 3px;
  margin: 10px;
  display: none;
  text-align: left; }

#progressbar {
  height: 20px;
  border-radius: 3px;
  background-color: #38c0b4;
  width: 1%; }

#statustxt {
  top: 1px;
  font-size: 10px;
  left: 50%;
  position: absolute;
  display: inline-block;
  color: #FFFFFF; }

/* Email list */
#emailList {
  padding: 1rem;
  border: solid 1px #242424;
  border-radius: 5px;
  font-size: 1.4rem; }

/*DRAG N DROP */
ul.DragNDrop {
  list-style-type: none; }

/*$grid-width: 114rem;
$gutter-vertical: 8rem;
$gutter-vertical-small: 6rem;
$gutter-horizontal: 6rem;*/
/* MEDIA QUERIES ****************************************************************************/
@media (max-width: 1550px) {
  /*SLIDE*/
  .slideTxt {
    position: absolute;
    width: 38%; } }

@media (max-width: 1350px) {
  /*SLIDE*/
  .slideTxt {
    position: absolute;
    width: 46%; } }

@media (max-width: 1280px) {
  /*MAIN STRUCTURAL DIVS*/
  .innerWrapper {
    width: 100%; }
  /*SLIDE*/
  .slideTxt {
    position: absolute;
    width: 48%;
    padding: 4rem 4rem 4rem 6rem; } }

@media only screen and (max-width: 1120px) {
  /*SLIDE*/
  .slideTxt-title {
    font-size: 5rem; }
  .slideTxt-desc {
    font-size: 3rem; }
  .slideTxt-acc {
    font-size: 1.6rem; }
  /* FOOTER */
  .footerPadding {
    padding: 2rem 1.5rem; }
  .colFooter4Wrapper {
    width: 100%;
    overflow: hidden; }
  .colFooter4 {
    float: none;
    width: 100%;
    margin: 3rem auto; }
  .colFooter4:last-child {
    margin-right: 0%; }
  .footer-head {
    text-align: center;
    margin: 3rem 0rem 1rem 0rem; }
  .footer-text {
    text-align: center;
    margin: 0rem 1rem; } }

@media only screen and (max-width: 1050px) {
  /* COURSES - slickSlider, Home */
  .sectionStudy {
    background-image: url("../images/bg_Study_M.jpg"); }
  /*MAIN PIC*/
  .mp-apply {
    background-image: url("../images/pic_Applications_M.jpg"); }
  .mp-nursing {
    background-image: url("../images/pic_NursingInstitute_M.jpg"); }
  .mp-namibia {
    background-image: url("../images/pic_studyNamibia_M.jpg"); }
  .mp-graduates {
    background-image: url("../images/pic_Graduates_M.jpg"); }
  .mp-students {
    background-image: url("../images/pic_Students_M.jpg"); }
  /* LATEST NOTICES */
  .noticeBloc-img {
    width: 40%; }
  .noticeBloc-text {
    width: 58%;
    padding: 3rem; }
  .noticeBloc-text--desc {
    -webkit-line-clamp: 4; }
  /* PAGE NOTICES */
  .pNoticeBloc-img {
    width: 40%; }
  .pNoticeBloc-text {
    width: 58%;
    padding: 3rem; }
  .pNoticeBloc-text--desc {
    -webkit-line-clamp: 4; }
  /* VIDEO */
  .videoWrapper {
    width: 90%;
    margin: 0rem auto; }
  /* COURSES */
  .courseBloc {
    position: relative;
    padding-bottom: 2rem;
    background-size: cover; }
  .courseBloc-text {
    float: none;
    width: 100%; }
  .tbl_Course {
    width: 70%;
    background-color: white; }
  .tbl_Course td {
    vertical-align: top;
    padding: 1rem;
    font-size: 1.3rem; }
  .tbl_Course td p {
    font-size: 1.3rem; } }

@media only screen and (max-width: 1000px) {
  /*MAIN STRUCTURAL DIVS*/
  #menuIcon {
    top: 2rem; }
  /* NAVIGATION */
  #menuIcon {
    display: block; }
  #navClose {
    display: block; }
  #menuWrapper {
    position: absolute;
    margin-top: 0px;
    top: 0rem;
    left: -2rem;
    height: 100vh;
    width: 0px;
    padding: 1rem 1rem 1rem 1rem;
    background-color: rgba(20, 20, 20, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    z-index: 2010; }
  #navDiv {
    position: relative;
    background-color: transparent;
    width: 100%;
    margin-top: 5rem;
    float: none; }
  a.nav {
    display: block;
    float: none;
    padding: 1px 10px 12px 50px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    color: #FFFFFF;
    font-size: 1.7rem;
    text-decoration: none;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF;
    transition: 0.3s;
    line-height: 120%; }
  a.nav:hover {
    text-decoration: none;
    transform: scale(1, 1);
    transform: translateX(8px); }
  a.navLive {
    display: block;
    float: none;
    padding: 1px 12px 12px 50px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    font-size: 1.7rem;
    font-family: "open_sansbold", Arial, sans-serif;
    text-decoration: none;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF;
    transition: 0.3s;
    line-height: 120%; }
  div.main {
    display: block;
    width: 100%;
    float: none;
    padding: 1px 12px 12px 50px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    color: #fff;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    font-size: 1.7rem; }
  div.main:hover {
    color: #fff; }
  div.mainLive {
    display: block;
    width: 100%;
    float: none;
    padding: 1px 12px 12px 50px;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
    color: #fff;
    font-family: "open_sansbold", Arial, sans-serif;
    border-style: dotted;
    border-width: 0px 0px 1px 0px;
    font-size: 1.7rem; }
  /* CONTENT LINKS sub links  */
  .dropDownApply {
    position: relative;
    display: none;
    top: 0rem;
    margin: 5px 0px 0px 0px; }
  a.sub {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    font-family: "open_sansregular", Arial, sans-serif;
    line-height: 120%;
    padding: 12px 10px;
    border-style: dotted;
    border-color: #e484cd;
    border-width: 0px 0px 1px 0px;
    text-decoration: none;
    transition: 0.2s; }
  a.sub:hover {
    color: #e484cd;
    font-size: 1.5rem;
    text-decoration: none;
    background-color: transparent;
    transform: scale(1, 1);
    transform: translateX(8px); }
  /*SLIDE*/
  .slideTxt {
    position: absolute;
    width: 100%;
    padding: 2rem;
    margin: 0;
    top: auto;
    bottom: 0;
    transform: none; }
  .slideTxt-title {
    text-align: center; }
  .slideTxt-title br {
    display: none; }
  .slideTxt-desc {
    text-align: center; }
  .slideTxt-acc {
    margin-top: 3rem;
    text-align: center; }
  h1 {
    margin: 0rem 0rem 2rem 0rem;
    font-size: 3.6rem; }
  /* text-shadow: 1px 1px 2px rgba(0,0,0,0.15);*/
  h2 {
    margin: 0rem 0rem 3.5rem 0rem;
    font-size: 2.8rem; }
  h3 {
    font-size: 2.1rem; }
  h3 {
    font-size: 1.6rem; }
  p {
    font-size: 1.5rem; }
  ul li {
    font-size: 1.5rem; }
  /* BUTTONS */
  a.buttonPink {
    font-size: 1.8rem; }
  /* COURSES - slickSlider, Home */
  .sectionStudy {
    height: 55rem; }
  #offerSlide {
    margin: 6rem auto; }
  .slider {
    width: 35rem;
    height: 27rem; }
  .slider-padding {
    padding: 1.5rem 2.5rem; }
  .slider-head {
    margin-top: .5rem;
    font-size: 2rem; }
  .slider-head span {
    font-size: 1.2rem; }
  /* APPLICATIONS */
  .blueDiv {
    padding: 3rem; }
  /* FOOTER */
  .footer-slogan p {
    font-size: 1.8rem; }
  .footer-head {
    font-size: 1.9rem; } }

@media only screen and (max-width: 900px) {
  /*GENERAL*/
  div.narrowCentre {
    width: 80%; } }

@media only screen and (max-width: 800px) {
  /*MAIN STRUCTURAL DIVS*/
  .col3 {
    float: none;
    width: 95%;
    margin: 2.5rem auto; }
  .col3:last-child {
    margin: 2.5rem auto; }
  /* LINK BLOCS - HOME */
  .linkBloc-Info {
    float: none;
    width: 100%;
    background-color: #274570; }
  .linkBloc {
    height: 40rem;
    background-position: center 5rem; }
  /* COURSES - slickSlider, Home */
  .sectionStudy {
    background-image: url("../images/bg_Study_S.jpg"); }
  /*PANEL DROP */
  .panelHead {
    padding: 1.5rem 6rem 1.3rem 7rem;
    min-height: 6rem;
    font-size: 1.6rem;
    background-position: 1rem -3.5rem; }
  .panelArrow {
    width: 1.2rem;
    height: 1.2rem; }
  /* COURSES */
  div.lang {
    width: 80%; }
  .courseBloc {
    padding-bottom: 4rem; }
  .courseBloc-button {
    position: absolute;
    bottom: 1rem;
    left: 0;
    text-align: center; }
  .tbl_Course {
    width: 100%;
    background-color: white; } }

@media only screen and (max-width: 720px) {
  /*MAIN STRUCTURAL DIVS*/
  .innerPadding {
    padding: 2.5rem 1.5rem 2.5rem 1.5rem; }
  .innerPadding2 {
    padding: 3rem 1.5rem 3.5rem 1.5rem; }
  .innerPadding3 {
    padding: 4rem 1.5rem 4.5rem 1.5rem; }
  .innerPaddingBlue {
    padding: 1.5rem 1rem; }
  .colWrapper {
    width: 100%;
    overflow: hidden; }
  .colLeft {
    float: none;
    width: 80%;
    margin: 0px auto 10px auto; }
  .colRight {
    float: none;
    width: 80%;
    margin: 10px auto 0px auto; }
  /* CONTENT LINKS */
  a {
    font-size: 1.5rem; }
  a.nav {
    font-size: 1.5rem; }
  a.navLive {
    font-size: 1.5rem; }
  div.main {
    font-size: 1.5rem; }
  .mainLive {
    font-size: 1.5rem; }
  /* THREE PIC FLEX */
  .threePicFlex {
    width: 80%;
    flex-wrap: wrap; }
  .threePicFlex-bloc, .threePicFlex-blocAlt {
    flex-basis: 80%;
    margin: 10px 10px; }
  /* APTITUDE TEST */
  #aptitude-timer {
    position: fixed;
    top: 5px;
    right: 4px;
    background-color: #d50000;
    /*274570;*/
    border: solid 3px #CCCCCC;
    border-radius: 1rem;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    padding: 1rem; } }

@media only screen and (max-width: 660px) {
  /* APPLICATION */
  .tbl_Uploads tr {
    padding-top: 1.5rem; }
  .tbl_Uploads td {
    display: block;
    padding: 1rem;
    font-size: 1.4rem; }
  .uploadDiv {
    padding: 2rem; }
  input[type="file"] {
    width: 250px; }
  /*GENERAL*/
  div.txtColumn {
    column-count: 1;
    column-gap: 0rem; } }

@media only screen and (max-width: 600px) {
  /*MAIN PIC*/
  .mp-apply {
    background-image: url("../images/pic_Applications_S.jpg"); }
  .mp-nursing {
    background-image: url("../images/pic_NursingInstitute_S.jpg"); }
  .mp-namibia {
    background-image: url("../images/pic_studyNamibia_S.jpg"); }
  .mp-graduates {
    background-image: url("../images/pic_Graduates_S.jpg"); }
  .mp-students {
    background-image: url("../images/pic_Students_S.jpg"); }
  /* LINK BLOCS - HOME */
  .linkBlocWrapper {
    width: 95%;
    margin: 0rem auto;
    padding: 1rem 0rem;
    overflow: hidden; }
  .linkBloc {
    float: none;
    width: 100%;
    height: 20rem;
    margin-right: 0%;
    margin-bottom: 1rem;
    background-position: center center; }
  .linkBloc-Info {
    background-color: rgba(75, 100, 150, 0.8); }
  /*GENERAL*/
  div.narrowCentre {
    width: 90%; }
  /* LATEST NOTICES - HOME */
  .noticeBloc {
    height: auto;
    width: 75%;
    margin: 2rem auto; }
  .noticeBloc-img {
    position: relative;
    float: none;
    height: 20rem;
    width: 100%; }
  .noticeBloc-text {
    float: none;
    width: 100%;
    padding: 2.5rem; }
  .noticeBloc-text--title {
    font-size: 2rem; }
  .noticeBloc-text--desc {
    -webkit-line-clamp: 5; }
  /* LATEST NOTICES - PAGE */
  .pNoticeBloc {
    height: auto;
    width: 75%;
    margin: 2rem auto; }
  .pNoticeBloc-img {
    position: relative;
    float: none;
    height: 20rem;
    width: 100%; }
  .pNoticeBloc-text {
    float: none;
    width: 100%;
    padding: 2.5rem; }
  .pNoticeBloc-text--title {
    font-size: 2rem; }
  .pNoticeBloc-text--desc {
    -webkit-line-clamp: 5; }
  /* APPLICATIONS */
  .blueDiv {
    padding: 1.5rem; } }

@media only screen and (max-width: 550px) {
  /*MAIN STRUCTURAL DIVS*/
  .colLeft {
    float: none;
    width: 100%;
    margin: 0px auto 10px auto; }
  .colRight {
    float: none;
    width: 100%;
    margin: 10px auto 0px auto; }
  /*SLIDE*/
  #slideWrapper {
    height: auto; }
  #slide {
    height: 40rem; }
  .slideTxt {
    position: relative;
    background-color: #242424; }
  .slideTxt-title {
    font-size: 3.2rem; }
  .slideTxt-desc {
    font-size: 2.2rem; }
  .slideTxt-acc {
    margin-top: 3rem;
    font-size: 1.5rem; }
  #mainPicWrapper {
    height: auto; }
  #mainPic {
    height: 30rem; }
  /*GENERAL*/
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.2rem; }
  h3 {
    font-size: 2rem; }
  /* COURSES - slickSlider, Home */
  .sectionStudy {
    height: 58rem; }
  #offerSlide {
    margin: 5rem auto; }
  .slider {
    width: 26rem;
    height: 33rem; }
  .slider-padding {
    padding: 1.5rem 2rem; }
  /* VIDEO */
  .videoWrapper {
    width: 100%;
    margin: 0rem auto; }
  /*PANEL DROP */
  .panelHead {
    padding: 1.5rem 4.5rem 1rem 6rem;
    font-size: 1.5rem;
    background-position: .5rem -3.5rem; }
  .panelArrow {
    top: 2rem;
    right: 1.5rem; } }

@media only screen and (max-width: 520px) {
  /* LATEST NOTICES - HOME */
  .noticeBloc {
    height: auto;
    width: 95%;
    margin: 2rem auto; }
  /* NOTICES - PAGE */
  .pNoticeBloc {
    height: auto;
    width: 95%;
    margin: 2rem auto; }
  /* COURSES */
  div.lang {
    width: 100%; }
  .courseBloc {
    padding-bottom: 6rem; }
  .courseBloc-text {
    padding: 1.5rem; }
  .tbl_Course td {
    display: block; }
  /* THREE PIC FLEX */
  .threePicFlex {
    width: 100%;
    flex-wrap: wrap; } }

@media only screen and (max-width: 480px) {
  /* CHOOSE US - home */
  p.choose-intro {
    margin: 4rem 0rem;
    text-align: center; }
  p.choose {
    padding-left: 0rem;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center; }
  /* APPLICATION */
  .uploadDiv {
    padding: 1rem; }
  #declaration_label {
    font-size: 1.3rem; } }

@media only screen and (max-width: 450px) {
  /* MAIN STRUCTURAL DIVS */
  #logoDiv {
    margin-top: -5rem; }
  #logoDiv img {
    width: 120px; }
  #logoDiv p {
    float: none;
    margin-top: -1.2rem;
    font-size: 1.3rem; }
  /*GENERAL*/
  div.narrowCentre {
    width: 95%; }
  /*SLIDE*/
  #slide {
    height: 35rem; }
  .slideTxt {
    position: relative;
    background-color: #242424; }
  .slideTxt-title {
    font-size: 2.8rem; }
  .slideTxt-desc {
    font-size: 2rem; }
  .slideTxt-acc {
    margin-top: 3rem;
    font-size: 1.4rem; } }
