/*!
* IE10 viewport hack for Surface/desktop Windows 8 bug
* Copyright 2014-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

/*
* See the Getting Started docs for more information:
* http://getbootstrap.com/getting-started/#support-ie10-width
*/
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

@-webkit-keyframes animatebottom {
	from { 
		bottom: -100px;
		opacity: 0;
	} 
	to { 
		bottom: 0px;
		opacity: 1; 
	}
}

@-moz-keyframes animatebottom {
	from { 
		bottom: -100px;
		opacity: 0;
	} 
	to { 
		bottom: 0px;
		opacity: 1; 
	}
}

@-o-keyframes animatebottom {
	from { 
		bottom: -100px;
		opacity: 0;
	} 
	to { 
		bottom: 0px;
		opacity: 1; 
	}
}

@-ms-keyframes animatebottom {
	from { 
		bottom: -100px;
		opacity: 0;
	} 
	to { 
		bottom: 0px;
		opacity: 1; 
	}
}

@keyframes animatebottom { 
	from { 
		bottom: -100px;
		opacity: 0;
	} 
	to { 
		bottom: 0px;
		opacity: 1; 
	}
}

@keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  5% {
    opacity: 1;
    transform: scale(1.05);
  }
  14% { transform: scale(.94); }
  20% { transform: scale(1); }
  34% { transform: scale(.94); }
  40% { transform: scale(1); }
  54% { transform: scale(.94); }
  60% { transform: scale(1); }
  74% { transform: scale(.94); }
  80% { transform: scale(1); }
  94% { transform: scale(.95); opacity:1; }
  100% { transform: scale(.3);opacity: 0; }
}

@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  5% {
    opacity: 1;
    transform: scale(1.05);
  }
  14% { transform: scale(.94); }
  20% { transform: scale(1); }
  34% { transform: scale(.94); }
  40% { transform: scale(1); }
  54% { transform: scale(.94); }
  60% { transform: scale(1); }
  74% { transform: scale(.94); }
  80% { transform: scale(1); }
  94% { transform: scale(.95); opacity:1; }
  100% { transform: scale(.3);opacity: 0; }
}

@-moz-keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  5% {
    opacity: 1;
    transform: scale(1.05);
  }
  14% { transform: scale(.94); }
  20% { transform: scale(1); }
  34% { transform: scale(.94); }
  40% { transform: scale(1); }
  54% { transform: scale(.94); }
  60% { transform: scale(1); }
  74% { transform: scale(.94); }
  80% { transform: scale(1); }
  94% { transform: scale(.95); opacity:1; }
  100% { transform: scale(.3);opacity: 0; }
}

@-ms-keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  5% {
    opacity: 1;
    transform: scale(1.05);
  }
  14% { transform: scale(.94); }
  20% { transform: scale(1); }
  34% { transform: scale(.94); }
  40% { transform: scale(1); }
  54% { transform: scale(.94); }
  60% { transform: scale(1); }
  74% { transform: scale(.94); }
  80% { transform: scale(1); }
  94% { transform: scale(.95); opacity:1; }
  100% { transform: scale(.3);opacity: 0; }
}

@-o-keyframes bounce {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  5% {
    opacity: 1;
    transform: scale(1.05);
  }
  14% { transform: scale(.94); }
  20% { transform: scale(1); }
  34% { transform: scale(.94); }
  40% { transform: scale(1); }
  54% { transform: scale(.94); }
  60% { transform: scale(1); }
  74% { transform: scale(.94); }
  80% { transform: scale(1); }
  94% { transform: scale(.95); opacity:1; }
  100% { transform: scale(.3);opacity: 0; }
}

@keyframes mymove {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;}
}

@-webkit-keyframes mymove {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;}
}

@-moz-keyframes mymove {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;}
}

@-ms-keyframes mymove {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;}
}

@-o-keyframes mymove {
  0% {opacity:0;}
  50% {opacity:1;}
  100% {opacity:0;}
}

* {
	font-family: 'Montserrat', sans-serif;
}

body {
	background-color: #f7f7f7;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(164,104,41,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(164,104,41,0.3);
	background-color: #61288d;
}

.bumper-top, .higher-bumper-top  {
	width: 100%;
	padding: 40px 0px 100px 0px;
}

.bumper  {
	width: 100%;
}

.section-first {
	width: 100%;
}

.section-higher .background1 .alt {
    width: 92%;
    margin: 0 4%;
}

.background1, .background2, .background3 {
	width:100%;
	padding: 100px 0px;
}

.background1 {
	width:100%;
	background-image: url("../img/bg-1.png");
	background-position: 50% 50%;
	background-size: 1920px;
	background-repeat: no-repeat;
}

.section-higher .background1 {
	width:100%;
	background-image: url("../img/bghigher1.png");
	background-position: 50% 100%;
	background-size: 105%;
	background-repeat: no-repeat;
}

.section-higher .background2 {
	width:100%;
	background-image: url("../img/bghigher2.png");
	background-position: 50% 0%;
	background-size: 105%;
	background-repeat: no-repeat;
}

