@charset "UTF-8";
/* CSS Document */
/* Style for our header texts
	* --------------------------------------- */
h1 {}
/* Centered texts in each section
	* --------------------------------------- */
body, html {
  height: 100%;
	background-color: #FFF;
}

.HomeStatementBox {
  display: flex; /* Hidden by default */
  position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	z-index: 999999999999;
}

/* Modal Content */
.StatementContent {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 5px solid #333;
  width: 80%;
	max-width: 800px;
	
  font-family: "Graphik-LightItalic", Helvetica, Arial;
  color: #333;
  font-size: 12px;
}

/* The Close Button */
.StatementClose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.StatementClose:hover,
.StatementClose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#AdmissionBtn {
  position: fixed;
  top: 85px;
  right: 0px;
  width: 100px;
  height: 100px;
  /*background-color: #552988;*/
  background-color: #FBCA49;
  cursor: pointer;
  animation: AdmissionBtn 2s infinite;
  z-index: 999999999;
  box-shadow: 1px 1px 3px #333;
  opacity: 0.9;
	box-sizing: border-box;
}
#AdmissionBtn:hover {
  opacity: 1;
}
#AdmissionBtn p {
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: 1px 1px 3px #111;
  padding: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Graphik-Medium", Helvetica, Arial;
}
#VPASBtn {
  position: fixed;
  /*top: 210px;*/
  top: 190px;
  right: 0px;
  width: 100px;
  height: 100px;
  /*background-color: #552988;*/
  /*background-color: #0f2b5b;*/
  background-color: rgba(152, 192, 223, 1);
  cursor: pointer;
  animation:VPASBtn 2s infinite;
  z-index: 999999999;
  box-shadow: 1px 1px 3px #333;
  opacity: 0.9;
	box-sizing: border-box;
}
#VPASBtn:hover {
  opacity: 1;
}
#VPASBtn p {
  width: 90%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #FFF;
  line-height: 120%;
  text-transform: uppercase;
  font-size: 12px;
  text-shadow: 1px 1px 3px #111;
  padding: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Graphik-Medium", Helvetica, Arial;
}
@keyframes AdmissionBtn {
  0% {
    top: 85px;
  }
  50% {
    top: 90px;
  }
  100% {
    top: 85px;
  }
}
@keyframes VPASBtn {
  0% {
    top: 190px;
  }
  50% {
    top: 195px;
  }
  100% {
    top: 190px;
  }
}


.fp-viewing-sitemap .ScrollDownContainer {
  display: none;
}

.ScrollDownContainer{
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 999999999;
}
.ScrollDownIcon{
  /*background-color: #552988;*/
  cursor: pointer;
  opacity: 0.9;
	box-sizing: border-box;
	text-align:center; 
}
.ScrollDownText {
  font-family: "Graphik-Medium", Helvetica, Arial;
	font-size: 10px;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	text-align:center; 
	margin-bottom: 2px;
}
.ScrollDownArrowContainer {
	padding: 0px;
	margin-top: -10px;
  animation: ScrollDownArrow 3s infinite;
}
.ScrollDownArrow {
  border: solid #FFF;
  filter: drop-shadow(1px 1px 2px #333);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ScrollDownArrowContainer:nth-child(2){
  animation: ScrollDownArrow2 3s infinite;
}
.ScrollDownArrowContainer:nth-child(3){
  animation: ScrollDownArrow3 3s infinite;
}
.ScrollDownArrowContainer:nth-child(4){
  animation: ScrollDownArrow4 3s infinite;
}

@keyframes ScrollDownArrow2 {
  0% {
    opacity: 100%
  }
  33% {
    opacity: 0%
  }
  66% {
    opacity: 0%
  }
  100% {
    opacity: 100%
  }
}
@keyframes ScrollDownArrow3 {
  0% {
    opacity: 0%
  }
  33% {
    opacity: 100%
  }
  66% {
    opacity: 0%
  }
  100% {
    opacity: 0%
  }
}
@keyframes ScrollDownArrow4 {
  0% {
    opacity: 0%
  }
  33% {
    opacity: 0%
  }
  66% {
    opacity: 100%
  }
  100% {
    opacity: 0%
  }
}

/* Menu color Start */

.fp-viewing-home #HomeMenuContainer, .HomeMenu ul li, .HomeMenu a, .LangMenu ul li, .MainMenuTitle {
	color: #FFF;
}
.MainMenuBar{
	background-color: #FFF;
}
.fp-viewing-home .HomeLogo {
  /*background-image: url("../images/home/HomeLogoFull.png");*/
  background-image: url("../images/home/HomeLogoFullWhiteTop.png");
}

.HomeBannerContainer{
	background-color: #84c0fa;
	/*background-color: #552984;*/
	-webkit-transition: background-color 1s ease-in-out;
	transition: background-color 1s ease-in-out;
}
/* Menu color End */

#HomeMenuContainer {
  position: fixed;
  top: 0;
  z-index: 999999;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
  justify-content: center;
}
.fp-viewing-home #HomeMenuContainer {
  padding: 20px 20px 20px 20px;
}
.fp-viewing-programmes #HomeMenuContainer, .fp-viewing-admission #HomeMenuContainer, .fp-viewing-nurturing #HomeMenuContainer, .fp-viewing-vpas #HomeMenuContainer, body[class*="fp-viewing-news"] #HomeMenuContainer, .fp-viewing-initiative #HomeMenuContainer, .fp-viewing-knowledgecentres #HomeMenuContainer, .fp-viewing-gallery #HomeMenuContainer, .fp-viewing-sitemap #HomeMenuContainer {
  padding: 15px 20px 15px 20px;
  background-image: none;
  background-color: rgba(84, 41, 128, 0.90);
	color: #FFF;
}
.fp-viewing-sitemap #HomeMenuContainer {
  background-color: #51296f;
}
#HomeMenuContainer div {}
.HomeLogo {
  width: 10%;
  min-width: 199px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  cursor: pointer;
}
.fp-viewing-programmes .HomeLogo, .fp-viewing-admission .HomeLogo, .fp-viewing-nurturing .HomeLogo, .fp-viewing-vpas .HomeLogo, body[class*="fp-viewing-news"] .HomeLogo, .fp-viewing-initiative .HomeLogo, .fp-viewing-knowledgecentres .HomeLogo, .fp-viewing-gallery .HomeLogo, .fp-viewing-sitemap .HomeLogo {
  background-image: url("../images/home/HomeLogoFullWhiteTop.png");
}
.HomeMenu {
  position: relative;
  margin: 6px auto 0px auto;
  text-align: center;
  width: 75%;
}
.HomeMenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.HomeMenu ul li {
  display: inline-block;
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px 20px;
}
.HomeMenu a {
  text-decoration: none;
}

.fp-viewing-programmes .HomeMenu a, .fp-viewing-admission .HomeMenu a, .fp-viewing-nurturing .HomeMenu a, .fp-viewing-vpas .HomeMenu a, body[class*="fp-viewing-news"] .HomeMenu a, .fp-viewing-initiative .HomeMenu a, .fp-viewing-knowledgecentres .HomeMenu a, .fp-viewing-gallery .HomeMenu a, .fp-viewing-sitemap .HomeMenu a {
	color: #FFF;
}
.HomeMenu ul li.active {
  border-bottom: solid 1px #FFF;
}
.LangMenu {
  position: relative;
  margin: 7px auto 0px auto;
  text-align: center;
}
.LangMenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.LangMenu ul li {
  display: inline-block;
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0px 15px 0px 0px;
  cursor: pointer;
  line-height: 100%;
}
.fp-viewing-programmes .LangMenu ul li, .fp-viewing-admission .LangMenu ul li, .fp-viewing-nurturing .LangMenu ul li, .fp-viewing-vpas .LangMenu ul li, body[class*="fp-viewing-news"] .LangMenu ul li, .fp-viewing-initiative .LangMenu ul li, .fp-viewing-knowledgecentres .LangMenu ul li, .fp-viewing-gallery .LangMenu ul li, .fp-viewing-sitemap .LangMenu ul li {
	color: #FFF;
}


.MainMenuContainer {
  cursor: pointer;
  position: relative;
  margin: 8px 0px 0px auto;
}
.MainMenuBtn {}
.MainMenuBtn div {
  display: inline-block;
}
.MainMenuTitle {
  cursor: pointer;
  position: relative;
  top: -15px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Graphik-Regular", Helvetica, Arial;
  z-index: 999999999999;
}
.change .MainMenuTitle, .fp-viewing-programmes .MainMenuTitle, .fp-viewing-admission .MainMenuTitle, .fp-viewing-nurturing .MainMenuTitle, .fp-viewing-vpas .MainMenuTitle, body[class*="fp-viewing-news"] .MainMenuTitle, .fp-viewing-initiative .MainMenuTitle, .fp-viewing-knowledgecentres .MainMenuTitle, .fp-viewing-gallery .MainMenuTitle, .fp-viewing-sitemap .MainMenuTitle {
	color: #FFF;
}
.MainMenuBarContainer {
  position: relative;
  top: -8px;
  z-index: 999999999999;
}
.MainMenuBar1, .MainMenuBar2, .MainMenuBar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.4s;
  display: block !important;
}

.change .MainMenuBar, .fp-viewing-programmes .MainMenuBar, .fp-viewing-admission .MainMenuBar, .fp-viewing-nurturing .MainMenuBar, .fp-viewing-vpas .MainMenuBar, body[class*="fp-viewing-news"] .MainMenuBar, .fp-viewing-initiative .MainMenuBar, .fp-viewing-knowledgecentres .MainMenuBar, .fp-viewing-gallery .MainMenuBar, .fp-viewing-sitemap .MainMenuBar {
	background-color: #FFF;
}
.change .MainMenuBar1 {
  transform: translate(0, 8px) rotate(-45deg);
}
.change .MainMenuBar2 {
  opacity: 0;
}
.change .MainMenuBar3 {
  transform: translate(0, -8px) rotate(45deg);
}
.MainMenu {
  display: none;
  position: fixed;
  width: 0%;
  max-width: 0px;
  height: 100vh;
  background-color: rgba(81, 41, 111, 0.95);
  top: 0px;
  right: 0px;
  z-index: 999999999;
  padding: 100px 30px 0px 30px;
  box-shadow: -1px 0px 10px #333;
  transition: 0.5s;
  box-sizing: border-box;
}
.MainMenu.MainMenuShow {
  display: block;
  width: 100%;
  max-width: 480px;
}
.MainMenuContent {
  opacity: 0;
  width: 100%;
  transition: 0s;
  transition-delay: 0s;
}
.MainMenu.MainMenuShow .MainMenuContent {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.MainMenuContent ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
}
.MainMenuContent li {
  /*color: #E5BB0B;*/
  color: #FFF;
  text-align: left;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 20px;
  list-style: none;
  line-height: 120%;
  list-style-position: outside;
  margin: 20px 0px;
  width: 100%;
}
.MainMenuContent li:hover {
  color: #E5BB0B;
}
.MainMenuContent li a {
  display: block;
  /*color: #E5BB0B;*/
  color: #FFF;
  width: 100%;
}
.MainMenuContent li ul {
  display: none;
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 10px 0px;
  border-top: 1px dashed #FFF;
  border-bottom: 1px dashed #FFF;
  width: 100%;
}
.MainMenuContent li ul.MenuShow {
  display: block;
  transition: 1s;
}
.MainMenuContent li ul li {
  margin: 0px;
  padding: 5px 0px 10px 0px;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 18px;
}
.MainMenuContent li ul li ul {
  margin: 0px 0px 15px 0px;
  padding: 0px;
  border-top: none;
}
.MainMenuContent li ul li ul li {
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 12px;
  margin: 5px 0px 5px 0px;
}
.MainMenuContent a {
  text-align: left;
  text-decoration: none;
}
.MainMenuContent a:hover {
  color: #E5BB0B;
}
.MainMenuContent li ul li a {
  color: #FFF;
  border-bottom: none;
}
.section {
  text-align: center;
  overflow: hidden;
}
/* Hiding video controls
	* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
	* --------------------------------------- */
video::-webkit-media-controls {
  display: none !important;
}
/*solves problem with overflowing video in Mac with Chrome */

