@charset "UTF-8";
/* General */
/*body#home {width:100%;}*/
/*body {max-width:1024px !important;margin:0 auto !important;}*/
/*div#content {
	background-color: white !important;
	float: left;
	margin: 0;
	padding: 0;
	margin: 0 auto;
}*/
body {font-family: roboto, effra, arial;}
/* LEFT NAV */
ul.left-nav a {
	color: #555;
	text-decoration: none;
	transition: color 0.5s ease;
}
ul.left-nav a:hover {	
	color:#F09 !important;	
}
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.left-nav {
	/*width: 279px;*/
	margin: 38px 10% 0 0 !important;
	padding: 0px 0 0 0 !important;
	text-transform:none;	
}


body#contacts ul.left-nav {	
	text-transform:none;
}
body#blog ul.left-nav {
	line-height:1.5;
}

body#contacts ul.left-nav address {font-style:normal;line-height:1.4em;padding:20px 0;font-size:0.9em;}
ul.left-nav a:hover {
	color: #fff;
	border: none;
	padding-left: 0px;
}
ul.case-studies-work-block {
	width: 279px;
	margin: 40px 0 0 0;
	padding: 0 0 0 0 !important;
}
ul.left-nav li, ul.case-studies-work-block li {
	padding: 0;
	line-height: 2.5em;
	display: block;
	border-top: 1px solid #555;
	transition: background-color 0.3s ease;
}
ul.left-nav a, ul.case-studies-work-block a {
	font-family: helvetica, arial, Effra, roboto;
	font-size: 0.9em /*1em*/;
	display: block;
	color: #000;
	line-height: 1.4em;
    padding: 14px 0;
}
ul.left-nav li ul a, ul.case-studies-work-block li ul a {
	font-family: helvetica, arial, Effra, roboto;
	font-size: 0.950em;
	display: block;
	text-transform:capitalize;color:#3399cc;	
}
ul.case-studies-work-block li {
	background-color: #000;
	position: relative;
	left: -40px;
	width: 279px;
	padding-left: 40px
}
ul.case-studies-work-block li a {
	color: #fff;
	text-decoration: none;
}
ul.case-studies-work-block li a:hover {
	color: #F60;
	text-decoration: none;
}
ul.left-nav li:hover {
	background-color: rgba(0,0,0,0.05);/* background-color: #9F6;*/
	color: #fff !important;
}

ul.case-studies-work-block li:hover {
	background-color: #000;
	border-top: 1px solid #fff;
	letter-spacing:0 !important;
}
ul.case-studies-work-block a {
	color: #555;
	text-transform: uppercase;
	font-family: Effra, roboto, helvetica, arial !important;
}
ul.case-studies-work-block a:hover {
	color: #fff;
}
ul.left-nav .border-down {
	border-bottom: 1px solid #555;
}
ul.case-studies-work-block li:nth-child(even) {
	background-color: #555;
	border: none;
	color: white;
}
ul.case-studies-work-block li:nth-child(odd) {
	background-color: #000;
	border: none;
	color: white;
}
body#about h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #777;
	font-style: italic;
	font-size: 1.4em;
	font-weight: normal;
	float: left;
	width:100%;
}
.goToTop {
	float: right;
	padding-right: 50px;
	font-weight: bold;
	display: inline-block;
}
div#content div section.buttons-section {
	height: 80%;
	margin: 0 auto;
	padding: 0px 0 0 0;
	text-align: left !important;
	width: 100%;
	font-family: Effra, roboto;
}
/* COLUMNS */
.second-column, .third-column {
	width: 50%;
	height: 80%;
	margin: 0 auto;
	padding: /*74px*/85px 30px 40px 0 !important;
	text-align: left;
	font-size: /*0.85em*/0.9em !important;
	font-family: helvetica;
	color: #333;
	line-height: /*1.3em*/1.4em;
	width: 31.4% !important;
	padding: 95px 0px 0 0 !important;
	
}

.second-column h3 {
	width: 100%;
	font-family: helvetica;
	font-weight: bold;
}

body#contacts .second-column {
    float: right !important;
	padding: /*85px*/ 93px 0px 40px 0 !important;
    width: /*63.5%*/65% !important;	
}

.third-column {	
	/*padding: 83px 0px 0 0 !important;*/
	float:right;
}
p {font-family:roboto, effra, helvetica;margin-block-end: 1em;
    margin-block-start: 1em;
	margin-bottom:25px;}
/* Images */
img.image-responsive {
	width: 100%;	
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);  
    filter: grayscale(0);	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;	
	
}

/* Images */
body#about img.image-responsive, body#services img.image-responsive {
	width: 100%;	
	-webkit-filter: grayscale(0.1);
    -moz-filter: grayscale(0.1);  
    filter: grayscale(0.1);	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

body#blog img.image-responsive {
	width: 100%;	
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);  
    filter: grayscale(0);	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

/* ROLLOVER IMAGE EFFECT: GREYSCALE TO COLOUR */
img.image-responsive:hover {  
   /* -webkit-filter: grayscale(0.1);
	-moz-filter:grayscale(0.1);
    filter: grayscale(0.1);*/
	
/* starts pulse effect */
/*  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }  
  } */
  /* ends pulse effect */
  div.ontopimage {
  position:relative;
  z-index:1;
  margin:0;
  padding:0;
  top:0;
  left:0; 
  width:100%;
  height:100%;  
  }
    
  div.ontopimage:hover div.appear { 
  display:block !important;
  position:absolute !important;
  z-index:1 !important;  
  text-align: !important;
  padding:0;
  margin:0;  
  background-color: rgba(0,0,0,0.5);
  width:100%;
  height:100%;
  vertical-align:middle;
  }  
  /* PORTFOLIO ACCORDION*/
  div#accordion {position:relative;z-index:1;}
  div#accordion div {height:auto !important;text-align:left;position:relative;}
  div#accordion a span#more {position:absolute;z-index:2;top:0px;left:0;width:100%;padding:10px 5px;background-color:rgba(0,0,0,0.1);color:rgba(255,255,255,0.8);font-size:1.5em;display:block !important;font-weight:normal;text-align:center;}
  div#accordion a:hover span#more {display: block !important;}  

/* remove margin top from form success message */
.no-top-margin {}
/* starts CASE STUDIES*/
body#casestudies .second-column, body#casestudies .third-column {
	padding-top: 97px!important; /*width: 32.96%*/
}
body#casestudies .second-column img, body#casestudies .third-column img,
body#pressoffice .second-column img, body#pressoffice .third-column img,
body#blog .second-column img, body#blog .third-column img {
	margin-bottom: /*25px*//*15px*/23px;
}
body#casestudies .second-column, body#casestudies .third-column,
body#pressoffice .second-column, body#pressoffice .third-column,
body#blog .second-column, body#blog .third-column {
	padding-top: 87px!important /*width: 32.96%*/
}
/* ACCORDION */
ul.accordion {}

/* FORM */
form#careers h3 {max-width:100%;font-family:Effra,roboto,arial, helvetica;}
form#careers {padding-top:20px;margin-bottom:80px;}
form#careers fieldset {padding:0;border:0;outline:0;}
form#careers label { width: 00%;font-size:1em;font-weight:bold;color:#000;}
form#careers input[type=text], form#careers input[type=email],  form#careers input[type=file], form#careers select {margin:15px 0;width:96.7%;height:47px; padding:0px 10px; font-size:1.1em;}
form#careers input[type=text]:focus, form#careers input[type=email]:focus, form#careers textarea:focus {background-color:/*#daf8e4*/#f4f4f4;transition: background-color 0.7s ease;}
form#careers select {height:auto;padding:0;margin-bottom:25px;width:100%;}
form#careers textarea {margin-top:5px;width:96.7%;height:200px; padding:10px; font-size:1.1em;}
form#careers input[type=file] {height:auto;margin:15px 0 25px 0;padding:0;}
form#careers .display-hide {display:none;}
form#careers input[type=reset], form#careers input[type=submit] {margin-top:20px;margin-left:15px;padding:12px 25px;background-color: transparent;border:1px solid #555;outline:none;float:right;text-transform:uppercase;}
form#careers input[type=reset]:hover, form#careers input[type=submit]:hover {background:#F60;transition: background-color 0.7s ease;outline:1px solid #F60;border:1px solid #F60;color:#000;}
form#careers input[type=reset]:hover {background:#000;transition: background-color 0.7s ease;outline:1px solid #000;border:1px solid #000;color:#fff;}
/* SECONDARY PAGES TITLE (HEADER)*/
form#careers h2.page-body-title {font-size:1em;line-height:1.4em;}
form#careers .error {color:red;font-size:1em;}
h2#form-success {margin-top:0 !important;color:green !important;}