.section-higher .background3 {
	width:100%;
	background-image: url("../img/bghigher1.png")!important;
	background-position: 50% 100%;
	background-size: 105%;
	background-repeat: no-repeat;
}

.section-higher .background4 {
	width:100%;
	background-image: url("../img/bghigher2.png");
	background-position: 50% 0%;
	background-size: 105%;
	background-repeat: no-repeat;
}

.background2, .background4 {
	background-image: url("../img/bg-2.png");
	background-position: 50% 50%;
	background-size: 1920px;
	background-repeat: no-repeat;
}

.background3 {
	background-image: url("../img/bg-1.png");
	background-position: 50% 0%;
	background-size: 1920px;
	background-repeat: no-repeat;
}

.background4 {
    width: 100%;
    padding: 100px 0px 50px 0px;
}

.edu-hub {
	margin-bottom: 0px;
	padding-top: 2pc;
	padding-bottom: 2pc;
	background-image: url("../img/edu-bg1.jpg");
	height: auto;
	background-attachment: fixed;
	background-position: center center;
	color: #ffffff!important;
}

.edu-hub h2 {
	color: #ffffff;
}

.edu-hub p {
	color: #ffffff;
}

.nobanner {
    width: 100%;
    padding: 50px 0px 50px 0px!important;
}

.section {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	display:block;
}

.bottom-section {
	width: 100%;
	padding: 120px 0px 70px 0px;
}