#HomeBanner {
  overflow: hidden;
}
  .HomeBannerContainer {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	  box-sizing: border-box;
            padding-top: 74px; 
            padding-left: 20px;
            padding-right: 20px;
            padding-bottom: 20px;
  }
        /* --- Hero Container --- */
        .HomeSlide-hero-container {
            position: relative;
            width: 100%;
            max-width: 1280px; 
			margin: 10px auto 20px;
            
            /* --- STRICT 16:9 RATIO (Desktop/Tablet) --- */
            aspect-ratio: 16 / 9; 
            
            overflow: hidden;
            /* Shadow and Radius for Desktop "Floating" look */
            border-radius: 8px; 
            z-index: 1; 
            box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
        }

        /* --- Slider Wrapper --- */
        .HomeSlide-slider-wrapper {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
        }

        /* --- Slide --- */
        .HomeSlide-slide {
            min-width: 100%;
            height: 100%;
            position: relative;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
			cursor: pointer;
        }

        .HomeSlide-slide::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 70%;
            background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
            pointer-events: none;
        }

        /* --- Slide Content --- */
        .HomeSlide-slide-content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: clamp(20px, 5vw, 60px);
            z-index: 2;
            color: white;
            text-align: left;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease 0.3s;
			box-sizing: border-box;
        }

        .HomeSlide-slide.HomeSlide-active .HomeSlide-slide-content {
            opacity: 1;
            transform: translateY(0);
        }

        .HomeSlide-slide-content h2 {
  			font-family: "Graphik-Medium", Helvetica, Arial;
            font-size: clamp(0.9rem, 2.5vw, 2.0rem);
            font-weight: 700;
            margin-bottom: -8px;
            text-shadow: 0 2px 15px rgba(0,0,0,0.5);
            letter-spacing: 0em;
            line-height: 1.5;
        }

        .HomeSlide-slide-content p {
  			font-family: "Graphik-Regular", Helvetica, Arial;
            font-size: clamp(0.7rem, 1vw, 1.2rem);
            color: #f0f0f0;
            max-width: 800px;
            margin-bottom: 0px;
            text-shadow: 0 1px 4px rgba(0,0,0,0.5);
            font-weight: 300;
            line-height: 1.5;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .HomeSlide-slide-content button {
  			font-family: "Graphik-Regular", Helvetica, Arial;
            font-size: clamp(0.7rem, 1vw, 1.1rem);
			width: 120px;
			height: 40px;
			border: none;
			margin-top: 20px;
			cursor: pointer;
        }

        /* --- Navigation Arrows --- */
        .HomeSlide-nav-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: white;
            width: clamp(32px, 4vw, 38px);
            height: clamp(32px, 4vw, 38px);
            border-radius: 50%;
            cursor: pointer;
            z-index: 10;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: clamp(0.8rem, 1.5vw, 1.4rem);
            padding-bottom: 2px;
        }

        .HomeSlide-nav-btn:hover {
            background: rgba(255, 255, 255, 0.9);
            color: black;
            transform: translateY(-50%) scale(1.1);
            border-color: white;
        }
        .HomeSlide-prev-btn { left: -40px; }
        .HomeSlide-next-btn { right: -40px; }

        /* --- Bottom Controls --- */
        .HomeSlide-bottom-controls {
            position: absolute;
            bottom: 30px;
            right: 68px;
            display: flex;
            align-items: center;
            gap: 15px;
            z-index: 10;
            background: rgba(0, 0, 0, 0.3);
            padding: 8px 15px;
            border-radius: 30px;
            backdrop-filter: blur(4px);
            border: 1px solid rgba(255,255,255,0.1);
        }

        .HomeSlide-dots-container {
            display: flex;
            gap: 10px;
        }

        .HomeSlide-dot {
            width: 10px;
            height: 10px;
            background-color: rgba(255, 255, 255, 0.4);
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s;
        }

        .HomeSlide-dot.HomeSlide-active {
            background-color: white;
            transform: scale(1.2);
        }

        .HomeSlide-play-pause-btn {
            background: transparent;
            border: none;
            cursor: pointer;
            color: rgba(255, 255, 255, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0;
            transition: all 0.3s ease;
            width: 20px;
            height: 20px;
        }

        .HomeSlide-play-pause-btn:hover {
            color: white;
            transform: scale(1.1);
        }

        .HomeSlide-play-pause-btn svg {
            width: 100%;
            height: 100%;
            fill: currentColor;
        }

        /* --- Large Screens --- */
        @media (min-width: 1921px) and (min-height: 1200px) {
            .HomeSlide-hero-container { max-width: 1280px; }
        }
        
        /* --- MOBILE VIEW --- */
        @media (max-width: 768px) {
            .HomeBannerContainer {
                /* Reset vertical centering for mobile to keep it at the top */
                justify-content: flex-start; 
                
                /* Remove the 20px gap on sides/bottom */
                padding-left: 0;
                padding-right: 0;
                padding-bottom: 0;
                /* Top padding equals menu height only (no gap) */
                padding-top: 60px; 
            }

        .HomeSlide-slide-content button {
			width: 100px;
			height: 30px;
			margin-top: 15px;
			margin-bottom: 2px;
        }
            .HomeSlide-menu-bar {
                padding: 0 15px; 
            }
            .HomeSlide-hero-container {
                width: 100%;
                /* Remove rounded corners for full-width look */
                border-radius: 0; 
                /* Keep 16:9 Ratio */
                aspect-ratio: 16 / 9;
                box-shadow: none;
			margin: 0px auto;
            }
            
            .HomeSlide-nav-btn { 
                width: 32px; 
                height: 32px; 
            }
            .HomeSlide-prev-btn { left: -35px; }
            .HomeSlide-next-btn { right: -35px; }
            
            .HomeSlide-slide-content { 
                padding: 15px 20px 15px 20px; 
            }
            
            .HomeSlide-bottom-controls { 
                bottom: 15px; 
                right: 40px; 
                gap: 8px; 
                padding: 5px 10px; 
                transform: scale(0.9);
                transform-origin: right bottom;
            }
        }




.HomeProgrammesContainer {
  display: flex;
  width: 100%;
}
.ProgrammesTitle {
  display: none;
  font-family: "Graphik-Light", Helvetica, Arial;
  color: #80c242;
  font-size: 36px;
  font-weight: normal;
}
.DepartmentContainer {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: stretch;
}
.Department {
  width: 25%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#AIP {
  background-image: url("../images/home/HomeDepartmentBgAIP.jpg");
}
#DCD {
  background-image: url("../images/home/HomeDepartmentBgDCD.jpg");
}
#DDM {
  background-image: url("../images/home/HomeDepartmentBgDDM.jpg");
}
#FID {
  background-image: url("../images/home/HomeDepartmentBgFIDNew.jpg");
}
.DepartmentColor {
  width: 100%;
  height: 100vh;
}
.DepartmentColor:hover {
  background-color: rgba(84, 41, 128, 0.90) !important;
}
#AIP .DepartmentColor {
  background-color: rgba(152, 192, 223, 0.80);
}
#DCD .DepartmentColor {
  background-color: rgba(248, 152, 66, 0.80);
}
#DDM .DepartmentColor {
  background-color: rgba(255, 230, 0, 0.80);
}
#FID .DepartmentColor {
  background-color: rgba(250, 184, 169, 0.80);
}
.DepartmentContent {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding: 50px;
}
.DepartmentName {
  font-family: "Graphik-Light", Helvetica, Arial;
  color: #FFF;
  font-size: 25px;
}
.DepartmentProgrammes {
  text-align: left;
  width: 100%;
  display: none;
}
.DepartmentProgrammes h1 {
  font-family: "Graphik-Medium", Helvetica, Arial;
  color: #FFF;
  font-size: 20px;
  margin: 50px 0px 5px 0px;
  padding: 0px;
}
.DepartmentProgrammes ul {
  margin: 0px;
  padding: 0px;
}
.DepartmentProgrammes li {
  font-family: "Graphik-Regular", Helvetica, Arial;
  color: #FFF;
  font-size: 15px;
  list-style: none;
  margin-top: 10px;
  width: 100%;
}
.DepartmentProgrammes a {
  font-family: "Graphik-Regular", Helvetica, Arial;
  color: #FFF;
  font-size: 15px;
  text-decoration: none;
}
.DepartmentProgrammes a:hover {
  text-decoration: underline;
}
.DepartmentProgrammes p{
  font-family: "Graphik-Regular", Helvetica, Arial;
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
	margin-top: 10px;
}
span.DepartmentProgrammesVPAS{
	opacity: 1;
	animation: ProgrammesVPAS 1s infinite;
	color: #FAE89F;
	font-size: 90%;
	line-height: 100%;
	vertical-align: super;
}
@keyframes ProgrammesVPAS {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.HomePathwayContainer {
  width: 100%;
  height: 100vh;
	
    padding-top: 80px;
}
.HomePathwayContainer h1 {
  font-family: "Graphik-Light", Helvetica, Arial;
  color: #80c242;
  font-size: 36px;
  font-weight: normal;
}
.HomePathwayChartContainer {
  display: flex;
  width: 90%;
  max-width: 1400px;
  height: calc(100vh - 80px);
  max-height: 800px;
  margin: 0px auto;
}
.HomePathwayChartContainer a{
	text-decoration: none;
}
.HomePathwayChartStep1 {
  width: 25%;
  height: 100vh;
  max-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.HomePathwayChartStep1Container {
  width: 0%;
  display: flex;
  align-items: center;
  height: calc(100% / 3.2);
  opacity: 0;
}
.HomePathwayChartStep1Content {
  width: calc(100% - 30px);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  padding: 50px;
  transition: 1s;
  transform-origin: left center;
}
.fp-viewing-admission .StudyYears3 {
  animation: HomePathwayChart 0.5s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .HKDSE {
  animation: HomePathwayChart 0.3s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .StudyYears1 {
  animation: HomePathwayChart 0.3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .HomePathwayChartStep2Container {
  animation: HomePathwayChart 0.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .HomePathwayChartStep3Container {
  animation: HomePathwayChart 0.5s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .StudyYears3 h2, .fp-viewing-admission .StudyYears3 h3, .fp-viewing-admission .StudyYears3 h4 {
  animation: HomePathwayChartContent 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .HKDSE h2, .fp-viewing-admission .HKDSE h3, .fp-viewing-admission .HKDSE h4 {
  animation: HomePathwayChartContent 0.3s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .StudyYears1 h2, .fp-viewing-admission .StudyYears1 h3, .fp-viewing-admission .StudyYears1 h4 {
  animation: HomePathwayChartContent 0.3s;
  animation-delay: 1.1s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .HomePathwayChartStep2Content h2, .fp-viewing-admission .HomePathwayChartStep2Content h3, .fp-viewing-admission .HomePathwayChartStep2Content .HomePathwayChartStep2Logo {
  animation: HomePathwayChartContent 0.5s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
}
.fp-viewing-admission .HomePathwayChartStep3Content h2, .fp-viewing-admission .HomePathwayChartStep3Content h3, .fp-viewing-admission .HomePathwayChartStep3Content .HomePathwayChartStep3Logo {
  animation: HomePathwayChartContent 0.5s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
}
@keyframes HomePathwayChart {
  from {
    width: 0%;
    opacity: 0;
  }
  to {
    width: 100%;
    opacity: 1;
  }
}
@keyframes HomePathwayChartContent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.HomePathwayChartStep1Content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  font-family: "Graphik-Medium", Helvetica, Arial;
  opacity: 0;
}
.StudyYears3 .HomePathwayChartStep1Content h2 {
  color: #d4e7b7;
}
.StudyYears1 .HomePathwayChartStep1Content h2 {
  color: #cbebfb;
}
.HomePathwayChartStep1Content h3 {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  color: #FFF;
  font-size: 30px;
  font-family: "Graphik-Medium", Helvetica, Arial;
  opacity: 0;
}
.HomePathwayChartStep1Content h4 {
  margin: 0px;
  padding: 0px;
  color: #FFF;
  font-size: 18px;
  font-family: "Graphik-Regular", Helvetica, Arial;
  opacity: 0;
}
.StudyYears3 .HomePathwayChartStep1Content {
  background-color: #98c93c;
}
.HKDSE .HomePathwayChartStep1Content {
  background-color: #ec9a54;
}
.StudyYears1 .HomePathwayChartStep1Content {
  background-color: #7ed2f6;
}
.HomePathwayChartStep1Arrow {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.StudyYears3 .HomePathwayChartStep1Arrow {
  border-left: 30px solid #98c93c;
}
.HKDSE .HomePathwayChartStep1Arrow {
  border-left: 30px solid #ec9a54;
}
.StudyYears1 .HomePathwayChartStep1Arrow {
  border-left: 30px solid #7ed2f6;
}
.HomePathwayChartStep2 {
  width: 40%;
  height: 100vh;
  max-height: 800px;
}
.HomePathwayChartStep2Container {
  width: 0%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.HomePathwayChartStep2Content {
  width: calc(100% - 30px);
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  padding: 50px;
  background-color: #542987;
}
.HomePathwayChartStep2Content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  color: #9680b6;
  font-family: "Graphik-Medium", Helvetica, Arial;
  opacity: 0;
}
.HomePathwayChartStep2Content h3 {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  color: #FFF;
  font-size: 45px;
  font-family: "Graphik-Medium", Helvetica, Arial;
  text-transform: uppercase;
  opacity: 0;
}
.HomePathwayChartStep2Arrow {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 30px solid #542987;
}
.HomePathwayChartStep2Logo {
  margin-top: 20px;
  opacity: 0;
}
.HomePathwayChartStep2LogoHKDI {
  width: 370px;
  height: 111px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/home/HomeLogoFullWhite.png");
}
.HomePathwayChartStep3 {
  width: 35%;
  height: 100vh;
  max-height: 800px;
}
.HomePathwayChartStep3Container {
  width: 0%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.HomePathwayChartStep3Content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  padding: 50px;
  background-color: #ededee;
}
.HomePathwayChartStep3Content h2 {
  opacity: 0;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  color: #9680b6;
  font-family: "Graphik-Medium", Helvetica, Arial;
}
.HomePathwayChartStep3Content h3 {
  opacity: 0;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  color: #542987;
  font-size: 37px;
  font-family: "Graphik-Medium", Helvetica, Arial;
  text-transform: uppercase;
}
.HomePathwayChartStep3Logo {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
.HomePathwayChartStep3LogoLocal {
  width: 96px;
  padding-right: 20px;
}
.HomePathwayChartStep3LogoOversea {
  width: calc(100%-96px);
  display: flex;
  flex-direction: row;
  justify-content:flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 20px;
  border-left: dotted 1px #333;
}
.HomePathwayChartStep3LogoOversea div {
  margin: 5px;
}
.HomePathwayChartStep3LogoTHEi {
	cursor: pointer;
  width: 76px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/home/HomePathwayLogoDegreeTHEi.png");
}
.HomePathwayChartStep3LogoCoventry {
	cursor: pointer;
	display: none;
  width: 123px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/home/HomePathwayLogoDegreeCoventry.png");
}
.HomePathwayChartStep3LogoNottingham {
	cursor: pointer;
  width: 118px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/home/HomePathwayLogoDegreeNottingham.png");
}
.HomePathwayChartStep3LogoSheffield {
	cursor: pointer;
  width: 72px;
  height: 47px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/home/HomePathwayLogoDegreeSheffield.png");
}
.HomePathwayChartStep3LogoLincoln {
	cursor: pointer;
	display: none;
  width: 48px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/home/HomePathwayLogoDegreeLincoln.png");
}
.HomePathwayChartStep3LogoUWE {
	cursor: pointer;
  width: 89px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/home/HomePathwayLogoDegreeUWE.png");
}
.HomePathwayChartStep3LogoUCLan {
	cursor: pointer;
  width: 117px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../images/home/HomePathwayLogoDegreeUCLan.png");
	margin-top: -10px !important;
}
.HomeNurturingContainer {
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
}
.HomeNurturingContainer h1 {
  font-family: "Graphik-Light", Helvetica, Arial;
  color: #80c242;
  font-size: 36px;
  font-weight: normal;
}
.HomeNurturingContentContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  width: 800px;
  flex-wrap: wrap;
  margin: 0px auto;
}
.HomeNurturing {
  width: 400px;
  padding: 15px;
  box-sizing: border-box;
  text-align: left;
}
.HomeNurturingHeader h2 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  margin: 0px;
  padding: 0px;
}
.HomeNurturingIconContainer {
  display: flex;
  align-items: center;
  margin: 20px 0px;
}
.HomeNurturingIcon {
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  display: flex;
}
#HomeNurturingHourIcon {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-position: center center;
  width: 138px;
  height: 138px;
  background-image: url("../images/home/HomeNurturingHourIcon.png");
}
.HomeNurturingHourIconCircle {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #80c242;
  border-radius: 50%;
  left: 6px;
}
.HomeNurturingHourIconHourhand {
  width: 7px;
  height: 35px;
  background-color: #80c242;
  position: relative;
  transform-origin: center bottom;
  transform: rotate(0deg);
  left: -3px;
  top: -17.5px;
  animation: HomeNurturingClock 24s infinite linear;
}
.HomeNurturingHourIconMinutehand {
  width: 5px;
  height: 50px;
  background-color: #80c242;
  position: relative;
  transform-origin: center bottom;
  transform: rotate(0deg);
  left: -9px;
  top: -25px;
  animation: HomeNurturingClock 2s infinite linear;
}
@keyframes HomeNurturingClock {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.HomeNurturingIconDescription {}
#HomeNurturingHour .HomeNurturingIconDescription h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 16px;
  color: #98c93c;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
#HomeNurturingHour .HomeNurturingIconDescription h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 75px;
  color: #98c93c;
  margin: 10px 0px 5px 0px;
  padding: 0px;
  line-height: 100%;
  width: 103px;
}
#HomeNurturingHour .HomeNurturingIconDescription h5 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 16px;
  color: #98c93c;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingDescription p {
  font-family: "Graphik-Light", Helvetica, Arial;
  color: #333;
  font-size: 15px;
  line-height: 150%;
  margin: 10px 0px 0px 0px
}
#HomeNurturingCareerIcon {
  justify-content: center;
  align-items: flex-end;
  background-position: left center;
  width: 138px;
  height: 138px;
  background-image: url("../images/home/HomeNurturingCareerIcon.png");
}
.HomeNurturingHourCareerIconArrowContainer {
  transform-origin: bottom center;
  height: 58px;
  transform: rotate(45deg);
  animation-delay: 1s;
  animation: HomeNurturingArrowContainer 4s infinite;
  margin-left: 70px;
  margin-bottom: 40px;
}
.HomeNurturingHourCareerIconArrow {
  width: 31px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/home/HomeNurturingCareerArrowIcon.png");
  transform-origin: bottom center;
}
.HomeNurturingHourCareerIconArrowBorder {
  margin-left: 13px;
  margin-top: 2px;
  border-left: dotted 5px #4f5051;
  height: 0px;
  transform-origin: bottom center;
  animation-delay: 1s;
  animation: HomeNurturingArrow 4s infinite;
}
@keyframes HomeNurturingArrowContainer {
  from {
    height: 20px;
    transform: scale(0.7) rotate(45deg);
  }
  to {
    height: 58px;
    transform: scale(1) rotate(45deg);
  }
}
@keyframes HomeNurturingArrow {
  from {
    height: 15px;
  }
  to {
    height: 40px;
  }
}
#HomeNurturingCareer .HomeNurturingIconDescription h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 16px;
  color: #333;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
#HomeNurturingCareer .HomeNurturingIconDescription h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 75px;
  color: #7ed2f6;
  margin: 10px 0px 5px 0px;
  padding: 0px;
  line-height: 100%;
  width: 103px;
}
#HomeNurturingCareer .HomeNurturingIconDescription h5 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 16px;
  color: #333;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingHourCareerIconChartContainer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: -20px;
}
.HomeNurturingHourCareerIconChart1 {
  width: 13px;
  height: 0px;
  background-color: #4f5051;
  transform-origin: bottom center;
  border-radius: 5px;
  margin-right: 8px;
  animation-delay: 1s;
  animation: HomeNurturingChart1 4s infinite;
}
.HomeNurturingHourCareerIconChart2 {
  width: 13px;
  height: 0px;
  background-color: #4f5051;
  transform-origin: bottom center;
  border-radius: 5px;
  margin-right: 8px;
  animation-delay: 1s;
  animation: HomeNurturingChart2 4s infinite;
}
.HomeNurturingHourCareerIconChart3 {
  width: 13px;
  height: 0px;
  background-color: #7ed2f6;
  transform-origin: bottom center;
  border-radius: 5px;
  animation-delay: 1s;
  animation: HomeNurturingChart3 4s infinite;
}
@keyframes HomeNurturingChart1 {
  0% {
    height: 0px;
  }
  50% {
    height: 25px;
  }
  100% {
    height: 25px;
  }
}
@keyframes HomeNurturingChart2 {
  0% {
    height: 0px;
  }
  75% {
    height: 40px;
  }
  100% {
    height: 40px;
  }
}
@keyframes HomeNurturingChart3 {
  from {
    height: 0px;
  }
  to {
    height: 55px;
  }
}
p.HomeNurturingHeaderCareerSource {
  font-family: "Graphik-LightItalic", Helvetica, Arial;
  color: #333;
  font-size: 10px;
}
#HomeNurturingExchangesIcon {
  justify-content: center;
  align-items: flex-end;
  background-position: left center;
  width: 136px;
  height: 135px;
  background-image: url("../images/home/HomeNurturingExchangesIcon1.png");
  animation: HomeNurturingExchangesIcon 2s infinite;
}
@keyframes HomeNurturingExchangesIcon {
  0% {
    background-image: url("../images/home/HomeNurturingExchangesIcon1.png");
  }
  49% {
    background-image: url("../images/home/HomeNurturingExchangesIcon1.png");
  }
  50% {
    background-image: url("../images/home/HomeNurturingExchangesIcon2.png");
  }
  99% {
    background-image: url("../images/home/HomeNurturingExchangesIcon2.png");
  }
  100% {
    background-image: url("../images/home/HomeNurturingExchangesIcon1.png");
  }
}
#HomeNurturingExchanges .HomeNurturingIconDescription {
  margin-left: 20px;
  width: 150px;
}
#HomeNurturingExchanges .HomeNurturingIconDescription h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 75px;
  color: #7a5da1;
  margin: 10px 0px 5px 0px;
  padding: 0px;
  line-height: 100%;
  width: 103px;
}
#HomeNurturingExchanges .HomeNurturingIconDescription h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 16px;
  color: #542987;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
#HomeNurturingExchanges .HomeNurturingIconDescription h5 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 16px;
  color: #4f5051;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 120%;
}
p.HomeNurturingHeaderExchangesSource {
  font-family: "Graphik-LightItalic", Helvetica, Arial;
  color: #333;
  font-size: 10px;
}
#HomeNurturingScholarship .HomeNurturingIconDescription {
  margin-left: 20px;
  width: 200px;
}
#HomeNurturingScholarship .HomeNurturingIconDescription h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 75px;
  color: #ec9a54;
  margin: 10px 0px 5px 0px;
  padding: 0px;
  line-height: 100%;
  width: 103px;
}
#HomeNurturingScholarship .HomeNurturingIconDescription h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 16px;
  color: #4f5051;
  margin: 0px;
  padding: 0px;
  line-height: 100%;
}
#HomeNurturingScholarship .HomeNurturingIconDescription h5 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 16px;
  color: #4f5051;
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 120%;
}
#HomeNurturingScholarship .HomeNurturingIconDescription h5 span {
  color: #ec9a54;
}
#HomeNurturingScholarshipIcon {
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  background-position: center center;
  width: 175px;
  height: 88px;
  background-image: url("../images/home/HomeNurturingScholarshipIconHat.png");
  margin-top: 50px;
}
.HomeNurturingScholarshipIconHatFront {
  position: relative;
  width: 132px;
  height: 32px;
  background-image: url("../images/home/HomeNurturingScholarshipIconHatFront.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-top: 0px;
  margin-left: 0px;
  margin: 0px auto;
  top: -65px;
}
.HomeNurturingScholarshipIconMoney {
  position: relative;
  width: 77px;
  height: 77px;
  background-image: url("../images/home/HomeNurturingScholarshipIconMoney.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin: 0px auto;
  top: -50px;
  animation: HomeNurturingHandMoney 4s infinite;
}
@keyframes HomeNurturingHandMoney {
  0% {
    top: -60px;
  }
  50% {
    top: -40px;
  }
  90% {
    top: -40px;
  }
  100% {
    top: -60px;
  }
}
.HomeNurturingScholarshipIconHandContainer {
  position: relative;
  transform-origin: top center;
  height: 35px;
  left: -65px;
  top: -65px;
}
.HomeNurturingScholarshipIconHandLine {
  position: relative;
  width: 5px;
  height: 10px;
  background-color: #4f5051;
  margin-left: 12px;
  margin-top: -20px;
  transform-origin: top center;
  animation: HomeNurturingHandLine 4s infinite;
}
p.HomeNurturingHeaderScholarshipSource {
  font-family: "Graphik-LightItalic", Helvetica, Arial;
  color: #333;
  font-size: 10px;
}
@keyframes HomeNurturingHandLine {
  0% {
    height: 10px;
  }
  50% {
    height: 25px;
  }
  90% {
    height: 25px;
  }
  100% {
    height: 10px;
  }
}
.HomeNurturingScholarshipIconHand {
  width: 29px;
  height: 25px;
  background-image: url("../images/home/HomeNurturingScholarshipIconHatHand.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-left: 0px;
}
.HomeNurturingEmploymentChart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#542987 0deg 180deg, #98c93c 180deg 360deg);
  transition: 1s;
}
.HomeNurturingEmploymentChart::before {
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
}
.fp-viewing-nurturing .HomeNurturingEmploymentChart {
  animation: HomeNurturingEmploymentChart 3s linear 0s forwards;
}
.fp-viewing-nurturing .HomeNurturingEmploymentChart::before {
  animation: HomeNurturingEmploymentChartBefore 3s linear 0s forwards;
}
@keyframes HomeNurturingEmploymentChartBefore {
  0% {
    transform: scale(2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes HomeNurturingEmploymentChart {
  0% {
    transform: rotate(-180deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
p.HomeNurturingHeaderEmploymentSource {
  font-family: "Graphik-LightItalic", Helvetica, Arial;
  color: #333;
  font-size: 10px;
}
.HomeNurturingEmploymentChartStudiesLineContainer {
  display: flex;
  justify-content: flex-end;
  margin-top: 0px;
  margin-right: -10px;
}
.HomeNurturingEmploymentChartStudiesLine1 {
  width: 0px;
  border-top: solid 2px #98c93c;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.HomeNurturingEmploymentChartStudiesLine2 {
  width: 0px;
  border-top: solid 2px #98c93c;
  transform-origin: top right;
}
.fp-viewing-nurturing .HomeNurturingEmploymentChartStudiesLine1 {
  animation: HomeNurturingEmploymentChartStudiesLine1 0.5s linear 0s forwards;
  animation-delay: 1.5s;
}
.fp-viewing-nurturing .HomeNurturingEmploymentChartStudiesLine2 {
  animation: HomeNurturingEmploymentChartStudiesLine2 0.5s linear 0s forwards;
  animation-delay: 1s;
}
@keyframes HomeNurturingEmploymentChartStudiesLine1 {
  0% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}
@keyframes HomeNurturingEmploymentChartStudiesLine2 {
  0% {
    width: 0px;
  }
  100% {
    width: 35px;
  }
}
.HomeNurturingEmploymentChartStudies {
  opacity: 0;
  margin-top: 25px;
}
.fp-viewing-nurturing .HomeNurturingEmploymentChartStudies {
  animation: HomeNurturingEmploymentChartStudies 1s linear 0s forwards;
  animation-delay: 2s;
}
@keyframes HomeNurturingEmploymentChartStudies {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.HomeNurturingEmploymentChartStudies h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 25px;
  color: #98c93c;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingEmploymentChartStudies h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 12px;
  color: #98c93c;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingEmploymentChartEmploymentLineContainer {
  display: flex;
  margin-top: 25px;
  margin-right: -10px;
}
.HomeNurturingEmploymentChartEmploymentLine1 {
  width: 0px;
  border-top: solid 2px #542987;
  transform-origin: bottom left;
}
.HomeNurturingEmploymentChartEmploymentLine2 {
  width: 0px;
  border-top: solid 2px #542987;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.fp-viewing-nurturing .HomeNurturingEmploymentChartEmploymentLine1 {
  animation: HomeNurturingEmploymentChartEmploymentLine1 0.5s linear 0s forwards;
  animation-delay: 1s;
}
.fp-viewing-nurturing .HomeNurturingEmploymentChartEmploymentLine2 {
  animation: HomeNurturingEmploymentChartEmploymentLine2 0.5s linear 0s forwards;
  animation-delay: 1.5s;
}
@keyframes HomeNurturingEmploymentChartEmploymentLine1 {
  0% {
    width: 0px;
  }
  100% {
    width: 35px;
  }
}
@keyframes HomeNurturingEmploymentChartEmploymentLine2 {
  0% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}
.HomeNurturingEmploymentChartEmployment {
  opacity: 0;
  margin-top: -50px;
  margin-left: 15px;
}
.fp-viewing-nurturing .HomeNurturingEmploymentChartEmployment {
  animation: HomeNurturingEmploymentChartEmployment 1s linear 0s forwards;
  animation-delay: 2s;
}
@keyframes HomeNurturingEmploymentChartEmployment {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.HomeNurturingEmploymentChartEmployment h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 25px;
  color: #542987;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingEmploymentChartEmployment h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 12px;
  color: #542987;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
}
#HomeNurturingIconContainerProgression {
  flex-wrap: wrap;
}
.HomeNurturingProgressionChart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#542987 0deg 162deg, #ec9a54 162deg 166deg, #7ed2f6 166deg 360deg);
  transition: 1s;
}
.HomeNurturingProgressionChart::before {
  content: "";
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #fff;
}
.fp-viewing-nurturing .HomeNurturingProgressionChart {
  animation: HomeNurturingProgressionChart 3s linear 0s forwards;
}
.fp-viewing-nurturing .HomeNurturingProgressionChart::before {
  animation: HomeNurturingProgressionChartBefore 3s linear 0s forwards;
}
@keyframes HomeNurturingProgressionChartBefore {
  0% {
    transform: scale(2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes HomeNurturingProgressionChart {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
.HomeNurturingProgressionChartLocalLineContainer {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  margin-right: -10px;
}
.HomeNurturingProgressionChartLocalLine1 {
  width: 0px;
  border-top: solid 2px #7ed2f6;
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.HomeNurturingProgressionChartLocalLine2 {
  width: 0px;
  border-top: solid 2px #7ed2f6;
  transform-origin: top right;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartLocalLine1 {
  animation: HomeNurturingProgressionChartLocalLine1 0.5s linear 0s forwards;
  animation-delay: 1.5s;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartLocalLine2 {
  animation: HomeNurturingProgressionChartLocalLine2 0.5s linear 0s forwards;
  animation-delay: 1s;
}
@keyframes HomeNurturingProgressionChartLocalLine1 {
  0% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}
@keyframes HomeNurturingProgressionChartLocalLine2 {
  0% {
    width: 0px;
  }
  100% {
    width: 35px;
  }
}
.HomeNurturingProgressionChartLocal {
  opacity: 0;
  margin-top: -50px;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartLocal {
  animation: HomeNurturingProgressionChartLocal 1s linear 0s forwards;
  animation-delay: 2s;
}
@keyframes HomeNurturingProgressionChartLocal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.HomeNurturingProgressionChartLocal h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 25px;
  color: #7ed2f6;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingProgressionChartLocal h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 12px;
  color: #7ed2f6;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
  width: 100px;
}
.HomeNurturingProgressionChartSHAPELineContainer {
  display: flex;
  margin-top: 25px;
  margin-left: -20px;
}
.HomeNurturingProgressionChartSHAPELine1 {
  width: 0px;
  border-top: solid 2px #542987;
  transform-origin: bottom left;
}
.HomeNurturingProgressionChartSHAPELine2 {
  width: 0px;
  border-top: solid 2px #542987;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartSHAPELine1 {
  animation: HomeNurturingProgressionChartSHAPELine1 0.5s linear 0s forwards;
  animation-delay: 1s;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartSHAPELine2 {
  animation: HomeNurturingProgressionChartSHAPELine2 0.5s linear 0s forwards;
  animation-delay: 1.5s;
}
@keyframes HomeNurturingProgressionChartSHAPELine1 {
  0% {
    width: 0px;
  }
  100% {
    width: 35px;
  }
}
@keyframes HomeNurturingProgressionChartSHAPELine2 {
  0% {
    width: 0px;
  }
  100% {
    width: 30px;
  }
}
.HomeNurturingProgressionChartSHAPE {
  opacity: 0;
  margin-top: -50px;
  margin-left: 5px;
  width: 100px;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartSHAPE {
  animation: HomeNurturingProgressionChartSHAPE 1s linear 0s forwards;
  animation-delay: 2s;
}
@keyframes HomeNurturingProgressionChartSHAPE {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.HomeNurturingProgressionChartSHAPE h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 25px;
  color: #542987;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingProgressionChartSHAPE h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 12px;
  color: #542987;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingProgressionChartOtherLineContainer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 25px;
  margin-right: -10px;
}
.HomeNurturingProgressionChartOtherLine1 {
  position: relative;
  width: 0px;
  border-top: solid 2px #ec9a54;
  transform-origin: bottom right;
  top: -60px;
  left: -37px;
}
.HomeNurturingProgressionChartOtherLine2 {
  position: relative;
  width: 0px;
  border-top: solid 2px #ec9a54;
  transform-origin: bottom right;
  transform: rotate(-60deg);
  top: -77px;
  left: -47px;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartOtherLine1 {
  animation: HomeNurturingProgressionChartOtherLine1 0.5s linear 0s forwards;
  animation-delay: 1.5s;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartOtherLine2 {
  animation: HomeNurturingProgressionChartOtherLine2 0.5s linear 0s forwards;
  animation-delay: 1s;
}
@keyframes HomeNurturingProgressionChartOtherLine1 {
  0% {
    width: 0px;
  }
  100% {
    width: 70px;
  }
}
@keyframes HomeNurturingProgressionChartOtherLine2 {
  0% {
    width: 0px;
  }
  100% {
    width: 20px;
  }
}
.HomeNurturingProgressionChartOther {
  position: relative;
  opacity: 0;
  margin-top: 0px;
  width: 200px;
  top: -30px;
}
.fp-viewing-nurturing .HomeNurturingProgressionChartOther {
  animation: HomeNurturingProgressionChartOther 1s linear 0s forwards;
  animation-delay: 2s;
}
@keyframes HomeNurturingProgressionChartOther {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.HomeNurturingProgressionChartOther h3 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 25px;
  color: #ec9a54;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
}
.HomeNurturingProgressionChartOther h4 {
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 12px;
  color: #ec9a54;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 100%;
  width: 100px;
}
#HomeNurturingDescriptionProgression {
  margin-top: -50px;
}
p.HomeNurturingProgressionSource {
  font-family: "Graphik-LightItalic", Helvetica, Arial;
  color: #333;
  font-size: 10px;
}

.HomeVPASContainer {
  background-color: #0f2b5b;
	display: flex;
	width: 100%;
}
.HomeVPASContent{
	display: flex;
	width: 60%;
	height: 100vh;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.HomeVPASImage{
	width: 40%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image:url("../images/nls/VPASCourseImage.jpg");
}
.HomeVPASContentDescription{
	padding: 100px;
}
.HomeVPASContentDescription h1{
  font-family: "Graphik-Semibold", Helvetica, Arial;
  font-size: 35px;
  color: #FFF;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  line-height: 120%;
	text-align: left;
}
.HomeVPASContentDescription p{
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 20px;
  color: #FFF;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 150%;
	text-align: left;
}
.HomeVPASContentDescription a{
  color: #E5BB0B;
	text-decoration: none;
}
.HomeVPASContentDescription a:hover{
	text-decoration:underline;
}
.HomeVPASReadMoreBtnContainer {
  opacity: 0.9;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.HomeVPASReadMoreBtnContainer:hover {
  opacity: 1;
}
.HomeVPASReadMoreBtn {
  background-color: #E5BB0B;
  padding: 10px 20px 10px 5px;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 15px;
  color: #FFF;
  width: 100px;
}
.HomeVPASReadMoreBtnIcon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFF;
  margin-left: -18px;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-image: url("../images/home/HomeKCReadMoreBtnIcon.png");
  box-shadow: 1px 1px 5px #333;
  transition: 1s;
}
.HomeVPASReadMoreBtnContainer:hover .HomeVPASReadMoreBtnIcon {
  margin-left: -13px;
}



.HomeNewsContainer {
  background-color: #2E1647;
}
.NewsTitle{
    display: none;
	}
.NewsSlide {
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}
.NewsInformationContainerBg {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to right, rgba(46, 22, 71, 0.90), rgba(46, 22, 71, 0.30));
}
.NewsInformationContainer {
  width: 80%;
  max-width: 1280px;
  height: 100vh;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.NewsInformationContainer h2 {
  font-family: "Graphik-Medium", Helvetica, Arial;
  color: #FFF;
  font-size: 60px;
  margin: 0px;
  padding: 0px;
  text-align: left;
  width: 100%;
  max-width: 800px;
  line-height: 150%;
  text-shadow: 2px 2px 5px #333;
}


.HomeInitiativeContainer {
    padding-top: 80px;
}

.HomeInitiativeContainer h1 {
  font-family: "Graphik-Light", Helvetica, Arial;
  color: #80c242;
  font-size: 36px;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
.HomeInitiativeContent{
	margin-top: 20px; 
}
.HomeInitiative{
	display: flex;
	width: 95%;
	max-width: 800px;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: center;
	margin: 0px auto 20px auto;
	cursor: pointer;
}

.HomeInitiative:hover .HomeInitiativeDescription{
	box-shadow: 1px 1px 3px #000;
}

.HomeInitiativeLogo{
  width: 25%;
  max-width: 200px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
	box-sizing: border-box;
}
.HomeInitiativeDescription{
	width: 70%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #542980;
	border-radius: 0px;
	margin-left: 20px;
}
.HomeInitiative:nth-child(odd) .HomeInitiativeDescription{
	background-color: #542980;
}
.HomeInitiative:nth-child(even) .HomeInitiativeDescription{
	background-color: #E0E0E0;
}
.HomeInitiativeDescription h3{
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
    font-family: "Graphik-Medium", Helvetica, Arial;
	font-size: 18px;
}
.HomeInitiative:nth-child(odd) .HomeInitiativeDescription h3{
	color: #FFF;
}
.HomeInitiative:nth-child(even) .HomeInitiativeDescription h3{
	color: #542980;
}
.HomeInitiativeDescription p{
	text-align: left;
	margin: 0px;
	padding: 0px;
    font-family: "Graphik-Regular", Helvetica, Arial;
	font-size: 13px;
	line-height: 150%;
}
.HomeInitiative:nth-child(odd) .HomeInitiativeDescription p{
	color: #d3d3d3;
}
.HomeInitiative:nth-child(even) .HomeInitiativeDescription p{
	color: #333;
}
#HomeInitiativeMotifx{
	background-image: url("../images/home/HomeInitiativeMotifxLogo.svg");
}
#HomeInitiativeFashionUnion{
	background-image: url("../images/home/HomeInitiativeFashionUnionLogo.png");
}
#HomeInitiativeGoGreenovate{
	background-image: url("../images/home/HomeInitiativeGoGreenovateLogo.png");
}
#HomeInitiativeHKDF{
	background-image: url("../images/home/HomeInitiativeHKDFLogo.png");
}
.HomeInitiativeReadMoreBtnContainer {
  opacity: 0.9;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.HomeInitiative:hover .HomeInitiativeReadMoreBtnContainer {
  opacity: 1;
}
.HomeInitiativeReadMoreBtn {
  background-color: #E5BB0B;
  padding: 10px 20px 10px 5px;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 15px;
  color: #FFF;
  width: 100px;
}
.HomeInitiativeReadMoreBtnIcon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFF;
  margin-left: -18px;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-image: url("../images/home/HomeKCReadMoreBtnIcon.png");
  box-shadow: 1px 1px 5px #333;
  transition: 1s;
}
.HomeInitiative:hover .HomeInitiativeReadMoreBtnContainer .HomeInitiativeReadMoreBtnIcon {
  margin-left: -13px;
}

.HomeKCContainer {
}
.HomeKCContentContainer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 80px;
}

.HomeKCDescription{
  width: 100%;
  height: auto;
  min-height: 150px;
  box-sizing: border-box;
	background-color: rgba(84, 41, 128, 1);
	color: #FFF;
	padding: 10px;
}
.KCTitle {
  display: block;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 25px;
  margin: 10px 0px 0px 0px;
  text-align: center;
  width: 100%;
  color: #E5BB0B;
  padding: 5px 0px;
	line-height: 100%;
}
.KCDescription {
  display: block;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 18px;
  margin: 10px auto 10px auto;
  text-align:left;
  width: 100%;
	max-width: 800px;
  color: #FFF;
  padding: 5px 0px;
}
.HomeKC {
  width: 50%;
  height: calc((100vh - 230px)/3);
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#HomeKCCCD {
  background-image: url("../images/home/HomeKCCCDBg.jpg");
}
#HomeKCCDSS {
  background-image: url("../images/home/HomeKCCDSSBg.jpg");
}
#HomeKCCIMT {
  background-image: url("../images/home/HomeKCCIMTBg.jpg");
}
#HomeKCDESIS {
  background-image: url("../images/home/HomeKCDESISBg.jpg");
}
#HomeKCFA {
  background-image: url("../images/home/HomeKCFABg.jpg");
}
#HomeKCML {
  background-image: url("../images/home/HomeKCMLBg.jpg");
}
.HomeKCContent {
  width: 100%;
  height: 100%;
  color: rgba(84, 41, 128, 1.00);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
#HomeKCCCD .HomeKCContent {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
  justify-content: flex-end;
}
#HomeKCFA .HomeKCContent {
  background-image: linear-gradient(to right, rgba(84, 41, 128, 0.95), rgba(255, 255, 255, 0.00));
  justify-content: flex-start;
}
#HomeKCDESIS .HomeKCContent {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
  justify-content: flex-end;
}
#HomeKCCDSS .HomeKCContent {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.00));
  justify-content: flex-start;
}
#HomeKCCIMT .HomeKCContent {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
  justify-content: flex-end;
}
#HomeKCML .HomeKCContent {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.00));
  justify-content: flex-start;
}
.HomeKCContentDescription {
  width: 45%;
  padding: 50px;
}
.HomeKCContentDescription h2 {
  margin: 0px;
  padding: 0px;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 20px;
  line-height: 150%;
  text-align: left;
}
.HomeKCContentDescription p {
	display: none;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
}
#HomeKCCCD h2 {
  color: #FFF;
}
#HomeKCCCD p {
  color: #d3d3d3;
}
#HomeKCFA h2 {
  color: #FFF;
}
#HomeKCFA p {
  color: #d3d3d3;
}
#HomeKCDESIS h2 {
  color: #FFF;
}
#HomeKCDESIS p {
  color: #d3d3d3;
}
#HomeKCCDSS h2 {
  color: #542980;
}
#HomeKCCDSS p {
  color: #333;
}
#HomeKCCIMT h2 {
  color: #542980;
}
#HomeKCCIMT p {
  color: #333;
}
#HomeKCML h2 {
  color: #542980;
}
#HomeKCML p {
  color: #333;
}
.HomeKCReadMoreBtnContainer {
  opacity: 0.9;
  margin-top: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.HomeKCReadMoreBtnContainer:hover {
  opacity: 1;
}
.HomeKCReadMoreBtn {
  background-color: #E5BB0B;
  padding: 10px 20px 10px 5px;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 15px;
  color: #FFF;
  width: 100px;
}
.HomeKCReadMoreBtnIcon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFF;
  margin-left: -18px;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-image: url("../images/home/HomeKCReadMoreBtnIcon.png");
  box-shadow: 1px 1px 5px #333;
  transition: 1s;
}
.HomeKCReadMoreBtnContainer:hover .HomeKCReadMoreBtnIcon {
  margin-left: -13px;
}
.HomeGalleryContainer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/home/HomeGalleryBg.jpg");
}
.HomeGalleryContentContainer {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.50) 30%, rgba(255, 255, 255, 0.95));
  justify-content: flex-end;
}
.HomeGalleryContentDescription {
  width: 40%;
  padding: 100px;
}
.HomeGalleryContentDescription h2 {
  margin: 0px 0px 0px -5px;
  padding: 0px;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 60px;
  line-height: 100%;
  text-align: left;
  color: #542980;
}
.HomeGalleryContentDescription p {
	display: none;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 15px;
  line-height: 150%;
  text-align: justify;
  color: #333;
}
.HomeGalleryReadMoreBtnContainer {
  opacity: 0.9;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.HomeGalleryReadMoreBtnContainer:hover {
  opacity: 1;
}
.HomeGalleryReadMoreBtn {
  background-color: #E5BB0B;
  padding: 10px 20px 10px 5px;
  border-radius: 0px;
  text-transform: uppercase;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 15px;
  color: #FFF;
  width: 100px;
}
.HomeGalleryReadMoreBtnIcon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #FFF;
  margin-left: -18px;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  background-image: url("../images/home/HomeKCReadMoreBtnIcon.png");
  box-shadow: 1px 1px 5px #333;
  transition: 1s;
}
.HomeGalleryReadMoreBtnContainer:hover .HomeGalleryReadMoreBtnIcon {
  margin-left: -13px;
}
.HomeSitemapContainer {
  background-color: #51296f;
}
.HomeSitemapContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  justify-items: start;
  margin: 0px auto;
}
.HomeSitemapContainer h2 {
  margin: 100px 0px 50px 0px;
  padding: 0px;
  line-height: 100%;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 40px;
  color: #FFF;
  text-align: center;
}
.HomeSitemapContent ul {
  margin: 0px;
  padding: 20px;
  width: calc(100%/4);
  box-sizing: border-box;
}
.HomeSitemapContent li {
  color: #E5BB0B;
  text-align: left;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 16px;
  list-style: none;
  line-height: 120%;
  list-style-position: outside;
}
.HomeSitemapContent li a {
  display: block;
  color: #E5BB0B;
  border-bottom: 1px dashed #FFF;
  padding-bottom: 10px;
  width: 100%;
}
.HomeSitemapContent li ul {
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
  border-top: 1px dashed #FFF;
  width: 100%;
}
.HomeSitemapContent li ul li {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 14px;
}
.HomeSitemapContent li ul li ul {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  border-top: none;
}
.HomeSitemapContent li ul li ul li {
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
}
.HomeSitemapContent a {
  text-align: left;
  text-decoration: none;
}
.HomeSitemapContent a:hover {
  text-align: left;
  text-decoration: underline;
}
.HomeSitemapContent li ul li a {
  color: #FFF;
  border-bottom: none;
}
.HomeBottomMenu {
  margin-top: 50px;
}
.HomeBottomMenu ul {
  margin: 0px;
  padding: 0px;
}
.HomeBottomMenu li {
  display: inline-block;
  margin: 0px 20px;
}
.HomeBottomMenu li a {
  color: #FFF;
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 12px;
  text-decoration: none;
}
.HomeBottomMenu li a:hover {
  text-decoration: underline;
}
.HomeLocation {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.HomeLocation h6 {
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #E5BB0B;
}
.HomeLocation p {
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 12px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  color: #FFF;
}
.HomeSocialMedia {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.HomeSocialMediaIcon {
  width: 30px;
  height: 30px;
  margin: 0px 8px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.HomeSocialMediaIconFacebook {
  background-image: url("../images/home/HomeSocialMediaIconFacebook.png");
}
.HomeSocialMediaIconInstagram {
  background-image: url("../images/home/HomeSocialMediaIconInstagram.png");
}
.HomeSocialMediaIconLinkedin {
  background-image: url("../images/home/HomeSocialMediaIconLinkedin.png");
}
.HomeSocialMediaIconYoutube {
  background-image: url("../images/home/HomeSocialMediaIconYoutube.png");
}
.HomeCopyRight {
  margin-top: 100px;
  margin-bottom: 20px;
  color: #FFF;
  font-family: "Graphik-Regular", Helvetica, Arial;
  font-size: 10px;
  text-align: center;
  width: 100%;
	height: 25px;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.HomeCopyRightEN {
  background-image: url("../images/home/HomeMemberofVTCGroupEN.png");
}
.HomeCopyRightTC,.HomeCopyRightSC {
  background-image: url("../images/home/HomeMemberofVTCGroupTC.png");
}
.HomeSubscribeBtn {
  cursor: pointer;
  display: none !important;
}
.HomeSubscribeContainer {
  position: absolute;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.80);
  top: 0px;
  z-index: 999999999;
}
.HomeSubscribe {
  margin: 100px auto 0px auto;
  background-color: #51296f;
  width: 80%;
  max-width: 500px;
  border-radius: 15px;
  padding: 0px 50px 50px 50px;
  box-sizing: border-box;
}
.HomeSubscribe h3 {
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  color: #FFF;
  clear: both;
}
.HomeSubscribe input {
  margin: 10px auto 10px auto;
  padding: 10px 0px;
  width: 60%;
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 1px #FFF;
  background-color: transparent;
  color: #FFF;
}
.HomeSubscribe input::placeholder {
  color: #FFF;
  opacity: 1; /* Firefox */
}
.HomeSubscribe .captcha {
  margin-top: 50px;
}
.captcha__btn {
  color: #80c242;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 15px;
  text-decoration: none;
}
.captcha__btn:hover {
  text-decoration: underline;
}
.SubscribeBtn {
  margin-top: 20px;
}
.SubscribeBtn a {
  color: #51296f;
  text-decoration: none;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 15px;
  background-color: #E5BB0B;
  width: 100px;
  padding: 10px;
  margin: 0px auto;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #333;
  opacity: 0.9;
}
.SubscribeBtn a:hover {
  opacity: 1;
}
.HomeSubscribeClose {
  display: block;
  position: relative;
  border-radius: 50%;
  font-family: "Graphik-Medium", Helvetica, Arial;
  color: #51296f;
  font-size: 30px;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 100%;
  cursor: pointer;
  top: -15px;
  float: right;
  right: -65px;
}
.SubscribeErrorMsg {
  margin-top: 20px;
  display: none;
}
.SubscribeErrorMsg p {
  color: #A20000;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.SubscribeSuccessMsg {
  margin-top: 20px;
  display: none;
}
.SubscribeSuccessMsg p {
  color: #00A247;
  font-family: "Graphik-Medium", Helvetica, Arial;
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.btn-send.btn--loading {
  color: transparent !important;
  border: transparent !important;
  background: url(../images/common/icons/icon-loading.gif) no-repeat center center !important;
  background-color: transparent !important;
  cursor: default !important;
  pointer-events: none !important;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                        not supported by any browser */
}
@media only screen and (max-width: 1920px), (max-height: 1080px) {
  .DepartmentProgrammes li, .DepartmentProgrammes a {
    font-size: 15px !important;
  }
  .DepartmentName {
    font-size: 45px;
  }
  .DepartmentProgrammes h1 {
    font-size: 25px;
    margin-top: 25px;
  }
  .HomePathwayChartContainer, .HomePathwayChartStep1, .HomePathwayChartStep2, .HomePathwayChartStep3 {
    max-height: 600px;
  }
  .HomePathwayChartStep1Content h2 {
    font-size: 15px;
    font-weight: normal;
  }
  .HomePathwayChartStep1Content h3 {
    margin: 5px 0px 0px 0px;
    font-size: 20px;
    font-weight: normal;
  }
  .HomePathwayChartStep1Content h4 {
    font-size: 15px;
    font-family: "Graphik-Regular", Helvetica, Arial;
    font-weight: normal;
  }
  .HomeSitemapContainer h2 {
    margin: 100px 0px 30px 0px;
  }
  .HomeBottomMenu {
    margin-top: 30px;
  }
  .HomeCopyRight {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1630px) {
  .HomeMenu {
    width: 70%;
  }
  .HomeMenu ul li {
    font-size: 16px;
  }
  .LangMenu ul li {
    font-size: 16px;
  }
  .MainMenuTitle {
    font-size: 16px;
  }
  .HomePathwayChartStep3LogoOversea {
    justify-content: flex-start;
  }
  .HomePathwayChartStep3LogoCoventry {
    width: 100px;
    height: 32px;
  }
  .HomePathwayChartStep3LogoNottingham {
    width: 100px;
    height: 33px;
  }
  .HomePathwayChartStep3LogoSheffield {
    width: 48px;
    height: 32px;
  }
  .HomePathwayChartStep3LogoLincoln {
    width: 32px;
    height: 33px;
  }
  .HomePathwayChartStep3LogoUWE {
    width: 62px;
    height: 33px;
  }
.HomeVPASContent{
	width: 70%;
}
.HomeVPASImage{
	width: 30%;
}
}
@media only screen and (max-width: 1480px) {
	
.HomeVPASContent{
	width: 70%;
}
.HomeVPASImage{
	width: 30%;
}
.HomeVPASContentDescription h1{
  font-size: 30px;
}
.HomeVPASContentDescription p{
  font-size: 15px;
}	
 /* .HomeKCContentDescription {
    width: 100%;
  }
#HomeKCCCD .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
  }
  #HomeKCCDSS .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
  }
  #HomeKCCIMT .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
  }
  #HomeKCFA .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
  }
  #HomeKCDESIS .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
  }
  #HomeKCML .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
  }*/
  .HomeMenu {
    width: 70%;
  }
  .HomeMenu ul li {
    font-size: 14px;
	  margin:0px 10px;
  }
  .LangMenu ul li {
    font-size: 14px;
  }
  .MainMenuTitle {
    font-size: 14px;
  }
  .HomeLogo {
    width: 150px;
    height: 30px;
  }
  #AdmissionBtn {
    width: 100px;
    height: 100px;
    animation: AdmissionBtnS 2s infinite;
  }
  #AdmissionBtn p {
    font-size: 12px;
  }
  #VPASBtn {
    top: 195px;
    width: 100px;
    height: 100px;
    animation: VPASBtnS 2s infinite;
  }
  #VPASBtn p {
	  width: 85%;
    font-size: 12px;
  }
  .HomePromoBoxBtnContainer {
      width:100px;
	  top:unset;
		margin-left:0px;
  }
	
  .HomePromoBoxBtn {
    width: 100px !important;
    height: 100px !important;
    font-size: 10px !important;
    border-width: 2px !important;
  }
	.HomePromoBoxSlide{
		margin-left:unset;
	}
  .DepartmentContent {
    padding: 20px;
  }
  .DepartmentName {
    font-size: 25px;
  }
  .DepartmentProgrammes h1 {
    font-size: 20px;
  }
  .DepartmentProgrammes a {
    font-size: 12px !important;
  }
  .DepartmentProgrammes li {
    font-size: 12px !important;
  }
  .HomePathwayChartStep3LogoOversea {
    justify-content: flex-start;
  }
  .HomePathwayChartStep3LogoCoventry {
    width: 80px;
    height: 23px;
  }
  .HomePathwayChartStep3LogoNottingham {
    width: 80px;
    height: 22px;
  }
  .HomePathwayChartStep3LogoSheffield {
    width: 46px;
    height: 30px;
  }
  .HomePathwayChartStep3LogoLincoln {
    width: 29px;
    height: 30px;
  }
  .HomePathwayChartStep3LogoUWE {
    width: 59px;
    height: 30px;
  }
  .HomePathwayChartStep3LogoUCLan {
    width: 86px;
    height: 28px;
  }
	
	
}
@media only screen and (max-width: 1280px) {
  #HomeBannerVideoBG {
    display: none;
  }
	/*.HomePromoBoxSlide{
		 display: none;
	}
  .HomeBannerContainer {
    background-image: url("../images/home/home_banner_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }*/
  .HomeSitemapContent ul {
    width: calc(100%/2);
  }
  .HomeMenu {}
  .LangMenu {}
	#AdmissionBtn{
		display: none;
	}
	#VPASBtn{
		display: none;
	}
  .fp-viewing-home #HomeMenuContainer {
   padding: 15px 20px 15px 20px;
    height: 60px;
  }
  .fp-viewing-programmes #HomeMenuContainer, .fp-viewing-admission #HomeMenuContainer, .fp-viewing-nurturing #HomeMenuContainer, body[class*="fp-viewing-news"] #HomeMenuContainer, .fp-viewing-initiative #HomeMenuContainer, .fp-viewing-knowledgecentres #HomeMenuContainer, .fp-viewing-gallery #HomeMenuContainer, .fp-viewing-sitemap #HomeMenuContainer {
    padding: 15px 20px 15px 20px;
    height: 60px;
  }