/* HOMEPAGE VIDEO */
body.secondary-pages video#homevideo {display:none;}
body#home /*video#homevideo*/ {  
	/*display:block !important;
    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-image:    url(../assets/img/bg.jpg) no-repeat;
    background-size:     cover;                    
    background-repeat:   no-repeat;
    background-position: center center;
    background-size: cover; 
}

div#formcareers {max-width:100%;margin:0;padding:0;}

/* WORLD CLOCK */
div#world-clock {font-family: roboto;color:white;width:100%;margin:0 auto; text-align:center;opacity:0.1;
;opacity:8;}
div#world-clock ul {max-width:100%;margin:0 auto;display:inline;padding:0 12px;}
div#world-clock ul li {display: inline-block;max-width:100%;margin:0 auto;text-align:center;}
div#world-clock ul li span{font-size:1.3em;display: inline-block; }

/* SMALL */
small {margin-bottom:20px;/*float:left;clear:left;*/ width:100%;font-style:italic;}

/* SECURITY */
#security {font-family:roboto, arial;font-weight:500;}

/* Form Headding */
h2#formheading, h4#norwich-airport {margin-top: 30px !important;}

/* TWITTER */
div#twitter-wrapper {width:76%;margin:0 auto;padding:5px 15px;background: rgba(0,0,0,0.0);text-align:center;}
.timeline-header .follow-button, .timeline-header .twitter-follow-button, .timeline-header .ic-twitter-badge  { display: none !important;}

/* PRESS NEWS, BLOG, CASE STUDIES */
body#pressofficelist div.news-container, body#pressoffice div.news-container, body#blog div.news-container, body#casestudies div.news-container, body#casestudieslist div.news-container {text-align:left;line-height:1.3em;font-size:0.9em;width:65%;float:right;clear:right;padding: 0px 0 0 0;margin:0px 0 00px 0;}
body#pressofficelist div.news-container img, body#pressoffice div.news-container img, body#blog div.news-container img, body#casestudies div.news-container img, body#casestudieslist div.news-container img  {width:100%;height:auto;padding:15px 0 0px 0;margin:0;}
body#pressofficelist em, body#pressoffice em, body#blog em, body#casestudies em, body#casestudieslist em,{display:block;padding:0;width:100%;line-height:1.3em;color:#555;}
body#pressofficelist small, body#casestudoeslist small, body#pressoffice small, body#blog small, body#casestudies small {width:100%; display:block;}
body#pressofficelist div.news-content, body#casestudieslist div.news-content {margin:4px 0 0 0 !important; padding:0;}
body#pressofficelist div.news-content p, body#casestudieslist div.news-content p {margin:0; padding:0px 0 0 0;}
body#pressoffice div.news-content p, body#casestudies div.news-content p {margin:0; padding:0px 0 20px 0;}
h4 {margin-top:0 !important;}
body#blog div.news-container h2 {width:627px !important;max-width:100% !important;}

}

/*  LEFT COLUMN LIST TITLES FOR ALL PAGES*/
ul.fix-height-news {max-height:250px;overflow:auto;}
ul.fix-height-news li {padding:0 15px}

/* ROLLOVER IMAGE EFFECT: GREYSCALE TO COLOUR */
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.bw:hover {
  -webkit-filter: grayscale(100%);
}

footer {background-color: rgba(0, 0, 0, 0.7);
    border-radius: 120px;
    color: #ccc !important;
    display: inline-block;
    font-size: 0.8em !important;
    height: 170px;
    margin: 15px auto 10px auto !important;
    padding: 0;
    text-align: center;
    width: 170px;}
footer  ul {margin-top:43px !important}
footer ul li a {font-size:0.9em !important;line-height:1.4em;color:#fff !important;}


div#footer-wrap {margin:0 auto !important; text-align:center !important;display:block !important;width:100% !important;float: left !important;}
div#footer-links {margin:0px auto 0 auto !important;padding-bottom:40px; text-align:center !important;display:inline-block !important;width: 100%; !important;height:auto;background-color:transparent !important;height:auto;text-align:center;opacity:0.6;}
div#footer-links a img {padding:0 15px;display:inline-block;-webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);  
    filter: grayscale(1);	
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;}
div#footer-links a img:hover {padding:0 15px;display:inline-block; -webkit-filter: grayscale(0.9);
	-moz-filter:grayscale(0.1);
    filter: grayscale(0.1);}
div#footer-links h5 {padding-top:0px;} 
div#footer-links small {font-size:0.8em;font-style:normal;margin-top:20px;display:inline-block;padding:0;line-height:1.4em;color:#000;}

div#footer ul li.copy {padding-top:15px !important;}

ul.show-bullets li {list-style-type:disc !important;list-style:inside !important}

/* Bigger screens */
@media only screen and (min-width : 1025px) and (max-width : 100000px) {

body {
	margin: 0;
	padding: 0;
	background: #000 url(../img/bg.jpg) fixed no-repeat;	
    background-size: cover; 
    background-position: center center;
    
}
#container {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #3FC;
}
#header-div {
	width: 100%;
	height: 40%;
	float: left;
	background-color: transparent;
	margin: 0 auto;
	padding: /*1%*/0 0;
	text-align: center;
}
header img#pc-logo {
	max-width: 100%;
}
#menu-icon-mobile {
	display: none;
}
header {
	margin: 0;
	padding: 0;
	clear: left;
}
header nav {
	font-family: roboto !important;
	font-size:0.95em !important;
	display: block !important;
	}
header ul {
	text-align: center;
	margin: 0 auto 0px auto;
	padding: 15px 0 0 0;
	display: block;/*opacity:0.9;*/
	/*background-color:#F60;*/
}
header ul li {
	display: inline-block;
	padding: 0px /*19px*/60px 15px 60px;
}
header ul li a {
	color: #000;
	text-decoration: none;
	text-transform:uppercase;
	position: relative;
	font-size: 0.9em;
	top: 0px;
	transition: color 0.2s ease;
}
/* Highlights the opened page top-nav link */
header ul li a.onindex {
	color: #fff;
}
header ul li a.on {
	color:#F39;
	/*background: transparent url(../img/nav-triangle.png) no-repeat center 25px;*/
	padding-bottom: 35px;
}
/* Hidden mobile and tablet MK logo that will appear when layout becomes responsive */
#pc-logo-mobile-tablet {
	display: none !important;
	margin: 10px 0 0 0;
	padding: 0;
}
header nav ul li:hover {
/*border-top:5px solid #F60;*/
}
header ul li a:hover {
	color: #F39;
	/*border-top: 3px solid #fff;*/
}
header ul li img {
	max-width: 140px;
}
/*Dropdown menus*/
header nav ul li ul {
	opacity: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
	margin-top: 5px;
}
header nav ul li:hover ul#subnav-services {
	display: block !important;
	z-index: 3 !important;
	position: absolute;
	top: 130px;
	left: 0;
	padding: 15px 0;
	border-top: none;
	margin-top: 0px !important;
	width: 100%;
	height: 20px;
	margin: auto 0;
	background-color: transparent;
	opacity: 1;
	transition: opacity 0.4s ease;
	text-align: center;
}
header ul li ul li {
	display: inline;
	padding: 10px;
	margin: 0;
	height: auto;
	max-width: 100%;
	text-align: left;
	width: 100%;
	position: relative;
	top: 20px;
}
header ul li ul li a {
	display: inline;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 2em;
	padding-bottom: 15px;
}
div#left-column, div#right-column {
	width: 50%;
	height: 100%;
	background-color: transparent;
	float: left;
	position: relative;
}
section {
	margin: 0 0 20px 0;
	padding: 30% 0;
	/* NEW */padding: 7% 0;
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
a.landing-button {
	margin: auto auto;
	padding: 2% 8%;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: roboto;
}
a {
	font-family: roboto;
	font-size: 1em;
	text-decoration:none;
	margin:0;padding:0;
	color: 
}
/* start BUTTONS */
a.left-button {
	outline: 1px solid #000  !important;
	color: #000  !important;
	background-color: transparent;
	font-size: 1.1em;
	position: absolute;
	display:block;
	top: 15px;
	right: 29px;
	transition: background-color 0.1s ease;
	font-weight: normal;		
}
a.left-button:hover {
	background-color: /*#9F6*//*black*/#000;
	/*-moz-box-shadow: 0px 0px 80px black;
	-webkit-box-shadow: 0px 0px 80px black;
	box-shadow: 0px 0px 80px black;*/
	color: white !important;
	outline: 3px solid #000 !important;
	opacity:0.95;
}
a.right-button {
	outline: 1px solid #000 !important;
	color: #000 !important;
	background-color: transparent;
	font-size: 1.1em;
	position: absolute;
	top: 15px;
	left: 29px;
	transition: background-color 0.1s ease;
	font-weight: normal;
	/*NEW*/width: 28%;
	display:block;
	min-width: 204px;
	max-width:200px;
	
	
}
a.right-button:hover {
	color: #fff !important;
	background-color: #000;
	position: absolute;
	top: 15px;
	left: 29px;
	/*-moz-box-shadow: 0px 0px 80px #fff;
	-webkit-box-shadow: 0px 0px 80px #fff;
	box-shadow: 0px 0px 80px #F60;*/
	border: #000 !important;
	color: #fff!important;
	outline: 3px solid #000 !important;
	opacity:0.95;
}
/* ends BUTTONS */

body#home h1 {
	font-size: 8em;
	font-family: roboto, effra, helvetica;
	font-weight: 300;
	text-align: center;
	color:#000;
	margin: /*0.3em*/ 0 0 25px 0;
	line-height:0.9em;
	letter-spacing: -4px;
	opacity:0.95;
	/*background-color:rgba(0,0,0,0.04);*/
	
	padding:0;
}
h2 {
	font-size: 1.6em;
	font-family: roboto,effra, arial;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	color: #000;	
	opacity:0.8;
	max-width: 100%;
}