.bumper, .bumper-top, .higher-bumper, .higher-bumper-top {
	background-color: #ffffff;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

.bumper-alt {
	background-image: linear-gradient(45deg,#4f6bec 12%,#18c7ae 88%);
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	color:#ffffff!important;
}

.bumper-alt2 {
	background-image: linear-gradient(45deg,#18c7ae 8%,#61288d 88%);
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	color:#ffffff!important;
}

.higher-bumper-alt {
	background-image: linear-gradient(45deg,#4f6bec  -5%, #4f2f8b 30%, #4f2f8b 60%, #61288d  105%);
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	color:#ffffff!important;
}

.higher-bumper-alt2 {
	background-image: linear-gradient(45deg,#61288d  -5%, #4f2f8b 30%, #4f2f8b 60%, #4f6bec  105%);
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	color:#ffffff!important;
}

#higher-contact {
	background-image: linear-gradient(45deg,#4f6bec 12%,#18c7ae 88%)!important;
	color: #fff!important;
	padding: 50px 0;
}

#higher-contact h2, #higher-contact h3 {
	color: #fff!important;
	background: transparent!important;
}

.advert {
	width:100%;
	margin:-60px auto;
	display:block;
}

.advert-banner {
	width:95%;
	max-width:700px;
	margin:0px auto;
	display:block;
}

.advert-mpu {
	width:100%;
	margin:0px auto;
	display:none;
}

.advert-banner img{
	width:100%;
	max-width:700px;
	margin:0 auto;
	display:block;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.advert-mpu img{
	width:300px;
	margin:0 auto;
	display:block;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.benefits {
	text-align: center;
	margin: 0 auto;
	padding-inline-start: 0px;
}

.introbenefits {
	padding: 0;
}

.introbenefits li {
	display: inline-block;
	color: #555!important;
	font-weight: 700;
	font-size: 16px;
}

.benefits li {
	display: inline-block;
	color: #333!important;
	font-size: 16px;
	font-weight: 700;
}

.float {
	float:right;
	padding-top: 10px;
}

footer {
	background-color: rgba(96, 43, 145, 1);
	padding: 40px 10px;
	color: #ffffff;
	font-size: 9pt;
	line-height: 1.5;
	vertical-align: middle;
}

footer > ul {
	margin-bottom: 0;
}

footer > ul > li > a {
	color: #ffffff;
	text-decoration: none;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.logo {
	padding: 50px 0;
}

.holder {
  display: none;
}

.holder.show {
  display: block;
}

.pageload-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 1051;
}

.pageload-overlay.show {
  visibility: visible;
}

.pageload-overlay svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.pageload-overlay svg path {
  fill: #ffffff;
}

.pageload-loading.pageload-overlay::after,
.pageload-loading.pageload-overlay::before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: none;
}

	.resource-row {
		padding: 0 5%;
	}

.video-single {
	width: 100%;
	max-width: 545px;
  margin: 0 auto!important;
}

.resources h3 {
	font-size: 25px;
	text-align: center;
	margin: 10px auto 20px auto;
}
}

.vid-container {
		width: 94%;
    max-width: 900px;
    margin: 0 auto;
}

.videocontainer {
	margin: 0px 0 10px 0;
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: none;
	margin: 15px auto 5px auto;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 110px;
    width: 110px;
    left: 50%;
    top: 50%;
    margin-left: -55px;
    margin-top: -55px;
    position: absolute;
    background: url(../img/play-btn.png) no-repeat;
    cursor: pointer;
}

.col-md-6 img {
	margin: 10px auto!important;
	width: 100%;
  max-width: 545px!important;
}

.resize, .gdnresize {
	width: auto;
	max-width: 100%;
}

a {
	color: #18c7ae;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

a:hover, a:focus, a:active {
	color: #333333;
	text-decoration: underline;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}

li a {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.higher-jumbotron {
	width:100%;
	padding: 22vh 0;
	background-image: linear-gradient(45deg,#4f2f8b -5%,#4f2f8b 35%,#4f2f8b 65%,#4f6bec 105%);
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	height: 500px;
	z-index: 1;
}

.jumbotron {
	width:100%;
	padding: 22vh 0;
	background-image: linear-gradient(45deg,#4f6bec -5%,#18c7ae 35%,#18c7ae 65%,#4f6bec 105%);
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	height: 500px;
	z-index: 1;
}

.home-jumbotron {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	height: 100%;
	padding: 22vh 0;
	background-image: linear-gradient(45deg,#4f6bec -5%,#18c7ae 35%,#18c7ae 65%,#4f6bec 105%)!important;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}

.higher-jumbotron::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg,#4f6bec -5%,#4f2f8b 35%,#4f2f8b 65%,#4f2f8b 105%);
  animation: mymove 7s infinite;
  -webkit-animation: mymove 7s infinite;
  -moz-animation: mymove 7s infinite;
  -ms-animation: mymove 7s infinite;
  -o-animation: mymove 7s infinite;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.jumbotron::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(45deg,#61288d -5%,#30a9df 35%,#30a9df 65%,#61288d 105%);
  animation: mymove 7s infinite;
  -webkit-animation: mymove 7s infinite;
  -moz-animation: mymove 7s infinite;
  -ms-animation: mymove 7s infinite;
  -o-animation: mymove 7s infinite;
  z-index: -1;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.hero {
    background: url(../img/hero-bg.png);
    background-size: 1920px;
    background-position: 50% 27%;
    height: 500px;
}

.hero-higher {
    background: url(../img/higher-bg.png);
    background-size: 1800px;
    background-position: 50% 0%;
    height: 500px;
}

.hero img, .hero-higher img {
	width:100%;
	max-width:580px;
	animation: bounce 13s infinite;
	-webkit-animation: bounce 13s infinite;
	-moz-animation: bounce 13s infinite;
	-ms-animation: bounce 13s infinite;
	-o-animation: bounce 13s infinite;
	display:block;
	margin: 0 auto;
	padding-top: 90px;
}

.higher-icons-block {
	background-image: transparent;
	width: 100%;
	max-width: 1170px;
	padding: 0 2.5%;
	margin: 0 auto;
	padding: 15px;
}

.higher-table {
	background-image: linear-gradient(45deg,#61288d -5%,#30a9df 105%);
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	max-width: 1000px;
	border: 4px solid #ffffff;
	border-radius: 5px;
	padding: 15px;
}

.higher-table table, .higher-table table th, .higher-table table td {
	margin: 0 auto;
	padding: 15px;
}

.higher-icons-block div {
	width: 29%;
	padding: 0 1.5%;
	display: inline-block;
	margin: 2%;
	vertical-align: top;
	height: 475px;
}

.higher-icons {
	width: 95%;
	margin: 0 auto;
}

.higher-icons img {
	width: 100%;
  max-width: 250px;
}

.higher-icons-block h3 {
	font-size: 24px;
	font-weight: 700;
	color:  #ffffff;
	margin: 5px auto 15px auto;
}

.higher-icons-block p {
	font-size: 16px;
	font-weight: 500;
	color:  #ffffff;
	margin: 0px auto 20px auto;
}

.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	-moz-animation-name: animatebottom;
	-moz-animation-duration: 1s;
	-o-animation-name: animatebottom;
	-o-animation-duration: 1s;
	-ms-animation-name: animatebottom;
	-ms-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}


.title {
	position: absolute;
	text-align: center;
	top: 170px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.portal-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 545px;
  height: 340px;
  margin: 0 auto;
}

.portal-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%!important;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: fade 12s infinite;
  animation: fade 12s infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  16.67% {
    opacity: 0;
  }
  99.99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  16.66% {
    opacity: 1;
  }
  16.67% {
    opacity: 0;
  }
  99.99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#pic1 {
  animation-delay: 0s;
  background: url(../img/portal1.png) no-repeat 50% 50%;
}
#pic2 {
  background: url(../img/portal2.png) no-repeat 50% 50%;
  animation-delay: 2s;
}
#pic3 {
  background: url(../img/portal3.png) no-repeat 50% 50%;
  animation-delay: 4s;
}
#pic4 {
  background: url(../img/portal4.png) no-repeat 50% 50%;
  animation-delay: 6s;
}
#pic5 {
  background: url(../img/portal5.png) no-repeat 50% 50%;
  animation-delay: 8s;
}
#pic6 {
  background: url(../img/portal6.png) no-repeat 50% 50%;
  animation-delay: 10s;
}


#higherpic1 {
  animation-delay: 0s;
  background: url(../img/higherportal1.png) no-repeat 50% 50%;
}
#higherpic2 {
  background: url(../img/higherportal2.png) no-repeat 50% 50%;
  animation-delay: 2s;
}
#higherpic3 {
  background: url(../img/higherportal3.png) no-repeat 50% 50%;
  animation-delay: 4s;
}
#higherpic4 {
  background: url(../img/higherportal4.png) no-repeat 50% 50%;
  animation-delay: 6s;
}
#higherpic5 {
  background: url(../img/higherportal5.png) no-repeat 50% 50%;
  animation-delay: 8s;
}
#higherpic6 {
  background: url(../img/higherportal6.png) no-repeat 50% 50%;
  animation-delay: 10s;
}