.HomeVPASContentDescription h1{
  font-size: 20px;
}
.HomeVPASContentDescription p{
  font-size: 12px;
	margin-bottom: 10px;
}	
.HomeVPASContentDescription{
	padding: 10%;
}
.KCDescription {
    margin-top: 10px;
  	font-size: 15px;
  	width: 100%;
	max-width: 800px;
	text-align: left;
}
}
@media only screen and (max-width: 1260px) {
  .HomeMenu {
    display: none;
  }
  .LangMenu {
    margin-left: auto;
    margin-right: 0px;
  }
  .MainMenuContainer {
    margin-left: 0px;
  }
  .HomePromoBox {
    width: 100%;
	  height: unset;
	  display: block;
	  margin: 0px;
  }
	.HomePromoBoxBtnContainer{
		display: none;
	}
	.HomePromoBoxSlide{
		width: 100%;
		height: calc(100vw * 0.53);
		margin: 60px auto 0px auto;
	}
	
	.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]){
	  min-height: unset !important;
    max-height: none !important;
	}
  .fp-overflow {
	  min-height: unset !important;
    max-height: none !important;
    height: auto !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
  }
	.HomePromoBoxSlideImage{
		height: 100%;
	}
  .HomePromoBoxInformation {
    top: 120px;
  }
  .HomePromoBoxInformation p {
    font-size: 25px;
  }
  .HomePromoBoxBtnContainer {
      width:80px;
	  top:unset;
  }
  .HomePromoBoxBtn {
    width: 80px !important;
    height: 80px !important;
    font-size: 8px !important;
    border-width: 2px !important;
  }
  #AdmissionBtn {
    width: 80px;
    height: 80px;
    animation: AdmissionBtnM 2s infinite;
  }
  #AdmissionBtn p {
    font-size: 10px;
  }
  #VPASBtn {
    top: 175px;
    width: 80px;
    height: 80px;
    animation: VPASBtnM 2s infinite;
  }
  #VPASBtn p {
    font-size: 10px;
  }
	
  .DepartmentContainer {
    flex-wrap: wrap;
    height: auto;
  }
  .Department {
    width: 100%;
    min-height: 150px;
    height: auto;
    background-position: top center;
  }
  .DepartmentName {
    font-size: 25px;
  }
  .DepartmentColor {
    min-height: 150px;
    height: auto;
  }
  .DepartmentContent {
    min-height: 150px;
    height: auto;
  }
  .HomeKC {
    width: 100%;
    height: auto;
  }
	
  .HomeKCContent {
    height: 200px;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
    background-color: unset;
    justify-content: flex-start;
  }
	
  .HomeKCContentContainer {
    height: auto;
    margin-top: 60px;
  }
  .HomeKCContentDescription {
    padding: 0px 50px;
  }
  .HomeKCContentDescription {
    width: 80%;
  }
	
	
  #HomeKCCCD .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
    justify-content: flex-start;
  }
  #HomeKCCDSS .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
    justify-content: flex-start;
  }
  #HomeKCCIMT .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
    justify-content: flex-start;
  }
  #HomeKCCIMT h2 {
    color: #FFF;
  }
  #HomeKCCIMT p {
    color: #d3d3d3;
  }
  #HomeKCFA .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
    justify-content: flex-start;
  }
  #HomeKCFA h2 {
    color: #542980;
  }
  #HomeKCFA p {
    color: #333;
  }
  #HomeKCDESIS .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
    justify-content: flex-start;
  }
  #HomeKCML .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
    justify-content: flex-start;
  }
  .HomePathwayChartContainer {}
  .HomePathwayChartContainer, .HomePathwayChartStep1, .HomePathwayChartStep2, .HomePathwayChartStep3 {
    max-height: 500px;
  }
  .HomePathwayContainer h1 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }
  .HomePathwayChartStep1Content h2 {
    font-size: 12px;
  }
  .HomePathwayChartStep1Content h3 {
    margin: 3px 0px 0px 0px;
    font-size: 15px;
  }
  .HomePathwayChartStep1Content h4 {
    font-size: 12px;
  }
  .HomePathwayChartStep1Content {
    padding: 30px;
  }
  .HomePathwayChartStep2Content h2 {
    font-size: 20px;
  }
  .HomePathwayChartStep2Content h3 {
    font-size: 30px;
  }
  .HomePathwayChartStep2LogoHKDI {
    width: 250px;
    height: 75px;
  }
  .HomePathwayChartStep3Content h2 {
    font-size: 20px;
  }
  .HomePathwayChartStep3Content h3 {
    font-size: 25px;
  }
  .HomePathwayChartStep3LogoUCLan {
    margin-top: 5px !important;
  }