a#portfolio-link {
	width:77px;	
	padding:15px 30px;
	text-align:center; 
	border-radius:5px;
	vertical-align:baseline;
	background-color:#F09;
	color:#fff;
	text-decoration:none;
	margin-top:10px;
	display:inline-block;	
	cursor:pointer;
	position:relative;
	z-index:2;
	background: linear-gradient(1deg, #0069fb, #fb07bc, #020900);
	background-size: 600% 600%;

-webkit-animation: AnimationName 5s ease infinite;
-moz-animation: AnimationName 5s ease infinite;
-o-animation: AnimationName 5s ease infinite;
animation: AnimationName 5s ease infinite;
transition: background-color 0.4s ease;
}

@-webkit-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@-o-keyframes AnimationName {
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
@keyframes AnimationName { 
    0%{background-position:51% 0%}
    50%{background-position:50% 100%}
    100%{background-position:51% 0%}
}
	
	
		
a#portfolio-link:hover {background-color:#000;color:white;
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

ul li ul li, ul li ul li a {
	display: block;
}
/* Secondary pages content */
div#content {
    background-color: rgba(000,000,000,0.03);    
    height: 40%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 1025px;
	display:inline-block;	
}
#connect div#content div {
	width: 100%;	
	position:relative; 
	height: auto;
	/*background-color: white;*/
	margin: 0px;
	padding: 0px 0px;
	/*float: left;*/
	/*background-color: white;*/
	/*background-color: rgba(000,000,000,0.1); */
	display:inline;	
	text-align: left;	
}


div#content div {
	max-width: 100%;	
	position:relative; 
	height: auto;
	/*background-color: white;*/
	margin: 0 40px;
	padding: 20px 0px 40px 0px;
	float: left;
	/*background-color: white;*/
	/*background-color: rgba(000,000,000,0.1); */
	display:inline;	
	text-align: left;
}

body#connect div#content div {
	width: 100%;	
	position:relative; 
	height: auto;
	/*background-color: white;*/
	margin: 0 40px;
	padding: 20px 0px 40px 0px;
	float: left;
	/*background-color: white;*/
	/*background-color: rgba(000,000,000,0.1); */
	display:inline;	
	text-align: left;
}

div#content div p {	
	height: auto; 
	margin:0 0 15px 0;
	padding: 0;
	height: auto;
	float: left;
	font-size: /*0.95em*/1em;	
	line-height:1.4em;
}

div#content #second-column {
	width: 30%;
	height: 80%;
	margin: 0 auto;
	padding: 83px 15px 0 15px;
	text-align: left;
	font-size: 1.050em;
	font-family: Effra, roboto;
	color: #333;
	line-height: 1.2em;
	float: left;
}
div#content #second-column-about {
	width: /*48.5%*/57.5%;
	height: 80%;
	margin: 0 auto;
	padding: 47px 0px 40px 18px;
	text-align: left;
	font-size: 0.9em;
	font-family: helvetica, arial, Effra;
	color: #333;
	line-height: 1.3em;
	float:right;
}

body#connect div#content #second-column-about {
	width: 57.5%;
	height: 80%;
	margin: 0 auto 0 39px;
	padding: 47px 0px 40px 0px;
	text-align: left;
	font-size: 0.9em;
	font-family: helvetica, arial, Effra;
	color: #333;
	line-height: 1.3em;
	float:left;
}
body#termsandconditions div#content #second-column-about, body#environmentalpolicy div#content #second-column-about, body#equalityanddiversity div#content #second-column-about, body#privacypolicy div#content #second-column-about {		
	padding-left: 0;
    padding-top: 95px;
    width: 65% !important;
}
div#content #first-column-about {
	width: 50% !important;
	height: 80%;
	margin: 0 auto;
	padding: 83px 0px 0 15px;
	text-align: left;
	font-size: 1.050em;
	font-family: Effra, roboto;
	color: #333;
	line-height: 1.3em;
}
div#content #third-column {
	width: 33% !important;
	height: 80%;
	margin: 0 auto;
	padding: 83px 0 0 0;
	text-align: left;
	font-size: 1.050em;
	font-family: Effra, roboto;
	color: #333;
	line-height: 1.3em;
	outline: 1px solid blue;
}
div#content div section {
	width: /*34.5%*/ /*35%*//*297px*/318px;
	height: 80%;
	margin: 0 auto;
	text-align: left;
	padding: /*30px*/33px 0 0 0;
	text-align: left !important;
}
body#contacts div#content div section {
	width: 35%;
	height: 80%;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0 0;
	text-align: left !important;	
}
body#careers div#content #second-column-about {
	width: /*65.5%*/65%;
	height: 80%;
	margin: 0 auto;
	padding: /*93px*/100px 0px 40px /*15px*/0px;
	text-align: left;
	font-size: 0.9em;
	font-family: helvetica, arial, Effra, roboto;
	color: #333;
	line-height: 1.4em;
}
body#careers div#content #second-column-about h2 {	
	font-size:2em;
	line-height: normal;	
	padding-bottom:18px;
	margin-top:/*0*/ -8px;
}

body#contacts #second-column {	
	/*outline:1px solid red;*/
}

body#blog div#content div section h1 {
	font-family: Effra, roboto;
	font-size: 1.2em;
	color: black;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 20px;
	width:277px;
	letter-spacing: 0px;
	background-color: none !important;		
}

body#about div#content div section h1 {
	font-family: Effra, roboto;
	font-size: 1.2em;
	color: black;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0px 0 25px 0;
	width:277px;
	letter-spacing: 0px;
	background-color: none !important;		
}

body#about div#content div section img {
	width:100% !important;	
}

div#content div section h1 {
	font-family: Effra, roboto;
	font-size: 1.2em;
	color: black;
	font-weight: /*normal*/bold;
	text-align: left;
	padding: 0;
	margin: 0;
	width:277px;
	letter-spacing: 0px;
	background-color: none !important;		
}
div#content div section h2 {
	font-family:roboto, Effra;
	font-weight: 300;
	font-size: /*3em*/2em;
	line-height: 1.1em;
	text-align: left;
	color: #000;
	float: left;
	font-style: normal;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 0;
	padding: 0;
}

