/*-------------
 	GENERAL
-------------*/

html {font-size: 1em;}

body {
  font-family: 'Open Sans', san-serif;
  font-weight: 400;
  line-height: 1.5em;
  color: #333;
}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4 {
  margin: 0 0 0.5em; 
  font-weight: 700;
  line-height: 1.7em;
}
h2, h3, h4 {
	color: #2678ad;
	font-family: 'quicksand', san-serif;
}

h1 { margin-top: 0;font-size: 2em;}

h2 {font-size: 1.625em;}

h3 {font-size: 1.375em;}

h4 {font-size: 1.125em;}



*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
}

html{
	font: normal 16px sans-serif;
	color: #555;
}
img {
    height: auto;
    max-width: 100%;
}

.grid, nav, .area-list {
	list-style: none;
}

a {
	color: #2266ca;
	text-decoration-skip-ink: auto;
}
nav a, a.conference-agenda {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
a:hover, a:focus {
	opacity: 1;
	color: #2c2c2c;
	text-decoration: underline;
}
a.conference-agenda {
	font-weight: normal;
}


.btn{
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	padding: 5.0313em 1.875em;
}
.fa {
margin-right:7px;	
}

ul.grid{
	width: 100%;
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
}


/* ****************************************************************************************************************************
 * 14. ACCESSIBILITY
 */

.accessibility_nfd,
.accessibility_nfd a,
.accessibility_nfd a:hover,
.accessibility_nfd a:visited {
	/* Hide content for standard display, but not for screen readers */
	position: absolute;
	left: -9999px;
	z-index: 1001;
}

/* Position content for top of page */
.nfd_top {
	top: 0;
}

.accessibility_nfd a:focus,
.accessibility_nfd a:active {
	/* Show links for non-mouse navigation */
	border: 1px solid #FFFFFF;
	background-color: #2C2C2C;
	padding: 6px;
	color: #FFFFFF;
	min-width: 150px;
	outline: none;
	text-align: center;
	/* CSS3 enhancements */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 5px #5F5F5F;
	-webkit-box-shadow: 2px 2px 5px #5F5F5F;
	box-shadow: 2px 2px 5px #5F5F5F;
}

.nfd_top a:focus,
.nfd_top a:active {
	position: absolute;
	left: 10150px; /* relative to container so -999px + 1150px = left: 151px */
	top: 8px;
}

.nfd_bottom a:focus,
.nfd_bottom a:active {
	left: 10150px; /* relative to container so -999px + 1000px = left: 1px */
}

/* ************************************************************************************************************************** */


/*-------------
 	HEADER
-------------*/

header{	
	float:left;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	color: #ffffff;
	overflow: hidden;
	width:100%;
}

/* Menu Button */
.menu-button {
	position: fixed;
	z-index: 1000;
    padding: 1em 1em 1em 2.75em;
	border: none;
	/*text-indent: 2.5em;*/
	font-size: 1.25em;
	color:#ffffff ;
	background: #373a47;
	left:0;
	top:0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;	
}

.menu-button::before {
    position: absolute;
    width: 25%;
    height: 45%;
    top: 0.85em;
    right: 0.5em;
    bottom: 0.5em;
    left: 0.85em;
	background: linear-gradient(#fff 20%, transparent 20%, transparent 40%, #fff 40%, #fff 60%, transparent 60%, transparent 80%, #fff 80%);
	content: '';
}

.menu-button:hover,.menu-button:focus {
	cursor:pointer;
-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.35);
box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.35);
}