.HomeVPASContent{
	height: auto;
}
.HomeVPASImage{
	height: auto;
}
  .HomeGalleryContentDescription {
    width: 100%;
  }
  .HomeGalleryContentContainer {
	height: auto;
    background-image: none;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media only screen and (max-width: 1100px) {
  .HomePathwayChartStep2Content {
    padding: 20px;
  }
  .HomePathwayChartStep2Content h3 {
    font-size: 25px;
  }
  .HomePathwayChartStep2LogoHKDI {
    width: 200px;
    height: 50px;
  }
  .HomePathwayChartStep3Content {
    padding: 20px;
  }
  .HomePathwayChartStep3Content h2 {
    font-size: 15px;
  }
  .HomePathwayChartStep3Content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 820px) {
	
	.HomePromoBoxSlide{
		height: calc(100vw * 0.56);
	}
  .DepartmentContainer {
    flex-wrap: wrap;
    height: auto;
  }
  .Department {
    width: 100%;
    min-height: 150px;
    height: auto;
    background-position: top center;
  }
  .DepartmentName {
    font-size: 25px;
  }
  .DepartmentColor {
    min-height: 150px;
    height: auto;
  }
  .DepartmentContent {
    min-height: 150px;
    height: auto;
  }
  .HomePathwayChartStep1Content h3 {
    font-size: 13px;
  }
  .HomePathwayChartStep1Content {
    padding: 10px;
  }
  .HomePathwayChartStep2Content h3 {
    font-size: 16px;
  }
  .HomePathwayChartStep2LogoHKDI {
    width: 180px;
    height: 40px;
  }
  .HomePathwayChartStep3Content {
    padding: 10px;
  }
  .HomePathwayChartStep3Content h2 {
    font-size: 12px;
  }
  .HomePathwayChartStep3Content h3 {
    font-size: 15px;
  }
  .HomePathwayChartStep3Logo {
	  flex-wrap: wrap;
  }
	.HomePathwayChartStep3LogoLocal{
		justify-content:center;
		width: 100%;
		padding-right:0px;
		padding-bottom: 20px;
	}
	.HomePathwayChartStep3LogoLocal div{
		justify-content:center;
		width: 100%;
	}
	.HomePathwayChartStep3LogoOversea{
		justify-content:center;
		border-left :none;
		border-top: 1px dotted #333;
	  flex-wrap: wrap;
		width: 100%;
		padding-left:0px;
		padding-top: 20px;
	}
	.HomePathwayChartStep3LogoOversea div{
		width: 100%;
		margin-top: 10px;
	}
  .HomeNurturingContentContainer {
    width: 400px;
  }
.KCDescription {
    margin-top: 10px;
  	font-size: 15px;
  	width: 100%;
	max-width: 800px;
	text-align: left;
}
  .HomeBottomMenu li {
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 600px) {
	
  .MainMenu {
    padding: 50px 30px 0px 30px
  }
  .MainMenuContent li {
    font-size: 15px;
  }
  .MainMenuContent li ul li {
    font-size: 13px;
  }
  .fp-overflow {
	  min-height: unset !important;
    max-height: none !important;
    height: auto !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
  }
	.HomePromoBoxSlide{
		height: calc(100vw * 0.53);
	}
	
  .HomePromoBox {
    /*margin: 200px auto;*/
    width: 100%;
	  margin-top: 60px;
  }
  .HomePromoBoxInformation {
    top: 60px;
    left: 20px;
  }
  .HomePromoBoxInformation p {
    font-size: 14px;
  }
	.HomePromoBox{
		width: 100%;
	}
  .HomePromoBoxBtnContainer {
      width:80px;
	  top:unset;
  }
  .HomePromoBoxBtn {
    width: 80px !important;
    height: 80px !important;
    font-size: 8px !important;
    border-width: 2px !important;
  }
	.HomePromoBoxSlideContent{
		display: none;
	}
  #AdmissionBtn {
    width: 80px;
    height: 80px;
    animation: AdmissionBtnM 2s infinite;
  }
  #AdmissionBtn p {
    font-size: 10px;
  }
  #VPASBtn {
    top: 175px;
    width: 80px;
    height: 80px;
    animation: VPASBtnM 2s infinite;
  }
  #VPASBtn p {
    font-size: 10px;
  }
  .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]), .fp-scrollable.fp-responsive .fp-is-overflow.fp-section, .fp-scrollable .fp-section, .fp-scrollable .fp-slide {
    min-height: unset;
    height: auto;
  }
  .HomeProgrammesContainer {
    min-height: none;
    height: auto;
  }
  .ProgrammesTitle {
    display: block;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: 100%;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
  .DepartmentContainer {
    height: auto;
  }
  .Department {
    width: 100%;
    min-height: 150px;
    height: auto;
    background-position: top center;
  }
  .DepartmentName {
    font-size: 18px;
  }
  .DepartmentColor {
    min-height: 150px;
    height: auto;
  }
  .DepartmentContent {
    min-height: 150px;
    height: auto;
  }
  .HomePathwayContainer {
	 padding-top: 20px;
    height: auto;
  }
  .HomePathwayContainer h1 {
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    margin: 0px 0px 10px 0px;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
  .HomePathwayChartContainer {
    width: 98%;
  }
  .HomePathwayChartStep1 {
    width: auto;
  }
  .HomePathwayChartStep1Arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left-width: 15px !important;
  }
  .HomePathwayChartStep2Arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #542987;
  }
  .HomePathwayChartStep1Content {
    width: 100%;
    padding: 5px;
  }
	.HomePathwayChartStep1Content h4{
		font-size: 10px;
	}
  .HomePathwayChartStep2Content {
    width: 100%;
  }
  .HomePathwayChartStep2LogoHKDI {
    width: 80px;
  }
  .fp-viewing-admission .StudyYears3, .fp-viewing-admission .HKDSE, .fp-viewing-admission .StudyYears1, .fp-viewing-admission .HomePathwayChartStep2Container, .fp-viewing-admission .HomePathwayChartStep3Container {
    animation: none;
  }
  .StudyYears3, .HKDSE, .StudyYears1, .HomePathwayChartStep2Container, .HomePathwayChartStep3Container {
    width: 100%;
    opacity: 1;
  }
  .fp-viewing-admission .StudyYears3 h2, .fp-viewing-admission .StudyYears3 h3, .fp-viewing-admission .StudyYears3 h4, .fp-viewing-admission .HKDSE h2, .fp-viewing-admission .HKDSE h3, .fp-viewing-admission .HKDSE h4, .fp-viewing-admission .StudyYears1 h2, .fp-viewing-admission .StudyYears1 h3, .fp-viewing-admission .StudyYears1 h4, .fp-viewing-admission .HomePathwayChartStep2Content h2, .fp-viewing-admission .HomePathwayChartStep2Content h3, .fp-viewing-admission .HomePathwayChartStep2Content .HomePathwayChartStep2Logo, .fp-viewing-admission .HomePathwayChartStep3Content h2, .fp-viewing-admission .HomePathwayChartStep3Content h3, .fp-viewing-admission .HomePathwayChartStep3Content .HomePathwayChartStep3Logo {
    animation: none;
    opacity: 1;
  }
  .StudyYears3 h2, .StudyYears3 h3, .StudyYears3 h4, .HKDSE h2, .HKDSE h3, .HKDSE h4, .StudyYears1 h2, .StudyYears1 h3, .StudyYears1 h4, .HomePathwayChartStep2Content h2, .HomePathwayChartStep2Content h3, .HomePathwayChartStep2Content .HomePathwayChartStep2Logo, .HomePathwayChartStep3Content h2, .HomePathwayChartStep3Content h3, .HomePathwayChartStep3Content .HomePathwayChartStep3Logo {
    animation: none;
    opacity: 1;
  }
  .HomePathwayChartStep2Content h2 {
    font-size: 14px;
  }
  .HomePathwayChartStep2Content h3 {
    font-size: 16px;
  }
  .HomeNurturingContainer {
    padding-top: 0px;
	  padding-bottom:0px;
  }
  .HomeNurturingContainer h1 {
    margin: 50px 0px 10px 0px;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
  .HomeNurturingDescription p {
    font-size: 13px;
  }
  .HomeNurturing {
    margin-bottom: 30px;
  }
.HomeVPASContent{
	height: auto;
}
.HomeVPASImage{
	height: auto;
}
  .HomeNewsContainer {
    margin: 20px auto;
  }
  .NewsTitle {
    display: block;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: 100%;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
  .NewsSlide {
    background-size: cover;
    height: 400px !important;
  }
  .NewsInformationContainer h2 {
    font-size: 15px;
  }
  .NewsInformationContainerBg {
    height: 400px !important;
  }
  .NewsInformationContainer {
    justify-content: center;
    height: 400px !important;
    width: 100%;
    padding: 0px 70px;
    box-sizing: border-box;
  }
  .NewsInformationContainerBg {}
	.HomeInitiativeContainer {
    padding-top: 0px;
}
	.HomeInitiativeContainer h1{
    margin: 20px 0px 10px 0px;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
	}
  .HomeKCContentContainer {
    height: auto;
    margin-top: 0px;
  }
  .KCTitle {
    display: block;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    margin: 20px 0px 0px 0px;
    text-align: center;
    width: 100%;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
.KCDescription {
  	font-size: 15px;
  	width: 100%;
	text-align: left;
}
  .HomeKC {
    height: auto;
  }
  .HomeKCContent {
    height: 200px;
  }
  .HomeKCContentDescription {
    padding: 20px;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .HomeKCContentDescription h2 {
    width: 100%;
  }
  .HomeKCContentDescription p {
    display: none;
  }
  .HomeKCReadMoreBtnContainer {}
  #HomeKCCCD .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
    background-color: unset;
    justify-content: flex-start;
  }
  #HomeKCCDSS .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
    background-color: unset;
    justify-content: flex-start;
  }
  #HomeKCCIMT .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
    background-color: unset;
    justify-content: flex-start;
  }
  #HomeKCFA .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
    background-color: unset;
    justify-content: flex-start;
  }
  #HomeKCDESIS .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
    background-color: unset;
    justify-content: flex-start;
  }
  #HomeKCML .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
    background-color: unset;
    justify-content: flex-start;
  }
  .HomeGalleryContainer {
    margin: 20px auto;
  }
  .HomeGalleryContentContainer {
	height: auto;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
    background-color: unset;
    ;
  }
  .HomeGalleryContentDescription {
    padding: 50px 20px;
  }
  .HomeGalleryContentDescription h2 {
    font-size: 30px;
    margin: 0px 0px 0px 0px;
  }
  .HomeGalleryContentDescription p {
    display: none;
  }
	.HomeSitemapContainer h2{
		margin: 20px 0px 20px 0px;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
	}
  .HomeCopyRight {
    padding-top: 50px;
  }
  .HomeCopyRightEN {
	  background-size: 150px 23px;
  }
  .HomeCopyRightTC, .HomeCopyRightSC {
	  background-size: 109px 23px;
  }
}