div#content div section h4 {
	color: #000;
	width: 100%;
	text-align: left;
	font-size: 1.15em;	
	margin: 8px -2px;
	padding: 0;
	font-style: normal;
	font-family: helvetica, arial, georgia;
	font-weight: bold /* normal*/;
	float: left;
	text-decoration: underline;
}
div#content #second-column {
	width: 33%;
	height: 80%;
	margin: 0 auto;
	padding: 83px 0 0 0;
	text-align: left;
	font-size: 1.050em;
	font-family: roboto, Effra;
	color: #333;
	line-height: 1.2em;
}
/* Buttons */
.work-with-us {
	margin-top: 40px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	padding: 17px 0;
	background-color: #555;
	font-size: 1.6em;
}
/*case-studies-button {
	margin-top: 80px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	padding: 17px 0;
	margin-top: 0;
	background-color: #777;
	font-size: 1.6em;
}*/

/* Social Media */
section.social-media-box {
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	/*background-color: #E6E6E6;*/
	background-color: rgba(000,000,000,0.1); 
	text-align: left;
}
ul#share {
	list-style-type: none;
	display: inline;
}
#share li {
	display: inline;
}
ul#share li span {
	font-weight: bold !important;
	padding: 0 15px 0 40px;
	font-style: italic;
}
#share li a {
	text-decoration: none;
	color: rgba(0,0,0,1);
	font-size: 0.9em;
	font-weight: normal;
}
#share li a:hover {
	color: rgba(255,255,255,0.7);
}
a.work-with-us:hover {
	background-color: #000 !important;
	color: #f60 !important;
}
a.case-studies:hover {
	background-color: #000 !important;
	color: #f60 !important;
}
.resize-image {
	max-width: 100%;
}
ul.case-studies-work-block {
	width: 100%;
	position: relative;
	left: 40px;
	background-color: transparent;
	padding-left: 0;
}
ul.case-studies-work-block li {
	width: 100%;
	text-align: center;
	padding-left: 00px;
	padding: /*10px*/ 0;
	border: none;
}
ul.case-studies-work-block li:nth-child(even) {
	background-color: transparent !important;
	border: none;
	font-size: 1em !important;
}
ul.case-studies-work-block li:nth-child(odd) {
	background-color: transparent !important;
	border: none;
}
ul.case-studies-work-block li:hover {
	background-color: #F60;
	color: #555;
	border: none;
}
ul.case-studies-work-block li a {
	width: 100%;
	text-align: center;
	padding-left: 0;
	color: #e0109d;	
	font-size: 1.4em;
	font-family: roboto !important;
    font-weight: normal;
    outline: 1px solid #e0109d !important;
}
ul.case-studies-work-block li a:hover {
	color: #fff;
	background-color: #e0109d;
	opacity: 0.7;
}
.block-single {
	width: 279px !important;
	padding: 0 !important;
}
.block-single li {
	width: 279px !important;
	padding: 0 !important;
}
.block-single a {
	font-family: roboto, Effra;
}
li#pc-logo-mobile a:hover {
	max-width: 100%;
	border: none !important;
	outline: none !important;
}

/* homepage grey container mask */
div#container-mask {width:80%;margin:0 auto;background:rgba(0,0,0,0.0);padding:20px 40px 30px 40px;border-radius:0px;}

/* starts QUICKLINKS footer pages */
body#termsandconditions div#content #second-column-about ul, body#environmentalpolicy div#content #second-column-about ul, body#equalityanddiversity div#content #second-column-about ul, body#privacypolicy div#content #second-column-about ul,
body#termsandconditions div#content #second-column-about ol, body#environmentalpolicy div#content #second-column-about ol, body#equalityanddiversity div#content #second-column-about ol, body#privacypolicy div#content #second-column-about ol {

	list-style-type:decimal !important;
	list-style-position:inside !important;
	margin:20px 0 !important;
	padding:0 !important;
	line-height:1.6em !important;
}

body#termsandconditions div#content #second-column-about ul li, body#environmentalpolicy div#content #second-column-about ul li, body#equalityanddiversity div#content #second-column-about ul li, body#privacypolicy div#content #second-column-about ul li {

	list-style-type:decimal !important;
	list-style-position:inside !important;
	line-height:1.6em !important;
}

body#termsandconditions div#content #second-column-about ol li, body#environmentalpolicy div#content #second-column-about ol li, body#equalityanddiversity div#content #second-column-about ol li, body#privacypolicy div#content #second-column-about ol li {
		list-style-type:decimal !important;
		padding:0 0px 0 20px; !important;
		list-style-position:inside !important;
}

body#termsandconditions div#content #second-column-about ol li, body#environmentalpolicy div#content #second-column-about ol li, body#equalityanddiversity div#content #second-column-about ol li, body#privacypolicy div#content #second-column-about ol li {
	
	list-style-type:decimal !important;
	list-style-position:inside !important;
	padding:0 20px 0 0; !important;
	line-height:1.8em;
}

body#termsandconditions div#content #second-column-about ol li ol li, body#environmentalpolicy div#content #second-column-about ol li ol li, body#equalityanddiversity div#content #second-column-about ol li ol li, body#privacypolicy div#content #second-column-about ol li ol li {
	
	list-style-type:disc !important;
	list-style-position:inside !important;
	padding:0 0px 0 20px; !important;
}

body.secondary-pages #footer-container {display:none !important;}

/* ends QUICKLINKS footer pages */
body#privacypolicy address {margin-bottom: 20px !important;}
/* footer MK copyrights small font */
li.smallFont {font-size:0.75em !important;color:#999 !important;}

/* Einstein video */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/* Modal Content */
.modal-content {
    background-color: #000;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
	max-width:800px;
	height:480px !important;
}

/* The Close Button */
.close {
    /*color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;*/
	
	background-color: #777;
    border-radius: 100px;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: normal;
    height: 33px;
    margin-top: -20px;
    padding-top: 4px;
    width: 38px;
}

.close:hover,
.close:focus {
    color: #000;
	background-color:#fff;
    text-decoration: none;
    cursor: pointer;
}

/* ends Einstein video*/
.small-icon {display:inline-block;width:30px;height:30px;padding:2px !important;margin:0; }

a#uxui:hover div.x {display:block !important;}
}

.teste {height:none !important;text-align:left;padding:40px;display:block;}
#accordion a span.readmore {font-size:0.7em;background-color:rgba(0,0,0,0.2);color: black;bottom:32px;padding:5px 20px;position:relative;z-index:2;}
#accordion a span.readmore:hover {color:black;background-color: rgba(0,0,0,0.6) !important;color:white;}
#accordion h6 {margin:0 0 0px 0;padding:0 0 0px 0;color:#666;font-weight:normal;}
#accordion h5 {margin:0 0 20px 0;padding:0 0 0px 0;font-size:1em;border-bottom:1px solid #ccc;}

/*////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////*

/* iPad in portrait & landscape */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
body {
	margin: 0;
	padding: 0;
	background: #000 url(../img/bg.jpg) no-repeat 0 0 fixed;
	background-size: cover;
	background-position: center center;
}
#container {
	width: 100%;
	height: 100%;
	margin: 0 auto 40px auto;
	background-color: #3FC;
}
#header-div {
	width: 100%;
	height: 40%;
	float: left;
	background-color: transparent;
	margin: 0 auto;
	padding: 1% 0;
	text-align: center;
}
li#pc-logo-mobile:hover {
	max-width: 100%;
	border: none !important;
	outline: none !important;
}
#pc-logo-mobile-tablet {
	display: block !important;	
}
#pc-logo-mobile {
	display: none !important;
	}