#myVideo {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: #ffffff;
	background-size: cover;
}


.meeting {
	border-top: 5px;
	padding-top: 10%;
	padding-bottom: 0%;
	margin: 0 auto;
	display: inline-block!important;
	vertical-align: top;
	min-height: 710px;
}

.meeting p {
	color:#ffffff;
	font-size:18px;
}

.meeting-default, .meeting-hover {
	padding: 0 12% 0 12%;
}

.meeting-hover {
	display:none;
}

.meeting:hover .meeting-hover {
	display:block;
}

#hero1 {
	background-image: url("../img/hero1.jpg");
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

#hero2 {
	background-image: url("../img/hero2.jpg");
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

.dark {
	background-color: #6ac099!important;
	color: #ffffff!important;
}

.spacer {
	padding: 15px;
	text-align: left;
}

.navbar {
	min-height: 70px;
}

.navbar-brand {
	height: 70px;
}

.navbar-default .navbar-toggle {
	background: none;
	margin-top: 10px;
	padding: 14px 10px !important;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: none;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-default {
	background: rgba(97, 40, 141, 0);
	border: 0;
	padding: 0px 0;0
}

.navbar-nav {
    margin: 0px 0px;
}

.navbar-fixed-top { 
	background-color: rgba(97, 40, 141, 0);
	max-height: 70px!important;
	padding-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.navbar-fixed-top.opaque {
	background-color: rgba(97, 40, 141, 0.9);
	padding-top: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.navbar-fixed-top #mainlogo {
	background-image: url("../img/logo.png");
}

.navbar-default .navbar-nav > li > a, .navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff!important;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
		color:#ffffff;
		border-bottom: 3px solid #ffffff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	color:#ffffff;
	background-color: rgba(96, 43, 145, 0);
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color:#ffffff;
	background-color: rgba(96, 43, 145, 1);
	}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 540px;
	border: 0px;
}

#mainlogo {
	background-image: url("../img/logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 120px;
	height: 0;
	padding-top: 30%;
}

.nav-pills {
	display: inline-block;
}

.nav-pills ul {
	margin: 0 auto;
}

.nav-pills li {
	margin: 0px 10px;
}

.dropdown-menu {
  text-align: center;
  top: 60px;
  border-radius: 25px;
  padding-top: 0;
  padding-bottom: 0;
  min-width: 116px;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  border: 0;
}

.dropdown.open .dropdown-menu {
  max-height: 400px;
  opacity: 1;
}

.dropdown-menu li {
	margin: 0px 0px;
	color: #ffffff;
}

.dropdown-menu > li > a {
	display: block;
	padding: 10px 10px;
	clear: both;
	font-size: 14px;
	font-weight: 600;
	line-height: 2;
	background-color: rgba(96, 43, 145, 1);
	color: #ffffff!important;
	white-space: break-spaces;
}

.dropdown-menu .dd-one {
	background-color: rgba(89, 67, 179, 1);
	border-top:0px solid rgba(89, 67, 179, 1);
}

.dropdown-menu .dd-two {
	background-color: rgba(84, 87, 207, 1);
	border-top:0px solid rgba(84, 87, 207, 1);
}

.dropdown-menu .dd-three {
	background-color: rgba(79, 104, 231, 1);
	border-top:0px solid rgba(79, 104, 231, 1);
}

.dropdown-menu .dd-four {
	background-color: rgba(62, 89, 225, 1);
	border-top:0px solid rgba(62, 89, 225, 1);
}

.dropdown-menu > li > a:hover {
	background-color: rgba(96, 43, 145, 1);
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    background-color: rgba(96, 43, 145, 1);
}

h1 {
	font-weight: 900;
	font-size: 26px;
	margin-bottom: 20px;
}


.learning h1 {
	font-weight: 900;
	background: linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
	background: -o-linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
	background: -moz-linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
	background: -ms-linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
	background: -webkit-linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
  	background-clip: text;
  	-o-background-clip: text;
  	-moz-background-clip: text;
  	-ms-background-clip: text;
  	-webkit-background-clip: text;
  	text-fill-color: transparent;
  	-o-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-ms-text-fill-color: transparent;
  	-webkit-text-fill-color: transparent;
}

.higher-learning h1 {
	font-weight: 900;
	background: linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -o-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -moz-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -ms-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -webkit-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
  	background-clip: text;
  	-o-background-clip: text;
  	-moz-background-clip: text;
  	-ms-background-clip: text;
  	-webkit-background-clip: text;
  	text-fill-color: transparent;
  	-o-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-ms-text-fill-color: transparent;
  	-webkit-text-fill-color: transparent;
}