/* Close Button */
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 1.25em;
	border: none;
	background: transparent;
	color: transparent;
	cursor: pointer;
}
.close-button:hover:before, .close-button:hover:after, .close-button:focus:before, .close-button:focus:after {
	background:#00BCE3;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}


.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: fixed;
	z-index: 9999;
	width: 300px;
	height: 100%;
	background: #373a47;
	padding: 2.5em 1.5em 0;
	font-size: 1.15em;
	-webkit-transform: translate3d(-320px,0,0);
	transform: translate3d(-320px,0,0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	left:0;
	top:0;
}

nav.menu, .close-button {
	display: none;
}

.menu, 
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

.icon-list a {
	display: block;
	padding: 0.8em;
	-webkit-transform: translate3d(0,500px,0);
	transform: translate3d(0,500px,0);
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}

.icon-list a span {
	margin-left: 10px;
	font-weight: 700;
}
.icon-list a:hover, .icon-list a:focus {
	color:#00BCE3;
}

/* CHILD NAV */

.icon-list .nav-child a {
	padding:0;
}
.icon-list .nav-child a {
	padding:0.333em 0;
}
.icon-list .nav-child a span {
	font-size:16px;
	font-weight:normal;
	margin-left:2.5em;
}
.icon-list .nav-child a span:before {
	content:">";
	color:#ffffff;
	padding-right:10px;
	
}

/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu nav.menu, .show-menu .close-button {
	display: block;
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	text-decoration: none;
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}





/*----------------
 	WELCOME SECTION
----------------*/

.welcome{
	position: relative;
	justify-content: center;
	min-height: 380px;
	color: #fff;
}

section .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background: #4f00bc; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#4f00bc,#29abe2); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#4f00bc,#29abe2); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left,#4f00bc,#29abe2); /*Fx 3.6-15*/
	background: linear-gradient(top left, #4f00bc, #29abe2); /*Standard*/
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.welcome h1{
	width:260px;
	height:105px;
	background-image:url(../images/ict-logo-3.png);
	background-repeat:no-repeat;
	background-size:260px;
	text-indent:-10000px;
	margin:0;
}

.welcome >.button {
    width: 100%;
	z-index:0;
}
.welcome >.button-overlay:hover, .welcome >.button-overlay:focus {
    color: #3f51b5;
	border-color:#ffffff;
	font-weight:bold;
}
.welcome >.button-overlay:hover::before, .welcome >.button-overlay:focus::before {
    background-color: #ffffff;
}


.scroll-below {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #2c2c2c;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  padding-top: 55px;
  bottom: -80px;
}
.scroll-below:hover, .scroll-below:focus {
  opacity: .5;
}

.scroll-below span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #2c2c2c;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll-below span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #2c2c2c;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}




/*----------------------
 	OUR SERVICES SECTION
----------------------*/

.our-services{
	padding: 0 1.25em;
	background-color:#ffffff;
}
.our-services .title {
	margin-top:1.414em;
}

.our-services .grid li{
	position:relative;
	padding:6.25em 1.875em 1.875em;
	flex-basis: 100%;
	background-color: #f7f7f7;
	box-sizing:border-box;
	box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
    margin-right: 3%;
	margin-bottom: 10%;
}

.our-services .grid li a{
   width:100%;
}

.our-services .grid li img{
	width:100%;
	height:72px;
	position: absolute;
    top: 0;
    left: 0;
}

.our-services .grid li h3{
	color: #555;
    /*margin-top: 16px;*/
	margin-top: 1.2em;
}

.our-services .grid li p{
    margin: 0;
}

a.button.fat-button {
    float: none;
    max-width: 800px;
    margin: 1em 0 1em;
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
a.button.fat-button:hover, a.button.fat-button:focus {
    color: #fff;
    border-color: #3f51b5;
}
a.button.fat-button:hover::before, a.button.fat-button:focus::before {
    opacity: 1;
    background-color: #3f51b5;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
a.button.fat-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
a.button.fat-button:after {
    content: "";
}

.button {
	font-size: 14px;
	font-weight: bold;
    min-width: 25%;
    max-width: 100%;
    display: block;
    margin: 2.5em 0 1em;
    padding: 0.75em 1.7em;
    border: 3px solid;
    background: none;
	letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    vertical-align: middle;
	text-align:center;
    position: relative;
    z-index: 1;
}

.button-block {
	display: block;
}
.button:after {
    content: "\00A0\00BB";
}

.button.no-after:after {
    content: "";
}

.button-overlay:hover, .button-overlay:focus {
    color: #fff;
    border-color: #3f51b5;
}
.button-overlay {
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.button-overlay:hover::before, .button-overlay:focus::before {
    opacity: 1;
    background-color: #3f51b5;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover, .button:focus {
	-webkit-box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);
}

/*--------------------
 	REVIEWS SECTION
--------------------*/

.reviews{
	float:left;
	width:100%;
	display:inline-block;
	background-color:#ffffff;
}

.reviews .left,
.reviews .right {
	padding:1em;
	width:100%;
	margin:1em 0;
	clear:both;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

	
.reviews .left:first-of-type {
background-image:none;
	}

.reviews .left,
.reviews .right { float:left; width:100%; }	

.left img, .right img {
	border-radius:50%;
	display:block;
	margin:0 auto 6.66%;
}

.reviews .quote{
    font-weight: 300;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
	color:#2678ad;
	font-weight:bold;
	float:right;
}

.reviews .author:last-child{
    margin-bottom: 0;
}


/*---------------------
 	CONTACT SECTION
---------------------*/

.contact{
	background-color: #34495e;
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
	padding-top:8em;
  }
  
.contact .title, .contact p {
	color:#ffffff;
}

.contact .button {
    float: left;
	clear:both;
	margin:1em 0;
	padding-left:3.65em;
}

.contact .button:hover, .contact .button:focus {
    color: #34495e;
	border-color:#ffffff;
	font-weight:700;
	background-color: #ffffff;
}
.tel-icon {
 background-image: url(../images/tel-icon.png);
 background-repeat:no-repeat;
 background-position: 5% 50%;
}
.tel-icon:hover, .tel-icon:focus { background-image: url(../images/tel-icon-hover.png);}

.email-icon {
 background-image: url(../images/email-icon.png);
 background-repeat:no-repeat;
 background-position: 5% 50%;
}
.email-icon:hover, .email-icon:focus { background-image: url(../images/email-icon-hover.png); }

/*-------------
 	FOOTER
-------------*/

footer{
	float:left;
	width:100%;
	color: #ffffff;
	background-color: #373a47;
	padding: 5em 0.938em;
	border-top: solid 2px #ffffff;
}

footer .copy {
    float: left;
    width: 100%;
    text-align: center;
}
footer .copy:before {
    content: "";
    width: 135px;
    height: 64px;
    background-image: url(../images/ict-logo-smallv4.png);
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
}


/*-------------
 	IMAGES
-------------*/

.temp-image {
	position:absolute;
	right:0;
	top:0;
	width:640px;
	height:510px;
	background-image: url(../images/laptop.png);
    background-repeat: no-repeat;
	background-size:640px;
	display:none;
}
.conf-image {
	position:absolute;
	right:0;
	top:0;
	width:320px;
	height:225px;
    background-repeat: no-repeat;
	background-size: 180px;
}

.digital-services {
	background-image: url(../images/digital-services.png);
	right:80px;
	width:445px;
	height:310px;
	background-size:310px;
}
.project-wip {
	background-image: url(../images/project-wip.png);
	right:80px;
	width:445px;
	height:310px;
	background-size:310px;
}
.communications {
	background-image: url(../images/communications.png);
	right:80px;
	width:445px;
	height:310px;
	background-size:310px;
}
.information-technology {
	background-image: url(../images/information-tech.png);
	right:80px;
	width:445px;
	height:310px;
	background-size:310px;
}
.bluprint {
	background-image: url(../images/bluprint.png);
	right:80px;
	width:445px;
	height:310px;
	background-size:310px;
}
.edtech {
	background-image: url(../images/edtech.png);
	right:80px;
	width:445px;
	height:310px;
	background-size:310px;
}
.edtech-18 {
	background-image: url(../images/edtech-18.png);
	right:80px;
	width:445px;
	height:310px;
	background-size:310px;
}



/*----------------
 	AREA PAGES
----------------*/

.page-header{
	position: relative;
	min-height: 20vh;
	color: #fff;
}

.page-header .digital-services-bg, .project-wip-bg, .page-header .communications-bg, .page-header .information-technology-bg, .page-header .bluprint-bg, .page-header .edtech-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.page-header .digital-services-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4f00bc; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#DA6164,#2957E9); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#DA6164,#2957E9); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left,#DA6164,#2957E9); /*Fx 3.6-15*/
	background: linear-gradient(top left, #DA6164, #2957E9); /*Standard*/
	opacity: 0.85;
}
.page-header .project-wip-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #B8A3FA; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#2957E9,#B8A3FA,#DAFFFF); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#2957E9,#DA6164); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left,#2957E9,#B8A3FA,#DAFFFF); /*Fx 3.6-15*/
	background: linear-gradient(top left, #2957E9,#B8A3FA,#DAFFFF); /*Standard*/
	opacity: 0.85;
}
.page-header .communications-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4f00bc; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#E43C19,#E66D68); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#E43C19,#E66D68); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left,#E43C19,#E66D68); /*Fx 3.6-15*/
	background: linear-gradient(top left, #E43C19, #E66D68); /*Standard*/
	opacity: 0.85;
}
.page-header .information-technology-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4f00bc; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#F7FC47,#28FE41); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#F7FC47,#28FE41); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left,#F7FC47,#28FE41); /*Fx 3.6-15*/
	background: linear-gradient(top left, #F7FC47, #28FE41); /*Standard*/
	opacity: 0.85;
}
.page-header .bluprint-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #4f00bc; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#0ED2F7,#B2FEFA); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#0ED2F7,#B2FEFA); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left,#0ED2F7,#B2FEFA); /*Fx 3.6-15*/
	background: linear-gradient(top left, #0ED2F7, #B2FEFA); /*Standard*/
	opacity: 0.85;
}
.page-header .edtech-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #5E4D87; /* Old Browsers */
}
.page-header .edtech-18-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #242E66; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#0F85C8,#fff); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#0F85C8,#fff); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left,#0F85C8,#fff); /*Fx 3.6-15*/
	background: linear-gradient(top left,#0F85C8, #fff); /*Standard*/
}

.page-header h1{
	font: bold 60px 'Open Sans', sans-serif;
	margin-bottom: 15px;
}
.page-header .temp-image{
	background-size:310px;
	background-position: 100% 10%;
	z-index:9;
}
.page-header .conf-image {
	background-position: 100% 10%;
	z-index:9;
}

.logo {
	background-image: url(../images/ict-logo-small.png);
	float:left;
	height:64px;
	width:200px;
	background-repeat:no-repeat;
	margin-left:3em;
	text-indent: -9999px;
}
.area-content-full {
	position:relative;
	width:100%;
	padding: 0.666em 0 5em;
	box-sizing:border-box;
	background-color:#ffffff;
	margin-top: -75px;
}

.area-content {
	position:relative;
	width: 100%;
	padding: 0;
	box-sizing:border-box;
	background-color:#ffffff;
	margin-top: -75px;
}
.area-content h1, .area-content-full h1 {
	font-weight: bold;
    color: #373a47;
    border-bottom: dotted 5px rgba(0,0,0,0.3);
    padding-bottom: 0.5em;
}
.area-content h2 {
	font-weight:bold;
}

.area-content ul {
	float:left;
	width:100%;
	padding-left:1em;
	margin-bottom:1em;
}
.area-content ul li .button {
	clear:both;
	float:left;
	margin:0.5em 0;
}
.area-content ul li .button:hover, .area-content ul li .button:focus {
	-webkit-box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 12px 2px rgba(0,0,0,0.5);
}
.area-content ul li .button:after {
    content: "\00A0\00BB";
}

.area-content-full .content {
	float:left;
	width:100%;
}
.area-content-full .content-full {
	width: 100%;
}
.content-full.conferences {
	display: flex;
	flex-flow: row wrap;
}
.content-full.conferences h1 {
	flex: 0 0 100%;
}
.content-full.conferences a {
	flex: 0 0 100%;
}
.area-content-full aside {
	float:left;
	width:100%;
	padding:0.666em 1em;
	background-color:#f5f5f5;
}
.area-content-full aside h3 {
	font-size:1.25em;
}
.date {
    background-image: url(../images/date.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 24px;
}
.time {
    background-image: url(../images/time.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 24px;
}
.address {
    background-image: url(../images/location.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
	padding-left: 24px;
}
.audience {
    background-image: url(../images/audience.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 24px;
}
.sidebar ul li{
	background-image: url(../images/arrow-right.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 24px;
}


.conference-agenda-container {
	padding: 0;
}
.conference-agenda {
    width: 100%;
    background-color: #f4f4f4;
    float: left;
    border-radius: 7px;
    padding: 1em 1em 0;
    margin: .5em 0;
    box-sizing: border-box;
}
.conference-agenda:hover, .conference-agenda:focus {
    background-color: #e6f3ff;
    text-decoration: none;
}

.conf-suppliers {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
}
.conf-suppliers a {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
/*	float: left;
	width: 100%;*/
	border: solid 1px #ccc;
	border-radius:4px;
	margin: 0 0 0.5em 0;
	text-decoration: none;
}
.conf-suppliers a:hover, .conf-suppliers a:focus {
	background-color: #2678ad;
    background-image: linear-gradient(to right, #4F00BC, #29abe2);
}
.conf-suppliers a img {
	flex: 0 0 auto;
	/*float:left;*/
	margin-right:3%;
/* 	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 200%);
    clip-path: polygon(0 0, 100% 0, 100% 0%, 0 200%); */
}
.conf-suppliers a h3 {
	flex: 1 1 auto;
	float: left;
	margin: 0;
}
.conf-suppliers a:hover h3 {
	color: #fff;
}

section.speakers {
	padding: 0;
	display: flex;
	flex-flow: row wrap;
}
section.speakers h2:first-child {
	flex-basis: 100%;
}
section.speakers div {
	flex: 1 1 50%;
}
section.speakers ul, aside.related-posts ul, div.sponsors ul {
	list-style-type: none;
}
.sponsors {
	float: left;
	width: 100%;
}
.sponsors ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

/*----------------
 	CONTENT PAGES
----------------*/

#content iframe {
	max-width: 100% !important;
}
.content-header {
	position:relative;
	min-height:220px;
	background: #A0FE65  ; /* Old Browsers */
	background: -webkit-linear-gradient(top left,#A0FE65  ,#FA016D); /*Safari 5.1-6*/
	background: -o-linear-gradient(top left,#A0FE65  ,#FA016D); /*Opera 11.1-12*/
	background: -moz-linear-gradient(top left,#A0FE65  ,#FA016D); /*Fx 3.6-15*/
	background: linear-gradient(top left, #A0FE65  , #FA016D); /*Standard*/
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.content img {
	height: auto !important;
	max-width: 100% !important;
}
.content blockquote {
    border-left: 3px solid #e9e9e9;
    color: #555;
    margin-bottom: 1.5em;
    padding-left: 3%;
}


/*-------------
 	RESPONSIVE MENU IDEA
-------------*/

.nav-hori {
	display: none;
}

.menu-dropdown {
	max-width: 120px;
	width: 100%;
	margin: 0 auto;
}

.menu-dropdown h2 {
	font-weight: 300;
	color: #ccc;
}

.menu-dropdown button {
	position:fixed;
	top:0;
	left:0;
	border: none;
	background-color: transparent;
	color: #fff;
	padding: 0 0 0 1.7em;
	display: block;
	width: 100%;
	max-width:120px;
	height:85px;
	cursor: pointer;
	font-size: 18px;
	font-weight:bold;
	background-image: url(../images/menu.png); 
	background-repeat:no-repeat; 
	background-position:12% 50%;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	z-index:999999;
	border-right: solid 1px rgba(255,255,255,0.3);
	/* -webkit-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.33); */
	/* -moz-box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.33); */
	/* box-shadow: 3px 3px 12px 0px rgba(0,0,0,0.33); */
	
}

.menu-dropdown button:hover, .menu-dropdown button:focus {
	background-color: #008a0e;
}

.menu-dropdown button.active {
	background-color: #008a0e;
	background-image: url(../images/close.png);
	
}

.menu-dropdown button.disabled {
	background: #aaa;
	pointer-events: none;
}


/* General styles for the menu */
.oc-scmenu {
	background: rgba(0, 0, 0, 1);
	position: fixed;
}

.oc-scmenu h3 {
	color: #ffffff;
	font-size: 1.9em;
	padding: 1.25em;
	margin: 0;
	font-weight: bold;
	background: #237fba;
}

.oc-scmenu ul {
display:block
}

.oc-scmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.oc-scmenu a:hover, .oc-scmenu a:focus {
	background: #237fba;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

.oc-scmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation of the menu */

.scmenu-vertical {
	width: 100%;
	/* height: 100%; */
	top: 0;
	z-index: 1000;
}

.scmenu-vertical ul {
	width:100%;
}
.scmenu-vertical ul li{
	margin:0;
}
.scmenu-vertical ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 1em;
}

.scmenu-vertical a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 1em;
}



/* slides from the left */

.scmenu-left {
	left: -100%;
	top:85px;
}


.scmenu-left.scmenu-open {
	left: 0px;
}


.push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.push-toright {
	left: 240px;
}


/* Transitions */

.oc-scmenu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



/*-------------
 	TABLET
-------------*/

@media (min-width:640px){

h1 { font-size: 2.5em;}

h2 {font-size:2em;}

h3 {font-size: 1.5em;}
	
header h1 a {
	margin-left:0;
}

section {
	padding: 100px 50px;
}

.welcome{
	min-height: 65vh;
}
.welcome h1{
	width:560px;
	height:180px;
	background-size:445px;
}

.welcome>.button {
    width: 25%;
}
.welcome .background-image {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
}

.welcome a.btn{
	width:50%;
	padding: 0.8em 1.6em;
}

.scroll-below {
  display: inline-block;
}

.our-services .grid li{
	flex-basis: 47%;
	margin-bottom: 65px;
}

.area-content-full .content {
	width:60%;
	margin-right:5%;
}
.area-content-full aside {
	width:35%;
}
.content-full.conferences a {
	flex: 0 0 50%;
}
.left img, .right img {
	float:left;
	margin:3% 3% 3% 0;
}

footer { 
	padding: 1.875em 0;
}

}

/*-------------
 	DESKTOP
-------------*/
@media (min-width:1024px) {

	.page-header{
		position: relative;
		min-height: 25vh;
		color: #fff;
	}

	.our-services .grid li{
		flex-basis: 30%;
	}
	.our-services .grid li img {
		height: auto;
	}
	ul.grid{
		flex-wrap: nowrap;
	}

	.conf-image {
		background-size:320px;
	}

}

@media (min-width:1280px){
	
	h1 {
		margin-top: 0;
	}

	h2 {font-size:2.25em;}

	h3 {font-size: 1.75em;}

	section{
		padding: 0 6.25em;
	}
	.welcome a.btn{
		width:25%;
	}
	.temp-image {
		display: block;
	}

	.our-services{
		padding: 0 6.25em;
	}
	.our-services .grid li {
		position:relative;
		padding:4.25em 1em 1.875em;
		background-color: #f7f7f7;
		box-sizing:border-box;
		box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
		margin-right: 3%;
	}
	.reviews .left,
	.reviews .right {
		width:65%;
	}
	.reviews .left { float:left; }
	.reviews .right { float:right; }

	.page-header{
		min-height: 10em;
	}
	.area-content {
		max-width:70%;
		padding: 1em 1.7em 5em;
	}
	.area-content-full {
		padding: 1em 1.7em 5em;
	}

	.content-full.conferences a {
		flex: 0 0 33%;
	}

}
@media (min-width:1440px){

	.welcome {
		min-height: 45vh;
	}

	.welcome h1:before {
		top: 27%;
		left: 2%;
	}

}

/* blog*/

section.blog {
	display: inline-block;
	width: 100%;
}

section.blog .grid li{
	position:relative;
	flex-basis: 100%;
	background-color: #f7f7f7;
	box-sizing:border-box;
	box-shadow: 0 18px 35px rgba(50,50,93,.1), 0 8px 15px rgba(0,0,0,.07);
    margin-right: 3%;
	margin-bottom: 10%;
}

section.blog .grid li .info{
	padding: 1.875em 1.875em 6.25em 1.875em
}

section.blog .grid li .info a{
    width:100%;
}

section.blog .grid li .info img{
	width:100%;
}

section.blog .grid li .info h3{
	color: #555;
	line-height: 1.5em;
}

section.blog .grid li .info p{
    margin: 0;
}

section.blog #content {
	float: left;
}

section.blog #content h2 a {
	font-size: 0.5em;
	vertical-align: middle;
}

section.blog .blog-post-info {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 3px dotted rgba(0,0,0,0.3);
}

.temp-image {
	z-index: 99;	
}

section.blog > aside.asside {
	width: 100%;
    float: left;
    padding: 30px;
    margin-top: 30px;
	margin-bottom: 0px;
    background-color: #f5f5f5;
	z-index: 100;
	position: relative;
	clear: right;
	order: 2;
}

section.blog > aside.reorder-top {
    float: right;
}

section.blog #content:nth-child(2) {
	margin-top: 50px;
}

@media (min-width:1280px) {
	section.blog #content:nth-child(2) {
		margin-top: -75px;
	}
}

@media (min-width:1280px) {
	section.blog > aside.asside {
		margin-top: 150px;
		margin-bottom: 0px;
	}
}

section.blog > aside.asside ~ aside.asside {
	margin-top: 50px;
	margin-bottom: 0px;
}

section.blog aside.asside p:first-child {
	color: #555;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
}

section.blog aside.asside ul {
	list-style: none;
}

section.blog aside.asside ul li {
	padding: 0.5em 0;
}

section.blog aside.asside table {
	margin: 0 auto;
}

section.blog aside.asside table tr td,
section.blog aside.asside table tr th {
	font-size: 0.6em;
	padding: 8px 0;
}

@media (min-width:1280px) {
	section.blog aside.asside {
		width: 25%;
	}
}

section.blog aside.asside-author {
    margin-top: 100px !important;
}

section.blog aside.asside-author a.name {
	color: #555;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
}

section.blog aside.asside-author a.name:hover, 
section.blog aside.asside-author a.name:focus {
	text-decoration: underline !important;
}

.blog-author-image {
	width: 150px;
    position: relative;
    top: -82px;
    left: 50%;
	margin-left: -75px;
	margin-bottom: -65px;
	border: 3px solid #ccc;
}

.radio-check-container {
    display: inline-block;
}

.tags {
    margin: 0;
    padding: 0;
    border:none;
}

.tags .tag {
	padding: 0.250em 0.500em;
	display: inline-block;
	background-color: #3f51b5;
	border-radius: 0.250em;
	color: #fff;
	margin: 0.313em 0.313em 0.313em 0;
	cursor: pointer;
	text-decoration: none;
}

	.tags .tag:hover, .tags .tag:focus {
		background-color: #373a47;
	}

.tags input[type=radio]:focus + .tag {
	background-color: #373a47;
}

.tags .hidden:checked ~ .tag {
	background-color: #ffff00;
	color: #000;
}

.tags .tag:first-child {
	margin: 0.313em 0;
}

.tags .hidden {
	opacity: 0;
  	position: absolute;
}

.filter-input {
    width: 100%;
    background-color: #3f51b5;
    color: #fff;
    border-radius: 0.250em;
    padding: 0.500em;
    border: none;
    outline: none;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    position: relative;
    border: 1px solid transparent;
    z-index: 10;
}

	.filter-input:hover, .filter-input:focus {
		cursor: pointer;
		background-color: #373a47;
	}

.filter-input option {
	color: #fff;
}


/* For IE10 */
.filter-input::-ms-expand {
	display: none;
}

input.button, a.button, button.button {
	line-height: 1.5em;				   
	float: left;
	font-size: 14px;
	font-weight: 600;
	padding: 0.5em 1em;
	border: 3px solid;
	background: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
	vertical-align: middle;
	text-align: center;
	position: relative;
	margin: 1em 0;
	cursor: pointer;
	border-radius: 4px;
	background-repeat:no-repeat;
	background-position:1em center;
}
button.button:hover, button.button:focus,
a.button:hover, a.button:focus, 
input.button:hover, input.button:focus {
	background-color: #373a47;
	border-color: #373a47;
	color: #fff;
}

.select-container {
    position: relative;
}

.select-container:before {
	content: '';
	position: absolute;
	right: 0.625em;
	top: 50%;
	margin-top: -0.156em;
	width: 0;
	height: 0;
	border-left: 0.313em solid transparent;
	border-right: 0.313em solid transparent;
	border-top: 0.313em solid #fff;
	z-index: 11;
}

.set, .setdef {
    margin: 0;
    padding: 0.500em 0 0 0;
}

.bloglist {
    padding-left: 0 !important;
	float: none !important;
}

.bloglist li {
	padding: 30px 0;
	list-style: none;
}

	.bloglist li a {
		text-decoration: none;
		display: flex;
		padding: 1em;
		flex-direction: column;
		border-bottom: 3px dotted rgba(0,0,0,0.3);
	}
		.bloglist li a:hover, .bloglist li a:focus {
			background-color: #f4f4f4;
		}

@media (min-width:1280px) {
	.bloglist li a {
		flex-direction: row;
	}
}

.bloglist li a .image-container {
	margin: auto 2em auto 0;
	max-width: 250px;
	min-width: 250px;
}

.bloglist.authors {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}

.bloglist.authors li {
	width: 33.333%;
}

.bloglist.authors li a {
	flex-direction: column;
	margin: 0 15px;
	height: 100%;
}

.bloglist.authors li a .image-container {
	margin: 0 auto;
	width: 80px;
	max-width: 250px;
	min-width: 100%;
}

.bloglist.authors li a .info .title,
.bloglist.authors li a .info .job-title {
	text-align: center;
}

.bloglist li a .info .title {
	font-size: 1.8em;
}

.bloglist li a:hover .info .title {
	text-decoration: underline;
}

.bloglist li a .info .post-content {
	color: #555;
}

.content.blog-post-content h2, .content.blog-post-content h3  {
    margin: 0.5em 0;
} 

.content .blog-featured-image {
	float: left;
	margin-right: 1em;
	display: inline-block;
}

.pagination {
	width: 100%;
	margin-top: 30px;
}

.pagination ul {
	list-style: none;
	padding: 0;
}

.pagination ul li {
	display: inline-block;
	margin: 0.313em 0.313em 0.626em 0;
}

.pagination ul li a {
	color: #fff;
	background-color: #3f51b5;
	padding: 0.250em 0.500em;
	margin: 0.313em 0.313em 0.313em 0;
	border-radius: 0.250em;
	text-decoration: none;
}

.pagination ul li a:hover,
.pagination ul li a:focus,
.pagination ul li.active a:hover,
.pagination ul li.active a:focus {
	background-color: #373a47;
	color: #fff;
}

.pagination ul li.active a {
	background-color: #ffff00;
	color: #000;
}

.breadcrumb {
	display: block;
	border-bottom: 3px dotted rgba(0,0,0,0.3);
	margin-bottom: 30px;
}

.breadcrumb ul {
	display: block;
	list-style: none;
	float: none;
	padding: 0;
}

.breadcrumb ul li {
	display: inline-block;
	margin-right: 2em;
	position: relative;
}

.breadcrumb ul li:after {
	content: '>';
	position: absolute;
	right: -1.5em;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li a {
	text-decoration: none;
}

.breadcrumb ul li a.disabled {
	pointer-events: none;
	cursor: default;
	color: #333;
}

.seventy-five-chars {
	max-width: 75ch;
}