header {
	margin: 0;
	padding: 0;
	clear: left;
	height: 100%;
}
header nav {
	display: none;
	font-family: roboto !important;
	background-color: #FFF;
	padding: 20px 0;
	width: 100%;
	height: 67%;
	position: absolute;
	z-index: 10 !important;
}
/* Hidden mobile and tablet MK logo that will appear when layout becomes responsive */
#menu-icon-mobile {
	width: 76px;
	height: 76px;
	outline: none;
	border: none;
	background: transparent url(../img/mobile-menu.png) no-repeat 0 0;
	display: inline;
	margin-bottom:10px;
}
#menu-icon-mobile:hover {
	background: transparent url(../img/mobile-menu.png) no-repeat 0 -75px;
}
header ul {
	text-align: center;
	margin: 20px auto;
	padding: 0;
	display: block;
}
header ul li {
	display: block;
	padding: 10px 0px;
}
header ul li:hover {
	display: block;
	background-color: #EBEBEB;
}
header ul li a {
	color: white;
	text-decoration: none;
	position: relative;
	font-size: 1.5em;
	top: 0px;
	transition: color 0.4s ease;
	color: #000;
	width: 100%;
	height: auto;
}
/* Highlights the opened page top-nav link */
header ul li a.onindex {
	color: #F60;
}
header ul li a.on {
	color: #F60;
	background: transparent /*url(../img/nav-triangle.png) no-repeat 10px 25px*/;
	padding-bottom: 35px;
}
header ul li a:hover {
	color: #F60;
}
header ul li img {
	max-width: 320px !important;
}
/* Dropdown menus */
header nav ul li ul {
	opacity: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
	margin-top: 5px;
}
header nav ul li:hover ul {
	display: block !important;
	z-index: 3 !important;
	position: absolute;
	top: 130px;
	left: 0;
	padding: 15px 0;
	border-top: none;
	margin-top: 0px !important;
	width: 100%;
	height: 100%;
	margin: auto 0;
	background-color: transparent;
	opacity: 1;
	transition: opacity 0.4s ease;
	text-align: center;
}
header ul li ul li {
	display: inline;
	padding: 10px;
	margin: 0;
	height: auto;
	max-width: 100%;
	text-align: left;
	width: 100%;
	position: relative;
	top: 20px;
}
header ul li ul li a {
	display: inline;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 2em;
	padding-bottom: 15px;
}
div#left-column, div#right-column {
	width: 100%;
	height: 100%;
	background-color: transparent;
	float: left;
	clear: left;
	position: relative;
}
section {
	margin: 0 auto;
	padding: 5% 0;
	float: left;
	clear: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
a.landing-button {
	margin: 0 auto;
	padding: 2% 17% 2% 11.8%;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: roboto;	
}
a {
	font-family: roboto;
	font-size: 1.150em
}
/* start BUTTONS */
a.left-button {
	outline: 1px solid #fff !important;
	color: #fff !important;
	background-color: transparent;
	position: inherit !important;
	font-size: 1.8em;
	transition: background-color 0.6s ease;
	background-color: transparent;
	font-weight: normal;
	padding: 2% 13%;
}
a.left-button:hover {
	background-color: #9F6;
	-moz-box-shadow: 0px 0px 80px #6F6;
	-webkit-box-shadow: 0px 0px 80px #6F6;
	box-shadow: 0px 0px 80px #6F6;
	color: #000 !important;
	outline: 3px solid #9F6 !important;
}
a.right-button {
	outline: 1px solid #fff !important;
	color: #fff !important;
	background-color: transparent;
	position: inherit !important;
	font-size: 1.8em;
	transition: background-color 0.6s ease;
	background-color: transparent;
	font-weight: normal;
}
a.right-button:hover {
	color: #F60 !important;
	background-color: #F60;
	-moz-box-shadow: 0px 0px 80px #fff;
	-webkit-box-shadow: 0px 0px 80px #fff;
	box-shadow: 0px 0px 80px #F60;
	border: #F60 !important;
	color: #000!important;
	outline: 3px solid #F60 !important;
}
/* ends BUTTONS */

h1 {
	/*font-size: 7.1em;
	font-family: Effra,roboto;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 1.1em;
	margin-top: 10px;
	opacity: 0.8;
	line-height:0.9em;*/
	
	color: #000;
    font-family: roboto, effra;
    font-size: 6em;
    font-weight: 300;
    letter-spacing: -4px;
    line-height: 0.9em;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 0.95;
    text-align: center;
	/*background-color:rgba(0,0,0,0.05);*/
	
	
}
h2 {
	font-size: 1.6em;
	font-family: roboto, effra, georgia;
	font-style: normal;
	text-align: center;
	color: #000;
	font-weight: 300 !important;
	margin:0px 0 12px 0;
	padding:0;
	opacity:0.8;
	font-weight:100;
	display:inline-block;}
a#portfolio-link {
	width:77px;
	padding:15px 40px;
	text-align:center; 
	border-radius:100px;
	vertical-align:baseline;
	background-color:#F33;
	color:white;
	text-decoration:none;
	margin-top:10px;
	display:inline-block;
	transition: background-color 0.4s ease;
	cursor:pointer;
	position:relative;
	z-index:2;
	color: white;	
	
	}	
a#portfolio-link:hover {background-color:black;color:white;
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

ul li ul li, ul li ul li a {
	display: block;
}
/* Secondary pages content */
div#content {
	margin: 0 40px;
	max-width: 1024px;
	height: auto;
	text-align: center !important;
	clear: left;
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.03);
}
div#content div {
	max-width: 100%;
	height: auto /*100%*/;
	background-color: rgba(0,0,0,0.0);
	margin: /*27px*/0 auto 0 auto;
	/*text-align: center;*/
	padding: 00px 20px 20px 20px;
	float: left;
	text-align: left;;
}

body#connect div#content div {
	width: 100%;
	height: auto /*100%*/;
	background-color: rgba(0,0,0,0.0);
	margin: /*27px*/0 auto 0 auto;
	/*text-align: center;*/
	padding: 00px 00px 20px 00px;
	float: left;
	text-align: left;;
}

div#content div section {
	/*width: 30%;*/
	height: 80%;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0 0;
	text-align: left !important;
	clear: none;
}
div#content div section h1 {
	font-family: roboto, Effra;
	font-size: 1.4em;
	color: black;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0 0 25px 0;
	width: 100%;
	letter-spacing:0;
	background-color:none !important;
}
div#content div section h2 {
	font-family: roboto,Effra;
	font-weight: 300;
	font-size: 2.8em;
	line-height: 1em;
	text-align: left;
	color: #000;
	/*float: left;*/
	font-style: normal;
	max-width: 100%;
	margin-top: 32px;
	margin-bottom: 0;
	padding: 0 0 10px 0;
}
div#content div section h3 {
	color: #777;
	text-align: left;
	font-size: 1.5em;
	margin: 10px 0 0 0;
	padding: 0;
	font-style: italic;
	font-family: georgia;
	font-weight: normal;
	/*max-width: 100%;	*/
	float: left;
}
div#content div section h4 {
	color: #000;
	width: 100%;
	text-align: left;
	font-size: 1.15em;
	margin: 10px 0 10px 0;
	padding: 0;
	font-style: normal;
	font-family: helvetica, arial, georgia;
	font-weight: bold;
	float: left;
}
div#content .second-column {
	width: 45.5% !important;
	height: 80%;
	margin: 0 auto;
	padding: 25px 30px 0 0 !important;
	text-align: left;
	font-size: 1.050em;
	font-family: helvetica;
	color: #333;
	line-height: 1.2em;/*outline:1px solid red;*/	
}
body#services div#content .second-column {width:47.5% !important;}

body#contacts div#content .second-column {
	width: 99.7% !important;
	height: 80%;
	margin: 0 auto;
	padding: 25px 0px 0 0 !important;
	text-align: left;
	font-size: 1.050em;
	font-family: helvetica;
	color: #333;
	line-height: 1.4em;/*outline:1px solid red;*/	
	float:left;
}

#connect div#content div {
	width: 100%;	
	position:relative; 
	height: auto;
	/*background-color: white;*/
	margin: 0px;
	padding: 0px 0px;
	/*float: left;*/
	/*background-color: white;*/
	/*background-color: rgba(000,000,000,0.1); */
	display:inline;	
	text-align: left;
	
}