h2 {
	font-weight: 900;
	font-size: 26px;
	margin-bottom: 30px;
	margin-bottom: 20px;
	color:#333;
}

.higher-text-gradient h2, .higher-contact2 h2 {
	font-weight: 900;
	margin-bottom: 30px;
	margin-bottom: 20px;
	background: linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -o-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -moz-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -ms-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -webkit-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
  	background-clip: text;
  	-o-background-clip: text;
  	-moz-background-clip: text;
  	-ms-background-clip: text;
  	-webkit-background-clip: text;
  	text-fill-color: transparent;
  	-o-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-ms-text-fill-color: transparent;
  	-webkit-text-fill-color: transparent;
}

.text-gradient h2, .contact2 h2 {
	font-weight: 900;
	margin-bottom: 30px;
	margin-bottom: 20px;
	background: linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
	background: -o-linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
	background: -moz-linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
	background: -ms-linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
	background: -webkit-linear-gradient(45deg,#4f6bec 5%,#18c7ae 95%);
  	background-clip: text;
  	-o-background-clip: text;
  	-moz-background-clip: text;
  	-ms-background-clip: text;
  	-webkit-background-clip: text;
  	text-fill-color: transparent;
  	-o-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-ms-text-fill-color: transparent;
  	-webkit-text-fill-color: transparent;
}

.blog-row h2 {
  color:#ffffff!important;
}

#portal h2 {
	margin: 15px 0px;
}

.blog-row h3 {
    font-weight: 500!important;
    color:#ffffff!important;
}

.alt {
	margin-bottom:20px;
}

.alt, .alt h2, .alt h4 {
	color: #ffffff!important;
}

.alt li {
	display:inline-block;
}

/*--#contact h2 {
	color: #fff;
	font-weight:700;
	font-size:30px;
	line-height:30px;
	padding: 0;
}

#contact h3 {
	color: #fff;
}--*/

h3 {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	margin: 10px auto 15px auto;
	line-height: 1.3;
}

.intro h3 {
	font-size: 16px;
	font-weight: 700;
	margin:0 -20px 0px -20px;
}

h4 {
	color: #322f31;
	font-weight:700;
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	z-index: 2; 
	position: relative;
	padding: 5px 10px;
}

h5 {
	font-size: 20px;
    font-weight: bold;
    color: #322f31;
}

h6 {
	font-weight: 600;
	line-height: 1.5;
	font-size: 14pt;
}

p {
    padding: 0px 5px;
    font-size: 16px;
    line-height: 1.3;
    font-weight:500;
    margin: 0 0 10px;
}

.intro p {
	margin-top: 25px;
}

.references {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400!important;
    padding-top: 10px;
    margin: 0 auto;
    float: none;
}

.references a {
    text-decoration: underline;
    display: inline-block;
    padding: 3px 5px;
    font-weight: 500;
    color: #ffffff!important;
}

.references a span{
	text-decoration: none;
	display: inline-block;
	color:#fff;
}

.btn {
	margin: 5px 5px 30px 5px;
	border-radius: 10px;
	padding: 10px 15px;
	display: inline-block;
	font-weight: bold;
}

.homebtn {
	margin: 15px 15px 30px 15px;
	border-radius: 10px;
	padding: 10px 15px;
	display: inline-block;
	font-weight: bold;
}

#contact {
	padding: 30px 0px 30px 0px;
}

#contact .container {
	max-width: 900px;
}