@media only screen and (max-width: 480px) {
	
}

@media only screen and (max-width: 400px) {
	.HomeNurturing{
		width: 100%;
		box-sizing: border-box;
	}
	.HomeNurturingDescription p{
		width: 100%;
	}
	.HomeNurturingContentContainer{
		justify-content:center;
	}
	.HomeNurturingIconContainer{
		transform: scale(0.8);
		transform-origin: left center;
		
	}
	.HomeNurturingDescription{
		position: relative;
	}
}
@media only screen and (min-width: 1100px) and (max-height: 800px) {
  .MainMenu {
    padding: 50px 30px 0px 30px
  }
  .MainMenuContent li {
    font-size: 15px;
  }
  .MainMenuContent li ul li {
    font-size: 13px;
  }
  .HomeLogo {
    width: 150px;
    height: 30px;
  }
  .fp-viewing-home #HomeMenuContainer {
   padding: 15px 20px 15px 20px;
  }
  .fp-viewing-programmes #HomeMenuContainer, .fp-viewing-admission #HomeMenuContainer, .fp-viewing-nurturing #HomeMenuContainer, body[class*="fp-viewing-news"] #HomeMenuContainer, .fp-viewing-initiative #HomeMenuContainer, .fp-viewing-knowledgecentres #HomeMenuContainer, .fp-viewing-gallery #HomeMenuContainer, .fp-viewing-sitemap #HomeMenuContainer {
    padding: 15px 20px 15px 20px;
    height: 60px;
  }
  #HomeBannerVideoBG {
    
  }
  .HomeBannerContainer {
  }
  .HomePromoBox {
    /*width: 100%;*/
	  height: unset;
  }
	.HomePromoBoxSlide{
		width: 100%;
		max-width: 1200px;
		margin: 60px auto 0px auto;
		/*margin-left:-40px;*/
	}
	
	
  .HomePromoBoxInformation {
    top: 120px;
  }
  .HomePromoBoxInformation p {
    font-size: 25px;
  }
  .HomePromoBoxBtnContainer {
      width:80px;
	  top:unset;
		margin-left: 40px;
  }
  .HomePromoBoxBtn {
    width: 80px !important;
    height: 80px !important;
    font-size: 8px !important;
    border-width: 2px !important;
  }
  #AdmissionBtn {
    width: 80px;
    height: 80px;
    animation: AdmissionBtnM 2s infinite;
  }
  #AdmissionBtn p {
    font-size: 10px;
  }
  #VPASBtn {
    top: 175px;
    width: 80px;
    height: 80px;
    animation: VPASBtnM 2s infinite;
  }
  #VPASBtn p {
    font-size: 10px;
  }
  .DepartmentContent {
    padding: 20px;
  }
  .DepartmentName {
    font-size: 25px;
  }
  .DepartmentProgrammes h1 {
    font-size: 20px;
  }
  .DepartmentProgrammes a {
    font-size: 12px !important;
  }
  .DepartmentProgrammes li {
    font-size: 12px !important;
  }
  .HomePathwayChartContainer {}
  .HomePathwayChartContainer, .HomePathwayChartStep1, .HomePathwayChartStep2, .HomePathwayChartStep3 {
    max-height: 500px;
  }
  .HomePathwayContainer h1 {
    margin: 0px 0px 20px 0px;
    padding: 0px;
  }
  .HomePathwayChartStep1Content h2 {
    font-size: 12px;
  }
  .HomePathwayChartStep1Content h3 {
    margin: 3px 0px 0px 0px;
    font-size: 15px;
  }
  .HomePathwayChartStep1Content h4 {
    font-size: 12px;
  }
  .HomePathwayChartStep1Content {
    padding: 30px;
  }
  .HomePathwayChartStep2Content h2 {
    font-size: 20px;
  }
  .HomePathwayChartStep2Content h3 {
    font-size: 30px;
  }
  .HomePathwayChartStep2LogoHKDI {
    width: 250px;
    height: 75px;
  }
  .HomePathwayChartStep3Content h2 {
    font-size: 20px;
  }
  .HomePathwayChartStep3Content h3 {
    font-size: 25px;
  }
  .HomeKCContentContainer {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
  .HomeKCContentDescription {
    padding: 0px 20px;
  }
  .HomeKC {
    height: auto;
  }
  .HomeKCContent {
    height: 200px;
  }
  .HomeKCContentDescription h2 {
    font-size: 15px;
  }
  .HomeKCContentDescription p {
    font-size: 12px;
  }
  .HomeKCReadMoreBtn {
    font-size: 12px;
    padding: 8px 20px 8px 3px;
    line-height: 100%;
    width: 80px;
  }
  .HomeKCReadMoreBtnIcon {
    width: 25px;
    height: 25px;
  }
  .NewsInformationContainer h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1280px) and (max-height: 760px) {
  /*.HomeBannerContainer {
    background-image: url("../images/home/home_banner_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
	.HomePromoBoxSlide{
    display: none;
	}*/
	.HomePromoBox{
		justify-content: center;
		width: 95%;
	}
	.HomePromoBoxSlide{
		/*transform: scale(0.80);*/
		transform-origin: center center;
		height: calc(100vw * 0.4);
		
	}
	.HomePromoBoxSlideImage{
		height: 100%;
	}
	.HomeMenu ul li{
		font-size:15px;
	}
}
@media only screen and (max-height: 600px) {
  #HomeBannerVideoBG {
    display: none;
  }
	
  /*.HomeBannerContainer {
    background-image: url("../images/home/home_banner_2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
	.HomePromoBoxSlide{
    display: none;
	}*/
  .HomePromoBoxBtnContainer {
		margin-left: unset;
  }
  .HomePathwayContainer h1 {
    margin: 20px 0px 20px 0px;
  }
  .HomePathwayChartContainer {}
  .HomePathwayChartContainer, .HomePathwayChartStep1, .HomePathwayChartStep2, .HomePathwayChartStep3 {
    max-height: 400px;
  }
  .HomeKCContentDescription {
    width: 100%;
  }
  #HomeKCCCD .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
  }
  #HomeKCCDSS .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
  }
  #HomeKCCIMT .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
  }
  #HomeKCFA .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
  }
  #HomeKCDESIS .HomeKCContent {
    background-image: none;
    background-color: rgba(84, 41, 128, 0.80);
  }
  #HomeKCML .HomeKCContent {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.80);
  }
}
@media only screen and (max-height: 500px) {
  .MainMenu {
    padding: 50px 30px 0px 30px
  }
  .MainMenuContent li {
    font-size: 15px;
  }
  .MainMenuContent li ul li {
    font-size: 13px;
  }
  .fp-overflow {
    max-height: none;
    height: auto;
    overflow: hidden !important;
    overflow-y: hidden !important;
  }
  .HomePromoBox {
    margin: 200px auto;
    width: 320px;
    height: 223px;
  }
  .HomePromoBoxInformation {
    top: 60px;
    left: 20px;
  }
  .HomePromoBoxInformation p {
    font-size: 14px;
  }
	.HomePromoBox{
		width: 95%;
		height:unset;
	}
  .HomePromoBoxBtnContainer {
      width:80px;
	  top:unset;
  }
  .HomePromoBoxBtn {
    width: 80px !important;
    height: 80px !important;
    font-size: 8px !important;
    border-width: 2px !important;
  }
  #AdmissionBtn {
    width: 80px;
    height: 80px;
    animation: AdmissionBtnM 2s infinite;
  }
  #AdmissionBtn p {
    font-size: 10px;
  }
  #VPASBtn {
    top: 175px;
    width: 80px;
    height: 80px;
    animation: VPASBtnM 2s infinite;
  }
  #VPASBtn p {
    font-size: 10px;
  }
  .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]), .fp-scrollable.fp-responsive .fp-is-overflow.fp-section, .fp-scrollable .fp-section, .fp-scrollable .fp-slide {
    min-height: unset;
    height: auto;
  }
  .HomeProgrammesContainer {
    min-height: none;
    height: auto;
  }
  .ProgrammesTitle {
    display: block;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    margin: 50px 0px 0px 0px;
    text-align: center;
    width: 100%;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
  .DepartmentContainer {
    height: auto;
  }
  .Department {
    width: 100%;
    min-height: 150px;
    height: auto;
    background-position: top center;
  }
  .DepartmentName {
    font-size: 25px;
  }
  .DepartmentColor {
    min-height: 150px;
    height: auto;
  }
  .DepartmentContent {
    min-height: 150px;
    height: auto;
  }
  .HomePathwayContainer {
    height: auto;
  }
  .HomePathwayContainer h1 {
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    margin: 50px 0px 10px 0px;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
  .HomePathwayChartContainer {
    width: 98%;
	  height:auto;
  }
  .HomePathwayChartStep1 {
    width: auto;
  }
  .HomePathwayChartStep1Arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left-width: 15px !important;
  }
  .HomePathwayChartStep2Arrow {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #542987;
  }
  .HomePathwayChartStep1Content {
    width: 100%;
    padding: 5px;
  }
	.HomePathwayChartStep1Content h4{
		font-size: 10px;
	}
  .HomePathwayChartStep2Content {
    width: 100%;
  }
  .HomePathwayChartStep2LogoHKDI {
    width: 80px;
  }
  .fp-viewing-admission .StudyYears3, .fp-viewing-admission .HKDSE, .fp-viewing-admission .StudyYears1, .fp-viewing-admission .HomePathwayChartStep2Container, .fp-viewing-admission .HomePathwayChartStep3Container {
    animation: none;
  }
  .StudyYears3, .HKDSE, .StudyYears1, .HomePathwayChartStep2Container, .HomePathwayChartStep3Container {
    width: 100%;
    opacity: 1;
  }
  .fp-viewing-admission .StudyYears3 h2, .fp-viewing-admission .StudyYears3 h3, .fp-viewing-admission .StudyYears3 h4, .fp-viewing-admission .HKDSE h2, .fp-viewing-admission .HKDSE h3, .fp-viewing-admission .HKDSE h4, .fp-viewing-admission .StudyYears1 h2, .fp-viewing-admission .StudyYears1 h3, .fp-viewing-admission .StudyYears1 h4, .fp-viewing-admission .HomePathwayChartStep2Content h2, .fp-viewing-admission .HomePathwayChartStep2Content h3, .fp-viewing-admission .HomePathwayChartStep2Content .HomePathwayChartStep2Logo, .fp-viewing-admission .HomePathwayChartStep3Content h2, .fp-viewing-admission .HomePathwayChartStep3Content h3, .fp-viewing-admission .HomePathwayChartStep3Content .HomePathwayChartStep3Logo {
    animation: none;
    opacity: 1;
  }
  .StudyYears3 h2, .StudyYears3 h3, .StudyYears3 h4, .HKDSE h2, .HKDSE h3, .HKDSE h4, .StudyYears1 h2, .StudyYears1 h3, .StudyYears1 h4, .HomePathwayChartStep2Content h2, .HomePathwayChartStep2Content h3, .HomePathwayChartStep2Content .HomePathwayChartStep2Logo, .HomePathwayChartStep3Content h2, .HomePathwayChartStep3Content h3, .HomePathwayChartStep3Content .HomePathwayChartStep3Logo {
    animation: none;
    opacity: 1;
  }
  .HomePathwayChartStep2Content h2 {
    font-size: 14px;
  }
  .HomePathwayChartStep2Content h3 {
    font-size: 16px;
  }
  .HomeNurturingContainer {
    padding-top: 0px;
	  padding-bottom:0px;
  }
  .HomeNurturingContainer h1 {
    margin: 50px 0px 10px 0px;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
  .HomeNurturingDescription p {
    font-size: 13px;
  }
  .HomeNurturing {
    margin-bottom: 30px;
  }
  .HomeNewsContainer {
    margin: 20px auto;
  }
  .NewsTitle {
    display: block;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: 100%;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
  .NewsSlide {
    background-size: cover;
    height: 400px !important;
  }
  .NewsInformationContainer h2 {
    font-size: 15px;
  }
  .NewsInformationContainerBg {
    height: 400px !important;
  }
  .NewsInformationContainer {
    justify-content: center;
    height: 400px !important;
    width: 100%;
    padding: 0px 70px;
    box-sizing: border-box;
  }
  .NewsInformationContainerBg {}
	.HomeInitiativeContainer {
    padding-top: 0px;
}
	.HomeInitiativeContainer h1{
    margin: 20px 0px 10px 0px;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
	}
  .HomeKCContentContainer {
    height: auto;
    margin-top: 0px;
  }
  .KCTitle {
    display: block;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    width: 100%;
    background-color: #542980;
    color: #FFF;
    padding: 5px 0px;
  }
.KCDescription {
    margin-top: 10px;
  	font-size: 12px;
  	width: 100%;
	text-align: left;
}
  .HomeKC {
    height: auto;
  }
  .HomeKCContent {
    height: 200px;
  }
  .HomeKCContentDescription {
    padding: 20px;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .HomeKCContentDescription h2 {
    width: 100%;
  }
  .HomeKCContentDescription p {
    display: none;
  }
  .HomeKCReadMoreBtnContainer {}
  #HomeKCCCD .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
    background-color: unset;
    ;
    justify-content: flex-start;
  }
  #HomeKCCDSS .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
    background-color: unset;
    ;
    justify-content: flex-start;
  }
  #HomeKCCIMT .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
    background-color: unset;
    ;
    justify-content: flex-start;
  }
  #HomeKCFA .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
    background-color: unset;
    ;
    justify-content: flex-start;
  }
  #HomeKCDESIS .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(84, 41, 128, 0.95));
    background-color: unset;
    ;
    justify-content: flex-start;
  }
  #HomeKCML .HomeKCContent {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
    background-color: unset;
    ;
    justify-content: flex-start;
  }
  .HomeGalleryContainer {
    margin: 20px auto;
  }
  .HomeGalleryContentContainer {
	height: auto;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 0.95));
    background-color: unset;
    ;
  }
  .HomeGalleryContentDescription {
    padding: 50px 20px;
  }
  .HomeGalleryContentDescription h2 {
    font-size: 30px;
    margin: 0px 0px 0px 0px;
  }
  .HomeGalleryContentDescription p {
    display: none;
  }
	.HomeSitemapContainer h2{
		margin: 20px 0px 20px 0px;
    font-family: "Graphik-Medium", Helvetica, Arial;
    font-size: 25px;
	}
}
@keyframes AdmissionBtnS {
  0% {
    top: 65px;
  }
  50% {
    top: 70px;
  }
  100% {
    top: 65px;
  }
}
@keyframes VPASBtnS {
  0% {
    top: 175px;
  }
  50% {
    top: 180px;
  }
  100% {
    top: 175px;
  }
}
@keyframes AdmissionBtnM {
  0% {
    top: 65px;
  }
  50% {
    top: 70px;
  }
  100% {
    top: 65px;
  }
}
@keyframes VPASBtnM {
  0% {
    top: 155px;
  }
  50% {
    top: 160px;
  }
  100% {
    top: 155px;
  }
}