body#careers div#content #second-column-about {
	width: 100%;
	height: 80%;
	margin: 0 auto;
	padding: 50px 0px 40px 0px;
	text-align: left;
	font-size: 0.9em;
	font-family: helvetica, arial, roboto, Effra;
	color: #333;
	line-height: 1.4em;
}
ul.left-nav a, ul.case-studies-work-block a {
	color: #000;
	display: block;
	font-family: helvetica, arial, roboto, Effra;
	font-size: 1em;	
}
div#content #first-column-about {
	width: 100%;
	height: 80%;
	margin: 0 auto;
	padding: 83px 0px 0 15px;
	text-align: left;
	font-size: 1.050em;
	font-family: roboto, Effra;
	color: #333;
	line-height: 1.4em;
}
section#first-column-about {}
div#content #second-column-about {
	width: 100%;
	height: 80%;
	margin: 0 auto 0 auto !important;
	padding: 0px 0px 0 15px;
	text-align: left;
	font-size: 0.95em;
	font-family: helvetica, arial, Effra, roboto;
	color: #333;
	line-height: 1.4em;
	float:right;
}
div#content .third-column {
	width: /*50%*/ 45.5% !important;
	height: 80%;
	margin: 0 auto;
	padding: 25px 0 0 0px !important;
	text-align: left;
	font-size: 1.050em;
	font-family: helvetica;
	color: #333;
	line-height: 1.4em;/*outline:1px solid blue;*/	
}
body#services div#content .third-column {width:47.5% !important;}
/* Buttons */
.work-with-us {
	margin-top: 80px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	padding: 17px 0;
	background-color: #F90;
	font-size: 1.6em;
}
.case-studies {
	margin-top: 80px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	padding: 17px 0;
	margin-top: 0;
	background-color: #6F9;
	font-size: 1.6em;
}
/* Social Media */
section.social-media-box {
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	background-color: #E6E6E6;
	text-align: left;	
}
ul#share {
	list-style-type: none;
	display: inline;
}
#share li {
	display: inline;
}
ul#share li span {
	font-weight: bold !important;
	padding: 0 15px 0 40px;
	font-style: italic;
}
#share li a {
	text-decoration: none;
	color: #555;
	font-size: 0.9em;
	font-weight: normal;
	padding-right:20px;
}
#share li a:hover {
	color: #000;
}
a.work-with-us:hover {
	background-color: #333 !important;
	color: white !important;
}
a.case-studies:hover {
	background-color: #333 !important;
	color: white !important;
}
.resize-image {
	max-width: 100%;
}

ul.left-nav {
	width: 100%;
}
ul.case-studies-work-block {
	width: 100%;
	position: relative;
	left: 40px;
	background-color: transparent;
	padding-left: 0;
}
ul.case-studies-work-block li {
	width: 100%;
	text-align: center;
	padding-left: 00px;
	padding: 10px 0;
	border: none;
}
ul.case-studies-work-block li:nth-child(even) {
	background-color: #555;
	border: none;
}
ul.case-studies-work-block li:nth-child(odd) {
	background-color: #000;
	border: none;
}
ul.case-studies-work-block li:hover {
	background-color: #F60;
	color: #555;
	border: none;
}
ul.case-studies-work-block li a {
	width: 100%;
	text-align: center;
	padding-left: 0;
}
ul.case-studies-work-block li a:hover {
	color: #000;
}
/*  HIDE BACKGROUND HOME VIDEO */
body#home video#homevideo {display:none !important;}
/* WORLD CLOCK */
div#world-clock {display:block;}

/* homepage grey container mask */
div#container-mask {width:80%;margin:0 auto;background:rgba(0,0,0,0.0);padding:20px 40px;;border-radius:0px;}

/* PRESS NEWS, BLOG, CASE STUDIES */
body#pressofficelist div.news-container, body#pressoffice div.news-container, body#blog div.news-container, body#casestudies div.news-container, body#casestudieslist div.news-container {text-align:left;line-height:1.3em;font-size:0.9em;width:100%;float:right;clear:right;padding: 0px 0 0 0;margin:00px 0;}
body#pressofficelist div.news-container img, body#casestudieslist div.news-container img, body#pressoffice div.news-container img, body#blog div.news-container img, body#casestudies div.news-container img  {width:100%;height:auto;padding:15px 0 0px 0;margin:0;}
body#pressofficelist em, body#casestudieslist em, body#pressoffice em, body#blog em, body#casestudies em{display:block;padding:0;width:100%;line-height:1.3em;color:#555;}
body#pressofficelist small, body#casestudieslist small, body#pressoffice small, body#blog small, body#casestudies small {width:100%; display:block;}

body#quicklinks div#content #second-column-about {		
	padding-left: 0;
    padding-top: 95px;
    width: 100% !important;
}
body#blog div.news-container h2 {width:100% !important;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/* Modal Content */
.modal-content {
    background-color: #000;
    margin: auto;
    padding: 20px 0;
    border: 1px solid #888;
    width: 100%;
	max-width:800px;
	height:550px;
}

/* The Close Button */
.close {
    /*color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;*/
	
	background-color: #777;
    border-radius: 100px;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: normal;
    height: 33px;
    margin-top: -20px;
    padding-top: 4px;
    width: 38px;
}

.close:hover,
.close:focus {
    color: #000;
	background-color:#fff;
    text-decoration: none;
    cursor: pointer;
}

/* ends Einstein video*/
/* starts QUICKLINKS footer pages */
body#termsandconditions div#content #second-column-about ul, body#environmentalpolicy div#content #second-column-about ul, body#equalityanddiversity div#content #second-column-about ul, body#privacypolicy div#content #second-column-about ul,
body#termsandconditions div#content #second-column-about ol, body#environmentalpolicy div#content #second-column-about ol, body#equalityanddiversity div#content #second-column-about ol, body#privacypolicy div#content #second-column-about ol {

	list-style-type:normal !important;
	list-style-position:inside !important;
	margin:20px 0 !important;
	padding:0 !important;
	line-height:1.6em !important;
}

body#termsandconditions div#content #second-column-about ul li, body#environmentalpolicy div#content #second-column-about ul li, body#equalityanddiversity div#content #second-column-about ul li, body#privacypolicy div#content #second-column-about ul li {

	list-style-type:normal !important;
	list-style-position:inside !important;
	line-height:1.6em !important;
}

body#termsandconditions div#content #second-column-about ol li, body#environmentalpolicy div#content #second-column-about ol li, body#equalityanddiversity div#content #second-column-about ol li, body#privacypolicy div#content #second-column-about ol li {
		list-style-type:normal !important;
		padding:0 0px 0 20px; !important;
		list-style-position:inside !important;
}

body#termsandconditions div#content #second-column-about ol li, body#environmentalpolicy div#content #second-column-about ol li, body#equalityanddiversity div#content #second-column-about ol li, body#privacypolicy div#content #second-column-about ol li {
	
	list-style-type:normal !important;
	list-style-position:inside !important;
	padding:0 20px 0 0; !important;
	line-height:1.8em;
}

body#termsandconditions div#content #second-column-about ol li ol li, body#environmentalpolicy div#content #second-column-about ol li ol li, body#equalityanddiversity div#content #second-column-about ol li ol li, body#privacypolicy div#content #second-column-about ol li ol li {
	
	list-style-type:disc !important;
	list-style-position:inside !important;
	padding:0 0px 0 20px; !important;
}

/* ends QUICKLINKS footer pages */
.small-icon {display:inline-block;width:30px;height:30px;padding:2px !important;margin:0; }
}
body.secondary-pages #footer-container {display:none !important;}

/* General Smartphones (portrait and landscape) */
/* @media only screen and (min-width:320px) and (max-width: 767px) { */
@media only screen and (min-width:220px) and (max-width: 767px) {
body {
	margin: 0;
	padding: 0;
	background: #000 url(../img/bg.jpg) no-repeat 0 0 fixed;
	background-size: cover;
	background-position: center center;
}

body#casestudies .second-column, body#casestudies .third-column, body#pressoffice .second-column, body#pressoffice .third-column, body#blog .second-column, body#blog .third-column {
    padding-top: 0px !important;
}