.jowo-btn, .jowo-btn:active, .jowo-btn:focus {
	background-color:#4f6bec;
	color: #ffffff;
	border: 3px solid #4f6bec;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.jowo-btn:hover {
	background-color:#61288d;
	color: #ffffff;
	border: 3px solid #61288d;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.jowo-btn-block, .jowo-btn-block:active, .jowo-btn-block:focus {
	background-color: #ffffff;
	color: #333333;
	border: 3px solid #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.jowo-btn-block:hover {
	background-color: transparent;
	border: 3px solid #ffffff;
	color: #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.jowohome-btn, .jowohome-btn:active, .jowohome-btn:focus {
	background-color:#ffffff;
	color: #333;
	border: 3px solid #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.jowohome-btn:hover {
	background-color:#4f6bec;
	color: #ffffff;
	border: 3px solid #ffffff;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.jowo-btn-higher, .jowo-btn-higher:active, .jowo-btn-higher:focus {
	background-color:#61288d;
	color: #ffffff;
	border: 3px solid #61288d;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.jowo-btn-higher:hover {
	background-color:#4f6bec;
	color: #ffffff;
	border: 3px solid #4f6bec;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-ms-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

.footerhome {
	width: 100%;
	margin-top: 35px;
}

.list-inline-item {
	color: #ffffff!important;
}

.introheader{
	text-align: center!important;
}

.secondheader{
	text-align: center!important;
}

.introhero {
	width: 90%;
	max-width: 650px;
	margin: 60px auto 45px auto;
}

.introtext {
	background-color: rgb(250 250 250 / 100%);
	padding: 0px 22px 35px 22px;
	border-radius: 12px!important;
	margin: 10px auto 40px auto!important;
	display: inline-block!important;
}

.secondtext {
	background-color: rgb(97 40 141 / 74%);
	padding: 16px 22px;
	border-radius: 12px!important;
	margin: 0% auto 1.5% auto!important;
	display: inline-block!important;
}

.introtext h1 {
	margin-top: -30px;
  display: inline-block;
  background-color: #61288d;
  color: #ffffff;
  padding: 15px;
  font-weight: 800;
  font-size: 30px;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
  -webkit-box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
  -ms-box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
  -o-box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
 }

.introtext h2 {
  background: linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -o-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -moz-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -ms-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -webkit-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
  	background-clip: text;
  	-o-background-clip: text;
  	-moz-background-clip: text;
  	-ms-background-clip: text;
  	-webkit-background-clip: text;
  	text-fill-color: transparent;
  	-o-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-ms-text-fill-color: transparent;
  	-webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.25;
  text-align: center!important;
  margin-bottom: 10px;
}

.secondtext h2 {
  color: #ffffff!important;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  text-align: center!important;
  margin-bottom: 10px;
}

.introtext h3 {
	font-size: 18px;
	margin: 30px auto 10px auto;
	background: linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -o-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -moz-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -ms-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
	background: -webkit-linear-gradient(45deg,#4f2f8b 5%,#4f6bec 95%);
  	background-clip: text;
  	-o-background-clip: text;
  	-moz-background-clip: text;
  	-ms-background-clip: text;
  	-webkit-background-clip: text;
  	text-fill-color: transparent;
  	-o-text-fill-color: transparent;
  	-moz-text-fill-color: transparent;
  	-ms-text-fill-color: transparent;
  	-webkit-text-fill-color: transparent;
}

.secondtext h3 {
	font-size: 18px;
	margin: 30px auto 10px auto;
	color: #fff!important;
}

.tech-list h3 {
	font-size: 18px;
	margin: 10px auto 10px auto;
	color: #61288d!important;
}

.introtext p {
	color: #333!important;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	text-align: center!important;
}

.secondtext p {
	color: #ffffff!important;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	text-align: center!important;
}

.tech-list {
	padding: 15px;
	background-color: #ffffff;
	display: inline-block;
	width: 40%;
	margin: 50px 1% 1% 1%;
	border-radius: 10px;
	vertical-align: top;
}

.tech-list img {
	margin-top: -60px;
}

.timeline-img {
	width: 95%;
	max-width: 700px;
	margin-bottom: 20px;
}

#hero1 {
	border-left: 4px solid #eaf5ef;
	border-right: 2px solid #eaf5ef;
	border-top: 4px solid #eaf5ef;
}

#hero2 {
	border-left: 2px solid #eaf5ef;
	border-right: 4px solid #eaf5ef;
	border-top: 4px solid #eaf5ef;
}

.nopadding {
	padding: 0px;
	background-color: #ffffff!important;
}

.resources {
	margin-top: 20px;
	padding: 0 2.5%;
}

.blog-row {
	width:100%;
	max-width:1000px;
	margin: 0 auto;
}

.blog {
	width:50%;
	margin: 10px auto 0 auto;
	display:inline-block;
	vertical-align: top;
}

.blog-row h3 {
	margin: 15px auto 15px auto!important;
}

.blog h3 {
	margin: 25px auto 15px auto!important;
	font-weight:700!important;
}

.blogsmall {
	width: 30%;
	display: inline-block;
	margin: 0 1.5%;
}

.blogsmall-carousel {
	width: 50%;
	display: inline-block;
	margin: 0 auto;
}

.blogsmall-carousel-single {
	width: 50%;
	display: inline-block;
	margin: 0 25%;
}

.blogsmall h3, .blogsmall-carousel h3  {
	margin: 20px auto 12px auto!important;
	font-weight:700!important;
}

.blog img {
	padding-top: 15px;
}

.pill {
	width:100px;
	display:block;
	margin: 0 auto;
	margin-bottom:20px;
}

.direction {
	margin
	direction: rtl!important;
}

.mpu-images {
	width: 100%;
	margin: 0 auto;
	max-width: 1030px;
	padding-top: 30px;
}

.mpu {
	display: inline-block;
	margin: 0 auto;
	padding: 20px;
}

.mpu img {
	display:block;
	margin: 0 auto;
	width:300px!important;
}

.gdn {
	width:100%;
	max-width:728px;
	margin: 0 auto;
	display:block;
}

.item {
	margin:0 auto!important;
}

.item img {
	width:90%!important;
	margin: 0 auto;
	padding:1%;
}

.line {
	height:20px;
	vertical-align:bottom;
}

.icon-size {
	width: 90%;
	max-width: 76px;
}

.hide {
	opacity: 0;
}

.show {
	opacity: 1;
}