#container {
	width: 100%;
	height: 100%;
	margin: 0 auto 40px auto;
	background-color: #3FC;
}
#header-div {
	width: 100%;
	height: 40%;
	float: left;
	background-color: transparent;
	margin: 0 auto;
	padding: 1% 0;
	text-align: center;
	display: block;
}
header img#pc-logo {
	max-width: 100%;
	margin-top: -20px !important;
}
header {
	margin: 0;
	padding: 0;
	clear: left;
}
header nav {
	display: none;
	margin: 0;
	padding: 10% 0 0 0;
	width: 100%;
	height: 77%;
	font-family: roboto !important;
	background-color: #fff;
	position: absolute;
	z-index: 10 !important;
}
#menu-icon-mobile {
	width: 76px;
	height: 76px;
	outline: none;
	border: none;
	background: transparent url(../img/mobile-menu.png) no-repeat 0 0;
	display: inline;
	margin-bottom: 10px;
}
#menu-icon-mobile:hover {
	background: transparent url(../img/mobile-menu.png) no-repeat 0 -75px;
}
/* Hidden mobile and tablet MK logo that will appear when layout becomes responsive */
#pc-logo-mobile-tablet {
	display: block !important;
	padding: 0;
	margin: 0 auto;
	background-colour: #000 !important;
}
#pc-logo-mobile {
	display: none !important;
}
header ul {
	text-align: center;
	margin: 0px auto;
	padding: 0;
	display: block;
}
header ul li {
	display: block;
	padding: 12px 0px;
}
header ul li a {
	color: white;
	text-decoration: none;
	position: relative;
	font-size: 1.3em;
	top: 0px;
	transition: color 0.4s ease;
	color: #000;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px;
}
header ul li:hover {
	background-color: #EBEBEB;
}
/* Highlights the opened page top-nav link */
header ul li a.onindex {
	color: #F60;
}
header ul li a.on {
	color: #F60;
	background: transparent /*url(../img/nav-triangle.png) no-repeat 10px 25px*/;
	padding-bottom: 0px !important;
}
header ul li a:hover {
	color: #F60;
}
header ul li img {
	width:320px !important;
}
/* Dropdown menus */
header nav ul li ul {
	opacity: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
	margin-top: 5px;
}
header nav ul li:hover ul {
	display: block !important;
	z-index: 3 !important;
	position: absolute;
	top: 130px;
	left: 0;
	padding: 15px 0;
	border-top: none;
	margin-top: 0px !important;
	width: 100%;
	height: 100%;
	margin: auto 0;
	background-color: transparent;
	opacity: 1;
	transition: opacity 0.4s ease;
	text-align: center;
}
header ul li ul li {
	display: inline;
	padding: 10px;
	margin: 0;
	height: auto;
	max-width: 100%;
	text-align: left;
	width: 100%;
	position: relative;
	top: 20px;
}
header ul li ul li a {
	display: inline;
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 2em;
	padding-bottom: 15px;
}
div#left-column, div#right-column {
	width: 100%;
	height: 100%;
	background-color: transparent;
	float: left;
	clear: left;
	position: relative;
}
ul.left-nav a, ul.case-studies-work-block a {
	color: #000;
	display: block;
	font-family: helvetica, arial, Effra;
	font-size: 1em;
}
div#first-column, div#second-column, div#third-column {
	width: 27%;
	height: 100%;
	background-color: transparent;
	float: left;
	clear: left;
	position: relative;
}
{
 width: 100%;
 height: 100%;
 background-color: transparent;
 float: left;
 clear: left;
 position: relative;
}
.third-column {
	padding-top: 15px !important;
}

body#careers div#content #second-column-about {
	width: 100%;
	height: 80%;
	margin: 0 auto;
	padding: 30px 0px 40px 0px;
	text-align: left;
	font-size: 0.9em;
	font-family: helvetica, arial, Effra;
	color: #333;
	line-height: 1.4em;
}
section {
	margin: 0 auto;
	padding: 5% 0;
	float: left;
	clear: left;
	width: 100%;
	height: 100%;
	text-align: center;
}

a.landing-button {
	margin: 0 auto;
	padding: 2% 15%;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: roboto;
}
a {
	font-family: roboto;
	font-size: 1.150em
}
/* start BUTTONS */
a.left-button {
	outline: 1px solid #fff !important;
	color: #fff !important;
	background-color: transparent;
	position: inherit !important;
	font-size: 1.290em;
	display:block;
	transition: background-color 0.6s ease;
	background-color: transparent;
	font-weight: normal;
	padding: 2.5% 15%;
	
}
a.left-button:hover {
	background-color: #9F6;
	-moz-box-shadow: 0px 0px 80px #6F6;
	-webkit-box-shadow: 0px 0px 80px #6F6;
	box-shadow: 0px 0px 80px #6F6;
	color: #000 !important;
	outline: 3px solid #9F6 !important;
}
a.right-button {
	outline: 1px solid #fff !important;
	color: #fff !important;
	background-color: transparent;
	position: inherit !important;
	display:block;
	font-size: 1.290em;
	transition: background-color 0.6s ease;
	background-color: transparent;
	font-weight: normal;
}
a.right-button:hover {
	color: #F60 !important;
	background-color: #F60;
	-moz-box-shadow: 0px 0px 80px #fff;
	-webkit-box-shadow: 0px 0px 80px #fff;
	box-shadow: 0px 0px 80px #F60;
	border: #F60 !important;
	color: #000!important;
	outline: 1px solid #F60 !important;
}
/* ends BUTTONS */

h1 {
	/*font-size: 3em;
	font-family: Effra,roboto;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	line-height: 1.1em;
	padding: 0 10px;
	opacity:0.8;*/
	color: #000;
    font-family: roboto, effra, helvetica;
    font-size: 3.2em;
    font-weight: 300;
    letter-spacing: -4px;
    line-height: 0.9em;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    opacity: 0.95;
    text-align: center;
	
	/*background-color:rgba(0,0,0,0.05);*/
}
h2 {
	/*float:left;*/
	font-size: 1.2em;
	font-family: roboto, effra, georgia;
	font-style: normal;
	font-weight:700;
	text-align: center;
	color: #000;;
	font-weight: 300;
	opacity:0.8;	
}
a#portfolio-link {
	width:77px;
	padding:15px 40px;
	text-align:center; 
	border-radius:100px;
	vertical-align:baseline;
	background-color:#A503FF;
	color:white;
	text-decoration:none;
	margin-top:10px;
	display:inline-block;
	transition: background-color 0.4s ease;
	cursor:pointer;
	position:relative;
	z-index:2;
	color: white;	
	
	}	
a#portfolio-link:hover {background-color:black;color:white;
}

.pulse:hover {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  }
  @keyframes pulse {
  0% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  50% {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  }
  } 

ul li ul li, ul li ul li a {
	display: block;
}
/* Secondary pages content */
div#content {
	margin: 0 auto;
	max-width: 1024px;
	height: auto;
	text-align: center !important;
	clear: left;
	background-color: white;
}
div#content div {
	max-width: 100% !important;	
	height: auto /*90%*/;
	max-height: 100%;
	background-color: rgba(000,000,000,0);
	margin: /*27px*/0px 20px;
	text-align: left;
	padding: 00px 0px 20px 0px;
	float: left;
	text-align: left;
}

#connect div#content div {
	width: 100%;	
	position:relative; 
	height: auto;
	/*background-color: white;*/
	margin: 0px;
	padding: 0px 0px 0 25px;
	/*float: left;*/
	/*background-color: white;*/
	/*background-color: rgba(000,000,000,0.1); */
	display:inline;	
	text-align: left;
	
}

div#content div p {
	padding: 20px 0 0 0;
	margin: 0;
	font-size: 1.1em !important;	
}
div#content .second-column {
	padding: 25px 30px 0 0 !important;
}
body#contacts div#content .second-column {
	width: 100% !important;
	float:left;
	height: 80%;
	margin: 0 auto;
	padding: 25px 0px 0 0 !important;
	text-align: left;
	font-size: 1.050em;
	font-family: helvetica;
	color: #333;
	line-height: 1.4em;/*outline:1px solid red;*/	
}
div#content div section {
	width: 100% !important;
	height: 80%;
	margin: 0 auto;
	text-align: left;
	padding: 30px 0 0 0;
	text-align: left !important;
	clear: left;
}
div#content div section h1 {
	font-family: roboto, effra;
	font-size: 1.4em;
	color: black;
	font-weight: normal;
	text-align: left;
	padding: 0;
	margin: 0 0 25px 0;
	width: 100%;
	letter-spacing:0;
	background-color:none;
}

div#content div section h1#services {
	padding: 20px 0 0 0;
	margin: 0 0 0px 0;	
}
ul.left-nav {
	width: 100%;
	margin: 0 10% 0 0;
	padding: 40px 0 0 0 !important;
}
div#content div section h2 {
	font-family: roboto, Effra;
	font-weight: 300;
	font-size: 3em;
	line-height: 1em;
	text-align: left;
	color: #000;
	/*float: left;*/
	font-style: normal;
	max-width: 100%;
	margin-bottom: 0;
	padding: 0 0 10px 0;
}
body#careers div#content div section h2 {
	font-family: Effra, roboto;
	font-weight: 300;
	font-size: 2.2em;
	line-height: 1em;
	text-align: left;
	color: #000;
	/*float: left;*/
	font-style: normal;
	max-width: 100%;
	margin-bottom: 0;
	padding: 0 0 10px 0;
}
div#content div section h3 {
	color: #777;
	text-align: left;
	font-size: 1.5em;
	margin: 10px 0 20px 0;
	padding: 0;
	font-style: italic;
	font-family: georgia;
	font-weight: normal;
	max-width: 100%;
	float: left;
}
div#content div section h4 {
	color: #000;
	width: 100%;
	text-align: left;
	font-size: 1.15em;
	margin: 10px 0 10px 0;
	padding: 0;
	font-style: normal;
	font-family: helvetica, arial, georgia;
	font-weight: bold;
	float: left;
}
div#content #second-column {
	width: 100%;
	height: 80%;
	margin: 0 auto;
	padding: 83px 0 0 0;
	text-align: left;
	font-size: 1.050em;
	font-family: Effra, roboto;
	color: #333;
	line-height: 1.2em;
}
div#content #second-column-about {
	width: 100%;
	height: 80%;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	text-align: left;
	font-size: 0.95em;
	font-family: arial, helvetica, Effra, roboto;
	color: #333;
	line-height: 1.4em;
}
/* Buttons */
.work-with-us {
	margin-top: 80px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: white;
	padding: 17px 0;
	background-color: #F90;
	font-size: 1.6em;
}
.case-studies {
	margin-top: 80px;
	text-transform: uppercase;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	padding: 17px 0;
	margin-top: 0;
	background-color: #6F9;
	font-size: 1.6em;
}

/* Social Media */
section.social-media-box {
	width: 100%;
	margin: 0;
	padding: 20px 0px;
	background-color: #E6E6E6;
	text-align: left;
}
ul#share {
	list-style-type: none;
	display: inline;
}
#share li {
	display: inline;
}
ul#share li span {
	font-weight: bold !important;
	padding: 0 15px 0 40px;
	font-style: italic;
}
#share li a {
	text-decoration: none;
	color: #555;
	font-size: 0.9em;
	font-weight: normal;
}
#share li a:hover {
	color: #000;
}
a.work-with-us:hover {
	background-color: #333 !important;
	color: white !important;
}
a.case-studies:hover {
	background-color: #333 !important;
	color: white !important;
}
.resize-image {
	max-width: 100%;
}
ul.case-studies-work-block {
	width: 100%;
	position: relative;
	left: 40px;
	background-color: transparent;
	padding-left: 0;
}
ul.case-studies-work-block li {
	width: 100%;
	text-align: center;
	padding-left: 00px;
	padding: 10px 0;
	border: none;
}
ul.case-studies-work-block li:nth-child(even) {
	background-color: #555;
	border: none;
}
ul.case-studies-work-block li:nth-child(odd) {
	background-color: #000;
	border: none;
}
ul.case-studies-work-block li:hover {
	background-color: #F60;
	color: #555;
	border: none;
}
ul.case-studies-work-block li a {
	width: 100%;
	text-align: center;
	padding-left: 0;
}
ul.case-studies-work-block li a:hover {
	color: #000;
}
/*  HIDE BACKGROUND HOME VIDEO */
body#home video#homevideo {display:none !important;}
/* WORLD CLOCK */
div#world-clock {display:none;}
/* homepage grey container mask */
div#container-mask {width:90%;margin:0 auto;background:rgba(0,0,0,0.0);padding:5px 00px;;border-radius:0px;}
/* TWITTER */
div#twitter-wrapper {width:auto !important;margin:0 auto;padding:5px 0px;background: rgba(0,0,0,0.0);text-align:center;}
.timeline-header .follow-button, .timeline-header .twitter-follow-button, .timeline-header .ic-twitter-badge  { display: none !important;}

/* PRESS NEWS, BLOG, CASE STUDIES */
body#pressofficelist div.news-container, body#pressoffice div.news-container, body#blog div.news-container, body#casestudies div.news-container  {text-align:left;line-height:1.3em;font-size:0.9em;width:100%;float:right;clear:right;padding: 0px 0 0 0;margin:00px 0;}
body#pressofficelist div.news-container img, body#pressoffice div.news-container img, body#blog div.news-container img, body#casestudies div.news-container img  {width:100%;height:auto;padding:15px 0 0px 0;margin:0;}
body#pressofficelist em, body#pressoffice em, body#blog em, body#casestudies em{display:block;padding:0;width:100%;line-height:1.3em ;color:#555;}
body#pressofficelist small, body#pressoffice small, body#blog small, body#casestudies small {width:100%; display:block;}

ul.left-nav {
    margin: 38px 10% 0 0 !important;
    padding: 0 !important;
    text-transform: none;
}

/* PRESS NEWS, BLOG, CASE STUDIES */
body#pressofficelist div.news-container, body#pressoffice div.news-container, body#blog div.news-container, body#casestudies div.news-container, body#casestudieslist div.news-container {text-align:left;line-height:1.3em;font-size:0.9em;width:100%;float:right;clear:right;padding: 0px 0 0 0;margin:00px 0;}
body#pressofficelist div.news-container img, body#casestudieslist div.news-container img, body#pressoffice div.news-container img, body#blog div.news-container img, body#casestudies div.news-container img  {width:100%;height:auto;padding:15px 0 0px 0;margin:0;}
body#pressofficelist em, body#casestudieslist em, body#pressoffice em, body#blog em, body#casestudies em{display:block;padding:0;width:100%;line-height:1.3em;color:#555;}
body#pressofficelist small, body#casestudieslist small, body#pressoffice small, body#blog small, body#casestudies small {width:100%; display:block;}

body#quicklinks div#content #second-column-about {		
	padding-left: 0;
    padding-top: 95px;
    width: 100% !important;
}

body#blog div.news-container h2 {width:100% !important;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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 */
}

/* Modal Content */
.modal-content {
    background-color: #000;
    margin: auto;
    padding: 20px 0;
    border: 1px solid #888;
    width: 100%;
	max-width:800px;
	height:550px;
}

/* The Close Button */
.close {
    /*color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;*/
	
	background-color: #777;
    border-radius: 100px;
    color: #fff;
    float: right;
    font-size: 22px;
    font-weight: normal;
    height: 33px;
    margin-top: -20px;
    padding-top: 4px;
    width: 38px;
}

.close:hover,
.close:focus {
    color: #000;
	background-color:#fff;
    text-decoration: none;
    cursor: pointer;
}

/* ends Einstein video*/
/* starts QUICKLINKS footer pages */
body#termsandconditions div#content #second-column-about ul, body#environmentalpolicy div#content #second-column-about ul, body#equalityanddiversity div#content #second-column-about ul, body#privacypolicy div#content #second-column-about ul,
body#termsandconditions div#content #second-column-about ol, body#environmentalpolicy div#content #second-column-about ol, body#equalityanddiversity div#content #second-column-about ol, body#privacypolicy div#content #second-column-about ol {

	list-style-type:normal !important;
	list-style-position:inside !important;
	margin:20px 0 !important;
	padding:0 !important;
	line-height:1.6em !important;
}

body#termsandconditions div#content #second-column-about ul li, body#environmentalpolicy div#content #second-column-about ul li, body#equalityanddiversity div#content #second-column-about ul li, body#privacypolicy div#content #second-column-about ul li {

	list-style-type:normal !important;
	list-style-position:inside !important;
	line-height:1.6em !important;
}

body#termsandconditions div#content #second-column-about ol li, body#environmentalpolicy div#content #second-column-about ol li, body#equalityanddiversity div#content #second-column-about ol li, body#privacypolicy div#content #second-column-about ol li {
		list-style-type:normal !important;
		padding:0 0px 0 20px; !important;
		list-style-position:inside !important;
}

body#termsandconditions div#content #second-column-about ol li, body#environmentalpolicy div#content #second-column-about ol li, body#equalityanddiversity div#content #second-column-about ol li, body#privacypolicy div#content #second-column-about ol li {
	
	list-style-type:normal !important;
	list-style-position:inside !important;
	padding:0 20px 0 0; !important;
	line-height:1.8em;
}

body#termsandconditions div#content #second-column-about ol li ol li, body#environmentalpolicy div#content #second-column-about ol li ol li, body#equalityanddiversity div#content #second-column-about ol li ol li, body#privacypolicy div#content #second-column-about ol li ol li {
	
	list-style-type:disc !important;
	list-style-position:inside !important;
	padding:0 0px 0 20px; !important;
}

/* ends QUICKLINKS footer pages */
.small-icon {display:inline-block;width:30px;height:30px;padding:2px !important;margin:0; }

h1#services {padding-top:20px}

}
body.secondary-pages #footer-container {display:none !important;}