.mpu {
	display:none;
	width:300px;
	margin: 30px;
}

.modal-content {
	background: rgba(255, 255, 255, 0.9);
	color: #000000;
	border-radius: 35px;
	padding: 15px 30px;
} 

.modal-header h2 {
	color: #6ac099;
	font-size: 24px;
	margin: 0;
}

.modal-header .close {
    margin-top: -42px;
    font-size: 45px;
    margin-bottom: -30px;
}

.modal-dialog {
    width: 90%;
    max-width: 1400px;
    margin: 5% auto;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:focus {
	background-color: transparent;
	color: #6ac099;
	font-weight:bold;
	border: 2px solid #6ac099;
	-webkit-transition: border-bottom 0.1s linear;
	-moz-transition: border-bottom 0.1s linear;
	-o-transition: border-bottom 0.1s linear;
	-ms-transition: border-bottom 0.1s linear;
	transition: border-bottom 0.1s linear;
}

.btn-secondary:hover {
	background-color: #ffef10;
	color: #6ac099;
	border: 2px solid #ffef10;
	-webkit-transition: border-bottom 0.1s linear;
	-moz-transition: border-bottom 0.1s linear;
	-o-transition: border-bottom 0.1s linear;
	-ms-transition: border-bottom 0.1s linear;
	transition: border-bottom 0.1s linear;
}

.btn-secondary {
	visibility: hidden;
	display: none;
}

.noscriptmsg {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card {
    background-color: #402475;
    border-radius: 12px;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

#carousel-default {
	margin-top:0px;
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10%;
	color: #fff;
	text-align: center;
	opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	margin-top: 75px;
	width: 40px;
	height: 40px;
	background: transparent no-repeat center center;
	background-image: none;
	background-size: auto;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}}



@media (max-width: 1600px) {
	.skyscraper-left {
		left:20px;
	}

	.skyscraper-right {
		right:20px;
	}

	.tab-content {
		margin: 0 auto;
	}

	.unity {
		width:83%!important;
		margin: 0 auto;
	}
}

@media (max-width: 1280px) {
	.intro h3 {
		margin:0 auto 15px auto;
	}

	.references {
		left: 0px!important;
	}

	.tab-content {
		width:94%!important;
		margin: 0 auto;
	}

	.meeting {
		padding-top: 12%;
		min-height: 700px;
	}

	.gdnresize {
		width: 98%;
		max-width: 500px!important;
	}

	.blog {
    width: 48%;
    vertical-align: top;
}

	.youtube-player {
    position: relative;
    padding-bottom: 46.23%!important;
  }

  .video-single .youtube-player {
  	position: relative;
  	padding-bottom: 55.23%!important;
  }
}

@media (max-width: 1100px) {
	.higher-icons-block div {
		width: 45%;
		padding: 2%;
		display: inline-block;
		margin: 2%;
		vertical-align: top;
		height: auto;
	}
}


@media (max-width: 990px) {

		.background3 {
		background-image: url("../img/bg-split31.png"), url("../img/bg-split32.png");
		background-position: 0% -9%, 0% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%;
	}

	.float {
		float:none;
	}

	.mpu {
		display:inline-block!important
	}

	#mainlogo {
		width:150px!important;
	}

	.choiceblock  {
		padding: 0px 0px 20px 0px;
	}

	h1, h2 {
    font-size: 34px;
	}

	h4 {
		letter-spacing: 0px;
	}

	#mainlogo {
		width: 110px!important;
	}

	.blog-row {
		width: 90%;
	}

	.blogsmall {
		width: 45%;
		display: inline-block;
		margin: 0 2%;
	}

}

@media (max-width: 910px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 11px;
	}

	.blog-row h3 {
		font-size:20px;
	}

	.jumbotron {
		height: 430px!important;
	}

	.hero {
		background: url(../img/hero-bg.png);
		background-size: 1700px;
		background-position: 50% 27%;
		height: 430px!important;
	}

	.hero img {
		width: 100%;
		max-width: 500px;
	}

	.background3 {
    background-size: 105%;
	}
}

@media (max-width: 800px) {

	.background1 {
		background-image: url("../img/bg-split11.png"), url("../img/bg-split12.png");
		background-position: 0% 0%, 0% 110%;
    background-repeat: no-repeat, no-repeat;
    background-size: 110%;
	}

	.background2, .background4 {
		background-image: url(../img/bg-split21.png), url(../img/bg-split22.png);
    background-position: 10% -2%, 0% 130%;
    background-repeat: no-repeat, no-repeat;
    background-size: 105%, 100%;
	}

	.background3 {
    background-size: 116%;
    padding: 155px 0px;
	}

	.navbar-fixed-top #mainlogo {
		background-image: url(../img/logo.png);
		margin-left: 10px;
	}

	.introtext, .secondtext {
		max-width: 90%;
	}

	h1, h2 {
		font-size: 28px;
	}

	.blog {
		width:100%;
		margin: 0 auto;
		display:block;
	}

	.blog-row h3 {
		font-size: 18px;
	}

	.mobpadding {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.title {
		width: 90%;
		top: 60px;
	}

	.modal-content {
		padding: 15px 10px;
	}

	.modal-dialog {
		width: 90%!important;
	}

	.youtube-player {
    position: relative;
    padding-bottom: 59.23%!important;
  }

  .logo {
  	width: 130px;
  	padding: 20px 0;
  }

  .introhero {
    width: 96%;
    max-width: 560px;
		}
}

@media (max-width: 767px) {
	.navbar-nav {
		width: 95%;
    margin: 0 auto;
		background-color: #18c7ae!important;
	}

	.tech-list {
		width: 98%;
	}
}

@media (max-width: 699px) {

	.jumbotron {
		height: 400px!important;
	}

	.hero {
		background: url(../img/hero-bg.png);
		background-size: 1700px;
		background-position: 50% 27%;
		height: 400px!important;
	}

	.hero img {
		width: 100%;
		max-width: 500px;
	}

	.advert img {
		vertical-align: middle;
	}

	.logo {
    width: 120px;
  }

	.background1, .background2, .background4 {
		width:100%;
		padding: 100px 0px 90px 0px;
	}

	h3 {
    font-size: 20px;
	}

	.blogsmall {
		width: 90%;
		max-width: 360px;
		display:block;
		margin: 0 auto;
	}

}

@media (max-width: 600px) {

	.blogsmall-carousel, .blogsmall-carousel-single {
		width: 90%;
		display: inline-block;
		margin: 0px 5%;
	}

	.higher-icons-block div {
		width: 90%;
		padding: 5%;
		display: inline-block;
		margin: 5%;
		vertical-align: top;
		height: auto;
	}

	.background3 {
		    background-size: 110%;
		background-position: 0% -9%, 0% 105%;
	}

	.portal-container {
    height: 250px;
  }

	.portal-pic {
		background-size: 100%!important;
	}

	.bumper-top, .higher-bumper-top {
		width:100%;
		padding: 30px 0px 165px 0px;
	}

	.background1, .background2,.background4 {
		width:100%;
		padding: 165px 0px;
	}

	.bottom-section {
		width: 100%;
		padding: 160px 0px 60px 0px;
	}

	.advert {
		margin:-125px auto!important;
	}

	.advert-banner {
		display:none!important;
	}

	.advert-mpu {
		display:block!important;
		margin: 0 auto!important;
	}

	#contact {
    padding: 150px 0px 30px 0px;
	}

	.tab-content {
		width: 100%!important;
	}

	.container {
		padding-right: 0px;
		padding-left: 0px; 
	}

	.btn {
    margin: 10px 5px;
	}

	.blogsmall .btn {
		margin-bottom: 30px;
	}

	.nav-pills > li {
		float: none;
	}

	.gdnresize {
		width: 100%!important;
		max-width: 400px!important;
	}

	.row {
		margin-right: 0px;
		margin-left: 0px;
	}  

	.item img {
		width: 98%!important;
	}

	p, .intro h3 {
		padding: 0;
		font-size: 14px!important;
	}

	.intro-text h1 {
    font-size: 27px;
	}

	h4 {
		font-size: 14px;
	}
}

@media (max-width: 480px) {

	.introhero {
    width: 90%;
    max-width: 650px;
    margin: 45px auto 20px auto;
}

		.background1 {
		background-image: url("../img/bg-split11.png"), url("../img/bg-split12.png");
		background-position: 0% 0%, 40% 95%;
    background-repeat: no-repeat, no-repeat;
    background-size: 110%;
	}

	.background3 {
    background-image: url(../img/bg-split31.png), url(../img/bg-split32.png);
    background-position: 0% 4%, 30% 102%;
    background-repeat: no-repeat, no-repeat;
    background-size: 120%, 125%;
}

	.background2, .background4 {
		background-image: url("../img/bg-split21.png"), url("../img/bg-split22.png");
		background-position: 70% 0%, 20% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 130%, 115%;
	}

	.bumper-top, .higher-bumper-top {
		width:100%;
		padding: 30px 0px 155px 0px;
	}

	.background1, .background2, .background3, .background4 {
		width:100%;
		padding: 155px 0px;
	}

	.introtext h1 {
		font-size: 24px;
	}

	.benefits li {
		font-size: 14px;
	}

	.introtext {
		padding: 0px 14px 35px 14px;
	}

	.secondtext {
    background-color: rgb(97 40 141 / 74%);
    padding: 16px 16px;
  }

	.jumbotron {
		height: 300px!important;
	}

	.hero {
		background: url(../img/hero-bg.png);
		background-size: 1050px;
    background-position: 50% 0%;
    height: 300px!important;
	}

	.hero img {
		width: 100%;
		max-width: 320px;
		padding-top: 75px;
	}

	.blog-row h3 {
    font-size: 14px;
}
}

@media (max-width: 400px) {
	.modal-header .close {
        visibility: hidden;
        display: none;
    }

    .btn-secondary {
    	visibility: visible;
    	display: inline-block;
    }
}


@media (max-width: 380px) {
	.portal-container {
    height: 220px;
  }

}

